/*
background: #6fa287;
*/

@font-face {
  font-family: "icomoon";
  src: url("../icono/fonts/icomoon.eot?fynqng");
  src: url("../icono/fonts/icomoon.eot?fynqng#iefix")
      format("embedded-opentype"),
    url("../icono/fonts/icomoon.ttf?fynqng") format("truetype"),
    url("../icono/fonts/icomoon.woff?fynqng") format("woff"),
    url("../icono/fonts/icomoon.svg?fynqng#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e900";
}
.burger-button {
  width: 80px;
  height: 55px;
  border-radius: 10px;
  background-color: rgba(111, 162, 135, 0.8);
  display: none;
  line-height: 55px;
  text-align: center;
  position: fixed;
  color: #ccc;
  font-size: 2.4em;
  right: 20px;
  top: 1vh;
  z-index: 4;
  box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.burger-button:active {
  box-shadow: inset 0px 0px 15px 4px rgba(0, 0, 0, 0.7);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #6fa287;
  margin: 0;
}

.container {
  max-width: 1650px;
  width: 100%;
  height: 100vh;
  background: #ddd;
  margin: 0 auto;
  display: grid;
  grid-template: 10% 80% 10% / 1fr;
  grid-template-areas:
    "header"
    "cont2"
    "contacto";
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.6);
  animation: carga 0.3s linear forwards;
  will-change: opacity;
}

.container2 {
  grid-area: cont2;
  width: 100%;
  overflow: auto;
  padding: 0;
  animation: carga2 0.8s linear forwards;
  will-change: opacity;
}

.container2::-webkit-scrollbar {
  width: 8px;
  background: #444;
}

.container2::-webkit-scrollbar-thumb {
  background: #aaa;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

.header {
  background: #6fa287;
  grid-area: header;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.6);
}
.menu {
  margin: 0 4em;
}

.menu-op {
  text-decoration: none;
  color: whitesmoke;
  margin: 0 0.2em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  padding: 0.3em 0.8em;
  border-radius: 25px;
  box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
}
.menu ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-op:hover {
  color: #fff;
  background: #397;
}

.menu-op:active {
  color: #fff;
  background: #397;
  box-shadow: inset 0px 0px 12px 6px rgba(0, 0, 0, 0.75);
}

.section {
  grid-area: section;
  width: 85%;
  margin: 0.3em auto 0.5em auto;
  padding: 1em 3em;
  border-radius: 15px;
  box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
}

.contacto {
  grid-area: contacto;
  background: #6fa287;
  box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.6);
}

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

.direccion,
.tel,
.web {
  color: whitesmoke;
  font-size: 0.9em;
  margin: 0 4em;
  display: flex;
  align-items: center;
}

.infocont a {
  text-decoration: none;
  color: whitesmoke;
  font-size: 1em;
}

.icons {
  margin: 0 0.4em;
}
.icons3 {
  margin: 0;
}

@keyframes carga {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*    ---HOMEPAGE---   */

.hero {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 0.3em;
  background: #576;
  box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.5);
}

.hero-logo-fig {
  margin: 0;
  padding: 0;
}

.hero-logo-img {
  margin: 0;
  padding: 0;
  animation: carga 1s linear forwards;
  will-change: opacity;
}

.slider {
  width: 50%;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.7);
  animation: carga 1s linear forwards;
  will-change: opacity;
}

.slider ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 1000%;
  animation: cambio 40s infinite alternate ease-in-out;
  will-change: margin;
}

.slider li {
  list-style: none;
  width: 100%;
}

.slider img {
  width: 100%;
  height: 100%;
}

.la-empresa-cont {
  display: flex;
  justify-content: space-between;
}

.la-empresa h4 {
  font-size: 1.8em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.la-empresa p {
  font-size: 0.9em;
  padding: 0 2em 0 1em;
}

.torb {
  text-transform: uppercase;
}

.molde-fig-cont {
  padding: 0;
  margin: 1em 0;
  animation: carga 1s linear forwards;
  will-change: opacity;
}

.molde-img {
  padding: 0;
  margin: 0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.7);
}
.molde-img2 {
  padding: 0;
  margin: 0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.7);
}

