/* ----------------------------------------------------------------
	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: #9fb219;
}

section#header {
    background: #5d48ff;
}

section#intro, section#vantagens {
    background: #9fb219;
}



#header .content-wrap {
    background-image: url(../images/pattern.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

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

h1{font-size: 36px; color: #fbb4fd !important;}


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


#vantagens p {
    line-height: 23px;
    margin-top: 13px;
}


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

}

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;
}



#intro .content-wrap.mx-auto {
    padding: 40px 0;
}



#form a.button {
    background: #f01420;
    border-radius: 10px;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin:0;
}

#form .button:hover {
    background: #1b1b1b;
}


#login-form-email {
    border-radius: 10px;
    padding: 12px 20px;
	max-width: 370px;
}










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

footer {
    background: #1b1b1b;
	border-top: none !important;
	margin-top: 35px;
}

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) {
	
#copyrights {padding: 20px 20px;}		
	
#header .content-wrap {
    padding: 30px 15px 0 !important;
}	
	
h1 {
    font-size: 33px;
    line-height: 36px;
}	
	
}