﻿#CantCuotas,
#montoSimular {
    width: 100%; /* Mismo ancho */
    height: 45px; /* Mismo alto */
    text-align: center; /* Centrar texto */
}
/* Estilos del tooltip */
.tooltip {
    position: initial;
    background-color: #79dbdb;
    background-color: #c74848;
    color: rgb(57, 57, 57);
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    white-space: nowrap;
}

    /* Flecha del tooltip */
    .tooltip::after {
        content: "";
        position: absolute;
        top: -10px; /* Flecha justo arriba del tooltip */
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent #79dbdb transparent;
    }
        @font-face {
            font-family: 'Lato';
            src: url(../fuentes/Lato-Black.ttf);
            font-weight: bold;
        }

        @font-face {
            font-family: 'Lato-1';
            src: url(../fuentes/Lato-Medium.ttf);
            font-weight: normal;
        }

        @font-face {
            font-family: 'Lato-2';
            src: url(../fuentes/Lato-Medium.ttf);
            font-weight: 700;
        }

        @font-face {
            font-family: 'italic';
            src: url(../fuentes/Lato-ThinItalic.ttf);
            font-weight: normal;
        }

        .fuenteavisa {
    font-family: 'Lato-1';
    font-weight: 700;
    letter-spacing: 2px;
    transform: scaleY(0.95);
}
.fuenteavisa1 {
    font-size: 17px;
    color: white;
    text-align: left;
    font-family: 'Lato-1';
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1.1px;
}

.fuenteavisa2 {
    font-size: 17px;
    color: white;
    text-align: left;
    font-family: 'italic';
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.1px;
}

.slider-controls {
    display: flex;
    align-items: center;
    gap: 10px; /* Espaciado entre elementos */
}

.select-container {
    display: flex;
    align-items: center;
    width: 100%;
}



.fonttitulos {
    font-size: 28px;
}

.flex{
    display: flex;
}
#floatbtn {
    padding-left: 30px;
    padding-right: 30px;
    transition: opacity 0.5s ease-in-out;
    opacity: 0.7;
    background: #F29F05;
}

    #floatbtn.hidden {
        opacity: 0;
        pointer-events: none; /* Evita interacciones cuando esté oculto */
    }
.divsimulador {
    margin-left: 150px;
    width: 60%
}
#divcuota {
    padding-top: 5px;
    border-radius: 3px;
}
#MontoSolicitadoVista{
    font-size: 18px;
    padding-right: 8px;
}
.input-container {
    position: relative;
    display: inline-block;
}

.label {
    position: absolute;
    left: 10px; /* Ajusta según sea necesario */
    top: 50%;
    transform: translateY(-50%);
    color: #555; /* Color del texto */
    pointer-events: none; /* Evita que interfiera con el input */
}

.input-container input {
    padding-left: 150px; /* Espacio suficiente para el texto */
    font-size: 20px;
    font-weight: bold;
    float: right;
    text-align: right;
}
    .input-container input:focus {
        color: white;
    }

.input-container input:focus {
    color: white;

}
#cuota{
    font-weight: bold;
    font-size: 25px;
    color: white;
}
.btnMonto {
    border-radius: 5px;
    background: #0d6efd;
    color: white;
    margin-top: 10px;
    float: right;
    margin-bottom: 20px;
}

    .btnMonto:hover {
        color: white;
        background: #1167e5;
    }

.btnMontoVerde {
    border-radius: 5px;
    background: #06873e;
    color: white;
    margin-top: 10px;
    float: right;
    margin-bottom: 20px;
}

    .btnMontoVerde:hover {
        color: white;
        background: #066931;
    }

.slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 20px auto;
}

/* Contenedor para la barra y los botones */
.slider-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

/* Estilo de los botones */
.control-button {
    font-size: 16px;
    font-weight: bold;
    background-color: #00d6d6;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

    .control-button:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

/* Estilo de la barra deslizante */
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #ddd;
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

    /* Cambiar el color cuando se desliza */
    .slider:hover {
        opacity: 1;
    }

    /* Estilo del indicador del valor */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #00d6d6;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #007bff;
        cursor: pointer;
    }

/* Estilos del texto de salida */
.output {
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
}




.input-group{
    color: white;
    cursor: pointer;
    font-size: 15px;

}
input[type="radio"]:checked {
    --c: red;
}
input[type="radio"]{
    background-color: white; /* Mantiene el fondo blanco */
    border-color: #4CAF50; /* Borde verde */
    transform: scale(1.3); /* Tamaño original */
    --c: red;
}
.danger-text {
    color: #ffffff;
}
#formulario {
    /*border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;*/
    background: #fe5100 !important;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    margin-bottom: 90px;
}

