html,body{
	font-family: 'Roboto', sans-serif;
	min-height: 100%;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color:#666666;
}
h1{font-size:45px;line-height:48px;}

h2{font-size:42px;line-height:45px;}

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

h4{font-size:20px;line-height:30px;}

.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: #d3252e;}

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

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

.bold_text{font-weight:bold;}

.border_red{height:2px;background-color:#d3252e;width:200px;}
.border_white{height:2px;background-color:#ffffff;width:200px;}
.border_grey{height:2px;background-color:#8b8b8b;width:200px;}

/*end*/

#header{background-color: #d3252e;padding:15px 0 0;color: #fff;}
#header .title_header{font-weight: bold;letter-spacing: 0.7px;}
#header .align_title_center{align-items: center;justify-content: flex-start;display: flex;}
#header .space_bottom{padding-bottom:15px;}

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

#oferta {
    padding-left: 30px;
    display: -webkit-inline-box !important;
}
#oferta img {
    max-width: 80%;
}


#topsection{
    background: #ffffff url('../../img/versaob/bg.jpg') center top no-repeat;background-size: cover;padding: 60px 0;color: #fff;
}

.agradecimento #topsection{min-height: 636px;}
#topsection .text_destaque,#section-2 .saving_title_1{font-size: 60px;font-weight: 900;}
#topsection .main_title{text-transform: uppercase;padding-bottom: 5px; text-shadow: 2px 2px 0px #333333;}
#topsection .main_subtitle{text-shadow: 2px 2px 0px #333333;}
#topsection .main_subtitle2 {text-shadow: 2px 2px 0px #333333; font-size: 30px; line-height: 1.2;}
#topsection .space_frases{padding-top: 25px;padding-bottom:25px;}
#topsection .align_title_center{align-items: center;display: flex;}
#topsection .space_oferta_exclusiva { font-size: 18px; line-height: 1.3;}
/************************ formulario de contacto **************************/
#topsection .column-after-form-body{
    display:flex;
    align-items: baseline;
}

#topsection .column-form-body{
	background-color: #ffffff;
	box-shadow: 7.1px 7.1px 20px 0 rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}
#topsection .form-body {
	padding: 10px 37px 30px 37px;
}
#topsection .form-heading{
    background:url('../../img/versaob/formTop.png') center bottom no-repeat;
    background-size: cover;
}
#topsection .form-heading .title {
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: 1.4px;
    text-align: center;
    color: #ffffff;
    text-shadow: 2.8px 2.8px 0 #4d4d4d;
	text-transform: uppercase;
	padding-bottom: 30px;
    padding-top: 15px;
}
#topsection .form-control{
	color: #666666;
    border: solid 1px #666666;
    border-radius: 1px;
    background-color: #d3252e;
    font-size: 15px;
    font-weight: normal;
    line-height: 35px;
    height: 40px;
    width: 100%;
}
#top-box {
    background-color: #d3252e;
    text-align: center;
    color: #fff; 
    padding: 15px 0 20px 0;
    font-weight: 700;
    font-size: 18px; 
    line-height: 1.3;
}
#form-box {
    border: 7px solid #d3252e;
}
#selo-new{
    padding: 50px 0 0 0 !important;
    margin: 0 !important;
    text-align: right;
}
a .botao_topo {
    height: 84px;
    background-color: #d3252e;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 40px;
    text-transform: uppercase;
}
@media screen and (min-width: 768px){
    #form-fix {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 396px){
    a .botao_topo {
        width: 315px;
        height: 68px;
        font-size: 21px;
    }
}

#video_section {
    margin: 35px 12%;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    padding-top: 43%;
}

.video_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    max-width: 608px;
    max-height: 342px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.center-text .title-first{
    color: #d3252e;
    font-weight: 900;
    line-height: 1.31;
    letter-spacing: 1.3px;
    padding-bottom: 15px;
    font-size: 33.5px;
    margin-top: 70px;
}

.containercta {
    margin-top: 30px;
}

@media screen and (max-width: 395px){
    .containercta button img{
        display: none;
    }
}



@media (min-width:796px){
    #video_section{
        padding-top: 345px;
    }
}

