@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins", serif;
}

html,
body {
    background: #fff !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


:root {
    color-scheme: light;
}

.suboton {
    display: none;
}

input {
    font-size: 15px !important;
}

.ts-control>* {
    font-size: 13px;
}

.accordion {
    --bs-accordion-border-width: 0;
}

.accordion .accordion-item {
    border-width: 0 0 var(--bs-border-width) 0;
}

.images {
    object-fit: contain;
    padding: 32px;
}

.slider .nokia-img {
    object-fit: cover;
}

.contentedorTexto-2 {
    display: flex;
    justify-content: flex-start;
}

.btnContenedor {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* FORMULARIO OBTENER UN SMATH PHONE */

.formulario-me-interesa {


    width: 100%;
    height: 100%;
    background-color: rgba(0, 92, 96, 0.4);
    /* fondo semitransparente */
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}



.formulario-me-interesa.show {
    display: flex;
}

.formulario-me-interesa .formulario-contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    /* min-width: 400px; */
    height: auto;
    background-color: #fff;
    gap: 1rem;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    max-width: 550px;
    width: 90%;
}

.formulario-cerrar {
    position: absolute;
    font-size: 30px;
    top: 25px;
    right: 30px;
    cursor: pointer;
}

.formulario-me-interesa .formulario-contenedor h1 {
    line-height: 34px;
    font-weight: 700;
    font-size: 34px;
}

.formulario-me-interesa .formulario-contenedor .formulario-contenedor-arriba-label {
    width: 100%;
    padding: 0 4rem;
}

.formulario-me-interesa .formulario-contenedor label {
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
}

.formulario-me-interesa .formulario-contenedor .input-contenedor {
    width: 100%;
}

.formulario-me-interesa .formulario-contenedor .input-contenedor input {
    width: 100%;

    border: 1px solid rgba(198, 196, 211, 1);
    padding: .5rem 2rem;
    font-size: 16px;
}

.formulario-me-interesa .formulario-contenedor .input-contenedor input.error,
.formulario-me-interesa .formulario-contenedor .input-contenedor textarea.error {
    border: 1px solid red;
}

.error-message {
    color: red;
    font-size: 0.9em;
    line-height: 1.3;
    margin-top: 6px;
    display: block;
    padding: 0 3rem;
}

.formulario-me-interesa .formulario-contenedor .input-contenedor textarea {
    width: 100%;
    height: 45px;
    min-height: 45px;
    max-height: 200px;
    border-radius: 20px;
    border: 1px solid rgba(198, 196, 211, 1);
    padding: .5rem 2rem;
    font-size: 16px;
    margin-top: 6px;
}


.formulario-me-interesa .formulario-contenedor .formulario-informacion {
    background-color: rgba(235, 247, 247, 1);
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-top: 1rem;
    padding: 1rem;
}

.formulario-me-interesa .formulario-contenedor .formulario-informacion label {
    line-height: 20px;
    font-weight: 600;
    font-size: 18px;
}

.formulario-me-interesa .formulario-contenedor .formulario-informacion ul {
    margin-top: 1rem;
    list-style: none;
    font-weight: 500;
}

.formulario-me-interesa .formulario-contenedor .formulario-informacion ul li {
    font-size: 1rem;
}

.formulario-me-interesa .formulario-contenedor .formulario-informacion ul li span {
    margin-right: .7rem;
    font-size: 1rem;
}

.boton1-formulario,
.boton2-formulario {
    border: none;
    width: 180px;
    height: auto;
    padding: 12px;
    border-radius: 25px;
    font-size: 17px;
    color: #fff;
    background-color: #ffcd00;
}

.ts-wrapper.single .ts-control {
    width: auto !important;
    height: 45px !important;
    min-width: 350px !important;
    border-radius: 20px !important;
    text-align: left !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 29px !important;
}

.ts-control>* {
    vertical-align: baseline;
    display: inline-block;
    min-width: 302px !important;
}

.ts-wrapper.single .ts-control input {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
    font-size: 14px !important;
    display: flex;
    flex-wrap: nowrap;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
    padding-left: 23px !important;
}

.ts-dropdown-content {
    text-align: left;
}

/* animacion infinita para el carrusel */
/* White Gradient */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background: white;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 80%;
    margin-bottom: 3%;
}

/* White gradient effect for the edges */
.slider::before,
.slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 10%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

/* Slide track animation */
.slider .slide-track {
    animation: scroll 15s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

/* Individual slides */
.slider .slide {
    height: 100px;
    width: 370px;
}


.contenedor {
    position: relative;
}

html {
    scroll-behavior: smooth;
}

/*Estilos para la cabecera del proyecto HEADER*/
header {
    display: flex;
    justify-content: space-between;
    margin-top: 0%;

}

header .logo-header {
    width: 50%;
    align-self: center;
    margin-left: 50px;
}

header .logo-header img {
    width: 150px;
    margin-left: 4%;
}

header .barra-navegacion {
    align-self: center;
    margin-right: 50px;
    margin-top: 8px;
    width: 50%;
}

header .barra-navegacion ul {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    margin: 0;
    padding: 0;
}

header .barra-navegacion ul li {
    list-style: none;
    font-size: 14px;
    color: #3F3F3D;
    cursor: pointer;
    line-height: 1;
    transition: all ease-in-out .9ms;
}

/*hovers y activates para  los headers (ul,li)*/
header .barra-navegacion ul a {
    list-style: none;
    text-decoration: none;
}

header .barra-navegacion ul li:active,
header .barra-navegacion ul li:hover,
header .barra-navegacion ul li:focus {
    color: #005C60;
    font-weight: bold;
}

/*Estilos para el main*/
main {
    position: relative;
    width: 100%;
    display: flex;
}

.carousel {
    width: 100%;
}

main .carousel-inner {
    width: 100%;
}

main .carousel .carousel-inner .carousel-item .contenedor-slider {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    width: 100%;
}

main .carousel .carousel-inner .carousel-item .contenedor-slider .contenedor {
    display: flex;
    z-index: 1;
    width: 100%;
    justify-content: center;
    height: 670px;
    transition: all ease-in-out .9ms;
}

main .carousel .carousel-inner .carousel-item .contenedor-slider .linea img {
    width: 100%;
    position: absolute;
    top: 54%;
    /* z-index: 2; */
}

footer .redes-2 .red i {
    display: none;
    font-size: 25px;
    color: #000000;
}

main .logo-main {
    margin-right: 4%;
    /* width: 50%; */
    bottom: -60px;

}

main .info-hero,
main .info-hero2 {
    box-shadow: 5px 6px 25px rgba(0, 0, 0, 0.2);
    height: 80px;
    background-color: rgb(255 255 255 / 80%);
    padding: 1rem 2rem;
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    border-radius: 13px;
    width: 160px;
    line-height: 1;
    gap: 5px;
}

main .info-hero span,
main .info-hero2 span {
    font-weight: 900;
    text-align: center;
}

main .info-hero p,
main .info-hero2 p {
    font-size: 12px;
    text-align: center;
}

main .infoh1-1 {
    top: 9%;
    right: 77px;
    height: 65px;
}

main .infoh1-2 {
    top: 45%;
    left: 79px;

}

main .infoh1-3 {
    bottom: 23%;
    right: 5%;
}

/* si */

main .imagen-hero-2 {
    position: relative;
    /* Este contenedor será el punto de referencia para los elementos absolutos */
}

main .info-hero2 {
    position: absolute;
    /* Posiciona los elementos en relación con el contenedor padre */
    padding: 1rem 1rem;
    width: 130px;
}

main .infoh2-1 {
    top: 45%;
    left: 79px;
    height: 65px;
}

main .infoh2-2 {
    top: 52%;
    left: 568px;
}

main .infoh2-3 {
    bottom: 32%;
    left: 1%;
}

main .texto-main {
    display: flex;
    font-weight: 700;
    flex-direction: column;
    margin-left: 20%;
    margin-top: 8%;
    margin-right: 67px;
}

main .texto-main-2 {
    display: flex;
    font-weight: 700;
    flex-direction: column;
    margin-right: 8%;
    margin-top: 8%;
}

main .texto-main-2 .texto-arriba {
    display: flex;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
}


main .texto-main-2 .plus {
    color: #005C60;
    font-weight: 600;
    font-size: 25px;
    margin-right: 3%;
}

main .texto-main-2 p {
    color: #020400;
    font-weight: 500;
    font-size: 20px;
}

main .texto-main-2 .estrena {
    color: #005C60;
    font-weight: 500;
    font-size: 24px;
}

main .texto-main .texto-arriba {
    font-size: 49px;
    line-height: 1;
    margin-top: -354px;
}

main .texto-main .texto-abajo {
    position: relative;
}

main .texto-main .texto-abajo .cero {
    font-size: 116px;
    display: flex;
    line-height: 1;
}


main .texto-main .texto-abajo .desde {
    font-size: 15px;
    background: #FFFFFF;
    padding: 2px;
    position: absolute;
    left: 2.3%;
    bottom: 68%;
}

main .texto-main .texto-abajo .inicial {
    font-size: 28px;
}

main .logo-main .imagen-hero {
    /* position: relative; */
}

main .logo-main .imagen-hero-2 .texto-arriba-2 {
    /* position: relative; */
    display: none;
    font-weight: 700;
    line-height: 50px;
    font-size: 47px;

    /* CAMBIO */
}

main .logo-main .imagen-hero-2 {
    /* position: relative; */
    margin-left: 8%;
    bottom: 10%;
}

.carousel-indicators {
    bottom: 13%;
    z-index: 9 !important;
}

.p-absoluto {
    z-index: 10;
}


.carousel-indicators button {
    background: #B4B4A9 !important;
    border-radius: 50%;
    border-top: 0px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    width: 8px !important;
    height: 8px !important;
}

/*Linea verde del fondo*/

article {
    margin-top: 8%;
}

article .titulo-article {
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #000000;
    margin-bottom: 3%;
}

/*Estilos para los sliders marcas*/

article .slider-marcas {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: auto;
    max-width: 90%;
    /*margin-bottom: 100px;*/
}


article .slider .slide {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

article .slider-marcas .slider {
    display: flex;
    justify-content: space-around;
    gap: 54px;
    /*animation: scroll 13s linear infinite;*/
}

/* Carrusel marcas */
#carruselMarcas {
    width: 100%;
    margin: 0 auto;
    height: 51px;
}

#carruselMarcas .carousel-inner {
    width: 80%;
    margin: 0 auto;
}

#carruselMarcas .col-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#carruselMarcas .carousel-control-prev-icon,
#carruselMarcas .carousel-control-next-icon {
    filter: invert(88%) sepia(7%) saturate(146%) hue-rotate(212deg) brightness(95%) contrast(91%);
    width: 22px;
    /* Haz las flechas más grandes */
    height: 22px;
    /* Ajusta el tamaño de las flechas */
    align-self: center;
}

/* estilos de acerca de  */

.contenedor-servicios {
    background: #FFCD00;
    height: 100%;
    position: relative;
}

/* .contenedor-servicios{
    display: flex;
    align-items: center;
    justify-content: center;
} */