.inp {
    margin-top: 15px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0px;
    color: white;
    border-left: 5px solid white;
    font-size: 15px;
}
.inp::placeholder{
    color: white;

}
.sel {
    margin-top: 20px;
}
.sel {
    margin-bottom: 5px;
}
.leerbtn {
    background: #0d6efd;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: none;
    color: white;
    font-weight: bold;
    font-family: 'Yu Gothic UI';
    font-size: 10px;
    padding: 10px;
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    bottom: 20px; /* Espacio desde la parte inferior de la pantalla */
    left: 20px;
    display: none;
}
.direcemp {
    padding: 0px;
    padding-top: 0px;
    border-radius: 5px;
    border-top: 2px solid rgb(220,220,220);
    border-bottom: 2px solid rgb(220,220,220);
}
.footer {
    background: rgb(0, 147, 233);
    background: rgb(20, 163, 228);
    position: absolute;
    width: 100%;
    /*border-top: 120px solid rgb(255, 224, 37);*/
}
    .footer::after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 20px;
        width: 35%;
        background-color: rgb(255, 230, 28);
        z-index: 1;
    }

.google {
    display: none;
}

.mgoogle {
    
}
.logo2{
    display: none;
}
.viñeta{
    color: rgb(255, 233, 59);
}

.list-square li{
    color: rgb(68, 136, 199);
}
.izq{
    /*color: red;*/
    float: left;
    
}

.danger-text {
    color:rgb(255, 55, 0);
    color: #FFFF00;
    font-size: 12px;
}

::placeholder {
    opacity: 0.65;
}

.bar {
    border-bottom: 10px solid rgb(38, 133, 189);
    border-bottom: 10px solid #fe5100;
    height: 140px;
}
.container{
    position: relative;
   /* padding: 30px 0px 30px 0px;
    margin-left: 25px;*/
}






.head {
    background: black;
}

.btnenv {
    background: #F29F05;
    /*border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;*/
    color: white;
    font-size: 20px;
    border: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    float: right;
}
.link {
    cursor: pointer;
    margin-right: 25px;
    color: white;
    font-size: 20px;
    font-family: 'Yu Gothic UI';
    text-decoration: none;
    padding-bottom: 5px;
}
    .link:hover {
        color: white;
        border-bottom: 1px solid white;
        transition: all 0.5s;
    }


    li{
        display: inline;
    }
    .btnenv:hover {
        transition: all .2s;
        -webkit-box-shadow: 3px 3px 3px 3px rgb(50,50,50);
    }

input {
     
}

.white {
    color: white;
}
.mar {
    margin-left: -73%
}

html {
    font-size: 14px;
}
.mini{
    font-size: 13px;
}

.foot{
    color: white;
    font-size: 17px;
    margin-bottom: 0px;
}

.num {
    color: white;
    margin-bottom: -10px;
    font-size: 25px;
}
@media (min-width: 768px) {
    
    html {
        font-size: 16px;
    }

    .mar {
    }

    

   

}


html {
    position: relative;
    min-height: 100%;
}
.contenido h2{
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 5px;
}
.boxed-content {
    background: #eee;
    padding: 10px 10px 1px;
    display: none;
    border-top: 2px solid #fe5100;
    margin-top: -8px;
}
.contenido {
    font-family: "Yu Gothic UI", "Segoe UI", "Roboto", sans-serif;
}
body {
    margin-bottom: 60px;
    /*background:rgb(80,196,244);*/
}
#BarraNav {
    background: white;
}

select {
    -webkit-appearance: listbox !important;
    height: 40px;
}

#menu1 * {
    margin: 0;
    padding: 0;
    color: white;
}