.servicios {
  margin: 1.5em 0;
  padding: 1em 1em;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  background: #6fa287;
}
.serv-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.banner-fig-cont {
  margin: 0;
  padding: 0;
  animation: carga 1s linear forwards;
  will-change: opacity;
  width: 25%;
}

.banner-img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.serv-text {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.7);
  padding: 1em 2em;
  border-radius: 20px;
  background: #ddd;
  width: 70%;
}

.servicios h4 {
  font-size: 1.6em;
  margin: 0 0 0.5em 0em;
  text-align: center;
}
.servicios ul li {
  margin: 1em 0;
  font-weight: 600;
}

.bannerslogos-container {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.bannerslogos {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerslogos-img {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
}
.ver-catalogo {
  padding: 1em;
  margin-top: 1.7em;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: center;
}

.ver-catalogo a {
  border: 2px solid #086;
  padding: 0.5em 1.5em;
  font-size: 2em;
  text-decoration: none;
  color: #fff;
  background: #6fa287;
  border-radius: 40px;
  box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
}

.ver-catalogo a:hover {
  color: #fff;
  background: #497;
}

.ver-catalogo a:active {
  color: #fff;
  background: #397;
  box-shadow: inset 0px 0px 12px 6px rgba(0, 0, 0, 0.75);
}

@keyframes cambio {
  0% {
    margin-left: 0;
  }

  8% {
    margin-left: 0;
  }

  11% {
    margin-left: -100%;
  }

  19% {
    margin-left: -100%;
  }

  22% {
    margin-left: -200%;
  }

  30% {
    margin-left: -200%;
  }

  33% {
    margin-left: -300%;
  }

  40% {
    margin-left: -300%;
  }

  43% {
    margin-left: -400%;
  }

  50% {
    margin-left: -400%;
  }

  53% {
    margin-left: -500%;
  }

  60% {
    margin-left: -500%;
  }

  63% {
    margin-left: -600%;
  }

  70% {
    margin-left: -600%;
  }

  73% {
    margin-left: -700%;
  }

  80% {
    margin-left: -700%;
  }

  83% {
    margin-left: -800%;
  }

  90% {
    margin-left: -800%;
  }

  93% {
    margin-left: -900%;
  }

  100% {
    margin-left: -900%;
  }
}

/*    ---CATALOGO---    */
.cat-cont {
  background: #ddd;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  width: 100%;
}

.cat-subcont {
  width: 60%;
}

.cat-title {
  font-size: 3em;
  margin: 0;
}

.descargas {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;

  border-radius: 15px;
}

.pdf-but {
  color: #111;
  background: #6fa287;
  font-size: 1.4em;
  font-weight: 600;
  margin: 0.4em 0;
  padding: 0.6em 0;
  border-radius: 15px;
  border: 4px solid #354;
  box-shadow: inset 0px 0px 7px 3px rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: 90%;
}

.pdf-but:hover {
  border: 4px solid #333;
  color: #111;
  box-shadow: inset 0px 0px 9px 4px rgba(0, 0, 0, 0.5);
}
.pdf-but:active {
  background: #397;
  border: 4px solid #333;
  color: #111;
  box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.7);
}

.cat-slider {
  width: 32%;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.7);
  animation: carga 1s linear forwards;
  will-change: opacity;
}

.cat-slider ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 1400%;
  animation: cambio2 60s infinite alternate ease-in-out;
  will-change: margin;
}

.cat-slider li {
  list-style: none;
  width: 100%;
}

.cat-slider img {
  width: 100%;
  height: 100%;
}

.e-t {
  color: crimson;
  font-size: 2em;
  margin: 0.5em 0;
}

.t-i {
  color: crimson;
  margin-bottom: 0;
}

.t-i2 {
  margin: 0;
}
.voltear {
  display: none;
}
.diametros {
  margin: 0;
  font-size: 1em;
}

.tabla-cont {
  border: 3px solid #397;
  padding: 0.5em;
  background: #ccc;
  border-radius: 15px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
  margin: 0.8em 0;
}

.tabla-in-cont {
  height: 40vh;
  overflow: auto;
}

.tabla-in-cont::-webkit-scrollbar {
  width: 0.7em;
  background: #ddd;
  border-radius: 5px;
}

.tabla-in-cont::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
  position: relative;
}

