/* Volaterra — CSS de fidelidad (réplica exacta del Divi original) */

/* Enlaces de chrome (menú, idioma, legales): clase .ex1 igual que en Divi */
.ex1 { color: #979797 !important; text-decoration: none; }
.ex1:hover { color: #ffffff !important; }

/* Header / nav charcoal */
.vlt-header { background-color: #282928; }
.vlt-header .wp-block-columns { margin-top: 0; margin-bottom: 0; align-items: center; }
.vlt-menu { margin: 0; }
.vlt-menu a.ex1 { margin-right: 26px; }
.vlt-lang { margin: 0; }
.vlt-lang a.ex1 { margin-left: 10px; }
.vlt-logo { margin: 0; }
.vlt-logo img { display: block; height: auto; max-height: 50px; width: auto; }

/* Footer charcoal (módulo 31499) */
.vlt-footer { background-color: #282928; }
.vlt-footer .wp-block-columns { margin-top: 0; margin-bottom: 0; }
.vlt-footer .has-blanco-color { color: #ffffff !important; }

/* Footer-bottom (barra de créditos Divi): icono LinkedIn rojo 25px + crédito gris, centrado */
.vlt-footer-bottom { background-color: #282928; }
.vlt-social { margin: 0 0 5px; }
.vlt-social .wp-block-social-link { margin: 0 10px; }
.vlt-social .wp-block-social-link-anchor svg { width: 22px; height: 22px; }
.vlt-social .wp-block-social-link-anchor:hover { opacity: .7; }
.vlt-credit { color: #9b9b9b; }

/* Hero portada: imagen tal cual (ya es B/N), SIN overlay; caja semitransparente tras el título */
.vlt-hero { min-height: 100vh; }
.vlt-hero .wp-block-cover__inner-container { width: 100%; text-align: center; }
.vlt-hero-title {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px 40px;
	border-radius: 8px;
	color: #dd3333 !important;
	font-family: "EB Garamond", Perpetua, Georgia, "Times New Roman", serif;
	font-weight: 500;
	line-height: 1.05;
	text-align: center;
	margin: 0;
}

/* Títulos de sección interiores */
.vlt-section-title { color: #282928; text-align: center; }
.vlt-service p { color: #666; }

/* Imágenes responsivas */
.entry-content img, .wp-block-image img { max-width: 100%; height: auto; }
