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

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#form {
    overflow: hidden;
}

.formpopup {
    margin-left: 40px;
}

body {
    background-color: #5da57d!important;
    color: #fff;
    font-family: "Lato", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#header {
    background-image: url('../images/banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

#intro p {
    font-size: 12px;
}

#intro .vip {
    font-size: 16px;
}

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

p {
	font-size: 19px;
	line-height: 22px!important;
	margin-bottom: 0;		
}

h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
}

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

h2.numeros {
    font-size: 55px;
    line-height: 56px;
}

.logo{
    width: 200px;
}

.uppercase {
    text-transform: uppercase;
}

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

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

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

.button {
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 5px;
    display: inline-flex;
    white-space: normal;
    word-wrap: break-word;
    margin: 0;
    line-height: 16px;
}

a:hover {
    background-color: #dedad6!important;
    color: #000!important;
}

.section-primary{
    background-color: #11181b!important;
    color: #fff!important;
    border-radius: 10px;
    line-height: 15px;
}

.section-primary p {
    line-height: 23px!important;
}

.section-primary .button{
    font-size: 15px;
}

.section-secondary{
    background-color: #dedad6!important;
    border-radius: 10px;
}

.section-secondary img {
    width: 500px;
}

.section-secondary span {
    font-size: 27px;
    letter-spacing: 10px;
    color: #000 !important;
}

.section-secondary h2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 44px;
}

.section-secondary h4 {
    line-height: 30px;
    font-size: 27px;
}

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

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

.subtitle-header {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 22px;
}

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


section#form {
    margin: 170px 0 0 0;
}



#aprender a {
    width: 240px;
    margin: auto;
    padding: 23px 0;
}


#fernanda a {
    display:block;
    width: 240px;
    padding: 23px 0;
}


#fernanda a:hover {
    background-color: #1b1b1b !important;
    color:#ffffff !important;
}



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


.modal-content {

    background-color: #5da57d;

}




@media (max-width: 576px) {

#copyrights {padding: 20px 20px;}
    
#header {
    background-image: url('../images/fernanda-bg-mobile.jpg');
    background-position: center center;
    background-size: cover;
    height: 360px;
}    

h1 {
        font-size: 35px;
        line-height: 37px;
    }
    
#form h1 {
    text-align: center;
}
    
    #aprender h1 {
        font-size: 29px;
        line-height: 34px;
    }    

h2.numeros {
    font-size: 45px;
    line-height: 45px;
} 
    
#form iframe {
    margin-left: 45px !important;
}   
    
    
#fernanda a {
    margin:auto;
}    
    
.subtitle-header {
    font-size: 19px;
    line-height: 19px;
}   
    
section#form {
    margin: 140px 0 0 0;
}  
    

    
section#aulas {
    margin-top: -14px;
}    
    
.section-primary .button {
    font-size: 16px;
}    
    
.section-primary {
    border-radius: 0;
}    
    
.section-secondary {
    border-radius: 0;
}   
    
#fernanda .container {
    padding-bottom: 40px !important;
}    
	
}

@media (min-width: 768px) {

    #header{
        height: 520px;
    }
        
}

@media (min-width: 1024px) {


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

@media (min-width: 1400px) {

    #header{
        height: 585px;
    }
        
}