.rangos {
  grid-area: rangos;
  display: grid;
  grid-template-columns: 2fr repeat(18, 1fr);
  width: 98.13%;
  margin: 0 0 1em 0;
}

.valores {
  grid-area: valores;
  display: grid;
  grid-template-columns: 2fr repeat(18, 1fr);
  align-items: center;
  width: 99%;
}

.item-rango {
  color: crimson;
  border: 1px solid #397;
  text-align: center;
  height: 100%;
  font-size: 0.9em;
  font-weight: 600;
  box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.3);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0.3em 0;
}

.item {
  font-size: 0.9em;
  border: 1px solid #397;
  height: 100%;
  text-align: center;
  box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.3);
  padding: 0.3em 0em;
}

.materiales {
  font-size: 1.3em;
  margin: 1.5em 0 0 0;
}

.tabla-cont2 {
  margin: 0.9em 0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  overflow: hidden;
}

.caracteristicas {
  display: grid;
  grid-template: 6vh / 8% 7% 30% 33% 22%;
  background: #6fa287;
  font-size: 0.85em;
  font-weight: 600;
}

.descripcion {
  display: grid;
  font-size: 0.85em;
  grid-template-columns: 8% 7% 30% 33% 22%;
  background: #bbb;
}

.caract {
  border: 1px solid #444;
  padding: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: inset 0 0 10px 1px rgba(10, 50, 20, 0.5);
}

@keyframes cambio2 {
  0% {
    margin-left: 0;
  }
  5% {
    margin-left: 0;
  }

  7% {
    margin-left: -100%;
  }
  12% {
    margin-left: -100%;
  }

  14% {
    margin-left: -200%;
  }
  19% {
    margin-left: -200%;
  }

  21% {
    margin-left: -300%;
  }
  27% {
    margin-left: -300%;
  }

  29% {
    margin-left: -400%;
  }
  35% {
    margin-left: -400%;
  }

  37% {
    margin-left: -500%;
  }
  43% {
    margin-left: -500%;
  }

  45% {
    margin-left: -600%;
  }
  51% {
    margin-left: -600%;
  }

  53% {
    margin-left: -700%;
  }
  59% {
    margin-left: -700%;
  }

  61% {
    margin-left: -800%;
  }
  67% {
    margin-left: -800%;
  }

  69% {
    margin-left: -900%;
  }
  74% {
    margin-left: -900%;
  }

  76% {
    margin-left: -1000%;
  }
  81% {
    margin-left: -1000%;
  }

  83% {
    margin-left: -1100%;
  }
  88% {
    margin-left: -1100%;
  }

  90% {
    margin-left: -1200%;
  }
  95% {
    margin-left: -1200%;
  }

  97% {
    margin-left: -1300%;
  }
  100% {
    margin-left: -1300%;
  }
}

/*    ---CONTACTO---    */
.contact-title {
  margin: 0;
  font-size: 3em;
}

.div {
  width: 100%;
  margin-bottom: 1em;
  display: grid;
  grid-template: 32% 65% / 50% 50%;
  grid-template-areas:
    "telefono direccion"
    "consulta mapa ";
}
.direc {
  text-align: center;
  grid-area: direccion;
  margin-top: 0.5em;
  align-items: center;
  justify-content: flex-start;

  margin: 0;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #999;
}
.direc-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.telefonos {
  grid-area: telefono;
  margin-top: 0.5em;
  text-align: center;
  align-items: center;
  justify-content: flex-start;

  margin: 0 2em;
  border-bottom: 2px solid #999;
  display: flex;
  flex-direction: column;
}

.tel-cont {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
}
.phone-cont,
.wsp-cont {
  display: flex;
  align-items: center;
}
.telefonos h5,
.direc h5,
.consultas h5 {
  margin: 0.4em 0;
  font-size: 1.5em;
}
.direc p {
  font-size: 1.3em;
  margin: 1em 0.5em;
  text-align: start;
}
.telefonos p,
.consultas p {
  margin: 0.5em 0;
  font-size: 1.1em;
}

.map {
  display: flex;
  grid-area: mapa;
  justify-content: center;
  align-items: center;
  animation: carga 1s linear forwards;
  will-change: opacity;
  margin: 1em 0;
}

