.contactoShowMobile{
  display:none;
}
.ocultoDesktop{
  display:none;
}

*{
    font-family: 'Lato', sans-serif;  
  }/*NAVBAR*/
  
  body{
    overflow-x: hidden;
    width: 100%;
  }

  html{
    width: 100%;
  }
  #ImageLogo{
    max-width: 262px;
        position: relative;
    bottom: 8px;

  }
  #Contacto #logoBot{
    max-width: 313px;
  }

#NavBar {
  width: 100%;
  padding-top:13px;
  padding-bottom: 0px;
  position: relative; /* ✅ ESTA LÍNEA ES FUNDAMENTAL */
  -webkit-box-shadow: 0px 7px 11px -6px rgba(0,0,0,0.82);
  -moz-box-shadow: 0px 7px 11px -6px rgba(0,0,0,0.82);
  box-shadow: -0px 7px 11px -6px rgba(0,0,0,0.82);
}
#NavBar.menu-scrolled #ImageLogo{
  bottom:-11px;

}
#navbar.menu-scrolled{
  margin-top: -40px;
}
#social-nav{
 
  font-size:16px;
}
#social-nav span,#social-nav a{
  color:rgb(39,78,71);
  padding-left:5px;
  font-size:20px;
}
#social-nav a:last-child{
 
  font-size:1.22em;
}


#social-nav a{
  
  font-weight: 400;
}
#social-nav a:hover{
  text-decoration: none;
  font-weight: 600;
}

#navbarSupportedContent li a{
  
  color:rgb(39,78,71);
  font-weight: 700;
   text-transform: uppercase;
  font-size:17px;

}
#navbarSupportedContent ul li{
  margin-left:15px;
}
#navbarSupportedContent li a:hover{
   text-shadow: 1px 0 0 currentColor;
  }
  #navbarSupportedContent .navbar-nav{
    padding-left: 40px;
    margin-right: -40px;

  }
#NavBar #ferreteriaBtn .LogoFerre img{
  margin-right: 7px;
  padding-bottom:6px;
}
button:focus {outline:0;}



#FerreteriaBtnmobile{
  display: inline-block;
  padding:5px 40px 5px 40px;
      color: rgb(39,78,71);
      background-color: rgb(254,248,126); 
}

#NavBar .FerreSelected{
     color: rgb(254,248,126)!important;
      background-color:rgb(39,78,71)!important;
}

   #NavBar  #ferreteriaBtn:hover{
    font-weight: 900;
   }
#ImageLogo.logo-scrolled {
    max-height: 90px;
    width: auto;
}
.menu-scrolled.collapse.navbar-collapse.pr-0.mt-5{
  display:none;
}

 

/* ESTAMOS ACA Y MAPAS */
#EstamosAca {
  background: rgb(254,248,126) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem !important;
  min-height: 100px;
  max-height: 180px;
  height: auto !important;
  overflow: hidden;
  border-bottom: 4px solid #1c5b42;
}

/* Ajuste responsive */
@media screen and (max-width: 768px) {
  #EstamosAca {
    padding: 1.5rem 1rem !important;
  }
}

/* Teléfono girado */
span.fas.fa-phone {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

/* Ocultar mapas en mobile */
#MapasHomeMobile {
  display: none;
}
  
 }
#MapasHomeDesktop{
  background: rgb(39,78,71);
  padding-top:2px;
    padding-bottom:2px;
}
#MapasHomeDesktop h2,#MapasHomeMobile h2{
  padding-bottom:2px;
padding-top:6px;
  color: white;
}
#MapasHomeDesktop strong,#MapasHomeMobile strong{
  font-weight: 300;
  margin-left:10px;
}
 
 #MapasHomeMobile h2{
  font-size:1.3em;
  font-weight: 900;
 }
 #MapasHomeMobile .mapa1{
  z-index:0;
  margin-bottom: -10px;
}
 #MapasHome h2 strong{
  font-weight: 200;
 }
  #MapasHomeMobile .datosUbicacion{
    
    background: rgb(39,78,71);
    color:white;
    height:auto;
  }
  #MapasHomeDesktop .datosUbicacion span{
    margin-right:5px;
  }
