* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins" !important;
}

#header .header-inner {
    height: auto;
}

.text-blue {
    color: #0e2547 !important;
}

.text-rojo {
    color: #ff7262 !important;
}

.text-verde {
    color: #008F39 !important;
}

.text-white {
    color: #FFF !important;
}

.h1 {
    font-size: 2rem !important;
    line-height: 35px !important;
}

.extrabold {
    font-family: "Poppins" !important;
    font-weight: 900;
}

.bold {
    font-family: "Poppins" !important;
    font-weight: 700;
}

.font-medium {
    font-family: "Poppins" !important;
    font-weight: 400;
}

#logo img {
    width: clamp(80px, 40%, 200px) !important;
}

#mainMenu nav > ul > li > a {
    display: inline-block;
}

.svg-icon-header {
    margin: 0 10px !important;
    cursor: pointer;
}

.svg-icon-header img {
    height: 24px !important;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    filter: invert(32%) sepia(83%) saturate(1978%) hue-rotate(341deg) brightness(94%) contrast(89%);
    transition: all ease .4s;
}

.svg-icon-header.active a,
.svg-icon-header:hover a {
    border: solid 2px #ffffff;
    background-color: #ff7262 !important;
}

.svg-icon-header.active a img,
.svg-icon-header:hover a img {
    filter: invert(100%) sepia(0%) saturate(369%) hue-rotate(233deg) brightness(120%) contrast(100%);
}

.svg-icon-header a {
    padding: 0 !important;
    background-color: #ffffff;
    border: solid 2px #ff7262 !important;
    border-radius: 7px !important;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all ease .4s;
}

.svg-icon-header a

.svg-icon-name-container {
    position: absolute;
    right: 10px;
    top: 0;
    height: 40px;
}

.svg-icon-name-container img {
    position: relative;
    z-index: 1;
    top: 0;
}

.svg-icon-name-container span {
    position: relative;
    z-index: 2;
    top: -80px;
    left: 25px;
}

.mainMenu-open nav ul .svg-icon-header {
    text-align: center;
}

.mainMenu-open nav ul .svg-icon img {
    text-align: center;
    margin-top: 10px;
}

.mainMenu-open nav ul .svg-icon .svg-icon-1 img {
    margin-top: 40px;
}

.mainMenu-open nav ul li #svg-icono-mt {
    margin-top: 55px;
}

.mainMenu-open nav ul .svg-icon-header .svg-icon-name-container {
    position: absolute;
    width: 100%;
    height: 40px;
}

.mainMenu-open nav ul .svg-icon-header .svg-icon-name-container img {
    position: relative;
    top: 0;
    left: 0;
}

.mainMenu-open nav ul .svg-icon-name-container span {
    position: relative;
    top: 1px;
    left: -120px;
    z-index: 1;
}

.btn-rojo {
    display: inline-block !important;
    text-align: center;
    vertical-align: middle;
    background-color: #ff7262 !important;
    padding: 10px 30px !important;
    border: 2px solid #ff7262 !important;
    border-radius: 0 !important;
    font-family: "Poppins" !important;
    font-size: 0.8rem !important;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.btn-rojo:hover {
    color: #ff7262 !important;
    border-color: #ff7262 !important;
    background-color: #FFF !important;
}

.btn-rojo:hover a {
    color: #ff7262 !important;
}

.btn-verde {
    display: inline-block !important;
    text-align: center;
    vertical-align: middle;
    background-color: #8ec9a0 !important;
    padding: 10px 30px !important;
    border: 2px solid #ffffff !important;
    border-radius: 0 !important;
    font-family: "Poppins" !important;
    font-size: 0.8rem !important;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.btn-verde:hover {
    color: #8ec9a0 !important;
    border-color: #8ec9a0 !important;
    background-color: #FFF !important;
}

.btn-verde:hover a {
    color: #8ec9a0 !important;
}

.btn-blanco {
    display: inline-block !important;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff !important;
    padding: 10px 30px !important;
    color: #ff7262 !important;
    border: 2px solid transparent !important;
    border-radius: 10px !important;
    font-family: "Poppins" !important;
    font-size: 12px !important;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.btn-blanco:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background-color: #ff7262 !important;
}

.btn-azul {
    display: inline-block !important;
    text-align: center;
    vertical-align: middle;
    background-color: #000c1f !important;
    padding: 10px 30px !important;
    border: 1px solid #ffffff !important;
    font-family: "Montserrat Bold" !important;
    font-size: 0.8rem !important;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.btn-azul:hover {
    color: #0e2547 !important;
    border-color: #0e2547 !important;
    background-color: #FFF !important;
}

.btn-azul:hover a {
    color: #0e2547 !important;
}

.label-form {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1rem !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2em + .45rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #00d387 !important;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 0 !important;
    border: 1px solid #00d387;
    margin-bottom: 20px;
}

.form-control:focus {
    color: #1e2022;
    background-color: transparent;
    border-color: #00d387;
    outline: 0;
    box-shadow: none, 0 0 0 .2rem none;
}

.form-textarea {
    color: #0e2547;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #0e2547;
    width: 100%;
    margin-bottom: 20px;
}

.form-textarea:focus {
    border: none;
}

.title-login {
    line-height: 120%;
    text-align: center;
    margin-bottom: 30px !important;
    font-size: 1.1rem;
}

#logueado {
    margin-top: 20px;
    background: #fff;
    padding: 15px;
    border: solid 1px #d1012a;
    border-radius: 4px;
}

.logueado {
    line-height: 120%;
    font-size: 12px !important;
    margin-bottom: 0;
}

.footer-blanco {
    background-color: #FFF !important;
}

#footer img {
    max-width: 140px;
    max-height: 25px;
}

.container.mr-1 {
    margin-right: 1% !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 10% !important;
}

.mr-3 {
    margin-right: 3%;
}

.mb-05 {
    margin-bottom: 5% !important;
}

.mb-1 {
    margin-bottom: 10%;
}

.mt-02 {
    margin-top: 2% !important;
}

.mt-05 {
    margin-top: 5%;
}

.mt-15 {
    margin-top: 15%;
}

.lh-120 {
    line-height: 120%;
}

.container-form-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 50px;
}

.home-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.home-container img {
    position: absolute;
    top: 10%;
    left: 0;
}

