html,body{
	font-family: 'Roboto', sans-serif;
	min-height: 100%;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color:#fff;
	/*max-width:1300px;*/
	margin:0 auto;
}
h1{font-size:42px;line-height:55px;}

h2{font-size:27px;line-height:37px;}

h3{font-size:20px;line-height:25px;}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p{margin:0;}

/*common*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}
.error {color: #f7aa2b;}

.display-none{display:none;}
.center-text{text-align:center;}
.extra_bold {font-weight:900;}
.bold{font-weight:bold;}

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

img{	
	max-width: 100%; 	
	height: auto; 
	
}


.row-max-width{
	max-width:1140px;
	margin-right:auto;
	margin-left:auto;
}

.inner-row{
	padding-left:15px;
	padding-right:15px;
}
/*end*/

/************************************************* Topsection ************************************/	



#topsection  {
	background: #ffffff url(/img/heroImage2.png) center top no-repeat;
	background-size:cover;

}
#topsection .logo{

	margin-left: -37px;
	margin-top: 4px;
}
#topsection .title_text h1{

    font-family: Roboto;
    font-size: 55px;
    font-weight: 900;
    font-style: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-top: 114px;
    margin-left: 93px;
}
#topsection .title_text h3{
    font-family: Roboto;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-top: 7px;
    margin-left: 98px;
}

/************************ formulario de contacto **************************/
#topsection .min_height_column_color{
	margin-top: 35px;
	margin-bottom:50px;
}
#topsection .column-form-body{
    background-color: #0a56a1;
    box-shadow: 46px 46px 50px 0 rgba(0, 0, 0, 0.25);

}
#topsection .follow_page{
    padding:20px;
}
#topsection .min_height_column_color.conversion{
	margin-bottom: 510px;
}
    
#topsection .form-body {
	padding: 37px 34px;
  
}
#topsection .form-heading h2 {

  mix-blend-mode: undefined;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

#topsection .form-heading h4{

  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}

#topsection .form-control{
    color: white;
}
#topsection input#nome{

    height: 36px;
    background-color: #0a56a1;
    border: solid 1px #ffffff;
}
#topsection input#email{

    height: 36px;
    background-color: #0a56a1;
    border: solid 1px #ffffff;
}
#topsection input#telefone{

    height: 36px;
    background-color: #0a56a1;
    border: solid 1px #ffffff;
}
#topsection select#cidade{
    height: 36px;
    background: url(/img/formDropdown.png) 93% center no-repeat scroll;
	background-color:#0a56a1;
	border: solid 1px #ffffff;
}


.form-control::-webkit-input-placeholder {
    color: white;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.form-control:-moz-placeholder {
	color: white;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.form-control::-moz-placeholder {
	color: white;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.form-control:-ms-input-placeholder {
    color: white;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
#topsection .left-inner-addon {
    position: relative;
	margin-bottom: 9px;
	
}
/*
#topsection .left-inner-addon select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/.png) 96% / 15% no-repeat #fff;
	background-size: 13px 6px;
	padding-left:46px;
}
#topsection .left-inner-addon select::-ms-expand { /*for IE 11 */
/*    display: none;
}
*/
/*target Internet Explorer 9 and Internet Explorer 10:*/
/*
@media screen and (min-width: 0\0) {
  .left-inner-addon select {
    background: none;
    background: url(../img/P4L_formIcon05.png) 96% / 15% no-repeat #fff;
	background-size: 13px 6px;
  }
}
*/
input[type=checkbox] {
	display:none;
} /* to hide the checkbox itself */

input[type=checkbox] + label {
	color:#fff;
	font-size:11px;
	font-weight: 400;
	border-radius: 2px;
}

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

input[type=checkbox] + label:before { 
	content: "\f096"; 
	color:#fff;
} /* unchecked icon */

input[type=checkbox] + label:before {
	letter-spacing: 10px;
	font-size:13px;
} /* space between checkbox and label */

input[type=checkbox]:checked + label:before {
	content: "\f046";
	color:#66cd66;
} /* checked icon */

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

#topsection .terms-text{
    padding-top:9px;
}

#topsection .form-body  .text-support p{
	font-size:14px;
	color:#0077c1;
	line-height:17px;
	margin: 20px 0 5px;
	font-weight:700;
}
#topsection .ctm-btn, .modal-footer .btn-special, #section-1 .ctm-btn{
    width: 100%;
    height: 43px;
	background: #e31c3a no-repeat;
    text-align: center;
    border-color: white;
    border-style: unset;
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.81;
    letter-spacing: normal;
}
#topsection .ctm-btn:focus, #topsection .ctm-btn:active{
	outline: 0;
}
#topsection .ctm-btn:hover {
	background-color: #e31c3a;
}

