﻿@font-face {
    font-family: 'cs-icons';
    src: url('../font/cs-icons.eot?75482424');
    src: url('../font/cs-icons.eot?75482424#iefix') format('embedded-opentype'), url('../font/cs-icons.woff?75482424') format('woff'), url('../font/cs-icons.ttf?75482424') format('truetype'), url('../font/cs-icons.svg?75482424#cs-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cs-icon {
    font-family: "cs-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    opacity: .8;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.cs-icon.icon-lock::after {
    content: '';
}

.cs-icon.icon-lock-open-alt::after {
    content: '';
    opacity: 0.5;
}

.background-calculadora {
    background-image: url("../Images/calculadora/calculator.jpg") !important;
    background-size: cover;
}

.columna-antes {
    width: 10%;
}

b {
    font-weight: bold !important;
}

.columna-contenido {
    width: 60%;
    text-align: justify !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.columna-despues {
    width: 45%;
}

.calculator-element {
    text-align: center;
    color: white;
    font-size: 20px;
    background-color: #002C52;
    border-radius: 5px;
}

.gray-bg {
    background-color: gray;
}

select {
    overflow: hidden;
    height: 54px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    font-size: 20px;
    border-left-color: #C0C0C0;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-top-color: #A0A0A0;
    padding-left: 4px;
    margin-left: 0px;
}

.calculadora tr td input {
    height: 50px;
    text-align: center;
    background-color: #f6f6f6;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    font-size: 20px;
    border-left-color: #C0C0C0;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-top-color: #A0A0A0;
    margin-left: 0px;
}

.info-text-desktop {
    width: 270px;
    position: absolute;
    height: auto;
    margin-top: -64px;
    margin-left: 1020px;
    display: inherit;
}

.info-text-mobile {
    display: none;
}


[class*="info-text-"] .cs-icon {
    font-size: 18px;
    color: #666;
}

.press {
    border-radius: 5px;
}

.input-addon {
    display: flex;
}

.input-addon-field {
    flex: 1;
}

.input-addon-item {
    background-color: hsla(31,15%,50%,.1);
    color: #666;
    font: inherit;
    font-weight: 400;
    width: 50px;
    border: 1px solid;
    border-left-color: transparent !important;
    border-right-color: #C0C0C0 !important;
    border-bottom-color: #C0C0C0 !important;
    border-top-color: #A0A0A0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    display: flex;
}

.input-addon-item:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
}

.input-addon-item i.cs-icon {
    flex: 1;
    align-self: center;
    font-size: 22px;
}

.input-addon-field.border-radius-5 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}


.width-75 {
    width: 75%;
    height: 100%;
}

.row-separator {
    height: 25px !important;
}

.width-90 {
    width: 90%;
}

.width-5 {
    width: 5%;
}

.width-10 {
    width: 10%;
}

.width-40 {
    width: 40%;
}

.width-28 {
    width: 28%;
}

.width-2 {
    width: 2%;
}

.width-30 {
    width: 30%;
}

.width-35 {
    width: 35%;
}

.width-15 {
    width: 15%;
}