.cartel-inicio button,
.btn-final {
    display: inline-block !important;
    text-align: center;
    vertical-align: middle;
    background-color: #e5413a !important;
    padding: 10px 30px !important;
    border: 2px solid #e5413a !important;
    border-radius: 0 !important;
    font-family: "Poppins" !important;
    font-size: 0.8rem !important;
    line-height: 1.5;
    margin-top: 10px;
    color: #ffffff !important;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.cartel-inicio button:hover,
/* .cartel-inicio a:hover, */
.btn-final:hover {
    border: 2px solid #e5413a !important;
    color: #e5413a !important;
    background-color: #ffffff !important;
}

.container-card {
    width: 580px;
    height: 707px;
    position: relative;
    margin: auto;
    margin-top: 10%;
}

.container-card img {
    position: absolute;
    top: 0;
    left: 0;
}

.container-card p {
    position: absolute;
    z-index: 1;
    padding: 100px 60px;
}

.margin-auto {
    margin: auto !important;
}

.mt-2 {
    margin-top: 12% !important;
}

.fs-18 {
    font-size: 18px;
}

.fs-22 {
    font-size: 22px;
}

.fs-18 {
    font-size: 18px;
}

.opciones-container {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
    row-gap: 0;
    width: 100%;
    height: 80%;
}

.position-relative {
    position: relative;
}

.opciones-container img {
    max-width: 350px !important;
    cursor: pointer;
}

.opciones-warn img {
    width: 450px !important;
    position: absolute;
    bottom: -18px;
    left: 30%;
    z-index: 1;
}

.d-flex {
    display: flex;
}

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

.align-end {
    align-items: flex-end;
}

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

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

body.breakpoint-lg.home-container img {
    width: 600px !important;
}

nav {
    margin-top: 13px;
}

.nombre-menu {
    padding: 5px;
    padding-right: 10px;
    margin-right: 10px;
    border: none;
    height: 40px;
    border-radius: 0 !important;
    border-right: solid 1px #3c3c3c;
}

.nombre-menu p {
    text-align: right;
    line-height: 115%;
    font-size: 14px;
    color: #ff7262 !important;
}

.nombre-menu p span {
    font-weight: 600;
    font-size: 17px;
}

@media (max-width:970px) {
    .label-form {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 4px;
    }

    .regalo-container {
        flex-wrap: wrap
    }

    .inputs-regalos p {
        color: #FFF !important;
        margin-bottom: 20px !important;
    }

    .container-form-right.col-lg-4 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .opciones-img {
        margin-top: 20% !important;
    }

    .opciones-warn img {
        width: 450px !important;
        position: absolute;
        bottom: 45px;
        left: 90px;
        z-index: 1;
    }

    .home-container {
        width: 100% !important;
        height: 400px;
    }

    .home-container a {
        top: 210px;
        left: 52px !important;
        padding: 5px 15px !important;
    }

}

@media (max-width:576px) {
    .home-container {
        width: 500px;
        height: 400px;
    }

    .home-container a {
        top: 210px;
        left: 52px !important;
        padding: 5px 15px !important;
    }

    .opciones-warn img {
        width: 340px !important;
        position: absolute;
        bottom: 30px;
        left: 65px;
        z-index: 1;
    }

    .modal-fondo {
        height: 500px;
        width: 100% !important;
    }

    .modal-atencion-fondo {
        width: 370px !important;
    }

    .fs-22 {
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .modal-atencion-fondo .modal-texto hr {
        margin: 12px auto;
    }

    .fs-18 {
        font-size: 12px !important;
    }

    .fs-10 {
        font-size: 10px !important;
    }

    .modal-texto p {
        margin-bottom: 10px !important;
    }

    .modal-descripcion-fondo {
        height: 180px !important;
        width: 320px !important;
    }


    .modal-descripcion-texto p {
        margin-bottom: 2px;
    }

    .modal-fondo .btn-rojo {
        padding: 5px 15px !important;
    }

    #logo img {
        width: 139px !important;
        height: 80px !important;
    }

    .modal-descripcion-fondo span {
        right: -22px !important;
        padding: 0 !important;
        z-index: 777 !important;
    }

    .categorias{
        padding: 80px 23px 215px 23px !important;
    }

}

@media (max-width:520px) {
    .modal-descripcion-fondo span {
        padding: 0 104px !important;
    }

    .regalos-cartel-container {
        flex-direction: column;
    }

}

@media (max-width:420px) {
    .opciones-img {
        margin-top: 25% !important;
    }

    .opciones-warn img {
        width: 300px !important;
        position: absolute;
        bottom: 40px;
        left: 20px;
        z-index: 1;
    }

    .modal-atencion-fondo {
        height: 500px;
        width: 100% !important;
    }

    .modal-atencion-fondo .modal-texto {
        padding: 150px 25px 25px 45px;
    }

}

@media (max-width:380px) {
    .opciones-warn img {
        width: 300px !important;
        position: absolute;
        bottom: 20px;
        left: 10px;
        z-index: 1;
    }

    .modal-descripcion-fondo span {
        padding: 0 58px !important;
    }

}

@media (max-width:320px) {
    .mainMenu-open nav ul .svg-icon-name-container span {
        position: relative;
        top: -40px;
        left: 0;
        z-index: 1;
    }

    .home-container {
        width: 400px;
        height: 300px;
    }

    .home-container img {
        top: 10%;
        left: -20px;
        width: 400px;
    }

    .home-container a {
        top: 165px;
        left: 16px !important;
        padding: 4px 14px !important;
    }

    .opciones-warn img {
        width: 280px !important;
        position: absolute;
        bottom: 2px;
        left: -20px;
        z-index: 1;
    }

}

.powered {
    display: flex;
    align-items: baseline;
    justify-content: center;
    column-gap: 5px;
    margin: auto;
    margin-bottom: 10px;
}

.powered span {
    font-size: 0.8rem;
    line-height: 17px;
    color: black;
}

.powered-p {
    margin-bottom: 0 !important;
    font-family: "Montserrat Medium" !important;
    font-size: 11px;
    line-height: 120%;
}

.img-juego {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-juego img {
    width: 600px;
}

.regalos-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.regalos-texto-container {
    display: inline-block;
    width: 199px;
    background-color: #FFF;
    padding: 10px;
    margin-top: 5%;
    margin-bottom: 10%;
}

.regalos-texto-container p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 130%;
    color: #e5413a !important;
}

.regalos-texto-container a {
    line-height: 130%;
    color: #555353 !important;
    fill: #555353 !important;
    font-size: 13px;
    text-decoration: underline;
}

.seccion-regalos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 45px;
    align-items: start;
    justify-content: center;
    margin-top: 5%;
}

.sinstock {
    pointer-events: none;
    opacity: .5;
}

.overlay-celeste {
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
}

.modal-fondo {
    overflow: visible;
    background-color: transparent;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: auto;
}

.modal-descripcion-fondo {
    width: 600px !important;
    overflow: visible;
    background: #6dcb9f url(../assets/img/bg/bg-modal-carrito.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    padding: 40px;
    align-items: flex-start;
}

.modal-no-confirmaste{
    background: #f6904f !important;
}

.modal-no-confirmaste .modal-atencion-fondo{
    background: #ffffff !important;
    padding: 30px 20px;
}

.modal-no-confirmaste .modal-atencion-fondo p{
    color: #78777d !important;
    line-height: 125% !important;
 }

.modal-descripcion-data {
    display: flex;
    padding: 0;
    align-items: flex-start;
    justify-content: space-between;    
    width: 100%;
}

.modal-descripcion-data2 {
    display: flex;
    padding: 50px 30px 20px 30px;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
}

.modal-descripcion-data3 {
    display: flex;
    padding: 30px 30px 30px 30px;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: relative;
}

.modal-descripcion-data3 .modal-descripcion-texto {
    text-align: center !important;
}

.modal2 {
    padding-top: 100px !important;
}

.cruz {
    position: absolute;
    top: 85px;
    right: 34.5%;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
}

.sub {
    text-decoration: underline;
}

@media(max-width:700px) {
    .cruz {
        position: absolute !important;
        top: 5px;
        right: 15px;
    }

}

.cruz2 {
    position: absolute;
    top: -8px;
    right: 31px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
}

#popup5 .modal-descripcion-fondo {
    background-image: url(../assets/img/bg/juego-finalizado.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 500px;
    height: 350px;
    background-color: transparent !important;
    padding: 25px 75px !important;
}

#popup5 .modal-descripcion-texto {
    padding-top: 15px !important;
}

#popup5 .cruz2 {
    top: 28px !important;
    right: -12px !important;
}

@media (max-width:767px) {
    .modal-descripcion-fondo {
        margin-top: 60px;
    }

    .modalhelp{
        padding-top: 70px !important;
    }

}

@media (max-width:576px) {
    .cruz2 {
        top: 15px;
        right: 15px;
    }

}

.modal-descripcion-data3 .modal-descripcion-texto {
    width: 100% !important;
}

.modal-descripcion-texto {
    text-align: left;
    height: 100%;
    padding: 0;
    width: calc(100% - 225px);
    overflow: hidden;
}

.modal-descripcion-texto h4{
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
    line-height: 125%;
}


.modal-descripcion-texto p {
    margin-bottom: 4px;
    line-height: 125%;
    color: #ffffff !important;
    font-size: 13px;
}



.modal-descripcion-texto p.edad {
    font-size: 12px !important;
    color: #555353;
    margin-bottom: 10px;
}

/* .modal-descripcion-texto p.desc {
    color: #555353;
} */

/* .modal-descripcion-fondo span {
    color: #79b3a5 !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    position: relative;
    top: 0px;
    right: -10px;
    padding: 0 25px;
} */

.modal-descripcion-fondo .recuadro-modal {
    height: 198px;
    width: 198px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 15px; 
    position: relative;
}

.modal-descripcion-fondo .recuadro-modal img {
    max-height: 100%;
    max-width: 100%;
}

.modal-descripcion-fondo .recuadro-modal:after{
    content: url(../assets/img/bg/caritas.png);
    transform: scale(0.4);
    right: -53px;
    bottom: -53px;
    position: absolute;
}

