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

@font-face {
  font-family: 'din';
  src: 
       url('/fonts/din/DIN-Regular.woff') format('woff'),
       url('/fonts/din/DIN-Regular.woff2') format('truetype');
}
@font-face {
  font-family: 'din';
  src: 
       url('/fonts/din/DIN-Medium.woff') format('woff'),
       url('/fonts/din/DIN-Medium.woff2') format('truetype');
  font-weight:500;
}
@font-face {
  font-family: 'din';
  src: 
       url('/fonts/din/DIN-Bold.woff') format('woff'),
       url('/fonts/din/DIN-Bold.woff2') format('truetype');
  font-weight: bold;
}
html,body{
	font-family: 'Poppins', 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: red;}

.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: rgb(255, 210, 0);
	background-size: cover;
	padding: 35px 0 0;
    /*z-index: 9999999;*/
    position: relative;
    border-bottom: solid 2px #fff;
}

#topsection .logo{
	padding-bottom:30px;
}
#topsection h5{
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    line-height: 1.12;
    text-transform:uppercase;
}
#topsection p{
    font-size: 18.5px;
    color: #231f20;
    text-align:right;
}
#topsection .cargo_option{
    max-width:155px;
    background:#fff;
    border: solid 2px #ffd200;
    padding:8px;
    text-align:center;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 77px;
    margin-bottom: -2px;
    border-bottom: solid 2px #fff;
}
#topsection .cargo_option.extra_pad{
    padding:17.5px;   
}
#topsection .cargo_option.active{
    background:#ffd200;
    border: solid 2px #fff;
}
/************************************************* Cargo section ************************************/	

#cargo-section  {
	background: #ffd200;
	background-size: cover;
	padding: 35px 0 55px;
	text-align:center;
	z-index: 9;
	position:relative;
}

#cargo-section .pre-title {
    color: white;
    font-weight: 600;
    font-size: 49px;
    margin-bottom: 30px;
}

#cargo-section h1 {
    font-size: 65px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
    line-height: 0.9;
}
#cargo-section h1 span {
    font-size: 30px;
    font-weight: normal;
}

#cargo-section h5 {
    color: #000;
    margin-top: 15px;
}

#cargo-section h1.comercial {
    font-size: 48px;
    font-weight: 600;
}
#cargo-section h2{
	font-size: 33px;
    color: #231f20;
    padding-top:8px;
}
#cargo-section h3{
    font-size: 22px;
    color: #231f20;
    padding-top:9px;
}
/************************ formulario de contacto **************************/
#form-section  {
	background-size: cover;
	padding: 0 ;/*padding: 35px 0 55px;*/
	position: relative;
	min-height: 800px;

}
#form-section .min_height_column_color{
	margin-top: -195px;
	margin-bottom:50px;
}
#form-section .column-form-body{
	background-color: #fff;
	z-index: 10;
	position:relative;
}
#form-section .follow_page{
    padding:20px;
}
#form-section .min_height_column_color.conversion{
	margin-bottom: 510px;
}
    
#form-section .form-body {
	padding: 37px 34px;
}
#form-section .form-heading h2 {
	font-size: 29px;
    line-height: 1.23;
	padding-bottom: 20px;
	color:#000;
}
#form-section .form-control{
	color: #6c757d;
	border: solid 1px #d0d0d0;
	border-radius: 0;
	background-color:#fff;
	font-size: 15px;
	font-weight:normal;
	line-height: 40px;
	height: 40px;
	width: 100%;
	padding:0 15px;
}
/*#form-section input#nome{
	background: #fff url(/img/formIcon_Nome.svg) 12px center no-repeat scroll;
	padding-left:47px;
}
#form-section input#email{
	background: #fff url(/img/formIcon_Email.svg) 12px center no-repeat scroll;
	padding-left:46px;
}
#form-section input#telefone{
	background: #fff url(/img/formIcon_Telefone.svg) 12px center no-repeat scroll;
	padding-left:45px;
}
#form-section input#area{
	background: #fff url(/img/formIcon_Residencia.svg) 12px center no-repeat scroll;
	padding-left:45px;
}
#form-section select#situation{
	background: url(/img/formIcon_Experiencia.svg) 12px center no-repeat scroll, url(/img/formDropdownArrow.svg) 93% center no-repeat scroll;
	padding-left:48px;
	background-color:#fff;
	color: #b40101;
	font-weight:normal;
	font-size:15px;
	outline: 0;
	text-transform:uppercase;
	font-weight:bold;
}*/
#form-section select#cargo, #form-section select#carta_de_conducao, #form-section select#localidade, #form-section select#habilitacoes, #form-section select#situacao,#form-section select#cartao_profissional, #form-section select#nacionalidade{
	background: url(/img/formDropdownArrow.svg) 93% center no-repeat scroll;
	background-color:#fff;
	color: #6c757d;
	font-weight:500;
	font-size:15px;
	outline: 0;
	line-height:30px;
	text-transform:uppercase;
}
#form-section select#cargo option, #form-section select#carta_de_conducao option, #form-section select#localidade option, #form-section select#habilitacoes option, #form-section select#situacao option, #form-section select#cartao_profissional option{
    color: #6c757d;
	font-weight:500;
	font-size:14px;
	outline: 0;
	line-height:30px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #231f20;
	font-weight:normal;
	font-size:15px;
	outline: 0;
	text-transform:uppercase;
	font-weight:500;
	line-height:40px;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #231f20;
	font-weight:normal;
	font-size:15px;
	outline: 0;
	text-transform:uppercase;
	font-weight:500;
	line-height:40px;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #231f20;
	font-weight:normal;
	font-size:15px;
	outline: 0;
	text-transform:uppercase;
	font-weight:500;
	line-height:40px;
}
:-moz-placeholder { /* Firefox 18- */
   color: #231f20;
	font-weight:normal;
	font-size:15px;
	outline: 0;
	text-transform:uppercase;
	font-weight:500;
	line-height:40px;
}

