/*********************************************
1. GERAL
*********************************************/

body {
	background: #fff;
}

body,
div {
    font-family: 'Ubuntu', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
     font-family: 'Ubuntu', Arial, sans-serif;
}

h5 {
    font-weight: 500;
    font-size: 15px;
    color: #31b7a3;
}

p {
	color: #000000;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 15px;	
	text-align: left;
}

a {}
a:hover {}



/*********************************************
2. CLASSES DE AJUDA
*********************************************/

.sub {
    font-family: 'Ubuntu', Arial, sans-serif;
    color: #005955;
    text-transform: uppercase;
    font-size: 42px;
    
}

.botao {
	background-color: #0b3f3d;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
    font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
    padding: 13px 38px;
}

.botao:hover {
    color: #fff;
    text-decoration: none;
}



/*********************************************
3. HEADER
*********************************************/

#header {
    background-color: rgb(49,183,163, 0.9);
    width: 100%;
    position: absolute;
    padding-top: 25px;
	padding: 25px 0;
}

.logo-header {
    /*margin-top: 18px;*/
}

.logo-header img {
    width: 250px;
}

.botao-header {
    background-color: transparent;
    border: 1px solid #fff;
	border: 2px solid #fff;
    border-radius: 50px;
	color: #fff;
	float: right;
	font-weight: 600;
	/*margin-bottom: 50px;*/
	/*margin-top: 23px;*/
    margin-top: 5px;
	padding: 16px 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.botao-header:hover {
	background: #fff;
    color: #3f9986;
    text-decoration: none;
	transition: all 0.7s;
}



/*********************************************
4. SECTION - FULL BANNER
*********************************************/
#section-full-banner {
	background-color: #dcdcd4;
    background-image: url(img/banner-novo.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-size: cover;
	background-size: contain;
    height: 125vh;
	height: 100vh;
}




/*********************************************
5. SECTION - CALCULADORA
*********************************************/
#section-calculadora {
    background-color: #005955;
    padding: 65px 0 75px 0;
	position: relative;
	overflow: hidden;
}

/*
@media screen and (min-width: 1600px) {
	#section-calculadora { height: 100vh; }
}*/

#section-calculadora .titulo {
    margin-bottom: 30px;
}

#section-calculadora .titulo h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
	margin-bottom: 0;
    text-transform: uppercase;
}

#section-calculadora .titulo h2 strong {
    color: #31b7a3;
    font-size: 60px;
    text-transform: uppercase;
}

#section-calculadora .titulo p {
    color: #31b7a3;
    font-size: 26px;
    text-transform: uppercase;
}


/* Fase 1 */
#calculadora-fase1 {}

#formulario-calculadora input[type="text"],
#formulario-calculadora input[type="email"] {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
    font-size: 16px;
	font-weight: 500;
    max-width: 100%;
	padding: 12px 35px;
    text-transform: uppercase;
}

#formulario-calculadora input[type="text"]::-webkit-input-placeholder,
#formulario-calculadora input[type="email"]::-webkit-input-placeholder {
    color: #fff;
	font-weight: 400;
}

#formulario-calculadora .sep {
	border-top: 8px dotted #01ac95;
	margin: 30px 0;
}

#formulario-calculadora .inline-label {
	/*background: red;*/
	margin-bottom: 15px;
	overflow: hidden;
}

#formulario-calculadora .inline-label label {
	color: #13e1c5;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-right: 40px;
	text-transform: uppercase;
}

#formulario-calculadora .inline-label label.padtop {
	padding-top: 8px;
}

#formulario-calculadora .inline-label select {
	background: transparent;
	border: 1px solid #13e1c5;
	border-radius: 50px;
	color: #fff;
	float: right;
    font-size: 16px;
	font-weight: 500;
	height: auto;
    max-width: 100%;
	min-width: 350px;
	padding: 12px 35px;
    text-transform: uppercase;
	width: auto;
}

#formulario-calculadora .inline-label select option {
	background: #005955;
}

#formulario-calculadora .inline-label select.sel2 {
	min-width: 300px;
}

#formulario-calculadora .inline-label input[type="text"] {
	border-color: #13e1c5;
	color: #fff;
	font-weight: bold;
	float: right;
	text-align: center;
	width: 200px;
}

