* {
    transition: background-color 300ms ease, color 300ms ease;
}

*:focus {
    background-color: rgba(221, 72, 20, .2);
    outline: none;
}

html,
body {
    color: rgba(33, 37, 41, 1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    background-color: white;
    /*Color de toda la pagina*/
    display: grid;
}

header {
    background-color: rgba(247, 248, 249, 1);
    padding: .4rem 0 0;
}

.menu {
    padding: .4rem 2rem;
}

.navbar-dark {
    transition: all 1s ease;
    height: 125px;
}

.nav_menu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}

.btn_nosotros,
.btn_contacto {
    color: #14213D !important;
    font-size: 19px;
    border-left: white 1px solid !important;
    border-right: white 1px solid !important;
    border-top: white 1px solid !important;
    border-bottom: white 1px solid !important;
    padding-bottom: 40px !important;
}

.btn_nosotros,
.btn_contacto:hover {
    background-color: white !important;
    color: #14213D !important;

    font-size: 19px;
    -webkit-text-stroke-width: 0.5px;
}

.boton_sup {
    width: 180px;
    /*era 130px*/
    height: 40px;
    /*era 40px*/
    border-radius: 25px;
    /*era 25px*/
    border-left: #00B0F0 1px solid;
    border-right: #00B0F0 1px solid;
    border-top: #00B0F0 1px solid;
    border-bottom: #00B0F0 1px solid;
    /*background-color: rgba(100, 255, 218);*/
    background-color: transparent;
    text-align: center;
    color: #00B0F0;
    font-weight: bold;
    font-size: 19px;
}

.boton_sup:hover {
    background-color: #66FFFF;
    color: #14213D !important;

    font-size: 19px;
    -webkit-text-stroke-width: 0.5px;
}

.boton_login {
    width: 180px;
    /*era 130px*/
    height: 40px;
    background-color: transparent;
    text-align: center;
    color: #00B0F0 !important;
    font-weight: bold;
    font-size: 19px;
}

.boton_nuevo {
    width: 180px;
    /*era 130px*/
    height: 45px;
    /*era 40px*/
    border-radius: 25px;
    /*era 25px*/
    border-left: #00B0F0 2px solid;
    border-right: #00B0F0 2px solid;
    border-top: #00B0F0 2px solid;
    border-bottom: #00B0F0 2px solid;
    /*background-color: transparent;*/
    text-align: center;
    color: #00B0F0;
    font-size: 19px;
    transition: all 2s ease;
}

header ul {
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: right;
}

header li {
    display: inline-block;
}

header li a {
    border-radius: 5px;
    color: rgba(0, 0, 0, .5);
    display: block;
    height: 44px;
    text-decoration: none;
}

header li.menu-item a {
    border-radius: 5px;
    margin: 5px 0;
    height: 38px;
    line-height: 36px;
    padding: .4rem .65rem;
    text-align: center;
}

header li.menu-item a:hover,
header li.menu-item a:focus {
    background-color: rgba(221, 72, 20, .2);
    color: rgba(221, 72, 20, 1);
}

header .logo {
    float: left;
    height: 44px;
    padding: .4rem .5rem;
}

header .menu-toggle {
    display: none;
    float: right;
    font-size: 2rem;
    font-weight: bold;
}

header .menu-toggle button {
    background-color: rgba(221, 72, 20, .6);
    border: none;
    border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font: inherit;
    font-size: 1.3rem;
    height: 36px;
    padding: 0;
    margin: 11px 0;
    overflow: visible;
    width: 40px;
}

header .menu-toggle button:hover,
header .menu-toggle button:focus {
    background-color: rgba(221, 72, 20, .8);
    color: rgba(255, 255, 255, .8);
}

header .heroe {
    margin: 0 auto;
    max-width: 1100px;
    padding: 1rem 1.75rem 1.75rem 1.75rem;
}

header .heroe h1 {
    font-size: 2.5rem;
    font-weight: 500;
}

header .heroe h2 {
    font-size: 1.5rem;
    font-weight: 300;
}

section {
    margin: 0 auto;
    max-width: 1100px;
    padding: 2.5rem 1.75rem 3.5rem 1.75rem;
}

section h1 {
    margin-bottom: 2.5rem;
}

section h2 {
    font-size: 120%;
    line-height: 2.5rem;
    padding-top: 1.5rem;
}

section pre {
    background-color: rgba(247, 248, 249, 1);
    border: 1px solid rgba(242, 242, 242, 1);
    display: block;
    font-size: .9rem;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    white-space: pre-wrap;
    word-break: break-all;
}

section code {
    display: block;
}

section a {
    color: rgba(221, 72, 20, 1);
}

section svg {
    margin-bottom: -5px;
    margin-right: 5px;
    width: 25px;
}

.further {
    background-color: rgba(247, 248, 249, 1);
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    border-top: 1px solid rgba(242, 242, 242, 1);
}

