@import 'hamburgers.css';
:root {
    --azul: #3674ee;
    --cielo: #f1f4f7;
    --white : #fff;
}

body{
    scroll-behavior:  smooth;
    font-family: 'Montserrat', sans-serif;
    margin: 0 !important;
    font-size: 16px;
}

.azul{
    color: #3674ee !important;
}
.negro{
    color: #000 !important;
}
.blanco{
    color: #fff !important;
}
.eco{
    color: #a5c643 !important;
}
.bgazul{
    background-color: #3674ee !important;
}
.bgnegro{
    background-color: #000 !important;
}

.text-center{
    text-align: center;
}
h2{
    font-size: 2.5rem;
}
section{
    float: left;
    width: 100%;
}
p{
    font-size: 1rem;
}
p.big{
    font-size: 4rem;
    font-weight: 700;
}
p.peq{
    font-size: 0.75rem; 
    line-height: 1.3em;
}
p.med{font-size: 1.5rem;}
.titulo{
    font-weight: 700;
    font-size: 5.5vw;    
}

.subtitulo{
    font-weight: 700;
    color: black;
    font-size: 1.2rem;
}

h1.desc{
    font-size: 1.3rem;
}
.m-auto{
    margin: 0 auto;
}
.btnAzul{
    background-color: #fff;
    display: block;
    width: fit-content;
    border-radius: 30px;
    background-color: rgb(54 116 238);
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 2.5rem;
    text-align: center;
}

.movil{
    display: none !important;
}
.m580{
    display: none !important;
}

.desk{
    display: block !important;
}

#MenuItems li::marker{
    color: #fff;
}
.hidden{
    display: none;
}
.m-empresa{
    margin-top: 60px !important;
}
.showNavItem{
    animation: showNavItem 1000ms 1 normal linear forwards;
    display: block;
    color: rgba(0,0,0,0.7) !important;
}
.marginMenuMovil {
    margin-top: 1rem;
}
.hideNavItem{
    animation: hideNavItem 100ms 1 normal linear forwards;
}
.showMenu{
    animation: showMenu 1000ms 1 normal linear forwards;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    display: block;
    display: flex;
    flex-direction: column;
    padding-top: 6vh !important;
}

.hideMenu{
    animation: hideMenu 1000ms 1 normal linear forwards;
    border-width: 0px;
    padding-top: 0 !important;
}

@keyframes showMenu{
    0% {
        height: 0px;
    }
    
    100% {
        height: 100vh;
    }
}

@keyframes hideMenu{
    0% {
        height: 100vh;
    }
    100% {
        height: 0px;
    }
}

@keyframes showNavItem{
    0% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

img, video {
    max-width: 100%;
    height: auto;
}
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}

a{
    text-decoration: none;
}

a p{
    color: #000 !important;
}


/*** Menu ***/

#Header{
    width: 100%;
    height: 7rem;
    display: flex;
    z-index: 50;
    background-color: rgb(54 116 238);
    position: absolute;
    /* top: 40px; */
    background-color: transparent;
    /* background-color: rgba(54,116,238,0.7); */
    
}

#menu{
    width: 91.666%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    justify-content: space-between;
    margin-top: 0;
    position: relative;
}

.inner-menu{
    padding-left: 0;
    padding-right: 0;
    display: flex;
    height: 100%;
    width: auto;
    align-items: center;
    justify-content: space-between;
}

#MenuItems{
    list-style-type: disc;
    margin-top: 1rem;
    z-index: 10;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0;

}

.logo-menu{
    background: url('/asset/../img/new/logo-ambiderm-azul.svg') no-repeat;
    width: 15rem;
    height: 5rem;
    margin: 0 auto;
}

.menuFixed .logo-menu{
    background: url('/asset/../img/new/logo-ambiderm-white.svg') no-repeat;
    height: 3.5rem;
}

#MenuItems li{
    list-style: none;
    color: var(--azul);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color: var(--azul);    
}

.menuFixed .hamburger-inner, .menuFixed .hamburger-inner::before, .menuFixed .hamburger-inner::after{
    background-color: #fff;
}
/** al mostrar menu list **/
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
    background-color: var(--azul) !important; 
}
.menuFixed .hamburger.is-active .hamburger-inner, .menuFixed .hamburger.is-active .hamburger-inner::before, .menuFixed .hamburger.is-active .hamburger-inner::after{
    background-color: #fff !important; 
}

