/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}



/* Generics CSS */
* HTML .clearfix {height: 1%;}

.clear{clear:both;}
.left {float:left;}
.right {float:right;}
.noPaddingTop {padding-top: 0px !important;}
.noPaddingBottom {padding-bottom: 0px !important;}
.alignCenter{
	text-align: center;
}
.inline{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
}
.textfilled{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	min-height: 14px;
	margin-left: 4px;
	background-color: #e8e8e8;
	padding: 1px 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


body{
    width: 100%;
    height: 100%;
	margin: 0;	
}

a *{
	cursor:pointer;
}

a {
	color:#00ccff;
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration:none;
	outline:0;
}



/* width classes */
.w20{width:20px !important;}
.w30{width:30px !important;}
.w40{width:40px !important;}
.w50{width:50px !important;}
.w55{width:55px !important;}
.w60{width:60px !important;}
.w65{width:65px !important;}
.w100{width:100px !important;}
.w110{width:110px !important;}
.w120{width:120px !important;}
.w150{width:150px !important;}
.w180{width:180px !important;}
.w200{width:200px!important;}
.w250{width:250px !important;}
.w300{width:300px !important;}
.w310{width:310px !important;}
.w320{width:320px !important;}
.w350{width:350px !important;}
.w400{width:400px !important;}
.w450{width:450px !important;}
.w500{width:500px !important;}
.w550{width:550px !important;}
.w580{width:580px !important;}
.w600{width:600px !important;}
.w650{width:650px !important;}
.w700{width:700px !important;}
.w750{width:750px !important;}
.w800{width:800px !important;}

/* height classes */
.h20{height:20px !important;}
.h50{height:50px !important;}
.h100{height:100px !important;}
.h150{height:150px !important;}
.h200{ height:200px !important;}
.h250{height:250px !important;}
.h300{height:300px !important;}
.h350{height:350px !important;}
.h400{height:400px !important;}
.h450{height:450px !important;}
.h500{height:500px !important;}
.h550{height:550px !important;}
.h600{height:600px !important;}
.h650{height:650px !important;}
.h700{height:700px !important;}
.h750{height:750px !important;}
.h800{height:800px !important;}

.hidden{display:none !important;}


/* Global/Base CSS */
html { font-size: 62.5%; }*

body {
	font: 1.7rem 'Barlow Condensed';
	font-weight:400;
	line-height: 2.2rem;
	color:#233c73;
}

html, body {
	height:100%;
	margin:0;
	color:#000;
	background: transparent;
}

h1 {
	font-size:6.5rem;
	line-height:6.5rem;
	font-weight:100;
	color:#ccc3b4;
}

h2 {
	padding: 0;
	font-size:6.5rem;
	line-height:6.5rem;
	font-weight: 100;
	vertical-align: top;
}

h2 span{
	display:block;	
	font-size: 2.5rem;
	line-height: 3rem;			
	font-weight:400;
	text-align:right;
	padding-bottom:6rem;	
}

h3 {
	padding-top: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    text-align: right;
}

p{
    display: block;
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 200;
    color: #fff;
    text-align: right;
    padding-bottom: 3rem;
}


/* Faz com que padding e border sejam considerados no width dos divs! */
div{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/* codigo full page codeopen.io*/ 

.well {
	position: relative;
	overflow: hidden;
	transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
}

.top {
	position: relative;
}

.panel {
	position: relative;
	height: 100vh;
	overflow: hidden;
	box-sizing: border-box;
	cursor: default;
}

/* fim codigo full page codeopen.io */

header{
	position:fixed;
	padding-top:4rem;
	margin: 0 auto;
    z-index: 9999;
	height:10rem;
	left:18%;
	width:62rem;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

header.shrink {
	padding-top:0;
	left:17%;	
}


header.shrink #wrapper-menu-logo {
	display:none;
}

header.shrink #wrapper-menu {
	background:#fff;
	padding:2rem 2rem 2rem 2rem;
}



.wrapper{
	width: 100%;
	margin: 0 auto;
	padding: 0rem;
}

#wrapper-menu{
	display:inline-block;
}

