* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.3em;
  padding: 0;
}
header {
  background: url("../../images/color-concret.jpg") no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  height: 550px;
  width: 100%;
}
h1 {
  color: #123541;
  margin-bottom: 15px;
  font-size: 2em;
}
h2 {
  color: #123541;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.8em;
}
h3 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.2em;
}
nav {
  display: grid;
  width: 100%;
}
nav .menu {
  display: grid;
  grid-template-columns: 30% 10% 10% 10% 16% 12% 12%;
  padding-right: 10px;
}
nav .menu li {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .menu li a {
  color: #123541;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.8em;
}
p {
  line-height: 1.5em;
  margin: 10px;
}
ul li {
  margin: 12px 0;
}
.accion {
  background: #6eb727;
  color: #fff;
  text-decoration: none;
  line-height: 4em;
  font-size: 0.8em;
  border-radius: 3px;
  padding: 5px 10px;
}
.azul {
  background: #00395c;
}
.blanco {
  color: #fff;
}
.btn__verde {
  background: #001366;
  border-radius: 2px;
  text-align: center;
  font-size: 0.8em;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  padding: 9px 10px;
  margin-top: 20px;
  color: #fff;
  width: 140px;
}
.casos {
  display: grid;
  background: #efefef;
  padding: 5% 8%;
  width: 100%;
}
.casos__titulo {
  align-items: center;
  display: grid;
  justify-content: center;
  padding-bottom: 20px;
  width: 100%;
}
.casos__galeria {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 6% 10px 6%;
  width: 100%;
}
.casos__galeria .foto {
  display: grid;
  width: 100%;
}
.casos__galeria .foto img {
  display: block;
  width: 100%;
}
.casos__galeria-2 {
  display: grid;
  padding: 0px 6%;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.casos__galeria-2 .foto {
  display: grid;
  width: 100%;
}
.casos__galeria-2 .foto img {
  display: block;
  width: 100%;
}
.contendor__contenidos {
  display: grid;
  padding: 2% 8% 6% 8%;
  width: 100%;
}
.contenedor__desmoldante-sellador {
  display: grid;
  padding: 10px;
  width: 100%;
}
.contenedor__desmoldante-sellador .moldes {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  align-items: center;
  width: 100%;
}
.contenedor__desmoldante {
  display: grid;
  grid-template-columns: 30% 70%;
  margin-top: 60px;
  width: 100%;
}
.contenedor__desmoldante ul {
  list-style-type: none;
  margin-top: 20px;
}
.contenedor__desmoldante .moldes {
  display: grid;
  width: 100%;
}
.contenedor__desmoldante .moldes img {
  display: block;
  width: 100%;
}
.contactanos__redes {
  background: #0079c2;
  padding: 10px 3%;
  display: grid;
  grid-template-columns: 15% 70% 15%;
  width: 100%;
}
.contactanos__redes .numeros {
  align-items: center;
  display: flex;
  width: 100%;
}
.contactanos__redes .numeros a {
  text-decoration: none;
}
.contactanos__redes .numeros i {
  margin-right: 8px;
}
.contactanos__redes .numeros span {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
}
.contactanos__redes .red {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.contactanos__redes .red a {
  color: #fff;
  text-decoration: none;
}
.contactanos__redes .red a i {
  margin-right: 10px;
}
.contactanos__redes i {
  color: #fff;
}
.contenedor__moldes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
  padding-top: 80px;
}
.contenedor__moldes .moldes {
  box-shadow: 1px 0px 5px rgba(0,0,0,0.2);
  display: grid;
  padding: 10px;
  width: 100%;
}
.contenedor__moldes .moldes hr {
  background: #dfdfdf;
  margin-bottom: 30px;
}
.contenedor__moldes .moldes img {
  display: block;
  width: 100%;
}
.contenedor__moldes .moldes ul {
  width: 100%;
  margin-bottom: 20px;
}
.contenedor__moldes .moldes ul li {
  list-style-type: none;
  padding: 3px 10px;
}
.contenedor__moldes .moldes ul li a {
  color: #fff;
  line-height: 4em;
  font-size: 0.8em;
  text-decoration: none;
}
.contenedor__moldes .moldes ul li a span {
  background: #022f5d;
  padding: 5px 10px;
}
.descripcion {
  display: grid;
  text-align: center;
  padding: 5%;
  width: 100%;
}
.frase {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
}
.header__top {
  display: grid;
  grid-template-columns: 20% 1fr;
  height: 80px;
  padding: 10px;
  width: 100%;
}
.header__top-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.interiores {
  background: url("../../images/moldes-para-pisos-estampados.jpg") no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  height: 350px;
  width: 100%;
}
.interiores-desmoldante {
  background: url("../../images/desmoldante-pisos-cemento.jpg") no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  height: 350px;
  width: 100%;
}
.introduccion {
  display: grid;
  grid-template-columns: 50% 1fr;
  padding: 5%;
  width: 100%;
}
.pc {
  display: block;
}
.smart {
  display: none;
}
.subtitulo {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2em;
  margin-top: 15px;
  color: #00395c;
}
.molde {
  display: grid;
  width: 100%;
}
.molde img {
  display: block;
}
.productos {
  background: #e3e8eb;
  display: grid;
  padding: 2% 8% 6% 8%;
  width: 100%;
}
.productos__2 {
  background: #fff;
  display: grid;
  padding: 2% 8% 6% 8%;
  width: 100%;
}
.productos__interiores {
  background: #fff;
  display: grid;
  padding: 2% 8% 6% 8%;
  width: 100%;
}
.productos__interiores-2 {
  background: #f4f4f4;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 20px;
  padding: 2% 8% 6% 8%;
  width: 100%;
}
.productos__titulo {
  display: grid;
  justify-content: center;
  padding-top: 50px;
  width: 100%;
}
.productos__contenedor-articulos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 80px;
  padding-bottom: 30px;
  width: 100%;
}
.productos__articulo {
  border: 1px solid #ccc;
  display: grid;
  padding: 30px;
  width: 100%;
}
.productos__articulo-titulo {
  align-items: center;
  display: grid;
  height: 120px;
  width: 100%;
  justify-content: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  align-items: center;
}
.productos__articulo-titulo .icon {
  align-items: center;
  display: grid;
  justify-content: center;
  width: 100%;
  padding: 0 0 20px 0;
}
.productos__articulo-titulo .icon-titulo {
  align-items: center;
  color: #103044;
  font-weight: bold;
  font-size: 1.2em;
  display: grid;
  justify-content: center;
  width: 100%;
}
.productos__articulo-titulo i {
  margin-right: 10px;
  font-size: 3em;
  color: #0079c2;
}
.productos__articulo-descripcion {
  display: grid;
  height: 135px;
  padding: 20px 30px;
  width: 100%;
}
.productos__articulo-imagen {
  align-items: center;
  display: grid;
  height: 200px;
  justify-content: center;
  width: 100%;
}
.productos__moldes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 50px;
  gap: 50px;
  width: 100%;
}
.listado {
  display: grid;
  grid-template-columns: 50% 1fr;
  margin-left: 20px;
}
.sucursales {
  display: grid;
  padding: 5% 8%;
  width: 100%;
}
.sucursales__titulo {
  align-items: center;
  display: grid;
  justify-content: center;
  width: 100%;
}
.sucursales__direccion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 40px;
  width: 100%;
}
.sucursales__direccion-ubicacion {
  align-items: center;
  color: #fff;
  display: grid;
  justify-content: center;
  padding: 20px;
  width: 100%;
}
.sucursales__direccion-ubicacion i {
  margin-left: 15px;
}
.textos {
  position: absolute;
  top: 40%;
  left: 10%;
  display: grid;
  width: 550px;
}
.textos span {
  font-size: 3.2em;
  font-family: 'Raleway', sans-serif;
  line-height: 1em;
  font-weight: 800;
  color: #fff;
}
.textos small {
  color: #efefef;
  font-size: 1em;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
.textos__2 {
  position: absolute;
  top: 20%;
  left: 10%;
  display: grid;
  width: 550px;
}
.top {
  display: grid;
  background: FFFFFF;
  width: 100%;
}
.verde i {
  background: #25d366;
  padding: 5px 10px;
  color: #fff;
}
.verde__link {
  background: #25d366;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
}
.ver__precios {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  width: 100%;
}
.ver__precios a {
  background: #0079c2;
  border-radius: 5px;
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
  text-align: center;
  padding: 12px 15px;
  width: 240px;
}
.ver__precios a i {
  margin-left: 10px;
}
@media screen and (max-width: 1400px) {
  .contactanos__redes {
    grid-template-columns: 25% 50% 25%;
  }
}
@media screen and (max-width: 1300px) {
  nav .menu {
    grid-template-columns: 20% 10% 10% 10% 20% 18% 12%;
  }
}
@media screen and (max-width: 1200px) {
  nav .menu {
    grid-template-columns: 15% 10% 14% 13% 21% 17% 10%;
  }
  .casos {
    padding: 5% 2%;
  }
  .introduccion {
    grid-template-columns: 100%;
  }
  .introduccion__foto {
    padding: 10% 15% 3% 15%;
  }
  .productos {
    padding: 5% 2%;
  }
  .sucursales {
    padding: 5% 2%;
  }
  .productos__interiores-2 {
    grid-template-columns: 70% 30%;
  }
}
@media screen and (max-width: 1100px) {
  header {
    height: 450px;
  }
  .textos {
    width: 400px;
  }
  .textos span {
    font-size: 2.5em;
  }
  .contenedor__moldes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  nav .menu {
    grid-template-columns: 10% 10% 14% 12% 21% 17% 10%;
  }
  .header__top {
    grid-template-columns: 100%;
    height: 100px;
  }
  .productos {
    padding: 5% 7%;
  }
  .productos__contenedor-articulos {
    grid-template-columns: repeat(2, 1fr);
  }
  .sucursales__direccion {
    grid-template-columns: repeat(2, 1fr);
    padding: 5% 10%;
  }
  .productos__moldes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
  header {
    height: 350px;
  }
  nav .menu {
    grid-template-columns: 5% 10% 14% 14% 23% 18% 15%;
  }
  .header__top {
    padding: 30px 10px 10px 20px;
    height: 150px;
  }
  .pc {
    width: 100%;
  }
  .textos {
    width: 300px;
  }
  .textos span {
    font-size: 1.8em;
  }
  .textos small {
    font-size: 0.8em;
  }
  .contenedor__moldes {
    grid-template-columns: repeat(2, 1fr);
  }
  .productos__interiores-2 {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 800px) {
  .contactanos__redes {
    grid-template-columns: 100%;
  }
  .contactanos__redes .numeros {
    justify-content: center;
  }
  .numeros,
  .frase,
  .red {
    padding: 6px 0;
  }
  .productos {
    padding: 5%;
  }
  .productos__articulo {
    padding: 20px;
  }
  .productos__contenedor-articulos {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 700px) {
  header {
    height: 300px;
  }
  .casos__galeria-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .productos {
    padding: 5% 25%;
  }
  .sucursales__direccion {
    padding: 5%;
  }
  .textos {
    width: 250px;
  }
  .textos small {
    font-size: 0.7em;
  }
  .textos span {
    font-size: 1.5em;
  }
  .contenedor__moldes {
    grid-template-columns: 100%;
  }
  .productos__moldes {
    grid-template-columns: 100%;
  }
  .molde {
    justify-content: center;
    align-items: center;
  }
  nav .menu {
    grid-template-columns: 5% 20% 20% 20% 20% 15%;
  }
}
@media screen and (max-width: 600px) {
  header {
    background: url("../../images/color-concret-movil.jpg") no-repeat;
  }
  h2 {
    font-size: 1.5em;
  }
  header {
    height: 280px;
  }
  .casos {
    padding: 4% 20%;
  }
  .casos__galeria {
    grid-template-columns: 100%;
  }
  .casos__galeria-2 {
    grid-template-columns: 100%;
  }
  .listado {
    grid-template-columns: 100%;
  }
  .listado li {
    padding: 8px 0;
  }
  .productos {
    padding: 5% 20%;
  }
  .textos {
    width: 300px;
  }
  .textos span {
    color: #fff;
    font-size: 1.5em;
  }
  .textos small {
    color: #fff;
  }
  .productos__contenedor-articulos {
    padding-top: 40px;
  }
  .sucursales__direccion {
    grid-template-columns: 100%;
    padding: 5% 20%;
  }
  .header__top {
    grid-template-columns: 100%;
    height: 135px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 1.5em;
  }
  nav {
    margin-top: 30px;
  }
  nav .menu {
    grid-template-columns: 2% 20% 20% 20% 20% 18%;
  }
  .interiores-desmoldante {
    height: 250px;
  }
  .header__top {
    grid-template-columns: 100%;
  }
  .header__top-logo {
    text-align: center;
  }
  .header__top-logo a {
    display: flex;
    justify-content: center;
  }
  .casos {
    padding: 4% 10%;
  }
  .sucursales__direccion {
    padding: 5%;
  }
  .pc {
    display: none;
  }
  .smart {
    display: block;
  }
  .textos {
    display: none;
  }
  .textos small {
    font-size: 0.7em;
  }
  .textos span {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 430px) {
  .productos {
    padding: 5% 10%;
  }
  .textos {
    left: 5%;
    width: 300px;
  }
}