#form-section .left-inner-addon {
    position: relative;
	margin-bottom: 5px;
}
#form-section .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;
}
#form-section .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/.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:#000;
	font-size:11px;
	font-weight: 400;
}

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

input[type=checkbox] + label:before { 
	content: "\f096"; 
	color:#000;
} /* 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:#000;
} /* checked icon */

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

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

#form-section .form-body  .text-support p{
	font-size:14px;
	color:#0077c1;
	line-height:17px;
	margin: 20px 0 5px;
	font-weight:700;
}
#form-section .ctm-btn, .modal-footer .btn-special{
	background: #ffd200 no-repeat; /* For browsers that do not support gradients */
	border-radius:0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
	text-align: center;
	height: 45px;
	width:100%;
    border-color: white;
    border-style: unset;
}
#form-section .ctm-btn:focus, #form-section .ctm-btn:active{
	outline: 0;
}
#form-section .ctm-btn:hover {
	background-color: #efb248;
}
/***********datepicker***********/
.ui-datepicker{
    background:#ffd200;
    color:#231f20;
    padding:10px;
    font-size:18px;
    box-shadow:2px 2px 10px black;
}
.ui-datepicker a{
    color:#231f20;
}
.ui-datepicker-prev, .ui-datepicker-next{
    display:none;  
}
.ui-datepicker tbody td{
    padding:5px;
}
.ui-datepicker-month, .ui-datepicker-year{
    width:50%;
    height:40px;
    line-height:40px;
    margin-bottom:10px;
    padding-left:5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    
}

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

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

#style-section-0 .saving_title{
    font-size: 22px;
    padding-bottom:20px;
    line-height: 1.25;
    color: #58595b;
    font-weight:500;
}
#style-section-0 {
    padding: 60px 0 0;
    background-color: #f2f2f2;
    color: #115b7d;
    text-align: center;
    position: relative;
    top: -230px;
    margin-bottom: -175px;
}

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

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

#section-1 {
	padding:60px 0 50px;
	background-color: #ffffff;
	color:#115b7d;
	text-align:center;
	position: relative;
    top: 0;
    margin-bottom:0;
}
#section-1 .row-max-width,#style-section-0 .row-max-width{
	max-width:1255px;
	margin-right:auto;
	margin-left:auto;
}
#section-1 .title,#style-section-0 .title{
    font-size: 40px;
    font-weight: 500;
    color: #333333;
	margin-bottom: 65px;
	text-align: center;
	color: #231f20;
	display: inline;
	border-bottom:2px solid #ffd200;
	text-transform:uppercase;
	padding-bottom: 5px;
}
#section-1 img.vantagem,#style-section-0 img.vantagem{
	margin-bottom:30px;
}
#section-1 .saving_title{
    font-size: 27px;
    padding-bottom:20px;
    line-height: 1.25;
    color: #58595b;
    font-weight:500;
}
#section-1 h3,#style-section-0 h3{
    font-size: 16px;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: center;
}
#section-1 .row-max-width-addend,#style-section-0 .row-max-width-addend{
	max-width:930px;
	margin-right:auto;
	margin-left:auto;
}
#section-1 .addend,#style-section-0 .addend{
    font-size: 22px;
    font-weight: 300;
	line-height: 1.45;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
}
#section-1 .row-max-width-addend .ctm-btn,#style-section-0 .row-max-width-addend .ctm-btn{
    max-width:300px;
    background: #ffd200;
    margin-top:25px;
    letter-spacing:normal;
}
#section-1 .separacao_b30,#style-section-0 .separacao_b30{padding-bottom:30px;}

#section-1 .separacao_t65_row,#style-section-0 .separacao_t65_row{margin-top:65px;}

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

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

#section-offers {
	padding:80px 0;
	background-color: #ffd200;
	color:#fff;
}
#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: 40px;
    font-weight: 300;
	margin-bottom: 65px;
	text-align: center;
}
#section-offers p{
    font-size: 22px;
    font-weight: 300;
    line-height: 1.45;
}
#section-offers .pad15{
    padding-right: 15px;
    padding-left: 15px;
}
#section-offers .separacao_b30{padding-bottom:30px;}



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

