@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body{
	color: #4c4c4c;
}
h1{	
	font-family: lato, sans-serif;
	font-weight: 300;
	font-size: 3.5rem;
	padding-bottom: 2rem;
	letter-spacing: -2px;
	line-height: 55px;
}
h4{
	font-size: 2rem;
}
h4.energia{
	color: #000;
}
.elle{
	background: #000;
}
.pomellato-back{
	background-image: url(../img/pomellato_01.jpg);
	background-size: cover;
}
.alto{
	padding-bottom: 10rem;
}
.pomellato{
	font-family: lato,sans-serif;
	font-weight: 600;
}

.box-text{
	background: #cac17f;
}
.no-borde{
	padding-right: 0px;
    padding-left: 0px;
}
.grueso{
	color: #b0a240;
	font-size: 4rem;
	font-weight: 700;
}
.nudo{
	width: 120px;
	padding-top: 1rem;
}
.hoja{
	color: #b0a240;
}
.borde-cuadro{
	padding: 10%;
	padding-top: 20%;
}
.dulces{
	text-align: right;
}
.pie-1{
	background: #cac17f;
}
.img-pie{
	height: 45px;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.pomellato-video{
	width: 100%;
}