@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:200,300,300i,400,400i,500,600,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,300i,400,400i,500,600,700,700i&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    padding-bottom: 0rem !important;

}

.slider-marketing{
    height: 100vh;
    min-height: 800px !important;
    background-image: url("../img/slider-home-bg.png");
    margin-top: -3rem !important;
}

.plain-text-field {
    border: none;
    background-color: transparent;
    pointer-events: none;
    color: inherit;
    outline: none;
}

.text-muted a {
    color: #827F7F !important;
}

.bg-dark {
    background-color: #4d4d4d !important;
}

.bg-chita-dark {
    color: #fff;
    border-radius: 14px !important;
    min-height: 130px;
    background: linear-gradient(147deg, #F1D250 3.71%, #D69C46 106.82%) !important;
    filter: drop-shadow(1px 3px 7px #b9acac);
    padding-left: 110px !important;
}

.bg-chita-dark p{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 0px !important;
}


.bg-chita-light {
    background-color: #ffffff !important;
    color: #4d4d4d !important;
}

.navbar {
    padding: 1.5rem 1rem;
    /* font-size: 0.85rem; */
    font-size: 1rem; /* viene de 0.9rem*/
    transition: top 0.3s ease; /* Agrega una transición suave */
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    font-size: 1em;
}

.navbar-nav a {
    color: #23155B !important;
    text-transform: uppercase;
    /*padding-right: 2rem;
    padding-left: 2rem;*/
}

.navbar-chita {
    color: #4d4d4d !important;
}

.navbar-chita:active {
    color: #4d4d4d !important;
}

.navbar-chita:hover {
    color: #4d4d4d !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 14rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    font-size: 0.85rem !important;
    font-weight: 100 !important;
}

.custom-dropdown-width {
    width: 600px;
}

@media (max-width: 576px) {
    .custom-dropdown-width {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
}

.dropdown-row-adjust {
    width: 600px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-top: 5px !important;
    padding-right: 10px !important;
    padding-bottom: 25px !important;
    padding-left: 10px !important;
}
.dropdown-item-small {
    width: 100% !important;
    font-size: 13px !important;
    font-weight: normal !important;
    text-transform: none !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.dropdown-title-small {
    color: #1B0F4C !important;
    width: 100% !important;
    pointer-events: none;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: none !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.header-img {
    background-image: url("../img/bg-slider.png");
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    height: auto;
}

.img-personaje {
    max-width: 80%;
    height: auto;
    margin-top: 5rem; 
    /* display: none; */
    margin-left: 3rem; 
}

.img-personaje-mkt {
    max-width: 80%;
    height: auto;
    margin-top: 5rem; 
    /* display: none; */
    margin-left: 3rem; 
}

.carousel-inner-ceo {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 75vh;
}

.carousel-item-ceo > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 72vh;
}

.header-img-factoring {
    background-image: url("../imagen_header_1920.jpg");
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    height: auto;
}

.header-prensa {
    background-image: url("../img/imagen_prensa.jpg");
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    height: auto;
}

.btn-chita {
    font-family: 'Roboto Condensed';
    background: linear-gradient(147deg, #F1D250 3.71%, #D69C46 106.82%) !important;
    border-color: #F1D250;
    color: #fff;
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    width: 220px ;
    padding: 0.8rem 1rem !important;
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.btn-chita:hover {
    background: linear-gradient(147deg, #D69C46 106.82%, #F1D250 3.71%) !important;

    color: #fff;

}

.btn-outline-chita {
    font-family: 'Roboto Condensed';
    border-color: #D1A548;
    color: #D1A548;
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9rem;
    width: 90%!important;
    border: solid 2px;
    padding: 0.7rem 1rem !important;

}

.btn-outline-chita:hover {
    background: linear-gradient(147deg, #D69C46 106.82%, #F1D250 3.71%) !important;
    border-color: #D1A548;
    color: #fff;
}

.btn-check-chita {
    background-color: #d1a548;
    border-color: #d1a548;
    color: #fff;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.8rem;
}

.btn-check-chita:hover {
    background-color: #ad832b;
    border-color: #ad832b;
    color: #fff;
}

.btn-check-outline-chita {
    border-color: #4d4d4d;
    color: #4d4d4d;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.btn-check-outline-chita:hover {
    background-color: #ad832b;
    border-color: #ad832b;
    color: #fff;
}

.btn-check-outline-chita-factura {
    border-color: #4d4d4d;
    color: #4d4d4d;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.btn-check-outline-chita-factura:hover {
    background-color: #2ea5d7;
    border-color: #2ea5d7;
    color: #fff;
}

.btn-chita-auto{
    width: 100% !important;
}

.navbar .btn-outline-chita {
    width: 40%!important;
}


.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    width: 220px !important;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.7rem 1rem !important;
    text-transform: uppercase;
    font-weight: 400;
}

.div-chita-carrusel {
    position: relative;
    left: 30px;
    top: 2rem;
    width: 40%;;
}

.div-chita-carrusel-home {
    position: relative;
}

.txt-chita-carrusel {
    font-size: 2.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 1;
    color: #1B0F4C;
}

.txt-chita-carrusel strong {
    font-weight: 700 !important;
    background: linear-gradient(97deg, #D1A548 21.51%, rgba(235, 166, 26, 0.79) 84.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.txt-chita-carrusel-v2 strong {
    font-weight: 700 !important;
    background: linear-gradient(97deg, #ffffff 21.51%, rgb(255 255 255 / 79%) 84.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.txt-chita-carrusel-v2 {
    font-size: 2.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 1;
    color: #1B0F4C;
}

.txt-chita-carrusel-p {
    font-weight: 400 !important;
    color: #1B0F4C;
}

.txt-chita-carrusel-p strong {
    font-weight: 700 !important;
    color: #23155B;
}


.txt-chita-carrusel-label {
    font-size: 3rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100 !important;
    text-transform: uppercase;
    line-height: 1;
    color: #898989;
    margin-top: -42px;
    margin-left: 14px;
}

.txt-chita-carrusel-label strong {
    font-weight: 400 !important;
    color: #4d4d4d;
}

.txt-chita-carrusel-p-label {
    font-weight: 100 !important;
    color: #898989;
    margin-left: 14px;
}

.txt-chita-carrusel-p-label strong {
    font-weight: 400 !important;
    color: #4d4d4d;
}

.div-chita-carrusel-factoring {
    top: 8rem;
}

.panel-inicial-simulador{
    margin-top: 0 !important;
}

.panel-inicial {
    margin-top: -160px;
    margin-bottom: 30px;
    position: relative;
    font-size: 1rem;
    color: white !important;
    font-weight: 100;
    /*background-color: #4d4d4d;*/
    z-index: 999;
}

.panel-inicial span {
    font-size: 2.3rem;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    /* text-transform: uppercase; */
}

.panel-inicial .col1st {
    width: 30% !important;
    margin: auto;
}

.panel-inicial .col2nd, .panel-inicial .col3rd {
    width: 35% !important;
    margin: auto;
}


.panel-interior {
    font-size: 0.6rem;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.panel-interior span {
    font-size: 1.75rem;
    font-weight: 400;
    font-size: 0.95rem;
    font-weight: 400;
    font-size: 2.3rem;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}

.panel-interior .col1st {
    width: 30% !important;
}

.panel-interior .col2nd, .panel-interior .col3rd {
    width: 35% !important;
    border-left: 1px solid white;
}

/* ::: Seccion Nueva Forma ::: */
.img-chita01, .img-chita05 {
    max-width: 70%;
    height: auto;
    margin-top: 3rem;
}

.img-chita-refer {
    max-width: 70%;
    height: auto;
    margin-top: -4rem;
}

.fono-agente {
    margin-top:0 !important;
}

.txt-chita-nvaforma {
    font-size: 2.4rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #1B0F4C;
    line-height: 1;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.txt-nvaforma-ic-head {
    font-size: 1.25rem !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500 !important;
    line-height: 1.25rem;
    text-transform: uppercase;
    padding-top: 2rem;
    padding-bottom: 0.75rem;
    color: #1B0F4C !important;

}

.txt-nvaforma-ic-head-promotion{
    font-weight: 400 !important;
}


.txt-nvaforma-ic {
    /* font-size: 0.875rem; */
    font-size: 1rem; /* viene de 0.9rem*/
    font-family: 'Roboto', sans-serif;
    font-weight: 200 !important;
    padding-right: 2rem;
    /*padding-bottom: 2rem;*/
    color: #23155B !important;

}

.padd-nvaforma {
    padding: 0px 2.5rem;
}

.container-free {
    width: 100% !important;
    padding-right: 5rem !important;
    padding-left: 5rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
}


/* ::: Fin Seccion Nueva Forma ::: */


/* Seccion como */
.txt-chita-como {
    font-size: 2.4rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #1B0F4C;
    line-height: 1;
    padding-top: 4rem;
    padding-bottom: 2rem;
    text-align: left !important;
    padding-left: 2.35rem;
}

/* Fin Seccion como*/

.txt-simulador {
    font-size: 1.25rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400 !important;
    line-height: 1.7rem;
    text-transform: uppercase;
    /* margin-top: 5px;
    display: inline-block; */
}

.txt-simulador-200 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200 !important;
    line-height: 1.7rem;
    text-transform: uppercase;
    /* margin-top: 5px;
    display: inline-block; */
}

.txt-chita-landing {
    font-size: 2.4rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #1B0F4C;
    line-height: 1;
    padding-top: 2rem;
    /*text-align: left !important;*/
}


.txt-chita-conoce {
    font-size: 2.4rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #1B0F4C;
    line-height: 1;
    padding-top: 4rem;
    padding-bottom: 2rem;
    text-align: center !important;
    padding-left: 2.35rem;
}


.txt-chita-promotion-pages {
    font-size: 2.4rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #1B0F4C;
    line-height: 1;
    padding-top: 12rem;
    padding-bottom: 0;
    text-align: center !important;
    padding-left: 0;
}

.txt-como-ic-head {
    font-size: 1.25rem !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500 !important;
    line-height: 1.25rem;
    text-transform: uppercase;
    padding-top: 2rem;
    padding-bottom: 0.75rem !important;
    color: #1B0F4C !important;
}

.txt-como-ic {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 200 !important;
    /* padding-right: 2rem; */
    padding-bottom: 2rem;
    color: #23155B !important;
}

.txt-chita-refiere, .txt-chita-registro {
    font-size: 2.4rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #1B0F4C !important;
    line-height: 1;
}

.txt-chita-refiere, .txt-chita-registro span{
    font-weight: 600;
    color: #D1A548;
}

.texto-cifras-numeros {
    font-size: 3rem;
    font-weight: 300 !important;
    margin-bottom: 0.3rem;
    letter-spacing: -2px;
    line-height: 1;
}

.texto-cifras-normal {
    font-size: 3rem;
    font-weight: normal !important;
    margin-bottom: 0.3rem;
    letter-spacing: -2px;
    line-height: 1;
}

.texto-cifras-bajadas {
    font-size: 1.5rem;
    margin-top: 0;
    letter-spacing: 2px;
    line-height: 0.5;
}

.texto-cifras-borde {
    border-right: 1px rgba(77, 77, 77, 0.75) solid;
}

.texto-cifras-padd {
    padding-left: 2rem !important;
}

.subraya-chita {
    /*text-decoration: underline #d1a548;*/
    border-bottom: 2px solid #d1a548;
}

.subraya-chita-title {
    text-decoration: underline #d1a548;
}

.txt-color-chita {
    color: #d1a548;

    font-weight: 600 !important;
}

.txt-como-ic a {
    border-bottom: 1px solid #d1a548;
    color: #d1a548;
    text-decoration: none; /* Evitar conflictos */
}

.txt-nvaforma-ic-head a{
    border-bottom: 1px solid #d1a548;
    color: #d1a548;
    text-decoration: none; /* Evitar conflictos */
}

.txt-como-ic a:hover {
    color: #23155B; /* Cambiar el color del texto */
    border-color: #23155B; /* Asegurar que el subrayado coincida */
}

.txt-nvaforma-ic-head a:hover {
    color: #23155B; /* Cambiar el color del texto */
    border-color: #23155B; /* Asegurar que el subrayado coincida */
}

.txt-color-chita a{
    border-bottom: 1px solid #d1a548;
    color: #d1a548;
    text-decoration: none; /* Evitar conflictos */
}

.txt-color-chita a:hover {
    color: #23155B; /* Cambiar el color del texto */
    border-color: #23155B; /* Asegurar que el subrayado coincida */
}



.txt-numeros-chita {
    background: linear-gradient(97deg, #D1A548 21.51%, rgba(235, 166, 26, 0.79) 84.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
    font-size: 50px !important;
    width: 60px;
    text-align: right !important;
    padding-top: 2rem ;
}

.txt-numeros-chita-position {
    padding-bottom: 50px;
}

.three_numebr {
    margin-top: -7px;
}

.txt-color-chita h3{
    font-size: 52px;
}

.txt-color-chita02 {
    color: #d1a548;
    font-weight: 700 !important;
    font-size: x-large;
}

.txt-color-chita03 {
    color: #737373;
    font-weight: 400 !important;
}


.bg-chita-gray {
    background-color: #EFEEEE;
}

.bg-chita-gray2 {
    background-color: #F8F8F8;
    padding: 1rem 1.5rem 0.2rem 1.5rem;
    border-radius: 6px;
}

.form-control-chita-label {
    border-radius: 4px !important;
    background-color: #ffffff;
    font-weight: 200 !important;
    padding: 0px !important;
}

.form-control-chita-label2 {
    border-radius: 0 4px 4px 0 !important;
    background-color: #ffffff;
    font-weight: 200 !important;
    padding: 0px !important;
    width: 100%;
    height: 30px;
}

.form-control-chita {
    font-family: 'Roboto Condensed', sans-serif;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(77, 77, 77, 0.45) !important;
    border-left: none !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    padding: 0px !important;
    color: #1B0F4C !important;

}

.form-control-chita-bold {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(77, 77, 77, 0.45) !important;
    border-left: none !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    padding: 0px 10px 0px 0px !important;
}

.form-control-chita-bold-chita {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0px !important;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 400 !important;
    padding: 0px 10px 0px 10px !important;
}

.ic-size {
    width: auto;
    height: 60px /* ha sido 6 y 8.5rem;*/
}

.ic02-size {
    width: auto;
    height: 6.75rem; /* ha sido 6 y 8.5rem;*/
    margin-left: 1.5rem;
}

.ic03-size {
    width: auto;
    height: 6.75rem;
    margin-left: 0rem;
    margin-bottom: 1.2rem;
}

.compu-size {
    width: auto;
    height: 23rem;
}

.chita-size {
    width: auto;
    height: 30rem;
}

/* Ejemplo detallado */
.ejemplo-gris1 {
    background-color: #1B0F4C;
    color: white;
    border-radius: 6px 6px 0px 0px;
    font-weight: 100 !important;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.ejemplo-gris2 {
    background-color: #F8F8F8;
    border-bottom: 1px solid #cacaca;
}

.ejemplo-gris3 {
    background-color: #F8F8F8;
    border-radius: 0px 0px 6px 6px;
}

/* .ejemplo-detallado {
    margin: 0rem 1rem 0rem 1rem;
    background-color: #e9e9e9;
    box-sizing: border-box;
} */
.ejemplo-gris1, .ejemplo-gris2, .ejemplo-gris3 {
    padding: 1rem 0.8rem 0rem 0.8rem;
    box-sizing: border-box;
}

.txt-detalle-ejemplo {
    margin-top: 0.3rem;
    font-size: 0.8rem;
    line-height: 1rem !important;
}

#ejemplo-simulado {
    margin: 5rem 0.9rem 0rem 0.9rem;
}

#lo-que-necesitas {
    margin: -2rem 0rem 0rem 2rem;
}


/* Slick Slider */
.div-slider {
    padding: 0px 8px 0px 8px;
}

.slider {
    width: 100%;
    margin: 30px auto;
    height: 290px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.fecha_slick {
    font-size: 0.85rem;
    line-height: 0.09rem !important;
}

.excelente_slick {
    font-size: 1rem !important;
    line-height: 1rem !important;
}

.txt-conoce700 {
    font-weight: 600 !important;
}

.padding-cifras {
    padding-left: 7rem !important;
    padding-right: 5.35rem !important;
}

.divprensa {
    height: 1000px;
    overflow-y: scroll;
    overflow-x: none;
    width: 80% !important;
    margin: -50px auto;
}

.borde_inf {
    border-bottom: 1px solid #d1a548 !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/* Footer Clsses */
footer {
    color: white !important;
    font-size: 0.75rem;
    background: linear-gradient(93deg, #2B2B2B 2.03%, #2F4050 108.73%);
}

footer h6 {
    text-transform: uppercase;
}

footer small {
    color: white !important;
    margin-top: -1rem;
    margin-bottom: -1rem !important;
}

.padding-footer {
    padding-left: 11.35rem !important;
    padding-right: 9.35rem !important;
}

.separa-footer {
    border-right: 1px solid rgba(225, 225, 225, 0.35);
    padding-left: 2rem;
    margin: 0px auto !important;
}

.text-link-footer {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100 !important;
    font-size: 0.9rem;
    text-decoration: none;
    line-height: 2rem;
}

.text-link-footer:hover {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100 !important;
    font-size: 0.9rem;
    text-decoration: underline;
}

.text-overflowed {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.ic-logo-footer {
    /*float: left;
    margin: 0 10px 40px 0;*/
    height: 80px;
    width: auto;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer-corpo .ic-logo-footer {
    /* float: right;
    margin-right: 1rem; */
    display: inline-block;
    position: relative;
    top: -102px;
}

.testimonios {
    font-size: 1.2rem;
    color: #1B0F4C;
    font-style: italic;
    margin: 13px 0px;
}

.form-ajuste{
    width: 80%;
}

input.remove-arrows-factoring[type=number]::-webkit-inner-spin-button,
input.remove-arrows-factoring[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.remove-arrows-factoring[type=number] {
    -moz-appearance: textfield;
}

/* ::::::: Media Queries ::::::: */
@media (min-width: 1024px) {
    .chita-title-promotion {
        top: 120px;
    }
}

@media (max-width: 481px) {
    .chita-title-promotion {
        top: 30px;
    }
}

@media (min-width: 1600px) {
    .header-img {
        background-image: url("../img/bg-slider.png");
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
        width: 100%;
        height: auto;
    }

    footer .w-100 {
        display: none !important;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

}

@media (min-width: 1300px) and (max-width: 1599px) {
    .header-img {
        background-image: url("../img/bg-slider.png");
        background-size: cover;
        background-position-x: right;
        background-position-y: center;
        width: 100%;
        margin-top: 0rem;
        height: auto;
    }

    footer .w-100 {
        display: none !important;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

}

@media screen and (min-width: 800px) and (max-width: 1299px) {
    /*@media screen and (min-width: 780px) and (max-width: 1299px) {
         @media (min-width: 576px) and (max-width: 767.98px) { 1919px */
    footer .w-100 {
        display: none !important;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .btn-outline-chita {
        padding-left: 1.3rem !important;
        padding-right: 1.3rem !important;
    }

    /* .padding-footer {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    } */
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
    .padding-footer {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .txt-chita-carrusel {
        font-size: 2rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 200 !important;
        text-transform: uppercase;
        line-height: 1;
        color: #1B0F4C;
        margin-top: -20px;
        margin-left: -25px;
    }

    .form-ajuste{
        position: absolute;
        left: 23px;
        width: 80%;
    }

    .form-factoring {
        top:5rem !important;
    }
    .slider-marketing {
        min-height: 990px !important;
    }
    .bg-chita-dark {
        padding-left: 18px !important;
    }

    .img-chita01, .img-chita05 {
        max-width: 40%;
        height: auto;
        margin-top: 0rem !important; 
    }

    .txt-chita-carrusel-p {
        font-size: 1rem;
        font-weight: 100 !important;
        color: #1B0F4C;
        width: 100%;
        margin-left: 0px;
    }

    .txt-chita-nvaforma, .txt-chita-como, .txt-chita-conoce, .txt-chita-refiere, .txt-chita-registro {
        font-size: 2rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 100 !important;
        text-transform: uppercase;
        line-height: auto;
        padding-top: 3rem;
        padding-bottom: 0rem;
    }

}


/* Media queries para pantalla mediana */
@media screen and (min-width: 400px) and (max-width: 995px) {
    .txt-chita-carrusel {
        font-size: 2rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400 !important;
        text-transform: uppercase;
        line-height: 1;
        color: #1B0F4C;
        margin-top: -20px;
        margin-left: -25px;
    }

    .txt-chita-carrusel-p {
        font-size: 1rem;
        font-weight: 100 !important;
        color: #e1e1e1;
        width: 100%;
        margin-left: 3px;
    }


    .carousel-inner-mkt {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 76vh;
    }

    

    .img-personaje-mkt {
        max-width: 70% !important;
        height: auto;
        margin-top: -23rem;
        display: none;
        margin-left: -6rem !important;
    }

    .img-personaje {
        max-width: 100% !important;
        height: auto;
        margin-top: -23rem;
        /* display: none; */
        margin-left: 0rem !important;
    }

    .div-personaje-home-v2{
        position: absolute;
        bottom: -55px;
        right: 0px;
    }

    .panel-noticia,
    .panel-inicial {
        width: 95% !important;
        padding: 10px 0 !important;
    }

    .panel-inicial .col1st {
        width: 30% !important;
    }

    .panel-inicial .col2nd {
        left: -25px !important;
        display: relative;
    }

    .panel-inicial .col2nd, 
    .panel-inicial .col3rd {
        width: 35% !important;
        border-left: 1px solid transparent;
    }

    .bg-chita-dark {
        padding: 10px 0 !important;
    }

    .bg-chita-dark p {
        font-size: 0.8rem !important;
    }

    .txt-chita-nvaforma,
    .txt-chita-como,
    .txt-chita-conoce,
    .txt-chita-refiere,
    .txt-chita-registro {
        font-size: 2rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 100 !important;
        text-transform: uppercase;
        line-height: auto;
        padding-top: 3rem;
    }

    .txt-nvaforma-ic-head,
    .txt-nvaforma-ic {
        display: inline-block;
       /* padding-left: 40px !important;*/
       padding-bottom: 28px !important;
    }

    .texto-cifras-numeros {
        font-size: 2rem;
        font-weight: 300 !important;
        margin-bottom: 0.3rem;
        letter-spacing: -2px;
        line-height: 1;
    }

    .texto-cifras-bajadas {
        font-size: 0.75rem;
        letter-spacing: 1px;
    }

    .padding-footer,
    .padding-cifras {
        padding: 0 4.5rem !important;
    }

    .separa-footer {
        border-right: none;
        margin: 0 auto !important;
    }

    footer .w-100 {
        display: inline !important;
    }

    .chita-login-alone {
        width: 25% !important;
    }
}

/* Media queries para pantalla pequeña */
@media screen and (max-width: 480px) {
    .fonos {
        color: #1B0F4C;
        text-decoration: none;
    }

    .fonos:hover {
        color: #d1a548;
        text-decoration: underline;
    }

    .navbar {
        padding: 0.3rem 1rem;
        z-index: 1000;
    }

    .btn-chita-superior {
        margin-left: -45px;
    }

    .txt-chita-carrusel-p{
        margin-left: -23px;
    }

    .txt-nvaforma-ic-head {
        padding-top: 0rem;
    }

    .txt-como-ic-head {
        font-size: 1.2rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500 !important;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 12px !important;
        margin-left: 0px !important;
        display: inline-block;
    }

    .txt-numeros-chita {
        text-align: left !important;
    }

    .asesores {
        width: 90% !important;
        text-align: left !important;
    }

    .slider-marketing {
        height: 63vh;
        min-height: 670px !important;
        background-image: url("../img/slider-home-bg.png");
    }

    .form-ajuste {
        position: absolute;
        left: -15px;
        width: 80%;
    }

    .panel-inicial-marketing {
        margin-top: 50px !important;
    }

    .form-mobile {
        left: -26px;
        position: relative;
    }

    .img-chita01,
    .img-chita05,
    .personaje,
    .img-chita-refer,
    .img-chita02 {
        display: none !important;
    }



    .form-factoring {
        margin: 20px 0;
        left: -25px;
        position: absolute;
    }

    .text-landing-factoring {
        top: 40px !important;
    }

    .ic-size {
        width: auto;
        height: 3rem;
        margin-top: 0.5rem;
        margin-left: -10px;

    }

    .txt-chita-nvaforma,
    .txt-chita-como {
        font-size: 1.8rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400 !important;
        text-transform: uppercase;
        line-height: 2rem;
        text-align: left;
        padding: 0 0 1rem;
    }

    .txt-chita-refiere,
    .txt-chita-registro {
        font-size: 1.8rem;
        padding-top: 3rem;
    }

    .txt-chita-refiere {
        font-size: 0.6rem;
        margin: -6.5rem auto 30px;
        padding-top: 6rem !important;
    }

    .txt-chita-refiere span {
        font-size: 2.3rem;
        font-weight: 700;
        font-family: 'Roboto Condensed';
    }

    .padding-cifras,
    .padd-nvaforma {
        padding: 0 2rem !important;
    }

    .txt-como-ic-head {
        font-size: 1.2rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500 !important;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 12px !important;
        margin-left: 0px !important;
        display: inline-block;
    }

    .txt-nvaforma-ic {
        font-size: 1rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 300 !important;
        line-height: 1.4rem;
        display: inline-block;
        padding: 0px 0px 10px 5px !important;
        letter-spacing: 0.03rem;
    }

    .ejemplo-gris1 {
        font-size: 1rem;
        padding: 0.5rem 0 0;
    }

    #ejemplo-simulado {
        margin: 5rem 0;
        font-size: 0.8rem;
    }

    #ejemplo-simulado .txt-simulador {
        font-size: 1rem;
    }

    .txt-chita-conoce {
        font-size: 1.8rem;
        font-weight: 100 !important;
        text-transform: uppercase;
        line-height: 1.5rem;
        padding-left:0px;
    }

    .texto-cifras-numeros {
        font-size: 1.3rem;
        font-weight: 300 !important;
    }

    footer h6,
    footer li {
        font-size: 0.8rem !important;
    }

    .padding-footer {
        padding: 0.5rem !important;
    }

    .container-free,
    .container-fluid {
        width: 100%;
        padding: 0 2rem !important;
        margin: 0 auto;
    }

    .bg-chita-dark {
        padding: 15px 10px !important;
        min-height: auto !important;
        text-align: center;
        margin-top: -90px;
    }

    .bg-chita-dark span {
        font-size: 1.5rem !important;
        font-weight: 700;
        text-align: center;
    }

    .nuevo-footer {
        margin: 0px auto;
        padding: 0px;
    }

    .footer-corpo {
        float: none;
        display: block;
        width: 100%;
        padding: 0 auto 20 auto;
        margin-left: 25%;
        border-right: none;
    }

    .footer-menu {
        float: none;
        display: block;
        width: 100%;
        padding: 0px;
        margin: 40px 40px;
    }

    .footer-menu a{
        font-size: 1rem;
    }

    .footer-corpo .ic-logo-footer {
        /* float: right;
        margin-right: 1rem; */
        display: inline-block;
        position: relative;
    }

    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .mt-3rem{
        margin-top: 3rem;
    }

    .featurette-heading {
        margin-top: 5rem !important;
        line-height: 2rem;
    }

    .info-refiere {
        font-size: 0.9rem !important;
    }

    .navbar .btn-outline-chita {
        width: 40% !important;
    }

    .txt-chita-carrusel-v2 strong {
        font-weight: 700 !important;
        background: linear-gradient(97deg, #ffffff 21.51%, rgb(255 255 255 / 79%) 84.14%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .txt-chita-carrusel-v2 {
        font-size: 2rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400 !important;
        text-transform: uppercase;
        line-height: 1;
        color: #1B0F4C;
        margin-left: -25px;        
    }

  
}


.nuevo-footer {
    margin: 0px auto;
    padding-left: 4rem;
}

.footer-corpo {
    float: left;
    width: 30%;
}

.footer-corpo .ic-logo-footer-negocios {
    top: -75px;
}

.footer-corpo .media-body {
    /* float: right;
    padding-right: 2rem; */
    display: inline-block;
    position: relative;
}

.footer-menu {
    float: left;
    width: 70%;
}

.footer-menu div {
    float: left;
}

.footer-menu li {
    line-height: 1.5rem;
}

.columna-a, .columna-b {
    margin-left: 2rem;
}

.columna-c {
    margin-left: 2.5rem;
}

.columna-d {
    margin-left: 1rem;
}

footer .clear {
    clear: both;
}


/* Agregados por Marcos Lorca 20Nov2021 */
.header__landing_mkt {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-self: flex-start;
}

.footer__landing_mkt {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
}
.footer__landing_mkt_logo{
    border-right: 1px solid rgba(225, 225, 225, 0.35);
}

/* FIN Agregados por Marcos Lorca 20Nov2021 */




@media screen and (max-width: 979px) {
    .nuevo-footer {
        margin: 0px auto;
        padding: 50px 0px;
    }

    .footer-corpo {
        float: none;
        display: block;
        width: 100%;
        padding: 0 auto 20 auto;
        margin-left: 25%;
        border-right: none;
    }

    .footer-menu {
        float: none;
        display: block;
        width: 100%;
        padding: 0px;
        margin: 40px 40px;
    }

    .footer-menu a{
        font-size: 1rem;
    }

    .columna-a, .columna-b, .columna-c, .columna-d {
        width: 23%;
        margin-left: 0;
    }
}

@media screen and (min-width: 336px) and (max-width: 480px) {
    .footer-corpo {
        float: none;
        display: block;
        width: 100%;
        padding: 0 auto 20 auto;
        margin-left: 18%;
        border-right: none;
    }


    .columna-a, .columna-b, .columna-c, .columna-d {
        width: 22%;
        /* border: solid green 1px; */
    }

    .columna-b {
        margin-left: 1.2rem;
        padding-left: 0.2rem;
    }

    .columna-c {
        margin-left: 0.3rem;
        padding-left: 0rem;
    }

    .columna-d {
        margin-left: 0rem;
        padding-left: 0.8rem;
    }
}

@media screen and (max-width: 335px) {
    .footer-corpo {
        float: none;
        display: block;
        width: 100%;
        padding: 0 auto 20 auto;
        margin-left: 8%;
        border-right: none;
    }

    .columna-a, .columna-b, .columna-c, .columna-d {
        width: 22%;
        /* border: solid green 1px; */
    }

    .columna-b {
        margin-left: 1.2rem;
        padding-left: 0.2rem;
    }

    .columna-c {
        margin-left: 0.3rem;
        padding-left: 0rem;
    }

    .columna-d {
        margin-left: 0rem;
        padding-left: 0.8rem;
    }
}


/***** AGREGADOS POR MARCOS LORCA 27 NOVIEMBRE 2021 *****/

.txt-chita-carrusel__p-label {
    font-weight: 400 !important;
    letter-spacing: -0.5px !important;
    color: #4d4d4d;
}


.por_que_chita{
    height: 100vh;

}

.refiere{
    height: 100vh;

}

.refiere-tarjeta{
    background-color: #F8F8F8;
    border-radius: 20px;
    top: 50%;
    width: 100%;
    margin: auto;
    padding-right: 5rem ;
    padding-left: 5rem ;
    padding-bottom: 4rem;

}

.asesores{
    width: 70%;
    margin: auto;
}

.fp-section-last {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 125vh !important;
    display: block;
}

.container-fluid {
    width: 100%;
    padding-right: 5rem !important;
    padding-left: 5rem !important;
    margin-right: auto;
    margin-left: auto;
}

.container-free {
    width: 100%;
    padding-right: 5rem;
    padding-left: 5rem;
    margin-right: auto;
    margin-left: auto;
}



@media (max-width: 481px) {
    .div-chita-carrusel{
        width: 90%;
        margin: auto;
        top: 150px ;
        left: 30px;
    }
    .div-chita-carrusel-factoring{
        width: 80%;
        margin: auto;
        top: 40px !important;
    }

    .text-center-m {
        text-align: center !important;
    }

    .fp-section {
        height: auto !important;
    }

    .asesores-img{
        height:300px !important;
        margin-top: 13%;
        margin-left: 20%;
    }
    .asesores-img-promotion-pages{
        height:300px !important;
        margin-top: 13% !important;
        margin-left: 30% !important;
    }

}


@media screen and (max-width: 430px) {
    .footer-corpo .ic-logo-footer {
        display: inline-block;
        position: relative;
        top: -30px;
    }
}

.contenedor-chita{
    margin: 1em 0;
}

#fp-nav ul li .fp-tooltip{
    display: none !important;
}


.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
    height: 100vh;
    display: block;
}


.fp-table{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.fp-responsive .fp-is-overflow.fp-section{
    height: auto !important;
}

#section3 {
    background-image: linear-gradient(128deg,#EFEEEE,#EFEEEE);
}

.asesores-img{
    height:460px ;
}

.asesores-img-promotion-pages{
    height:550px;
    margin-top: 25%;
    margin-left: 20%;
}


@media (min-width: 768px) {
    .col-sm-5l {
        float: left;
        width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-5l {
        float: left;
        width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-5l {
        float: left;
        width: 20%;
    }
}

@media (min-width: 576px) {
    .col-lg-5l {
        float: left;
        width: 20%;    flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 380px){
    .bg-chita-dark p {
        font-size: 0.6rem !important;
    }
    .panel-inicial span, .panel-interior span {
        font-size: 1.1rem;
    }
}

.txt-chita-right {
    text-align: right;
}

.txt-color-chita-agente{
    color: #1B0F4C;
    font-weight: 600 !important;
}

.mt-10{
    margin-top: 5rem;
}

.pre-nav{
    top: 0;
    background:linear-gradient(147deg, #F1D250 3.71%, #D69C46 106.82%) !important;
    position: fixed;
    display: block;
    z-index: 1000;
    height: 60px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 1rem;
}

.pre-nav p{
    display: inline;
    margin-right: 1rem;
    font-weight: 400;
}

.btn-blanco{
    font-family: 'Roboto Condensed';
    border-color: #fff;
    color: #fff;
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9rem;
    width: 90% !important;
    border: solid 2px;
    padding: 0.2rem 3rem !important;
    border-radius: .35rem;
}

.pre-nav a:hover{
    border-color: #D69C46 !important;
    color: #D69C46 !important;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .pre-nav {
        padding: 0.4rem 1rem; /* Aumentar el padding en formato móvil */
        height: 70px; /* Ajustar la altura automática */
    }

    .pre-nav p {
        font-size: 1rem; /* Ajustar el tamaño de la fuente para mejor legibilidad */
        padding-left: 2rem;
        padding-right: 1.8rem;
    }

    .btn-blanco {
        padding: 0.5rem 1rem; /* Ajustar el padding del botón para formato móvil */
        font-size: 0.875rem; /* Ajustar el tamaño de la fuente del botón */
    }

    .navbar {
        margin-top: 10px;
    }
    .form-factoring {
        margin: 20px 0px;
        padding: 0 3rem;
        top: 4rem !important;
        left: 2rem !important;
        z-index: 9999;
    }
}

.hidden {
    display: none;
}

.panel-inicial-marketing {
    margin-top: 0px;
    margin-bottom: -180px;
    position: relative;
    font-size: 1rem;
    color: white !important;
    font-weight: 100;
    /* background-color: #4d4d4d; */
    z-index: 999;
}

.panel-inicial-marketing span {
    font-size: 2.3rem;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    /* text-transform: uppercase; */
}


.form-factoring{
    margin: 20px 0px;
    padding: 0 3rem;
    top: 10rem;
    left: 3rem;
}

.personaje{
    width: 65%;
    bottom: 0;
    position: absolute;
}


.fix-factoring {
    padding-top: 38rem;
}

.container-free {
    width: 100%;
    padding-right: 5rem;
    padding-left: 5rem;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 395px) {
    .img-personaje {
        max-width: 70%;
        height: auto;
        /* margin-top: 5rem; */
        /* display: none; */
        margin-left: 3rem;
    }

    .img-personaje-mkt {
        max-width: 70%;
        height: auto;
        /* margin-top: 5rem; */
        display: none; 
        margin-left: 3rem;
    }
    .carousel-inner-mkt {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 75vh;
    }
}


@media screen and (min-width: 600px) and (max-width: 1000px) {
    .img-personaje {
        max-width: 60% !important;
        height: auto;
        /* margin-top: 5rem; */
        /* display: none; */
        margin-left: 3rem !important;
    }
    .img-personaje-mkt {
        max-width: 60% !important;
        height: auto;
        /* margin-top: 5rem; */
        display: none;
        margin-left: 3rem !important;
    }
}
