html,body{
	font-family: 'Lato', sans-serif;
	min-height: 100%;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
h1{font-size:48px;line-height:52px;}

h2{font-size:38px;line-height:48px;}

h3{font-size:30px;line-height:40px;}

h4{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;
}
 
.separacao_t40{padding-top:40px;}
.padding-top-100{padding-top:100px;}
.separacao_b40{padding-bottom:40px;}
.separacao_b30{padding-bottom:30px;}


.error {color: #ffffff;}

.display-none{display:none;}
.center-text{text-align:center;}
.float-right {float: right;}

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

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


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

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

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

#topsection  {
	background: #ffffff url(../img/P4L_top.jpg) center top no-repeat;
	background-size: cover;
	padding: 53px 0 30px;
}
#topsection .logo{
	padding-bottom:38px;
}
#topsection .title_text{
	padding-bottom:100px;
}
#topsection .title_text .normal{
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1.4px;
	color: #ffffff;
    text-shadow: 4px 4px 8px #000;
}
#topsection .title_text .extra_bold{
	font-weight: 900;
	font-style: normal;
	letter-spacing: 1.4px;
	color: #ffffff;
	text-transform: uppercase;
    text-shadow: 4px 4px 8px #000;
}
#topsection .oferta{padding-bottom: 20px;}

#topsection .oferta h2{
	color: #e73567;
	font-weight: 900;
}
#topsection .escolha_ofertas img, #topsection .escolha_ofertas h3{
	display: inline;
}
#topsection .escolha_ofertas img{
	margin-bottom: 10px;
	margin-right: 20px;
}
#topsection .escolha_ofertas h3{
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #ffffff;
}
#topsection .space-bottom{padding-bottom:40px;}
/************************ formulario de contacto **************************/
#topsection .min_height_column_color{
	background-color: #57c1db;
	margin-top: 30px;
	margin-bottom: 40px;
}
#topsection .form-body {
	padding: 35px;
}
#topsection .form-heading h3 {
	font-weight: bold;
	letter-spacing: 0.9px;
	color: #ffffff;
	padding-bottom: 5px;
}

#topsection .form-heading h5 {
    font-size: 20px;
	letter-spacing: 0.9px;
	color: #ffffff;
	padding-bottom: 25px;
}
#topsection .form-control{
	color: #57c1db;
	border: none;
	border-radius: 2px;
	font-size: 16px;
	font-weight:normal;
	line-height: 37px;
	height: 45px;
	width: 100%;
}

#topsection input#nome{
	background: #fff url(../img/P4L_formIcon01.png) 12px center no-repeat scroll;
	background-size: 20px 20px;
	padding-left:46px;
}

#topsection input#email{
	background: #fff url(../img/P4L_formIcon02.png) 12px center no-repeat scroll;
	background-size: 20px 15px;
	padding-left:46px;
}

#topsection input#telefone{
	background: #fff url(../img/P4L_formIcon03.png) 12px center no-repeat scroll;
	background-size: 20px 20px;
	padding-left:46px;
}

#topsection input#dinheiro{
	background: #fff url(../img/P4L_formIcon04.png) 12px center no-repeat scroll;
	background-size: 25px 24px;
	padding-left:46px;
}



.premios {
    display: flex; 
    align-items: center; 
    justify-content: start; 
    margin-bottom: 20px;
}

.form-control::-webkit-input-placeholder {
    color: #57c1db;
	font-weight:normal;
	font-size:16px;
	outline: 0;
	opacity: 1;
}
.form-control:-moz-placeholder {
	color: #57c1db;
	font-weight:normal;
	font-size:16px;
	outline: 0;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #57c1db;
	font-weight:normal;
	font-size:16px;
	outline: 0;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
   color: #57c1db;
	font-weight:normal;
	font-size:16px;
	outline: 0;
	opacity: 1;
}
#topsection .left-inner-addon {
    position: relative;
	margin-bottom: 10px;
}
#topsection .left-inner-addon select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/P4L_formIcon05.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;
  }
}
#topsection .left-inner-addon #dinheiro_imagem{
	position: absolute;
	padding-left: 10px;
	padding-top: 11px;
	left: 0;
}
input[type=checkbox] {
	display:none;
} /* to hide the checkbox itself */

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

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

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

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

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

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