#formulario-calculadora .inline-label input[type="text"]::-webkit-input-placeholder {
	color: #13e1c5;
	font-weight :bold;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 48px;
    cursor: pointer;
    line-height: 20px;
	line-height: 32px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 32px;
    border: 1px solid #13e1c5;
    border-radius: 45%;
    background: #fff;
	background: transparent;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: 'X';
    width: 16px;
    height: 18px;
    background: #F87DA9;
	background: transparent;
    position: absolute;
    top: 7px;
	top: 0px;
    left: 12px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#formulario-calculadora .botao {
	background: #01ac95;
	float: right;
	font-size: 17px;
	width: 400px;
	max-width: 100%;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;    
}

#formulario-calculadora .botao:hover {
	transition: all 0.7s;
	background: #fff;
	color: #3f9986;
	text-decoration: none;
}


/* Fase 2 */
#calculadora-fase2 {
	display: none;
	background: #005955;
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	/*padding-top: 30%;*/
}

#calculadora-fase2 .content {
	padding: 100px 0;
	text-align: center;
}

#calculadora-fase2 .content img {
	max-width: 100%;
	width: 300px;
	margin-bottom: 35px;
}

.blinking {
    animation:blinkingText 2.5s infinite;
	color: #01ac95;
	font-size: 60px;
	font-weight: bold;
}

@keyframes blinkingText{
    0%{     color: #01ac95;    }
    49%{    color: #01ac95; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #01ac95;    }
}


/* Fase 3 */
#calculadora-fase3 {
	display: none;
	background-color: #005955;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 55px;
}

#calculadora-fase3 h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 400;
	text-transform: uppercase;
}

#calculadora-fase3 h2 strong#pct-economia {
   color: #31b7a3;
   color: #fff;
   font-size: 90px;
   text-transform: uppercase;
}

#calculadora-fase3 p {
	text-align: center;
	color: #fff;
	color: #31b7a3;
	font-size: 28px;
	margin-bottom: 0;
}

#calculadora-fase3 h4 {
	color: #31b7a3;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 35px;
}


#calculadora-fase3 .big {
	color: #31b7a3;
	color: #fff;
	font-weight: 800;
	font-size: 70px;
	margin-top: 30px;
}

#calculadora-fase3 .big #kg-economia-ano {
	font-size: 110px;
	color: #fff;
}

#calculadora-fase3 .texto-final {
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 60px;
}

#calculadora-fase3 .texto-final p {
	color: #31b7a3;
	font-size: 40px;
}

#calculadora-fase3 .texto-final span {
	color: #fff;
}
 
 

/*********************************************
6. SECTION - COMO CONSEGUIMOS
*********************************************/
#section-como-conseguimos {
    background-image: url("img/rolo-de-stretch.png");
    background-repeat: no-repeat;
    background-position: -90px 60px;
	background-position: 0px 60px;
	padding-top: 60px;
    padding-bottom: 100px;
	background-size: contain;
}

#section-como-conseguimos .coluna1 {}

#section-como-conseguimos .coluna2 {}

#section-como-conseguimos .coluna2 {
    margin-left: 200px;
}

#section-como-conseguimos .coluna2 .sub {
	margin-bottom: 25px;
}

#section-como-conseguimos .coluna2 .sub strong {
    color: #31b7a3;
}

#section-como-conseguimos .coluna2 h4 {
    font-family: 'Ubuntu', Arial, sans-serif;
    color: #005955;
    font-weight: 600;
	margin-bottom: 25px;
}

#section-como-conseguimos .coluna2 p {
	font-size: 17px;
}

#section-como-conseguimos .coluna2 p.last {
	font-weight: 600;
    color: #31b7a3;
}

#section-como-conseguimos .coluna2 .botao {
    border: 1px solid #005955;
	border-radius: 15px;
	color: #31b7a3;
	font-size: 21px;
	line-height: 1.3;
	margin-top: 30px;
	padding: 12px 65px;
	text-align: center;
    text-transform: uppercase;
}

#section-como-conseguimos .coluna2 .botao:hover {
	opacity: 0.8;
	transition: all 0.7s;
}

#section-como-conseguimos .coluna2 .botao .cor2 {
    color: #ffffff;
}



/*********************************************
7. SECTION - FORM DE CONTATO
*********************************************/
#section-form-contato {
    background-color: #31b7a3 ;
    margin: 0;    
	padding: 90px 0 30px 0;
}

#section-form-contato .sub {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 30px;
	text-align: center;
}

#section-form-contato input[type="text"],
#section-form-contato input[type="email"] {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 18px;
    max-width: 100%;
    padding: 11px 30px;
    text-transform: uppercase;
}

#section-form-contato input[type="text"]:hover,
#section-form-contato input[type="email"]:hover {
    background-color: transparent;
}


#section-form-contato input[type="text"]::-webkit-input-placeholder,
#section-form-contato input[type="email"]::-webkit-input-placeholder {
    color: #fff;
	font-weight: 400;
}