.mapa {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.consultas-cont {
  display: flex;
  justify-content: center;
}
.consultas {
  grid-area: consulta;
  margin-top: 1em;
  animation: carga 1s linear forwards;
  will-change: opacity;
  text-align: center;
  width: 80%;
  justify-content: center;
}

.form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.mail {
  width: 100%;
  margin: 0.5em 1em;
  border-radius: 10px;
  padding: 0.5em 1em;
  border: none;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
}
.mail::placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
.mail:invalid {
  box-shadow: inset 0 0 0 1px crimson;
}
.mail:valid {
  box-shadow: inset 0 0 0 1px #6fa287;
}
.mail,
.consulta,
.button:focus {
  outline: none;
}
.consulta {
  min-width: 100%;
  max-width: 100%;
  max-height: 110px;
  min-height: 110px;
  margin: 0.5em 1em;
  border-radius: 10px;
  padding: 1em;
  border: none;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans JP", sans-serif;
}
.consulta::-webkit-scrollbar {
  width: 10px;
  background: #fff;
  border-radius: 5px;
}

.consulta::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.consulta::placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
.consulta:invalid {
  box-shadow: inset 0 0 0 1px crimson;
}
.consulta:valid {
  box-shadow: inset 0 0 0 1px #6fa287;
}

.button {
  width: 35%;
  padding: 0.4em 1.7em;
  margin: 0.5em 1em;
  border-radius: 25px;
  border: none;
  background: #6fa287;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.3em;
  cursor: pointer;
  box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
}

.button:hover {
  color: #fff;
  background: #497;
}

.button:active {
  color: #fff;
  background: #397;
  box-shadow: inset 0px 0px 12px 6px rgba(0, 0, 0, 0.75);
  outline: none;
}

.logo2-fig-cont {
  grid-area: img;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: carga 1s linear forwards;
  will-change: opacity;
}

@media screen and (max-width: 1279px) {
  .logo {
    width: 150px;
  }
  .menu {
    margin: 0 2.5em;
  }
  .menu-op {
    font-size: 1.3em;
    margin: 0.1em;
  }
  .direccion,
  .tel,
  .web {
    margin: 0 2em;
  }
  /* HOMEPAGE*/
  .hero-logo-img {
    width: 400px;
  }
  .la-empresa-cont {
    align-items: flex-start;
  }
  .la-empresa h4 {
    margin: 0;

    font-size: 1.6em;
  }
  .sec1-img-cont {
  }
  .text {
    font-size: 0.9em;
  }
  .molde-fig-cont {
    margin: 1 0 5em 0;
  }
  .molde-img {
    width: 300px;
  }
  .molde-img2 {
    width: 300px;
  }
  .banner-img {
    width: 300px;
  }
  .servicios {
    padding: 0.8em;
  }
  .serv-text {
    padding: 1em 0.5em;
  }
  .serv-text ul li {
    margin: 0.7em 0;
  }
  .ver-catalogo {
    margin: 0;
  }

  /* CATALOGO */

  .cat-title {
    margin-top: 0;
  }
  .descargas {
    margin: 0;
    padding: 1.2em;
  }
  .pdf-but {
    font-size: 1em;
    padding: 1em 0;
  }
  .valores {
    font-size: 0.8em;
  }
  .rangos {
    font-size: 0.8em;
  }
  .caracteristicas {
    font-size: 0.8em;
  }
  .descripcion {
    font-size: 0.9em;
  }

  /* CONTACTO */
  .contact-title {
    margin: 0;
  }
  .direc-cont p,
  .phone-cont p,
  .wsp-cont p {
    font-size: 1.1em;
  }

  .mapa {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .burger-button {
    display: block;
  }

  .menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background: rgba(111, 162, 135, 0.93);
    display: flex;
    margin: 0;
    right: -101vw;
    transition: 0.3s;
    opacity: 0.96;
  }
  .menu.is-active {
    right: 0;
  }

  .menu-op {
    margin: 1em 0;
    font-size: 2em;
    border-radius: 0;
    padding: 0.5em 0;
    box-shadow: inset 0px 0px 30px 6px rgba(0, 0, 0, 0.8);
    opacity: 0.95;
    background: rgba(111, 162, 135, 0.93);
  }
  .menu-op:hover {
    color: #fff;
    background: rgba(111, 162, 135, 0.93);
  }

  .menu-op:active {
    color: #fff;
    background: #6fa287;
    box-shadow: inset 0px 0px 30px 8px rgba(0, 0, 0, 0.75);
    background: rgba(111, 162, 135, 0.94);
  }
  .menu ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin: 0;
  }
  .menu ul li {
    margin: 1em;
    width: 100%;
  }
  .menu ul li a {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .logo-cont {
    margin: 0 1em;
  }

  .section {
    border-radius: 0;
    box-shadow: 0 0 0 0;
  }
  .direccion,
  .tel,
  .web {
    margin: 0 5em;
    font-size: 0.8em;
  }
  .direccion p,
  .tel p,
  .web p {
    font-size: 0.8em;
    display: none;
  }

  /* HOMEPAGE*/
  .hero-logo-img {
    width: 300px;
  }

  .la-empresa-cont {
    flex-direction: column;
  }
  .la-empresa {
    width: 100%;
  }
  .sec1-img-cont {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: row-reverse;
    width: 100%;
  }
  .molde-fig-cont {
  }
  .molde-img {
    width: 150px;
  }
  .molde-img2 {
    width: 350px;
  }
  .serv-cont {
    justify-content: center;
  }
  .serv-text {
    margin: 0.5em;
    width: 95%;
  }

  .banner-img {
    width: 100%;
  }

  .banner-fig-cont {
    width: 80%;
  }

  .bannerslogos-container {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .bannerslogos {
    width: 80%;
    margin-bottom: 10px;
  }

  .bannerslogos-img {
    width: 100%;
  }

  /* CATALOGO */
  .cat-cont {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .cat-title {
    font-size: 3em;
    text-align: center;
    width: 100%;
  }
  .descargas {
    flex-direction: column;
    align-items: center;

    width: 100%;
  }
  .pdf-but {
    width: 100%;
    font-size: 1.2em;
  }
  .cat-slider {
    width: 90%;
  }
  .rangos {
    width: 97.2%;
  }
  .item {
    font-size: 0.8em;
  }
  .caracteristicas {
    font-size: 0.7em;
    grid-template-columns: 10% 10% 30% 30% 20%;
  }
  .descripcion {
    font-size: 0.8em;
    grid-template-columns: 10% 10% 30% 30% 20%;
  }
  /* CONTACTO */
  .div {
    grid-template: 40% 80% / 50% 50%;
    grid-template-areas:
      "telefono direccion"
      "consulta mapa ";
  }

  .direc h5,
  .telefonos h5,
  .consultas h5 {
    font-size: 1.3em;
  }

  .direc-cont p,
  .phone-cont p,
  .wsp-cont p {
    font-size: 0.9em;
  }
  .button {
    width: 100%;
    padding: 0.7em 0;
  }
}

@media screen and (max-width: 768px) {
  .container {
    display: block;
  }
  .container2 {
    background: #ddd;
  }
  .section {
    margin: 0 auto;
    padding: 0;
  }
  .burger-button {
    display: block;
  }
  .menu {
    background-position: 50% 10%;
    background-size: 36%;
  }
  .menu ul {
    margin-bottom: 9em;
    justify-content: flex-end;
  }
  .menu-op {
    font-size: 2.9em;
  }

  .container2::-webkit-scrollbar {
    display: none;
  }

  .container2::-webkit-scrollbar-thumb {
    display: none;
  }

  .contacto {
    justify-content: space-evenly;
    margin-top: 0.5em;
    position: fixed;
    bottom: 0;
    background: #6fa287;
    height: 11vh;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .infocont {
  }

  .direccion,
  .tel,
  .web {
    margin: 0 2.5em;
    font-size: 0.8em;
  }
  /* HOMEPAGE*/
  .hero {
    flex-direction: column;
  }
  .hero-logo {
    width: 100%;
    text-align: center;
  }
  .slider {
    width: 100%;
    margin: 0;
  }

  .la-empresa h4 {
    text-align: center;
    font-size: 2em;
    margin: 0.5em;
    padding: 0;
  }
  .text {
    width: 95%;
    margin: 0 1em;
  }
  .servicios {
    border-radius: 0;
    box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
  }
  .serv-text {
    width: 90%;
    font-size: 0.9em;
  }
  .molde-img {
    width: 90px;
  }
  .molde-img2 {
    width: 200px;
  }
  .ver-catalogo {
    margin-bottom: 4em;
  }

  /* CATALOGO */
  .cat-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cat-subcont {
    width: 100%;
  }
  .cat-title {
    margin: 0.2em 0;
  }
  .descargas {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    background: #ddd;
    box-shadow: 0 0 0 0;
  }
  .pdf-but {
    font-size: 0.9em;
    width: 100%;
  }
  .cat-slider {
    width: 100%;
    margin: 1em 0;
  }
  .e-t,
  .t-i,
  .t-i2,
  .diametros,
  .materiales {
    text-align: center;
  }
  .voltear {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1em auto;
    font-size: 1em;
  }
  .tabla-cont {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    padding: 0em 0.2em;
    margin-top: 0;
  }
  .tabla-in-cont {
    height: 100%;
  }
  .tabla-in-cont::-webkit-scrollbar {
    display: none;
  }

  .tabla-in-cont::-webkit-scrollbar-thumb {
    display: none;
  }

  .rangos,
  .valores {
    font-size: 0.7em;
    margin: 0.5em auto;
    width: 98%;
  }

  .tabla-cont2 {
    width: 100%;
    margin: 1em auto 5em;
    border-radius: 0;
  }
  .caracteristicas,
  .descripcion {
    font-size: 0.6em;
  }

  /* CONTACTO */
  .div {
    grid-template: 20% 12% 38% 45%/ 1fr;
    grid-template-areas:
      "telefono"
      "direccion"
      "mapa "
      "consulta ";
  }
  .contact-title {
    text-align: center;
    font-size: 2.5em;
    margin: 0.3em;
  }
  .direc {
    border: none;
  }
  .map {
    border-bottom: 2px solid #999;
    margin-top: 0;
  }
  .form {
    margin-bottom: 9em;
  }
}
@media screen and (max-width: 479px) {
  .burger-button {
    width: 60px;
    height: 50px;
    line-height: 50px;
  }
  .menu {
    width: 100%;
    background-size: 43%;
    background-position: 50% 15%;
  }
  .menu ul {
    width: 100%;
    margin: 0.1em 0;
  }
  .menu-op {
    width: 100%;
    font-size: 2em;
  }
  .direccion,
  .tel,
  .web {
    margin: 0 1.2em;
    font-size: 0.8em;
  }
  /* HOMEPAGE*/

  .hero-logo-img {
    width: 300px;
  }
  .slider {
    width: 100%;
  }
  .section {
    padding: 0;
    margin: 0 auto;
  }
  .text {
    margin: 0 auto;
  }
  .la-empresa h4 {
    margin: 0.1em;
  }
  .la-empresa p {
    font-size: 0.8em;
  }
  .molde-img {
    width: 70px;
  }
  .molde-img2 {
    width: 155px;
  }

  .serv-cont {
    width: 100%;
  }
  .serv-text {
    font-size: 0.7em;
  }
  .ver-catalogo a {
    padding: 0.5em 1em;
    font-size: 1.3em;
    margin-bottom: 1em;
  }
  /* CATALOGO */

  .cat-title {
    font-size: 2.5em;
  }
  .pdf-but {
    width: 47%;
    font-size: 0.8em;
    margin: 0.3em;
    padding: 0.3em;
    border: 1px solid;
  }
  .e-t {
    font-size: 1.4em;
  }
  .diametros {
    font-size: 0.6em;
  }
  .rangos,
  .valores {
    font-size: 0.5em;
  }
  .tabla-cont2 {
    margin-bottom: 6em;
  }
  .caracteristicas,
  .descripcion {
    font-size: 0.5em;
    grid-template-columns: 12% 12% 25% 27% 24%;
  }

  /* CONTACTO */

  .telefonos {
    margin: 0;
  }
  .direc-cont {
    margin: 0 2em;
    text-align: center;
  }
  .button {
    margin-bottom: 5em;
  }
}

/* RESPONSIVE HEIGHT */
@media screen and (max-height: 705px) {
  .contacto {
    height: 9vh;
  }
}
@media screen and (max-height: 600px) {
  .contacto {
    height: 12vh;
  }
}
@media screen and (max-height: 468px) {
  .contacto {
    height: 14vh;
  }
}

@media screen and (max-height: 380px) {
  .contacto {
    height: 17vh;
  }
}
