@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');
@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css";
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
h2 {
  font-size: 1.5em;
  font-weight: bold
}
h3 {
  font-size: 16px;
  font-weight: bolder;
  font-family: 'Poppins', sans-serif;
}
p {
  font-size: 0.87em;
  font-family: 'Poppins', sans-serif;
}
a {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
ul {
  list-style: none;
}
li {
  font-size: 1.25em;
}
.container {
  max-width: 1440px;
  margin: auto;
}
.franja{
    width: 100%;
    min-width:768;
    height: 20px;
    background-color: #009966;
}
header .logo {
  margin: 0;
  padding: 15px 30px;
}
header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 25px;
}
header a {
  padding: 5px 15px;
  text-decoration: none;
  font-weight: bold;
  color: #009ACF;
}
.box_nosotros p {
  text-align: justify;
  line-height: 1.4em;
}
.menu a:hover {
  color: #FFFFFF;
  background-color: #009966;
  text-decoration: none;
  border-radius: 10px;
}

#slider .container{
  max-width: 1440px;
}
/*#slider {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: calc(75vh - 50px);
  background-color: #F5F5F5;
  background-size: cover;
  transition: 5s ease-out;
  transition: all .1s ease-out;
  animation: slider 15s infinite;
  background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url("../images/slider1.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 120px;
}
@keyframes slider {
  0% {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url("../images/slider1.png"),
  }
  25% {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url("../images/slider2.png");
  }
  50% {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url("../images/slider3.jpeg");
  }
  75% {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url("../images/slider4.jpeg");
  }
  100% {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url("../images/slider5.png");
  }


}
.slide-text {
    height: 50vh;
    width: 75vw;
    font-family: 'Poppins', sans-serif;
    display:flex;
    justify-content: center;
    align-items: center;
}
.categorias {
  overflow:hidden
}

ul, li {
  color: white;
  list-style: none;
}
ul {
  width: 100%;
  min-width: 1024px;
  height:70px;
  position: relative;
  animation: slide 15s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}
li {
  position:absolute;
  height:100px;
  top: 300%;
  line-height:42px;
  font-size:32px;
}

li:first-child {
  top: 100%; 
}
li:last-child {
  top: 300%;
}
@keyframes slide {
  0% {
    transform: translatey(0);
  }
  15%, 30% {
    transform: translatey(-100%);
  }
  45%, 60% {
    transform: translatey(-200%);
  }
  75%, 90% {
    transform: translatey(-300%);
  }
  100% {
    transform: translatey(-400%);
  }
}*/
/*#contenedor_secciones{
    display:flex;
    justify-content: center;
    flex-direction:row;
    padding: 50px;
}*/
#contenedor_secciones .container {
  text-align: center;
  padding: 50px 30px;
}
.container_secciones {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.seccion {
  padding: 20px;
}
.seccion img {
  padding: 20px 10px;
}
#contenedor_nosotros .container {
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.box_nosotros {
  text-align: center;
  line-height: 25px;
}
#contenedor_productos .container {
  padding: 50px;
  text-align: center;
}
.container_productos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.productos {
  border-radius: 10px;
  box-shadow: 2px 5px 5px 1px rgba(0, 0, 0, 0.2);
  margin: 20px;
  height: 100px;
  width: 100%;
  max-width:300px; 
}

.productos h3{
    color:#FFFFFF;
    background-color:rgba(0,153,102,0.70);
    padding: 10px;
    margin: 30px 5px;
}

 .productos:first-child {
    background-image: url("../images/flexible_productos.png");
     background-size: cover;
    background-position: center center;
  }

 .productos:nth-child(2) {
    background-image: url("../images/neumatica_productos.png");
     background-size: cover;
    background-position: center center;
  }
.productos:nth-child(3) {
    background-image: url("../images/adaptadores_productos.png");
     background-size: cover;
    background-position: center center;
  }
.productos:nth-child(4) {
    background-image: url("../images/mangueras_industriales_productos.png");
     background-size: cover;
    background-position: center center;
  }

.productos:nth-child(5) {
    background-image: url("../images/motobomba.png");
     background-size: cover;
    background-position: center center;
  }

.productos:nth-child(6) {
    background-image: url("../images/ferreteria_productos.png");
     background-size: cover;
    background-position: center center;
  }
.productos:nth-child(7) {
    background-image: url("../images/correas_productos.png");
     background-size: cover;
    background-position: center center;
  }
.productos:nth-child(8) {
    background-image: url("../images/filtros_productos.png");
     background-size: cover;
    background-position: center center;
  }
.productos:nth-child(9) {
    background-image: url("../images/inox_productos.png");
     background-size: cover;
    background-position: center center;
  }
footer {
  background-color: #009966;
}
footer p {
  color: white;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}
footer h4 {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
footer .container {
  height: 50%;
  display: flex;
  flex-wrap: wrap;
}
#footer .widget {
  margin: 30px;
  width:auto;
  max-width: 300px;
}

#footer .widget i {
    padding:0 5px;
}
#footer nav {
  display: flex;
  flex-direction: column;
  text-align: left;
}
#footer a {
  padding: 5px 0px;
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-weight: 500;
}
#footer a:hover {
  color: #009966;
  background-color: #FFFFFF;
  text-decoration: none;
  border-radius: 10px;
}
#footer img {
  padding-bottom: 15px;
}
@media (min-width: 850px) {
  header .logo {
    margin: 0;
    padding: 15px 30px;
  }
  header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding-bottom: 25px;
  }
  header a {
    padding: 5px 15px;
    text-decoration: none;
    font-weight: bold;
    color: #009ACF;
  }
    
 #contenedor_secciones .container {
  text-align: center;
  padding: 50px 30px;
}   
.container_secciones {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
#contenedor_nosotros .container {
  color: #FFFFFF;
  display: flex;
  flex-direction:column;
  justify-content: center;
}
  #contenedor_nosotros .container {
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #contenedor_nosotros .img-container {
    background-image: url("../images/img_nuestra_empresa.png");
    background-size: cover;
    background-position: center center;
    width: 520px;
  }
  .box_nosotros {
    width: 50%;
    max-width: 500px;
    text-align: center;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .box_nosotros img {
    width: 50%;
    text-align: center;
  }
    .productos {
  height:200px;
  width: 100%;
  max-width:300px; 
}
    .productos h3{
    margin: 150px 10px;
    }
  footer .container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
}