#topsection input#nome{
    background: #ffffff url(../../img/versaob/formIcon_Nome.png) 12px center no-repeat scroll;
    background-size: 20px 20px;
    padding-left: 51px;
}
#topsection input#data_nasc{
    background: #ffffff url(../../img/versaob/formIcon_Data.png) 12px center no-repeat scroll;
    background-size: 21px 21px;
    padding-left: 51px;
}
#topsection input#email{
    background: #ffffff url(../../img/versaob/formIcon_Email.png) 12px center no-repeat scroll;
    background-size: 23px 16px;
    padding-left: 51px;
}
#topsection input#telefone{
    background: #ffffff url(../../img/versaob/formIcon_Telefone.png) 12px center no-repeat scroll;
    background-size: 23px 23px;
    padding-left: 50px;
}
#topsection input#dinheiro,
#tem-credito {
    background: #ffffff url(../../img/versaob/formIcon_Montante.png) 12px center no-repeat scroll;
    background-size: 20px 25px;
    padding-left: 51px;
}

.form-control::-webkit-input-placeholder {
    color: #666666;
	font-weight:normal;
	font-size:15px;
	outline: 0;
	opacity: 1;
}
.form-control:-moz-placeholder {
	color: #666666;
	font-weight:normal;
	font-size:15px;
	outline: 0;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #666666;
	font-weight:normal;
	font-size:15px;
	outline: 0;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
   color: #666666;
	font-weight:normal;
	font-size:15px;
	outline: 0;
	opacity: 1;
}
#topsection .left-inner-addon {
    position: relative;
	margin-bottom: 8px;
}
#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;*/
	background-color: #fff;
}
#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/versaob/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:#666666;
	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 */

#topsection #dinheiro_label{
	font-size: 19px;
	letter-spacing: 0.6px;
	color: #666666;
	margin-bottom: 8px;
    margin-top: 8px;
}

#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{
	background: #f5f11d no-repeat;
    border: solid 1px #000000;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    height: 51px;
    width: 100%;
    border-radius: 40px;
    padding: 0 30px;
}
#topsection .ctm-btn:focus, #topsection .ctm-btn:active{
	outline: 0;
}
#topsection .ctm-btn:hover {
	background-color: #8b8b8b;
	border: solid 1px #8b8b8b;
    color: #ffffff;
}
#topsection .btn.ctm-btn img{
    margin-left: 6px;
    margin-bottom: 6px;
    margin-right: 16px;
}

.small_t{
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    text-shadow: 1px 1px 5px #333;
    letter-spacing: 1px;
    margin-top: 20px;
}

/****************************************** end ******************************************/
/************************************* section 0 *************************************************/

#section-0{
    background-color:#ffffff;
    padding:40px 0;
    color:#8b8b8b;
    text-align:center;
}
#section-0 .title{
    line-height: 1.31;
    letter-spacing: 1.3px;
    padding-bottom:20px;
}
/***************************************** end *******************************/

/************************************* section 1 *************************************************/
#van-img {
    padding-bottom: 35px;
}
#section-1 {
	padding: 40px 0 80px 0;
	background-color: #ffffff;
	color:#666666;
	text-align:center;
}
#section-1 .title{
	color:#d3252e;
	font-weight: 900;
	line-height: 1.31;
	letter-spacing: 1.3px;
	padding-bottom:15px;
	font-size: 33.5px;
}
#section-1 img.vantagem{
	height: 64px;
	width: 64px;
	margin-bottom:25px;
}
#section-1 .saving_title{
	font-weight: normal;
	line-height: 1.31;
	letter-spacing: 1.3px;
	padding-bottom:20px;
}
#section-1 h3{line-height: 1.25;letter-spacing: 0.6px;}

#section-1 .separacao_b30{padding-bottom:30px;}


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

/**************************** section 2 *******************************/
#section-2 {
	padding:40px 0;
	background-color: #8b8b8b;
	color:#ffffff;
	text-align:center;
}
#section-2 .title{
    line-height: 1.31;
    letter-spacing: 1.3px;
    padding-bottom:18px;
}
#section-2 .vantagem{
	margin-bottom:20px;
}
#section-2 .saving_title_1, #section-2 .saving_title_2{padding-bottom:38px;}

#section-2 .separacao_b30{padding-bottom:30px;}


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

#section-3{
    background-color:#efefef;
    padding:40px 0 80px;
    color:#d3252e;
    text-align:center;
}
#section-3 .title{
    line-height: 1.31;
    letter-spacing: 1.3px;
    padding-bottom:20px;
}
#section-3 .slick-next,#section-3 .slick-prev{display:none!important;}


/***************************************** section 4 *******************************/
#section-4{
	background-color: #ffffff;
	padding-bottom: 35px;
	text-align: center;
	color: #d3252e;
}
#section-4 .title{
    line-height: 1.31;
    letter-spacing: 1.3px;
    padding-bottom:18px;
}
#section-4 .botao_topo{
    height:84px;
    background-color: #d3252e;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius:40px;
    text-transform:uppercase;
}
#section-4 .space_bottom{padding-bottom:70px;}

