/*
	Personalizaciones CAER
	Sobre la plantilla Telephasic by HTML5 UP
*/

/* Logo / marca — escudo + wordmark en el header */
#logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55em;
	padding: 0 0.9em;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	white-space: nowrap;
}

#logo .logo-emblema {
	height: 2.6em;
	width: auto;
	background: #fff;
	border-radius: 6px;
	padding: 2px 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#logo .logo-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.05;
}

#logo .marca {
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 3px;
	color: #fff;
}

#logo .tagline {
	display: block;
	font-size: 0.52rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.85;
	color: #fff;
	margin-top: 2px;
}

/* En móvil la pestaña del logo es más baja: emblema un poco menor */
@media screen and (max-width: 736px) {
	#logo .logo-emblema {
		height: 2.3em;
	}
	#logo .tagline {
		font-size: 0.5rem;
	}
}

/* Bloque de datos institucionales / legales */
.datos-legales {
	font-size: 0.85em;
	line-height: 1.6em;
	opacity: 0.85;
}

/* Frase destacada institucional */
.frase-destacada {
	text-align: center;
	font-size: 1.15em;
	font-style: italic;
	line-height: 1.6em;
	margin: 2em 0;
}

/* Galería de novedades */
.galeria .image img {
	width: 100%;
	height: auto;
}

/* Datos de contacto en el footer */
.contacto-datos li {
	margin-bottom: 0.5em;
}

/* ===== Hero: imagen de inicio (banner logo + nombre + familia) ===== */
#hero .hero-imagen {
	max-width: 600px;
	margin: 0 auto 1.5em auto;
}

#hero .hero-imagen img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
}

#hero .hero-lema {
	max-width: 720px;
	margin: 0 auto;
}

/* ===== Tarjetas de servicios con ícono ===== */
.serv-icono {
	text-align: center;
}

.serv-icono img {
	width: 130px;
	height: 130px;
	margin: 0 auto 0.5em auto;
	display: inline-block;
}

/* ===== Imágenes tipo banner reducidas (institucional, riñones) ===== */
#content .image.featured.image-banner {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

/* ===== Novedades: posteos (foto izquierda, texto derecha) ===== */
.novedad {
	margin-bottom: 2.5em;
}

.novedad + .novedad {
	padding-top: 2.5em;
	border-top: solid 1px rgba(0, 0, 0, 0.12);
}

.novedad h3 {
	margin-top: 0;
}

.novedad .image.fit img {
	width: 100%;
	height: auto;
}

/* ===== Enlaces a redes (contacto) ===== */
ul.social-caer {
	list-style: none;
	padding: 0;
	margin: 1em 0 0 0;
}

ul.social-caer li {
	margin-bottom: 0.6em;
}

ul.social-caer a.icon {
	color: #2c4264;
	font-weight: 600;
	text-decoration: none;
}

ul.social-caer a.icon:before {
	margin-right: 0.6em;
	color: #2c4264;
}

ul.social-caer a.icon:hover {
	text-decoration: underline;
}