.further h2:first-of-type {
    padding-top: 0;
}

/*footer {
    background-color: rgba(221, 72, 20, .8);
    text-align: center;
}
footer .environment {
    color: rgba(255, 255, 255, 1);
    padding: 2rem 1.75rem;
}
footer .copyrights {
    background-color: rgba(62, 62, 62, 1);
    color: rgba(200, 200, 200, 1);
    padding: .25rem 1.75rem;
}*/

nav img {
    /*width: 30%;*/
    width: 350px;
    height: 72px;
    margin-left: 40px;
}

.bg-barslide {
    background-color: rgba(2, 21, 43, .4) !important;
}

.font {
    font-size: 10px;
}

.response{
    display: none;
}

.desktop{
    display: block;
  }
  .mobile{
    display: none;
  }

/*.text-banner {
    position: absolute;
    color: #04024A;
    margin: 50px 0 0 50px;
    font-size: 50px !important;
}*/

.symbol1{
    margin-top:110px;
    margin-left:240px;
}
.symbol2{
    margin-top:110px;
    margin-left:100px;
}

.desktop .chica{
    width: 100%;
    margin-top:40px;
}

/*.overlay{
    font-size: 0.8em;
    color: #fff;
    margin: 150px 0 0 0;
   
}*/
/*.carousel-inner img{
    height: 400px !important;
}*/

.carousel-inner h5 {
    color: rgba(100, 255, 218) !important;
}

.carousel-inner-2 {
    display: none;
}

