/********** Template CSS **********/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-whatss {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 50px;
    z-index: 99;
    width: 200px;
    height: 45px;
    color: white;
}

.btn-whatss:hover {
    color: white;
}

.btn-whatss2 {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    width: 75px;
    height: 75px;
    color: white;
}

.btn-whatss2:hover {
    color: white;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-whatss,
.btn-whatss2,
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 11px 0 !important;
    height: 85px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: var(--bs-dark);
    font-weight: 500;
    transition: .5s;
    outline: none;
}

.btn-width {
    width: 200px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-mapaiso-naranja);
    font-weight: bold;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.detalleContexto {
    margin-top: -250px;
}

.logoContacto {
    margin-top: -305px;
}

@media (max-width: 991.80px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        padding: 10px 15px;
        background: #FFFFFF;
        border: 1px solid #D9D9D9;
    }

    .btn-width {
        width: 100%;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .modal-content {
        width: 100%;
    }

    .swal2-container.swal2-center>.swal2-popup {
        width: 88%;
    }


}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .modal-content {
        width: 70%;
        margin-left: 70px;
    }


    .swal2-container.swal2-center>.swal2-popup {
        width: 23%;
        margin-left: -22px;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -70px;
    padding-top: 12rem;
    padding-bottom: 3rem;
    /*background: url(../img/bg.png) center center no-repeat;
    background-size: cover;*/
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}


/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Deal ***/
.deal {
    position: relative;
    /*background: url(../img/bg.png) center center no-repeat;
    background-size: cover;*/
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
}


/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: rgba(255, 255, 255, .2) !important;
}


/*** Product ***/
.product-item {
    transition: .1s;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bs-dark);
}


/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.btn-mapaiso {
    background-color: var(--bs-mapaiso-naranja);
    color: white;
    font-weight: bold;
    border: 2px solid var(--bs-mapaiso-naranja);
    font-size: 17px;
}

.btn-mapaiso:hover {
    background-color: white;
    border: 2px solid var(--bs-mapaiso-naranja);
    color: var(--bs-mapaiso-naranja);
    /*box-shadow: 0px 5px 10px rgb(129, 129, 129);*/
}

.btn-menu-configuration-whatssapp {
    background: url('../img/material_new/Icono whatsapp.png');
    background-size: contain;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0px;
    border-radius: 15px;
    width: 190px;
    height: 190px;
    margin-top: -10px;
    align-items: center;
    justify-content: center;
    padding: 0px;
    cursor: pointer;
    box-shadow: 0px 5px 8px rgb(129, 129, 129);
}

.btn-menu-configuration-whatssapp:hover {
    background: url('../img/material_new/Icono whatsapp.png');
    color: white;
    background-size: contain;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0px;
    margin-top: -20px;
    margin-left: -20px;
    width: 210px;
    height: 210px;
    border-radius: 15px;
    /*box-shadow: 0px 5px 10px rgb(129, 129, 129);*/
}

.btn-menu-configuration2 {
    background: url('../img/material_new/Icono lista de ganadores.png');
    background-size: contain;
    color: var(--bs-mapaiso-naranja);
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0px;
    border-radius: 15px;
    width: 160px;
    height: 160px;
    margin-left: 20px;
    align-items: right;
    justify-content: center;
    padding: 0px;
    cursor: pointer;
    box-shadow: 0px 5px 8px rgb(129, 129, 129);
}

.btn-menu-configuration2:hover {
    background: url('../img/material_new/Icono lista de ganadores.png');
    color: white;
    background-size: contain;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0px;
    margin-left: 10px;
    margin-top: -7px;
    width: 180px;
    height: 180px;
    border-radius: 15px;
    /*border: 5px solid var(--bs-mapaiso-azul);*/
}

.btn-menu-configuration-RGP {
    background: url('../img/material_new/Boton refiere y gana premium.png');
    background-size: cover;
    color: var(--bs-mapaiso-naranja);
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0px;
    border-radius: 15px;
    width: 175px;
    height: 175px;
    margin-left: 20px;
    align-items: right;
    justify-content: center;
    padding: 0px;
    cursor: pointer;
    box-shadow: 0px 5px 8px rgb(129, 129, 129);
}

.btn-menu-configuration-RGP:hover {
    background: url('../img/material_new/Boton refiere y gana premium.png');
    color: white;
    background-size: cover;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0px;
    margin-left: 10px;
    margin-top: -7px;
    width: 195px;
    height: 195px;
    border-radius: 15px;
    /*border: 5px solid var(--bs-mapaiso-azul);*/
}

.btn-menu-configuration-RG {
    background: url('../img/material_new/boton refiere y gana.png');
    background-size: contain;
    color: var(--bs-mapaiso-naranja);
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0px;
    border-radius: 15px;
    width: 175px;
    height: 175px;
    margin-left: 20px;
    align-items: right;
    justify-content: center;
    padding: 0px;
    cursor: pointer;
    box-shadow: 0px 5px 8px rgb(129, 129, 129);
}

.btn-menu-configuration-RG:hover {
    background: url('../img/material_new/boton refiere y gana.png');
    color: white;
    background-size: contain;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0px;
    margin-left: 10px;
    margin-top: -7px;
    width: 195px;
    height: 195px;
    border-radius: 15px;
    /*border: 5px solid var(--bs-mapaiso-azul);*/
}

.btn-logo-ME {
    background: url('../img/material_new/Mapaiso Este 2.png');
    background-size: contain;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0px;
    border-radius: 15px;
    width: 100%;
    height: 150px;
    margin-top: -10px;
    align-items: center;
    justify-content: center;
    padding: 0px;
    cursor: none;
    box-shadow: 0px 5px 8px rgb(129, 129, 129);
}