.modal-descripcion-fondo .modal-puntos{
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.modal-descripcion-fondo .modal-puntos img{
    margin-right: 10px;
    width: 25px;
}

.modal-descripcion-fondo .modal-puntos h3{
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.modal-descripcion-fondo .modal-puntos span{
    font-size: 13px;
}

/* .modal-atencion-fondo {
    height: 400px;
    width: 500px;
    overflow: visible;
    background-image: url(../assets/img/bg/lightbox-regalo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: auto;
}

.modal-atencion-fondo .modal-texto {
    width: 100%;
    height: 100%;
    padding: 152px 50px 45px 78px;
}

.modal-atencion-fondo .modal-texto hr {
    background-color: #79b3a5;
    width: 65px;
    margin: 20px auto;
    height: 4px;
}

.modal-resumen-fondo {
    height: 400px;
    max-width: 550px;
    overflow: visible;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    background-color: #ffffff;
    height: auto;
    padding: 25px;
    border: solid 2px #ff7262;
    border-radius: 15px;
} */

.inputs-regalos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    background-color: #ffffff;
    border: solid 1px #e5413a;
    border-radius: 18px;
    width: 600px;
    padding: 10px 0;
    color: #e5413a;
}

.inputs-regalos div .label-form {
    margin-left: 0 !important;
}

.inputs-regalos .nombre {
    width: 50%;
    border-right: solid 1px #e5413a;
    padding: 0 10px;
    display: flex;
    justify-content: center;
}

.inputs-regalos .edad {
    width: 50%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
}

.inputs-regalos .edad label,
.inputs-regalos .nombre {
    margin-bottom: 0 !important;
}

option {
    background-color: transparent;
    border: none;
}

.checkout-container {
    padding: 40px 30px;
    background-color: #f9f6eb;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    border: none !important;
    border-radius: 0;
    position: relative;
}

.checkout-container::before {
    content: url(../assets/img/carrito/misce-carrito-03.png);
    position: absolute;
    top: -120px;
    left: -90px;
    transform: scale(.7);
}

.checkout-container::after {
    content: url(../assets/img/carrito/misce-carrito-04.png);
    position: absolute;
    top: -130px;
    right: -80px;
    transform: scale(.7);
}

.regalo-container .producto .image-producto {
    width: 130px;
    margin-right: 15px;
    background-color: #f9f6eb;
    padding: 10px;
    border: solid 1px #8ec9a0;
    border-radius: 10px;
}

.regalo-container .producto .image-producto img {
    max-width: 100%;
    max-height: 100%;
}

.section-resumen .borde-img {
    margin: 0 !important;
    width: 100%;
    padding: 0 !important;
}

.checkout-container .regalo .puntos,
.checkout-container .regalo .total {
    font-size: 15px;
}

.checkout-container .regalo .producto {
    width: 55%;
    text-align: center;
}

.checkout-container .regalo .puntos {
    width: 10%;
}

.checkout-container .regalo .cantidad .btn {
    background: transparent !important;
    padding: 0 12px;
    margin: 0;
    color: #e4413a;
    border: none;
    outline: none;
    font-size: 25px;
}

.checkout-container .regalo .cantidad .btn:hover,
.checkout-container .regalo .cantidad .btn:active {
    color: #00d387 !important;
}

.checkout-container .regalo .cantidad .visor {
    padding: 0px 7px;
    background-color: #e4413a;
    border-radius: 2px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-container .regalo .cantidad .visor p {
    font-size: 16px;
    margin-bottom: 0 !important;
    color: #ffffff;
}

.checkout-container .regalo .cantidad {
    width: 20%;
}

.checkout-container .regalo .total {
    width: 10%;
}

.checkout-container .regalo .producto,
.checkout-container .regalo .puntos,
.checkout-container .regalo .cantidad,
.checkout-container .regalo .total {
    display: flex;
    text-align: center;
    justify-content: center;
}

.checkout-container .nombre-regalo {
    color: #6fac8f !important;
    padding-left: 10px;
    margin-bottom: 10px !important;
    margin-top: 10px;
}

.checkout-container .detalle-regalo .text-blue.extrabold {
    color: #6fac8f !important;
    margin-bottom: 5px !important;
}

.checkout-container .detalle-regalo {
    width: calc(100% - 118px);
    text-align: left;
}

.regalo-container {
    border: 2px solid #3c3c3c;
    padding: 20px 10px;
    column-gap: 20px;
    align-items: flex-start;
    border-radius: 15px;
    background-color: #ffffff;
    display: flex;
}

.titulo-mobile{
    line-height: 125%;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    display: none;
}

.text-gray {
    color: #78777d !important;
}

.regalo-container .producto {
    margin-bottom: 10px;
}

.regalo-container .producto .regalo img {
    width: 100px !important;
    margin-right: 15px !important;
}

.resumen {
    min-height: 100%;
    background-color: #8ec9a0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
}

.resumen .advertencia {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.resumen .advertencia img {
    width: 40px;
    height: 40px;
    filter: invert(41%) sepia(48%) saturate(6631%) hue-rotate(342deg) brightness(96%) contrast(86%);
}

.resumen .advertencia p {
    margin-left: 10px;
    width: calc(100% - 50px);
    margin-bottom: 0;
    line-height: 125%;
    font-size: 13px;
}

.resumen .btn-rojo {
    border: solid 1px #ffffff !important;
}

.resumen .btn-azul {
    background-color: #ffffff !important;
    color: #e5413a !important;
}

.resumen .btn-azul:hover {
    border: solid 1px #ffffff !important;
    color: #ffffff !important;
    background-color: #e5413a !important;
}

.seguir-jugando {
    padding: 20px;
    max-width: 350px;
    margin: 0 auto;
    border: solid 2px #e5413a;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ebf5f2;
}

.seguir-jugando p {
    font-size: 15px;
    margin-bottom: 10px;
}

.none {
    background-color: transparent;
    border: none;
}

.carrito-vacio{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carrito-vacio img{
    width: 90px;
    opacity: 0.5;
    margin-bottom: 15px;
    filter: invert(92%) sepia(0%) saturate(501%) hue-rotate(134deg) brightness(95%) contrast(84%);
}

.h-50 {
    min-height: 40%;
}

.w-50 {
    width: 50%;
}

.checkout-cantidad {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    border-bottom: 2px solid #FFF;
}

.checkout-pregunta {
    padding-top: 20px;
}

.modal-checkout {
    width: clamp(300px, 35vw, 600px) !important;
}

.paso {
    background-color: #FFF;
    border-radius: 50px;
    width: 100%;
}

.bg-blanco-transp {
    background: rgba(255, 255, 255, .4);
    border-radius: 10px;
    padding: 0 2px 0 6px;
}

.repaudio {
    display: none;
    z-index: 0;
    position: absolute;
    bottom: -100px;
}

.regalo-sel {
    background-image: url(../assets/svg/regalos/regalo-selected.png);
    width: 200px;
    height: 160px;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.regalo-unsel img,
.regalo-sel img {
    max-width: 100%;
    max-height: 100%;
}

.regalo-unsel {
    background-image: url(../assets/svg/regalos/regalo-unselected.png);
    width: 200px;
    height: 160px;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.caja-juego {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
}

.juego-1 {
    background-image: url(../assets/img/juego/fondo-j1.png);
}

.juego-2 {
    background-image: url(../assets/img/juego/fondo-j2.png);
}

.juego-3 {
    background-image: url(../assets/img/juego/fondo-j3.png);
}

.juego-4 {
    background-image: url(../assets/img/juego/fondo-j4.png);
}

.juego-5 {
    background-image: url(../assets/img/juego/fondo-j5.png);
}

.reg {
    cursor: pointer;
    position: absolute;
    width: 4.6%;
    z-index: 80;
}

.regalo1 {
    top: 75%;
    left: 10%;
}

.regalo2 {
    top: 63%;
    left: 87%;
}

.regalo3 {
    top: 56%;
    left: 73%;
}

.regalo4 {
    top: 36%;
    left: 24%;
}

.regalo5 {
    top: 63%;
    left: 63.5%;
}

.arbusto {
    position: absolute;
    bottom: -9% !important;
    width: 100%;
    z-index: 70;
    pointer-events: none;
}

.planta {
    position: absolute;
    top: 60%;
    left: -10%;
    width: 40%;
    z-index: 90;
    pointer-events: none;
}

.desierto1 {
    position: absolute;
    bottom: 26% !important;
    right: -80%;
    width: 100%;
    z-index: 90;
    pointer-events: none;
}

.desierto2 {
    position: absolute;
    top: 58%;
    left: 85%;
    width: 40%;
    z-index: 70;
    pointer-events: none;
}

.mar1 {
    position: absolute;
    bottom: 27% !important;
    right: -73%;
    width: 100%;
    z-index: 90;
    pointer-events: none;
}

.playa1 {
    position: absolute;
    bottom: 35% !important;
    right: -16%;
    width: 100%;
    z-index: 90;
    pointer-events: none;
    transform: scale(0.8);
}

.noche1 {
    position: absolute;
    bottom: 8% !important;
    right: -33%;
    width: 100%;
    z-index: 90;
    pointer-events: none;
    transform: scale(0.8);
}

.link-menu-mobile {
    display: none;
}

@media(max-width:991px) {
    .link-menu-mobile {
        display: flex;
        padding-top: 3px;
        margin-left: 15px;
    }

    .svg-icon-header a {
        display: flex !important;
        align-items: center;
    }

    .nombre-menu {
        display: none;
    }

    .container-juego-mobile {
        min-height: 100vh !important;
    }

    .section-resumen .container {
        max-width: 100% !important;
        padding: 0 40px !important;
    }

    .regalo-container .producto .image-producto {
        width: 118px;
    }

}

@media(max-width:700px) {
    .caja-juego {
        display: none;
    }

    .modal-descripcion-data::before {
        display: none;
    }

    .modal-descripcion-data {
        position: relative;
    }

}

#progreso .cls-1 {
    fill: #fff;
}

#progreso .cls-2 {
    fill: #d1012a;
}

#progreso .cls-3 {
    fill: #d71b38;
}

#progreso .cls-4 {
    fill: none;
    stroke: #00d386;
    stroke-miterlimit: 10;
    stroke-width: 1.35px;
}

#progreso .cls-5 {
    fill: #d00029;
}

#progreso .cls-6 {
    fill: #fec001;
}