.datosUbicacion a{
  color:white;
  -webkit-transition: all linear .4s;
  -moz-transition: all linear .4s;
  -o-transition: all linear .4s;
  transition: all linear .4s;
}
.datosUbicacion a:hover{
  text-decoration: none;
  color:rgb(254,248,126);
    -webkit-transition: all linear .4s;
  -moz-transition: all linear .4s;
  -o-transition: all linear .4s;
  transition: all linear .4s;
}
 .mapa1,.mapa2{

  /*width: 50%;*/
-webkit-box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.75);
box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.75);
padding:0;
    margin:0;
    border:0;
    height: 75vh;
    display:inline-block;
    position:relative;
 }
  .mapa1{
    
  -webkit-box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.75);
box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.75);
  z-index:9; 
 }
 .mapa1 iframe{
    z-index:9;
 }

  .mapa2 iframe{
    z-index:0;
 }
 .mapa2{
  margin-left:-5px;
  z-index:0; 

 }

 /*PRODUCTOS VETERINARIOS*/

#ProductosVeterinarios{
  background-image: url("../img/Home/Background/productosVeterinarios.png"); 
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

 #ProductosVeterinarios h1{
  margin-top:5vh;
  
  font-weight: 700;
   text-transform: uppercase;
   font-size:50px;
 }
  #ProductosVeterinarios p{
 
  font-weight: 300;
 font-size: 1.8em;
  }
  #ProductosVeterinarios abbr{
    text-decoration: none;
  }
 #ProductosVeterinarios header{
  color:rgb(39,78,71);
  margin-bottom:10vh;
 }
  #ProductosVeterinarios div:first-of-type{
    margin-bottom: 3vh;
  }
  #productoVeterinarioIco p{
    display:inline;
    text-transform: uppercase;
  
  font-weight: 400;
  color:rgb(39,78,71);
  font-size: 1.2em;
  }
  #productoVeterinarioIco img{
    padding-right: 5px;
  } 
 

.antiparasitarios{
  background: url(../img/Home/Background/prodVet.png) 0 0;
}

/*NUTRICION ANIMAL*/


#NutricionParallax{
   background-image: url("../img/Home/Background/imagenes-vacas.png");
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   height: 60vh; 
}
#NutricionAnimal {
  padding-bottom:30px;
}
#NutricionAnimal h1{
   
  font-weight: 700;
   text-transform: uppercase;
   font-size:50px;
  padding-top:8vh;
  color:rgb(39,78,71);
}

/*AGROQUIMICOS*/
#AgroquimicosParallax{
   background-image: url("../img/Home/Background/fumigadora.png");
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   height: 60vh; 
}

#Agroquimicos h1{
  
  font-weight: 700;
   text-transform: uppercase;
   font-size:50px;
   padding-top:6vh;
   padding-bottom: 0px;
  color:rgb(39,78,71);
}

 #Agroquimicos p{
 
  font-weight: 300;
 font-size: 1.6em;
  }
  #Agroquimicos header span{
    padding-left: 4px;
    padding-right: 4px;
    color:white;
    background-color:rgb(39,78,71);
  }
  #Agroquimicos img{
    margin-top:6vh;
  }




/*ALAMBRADOS*/

