@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    background-color: rgb(233, 233, 233);
}
html{
    background-color: white;
}
/* Inicio Preloader */
.main-preloader{
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.texto-preloader img{
    width: 250px;
    margin-bottom: 20px;
}
.progreso-barra{
    font-family: 'Montserrat', sans-serif;
    width: 150px;
    height: 20px;
    background-color: #fee900;
    border-radius: 16px;
    color: #fff;
    position: relative;
}
.progreso-barra::before{
    font-size: 12px;
    content: attr(data-label);
    position: absolute;
    display: flex;
    align-items: center;
    top: .5em;
    left: .5em;
    bottom: .5em;
    width: calc(var(--width,0) * 1%);
    min-width: 2rem;
    max-width: calc(100% - 1em);
    background-color: #ba3324;
    border-radius: 16px;
}
/* .desaparece{
    transition: all 1s;
    visibility: hidden;
} */
/* @keyframes fin{
    
    0%   {opacity: 1;}
    25%  {opacity: .5;}
    50%  {opacity: 0;}
    100% {opacity: 0;}
} */
/* Fin Preloader */

.contenedor-catalogo{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff;
}
.contenido-interno{
    width: 100%;
}
img{
    width: 100%;
}
a{
    cursor: pointer;
}
.ablock{display: block;}
.block img{display: block;}
.juntar{
    display: flex;
    flex-direction: column;
}
.displey-flex{display: flex;}

#MenuToggle::after{
    content: url('../images/arrow-bott.svg');
    position: relative;
    padding-left: 10px;
}
.cat{
    display: flex;
    justify-content: space-between;
}
#MenuToggle{
    cursor: pointer;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.contenido-nav{
    top: 0;
    position: fixed;
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff !important;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 7px 36px -19px rgb(0 0 0 / 86%);
    -webkit-box-shadow: 0px 7px 36px -19px rgb(0 0 0 / 86%);
    -moz-box-shadow: 0px 7px 36px -19px rgba(0,0,0,0.86);
}
.content-a{
    display: contents;
}
.menu-flotante {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    top: 35px;
    right: 0;
}
.menu-flotante.active {
    position: absolute;
    visibility: visible;
    opacity: 1;
    right: 0;
    top: 35px;
    background: white;
    padding: 10px 25px;
    box-shadow: 2px 26px 50px -34px rgb(0 0 0 / 86%);
    -webkit-box-shadow: 2px 26px 50px -34px rgb(0 0 0 / 86%);
    -moz-box-shadow: 2px 26px 50px -34px rgba(0,0,0,0.86);
}
.menu-flotante ul {
    padding: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.menu-flotante ul li {
    font-family: 'Montserrat', sans-serif;
    height: 31px;
    padding: 1px 10px;
    display: inline-block;
    cursor: pointer;
}
.menu-flotante li a{
    text-decoration: none;
    color: black;
}

.relative{
    position: relative;
}
.legal,
.legal2,
.legal3,
.legal4{
    position: absolute;
    right: 20px;
    top: 40px;
    font-size: 12px;
    padding: 7px 13px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.owl-nav{display: none;}
.legal-car,
.legal-car2{
    text-align: left;
    font-size: 12px;
    padding:  5px 13px 7px 13px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}
.legal2{
    right: 70px;
}
.legal3{
    top: 10px;
    right: 10px;
}
.legal4{
    top: 51%;
    right: 10px;
}
.rosa{
    background-color: #db7da4;
}
.rosa-claro{
    background-color: #db7da4;
}
.blanco{
    background-color: rgba(255, 255, 255, .6);
}
.legal-texto-car,
.legal-texto-car2{
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-size: 11px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
}

.legal-texto,
.legal-texto2{
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    text-align: center;
    padding: 0px 30px;
    background-color: #dcdcdc;
    transition: all .3s;
    opacity: .0;
    /* display: none; */
    visibility: hidden;
    transition: visibility 2s, opacity 0.5s linear;
}
.legal-texto3,
.legal-texto4{
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    text-align: center;
    padding: 0px 30px;
    background-color: #dcdcdc;
    transition: all .3s;
    opacity: .0;
    /* display: none; */
    visibility: hidden;
    transition: visibility 2s, opacity 0.5s linear;

}
.legal-texto4{    bottom: 0;    }
.legal-texto4.legal-active4{    bottom: 0% ;    }

.legal-texto3.legal-active3,
.legal-texto4.legal-active4{
    transition: all .3s;
   /*  display: block; */
    visibility: visible;
    opacity: .9;
    width: 100%;
    height: 50%;
    display: flex;
    transition: visibility 2s, opacity 0.5s linear;
    justify-content: center;
    align-items: center;
}

.legal-texto.legal-active,
.legal-texto2.legal-active2,
.legal-texto-car.legal-active-car,
.legal-texto-car2.legal-active-car2{
    transition: all .3s;
   /*  display: block; */
    visibility: visible;
    opacity: .9;
    width: 100%;
    height: 100%;
    display: flex;
    transition: visibility 2s, opacity 0.5s linear;
    justify-content: center;
    align-items: center;
    
}
.index{
    z-index: 10;
}
.carousel-uno div,
.carousel-uno-izq div{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 95%;
}
.carousel-uno .owl-item img,
.carousel-uno-izq .owl-item img{
    width: 100% !important;
    /* 95 */
    padding: 0 10px 10px 10px;
}
.carousel-uno-izq div{
    margin-top: 5px;
    width: 95%;
}
.contenido-interno.juntar.aniversario {
    padding-top: 60px;
}
.carousel-uno{
    background-image: url('../images/fondo-medio-circular.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
}
.carousel-uno-izq{
    background-image: url('../images/medio-izquierdo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: left;
}
.active span{
    background-color: rgba(96,96,96,.5) !important;
}
.active:hover span{
    background-color: rgba(96,96,96,.5) !important;
}
span:hover{
    background-color: rgba(96,96,96,.5) !important;
}
.owl-dot:hover span{
    background-color: rgba(96,96,96,.5) !important;
}
.owl-dots{
    display: none;
    padding-top: 15px;
    padding-bottom: 5px;
}

.owl-theme.contenido-interno.lateral {
    padding: 0px 30px 0px 30px;
}
div#panaderia{
    margin-bottom: -15px;
}
div#comidas,
div#vinos{
    margin-bottom: -15px;
    padding-top: 10px;
}
div#bebida {
    margin-bottom: -5px;
    padding-top: 10px;
}
div#electro {
    margin-bottom: -20px;
}

