.user-menu-content ul li.active{
    background: #ffa41a !important;

  }
  .user-menu-content ul li.active a{
    color: #fff !important;

  }
.capamod {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 1050;
}

audio#miAudio {
    position: absolute;
    top: 20px;
    margin-left: -200px;
    left: 50%;
}
    div#modal_oferta {
        width: 586px;
        height: 730px;
        top: 0;
        left: 8px;
        position: fixed;
        z-index: 1000;
        background: white;
        text-align: center;
        padding: 5px 15px;
        top: 10%;
        display: none;
    }
    .text1 ul {
        margin: 0;
        font-size: 28px;
        line-height: 23px;
    }
    .mtitle {
        color: white;
        font-size: 40px;
        text-transform: uppercase;
        padding: 22px 167px 0 0px;
        text-align: left;
        font-weight: bolder;
        line-height: 49px;
        height: 184px;
        overflow: hidden;
    }
    .text1 {
        color: black;
        text-align: left;
        font-size: 40px;
        display: grid;
        line-height: 45px;
        margin-top: 60px;
        padding-top: 20px;
    }
    .text1 strong {
        font-weight: bolder;
        font-size: 60px;
    }
    .iferta {
        width: 162px;
        height: 150px;
    }
    .mbody {
        position: relative;
        height: 328px;
    }
    .iferta {
        width: 238px;
        height: 231px;
        position: absolute;
        right: 0;
        top: -52px;
        padding-top: 91px;
        font-size: 45px;
        color: white;
        z-index: 1;
    }
    .iferta span{
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        display: block;
        font-weight: bolder;
    }
    .fotoproducto {
        position: relative;
        top: -29px;
        padding: 0 79px;
        height: 244px;
        overflow: hidden;
    }
    .fotoproducto img {
        border: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    a.btnbox {
        display: inline-block;
        background: #ff6921;
        font-size: 30px;
        width: 300px;
        color: white;
        border-radius: 33px;
        padding: 8px;
        text-transform: uppercase;
    }
    .btntext {
        display: inline-block;
        width: 300px;
        color: gray;
        text-decoration: underline;
        font-size: 25px;
        padding-top: 5px;
    }
    .mfooter {
        position: relative;
        top: auto;
    }
    .content-oferta .close-modal-btn.oferta {
        background: white;
        border-radius: 15px;
        position: relative;
        top: 9px;
        right: -6px;
        display: block;
    }
    .row__productos{
        margin-bottom:7rem;
    }
    .card__destacado{
        margin-left: 1rem;
    }
    .destacado__imagen {
        height: 257px;
        overflow: hidden;
        text-align: center;
        padding-top: 3rem;
        width: 100%;
        max-height: 257px;
    }
    .destacado__imagen img{
        display: inline-block !important;
        max-width: 190px;
    }
    a.btn__favorito {
        display: inline-block;
        position: absolute;
        top: -0.5rem;
        right: 1rem !important;
        font-size: 1.5rem;
        color: orange;
    }
    .btn__destacado{
        color: white;
        background-color: #37da92!important;
        text-align: center;
        font-family: Averta-Cyrillic-Regular;
        width: 100%;
        max-width: 250px;
        border-radius: 50PX;
    }
    .destacado__datos {
        padding-left: 1rem;
        padding-right: 1rem;
        height: 6rem;
        padding-top: 1rem;
    }
    .productos__destacados{
        font-family:"Averta-Cyrillic-ExtraBold";
        text-transform: uppercase;
        text-align: left;
        width: 100%;
        font-size: 2.5rem;
        color: #1b3a40;
        padding-left: 2rem;
    }
    .destacado__datos .categoria{
        font-family: "Averta-Cyrillic-ExtraBold";
        color: #778184;
        font-size:1rem;
        text-align: center;

    }
    .destacado__datos .nombre{
        font-family: "Averta-Cyrillic-ExtraBold";
        color: #778184;
        font-size:1.2rem;
        text-align: center;

    }
    .text-center{
        text-align: center;
    }
    .variacion {
        text-align: center;
        padding-top:1rem;
    }
    .variacion b {
        font-weight: bold;
        font-size: 1.4rem;
        padding-left: 1rem;
    }
    button.slick-prev.slick__slidehome__prev.slick-arrow {
        color: #FA6923;
        font-size: 3rem;
        top: 44%;
        left: -50px;
    }
    button.slick-next.slick__slidehome__next.slick-arrow {
        color: #FA6923;
        font-size: 3rem;
        top: 44%;
        right: -40px;
    }

@media (max-width:768px){

    div#modal_oferta {
        width: 90%;
        height: 80vh;
        position: fixed;
        z-index: 1000;
        text-align: center;
        padding: 5px 15px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .mtitle {
        color: white;
        font-size: 30px;
        text-transform: uppercase;
        padding: 0px 49px 0 0px;
        line-height: 33px;
        text-align: left;
        font-weight: bolder;
    }
    .iferta {
        width: 137px;
        height: 138px;
        position: absolute;
        right: -21px;
        top: -24px;
        padding-top: 63px;
        font-size: 39px;
        color: white;
        z-index: 1;
    }
    .iferta span {
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        display: block;
        font-size: 25px;
        font-weight: bold;
        margin-top: -11px;
    }
    .text1 {
        color: black;
        text-align: left;
        font-size: 31px;
        display: block;
        line-height: 28px;
        margin-top: 100px;
        width: 184px;
    }
    .text1 strong {
        font-weight: bolder;
        font-size: 46px;
    }
    .fotoproducto {
        position: relative;
        height: 148px;
        top: 0;
        padding: 0 10px;
        overflow: hidden;
    }
    .mbody {
        position: relative;
        height: auto;
    }
    .mfooter {
        position: relative;
        height: 75px;
        top: 10px;
    }
    a.btnbox {
        display: inline-block;
        background: #ff6921;
        font-size: 20px;
        width: 200px;
        color: white;
        border-radius: 33px;
        padding: 5px;
        text-transform: uppercase;
    }
    .btntext {
        display: inline-block;
        width: 300px;
        color: gray;
        text-decoration: underline;
        font-size: 18px;
        padding-top: 5px;
    }
    .text1 ul {
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 17px;
    }


}

span.cantprod {
    display: inline-block;
    background: red;
    width: 18px;
    height: 18px;
    font-size: 9px;
    line-height: 2;
    border-radius: 20px;
    position: relative;
    top: -11px;
    left: -14px;
}

@media only screen and (min-width: 993px){
    .container {
        width: 72%;
    }
}
/*
.modal-overlay {
    z-index: 10 !important;
}*/

/* .openpay .shield {
    background: #FA6923;
    color: white;
    position: relative;
    width: 100%;
    padding: 16px 20px 10px 41px !important;
    text-align: center;
    font-size: 15px !important;
  } */
  div#success_message {
    color: red;
    padding: 11px;
}
.newsletter-gracias h3 {
    font-family: "Averta-Cyrillic-ExtraBold";
    color: #fcec0e;
    margin-bottom: 0px;
    font-size: 35px;
    margin-top: 150px;
    margin-left: 36px;
    text-align:center;
}