.btn-logo-MN {
    background: url('../img/material_new/Mapaiso norte.jpg');
    background-size: contain;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0px;
    border-radius: 15px;
    width: 100%;
    height: 115px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    padding: 0px;
    cursor: none;
    box-shadow: 0px 5px 8px rgb(129, 129, 129);
}

.btn-logos-mobile {
    border-radius: 10px;
}

.btn-logo-RYG {
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0px;
    border-radius: 10px;
    width: 500px;
    height: 630px;
    margin-top: -380px;
    align-items: center;
    justify-content: center;
    padding: 0px;
    cursor: none;
}

.sombra-boton-promo {
    border-radius: 35px;
    box-shadow: 0px 5px 8px rgb(129, 129, 129);
}

.btn-menu-configuration3 {
    background: url('../img/material_new/Icono terminos y condiciones.png');
    background-size: contain;
    color: var(--bs-mapaiso-naranja);
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0px;
    border-radius: 15px;
    width: 160px;
    height: 160px;
    margin-left: 20px;
    align-items: right;
    justify-content: center;
    padding: 0px;
    cursor: pointer;
    box-shadow: 0px 5px 8px rgb(129, 129, 129);
}

.btn-menu-configuration3:hover {
    background: url('../img/material_new/Icono terminos y condiciones.png');
    color: white;
    background-size: contain;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0px;
    margin-left: 10px;
    margin-top: -7px;
    width: 180px;
    height: 180px;
    border-radius: 15px;
    /*box-shadow: 0px 5px 10px rgb(129, 129, 129);*/
}

.btn-menu-configuration4 {
    background: url('../img/assets/boton 4.png');
    background-size: contain;
    color: var(--bs-mapaiso-naranja);
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0px;
    border-radius: 15px;
    width: 130px;
    height: 130px;
    margin-left: 20px;
    align-items: right;
    justify-content: center;
    padding: 0px;
    cursor: pointer;
}

.btn-menu-configuration4:hover {
    background: url('../img/assets/boton 4 hov.png');
    color: white;
    background-size: contain;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0px;
    margin-left: 10px;
    margin-top: -7px;
    width: 140px;
    height: 140px;
    border-radius: 15px;
    border: 3px solid var(--bs-mapaiso-azul);
    /*box-shadow: 0px 5px 10px rgb(129, 129, 129);*/
}

.btn-mapaiso-whatsapp {
    background-color: var(--bs-mapaiso-naranja);
    color: white;
    font-weight: bold;
    border: 2px solid var(--bs-mapaiso-naranja);
    font-size: 2.1rem;
    padding: 0px;
    border-radius: 15px;
}

.btn-mapaiso-whatsapp:hover {
    background-color: white;
    border: 2px solid var(--bs-mapaiso-naranja);
    color: var(--bs-mapaiso-naranja);
    /*box-shadow: 0px 5px 10px rgb(129, 129, 129);*/
}

.btn-mapaiso-whatsapp-footer {
    background-color: rgba(255, 255, 255, 0.63);
    color: var(--bs-mapaiso-naranja);
    font-weight: bold;
    border: 4px solid var(--bs-mapaiso-azul);
    font-size: 2.5rem;
    font-family: 'poppinsbold', sans-serif;
    padding: 0px;
    border-radius: 15px;
}

.btn-mapaiso-whatsapp-footer:hover {
    background-color: var(--bs-mapaiso-azul);
    border: 4px solid var(--bs-mapaiso-azul);
    color: white;
    /*box-shadow: 0px 5px 10px rgb(129, 129, 129);*/
}

.btn-mapaiso-blanco-footer {
    background-color: transparent;
    color: white;
    font-weight: bold;
    border: 4px solid white;
    font-size: 2.5rem;
    font-family: 'poppinsbold', sans-serif;
    padding: 0px;
    border-radius: 15px;
}

.btn-mapaiso-blanco-footer:hover {
    background-color: transparent;
    border: 4px solid white;
    color: white;
    /*box-shadow: 0px 5px 10px rgb(129, 129, 129);*/
}

.btn-mapaiso-ganador {
    background-color: white;
    border: 2px solid white;
    color: var(--bs-mapaiso-azul);
    font-size: 1.3rem;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'poppinslight', sans-serif;
    font-weight: bold;
    border-radius: 15px;
    /*box-shadow: 5px 5px 10px rgb(63, 63, 63);*/
}

.btn-mapaiso-ganador:hover {
    background-color: white;
    border: 2px solid var(--bs-mapaiso-azul);
    color: var(--bs-mapaiso-azul);
    /*box-shadow: 0px 5px 10px rgb(129, 129, 129);*/
}

.bi-whatsapp {
    font-size: 4rem;
    padding-right: 20px;
}

.texto-whatsapp {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'poppinsregular', sans-serif;
}

.texto-boton-configuration {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'poppinsregular', sans-serif;
}

.btn-mapaiso-naranja {
    background-color: var(--bs-mapaiso-naranja);
    border: 2px solid var(--bs-mapaiso-naranja);
    color: white;
    font-size: 1.3rem;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'poppinslight', sans-serif;
    font-weight: bold;
    border-radius: 15px;
    /*box-shadow: 5px 5px 10px rgb(63, 63, 63);*/
}