#nome-menu{
	display:inline-block;
	vertical-align:top;
	padding-top:1.8rem;
}

#wrapper-menu-logo{
	display:inline-block;
	vertical-align:top;
	margin:0rem 0rem 0rem 0rem;
	z-index:999;
	text-align:right;
	width:46rem;
}

#wrapper-menu-logo h1{
	display:block;
}

#wrapper-menu-logo span{
	display:block;
	font-size:3.5rem;
	line-height:3.5rem;
	font-weight:600;	
	color:#7d776e;
	text-align:right;	
}

#div-menu-mobile{
	display:inline-block;
}



.bloco_esq{
	display:inline-block;
	vertical-align:top;
	width:62rem;
	height:100vh;
}

.bloco_dir{
	display:inline-block;
	vertical-align:top;
	width:62rem;
	height:100vh;
}


/****** BOTOES *****/
.button-style1 {
    display: inline-block;
	background:url('/images/seta_saiba_mais.png') no-repeat top right;
    font-size: 2rem;
	font-weight:200;
    margin: 2rem 0rem;
    padding: 0rem 3rem 0rem 0rem;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.button-style1:hover {
    padding: 0rem 4rem 0rem 0rem;
	color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.button-style1-mobile{
	display:none;
}

.ui-form-button-reset {
    display: inline-block;
    font-size: 2rem;
	font-weight:300;
    margin: 1rem 0rem;
    padding: 1rem 3rem 1rem 3rem;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.ui-form-button-submit {
    display: inline-block;
    font-size: 2rem;
	font-weight:300;
    margin: 1rem 0rem;
    padding: 1rem 3rem 1rem 3rem;
    background-color: #ff0037;
    border: 1px solid #ff0037;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.ui-form-button-submit:hover {
    background: transparent;
    color: #ff0037;
    border: 1px solid #ff0037;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}







.bloco_titulo{
	display:inline-block;
	background:#084795;
	width:30rem;
	height:30rem;
	z-index:999;
}

#titulo_destaque span{
	display:block;
	text-align:right;
	color:#fff;
	font-size:1.8rem;
	font-weight:600;
}

#titulo_destaque p{
	display:block;
	text-align:right;
	padding-right:4.5rem;
	color:#fff;	
	font-size:1.2rem;
	font-weight:200;
	line-height:2rem;
}






















#rodape_wrapper{
	display:block;
	width:124rem;
	height:auto;
	vertical-align:top;
	margin:0 auto;
}

#rodape_esq{
	background:#524e49;
}

#rodape_wrapper_mobile{
	display:none;
}

.rodape_esq_dir{
	display:inline-block;
	vertical-align:top;
	width:50%;
}

#rodape_logo{
	display:inline-block;
	height:45vh;
	width:100%;
	padding:30% 10% 0rem 0;
	text-align:right;
}

#rodape_logo_img{
	display:inline-block;
    margin: 0rem 2rem 2rem 4rem;	
}

#rodape-logo-texto{
	display:inline-block;
	vertical-align:top;
	margin:0rem 0rem 0rem 0rem;
	color:#fff;
}

#rodape-logo-texto span{
	display:block;
	font-size:4.5rem;
	font-weight:200;
	line-height:4.5rem;
}

#rodape-logo-texto p{
	display:block;
	font-size:1.5rem;
	line-height:1.5rem;
	color:#fff;
}

#rodape_texto{
	padding:10rem 6rem 0rem 10rem;
	text-align:right;
}

#rodape_texto h2{
    color: #ccc3b4;
}

#rodape_texto span{
    color: #fff;
}

#rodape_texto p{
	text-align:right;
	color:#fff;
	font-size:2rem;
	line-height:3.5rem;
	padding-bottom:3rem;
}

