
        

/**umb_name:parrafos textos*/
.textParagraphs {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #000000;
}

/**umb_name:texto parrafo dos*/
.textParagraphsTwo {
	font-family: "Karla", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}

@media (min-width: 0px) {
    .textParagraphs {
    	font-size: 24px;
    }
    
    /**umb_name:texto parrafo dos*/
    .textParagraphsTwo {
    	font-size: 12px;
    }
}

@media (min-width: 576px) {
    .textParagraphs {
    	font-size: 24px;
    }
    
    /**umb_name:texto parrafo dos*/
    .textParagraphsTwo {
    	font-size: 12px;
    }
}


@media (min-width: 768px) {
    .textParagraphs {
    	font-size: 24px !important;
    }
    
    /**umb_name:texto parrafo dos*/
    .textParagraphsTwo {
    	font-size: 12px !important;
    }
}

/* Large (≥992px) */
@media (min-width: 992px) {
    .textParagraphs {
    	font-size: 24px !important;
    }
    
    /**umb_name:texto parrafo dos*/
    .textParagraphsTwo {
    	font-size: 12px !important;
    }
}

/* Extra large (≥1200px) */
@media (min-width: 1200px) {
    .textParagraphs {
    	font-size: 28px !important;
    }
    
    /**umb_name:texto parrafo dos*/
    .textParagraphsTwo {
    	font-size: 12px !important;
    }
}