#progreso .cls-7 {
    fill: #94022b;
}

#progreso .cls-8 {
    fill: #94042d;
}

#progreso .cls-9 {
    fill: #fec207;
}

#progreso .cls-10 {
    fill: #e29603;
}

#progreso .cls-11 {
    fill: #7ccbf3;
}

#progreso .cls-12 {
    fill: #df2027;
}

#error-datos,
#error-validar,
#error-vacio {
    margin-top: 20px;
    margin-bottom: 10px;
    background: #fff;
    padding: 15px;
    border: solid 1px #d1012a;
    border-radius: 4px;
}

.fs-20 {
    font-size: 20px;
}

.pointer {
    cursor: pointer;
}

.form-select {
    background-image: url(../assets/svg/flecha.svg);
}

.btn-rojo.disabled,
.btn-rojo[disabled] {
    opacity: .3;
    pointer-events: none;
}

.btn-azul.disabled,
.btn-azul[disabled] {
    opacity: .3;
    pointer-events: none;
}

option {
    font-size: 1.3rem;
}

@media (min-width:576px) {
    .container-big,
    .container-big-sm {
        max-width: 560px;
        padding: 0;
    }

}

@media (min-width:768px) {
    .container-big,
    .container-big-sm,
    .container-big-md {
        max-width: 740px;
        padding: 0;
    }

}

@media (min-width:992px) {
    .container-big,
    .container-big-sm,
    .container-big-md,
    .container-big-lg {
        max-width: 960px;
    }

}

@media (min-width:1200px) {
    .container-big,
    .container-big-sm,
    .container-big-md,
    .container-big-lg,
    .container-big-xl {
        max-width: 1140px;
    }

}

@media (max-width:768px) {
    .regalo7 {
        top: 57%;
        width: 4%;
    }

    .paquete {
        top: 61%;
        width: 3.6%;
    }

    .regalo2 {
        top: 30%;
        width: 3%;
    }

    .regalo3 {
        top: 49%;
        width: 3%;
    }

}

/* cambios 2022*/

/*MENU*/
.icon-resumen {
    height: 30px !important;
    width: 130px;
    padding-top: 15px;
}

.lines,
.lines::after,
.lines::before {
    background-color: #0c344a !important;
}

/*LOGIN*/
.contenedor-login {
    background-image: url(../assets/img/bg/bg-login.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: calc(100vh - 74px);
    padding: 80px 40px;
}

.logo-navidad {
    max-width: 240px;
    margin-bottom: 20px;
}

.login-left {
    width: 70%;
}

.login-right {
    max-width: 485px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;    /* padding: 180px 40px 20px 40px; */
}

.login-right form {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 1px -2px 16px 0px rgba(85, 83, 83, 0.35);
    -webkit-box-shadow: 1px -2px 16px 0px rgba(85, 83, 83, 0.35);
    -moz-box-shadow: 1px -2px 16px 0px rgba(85, 83, 83, 0.35);
}

@media (max-width:700px) {
    .contenedor-login,
    .contenedor-ayuda {
        flex-direction: column !important;
    }

    .bg-login,
    .bg-ayuda {
        display: none;
    }

    .contenedor-login {
        background-color: #0c344a;
        padding-top: 155px;
        height: auto !important;
        padding-bottom: 50px;
    }

    .contenedor-index{
        padding: 70px 25px !important;
    }

    .contenedor-ayuda {
        background-color: #ffffff;
        padding-top: 40px;
        height: auto !important;
        padding-bottom: 50px;
    }

    .login-right {
        background-color: transparent;
    }

    .login-left,
    .login-right {
        width: 80%;
        margin: 0 auto;
    }

}

@media (max-width:400px) {
    .login-left,
    .login-right {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }

    .logo-navidad {
        max-width: 80%;
    }

}

/*OPCIONES*/
.contenedor-opciones {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 30px 0 0 0;
}

.opcion-left,
.opcion-right {
    background-color: #111a29;
    border: solid 4px #111a29;
    width: 380px;
    height: 250px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 40px 20px 40px 20px;
}

.opcion-left:hover,
.opcion-right:hover,
.opcion-left:active,
.opcion-right:active {
    border: solid 4px #ffffff;
}

.titular {
    color: #ffffff;
    font-size: 35px;
    line-height: 125%;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0 !important;
    width: fit-content;
}

.subrayado {
    width: 256px !important;
    max-width: auto !important;
    margin-bottom: 15px;
}

.texto {
    color: #ffffff;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
}

.home {
    background-image: url(../assets/img/bg/bg-opciones.png);
    background-size: cover !important;
    background-repeat: no-repeat;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - 74px);
}

.home .ilustracion {
    position: absolute;
    right: -87px;
    bottom: -75px;
    width: 816.3px;
    height: 611.6px;
    transform: scale(.8);
}

.home .contentModal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    align-items: center;
    justify-content: center;
}

.home .contentModal.mostrar,
.modal.mostrar {
    display: flex;
}

.modalhelp .modal-descripcion-fondo,
.modalcanjear .modal-descripcion-fondo {
    background-color: #f6904f !important;
    max-width: 650px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.modal-descripcion-fondo{
    position: relative;
}

.modalcanjear .modal-descripcion-fondo{
    background-image: none !important;
}

.modal-descripcion-fondo .btnClose{
    position: absolute;
    right: 10px;
    top: 10px;
    filter: invert(100%) sepia(2%) saturate(391%) hue-rotate(250deg) brightness(114%) contrast(100%);
}

.modalhelp .modal-descripcion-fondo:after,
.modalcanjear .modal-descripcion-fondo:after {
    content: url(../assets/img/bg/rulo.png);
    top: -70px;
    left: -170px;
    position: absolute;
    transform: scale(.4);
}

.modalhelp .modal-descripcion-fondo:before,
.modalcanjear .modal-descripcion-fondo:before {
    content: url(../assets/img/bg/caritas.png);
    bottom: 0;
    right: 0;
    position: absolute;
    transform: scale(.5);
}

.modalhelp .btnClose,
.modalcanjear .btnClose {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    filter: invert(99%) sepia(77%) saturate(2%) hue-rotate(173deg) brightness(107%) contrast(100%);
}

.modalhelp .bodyModal,
.modalcanjear .bodyModal {
    background-color: #ffffff;
    border-radius: 7px;
    padding: 35px;
}

.modalhelp .bodyModal .text-01{
    color: #78777d;
    font-size: 15px;
    line-height: 130%;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: solid 0.5px #000000;
}

.modalcanjear .botones{
    display: flex;
    align-items: center;
    justify-content: center;
}

.modalcanjear .bodyModal .text-01 {
    color: #78777d !important;
    margin-bottom: 25px;
    font-size: 18px;

}

.modalhelp .text-02 {
    color: #f6904f;
    font-size: 17px;
    line-height: 125%;
    text-align: center;
    margin-bottom: 0;
}

.modalhelp .text-02 a {
    color: #f6904f;
    text-decoration: underline;
    transition: all ease .3s;
}

.modalhelp .text-02 a:hover {
    color: #f6904f;
    text-decoration: none;
}

.home .container {
    height: 100% !important;
}

@media (max-width:992px) {
    .home {
        height: auto !important;
    }

    .checkout-container .regalo .producto {
        width: 50%;
    }

}

@media(max-width:970px) {
    .btn-eliminar {
        width: 85px;
        margin: 0 auto;
    }

}

@media (max-width:440px) {
    .titular {
        font-size: 18px;
    }

    .texto {
        font-size: 12px;
    }

}

/*CATEGORIAS*/
.categorias {
    background-image: url(../assets/img/categorias/bg-categorias.png);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    display: flex !important;
    justify-content: center;
    padding: 80px 40px 215px 40px;
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - 74px);
}

.categorias .tab-content{
    position: relative;
}

.categorias .tab-content .btnAlCarrito{
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 55px;
    padding-top: 20px;
}


.tab-content:before {
    content: url(../assets/img/categorias/misce-01-cat.png);
    position: absolute;
    bottom: -246px;
    left: -80px;
    transform: scale(.8);
}

