/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@font-face {
    font-family: 'Folha';
    src: url('../fonts/folhaii-regular-webfont.eot');
    src: url('../fonts/folhaii-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/folhaii-regular-webfont.woff2') format('woff2'),
         url('../fonts/folhaii-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

p {
	font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #ffffff;
    font-size: 20px;
    line-height: 28px !important;
}

.p-sm-5 {
    padding: 35px !important;
}

div#wrapper {background: #0e0e0e;}
p {color: #ffffff; font-size:20px;}

h1 {
    font-size: 38px;
    color: #ffffff;
    line-height: 43px;
    text-transform: uppercase;
}

h1 span {
    color: #e44a62 !important;
}

.destaque{color:#e44a62;}

h2 {
    font-size: 32px;
    color: #ffffff;
    line-height: 37px;
    text-transform: uppercase;
}


h1, h2, h3 {font-family:"Folha", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
}

hr {
    color: #e44a62;
    opacity: 1;
    border-top: 3px solid;
    width: 90px;
    margin: 0 auto;
}

.btn {
    background-color: #e44a62;
    padding: 15px 24px;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 20px;
}

.btn:hover {
    color: #000;
    background-color: #ffffff;
    border-color: var(--bs-btn-active-border-color);
}


#gotoTop:hover {
    background-color: #e44a62;
}




/* ----------------------------------------------------------------
FOOTER
-----------------------------------------------------------------*/

#footer {
    border-top: 2px solid #555555;
}

#copyrights {
    padding: 50px 0;
    background-color: #0e0e0e;
    font-size: 0.875rem;
    line-height: 1.8;
}

footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {margin: 0 0 6px; font-size: 20px;}

footer h3 {
	color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
	line-height: 22px;
}

.icon-social {margin-right: 15px;}

p.legal-footer {
    font-size: 13px;
    line-height: 16px !important;	
    margin-top: 35px !important;
    width: 70%;
}







/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {	
	
h1 {
    font-size: 32px;
    color: #ffffff;
    line-height: 36px;
    text-transform: uppercase;
}	
	
.w-75 {
    width: 100% !important;
}	
	
iframe.mt-3 {
    height: 730px;
}	
	
}
