* {
  font-family: "Ubuntu", sans-serif;
  color: #454545;
  font-size: 18px;
}

.portada {
  width: 100%;
}
.portada img {
  width: 100%;
}

li {
  margin: 0;
  padding: o;
}

ul {
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 500;
  color: #919166;
}

h2 {
  font-weight: 400;
  color: #919166;
}

h3 {
  font-weight: 300;
  color: #919166;
}

h5 {
  font-weight: 300;
  color: #919166;
}

hr {
  width: 70%;
  margin: 50px auto;
}

.btn {
  min-width: 130px;
  height: 40px;
  color: #e6e4e4;
  padding: 5px 10px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  background-size: 120% auto;
  background-image: linear-gradient(315deg, rgb(54, 54, 54) 0%, rgb(132, 131, 131) 55%, rgb(120, 120, 120) 75%);
}
.btn:hover {
  color: #fff;
  border: 2px solid #454545;
  background-position: right center;
}
.btn:active {
  top: 2px;
}

.list li {
  list-style-position: inside;
}

.logoSobrePortada {
  width: 400px;
  position: absolute;
  top: 270px;
  left: 45%;
}

/* Comeinza Navbar */
nav {
  z-index: 1002;
}
nav .dropdown-menu {
  border: none;
}

.logo {
  width: 200px;
}

/* Fin Navbar */
/* Comienza Footer */
.footer {
  background-color: #f8f9fa;
  padding: 40px 0;
}
.footer .footerFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.footer .logoNovaFooter {
  width: 300px;
}
.footer .logoNovaFooter .logo {
  width: 100%;
}
.footer .logoFooter {
  width: 150px;
}
.footer .logoFooter img {
  width: 100%;
}
.footer a {
  text-decoration: none;
}
.footer a i {
  margin-right: 5px;
}
.footer .footer-bottom {
  background-color: #e9ecef;
  padding: 10px 0;
}
.footer .footer-bottom p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #6c757d;
}
.footer h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer p {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer ul {
  padding-left: 0;
}
.footer ul li {
  list-style: none;
  margin-bottom: 5px;
}
.footer ul li a {
  color: #333;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .social-icons li {
  display: inline-block;
  margin-right: 10px;
}
.footer .social-icons li a {
  color: #333;
  text-decoration: none;
  font-size: 20px;
}
.footer .social-icons li a:hover {
  color: #007bff;
}

/* Fin Footer */
/* Comeinza Pagina Home */
.logoTitulo {
  width: 400px;
}

.serviciosCards {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

.servCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  border: 2px solid #D1D1D1;
}
.servCard i {
  font-size: 100px;
  color: #919166;
}
.servCard button {
  width: 50%;
}

/* Finaliza Pagina Home */
/* Comienza pagina Sobre Nosotros */
#InfoSobreNos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  row-gap: 50px;
}

.txtSobreNos {
  width: 500px;
}

/* Finaliza pagina Sobre Nosotors */
/* Comeinza pagina Medio Ambiente */
.logoStd {
  width: 250px;
}

.textoInformativo {
  text-align: justify;
}

.productosMedioAmbiente {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 20px;
}

.prodCard {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
}
.prodCard:hover {
  background-color: #D1D1D1;
}

.imgsBarometrica {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.imgsBarometrica img {
  width: 500px;
  padding: 10px;
}
.imgsBarometrica img:first-child {
  border-top: 2px solid #D1D1D1;
  border-left: 2px solid #D1D1D1;
}
.imgsBarometrica img:last-child {
  border-bottom: 2px solid #D1D1D1;
  border-right: 2px solid #D1D1D1;
}

#listContenedores {
  margin: 40px auto;
}
#listContenedores li {
  list-style-position: inside;
}

.imgsContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.imgsContainer img {
  padding: 10px;
  width: 500px;
}
.imgsContainer img:first-child {
  border-top: 2px solid #D1D1D1;
  border-left: 2px solid #D1D1D1;
}
.imgsContainer img:last-child {
  border-bottom: 2px solid #D1D1D1;
  border-right: 2px solid #D1D1D1;
}

.imgsLimpAsp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 20px;
}

.imgCamion img {
  width: 100%;
}

.imgLimp {
  max-width: 800px;
}
.imgLimp img {
  width: 100%;
}

.imagenesGrid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 4;
  grid-template-rows: auto;
  row-gap: 20px;
}
.imagenesGrid img {
  width: 100%;
}

