/* Heredado de Style ----------------------------------------------------- */

/* Heredado de Style FIN ----------------------------------------------------- */



body,
section,
p {
    font-family: Axiforma;
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;

    }
}

h1 {
    font-size: 48px;
}

h2 {
    font-weight: 800;
}

mark {
    background: linear-gradient(270deg, rgba(94, 171, 223, 1) 7.19%, rgba(60, 127, 176, 1) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-business {
    font-family: Axiforma;
    font-weight: 800;
    font-size: 48px;
}

.relead {
    font-size: 24px;
    font-weight: 700;
}

a.btn-dark {
    color: #5eabdf;
    border-color: #5eabdf;
    background-color: #5eabdf;
}

a.btn.btn-outline-dark {
    color: #5eabdf;
    border-color: #5eabdf;
}
a.btn.btn-outline-dark:hover {
    color: #ffffff;
    border-color: #5eabdf;
    background-color: #5eabdf;
}



.cs-testimonial.cs-style1 .cs-testimonial_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cs-testimonial.cs-style1 .cs-avatar {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
}

.cs-testimonial.cs-style1 .cs-avatar img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.cs-testimonial.cs-style1 .cs-quote {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #6990ff;
    color: #6990ff;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.cs-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .btn-center {
        text-align: center;
    }
    .margin-mobile {
        margin-top: 1.5em;
    }
}

@keyframes growShrink {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.btn-animate {
    animation: growShrink 0.5s ease-in-out;
}


/* Main ---------------------------------------*/
.lead-main
/* Fin Main -----------------------------------*/

/* Secciones ------------------------------------*/
.lead-image, .section-image{
    width: 100%;

}

.lead-image, .section-image {
    
    img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        aspect-ratio: 16 / 13;
    }
    
}

/* fin secciones ---------------------------------*/
/* Beneficios ------------------------------------------ */

.beneficios-image {
    width: 100%;
    
}


.beneficios-image {

    img {
        width: 40%;
        height: auto;
        display: block;
        object-fit: cover;
        aspect-ratio: 9 / 8;
    }

}
/* Fin Beneficios ------------------------------------- */
/* Testimonios ------------------------------------------ */
.testimonios-image .stars {
    width: 100%;


}


.testimonios-image .stars {

    img {
        width: 50%;
        height: auto;
        display: block;
        object-fit: cover;
        max-width: 82px;
        max-height: 14px;
        aspect-ratio: 41 / 7;
    }

}
/* Fin Testimonios -------------------------------------- */

/* Extra css ---------------------------------------  */
iframe {
    width: 100%;
    /* min-height: 350px; */
}

#ahorro-basico::before {
    content: "{% trans " AHORRA" %} $60";
}

#ahorro-estandar::before {
    content: "{% trans " AHORRA" %} $60";
}

#ahorro-premium::before {
    content: "{% trans " AHORRA" %} $120";
}

.card-body-ahorro {
    width: 70%;
    height: 30px;
    position: absolute;
    top: -12px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 1;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 2px;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-radius: 50px;
    background: linear-gradient(46deg, #5eabdf, #3c7fb0);
}

.cs-inactive {
    color: #b5b5b5;
}

.price-hidden {
    display: none
}

.price-show {
    animation: priceShow .6s forwards
}

.price-hide {
    animation: priceFade .6s forwards
}

@keyframes priceFade {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(80%)
    }
}

@keyframes priceShow {
    0% {
        opacity: 0;
        transform: translateY(-80%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
/* Extra css ---------------------------------------  */

/* Mostrar la imagen en modo escritorio */
.desktop-image {
    display: block;
    /* Asegura que se muestre en escritorio */
}

.mobile-image {
    display: none;
    /* Oculta la imagen en modo escritorio */
}

/* Ocultar la imagen en móviles */
@media (max-width: 768px) {
    .desktop-image {
        display: none;
    }

    .mobile-image {
        display: block;
        /* Muestra la imagen solo en móviles (opcional) */
    }

        .lead-image,
        .section-image {
            .desktop-image {
                    display: none;
                }
        }
}


/* oferta */
.oferta-content {
    color: #4b4b4b;
}

.oferta-title {
    font-size: 2.5em;
    font-weight: 700;
}

.oferta-subtitle {
    font-size: 1.2em;
    font-weight: 600;
}

.oferta-content ul {
    padding-left: 2em;
}

.oferta-content ul li {
    list-style-image: url('../../images/landing/svg/ic-check.svg');
    background-position: left;
    list-style-type: none;
    padding-left: 0.5em;
    margin-bottom: 0.5em;

}

.oferta-content ul li::marker {
    font-size: 2.8em;
    line-height: 0.3rem;
}

.precio-pais,
.precio-unidad {
    font-size: 1.6em;
}

.precio-cantidad {
    font-size: 3em;
    font-weight: 700;
}

.precio-adicional {
    font-weight: 800;
    font-size: 1.4em;
}

.oferta-buttons {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 12px;
}

@media screen and (max-width: 767px) {
    .oferta-title {
        font-size: 2rem;
    }

    .precio-pais, .precio-cantidad, .precio-unidad {
        font-size: 1.5rem;
    }
}

@media (min-width: 1025px) {
    .oferta-buttons {
        flex-direction: row;
        justify-content: flex-start;
    }
}

.oferta-boton {
    align-items: center;
    background-color: #5eabdf;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 48px;
    padding: 12px 48px;
    position: relative;
    text-align: center;
    transition: .3s ease-in-out;
    transition-property: color, width, background-color;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: 268px;
}

.oferta-buttons a:hover {
    text-decoration: none;
}

.countdown-timer {
    align-items: center;
    background-color: #e9f4fb;
    border-radius: 8px;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 160px;
    width: 268px;
    color: #5eabdf;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

@media (min-width: 1025px) {
    .oferta-garantia {
        justify-content: unset;
    }
}


.oferta-garantia {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #5eabdf;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.oferta-icono-garantia {
    margin-inline-end: 4px;
    filter: invert(29%) sepia(78%) saturate(1139%) hue-rotate(133deg) brightness(98%) contrast(101%);

}

/* fin oferta */


/* MISC --------------------------------------------------------------------------------------- */
.container ul li {
    list-style-image: url('../../images/landing/svg/ic-check.svg');
    background-position: left;
    list-style-type: none;
    padding-left: 0.5em;
    margin-bottom: 0.5em;

}

.container ul li::marker {
    font-size: 2.8em;
    line-height: 0.3rem;
}

.container ul.icon-list {
    padding-left: 2em;
}
/* MISC --------------------------------------------------------------------------------------- */


/* SLIDESHOW */

* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides,
.other-slides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}



/* The dots/bullets/indicators */
.dot,
.other-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover,
.other-dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.mySlides.fade,
.other-slides.fade {
    opacity: 1 !important;

    img {
        max-height: 401px;
        min-height: 400px;
    }
}

/* Fin Fading animation */