.width-20 {
    width: 20%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.width-75 {
    width: 75%;
}

.width-50 {
    width: 50%;
}

.width-25 {
    width: 25%;
}

.width-45 {
    width: 45%;
}

.width-100 {
    width: 100%;
}

.equal-height {
    height: 54px !important;
}

.funcionalidades {
    margin: 0 auto;
}

.funcionalidades-1 {
    width: 50%;
    float:left;
}

.funcionalidades-1 p {
    padding-right: 25px;
}

.funcionalidades-2 {
    width: 50%;
    float: right;
}

.funcionalidades-2 .title-func {
    padding-left: 20px;
}

.funcionalidades-2 p {
    padding-left: 25px;
}

.funcionalidades-3 {
    width: 50%;
}

.funcionalidades-3 p {
    padding-right: 25px;
}

.interlineado-mayor {
    line-height: 1.6em;
}

.input-icon {
    position: relative;
}

    .input-icon > i {
        position: absolute;
        display: block;
        transform: translate(0, -50%);
        top: 50%;
        pointer-events: none;
        width: 25px;
        text-align: center;
        font-style: normal;
    }

    .input-icon > input {
        padding-left: 25px;
        padding-right: 0;
    }

.input-icon-right > i {
    right: 0;
}

.input-icon-right > input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

.white-bg {
    background-color: white !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media only screen and (max-width: 600px) {
    .calculadora p {
        display: inline-block !important;
    }

    .calculadora input[type=text] {
        padding: 0 !important;
        margin-left: -1px;
    }

    .calculadora td {
        display: block;
        width: 90% !important;
        margin: 0 auto;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    h1 {
        color: white !important;
    }

    #header-container {
        width: 100%;
        margin-top: 0px;
    }

    .columna-contenido {
        padding: 40px 20px;
        width: 100%;
    }

    .columna-antes {
        width: 0%;
    }

    .columna-despues {
        width: 0%;
    }

    .funcionalidades-1 {
        width: 100%;
        float: none;
    }

    .funcionalidades-2 {
        width: 100%;
        float: none;
    }

    .funcionalidades-3 {
        width: 100%;
    }

    .funcionalidades-1 p {
        padding-right: 10px;
        padding-left: 10px;
    }

    .funcionalidades-2 p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .funcionalidades-3 p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-func {
        padding-left: 10px;
    }

    .calculator-element {
        width: 100%;
        height: 54px;
    }

    .calculadora {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1600px) {

    .info-text-desktop {
        display: none;
    }

    .info-text-mobile {
        display: inherit;
        padding-bottom: 10px;
    }
}
#img_copy_import {
    max-height: 30px;
    max-width: 30px;
    margin:10px;   
}

.item-copy {
    background-color: hsla(31,15%,50%,.1);
    color: #666;
    font: inherit;
    font-weight: 400;
    width: 50px;
    border: 1px solid;
    border-left-color: #C0C0C0 !important;
    border-right-color: #C0C0C0 !important;
    border-bottom-color: #C0C0C0 !important;
    border-top-color: #A0A0A0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    display: flex;
    border-top-left-radius: 5px !important;
    cursor: pointer;
}

.item-copy:hover {
    transition: background-color 250ms linear;
    background-color: #e5e5e5;
}

.aviso-copy {
    display: none;
    color: gray;
}
.aviso-copy-visible {
    transition: display linear;
    display: block !important;
}

/*ACCORDION MENU*/
.panel {
    display: none;
    overflow: hidden;
}

.active {
    color: white;
    background-color: #0046FE !important;
    transition: background-color 0.3s ease;
}

.acordeon:hover {
    color: white !important;
    background-color: #0046FE !important;
    transition: background-color 0.3s ease;
}

.acordeon:hover .h3_acordeon {
    color: white !important;
    transition: background-color 0.3s ease;
}

.acordeon:hover .img_acordeon {
    background-image: url(https://cdn.contasimple.com/2025.5.1.1/Content/Landings/Images/actions/white/remove.svg) !important;
    transition: background-color 0.3s ease;
}

.active > div > h3 {
    color: white;
}

.acordeon {
    max-height: 60px !important;
    cursor: pointer;
    padding: 1rem;
    color: #0046FE;
    background-color: white;
    transition: background-color 0.3s ease;
}

.title_acordeon {
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(204, 204, 204, .3215686275);
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    transition: background-color 0.3s ease;
}

.panel_acordeon {
    padding: 20px !important;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(204, 204, 204, .3215686275);
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 1rem;
    background-color: #fff !important;
    position: relative;
    margin-top: 20px !important;
}

.panel {
    padding: 15px;
}

.active > div > div {
    background-image: url(https://cdn.contasimple.com/2025.5.1.1/Content/Landings/Images/actions/white/remove.svg) !important;
}

.img_acordeon {
    background-image: url(https://cdn.contasimple.com/2025.5.1.1/Content/Landings/Images/actions/blue/add.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-size: auto 30px;
    max-width: 30px !important;
}

.h3_acordeon {
    font-size: 18px !important;
}