.gridTransp {
  display: grid;
  grid-template-columns: 4;
  grid-template-rows: 3;
  row-gap: 10px;
  column-gap: 10px;
}
.gridTransp img {
  width: 100%;
  height: 100%;
}

.img1 {
  grid-row: 1/3;
  grid-column: 1/3;
}

.img2 {
  grid-row: 1/2;
  grid-column: 3/5;
}

.img3 {
  grid-row: 2/4;
  grid-column: 3/5;
}

.img4 {
  grid-row: 3/4;
  grid-column: 1/2;
}

.img5 {
  grid-row: 3/4;
  grid-column: 2/3;
}

.one {
  grid-column: 1/2;
  grid-row: 1/2;
}

.two {
  grid-column: 3/5;
  grid-row: 1/2;
}

.three {
  grid-column: 1/3;
  grid-row: 2/3;
}

.four {
  grid-column: 3/5;
  grid-row: 2/3;
}

.five {
  grid-column: 1/3;
  grid-row: 3/4;
}

.six {
  grid-column: 3/5;
  grid-row: 3/4;
}

.seven {
  grid-column: 1/5;
  grid-row: 4/5;
}

.imgGrid {
  width: 90%;
}

#infoPowLimpSilas {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

#infoGirLimpSilas {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

/* Fin pagina Medio Ambiente */
/* Comienza pagina Accesorios para maquinas */
.imgPoqutec {
  margin: auto;
  width: 70%;
}
.imgPoqutec img {
  width: 100%;
}

/* Fin pagina Accesorios para maquinas */
/* Comienza pagina Repuestos */
.containerLogos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.logosRepuestos {
  width: 150px;
  margin: 10px;
}

/* Finaliza pagina Repuestos */
/* Inicia pagina Asfalto */
.buttonsContainerAsf {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logoSM {
  width: 300px;
}

.logoMetong {
  width: 400px;
}

span {
  color: #919166;
}

#sealmaster #productosSeal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  row-gap: 50px;
}

#metong #productosMetong {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.prodsSeal {
  width: 600px;
}
.prodsSeal img {
  width: 100%;
}