.fondo-comida{
    background-size: 45%;
} 
.fondo-vinos{
    background-size: 38%;
}
.fondo-tv{
    background-size: 47%;
} 
.fondo-colchones{
    background-size: 51%;
}
/* .contenido-interno.carousel-uno-izq.owl-carousel.owl-theme.fondo-vinos.owl-loaded.owl-drag {
    z-index: -10px;
}   */
/* .contenido-interno.carousel-uno-izq.owl-carousel.owl-theme.fondo-vinos.owl-loaded.owl-drag,
.contenido-interno.carousel-uno-izq.owl-carousel.owl-theme.fondo-tv.owl-loaded.owl-drag {
    z-index: -1;
} */
.zindex{
    z-index: 10;
}
div#hogar {
    margin-bottom: -15px;
}
div#abarrotes {
    margin-bottom: 15px;
}
.carousel-sham .owl-item,
.padding-contenido .contenido-2{
    padding: 5px;
}
/* .carousel-dos{
    margin: 15px 10px 10px 10px;
} */
.carousel-tres{
    padding-top: 25px ;
    padding-bottom: 27px;
}
.menos-0-pd .owl-item{
    padding-top: 0px !important;
}
#myvideo{
        position: absolute;
        bottom: 12%;
        left: 10%;
}
.pr{ position: relative;}