#Alambrados{
  margin-top:7vh;
  padding-bottom: 80px;
  background-image: url("../img/Home/Background/alambrados.png");
  background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  background-position: right;
}
 #Alambrados header{
  background: rgb(254,248,126);
  padding:30px;
  margin-bottom: 40px;
  
 }
 #Alambrados h1{
  text-transform: uppercase;
   font-size:50px;
  
  text-align: center;
 
  font-weight: 700;
  color:rgb(39,78,71);
 }
  #Alambrados p{

  font-weight: 300;
 font-size: 1.4em;
 margin-bottom: .7rem;
  }
  #Alambrados h2{
    font-size:1.2em;
    width: 80%
  }


  #Alambrados .alambrados{
    background: rgba(255,49,0,.5);
    border-radius: 10px;
   
  }
  #Alambrados .alambrados h2{
      color:rgb(255,49,0);
      background-color:white;
  }
  #Alambrados .alambrados p{
    color:white;
  font-weight: 400;
  }
  #Alambrados .alambrados img{
    position: absolute;
    margin:auto;
    left:0;
    right: 0;
    bottom:20px;
  }

    #Alambrados .accesorios{
    background: rgba(254,248,126,.5);
    border-radius: 10px;
  }
  #Alambrados .accesorios h2{
      color:rgb(255,49,0);
      background-color:white;
  }
  #Alambrados .accesorios p{
    color:#6f6f6f;
    
  font-weight: 400;
  }

   #Alambrados .accesorios img{
    position: absolute;
    margin:auto;
    left:0;
    right: 0;
    bottom:20px;
  }

 #Alambrados .electrificadores{
    background: rgba(0,76,69,.5);
    border-radius: 10px;
  }
  #Alambrados .electrificadores h2{
      color:rgb(0,76,69);
      background-color:white;
  }
  #Alambrados .electrificadores p{
    color:white;
    font-size: 1.4em;
  font-weight: 400;
  }
   #Alambrados .electrificadores img{
   
    margin:auto;
    
    left:0;
    right: 0;
   
  }

  #Alambrados .electrificadores.container-fluid{
 position: absolute;
    margin:auto;
    left:0;
    right: 0;
    bottom:0;
padding:0;
}

#Alambrados div{
  padding:20px;
  margin-left: 10px;
  padding-bottom:0px;
}






/*TRAYECTORIA*/

#Trayectoria{
   background-image: url("../img/Home/Background/trayectoria.png"); 
   background-size: cover;
}
#Trayectoria header{
  padding-top:10vh;
   margin-bottom:10vh;
}
#Trayectoria img{
  width: 60px;
}
#Trayectoria h1{
  color:white;
  
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
}
#Trayectoria p{
  color:white;
  font-size: 1.4em;
  margin-bottom:0px;
  padding-top:5px;
  padding-bottom: 10px;
  font-style: italic;
  font-weight: 400;
}
#Trayectoria span{
  font-size: 1.2em;
  margin-top:10vh;
  margin-bottom: 10vh;
   
  font-style: italic;
  font-weight: 400;
}







/*CONTACTO*/
#Contacto{
  background-color: rgb(254,248,126);
  padding-top:80px;
   padding-bottom:40px;
  color:rgb(39,78,71);
}

#Contacto #navBot{
  margin-top:25px;
}
#Contacto #navBot ul{
  margin-top:25px;
}

#Contacto #navBot a{
  color:rgb(39,78,71);
  margin-left:5px;
  font-weight: 400;
  font-size: 25px;
}
#Contacto #navBot a:hover{
font-weight: 600;
}

#MensajeContacto {
  font-weight: 800;

}
#MensajeContacto.error{
    color: red!important
}
#MensajeContacto.success{
    color: rgb(39,78,71)!important
}








#Contacto h1{
 padding-left:0px;
 margin-bottom: 0;
  font-weight: 900;
  text-transform: uppercase;
}
#Contacto h2{
  padding-left: 0px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: left;
  font-size: 33px;

}
#Contacto h3{
  display: inline-block;
   padding:3px 8px 3px 8px  ;
  font-weight: 700;
  text-transform: uppercase;
  color:rgb(254,248,126);
  background-color:rgb(39,78,71); 
  font-size: 17px;
}
#Contacto h3 span{
  font-size: .7em;
}
#Contacto li{
  
  font-weight: 300;
}
#Contacto li strong{
  font-weight: 900;
}
#Contacto li a{
  color:rgb(39,78,71);
}