.prodsMetong {
  min-height: 500px;
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prodsMetong img {
  width: 100%;
}

.videooo {
  width: 660px;
  height: 460px;
}
.videooo iframe {
  width: 100%;
  height: 100%;
}

.imagenGrande {
  width: 800px;
  margin: 50px auto;
}
.imagenGrande img {
  width: 100%;
}

.oculto {
  display: none;
}

.link {
  text-decoration: none;
  color: #e6e4e4;
}
.link:hover {
  color: #e6e4e4;
}

.imgChipSealerGrid {
  display: grid;
  grid-template-columns: 4;
  grid-template-rows: 3;
}
.imgChipSealerGrid img {
  width: 100%;
}

.imgChip1 {
  grid-column: 3/5;
  grid-row: 2/4;
}

.imgChip2 {
  grid-column: 4/5;
  grid-row: 1/2;
}

.imgChip3 {
  grid-column: 2/3;
  grid-row: 3/4;
}

.imgChip4 {
  grid-column: 3/4;
  grid-row: 1/2;
}

.imgChip5 {
  grid-column: 1/3;
  grid-row: 1/3;
}

.imgChip6 {
  grid-column: 1/2;
  grid-row: 3/4;
}

.imgsDistribuidorTiro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.imgsDistribuidorTiro div {
  width: 40%;
}
.imgsDistribuidorTiro div img {
  width: 100%;
}

.gridImgsEnuo {
  display: grid;
  grid-template-columns: 3;
  grid-template-rows: 4;
  row-gap: 10px;
  column-gap: 10px;
}
.gridImgsEnuo img {
  width: 100%;
}

.img4Enuo {
  grid-column: 1/3;
  grid-row: 1/3;
}

.img5Enuo {
  grid-column: 3/4;
  grid-row: 1/2;
}

.img3Enuo {
  grid-column: 4/5;
  grid-row: 1/2;
}

.img2Enuo {
  grid-column: 1/2;
  grid-row: 3/4;
}

.img6Enuo {
  grid-column: 2/3;
  grid-row: 3/4;
}

.img1Enuo {
  grid-column: 3/5;
  grid-row: 2/4;
}

/* Finaliza pagina Asfalto */
/* Comienza Pagina Meidicon Gral */
.logoKimo {
  margin: 50px auto;
  width: 200px;
}
.logoKimo img {
  width: 100%;
}

.medicionGralGrid {
  display: grid;
  grid-template-columns: 2;
  grid-template-rows: 2;
  row-gap: 10px;
  column-gap: 10px;
  width: 70%;
}
.medicionGralGrid img {
  width: 100%;
}

.img1MedGral {
  grid-column: 1/2;
  grid-row: 1/2;
}

.img2MedGral {
  grid-column: 2/3;
  grid-row: 1/2;
}

.img3MedGral {
  grid-column: 1/2;
  grid-row: 2/3;
}

.img4MedGral {
  grid-column: 2/3;
  grid-row: 2/3;
}

/* Fin Pagina Meidicon Gral */
/* Inicio Pagina Balanceadoras */
.logoMedBalanc {
  width: 250px;
  margin: 50px auto;
}
.logoMedBalanc img {
  width: 100%;
}

.imgSchenckGrid {
  display: grid;
  grid-template-columns: 4;
  grid-template-rows: 3;
  row-gap: 10px;
  column-gap: 10px;
  width: 80%;
}

.img1Schenck {
  grid-row: 1/2;
  grid-column: 1/2;
}
.img1Schenck img {
  width: 100%;
}

.img2Schenck {
  grid-row: 1/2;
  grid-column: 2/3;
}
.img2Schenck img {
  width: 100%;
}

.img3Schenck {
  grid-row: 1/4;
  grid-column: 3/5;
}
.img3Schenck img {
  width: 100%;
  height: 100%;
}

.img4Schenck {
  grid-row: 2/4;
  grid-column: 1/3;
}
.img4Schenck img {
  width: 100%;
}

/* Fin Pagina Balanceadoras */
/* Comeinza pagina Ultrasonido */
.logoMedUE {
  width: 200px;
  margin: 50px auto;
}
.logoMedUE img {
  width: 100%;
}

.imgUltrasonidoGrid {
  display: grid;
  grid-template-columns: 4;
  grid-template-rows: 3;
  row-gap: 10px;
  column-gap: 10px;
  width: 80%;
}

.img1Ultrasonido {
  grid-row: 1/2;
  grid-column: 1/2;
}
.img1Ultrasonido img {
  width: 100%;
}

.img2Ultrasonido {
  grid-row: 1/2;
  grid-column: 2/3;
}
.img2Ultrasonido img {
  width: 100%;
}

.img3Ultrasonido {
  grid-row: 1/4;
  grid-column: 3/5;
}
.img3Ultrasonido img {
  width: 100%;
  height: 100%;
}

.img4Ultrasonido {
  grid-row: 2/4;
  grid-column: 1/3;
}
.img4Ultrasonido img {
  width: 100%;
}

/* Fin pagina Ultrasonido */
/* Comeinza Pagina Hidrometria */
.logoMedSEBA {
  margin: 50px auto;
  width: 200px;
}
.logoMedSEBA img {
  width: 100%;
}

.imgSebaHidroGrid {
  display: grid;
  grid-template-columns: 4;
  grid-template-rows: 3;
  row-gap: 10px;
  column-gap: 10px;
  width: 80%;
}

.img1Hidrometria {
  grid-row: 1/2;
  grid-column: 1/2;
}
.img1Hidrometria img {
  width: 100%;
}

.img2Hidrometria {
  grid-row: 1/2;
  grid-column: 2/3;
}
.img2Hidrometria img {
  width: 100%;
}

.img3Hidrometria {
  grid-row: 1/4;
  grid-column: 3/5;
}
.img3Hidrometria img {
  width: 100%;
  height: 100%;
}

.img4Hidrometria {
  grid-row: 2/4;
  grid-column: 1/3;
}
.img4Hidrometria img {
  width: 100%;
}

/* Fin Pagina Hidrometria */
/* Comienza pagina Radares de trafico */
.logoMedMPH {
  margin: 50px auto;
  width: 250px;
}
.logoMedMPH img {
  width: 100%;
}

.imgMPHGrid {
  display: grid;
  grid-template-columns: 4;
  grid-template-rows: 3;
  row-gap: 10px;
  column-gap: 10px;
  width: 80%;
}

.img1MPH {
  grid-row: 1/2;
  grid-column: 1/2;
}
.img1MPH img {
  width: 100%;
}

.img2MPH {
  grid-row: 1/2;
  grid-column: 2/3;
}
.img2MPH img {
  width: 100%;
}

.img3MPH {
  grid-row: 1/4;
  grid-column: 3/5;
}
.img3MPH img {
  width: 100%;
  height: 100%;
}

.img4MPH {
  grid-row: 2/4;
  grid-column: 1/3;
}
.img4MPH img {
  width: 100%;
}

/* Fin pagina Radares de trafico */
/* Comienza pagina Testeo para asfalto */
.logoMedHumboldt {
  margin: 50px auto;
  width: 250px;
}
.logoMedHumboldt img {
  width: 100%;
}

.imgMedTestAsfalto {
  display: grid;
  grid-template-columns: 4;
  grid-template-rows: 3;
  row-gap: 10px;
  column-gap: 10px;
  width: 80%;
}

.imgTestAsf1 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.imgTestAsf1 img {
  width: 100%;
}

.imgTestAsf2 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.imgTestAsf2 img {
  width: 100%;
}

.imgTestAsf3 {
  grid-row: 1/4;
  grid-column: 3/5;
}
.imgTestAsf3 img {
  width: 100%;
  height: 100%;
}

.imgTestAsf4 {
  grid-row: 2/4;
  grid-column: 1/3;
}
.imgTestAsf4 img {
  width: 100%;
}

/* Fin pagina Testeo para asfalto */
/* Pagina contacto */
form {
  display: grid;
  grid-gap: 10px;
}
form label {
  display: block;
  font-weight: bold;
  color: #ABAB83;
}
form input[type=text],
form input[type=email],
form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #919191;
  border-radius: 5px;
}

