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

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

.folhaform {
    margin-left: -30px;
}


body {
    background-color: #1b1b1b;
    color: #fff;
}


        #hero {
            background: url('../images/hero.jpg') no-repeat center center;
            background-size: cover;
            height: 720px;
            display: flex;
            align-items: center;
        }

        #intro {
            background: url('../images/textura-light.jpg') no-repeat center center;
            background-size: cover;
            align-items: center;
            width: 87%;
            margin: -40px auto 0;
            border-radius: 10px;
        }

        #intro .container {
            width: 90% !important;
        }


.btn {
    padding: 25px 20px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    border: none;
}

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

.gold{
  background-color: #978c5e;  
}


.preto{
  background-color: #111111;  
  color: #ffffff;
}

.green{
  background-color: #5da57d;  
}


.laranja{
  background-color: #D9674E;  
}

.laranja:hover{
  background-color: #5da57d;  
}


#teaser p{
    font-size: 22px;
    line-height: 27px !important;
}

#juridico p{
    font-size: 16px;
}

h1, h2, h3, h4 {font-family:'Montserrat', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; margin-bottom:0;}


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


ul {
	font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	line-height: 25px !important;
	margin-bottom: 0;		
    color: #ffffff;
    padding: 0;
    list-style: none;
}


h1 {
    font-size: 43px;
    color: #ffffff;
    line-height: 47px;
    font-weight: 700;

}

a {
    color: #5da57d;
}



h2 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
}

#grupo h2.titulo {
    font-size: 36px;
    line-height: 43px;
}


#intro .content-wrap {
    padding: 50px 0px;
}

#intro h2 {
    font-size: 37px;
    line-height: 42px;
}

.uppercase {
    text-transform: uppercase;
}

.color-black {
    color: #000!important;
}

.color-primary {
    color: #5da57d!important;
}

.color-secondary {
    color: #000!important;
}

.button {
    font-size: 16px;
    font-weight:700;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 5px;
    display: inline-flex;
    margin: 0;
}

.button.bg-color-black:hover, 
.button.bg-color-primary:hover {
    background-color: #fff!important;
    color: #000;
}

.bg-color-black-header{
    background-color: #000!important;
}

.bg-color-black {
    background-color: #000!important;
}

.bg-color-primary {
    background-color: #5da57d!important;
}

.bg-color-secondary {
    background-color: #1b1b1b!important;
}

.title-grupo {
    font-size: 55px;
    color: #5da57d;
}

#grupo p {
    font-size: 20px;
    line-height: 22px!important;
}

#smartcapture-block-1tjrixzn8pch {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
}


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



@media (max-width: 576px) {

.w-75, .w-50 {width: 100% !important;}		
#copyrights {padding: 20px 20px;}		
    
.logo {
    max-width: 185px;
}    
    
    #hero {
        background: url(../images/hero-mobile.jpg) no-repeat center bottom;
        background-size: contain;
        height: 1160px;
        padding: 7px 19px 0px;
        margin-top: -286px;
    }
    
h1 {
        font-size: 25px;
        line-height: 26px;
    }
    
.subtitulo {
    font-size: 18px;
    line-height: 21px !important;
}    
    
.title-grupo {
    font-size: 37px;
    line-height: 38px;
}    
    
#intro .content-wrap {
    padding: 35px 0px;
}    
        
	
}

@media (min-width: 1024px) {


    .bg-color-black-header{
        background: none!important;
    }



    .casafolha {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
        
    }