.contenedor-servicios .contenedor {
    padding: 4%;
    display: flex;
    z-index: auto;
    position: relative;
    justify-content: space-around;
}

.contenedor-servicios .quieres-vender {
    width: 50%;
    position: relative;
}

.contenedor-servicios .contenedor .form {
    padding-bottom: 26px;
    z-index: 2;
}

.contenedor-servicios .quieres-vender .titulo-section {
    font-weight: 500;
    font-size: 57px;
    max-width: 654px;
    color: #020400;
    text-align: center;
}

.contenedor-servicios .quieres-vender .titulo-section p {
    line-height: 37px;
    text-align: left;
    font-size: 35px;
    margin-bottom: 38px;
}

.contenedor-servicios .quieres-vender .beneficios .subtitulo {
    font-weight: 500;
    font-size: 18px;
    max-width: 463px;
    color: #020400;
    line-height: 20px;
    margin-bottom: 30px !important;
}

.contenedor-servicios .quieres-vender .beneficios .plus {
    color: #005C60;
    font-weight: 600;
    font-size: 25px;
    margin-right: 5px;
}

.contenedor-servicios .quieres-vender .beneficios p {
    font-weight: 500;
    font-size: 18px;
    max-width: 463px;
    color: #020400;
    margin-bottom: inherit;
    display: flex;
    align-items: center;

}

.contenedor-servicios .quieres-vender .estas-listo {
    display: flex;
    padding: 20px;
    justify-content: start;
    align-items: center;
}

.contenedor-servicios .quieres-vender .estas-listo p {
    font-weight: 500;
    font-size: 30px;
    max-width: 402px;
    margin-bottom: inherit;
    color: #020400;
}

.contenedor-servicios .contenedor .form form {
    width: 514px;
    border: 1px solid #CFA123;
    align-self: center;
    background: #FFCD00;
    border-radius: 18px;
    padding: 50px
}

.contenedor-servicios .contenedor .form form legend {
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
    max-width: 470px;
    text-align: center;
}


.contenedor-servicios .contenedor .form form .btn-formulario {
    width: 145px;
    height: 42px;
    border: none;
    border-radius: 50px;
    float: right;
    align-self: center;
    border-radius: 18px;
    background: #005C60;
    color: #FFFFFF;
}

.contenedor-servicios .contenedor .form form label {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.contenedor-servicios .fondo img {
    position: absolute;
    right: 0;
    top: -28%;
    z-index: 1;
}

.contenedor-servicios .contenedor .form form input {
    padding: 10px;
    padding-left: 23px;
}

/* TODO:descomentar despiues .contenedor-servicios .contenedor .form form input::placeholder{
    padding-left: 12px;
} */

/* estilos para el section de medios de pago */

.contenedor-tarjetas {

    display: flex;
    justify-content: center;
    gap: 95px;
    height: 378px;
    margin-top: 63px;
}

.titulo-cartas-nuevas1 {
    font-size: 18px;
}

.titulo-cartas-nuevas2 {
    font-size: 18px;
}

.titulo-cartas-nuevas3 {
    font-size: 18px;
}

.medios-pago {
    background: #EBF7F7;
    height: 70vh;
    position: relative;


}

.medios-pago::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(./images/background-footer.png);
    background-size: cover;
    background-position: bottom;
    z-index: 1;
    height: auto;
    width: 100%;
}

.medios-pago .contenedor {
    display: flex;
    justify-content: space-around;
    padding-top: 46px;
}

.medios-pago .contenedor .contenido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 50px;
    align-self: start;
    text-align: -webkit-match-parent;
    width: 27%;
}



.medios-pago .contenedor .contenido .titulo {
    max-width: 593px;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 6%;
}

.medios-pago .contenedor .contenido .parrafo {
    max-width: 597px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 400;
}

.medios-pago .fondo img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;

}

/* estilo para las tarjetas */
.medios-pago .contenedor .tarjetas {
    width: 30%;
    position: relative;
    z-index: 3;
}

.tituloPago {
    width: 100%;
    display: flex;
    justify-content: center;
}

