* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
body, html{
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      /*background-color: #fff;*/
      background-color: #f8f8f8;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    padding: 0;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* || Header and Main Navigation */
#header {
    top: 0;
    position: fixed;
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
    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);
}
.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menuToggle {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 100;
    -webkit-user-select: none;
    user-select: none;
    font-size: 16px;
}
#menuToggle img{
    width: 10px;
}
.menu-flotante {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.menu-header ul {
    padding: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.menu-header ul li {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 31px;
    padding: 1px 10px;
    display: inline-block;
    cursor: pointer;
}
.menu-flotante.active {
    position: absolute;
    visibility: visible;
    opacity: 1;
    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);
}
img {
    width: 100%;
}
a {
    color: #4b4c4e !important;
    text-decoration: none !important;
}
li a {
    font-size: 12px;
}
/* || General styles */
.bck-white {
    background-color: white;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.ft-bold {
    font-weight: bold;
}
.ft-normal{
    font-weight: normal;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-1 {
    margin-bottom: 1px;
}
.mt-1 {
    margin-top: 1px;
}
.mb-2 {
    margin-bottom: 2px;
}
.mt-2 {
    margin-top: 2px;
}
.mb-3 {
    margin-bottom: 3px;
}
.mt-3 {
    margin-top: 3px;
}
.mb-4{
    margin-bottom: 4px;
}
.mt-4{
    margin-top: 4px;
}
.mb-5{
    margin-bottom: 5px;
}
.mt-5{
    margin-top: 5px;
}
.bck-gray {
    background-color: #e2d3d3;
}
.bck-gray-2 {
    background-color: #e0d6d6;
}
.bck-gray-3 {
    background-color: #dadada;
}
.bck-gray-4 {
    background-color: #ece1e1;
}
.display-flex {
    display: flex;
}
.display-none {
    display: none;
}
.display-b {
    display: block;
}
.position-rl {
    position: relative;
}
.position-abs {
    position: absolute;
}
.border-bt {
    border-bottom: 1px solid #ececec;
}
.border-bt2 {
    border: 1px solid #efecec;
}
.comida-desc-text {
    width: 26%;
    left: 13px;
    bottom: 7px;
}
.promo__hours {
    position: absolute;
    width: 92px !important;
    bottom: 82px;
    left: 8px;
}
/* || */ 
.desktop-hide {
    display: none;
}
.logo-bicentenario{
    max-width: 185px;
}

.portada{
    padding-top: 43px;
}

.carrusel-bicentenario{
    margin-bottom: 5px;
}
.carrusel-bicentenario-tortas{
    margin-bottom: 5px;
}
.title img{
    max-width: 350px;
    margin: 20px 0;
    background-color: #FACBCC;
}

.portada img {
    height: 93vh;
}

#limpieza .description__one {
    width: 36%;
    position: absolute;
    top: 34%;
    right: 3%
}
#limpieza .description__two {
    width: 30%;
    position: absolute;
    bottom: 11%;
    right: 9%;
}
#animation .emb__1 {
    width: 24%;
    position: absolute;
    top: 9%;
    right: 3%
}
#animation .emb__2 {
    width: 19%;
    position: absolute;
    top: 40%;
    right: 8%;
}
#despensa .despensa-1 {
    width: 27%;
    position: absolute;
    top: 34%;
    right: 10%;
}
#despensa .despensa-2 {
    width: 19%;
    position: absolute;
    bottom: 4%;
    right: 18%;
}
/*CARRUSEL - DOTS*/
.carrusel-bicentenario-dots {
    position: relative;
}
.carrusel-bicentenario-dots .owl-nav, .carrusel-bicentenario-arrow .owl-nav {
    position: absolute;
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    color: #6f6a6a;
}
.carrusel-bicentenario-dots .owl-nav {
    bottom: 40%;
    font-size: 20px;
}
.carrusel-bicentenario-arrow .owl-nav {
    bottom: 56%;
}
.carrusel-bicentenario-arrow .owl-nav button {
    background-color: white !important;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.carrusel-bicentenario-arrow .owl-nav button span {
    position: relative;
}
.carrusel-bicentenario-dots .owl-nav .owl-next, .carrusel-bicentenario-arrow .owl-nav .owl-next {
    float: right;
    right: 0;
}
.carrusel-bicentenario-dots .owl-nav span {
    background-color: transparent;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color: transparent;
}
.owl-dots button.owl-dot, .owl-dots .owl-dot.active {
    width: 6px !important;
    height: 6px !important;
}
.carrusel-bicentenario-dots .owl-dots  {
    position: absolute;
    right: 25%;
    bottom: 9%;
}
.owl-dots .owl-dot.active {
    background-color: #333;
}
.carrusel-bicentenario-dots .owl-dots .owl-dot.active  {
    background-color: #565454 !important;
}
.carrusel-bicentenario-dots .owl-dots .owl-dot {
    border: none !important;
    background-color: #c3c3c3 !important;
}
.owl-dots button.owl-dot {
    margin: 5px 3px 0 !important;
}
#carrusel-embutidos .owl-dots{
    bottom: 6%;
}
#carrusel-limpieza .owl-dots {
    bottom: 8%;
}
#carrusel-bimbo .owl-dots {
    bottom: 5%;
}
#carrusel-cafe .owl-dots {
    bottom: 4%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 85%;
    display: block;
    margin: 0 auto;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*ANMATION DESPLAZABLE*/
