.bloco-texto-dinamico {
    font-family: "Hind Madurai", sans-serif;
    box-sizing: border-box;
}

.bloco-texto-dinamico h1, .bloco-texto-dinamico h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
}
		
.bloco-texto-dinamico p {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.bloco-texto-dinamico p strong {
    font-weight: bold;
}

.bloco-texto-dinamico a {
    color: #009ee3;
    text-decoration: none;
}

.bloco-texto-dinamico p strong a {
    background-color: #0b00b5;
    color: white;
    border-radius: 8px;
    padding: 6px 34px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin: 16px 0 0 0;
    display: inline-block;
}


@media screen and (max-width: 1024px) {


	.bloco-texto-dinamico h1, .bloco-texto-dinamico h2 {
		line-height: 32px;
		font-size: 26px;
	}
	
}















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