.cursor {
    display: inline-block;
    width: 3px;
    background-color: #ccc;
    margin-left: 0.1rem;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

.titulo_2 {
    color: #04024A;
    margin-bottom: 15px;
    -webkit-text-stroke-width: 0.5px;
}

.titulo_2-1 {
    color: #04024A;
    margin-bottom: 15px;
    font-weight: bold;
}

.titulo_2-2 {
    color: #04024A;
    margin-bottom: 15px;
    
}

.titulo_4 {
    color: rgba(100, 255, 218);
}

.titulo_5 {
    color: white;
    font-size: 20px;

}

.titulo_h3 {
    color: #02152B;
}

.tres_pasos {
    font-weight: bold;
    font-size: 35px;
    -webkit-text-stroke-width: 0.5px;
    color:#FF0049;


}




.form-calc1 {
    text-align: center;
    display: table;
    height: 20px;
}

.form-calc1 button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.boton-color {
    font-weight: 100;
    font-size: 43px;
    width: 43px;
    height: 43px;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    background-color: #00B0F0;
    border-left: #66FFFF solid;
    border-right: #66FFFF solid;
    border-top: #66FFFF solid;
    border-bottom: #66FFFF solid;
    transition: .2s;
    opacity:1 !important;
    /*border-radius: 50%;
    color: white;
    font-weight: bold;*/
}

.miLabel{
    opacity:1 !important;
    
}

.caja {

    margin: 0 10px;
    width: 58%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    border-radius: 60px;
    border-left: rgba(102,255,255) solid;
    border-right: rgba(102,255,255) solid;
    border-top: rgba(102,255,255) solid;
    border-bottom: rgba(102,255,255) solid;
    background-color: rgba(102,255,255);
    height: 67px;
    padding: 10px 16px;

    /*color: rgba(2, 21, 43);
    font-weight: bold;
    */
}

.calculos p {
    display: table-cell;
}

.calculos p.simbolo {
    vertical-align: bottom;
    padding: 0 10px;
    font-size: 21px;
}

.calculos p span:not(.resultado) {
    font-size: 13px;
    height: 40px;
    display: block;
}

.calculos p span.resultado {
    font-size: 21px;
    font-weight: 100;
}

.calculos p span.valor {
    display: inline-block;
    font-size: 14px;
    height: auto;
}

.color_1 {
    color: #04024A;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(2, 21, 43);
    opacity: 1;
    /* Firefox */
}

.example_cuota{
    padding-left: 160px;
}

.monto {
    font-size: 80px;
    line-height: 100%;
    color: #00B0F0;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00B0F0;
}

.valor {
    margin-left: 30px;
    color: #02152B;
}

.boton_date {
    background-color: #DEEBF7;
}

.btnn {
    margin-top: 5px;
    border-radius: 60px;
    display: inline-block;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    user-select: none;
    border: 1px solid transparent;
    height: 69px;
    width: 100%;
    font-family: calibri;
}


.btn-verde {
    color: black;
    font-weight: bold;
    border-left: #66FFFF solid;
    border-right: #66FFFF solid;
    border-top: #66FFFF solid;
    border-bottom: #66FFFF solid;
    background: #66FFFF;
    opacity:1 !important;
}

.btn-verde-alt {
    color: rgb(102,255,255);
    font-weight: bold;
    border-left: rgb(102,255,255) solid;
    border-right: rgba(102,255,255) solid;
    border-top: rgba(102,255,255) solid;
    border-bottom: rgba(102,255,255) solid;

}

.btn-large {
    font-size: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn-expandd {
    padding-left: 10px;
    padding-right: 10px;
}

.btn_circ {
    width: 70px;
    height: 30px;
    border-radius: 10%;
    /*border-color: rgba(100, 255, 218);*/
    /*background-color: rgb(8, 2, 68);*/
    text-align: center;
    /*color: white;
    font-weight: bold;*/
}

.cardd {
    height: 480px;
    width: 320px;
    overflow: hidden;
    margin: auto;
    border-radius: 5%;
    transition: all .4s ease-in-out;
    text-align: center;
    padding-top: 10px;
    /*box-shadow: 0px 1px 5px 0px rgba(0, 176, 240, 1);
    box-shadow: 0px 1px 5px 0px #42B0FF;*/
    box-shadow: 0px 0px 30px rgba(224,224,224);
    /*border: 4px solid #ACECFF;*/
    background: #fff;
    
    /*ANIMACIÓN*/
    position: relative;
    opacity: 0; /* Inicialmente oculto */
    transform: translateY(20px); /* Mover la tarjeta hacia abajo */
    transition: opacity 1s ease-out, transform 1s ease-out; /* Transiciones */
}

.cardd.show {
    opacity: 1; /* Hacer visible */
    transform: translateY(0); /* Regresar a su posición original */
}

.card-contenido{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/*.cardd:hover {
    height: 320px;
    width: 240px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    background: #D9D9D9;
}*/

.card1 {
    /*box-sizing:border-box;
    background: url(../img/solicitar.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: auto;
    display: block;*/
    background: white;
    border-radius: 5%;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;

}

.card1 :hover {
    background: white;
}

.card1 img {
    /*border-color: red;*/
    width: 50%; /*120px;
    height: 150px;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.card2 {
    background: white;
    border-radius: 5%;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card2 img {
    border-color: red;
    width: 60%; /*100px;
    height: 150px;*/
    margin-left: auto;
    margin-right: auto;
    display: block;


}

.card3 {
    background: white;
    border-radius: 5%;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card3 img {
    border-color: red;
    width: 60%; /*150px;
    height: 80px;*/
    margin-left: auto;
    margin-right: auto;
    display: block;

}

.card1 img, .card2 img, .card3 img {
    animation: pulse 0s infinite; /* Duración y tipo de animación */
}

@keyframes pulse {
    0% {
        transform: translateY(0) scale(1); /* Posición original */
    }
    30% {
        transform: translateY(-10px) scale(1.1); /* Mover hacia arriba y aumentar el tamaño */
    }
    70% {
        transform: translateY(5px) scale(0.9); /* Mover hacia abajo y reducir el tamaño */
    }
    100% {
        transform: translateY(0) scale(1); /* Regresar a la posición original */
    }
}

/*inicio Tabs de perfil*/
/*.nav-tabs .nav-link {
    border: 2px solid transparent;
    border-radius: 0.25rem;
    color: #495057;
    border-bottom: 3px solid transparent;
}
*/

.nav {
    border:0px !important;
}

.flex-fill{
    margin: 0 10px 0 10px !important;
}

.btn-custom{
    border: 2px solid transparent;
    border-color:#B6EAFF !important;
    border-radius: 0.25rem;
    color: #495057;
    border-bottom: 3px solid transparent;

}

.btn-custom-active{
    background-color: #00B0F0!important;
    color: #EFFAFF !important;
    border-radius: 0.25rem;
    font-weight: bold;
    border-bottom: 3px solid transparent;
}

.btn-custom:hover{
    background-color: #00B0F0!important;
    color: #EFFAFF !important;
    border-radius: 0.25rem;
    font-weight: bold;
    border-bottom: 3px solid transparent;
}


/*Fin Tabs de perfil*/

.logica {
    /*height: 490px; BCEDFE*/
    background: #EFFAFF;
    border-radius: 0 2% 2% 2%;
    /*box-shadow:
    
    inset 0 3em 3em 3em rgba(0,176,240, 0.1),
    
    0 0.3em 0.3em 0.3em rgba(2,21,43, 0.3);
    border:#B6EAFF 2px solid;*/
    box-shadow: 0px 0px 30px rgba(224,224,224);
}

.logica .robot{
    width: 35%;
    
}

.manejo {
    background: white;
    /*box-sizing:border-box;
    background: -moz-radial-gradient(rgb(9,45,81), rgb(6,36,64), rgb(2, 21, 43)) repeat scroll 0% 0% transparent;
    background: radial-gradient(rgb(9,45,81), rgb(6,36,64), rgb(2, 21, 43));
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;*/
    /*height: 590px; antes 520px*/

}

.card-body h5 {
    color: #04024A;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
}

.info-personal {
    color: #04024A;
    padding-top: 10px;
    font-size: 14px;
}

/*#div_hazte_cliente {
    display: none;
}*/

#next1 {
    display: none;
}


#fijo {
    display: none;
}

/*#empresario {
    display: none;
}*/

#estudiante {
    display: none;
}

#next {
    display: none;
}

