* {
    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: 35px;
    padding: 5px 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;
}
.mb-10{
    margin-bottom: 10px;
}
.display-b {
    display: block;
}
.display-n {
    display: none !important;
}
.position-rl {
    position: relative;
}
.position-abs {
    position: absolute;
}
.border-bt {
    border-bottom: 1px solid #ececec;
}
.border-bt2 {
    border: 1px solid #efecec;
}
/* || */ 
.desktop-hide {
    display: none;
}
.logo-bicentenario{
    max-width: 185px;
}

.portada{
    /*padding-top: 60px;*/
}

.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;
}
#detergentes .slick-dots {
    position: relative;
}
#carruse-papel .owl-dots {
    bottom: 10%;
}
#carruse-papel .owl-nav, #carrusel-limpieza .owl-nav{
    padding-left: 10%;
    padding-right: 10%;
    font-size: 17px;
    color: white;
}
#carruse-papel i, #carrusel-limpieza i {
    background-color: #39a239;
    padding: 1px;
}
.slick-dots li button:before {
    font-size: 30px;
}
/* ----------- Carrusel dots - nav ----------- */
.carrusel-general, .carrusel-general-varios {
    position: relative;
}
.carrusel-general .owl-nav, .carrusel-general-varios .owl-nav{
    position: absolute;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    color: #6f6a6a;
    bottom: 50%;
    font-size: 20px;
}
.carrusel-general .owl-nav button span, .carrusel-general-varios .owl-nav button span {
    position: relative;
}
.carrusel-general .owl-nav .owl-next, .carrusel-general-varios .owl-nav .owl-next {
    float: right;
    right: 0;
}
.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: 10px !important;
    height: 10px !important;
}
.owl-dots .owl-dot.active {
    background-color: #333;
}
.carrusel-general .owl-dots .owl-dot.active  {
    background-color: #565454 !important;
}
.carrusel-general .owl-dots .owl-dot {
    border: none !important;
    background-color: #c3c3c3 !important;
}
.owl-dots button.owl-dot {
    margin: 5px 3px 0 !important;
}
.carrusel__dots--i {
    position: relative;
}
.carrusel__dots--i .owl-dots {
    position: absolute;
    bottom: 2.5%;
    right: 47%;
}
.carrusel-general-varios .owl-dots {
    right: 42%;
}
.slider__h .owl-stage-outer img{
    width: 90%;
    margin: 0 auto;
}
.slider__h .owl-carousel .owl-nav {
}
.slider__h .owl-carousel .owl-dots {
    bottom: 8.5%;
    right: 37% !important;
}
.slider__h  .owl-dots button.owl-dot, .slider__h  .owl-dots .owl-dot.active{
    width: 8px !important;
    height: 8px !important;
}
.dp-flex{
    display: flex;
}
.flex-row{
    flex-direction: row;
}
.flex-row {
    flex-direction: row;
}
.float-left {
    float: left;
}
.mr-reverse-bt {
    margin-bottom: -5px;
}
.width-45{
    width: 44.5%;
}
.width-55{
    width: 55.5%;
}
.rv-margin-2 {
    margin-bottom: -1.1%;
}
.rv-margin {
    margin-bottom: -0.99%;
}
.height-75 {
    height: 75vh;
}
.dots--white .owl-nav button {
    background-color: white !important;
    width: 26px;
    height: 26px;
    border-radius: 100%;
}
.dots--white .owl-nav button i {
    font-size: 18px;
}

/* ----------- 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 (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      /*width: 970px;*/
      width: 48vh;
    }
    .title img {
        width: 60%;
    }
  }
  @media (min-width: 1200px) {
    .container {
      /*width: 1170px;*/
      width: 48vh;
    }
    .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;
        }
    }

    /* ----------- Mobile responsive - General --------- */
  @media (max-width: 767px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        width: 90%;
    }
    .rv-margin-2 {
        margin-bottom: -1.2%;
    }
    .mobile-hide {
        display: none;
    }
    .desktop-hide {
          display: block;
    }
    .desktop-hide .owl-stage-outer {
        /*height: 105vh;*/
        height: 101vh;
    }
    .portada .container, #limpieza  .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 */
     }