@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html{
    background-color: white;
}
.banner-sindots .owl-dots{
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 54px !important;
    /* position: relative !important; */
}
.d-pink .owl-dots .owl-dot.active span, .d-pink .owl-dots .owl-dot:hover span{
    background: #d989b3 !important;
  
}
.d-pink .owl-dots .owl-dot span{
    background: #d989b396 !important;
  
}
.d-yellow .owl-dots .owl-dot.active span, .d-yellow .owl-dots .owl-dot:hover span{
    background: #ffdb54 !important;
  
}
.d-yellow .owl-dots .owl-dot span{
    background: #ffdb548a !important;
  
}
.d-purple .owl-dots .owl-dot.active span, .d-purple .owl-dots .owl-dot:hover span{
    background:  #957baf !important;
  
}
.d-purple .owl-dots .owl-dot span{
    background:  #d3c1e4 !important;
  
}
.d-blue .owl-dots .owl-dot.active span, .d-blue .owl-dots .owl-dot:hover span{
    background:  #6cc9d8 !important;
  
}
.d-blue .owl-dots .owl-dot span{
    background:  #6cc9d8a3 !important;
  
}
.d-green .owl-dots .owl-dot.active span,  .d-green .owl-dots .owl-dot:hover span{
    background:  #71d4e4 !important;
}
.d-green .owl-dots .owl-dot span{
    background:  #71d4e4 !important;
}

button.owl-dot {
background-color: transparent !important;
}


#MenuToggle {
cursor: pointer;
font-size: 13px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-weight: 400;
margin: 8px 10px;
border: 1px solid #cecdcd;
border-radius: 6px;
padding: 6px 12px;
}

body {
background-color: #e9e9e980;
}
.contenedor-catalogo{
    width:700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.contenido-interno{
    width: 100%;
}
img{
    width: 100%;
    display: block;
}
a{
    cursor: pointer;
}
.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-theme .owl-nav{
    margin-top: 0px !important;
}
.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: 9px;
    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{
    padding-top: 0px;
    margin-top: 0px !important;
    padding-bottom: 4%;
}
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;
}

.bg-1{
    background-image: url('../images/fondo1.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-2{
    background-image: url('../images/fondo2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.fondo-comida{
    background-size: 45%;
} 

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

.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;
}
.pt-57 {
    margin-top: 57%;
    z-index: 20;
}
.pt-57- {
    margin-top: 57%;
    z-index: 20;
    width: 47%;
    
}
.pt-60 {
    margin-top: 60%;
    z-index: 20;
}
.pt-60- {
    margin-top: 60%;
    z-index: 20;
    width: 47%;
}
.carousel-unicos button.owl-prev {
   margin-top: 8px !important;
    width: 10px;
    left: 33%;
    position: absolute;
    background-color: transparent !important;
}
.carousel-unicos button.owl-next {
    margin-top: 8px !important;
    width: 10px;
    right: 35%;
    position: absolute;
    background-color: transparent !important;
}

.carousel-unicos2 button.owl-prev {
    margin-top: 8px !important;
     width: 10px;
     left: 40%;
     position: absolute;
     background-color: transparent !important;
 }
 .carousel-unicos2 button.owl-next {
     margin-top: 8px !important;
     width: 10px;
     right: 40%;
     position: absolute;
     background-color: transparent !important;
 }

.corte-1{
    margin-top: -10px;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 14px !important;
        height: 14px !important;
    }
    
    
    /* .owl-carousel {z-index: -1 !important;} */
    .pd-tb-5{
        padding: 10px 0;
    }
    .fondo-exacto-derecho{
        background-size: 37% !important;
    }

    .margen-2{
        width: 3%;
    }
    .contenedor-96{
        width: 94%;
        position: relative;
    }



@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: 10px;
    }
    .mt-40{
        margin-top: 40px;
    }
    .legales-completos{
        padding: 0px 5%;
    }
    .contenido-interno.juntar.aniversario {
        padding-top: 20px;
    }
}

@media (max-width: 500px){
    .legal {
        position: absolute;
        right: 10px;
        top: 25px;  
        font-size: 7px;
        padding: 4px 6px;
    }
    .legal-car,
    .legal-car2{
        font-size: 11px;
    }
    
    
    .carousel-unico-rosa.owl-carousel .owl-nav button.owl-next, .carousel-unico-rosa.owl-carousel .owl-nav button.owl-prev{
        top: 37%;
        width: 34px;
        margin: 2px;  
    }

    .owl-theme .owl-dots .owl-dot span{
        width: 12px !important;
        height: 12px !important;
        margin: 5px 4px !important;
    }
    .carousel-unicos button.owl-prev {
         width: 9px;
         left: 27%;
     }
     .carousel-unicos button.owl-next {
         width: 9px;
         right: 29%;
     }

     .carousel-unicos2 button.owl-prev {
        width: 9px;
        left: 37%;
    }
    .carousel-unicos2 button.owl-next {
        width: 9px;
        right: 37%;
    }
    .owl-theme .owl-dots .owl-dot.active span {
        width: 28px !important;
    }
    
}
@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;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 11px !important;
        height: 11px !important;
    }
    .carousel-unicos button.owl-prev {
        width: 8px;
        left: 22%;
    }
    .carousel-unicos button.owl-next {
        width: 8px;
        right: 25%;
    }
    .carousel-unicos2 button.owl-prev {
        width: 8px;
        left: 35%;
    }
    .carousel-unicos2 button.owl-next {
        width: 8px;
        right: 35%;
    }
    
    
}