.btn-opcion {
    background-color: #caf0f8;
    color: rgb(100, 255, 218);
    width: 160px;
    height: 160px;
    cursor: pointer;
    border-radius: 25%;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.8);
}

.btn-opcion:hover {
    color: white;
}

.btn-opcion i {
    font-size: 80px;
}

.opcion span {
    color: #04024A;
}

.opcion i {
    color: rgb(100, 255, 218);
    padding-top: 25%;
}


.haztecliente label {
    color: #04024A;
}

.haztecliente input {
    background-color: white;
    color: #04024A;
}

.haztecliente input:focus {
    background-color: rgb(100, 255, 218);
}

.haztecliente input::placeholder {
    color: #00B0F0; /*actualizar en la web*/
}

.haztecliente select {
    background-color: white;
    color: 04024A;
}

.haztecliente select:focus {
    background-color: rgba(0, 176, 240, 0.20);
}

.haztecliente label {
    color: #04024A;
}

.haztecliente span {
    color: #FF0049;
    font-weight: bold;
    font-size: 20px;
}

/*Inicio sección  Frases*/

.section_frases {
    background-color: #00B0F0;
    text-align: center;
    position: relative;
    border: none;

}

.section_frases i {
    font-size: 200px;

}

.section_frases .l-claro {
    color: white; /*#66FFFF*/
    -webkit-text-stroke: 0.3px white;/*#02152B*/
}

.section_frases .l-oscuro {
    color: white; /*#02152B*/
    -webkit-text-stroke: 0.3px white; /*#66FFFF*/
}

.section_frases a {
    text-decoration: none;
}

.misFrases {
    align-items: center;

}

.miFrase {
    color: white;
    bottom: 0;
    font-size: 30px;
    opacity: 0;
    position: absolute;

    left: 7%;
    top: 60%;
}

.wipe-in {
    opacity: 1;
    transition: transform 1s, opacity 1s;
    transform: translateY(-100%);
}

.wipe-out {
    opacity: 0;
    transition: transform 1s, opacity 1s;
    transform: translateY(-200%);
}

.miFrase span {
    font-size: 30px;
    text-align: center;

}

/*Fin sección  Frases*/

/*Inicio sección  Caracteristicas*/
.section_caracteristicas {
    background-color: white;
    height: 600px;
    margin-top: 40px;
}

/* ============= Begin Testimonial Flexbox ============ */
.linea_tiempo h2{
    font-size: 30px;
    padding-bottom: 40px;
}

.linea_tiempo span{
    color:#00B0F0;
}

.parrafo{
    color: #04024A;
    text-align: left;
    opacity: 0.5;
    font-size: 24px;
    padding-top: 20px;
    width: 90%;
    text-align: justify;
}

.parrafo:hover {
    opacity: 0.75;
    cursor: pointer;

}

.text_primary{
    color: #04024A;
    opacity: 1;
}

.title_section{
      font-size:50px;
    }

.right-zone{
    position: relative; /* Contenedor relativo para posicionar el marco y el video */
    display: inline-block; /* Para que el tamaño del contenedor se ajuste al contenido */
}

.frame {
    position: absolute; /* Posicionar el marco absolutamente dentro del contenedor */
    top: 40;
    left: 0;
    width: 560px;
    height: 315px;
    border: 5px solid #FF0049; /* Estilo del marco */
    border-radius: 10px;
    background-color: #FF0049;
    z-index: 1; /* Asegúrate de que el marco esté detrás del video */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Sombra opcional para el marco */
    transform: rotate(-3deg); /* Rotar el marco -5 grados */
    transform-origin: center center; /* Punto de origen de la rotación */
    
}
.video_youtube{
    position: relative;
    z-index: 2; /* Asegúrate de que el video esté por encima del marco */
    display: block;
}
/* ============== End Testimonial Flexbox ============= */

/*Fin sección  Caracteristicas*/

/*Inicio sección  Testimoniales*/
.section_testimoniales {
    background-color: #00B0F0;
    padding-top: 40px;
    padding-bottom: 60px;
}

.section_testimoniales span {
    border: 2px solid blue;
}

.img-text {
    width: 100%;
    height: 250px;
    /*Era 300px*/
    display: block;
    text-align: left;
    padding: 30% 5%;
    /*Era 40% 5%*/
    background: white; /*#66FFFF*/
    color: #04024A;
    border-radius: 15px;
    border: 1px solid rgba(100, 255, 218);
}

.img-text h2 {
    font-size: 14px;
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
}