.m-empresa {
    margin-top: 60px !important;
}
.nav-item {
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    width: 100%;
    --tw-text-opacity: 1;
    /* color: rgb(0 0 0 / var(--tw-text-opacity)); */
    color: rgba(0,0,0,0.7) !important;
    text-decoration: none;
}

.menuFixed .nav-item{
    color: #fff !important;
}

.menu-distribuidor {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    width: 20rem;
}
.menu-distribuidor a{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    border-radius: 9999px;
    display: flex;
    justify-content: space-between;
}

.nav-item.menu-distribuidor.dist-flotante{
    position: fixed;
    right: 20px;
    bottom: 120px;
    z-index: 50;
    margin-right: 0;
}

.dist-wrap{
    display: flex;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    justify-content: space-between;
}
.dist-wrap div{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    line-height: 1.25rem;
    text-align: left;
    margin-left: 1rem;
}

.product-sub{
    background-color: #000;
    color: #fff;
    position: absolute;
    text-align:left;
    padding: 1rem;
    left: 15%;
    top: 61px;
}
.product-sub a{
    color: #fff;
}
.product-sub a:hover p{
    background-color: #fff !important;  
}

.product-sub a:hover p{
    color: #000 !important;  
}

.product-sub a p{
    color: #fff !important;
    margin: 0.5rem 0;
    padding: 0 5px
}

.show{
    display: block !important;
}

.item-productos{
    height: 100%;
    display: flex;
    align-items: center;
}

/* .item-productos::before{
    content: ' ';
    color: #fff;
    font-weight: 700;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    position: relative;
    top: 0px;
    background-color: #fff;
} */

#Header.menuFixed .item-productos::before{
    top: -4px;
}
#Header{
    transition: all 0.25s;
}
.menuFixed{
    position: fixed !important;
    top: 0 !important;
    height: 4.5rem !important;
    background-color: rgba(54,116,238,0.7) !important;
}

#Header.menuFixed .product-sub{
    top: 34px;
}

#Header.menuFixed #MenuItems{
    align-items: flex-start;
    padding-top: 0 !important;
}

#Header.menuFixed .item-productos{
    height: auto;
}
#Header.menuFixed .item-productos a{
    margin-top: 0;
}

/*** Banner Home ***/
.parallax-header--container img.item-banner{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;    
    -o-object-fit: cover;
    object-fit: cover;
}

.img-banner-bg{
    height: 96% !important;
}

.BannerTop{
    width: 100%;
    height: 30rem;
    position: relative;
    /* background: url('/asset/../img/new/design/banner-home.jpeg') no-repeat; */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#BannerTop .wrap-banner{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

#BannerTop .wrap-banner img:first-child{
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.caja-bann{
    width: 40%;
    height: 86%;
    left: 0;
    top: 230%;
    transform: translate(-0%, -230%);
    position: absolute;
}
.titulo-banner{
    font-size: 3vw;
    line-height: 1em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 900;
    margin-bottom: 0;
    /* text-shadow: 2px 3px 8px #fff; */
}

.btnBanner{
    background-color: #fff;
    display: block;
    width: fit-content;
    border-radius: 30px;
    --tw-text-opacity: 1;
    color: rgb(54 116 238 / var(--tw-text-opacity));
    padding: 0.5rem;
    margin-top: 1.75rem;
    float: right;
}
.wrap-banner-text{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;    
    -o-object-fit: cover;
    object-fit: cover;
}
.Textos-Banner{
    position: absolute;
    top: 70%;
    left: 10%;
    transform: translate(-10%, -70%);
    width: 44%;
}

.btnBanner{
    position: absolute;
    right: 0;
    bottom: 0;
}
/*** Contenido ***/
.Wrap{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 12rem;
    float: left;
}
.Content-Home{
    background-image: url("/asset/../img/new/fondos.png");background-repeat: no-repeat;background-position: top;background-size: cover;position: relative;top: -100px;z-index: -1;background-attachment: fixed;
    overflow: hidden;
}
#Content>.Wrap:first-child{
    margin-top: 8rem;
}