.btn-mapaiso-web {
    background-color: var(--bs-mapaiso-naranja);
    border: 2px solid var(--bs-mapaiso-naranja);
    color: white;
    font-size: 1.8rem;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'poppinsbold', sans-serif;
    font-weight: bold;
    border-radius: 15px;
    /*box-shadow: 5px 5px 10px rgb(63, 63, 63);*/
}

.btn-mapaiso-web:hover {
    background-color: var(--bs-mapaiso-naranja);
    border: 2px solid var(--bs-mapaiso-naranja);
    color: white;
    font-size: 2rem;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'poppinsbold', sans-serif;
    font-weight: bold;
    border-radius: 15px;
    /*box-shadow: 5px 5px 10px rgb(63, 63, 63);*/
}

.btn-mapaiso-naranja-ticket {
    background-color: var(--bs-mapaiso-naranja);
    border: 2px solid var(--bs-mapaiso-naranja);
    color: white;
    font-size: 1.7rem;
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'poppinsbold', sans-serif;
    font-weight: bold;
    border-radius: 15px;
    cursor: none;
    /*box-shadow: 5px 5px 10px rgb(63, 63, 63);*/
}

.btn-mapaiso-naranja-ticket:hover {
    background-color: var(--bs-mapaiso-naranja);
    border: 2px solid var(--bs-mapaiso-naranja);
    color: white;
    font-size: 1.7rem;
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'poppinsbold', sans-serif;
    font-weight: bold;
    border-radius: 15px;
    /*box-shadow: 5px 5px 10px rgb(63, 63, 63);*/
}

.btn-mapaiso-naranja:hover {
    background-color: var(--bs-mapaiso-naranja);
    border: 2px solid var(--bs-mapaiso-naranja);
    color: white;
    /*box-shadow: 0px 5px 10px rgb(129, 129, 129);*/
}

.btn-mapaiso-azul {
    background-color: var(--bs-mapaiso-azul);
    border: 2px solid white;
    color: white;
    font-size: 1.3rem;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'poppinslight', sans-serif;
    font-weight: bold;
    border-radius: 25px;
    /*box-shadow: 5px 5px 10px rgb(63, 63, 63);*/
}


.btn-mapaiso-azul:hover {
    background-color: white;
    border: 2px solid var(--bs-mapaiso-azul);
    color: var(--bs-mapaiso-azul);
    /*box-shadow: 0px 5px 10px rgb(129, 129, 129);*/
}

.btn-mapaiso-naranja-contact {
    background-color: var(--bs-mapaiso-naranja);
    border: 2px solid white;
    color: white;
    font-size: 1.3rem;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'poppinslight', sans-serif;
    font-weight: bold;
    border-radius: 25px;
    /*box-shadow: 5px 5px 10px rgb(63, 63, 63);*/
}


.btn-mapaiso-naranja-contact:hover {
    background-color: white;
    border: 2px solid var(--bs-mapaiso-naranja);
    color: var(--bs-mapaiso-naranja);
    /*box-shadow: 0px 5px 10px rgb(129, 129, 129);*/
}

.recuadroTexto {
    padding: 20px;
    background-color: #FFFFFF;
    border: 3px solid #F0F0F0;
    border-radius: 40px;
}

.numero-azul {
    color: var(--bs-mapaiso-azul);
    font-size: 4.5rem;
    font-family: 'poppinsbold', sans-serif;
}

.letras-naranja {
    color: var(--bs-mapaiso-naranja);
    margin-top: -20px;
    font-size: 1.8rem;
    font-family: 'poppinsbold', sans-serif;
}

.letras-naranja-banner {
    color: #ff9e1b;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'poppinsbold', sans-serif;
    -webkit-text-stroke: 0.9px rgb(255, 255, 255);
    text-shadow:
        -2px -2px 0 white,
        2px -2px 0 white,
        -2px 2px 0 white,
        2px 2px 0 white;
}

.letras-azul-banner {
    color: #407ec9;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'poppinsbold', sans-serif;
    -webkit-text-stroke: 0.9px rgb(255, 255, 255);
    text-shadow:
        -2px -2px 0 white,
        2px -2px 0 white,
        -2px 2px 0 white,
        2px 2px 0 white;
}

.cuadroTextoPosicionBotones {
    margin-top: 100px;
    padding-left: 80px;
    padding-right: 130px;
}

.cuadroTextoPosicionBotonesTicket {
    margin-top: 270px;
    padding-left: 50px;
}

.cuadroTextoPosicion {
    margin-top: -70px;
    padding-left: 120px;
    padding-right: 110px;
}

.posicionImagenGrupo1 {
    margin-top: -250px;
}

.texto-detalle-pasos {
    text-align: left;
    font-size: 19px;
    font-family: 'poppinsregular', sans-serif;
}

.estiloFooter {
    color: var(--bs-mapaiso-azul);
    font-size: 15px;
    font-family: 'poppinsbold', sans-serif;
}

.estiloFooter2 {
    font-size: 19px;
    font-family: 'poppinsbold', sans-serif;
}


.texto-detalle-pasos2 {
    text-align: justify;
    font-size: 17px;
    font-family: 'poppinsregular', sans-serif;
}

.primerPaso {
    margin-top: -10px;
}

.tablaMovil {
    display: flex;
    justify-content: center;
    width: 80%;
}

.imagenTerminos {
    max-width: 60%;
    border: 1px solid rgb(172, 172, 172);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgb(73, 73, 73);
}

.img-pareja {
    height: 100%;
    width: 100%;
    border-radius: 25px;
    margin-top: 20px;
}

.imagenPromocion {
    margin-top: -250px;
}

/* IMAGEN */

/* Default (xs <576): móviles muy pequeños */
.cta-shift {
    margin-top: -80px;
}