/****************************************** end ******************************************/

/************************************* section 1 *************************************************/

#section-1 {
	max-width: 940px;
    background-color: #ffffff;
    margin: 50px auto;
}
#section-1 .row-max-width{
	max-width:1255px;
	margin-bottom: 24px;
	margin-top: 19px;
	margin: 0 auto;
}
#section-1 .title{
  font-family: Roboto;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0a559e;
  padding-bottom: 30px;
}
#section-1 img.vantagem{
	margin-bottom:30px;
}
#section-1 .saving_title{
    font-size: 20px;
    padding-bottom:20px;
    line-height: 1.25;
    color: #333333;
    font-weight:bold;
}
#section-1 h3{
    font-size: 16px;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: center;
}
#section-1 .row-max-width-addend{
	max-width:930px;

	margin: 0 auto;
}
#section-1 .addend{
    max-width: 763px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}
#section-1 .row-max-width-addend .ctm-btn{
    max-width:100%;
    background: #b40101;
    margin-top:25px;
    letter-spacing:normal;
}
#section-1 .separacao_b30{padding-bottom:30px;}

#section-1 .row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#section-1 .col-sm-6{
    padding: 0;
    padding-top: 79px;
}

#section-1 .center-content{
    max-width: 330px;
    margin: 0 auto;
}

#section-1 .center-content .procuramos {
    background: #fff url(/img/iconProcuramos.svg) 12px center no-repeat scroll;
    mix-blend-mode: undefined;
    font-family: Roboto;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e21a22;
}

#section-1 .center-content h4 {
    font-size: 34px;
    font-weight: bold;
    padding: 30px;
}

#section-1 .center-content .icon {
    background: #fff url(/img/bulletPoint.svg) 12px center no-repeat scroll;
    height: 25px;
    padding-left: 70px;
    margin-left: 6px;
    padding-right:15px;
}

#section-1 .center-content p {
      font-family: Roboto;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 25px;
      letter-spacing: normal;
      text-align: left;
      color: #e21a22;
}

#section-1 .center-content .oferecemos {
    background: #fff url(/img/iconOferecemos.svg) 12px center no-repeat scroll;
    mix-blend-mode: undefined;
    font-family: Roboto;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e21a22;
}

/******************************* end *******************************/

/************************************* section offers *************************************************/

#section-offers {
	padding:80px 0;
	background-color: #eeeeee;;
	color:#0a559e;
}
#section-offers .row-max-width{
	max-width:1190px;
	margin-right:auto;
	margin-left:auto;
}
#section-offers .number{
    padding:30px 0;
    border-bottom:1px solid white;
}
#section-offers .title{
    font-family: Roboto;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0a56a1;
}
#section-offers p{
    font-size: 18.5px;
    font-weight: 300;
    line-height: 1.45;
}
#section-offers .pad15{
    padding-right: 15px;
    padding-left: 15px;
}
#section-offers .separacao_b30{padding-bottom:30px;}

.content-event{
    padding-top: 50px;
}

.img-event{
    width:100%;
    overflow: hidden;
}

.img-event img{
    widht: 100%;
     padding-left: 113px;
    margin: -1px;

}

img{
    vertical-align: middle;
    border-style:none;
}

