@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

html,body {
	font-family: 'Poppins', sans-serif;
	min-height: 100%;
	/*width: 100%;*/
	background: #fff;
	color: white;
	overflow-x: hidden;
}
.selo{
    max-width: 100%;
    padding-top:10px;
    max-height: 135px;
    border-radius: 6px;
   
    
}
/* -------- Politica de Cookies -------- */

#tremspolit {
	padding-top: 60px;
	opacity: 100;
}
#warning_EU_cookiemsg{
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
}

.cookies{
    padding: 8px 0;
    background: #FFF;
    color: #ccc;
}

.cookies .wrapper{
    position: relative;
}

.wrapper{
    text-align: center;
    max-width: 1600px;
    padding: 0 4.68%;
    padding-top: 0px;
    padding-right: 4.68%;
    padding-bottom: 0px;
    padding-left: 4.68%;
}

.wrap, .wrap-grid, .wrap-section, .wrapper{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.cookies .text{
    width: 85%;
    font-size: 16px;
}

.ctmtext{
    color:#006e9e;
}
.cookies .button, .cookies .text{
    display: inline;
    vertical-align: middle;
    font-size:12px;
}

.cookies .button, .cookies .text{
    display: inline;
    vertical-align: middle;
}

.text a:link{
    text-decoration: none;
}

.text a{
    color: #CCC;
    text-decoration: none;
}

.text a:hover{
    color: #000;
}

button.btn{
    padding: 0;
    padding-top: 15px;
    padding-right: 14px;
    padding-bottom: 15px;
    padding-left: 14px;
    transform: translateZ(0);
    margin-top: 0px;
}

.btn-txt-light{
    color: #333;
    background: transparent;

}

#btn-fechar{
    color: #000;
}

#btn-fechar:hover{
    color: #FFF;
    background: #000;
}

[class*=" btn-txt"], [class^=btn-txt] {
    position: relative;
    margin: 4px 0;
}

.mask img{
    height: 15px;
}

#politicacookies .modal-body{
    padding: 15px;
}

#politicacookies{
    color: #000;
}

/*common*/
.error {
    padding-top:4px;
    color: red!important;
}

.display-none {
	display: none;
}

a,a:focus,a:visited,a:hover {
	text-decoration:none;
	color: #000;
}

.ft-bold {
	font-weight: bold !important;
}
.v-center {
	position: absolute;
  	top: 50%;
  	left:50%;
  	transform: translate(-50%,-50%);
}

.h-center {
	position: absolute;
  	left:50%;
  	transform: translateX(-50%);
}
 
.margin-bottom-30 {
	margin-bottom: 30px;
}

.padding-top-bottom-5 {
	padding: 5% 0;
}

.padding-top-5 {
	padding-top: 10px;
}

.float-right {
	float: right;
}

/*end*/

/*header*/

#new-f-t {
	color: #006e9e;
	padding-top: 10px;
	font-size: 20px;
	font-weight: 700;
}
/*#header {
	background: url(/img/new/header.png) no-repeat;
	min-height: 775px;
    background-size: cover;
    padding: 40px 50px;
}*/
#header {
	background: linear-gradient(90deg, rgba(2,118,169,0.11808473389355745) 50%, rgba(2,118,169,1) 100%), url(../../versaoNOVA/img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	z-index: -1;
}

#hb {
	background: url(../../../public_html/img/new/header.svg) no-repeat;
    min-height: 190px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#line1 {
	width: 30%;
	height: 5px;
	background-color: #0079a8;
	margin: 20px 0 5px 0;
}
.logo{
	justify-content: center;
}
.logo img {
	max-width: 180px;
	padding-bottom: 50px;
}
.selo {
	background: #0276A9;
	border-radius: 0px 20px;
	width: 370px;
	height: 85px;
	text-align: center;
	margin-top: 30px;
}
.selo p {
	color: #ffffff;
	font-weight: 700;
	font-size: 40px;
}
.bgcontainer{
	background-color: #0000004a;
	border-radius: 100px;
}
.noPadding{
	padding: 0;
}
#promo {
	background-color: #ffffff;
	display: flex;
}
#promo p{
    align-self: center;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 0 0 20px !important;
	color: #000000;
	line-height: 1.2 !important;
	font-size: 18px !important;
}
#promo img{
    height: 90px;
}
#arrow {
	justify-self: end;
	translate: 7vw;
	max-height: 200px;
	max-width: 335px;
}
#left {
	padding-top: 60px;
	max-width: 400px;
}
#left h5{
	text-align: center;
	margin: 0;
	font-size: 30px;
	color: #ffffff;
}
#left h1 {
	text-align: center;
	font-size: 55px;
	color: #ffffff;
	font-weight: 700;
}
#icon-h {
	padding-top: 30px;
}
#icon-t {
	max-width: 50%;
}


