.hero_zone_principal {
	height: 60vh;
	background: url(hero_por_defecto.jpg)top center no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

.hero_zone_social {
	background: #eee;
	min-height: 20vh;
}

.elemento_social_hero {
	font-size: 1.2em;
	font-family: 'Poppins', sans-serif;
}

.zona_central_hero {
	min-height: 30vh;
    background: #ffffff61;
    box-shadow: 1px 1px 8px 0 #5d5d5d59;
    backdrop-filter: blur(15px);
    border-radius: 1rem;
}

.hero_titulo {
	font-family: 'Poppins', sans-serif;
	font-size: 3em;
	font-weight: 700;
}

.hero_subtitulo {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
}

.hero_titulo_abajo {
	font-family: 'Poppins', sans-serif;
	font-size: 3em;
	font-weight: 700;
}

.hero_subtitulo_abajo {
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
}

.padding_20p {
	padding:20px;
}