.content-event p{
    mix-blend-mode: undefined;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #0a56a1;
  /*text-align: justify;*/
  padding: 15px;
}

h5 .text-baixo{
   font-weight: bold;
    font-family: Roboto;
    font-size: 18px;
    /* font-weight: normal; */
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #0a56a1;
}

/************ Media "Porque trabalhar connosco" *******************/



/************* FIM MEDIA ****************/


/******************************* end *******************************/

/**************************** section 2 *******************************/
#section-2 .right_padding{
	background-color: #333333;
	color:#fff;
	
}
#section-2 .left_15{
    padding-left:15px;
}
#section-2 .max-width-right{
    max-width:410px;
}
#section-2 .left_padding{
	background-color: #115b7d;
	color:#ffffff;
	padding:120px 180px 250px;
}
#section-2 h2{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.63;
	margin-bottom: 70px;
	padding-left:16.666667%;
}
#section-2 p{
    font-size: 21px;
    line-height: 1.45;
    padding-top:5px;
    font-weight: 300;
}
#section-2 h3{
    font-size: 26px;
}
#section-2 .left_padding p{
    font-size: 26px;
    font-weight: 900;
    line-height: 1.38;
}
#section-2 .left_padding h5{
    font-size: 34px;
    font-weight: 900;
    line-height: 1.29;
    text-transform:uppercase;
}
#section-2 img.vantagem{
	margin-bottom:30px;
}
#section-2 .background_left{
	background: #ffffff url(../img/foto2.jpg) center top no-repeat;
	background-size: cover;
}
#section-2 .right_padding{
	padding:42px;
}
#section-2 .separacao_b30{padding-bottom:30px;}

/***************************************** end *******************************/
/***************************************** section 3 *******************************/
#section-3{
    mix-blend-mode: undefined;
    background-color: #0a559e;

}
#section-3 p{

    mix-blend-mode: undefined;
  font-family: Roboto;
  font-size: 34px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-left: 105px;
  margin-top: 11px;
}

#section-3 .redbg{
    background:#e31c3a;
    text-align:left;
    padding:50px 0;
}

.redbg h4{
   font-family: Roboto;
  font-size: 34px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-left: 45px;
  margin-top: 11px;
}

#section-3 .img-icon-footer{
    position: absolute; 
    top: 50%; 
    right: 18%;
}

/***************************************** end *****************************************/
/***************************************** section copyright *******************************/
#section-copyright{
	background: #115b7d no-repeat;
	padding: 30px 0;
	text-align: center;
}
#section-copyright p{
	font-size: 17px;
	color: #75cdcb;
}

/***************************************** end *****************************************/

/********************************* modal box content ***********************************/
.modal-inner-content {
	overflow-y: scroll;
    max-height: 400px;
    font-size: 12px;
    padding: 10px;
}

/* -------- Politica de Cookies -------- */

#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;
}

.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: 5px;
    padding-right: 14px;
    padding-bottom: 5px;
    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;
}

.btn {
    display: inline;
    vertical-align: middle;
    color: #2c2c2c;
}

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

#politicacookies{
    color: #000;
}

/***************************************** end *****************************************/

/********************************** For media queries *******************************/
@media screen and (min-width:1450px) {
    #section-3 p {
        margin-left: 25%;
    }
}
@media screen and (min-width:768px) and (max-width:1100px){
    #section-2 .left_padding{
        padding-right:45px;
        padding-left:45px;
    }
}
@media screen and (max-width:1092px){
    #topsection .min_height_column_color{
        margin-bottom:88px;
    }
}


@media screen and (max-width:983px){
    .img-event{
        text-align: center;
    }
    
    .img-event img{
        padding: 0;
    }
    
    #section-offers p{
        max-width: 600px;
        margin: 0 auto;
    }
    #section-3 .img-icon-footer{
    position: absolute; 
    top: 50%; 
    right: 7%;
    }
}