#section-form-contato input[type="text"]:focus,
#section-form-contato input[type="email"]:focus,
#section-form-contato select:focus {
	background: #248576;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}

#section-form-contato .botao,
#section-form-contato input[type="submit"] {
	background: #0b3f3d;
	border: 1px solid #0b3f3d;
	border-radius: 15px;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	margin-top: 30px;
	padding: 12px 160px;
	text-align: center;
	text-transform: uppercase;
}

#section-form-contato .botao:hover,
#section-form-contato input[type="submit"]:hover {
   border: 1px solid #fff;
   background-color: transparent;
   cursor: pointer;
   transition: all 0.7s;
}

.alert.sucesso {
	background: #fff;
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
    color: green;
	text-align: center;
}

iframe { 
	border: 0;
	height: 100px;
	width: 100%;
}



/*********************************************
8. FOOTER
*********************************************/

#footer a,
#footer p {
    color: #fff;
}

#footer {
    background-color: black;
    padding: 20px 25px;
    color: #fff;
}

#footer .logo-footer {
    margin-top: 50px;
    margin-bottom: 30px;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    list-style: none;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    padding-left: 20px;
}

#footer a {
    color: #fff;
    font-weight: 600;
}

#footer .coluna2 p {
    text-transform: uppercase;
    font-size: 11px;
   
}

#footer .menu ul li a{
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}

#footer .social {
    text-align: right;
}

#footer .coluna4 p {
    text-align: end;
}

#footer .coluna2,
.coluna3,
.coluna4 {
    padding-top: 60px;
}

#footer .coluna3 h5 {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
}

#footer .coluna1 {
    padding-left: 30px;
}

#footer .coluna2 p {
    padding-left: 10px;
}

#footer .coluna2 p {
    border-left: 1px solid #545454;
    height: 100px;
    margin-left: 40px;
}

#footer .coluna3 p {
    font-size: 11px;
    color: #fff;
    font-weight: 200;
}

#footer .coluna4 {
    padding-right: 60px;
}

#footer .coluna4 p {
    font-size: 25px;
	font-weight: 300;
}

#footer .coluna4 .social a{
   text-align: end;
}

.social img{
    float: right;
    margin-left: 14px;
}



/*********************************************
9. COPYRIGHT
*********************************************/
#copyright {
    background: black;
    padding-bottom: 20px;
}

#copyright p {
	border-top: 1px solid #545454;
	color: #fff;
	font-size: 13px;
	font-family: Lato, Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 20px;
	padding-bottom: 15px;
    padding-top: 30px;
	text-align: center;
}






/*********************************************
10. RESPONSIVE FIXES
*********************************************/



/**
* Ate telas de 1600px 
* ----------------------------------------------------------------------------
*/
@media screen and (max-width: 1600px) {}



/**
* Ate telas de 1366px 
* ----------------------------------------------------------------------------
*/
@media screen and (max-width: 1366px) {
	
	/* Footer */
	#footer .coluna4 p { font-size: 17px; }
	#footer .social img{ width: 24px; margin-left: 8px; }
	
	
	/* Calculadora */
	#section-calculadora { padding: 35px 0; }
	#formulario-calculadora input[type="text"], #formulario-calculadora input[type="email"] { padding: 7px 30px; }
	#formulario-calculadora .inline-label select { padding: 7px 30px; }
	
	
	/* Como Conseguimos */
	#section-como-conseguimos { background-position: -100px 60px; padding: 60px 0; }
	#section-como-conseguimos .coluna2 { margin-left: 280px; }
	
	
	/* Contato */
	#section-form-contato { padding: 75px 0; }
	#section-form-contato input[type="text"], #section-form-contato input[type="email"] { padding: 8px 30px; }
	#section-form-contato .botao, #section-form-contato input[type="submit"] { padding: 8px 130px; }
	
}



/**
* Ate telas de 1280px 
* ----------------------------------------------------------------------------
*/
@media screen and (max-width: 1280px) {
	
	/* Como Conseguimos */
	#section-como-conseguimos { background-size: 60%; padding: 50px 0; }
	#section-como-conseguimos p.last br { display: none; }
	
	
	/* Contato */
	#section-form-contato { padding: 60px 0 60px 0; }
	
}



