.border-menu{
  border-bottom: solid 10px #990000;
}

.centrado{
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo h2{
  text-align: center;
  font-weight: bold;
  border-bottom: solid 2px #990000;
}

.titulo-productos{
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #990000;
}

.descarga{
  border-top: solid 2px #990000;
  border-bottom: solid 2px #990000;
}

.border-footer{
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

.logo-footer{
  border-bottom: solid 1px #fff;
}

.menu-footer a{
  color: #fff !important;
}

.menu-footer a:hover{
  color: #990000 !important;
}

.enlace-footer a{
  color:#fff !important;
}

.enlace-footer a:hover{
  color:#990000 !important;
}


.imagen-producto1:hover{
  content:url("/images/postes-y-estructuras-de-acero-OVER.png");
}

.imagen-producto2:hover{
  content:url("/images/herrajes-para-lineas-OVER.png");
}

.imagen-producto3:hover{
  content:url("/images/material-de-conexion-OVER.png");
}

.imagen-producto4:hover{
  content:url("/images/material-de-aislamiento-OVER.png");
}

@media (max-width: 30rem){
  .ocultar-mobile{
    display:none !important;
  }
  .fuente-slider{
    font-size: 10px;
  }
}