/*
 Theme Name: GeneratePress Child
 Theme URI: https://generatepress.com
 Description: Tema hijo de GeneratePress
 Author: Grupo LasGuias
 Template: generatepress
 Version: 1.0
*/
body {background-position:center top; background-repeat:no-repeat; background-color:#729dc7; margin-top:0px;font-weight:450;color:#3a3a3a; 

}
.site-header {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8) 0%,     /* blanco sólido al inicio */
    rgba(255, 255, 255, 0.8) 25%,  /* casi blanco */
    rgba(255, 255, 255, 0.6) 50%,  /* transición suave */
    rgba(255, 255, 255, 0.3) 75%,  /* empieza a transparentar */
    rgba(255, 255, 255, 0) 100%    /* totalmente transparente al final */
  ),
    url('https://www.inoxcreix.com/wp-content/uploads/2025/11/header-inoxcreix.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
border-bottom:1px solid #1e1e1e
}
.featured-image {display:none}

.footer-widget-2 { font-family: Roboto Condensed, Sans-serif; font-weight:450 }
.footer-widget-2 A {text-decoration:none}


@media (max-width: 468px)  {
	.site-logo {max-width:180px}
}

@media (max-width: 768px) {
  .site-header {
    background: rgba(255, 255, 255, 0.95); /* fondo blanco casi sólido */
    padding-top: 15px;
    padding-bottom: 15px;
  }

}