.cta-img-shift {
    margin-left: 0;
}

/* sm ≥576 */
@media (min-width: 576px) {
    .cta-shift {
        margin-top: -100px;
    }

    .cta-img-shift {
        margin-left: 10px;
    }
}

/* md ≥768 */
@media (min-width: 768px) {
    .cta-shift {
        margin-top: -140px;
    }

    .cta-img-shift {
        margin-left: 30px;
    }
}

/* lg ≥992 */
@media (min-width: 992px) {
    .cta-shift {
        margin-top: -180px;
    }

    .cta-img-shift {
        margin-left: 60px;
    }
}

/* xl ≥1200 */
@media (min-width: 1200px) {
    .cta-shift {
        margin-top: -220px;
    }

    .cta-img-shift {
        margin-left: 50px;
    }
}

/* xxl ≥1400 (y tu 1900 cae aquí) */
@media (min-width: 1400px) {
    .cta-shift {
        margin-top: -250px;
    }

    /* tu valor perfecto para 1900 */
    .cta-img-shift {
        margin-left: 30px;
    }

    /* tu valor perfecto para 1900 */
}

@media (min-width: 1600px) {
    .cta-shift {
        margin-top: -250px;
    }

    /* tu valor perfecto para 1900 */
    .cta-img-shift {
        margin-left: 80px;
    }

    /* tu valor perfecto para 1900 */
}

@media (min-width: 1800px) {
    .cta-shift {
        margin-top: -250px;
    }

    /* tu valor perfecto para 1900 */
    .cta-img-shift {
        margin-left: 140px;
    }

    /* tu valor perfecto para 1900 */
}

/* IMAGEN */

.imagenPromocionTyC {
    margin-top: -50px;
}


.bg-mapaiso-tickets {
    background: url('../img/assets/Banner 1.png');
    background-size: cover;
}

.espacioMobile {
    margin-top: 0px;
    margin-bottom: 30px;
}

.espacioMobileContenido {
    margin-top: -50px;
    margin-bottom: 00px;
}


.espacioMobileContenidoTicket {
    margin-top: -270px;
    margin-bottom: 00px;
}

.espacioMobileAJ {
    margin-top: -130px;
}

.botonOpciones {
    margin-top: 150px;
}

.botonOpcionesMobile {
    margin-top: 180px;
    margin-bottom: 150px;
}

.botonOpcionesMobileTicket {
    margin-top: 130px;
}

.imagenFormulario {
    display: block;
}

.imagenFormularioMobile {
    display: none;
}

.claseTablaGanador {
    margin-top: -100px;
}

.bgMapaiso {
    background-color: #ff9100;
}

.bgMapaisoSlider {
    background: url("../img/assets/Banner 1.png");
}

.detalleTerminos {
    margin-top: 80px;
    margin-bottom: 130px;
}

@media (min-width: 0px) and (max-width: 660px) {
    .detalleGanadores {
        margin-top: 270px;
        margin-bottom: 42px;
    }
}

@media (min-width: 661px) {
    .detalleGanadores {
        margin-top: 52px;
        margin-bottom: 42px;
    }
}

.tituloTerminos {
    margin-top: 20px;
    text-align: justify;
    font-size: 20px;
    color: #444444;
    font-family: 'poppinsbold', sans-serif;
}

.tituloTerminos2 {
    margin-top: 20px;
    text-align: left;
    font-size: 20px;
    color: #444444;
    font-family: 'poppinsbold', sans-serif;
}

.tituloPreguntas {
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-family: 'poppinsbold', sans-serif;
}

.tituloTerminosTabla {
    margin-top: 20px;
    text-align: left;
    font-size: 17px;
    color: #444444;
    font-family: 'poppinsbold', sans-serif;
}

.tituloTerminosPrincipal {
    margin-top: 10px;
    text-align: justify;
    font-size: 25px;
    color: #444444;
    font-family: 'poppinsbold', sans-serif;
}

.tituloPrincipalGanador {
    text-align: justify;
    font-size: 25px;
    color: #444444;
    font-family: 'poppinsbold', sans-serif;
}

.tituloListaGanador {
    text-align: justify;
    font-size: 20px;
    color: #444444;
    font-family: 'poppinsregular', sans-serif;
}

.detalleTextoGanador {
    text-align: justify;
    font-size: 18px;
    color: #444444;
    font-family: 'poppinslight', sans-serif;
}

.detalleTextoTerminos {
    text-align: justify;
    margin-top: 15px;
    font-size: 18px;
    color: #444444;
    font-family: 'poppinslight', sans-serif;
}

.detalleTextoPreguntas {
    text-align: justify;
    margin-top: 15px;
    font-size: 1.05rem;
    color: #fff;
    font-family: 'poppinslight', sans-serif;
}

.terminosTitulo {
    color: white;
    font-family: 'poppinsbold', sans-serif;
    font-size: 50px;
    text-shadow: 1px 3px 4px rgb(63, 63, 63);
}

.paso3 {
    margin-top: -30px;
}

.paso2 {
    margin-top: -20px;
}

.opcionesRefiere {
    margin-top: 40px;
    margin-bottom: 30px;
}

.opcionesMontos {
    background-color: #e7e7e7;
    box-shadow: 0px 3px 6px #868686;

    border-radius: 20px;
    padding: 20px;
}

.btn-dark {
    border: 0px solid blue;
    background-color: transparent;
    width: 40px;
    height: 40px;
}

.espacioFooter1 {
    margin-top: 30px;
}

