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

}


div#wrapper {
    background: #1b1b1b;
}


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


h1, h2, h3, h4 {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;
	margin-bottom: 0;		
}


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

}

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

.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: #1b1b1b;
    border: none !important;
}

div#copyrights {
    background: #1b1b1b;
}


#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;}		
#copyrights {padding: 20px 20px;}		
	
}