#menu1 ul.menu {
    float: left;
    font-family: 'Yu Gothic UI';
    font-size: 20px;
    font-weight: bold;
    
}

    #menu1 ul.menu li {
        position: relative;
        float: left;
        list-style-type: none;
    }

        #menu1 ul.menu li a {
            position: relative;
            display: block;
            line-height: 21px;
            font-size: 17px;
            padding-bottom: 5px;
            margin-right: 30px;
            text-decoration: none;
            z-index: 100;
        }

    #menu1 ul.menu > li:first-child > a {
        border-left: 0;
    }

    #menu1 ul.menu > li:last-child > a {
        border-right: 0;
    }

    /** Sub Menu - Tier 2 **/

    #menu1 ul.menu li ul.sub-menu {
        position: relative;
        display: none;
        margin: 0;
        padding: 0;
    }
    .link:hover{
        border-bottom: 1px solid white;
    }

    #menu1 ul.menu li:hover ul.sub-menu {
        display: block;
        float: left;
        position: absolute;
        z-index: 200;
    }

    #menu1 ul.menu li ul.sub-menu > li:first-child {
        margin: 5px 0 0 0;
    }

    #menu1 ul.menu li ul.sub-menu li a {
        width: 140px;
        display: block;
    }

    #menu1 ul.menu li ul.sub-menu li:first-child > a {
        border-top: 0;
    }

    #menu1 ul.menu li ul.sub-menu li:last-child > a {
        border-bottom: 0;
    }

    /** Sub Menu - Tier 3 **/

    #menu1 ul.menu li ul.sub-menu li ul {
        position: relative;
        display: none;
        left: 100%;
    }

        #menu1 ul.menu li ul.sub-menu li ul li {
            margin: 0 0 0 5px;
        }

    #menu1 ul.menu li ul.sub-menu li:hover ul {
        display: block;
        float: left;
        position: absolute;
        top: 0;
    }

    #menu1 ul.menu li ul.sub-menu li ul li a {
        width: 140px;
        display: block;
    }


    /** Colour Styles **/

    #menu1 ul.menu li a {
        
    }

    #menu1 ul.menu > li > a {
    }

    #menu1 ul.menu li:hover > a, #menu1 ul.menu li a:hover {
        border-bottom: 1px solid white;
    }

    #menu1 ul.menu li ul.sub-menu li a {
        padding-top: 8px;
    }

    #boton{
        background: rgb(240,240,240);
        border: none;
        color: #565656;
        border-radius: 8px;
        padding: 8px;
        font-size: 20px;

    }


    @media (max-width: 1050px) {
        .google {
            display: block;
            margin-bottom: 40px;
        }

        .mgoogle {
            display: none;
        }
    }

    /*---------------------------------------------------------------------*/


@charset "UTF-8";
ul {
    font-family: 'Lato-2';
    font-size: 16px;
    color: black;
}

.note{
    height: 10px;
    color: grey;
}
.contenido {
    display: flex;

}

.titulo {
    background: rgb(17, 114, 170);
    width: 40%;
    color: white;
    text-align: center;
    align-content: center;
    margin: auto;
    margin-left: 0;
    font-family: 'Yu Gothic UI';
    font-size: 17px;
}
.divrmsa {
    /*padding: 20px;
    background: rgb(245,245,245);
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-box-shadow: 3px 3px 3px 3px rgb(210,210,210);*/

    padding: 20px;
    background: rgb(244,244,244);
    border-top: 5px solid rgb(45, 100, 186);
}



li {
    margin-bottom: 10px; /* Espaciado entre ítems */
}

.box1 {
    margin: 30px;
    margin-bottom: auto;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.box2 {
    width: 40%;
    display: flex;
    margin-top: 80px;
}
    .boxed > .boxed-title-desktop {
        display: inline-block;
    }

    .boxed > .boxed-title-mobile {
        display: none;
    }

    .boxed .small,
    .boxed-content {
        display: block;
    }

    .request-form {
        padding: 20px;
    }

    .request-form-title {
        text-indent: 20px;
    }

        .request-form-title > span {
            padding-right: 20px;
        }

.footer > .container {
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.divfoot {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

    

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
#espacio {
    display: block;
}
#espacio1 {
    display: none;
}
@media screen and (max-width: 990px){
    #espacio{
        display: none;
    }
    #espacio1 {
        display: block;
    }
    .flex {
        display: block;
        text-align: center;
    }
    .divsimulador {
        margin-left: 0px;
        width: 100%;
    }
    .fonttitulos {
        font-size: 20px;
    }

    .contenido {
        text-align: center;
    }

    .divsimulador {
        margin-left: 15px;
    }

    .slider-controls {
        width: 100%;
    }

    .container {
        width: 100%;
        margin: 0px;
    }
}
@media screen and (max-width: 650px) {
    
    .leerbtn{
        display: block;
    }
    .footer-notes {
        width: 100%;
    }
    .box2{
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;

    }

    .box1{
        width: 100%;
        margin-left: -10px;
    }
    .contenido {
        width: 100%;
        padding: 0 0px;
        flex-direction: column;
        margin: 0px;
    }
    .titulo{
        width: 60%;
    }
    .direcemp{
        padding: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .contenido > h2 {
            font-size: 20px;
        }

        .contenido p,
        .contenido ul {
            font-size: 16px;
        }

        .contenido .small,
        .footer-notes {
            font-size: 13px;
        }

    .boxed > .boxed-title-desktop {
        display: inline-block;
    }

    .boxed > .boxed-title-mobile {
        display: none;
    }
    
    .boxed .small,
    .boxed-content {
        display: block;
    }

    .request-form {
        padding: 20px;
    }

    .request-form-title {
        text-indent: 20px;
    }

        .request-form-title > span {
            padding-right: 20px;
        }




    
}
.gracias {
    width: 100%;
    padding: 50px;
    height: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 650px){
    #formulario {
        /*border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;*/
        width: 100%;
    }

}
@media screen and (min-width: 650px) {


    .gracias {
        width: 70%;
        padding: 50px;
        height: 300px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .footer > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
}