.header {
    background: url(../../../public_html/img/header_photo.jpg) no-repeat;
    min-height: 400px;
    background-size: cover;
    background-position: center 30%;
    padding-top:40px;
    padding-bottom: 20px;
    
}
.header .header-row{
	min-height: 400px;
	background-color: rgba(255,255,255,0.5);
}
.header .logo img {
	margin-bottom: 25px;
}
.header h1{
    text-shadow: 4px 4px 6px rgba(59, 47, 49, 0.75);
    font-size: 70px;
    font-weight: 900;
    line-height: 1.07;
    letter-spacing: -2.1px;
    text-align: left;
    color: #ffffff;
    margin-top: 214px;
}
.header2 {
    text-shadow: 3px 3px 4px rgba(59, 47, 49, 0.85);
    font-size: 31px;
    font-weight: 500;
    line-height: 1.13;
    color: #ffffff;
}
.header .offers{
    padding: 20px 0 60px;
}
.header h6{
    padding-bottom:60px;
}
.header h5{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.29;
}
.header3 {
    color: #505050;
    font-size: 18px;
}

.header3 h5 {
    text-shadow: 4px 4px 6px rgba(255, 255, 255, 0.25);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: -0.27px;
    color: #286f9c;
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.6);
    max-width: 480px;
    padding: 15px 20px;
}
.header .green_offers{
    font-weight: 900;
    color: #66cc66;
}

.logo tipo img {
    max-height: 69px;
}

.form_copy {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #0079a8;
    text-transform: uppercase;
}
#form-ts {
	font-weight: 400;
	font-size: 28px;
}
#terms {
	padding-bottom: 10px;
}


.exs-info {
    background-color: #f1f1f1;
    color: #006e9e;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    color: #404040;
    display: flex;
    padding: 50px 0;
}

.exs-info img{
    max-width: 278px;
    width: 100%;
    margin-left: auto;
    margin-right: 30px;
}

.exs-info p {
    margin-right: auto;
    max-width: 892px;
}

.exs-numeros {
    color: #404040;
    padding: 30px 0;
}

.exs-ntitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 60px;
}

.exs-n {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.exs-desc {
    font-size: 20px;
    text-align: center;
}

.exs-ico {
    text-align: center;
}

.testemunhos {
    padding: 40px 0 20px;
    color: #404040;
    text-align: center;
}

.testemunhos-title {
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: bold;
}

.testemunho .content {
    font-size: 16px;
}

.testemunho .author {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
}

.testemunhos .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #9a9a9a;
    border-radius: 50%;
}

.testemunhos .slick-dots li.slick-active {
    background-color: #000;
}

.testemunhos .slick-dots li button{
    display: none;
}

.header .heading {
	color: #770000;
	font-size : 43px;
	font-family: 'Lato Black', sans-serif;
	margin-top: 30px;
	line-height: 60px;
	/*text-shadow: 2px 2px 0px #333333;*/
}

.header .sub-heading {
	color:#770000;
	font-size : 40px;
	font-family: 'Lato Italic', sans-serif;
	line-height: 44px;
	/*text-shadow: 2px 2px 0px #333333;*/
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 40px;
}


/**** NEW ***/

/*** section 1 ***/
#section1 {
	padding: 80px 0;
}
#ex h4 {
	color: #0276A9;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}