#section-4 .copyright{color:#8b8b8b;font-size: 13px;letter-spacing: 0.4px;line-height: 2;font-size: 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 *****************************************/

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

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

/********************************** For media queries *******************************/


@media screen and (min-width:768px) and (max-width:992px){
    #topsection .selo_mobile{height:164px;width:164px;}
    #topsection .main_subtitle {
        font-size: 25px;
        line-height: 1.35;
        padding-bottom: 5px;
    }
    #topsection .main_subtitle2 {
        font-size: 25px;
        line-height: 1.35;
        padding-bottom: 5px;
    }
    #topsection .main_title {
        font-size: 45px;
        line-height: 1.35;
    }
}


@media screen and (min-width:996px){
    #topsection .header_icon{
        /*/padding-left: 30px ;*/
        margin-left: 30px ;
    }
}
@media screen and (min-width:768px){
    #topsection .logo_new{
        padding-left: 30px;
        padding-bottom: 100px;
        margin-top: -30px;
    }
    #topsection .header_icon{
        /*padding-left: 30px;*/
        margin-left: 30px;
    }

	#topsection .main_title, #topsection .extra_bold_header,#topsection .space_frases .extra_bold_header2,#topsection .space_frases .extra_bold_header3 {
	    padding-left:30px;
	}
	#header .space_bottom img{
	    margin-left:30px;
	}
    #topsection .column-after-form-body{
        justify-content: flex-start;
    }
    /*#topsection .text_destaque{max-width: 449px;}*/
    #section-2 .saving_title_1{max-width: 449px;}

    .align_selo{text-align:right;}
    
    #topsection .align_title_center {justify-content: flex-start;}
	#topsection .column-form-body{width:100%;}
	/*.container {max-width: 1440px;}*/
	.space-lateral{
		padding-left:70px;
		padding-right:70px;
	}
	#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:1150px){
    #oferta img{
        max-width: 95%;
    }
}
@media screen and (max-width:767px){

    #poupe_m {
        color: #ffffff !important;
    }
    #m-value {
        color: #d3252e !important;
    }

    #topsection .space_frases{padding-top: 5px;padding-bottom:20px;}

    #topsection .text_destaque {
        padding-top: 20px;
    }

    .selo-online{
        /*text-shadow: 2px 2px 0px #333333;*/
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .extra_bold_3{
        font-size: 25px !important;
    }
    /*#oferta{
        display: none !important;
    }*/
    #oferta{
        padding: 0 !important;
    }
    #header .selo_mobile{height:100px;width:100px;}
    
	#header{text-align:center;}
	#header .align_title_center {
        justify-content: center;
    }
	.align_selo{text-align:center;padding-bottom:55px;}
	#topsection{
        padding:30px 0 60px;
        background-size: auto;
    }
	#topsection .logo_new{padding-bottom:10px;}
	#topsection .logo_new img{width:160px;}
	#topsection .main_subtitle {
        font-size: 25px;
        line-height: 1.35;
        padding-bottom: 5px;
    }
    #topsection .main_subtitle2 {
        font-size: 25px;
        line-height: 1.35;
        padding-bottom: 5px;
    }
    #topsection .main_title {
        font-size: 45px;
        line-height: 1.35;
    }
    #small{
        font-size: 25px !important;
    }
	#topsection,.agradecimento #topsection{min-height:100%;}
	
	#topsection .align_title_center {justify-content: center; text-align: center;}
	
	#topsection .main_title{padding-bottom: 0;}

    #topsection .column-after-form-body{justify-content: center;margin-bottom: 20px;}
    
    #topsection .column-form-body{width: 100%;}
    
   #topsection .image_poupa{text-align: center;margin-bottom:5px;}
   
	/*#topsection .image_poupa{
		position: relative;
		
		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;
	}
}

@media screen and (min-width:396px){
    #section-4 .botao_topo{
        width:315px;
		height:68px;
		font-size: 21px;
    }
}
@media screen and (max-width:395px){
    #section-4 .botao_topo{
        width:100%;
    }
    #section-4 .botao_topo img,#topsection .ctm-btn img{display:none;}
    
    #topsection .ctm-btn, .modal-footer .btn-special{
		font-size: 18px;
	}
}

.extra_bold_header2{
	font-weight:900;
 }
.extra_bold_1{
	font-weight:900;
	font-size: 20px;
 }
.extra_bold_3{
	font-weight:900;
	font-size: 33px;
}
.lesstop{
	max-width: 104px;
}
.extra_bold_4{
	font-size: 33px;
	font-weight:900;
}
.extra_bold_header{
	/*padding-bottom: 30px;*/
	font-size: 30px;
}
.extra_bold_header3{
	font-weight:900;
}