/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


body {
	font-family: 'Cerebri Sans', sans-serif !important;
}
p {
	font-family: 'Cerebri Sans', sans-serif !important;
}
.info{
	font-family: 'Cerebri Sans', sans-serif;
	font-size: 20px;
}
.rojo{
	color: #df3d23;
}
.lista{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.titulo{
	font-size: 50px;
    font-weight: 700;
}
.contacto{
	font-size: 35px;
    font-weight: 700;
}
ul{
	list-style: none;
}
li{
    font-size: 30px;
}
.titulo_whats{
	font-size: 70px;
    text-align: right;
    line-height: 1.2;
    color: #df3d23;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 50%);
	cursor: pointer;
}

.whats{
	width: 25%;
    position: absolute;
    left: 5%;
}