.text-underline {
	text-decoration: underline;
	cursor: pointer;
}
#topsection .form-body .terms-text{
	margin-top: 40px;
}
#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-3 .ctm-btn{
	background: #e73567 no-repeat;
	border: none;
	border-radius: 2px;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	font-weight: 900;
	text-align: center;
	height: 48px;
	width:100%;
	cursor: pointer;
}

#topsection .ctm-btn:focus, #topsection .ctm-btn:active, #section-3 .ctm-btn:focus, #section-3 .ctm-btn:active {
	outline: 0;
}


/****************************************** end ******************************************/
.section-marcas {
    padding-bottom: 50px;
    padding-top: 20px;
    background-color: #103775;
}

.title_marcas {
    font-size: 40px;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
}

.slider-marcas div {
    height: 55px;
}

.slider-marcas div img {
    width: 55px;
    height: 55px;
    display: block;
    margin: 0 auto;
}
/************************************* section 1 *************************************************/

#section-1 {
	padding:60px 0 70px;
	background-color: #ffffff;
	color:#9dc436;
	text-align:center;
}
#section-1 h1{
	font-size: 45px;
	line-height: 55px;
	font-style: 300;
	padding-bottom:60px;
	letter-spacing: 1.4px;
	text-align: center;
}
#section-1 .separacao_b30{padding-bottom:30px;}

#section-1 h4{
	font-style: normal;
	line-height: 1.25;
	letter-spacing: 0.6px;
	font-weight: bold;
}
#section-1 img.vantagem{
	height: 90px;
	width: 130px;
	margin-bottom:23px;
}

.disclaimer {
    padding: 20px 0;
}

.disclaimer p {
    text-align: center;
    font-size: 12px;
}

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

/**************************** section 2 *******************************/
#section-2 .background_left{
	background-image: url(../img/P4L_people01.jpg);
	background-repeat: no-repeat ;
	background-position:center top;
	background-size: cover;
	position: relative;
	min-height:628px;
}
#section-2 .background_center{
	background-image: url(../img/P4L_people02.jpg);
	background-position:center top;
	background-repeat: no-repeat ;
	background-size: cover;
	position: relative;
	min-height:628px;
}
#section-2 .background_right{
	background-image: url(../img/P4L_people03.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-size: cover;
	
	position: relative;
	min-height:628px;
}
#section-2 .testemunho{
	font-weight: bold;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color:#9dc436;
}
#section-2 .testemunho_descricao{
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.5;
	color:#ffffff;
}
/***************************************** end *******************************/

/***************************************** section 3 *******************************/
#section-3{
	background: #57c1db no-repeat;
	color:#fff;
	padding: 50px 0 20px;
}
#section-3 h3{
	line-height: 1.33;
}
#section-3 .space_bottom{
	padding-bottom: 30px;
}

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

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

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

/***************************************** Tabs *****************************************/
ul.tab {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
	border: none;
	background-color: transparent;
}

ul.tab li {float: left;}

ul.tab li a {
    display: inline-block;
    transition: 0.3s;
	
}

/*ul.tab li a:hover {background-color: #ffffff;}*/

ul.tab li a:focus, .active {
	background-color: #ffffff;
	}

.tabcontent {
    display: none;
    border: none;
    border-top: none;
}

/* -------- 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:992px){
	#section-2 .align_bottom{
		position: absolute;
		bottom: 65px;
		left: 0;
		padding: 0 75px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	#section-2 .align_bottom{
		position: absolute;
		bottom: 65px;
		left: 0;
		padding: 0 35px;
	}
}
@media screen and (min-width:768px){
	.container {
		width: 940px;
	}
	.space-lateral{
		padding-left:50px;
		padding-right:50px;
	}
	#section-1 .separacao_b30_row{padding-bottom:30px;}
	
	#section-2 .background_left, #section-2 .background_right{
		padding: 200px 50px 0;
	}
}	
@media screen and (max-width:767px){
    .premios {
        justify-content: space-around; 
    }
    
    .title_marcas {
        font-size: 30px;
    }

	#topsection .min_height_column_color {
		margin-top: 0;
	}
	#topsection, #section-2{
		text-align: center;
	}
	#section-2 .background_left, #section-2 .background_right{
		padding: 200px 15px 0;
	}
	
	#section-2 .align_bottom{
		position: absolute;
		bottom: 65px;
		left: 0;
		padding: 0 15px;
	}
	#topsection .insert-padding{
		padding-left:15px;
		padding-right:15px;
	}
}
@media screen and (max-width:440px){
	#topsection .title_text .normal{
		font-size: 38px;
		line-height: 42px;	
	}
}