#h4bb {
	font-weight: 700;
	font-size: 30px;
}
#ex p {
	text-align: justify;
	text-justify: inter-word;
	margin: 15px 0 25px 0;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	line-height: 1.2;
}
#ex h5 {
	color: #FFB30C;
	font-size: 20px;
	font-weight: 700;
}
#ex img {
	max-width: 100%;
}
/** vantagens **/
#sec1 {
	padding: 40px 0;
	background: #0276A9;
	color: #ffffff;	
	text-align: center;
}
#sec1-h h1 {
	font-weight: 700;
	line-height: 1.2;
	font-size: 35px;
	color: #ffffff;
}
#small1 {
	font-weight: 400;
	font-size: 25px;
	color: #ffffff;
}
#icon-box {
	padding: 40px 0;
}
#icon img{
	max-width: 30%;
	margin-bottom: 25px;
}
#icon p {
	margin: 0 auto;
	max-width: 65%;
}
/** numbers **/
#numbers {
	background: #F1F1F1;
	padding: 40px 0;
	text-align: center;
}
#num-tt {
	padding-bottom: 30px;
}
#num-tt h4 {
	color: #000000;
	font-size: 35px;
}
#num-icon p{
	font-size: 25px;
	color: #000000;
	font-weight: 400;
	line-height: 1.1;
}
#num-big {
	font-weight: 700;
	color: #2779a8;
	font-size: 65px;
}

.slider-partners {
	margin-top: 30px;
}

#top {
	padding: 20px 0 20px 0;
}
#top-selo {
	text-align: start;
}
#top-selo img {
    padding-top: 10px;
	max-width: 65%;
}
#top-txt p{
	color: #000000;
	text-align: left;
	font-weight: 400;
	font-size: 15px;
}
#top-txt h5 {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	line-height: 1.7;
	text-align: left;
}
/*** section2 ***/
#sec2 {
	background-image: linear-gradient(-3deg, #f4f4f4 85%, #ffffff 85%);
	text-align: center;
}
#sec2-h {
	padding-top: 120px;
}
#sec2-h h1 {
	font-weight: 700;
	font-size: 35px;
	color: #0079a8;
}
#small1 {
	font-weight: 400;
	font-size: 25px;
}
#line3 {
	width: 10%;
	height: 3px;
	background-color: #0079a8;
	margin: 20px auto;
}
#ex {
    margin-left: 70px;
	padding-top: 20px;
	margin-bottom: 10px;
}
#text1 {
	text-align: left;
	color: #000;
	background-color: #fff;
	padding: 25px;
	margin-bottom: 40px;
}
#text1 p {
	margin: 0;
}
/*** section3 ***/
#sec3-h h1 {
	font-weight: 700;
	font-size: 35px;
	color: #0079a8;
}
#small3 {
	font-weight: 400;
	color: #000;
	font-size: 25px;
}
#line4 {
	width: 10%;
	height: 3px;
	background-color: #0079a8;
	margin: 20px auto 50px auto;
}
.divider-first {
	background: #ffffff;
	font-size: 36px;
	line-height: 35px;
	padding: 10px 50px 60px 50px;
	margin: 45px 0 0 0;
	text-align: center;
    z-index: 15;
 }
img .col-7{
	height: 110px;
}

 /*** footer ***/
 #footer {
 	background-color: #0276A9;
 	padding: 50px 0;
 }
 #footer-text h6 {
 	color: #ffffff;
 	font-size: 35px;
 	font-weight: 700;
 }
 #footer-text h5 {
 	color: #ffffff;
 	font-size: 25px;
 	font-weight: 400;
 }
 #cta-f {
 	max-width: 350px;
 }
 #cta-f:hover {
 	background: #ffffff;
 	color: #0276A9;
 }