#Empresa .desc{
    margin-top: 20px;
    margin-bottom: 20px;
}

#Productos{
    width: 100%;   
    margin-top: 60px;
}

#Productos h2{
    margin-bottom: 8.8rem;
    padding: 0 10px;
}

.div-2{    
    width: 48%;
    float: right;    
}
.div-text{
    /* padding-left: 5%;
    padding-right: 5%; */
    margin-top: 0;
    position: relative;
    top: -50px;
    margin-bottom: 3rem;
    z-index: 0;
}

.div-text .titulo{
    margin-bottom: 0;    
    margin-top: 0;
}
.div-text .box{
    position: relative;
    top: -50px;
    margin-bottom: 3rem;
    width: 80%;
    margin: 0 auto;
}

.div-1{    
    width: 50%;   
    height: auto;     
    margin-top: 98px;
    float: left;
    position: absolute;
}

.div-img{    
    padding: 0 !important;
    top: unset !important;
    margin-bottom: 0 !important;
    z-index: 50; 
}

.div-img img{
    width: 100%;
    height: 100%;
}    

.div-text ul li{
    line-height: 2rem;
    text-decoration: underline;
}
/**** -----> dental ****/
.section-dental .div-1{
    margin-top: 23rem;
    margin-bottom: 0 !important;
}

.section-dental .box{
    position: relative; 
  margin-bottom: 0 !important;
} 

.section-guantes .div-1{
    width: 47%;
}
.section-guantes .div-2{
    width: 52%;
}

.section-dental .div-img{
    width: 58%;
    display: block;
    position: relative;
}

.wrap-productos{
    width: 90%;
    margin: 0 auto;
}

/*** -> medico ***/
.section-medico .div-1{
    width: 58%;
}
.section-medico .div-2{
    width: 52%;
}

/*** ->ropa ***/
.section-ropa .div-1{
    width: 58%;
    margin-top: 18rem;
    margin-bottom: 0px !important;
}
.section-ropa .div-2{
    width: 52%;
}

.section-ropa .div-1 .box{
    width: 77%;
}


/** ECO FRIENDLY ***/
#Eco-Friendly{
    float: left;
    margin-top: 25vw;
    position: relative;
    width: 100%;
    height: 65vw;
    background-image: url("/asset/../img/new/eco-friendly-banner.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    background-attachment: fixed;
}

#Eco-Friendly .eco-text{
    width: 28%;
    float: right;    
    position: absolute;
    top: 40%;
    left: 80%;
    transform: translate(-80%,-40%);
}
#Eco-Friendly .eco-text img{
    max-width: 220px;
    width: 100%;
}
#Eco-Friendly .eco-text .big{
    font-size: 4rem;
    margin: 3rem 0;
    line-height: 1em;
}
#Eco-Friendly .eco-text p{
    line-height: 1.5em;
}

/*** Treinta años ***/
.wrap-treinta{
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.inner-treinta{width: 90%;margin: 0 auto;position: relative;}

/* .inner-treinta .titulo{line-height: 0.8em;position: absolute;left: 18%;top: -27%;transform: translate(-18%, -27%);z-index: 10;} */
#Treinta .titulo{line-height: 0;position: relative;left: 18%;margin:0}
.wrap-treinta .side{
    width: 50%;
    max-width: 50%;
    z-index: 0;
}
.wrap-treinta .side img{
    width: 75%;
    margin: 0 auto;
    box-shadow: 26px 15px 20px rgba(0,0,0,0.15);
}

#Treinta .text{
    width: 50%;
}

/*** -> Ser distribuidor ***/

#SerDistribuidor{
    background: url("/asset/../img/new/fondo-3.png");    
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
    height: auto;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5rem;
    float: left;

    background-color: #fff;
    background-attachment: fixed;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 0;
    padding-top: 5rem;
}

.distribuidor-img{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 5rem;
    width: 100%;
}
.wrap-distribuidor{
    width: 85%;
    margin: 0 auto;
}
.wrap-distribuidor .titulo{
    line-height: 0.8em;
}
.distribuidor-img a{
    width: 29%;
}
.distribuidor-img .bann-distribuidor{
    width: 66%;
}