/**************************** section 2 *******************************/
#section-2 .right_padding{
	background-color: #ffd200;
	color:#231f20;
	
}
#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: 500;
    line-height: 1.63;
	text-transform:uppercase;
	display:inline;
	border-bottom:2px solid #fff;
	padding-bottom:5px;
}
#section-2 p{
    font-size: 23px;
    line-height: 1.45;
    font-weight: 500;
}
#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/prosegur.jpg) center top no-repeat;
	background-size: cover;
	background-position: bottom;
}
#section-2 .right_padding{
	padding:42px;
}
#section-2 .separacao_b30{padding-bottom:30px;}

#section-2 .separacao_t70{margin-top: 70px;}

/***************************************** end *******************************/
/***************************************** section 3 *******************************/
#section-3{
	background: #f2f2f2 no-repeat;
	text-align: center;
	padding:50px 0;
}

#section-3 .container{
    width: 1185px;
    max-width: 100%;
}
#section-3 p{
    font-size: 30px;
    color:#000;
    padding-left:15px;
    padding-right:15px;
    font-weight:500;
}
#section-3 h4{
    font-size:25px;
    font-weight:500;
    color:#231f20;
    padding:25px;
    background:#ffd200;
    text-transform:uppercase;
}
/***************************************** end *****************************************/
/***************************************** section copyright *******************************/
#section-copyright{
	background: #fff 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:768px) and (max-width:1100px){
    #section-2 .left_padding{
        padding-right:45px;
        padding-left:45px;
    }
    #topsection .cargo_option{
        padding:11.3px;
    }
    #topsection .cargo_option.extra_pad{
        padding:18.3px;
    }
    #topsection h5{
        font-size:13px;
    }
    #cargo-section{
        padding-top:52px;
    }
    #cargo-section h1{
        font-size:40px;
    }
    #cargo-section h2{
        font-size:22px;
    }
    #topsection p{
        max-width:70%;
        margin-left:auto;
        padding-right:15px;
    }
}
@media screen and (max-width:1092px){
    #topsection .min_height_column_color{
        margin-bottom:88px;
    }
}
@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 (min-width:768px){
    #topsection .title_text h3{
        max-width:495px;
    }
    #topsection .row-max-width .container-fluid{
        padding-right:0;
        padding-left:0;
    }
	#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,#style-section-0 .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;
    }
    #cargo-section .col-sm-12.col-md-6{
        padding-left:15px;
        padding-right:15px;
    }
}	
@media screen and (max-width:767px){
    #form-section .min_height_column_color {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    
    #cargo-section .pre-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    /*url(../img/header_vigilante.jpg)*/
    #topsection  {
    	background: #ffffff center bottom no-repeat;
    	background-size: cover;
    	padding: 0 ;/*padding: 35px 0 55px;*/
    	position: relative;
    }
    #topsection .logo img{
        width:180px;
        background-color: #ffd200;
        padding: 10px;
    }
    #topsection, #topsection p{
        text-align:center;
    }
    #topsection .options{
        text-align:right;
    }
    #topsection .cargo_option{
        display: inline-block;
        width:155px;
        margin:5px 0;
        height: auto;
    }
    #topsection p{
        padding-top:20px;
        text-align: right;
        color: #fff;
        text-shadow:1px 1px 10px black;
    }
    #cargo-section{
        padding-bottom:0;
    }
    #cargo-section h2, #cargo-section h1{
        padding-left:30px;
        padding-right:30px;
    }
    #cargo-section h1{
        font-size:37px;
    }
    #cargo-section h2{
        font-size:18px;
    }
    #form-section .min_height_column_color.conversion{
    	margin-bottom: 20px;
    }
    #form-section{
        background: #ffd200;
        min-height: unset;
    }
    #section-1,#style-section-0 {
    	text-align:center;
    	top:0;
    	margin-bottom:0;
    }
    #section-1 .title,#style-section-0 .title{
        line-height:60px;
        font-size: 30px;
    }
    #section-1 .saving_title,#style-section-0 .saving_title{
        font-size:18px;
    }
    #section-2{
        text-align:center;
    }
    #section-2 .max-width-right {
        max-width: 100%;
    }
    #section-2 h2{
        margin-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;
	}
	#form-section{
	    top:0;
	}
	#header .center_image{
		text-align:center;
	}
	.space-lateral{
		padding-left:15px;
		padding-right:15px;
	}
	#section-2 .left_15{
	    padding-left:0;
	}
	#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,#style-section-0 img.vantagem{
	    margin-left: 0;
    }
    
    #topsection .cargo_option{
        border: solid 2px #ffd200;
    }
    
    #topsection {
        border: none;
    }
}
@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){
	#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;
	}
}


/* CURRICULO INPUT DE FICHEIROS */
.file-group input {
    opacity: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 0;
}
.file-group label:not(.error) {
    color: #6c757d;
    text-transform: uppercase;
    border: solid 1px #d0d0d0;
    border-radius: 0;
    background-color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
    width: 100%;
    padding: 0 15px;
    background-image: url('/img/upload.svg');
    background-size: 13px auto;
    background-position: 93% center;
    background-repeat: no-repeat;
    cursor: pointer;
}