/* Google Reviews */
.reviews{
	padding: 60px 0;
	background-color: #F1F1F1;
}
.googleReviews{
	color: #000000;
	display: flex;
	justify-content: center;
	text-align: left;
	font-size: 14px;
}
.googleLogo{
	margin: auto 0px auto auto;
	width: 150px;
}
.googleReviews h1{
	font-size: 23px;
	margin: auto auto auto 10px;
}
.googleReviews h2{
	font-size: 20px;
}
.googleReviews h4{
	color: #676767;
	font-size: 18px;
}
/*** media query ***/
@media (min-width: 1950px){
	#header {
		padding: 50px 0;
	}
}
@media (max-width: 1700px) {
	#arrow {
		max-width: 280px;
	}
}
@media (max-width: 1400px) {
	#arrow {
		max-width: 190px;
	}
}
@media (max-width: 1200px) {
	#arrow {
		max-width: 220px;
	}
	#promo p {
		font-size: 25px;
	}
	#img1 {
		max-width: 100%;
	}
	#icon p {
		max-width: 75%;
	}
	#num-big {
		font-size: 55px;
	}
	#num-icon p {
		font-size: 20px;
	}
	#top-txt h5 {
		font-size: 20px;
	}
	#footer-text h6 {
		font-size: 30px;
	}
}
@media (max-width: 991px){
	#top-selo{
		text-align: center;
	}
	.formbody {
		max-width: 100% !important;
	}
	#line1 {
		margin: 0 auto;
	}
	#line2, #line3, #line4 {
		width: 20%;
	}
	#num-big {
		font-size: 35px;
	}
	#top-txt h5 {
		font-size: 15px;
	}
	#top-txt p {
		font-size: 14px;
	}
	#footer-text h6 {
		font-size: 25px;
	}
	#footer-text h5 {
		font-size: 20px;
	}
}
@media (max-width: 975px){
	#icon-t img{
		max-width: 100%;
	}
}
@media (max-width: 855px){
	.form-control {
		font-size: 13px !important;
	}
	.form-control::-webkit-input-placeholder {
	font-size: 13px !important;
	}
	.form-control:-moz-placeholder {
		font-size: 13px !important;
	}
	.form-control::-moz-placeholder {
		font-size: 13px !important;
	}

	.form-control:-ms-input-placeholder {
		font-size: 13px !important;
	}
}
@media (max-width: 765px){
	
	.form-control {
		font-size: 14px !important;
	}
	.form-control::-webkit-input-placeholder {
	font-size: 14px !important;
	}
	.form-control:-moz-placeholder {
		font-size: 14px !important;
	}
	.form-control::-moz-placeholder {
		font-size: 14px !important;
	}

	.form-control:-ms-input-placeholder {
		font-size: 14px !important;
	}
	body {
		text-align: center;
	}
	#header {
		padding: 0;
		background-size: cover;
		background-position: 25%;
	}
	.logo img {
		max-width: 30%;
	}
	.selo {
		margin-bottom: 40px;
		width: 100%;
	}
	#left {
		padding-top: 20px;
	}
	#left h1 {
		text-align: center;
		font-size: 40px;
	}
	#left h5{
		text-align: center;
	}
	#img1 {
		max-width: 70%;
		margin: 0 auto 30px auto;
	}
	#ex p {
		max-width: 80%;
		margin: 20px auto 30px auto;
	}
	#section1 {
		padding: 40px 0 40px 0;
	}
	#form-b {
		margin-left: 0px !important;
	}
	#icon-h {
		padding: 20px 0 40px 0;
	}
	#sec1 {
		padding: 60px 0;
	}
	#promo p {
		text-align: left;
		max-width: 100%;
		font-size: 22px;
		padding: 25px 0 0 20px;
	}
	#icon-box {
		padding: 0;
	}
	#line3 {
		margin: 0 auto;
	}
	#text1 p {
		text-align: center;
	}
	#ex img {
		max-width: 90%;
	}
	.divider-first {
		margin-top: 50px;
	}
	#numbers {
		padding: 40px 0 20px 0;
	}
	#top-selo {
		margin: 20px 0 60px 0;
	}
	#top-txt h5 {
		font-size: 20px;
	}
	#top-txt p {
		font-size: 16px;
	}
}
@media (max-width: 735px){
	.logo img {
		padding-bottom: 20px;
	}
	#left h1 {
		font-size: 35px;
	}
	#sec1-h h1 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	#num-icon {
		margin-bottom: 40px;
	}
	#icon p {
		max-width: 40%;
		margin-bottom: 30px;
	}
	#sec2 {
		background-image: linear-gradient(-3deg, #f4f4f4 90%, #ffffff 90%);
	}
	#sec2-h h1 {
		font-size: 30px;
	}
	#small1 {
		font-size: 20px;
	}
	#footer-text h6 {
		font-size: 28px;		
	}
	#footer-text h5 {
		padding-bottom: 20px;
		font-size: 20px;
	} 
	#ex{
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 600px){
	#header {
		padding: 30px 0 0 0;
	}

}
@media (max-width: 550px){
    .googleReviews p{
        font-size: 12px;
    }

	#left h5 {
		font-size: 20px;
	}
	#left h1 {
		font-size: 30px;
	}
	
}