.dist-wrap.dist{
    height: 50px;
    max-width: 300px;
    width: 100%;
    width: 300px;
    right: -260px;
    bottom: 200px;
    position: fixed;
    transition: all 0.5s;
    
}

.dist-wrap.dist:hover{
    right: 0;
    /* animation-name: mover;
    animation-duration: 0.5s;
    animation-fill-mode: forwards; */
}
/* @keyframes mover {
    0% {
      width: 40px;
    }
    100% {
      width: 300px;
    }
  } */


.dist-wrap.dist div{
    margin: auto 0;
    /* width: 300px; */
    max-width: 100%;
    /* opacity: 0; */
}

.distribuidor-text strong{
    font-size: 1.2rem;
    
}
/** Siguenos **/

#Siguenos{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 7rem;
    float: left;
}

#Siguenos .wrap-siguenos{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
#Siguenos .wrap-siguenos>img{
    width: auto;
}
#Siguenos .wrap-siguenos p.big{
    width: auto;
    line-height: 1em;
}
#Siguenos .wrap-siguenos .social{
    width: auto;
}
.wrap-siguenos .social{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.wrap-siguenos .social img{margin: auto 1rem;}

/*** Contacto ***/
footer{
    width: 100%;
    float: left;
    margin: 0;
}
#Footer{width: 100%;float: left;display: flex;flex-direction: row;flex-wrap: wrap;margin-top: 4rem;}

.ubicaciones{width: 50%;}
.Mapas{

}
.mapa-titulo{background-color: #000;display: flex;flex-direction: row;padding: 1.5rem 2.5rem;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.mapa-titulo h2{
    font-size: 2rem;
    margin: 0;
    font-weight: 400;
    margin: 15px 0;
}

.mapa{width: 100%;}

.sel-ubicacion {
    width: 280px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sel-ubicacion {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    height: 3rem;
    cursor: pointer;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 999px;
    width: 252px;
}

.sel-ubicacion-title{
    display: flex;
    font-weight: 700;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.sel-ubicacion-title img{
    width: 16px;
    height: 10px;
}
.sel-ubicacion-box.cats, .sel-ubicacion-box.asc-desc {
    width: 100%;
    left: 0px;
    height: auto;
    z-index: 10;
}
.sel-ubicacion-box .sel-box {
    padding: 5px;
}
.sel-ubicacion-box .sel-box {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.sel-ubicacion-box .sel-box, .sel-ubicacion-title {
    font-size: 0.875rem;
    line-height: 2rem;
}
.sel-ubicacion-box p {
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    line-height: 2rem;
}
.sel-ubicacion p, .buscar-libre::placeholder {
    --tw-text-opacity: 1;
    color: rgb(59 59 59 / var(--tw-text-opacity));
}

.sucursal p.med{margin: 1rem;}
.sucursal p:not(.med){
    line-height: 1.4em;
}
.sucursal a{
    color: #000;
    text-decoration: underline;
}
.directorio{display: flex;flex-direction: row;flex-wrap: wrap;padding: 3rem;justify-content: space-between;background-color: #f1f4f7;}
.directorio .sucursal{width: 50%;text-align: center;margin-top: 1rem;}

.Contacto{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.matriz{
    text-align: center;
}
.matriz a{
    font-size: 1.4rem;
    text-decoration: underline;
    color: #000;
}
.wrap-contacto{
    width: 55%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 3rem; */
}

.wrap-contacto .logo{
    max-width: 320px;
    width: 100%;
    margin: auto;
    margin-bottom: 2rem;
}
.matriz p{
    line-height: 1.5rem;
}
.matriz p.med{
    margin-bottom: 10px;
}

.dudas{
    margin-top: 0;
    margin-bottom: 3rem;
}
/** formulario **/

form{
    width: 100%;
}
.input.form-control {
    /* border-width: 2px; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    border: none;
    background-color: #f1f4f7;
    border-radius: 999px;
    padding-left: 5% !important;
    padding-right: 5% !important;
    width: 90%;
}

.input {
    margin-bottom: 0.75rem;
    width: 99%;
    /* padding: 1rem; */
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
textarea {
    resize: vertical;
}
input::placeholder,
textarea::placeholder {
    text-align: center;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

#submit, 
#form-send{
    border-width: 0;
    font-size: 1.3rem;
}

#form-send:hover{
    cursor: pointer;
}

#submit:hover{
    cursor: pointer;
}

.serDistFooter{
    margin-bottom: 5rem !important;
}

.text-danger{
    color: red;
    display: block;
    margin-bottom: 10px;
}

.alert-success,
.alert-danger{
    color: red;
    display: block;
    font-size: 1.3rem;
    margin-bottom: 50px;
}
.alert-success{
    color: rgb(47, 255, 85) !important;
    text-align: center;
}
.alert-fallo{
    color: red;
    display: block;
    font-size: 1.3rem;
    text-align: center;
}
.alert-exito{
    color: rgb(47, 255, 85) !important;
    display: block;
    font-size: 1.3rem;
}
/**** COPYRIGHT ***/
.copyright{
    width: 100%;
    float: left;
    background-color: var(--azul);
    /* height: 130px; */
    height: 100%;
    padding: 10px 0px;
}

.copyright p{
   color: #fff !important;
}

.copyright .copy-text{
    text-align: center;
    padding: 0 6px
}

.copyright .avisos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    max-width: 714px;
}

.copyright .avisos .aviso-col a{
    color: #fff;
    float: right;
}
.responsivo{
    display: none;
}
/**** PAISES BANDERAS  ***/
.pais-select{
    display: flex;
    flex-direction: column;
    width: 310px;
    margin: 0 auto;
}

.pais-select ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-around;
    padding: 0;
}

/*** submenu fixed ***/
/* #Header.menuFixed #MenuItems {
    align-items: center;
    padding-top: 0 !important;
    justify-content: center;
} */

/* #Header.menuFixed .item-productos{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
/* #Header.menuFixed .item-productos span:first-child{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
} */


.cuadros-swipe{
    height: 62rem;
    margin-top: 0 !important;
}


.menuFixed #MenuItems{
    height: 50px !important;
}

#Header.menuFixed .item-productos{
    flex-direction: column;
    height: 100%;
}

/***** MEDIA *****/

@media (min-width: 480px){
    .btnBanner{
        font-size: 1vw;
        line-height: 1;
    }
}

@media (min-width: 580px){
    .BannerTop{
        height: 57vw;
    }
 
    .sel-ubicacion-box .sel-box, .sel-ubicacion-title {
        font-size: 1vw;
        line-height: 1.5rem;
    }
}

@media (min-width: 1200px){
    .sel-ubicacion {
        margin-right: 0.75rem;
        margin-top: 0px;
        height: 2.5rem;
        padding: 0.25rem;
    }
}

@media (min-width: 1280px){
    .menuFixed #MenuItems li span{
        margin-top: 0;
        margin-bottom: 0;
    }
    .inner-menu a,
    .inner-menu a img{
        width: 10rem;        
        margin-right: 1.75rem;
        margin-left: auto;
        display: block;
    }
    .inner-menu a img{
        margin: 0 auto;
    }
    .hamburguesa{
        display: none;
    }
    #MenuItems{
        background-color: transparent;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        height: auto;
    }
    .nav-item {
        float: none;
        margin-right: 1.75rem;
        display: inline;
        width: auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    .menu-distribuidor:not(.dist-flotante){
        display: inline-block;
        width: 100%;
        width: auto;
    }
    .BannerTop{
        height: 47rem;
    }
    .btnBanner{
        font-size: 1vw;
        line-height: 1.5vw;
        padding-left: 1vw;
        padding-right: 1vw;
    }
    .dist-wrap div{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .sel-ubicacion {
        height: 3rem;
        padding: 0.5rem 24px;
    }
}
@media (min-width: 1366px){
    .sel-ubicacion, .sel-ubicacion-box {
        width: 252px;
        background-color: #fff;
        border-radius: 999px;
    }
}
@media (min-width: 1536px){
    .inner-menu a,
    .inner-menu a img{
        width: 12rem;
    }
    .nav-item {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .BannerTop{
        height: 52rem;
    }
    .dist-wrap div{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .section-dental{
        margin-top: 11rem;
    }
    .section-medico{
        margin-top: 14em;
    }
    .section-ropa{
        margin-top: 11rem;
    }
    .input.form-control {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1920px){
    #MenuItems li a,
    #MenuItems li span{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }   
    .BannerTop{
        height: 68rem;
    }
    .section-dental{
        margin-top: 18rem;
    }
    .section-medico{
        margin-top: 8rem;
    }
    .section-ropa{
        margin-top: 20rem;
    }
}

@media (min-width: 2559px){
    html{
        font-size: 20px;
    }
    #Header{
        height: 10rem;
    }
    .inner-menu a,
    .inner-menu a img{
        width: 14rem;
    }
    #MenuItems li a{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .BannerTop{
        height: 74rem;
    }
    .btnBanner{
        font-size: 1.875rem;
        line-height: 2.25rem;
        padding: 1.5rem;
    }
    .section-dental{
        margin-top: 37rem;
    }
}
@media (max-width: 1536px){
    #Siguenos .wrap-siguenos{
        width: 100%;
    }
    .menu-distribuidor.dist-flotante{
        right: 50px !important;
    }
}
@media (max-width: 1440px){
    .section-dental .div-text ul li,
    .section-medico .div-text ul li,
    .section-ropa .div-text ul li{    
        font-size: 0.85rem;
    }   
    .section-dental{
        margin-top: 13rem;
    }
    .section-medico{
        margin-top: 19rem;
    }
    .section-ropa{
        margin-top: 10rem;
    }

    #Eco-Friendly .eco-text .big{
        font-size: 3rem;
        margin: 2rem 0;
    }
    p.big{
        font-size: 3rem;
    }
    .wrap-siguenos .social img{
        width: 54%;
    }
}
@media (max-width:1367px){
    .section-dental{
        margin-top: 10rem;
    }
    .section-medico{
        margin-top: 20rem;
    }
    .section-ropa{
        margin-top: 8rem;
    }
    #Siguenos .wrap-siguenos p.big{
        width: 47%;
    }
}
@media (max-width:1280px){
    .img-banner-bg {
        height: 94% !important;
    }
    /* #Header.menuFixed #MenuItems{
        justify-content: flex-start !important;
    } */
}
@media (max-width:1279px){
    .responsivo{
        display: block;
    }
    #menu{
        display: block !important;
        width: 100% !important;
        margin-left: unset !important;
        margin-right: unset !important;

    }
    .inner-menu{
        padding-left: 3rem;
        padding-right: 3rem;
        padding: 0;
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .menuFixed .showNavItem{
        color: rgba(0,0,0,0.7) !important;
    }
    .item-productos{
        flex-direction: column;
    }
    .product-sub{
        position: relative;
        left: 0;
        top: 0;
    }

    .caja-bann{
        width: 40%;
        height: 79%;
        left: 0;
        top: 219%;
        transform: translate(-0%, -219%);
    }
    #MenuItems .dist-wrap{
        z-index: 0;
        position: relative;
    }
   
    .hamburguesa{
        width: 3rem;
        position: relative;
        right: 10px;
    }
    .div-1{
        margin-top: 11rem;
    }
    .section-dental{
        margin-top: 12rem;
    }
    .section-medico{
        margin-top: 23rem;
    }
    .section-ropa{
        margin-top: 12rem;
    }
    .distribuidor-img a{
        /* width: 30%; */
    }
    .distribuidor-img .bann-distribuidor{
        width: 65%;
    }
    .sel-ubicacion-box {
        width: 400px;
        left: unset;
        max-width: 100%;
    }
    #MenuItems{
        margin-top: 0;
    }
    .item-productos{
        height: auto;
    }
    .item-productos a{
        margin-top: 0.75rem !important;
    }
    #Header.menuFixed #MenuItems{
        align-items: center;
        z-index: 9999;
    }
   
    .logo-menu{
        width: 11.5rem;
        height: 4rem;
        background-size: contain;
    }
    .mapa-titulo h2{
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 1200px){    
    #Content{
        background: none !important;
    }
    .Wrap{
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #Empresa{
        width: 90%;
        margin: 0 auto;
    }
    .wrap-productos{
        width: 100%;
    }
    .div-img {
        width: 95% !important;
        margin-top: 0;
        position: relative;
        margin: 0 auto;
        float: unset;
        left: 4%;
    }
    .div-text{
        width: 80% !important;
        float: unset;
        margin: 0 auto;
        background-color: transparent !important;
        margin-top: 2rem;
        top: unset;
    }
    .div-text .titulo{
        text-align: left;
        font-size: 2.5rem;
    }
    .wrap-siguenos .social img{
        width: 54%;
    }
    #Siguenos .wrap-siguenos p.big{
        width: auto;
        /* margin-left: 3%; */
        font-size: 2.5rem;
    }
    .sel-ubicacion{
        width: 300px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin: 10px 0 10px auto;
    }
    #Productos h2{
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .section-guantes,
    .section-dental,
    .section-medico,
    .section-ropa{
        margin-top: 1rem;
        background-color: #242424;
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 4rem;
    }    
    .section-guantes,
    .section-ropa{
        background-color: transparent;
        flex-direction: column;
    }
    .section-ropa{
        flex-direction: column-reverse !important;
    }
    .section-guantes .div-text,
    .section-dental .div-text,
    .section-medico .div-text,
    .section-ropa .div-text {
        background-color: transparent !important;
        z-index: 10;
        top:  unset;
        float: unset;
        position: relative;
        margin-top: 0;
        width: 88% !important;
    }
    .section-dental .div-img,
    .section-medico .div-img{
        background-color: transparent !important;
        margin-top: 2rem;
        top: unset !IMPORTANT;
        left: -2%;
    }
    .div-text .box{
        top: unset;
        width: 88%;
        top: -3rem;
    }
    .div-text .box ul{
        padding: 0% 4%
    }
    .div-text .box ul:first-child{
        margin-bottom: 0;
        margin-top: 0;
    }
    .div-text .box ul:nth-child(2){
        margin-top: 0;
    }
    .box .subtitulo{
        margin-top: 0;
    }
    /**medico**/
    .section-medico{        
        background-color: #3674ee !important;  
        flex-direction: column;              
        margin-top: 0;
    }
    .section-medico .div-img{
        left: 4%;
    }

    /*** ECO **/
    #Eco-Friendly{
        margin-top: 0;
        background-image: url("/asset/../img/new/eco-friendly-banner-movil.jpg");
        background-attachment: initial !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #Eco-Friendly .eco-text{
        display: none;
    }
    .movil{
        display: block !important;
    }
    .eco-text.movil{
        float: left;
    }
    .eco-text.movil div{
        width: 90%;
        margin: 0 auto;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    /*** 30 años ***/
    #Treinta{
        margin-top: 0rem;
        padding-top: 0 !important;
        padding-bottom: 2rem !important;
    }
    #Treinta .titulo{
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        text-align: center;
    }
    .wrap-treinta .side,
    #Treinta .text{
        width: 80%;
        max-width: 100%;
        margin: 0 auto;
    }
    #Treinta .text h3{font-size: 2rem;}
    #Treinta .text .peq{
        font-size: 1rem;
    }
    /** Se distribuidor **/
    #SerDistribuidor{
        background: none;
        padding-top: 0;
    }
    .desk{
        display: none !important;
    }
    .bann-distribuidor-movil{
        width: 100%;
    }
    .distribuidor-text{
        margin-top: 3rem;
    }
    .distribuidor-img a{width: 100%;}
    .dist-wrap.dist{
        width: 306px;
        max-width: 320px;
        margin: 0 auto;
        padding-left: 7px;
        padding-right: 7px;
        justify-content: space-around;
    }
    /*** Siguenos Social ***/
    #Siguenos .wrap-siguenos{
        width: 90%;
    }
    #Siguenos{
        margin-top: 0px;
    }
    /** Mapa **/
    .ubicaciones,
    .Contacto{
        width: 100%;
    }
    .sel-ubicacion-title{
        padding: 0 10px;
    }
    /** COntacto **/
    .Contacto{
        margin-top: 2rem;
        margin-bottom: 4rem;
    }
    .wrap-contacto{
        margin-bottom: 3rem;
    }
    .serDistFooter{
        margin-bottom: 0rem !important;
    }
    .eco-text.movil img{
        max-width: 180px;
    }
}

