*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 1px solid red; */
}

/* .container-almacen{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff;
}
 */
 body{
    background-color: white !important;
 }
.row_banner_principal,
.row_cintillo_banner{
    width: 100%;
    height: auto;
}
.bg-gray-footer{
    background-color: #e0e2e4; 
}
.middle-dotted{
    border-left: dashed; border-width: 1px;
    border-right: dashed; border-width: 1px;
}
.top-dotted{
    border-top: dashed; border-width: 1px;
}
.bottom-dotted{
    border-bottom-width: 80%;
    border-bottom: dashed; border-width: 1px;
}

.lh-8{
    line-height: 8;
}

@media (max-width: 1024px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100% !important;
    }  
}

.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;}



.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);
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.flex5{
    flex:.5;
}

.flex-2{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

}

.flex-2 .primero{
  width: 30%;
  padding: 1.5% 0;
}
.flex-2 .segundo{
    width: 70%; 
}

.centrar{
    display: flex;
    justify-content: center;
    align-items: center;
}
.derecha{
    display: flex;
    justify-content: end;
    align-items: center;
}
.izquierda{
    display: flex;
    justify-content: start;
    align-items: center;
}


.owl-dots{
    padding: 15px 1% 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.mitad{width: 50%;}

.owl-theme.contenido-interno{
    padding:25px;
    }

.pr{ position: relative;}

.owl-theme .owl-dots .owl-dot span{
    background-color: #f6f6f6 !important;
    width: 100% !important;
    height: 8px !important;
    border-radius: 0px !important;
    margin: 0px !important;
}
.bolita.owl-theme .owl-dots .owl-dot.active span{
    background: #808080 !important;
    border-radius: 50% !important;
}
.bolita.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    margin: 5px 7px !important;
    background: #D6D6D6;
    display: block !important;
    transition: opacity .2s ease !important;
    border-radius: 30px;
}
.bolita.owl-carousel button.owl-dot{
    width: 5%;
}


.owl-theme .owl-dots .owl-dot.active span{
    background: #eebd31 !important;
    border-radius: 25px !important;
}




.metro {
    display: flex;
    height: 100%;
}
.metro-iconos{
    height: 100%;
}

.bolita.owl-theme .owl-dots .owl-dot span {
    border-radius: 50% !important;
}

.lineyellow .owl-dots{
    padding-bottom: 20px;
    padding-top: 10px;
}

.mr-top-15{
    margin-top: 15px;
    
}

.owl-dots{
    display: none;
}

.subir-sin-fondo{
    position: relative;
    margin-bottom: -13%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    background-color: transparent !important;
    position: absolute;
    top: 42%;
    width: 26px;
    margin: 2px;
    /* top: 38%;
    width: 22px; */
    
}

.owl-carousel .owl-nav button.owl-prev{
    left: 0;
    display: block;
}
.owl-nav button.owl-next{
    right: 0;

}
.owl-carousel .owl-item img{
    /* box-shadow: 1px 1px 13px 1px rgba(0,0,0,0.36);
    -webkit-box-shadow: 1px 1px 13px 1px rgba(0,0,0,0.36);
    -moz-box-shadow: 1px 1px 13px 1px rgba(0,0,0,0.36); */
    border-radius: 0px;
}

@media (max-width: 701px){
    .owl-theme.contenido-interno{
        padding-top: 10px;
        padding-bottom: 10px;
        }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
        
        top: 38%;
        width: 22px;
        
    }
}

@media (max-width: 630px){}
@media (max-width: 600px){}
@media (max-width: 580px){}
@media (max-width: 529px){}
@media (max-width: 520px){}
@media (max-width: 500px){
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{       
        top: 35%;
        width: 22px;
    }
}
@media (max-width: 480px){
    .flex-2 .primero{
        width: 40%;
        padding: 2% 0;
      }
      .flex-2 .segundo{
          width: 60%; 
      }
      
}
@media (max-width: 425px){
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{       
        top: 33%;
        width: 22px;
    }
}
@media (max-width: 420px){}
@media (max-width: 400px){}
@media (max-width: 380px){
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{       
        top: 30%;
        width: 22px;
    }
}
@media (max-width: 329px){}
@media (max-width: 380px){}
@media (max-width: 316px){
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{       
        top: 28%;
        width: 22px;
        
    }
}
