/** HOMEIDENTITY WEB TEMPLATE FILE 
 * Version: 1.1
 * Date: 2026-08-15
 * Author: FRAVA Webmaster
 * */
/* FONTS */
@font-face {
  font-family: roboto-regular;
  src: url("fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: roboto-light;
  src: url("fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: roboto-thin;
  src: url("fonts/Roboto-Thin.ttf");
}
/* VARIABLES */
/* GENERAL */
body {
  background: #FFF;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "roboto-regular", sans-serif;
}
body h1, body h2 {
  text-transform: uppercase;
  margin: 2% auto;
  text-align: center;
}
body p {
  font-size: 14px;
  color: #444;
  text-align: justify;
}
body a {
  color: #036;
}
body a img {
  border: none;
}

/* HEADER */
header {
  position: fixed;
  width: 100%;
  display: grid;
  grid-template-areas: "logo nav redes";
  grid-template-columns: 20% 60% 20%;
  align-items: center;
  justify-items: center;
  background-image: linear-gradient(to left, #fff, #eee);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
header #menu-logo {
  grid-area: logo;
  width: 60%;
}
header nav {
  grid-area: nav;
  font-size: 14px;
}
header nav #menu-titulo {
  display: none;
  text-align: center;
  color: white;
  background-color: black;
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav ul li {
  display: inline-block;
  padding: 20px;
}
header nav ul li a {
  color: #444;
  text-decoration: none;
}
header nav ul li a:hover {
  color: #000;
}
header #menu-redes {
  grid-area: redes;
}
header #menu-redes img {
  display: inline-block;
  width: 35px;
  height: 35px;
  opacity: 0.7;
}
header #menu-redes img:hover {
  opacity: 1;
}

.cover img {
  display: block;
  width: 100%;
}

/* BTN FLOAT WHATSAPP */
#btn-float-whatsapp {
  position: fixed;
  width: 70px;
  bottom: 0;
  right: 10px;
  z-index: 100;
}

/* SECCIONES */
#modulo-page {
  display: none;
  position: relative;
  display: block;
  width: 80%;
  margin: 10% auto;
}
#modulo-page .descripcion {
  font-family: roboto-light;
  font-size: 46px;
  color: #ccc;
  text-align: left;
}
#modulo-page .texto {
  font-family: roboto-light;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

#novedades-m img {
  width: 100%;
}

/* PRODUCTOS */
#modulo-productos-widget-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
#modulo-productos-widget-menu > div a {
  text-decoration: none;
  opacity: 1;
}
#modulo-productos-widget-menu > div a:hover {
  opacity: 0.5;
}
#modulo-productos-widget-menu > div img {
  width: 100%;
}

#modulo-productos-widget-sidebar {
  position: relative;
  display: inline-block;
  width: 25%;
  margin: auto;
  vertical-align: top;
  margin: 5% auto;
}
#modulo-productos-widget-sidebar > div {
  margin: 20px 20px 20px 40px;
}
#modulo-productos-widget-sidebar > div h2 {
  text-align: left;
}
#modulo-productos-widget-sidebar > div a {
  display: block;
  margin: 10px 0 0 10px;
  font-size: 13px;
  color: #036;
  text-decoration: none;
}

#modulo-productos-widget-content {
  position: relative;
  display: inline-flex;
  width: 74%;
  flex-wrap: wrap;
  margin: 5% auto;
}
#modulo-productos-widget-content > div {
  width: 27%;
  margin: 2%;
  padding-left: 2%;
  border-left: 1px solid #CCC;
}
#modulo-productos-widget-content > div a {
  text-decoration: none;
}

/*** HOME NOVEDADES ***/
#novedades {
  padding: 5% 10%;
  margin: auto;
  text-align: center;
}
#novedades h2 {
  font-family: roboto-light;
  color: #777;
  font-size: 38px;
}
#novedades > p {
  font-family: roboto-thin;
  font-size: 24px;
  margin: 50px auto;
  text-align: center;
  color: #666;
  line-height: 35px;
}
#novedades > div {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-gap: 4%;
  justify-content: center;
}
#novedades > div h3 {
  font-family: roboto-light;
  margin: 10px auto;
  color: #666;
}
#novedades > div p {
  font-family: roboto-thin;
  margin: 10px auto 30px;
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
#novedades img {
  width: 100%;
  display: block;
}

