@font-face {
  font-family: 'Myriad';
  src:  url('fonts/MyriadPro-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Myriad';
  src:  url('fonts/MyriadPro-Bold.woff') format('woff');
  font-weight:bold;
}
@font-face {
  font-family: 'Helvetica';
  src:  url('fonts/HelveticaRegular.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica';
  src:  url('fonts/HelveticaBold.woff') format('woff');
  font-weight:bold;
}

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*/

.error {color: #f64f55;}

.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/headerFundo.jpg) center top no-repeat;
	background-size:cover;

}
#topsection .logo{


}

#topsection .idioma{
    padding-top: 20px;
    margin-right: 45px;
}

#topsection .title_text h1{
    font-size: 60px;
    line-height: 1;
    color: #033e6e;
    text-transform:uppercase;
    font-weight: bold;
}
#topsection .title_text h2{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.38;
    color: #033e6e;
    margin-top: 25px;
    max-width:500px;
}
#topsection .title_text h3{
    font-size: 20px;
    line-height: 1.5;
    color: #033e6e;
    margin-top: 25px;
}
#topsection .airplane{
    padding:20px;
    margin-left:40px;
}
/************************ formulario de contacto **************************/
#topsection .min_height_column_color{
	margin-bottom:50px;
}
#topsection .column-form-body{
    background-color: transparent;

}
#topsection .follow_page{
    background-color: #ffffff61;
    border-radius:5px;
    padding:15px;
}
#topsection .min_height_column_color.conversion{
	margin-bottom: 510px;
}
    
#topsection .form-body {
	padding: 37px 34px;
  
}
#topsection .form-heading h2 {
  font-size: 20px;
  color: #ffffff;
}
#topsection .form-heading.main h2 {
  font-size: 17px;
}

#topsection .form-heading h4{
  font-size: 30px;
  color: #ffffff;
  padding-bottom: 10px;
  font-weight: bold;
}

#topsection .form-control{
    color: #439ed7;
    font-weight:bold;
    padding-left:30px;
    font-size: 16px;
}
#topsection input#name{

    height: 53px;
    background-color: #fff;
    
}
#topsection input#email{

    height: 53px;
    background-color: #fff;
    
}
#topsection input#phone{

    height: 53px;
    background-color: #fff;
    
}
#topsection input#nif{
    height: 53px;
	background-color:#fff;
	
}
#topsection input#company{
    height: 53px;
	background-color:#fff;
	
}


.form-control::-webkit-input-placeholder {
    color: white;
    font-size: 14px;
    color: #439ed7;
    font-weight:bold;
}

.form-control:-moz-placeholder {
	color: white;
    font-size: 14px;
    color: #439ed7;
    font-weight:bold;
}
.form-control::-moz-placeholder {
	color: white;
    font-size: 14px;
    color: #439ed7;
    font-weight:bold;
}
.form-control:-ms-input-placeholder {
    color: white;
    font-size: 14px;
    color: #439ed7;
    font-weight:bold;
}
#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:#fff;
} /* 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 .center-button{
    text-align:right;
}
#topsection .ctm-btn, .modal-footer .btn-special, #section-to-form .ctm-btn{
    width: 100%;
    height: 53px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    max-width: 266px;
    background: linear-gradient(to top left, #f64f55 calc(50% - 1px), #e14243, #e14243 calc(50% + 1px) );
    text-transform:uppercase;
        white-space: unset;
}
#topsection .ctm-btn:focus, #topsection .ctm-btn:active{
	outline: 0;
}
#topsection .ctm-btn:hover {
	background-color: #e31c3a;
}
.modal-footer .btn-special{
    -webkit-appearance: button-bevel;
    max-width:100%;
}
/****************************************** 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: #ffffff url(../img/VantagensFundo.jpg) center top no-repeat;
	background-size:cover;
}
#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-size: 32px;
  text-align: center;
  color: #033e6e;
  font-weight:bold;
  text-transform:uppercase;
}
#section-offers p, #section-offers h5{
    font-size: 20px;
    line-height: 1.5;
    color: #033e6e;
    text-align:center;
}
#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;
    text-align:center;
}

.img-event img{
    padding-bottom:30px;

}

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


/************ 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 *******************************/
/**********************container of sections for hover effect*******************/
#sections-container{
    position:relative;
}
#sections-container:after {
    position: absolute;
    content:"";
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: url(../img/fundoDiagonal_fullWidth-min.png) center top no-repeat;
	background-size: cover;
}
/*******************************end********************************************/
/***************************************** section generic *******************************/
#section-generic{
    background-color: #1c75bb;
    padding:90px 0;
    color: #fff;
    text-align:center;
}
#section-generic p{
    font-size: 20px;
    line-height: 1.5;
    padding-top:30px;
    max-width:800px;
    margin:0 auto;
}