/* Fin Pagina contacto */
@media only screen and (max-width: 576px) {
  .videooo {
    width: 100%;
    height: auto;
  }
  .videooo iframe {
    width: 100%;
  }
  .logoSobrePortada {
    display: none;
  }
  .logoTitulo {
    width: 80%;
  }
  .list {
    margin: 0 auto;
  }
  .productosMedioAmbiente {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 20px;
  }
  .prodCard {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .imgsBarometrica {
    display: flex;
    flex-direction: column;
  }
  .imgsBarometrica img {
    width: 100%;
    padding: 10px;
  }
  .imgContenedorResiduos {
    width: 100%;
  }
  .imgContenedorResiduos img {
    width: 100%;
  }
  .imgsContainer {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .imgsContainer img {
    width: 100%;
  }
  .imagenGrande {
    width: 100%;
  }
  .imagenesGrid {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .imagenesGrid img {
    width: 100%;
  }
  #infoPowLimpSilas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
  #infoGirLimpSilas {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
  .medicionGralGrid {
    width: 100%;
  }
  .imgSchenckGrid {
    width: 100%;
  }
  .imgUltrasonidoGrid {
    width: 100%;
  }
  .imgSebaHidroGrid {
    width: 100%;
  }
  .imgMPHGrid {
    width: 100%;
  }
  .imgMedTestAsfalto {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  iframe {
    width: 80%;
    height: 315px;
  }
  .logoSobrePortada {
    display: none;
  }
  .list {
    margin: 0 auto;
  }
  .imgsBarometrica {
    display: flex;
    flex-direction: column;
  }
  .imgsBarometrica img {
    width: 100%;
    padding: 10px;
  }
  .imgContenedorResiduos {
    width: 100%;
  }
  .imgContenedorResiduos img {
    width: 100%;
  }
  .imgsContainer {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .imgsContainer img {
    width: 100%;
  }
  .imagenGrande {
    width: 100%;
  }
  .imagenesGrid {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .imagenesGrid img {
    width: 100%;
  }
  #infoPowLimpSilas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
  #infoGirLimpSilas {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  iframe {
    width: 560px;
    height: 315px;
  }
  .logoSobrePortada {
    display: none;
  }
  .list {
    margin: 0 auto;
  }
  .imgsBarometrica {
    display: flex;
    flex-direction: row;
  }
  .imgsBarometrica img {
    width: 70%;
    padding: 10px;
  }
  .imgContenedorResiduos {
    width: 100%;
  }
  .imgContenedorResiduos img {
    width: 100%;
  }
  .imgsContainer {
    display: flex;
    flex-direction: row;
    row-gap: 20px;
  }
  .imgsContainer img {
    width: 100%;
  }
  .imagenGrande {
    width: 100%;
  }
  .imagenesGrid {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .imagenesGrid img {
    width: 100%;
  }
  #infoPowLimpSilas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
  #infoGirLimpSilas {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
}

/*# sourceMappingURL=estilos.css.map */
