

/**umb_name:textoAmarillo*/
.textoAmarillo {
	color: #e0ff2b !important;
}

/**umb_name:textoMediumBold*/
.textoMediumBold {
	font-weight: 600 !important;
	font-size:35px !important;
}

/**umb_name:textoAmarilloBold*/
.textoAmarilloBold {
	font-weight: 600;
	font-size: 56px;
	line-height: 58px;
	color: #e0ff2b;
}

/**umb_name:textBlancoMediumBold*/
.textBlancoMediumBold {
	font-weight: 600;
	font-size: 44px;
	line-height:110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
}

/**umb_name:Subtitulo*/
.subtitlePrincipal {
	font-family: "Roboto", serif;
	font-weight: 700;
	font-size: 64px;
	color: #E0FF2B;
}

@media (max-width: 576px) {
    .textoAmarilloBold {
    	font-size: 40px !important;
    	line-height: 40px !important;
    }
}