#Contacto #navBot li a:hover{
  background: none;
} 
#Contacto li a:hover{
  color:white;
  text-decoration: none;
  background-color:rgb(39,78,71);
  padding:2px 7px 2px 7px;
}


#Contacto input,#Contacto textarea{
  margin-top:3vh;
border:none;
padding:2vh;
resize:none;
font-size: 20px;

}
input[type="email"]::-webkit-input-placeholder {
  color: orange;
}

#Contacto form{
  padding-left:0px;
}
#Contacto input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:rgb(39,78,71);
    opacity: 1; /* Firefox */
}

#Contacto .row ul li{
  font-size: 18px;
}

#Contacto input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:rgb(39,78,71);
}

#Contacto input::-ms-input-placeholder { /* Microsoft Edge */
    color:rgb(39,78,71);
}
#Contacto textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
     color:rgb(39,78,71);
    opacity: 1; /* Firefox */
}

#Contacto textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
     color:rgb(39,78,71);
}

#Contacto textarea::-ms-input-placeholder { /* Microsoft Edge */
     color:rgb(39,78,71);
     heigth
}
#Contacto input[type=submit]{

 float: right;
  color:white;
  background-color:rgb(39,78,71); 
}
/*------------------------------------------ACA EMPIEZA LA SECCION FERRETERIA*/
#FerreteriaWrapper{
  background-color: rgb(39,78,71);
}




#FerreteriaUbicacion{
  
  padding-bottom: 5px;
  padding-top: 5px;
  background: rgb(9,73,66);
}
#FerreteriaUbicacion h1{
color:rgb(39,78,71);
}
#FerreteriaUbicacionMobile .DatosUbicacionFerre h1{
  color:rgb(39,78,71);
}
#FerreteriaUbicacionMobile h1{
  color:rgb(254,248,126);
}
#FerreteriaUbicacionMobile{
  display: none;
}
#FerreteriaUbicacionMobile img{
  max-width:100%;
}
#FerreteriaUbicacionMobile .DatosUbicacionFerre{
  border:none;
  margin-top: -5px;
}
#FerreteriaUbicacion .DatosUbicacionFerre>div:first-of-type{
  height: 100%;
}
#FerreteriaUbicacionMobile .DatosUbicacionFerre strong{
  font-weight: 900;
}
#FerreteriaUbicacionMobile #navFerre h1{
  text-align: center;
  margin-bottom:0px;
  padding-bottom:15px;
  font-size:24px;
}
#FerreteriaUbicacionMobile .DatosUbicacionFerre h2{
  text-align: center;
  display: block;
}
#FerreteriaUbicacionMobile ul li{
  text-transform: uppercase;
    text-decoration: none;
    display: inline;
    font-size: 12px;
    color: rgb(254,248,126);
    font-weight: 400;
}
#FerreteriaUbicacionMobile ul li:after{
   content: "-";
}
#FerreteriaUbicacionMobile ul li:last-child:after{
     content: "";
}

#FerreteriaUbicacion ul li{

  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline;
  color:rgb(254,248,126);
  font-weight: 400;
}
.mapa3{
  padding:0px;
  height: 100%;
}
#FerreteriaUbicacionMobile .mapa3{
  height: 40vh;
}
#FerreteriaUbicacion ul li:after{
   content: "-";
}
#FerreteriaUbicacion ul li:last-child:after{
     content: "";
}
.DatosUbicacionFerre{
  background-image: url("../img/Ferreteria/Background/ubicacionBack.png"); 
  text-transform: uppercase;
  background-size: cover;
  border-left: 5px solid rgb(39,78,71);
  background-repeat: no-repeat;
  text-align: center;
}