.rodape_conteudo{
	padding-top:4rem;
}

.rodape_conteudo span{
	display:block;
	color:#524e49;
	font-size:1.6rem;
	line-height:2rem;
}

.rodape_conteudo p{
	color:#524e49;
	font-size:2rem;
	line-height:2.5rem;
	padding-bottom:2rem;
}

#rodape_contactos_esq{
	display:inline-block;
	vertical-align:top;
	padding:26rem 6rem 0rem 6rem;
}

#rodape_contactos_dir{
	display:inline-block;
	vertical-align:top;
	padding:26rem 0rem 0rem 6rem;
}

#rodape_contactos_dir a{
	font-weight:500;
}



.ui-input-style1 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 0px 10px !important;
    margin-bottom: 5px;
    color: #5a86a3;
    height: 34px;
    background-color: #fff;
}


#rodape_newsletter .ui-input-style1 {
	vertical-align:top;
	border-radius:0;
	width:32rem;
	height:5.6rem;
    padding: 1.9rem 3rem 1.7rem 1rem;
    color: #5a86a3;
    background-color: #fff;
}




/*.ui-input-style1{
    display: inline-block;
    font-weight: 200;
    font-size: 1.5rem;
    margin: 0rem 0rem;
	width:28rem;
    padding: 2rem 3rem 2rem 3rem;
    background-color: #ccc;
	border:1px solid #ccc;
    color: #808080;
    cursor: pointer;
    text-decoration: none;
}*/

#submit-newsletter{
	margin: 0rem 0rem;
	width:13rem;
	text-align:right;
	padding:1.8rem 3rem 2.1rem 3rem;
    font-size: 1.5rem;
	font-weight:300;
}

.button-style2{
	display: inline-block;
    font: 2.8rem;
    margin: 2.4rem 0rem;
    padding: 2.3rem 5rem 2.7rem 5rem;
    background-color: #00ccff;
    border: 1px solid #00ccff;
    color: #084795;
    cursor: pointer;
    text-decoration: none;	
}

#newsletter_privacidade_nota{
	padding-left: 2.3rem;
}

#box-newsletter-content #submit-newsletter.loading{
	background: url('/images/loader_16_light.gif') transparent no-repeat 6% center;
}

#box-newsletter-content #errors_subscribe{
	font-weight: bold;
    background-color: #f00;
    color: #fff;
    display: none;
    padding: .4rem 0.8rem;
}



/* GLOBAL RESPONSIVE BLOCK */

#img-logo-mobile{
	display:none;
}


.dataLine {
clear: left;
padding-bottom: 4px;
}

.dataLine > label > span {
clear: left;
display: inline-block;
text-align: left;
width: 100px; /* estava 90px mas passei para 100px por causa do form contactos! */
margin-right: 8px;
}

.dataLine input{
	padding: 6px;
}

.dataLine select{
	padding: 6px;
}

.dataLine textarea{
    padding: 6px;
}

.dataLine p {
	font-size:1.4rem;
	line-height:1.5rem;
}

sup.note-required-field{
	color: #f00;
}

/* END GLOBAL RESPONSIVE BLOCK*/


#imagem_conteudo{
	width:100%;
}

#img-certificacoes-mobile{
	display:none;
}

#imagem_conteudo_mobile{

}


#bloco_titulo_pagina_interior_mobile{
	display:none;
}

#pontos-fortes{
	padding:4rem;
}

#pontos-fortes li{
	display:inline-block;
	width:14rem;
}

small{
	font-size:3rem;
}

.normal{
	margin-right:5rem;
}

.ultimo{
	margin-right:0rem;
}

#pontos-fortes li span{
	font-size: 6rem;
	line-height:6rem;
	font-weight:100;
	color:#524e49;
}

#pontos-fortes li p{
	font-size: 2rem;
	line-height:2rem;
	font-weight:200;
	color:#524e49;
	text-align:left;
}