<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'OswaldExtraLight';
	font-style: normal;
	font-weight: 200;
	src: url(../_fonts/Oswald-ExtraLight.ttf);
}
@font-face {
	font-family: 'OswaldLight';
	font-style: normal;
	font-weight: 300;
	src: url(../_fonts/Oswald-Light.ttf);
}
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url(../_fonts/Oswald-Regular.ttf);
}
@font-face {
	font-family: 'OswaldMedium';
	font-style: normal;
	font-weight: 500;
	src: url(../_fonts/Oswald-Medium.ttf);
}
@font-face {
	font-family: 'OswaldSemiBold';
	font-style: normal;
	font-weight: 600;
	src: url(../_fonts/Oswald-SemiBold.ttf);
}
@font-face {
	font-family: 'OswaldBold';
	font-style: normal;
	font-weight: 700;
	src: url(../_fonts/Oswald-Bold.ttf);
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url(../_fonts/Montserrat-Regular.ttf);
}

h1,h2,h3{
    font-family: 'OswaldBold';
}
h4,h5,h6{
    font-family: 'OswaldSemiBold';
}
body{
    font-family: 'Montserrat';
}
a{
    color: #000000 !important;
	text-decoration: none !important;
}
a:hover{
    color: #4aade2 !important;
	text-decoration: none !important;
}
.card-a:hover{
    color: #4aade2 !important;
	text-decoration: none !important;
}

.logo_header{
    width: 260px;
    height: auto;
}
.logo_footer{
    width: 180px;
    height: auto;
}

.fclr-white{
    color: #ffffff;
}

.h3-home{
	font-size: 60px;
	font-family: 'OswaldBold';
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.h3-home-sub{
	font-size: 24px;
	font-family: 'OswaldBold';
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:1.2;
	text-transform: uppercase;
}
.h3-home-sm{
	font-size: 18px;
	font-family: 'OswaldBold';
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.header-social-icons{
	font-size: 25px !important;
	margin-left: 5px; 
}

.header-social-icons:hover{
	color: #a4378c;
}
.card-text{
	color: #000000;
	line-height:1.2;
}
.btn-destaque-ler{
	color: black !important;
}
.btn-destaque-ler:hover{
	color: #fff !important;
}
.postTitle_breadcrumb{
	color: #4aade2 !important;
	font-size: 12px;
	font-family: 'Oswald';
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.postbodyHeader{
	padding-top: 30px !important;
}
.postbodyContent{

}
.postbodyTXT{
	padding-top: 40px !important;
}
.postTitle{
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	font-size: clamp(3em, calc(9 / 80 * 100vw), 5em) !important;
	font-family: 'OswaldBold';
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.postTitle_excerpt{
	font-size: 18px !important;
	font-style: italic;
}</pre></body></html>