/*
Theme Name:     Atico
Theme URI:      
Description:    Underscors child theme.
Author:         Me
Author URI:     
Template:       underscores
Version:        0.1.0
*/
/* Hoja principal del tema. Los estilos reales se sirven desde /scss/css/styles.css */

/* === Hero Equipo === */
.hero-equipo { position:relative; padding:120px 0 80px; background-size:cover; background-position:center; color:#fff; }
.hero-equipo.no-image { background:#111; }
.hero-equipo__overlay { position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.55)); }
.hero-equipo__inner { position:relative; max-width:1200px; margin:0 auto; }
.hero-equipo__title { font-size:clamp(2rem,4vw,3.2rem); margin:0 0 1rem; line-height:1.1; }
.hero-equipo__content { max-width:800px; font-size:1rem; line-height:1.6; }
.hero-equipo__content p { margin:0 0 1em; }

@media (max-width:768px){
	.hero-equipo { padding:90px 0 60px; }
	.hero-equipo__title { font-size:clamp(1.8rem,6vw,2.4rem); }
}