.DatosUbicacionFerre h1,h2{
  text-align: right;
  display:inline-block;
  margin-top: 0px;
  color:rgb(39,78,71);
font-weight: 600;
}
.DatosUbicacionFerre h1,h2{
  font-size: 20px;
}
.DatosUbicacionFerre h3{
  display: inline-block;
  padding:7px 20px 7px 10px;
  font-size: 24px;
  background-color:rgb(39,78,71);
  color:rgb(254,248,126); 
}
#navFerre h1{
  color:rgb(254,248,126);
  font-size:30px;
  margin-top:40px;
  padding-bottom: 30px;
  font-weight: 400;
  text-transform: uppercase;
}


#MaquinasParallax{

  overflow: hidden; 
   background-image: url("../img/Ferreteria/Background/stihl-01.jpg");
  background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
   height: 70vh; 
}
#MaquinasParallax h1{
  text-transform: uppercase;
  padding:10px;
   padding-right: 60px;
  display: inline;
  position:relative;
  top:10px;
  left: 10%;
  font-size: 20px;
  font-weight: 400;
  color:white;
  background-color: rgb(39,78,71);
  -webkit-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
}
#stilImageContainer{
  margin-top: 17vh;
}
#stihlImage{
  height:28vh;
}
#SliderHerramientas {
  margin-top: -26px;
}
#SliderHerramientas h1{
  z-index: 1;
  text-transform: uppercase;
  padding:10px;
   padding-right: 60px;
  display: inline;
  position:relative;
  top:36px;
  left: 10%;
  font-size: 20px;
  font-weight: 400;
  color:white;
  background-color: rgb(39,78,71);
  -webkit-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
}
#Ferrum {
 
   overflow: hidden; 
   background-image: url("../img/Ferreteria/Background/ferrum-01.png");
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
   height: 60vh;
 
}
#ferrumImageContainer{
  margin-top: 9vh;
}
#ferrumImage{
  height:28vh;
}
#Ferrum h1{
  text-transform: uppercase;
  padding:10px;
   padding-right: 60px;
  display: inline;
  position:relative;
  top:10px;
  left: 10%;
  font-size: 20px;
  font-weight: 400;
  color:white;
  background-color: rgb(39,78,71);
  -webkit-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
}
#iluminacion{
  margin-top:-26px;
}
#iluminacion h1{
  z-index: 9;
  text-transform: uppercase;
  padding:10px;
   padding-right: 60px;
  display: inline;
  position:relative;
  top:36px;
  left: 10%;
  font-size: 20px;
  font-weight: 400;
  color:white;
  background-color: rgb(39,78,71);
  -webkit-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
}
#Motores{
  margin-top:-24px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27443d+16,27443d+16,ffffff+96 */
background: #27443d; /* Old browsers */
background: -moz-linear-gradient(left, #27443d 10%,#27443d 1%,#ffffff 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #27443d 10%,#27443d 1%,#ffffff 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #27443d 10%,#27443d 1%,#ffffff 75%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27443d', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#Motores h1{
  z-index: 9;
  text-transform: uppercase;
  padding:10px;
   padding-right: 60px;
  display: inline;
  position:relative;
  top:36px;
  left: 10%;
  font-size: 20px;
  font-weight: 400;
  color:white;
  background-color: rgb(39,78,71);
  -webkit-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
}
#natClorWrapper{
  padding-top:2px;
  background: #27443d; /* Old browsers */