/*topsection*/
.bold_blue{
    font-weight: 900;
}
.caixa {

    padding: 20px 13px;

}
.formhead {
    background-color: white;
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #006e9e;
    text-align: center;
    height: 90px;
    padding-top: 14px;
    border: 3px solid #ef5323;
    border-bottom:none!important;
}
.formthanks {
    background-color: white;
    font-size: 26px;
    line-height: 1;
    color: #006e9e;
    text-align: center;
    padding: 60px 30px;
    border: 4px solid #FFB30C;
    border-radius: 0px 25px;
}
#form-b {
	margin: 50px 0;
}
.formbody {
    background-color: white;
    margin-bottom: 10px;
    border: 4px solid #FFB30C;
    border-radius: 0px 25px;
    padding: 30px 0 20px 0;
    max-width: 420px;
}
#hab {
	color: #000;
	text-align: center;
}
.form-check label {
	font-size: 14px !important;
}


form{
    padding: 0 20px 10px 20px;
}
.topsection {
	background-color: rgb(130,133,8);
	padding: 30px 0;
}

.topsection .heading {
	color: #fff;
	font-size: 32px;
	font-family: 'Lato Black', sans-serif;
	margin-top: 0;
}

.topsection .sub-heading {
	color: #fff;
	font-size: 32px;
	font-family: 'Lato', sans-serif;
}

.topsection .ctmtext {
	color: #fff;
	font-size: 18px;
	font-family: 'Lato Bold', sans-serif;
	line-height: 22px;
	text-align: left;
	text-transform: uppercase;
	/*margin-top: 40px;*/
}

.left-inner-addon {
    position: relative;
}

.left-inner-addon input,.left-inner-addon select {
    padding-left: 50px;    
}


.left-inner-addon img {
	color: #fff;
	position: absolute;
	margin: 5px 10px;
	pointer-events: none;
	left:0;
}

.form-control {
	background-color: #fff;
	color: #000000;
	margin: 10px 0;
	border: solid 1px #006e9e;
	border-radius: 15px;
	box-shadow: none;
	font-size: 14px;
	height: 40px;
}

.form-control::-webkit-input-placeholder {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
}

.form-control:-moz-placeholder {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
}

.form-control::-moz-placeholder {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
}

.form-control:-ms-input-placeholder {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
}

.topsection .p-text {
	color: #fff;
	font-size: 11px;
	/*padding-left: 4%;*/
	text-align: center;
}

.topsection .p-text .left-text{
	padding-left: 8%;
}
#term-error{
    text-align:left;
    padding-bottom:20px;
    font-weight:bold;
}
.ctm-btn {
	border-radius: 12px;
  	background-color: #FFB30C;
	padding: 15px;
	text-align: center;
	width: 100%;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.8px;
    border: none;
    color:#fff;
}
.ctm-btn:hover{
    background-color: #006e9e;
    color:#fff;
}
.checkbox{
    font-size: 10px;
    line-height: 1.3;
    color: #1f5489;
}
input[type=checkbox] {
	display:none;
} /* to hide the checkbox itself */

input[type=checkbox] + label {
	font-size: 10px;
	font-weight: 100;
	color: #000000;
}

input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  color: #000000;
}

input[type=checkbox] + label:before { 
	content: "\f1db";
	color: #000000;
	/*background: #fff;
	border-radius: 5px;
	margin-right: 10px;
	width: 15px;*/
} /* unchecked icon */

input[type=checkbox] + label:before {
	letter-spacing: 5px;
	font-size: 15px;
	color: #000000;
} /* space between checkbox and label */

input[type=checkbox]:checked + label:before {
	content: "\f058";
	color: #0079a8;
} /* checked icon */