#spei_form p {
    color: #fa6923;
}
.form__disabled{
    position: relative;
}
.form__disabled:after {
    content: "";
    width: 100%;
    height: 87%;
    background: rgba(255,255,255,0.6);
    position: absolute;
    z-index: 1;
    top: 28px;
    left: 0;
}

.form__disabled2{
    position: relative;
}
.form__disabled2:after {
    content: "";
    width: 100%;
    height: 87%;
    background: rgba(255,255,255,0.6);
    position: absolute;
    z-index: 1;
    top: 28px;
    left: 0;
}

.item-container.container-product {
    position: relative;
}
.sin-stock {
    background: #c737f6;
    width: 123px;
    color: white;
    padding: 3px 0px;
    transform: rotate(
-25deg
 );
    position: absolute;
    left: 22%;
    top: 3px;
    z-index: 1;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 64px;
    text-transform: uppercase;
    line-height: 17px;
}

.sin-stock2 {
    background: #c737f6;
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 1.6rem;
    margin-top: -22px;
}


.stock__min {
    left: 26%;
    top: 3px;
    font-size: 12px;
}
.modal__login,.modal__error{
    width: 30%;
}

.modal__login .modal-content,.modal__error .modal-content{
    padding-top: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2rem;
}
.modal__login .titulo span{
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    font-family: Averta-Cyrillic-Regular;
}
.modal__login .titulo p{
    font-size: 16px;
    line-height: 19px;
    font-family: Averta-Cyrillic-Regular;
}
.modal__login a.login__link {
    color: #898989;
    font-size: 15px;
    padding-top: 2rem;
    display: inline-block;
    padding-bottom: 1rem;
    text-decoration: underline;
}
.modal__login .btn__ingresar{
    background: #b7ec99;
    color: #2d3d42;
    font-family: Averta-Cyrillic-Regular;
    font-size: 25px;
    line-height: 45px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.modal__login .login__alerta{
    background-color: #fff9e9;
    padding-top: 1rem;
    display: none;
}
.modal__login .login__alerta_icon{
    color: #f7b500;
}
.modal__login .login__alerta_texto{
    font-size:14px;
}
span.error__email,.error__password {
    color: red;
}
.only__banner{
    width:100%;
    height: 100vh;
    background-size: cover;
}


@media(max-width:780px){
    .sin-stock {
        background: #c737f6;
        width: 123px;
        color: white;
        padding: 3px 0px;
        transform: rotate(
    -25deg
     );
        position: absolute;
        left: -2%;
        top: 3px;
        z-index: 1;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        border-top-left-radius: 64px;
        text-transform: uppercase;
        line-height: 17px;
    }
    .only__banner{
        width:100%;
        height: 200px !important;
    background-size: contain;
    }
    .modal__error{
        width: 98%!important;
    }
    button.playmobile {
        position: absolute;
        top: 10px;
        right: 10px;
        border-radius: 6px;
        outline: none;
        border: 0;
        font-size: 16px;
        padding: 6px 14px;
        z-index: 1;
    }
    button.stopmobile {
        position: absolute;
        top: 10px;
        right: 10px;
        border-radius: 6px;
        outline: none;
        border: 0;
        font-size: 16px;
        padding: 6px 14px;
        display: none;
        z-index: 2;
    }

}