background: -moz-linear-gradient(left, #27443d 10%,#27443d 1%,#ffffff 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #27443d 10%,#27443d 1%,#ffffff 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #27443d 10%,#27443d 1%,#ffffff 75%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27443d', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
#NatClor{
  margin-top:0px;

background: #27443d; /* Old browsers */
background: -moz-linear-gradient(left, #27443d 10%,#27443d 1%,#ffffff 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #27443d 10%,#27443d 1%,#ffffff 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #27443d 10%,#27443d 1%,#ffffff 75%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27443d', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#NatClor h1{

  z-index: 9;
  text-transform: uppercase;
  padding:10px;
  padding-right: 60px;
  display: inline;
  position:absolute;
  left: 10%;
  font-size: 20px;
  font-weight: 400;
  color:white;
  background-color: rgb(39,78,71);
  -webkit-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
}

#MaterialesConstruccion{
 background-color: rgb(254,248,126);
padding-top:50px;
padding-left: 0px;
padding-right: 0px;
}

#MaterialesConstruccion h1{
 z-index: 9;
  text-transform: uppercase;
  padding:15px;
   padding-right: 60px;
  display: inline;
  position:relative;
  top:-35px;
  left: 10%;
  font-size: 20px;
  font-weight: 400;
  color:white;
  background-color: rgb(39,78,71);
  -webkit-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
box-shadow: 6px 6px 25px -2px rgba(0,0,0,0.75);
}

#carouselExampleIndicators2>.carousel-indicators>li{
  background-color: rgba(0,0,0,.4)!important
}
#carouselExampleIndicators2>.carousel-indicators .active{
    background-color: rgba(0,0,0,1)!important
}



/*MEDIA QUERYS*/
@media screen and (max-width: 1440px){
      #EstamosAca{
           height:100px;
        }
}
@media screen and (max-width: 1280px){
          .contactoNoShowMobile{
            display:none;
          }
          .contactoShowMobile{
            display:block;
          }


          #FerreteriaUbicacion{
            display: none;
          }
          #FerreteriaUbicacionMobile{
            display: block;
            background: rgb(9,73,66);
          }
          #navbarSupportedContent li a{
            font-size: 15px;
          }
}

@media screen and (max-width: 1200px){
  #navbarSupportedContent ul li{
    margin-left: 0;
  }
  #EstamosAca{
    height:90px;
  }
}

@media screen and (max-width: 1024px){/*para laptop o menos*/
          #NavBar #ferreteriaBtn{
            width: 25vw;
          }
          #productoVeterinarioIco p{
            display: block;
          }
          #MapasHomeDesktop{
            display: none;
          }
          #UbicacionHome #MapasHomeMobile{
           display: block;   
          }
}

@media screen and (min-width: 992px){
  #navbarSupportedContent li:first-of-type{
    text-align: center;
  }

}
@media screen and (max-width: 992px){
 #NavBar{
  height:auto;

 } 
 #NavBar.row.pb-4{
  padding-bottom:none!important;
 }
}

@media screen and (max-width: 768px){/*para tablets o menos*/
  #ImageLogo{
    padding-top:10px;
  }
  .DatosUbicacionFerre h1, h2{
    margin-top: 0px;
  }
  .mapa1, .mapa2{
    height:40vh;
  }
#MapasHomeMobile h2{
  font-size:.7em;

}
 #MaquinasParallax{
  height: 50vh; 
}
  #EstamosAca{
    height:60px;
  }

#EstamosAca h1{
  
  font-size:25px;
}
#EstamosAca>h1>span{
  font-size: 15px;
  top:-4px;
  margin-right:5px!important

}

#ProductosVeterinarios h1{
  font-size: 2.3em;
}
#NutricionAnimal h1{
  font-size: 2.3em;
}
#Agroquimicos h1{
  font-size:2.3em;
}
#Alambrados header{
  padding:15px;
}
#Alambrados h1{
    font-size: 2.3em;
}
#Alambrados p{
  font-size: 1.2em;
}
#Alambrados .electrificadores p{
  font-size:1.2em;
}
#Alambrados img{
 display:block;
}
#Trayectoria header{
  padding-top:20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

