﻿@charset "UTF-8";

html {
    font-size: 16px;
	height: 100%;
}

@font-face {
	font-family: 'PT Regular';
	src: url('../fonts/PTRegular-Regular.eot') format('embedded-opentype'),
		 url('../fonts/PTRegular-Regular.woff') format('woff'),
		 url('../fonts/PTRegular-Regular.woff2') format('woff2')
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #3F4448 !important;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #3F4448 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #3F4448 !important;
}

.input-search {
	border: none !important;
	border-bottom: solid 2px #70ff87 !important;
	border-radius: 0px !important;
	background: rgba(255,255,255,0.5); !important;
	color: #3F4448 !important;
	width: 55% !important;
	margin-right: 10px !important;
}

.input-search:focus {
	box-shadow: none !important;
	color: #3F4448 !important;
}

.input-icon {
	color: #70ff87;
}

/* ------------------------*/

.input-search-bk {
	border: none !important;
	border-bottom: solid 2px black !important;
	border-radius: 0px !important;
	background: none !important;
	color: black !important;
	width: 75% !important;
	margin-right: 10px !important;
}
.input-search-bk:focus {
	box-shadow: none !important;
	color: black!important;
}

.input-icon-bk {
	color: black;
}

.input-search-bk:placeholder {
  color: black;
}
/*
::placeholder {  Chrome, Firefox, Opera, Safari 10.1+ 
	color: black !important;
	opacity: 1;  Firefox 
}

:-ms-input-placeholder{  Internet Explorer 10-11 
	color: black!important;
}

::-ms-input-placeholder {  Microsoft Edge 
	color: black!important;
}
*/

iframe {
    border-width: 0px !important;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;


}






/* ------------------------*/


@media(max-width: 2800px) {
	html {
    font-size: 16px;
  	}
	
	.section-title{
		font-size: 36px;
	}

	.section-text{
		font-size: 16px;
	}

	.section-text-red{
		font-size: 28px;
	}

	.section-text-body{
		font-size: 16px;
	}	
	
	.section-title-left{
	font-size: 36px;
	}

	.section-title-right{
	font-size: 36px;
	}
	.section-title-yellow{
		font-size: 36px;
	}

	.total-pt{
		font-size: 56px;
	}

	.section-text-white{
		font-size: 16px;
	}

	.section-text-white-r{
		font-size: 16px;
	}	
	
}


@media(max-width: 980px) {
	
	html {
    font-size: 14px;
  	}
	
	.section-title{
		font-size: 28px;
	}

	.section-text{
		font-size: 14px;
	}

	.section-text-red{
		font-size: 22px;
	}

	.section-text-body{
		font-size: 14px;
	}	
	
	.section-title-left{
	font-size: 28px;
	}

	.section-title-right{
	font-size: 28px;
	}
	
	.section-title-yellow{
		font-size: 28px;
	}

	.total-pt{
		font-size: 38px;
	}

	.section-text-white{
		font-size: 14px;
	}

	.section-text-white-r{
		font-size: 14px;
	}
	
	.section-title50{
		font-size: 35px !important;
	}

	.section-text-left{
	font-size: 14px !important;
	}
	
	.section-title30{
	font-size: 25px !important;
	}
	
/*	#cover img {
    height: 300px !important;;
	}*/
	
	#porque img {
      width: 280px !important;
      height: 209px !important;
    }
	
/*	#facil img {
      width: 240px !important;
      height: 239px !important;
    }*/
	
/*	#registei img {
      width: 200px !important;
      height: 175px !important;
    }*/
	
}

/*.................................*/




body {
	height: 100%;
	background: white;
	margin: 0;
    padding: 0;
	border: 0;
	font-family: "PT Regular";
	position: relative;
}

#header {
    position: static;
    background: #70ff87;
    height: 100px;
    width: 100%;
	top: 0;
	left: 0;
}