.espacioFooter2 {
    margin-top: 30px;
}

.espacioFooter3 {
    margin-top: 30px;
}

.text-mapaiso {
    text-align: left;
    font-weight: bold;
    color: var(--bs-mapaiso-naranja);
    font-family: 'poppinsbold', sans-serif;
    font-size: 21px;
    /*text-shadow: 1px 2px 2px rgb(63, 63, 63);*/
}

.text-mapaiso-urb {
    text-align: left;
    font-weight: bold;
    color: var(--bs-mapaiso-naranja);
    font-family: 'poppinsbold', sans-serif;
    font-size: 30px;
    /*text-shadow: 1px 2px 2px rgb(63, 63, 63);*/
}

.text-mapaiso-urb-logo {
    text-align: left;
    font-weight: bold;
    color: var(--bs-mapaiso-naranja);
    font-family: 'poppinsbold', sans-serif;
    font-size: 20px;
    /*text-shadow: 1px 2px 2px rgb(63, 63, 63);*/
}

.text-mapaiso-web {
    text-align: center;
    font-weight: bold;
    color: var(--bs-mapaiso-naranja);
    font-family: 'poppinsbold', sans-serif;
    font-size: 30px;
    /*text-shadow: 1px 2px 2px rgb(63, 63, 63);*/
}

.texto-detalle-pasos-urb {
    text-align: left;
    font-size: 19px;
    color: var(--bs-mapaiso-azul);
    font-family: 'poppinsregular', sans-serif;
}


.text-mapaiso-direccion {
    text-align: left;
    font-weight: bold;
    color: var(--bs-mapaiso-naranja);
    font-family: 'poppinsregular', sans-serif;
    font-size: 17px;
    /*text-shadow: 1px 2px 2px rgb(63, 63, 63);*/
}

.text-mapaiso-direccion-azul {
    text-align: left;
    font-weight: bold;
    color: var(--bs-mapaiso-azul);
    font-family: 'poppinslight', sans-serif;
    font-size: 15px;
    /*text-shadow: 1px 2px 2px rgb(63, 63, 63);*/
}

.text-mapaiso-azul {
    text-align: left;
    font-weight: bold;
    color: var(--bs-mapaiso-azul);

    font-family: 'poppinsbold', sans-serif;
    font-size: 20px;
    /*text-shadow: 1px 2px 3px rgb(83, 17, 182);*/
}

.imagenParejaPaso {
    display: flex;
}

.iconoLogoPaso {
    display: none;
}

.detallePaso {
    background-color: transparent;
    margin-top: 100px;
}

.sombra-boton-mobile {
    border-radius: 15px;
    box-shadow: 0px 5px 8px rgb(129, 129, 129);
}

.espacio-botones-mobile {
    margin-left: -15px;
    margin-right: -30px;
}