input[type=checkbox]:checked + label:before {
	letter-spacing: 5px;
	color: #0079a8;
} /* allow space for check mark */

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
	font-size: 11px;
	line-height: 30px;
	color: #1f5489;
}
.slider-tick.in-selection, .slider-selection.tick-slider-selection, .slider-handle {
    background: #0f8ec2;
    background-image: linear-gradient(to top, #46c0f3, #0f8ec2);
}
/*end*/

/*section first*/
.section-first {
	background: #006e9e;
	padding: 2% 0 ;
	
    z-index: 19;
    
}

.section-first .heading {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.53;
    color: #ffffff;
    text-align: center;
}

.section-first .ctm-text {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
    color: #000;
	text-align: center;
	line-height: 22px;
	margin-top: 15px;
}

.section-first img {
	margin: 0 auto;
}

.section-first .sub-heading {
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1px;
}

/*end*/



.divider-first h3{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.53;
    color: #006e9e;
    text-align: center;
    padding-bottom: 50px;
}

.divider-first img{
    max-width: 155px;
    margin:0 auto;
}
.divider-first .moretop{
    margin-top:20px;
}
.divider-first .lesstop {
    margin-top:-20px;
}
.divider-first .row-max-width-partners{
    max-width:800px;
    margin:0 auto;
}
/*section second*/

.section-second .heading {
    position: absolute;
	color: #fff;
	font-size: 36px;
	font-family: 'Lato Black', sans-serif;
	top: 10%;
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
}

.section-second #home-slider .carousel-caption {
	top: 20%;
}

.section-second #home-slider .caption-heading {
	color: #fff;
	font-size: 40px;
	font-family: 'Lato Bold', sans-serif;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}

.section-second #home-slider .caption-sub-heading {
	color: #fff;
	font-size: 26px;
	font-family: 'Lato Light', sans-serif;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.section-second .caption-text {
	color: #fff;
	font-size: 18px;
	font-family: 'Lato Italic', sans-serif;
	font-weight: 100;
	line-height: 22px;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 15px;
}

.section-second .caption-ctmtext {
	color: #fff;
	font-size: 22px;
	font-family: 'Lato Bold', sans-serif;
	font-style: italic;
	font-weight: 100;
	line-height: 26px;
	text-align: center;
	margin-bottom: 15px;
}

#home-slider .item img {
	width: 100%;
}
/*end*/

/*section third*/
.section-third {
    background: #ef5323;
	padding: 45px 0 ;
	z-index:-300;

}
.section-third h6 {
    font-size: 25px;
    font-weight: 400;

}
.section-third h5 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
}
.section-third .heading {
	font-size: 22px;
    line-height: 24px;
	font-family: 'Lato Bold', sans-serif;
    color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}
