*{

}
#fondo-marcas{
    position:relative;
    z-index:1000;
}
#fondo-herramientas{
  background-image: url(/themes/braillard/assets/img/fondo-lineas.html);
  background-repeat: no-repeat;
  background-size: cover;
width: 100%;
height: 600px;
display: block;
}
#contenido-herramientas{
  padding-top: 20%;
}
#fondo-lubricantes{
  background-image: url(/themes/braillard/assets/img/fondo-lineas.html);
  background-repeat: no-repeat;
  background-size: cover;
width: 100%;
height: 600px;
display: block;
}
#fondo-talleres{
  background-image: url(/themes/braillard/assets/img/fondo-lineas.html);
  background-repeat: no-repeat;
  background-size: cover;
width: 100%;
height: 600px;
display: block;
}
#fondo-hidrolavadoras{
  background-image: url(/themes/braillard/assets/img/fondo-lineas.html);
  background-repeat: no-repeat;
  background-size: cover;
width: 100%;
height: 600px;
display: block;
}
#fondo-bombas{
  background-image: url(/themes/braillard/assets/img/fondo-lineas.html);
  background-repeat: no-repeat;
  background-size: cover;
width: 100%;
height: 600px;
display: block;
}
#servicios{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#bordes{
  border:#f7771b 2px solid;
  background: rgba(193,210,212,1);
  background: -moz-linear-gradient(left, rgba(193,210,212,1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(193,210,212,1)), color-stop(97%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(193,210,212,1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(193,210,212,1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(193,210,212,1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(193,210,212,1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1d2d4', endColorstr='#ffffff', GradientType=1 );

}


#descargar{
  border: none;
}
#formulario-boton{
  background: #f7771b;
  border: none;
}
#formulario-ubicanos{
  background: #f7771b;
  border: none;
  width: 20%;
  height: 30px;
}
#mapa-contacto{
  width: 80%;
  height: 300px;
}

#imagen-bombas2{
  width: 60%;
  margin-left: 20%;
}
#imagen-historia{
  width: 50%;
  margin-left: 20%;

}
@media (max-width:991px) {
  #fondo-herramientas{
    height: 1200px;
  }
  #fondo-lubricantes{
    height: 800px;
  }
  #fondo-talleres{
    height: 900px;
  }
  #fondo-hidrolavadoras{
    height: 400px;
  }
  #fondo-bombas{
    height: 900px;
  }
}
@media (max-width:767px) {
  #fondo-herramientas{
    height: 900px;
  }
  #fondo-lubricantes{
    height: 600px;
  }
  #fondo-talleres{
    height: 700px;
  }
  #fondo-hidrolavadoras{
    height: 600px;
  }
  #fondo-bombas{
    height: 700px;
  }
  #formulario-ubicanos{
    padding-top: 10px;
  }
  #formulario-mapa{
    padding-bottom: 20px;
  }
  #mapa-contacto{
    width: 100%;
  }
}

@media (max-width:450px) {
    #chat{
    display: none;
  }
  #fondo-herramientas{
    height: 700px;
  }
  #fondo-lubricantes{
    height: 500px;
  }
  #fondo-talleres{
    height: 550px;
  }
  #fondo-hidrolavadoras{
    height: 500px;
  }
  #fondo-bombas{
    height: 550px;
  }

}
@media (max-width:350px) {
  #fondo-herramientas{
    height: 600px;
  }
  #fondo-lubricantes{
    height: 300px;
  }
  #fondo-talleres{
    height: 400px;
  }
  #fondo-hidrolavadoras{
    height: 300px;
  }
  #fondo-bombas{
    height: 400px;
  }
  #formulario-ubicanos{
    font-size: 11px;
  }
}