.tab-content:after {
    content: url(../assets/img/categorias/misce-02-cat.png);
    position: absolute;
    top: -256px;
    right: -86px;
    transform: scale(.6);
}

.categorias .encabezado-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
}

.categorias .nav {
    margin-bottom: 120px;
}

.categorias .encabezado-logo img {
    max-height: 100%;
    max-width: 100%;
    position: relative;
}

.categorias .encabezado-logo:before {
    content: url(../assets/img/categorias/estrellas-01.png);
    position: absolute;
    left: 330px;
    transform: scale(.5);
}

.categorias .encabezado-logo:after {
    content: url(../assets/img/categorias/estrellas-02.png);
    position: absolute;
    right: 330px;
    transform: scale(.5);
}

.categorias .contentCat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.categorias .contentCat .categoria {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 170px;
    transition: all ease .4s;
    -webkit-filter: drop-shadow(5px 5px 0 transparent)
    drop-shadow(-4px -4px 0 transparent);
    filter: drop-shadow(5px 5px 0 transparent)
    drop-shadow(-4px -4px 0 transparent);
    margin: 15px;
    border: none !important;
    background: transparent !important;
}

.categorias .contentCat .categoria p {
    color: #78777d;
    font-size: 16px;
    margin-bottom: 0 !important;
    line-height: 120%;
}