.img-text p {
    font-size: 14px;
    text-align: center;
    -webkit-text-stroke-width: 0.4px;
}

.img-text em {
    font-size: 18px;
    font-weight: bold;
}

.bloque {
    border-left: 6px solid rgba(0,176,240); /*rgba(100, 255, 218)*/
    margin-left: 20px;
    margin-bottom: 0px;
}

.single-box {
    position: relative;
    margin-bottom: 30px;
}

.img-area {
    position: absolute;
    width: 100px;
    height: 100px;
    /*border: 5px solid #fff;*/
    overflow: hidden;
    top: 15px;
    left: 50px;
    /*border-radius: 50px;*/
}

.img-area i {
    font-size: 60px;
    color: #04024A;
}

.img-area img {
    width: 100%;
}

.carousel-indicators {
    left: 0;
    top: auto;
    bottom: -70px;
}



#testimoniales {
    min-height: 50vh;
    padding: 20px 0;
    position: relative;
    margin-bottom: 72px;
    display: flex;
    align-items: center;
    background-color: #14213D;
    margin-bottom: 55px;
}

#testimoniales .titulo {
    color: #FFF;
    margin-bottom: 35px;
    text-align: center
}

#testimoniales .item {
    background-color: #FFF;
    border-radius: 16px;
    max-width: 400px;
    min-height: 160px;
    padding: 36px 32px;
    align-items: center;
    position: relative;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

#testimoniales .quote {
    left: 5%;
    position: absolute;
    top: -10%;
}

#testimoniales .item-content .row {
    margin: 0;
    justify-content: space-between;
}

#testimoniales .item-content .item-usuario {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    max-width: 50%;
    width: 50%;
}

#testimoniales .item-content .usuario-location {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #7C7C7F;
    max-width: 50%;
    width: 50%;
}

#testimoniales .slick-initialized .slick-slide {
    padding: 0 15px;
}

#testimoniales .my-dots {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

#testimoniales .my-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#testimoniales .my-dots li.slick-active {
    margin: 0 0 0 5px;
}

#testimoniales .my-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    transition: 0.5s;
}

#testimoniales .my-dots li button:hover,
#testimoniales .my-dots li button:focus {
    outline: none;
}

#testimoniales .my-dots li button:hover:before,
#testimoniales .my-dots li button:focus:before {
    opacity: 1;
}

#testimoniales .my-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 20px;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    display: flex;
    align-self: center;
    text-align: center;
    opacity: .4;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 1px #fff;
}

#testimoniales .my-dots li.slick-active button:before {
    opacity: 1;
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    width: 40px;
    margin: 0 10px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
}


/*Fin sección  Testimoniales*/

/*Inicio sección  Clientes*/
.card-texto {
  font-size: 0.9rem !important;
  color: #333 !important;
}

.card_general{
  background-color: #D9D9D9 !important;
}

.nombre_cliente{
  color: #04024A;
}

.text-warning{
    font-size: 40px !important;
}

.testimonial-container {
    display: flex ;
    flex-direction: column ;
    align-items: center ;
    text-align: center ;
    width: 350px ; /* Adjust as needed */
    padding: 20px ;
}

.speech-bubble {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 20px 20px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 50px; /* Space for the user icon to overlap */
}

.speech-bubble::before {
    content: '';
    position: absolute;
    bottom: -15px; /* Position the triangle below */
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-bottom-right-radius: 5px; /* Gives it a slight curve */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Shadow for the triangle */
}


.user-icon {
    position: absolute;
    top: -45px; /* Adjust to position above and overlap the bubble */
    left: 50%;
    transform: translateX(-50%);
    background-color: #e0f2f7; /* Light blue background for the circle */
    border: 3px solid #6ed0f2; /* Blue border */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #3498db; /* Blue color for the icon */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.quote {
    font-size: 1em;
    color: #333;
    line-height: 1.4;
    margin-top: 15px; /* Adjust as needed after the icon position */
    margin-bottom: 15px;
}

.author {
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    font-size: 0.9em;
}

.customer-since {
    color: #3498db; /* Blue color for "2 años siendo cliente" */
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: bold;
}

.stars {
    color: #f7d41d; /* Gold color for stars */
    font-size: 1.5em; /* Adjust star size */
}

.stars .fas.fa-star {
    margin: 0 2px; /* Space between stars */
}