#section-generic h4{
    font-size: 30px;
    line-height: 1.5;
    font-weight:bold;
    text-transform:uppercase;
}

/***************************************** end *****************************************/
/***************************************** section how-to *******************************/
#section-how-to{
    background-color: #d4e6f0;
    padding:90px 30px;
    color: #1c75bb;
    text-align:center;
}
#section-how-to p{
    font-size: 20px;
    line-height: 1.5;
    max-width:800px;
    margin:0 auto;
}

#section-how-to h4{
    font-size: 30px;
    line-height: 1.5;
    font-weight:bold;
    text-transform:uppercase;
}
#section-how-to h5{
    font-size: 24px;
    font-weight:bold;
    text-transform:uppercase;
}
#section-how-to .left_img_text{
    margin-left: -30px;
    top:30px;
}
#section-how-to .right_img_text{
    right: -56px;
    top:30px;
}
/***************************************** end *****************************************/
/**
 *section to form
 */
 #section-to-form{
     background:#439ed7;
     padding:65px 0;
     color:#fff;
 }
 #section-to-form .container{
     width:100%;
 }
 #section-to-form h4{
     font-size: 30px;
     line-height:1.33;
 }
/*
 *end
 */
/***************************************** section copyright *******************************/
#section-copyright{
	background: #000;
	padding: 5px 0;
	text-align: center;
}
#section-copyright p{
	font-size: 14px;
	color: #b3b3b3;
	line-height:2;
}
#section-copyright .container{
     width:100%;
 }
/***************************************** 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:768px) and (max-width:1199px){
    #section-2 .left_padding{
        padding-right:45px;
        padding-left:45px;
    }
    #section-to-form h4{
        font-size:22px;
    }
}
@media screen and (max-width:1092px){
    #topsection .min_height_column_color{
        margin-bottom:88px;
    }
}

@media screen and (max-width:1005px){
    #section-how-to p{
        font-size: 16px;
    }
    #section-how-to h5{
        font-size: 20px;
    }
}
@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:35px;
		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 .min_height_column_color.conversion{
    	margin-bottom: 20px;
    }
    #topsection .airplane{
        margin-left:0;
    }
    
    #topsection .idioma{
        
        margin-right: 0;
        
    }
    
    #topsection .title_text h1{
        font-size:25px;
    }
    #topsection .title_text h2{
        font-size:20px;
        margin: 0 auto;
    }
    #topsection .column-form-body {
        background-color: #ffffff61;
        padding: 20px 20px;
    }
    #topsection .form-body{
        padding:0;
    }
    #topsection .form-heading, input[type=checkbox] + label:before, input[type=checkbox]:checked + label:before, input[type=checkbox] + label { 
    	text-shadow:1px 1px 10px black;
    } 
    
    #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: 0;
		padding:0;
	}
	#topsection .insert-padding{
		padding-left:15px;
		padding-right:15px;
	}
	#section-offers .title{
	    font-size:29px;
	}
	#section-offers p{
	    font-size:16px;
	}
	#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;
    }
#section-3 img{
        padding-left:0;
        padding-top:30px;
    }
    
    .outerbox{
        text-align: center;
        margin: 0 auto;
    }
    #section-1 img.vantagem{
    	margin-left: 0;
    }
    #section-to-form h4{
        font-size:19px;
        text-align:center;
        padding-bottom:20px;
    }
    #section-copyright .text-left, #section-copyright .text-right{
        text-align:center!important;
    }
}

@media screen and (max-width:565px){
    #section-how-to h5{
        font-size:14px;
    }
    #section-how-to p{
        font-size:12px;
    }
}
@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:400px){
    .form-control::-webkit-input-placeholder {
    font-size:10px;
}

.form-control:-moz-placeholder {
	font-size:10px;
}
.form-control::-moz-placeholder {
	font-size:10px;
}
.form-control:-ms-input-placeholder {
    font-size:10px;
}
}
@media screen and (max-width:374px){
	#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;
	}
	#topsection .form-heading h2{
	    font-size:16px;
	}
	#topsection .form-heading h4{
	    font-size:24px;
	}
	#section-generic h4, #section-offers .title{
	    font-size:24px;
	}
	#section-generic p{
	    font-size:16px;
	}
	#section-how-to h5 {
        font-size: 11px;
    }
}

@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%;
    }
}