.categorias .contentCat .categoria img {
    max-width: 140px;
    -webkit-filter: drop-shadow(2px 2px 0 #00000060)
    drop-shadow(-1px -1px 0 #00000060);
    filter: drop-shadow(2px 2px 0 #00000060)
    drop-shadow(-1px -1px 0 #00000060);
    transition: all ease .4s;
}

.categorias .contentCat .categoria:hover img,
.categorias .contentCat .categoria.active img,
.categorias .titular img {
    -webkit-filter: drop-shadow(2px 2px 0 #b20732)
    drop-shadow(-1px -1px 0 #b20732);
    filter: drop-shadow(2px 2px 0 #b20732)
    drop-shadow(-1px -1px 0 #b20732);
}

.categorias .tab-content {
    background-color: #bedec4;
    border-radius: 15px;
    padding: 0px 20px 20px 20px;
    margin-top: 40px;
}

.categorias .nav-tabs {
    border-bottom: 0 !important;
}

.categorias .titular {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -75px;
    width: 100%;
    pointer-events: none;
}

.categorias .titular h2 {
    color: #ffffff;
    background-image: url(../assets/img/categorias/bg-title.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 20px;
    padding: 5px 35px;
    margin-top: 20px;
}

.categorias .contenedorProductos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    top: -20px;
}

.categorias .producto {
    width: 270px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 15px;
    position: relative;
}

.categorias .producto .puntos {
    width: 80px;
    height: 80px;
    background-image: url(../assets/img/categorias/nube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -20px;
    top: -40px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categorias .producto .puntos p {
    color: #ffffff;
    line-height: 100%;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    top: 5px;
}

.categorias .producto .puntos p span {
    font-size: 21px !important;
}

.categorias .producto .top {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: solid 2px #3c3c3c;
    border-radius: 10px;
    z-index: 2;
    position: relative;
}

.categorias .producto .top img {
    max-width: 100%;
    max-height: 100%;
}

.categorias .producto .bottom {
    border-radius: 0 0 15px 15px;
    background-color: #f9f6eb;
    border: solid 2px #3c3c3c;
    padding: 50px 15px 35px 15px;
    z-index: 1;
    position: relative;
    top: -20px;
    text-align: center;
}

.categorias .producto .bottom p {
    color: #78777d;
    text-align: center;
    line-height: 125%;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.categorias .producto .botones {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: -40px;
    border: solid 1px #3c3c3c;
    border-radius: 30px;
    padding: 0;
    height: 35px;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 3;
}

.categorias .producto .botones .agregar,
.modal-descripcion-texto .agregar {
    background-color: #b20732;
    padding: 2px 13px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 11px;
    border: none;
    border-radius: 25px;
    outline: none;
    height: 100%;
    transition: all ease .4s;
}

.modal-descripcion-texto .agregar {
    padding: 4px 12px !important;
    font-size: 12px !important;
    width: 100% !important;
}

.categorias .producto .botones .agregar:hover,
.modal-descripcion-texto .agregar:hover {
    background-color: #d7053a;
}

.modal-descripcion-texto .advertencia{
    border: solid 2px #ffffff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center ;
}

.modal-descripcion-texto .advertencia img{
    margin-right: 10px;
    width: 40px;
    filter: invert(100%) sepia(2%) saturate(391%) hue-rotate(250deg) brightness(114%) contrast(100%);
}

.modal-descripcion-texto .advertencia p{
    width: calc(100% - 50px);
    margin-bottom: 0;
    text-transform: uppercase;
}

.categorias .producto .botones .agregar.disabled {
    opacity: .3;
}

.categorias .producto .botones .cantidad {
    color: #b20732;
    font-weight: 600;
    padding: 0 5px;
    width: 29px;
    text-align: center;

}

.btn-sumar, .btn-restar{
    line-height: 12px;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    font-size: 15px;
    font-weight: 600;
    border: solid 1px transparent;
    background-color: #8ec9a0;
    color: #ffffff;
    transition: all ease .3s;
}

.btn-sumar:hover, .btn-restar:hover{
    border: solid 1px #6cca88;
    background-color: #f3f5f4;
    color: #6cca88;
}

.btn-sumar.disabled, .btn-restar.disabled{
    opacity: 0.5;
    border: solid 1px transparent !important;
    background-color: #8ec9a0 !important;
    color: #ffffff !important;

}



.categorias .producto  .btnModal {
    color: #b20732;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0 15px;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
}

.categorias .producto  .btnModal:hover {
    color: #d7053a;
}

/*JUEGOS*/
.bg-juego {
    background-image: url(../assets/img/bg/bg-juegos.png);
}

.reno {
    max-width: 81px;
    position: relative;
    top: 51px;
}

.chimenea {
    max-width: 75px;
    position: relative;
    top: 51px;
}

.barra::after {
    content: "";
    background-image: url(../assets/img/juego/chimenea.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 52px;
    position: relative;
    top: 0px;
    right: 0;
}

.contenedor-img-juego img,
.contenedor-img-juego {
    max-width: 100%;
}

/*REGALOS OPCIONES*/
#slider {
    position: relative;
}

.luces {
    position: absolute;
    top: 0;
}

.luces-left {
    left: -111px;
    transform: scale(0.6);
}

.luces-right {
    right: 0;
    transform: scaleX(-1);
}

.regalos-cartel-container {
    max-width: 670px;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    margin: 0 auto 44px;
    border: solid 2px #a1cac4;
    border-radius: 15px;
    padding: 10px 15px;
}

.regalos-cartel-container p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 130%;
    text-align: left;
}

.regalos-cartel-container p span {
    font-weight: 500;
    color: #e5413a;
}

.mobile {
    display: none;
}

@media (max-width:700px) {
    .mobile {
        display: flex;
        height: auto !important;
        background: #ff7262;
    }

    .mobile p {
        color: #ffffff !important;
        text-align: center !important;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 80px;
    }

    .desktop {
        display: none;
    }

}

@media (max-width:500px) {
    .regalos-cartel-container {
        width: 100%;
        max-width: 100%;
    }

    .desktop {
        height: 180px !important;
    }

    .regalos-cartel-container img {
        max-height: 150px !important;
    }

    .regalos-cartel-container p {
        font-size: 13px;
    }

}

@media (max-width:380px) {
    .desktop {
        height: 220px !important;
    }

    .regalos-cartel-container p {
        font-size: 12px;
    }

}

/*RESUMEN*/
.section-resumen {
    background-image: url(../assets/img/carrito/bg-carrito.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh !important;
    padding: 250px 40px 190px 40px !important;
}

.section-resumen::after {
    content: url(../assets/img/carrito/nube-logo.png);
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    transform: scale(.6);
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.section-resumen::before {
    content: url(../assets/img/carrito/misce-carrito-01.png);
    position: absolute;
    bottom: -116px;
    right: 0px;
    transform: scale(.6);
    z-index: 10;
}

.section-resumen .container::before {
    content: url(../assets/img/carrito/misce-carrito-02.png);
    position: absolute;
    bottom: -75px;
    left: 0px;
    transform: scale(.6);
    z-index: 10;
}

.section-resumen .flickity-viewport {
    min-height: 0 !important;
}

.cabecera {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-align: center !important;
    justify-content: space-between;
}

.cabecera .ccard {
    border: solid 2px #e4413a;
    border-radius: 10px;
    padding: 5px;
}

.cabecera .ccard.producto {
    width: 55%;
}

.cabecera .ccard.puntos,
.cabecera .ccard.total {
    width: 10%;
}

.cabecera .ccard.cantidad {
    width: 20%;
}

.cabecera .ccard p {
    margin-bottom: 0;
    color: #78777d;
    font-weight: 600;
    width: 100%;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

.cabecera .ccard.resumen {
    background-color: #8ec9a0;
    border: solid 2px #8ec9a0;
    color: #ffffff !important;
    width: 100% !important;
}

.cabecera .ccard.resumen p {
    color: #ffffff !important;
}

.btn-eliminar p:hover,
.btn-eliminar p:active {
    color: #00d386 !important;
}

.btn-eliminar p:hover svg,
.btn-eliminar p:active svg {
    fill: #00d386 !important;
}

.btn-eliminar {
    width: 85px;
}

.btn-eliminar p svg {
    fill: #ff7262;
    width: 13px;
    height: 13px;
    margin-right: 2px;
    transition: all ease .3s;
}

.btn-eliminar p {
    margin-bottom: 0 !important;
    transition: all ease .3s;
    display: flex;
    align-items: center;
}

/*CONFIRMACION DE PEDIDO*/
.bg-confirmacion-pedido {
    background-image: url(../assets/img/bg/bg-confirmacion.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 74px);
    padding: 80px 40px;
}

.bg-confirmacion-pedido .cartel-inicio {
    margin-top: 0 !important;
    position: relative;
}

.bg-confirmacion-pedido .cartel-inicio h3 {
    color: #ffd747;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
}

.bg-confirmacion-pedido .cartel-inicio p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 130%;
}

@media (max-width:600px) {
    .bg-confirmacion-pedido .cartel-inicio {
        width: 100%;
    }

    .bg-confirmacion-pedido .cartel-inicio h2 {
        font-size: 18px;
        line-height: 130%;
    }

}

/*INICIO*/
.section-home {
    background-image: url(../assets/img/bg/bg-inicio.png);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    min-height: calc(100vh - 74px);
    padding: 80px 40px;
}

.section-home .flickity-enabled {
    min-height: 100% !important;
    height: 100% !important;
}

.cartel-inicio {
    background-color: #ffffff;
    height: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 500px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 60px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 9px -9px 0px 0px rgba(155,161,222,1);
    -webkit-box-shadow: 9px -9px 0px 0px rgba(155,161,222,1);
    -moz-box-shadow: 9px -9px 0px 0px rgba(155,161,222,1);
}

.cartel-inicio img{
    width: 80px;
    margin-bottom: 25px;
}

.cartel-inicio h2 {
    color: #ff6d6d;
    font-size: 21px;
    font-weight: 700;
    line-height: 125%;
}

.cartel-inicio p {
    font-size: 13px;
    color: #78777d;
    line-height: 130%;
}

.cartel-inicio a {
    color: #78777d;
    font-weight: 600;
    text-decoration: underline;
    transition: all ease .3s;
}

.cartel-inicio a:hover {
    color: #ff6d6d !important;
    text-decoration: underline !important;
}

.cartel-inicio::before{
    content: url(../assets/img/bg/misce-confirmacion2.png);
    position: absolute;
    top: 0;
    left: -170px;
    pointer-events: none;
    transform: scale(0.7);
}

.cartel-inicio::after{
    content: url(../assets/img/bg/misce-confirmacion.png);
    position: absolute;
    top: 0;
    right: -240px;
    pointer-events: none;
    transform: scale(0.6);
}


@media (max-width:600px) {
    .cartel-inicio {
        width: 100%;
    }

    .container {
        max-width: 100% !important;
    }

}

/*SECTION AYUDA*/
.bg-ayuda {
    background-image: url(../assets/img/soporte/bg-soporte.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 74px);
    min-width: 100%;
    padding: 80px 40px;
    position: relative;
}

.bg-ayuda:after {
    content: url(../assets/img/soporte/logo-soporte.png);
    position: absolute;
    top: -35px;
    right: -70px;
    transform: scale(.75);
    pointer-events: none;
}

.slide.ayuda .login-right:after {
    content: url(../assets/img/soporte/misce-soporte-02.png);
    position: absolute;
    bottom: -95px;
    right: -107px;
    transform: scale(.6);
    pointer-events: none;
}

.slide.ayuda .login-right:before {
    content: url(../assets/img/soporte/misce-soporte-01.png);
    position: absolute;
    bottom: -150px;
    left: -110px;
    transform: scale(.6);
    pointer-events: none;
}

.login-right .form-control {
    display: block;
    width: 100%;
    height: calc(2em + 0.45rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0d2445 !important;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 0 !important;
    border: 1px solid #0d2445;
    margin-bottom: 20px;
}

/*Restyle 2023*/

/*pantalla opciones*/
.contenedor-opciones .card-opcion {
    padding: 40px 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all ease .3s;
    background-color: #ff7262;
}

.contenedor-opciones .card-opcion .logo {
    max-width: 215px;
}

.contenedor-opciones .card-opcion .textos span {
    padding: 3px 15px;
    border: solid 1px #ffffff;
    border-radius: 15px;
    font-size: 12px;
    color: #ffffff;
    transition: all ease .3s;
}

.contenedor-opciones .card-opcion.opcion-02:hover .textos span {
    color: #c5a873;
    background-color: #ffffff;
}

.contenedor-opciones .card-opcion.opcion-02:hover {
    background-color: hsl(39, 41%, 71%);
}

.contenedor-opciones .card-opcion.opcion-01:hover .textos span {
    color: #ed6f79;
    background-color: #ffffff;
}

.contenedor-opciones .card-opcion.opcion-01:hover {
    background-color: hsl(355, 78%, 78%);
}

.contenedor-opciones .card-opcion .textos hr {
    margin: 20px 0;
    height: 3px;
    width: 70px;
    background-color: #ffffff;
}

.contenedor-opciones .card-opcion .textos p {
    font-size: 17px;
    color: #ffffff;
    line-height: 125%;
    margin-bottom: 0 !important;
}

.contenedor-opciones .atencion {
    max-width: 260px;
    position: relative;
    bottom: -75px;
}

.contenedor-opciones .nube-logo-navidad {
    max-width: 400px;
}

@media (max-width:580px) {
    .contenedor-opciones .card-opcion {
        padding: 50px 30px;
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        flex-direction: column;
    }

    .categorias .tab-content .btnAlCarrito {
        justify-content: flex-end;
        padding-right: 0;
        position: relative;
        left: 0;;
        padding-top: 90px;
    }

    .categorias .tab-content .btnAlCarrito a{
        position: relative;
        top: -65px;
    }

    .categorias .titular {
        top: -60px;
    }

    .contenedor-opciones .card-opcion .textos {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

    .contenedor-opciones .card-opcion .logo {
        max-width: 100%;
    }

    .contenedor-opciones .card-opcion img {
        margin-bottom: 20px;
    }

    .titular {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 0 !important;
    }

    .contenedor-opciones .card-opcion .textos p {
        font-size: 13px;
    }

    .contenedor-opciones .card-opcion .textos hr {
        width: 20%;
    }

    .contenedor-opciones .nube-logo-navidad {
        max-width: 100%;
    }

}

@media (max-width:510px) {
    .cartel-inicio {
        margin: 0 auto;
    }

}

@media (max-width:380px) {
    .contenedor-opciones .atencion {
        max-width: 100%;
    }

}

/*Pantalla juego-home*/
.section-home .cartel {
    position: absolute;
    bottom: 0 !important;
    right: 23%;
    z-index: 100;
    max-width: 193px;
}

.section-home {
    position: relative;
}

/*Section información Anti-Bullying*/

.bg-info-ab {
    background: #9ba1de;
    min-height: 765px !important;
    min-width: 100%;
    padding: 80px 40px;
    position: relative;
}

.bg-info-ab:before{
    content: url(../assets/img/info/nube.png);
    position: absolute;
    top: -136px;
    right: -231px;
    transform: scale(0.6);
}

.bg-info-ab:after{
    content: url(../assets/img/bg/logo-vuelta.png);
    position: absolute;
    top: -18px;
    right: -101px;
    transform: scale(0.4);
    z-index: 3;
}

.bg-info-ab h1{
    color: #ffffff;
    margin-bottom: 0;
    font-size: 35px;
    position: relative;
    width: fit-content;
}

.bg-info-ab h1:after {
    content: url(../assets/img/carrito/misce-carrito-04.png);
    position: absolute;
    top: -48px;
    right: -60px;
    transform: scale(0.4);
}

.bg-info-ab .recuadro-amarillo{
    border: solid 2px #f3c472;
    padding: 25px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bg-info-ab .recuadro-amarillo .side-left{
    padding-right: 20px;
    max-width: calc(100% - 110px);
}

.bg-info-ab .recuadro-amarillo p{
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0 !important;
    line-height: 140%;
    font-size: 17px;
}

.bg-info-ab .recuadro-amarillo p a{
    color: #ffffff !important;
    text-decoration: underline !important;
    transition: all ease .3s;
}

.bg-info-ab .recuadro-amarillo p a:hover{
    color: #ffffff !important;
    text-decoration: none !important;
}

.bg-info-ab .recuadro-amarillo .guia-p{
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0 !important;
    line-height: 140%;
    font-size: 16px;
}

.bg-info-ab .recuadro-amarillo hr{
    height: 2px;
    width: 100px;
    margin: 22px 0 15px 0;
}

.bg-info-ab .recuadro-amarillo .side-right img{
    max-width: 100%;
    max-height: 100%;
    transition: all ease .3s;
}

.bg-info-ab .recuadro-amarillo .side-right a:hover img{
    transform: scale(1.1);
}

.bg-info-ab .contenedor-icon{
    overflow: hidden;
    margin: 30px 0;
    position: relative;
}

.bg-info-ab .contenedor-icon .icon-light{
    width: 70px;
    position: relative;
    z-index: 2;
}

.bg-info-ab .contenedor-icon:after{
    content: "";
    position: absolute;
    top: 32px;
    bottom: 0;
    right: 0;
    width: 625px;
    height: 2px;
    background-color: #ffffff;
}

.bg-info-ab p{
    font-weight: 400 !important;
    color: #ffffff ;
    margin-bottom: 0 !important;
    line-height: 140%;
}

.bg-info-ab .contenedor-ilus{
    position: relative;
    z-index: 3;
}

.bg-info-ab .contenedor-ilus .personajes{
    max-width: 100%;
    max-height: 100%;
    transform: scale(0.9);
}

.bg-info-ab-02 {
    background-image: url(../assets/img/info/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 74px);
    min-width: 100%;
    padding: 80px 40px;
    position: relative;
}

.bg-info-ab-02 .card-info{
    border: solid 2px #e4413a;
    border-radius: 20px;
    padding: 40px 20px 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bg-info-ab-02 .card-left:after,
.bg-info-ab-02 .card-right:after{
    content: url(../assets/img/info/nube-violeta.png);
    position: absolute;
    top: 39px;
    width: auto;
    margin: 0 auto;
    transform: scale(0.7);
}

.bg-info-ab-02 .card-info.card-left:before{
    content: url(../assets/img/info/miscelanea-bullying2.png);
    position: absolute;
    top: -73px;
    width: auto;
    transform: scale(0.6);
    left: -29px;
}

.bg-info-ab-02 .card-bottom{
    position: relative;
    margin-bottom: 35px;
}

.bg-info-ab-02 .card-bottom:before{
    content: url(../assets/img/info/nube-violeta.png);
    position: absolute;
    top: 157px;
    left: -39px;
    transform: scale(0.7);
}

.bg-info-ab-02 .card-info.card-right:before{
    content: url(../assets/img/info/miscelanea-bullying3.png);
    position: absolute;
    top: -60px;
    margin: 0 auto;
    transform: scale(0.5);
    right: 0;
}


.bg-info-ab-02 .card-info span{
    color: #e4413a;
    font-size: 15px;
    font-weight: 400;
}

.bg-info-ab-02 .card-info h2{
    font-size: 22px;
    color: #e4413a;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 35px;
    position: relative;
}

.bg-info-ab-02 .card-info p{
    color: #78777d;
    font-size: 13px;
    line-height: 135%;
}

.bg-info-ab-02 .card-info hr{
    width: 100%;
    background-color: #e4413a;
    margin: 20px 0;
}

.bg-info-ab-02 .card-info .contenedor-icons{
    display: flex;
    justify-content: center;
}

.bg-info-ab-02 .card-info .contenedor-icons img{
    margin: 20px;
}

.bg-info-ab-02 .card-info p span{
    text-transform: uppercase;
    font-weight: 600;

}

.bg-info-ab-02 .card-info h2:after{
    content: url(../assets/img/bg/subrayado-crayon.png);
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

@media (max-width:1300px) {
    .luces-right {
        display: none;
    }

}

@media (max-width:1200px) {
    .section-home .cartel {
        right: 15%;
        max-width: 185px;
    }

    .bg-ayuda:after {
        top: -66px;
        right: -145px;
        transform: scale(.5);
    }

    .slide.ayuda .login-right:after {
        bottom: -128px;
        right: -134px;
        transform: scale(.45);
    }

    .slide.ayuda .login-right:before {
        display: none;
    }

    .login-right {
        margin-left: 0;
    }

    .login-right.login-index {
        margin: 0 auto;
    }

    .slide.ayuda .bg-ayuda {
        padding-right: 210px;
    }

    .home .ilustracion {
        position: absolute;
        right: -165px;
        bottom: -124px;
        width: 816.3px;
        height: 611.6px;
        transform: scale(.6);
    }

    .cabecera .ccard p {
        font-size: 12px !important;
    }

    .cabecera .ccard {
        padding: 5px 3px;
    }

}

@media (max-width: 1185px) {
    .bg-info-ab:before {
        top: -201px;
        right: -347px;
        transform: scale(0.4);
    }
}

@media (max-width:1050px) {
    .section-home .cartel {
        right: 5%;
    }

    .section-resumen .container::before {
        display: none;
    }

}

@media (max-width:991.5px) {

    .bg-info-ab-02 .card-info.card-left:before {
        top: -73px;
        transform: scale(0.4);
        left: -29px;
    }

    .bg-info-ab-02 .card-info.card-right:before {
        top: 423px;
        margin: 0 auto;
        transform: scale(0.4);
        right: -6px;
    }

    .bg-info-ab-02 .card-bottom .col-lg-6.ilus img{
        max-width: 300px !important;
        margin-bottom: 30px;
    }

    .contenedor-ilus{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contenedor-ilus .personajes{
        max-width: 300px !important;
    }

    .bg-info-ab-02 .card-info.card-left{
        margin-bottom: 25px !important;
    }

    .home .ilustracion {
        position: absolute;
        right: -245px;
        bottom: -186px;
        width: 816.3px;
        height: 611.6px;
        transform: scale(.4);
    }

    .bg-info-ab:before {
        top: -231px;
        right: -405px;
        transform: scale(0.3);
    }

    #mainMenu nav {
        flex-direction: column !important;
    }

    .nombre-menu p {
        text-align: center;
    }

    .nombre-menu {
        padding: 5px;
        padding-right: 0;
        margin-right: 0;
        height: 50px;
        border-bottom: solid 1px #3c3c3c;
        border-right: 0;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    #mainMenu:not(.menu-overlay) nav > ul {
        float: none;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .svg-icon-header {
        margin-bottom: 15px !important;
    }

    .svg-icon-header a {
        width: 219px !important;
        align-items: center;
    }

    .mainMenu-open nav ul .svg-icon img {
        margin-top: 0 !important;
    }

    .svg-icon-header.active span {
        color: #ffffff !important;
    }

    .checkout-container {
        flex-direction: column;
    }

}

@media (max-width:860px) {
    .checkout-container .regalo .cantidad {
        width: 15%;
    }

    .detalle-regalo p {
        font-size: 12px;
        line-height: 125%;
    }

    .regalo-container .producto .image-producto {
        width: 85px;
    }

    .checkout-container .detalle-regalo {
        width: calc(100% - 85px);
    }

    .checkout-container .regalo .producto {
        width: 45%;
    }

    .cabecera .ccard.producto {
        width: 48% !important;
    }

    .cabecera .ccard.puntos,
    .cabecera .ccard.total {
        width: 12%;
    }

}

@media (max-width:850px) {
    .section-home .cartel {
        right: 40px;
        max-width: 145px;
    }

    .form-regalo .encabezado {
        flex-direction: column !important;
    }

    .inputs-regalos {
        width: 100%;
    }

    .categorias .contentCat .categoria {
        width: 105px;
        padding: 0 !important;
    }

    .categorias .contentCat .categoria img {
        max-width: 85px;
        margin-bottom: 10px;
    }

    .categorias .contentCat .categoria p {
        font-size: 14px;
    }

    .categorias .container {
        padding: 0 !important;
    }

    .checkout-container .regalo .puntos,
    .cabecera .ccard.puntos {
        display: none;
    }

    .checkout-container .regalo .cantidad,
    .checkout-container .regalo .total {
        width: 20%;
    }

    .checkout-container .regalo .producto {
        width: 50%;
    }

    .section-resumen::after {
        top: -108px;
        transform: scale(.4);
    }

    .checkout-container::before {
        transform: scale(.5);
    }

    .checkout-container::after {
        top: -81px;
        transform: scale(.5);
    }

    .section-resumen {
        padding: 190px 40px 135px 40px !important;
    }

    .section-resumen::before {
        bottom: -144px;
        right: -161px;
        transform: scale(.4);
    }

    .cartel-inicio::after {
        right: -191px;
        transform: scale(0.4);
    }

}

@media (max-width: 767.5px){
    .bg-info-ab .container, .bg-info-ab-02 .container{
        min-width: 100%;
    }
}

@media (max-width:730px) {

    .bg-info-ab:after {
        top: -33px;
        right: -138px;
        transform: scale(0.3);
    }

    .bg-info-ab:before {
        top: -281px;
        right: -464px;
        transform: scale(0.2);
    }

    .modal-descripcion-fondo {
        height: 295px !important;
        width: 544px !important;
    }

    .categorias .titular img {
        max-width: 110px;
        top: -50px;
    }

    .categorias .producto .bottom p {
        font-size: 13px;
    }

    .categorias .producto .botones .cantidad {
        font-size: 12px;
    }

    .slide.ayuda .bg-ayuda {
        padding-right: 100px;
    }

    .slide.ayuda .login-right:after {
        bottom: -150px;
        right: -187px;
        transform: scale(.35);
    }

    .bg-ayuda:after {
        top: -82px;
        right: -168px;
        transform: scale(.4);
    }

    .tab-content:before {
        bottom: -216px;
        transform: scale(.6);
    }

    .categorias{
        padding: 80px 25px 160px 25px !important;    
    }

    .cabecera .ccard p {
        font-size: 11px !important;
    }

    .checkout-container .regalo .cantidad .btn {
        padding: 0 6px !important;
    }

    .checkout-container .regalo .cantidad .visor {
        padding: 0px 4px;
        height: fit-content;
    }

    .checkout-container .regalo .cantidad .visor p,
    .checkout-container .regalo .puntos,
    .checkout-container .regalo .total {
        font-size: 13px;
    }

    .checkout-container .regalo .puntos,
    .checkout-container .regalo .total {
        width: 15%;
    }

    .checkout-container .regalo .cantidad {
        width: 20%;
    }

}

@media (max-width: 650px){
    .bg-info-ab h1 {
        font-size: 26px;
    }

    .bg-info-ab img.mb-4{
        max-width: 288px;
    }

    .bg-info-ab .recuadro-amarillo {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .bg-info-ab .recuadro-amarillo .side-left{
        padding-right: 0 !important;
        margin-bottom: 15px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }    

    .cartel-inicio::after {
        right: -133px;
        transform: scale(0.3);
        top: 74px;
    }

    .tab-content:after {
        top: -239px;
        transform: scale(.5);
    }

    .bg-confirmacion-pedido {
        padding: 40px 40px 80px 40px;
    }

    .cartel-inicio::before {
        top: -54px;
        left: -104px;
        transform: scale(0.5);
    }

    .modal-descripcion-texto .advertencia p{
        text-transform: none;
        font-size: 11px;
    }

    .modal-descripcion-fondo .modal-puntos {
        margin: 16px 0;
    }

    .modal-descripcion-fondo .modal-puntos h3 {
        font-size: 14px;
    }

    .modal-descripcion-texto h4{
        font-size: 20px !important;
    }
    
}

@media (max-width:580px) {
    .bg-info-ab-02 .card-info.card-right:before,
    .bg-info-ab-02 .card-info.card-left:before,
    .bg-info-ab-02 .card-bottom:before {
        display:none
    }

    .bg-info-ab-02 .card-bottom .col-lg-6.ilus img {
        max-width: 215px !important;
    }

    .bg-info-ab {
        padding: 136px 15px 60px 15px;
    }

    .bg-info-ab-02 {
        padding: 60px 15px 100px 15px;
    }


    .modal-descripcion-fondo {
        width: 95% !important;
    }

    .modal-descripcion-fondo span {
        top: 17px;
        font-size: 15px !important;
    }

    .inputs-regalos {
        flex-direction: column;
    }

    .inputs-regalos .nombre {
        border: none;
    }

    .home {
        padding: 60px 40px 140px 40px;
    }

    .checkout-container .regalo .producto {
        width: 40%;
        flex-direction: column;
        align-items: center;
    }

    .regalo-container .producto .image-producto{
        margin-right: 0;
        margin-bottom: 10px;
    }

    .regalo-container .detalle-regalo{
        width: 100% !important;
        text-align: center;
    }

    .cabecera .ccard.producto {
        width: 40% !important;
    }

    .checkout-container .regalo .cantidad {
        width: 30%;
    }
}

@media (max-width:520px) {
    .section-home .cartel {
        right: 0;
        max-width: 125px;
    }

    .bg-info-ab-02 .card-info .contenedor-icons img {
        margin: 12px;
        max-width: 35px;
    }

    .cartel-inicio h2 {
        font-size: 17px;
    }

    .cartel-inicio p {
        font-size: 12px;
    }

    .modal-descripcion-fondo {
        height: auto !important;
        overflow: visible;
        background: #6dcb9f;
        overflow: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: auto;
        padding: 30px;
    }

    .modal-descripcion-data {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .modal-descripcion-fondo .recuadro-modal {
        height: 180px;
        width: 180px;
        margin-bottom: 20px;
    }

    .modal-descripcion-texto h4,
    .modal-descripcion-texto p {
        text-align: center;
    }

    .modal-descripcion-texto {
        text-align: left;
        height: 80%;
        padding: 15px;
        width: 100%;
    }

    .modal-descripcion-texto {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .subrayado {
        margin: 5px auto;
    }

    .slide.ayuda .bg-ayuda {
        padding-right: 40px;
    }

    .slide.ayuda .bg-ayuda .login-right {
        width: 100%;
    }

    .bg-ayuda {
        padding: 120px 40px;
    }

    .section-resumen::after {
        top: -133px;
        transform: scale(.25);
    }

    .regalo .cabecera{
        display: none;
    }

    .regalo-container{
        flex-direction: column;
        align-items: center;
    }

    .titulo-mobile{
        display: flex;
        border-top: solid 2px #f3d290;
        padding-top: 10px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .checkout-container .regalo .total,
    .checkout-container .regalo .cantidad {
        width: 100%;
    }

    .checkout-container::after {
        right: -51px;
    }

    .section-resumen::before {
        right: -204px;
    }

    .section-resumen {
        padding: 190px 15px 135px 15px !important;
    }

    .checkout-container{
        padding: 40px 0px;
    }

}

@media (max-width:480px) {

    .modal-descripcion-fondo {
        padding: 15px;
    }

    .categorias .contentCat .categoria {
        width: 95px;
    }

    .categorias .contentCat .categoria img {
        max-width: 65px;
    }

    .categorias .contentCat .categoria p {
        font-size: 13px;
    }

    .cartel-inicio::after {
        right: -133px;
        transform: scale(0.3);
        top: 95px;
    }

    .categorias .producto .botones .btnModal {
        font-size: 10px;
    }

    .categorias .producto {
        margin: 15px 0;
    }

    .categorias .producto .puntos p span {
        font-size: 17px !important;
    }

}

@media (max-width:420px) {
    .container {
        padding: 0 15px;
    }

    .section-home .cartel {
        max-width: 96px;
    }

    .modal-descripcion-fondo span {
        padding: 0 91px;
        top: -5px;
    }

    .modal-descripcion-fondo .recuadro-modal {
        height: 185px;
        width: 120px;
    }

    .modal-descripcion-fondo {
        height: 515px !important;
    }

    .section-home {
        padding: 60px 20px;
    }

    .bg-confirmacion-pedido .cartel-inicio {
        width: 100%;
    }

}

@media (max-width:400px) {
    .modal-descripcion-fondo {
        height: 466px !important;
    }

}

@media (max-width:360px) {
    .cartel-inicio p {
        font-size: 11px;
        margin-bottom: 0 !important;
    }

    .cartel-inicio h2 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .cartel-inicio {
        padding: 20px;
    }

}

.container-juego-mobile {
    min-height: calc(100vh - 74px);
}

.select-regalos {
    background-image: url(../assets/img/bg/bg-regalos.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 40px;
    min-height: calc(100vh - 74px);
}

.form-login p {
    line-height: 125% !important;
    margin-bottom: 10px !important;
    font-size: 12px;
    margin-top: 10px;
}

.hidden-flex {
    opacity: 0;
    height: 0;
    margin-top: -24px;
}

.btn-puntos img {
    width: 20px;
}


.modallogout .btn-carrito {
    color: #f6904f !important;
    text-decoration: underline !important;
    font-weight: 600;
}

.modallogout .btn-carrito:hover {
    color: #f6904f !important;
    text-decoration: none !important;
}

.swal2-icon-content svg {
    width: 25px;
}

.swal2-icon-content svg path {
    stroke: red;
}