.testimonial-card-responsive {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    background: #fff;
    padding: 1.2rem 1rem;
}
.testimonial-img {
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
/*Fin sección  Clientes*/

/*Inicio sección  Bancos*/

/* Carrusel responsive y animado */
.image-carousel {
    width: 100%;
    background: #fff;
    padding: 16px 0;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    align-items: center;
    gap: 40px;
    width: max-content;
    animation: scroll-carousel 25s linear infinite;
}
.carousel-logo {
    height: 140px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    margin: 0 12px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    background: #f8f9fa;
    padding: 8px 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    display: block;
}
.carousel-logo:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    background: #e9ecef;
}
@keyframes scroll-carousel {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


/*Fin sección  Bancos*/

/*Inicio boton flotante*/
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 2000px; /* Solo para simular desplazamiento (scroll) */
  }
  
  .boton-flotante {
    position: fixed;
    top: 70%;  /* Centrado verticalmente */
    right: 20px; /* Alineado al lado derecho */
    transform: translateY(-70%); /* Ajusta para que se mantenga en el centro vertical */
    z-index: 1000; /* Asegura que el botón esté encima de otros elementos */
  }
  
  .boton-flotante img {
    width: 100px;  /* Tamaño de la imagen */
    height: auto;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    filter: drop-shadow(4px 6px 12px #E0E0E0);
  }
  
  .imagen-detras {
    position: fixed;
    top: 40%;
    right: 20px; /* Mismo alineamiento que el botón */
    transform: translateY(-50%);
    z-index: 999; /* Está justo debajo del botón flotante */
    opacity: 0;  /* Inicialmente invisible */
    transition: opacity 0.3s ease; /* Transición suave */
  }
  
  .imagen-detras img {
    width: 150px; /* Tamaño de la imagen detrás del botón */
    height: auto;
  }

  .floating-text-container {
    position: fixed;
    top: 65%;  /* Centrado verticalmente */
    right: 20px; /* Alineado al lado derecho */
    transform: translateY(-70%); /* Ajusta para que se mantenga en el centro vertical */
    z-index: 1000; /* Asegura que el botón esté encima de otros elementos */
    width: 100px;
    
    }
    .floating-text{
        font-weight: bold;
        color:#00B0F0;

    }


/*Fin boton flotante*/




/*Inicio sección  Cookies*/

#overbox3 {
    position: fixed;
    bottom: 20px;
    z-index: 999999;
    display: block;
    background-color: whitesmoke;
    border-radius:22px;
}

#infobox3 {
    position: relative;
    height: 160px;
    /*width: 100%;*/    
    text-align: center;
    background-color: transparent;
    vertical-align: auto;
    
}

#infobox3 p {
    font-family: 'Axiforma', sans-serif;
    padding-top: 50px;
    padding-left: 20px;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    color:#14213d;
    width: 990px;
}

#infobox3 a {
    /*margin-right: 5px;*/
    text-decoration: underline;
    color: #4DBFFF;
}

#infobox3 .btncookies {
    /*margin-left: 10px;*/
    margin-top: 50px;
    text-decoration: none;
    background-color: #66FFFF;
    color: white;
    font-size: 12px;
}

#fondo-aviso-cookies {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
}

/*Fin sección  Cookies*/

/*Inicio Modal*/
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }

/*Fin Modal*/


/*Inicio sección  Politicas*/


.acordeon .contenedor {
    position: relative;
    margin: 10px 10px;
}

/* Posiciona las etiquetas en relación con el contenedor. Añade relleno en la parte superior e inferior y aumenta el tamaño de la fuente. También hace que su cursor sea un puntero */

.acordeon .etiqueta {
    position: relative;
    padding: 10px 0;
    font-size: 20px;
    color: #00B0F0;
    cursor: pointer;
}

/* Posiciona el signo más a 5px de la derecha. Lo centra utilizando la propiedad transform. */

.acordeon .etiqueta::before {
    content: '+';
    color: #00B0F0;
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 20px;
    transform: translateY(-50%);
}

/* Oculta el contenido (altura: 0), disminuye el tamaño de la fuente, justifica el texto y añade la transición */

.acordeon .contenido {
    position: relative;
    height: 0;
    font-size: 20px;
    text-align: justify;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}

/* Añade una línea horizontal entre los contenidos */

.acordeon hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
}

/* Muestra la parte de contenido cuando está activa. Establece la altura */

.acordeon .contenedor.activa .contenido {
    height: 100%;
}

/* Cambia de signo positivo a negativo una vez activado */

.acordeon .contenedor.activa .etiqueta::before {
    content: '-';
    font-size: 30px;
}

/*Fin sección  Politicas*/

.myModal-header {
    padding: 6px 10px 6px 20px;
    background-color: #66FFFF;
    border: 0px;

}

.myModal-header tr {
    background-color: rgb(100, 255, 218);

}

.myModal-body {
    background-color: #FFFFFF; /*Actualizar web*/
    color: blue; /*Actualizar web*/
}

.myModal-header-font {
    font-size: 12px;
    color: #04024A;
}

.myModal-header-close {
    color: black;
}