.logo-img {
	display: block;
    height: auto;
	max-width: 100%;
	
}

#cover {
	margin-top: 0;
	position: relative;
   /* height: 350px;*/
    width: 100%;
	top: 0;
	left: 0;
}

.carousel-item {
  width:100%;
}



#searchForm {
	z-index: 20;
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	top:65%;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    float: none;
    text-align: center;
}




.image-bottom{
    position: absolute;
    left: 0;
    bottom: 60px;
	right: 0;
}


#paraque {
	margin-top: 0;
	position: relative;
    background: #f7f6f7;
    height: auto;
    width: 100%;
	top: 0;
	left: 0;
	display: block;
}






.section-title{
	color: #141e23;
	text-align: center;
	font-size: 40px;

}

.section-text{
	color: #3f4448;
	text-align: center;
	font-size: 16px;
	line-height: normal;
}

.section-text-green{
	color: #33D982;
	text-align: center;
	font-size: 26px;
	line-height: normal;
}

.section-text-body{
	color: #3f4448;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
}

.section-text-body a{
	color: #33D982;
}





#porque {
	margin-top: 0;
	position: relative;
    background: #70ff87;
    height: auto;
    width: 100%;
	top: 0;
	left: 0;
	display: block;
}

.section-title30{
	color: #141e23;
	text-align: center;
	font-size: 30px;
	line-height: 1.0;
}

.section-title50{
	color: #141e23;
	text-align: center;
	font-size: 50px;
	line-height: 1.0;
}

.section-title-left{
	color: #141e23;
	text-align: left;
	font-size: 36px;

}

.section-title-right{
	color: #141e23;
	text-align: right;
	font-size: 36px;

}

.section-text-center{
	color: #3f4448;
	text-align: center;
	font-size: 16px;
	line-height: normal;
}

.section-text-left{
	color: #3f4448;
	text-align: justify;
	font-size: 16px;
	line-height: normal;
}

.section-text-left a{
	color: #33D982;
	text-decoration: underline;
}

.text-green{
	color: #33D982;
}

.text-greenbk{
	color: #228951;
}

.text-white{
	color: #ffffff;
}

.text-green-size{
	color: #33D982;
	font-size: 36px;
}

#facil {
	margin-top: 0;
	position: relative;
    background: #70ff87;
    height: auto;
    width: 100%;  
	top: 0;
	left: 0;
	display: block;
}

#registei {
	margin-top: 0;
	position: relative;
    background: white;
    height: auto;
    width: 100%;
	top: 0;
	left: 0;
	display: block;
}


#total {
	margin-top: 0;
	position: relative;
    background: #70ff87;
    height: auto;
    width: 100%;
	top: 0;
	left: 0;
	display: block;
}

.section-title-total{
	color: black;
	text-align: left;
	font-size: 36px;

}

.total-pt{
	color: #3f4448;
	text-align: left;
	font-size: 56px;

}

.section-text-total{
	color: #3f4448;
	text-align: justify;
	font-size: 16px;
	line-height: normal;
}

.section-text-total a{
	 color: #3f4448;
}

.section-text-total-r{
	color: #3f4448;
	text-align: right;
	font-size: 16px;
	line-height: normal;
}

.section-text-total-r a{
	 color: #3f4448;
}


.section-text-white{
	color: white;
	text-align: justify;
	font-size: 16px;
	line-height: normal;
}

.section-text-white a{
	 color: white;
}

.section-text-white-r{
	color: white;
	text-align: right;
	font-size: 16px;
	line-height: normal;
}

.section-text-white-r a{
	 color: white;
}





#ligue {
	margin-top: 0;
	position: relative;
    background: #f7f6f7;
    height: auto;
    width: 100%;
	top: 0;
	left: 0;
	display: block;
}

#footer {
	margin-top: 0;
	position: relative;
    background: #3f4448;
    height: auto;
    width: 100%;
	top: 0;
	left: 0;
	display: block;
}


















