/* change link colors - main navigation menu | BR - #zd-6066172 */
nav.wp-block-navigation ul .wp-block-navigation-item .wp-block-navigation-item__content {
	color: #ffffff;
}

nav.wp-block-navigation ul .wp-block-navigation-item .wp-block-navigation-item__content:hover {
	color: #e0e0e0;
}

.site-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.site-header {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

main {
	margin-top: 0 !important;
}

.wp-block-group {
	margin-top: 0 !important;
}

.hero {
	overflow: hidden;
	border-bottom-left-radius: 50% 35px;
	border-bottom-right-radius: 50% 35px;
}

/* Ajustes del hero en móvil */
@media (max-width: 768px) {
	.hero {
		padding-top: 40px !important;
		padding-bottom: 50px !important;
	}
	
	/* Logo / imagen principal */
	.hero img {
		max-width: 220px !important;
		height: auto !important;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block !important;
	}
	
	/* Textos del hero */
	.hero h1,
			  .hero h2,
			  .hero h3,
			  .hero p {
		text-align: center !important;
	}
	
	/* Contenedor de botones */
	.hero .wp-block-buttons {
		justify-content: center !important;
		align-items: center !important;
		gap: 16px !important;
		flex-direction: column !important;
	}
	
	/* Botones */
	.hero .wp-block-button {
		width: 100% !important;
		display: flex !important;
		justify-content: center !important;
	}
	
	.hero .wp-block-button__link {
		width: 85% !important;
		max-width: 320px !important;
		text-align: center !important;
		display: block !important;
		margin: 0 auto !important;
	}
}

/* Ajuste del fondo del hero en móvil */
@media (max-width: 768px) {
	.hero {
		background-size: cover !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}
}

@media (max-width: 768px) {
	.hero {
		min-height: 620px;
	}
}

header a,
nav a,
.wp-block-navigation a {
	font-family: 'Fjalla One', sans-serif !important;
	letter-spacing: .5px;
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

.wp-site-blocks,
.entry-content,
.wp-block-group,
.wp-block-columns,
.wp-block-image,
.wp-block-gallery,
.wp-block-cover {
	max-width: 100%;
	box-sizing: border-box;
}

.wp-block-image img,
.wp-block-gallery img {
	max-width: 100%;
	height: auto;
}