.ajuste .owl-stage-outer{
    width: 100%;
}
.legales-completos{
    padding: 0px 2%;
}
.pd-ambos .owl-stage-outer{
    margin: 15px 0;
}
.publi{
    padding-top: 10px;
}

.owl-theme .owl-dots .owl-dot span{
    width: 15px !important;
    height: 15px !important;
    
}

.owl-theme .owl-dots .owl-dot.active span{
    background: #e87cab !important;
}
/* .owl-theme .owl-dots .owl-dot span {
    background: #ffdd00 !important;
} */
.carousel-tres .owl-item {
    padding: 1.1%;
}
.dos .owl-item {
    padding: 1%;
}

.carousel-dos .owl-item {
    padding: .8%;
    padding-top: 2%;
}
.carousel-dos .owl-dots{
    padding-top: 0px;
        padding-bottom: 32px;
}

.tres .owl-item {
    padding-left: .8%;
    padding-right: .8%;
    padding-top: 1%;
}
.dos .owl-dots{
        padding-top: 23px;
        padding-bottom: 10px;
}
.cuatro .owl-dots{
    padding-top: 37px;
    padding-bottom: 15px;
}
.carousel-dos{
    background-image: url(../images/fondo-metro.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.noPoint{
    cursor: auto;
}
.bcg-white{
    background-color: white !important;
}
@media (max-width: 701px){
    .contenedor-catalogo {
        width: 100%;
    }
    .menu-flotante.active,
    .menu-flotante {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    #MenuToggle {
        padding-right: 25px;
    }
    .mt-40{
        margin-top: 40px;
    }
    .legales-completos{
        padding: 0px 5%;
    }
    .contenido-interno.juntar.aniversario {
        padding-top: 20px;
    }
    .legal-texto-car{
    font-size: 9px !important;
    }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{
background: transparent !important;
}
@media (max-width: 500px){
    .legal {
        position: absolute;
        right: 10px;
        top: 25px;  
        font-size: 7px;
        padding: 4px 6px;
    }
    .legal-car,
    .legal-car2{
        font-size: 11px;
    }
    .legal2{
        right: 45px;
        top: 25px;
        font-size: 7px;
        padding: 4px 6px;
    }
    .legal-texto3.legal-active3,
    .legal-texto4.legal-active4 {
        overflow: auto;
    }
    .legal3{
        top: 5px;
        padding: 4px 6px;
        font-size: 7px;
    }
    .legal4{
        padding: 4px 6px;
        font-size: 7px;
    }
    .legal-texto3, .legal-texto4 {
        padding: 50px 10px 0px 10px;
    }
    .carousel-uno div,
    .carousel-uno-izq div{
        margin-top: 3px;
    }
    div#panaderia{
        margin-bottom: -10px;
    }
    div#comidas,
    div#vinos {
    margin-bottom: -10px;
    }
    div#bebida {
        margin-bottom: -5px;
    }
    div#electro {
        margin-bottom: -12px;
    }
    .carousel-tres{
        padding-top: 14px ;
        padding-bottom: 0px;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 13px !important;
        height: 13px !important;
    }
    .cuatro .owl-dots{
        padding-top: 27px;
        padding-bottom: 12px;
    }
    .dos .owl-dots{
        padding-top: 18px;
        padding-bottom: 10px;
    }
}
@media (max-width: 400px){
    .legal-texto4,
    .legal-texto3,
    .legal-texto2,
    .legal-texto {
        font-size: 8px;
    }
    
}

@media (max-width: 370px){
    .legal-texto4,
    .legal-texto3,
    .legal-texto2,
    .legal-texto {
        font-size: 7px;
    }
    
}

.corte-1{
margin-top: -10px;
}



.pd-tb-5{
    padding: 10px 0;
}
.fondo-exacto-derecho{
    background-size: 37% !important;
}

.carousel-tres{
    background-image: url(../images/gh-fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