.open-icon {
    position: absolute;
    top: 9px;
    right: 7px;
    z-index: 999;
    background-image: url("../images/legal-open.png");
    background-size: cover;
    width: 56px;
    height: 19px;
  }
  .close-icon {
    background-image: url("../images/legal-close.png");
  }
  #animation p {
    font-size: 12px;
    width: 85%;
  }
  #animation .container {
    position: relative;
  }
.sidenav {
    height: 98.6%;
    width: 0;
    /*position: fixed;*/
    z-index: 1;
    top: 0;
    right: 0;
    /*background-color: #111;*/
    background-color: #dadadaf2;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
    position: absolute;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .openanimation {
    width: 100%;
    height: 98.6%;
  }
  .closeanimation {
    width: 0;
  }
  .rotate {
    transform: rotate(45deg);
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    /*top: -5px;
      right: 2px;
      font-size: 36px;
      margin-left: 50px;
      */
    top: 0px;
    right: 2px;
    font-size: 28px;
    margin-left: 50px;
  }
  .sidenav .content__animation {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .sidenav .content__animation a {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: black !important;
    font-weight: bold;
    text-align: center;
  }
  .sidenav .text__animation {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    flex-direction: column;
    text-align: center;
    font-family: sans-serif;
  }
  .sidenav .animation__w {
    width: 90%;
  }
/* ----------- root styles ----------- */
:root {
    --main-bg-color: brown;
}
.owl-dots {
    text-align: center;
}
.owl-dots  button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 25px;
    border: 1px solid #c3c3c3;
    background-color: #fff;
    margin: 5px 2px 0;
}
.owl-dots  .owl-dot.active {
    width: 18px;
    height: 18px;
    border-radius: 25px;
    background-color: #c3c3c3;
}
/**/
@media screen and (min-width: 540px) and (max-width: 720px) { 
    .openanimation {
        height: 99%;
    }
}
/*Iphone 7 y 8 normal
@media (max-width: 375px) {
    .openanimation {
        height: 98.41%;
    }
}
*/
@media (min-width: 1900px) {
    .openanimation {
        height: 99.5%;
    }
    .sidenav {
        height: 99.5%;
    }
}
@media (min-width: 1100px) {
    .openanimation {
        height: 99%;
    }
    .sidenav {
        height: 99%;
    }
}
@media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      /*width: 970px;*/
      width: 48vh;
    }
    .title img {
        width: 60%;
    }
  }
  @media (max-width: 1200px) {
    .container {
      /*width: 1170px;*/
      width: 90%;
    }
    .title img {
        width: 60%;
    }
  }
  
    /* ----------- iPad 1, 2, Mini and Air ----------- */

    /* Portrait and Landscape */
    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 1) {
        .container {
            width: 48vh;
        }
    }

    /* Portrait */
    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 1) {
        .container {
            width: 48vh;
        }
    }

    /* Landscape */
    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: landscape) 
    and (-webkit-min-device-pixel-ratio: 1) {
        .container {
            width: 48vh;
        }
    }
    @media (max-width: 999px) {
        .container {
            padding-right: 0;
            padding-left: 0;
            width: 90%;
        }
    }
    /* ----------- Mobile responsive - General --------- */
  @media (max-width: 767px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        width: 90%;
    }
    .mobile-hide {
        display: none;
    }
    .desktop-hide {
          display: block;
    }
    .desktop-hide .owl-stage-outer {
        /*height: 105vh;*/
        height: 101vh;
    }
    .portada .container, #infantil .container, #adulto .container, #bebes .container  {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        margin: 0;
    }
    .title img {
        width: 50%;
        background-color: #FACBCC;
        margin-left: 10px;
    }
    footer .container{
        width: 100%;
    }
    .portada img {
        height: 93vh;
    }
    .menu-flotante.active, .menu-flotante {
        padding: 10px 5px;
        max-width: 100%;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }
    .portada-one, .portada-two, .portada-three {
        position: relative;
    }
    .portada-mobile img {
        position: absolute;
    }
    .portada-mobile img.icono-precio {
        bottom: 0px;
        left: 10px;
        width: 120px;
        height: 38px;
    }
    .portada-mobile img.icono-metro {
        bottom: 0px;
        right: 10px;
        width: 102px;
        height: 82px;
    }
  }

     /* ----------- Iphone 11/12 responsive ----------- */
    /* Xiaomi readmi note 7.. */
    @media only screen and (min-width: 393px) and (max-width: 767px) { 
        .desktop-hide .owl-stage-outer {
            /*height: 100%;*/
        }
     }
     /*Iphone 12 mini*/
     /* 2340x1080 pixels at 476ppi */
    @media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { }

    /*Iphone 12 nad 12 pro*/
    /* 2532x1170 pixels at 460ppi */
    @media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) { }

    /*Iphone 12 Pro Max/
     /* 2778x1284 pixels at 458ppi */
    @media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) { }

    /*Iphone 11*/
    /* 1792x828px at 326ppi */
    @media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) { }

     /*Iphone 11 pro*/
     /* 2436x1125px at 458ppi */
    @media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { }

    /*Iphone 11 Pro Max*/
     /* 2688x1242px at 458ppi */
    @media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) {
        /* final */
     }
/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      .openanimation {
        height: 99%;
    }
    .sidenav {
        height: 99%;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .openanimation {
        height: 99.5%;
    }
    .sidenav {
        height: 99.5%;
    }
}
/* Iphone 5 */
@media screen and (device-aspect-ratio: 2/3) {
    .menu-header ul li {
        height: 29px;
    }
}
@media screen and (device-aspect-ratio: 40/71) {
    .menu-header ul li {
        height: 29px;
    }
}


