/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.inter{
	font-family: 'Inter', sans-serif !important;
}

.parrafo{
	font-size: 31px;
    font-weight: 400;
    line-height: 1.3 !important;
    padding: 0;
}

.parrafo_toggle{
	font-size: 25px;
    font-weight: 400;
    line-height: 1.3 !important;
    padding: 0;
}

.parrafo_beneficios{
	font-size: 23px;
	line-height: 1.3 !important;
	font-weight: 200;
}

.titulo{
	font-size: 40px; 
	font-weight: 200;
}

.blanco{
	color: #fff;
}

.img_beneficios{
	width: 65%;
}

.titulo_whats{
	font-size: 70px;
    text-align: right;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, 50%);
	cursor: pointer;
}

.whats{
	width: 25%;
    position: absolute;
    left: 5%;
}