/* ==========================================================================
   CUSTOM.CSS — Móvil Plus
   Ajustes finales sobre la plantilla Twenty (HTML5 UP)
   ========================================================================== */

/* Hero sin foto genérica de la plantilla: fondo sólido + acentos SVG */
#banner {
	background-image: url('images/light-bl.svg'), url('images/light-br.svg');
	background-position: bottom left, bottom right;
	background-repeat: no-repeat, no-repeat;
	background-size: 25em, 25em;
	padding: 8em 0;
}

#banner .inner header {
	border: 0;
	margin: 0 0 1.75em 0;
	padding: 0;
}

#banner .inner .hero-logo {
	display: block;
	max-width: 546px;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

#banner .inner p {
	font-size: 1.15em;
	opacity: 0.85;
	margin-bottom: 2.5em;
}

#banner .inner ul.buttons {
	margin-top: 0.5em;
}

@media screen and (max-width: 736px) {
	#banner .inner .hero-logo {
		max-width: 364px;
	}
}

/* Logo del header como imagen */
#logo .logo-img {
	display: block;
	height: 3.4em;
	width: auto;
}

#header h1#logo {
	line-height: 0;
}

/* Botón WhatsApp en el nav: que respete el tamaño del resto de items */
#nav ul li a.button {
	line-height: 2.2em;
	padding: 0 1em;
}

/* Íconos destacados de las secciones de servicios */
.featured {
	display: block;
	font-size: 2em;
	margin-bottom: 0.4em;
}

/* Imagen ilustrativa de la sección "Celulares nuevos": una sola imagen, sin galería */
#celulares-nuevos .image.featured img {
	max-width: 380px;
	width: 100%;
	display: block;
	margin: 0 auto 1.5em auto;
	border-radius: 4px;
}

#celulares-nuevos .content > section {
	text-align: center;
	max-width: 46em;
	margin: 0 auto;
}

#celulares-nuevos p {
	text-align: left;
}

/* Sección de contacto */
.contact-grid {
	align-items: flex-start;
}

ul.contact-info {
	list-style: none;
	padding: 0;
	margin: 0 0 2em 0;
}

ul.contact-info li {
	display: flex;
	align-items: flex-start;
	gap: 0.85em;
	margin-bottom: 1.25em;
	line-height: 1.5em;
}

ul.contact-info li .icon {
	flex-shrink: 0;
	width: 1.4em;
	text-align: center;
	margin-top: 0.15em;
}

.map-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
}

.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 980px) {
	.map-wrapper {
		margin-top: 2em;
	}
}
