/* ----------------------------------------------------------------
	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;

}


a {
    color: #f2b90c;
    text-decoration: underline !important;
}


div#wrapper {
    background: #000000;
}


#header-wrap {
    background-color: #bacbd3;
	border-bottom: 1px solid #bacbd3;
}


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

p {
	font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	line-height: 26px !important;
	margin-bottom: 0;		
}

#intro .destaque {
    color: #f2b90c;
}


h1 {
    font-size: 46px;
    color: #ffffff;
    line-height: 49px;
    text-transform: uppercase;

}

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


h3 {
    font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 38px;
    color: #f2b90c;
    font-weight: 700;
    line-height: 40px;	
}




h4 {
    font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 56px;
    color: #f2b90c;
    font-weight: 900;
	margin-top: -11px;
}


p.tl2 {
    font-size: 14px;
	line-height: 17px !important;
}


.btn {
    background-color: #e4b038;
    padding: 19px 24px;
    font-size: 18px;
	font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
	text-transform: uppercase;
	color:#000000;
}

.btn:hover {
    color: #000;
    background-color: #ffffff;
}




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

footer {
    background: #000000;
	border-top: 1px solid rgba(255,255,255,0.49);
	margin-top: 35px;
}

div#copyrights {
    background: #000000;
}


#copyrights {
    padding: 50px 0;
    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 {
    font-size: 13px;
    line-height: 16px !important;	
    margin-top: 35px !important;
    width: 70%;
}

.social-icons {
    margin-bottom: 40px;
}

.chat a {
    color: #ffffff;
}





/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

.w-75, .w-50 {width: 100% !important;}		
	
h3 {font-size: 28px;}	
h4 {font-size: 52px; margin-top: -3px; line-height: 52px;}	
	
#copyrights {padding: 20px 20px;}		
	
}