/*** MARCAS ***/
.modulo-marcas {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5% auto;
}
.modulo-marcas .modulo-marcas-content {
  width: 19%;
  margin: 1%;
  padding-left: 2%;
  border-left: 1px solid #CCC;
}
.modulo-marcas .modulo-marcas-content .marcas-logo {
  width: 80px;
  height: 80px;
}

#modulo-marca {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5% auto;
}
#modulo-marca > div {
  width: 19%;
  margin: 1%;
  padding-left: 2%;
  border-left: 1px solid #CCC;
}
#modulo-marca > div h3 {
  color: #036;
}

/* INFO MARCAS */
.info-logo {
  width: 160px;
}

.info-www {
  width: 70px;
}

/*** SECCION EMPRESA ***/
#modulo-empresa {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#modulo-empresa > div {
  width: 25%;
  margin: 1%;
  padding-left: 2%;
  border-left: 1px solid #CCC;
}

/*** FORMULARIO CONTACTO ***/
#modulo-contacto {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
#modulo-contacto > div, #modulo-contacto form {
  width: 19%;
  margin: 1%;
  padding-left: 2%;
  border-left: 1px solid #CCC;
}
#modulo-contacto > div h3, #modulo-contacto form h3 {
  margin: 0;
}
#modulo-contacto > div input, #modulo-contacto > div textarea, #modulo-contacto form input, #modulo-contacto form textarea {
  width: 100%;
  font-size: 16px;
  margin: 10px auto;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #DDD;
}
#modulo-contacto > div iframe, #modulo-contacto form iframe {
  width: 100%;
  height: 350px;
}
#modulo-contacto .contacto-boton {
  background: green;
  color: white;
  font-weight: bold;
}

/* FOOTER */
footer {
  width: 100%;
  margin-top: 7%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer div {
  width: 19%;
  margin: 2%;
}
footer div p {
  text-align: left;
}
footer div a {
  font-family: roboto-light;
  text-decoration: none;
}
footer div a:hover {
  color: #111;
  text-decoration: underline;
}
footer div ul {
  margin: 0;
}
footer div ul li {
  margin: 20px;
  list-style: none;
}
footer div .footer-logo {
  width: 140px;
  display: block;
  margin: 20px 0;
}

.footer-creditos {
  font-size: 12px;
  text-align: center;
  color: #CCC;
  margin: 5px auto;
}
.footer-creditos a {
  color: #AAA;
}

/* POPUP COOKIES */
#popup-cookies {
  position: fixed;
  bottom: 20px;
  left: 5%;
  width: 90%;
  padding: 10px 20px 15px;
  background: #eee;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  z-index: 1000;
}
#popup-cookies > p {
  font-size: 0.8em;
  margin: 0;
}
#popup-cookies > p a {
  color: #007bff;
}
#popup-cookies > div {
  margin-top: 10px;
  text-align: center;
}
#popup-cookies > div .cookies {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background: #999;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
#popup-cookies > div .cookies:first-child {
  background: #007bff;
  margin-right: 10px;
}

/* RESPONSIVE */
@media screen and (max-width: 700px) {
  /* HEADER */
  header {
    grid-template-areas: "logo nav";
    grid-template-columns: 50% 50%;
    border-bottom: 1px solid #999;
  }
  header nav {
    background-color: #EEE;
    width: 100%;
  }
  header nav #menu-titulo {
    display: block;
    padding: 10px;
  }
  header nav ul {
    display: none;
  }
  header nav ul li {
    display: block;
    padding: 20px;
  }
  header nav:hover ul {
    display: block;
  }
  header #menu-redes {
    display: none;
  }
  #modulo-page .descripcion {
    font-size: 36px;
  }
  #modulo-productos-widget-sidebar {
    display: block;
    width: 90%;
  }
  #modulo-productos-widget-sidebar > div {
    margin: 10px;
  }
  #modulo-productos-widget-sidebar > div h2, #modulo-productos-widget-sidebar > div h3 {
    margin: 20px 0 0 0;
  }
  #modulo-productos-widget-sidebar > div a {
    display: inline-flex;
  }
  #modulo-productos-widget-content {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  #modulo-productos-widget-content > div {
    width: 40%;
    margin: 5% 2%;
  }
  .modulo-marcas .modulo-marcas-content {
    width: 40%;
  }
  #modulo-marca > div {
    width: 40%;
  }
  #modulo-empresa > div {
    width: 40%;
  }
  #modulo-contacto > div, #modulo-contacto form {
    width: 80%;
    margin: 5% 0;
    border-left: none;
  }
  #novedades > div {
    display: block;
  }
  /* FOOTER */
  footer div {
    width: 40%;
  }
}

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