/* 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,strike,strong,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}

sub,sup{
	border: 0;
    margin: 0;
    padding: 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;}
.noMarginBottom {margin-bottom: 0 !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;
	vertical-align: middle;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

a *{
	cursor:pointer;
}

a {
	/* color: #4285f4; ZUL ORIGINAL */
	color:#088cc4;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #4387fd;
	text-decoration:none;
	outline:0;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* 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%; height:100%;}

body {
	font: 1.7rem 'Lato';
	line-height: 2.0rem;
	color: #2b3453; /*color: #444d31;*/
	font-style:italic;	
}

h1 {
	font-weight:600;
	padding: 1rem 0 1rem 0;
	font-size:5.7rem;  
	line-height: 3.0rem;
	font-weight: bold;
	vertical-align: top;
}

h2 {
	padding: 3rem 0rem 0rem 0rem;
	font-size:2.5rem;
	line-height: 2.5rem;
	font-weight: bold;
	vertical-align: top;
}

h2 span{
	display:block;
	font-weight:300;
	padding:0rem 0rem 3rem 0rem;
}

h3 {
	padding: 1rem 0 0 0;
	font-size: 2.0rem;
	line-height: 3.0rem;
	font-weight: bold;
	vertical-align: top;
}

h4 {
	padding: 1rem 0 0 0;
	font-size: 1.7rem;
	line-height: 1.9rem;
	font-weight: bold;
	vertical-align: top;
}

p{
	padding: 0 0 1.3rem 0;
}

/* remove yellow color from chrome autofill!*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


#outer-page-div {
    width: 100%;
    min-height: 100%;
    position: relative;
}

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

.faixa-esquerda{
	position:fixed;
	width:35.4rem;
	height:100%;
	background:#fff;
}


#div-menu-mobile {
	display:none;
}

#nome-menu{
	display:inline-block;
	width:35.5rem;
	height:16.3rem;
	background:#fff;
	font-size:3.3rem;
	font-weight:700;
	text-align:right;	
	padding:5.2rem 3.5rem 0rem 0rem;
}

#nome-menu a{
	color: #2b3453;
}


.button-style1 {
    display: inline-block;
	
	font-family:'Lato';
	font-size:1.7rem;
	font-style:italic;
    line-height: 2rem;
    background-color: #2b3453;
    font-weight: 600;
    margin: 1rem 0rem 1rem 0rem;
    padding: 0.7rem 2.5rem 1rem 2.5rem;
    border: 1px solid #2b3453;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
}

.button-style1:hover {
    background: transparent;
    color: #2b3453;
    border: 1px solid #2b3453;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.button-style1-pedido {
	font:'Lato';
	font-size:1.7rem;
	font-style:italic;
    line-height: 2rem;
	background:#3393df;
    font-weight: 600;
    margin: 5rem;
    padding: 0.7rem 2.5rem 1rem 2.5rem;
	border:1px solid #3393df;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
}

.button-style1-pedido:hover {
    background: transparent;
    color: #3393df;
    border: 1px solid #3393df;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}


#slogan{
	display:block;
	text-align:right;
	height:12%;
}

.titulo-slogan{
	display:block;
	font-size:3.5rem;
	line-height:3.5rem;
	font-weight:800;
	padding:2rem 2rem 0rem 0rem;
}

.texto-slogan{
	display:block;	
	font-size:3.5rem;
	line-height:3.5rem;	
	font-weight:300;
	padding:0rem 2rem 0rem 3rem;
}

#redes-sociais{
	display:block;
	text-align:right;
	padding:2rem 2rem 0rem 0rem;
	height:38%;
}

.content{
	width:calc(100% - 354px);
	margin:0rem 0rem 0rem 35.3rem;
}

#img-logo{
	position:fixed;
	top:0;
	left:35.4rem;
}

#rodape-contactos-wrapper{
	width:calc(100% - 354px);
	margin:0rem 0rem 0rem 35.3rem;
	display:block;
	background:#f2f4f8;
	height:16.3rem;	
}

.rodape-contactos{
	width:calc(50% - 8.15rem);
	display:inline-block;
	vertical-align:top;
	padding-left:3rem;
}

.bloco-contacto{
	display:inline-block;
	width:28%;
	vertical-align:top;
	padding:5rem 1rem;
}

.label-contactos{
	font-size:1.6rem;
	line-height:1.6rem;
	font-weight:600;
}

.bloco-contacto p{
	font-size:1.2rem;
	line-height:1.3rem;	
}

#rodape-logo{
	display:inline-block;
	background:#2b3453 url('/images/logo-ha.jpg') no-repeat top center;
	height:16.3rem;
	width:16.3rem;
	vertical-align:top;
	
}

.titulo-nome-rodape{
	display:block;
	font-size:4rem;
	line-height:4rem;
	font-weight:600;
	padding-top:5rem;
}

.texto-nome-rodape{
	display:block;
	font-size:2.5rem;
	line-height:2.5rem;
	font-weight:300;
}

#texto-rodape{
	width:calc(100% - 354px);
	margin:0rem 0rem 0rem 35.3rem;
	display:block;
	background:#fff;
	font-size:1.5rem;
	line-height:2rem;
	text-align:center;
	padding:5rem 8rem;
}

.content_wrapper{
	padding:5.6rem;
	background:#e1e5ee;
	text-align:justify;
}

#logo-pedido-wrapper{
	display:block;
	width:100%;
	height:16.3rem;	
}

#logo-paginas-interiores{
	display:inline-block;
	width:40%;
	height:16.3rem;
	background:#343d5c;
	vertical-align:top;
}

#pedido-proposta{
	display:inline-block;	
	width:60%;
	height:16.3rem;
	background:#343d5c;
	vertical-align:top;
	text-align:right;
	padding-top:6rem;
}

.content_header h1{
	font-size:3.5rem;
	padding-bottom:3rem;
}

.imgs-interior{
	height:50%;
}

#img-historia{
	background:url('/images/img-historia.jpg') no-repeat top center;
	background-size:cover;
}

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













