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

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


.stretched #wrapper {
    overflow: hidden;
}



div#wrapper {
    background: #121212;
}



.content-wrap {
    padding: 0;
}



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




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


h1 {
    font-size: 31px;
    color: #ffffff;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: 700;
}

.bg-color-primary {
    background: #5da57d;
    border-radius: 5px;
    color: #fff!important;
}

.chamada-header {
    font-size: 20px;
    font-family: 'Montserrat';
    background: linear-gradient(#121212, #121212) padding-box, linear-gradient(to right, #121212, #5da57d) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
    padding: 7px 7px 7px 0;
}


h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 55px;
    color:#ffffff;
}



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



.btn {
    width: 300px;
    padding: 17px 24px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
    border: none;
    border-radius: 12px;
    color: #fff !important;
    background: #5da47d;
    background: linear-gradient(90deg, rgba(93, 164, 125, 1) 44%, rgba(173, 241, 231, 1) 100%);
}


.text-minor {
    font-size: 14px;
    line-height: 20px !important;
    margin: 10px 0 0 12px;
}



#header {
    background: #202623;
    background: linear-gradient(90deg, rgba(32, 38, 35, 1) 0, rgb(93 165 125) 50%, rgba(32, 38, 35, 1) 100%);
}


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


#hero a {
    background: #978c5e;
    font-weight: 700;
}


#hero .col-4 {
    flex: 0 0 auto;
    width: 28%;
}




.aulas img {
    border-radius: 7px;
}


.modal-content {
    background-color: #5da57d;
}


iframe.folhaform.d-flex.justify-content-center.justify-content-lg-start {
    width: 234px;
    margin: 0 auto;
    height: 280px;
}


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

hr {
    margin: 1rem 0;
    color: #cccccc;
    opacity: 0.4;
}

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) {
  
    
#hero {
        background: #121212;
        padding: 10px 20px 0;
        height: auto;
    }
    
    
#hero .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}    
    
    h1 {
        font-size: 34px;
        line-height: 36px;
    }
    
    
p, li {

    line-height: 22px !important;

}    



    
#copyrights {padding: 20px 20px;}	
   
    
.chamada-header {
    font-size: 13px;
}    
    
	
}


@media (min-width: 1200px) and (max-width: 1400px) {
  /* Estilos para telas com largura entre 1200px e 1400px */
  #hero {background-position-x: 75%;}  
    #hero .col-4 {
    flex: 0 0 auto;
    width: 28%;
}    
}


@media only screen and (max-width: 970px) and (orientation: landscape) {
    
#hero {
        background: #121212;
        padding: 10px 20px 0;
        height: auto;
    }
    
}