@media (max-width: 767px){
    #Treinta .titulo{
        font-size: 3rem;
    }
    .wrap-distribuidor .titulo{
        font-size: 2rem;
        word-break: break-word;
        line-height: 1;
    }
    .bloqueo.modal h2{
        font-size: 19px;
    }
}

@media (max-width: 730px){
    .copyright{
        height: auto;
    }
    .copyright .avisos{
        justify-content: center;
        max-width: 100%;
        width: 98%;
    }
    .copyright .avisos .aviso-col{
        width: 100%;
        text-align: center;
    }
    .copyright .avisos .aviso-col a{
        float: none;
    }
    .copyright .avisos .aviso-col p{
        margin: 5px;
    }
}

@media(max-width: 680px){
    .btnBanner{
        display: block;
        float: left;
        position: relative;
        margin-top: 10px;
    }
}

@media (max-width:580px){
    .m580{
        display: block !important;
    }
    .inner-menu{
        height: 4rem;
    }
    .logo-menu{
        width: 8rem;
        height: 3rem;
        background-size: contain;
    }
    #Content>.Wrap:first-child{
        margin-top: 12rem;
    }
    .img-banner-bg{
        height: 100% !important;
    }
    .Textos-Banner{
        width: 62%;
    }
    .titulo-banner{
        font-size: 5.5vw;
    }
    .caja-bann {
        width: 400px;
        height: 361px;
        left: 0;
        top: 144%;
        transform: translate(-0%, -144%);
        max-width: 90%;
    }
    .section-guantes .div-1,
    .section-guantes .div-2 {
        width: 100%;
    }
    .wrap-treinta .side, #Treinta .text{
        width: 100%;
        max-width: 100%;
    }
    #Siguenos .wrap-siguenos p.big{
        font-size: 2rem;
    }
    .dist-wrap.dist
    {
        right: unset;
        width: 90%;
        margin: 0 auto;
        max-width: 98%;
        /* border-radius: 0; */
        bottom: 0;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .grecaptcha-badge{
        bottom: 124px !important;
    }
    .copyright{
        margin-bottom: 74px;
    }
    .BannerTop{
        height: 28rem;
    }
    #Empresa{
        padding-top: 3rem !important;
    }
    #Empresa img{
        width: 150px;
    }
    .hamburger-box{
        width: 33px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
        width: 33px;
    }
    .menuFixed .logo-menu{
        width: 8rem;
        height: 4rem;
        background-size: contain;
    }
    .wrap-treinta .side img{
        width: 85%;
    }
    .inner-menu>a{
        height: 3rem;
    }
    .wrap-contacto .logo{
        width: 180px;
    }
    #Treinta .titulo{
        font-size: 2.5rem;
    }
    .eco-text.movil .big{
        font-size: 2.5rem;
        line-height: 1;
    }
    .eco-text.movil div{
        margin-top: 2rem;
    }
    .btnBanner{
        font-size: 12px;
    }
}
@media (max-width: 640px){
    #Empresa .desc strong{
        font-weight: 400;
    }
    #Productos h2{
        font-size: 1.5rem;
    }
    #Productos h2 br{
        display: none;
    }
    .div-text .box{
        top: 0;
    }
    #Eco-Friendly .eco-text .big{
        font-size: 1.75rem;
    }
    .sel-ubicacion{
        margin: 10px auto;
    }
    .mapa-titulo h2{
        margin: 0 auto;
        font-size: 1.8rem;
    }
    .directorio .sucursal{
        width: 100%;
    }
    .directorio{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    /*** Contactto **/

    .wrap-contacto{
        width: 80%;
    }
}

@media (max-width: 480px){
    /* .btnBanner{
        display: none;
    } */
}
@media (max-width:380px){
    .Textos-Banner{
        width: 85%;
    }
    .titulo-banner{
        font-size: 7.5vw;
    }
    .caja-bann{
        width: 400px;
        height: 300px;
        left: 0;
        top: 119%;
        transform: translate(-0%, -119%);
        max-width: 90%;
    }
    .div-text .titulo{
        font-size: 2.4rem;
    }
    #Treinta .titulo{
        font-size: 2rem;
        line-height: 1;
    }
    .eco-text.movil p.big{
        font-size: 2rem;
    }
    .wrap-siguenos .social img{
        width: auto;
        height: 48px;
    }
    .wrap-treinta{
        margin-top: 20px;
    }
}