@media (max-width: 992px) {
    .texto-whatsapp {
        font-size: 30px;
        /* Tamaño fijo para pantallas más pequeñas */
    }

    .texto-boton-configuration {
        font-size: 30px;
        display: flex;
        align-items: center;
        padding-top: 0px;
        padding-bottom: 0px;
        font-family: 'poppinsregular', sans-serif;
    }

    .posicionImagenGrupo1 {
        margin-top: -180px;
    }

    .bi-whatsapp {
        font-size: 4rem;
    }

    .estiloFooter {
        font-size: 16px;
        font-family: 'poppinsbold', sans-serif;
    }

    .estiloFooter2 {
        font-size: 21px;
        font-family: 'poppinsbold', sans-serif;
    }

    .cuadroTextoPosicionBotones {
        margin-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .cuadroTextoPosicionBotonesTicket {
        margin-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .cuadroTextoPosicion {
        margin-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .texto-detalle-pasos {
        font-size: 17px;
    }

    .texto-detalle-pasos2 {
        font-size: 15px;
    }

    .btn-dark {
        width: 40px;
        height: 40px;
    }

    .primerPaso {
        margin-top: 15px;
    }

    .tablaMovil {
        display: block;
        justify-content: center;
        width: 100%;
    }

    .imagenTerminos {
        max-width: 100%;
    }

    .img-pareja {
        /*display: none;*/
    }

    .imagenFormulario {
        display: none;
    }

    .imagenFormularioMobile {
        display: block;
    }

    .botonOpciones {
        margin-top: 35px;
    }

    .imagenButon1 {
        background-size: contain;
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0px;
        border-radius: 15px;
        width: 100px;
        height: 100px;
        align-items: center;
        cursor: pointer;
    }

    .btn-menu-configuration-mobile {
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0px;
        width: 110px;
        height: 110px;
        margin-left: 20px;
        align-items: center;
        cursor: pointer;
    }

    .btn-menu-configuration2 {
        background: url('../img/material_new/Group 3120.png');
        background-size: contain;
        color: var(--bs-mapaiso-naranja);
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0px;
        border-radius: 15px;
        width: 110px;
        height: 110px;
        align-items: center;
        cursor: pointer;
    }

    .btn-menu-configuration2:hover {
        background: url('../img/material_new/Group 3120.png');
        color: white;
        background-size: contain;
        font-weight: bold;
        font-size: 1.1rem;
        margin-top: -7px;
        width: 120px;
        height: 120px;
        border-radius: 15px;
        border: 3px solid var(--bs-mapaiso-azul);
        /*border: 5px solid var(--bs-mapaiso-azul);*/
    }

    .claseTablaGanador {
        margin-top: 0px;
    }

    .bgMapaiso {
        background-color: #fff;
    }

    .terminosTitulo {
        color: white;
        font-family: 'poppinsbold', sans-serif;
        font-size: 40px;
        text-align: center;
        text-shadow: 1px 3px 4px rgb(63, 63, 63);
    }

    .tituloPrincipalGanador {
        font-size: 20px;
    }

    .tituloListaGanador {
        font-size: 15px;
    }

    .detalleTextoGanador {
        font-size: 14px;
    }

    .opcionesMontos {
        padding: 2px;
    }

    .opcionesRefiere {
        margin-top: -10px;
    }

    .paso3 {
        margin-top: -40px;
    }

    .paso2 {
        margin-top: -40px;
    }

    .espacioFooter1 {
        margin-top: 20px;
    }

    .espacioFooter2 {
        margin-top: -10px;
    }

    .espacioFooter3 {
        margin-top: 20px;
        margin-left: 20px;
    }

    .recuadroTexto {
        background-color: var(--bs-mapaiso-naranja);
        color: white;
        border: 3px solid var(--bs-mapaiso-naranja);
    }

    .numero-azul {
        margin-top: 20px;
        color: var(--bs-mapaiso-azul);
        font-size: 2rem;
        font-family: 'poppinsbold', sans-serif;
    }

    .letras-naranja {
        color: var(--bs-mapaiso-naranja);
        margin-top: -10px;
        font-size: 1.1rem;
        font-family: 'poppinsregular', sans-serif;
    }

    .text-mapaiso {
        font-size: 22px;
    }

    .text-mapaiso-azul {
        font-size: 22px;
    }

    .imagenParejaPaso {
        display: none;
    }

    .iconoLogoPaso {
        display: block;
        align-items: center;
        filter: drop-shadow(0px 5px 10px #868686);
        text-align: center;
    }

    .detallePaso {
        background-color: white;
        box-shadow: 0 5px 10px #868686;
        border-radius: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: -15px;
    }

}

@media (max-width: 660px) {
    .texto-whatsapp {
        font-size: 25px;
        /* Tamaño fijo para pantallas más pequeñas */
    }

    .bg-mapaiso-tickets {
        background: url('../img/assets/tickets.jpg');
        background-size: inherit;
        background-repeat: no-repeat;
    }

    .espacioMobile {
        margin-top: -70px;
        margin-bottom: 40px;
    }

    .espacioMobileContenido {
        margin-top: -270px;
        margin-bottom: 00px;
    }

    .espacioMobileContenidoTicket {
        margin-top: -270px;
        margin-bottom: 00px;
    }

    .espacioMobileAJ {
        margin-top: -150px;
        margin-bottom: 00px;
    }

    .texto-boton-configuration {
        font-size: 30px;
        display: flex;
        align-items: center;
        padding-top: 0px;
        padding-bottom: 0px;
        font-family: 'poppinsregular', sans-serif;
    }

    .posicionImagenGrupo1 {
        margin-top: -180px;
    }

    .bi-whatsapp {
        font-size: 3rem;
    }

    .estiloFooter {
        font-size: 16px;
        font-family: 'poppinsbold', sans-serif;
        margin-left: 0px;
    }

    .estiloFooter2 {
        font-size: 25px;
        font-family: 'poppinsbold', sans-serif;
    }

    .cuadroTextoPosicionBotones {
        margin-top: 200px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .cuadroTextoPosicionBotonesTicket {
        margin-top: 200px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .cuadroTextoPosicion {
        margin-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .texto-detalle-pasos {
        font-size: 15px;
    }

    .texto-detalle-pasos2 {
        font-size: 13px;
    }

    .btn-dark {
        width: 35px;
        height: 35px;
        text-align: left;
    }

    .primerPaso {
        margin-top: -10px;
    }

    .tablaMovil {
        display: block;
        justify-content: center;
        width: 100%;
    }

    .imagenTerminos {
        max-width: 100%;
    }

    .img-pareja {
        /* display: none;*/
    }

    .imagenFormulario {
        display: none;
    }

    .imagenFormularioMobile {
        display: block;
    }

    .btn-mapaiso-naranja {
        font-size: 1.2rem;
        height: 58%;
        padding-top: 12px;
    }

    .btn-mapaiso-naranja-ticket {
        font-size: 1.3rem;
        height: 50px;
        width: 70%;
        padding-top: 15px;
    }

    .imagenButon1 {
        background-size: contain;
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0px;
        border-radius: 15px;
        width: 100px;
        height: 100px;
        align-items: center;
        cursor: pointer;
    }

    .btn-menu-configuration-mobile {
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0px;
        width: 110px;
        height: 110px;
        margin-left: 20px;
        align-items: center;
        cursor: pointer;
    }

    .btn-menu-configuration2 {
        background: transparent;
        background-size: contain;
        color: var(--bs-mapaiso-naranja);
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0px;
        border-radius: 15px;
        border: 0px solid transparent;
        width: 110px;
        height: 110px;
        align-items: center;
        cursor: pointer;
    }

    .btn-menu-configuration2:hover {
        background: url('../img/assets/boton 2 hov.png');
        color: white;
        background-size: contain;
        font-weight: bold;
        font-size: 1.1rem;
        margin-top: -7px;
        width: 120px;
        height: 120px;
        border-radius: 15px;
        border: 3px solid var(--bs-mapaiso-azul);
        /*border: 5px solid var(--bs-mapaiso-azul);*/
    }

    .claseTablaGanador {
        margin-top: 0px;
    }

    .bgMapaiso {
        background-color: #F0F0F0;
    }

    .terminosTitulo {
        color: white;
        font-family: 'poppinsbold', sans-serif;
        font-size: 40px;
        text-align: center;
        text-shadow: 1px 3px 4px rgb(63, 63, 63);
    }


    .tituloPrincipalGanador {
        font-size: 20px;
    }

    .tituloListaGanador {
        font-size: 15px;
    }

    .detalleTextoGanador {
        font-size: 14px;
    }

    .paso3 {
        margin-top: -40px;
    }

    .paso2 {
        margin-top: -80px;
    }

    .espacioFooter1 {
        margin-top: 20px;
    }

    .espacioFooter2 {
        margin-top: -10px;
    }

    .espacioFooter3 {
        margin-top: 20px;
        margin-left: 20px;
    }

    .recuadroTexto {
        background-color: var(--bs-mapaiso-naranja);
        color: white;
        border: 3px solid var(--bs-mapaiso-naranja);
    }

    .text-mapaiso {
        font-size: 20px;
    }

    .text-mapaiso-azul {
        font-size: 20px;
    }

    .imagenParejaPaso {
        display: none;
    }

    .iconoLogoPaso {
        display: block;
        align-items: center;
        filter: drop-shadow(0px 5px 10px #868686);
        text-align: center;
    }

    .detallePaso {
        background-color: white;
        box-shadow: 0 5px 10px #868686;
        border-radius: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: -15px;
    }

}



/*CARDS*/
.card {
    height: 400px;
    margin-left: 10px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.image {
    height: 400px;
    width: 100%;
    border-radius: 3px;
    transition: .5s;
}

.intro {
    height: 100px;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    position: absolute;
    margin-bottom: 100px;
    background-color: var(--bs-mapaiso-naranja);
    color: white;
    bottom: 0;
    margin-bottom: 0px;
    transition: .5s;
}

.h1 {
    margin: 10px;
    font-size: 40px;
}

.p {
    font-size: 20px;
    margin: 20px;
    visibility: hidden;
    opacity: 0;
}

span {
    font-weight: bold;
}

.card:hover {
    cursor: pointer;
}

.card:hover .intro {
    height: 200px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.747);
}

.card:hover .p {
    opacity: 1;
    visibility: visible;
}

.card:hover .image {
    transform: scale(1.1) rotate(-3deg);
}

.text-titulo {
    text-align: center;
    font-weight: bold;
    color: rgb(255, 130, 28);
    font-size: 45px;
    text-shadow: -5px 3px 2px rgb(32, 32, 32);
}

.modal .modal-header {
    background-color: #F8F8F8;
}

.modal .modal-body {
    background-image: url("../img/empresa/fondo_formulario.png");
    background-size: cover;
}

.swal2-container.swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    /*
    background-image: url("../img/empresa/texturafinal.webp");
    background-repeat: repeat;
    background-size: initial;*/
    background-color: #F8F8F8;
    border: 3px solid rgb(36, 126, 36);
    border-radius: 25px;
}

.swal2-styled.swal2-confirm {
    background-color: rgb(255, 17, 0);
}

/*SPINNER*/
#spinner-container {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 54, 54, 0.8);
    /* Fondo semi-transparente */
    z-index: 100000;
    /* Asegura que el spinner esté en la parte superior */
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* FUENTES */
@font-face {
    font-family: 'poppinsbold';
    src: url('../fuentes/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fuentes/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'poppinslight';
    src: url('../fuentes/Poppins-Light.ttf') format('truetype');
}


@font-face {
    font-family: 'poppinssemibold';
    src: url('../fuentes/Poppins-SemiBold.ttf') format('truetype');
}

.swal2-styled.swal2-cancel {
    margin-right: -2px;
    padding: 5px;
}

.swal2-styled.swal2-confirm {
    padding: 5px;
}

@media (max-width: 450px) {

    .text-mapaiso-urb {
        font-size: 20px;
        /*text-shadow: 1px 2px 2px rgb(63, 63, 63);*/
    }

    .text-mapaiso-urb-logo {
        margin-top: 15px;
        font-size: 14px;
        text-align: center;
        /*text-shadow: 1px 2px 2px rgb(63, 63, 63);*/
    }

    .texto-detalle-pasos-urb {
        font-size: 11px;
    }

    .primerPaso {
        margin-top: -220px;
    }

    .btn-mapaiso-naranja {
        font-size: 1.1rem;
        height: 50%;
        padding-top: 7px;
    }

    .btn-mapaiso-naranja-ticket {
        font-size: 1.2rem;
        height: 50px;
        width: 70%;
        padding-top: 10px;
    }

    .logoContacto {
        margin-top: -310px;
    }

    .btn-mapaiso-azul {
        font-size: 1rem;
    }

    .detalleContexto {
        margin-top: -130px;
    }

    .espacio-botones-mobile {
        margin-left: -15px;
        margin-right: -30px;
    }

    .btn-mapaiso-ganador {
        font-size: 1rem;
    }

    .imagenButon1 {
        background-size: contain;
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0px;
        border-radius: 15px;
        width: 110px;
        height: 110px;
        align-items: center;
        cursor: pointer;
    }

    .btn-menu-configuration-mobile {
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0px;
        width: 125px;
        height: 125px;
        margin-left: 20px;
        align-items: center;
        cursor: pointer;
        margin-top: 10px;
    }
}

@media (max-width: 380px) {


    .logoContacto {
        margin-top: -305px;
    }

    .detalleContexto {
        margin-top: -150px;
    }

    .espacio-botones-mobile {
        margin-left: -25px;
        margin-right: -30px;
    }

    .imagenButon1 {
        background-size: contain;
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0px;
        border-radius: 15px;
        width: 100px;
        height: 100px;
        align-items: center;
        cursor: pointer;
    }

    .btn-menu-configuration-mobile {
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0px;
        width: 120px;
        height: 120px;
        margin-left: 20px;
        align-items: center;
        cursor: pointer;
        margin-top: 0px;
    }
}

@media (max-width: 350px) {


    .logoContacto {
        margin-top: -290px;
    }

    .detalleContexto {
        margin-top: -150px;
    }

    .espacio-botones-mobile {
        margin-left: -25px;
        margin-right: -25px;
    }

    .imagenButon1 {
        background-size: contain;
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0px;
        border-radius: 15px;
        width: 95px;
        height: 95px;
        align-items: center;
        cursor: pointer;
    }

    .btn-menu-configuration-mobile {
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0px;
        width: 110px;
        height: 110px;
        margin-left: 20px;
        align-items: center;
        cursor: pointer;
        margin-top: 0px;
    }
}



.dd-select {
    border-radius: 20px;
    border: solid 0px #ccc;
    position: relative;
    cursor: pointer;
}

.dd-selected {
    color: #444444;
    overflow: hidden;
    display: block;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #7e7e7e;
    height: 58px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.dd-desc {
    color: #444444;
    font-weight: bold;
    font-size: 20px;
}

.swal2-styled.swal2-confirm {
    font-family: "poppinsregular", sans-serif;
}

.swal2-styled.swal2-cancel {
    font-family: "poppinsregular", sans-serif;
}

@media (max-width: 300px) {
    .btn-mapaiso-azul {
        font-size: 0.8rem;
    }

    .btn-mapaiso-ganador {
        font-size: 0.8rem;
    }

    .primerPaso {
        margin-top: 15px;
    }

    .tablaMovil {
        display: block;
        justify-content: center;
        width: 100%;
    }
}

.list-unstyled {
    list-style-type: disc;
}

.list-unstyled2 {
    list-style-type: none;
}

.list-unstyled2 li::before {
    content: "- ";
}

.list-unstyled3 {
    list-style-type: decimal;
    padding-left: 20px;
}

.list-unstyled4 {
    list-style-type: none;
}

.list-unstyled4 li::marker {
    content: '- ';
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container video,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}






.footerfoo {
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-color: white;
    padding: 20px;
}

.footer-column {
    flex: 1;
    padding: 10px;
}

.footer-column:nth-child(2) {
    background-color: #174a80;
    /* Color azul */
    color: white;
    padding: 20px;
    border-radius: 5px;
}

.footer-column h3 {
    color: #E57C25;
    /* Color naranja */
    margin-bottom: 10px;
}

.footer-column a {
    color: #174a80;
    /* Azul */
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.separator {
    width: 1px;
    background-color: #407ec9;
    height: 100%;
    margin: 0 20px;
}


/* SILDER VIDEO CARD */

.card-wrapper {
    max-width: 1100px;
    margin: 0 60px 35px;
    padding: 20px 10px;
    overflow: hidden;
}

.card-list .card-item {
    list-style: none;
}

.card-list .card-item .card-link {
    user-select: none;
    display: block;
    background-color: white;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0 10px 10px #E57C25;
    transition: 0.2s ease;
    height: 350px;
}

.card-list .card-item .card-link:active {
    cursor: grabbing;
}

.card-list .card-item .card-link:hover {
    border-color: #407ec9;
}

.card-list .card-link .card-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px;
}

.card-list .card-link .badge {
    color: #407ec9;
    background-color: #D9D9D9;
    padding: 8px 16px;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 16px 0 18px;
    text-transform: uppercase;
    width: fit-content;
    font-family: 'poppinsbold', sans-serif;
    border-radius: 50px;
}

.card-list .card-link .card-title {
    font-size: 0.95rem;
    color: #444444;
    font-family: 'poppinsregular', sans-serif;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;

}

.card-list .card-link .card-button {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 30px 0 5px;
    color: #3498db;
    background: none;
    cursor: pointer;
    border: 2px solid #174a80;
    transform: rotate(-45deg);
    transition: 0.4s ease;
}

.card_cell {
    display: block;
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    text-decoration: none;
    border: 3px solid transparent;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
    border-color: #407ec9;
    /*
    border-radius: 10px;border: 3px solid green;background-color: #444444;
    */
}


.card-list .card-link:hover .card-button {
    background-color: #3498db;
    color: white;
}

.card-wrapper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background-color: #407ec9;
}

.card-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.card-wrapper .swiper-slide-button {
    color: #407ec9;
    margin-top: -35px;
}

@media screen and (max-width: 768px) {
    .card-wrapper {
        margin: 0 10px 25px;
    }

    .card-wrapper .swiper-slide-button {
        display: none;
    }
}

.texto-boton-container2 {
    position: relative;
    bottom: 10%;
    z-index: 999;
    text-align: left;
    background-color: #407ec9;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 6px;
    font-weight: 600;
    margin-right: 10px;
    width: 100%;
    height: 50px;
    font-family: 'poppinsbold', sans-serif;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 100%;
}

.texto-boton-container2 .card-title {
    font-size: 0.5rem;
    color: white;
    font-family: 'poppinsregular', sans-serif;
}

.boton-referido {
    width: 100%;
    max-width: none;
}

/* Efecto hover suave */
.boton-referido:hover {
    transform: scale(1.05);
}

.btn-boton-inferior-derecha {
    position: absolute;
    max-width: 90px;
    z-index: 10;
    text-decoration: none;
    bottom: 15px;
    right: 25px;
}