.medios-pago .contenedor .tarjetas .efectivo .titulo,
.medios-pago .contenedor .tarjetas .pagos-enlinea .titulo {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.medios-pago .contenedor .tarjetas .efectivo {
    margin-bottom: 10px;
}

.medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta {
    display: flex;
    gap: 20px;
    justify-content: center;
}



.medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta {
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
    flex-direction: column;
    width: 223px;
    height: 270px;
}

.titulo-ventajas {
    font-size: 61px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 18px;
    font-weight: bold;
    margin-top: 183px;
}

.contenedor-tarjetas .cartas_nuevas {
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 14px;
    align-items: center;
    flex-direction: column;
    width: 250px;
    height: 279px;
    gap: 20px;
    /* margin-left: 116px; */
    z-index: 10;
    margin-top: 0;
    background: rgba(235, 247, 247, 1);
    /* border: 1px solid #005C60; */
    box-shadow: 5px 6px 25px rgba(0, 0, 0, 0.2);
}


h1.titulo-cartas-nuevas1 {
    justify-content: center;
    display: flex;
    height: 14%;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    align-items: center;
    background: #FFCD00;
    border-radius: 7px;
    color: #fff;

}

.contenedor-abajo-texto {
    background: #EBF7F7;
    border-radius: 12px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    padding: 16px;
    margin-bottom: 22px;
    height: 167px;
    display: flex;
    align-content: flex-end;
    margin-top: 84px;
}

.contenedor-abajo-texto1 {

    border-radius: 8px;
    line-height: 19px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 7px;
    height: 216px;
    display: flex;
    align-content: flex-end;
    margin-top: 5px;
}




.medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta .logo img {
    width: 144px;
    height: 84px;
    object-fit: cover !important;
    margin-bottom: 26px;
}

.medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta .logo .contain {
    width: 126px;
    height: 65px;
    object-fit: contain !important;
    margin-bottom: 10px;
}

.medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta .datos {
    background: #EBF7F7;
    border-radius: 8px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta {
    display: flex;
    justify-content: space-around !important;
    padding-top: 46px;
    margin-bottom: 28px;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta {
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding: 24px;
    align-items: center;
    flex-direction: column;
    width: 200px;
    height: 270px;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta .logo img {
    width: 120px;
    height: 65px;
    object-fit: cover;
    margin-bottom: 10px;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta .datos {
    background: #EBF7F7;
    border-radius: 8px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta span {
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}



.boton a {
    border: none;
    border-radius: 20px;
    color: #000000;
    width: 98px;
    list-style: none;
    height: 31px;
    cursor: pointer;
    padding: 8px;
    font-size: 12px;
    background: #FFCD00;
    text-decoration: none;
    transition: all ease-in-out .8ms;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta .boton a:hover {
    background: #CFA123;
}

.contactanos {
    width: 100%;
    text-align: center;

    padding: 11px;
}

.contactanos .titulo {
    line-height: 25px;
}

.contactanos .titulo p {
    margin-bottom: inherit;
    font-size: 44px;
    font-weight: 700;
}

.contactanos .titulo span {
    margin-bottom: inherit;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5%;
}



.contactanos .informacion {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5%;
    margin-top: 28px;


}

.contactanos .informacion .info .icon {
    background: #ffffff;
    border-radius: 50%;
    height: 120px;
    display: flex;
    /* color: #005C60; */
    justify-content: center;
    align-items: center;
    width: 120px;
}

.contactanos .informacion .info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: 250px;
    max-width: 300px;
}


.contactanos .informacion .info .icon i {
    color: #005C60;
    font-size: 40px;
    align-self: center;
}

.contactanos .informacion .info .contacto {
    font-size: 16px;
    font-weight: 500;
}


/* preguntas frecuentes estilos */

.preguntas-frecuentes {
    background-size: cover;
    position: relative;
    background: #EBF7F7;
    z-index: 1;
}

.background-top {
    margin-top: 5%;
    background-image: url('./images/top-background.png');
    background-size: cover;
    height: 292px;
}

.background-trabaja-nosotros {
    /* background-image: url('./images/background-trabaja-nosotros.png'); */
    background-size: cover;
    height: 100px;
}

.background-bottom {
    background-image: url('./images/background-footer.png');
    background-size: cover;
    height: 180px;
    position: relative;
    z-index: 2;
    background-color: #FFCD00;
}


.background-bottom-2 {
    background-image: url('./images/background-footer2.png');
    background-size: cover;
    height: 128px;
    position: relative;
    z-index: 2;
    background-color: #FFCD00;
}


.preguntas-frecuentes .titulo {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    position: relative;
    white-space: pre-line;
    line-height: 60px;
}

.preguntas-frecuentes .preguntas {
    margin-top: 1%;
    padding: 3% 10% 0 10%;
}

.accordion-item .accordion-header .accordion-button {
    background: #EBF7F7;
    border: 1px solid #EBF7F7;
}


.background-footer {
    background-size: cover;
    height: 250px;

}

/* ESTILOS PARA EL FOOTER */
footer {
    background-color: #FFCD00;
    position: relative;
}

footer .contenedor {
    display: flex;
    padding-bottom: 4%;
}

footer .contenedor .barra-navegacion {
    max-width: 90%;
}

footer .logo {
    width: 172px;
    height: 90px;
    object-fit: contain;
    padding-left: 2%;
}

footer .contenedor .redes {
    width: 10%;
    width: 10%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 37px;
    gap: 8px;
}

.cont-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

footer .contenedor .redes .red {
    gap: 10px;
    display: flex;
    padding: 2px;
}

footer .contenedor .redes .red i {
    font-size: 25px;
    color: #000000;
}

footer .barra-navegacion {
    /* align-self: center;
    margin-right: 50px;
    margin-top: 8px; */
    width: 100%;
}

header .menu-hamburguesa,
.menu-hamburguesa-salir {
    display: none;
    padding-right: 5%;
    background: none;
    border: none;
    font-size: 24px;
    color: #050505;
    cursor: pointer;
}

header .menu-hamburguesa-salir {
    display: none;
    padding-right: 5%;
    background: none;
    border: none;
    z-index: 10;
    font-size: 24px;
    color: #050505;
    cursor: pointer;
}

.barra-navegacion.mostrar {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -8px;
    right: -50px;
    background-color: #EBF7F7;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 11;
    overflow: hidden;
}

.barra-navegacion.mostrar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30%;
}

.barra-navegacion.mostrar ul li {
    font-size: 20px;

}

.barra-navegacion.mostrar ul li:hover {
    color: #005C60;
}

footer .barra-navegacion ul {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    margin: 0;
    padding: 0;
}

footer .barra-navegacion div a {
    list-style: none;
    font-size: 14px;
    color: #3F3F3D;
    cursor: pointer;
    transition: all ease-in-out .9ms;
}

footer .barra-navegacion div a {
    list-style: none;
    text-decoration: none;
}

footer .barra-navegacion ul li:active,
footer .barra-navegacion ul li:hover,
footer .barra-navegacion ul li:focus {
    color: #005C60;
    font-weight: bold;
}


/* estilso para el modal */
.contenedor-modal {
    position: relative;
    width: 100%;
    padding: 40px;
    min-width: 350px;
    justify-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    background-color: #fff;
    border-radius: 20px;
}

.contenedor-modal #botonModal {
    background: #FFCD00;
    border: none;
    width: 72px;
    padding: 5px;
    border-radius: 25px;
}

.contenedor-modal .titulo {
    font-size: 19px;
    font-weight: 500;
    color: #000000;
    /* padding-bottom: 10px; */
}



.contenedor-modal .info {
    font-size: 18px;
    padding: 4px;
    line-height: 22px;
    text-align: left;
    /* padding-bottom: 20px; */
}

.parrafo {
    font-size: 14px;
}

.contenedor-modal .info .parrafo {
    font-size: 14px;
}

.modal-content .contenedor .icon {
    padding-bottom: 30px;
}

.modal-content .contenedor .icon img {
    width: 80px;
}

.modal-content .contenedor .titulo {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 10px;
}

.modal-content .contenedor .info {
    font-size: 18px;
    padding: 10px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 20px;
}

.modal-content .contenedor .info a {
    color: #005C60;
}

.modal-content .contenedor .button button {
    background: #FFCD00;
    border: none;
    width: 72px;
    padding: 5px;
    border-radius: 25px;
}

.modal {
    border: none;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 92, 96, 40) !important;
    /* Cambia este valor al color que prefieras */
}

/* estilos para el modal de sweetalert2  */
.swal-popup {
    border-radius: 20px !important;
    /* Redondear más el modal */
}

/* Cambiar el color del botón */
.swal-btn {
    background-color: #FFCD00 !important;
    border: none !important;
    color: rgb(65, 63, 63) !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
}

.swal-btn:hover {
    background-color: #e0b800 !important;
}

.modal-content {
    border-radius: 20px !important;
    border: none !important;
}

.bar-navegacion {
    width: 100%;
}

.bar-navegacion ul {
    list-style: none;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: space-around;
}

.bar-navegacion ul li a {
    text-decoration: none;
    color: #000;
}

.plus {
    color: #005C60;
    font-weight: 600;
    font-size: 22px;
    margin-right: 2%;
}

/* Breakpoints */











/* .grecaptcha-badge{ visibility: hidden; } */
/* html, body { overflow-x: hidden; } */


/* logo header */
header .logo-header {
    width: 50%;
    align-self: center;
    margin-left: 20px;
}

.floating-info {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
    }
}

main .info-hero {
    padding: 1rem 1rem;
    width: 130px;
}

main .infoh1-1 {
    top: 9%;
    right: 77px;
    height: 65px;
    animation-delay: 0s;
}

/* main .infoh1-1{
        top: 11%;
        right: 2px;
        height: 65px;
    } */

main .infoh1-2 {
    top: 45%;
    left: 58px;
    animation-delay: 1s;
}

main .infoh1-3 {
    bottom: 23%;
    right: 5%;
    animation-delay: 2s;
}

/* main .infoh1-3{
        bottom: 23%;
        right: 5%;
    } */

main .infoh2-1 {
    top: 10%;
    left: 91px;
}

main .infoh2-2 {
    top: 52%;
    left: 568px;
}

main .infoh2-3 {
    bottom: 21%;
    left: 10%;
}

.carousel-indicators {
    top: 91%;
}

.medios-pago .contenedor .contenido {
    text-align: center;
    width: 37%;
}

.contenedor-servicios .contenedor .form form legend {
    text-align: center;
}

.contenedor-servicios .contenedor .form form label {
    margin: 1.5rem 0;
    text-align: center;
}

/* OCultar barra navegacion */
header .barra-navegacion {
    display: block;
}

header .menu-hamburguesa {
    display: none;
}

main .texto-main .texto-arriba {
    font-size: 29px;
    line-height: 1;
}

main .texto-main .texto-abajo {
    position: relative;
}

main .texto-main .texto-abajo .cero {
    font-size: 120px;
    display: flex;
    line-height: 1;
}

main .texto-main .texto-abajo .desde {
    font-size: 13px;
    background: #FFFFFF;
    padding: 3px;
    position: absolute;
    left: 1%;
    bottom: 67%;
}

main .texto-main .texto-abajo .inicial {
    font-size: 33px;
}

main .logo-main .imagen-hero {
    margin-right: 40%;
}

main .carousel .carousel-inner .carousel-item .contenedor-slider .contenedor {
    gap: 0%;
}

main .texto-main {
    margin-top: 22%;
}

main .texto-main-2 .texto-abajo-2 {
    display: block !important;
    justify-content: normal;
    /* Resetear a valor predeterminado */
    align-items: normal;
    flex-direction: row;
    /* Resetear dirección a predeterminado */
    line-height: normal;
    /* Resetear line-height */
}

main .logo-main .imagen-hero img {
    width: 625px;

}

main .logo-main .imagen-hero-2 img {
    width: 693px;
}

main .texto-main-2 {
    margin-left: 4%;
    margin-top: 6%;
}

main .texto-main-2 .texto-arriba {
    display: flex;
    font-weight: 700;
    line-height: 50px;
    font-size: 60px;
    margin-bottom: 2%;
}

main .texto-main-2 .plus {
    color: #005C60;
    font-weight: 600;
    font-size: 22px;
    margin-right: 2%;
}

main .texto-main-2 p {
    color: #020400;
    font-weight: 500;
    font-size: 16px;
}

main .texto-main-2 .estrena {
    color: #005C60;
    font-weight: 500;
    font-size: 18px;
}

/* marcas que financiamos */
article {
    /* margin-bottom: 25%; */
}

.contenedor-servicios .quieres-vender .beneficios .subtitulo {
    font-weight: 500;
    font-size: 18px;
    max-width: 601px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: inherit;
}

.contenedor-servicios .quieres-vender .titulo-section p {
    font-size: 35px;

}

/* 
    .contenedor-servicios .quieres-vender .estas-listo p {
        font-size: 16px;
        text-align: center;
        position: relative;
        left: 25%;
    } */

.contenedor-servicios .quieres-vender .beneficios p {
    max-width: 760px;
    font-size: 16px;
}

/* estilos para el apartado de quieres vender con nosotros en media querys */
.contenedor-servicios .contenedor {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFCD00;
}

.contenedor-servicios .quieres-vender {
    width: 51%;
    justify-content: space-around;
    margin: 0% 0 0% 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -114px;
}


.contenedor-servicios .contenedor .form form {
    padding-bottom: 20px;
}

/* medios de pago */

.medios-pago {
    background: #EBF7F7;
    height: 904px;
    z-index: 1;
}

.medios-pago::after {
    height: 100px;
    bottom: -4%;
}

.medios-pago .contenedor {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 46px;
    margin-top: 0;
}


.medios-pago .contenedor .contenido {
    align-self: center;
}

.medios-pago .contenedor .contenido .titulo {
    max-width: 438px;
    font-size: 46px;
    text-align: center;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 2%;
    text-align: left;
}

.medios-pago .contenedor .contenido .parrafo {
    max-width: 559px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 400;
}

.medios-pago .fondo img {
    width: 100%;
    position: absolute;
    bottom: -77px;
}


/* estilo para las tarjetas */
.medios-pago .contenedor .tarjetas {
    width: 50%;
}

.medios-pago .contenedor .tarjetas .efectivo .titulo,
.medios-pago .contenedor .tarjetas .pagos-enlinea .titulo {
    font-weight: 600;
    font-size: 20px;
    max-width: 200px;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 42px;
}

.medios-pago .contenedor .tarjetas .efectivo {
    margin-bottom: 10px;
    margin-top: 20px;
}

.medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta {
    display: flex;
    justify-content: center;
    height: 277px;
}

.medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta {
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
    flex-direction: column;
    width: 225px;
    height: 270px;
}

.medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta .logo img {
    width: 126px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 10px;
}

.medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta .datos {
    background: #EBF7F7;
    border-radius: 8px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta {
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
    flex-direction: column;
    width: 175px;
    height: 270px;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta .logo img {
    width: 120px;
    height: 65px;
    object-fit: cover;
    margin-bottom: 10px;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta .datos {
    background: #EBF7F7;
    border-radius: 8px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta span {
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.preguntas-frecuentes .titulo {
    white-space: inherit;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta .boton a {
    border: none;
    color: #000000;
    width: 98px;
    list-style: none;
    height: 31px;
    cursor: pointer;
    padding: 8px;
    font-size: 12px;
    background: #FFCD00;
    text-decoration: none;
    transition: all ease-in-out .8ms;
}

.medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta .boton a:hover {
    background: #CFA123;
}

.contactanos {}

.preguntas-frecuentes .titulo {
    font-size: 50px;
}


@media (min-width: 1601px) and (max-width: 1980px) {
    main .infoh2-1 {
        top: 14%;
        left: 87px;
    }

    main .infoh2-2 {
        bottom: 35%;
        left: 505px;
    }

    main .infoh2-3 {
        bottom: 25%;
        left: 10%;
    }

    main .carousel .carousel-inner .carousel-item .contenedor-slider .linea img {
        top: 54%;
    }

    .contenedor-servicios .quieres-vender .beneficios .subtitulo {
        margin: 30px 0;
    }

    .contenedor-servicios .quieres-vender .beneficios p {
        max-width: 100%;
        margin-bottom: auto;
    }

    main .texto-main-2 .texto-arriba {
        margin-bottom: 1rem;
        font-size: 66px;
    }

    .medios-pago::after {
        height: 250px;
        bottom: -36%;
    }


    .medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta {
        justify-content: center;
        display: flex;
    }

    .titulo-ventajas {
        font-weight: bold;
        font-size: 52px;
        margin-top: 183px;

    }

    .contenedor-tarjetas {
        display: flex;
        justify-content: center;
        gap: 159px;
        height: 387px;
        margin-top: 72px;
    }

    .contactanos {
        width: 100%;
        text-align: center;

        padding: 11px;
    }

    .p-absoluto {
        position: absolute;
        width: 100%;
        /* bottom: -2106px; */
        z-index: 2;
    }

    .w-full {
        width: 100%;
        position: relative;
    }

    main .texto-main .texto-abajo .inicial {
        font-size: 37px;
    }

    main .texto-main .texto-abajo .inicial {
        font-size: 38px;
    }

    main .texto-main .texto-arriba {
        font-size: 36px;
        line-height: 1;
    }

    main .texto-main .texto-abajo .desde {
        bottom: 67%;
        font-size: 14px;
    }

    main .logo-main .imagen-hero {
        margin-right: 40%;
        top: -13px;
    }

    main .logo-main .imagen-hero-2 img {
        margin-top: -5px;
    }

    .carousel-indicators {
        top: 82%;
    }


}



@media (max-width: 1600px) {
    main .infoh2-1 {
        top: 17%;
        left: 78px;
    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        line-height: 37px;
        text-align: left;
        font-size: 33px;
    }

    .titulo-ventajas {
        font-size: 51px;
        text-align: center;

        font-weight: bold;
    }

    .contenedor-tarjetas {
        display: flex;
        justify-content: center;
        gap: 143px;
        height: 378px;
        margin-top: 26px;
    }

    .w-full {
        width: 100%;
        position: relative;
    }



    .medios-pago .fondo img {
        bottom: -13px;
    }

    main .logo-main .imagen-hero-2 img {
        width: 650px;
        margin-bottom: 23px;
    }

    main .infoh2-2 {
        bottom: 25%;
        left: 10%;
    }

    main .logo-main .imagen-hero-2 img {
        width: 600px;
        margin-bottom: 10px;
    }


}





@media (max-width: 1599px) {


    .contenedor-tarjetas .cartas_nuevas {
        width: 237px !important;
        height: 300px !important;

    }

    .contenedor-tarjetas {
        margin-top: 80px !important;
    }

    main .texto-main .texto-arriba {
        font-size: 31px;
        line-height: 1;
        margin-top: -308px;
    }

    main .logo-main .imagen-hero-2 img {
        width: 540px;
        /* margin-top: -57px; */
    }

    main .texto-main-2 {
        margin-left: 5% !important;
        margin-top: 118px;
    }

    main .carousel .carousel-inner .carousel-item .contenedor-slider .linea img {
        top: 63%;
    }

    main .logo-main .imagen-hero img {
        width: 565px;
    }

    main .texto-main-2 .texto-arriba {
        display: flex;
        font-weight: 700;
        line-height: 50px;
        font-size: 56px;
    }

    main .carousel .carousel-inner .carousel-item .contenedor-slider .contenedor {
        gap: 2%;

    }

    main .texto-main {
        display: flex;
        font-weight: 700;
        flex-direction: column;
        margin-left: 9%;
        margin-top: 14%;

    }

    main .logo-main {
        margin-right: 4px;
    }

    .p-absoluto {
        /* bottom: -1865px; */
    }

    .w-full {
        width: 100%;
        position: relative;


    }

    main .infoh2-2 {
        top: 52%;
        left: 429px;

    }

    .medios-pago .fondo img {
        width: 100%;
        position: absolute;
        bottom: -11px;

    }

    main .texto-main .texto-abajo .desde {
        bottom: 67 !important;
        font-size: 14px;

    }

    main .texto-main .texto-abajo .cero {
        font-size: 96px;
        display: flex;
        line-height: 1;
    }

    .carousel-indicators {
        top: 85%;
    }

    .medios-pago {
        height: 68vh !important;
    }

}


@media(min-width:1560px) {
    .background-bottom-2 {
        background-image: url('./images/background-footer2.png');
        background-size: cover;
        height: 211px;
        position: relative;
        z-index: 2;
        background-color: #FFCD00;
    }

    main .texto-main-2 {
        margin-left: 4%;
        margin-top: 8%;
    }

    main .texto-main .texto-arriba {
        font-size: 36px;
        line-height: 1;

    }

    main .logo-main .imagen-hero img {
        width: 600px;

    }

    main .texto-main .texto-abajo .desde {
        bottom: 66%;
    }

}


@media (max-width: 1336px) {

    main .infoh2-1 {
        top: 17%;
        left: 147px;
    }

    main .infoh2-2 {
        bottom: 35%;
        left: 575px;
    }

    main .infoh2-3 {
        bottom: 27%;
        left: 8%;
    }

    main .logo-main {
        margin-right: 4%;
        width: 50% !important;
    }

    main .carousel .carousel-inner .carousel-item .contenedor-slider {
        max-width: 1980px;
    }

    main .texto-main-2 {
        margin-right: 2%;
        margin-top: 146px;

    }

    .contenedor-servicios .contenedor .form form label {
        margin: 1rem 0;
        font-size: 14px;
    }

    main .carousel .carousel-inner .carousel-item .contenedor-slider .linea img {
        top: 70%;
    }

    .medios-pago::after {
        height: 180px;
        bottom: -9%;
    }

    .p-absoluto {
        /* bottom: -2266px !important; */
    }



    .contenedor-tarjetas {
        margin-top: 101px !important;
    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        font-size: 22px !important;
        text-align: left !important;
    }

    main .logo-main {
        margin-right: 83px;
    }

    main .texto-main {
        margin-top: 17%;
    }

    main .texto-main .texto-arriba {
        font-size: 25px !important;
        line-height: 1;
        margin-top: -308px;
    }

    main .texto-main .texto-abajo .inicial {
        font-size: 24px !important;
    }

    main .texto-main .texto-abajo .cero {
        font-size: 102px !important;
        display: flex;
        line-height: 1;
    }

    main .texto-main .texto-abajo .desde {
        left: 1%;
        bottom: 67% !important;
        padding: 3px;
        font-size: 12.2px !important;
    }

    .medios-pago {
        height: 64vh;

    }

    .cambiar-celular {
        font-size: 25px;
        margin-bottom: 30px;
        width: 368px;
    }

    .medios-pago .contenedor .tarjetas {
        width: 40%;
        margin-top: -63px;
    }



}

@media(max-width:1185px) {
    main .info-hero2 {
        padding: 1rem 1rem;
        width: 130px;
    }

    main .infoh2-1 {
        top: 13%;
        left: 52px;
    }

    main .infoh1-2 {
        top: 45%;
        left: 105px;
    }

    main .infoh1-1 {
        top: 9%;
        right: -28px;
        height: 65px;
    }

    main .infoh1-3 {
        bottom: 23%;
        right: -9% !important;
    }

    main .infoh2-2 {
        bottom: 35%;
        left: 415px !important;
    }

    main .infoh2-3 {
        bottom: 27%;
        left: 3%;
    }

    .contenedor-servicios .contenedor .form form label {
        margin: 1rem 0;
        font-size: 14px;
    }

    main .logo-main .imagen-hero-2 img {
        width: 500px !important;
    }

    main .logo-main .imagen-hero img {
        width: 500px !important;
        position: relative;
        left: 89px;
    }

    main .texto-main-2 .texto-arriba {
        line-height: 1.1;
        text-align: center;
    }

    main .texto-main-2 {
        margin-right: 2% !important;
        margin-top: 15% !important;
        margin-left: 2% !important;
    }

    main .texto-main-2 .texto-abajo-2 {
        line-height: 1.1;
    }

    .medios-pago::after {
        height: 160px;
        bottom: -7%;
    }


    main .texto-main .texto-arriba {
        font-size: 36px !important;
        line-height: 1;
        margin-top: -156px;
        width: 368px;
    }

    main .texto-main .texto-abajo .cero {
        font-size: 104px !important;
    }

    main .texto-main .texto-abajo .desde {
        bottom: 66% !important;
        font-size: 13px;
    }

    .carousel-indicators {
        top: 86% !important;
    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        font-size: 21px !important;
        line-height: 31px !important;
    }

    .contenedor-servicios .fondo img {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .medios-pago .contenedor .contenido .titulo {
        font-size: 33px !important;
    }

    .parrafo-abajo {
        font-size: 15px;
        max-width: 597px;
        line-height: 22px;
        font-size: 20px !important;
        font-weight: 300;
    }

    .titulo-ventajas {
        font-size: 47px !important;
        text-align: center;
        font-weight: bold;
    }
}



@media (min-width: 1000px) and (max-width: 1184px) {
    main .infoh2-2 {
        bottom: 35%;
        left: 350px !important;
    }

    main .logo-main .imagen-hero img {
        left: -8px;
        margin-top: -42px
    }

    main .texto-main {
        margin-right: 37px;
        margin-top: 30%;

    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        font-size: 44px;
        line-height: 48px;
    }

    .contenedor-tarjetas {
        margin-top: 0 !important;
        gap: 100px !important;
    }

    main .infoh1-1 {
        top: 4%;
        right: -73px;
    }

    main .infoh1-2 {
        top: 48%;
        left: 81px;
    }

    main .infoh1-3 {
        bottom: 24%;
        right: -15%;
    }

    main .texto-main .texto-arriba {
        font-size: 36px;
        line-height: 1;
        margin-top: -156px;


    }

    h1.titulo-cartas-nuevas1 {
        height: 12%;
    }

    .contenedor-tarjetas .cartas_nuevas {
        padding: 5px;
        height: 346px;
    }

    .contenedor-abajo-texto1 {
        font-size: 15px;
    }


    main .texto-main .texto-arriba {
        font-size: 36px;
        padding-bottom: 2px;
        width: 334px;
    }

    main .texto-main .texto-abajo .desde {
        bottom: 63%;
        font-size: 36px;

    }

    main .logo-main .imagen-hero img {
        left: 41px;
    }

    .carousel-indicators {
        top: 80%;
    }

    main .texto-main-2 .texto-arriba {
        font-size: 50px;
    }

    main .texto-main-2 {
        margin-right: 4%;
        margin-top: 177px;
    }

    main .texto-main .texto-abajo .cero {
        font-size: 90px;

    }

    main .texto-main .texto-abajo .inicial {
        font-size: 21px;
    }

    .w-full {}

}


@media (max-width: 1000px) {
    #formularioUs {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "left"
            "right"
            "suboton"
            "boton" !important;
        gap: 0px;

    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        font-size: 21px !important;
        line-height: 33px;
        font-weight: 500;

    }

    .contenedor-tarjetas {
        display: flex;
        justify-content: center;
        gap: 70px;
        height: 378px;
        margin-top: 26px;
    }



    main .logo-main .imagen-hero img {
        left: 35px;
        width: 512px;
    }

    main .texto-main {
        margin-top: 22%;
        font-size: 25px;
        margin-right: 0px;
    }

    .w-full {}

    .contenedor-abajo-texto {
        font-size: 16px;
    }

    .contactanos {}

    main .infoh1-2 {
        left: 109px;

    }

    main .texto-main .texto-arriba {
        padding-bottom: 2px;
        font-size: 23px !important;
        width: 367px;

    }



    main .texto-main .texto-abajo .desde {
        bottom: 66%;
    }


    main .logo-main .imagen-hero-2 img {
        width: 512px;
        margin-top: -57px;
    }

    main .texto-main-2 {
        margin-top: 152px;
    }

    main .logo-main .imagen-hero {
        margin-right: 57% !important;
    }

    main .infoh2-2 {
        left: 398px;

    }

    main .infoh2-1 {
        left: 60px;
        top: 3%;
    }

    .contenedor-servicios .fondo img {
        top: -63px;
    }



    .medios-pago .contenedor {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 46px;
    }

    .medios-pago .contenedor .contenido .titulo {
        max-width: 438px;
        font-size: 37px;
        text-align: center;
        font-weight: 700;
        line-height: 44px;
        margin-bottom: 3%;
    }

    .medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta {
        margin-top: 0px;
        height: 268px;
    }

    .bar-navegacion ul {
        list-style: none;
        display: flex;
        gap: 6px;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
        align-content: center;
        flex-wrap: wrap;
    }

    .p-absoluto {
        position: absolute;
        width: 100%;
        /* bottom: -2239px; */
        z-index: 2;
    }

    .cambiar-celular {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .medios-pago .contenedor .contenido {
        text-align: center;
        width: 47%;
    }

    .contenedor-servicios .quieres-vender .estas-listo p {
        font-weight: 500;
        font-size: 17px;
        max-width: 414px;
        margin-bottom: inherit;
        color: #020400;
    }

    .contenedor-cards {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 4%;
        margin-right: 20px;
    }

    .suboton {
        display: block !important;
    }

    .form-right p {
        display: none !important;
    }



}

@media (min-width: 769px) and (max-width: 999px) {
    main .infoh2-2 {
        bottom: 35%;
        left: 350px !important;
    }

    main .logo-main .imagen-hero img {
        left: 50px;
    }

    main .infoh2-1 {
        top: 13%;
        left: 52px;
    }

    /* main .infoh2-2{
        bottom: 35%;
        left: 360px;
    } */

    main .infoh2-3 {
        bottom: 27%;
        left: 3%;
    }

    /* logo header */
    header .logo-header {
        width: 50%;
        align-self: center;
        margin-left: 20px;
    }

    .carousel-indicators {
        top: 85%;
    }

    /* OCultar barra navegacion */
    main .texto-main .texto-arriba {
        font-size: 21px;
        line-height: 1;
        padding-bottom: 11px;
    }

    main .texto-main .texto-abajo {
        position: relative;
    }

    main .texto-main .texto-abajo .cero {
        font-size: 100px;
        display: flex;
        line-height: 1;
    }

    main .texto-main .texto-abajo .desde {
        font-size: 12px;
        background: #FFFFFF;
        padding: 2px;
        position: absolute;
        left: 1.6%;
        bottom: 74%;
    }

    main .texto-main .texto-abajo .inicial {
        font-size: 28px;
    }

    main .texto-main {
        margin-top: 18%;
        margin-left: 192px;
    }

    /* PUEDE SERVIR PARA ALGO, A MI NO ME SIRVIO PARA NADA :v
    main .logo-main .imagen-hero {
        margin-right: 40%;
    } */

    main .carousel .carousel-inner .carousel-item .contenedor-slider .contenedor {
        /* gap: 5%; */
    }

    main .carousel .carousel-inner .carousel-item .contenedor-slider .linea img {
        top: 73%;
    }

    main .texto-main-2 .texto-abajo-2 {
        display: block !important;
        justify-content: normal;
        /* Resetear a valor predeterminado */
        align-items: normal;
        flex-direction: row;
        /* Resetear dirección a predeterminado */
        line-height: normal;
        /* Resetear line-height */
    }

    main .texto-main-2 {
        margin-left: 5%;
        margin-right: 0%;
        margin-top: 75px;
    }

    main .texto-main-2 .texto-arriba {
        display: flex;
        font-weight: 700;
        line-height: 50px;
        font-size: 41px !important;
        margin-bottom: 2%;
    }

    main .texto-main-2 .plus {
        color: #005C60;
        font-weight: 600;
        font-size: 22px;
        margin-right: 2%;
    }

    main .texto-main-2 p {
        color: #020400;
        font-weight: 500;
        font-size: 16px;
    }

    main .texto-main-2 .estrena {
        color: #005C60;
        font-weight: 500;
        font-size: 18px;
    }

    /* marcas que financiamos */
    article {
        margin-top: 0%;
        margin-bottom: 16%;
        width: 100%;
        height: 100px;
    }

    .contenedor-servicios .quieres-vender .beneficios .subtitulo {
        font-weight: 500;
        font-size: 18px;
        max-width: 601px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: inherit;

    }

    .contenedor .quieres-vender .beneficios .contPreguntas {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        font-size: 35px;
        text-align: center;

    }

    .contenedor-servicios .quieres-vender .estas-listo p {
        font-weight: 500;
        font-size: 20px;
        max-width: 414px;
        margin-bottom: inherit;
        color: #020400;
    }

    /* .contenedor-servicios .quieres-vender .estas-listo p {
        font-size: 16px;
        text-align: center;
        position: relative;
        left: 25%;
    } */

    .contenedor-servicios .quieres-vender .beneficios p {
        max-width: 760px;
        font-size: 16px;
    }

    /* estilos para el apartado de quieres vender con nosotros en media querys */
    .contenedor-servicios .contenedor {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        background: #FFCD00;
    }

    .contenedor-servicios .quieres-vender {
        width: 100%;
        justify-content: center;
        /* margin: 10% 0 0 0; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
    }


    .contenedor-servicios .contenedor .form form {
        padding-bottom: 20px;
    }

    /* 
    .contenedor-servicios .quieres-vender .estas-listo {
        position: relative;
        top: %;
        left: 2%;
    } */


    /* medios de pago */

    .medios-pago {
        background: #EBF7F7;
        width: 100%;
        height: 904px;
    }

    .medios-pago::after {
        height: 130px;
        bottom: -5%;
    }

    .medios-pago .contenedor {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        padding-top: 46px;
        /* margin-top: 60%; */
    }

    .medios-pago .contenedor .contenido {
        align-self: center;
    }

    .medios-pago .contenedor .contenido .titulo {
        max-width: 438px;
        font-size: 46px;
        text-align: center;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 6%;
    }

    .medios-pago .contenedor .contenido .parrafo {
        max-width: 559px;
        line-height: 20px;
        font-size: 18px;
        font-weight: 400;
    }

    .medios-pago .fondo img {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    /* estilo para las tarjetas */
    .medios-pago .contenedor .tarjetas {
        width: 40%;
        margin-top: -71px !important;
    }

    .medios-pago .contenedor .tarjetas .efectivo .titulo,
    .medios-pago .contenedor .tarjetas .pagos-enlinea .titulo {
        font-weight: 600;
        font-size: 20px;
        max-width: 200px;
        text-align: center;
        margin-bottom: 10px;
    }

    .medios-pago .contenedor .tarjetas .efectivo {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta {
        display: flex;
        justify-content: center;
    }

    .medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta {
        background: #FFFFFF;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        padding: 10px;
        align-items: center;
        flex-direction: column;
        width: 170px;
        height: 281px;
        margin-top: 30px;

    }

    .medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta .logo img {
        width: 126px;
        height: 65px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta .datos {
        background: #EBF7F7;
        border-radius: 8px;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
        padding: 10px;
        margin-bottom: 10px;
    }

    .medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta {
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }

    .medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta {
        background: #FFFFFF;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        padding: 10px;
        align-items: center;
        flex-direction: column;
        width: 175px;
        height: 270px;
    }

    .medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta .logo img {
        width: 120px;
        height: 65px;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta .datos {
        background: #EBF7F7;
        border-radius: 8px;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
        padding: 10px;
        margin-bottom: 10px;
    }

    .medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta span {
        line-height: 15px;
        text-align: center;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta .boton a {
        border: none;
        color: #000000;
        width: 98px;
        list-style: none;
        height: 31px;
        cursor: pointer;
        padding: 8px;
        font-size: 12px;
        background: #FFCD00;
        text-decoration: none;
        transition: all ease-in-out .8ms;
    }

    .medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta .tarjeta .boton a:hover {
        background: #CFA123;
    }

    .contactanos {}

    .preguntas-frecuentes .titulo {
        font-size: 50px;
    }

    main .infoh1-2 {
        left: 97px;
    }

    .p_texto_abajo {
        /* margin-top: 11px !important; */
    }

    .contenedor-tarjetas .cartas_nuevas {
        width: 232px !important;
        height: 326px !important;
        margin-top: 17px;
    }

    .contenedor-abajo-texto1 {
        font-size: 13px !important;
        margin-bottom: 0px;
    }

    h1.titulo-cartas-nuevas1 {
        font-size: 12px;
    }

    .contenedor-tarjetas {
        margin-top: 0 !important;
        gap: 31px !important;
    }

    main .infoh1-3 {
        bottom: 23%;
        right: -5% !important;
    }

    main .infoh1-1 {
        right: -21px !important;
    }

    .contenedor-servicios .fondo img {
        top: 240px !important;
    }

    .cambiar-celular {
        font-size: 23px !important;
    }

    main .logo-main .imagen-hero {
        margin-right: 95% !important;
    }

    .titulo-ventajas {
        font-size: 37px !important;
    }


}







.medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta {
    margin-top: 0px;
    height: 293px;
}

.w-full {
    width: 100%;
    position: relative;

}

.contenedor-servicios .fondo img {
    top: -204px;
}

.p-absoluto {
    /* bottom: -2128px !important; */
}

main .texto-main .texto-abajo .inicial {
    font-size: 32px !important;
}

main .texto-main {
    margin-top: 414px !important;
    margin-right: 77px;
}

.contenedor-servicios .quieres-vender .estas-listo p {
    font-weight: 500;
    font-size: 25px;
    max-width: 402px;
    margin-bottom: inherit;
    color: #020400;
    line-height: 1;
}








main .texto-main-2 {
    margin-right: 2%;
    margin-top: 146px;
}







main .infoh2-2 {
    top: 52%;
    left: 568px;
}

main .infoh2-3 {
    bottom: 24%;
    left: 10%;
}

main .carousel .carousel-inner .carousel-item .contenedor-slider {
    height: auto;
}

main .logo-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

main .texto-main-2 .texto-arriba {
    margin-bottom: 1rem;
}

.contenedor-servicios .contenedor .form form label {
    margin: 1rem 0;
}

/* .medios-pago::after {
        height: 539px;
        bottom: -78%;
        z-index: 1;
    } */




main .logo-main .imagen-hero img {
    width: 650px;

}

main .texto-main .texto-arriba {
    font-size: 31px;
    line-height: 1;
    margin-top: -308px;
}

main .logo-main .imagen-hero-2 img {
    width: 650px;
    margin-bottom: 0px;
}

main .texto-main {
    margin-top: 377px;
    margin-right: 10%;
}

main .texto-main .texto-abajo .inicial {
    font-size: 35px;
}

main .texto-main .texto-abajo .cero {
    font-size: 116px;
    display: flex;
    line-height: 1;
}

main .texto-main .texto-abajo .desde {
    padding: 4px;
    font-size: 15px;
    padding: 4px;


}

.carousel-indicators {
    top: 85%;
}





main .texto-main .texto-abajo .desde {
    left: 1%;
    bottom: 66%;
    padding: 3px;

}








/* === RESET de anchos forzados globales === */
.ts-wrapper.single .ts-control {
    min-width: 0 !important;
    width: 100% !important;
}

.ts-control>* {
    min-width: 0 !important;
}

/* === Estilo común para TODOS los Tom Select === */
.ts-wrapper {
    width: 100%;
    max-width: 100%;
}

.ts-wrapper .ts-control {
    height: 45px;
    border: 1px solid rgba(198, 196, 211, 1);
    border-radius: 999px;
    background: #fff;
    padding: 0 16px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.ts-wrapper.focus .ts-control {
    border-color: #005C60;
    box-shadow: 0 0 0 3px rgba(0, 92, 96, .15);
}

/* Dropdown */
.ts-dropdown {
    border: 1px solid rgba(198, 196, 211, 1);
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(2, 8, 23, .12);
}

.ts-dropdown .option {
    padding: 10px 12px;
}

.ts-dropdown .active {
    background: #f1f5f9;
}

/* === Si quieres escopar por contenedor (opcional) === */
.formulario .ts-wrapper .ts-control,
.form .ts-wrapper .ts-control {
    width: 100% !important;
}


.titulo-ayuda {
    margin-bottom: 0.25rem;
    /* o incluso 0.5rem */
}

.opciones-ayuda {
    display: flex;
    gap: 1.5rem;
    margin-top: 0rem;
    justify-content: center;
    flex-wrap: wrap;
}

.opciones-ayuda {
    display: flex;
    flex-direction: row;
    /* Fuerza que siempre estén en fila */
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    /* 🔒 No permite que se apilen */
    overflow-x: auto;
    /* Scroll si no caben */
    padding: 1rem 0;
}

.opcion-ayuda {
    border: 1px solid #cfd8dc;
    flex: 0 0 auto;
    /* Mantiene tamaño fijo */
    background: #fafafa;
    border-radius: 16px;
    padding: 2rem 1rem;
    font-size: 14px;
    width: 200px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    scroll-snap-align: start;
}

.opcion-ayuda:hover {
    background: #ffffff;
}

.opcion-ayuda i {
    margin-bottom: 4px;
    font-size: 50px;
    color: #005C60;
}

.opcion-ayuda p {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
    height: 70px;
    /* Forzar altura uniforme en párrafos */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.oculto {
    display: none;
}

/* Estilo general del formulario */


/* Inputs del formulario */
#formulario-financiacion input,
#formulario-financiacion textarea {
    width: 100%;
    max-width: 400px;
    /* nuevo: ancho máximo más angosto */
    margin: 0.1rem auto;
    /* nuevo: centrado horizontal */
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 999px;
    font-size: 1rem;
    box-sizing: border-box;
}


/* Textarea específico para mantener estilo */
#formulario-financiacion textarea {
    border-radius: 20px;
    resize: none;
    overflow: hidden;
}

.formulario-me-interesa .formulario-contenedor p {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}


/* Botón de enviar */
#formulario-financiacion button[type="submit"] {
    background-color: #00524c;
    /* O el color de marca */
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 999px;
    cursor: pointer;
    margin-top: 1rem;
    width: 100%;
    transition: background-color 0.3s ease;
    width: auto;
    align-self: end;
}

#formulario-financiacion button[type="submit"]:hover {
    background-color: #0e3838;
}

.oculto {
    display: none !important;
}

.titulo-ayuda {
    max-width: 90%;
    text-align: center;
    word-break: break-word;
}


.formulario-boton-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    /* Alinea el contenido a la derecha */
}

.formulario-boton-enviar {
    background-color: #005c60;
    border: none;
    border-radius: 999px;
    color: white;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-left: auto;
}

.modal-soporte {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 92, 96, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.modal-soporte-contenido {
    background-color: white;
    padding: 2rem;
    border-radius: 20px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.modal-soporte-info {
    background-color: #ebf7f7;
    border-radius: 12px;
    padding: 1rem;
    margin: 1rem 0;
    font-size: 14px;
    line-height: 1.6;
}

.modal-soporte-info i {
    margin-right: 8px;
    color: #004d4d;
}

.btn-cerrar-modal {
    background-color: #004d4d;
    color: white;
    border: none;
    border-radius: 999px;
    padding: 10px 24px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-cerrar-modal:hover {
    background-color: #003838;
}

.oculto {
    display: none !important;
}

.modal-aliado {
    position: fixed;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20000;
}

.modal-aliado-contenido {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    max-width: 400px;
    width: 90%;
    text-align: center;
}

.modal-aliado-info {
    background: #f1f8fb;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    font-size: 14px;
}

.botones-modal {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-around;
}

.btn-cancelar {
    background: #dedfdf;
    border: none;
    padding: 8px 16px;
    border-radius: 999px;
    ;
    cursor: pointer;
}

.btn-confirmar {
    background: #FFD700;
    color: #fffefe;
    border: none;
    padding: 8px 16px;
    border-radius: 999px;
    ;
    cursor: pointer;
}

.oculto {
    display: none;
}

.titulo-ayuda,
.modal-soporte-contenido h2 {
    line-height: 34px;
    font-weight: 700;
    font-size: 34px;
    color: #020400;
}

.ts-wrapper,
.ts-control {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


.modal-aliado-contenido h2 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
}

/*Codigo Manuel*/
.formulario {
    width: 100%;
    /* padding: 0 43px; */
}

.contenedor-formulario {
    /* border: 1px solid red; */
    padding: 10px;
}

/*Seccion de trabaja con nosotros*/

.trabaja-con-nosotros {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(235, 247, 247, 1);
    padding: 31px;
}

/* cambio */
.trabaja-con-nosotros .titulo {
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    max-width: 100%;
    text-align: center;
    z-index: 10;
    padding-top: 10px;
}

.trabaja-con-nosotros .contenido .unete {
    color: rgba(63, 63, 61, 1);
    padding-bottom: 10px;
    text-align: center;
}

.trabaja-con-nosotros .contenido .boton {
    cursor: pointer;
}

.trabaja-con-nosotros .contenido button {
    background: rgb(255, 205, 0);
    color: white;
    border: none;
    font-size: 17px;
    padding: 7px 28px;
    border-radius: 50px;
}

.trabaja-con-nosotros .contenido {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    z-index: 10;
}

.w-full {
    width: 100%;
    position: relative;

}

.p-absoluto {
    position: absolute;
    width: 100%;
    z-index: 2;
}


/*
BreakPoints 
*/
.contenedor-us {
    position: relative;
    height: 370px;
}

@media(max-width:992px) {
    header .barra-navegacion ul {
        gap: 30px;
    }

    .contenedor-main .parrafo-contenedor p {
        font-size: 19px !important;
        max-width: 80% !important;
        line-height: 23px !important;
        text-align: center;
    }

    .contenedor-abajo-texto1 {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .contenedor-tarjetas .cartas_nuevas {
        width: 232px;
        height: 345px;
    }

    .p_texto_abajo {
        margin-top: -9px !important;
    }

    .contenedor-abajo-texto1 {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .contenedor-tarjetas {
        display: flex;
        justify-content: center;
        gap: 143px;
        height: 378px;
        margin-top: 26px;
        flex-direction: row;
        align-content: center;

    }



    .w-full {}

    .contactanos {}

    main .texto-main .texto-abajo .desde {
        padding: 3px;
        bottom: 65%;
        left: 2px;
        font-size: 11.5px;
        bottom: 67% !important;
    }

    main .texto-main .texto-abajo {
        margin-top: -17px;
    }

    article .titulo-article {
        font-size: 40px;
    }

    .parrafo-abajo {
        font-size: 15px;
    }

    main .texto-main .texto-arriba {
        margin-top: -293px;
        padding-bottom: 4px !important;
        width: 367px;
    }

    main .texto-main {
        margin-top: 17%;
    }

    main .carousel .carousel-inner .carousel-item .contenedor-slider .linea img {
        top: 71%;
    }

    .medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta {
        margin-top: 0px;
        height: 256px;
    }

    .medios-pago .contenedor .contenido .titulo {
        font-size: 31px;
    }

    .medios-pago .contenedor .contenido .parrafo {
        font-size: 15px !important;
    }

    .contenedor-servicios .fondo img {
        top: 247px !important;
    }

    .p-absoluto {
        /* bottom: -2748px !important; */
    }

    main .texto-main .texto-abajo .cero {
        font-size: 97px !important;
    }

    main .texto-main-2 {
        margin-left: 0% !important;

    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        text-align: center !important;
    }

    main .texto-main-2 {
        margin-left: -3% !important;
    }

}




@media(max-width:845px) {
    header .barra-navegacion {
        display: none;
    }

    header .menu-hamburguesa {
        display: block;
    }
}

.grecaptcha-badge {
    z-index: 100;
}





@media(max-width:768px) {

    .grecaptcha-badge {
        display: none !important;
    }

    .trabaja-con-nosotros .titulo {
        font-size: 37px;
        line-height: 36px;
        max-width: 100%;
    }

    .contenedor-us {
        position: relative;
        height: 250px;
        margin-top: 314px;
    }

    .background-trabaja-nosotros {
        background-size: cover;
        height: 135px;
    }

    .formulario-me-interesa .formulario-contenedor h1 {
        font-size: 19px;
        line-height: 22px;
    }

    .opcion-ayuda {
        width: 133px;
    }

    .opcion-ayuda i {
        font-size: 31px;
    }

    .opcion-ayuda p {
        font-size: 12px;
    }

    .formulario-me-interesa .formulario-contenedor {
        /* width: 64%; */
    }

    .formulario-me-interesa .formulario-contenedor p {
        max-width: 254px;
        font-size: 12px;
    }

    .contenedor-formulario {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .formulario {
        width: 100%;
        padding: 0px;
        /* padding: 0px 106px 0px 65px; */
    }


    .modal-aliado-contenido h2 {
        font-size: 25px;
    }

    ol,
    ul {
        padding: 25px !important;
    }

    .bar-navegacion ul {
        gap: 6px 16px;
    }


    .form-right {
        min-width: 20%;
    }

    .contenedor-main .titulo-contenedor h1 {
        font-size: 37px;
        text-align: center;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .contenedor-main .parrafo-contenedor p {
        font-size: 20px;
        line-height: 23px;
        max-width: 70%;
    }


    .contenedor-cards {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenedor-cards .card-izquierda .titulo {
        font-size: 22px;
        font-weight: bold;
        line-height: 22px;
        text-align: center;
        height: 189px;
        justify-content: center;
        display: flex;
        align-items: center;
    }



    .form-left h2 {
        font-size: 22px !important;
        line-height: 20px;

    }

    .form-left p {
        margin-bottom: 20px;
        font-size: 12px !important;
        line-height: 15px;
        color: #005C60;
    }

    main .texto-main .texto-arriba {
        font-size: 31px !important;
        line-height: 1;
        padding-bottom: 37px;
        height: 2px;
    }

    main .texto-main .texto-abajo .cero {
        font-size: 92px;
        display: flex;
        line-height: 1;
        margin-top: 100px;
        font-size: 76px !important;
    }

    .medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta {
        width: 182px;
        height: 238px;

    }

    .p_texto_abajo {
        margin-top: -4px;
    }

    .contenedor-abajo-texto1 {
        font-size: 12px;
        margin-bottom: 1px;
    }

    .contenedor-tarjetas .cartas_nuevas {
        width: 204px;
        height: 299px;
        margin-top: 0;
    }

    h1.titulo-cartas-nuevas1 {
        font-size: 13px;
    }

    .contenedor-tarjetas {
        gap: 64px;
        height: 310px;
        margin-top: 385px !important;
        display: flex;
        display: flex;
        justify-content: center;
        gap: 59px;
        height: 217px;
        margin-top: 405px !important;
        flex-direction: column;
        align-items: center;

    }

    .w-full {}

    article .titulo-article {
        font-size: 33px !important;
    }

    main .texto-main-2 p {
        font-size: 14px;

    }

    main .texto-main-2 .texto-arriba {
        font-size: 33px;
    }

    main .logo-main .imagen-hero img {
        width: 396px !important;
        left: 36px !important;

    }

    main .infoh1-2 {
        left: 91px !important;
    }

    main .infoh2-2 {
        left: 242px !important;
    }

    main .logo-main .imagen-hero-2 img {
        width: 369px !important;
        margin-top: -40px;
        margin-left: -75px;
    }

    main .texto-main .texto-abajo .desde {
        font-size: 9px !important;
        bottom: 43% !important;
    }

    main .texto-main {
        margin-top: 22%;
        font-size: 25px !important;
        margin-right: -97px !important;
    }

    main .texto-main .texto-abajo .inicial {
        font-size: 30px !important;

    }

    main .infoh1-1 {
        top: 9%;
        right: 35px;
        height: 61px;
    }

    main .infoh2-1 {
        left: 60px;
        top: -4%;
    }

    .contenedor-servicios .contenedor {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        background: #FFCD00;
    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        font-size: 22px !important;
        line-height: 28px;
        font-weight: 500;
        text-align: center;
    }

    main .texto-main-2 {
        margin-top: 25% !important;
        margin-left: -20% !important;
    }

    .cambiar-celular {
        font-size: 23px !important;
        margin-bottom: 30px;
    }

    .medios-pago .contenedor .tarjetas {
        width: 40%;
        margin-top: -52px !important;
    }

    .medios-pago .contenedor {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        padding-top: 46px;
    }

    .medios-pago .contenedor .contenido {
        text-align: center;
        width: 61%;
        margin-top: 2%;
    }

    main .carousel .carousel-inner .carousel-item .contenedor-slider .contenedor {
        gap: 4%;
        left: 26px;
    }

    .medios-pago .contenedor .contenido .titulo {
        font-size: 30px !important;
        line-height: 32px;

    }

    .titulo-ventajas {
        font-size: 28px !important;
        margin-top: 26px !important;
    }

    .contenedor-servicios .quieres-vender {
        width: 74%;
        justify-content: space-around;
        margin: 0% 0 0% 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contenedor-servicios .quieres-vender .estas-listo {
        display: flex;
        padding: 20px;
        justify-content: center;
    }

    .parrafo-abajo {
        font-size: 15px !important;
    }

    .contenedor-servicios .fondo img {
        top: 189px !important;
    }

    .medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta .tarjeta {
        height: 272px !important;
    }

    p.texto-cutas {
        font-size: 12px;
        font-weight: 500;
    }

    p.texto-cutas {
        font-size: 11px !important;
        font-weight: 500;
    }

    .contenedor-servicios .quieres-vender .estas-listo p {
        font-size: 22px;
    }

    .contentedorTexto-2 {
        display: flex;
        justify-content: flex-start;
        margin-left: 15px;
    }

    .carousel-indicators {
        top: 81% !important;
    }
}


@media(max-width:600px) {
    .redes-2 {
        display: flex;
        gap: 25px;
    }

    .contenedor-cards {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
    }

    .form-right {
        margin-bottom: 10px;
        min-height: 50px;
        justify-content: center;
    }

    .contenedor-cards .card-derecha {
        height: 600px !important;
        width: 375px !important;
    }

    .contenedor-cards .card-izquierda {
        margin-left: -5%;
    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        font-size: 21px !important;
        text-align: center;
    }

    .medios-pago .contenedor .contenido .titulo {
        font-size: 24px !important;
    }

    .contactanos .titulo p {
        font-size: 33px;
        line-height: 37px;
    }

    .contenedor-servicios .quieres-vender .estas-listo p {
        font-size: 21px;
    }

    .titulo-ventajas {
        font-size: 26px !important;
        margin-top: 26px !important;
    }




}



@media(max-width:575px) {
    .contenedor {
        /* min-width: 400px */
    }

    main .logo-main .imagen-hero-2 {
        /* position: relative; */
        margin-left: 0px;
        bottom: 20%;
    }


    .formulario-me-interesa .formulario-contenedor {
        overflow-y: scroll;
    }

    .formulario-me-interesa .formulario-contenedor .formulario-contenedor-arriba-label {
        padding: 0 1rem;
    }

    main .info-hero {
        padding: 1rem 1rem;
        width: 130px;
    }

    main .infoh1-1 {
        top: 9%;
        right: -10px !important;
        height: 65px;
    }

    main .infoh1-2 {
        top: 46%;
        left: 90px !important;
    }

    main .infoh1-3 {
        bottom: 23%;
        right: -2% !important;
    }

    main .infoh2-1 {
        left: 41px !important;
        top: 25% !important;
    }

    main .infoh2-2 {
        top: 60%;
        left: 353px !important;
    }

    main .infoh2-3 {
        bottom: 25%;
        left: 5%;
    }

    .slider::before,
    .slider::after {
        top: -10px;
    }

    main .logo-main .imagen-hero-2 .texto-arriba-2 {
        display: flex;
        /* margin-left: 18%; */
        margin-bottom: 79px;
        font-size: 49px;
        justify-content: center;
    }

    main .texto-main-2 .texto-abajo-2 {
        line-height: 1.1;
        margin-top: -120px !important;
        ;
    }

    main .logo-main .imagen-hero img {
        width: 461px !important;
        margin-top: -60px !important;
        margin-left: 0px !important;
    }

    .medios-pago .contenedor .contenido {
        text-align: center;
        width: 68% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding-left: 0px;
    }

    .contenedor-servicios .contenedor .form form {
        width: 95vw;
    }

    main .texto-main-2 .texto-arriba {
        display: none !important;
    }

    .contenedor-slider .contenedor {
        gap: 5%;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        height: 800px !important;
        flex-direction: column;
    }

    /* CAMBIO */
    main .carousel .carousel-inner .carousel-item .contenedor-slider .linea img {
        top: 89% !important;
    }

    main .texto-main-2 {
        margin-top: 0 !important;
    }

    main .logo-main .imagen-hero-2 main .texto-main {
        font-size: 14px !important;
        margin-right: 0px !important;
    }

    main .logo-main {
        width: 0%;
    }

    .medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta {
        gap: 7%;
    }

    .medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta {
        gap: 7%;
    }

    footer .contenedor .redes {
        display: none;
        font-size: 25px;
        color: #000000;
    }

    footer .redes-2 .red i {
        display: flex;
        font-size: 35px;
        color: #000000;
    }

    footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    footer .redes-2 .red {
        font-size: 45px;
        gap: 10%;
        list-style: none;
        text-decoration: none;
        display: flex;
        flex-direction: row;
    }

    footer .redes-2 .red a {
        text-decoration: none;
    }

    article {
        /* margin-bottom: 40% !important; */
    }

    .contenedor-servicios .contenedor .form form {
        padding: 1.3rem;
    }

    .contenedor-servicios .contenedor .form form legend {
        line-height: 35px;
        text-align: center;
    }

    .contenedor-servicios .contenedor .form form label {
        line-height: 20px;
        text-align: center;
        margin: 1rem 0;
    }

    .preguntas-frecuentes .titulo {
        font-size: 35px;
    }

    .preguntas-frecuentes .preguntas {
        padding: 0px;
    }

    .contactanos .informacion {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 38px;
    }

    .contactanos .informacion .info .icon-modal {
        background: white;
        border-radius: 50%;
        height: 111px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 111px;
    }

    .medios-pago .contenedor .tarjetas {
        width: 100%;
    }

    .medios-pago .contenedor .tarjetas .efectivo .contenedor-tarjeta {
        gap: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;

    }

    .medios-pago .contenedor .tarjetas .efectivo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .medios-pago .contenedor .tarjetas .pagos-enlinea {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .medios-pago .contenedor .tarjetas .pagos-enlinea .contenedor-tarjeta {
        gap: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 20px;
    }

    .medios-pago {
        background: #EBF7F7;
        height: 841px;
        z-index: 1;
        height: 605px !important;
    }

    .medios-pago::after {
        height: 70px !important;
        bottom: -3% !important;
    }

    .medios-pago .contenedor .contenido .titulo {
        width: 100%;
        line-height: 28px !important;
    }

    .medios-pago .contenedor .contenido .parrafo {
        text-align: center;
        width: 103% !important;
        padding: 0 20px;
    }


    .tituloPago {
        width: 201px;
    }

    main .texto-main .texto-arriba {
        font-size: 31px;
        margin-top: -376px !important;
        padding-bottom: 7px;
    }

    main .texto-main .texto-abajo .cero {
        font-size: 100px;
        display: flex;
        line-height: 1;
        margin-top: 100px;
    }

    main .texto-main .texto-abajo .desde {
        font-size: 9px;
        bottom: 45% !important;
    }

    .contenedor-servicios .contenedor {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        background: #FFCD00;
    }

    .medios-pago .contenedor {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        padding-top: 46px;
    }

    .parrafo-abajo {
        max-width: 329px;
        line-height: 22px;
        font-size: 13px;
        font-weight: 300;
        text-align: center;
    }





    .carousel-indicators {
        top: 94%;
    }

    .contenedor-servicios .fondo img {
        top: 259px !important;
    }

    .contenedor-servicios .quieres-vender .beneficios .subtitulo {
        text-align: center !important;
    }

    .cambiar-celular {
        font-size: 19px !important;
    }

    .titulo-ventajas {
        font-size: 26px !important;
        margin-top: 26px !important;
    }

    .contenedor-servicios .quieres-vender .estas-listo p {
        font-size: 18px;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;

    }

    main .texto-main .texto-abajo .inicial {
        font-size: 34px !important;
    }

    p.texto-cutas {
        font-size: 15px !important;
        font-weight: 500;
    }

    .cambiar-celular {
        font-size: 24px !important;
    }

    header .logo-header img {
        width: 150px;
        margin-left: 4%;
    }

    .contenedor.derecha {
        left: 40px !important;
    }

    main .texto-main {
        margin-right: 0px !important;
    }

    main .logo-main .imagen-hero {
        margin-right: 0% !important;
    }

    main .carousel .carousel-inner .carousel-item .contenedor-slider .contenedor {
        left: 0%;
    }

    .contenedor-servicios .quieres-vender {
        width: 101%;
    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        font-size: 18px !important;
    }

    main .logo-main .imagen-hero-2 img {
        width: 397px !important;
        margin-right: 0px;
        margin-left: 0px;
    }

    .carousel-indicators {
        top: 94% !important;
    }

}


@media(max-width:368px) {
    main .logo-main .imagen-hero-2 .texto-arriba-2 {
        font-size: 39px;
        margin-top: -121px;
    }

    main .logo-main .imagen-hero-2 {
        margin-left: 0px;
        bottom: 26%;
    }

    main .texto-main-2 .texto-abajo-2 {
        line-height: 1.1;
        margin-top: -79px;
    }

    main .logo-main .imagen-hero-2 img {
        width: 364px !important;
        margin-right: 26px;
        margin-left: 0px;
        margin-bottom: 9%;
    }

    main .texto-main .texto-arriba {
        font-size: 24px !important;

    }

    .cambiar-celular {
        font-size: 16px !important;
    }

    main .texto-main .texto-abajo .inicial {
        font-size: 24px !important;
    }

    p.texto-cutas {
        font-size: 10px !important;
    }

    main .logo-main .imagen-hero img {
        width: 361px !important;
        margin-top: -60px !important;
        margin-left: -9px !important;
    }

    main .texto-main .texto-abajo .desde {
        bottom: 41% !important;
        margin-top: -417px !important;
    }

    main .texto-main {
        margin-left: 46%;
    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        font-size: 14px !important;
    }

    .contenedor-servicios .quieres-vender .beneficios p {
        font-size: 14px;
    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        font-size: 14px !important;
    }

    .contenedor-servicios .quieres-vender .estas-listo p {
        font-size: 15px;
    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        margin-bottom: 14px;
        line-height: 28px !important;
    }

    .contenedor-servicios .contenedor .form form legend {
        font-size: 28px;
    }

    .medios-pago .contenedor .contenido {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding-left: 0px;
        align-self: center;
        text-align: -webkit-match-parent;
        width: 27%;
    }

    .medios-pago .contenedor .contenido .titulo {
        font-size: 20px !important;
    }

    .titulo-ventajas {
        font-size: 25px !important;
        margin-top: 26px !important;
    }

    .contactanos .titulo span {
        font-size: 14px;
    }

    article .titulo-article {
        font-size: 29px !important;
    }

    button.boton2-formulario.derecha {
        width: 180px;
        height: auto;
        padding: 12px;
        border-radius: 25px;
        font-size: 17px;
        color: #fff;
        background-color: #ffcd00;
        margin-left: 47px;

    }

    .carousel-indicators {
        top: 92% !important;
    }

    .contenedor-main .titulo-contenedor h1 {
        font-size: 33px;

    }

    .contenedor-main .parrafo-contenedor p {
        font-size: 16px !important;
    }

    .contenedor-cards .card-derecha {
        width: 95vw !important;
        margin: 0;
        padding: 0;
        position: relative !important;
        left: 0px !important;
        height: 681px !important;
        z-index: 3;

    }

    .contenedor-cards .card-izquierda {
        width: 95vw !important;
        margin: 0;
        padding: 0;
        position: relative !important;
        left: 0px !important;

    }

    .contenedor-cards {
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
        margin-right: 0px !important;
    }

    button[type="submit"] {
        font-size: 15px !important;
    }

}

.contenedor-servicios .contenedor {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFCD00;
}

.contenedor-servicios .quieres-vender .titulo-section p {
    text-align: left;
}

.medios-pago {
    /* height: 615px !important; */
    height: 65vh;
}

.medios-pago .contenedor .contenido .titulo {
    font-size: 39px;

}



.contactanos {
    margin-top: 50px;
}

p.texto-cutas {
    font-size: 11px;
}

.p-absoluto {
    /* bottom: -3037px !important; */
}





main .texto-main-2 {
    margin-right: 3%;
    margin-left: 3%;
}







.contenedor-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 4%;
}

.contenedor-main .titulo-contenedor h1 {
    /* font-size: 60px; */
    font-weight: bold;
}

.contenedor-main .parrafo-contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-main .parrafo-contenedor p {
    font-size: 24px;
    max-width: 53%;
    line-height: 33px;
    text-align: center;
}

.contenedor-cards {
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 4%;
    margin-right: 20px;
}

.contenedor-cards .card-izquierda {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-direction: column;
}

.contenedor-cards .card-izquierda .titulo {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    /* border: 1px solid red; */
    height: 119px;
    justify-content: center;
    display: flex;
    max-width: 75%;
    align-items: center;
}

.contenedor-cards .card-izquierda {
    background-color: #FFCD00;
    height: 626px;
    width: 366px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    border-radius: 20px;
    position: relative;
    left: 20px;
    box-shadow: 4px 8px 30px 0px rgba(115, 98, 98, 0.25);

}

.contenedor-cards .card-derecha {
    background-color: #EBF7F7;
    height: 600px;
    width: 921px;
    border-radius: 20px;
    box-shadow: 4px 8px 30px 0px rgba(115, 98, 98, 0.25);
}

.fondo-amarilla {
    position: relative;
    z-index: -1;
    top: -143px;
    /* transform: rotate(195deg); */
    width: 100%;
}

.fondo-amarilla img {
    width: 100%;
}





.form-left {
    z-index: 10;
}

#formularioUs {
    background: #eaf8f7;
    border-radius: 16px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-areas:
        "left right"
        "boton right";
    column-gap: 30px;
    row-gap: 0px;
    max-width: 1000px;
    width: 100%;

}

.form-left {
    grid-area: left;
}

.form-right {
    grid-area: right;
}

.boton {
    grid-area: boton;
}

.form-left h2 {
    color: #005C60;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}

.inputUs::placeholder,
.textareaUs::placeholder {
    color: #005C60;
    opacity: 50%;
}

.form-left p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #005C60;
}

.form-left input,
.form-left textarea {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 15px;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    outline: none;
}

.form-left textarea {
    border-radius: 16px;
    min-height: 120px;
    resize: none;
}

.row {
    display: flex;
    gap: 15px;
    max-width: 103%;
    /* padding-left: 13px; */
}

.row input {
    flex: 1;
}

button[type="submit"] {
    background: #006d65;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
}

button[type="submit"]:hover {
    background: #00524c;
}

.note {
    font-size: 12px;
    margin-top: 10px;
    color: #666;
}

.form-right {
    background: #fff;
    border: 2px dashed #006d65;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    color: #006d65;
}

.form-right input[type="file"] {
    display: none;
}

.form-right label i {
    color: #005C60;
}

.form-right label {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.form-right p {
    font-size: 12px;
    margin-top: 5px;
}

.form-left textarea {
    min-height: 80px;
}

.form-right {
    padding: 15px;
    min-height: 80px;
    justify-content: center;
}

#file-label {
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





.medios-pago .contenedor .contenido .parrafo {
    max-width: 559px;
    line-height: 20px;
    font-size: 20px !important;
    font-weight: 400;
}

.parrafo-abajo {
    max-width: 597px;
    line-height: 23px;
    font-size: 24px;
    font-weight: 300;
    text-align: start;
}

.medios-pago .contenedor .tarjetas {
    width: 40%;
    margin-top: -27px;
}




.bar-navegacion ul li {
    flex: 1 1 45%;
    text-align: center;
}


.form-right {
    flex-direction: row;

}

.form-right p {
    display: block;
}

.form-right {
    margin-bottom: 10px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.suboton {
    font-size: 12px;
    color: #006d65;
    display: none;
}






.row .ts-wrapper,
.ts-control {
    width: 50%;
    max-width: 100%;
    box-sizing: border-box;
}



.row .items-placeholder {
    border: none;
}

.row input::placeholder {
    color: #006d65;
    opacity: 50%;
}

div#ubicacion_id\ sin_borde-ts-control {
    border: none;
    /* font-size: 12px; */
}

/* estilos nuevos salvador */

/* estilos cartas nuevas */

.p_texto_abajo {
    margin-top: -4px;
    font-size: 16px;
    /* padding: 1px; */
    max-width: 206px;
    text-align: left;


}

.contenedor-logo {
    margin: -13px;
    margin-top: 8px;
    padding-bottom: 9px;

}


.logo_cartas_nuevas {
    margin-bottom: 4px;
    margin-top: 15px;
}

/* nuevo texto hero */

p.texto-cutas {
    font-size: 13px;
    font-weight: 500;
}

/* icono de pagos y parrafo */



.parrafo-abajo {
    max-width: 597px;
    line-height: 22px;
    font-size: 23px;
    font-weight: 300;
}

p.solo-m {
    color: #005C60;
}

@media(max-width:280px) {

    .titulo-ventajas {
        font-size: 25px;
        text-align: center;
        font-weight: bold;
    }

    .medios-pago .contenedor {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 4px;
    }

    .contenedor-servicios .quieres-vender .titulo-section p {
        font-size: 12px !important;
        line-height: 18px !important;
        font-weight: 500;
        margin-top: 14px;
    }

    p.texto-cutas {
        font-size: 12px;
        font-weight: 500;
    }

    main .texto-main .texto-arriba {
        font-size: 22px !important;
        width: 367px;
    }

    .cambiar-celular {
        font-size: 18px !important;
    }

    main .logo-main .imagen-hero img {
        width: 353px !important;
        left: 33px !important;
    }

    main .texto-main {
        font-size: 25px !important;
        margin-right: 25px !important;
    }

    main .infoh1-1 {
        right: 31px !important;
        top: -10%;
    }

    main .infoh1-3 {
        right: 7% !important;
    }

    main .infoh1-2 {
        left: 111px !important;
        width: 114px;
    }

    article .titulo-article {
        font-size: 30px !important;
    }

    .contenedor-servicios .quieres-vender .beneficios p {
        max-width: 760px;
        font-size: 10px;
    }

    .contenedor-servicios .quieres-vender .estas-listo p {
        font-size: 12px;
    }

    .contenedor-servicios .contenedor .form form legend {
        line-height: 25px;
        font-size: 18px;
    }

    .contenedor-servicios .contenedor .form form label {
        font-size: 9px;
    }

    .medios-pago .contenedor .contenido .titulo {
        font-size: 20px !important;

    }

    .parrafo-abajo {
        font-size: 12px !important;
    }

    .trabaja-con-nosotros .titulo {
        font-size: 26px;
    }

    .contactanos .titulo p {
        font-size: 29px;
    }

    .contactanos .titulo span {
        font-size: 14px;
    }

    .preguntas-frecuentes .titulo {
        font-size: 44px;
    }

    .contenedor-servicios .quieres-vender {
        width: 89%;
    }

    .medios-pago .contenedor .contenido {
        margin-top: 16%;
        padding-left: 0px;
    }

    main .logo-main .imagen-hero-2 .texto-arriba-2 {
        margin-left: 0%;
        font-size: 38px;

    }

    main .logo-main .imagen-hero-2 img {
        margin-right: 36px;
        width: 348px !important;
    }

    main .infoh2-2 {
        top: 68%;
        left: 195px !important;
    }

    main .infoh2-3 {
        bottom: 13%;
        left: 10%;
    }

    .carousel-indicators {
        top: 90% !important;
    }

    .contenedor-main .titulo-contenedor h1 {
        font-size: 32px;
    }

}

/* nuevo texto arriba */

.cambiar-celular {
    font-size: 25px;
    margin-bottom: 30px;
}

.titulo-ventajas {
    margin-top: 155px;
    font-size: 54px;

}

/* medios pago 0 */

b.punto-0 {
    font-weight: 600;
}


/* prueba texto circular */
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.circTxt,
.circMail {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    z-index: 22;
    transform: translate(-50%, -35%);
}

.circTel {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 59%;
    z-index: 22;
    transform: translate(-50%, -45%);
}

.circTxt,
.circMail,
.circTel p {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 12px;
    /* Reduce un poco el tamaño si es necesario */
    color: #333;
    left: 50%;
}

.center-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 10;
}

.icon {
    width: 90px;
    /* Ajusta el tamaño del círculo */
    height: 90px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
}

.contacto {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}