/* Progressbar */
/*.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2rem 0 4rem;
}

.progressbar::before,
.progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    /*grosor de linea*/
    /*width: 100%;
    background-color: #7F7F7F;
    z-index: 0;
}

.progress {
    background-color: rgb(100, 255, 218);
    width: 0%;
    transition: 0.3s;
}

.progress-step {
    width: 60px;
    height: 60px;
    background-color: #02152B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #7F7F7F;
    border: 1px solid #7F7F7F;

}

.progress-step::before {
    counter-increment: step;
    content: counter(step);
    font-size: 30px;

}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    font-size: 0.85rem;
    color: #666;
}

.progress-step-active {
    background-color: rgb(100, 255, 218);
    color: #02152B;
    font-weight: bold;
    z-index: 1;
}*/


/*PESTAÑA CONTACTANOS*/

.contactanos {
    background-color: white;

}

.contacto_whatsapp {
    background-color: white;
    border-radius:15px;
}

.contacto_whats {
    background: transparent;
    border-left: #00B0F0 solid;
    border-right: #00B0F0 solid;
    border-top: #00B0F0 solid;
    border-bottom: #00B0F0 solid;
    border-radius: 15px;
    background-image: url(../img/contactanos/whatsapp_hands.png);
    background-position: right bottom;
    background-size: 60%;
    background-repeat: no-repeat;
}

.contacto_whats i {
    font-size: 200px;
    color: #00B0F0;
}

.contacto_whats h2 {
    color: #00B0F0;
}

.contacto_whats h1 {
    font-weight: bold;
}

.agenda_cita img {
    width: 700px;
    border-radius: 15px;
}

.agenda_cita1 {
    margin-left: 180px;
    width: 300px;
}

.agenda_cita2 {
    margin-left: 35px;
    width: 300px;
}

/*PESTAÑA NOSOTROS*/

.nosotros1 img {
    width: 500px;
    padding-top: 150px;
    vertical-align: middle;
}

.nosotros_valores {
    padding-bottom: 80px;
}

.n_valor {
    display: table;
    height: 200px;

}

.n_valores {
    border-radius: 50%;
    background-color: #00B0F0;
    height: 200px !important;
    width: 200px !important;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    display: table-cell;
    vertical-align: middle;
}

.nosotros_nconfianza {
    
    height: 750px;
}

.nosotros_nconfianza h6 {
    color: #00B0F0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 26px;
}

.mapa {
    color: #00b16a;
}

.mapa svg {
    width: 100%;
}

.nosotros_nclientes {
    padding-bottom: 80px;
    height: 600px;
}

.nosotros_nclientes h1 {
    font-weight: bold;
}

.n_cliente {
    display: table;
    height: 200px;
}

.n_clientes {
    color: #00B0F0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 230px;
}

.n_clientecard h4 {
    text-align: center;
}

.n_clientescard {
    overflow: hidden;
    margin: auto;
    border-radius: 5%;
    text-align: center;
    background: #00B0F0 !important;
    font-size: 14px;
    border:none !important;
    color: white !important;
    font-weight: bold;
}

.tipo_card{
    padding-left:200px;
}
















@media (max-width: 629px) {
    header ul {
        padding: 0;
    }

    header .menu-toggle {
        padding: 0 1rem;
    }

    header .menu-item {
        background-color: rgba(244, 245, 246, 1);
        border-top: 1px solid rgba(242, 242, 242, 1);
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    header .menu-toggle {
        display: block;
    }

    header .hidden {
        display: none;
    }

    header li.menu-item a {
        background-color: rgba(221, 72, 20, .1);
    }

    header li.menu-item a:hover,
    header li.menu-item a:focus {
        background-color: rgba(221, 72, 20, .7);
        color: rgba(255, 255, 255, .8);
    }
}

/* Aplicar animación al grupo g o al rectángulo dentro del SVG */
#shape-1aaa7fd9-d5c9-8082-8005-18cdec175e22{
    animation: moveLeftToRight 2s infinite linear;
    transition: 5s;
}

#shape-1aaa7fd9-d5c9-8082-8005-18cdefb5e7e7 {
    animation: moveLeftToRight 2s infinite linear;
    transition: 5s;
}

/* Animación para mover de izquierda a derecha */
@keyframes moveLeftToRight {
    0% {
        transform: translateX(-100px); /* Empieza a la izquierda */
    }
    100% {
        transform: translateX(100px); /* Termina a la derecha */
    }
}

/* Aplica la animación al grupo (g) de SVG */
#shape-1aaa7fd9-d5c9-8082-8005-18cdbd05689b {
    animation: moveUp 2s ease-out forwards; /* Ejecutar la animación durante 2 segundos */
}

/* Definir la animación para mover el elemento de abajo hacia arriba */
@keyframes moveUp {
    0% {
        transform: translateY(100px); /* Inicia 100px debajo de su posición original */
        opacity: 0; /* Inicialmente invisible */
    }
    100% {
        transform: translateY(0); /* Mover a su posición original */
        opacity: 1; /* Totalmente visible al final */
    }
}