.section-third .button-finale {
    max-width:353px;
    margin:0 auto;
}
.section-third .ctm-btn {
    background: #0f8ec2;
	background-image: linear-gradient(to right, #009e99, #006e9e);;
    border: none;
    border-radius: 12px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.8px;
	margin-bottom: 20px;
    padding: 12px 5%;
    text-align: center;
    color:white;
}

/*end*/

/* Footer */
footer {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	color: #99BF6D;
	padding: 25px 0;
}

/*caret -up*/
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(119, 0, 0, 1);
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
/*modal window*/
.modal-content{
    color:#006e9e;
}
.btn.btn-danger{
    background-image: linear-gradient(to right, #ffcc33, #ff6600);
    border: none;
}
/*For media queries */
@media (min-width: 1200) {
    .container {
        width: 1230px;
    }
}

@media (min-width:1500px) {
	/*body {
		width: 1450px;
		margin: 0 auto;
	}*/
	
}


@media (max-width: 991px){
	.header .heading {
		line-height: 50px;
	}
    .divider-first .col-md-2{
        padding:20px 0;
    }
    .header {
     
    }
    .header h1 {
        font-size: 60px;
        margin-top: 218px;
        text-align: center;
    }
	.header h2{
	    font-size: 31px;   
	}
	.header h5{
	    
	}
	.header h6{
	    padding:0;  
	}
	.header img{
	   max-width:100%;
	   /*float:left;*/
	}
	.header .offers img{
	    max-width:30%;  
	}
	.header .offers{
	 padding:0;  
	}
    .section-first {
    
    }
    .divider-first {
    
    }
    .section-first .col-sm-12{
	        padding: 20px;
	}
	
	.header3 h5 {
	    margin: 0 auto;
	}
	.exs-info {
	    font-size: 20px;
	    flex-direction: column;
	}
	
	.exs-info img {
	    margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
	}
	
	.exs-n {
        font-size: 40px;
    }
    .exs-desc {
        font-size: 16px;
    }
    
    .exs-ntitle {
        margin-bottom: 60px;
    }
    
    .vantagem-col {
        margin-bottom: 60px;
    }
    
    .exs-numeros {
        color: #404040;
        padding: 80px 0 12px;
    }
    
    .exs-numeros .col-md-5ths {
        margin-bottom: 88px;
    }
}

@media (min-width: 767px) and (max-width: 1199px) {
     
	.topsection .sub-heading {
    	font-size: 26px;
	}
	
	.topsection .ctmtext {
   		font-size: 14px;
	}
	
	.topsection .ctm-btn {
	    font-size: 13px;
	}
	
	.section-first .col-sm-4 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.section-first .sub-heading {
    	font-size: 20px;
	}
	.divider-first .col-md-2{
        padding:20px 0;
    }
	.section-second .heading {
		top: 0;
	}
	
	.section-second #home-slider .carousel-caption {
		top: 10%;
	}
	
	.section-second #home-slider .caption-heading {
		font-size: 30px;
	}
	
	.section-second #home-slider .caption-sub-heading {
		font-size: 22px;
		line-height: 22px;
	}
	
	.section-second .caption-text {
		font-size: 15px;
		line-height: 17px;
		margin-top: 15px;
	}
	
	.section-second .caption-ctmtext {
		font-size: 18px;
		line-height: 20px;
	}
	
}

@media (max-width: 767px){
    
    .promoDiv{
        margin: auto;
        justify-content: center;
        display: flex;
    }
    
	.googleReviews .col-sm-10{
		margin: 10px auto 20px auto;
		text-align: center;
	}
	#top-txt p {
		max-width: 100%;
	}
	#top {
		padding: 30px 0 0 0;
	}
    #top-txt p {
    	text-align: center;
    	padding-top: 20px;
    	line-height: 1.1;
    }
    body{
        text-align:center;
    }
    .header {
        background: url(/img/Mobile_header_photo.jpg) no-repeat;
        background-size: 100% auto;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 20px;
    }
    
    .formhead {
        height: auto;
    }
    .formhead p:last-child {
        margin-bottom: 0;
    }
    
    form {
        padding: 20px;
    }
    .section-first {
    
    }
    .divider-first {
    
    }
	.header .logo img {
    margin-bottom:35px;
	}	
	.topsection .p-text {
		/*float: left;*/
	}

	input[type=checkbox] + label {
		font-size: 9px;
	}
	.header h1{
	 font-size:30px;
	 text-shadow: 2px 2px 6px #000;
	}
	.header h2{
	 font-size:20px;   
	}
	.header h5{
	    font-size:15px; 
	}
	.header h6{
	    padding:0;  
	}
	.logo{
		justify-content: center;
	    max-height: 250px;
	    text-align: left;
	}
	.header img{
	    max-height: 45px;
	}
	
	.header .offers img{
	    max-width:30%;  
	}
	.header .offers{
	 padding:0;  
	}
	.btn-margin-top{
    margin-top: 0;
}
	
	.padding-5 {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.margin-top-100 {
		margin-top: 100px;
	}
	
	.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
		margin-left: -10px;
	}

	.section-first .heading {
	    font-size: 28px;
	}
	.section-first .col-sm-12{
	        padding: 20px;
	}
	.section-first .ctm-text {
    	letter-spacing: -1px;
	}
	.header .header-row{
		min-height: 470px;
	}
	
	.exs-info {
        font-size: 18px;
    }
    
    .exs-info img {
        max-width: 210px;
    }
    
    .exs-numeros .col-md-5ths {
        margin-bottom: 60px;
    }
    
    .divider-first h3 {
        line-height: 1.23;
        font-size: 25px;
    }
    
    .testemunhos-title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    .testemunho .content {
        font-size: 12px;
    }
    
    .testemunho .author {font-size: 18px;}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