/**
* Ate telas de 1024px 
* ----------------------------------------------------------------------------
*/
@media screen and (max-width: 1024px) {
	
	.sub { font-size: 36px; }
	
	.botao-header { padding: 10px 35px; }

	#section-full-banner { background-size: cover; }
	#section-calculadora .titulo h2, #section-calculadora .titulo h2 strong { font-size: 48px; }
	
	#formulario-calculadora .inline-label label { font-size: 17px; margin-right: 15px; }
	#formulario-calculadora .inline-label input[type="text"] { width: 150px; }
	#formulario-calculadora .sep { margin: 15px 0 20px 0; }
	
	#section-como-conseguimos .coluna2 { margin-left: 150px; }
	#section-como-conseguimos .coluna2 .botao { font-size: 18px; padding: 8px 45px; }
	
	#section-form-contato .sub { font-size: 36px; }
	#section-form-contato .botao, #section-form-contato input[type="submit"] { font-size: 18px; padding: 6px 100px; }
	
	#footer { padding: 20px; }
	#footer .coluna1 { padding-left: 0; }
	#footer .logo-footer { width: 100%; }
	
	#footer .coluna2 {}
	#footer .coluna2 p { height: 30px; }
	#footer .coluna2 br { display: none; }
	#footer .menu { padding-left: 30px; }
	
	#footer .coluna4 p { font-size: 20px; }
	
}



/**
* Ate telas de 767px (mobile)
* ----------------------------------------------------------------------------
*/
@media screen and (max-width: 767px) {

	/* Header */
	#header { position: relative; padding: 25px 0px; }
	.logo-header { text-align: center; margin-bottom: 30px; }
	.logo-header img { width: 180px; }
	.botao-header-wrapper { text-align: center; }
	.botao-header { float: none; padding: 8px 25px; font-size: 14px;  }
	
	
	/* Full Banner */
	#section-full-banner { height: 350px; }
	
	
	/* Calculadora */
	#section-calculadora { height: auto; }
	#section-calculadora .titulo h2, #section-calculadora .titulo h2 strong { font-size: 30px; margin-bottom: 15px; }
	#section-calculadora .titulo p { font-size: 24px; line-height: 1.2; }
	
		/* Form - Fase 1 */
		#formulario-calculadora .inline-label label { display: block; }
		#formulario-calculadora .inline-label select { float: none; min-width: 200px; width: 90%; }
		#formulario-calculadora .inline-label input[type="text"] { float: none; min-width: 160px; width: 65%; }
		
		/* Fase 2 */
		#calculadora-fase2 { position: relative; }
		#calculadora-fase2 .content { padding: 50px 30px; }
		#calculadora-fase2 .content img { max-width: 100%; width: 180px; }
		.blinking { font-size: 32px; }
		
		/* Fase 3 */
		#calculadora-fase3 { padding: 0px 10px; }
		#calculadora-fase3 h2 { font-size: 40px; }
		#calculadora-fase3 h2 strong#pct-economia { font-size: 50px; }

		#calculadora-fase3 p { font-size: 18px; }
		#calculadora-fase3 h4 { font-size: 18px; }
		/*#calculadora-fase3 br { display: none; }*/

		#calculadora-fase3 .big { font-size: 45px; margin-top: 10px; }
		#calculadora-fase3 .big #kg-economia-ano { font-size: 65px; }
		#calculadora-fase3 .texto-final { font-size: 24px; }
		#calculadora-fase3 .texto-final p { font-size: 24px; }
 
		
	
	/* Como Conseguimos */
	#section-como-conseguimos { padding: 50px 0; background-position: top left; }
	#section-como-conseguimos .coluna2 { margin-left: 0; padding-top: 150px; }
	#section-como-conseguimos .coluna2 .sub { font-size: 30px; }
	#section-como-conseguimos .coluna2 h4 br { display: none; }
	
	
	/* Contato */
	#section-form-contato { padding: 40px 0; }
	#section-form-contato .sub { font-size: 30px; }
	#section-form-contato .text-right { text-align: center !important; }
	
	
	/* Footer */
	#footer { text-align: center; }
	#footer p { text-align: center; }
	
	#footer .logo-footer { width: 160px; margin-top: 30px; }
	
	#footer .coluna2, .coluna3, .coluna4 { padding-top: 35px; }
	#footer .coluna2 .row > div { width: 100%; }
	#footer .coluna2 p { height: auto; border: none; margin-left: 0; }
	#footer .menu { width: 100%; padding-left: 0; }
	#footer ul li { padding-left: 0; }
	
	#footer .coluna4 { padding-right: 0px; }
	#footer .coluna4 p { text-align: center;  }
	#footer .social { text-align: center; overflow: hidden; }
	#footer .social a { text-align: center; float: none; display: inline-block; }
	#footer .social img { margin: 0 5px; }
	
}
