:root {
    --bs-gray-rgb: 246, 247, 249;
}

.row>* {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

.half {
    width: 100%;
}

@media (min-width: 576px) {
    .half {
        width: 50%;
    }
}

.h-100 {
    height: 100% !important;
}

.mt-3 {
    margin-top: .75rem !important;
}

.mt-7 {
    margin-top: 1.75rem !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;
}

.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.flex-column {
    flex-direction: column !important;
}

.d-flex {
    display: flex !important;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

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

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

.justify-content-between {
    justify-content: space-between !important;
}

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

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}



.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.g-10,
.gy-10 {
    --bs-gutter-y: 2.5rem;
}

.row>* {
    margin-top: var(--bs-gutter-y);
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

@media (min-width: 992px) {
    .order-lg-1 {
        order: 1 !important;
    }
}

@media (min-width: 992px) {
    .order-lg-2 {
        order: 2 !important;
    }
}

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

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

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



.rounded-4 {
    border-radius: .8rem !important;
}

.rounded-15 {
    border-radius: 1.6rem;
}

.align-items-center {
    align-items: center !important;
}

.position-relative {
    position: relative !important;
}


.container {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    --bs-gutter-x: 1.5rem;
}



.title-business {
    line-height: 1.25;
    font-size: 4rem;
}

.rounding {
    padding-top: 2rem;
    margin-bottom: 7em;
}

.container,
.container-sm {
    max-width: 540px;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

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

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

.text-uppercase {
    text-transform: uppercase !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #0069ff !important;
    font-weight: 700;
}

.display-4 {
    font-weight: 700;
}

a.btn.btn-outline-dark {
    color: #0069ff;
    border-color: #0069ff;
    border: 2px solid #0069ff;
}

.btn.section-btn {

    display: inline-flex !important;
}

.btn {
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    transform: translateY(0);
    letter-spacing: -.01rem;
    position: relative;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.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;
}

.text-center {
    text-align: center !important;
}

.mb-4 {
    margin-bottom: 2rem;
}

.mb-6 {
    margin-bottom: 3rem;
}

@media (min-width: 576px) {

    .g-sm-13,
    .gy-sm-13 {
        --bs-gutter-y: 4rem;
    }
}

@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;
    }
}

@media (min-width: 768px) {
    .text-md-center {
        text-align: center !important;
    }
}

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

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



/* 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('../img/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 (min-width: 1025px) {
    .oferta-buttons {
        flex-direction: row;
        justify-content: flex-start;
    }
}

.oferta-boton {
    align-items: center;
    background-color: #0069ff;
    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: #64a4ff;
    border-radius: 8px;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 160px;
    width: 268px;
    color: #003c93;
    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: #003c93;
    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 */

/* preguntas */
.preguntas .accordion-wrapper .card-header {
    margin-bottom: 0;
    background: 0 0;
    border: 0;
    padding: .9rem 1.3rem .85rem;
}

.preguntas .accordion-wrapper .card-header button {
    cursor: pointer;
    width: 100%;
    padding: 0 0 0 1rem;
    text-align: left;
    margin: 0;
    border: 0;
    font-size: 1.55rem;
    font-weight: 700;
    color: #0069ff;
    /* transition: all 150ms ease-in-out; */
    background: 0 0;
}

.gray-lecture {
    color: #4b4b4b;
}

/* preguntas */

/* Seccion OFERTAS */

.oferta-main-wrapper {
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.offer-main {
    margin-top: 0;
}


.main-wrapper {
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    min-height: 100vh;
    text-decoration: inherit;
    overflow: unset;
}

.offer-title-business {
    font-weight: 700;
    margin-bottom: 2rem;
}

.offer-benefit {
    color: rgb(148, 148, 148);
    font-size: 1.8rem;
    margin: .2em 0;
}

.offer-benefit-subtitle {
    color: rgb(148, 148, 148);
    font-size: 1.6rem;
    margin-top: .2rem;
    margin-bottom: 2rem;
    font-style: italic;
}

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

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

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

.offer-content-shuffle input[type="button"] {
    border-width: 0px;
    border-style: solid;
    border-color: rgb(37, 42, 50);
    border-radius: 10px;
    margin: 15px 0px 10px;
    padding: 20px;
    background-color: rgb(242, 2, 2);
    flex-direction: column;
    cursor: pointer;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    transition: .15s all ease-in-out;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    position: relative;
    box-shadow: RGB(37 42 50 / 32%) 0 1px 4px 1px;

    /* texto */
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;

}

.offer-content-shuffle a:hover {
    text-decoration: none;
}

.offer-content-shuffle input[type="button"]:hover {
    background-color: #d95f00;
    /* Cambia el color de fondo en hover */
}

.element-wrapper {
    justify-content: center;
    text-decoration: inherit;
    min-height: 0;
    align-items: center;
    display: flex;
}

.section {
    padding: 0px;
    background-color: rgba(238, 255, 112, 0);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.promo-section {
    display: flex;
    justify-content: center;
}

.section-green.half {
    padding: 20px 5px;
}

@media (min-width: 576px) {
    .section-green.promo-timer {
        padding: 0 2rem;
    }
}

.section-green.promo-timer {
    padding: 0px 4rem;
    width: 100%;
    min-height: fit-content;
    border-radius: 15px;
    color: #fff;
}



.promo-timer .flipper-group label {
    color: #444444;
}

.half .signup-home {
    padding: 1rem 3rem;
}

.oferta-landing.promo-header {
    padding: 1.2em 0;
}

.offer-button-center {
    display: flex;
    justify-content: center;
}

.offer-button {

    color: #fff;
    background-color: #003c93;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2em;
    border-radius: 10px;
    margin: 1.5em 0 0;
    cursor: pointer;
    box-shadow: RGB(37 42 50 / 32%) 0 1px 4px 1px;
}

.offer-button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #01ac81;
}

.offer-button:focus {
    text-decoration: none;
    color: #fff;
}

.offer-subtitle {
    text-align: center;
    font-size: 2em;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 1.5em;
    margin-top: .5em;
}

.offer-title-section {
    margin-top: .8em;
    font-size: 2em;
    font-weight: 700;
    font-family: "Arial", sans-serif;
}

.offer-info {

    font-size: 1.4em;
}

.offer-paragraph {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.offer-promo-span {
    font-size: 2.5rem;
    font-weight: 700;
    color: #c40707;
}

.offer-promo-unidades {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.offer-card {
    border-width: 0px;
    border-radius: 17px;
    box-shadow: rgba(0, 0, 0, 0.18) 1.83697e-16px 3px 5px 3px;
    margin: 50px 0px 20px;
    background-color: rgba(0, 0, 0, 0.07);
    background-size: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: start;
    flex: 1;
    padding: 15px 25px;
}

.offer-testimonial-frame {
    flex-direction: row;
    display: flex;
}

.offer-avatar {

    max-width: 50px;
    min-width: 50px;
    width: 50px;
}

.offer-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.offer-testimonial-review {

    font-size: .9em;
    font-style: italic;

}

.offer-testimonial-name {
    display: flex;
    flex: 1;
    margin-bottom: .2rem;

    h3 {
        font-size: 1.5rem;
        margin-left: 5px;
        line-height: 1.3rem;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 700;
    }
}


/* Seccion OFERTAS FIN */

/* 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;

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

/* Fin Fading animation */

/* Extra for adminOLT */
.registro-empresa.section{
    width: 100%;
    margin-right: 0;
    color: #fff;
}

.registro-empresa #registro_form{
    color: #fff;
}