/* Aplica la animación al grupo (g) de SVG o cualquier otro elemento */
#shape-1aaa7fd9-d5c9-8082-8005-18cf720ee3de {
    position: relative; /* Para asegurarse de que el desplazamiento ocurra en relación a su posición */
    animation: moveLeft 3s ease-out forwards; /* Ejecutar la animación durante 3 segundos */
}

/* Definir la animación para mover el elemento de derecha a izquierda */
@keyframes moveLeft {
    0% {
        transform: translateX(100vw); /* Inicia desde fuera del margen derecho de la pantalla (100% del ancho de la ventana) */
        opacity: 0; /* Inicialmente invisible */
    }
    100% {
        transform: translateX(0); /* Mover a su posición original */
        opacity: 1; /* Totalmente visible al final */
    }
}

/* Aplica la animación al elemento que deseas mover */
#shape-1aaa7fd9-d5c9-8082-8005-18cf4beac67b {
    animation: moveRight 3s ease-out forwards; /* Ejecuta la animación durante 3 segundos */
    position: relative; /* Asegura que el elemento se pueda mover de su posición actual */
}

/* Definir la animación para mover el elemento de izquierda a derecha */
@keyframes moveRight {
    0% {
        transform: translateX(-100%); /* Inicia fuera de la pantalla en el lado izquierdo */
        opacity: 0; /* Inicialmente invisible */
    }
    100% {
        transform: translateX(0); /* Mover a su posición original */
        opacity: 1; /* Totalmente visible al final */
    }
}

/* Aplica la animación al elemento */
#shape-1aaa7fd9-d5c9-8082-8005-18cee57484aa {
    animation: fadeInOut 3s ease-in-out infinite; /* Ejecuta la animación infinitamente */
}

/* Definir la animación para que aparezca de menos a más */
@keyframes fadeInOut {
    0% {
        opacity: 0; /* Comienza completamente invisible */
    }
    50% {
        opacity: 1; /* En la mitad de la animación está completamente visible */
    }
    100% {
        opacity: 0; /* Al final de la animación, desaparece nuevamente */
    }
}

/* Aplica la animación al elemento que deseas mover */
#shape-1aaa7fd9-d5c9-8082-8005-18cee66a9d9b {
    animation: bounceAndWobble 4s ease-in-out infinite; /* Ejecutar animación infinita */
    position: relative; /* Asegura que el elemento se mueva desde su posición actual */
    transition: 5s;
}

/* Definir la animación para hacer saltar y moverse a los lados */
@keyframes bounceAndWobble {
    0%, 100% {
        transform: translateY(0) translateX(0); /* Posición inicial y final (centro) */
    }
    25% {
        transform: translateY(-30px) translateX(-20px); /* Salta y se mueve a la izquierda */
    }
    50% {
        transform: translateY(0) translateX(0); /* Regresa al centro sin saltar */
    }
    75% {
        transform: translateY(-30px) translateX(20px); /* Salta y se mueve a la derecha */
    }
}

/* Aplica la animación al elemento que deseas rotar */
#shape-1aaa7fd9-d5c9-8082-8005-18cee4fb4922{
    animation: rotateAnticlockwise 2s linear infinite; /* Ejecuta la animación infinitamente */
    transform-origin: center; /* Define el punto de origen de la transformación en el centro del elemento */
    transition: 5s;
}

/* Definir la animación para rotar en 30 grados en sentido antihorario */
@keyframes rotateAnticlockwise {
    0% {
        transform: rotate(0deg); /* Inicio en 0 grados */
    }
    100% {
        transform: rotate(-15deg); /* Finaliza en -30 grados (30 grados antihorario) */
    }
}

/* Aplica la animación al elemento que deseas rotar */
#shape-1aaa7fd9-d5c9-8082-8005-18cee74793c1{
    animation: rotateclockwise 2s linear infinite; /* Ejecuta la animación infinitamente */
    transform-origin: center; /* Define el punto de origen de la transformación en el centro del elemento */
    transition: 5s;
}

/* Definir la animación para rotar en 30 grados en sentido antihorario */
@keyframes rotateclockwise {
    0% {
        transform: rotate(0deg); /* Inicio en 0 grados */
    }
    100% {
        transform: rotate(15deg); /* Finaliza en -30 grados (30 grados antihorario) */
    }
}

/* Aplica la animación al elemento que deseas rotar */
#shape-1aaa7fd9-d5c9-8082-8005-18cee6becd90 {
    animation: rotateClockwise1 3s linear infinite; /* Ejecuta la animación cada 1 segundo de forma infinita */
    transform-origin: center; /* Establece el origen de la transformación en el centro del elemento */
    transition: 5s;
}

/* Definir la animación para rotar el elemento 15 grados en sentido horario */
@keyframes rotateClockwise1 {
    0% {
        transform: rotate(0deg); /* Posición inicial */
    }
    100% {
        transform: rotate(5deg); /* Rotación final de 15 grados */
    }
}
