/* Heredado de Style ----------------------------------------------------- */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {

    color: #343f52;

}

/* 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(55,236,200,1) 0%, rgba(0,56,45,1) 100%);
    -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: #17a589;
    border-color: #17a589;
    background-color: #17a589;
}

a.btn.btn-outline-dark {
    color: #17a589;
    border-color: #17a589;
}

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



.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 #17a589;
    color: #17a589;
    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;
        opacity: 1;
    }

}

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

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

/* Extra css ---------------------------------------  */

.pt-10 {
    padding-top: 8rem !important;
}

.container-navbar {
    font-family: 'Inter',
        sans-serif
}

/* 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.3em;
    font-weight: 700;
    font-family: Axiforma;
}

.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.a689a3233f29.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: #17a589;
    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: #b3eee2;
    border-radius: 8px;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 160px;
    width: 268px;
    color: #17a589;
    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: #17a589;
    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 .section-info ul li {
    list-style-image: url("../../images/landing/svg/ic-check.a689a3233f29.svg");
    background-position: left;
    list-style-type: none;
    padding-left: 0.5em;
    margin-bottom: 0.5em;

}

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

.container .section-info 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;
}

.activedot,
.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 */

/* */

.accordion-wrapper .card {
    margin-bottom: 1.25rem;
}

.accordion-wrapper .card.plain {
    background: none;
    border: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.accordion-wrapper .card.plain .card-body {
    padding: 0 0 0 1.1rem;
}

.accordion-wrapper .card.plain .card-header {
    padding: 0 0 0.8rem 0;
}

.accordion-wrapper .card.plain .card-header button {
    padding: 0 0 0 1.1rem;
}

.accordion-wrapper .card.plain .card-header button:before {
    left: 0;
}

.accordion-wrapper .card-header {
    margin-bottom: 0;
    background: none;
    border: 0;
    padding: 0.9rem 1.3rem 0.85rem;
}

.accordion-wrapper .card-header button {
    cursor: pointer;
    width: 100%;
    padding: 0 0 0 1rem;
    text-align: left;
    margin: 0;
    border: 0;
    font-size: 0.85rem;
    /* reemplaza con el tamaño de fuente deseado */
    font-weight: bold;
    /* reemplaza con el peso de fuente deseado */
    color: #333;
    /* reemplaza con el color deseado */
    transition: all 150ms ease-in-out;
    background: none;
}

.accordion-wrapper .card-header button:before {
    font-family: 'Unicons';
    /* reemplaza con la fuente que estés usando */
    position: absolute;
    left: 1.3rem;
    content: '\e000';
    /* reemplaza con el código del icono correcto */
    font-size: 1.15rem;
    font-weight: normal;
    width: 1rem;
    margin-top: -0.25rem;
    margin-left: -0.3rem;
    display: inline-block;
    color: #333;
    /* reemplaza con el color deseado */
}

.accordion-wrapper .card-header button.collapsed {
    color: #111;
    /* reemplaza con el color deseado */
}

.accordion-wrapper .card-header button.collapsed:before {
    content: '\e001';
    /* reemplaza con el icono para caret-down */
}

.accordion-wrapper .card-header button:hover {
    color: #333;
    /* reemplaza con el color deseado */
}

.accordion-item .card-body {
    padding: 0 1.25rem 0.25rem 2.35rem;
}

.accordion-item.icon .card-body {
    padding: 0 1.25rem 0.25rem 2.8rem;
}

.accordion-item.icon button {
    padding: 0 0 0 1.5rem;
    display: flex;
    align-items: center;
}

.accordion-item.icon button:before {
    display: none;
}

.accordion-item.icon button>span {
    position: absolute;
    left: 1.3rem;
}

.accordion-item.icon button>span i {
    font-size: 1rem;
    /* reemplaza con el tamaño de fuente deseado */
}

/* Collapse */
.collapse-link {
    font-size: 0.85rem;
    /* reemplaza con el tamaño de fuente deseado */
    font-weight: bold;
    /* reemplaza con el peso de fuente deseado */
    color: #333;
    /* reemplaza con el color deseado */
}

.collapse-link:before {
    font-family: 'Unicons';
    /* reemplaza con la fuente que estés usando */
    content: '\e000';
    /* reemplaza con el código del icono correcto */
    font-size: 1.15rem;
    font-weight: normal;
    width: 1rem;
    margin-left: -0.3rem;
    margin-right: 0.4rem;
    display: inline-block;
    vertical-align: -4px;
}

.collapse-link.collapsed {
    color: #111;
    /* reemplaza con el color deseado */
}

.collapse-link.collapsed:before {
    content: '\e001';
    /* reemplaza con el icono para caret-down */
}

.collapse-link:hover {
    color: #333;
    /* reemplaza con el color deseado */
}

.accordion-collapse>.card-footer {
    background: #f0f0f0;
    /* reemplaza con el color de fondo deseado */
    padding: 0;
}

/* CSS usado en Citacun pero inexistente en otros proyectos --------*/

@media (min-width: 768px) {
    .mb-md-5 {
        margin-bottom: 1.25rem !important;
    }
}

.display-2,
.display-3 {
    line-height: 1.25;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 2.2rem;
    }
}


.display-2 {
    /* font-size: calc(1.345rem + 1.14vw); */
    font-weight: 700;
    line-height: 1.2;
}

.display-2 {
    font-size: calc(1.345rem + 1.14vw);
    font-weight: 700;
    line-height: 1.2;
}

.lh-sm {
    line-height: 1.5 !important;
}

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

.fs-15 {
    font-size: 1rem !important;
}

.fs-16 {
    font-size: 1.2rem !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #17a589 !important;
}

.display-4,
.display-5 {
    line-height: 1.3;
    font-family: Axiforma;
    font-weight: 700;
}

.display-4 {
    font-size: calc(1.305rem + .66vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 2.4rem;
    }
}

@media (min-width: 992px) {
    .text-lg-start {
        text-align: left !important;
    }
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) {
    .px-lg-10 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
}

.cs-testimonial.cs-style1:hover .cs-quote {
    background-color: #17a589;
    color: #fff;
}

@media (min-width: 1400px) {
    .px-xxl-10 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
}

.mb-14 {
    margin-bottom: 4.5rem !important;
}



.card {
    --bs-card-spacer-y: 2rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: rgba(164, 174, 198, 0.2);
    --bs-card-border-radius: 0.4rem;
    --bs-card-inner-border-radius: 0.4rem;
    --bs-card-cap-padding-y: 0.9rem;
    --bs-card-cap-padding-x: 2rem;
    --bs-card-cap-bg: transparent;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    box-shadow: var(--bs-card-box-shadow);
}

.card {
    box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
    border: 0;
}

@media (min-width: 768px) {
    .px-md-8 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
}


@media (min-width: 768px) {
    .py-md-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

.bg-gray {
    --bs-gray-rgb: 246, 247, 249;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}


.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

@media (min-width: 768px) {

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1rem;
    }
}

@media (min-width: 768px) {

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1rem;
    }
}

.cs-testimonial.cs-style1 {
    background-color: initial;
    font-size: .9rem;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.cs-testimonial.cs-style1 {

    h3 {
        font-family: Axiforma;
        font-size: 1.1em;
    }
}
.card-body {
    color: #60697b;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}
/* CSS otros proyectos Fin --------*/