#Trayectoria h1{
   font-size: 2.3em;
}
#Trayectoria img{
  width: 1.2em;
}
#Trayectoria p{
  font-size: 1em;
}
#Contacto img{
  width: 50%;
}
.carousel-indicators{
  bottom:-5px;
}
#EstamosAca>h1>span{
  top:-4px;
}
#stilImageContainer{
  margin-top: 10vh;
}
#stihlImage,#ferrumImage{
  height:25vh;
}


}
@media screen and (min-width:660px){
   #Alambrados .alambradosMostrarMobile{
    display:none;
   }
}
@media screen and (max-width:660px){
  #Alambrados .alambradosOcultarMobile{
    display:none;
  }
   #Alambrados .alambradosMostrarMobile{
    display:block;
   }
   #Alambrados .alambradosMostrarMobile img{position: relative;}
}

@media screen and (max-width: 600px){
  #logosNutricion{
    height: 80%;
    width: 80%;
  }
  .ocultoDesktop{
    display: block;
  }
  .ocultoMobile{
    display: none!important;
  }
  #natClorWrapper{
    background:rgb(39,78,71)!important;
    padding-bottom: 0px;
  }
 h1.ocultoDesktop{
  margin-bottom: 0px;
  text-align: center;
    color:white;
    font-size: 18px;
  }
  #SliderHerramientas,#Ferrum,#Philips,#iluminacion,#Motores,#NatClor{
    margin-top:0;
  }
  #MaterialesConstruccion{
    padding-top: 0px;
  }

#Alambrados .alambrados,
#Alambrados .accesorios,
#Alambrados .electrificadores {
  margin-bottom: 15px;
}

#Alambrados .alambrados {
  height: auto;
}

#Alambrados .accesorios {
  height: auto;
}

#ContactoLineaVerdeFijo {
  background-color: #1c5b42;
  color: white;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.95rem;
  font-weight: bold;
}

#ContactoLineaVerdeFijo .columna {
  text-transform: uppercase;
  color: white;
}

#ContactoLineaVerdeFijo .telefono {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: normal;
  text-transform: none;
}

#ContactoLineaVerdeFijo .telefono i {
  color: white;
  transform: rotateY(180deg);
}

#ContactoLineaVerdeFijo .telefono a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}

@media (max-width: 480px) {
  #ContactoLineaVerdeFijo {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
}
/* ==== Ajustes para versión mobile ==== */
@media (max-width: 768px) {

  /* Logo principal más chico en mobile */
  #ImageLogo {
    max-width: 180px !important;
    height: auto !important;
    margin: 10px auto !important;
    display: block !important;
  }

  /* Imágenes fluidas y bien proporcionadas */
  img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover;
    display: block;
  }

  /* Carruseles (slider) que mantengan formato en mobile */
  .carousel-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  /* Parallax ajustado a mobile si los usás con imágenes de fondo */
  #NutricionParallax,
  #AgroquimicosParallax {
    background-size: cover !important;
    background-position: center !important;
  }

  /* Evitar que textos como 'Estamos acá' se peguen o desplacen mal */
  #EstamosAca h1 {
    font-size: 24px !important;
    padding: 10px 5px !important;
  }


  #ImageLogo {
    max-width: 180px !important;
    height: auto !important;
    margin: 10px auto !important;
    display: block !important;
    position: relative !important;
    bottom: 0 !important;
  }

  #EstamosAca h1 {
    font-size: 24px !important;
    padding: 10px 5px !important;
  }

  .carousel-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

 }
#BotonFerreteriaFijo {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  background: none;
  border: none;
}

#BotonFerreteriaFijo button {
  background-color: #FEF87E;
  color: #1e1e1e;
  border: none;
  border-radius: 12px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

#BotonFerreteriaFijo button:hover {
  background-color: #fff89e;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

#BotonFerreteriaFijo button i {
  margin-right: 6px;
}

@media (min-width: 769px) {
  #BotonFerreteriaFijo {
    display: none;
  }
}
#BotonFerreteriaFijo button {
  background-color: red !important;
  color: white !important;
  font-size: 20px !important;
}