html,
body {
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	background-color:#000;
}

.card2:hover{
     transform: scale(1.05);
}


.modalidade {
    background: #333333;
    padding: 1.5rem 2rem;
    position: relative;
}

.modalidade h3 {
	font-weight:600;
	text-transform:uppercase;
	font-size: 23px;
	color: #999;
}
.telefone {	font-weight:600;text-transform:uppercase;font-size: 26px;}

.tituloBranco {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.amarelo{ color: #fef213; }


.botao_amarelo{ 
	background-color: #fef213;
	color:#000;
	padding:15px;
	border-radius:10px;
	width:50%;
	display:block;
	text-align:center;
	font-size:20px;
	margin-top:60px;
	}

.botao_amarelo:hover{ 	background-color: #ffd200; color:#000; }
.botao_amarelo:visited{ color:#000;	}


.botao_amarelo_mais{ 
	/*background-color: #fef213;*/
	border: 1px solid #fef213;
	
	color:#fef213;
	padding:5px;
	border-radius:10px;
	display:block;
	text-align:center;
	font-size:14px;
	margin-top:20px;
	text-transform:uppercase;
	font-weight:bold;
	
	}
.botao_amarelo_mais:visited{ color:#fef213;	}
.botao_amarelo_mais:hover{ 	background-color: #ffd200; color:#000; }



.tituloBranco:after{
    position: relative;
    content: "";
    width: 10%;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: 5px solid yellow;
}

.paragrafo {color: #ffffff;	margin-bottom: 0;}

.vantagem-item p{
	font-size: 23px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	color: #000;
	font-weight: 400;
}

h1 {font-size: 70px;}
h2 {font-size: 36px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}


@media only screen and (max-width: 500px){
	
    h1{ font-size:35px;}
	
	.interna { 
		border-top: 1px solid #343434; 
		padding-top:0px; 
	}
	
	.col_modalidades {
      margin-left: 0!important;
      margin-right: 0!important;
      width: 50%;
      float: left;
    }
	
	.botao_amarelo{ width:100%; }

}

  
p {
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 15px 0;
}

.texto {
	font-size: 24px;
	color: #FFF;
	font-weight: 400;
	line-height: 40px;
}

img {max-width: 100%;}
input:focus,select:focus,button:focus,textarea:focus {	outline: none; }

a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}



.degrade{
	background: rgb(255,201,0);
background: linear-gradient(90deg, rgba(255,201,0,1) 0%, rgba(255,242,19,1) 100%);
	
}


ul,ol {	padding: 0;	margin: 0;}


.header {
	padding: 15px;
}

.interna { border-top: 1px solid #343434; padding-top: 90px; padding-bottom:90px; }
.espacamento { margin: 150px 0px 150px 0px; }
.logo {	float: left;}

.navbar .navbar-nav .nav-link {
    color: #FFF;
    font-size: 1.2em;
	text-transform:uppercase;
}
.navbar .navbar-nav .nav-link:hover{
    color: #e2d81f;
	
}

.nav-item {
    padding-right: 1.5em;
  }

.nav-social  {
    padding-right: 0.6em;
	 font-size: 23px;
  }



.navbar-default .navbar-toggle .navbar-toggler-icon {
        background-color: #ffffff !important;
}

@media (max-width: 576px) {
    .navbar .navbar-brand img {
        height: 40px;
    }
}



.footer-section {
	border-top: 1px solid #343434;
	padding: 60px 0px 60px 0px;
}

.footer-logo-item {
	margin-bottom: 00px;
}

.footer-logo-item .f-logo {
	margin-bottom: 40px;
}

.footer-logo-item .f-logo a {
	display: inline-block;
}

.footer-widget  p {
	color: #FFF;
}

.footer-logo-item .social-links h6 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-logo-item .social-links a {
	color: #ffffff;
	display: inline-block;
	font-size: 25px;
	margin-right:20px;

}

.footer-widget h5 {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}


.vantagem-item h5 {
	font-size: 25px;
	font-weight: bold;
	color: #e2d81f;
	text-transform: uppercase;
	margin: 30px 0 10px 0px;
}




.contact-form form input {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;

}



.contact-form form textarea {
	width: 100%;
	height: 198px;
	border-radius: 2px;
	border: none;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 16px;
	resize: none;
	margin-bottom: 25px;
}

.contact-form form .c-btn {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 40px;
	border: none;
	background: #fef213;
	border-radius: 2px;
}