@media screen and (min-width:768px) and (max-width:1010px){
    #sub img{
        display:none;
    }
    #topsection .ctm-btn, .modal-footer .btn-special{
        font-size:15px;
    }
}


@media screen and (max-width:746){
    #section-3 .img-icon-footer{

    top: 34%; 
    right: 5%;
    }
}


@media screen and (min-width:768px){
    #topsection .title_text h3{
        max-width:495px;
    }
	#topsection .image_poupa{
		position: relative;
		min-height:460px;
		margin-top:55px;
		margin-bottom:30px;
	}
	#topsection .align_bottom{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.container {
		width: 940px;
	}
	.space-lateral{
		padding-left:15px;
		padding-right:35px;
	}
	#section-1 .separacao_b30_row{padding-bottom:30px;}
	
	#section-2 .background_left{
		padding: 200px 50px 0;
	}
    #section-2 .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #topsection .column-form-body{
        max-width:100%;
    }
    #topsection .min_height_column_color{
        padding: 24px;
        padding-left: 0;
    }
}	
@media screen and (max-width:767px){
    #topsection  {
        background: #ffffff url(/img/heroImage2_m.jpg) center top no-repeat;
        background-size: auto;

    }
    #topsection .title_text h1 {
        text-align: center;
    }
    #topsection .title_text h3 {
        text-align: center;
    }
    #topsection .column-form-body {
        box-shadow: none;
    }
    #topsection .min_height_column_color.conversion{
    	margin-bottom: 20px;
    }
    #section-1 {
    	text-align:center;
    }
    #section-2{
        text-align:center;
    }
    #section-2 .max-width-right {
        max-width: 100%;
    }
    #section-2 h2{
        padding-left: 0;
    }
	#topsection .image_poupa{
		position: relative;
		margin-top:35px;
		margin-bottom:30px;
		text-align: center;
	}

	#topsection .min_height_column_color {
		margin-top: 30px;
	}
	#topsection .insert-padding{
		padding-left:15px;
		padding-right:15px;
	}
	#header .center_image{
		text-align:center;
	}
	.space-lateral{
		padding-left:15px;
		padding-right:15px;
	}
	#section-2 .left_padding{
        padding:30px 15px;
        text-align:center;
    }
    #section-2 .background_left, #section-2 .background_right{
    	padding: 30%;
    }
    #section-3 p{
    	display:block;
        font-size: 25px;
        padding: 15px;
    }
#section-3 img{
        padding-left:0;
        padding-top:30px;
    }
    
    .outerbox{
        text-align: center;
        margin: 0 auto;
    }
    #section-1 img.vantagem{
	margin-left: 0;
}
}

@media screen and (min-width:580){
	#section-1 .addend{
	    height: 0;
	}
}
@media screen and (max-width:580px){
    #section-3 p {
        margin: 0px !important;
        padding: 15px 30px;
        font-size: 35px;
    }
}
@media screen and (min-width:375px) and (max-width:440px){
	#topsection .title_text h1{
		line-height: 45px;
		font-size:35px;
		padding-top:22px;
	}
	#topsection .title_text h3{
	    font-size:18px;
	}
	#topsection .form-heading h2{
		font-size: 16px;
	}
}
@media screen and (max-width:374px){
    #section-3 p {
        font-size: 28px;
    }
	#topsection .title_text h1{
		line-height: 45px;
		font-size:40px;
		padding-top:22px;
	}
	#topsection .title_text h3{
	    font-size:16px;
	}
	#topsection .form-heading h2,#topsection .ctm-btn, .modal-footer .btn-special{
		font-size: 18px;
	}
}

@media screen and (max-width:1099px){
    #topsection .ctm-btn{
        font-size: 16px;
    }
    #section-3 p{
        margin-left: 44px;
        margin-top: 9px;
    }
    #topsection .title_text h1{
        margin-left: 0;
    }
    #topsection .title_text h3{
        margin-left: 0;
    }
     #section-3 .img-icon-footer{
    top: 32%; 
    right: 5%;
    }
}
