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

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



div#wrapper {
    background: #006da6;
}

#header {
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;  
}


h2 {font-family:"PT Serif", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color:#ffffff;
}

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


h1 {
    font-family: "PT Serif", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    line-height: 53px;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.gradiente{
    
  font-weight: 900;    
  background: linear-gradient(
    90deg,
    rgba(247, 136, 51, 1) 0%,
    rgba(255, 224, 191, 1) 70%
  );

  /* Clipa o background apenas na área do texto */
  -webkit-background-clip: text;
  background-clip: text;

  /* Torna o texto transparente para exibir o gradiente */
  -webkit-text-fill-color: transparent;
  color: transparent;

  /* Opcional: ajusta exibição em bloco para dimensionar corretamente */
  display: inline-block;    
    
}


.marker {
    border-bottom: 1px solid #fbb87f;
    -webkit-box-shadow: inset 0 -0.1em #fbb87f;
    box-shadow: inset 0 -0.1em #fbb87f;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2scubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .2scubic-bezier(0.645, 0.045, 0.355, 1);
}

.destaque{
    color:#fdb913 !important;
    font-weight:700;
}

span.asterisco {
    color: #ffffff !important;
    font-family: 'lato';
}

/* ----------------------------------------------------------------
CONTENT
-----------------------------------------------------------------*/




section#form {
    background-color: #006da6;
}



#beneficios p {
    font-size: 19px;
    line-height: 24px !important;
    text-transform: uppercase;
    margin-top: 20px;
}


#legal p {
    font-size: 14px;
    line-height: 20px !important;
}







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


#footer {
    background-color: #006da6;
    background-image: url("images/bg-footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-top:0;
}




/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {
    
    

	
#beneficios img {
    max-width: 75%;
}
    
    
.logos img {
    max-width: 90%;
}  
    
    
.logo-folha {
    max-width: 90%;
}      
    
    
	
}



@media only screen
  and (min-width: 800px)
  and (max-width: 1024px) {
    


	
#beneficios img {
    max-width: 75%;
}		
	
}




