@charset "utf-8";
@import url("../css/variables.css");
@import url("../css/columnas.css");
@import url("../css/botones.css");
@import url("../css/redes-sociales.css");
@import url("../iconos-web/iconos-web.css");



/* PARA INDEX CONSTRUCCION BOTAR DESPUES DE USO */
#contenedor__construccion {
  width: 100%;
  height: 100vh;
  background: var(--color1);
}
#contenedor__construccion .contenedor__construccion {
  width: var(--ancho);
  max-width: var(--ancho-max);
  height: 100%;
  margin: 0 auto;
  font-family: var(--fuente-titulos);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#contenedor__construccion img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#contenedor__construccion .contenedor__construccion .logo {
  width: 70%;
}
#contenedor__construccion .contenedor__construccion .texto {
  display:inline-block;
  font-size: 16pt;
  font-weight: bold;
  color: var(--color4);
  margin-top: 40px;
  text-transform: uppercase;
  background-color: var(--color2);
  padding: 10px 25px;
  letter-spacing: 2px;

}
/* DESDE */
@media (width >= 768px) {
  #contenedor__construccion .contenedor__construccion .logo {
  width: 50%;
}
  #contenedor__construccion .contenedor__construccion .texto {
  display:inline-block;
  font-size: 24pt;
}
}



/* HASTA ACA PARA INDEX CONSTRUCCION BOTAR DESPUES DE USO */

