
/* FONTS
----------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Univers-Condensed';
	src: url('../fonts/Univers-LightCn.eot');
	src: url('../fonts/Univers-LightCn.woff') format('woff'), url('../fonts/Univers-LightCn.ttf') format('truetype'), url('../fonts/Univers-LightCn.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Univers-Condensed';
	src: url('../fonts/Univers-Cn.eot');
	src: url('../fonts/Univers-Cn.woff') format('woff'), url('../fonts/Univers-Cn.ttf') format('truetype'), url('../fonts/Univers-Cn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Univers-Condensed';
	src: url('fonts/Univers-BoldCn.eot');
	src: url('../fonts/Univers-BoldCn.woff') format('woff'), url('../fonts/Univers-BoldCn.ttf') format('truetype'), url('../fonts/Univers-BoldCn.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}


/* ANGULAR
----------------------------------------------------------------------------------------------------*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}


/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background-color: #FFF;
	background-image: url('../images/bg-header.gif');
	background-repeat: repeat-x;
	color: #464646;
	font-family: Univers-Condensed, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

a 			{ color: #D62252; text-decoration: none; }
a:hover 	{ color: #444; }
a:visited 	{ color: #D62252; }

.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }


/* Headings
----------------------------------------------------------------------------------------------------*/

h1 { 
	color: #D62252;
	font-weight: 100;
	font-size: 38px; 
	letter-spacing: -1px;
	line-height: 40px;
	margin-bottom: 20px; 
}

h2, h3, #protocolo h1 { font-size:22px; font-weight:100; line-height:22px; text-transform:uppercase; }
h2 strong, h3 strong, #protocolo h1 strong { font-weight:bold; }
h2.bigger { font-size:32px; letter-spacing:-1px; }

h2, #protocolo h1 { color: #474747; }
h2 strong, #protocolo h1 strong { color:#d62252; }

h3 { color:#FFF;}

h4 { font-size:15px; margin-bottom:10px; }

h5 { font-size:17px; }

h6 { font-size:15px; }

.lista-bullets { padding:0; }
.lista-bullets li {
	background-image: url('../images/list-bullet.png');
	background-position: 5px 18px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #B2B2B2;
	font-weight: 700;
	padding: 12px 0 8px 25px;
}

.text-bullets { padding:0; }
.text-bullets li {
	background-image: url('../images/list-bullet.png');
	background-position: 5px 6px;
	background-repeat: no-repeat;
	padding: 0px 0 12px 25px;
}
.text-bullets li:last-child { padding-bottom:0; }

time { text-transform: uppercase; }


/* Main Structure
----------------------------------------------------------------------------------------------------*/

footer {
	background-color: #131313;
	color: #DDD;
	font-size: 12px;
	font-weight: bold;
}
#footerinfo { height:150px; }
footer h3 	{ font-size:16px; line-height:15px; margin:15px 0 8px 0; }

.seguradoras, .social, .newsletter { float:left; }

.seguradoras { margin-right:20px; width: 570px; }
.seguradoras img { border: 3px solid #292929; float: left; margin-right: 10px; }

.social {
	background-color: #A80040;
	height: 150px;
	margin-right:30px;
	padding: 0 14px;
	width: 112px;
}
.social img { margin: 0 6px 6px 0; }
.social a:hover img { opacity: 0.6; }


#subfooter {
	background-color: #222;
	color: #BBB;
	font-size: 10px;
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.copyright {
	float: left;
	margin-left: 10px;
}
.credits {
	float: right;
	margin-right: 10px;
}

header {
	height: 170px;
}
header .share {
	color: white;
	float: right;
	font-weight: bold;
	height: 22px;
	line-height: 26px;
	margin: 69px 10px 32px 0;
}
header .share span {
	font-size: 15px;
	padding: 3px 12px 0 0;
}
header .share img, header .share span {
	float: left;
	margin-right: 6px;
}
header .share a:hover img { opacity: 0.6; }

#logotipo {
	float: left;
	margin: 19px 0 0 10px;
}
#logotipo:hover { opacity: 0.7; }

#mainmenu {
	background-image: url(../images/bg-menu.gif);
	background-repeat: repeat-x;
	clear: both;
	float: left;
	margin: 0 10px;
	width: 940px;
}
#mainmenu li {
	background-image: url(../images/separador-menu.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	float: left;
	height: 47px;
	line-height: 47px;
	text-align: center;
	width: 156px;
}
#mainmenu li.ultimo {
	background: none;
	width: 160px;
}
#mainmenu li a {
	color: white;
	display: block;
	height: 47px;
	width: 100%;
}
#mainmenu li a:hover, #mainmenu li.selected a {
	background-color: rgba(0, 0, 0, 0.4);
	color: #FA4575;
}
.page {
	margin-top: 60px;
}
.page:after {
	content: "";
	display: block;
	height: 60px;
	float: left;
	width: 100%;
}
.separador {
	border-bottom: 1px solid #B2B2B2;
	margin-bottom: 16px;
	padding-bottom: 16px;
}


/* HOMEPAGE
----------------------------------------------------------------------------------------------------*/

.destaques a {
	background-position: -20px 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 170px;
	width: 380px;
}
.destaques a:hover {
	background-position: 0 0;
}
.destaques a img {
	margin: 17px 0 0 0;
	opacity: 0;
}
.destaques a:hover img {
	margin: 17px 0 0 10px;
	opacity: 1;
}
.destaques a, .destaques a img{	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all .3s linear;
}


/* FORMULARIOS
----------------------------------------------------------------------------------------------------*/

input[type="text"], 
input[type="email"], 
textarea {
	border: 1px solid #DDD;
	font-family: Univers-Condensed, Helvetica, Arial, sans-serif;
	margin-bottom: 8px;	
}
input[type="text"], 
input[type="email"] { height: 37px; }

textarea { 
	height: 92px; 
	line-height:18px;
	padding: 10px;
}

.submit-button {
	background-color: #26282a;
	background-image: url('../images/bg-button.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0; 
	color: #FFF;
	font-family: Univers-Condensed, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	line-height: 30px;
	padding: 0 12px;
	text-align: left;
	width: 98px;
}
.submit-button:hover { color: #D62252; background-position: 0 -28px; }

/* REMOVE WEBKIT AUTO-FILL STYLING */
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #b50d3b inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #FFF;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px #B50D3B inset;
    -webkit-text-fill-color: #FFF;
} 


/* QUESTIONARIOS
----------------------------------------------------------------------------------------------------*/

.questionario {
	border-bottom: 1px solid #B2B2B2;
	float: left;
	margin-top: 30px;
	padding-bottom: 40px;
}
.questionario label {
	float: left;
	font-size: 15px;
	font-weight: bold;
    margin-bottom: 2px;
	width: 100%;	
}
.questionario .sublabel {
	float: left;
	font-style: italic;
	padding: 1px 0 6px 0;
	width: 100%;	
}
.questionario .asterisco {
	color: #D62252;
}
.questionario .multiplas {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
    width: 100%;
}
.questionario .multiplas li {
	padding-bottom: 6px;
}
.questionario .multiplas label {
	font-size: 14px;
	font-weight: normal;
}
.questionario input[type="text"],
.questionario input[type="email"],
.questionario textarea { 
	float: left;
	margin-bottom: 20px;
	padding-left: 3%;
	padding-right: 3%;
	width: 88%;
}
.questionario input[type="radio"],
.questionario input[type="checkbox"] {
    margin-right: 10px;
} 
.questionario .enviar-question {
    color: green;
    font-size: 24px;
    font-weight: bold;
	line-height: 28px;
	margin: 14px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}
#questionstatus {
	background-color: #D62252;
	box-shadow: 0 2px 8px #000;	
	color: #FFF;
	float: left;
	font-size: 18px;
	height: 36px;
	padding-top: 20px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 20;
}
#questionstatus.info {
	background-color: #229dd6 !important;
}
.field_erro {
	background-color: #EEE;
	border: 1px solid #D62252 !important;
}
.multiple_erro label {
	color: #D62252 !important;
	font-weight: bold !important;
}


/* FORM CONTACTOS
----------------------------------------------------------------------------------------------------*/

.formulario {
	background-color: #d31145;
	height: 510px;
}
.formulario form {
	padding: 20px;
}
.formulario h3 {
	float: left;
	padding-bottom: 16px;
}
.formulario span {
	color: #FFF;
	float: left;
	padding-bottom: 8px;
}
.formulario .full-col { width:320px; }
.formulario .half-col { width:145px; }
.formulario .left     { margin-right:10px; }

.formulario input[type="text"], 
.formulario input[type="email"], 
.formulario textarea {
	background-color: #b50d3b;
	border: none;
	color: #FFF;
	float: left;
	
}
.formulario input[type="text"], 
.formulario input[type="email"]{
	line-height: 42px;
	padding: 0 10px;
}
.formulario textarea {
	padding: 6px 10px;
}
.formulario input[type=text]:focus, .formulario textarea:focus { background-color: #60001b; }
.formulario input[type=text]:hover, .formulario textarea:hover { background-color: #880126; }

.formulario input[type="text"]::placeholder, 
.formulario input[type="email"]::placeholder, 
.formulario textarea::placeholder {
	color: black
}

#cf_mensagem { resize:none; }

#cf_feedback {
	clear: both;
	color: white;
	display: block; 
	float: left;
	font-size: 16px;
	margin-top: 8px;
	text-align: center;
	width: 100%;
}

.form-avaliation { list-style-type:decimal; }


/* FORM NEWSLETTER
----------------------------------------------------------------------------------------------------*/

.newsletter { width: 180px; }
.newsletter input[type="text"], 
.newsletter input[type="email"] { 
	background-color:#222;
	border:none; 
	color: #FFF; 
	float: left;
	height:25px; 
	line-height:27px; 
	padding:0 6px;
}
.newsletter input[type=text]:focus { background-color: #444; }
.newsletter input[type=text]:hover { background-color: #333; }
.newsletter #result { color: #D62252; text-transform: uppercase; line-height: 14px; padding-top: 10px;}

#news-nome 	{ width: 168px; }
#news-email { width: 143px; }
#news-bt { 
	background-color: #D31145;
	background-image:url('../images/bt-arrow.png');
	background-position: center center;
	background-repeat: no-repeat; 
	border: 0; 
	height: 25px; 
	text-indent: -9999px; 
	width: 25px; 
}
#news-bt:hover { background-color:#999; }


/* ROLLOVERS
----------------------------------------------------------------------------------------------------*/

.bt-corner, .bt-corner-small {
	background-repeat: no-repeat;
	display: block;
	float: left;
	left: 0;
	position: absolute;	
	top: 0;
	z-index: 10;
}
.bt-corner 			{ background-position: -10px -10px; height:99px; width:95px; }
.bt-corner-small 	{ background-position:  -4px  -4px; height:50px; width:48px; }

.bt-corner.more 	{ background-image: url(../images/bt-more.png); }
.bt-corner.movie 	{ background-image: url(../images/bt-movie.png); }
.bt-corner.zoom 	{ background-image: url(../images/bt-zoom.png); }
.bt-corner.map 		{ background-image: url(../images/bt-map.png); }

.bt-corner-small.more 	{ background-image: url(../images/bt-more-small.png); }
.bt-corner-small.movie 	{ background-image: url(../images/bt-movie-small.png); }
.bt-corner-small.zoom 	{ background-image: url(../images/bt-zoom-small.png); }

a:hover .bt-corner,
a:hover .bt-corner-small { background-position: 0 0; }


/* BLOCO NOTICIAS PEQUENO
----------------------------------------------------------------------------------------------------*/

#homepage .smallnews { height:332px; overflow:hidden; padding:10px 0 20px; }
.smallnews article { line-height:17px; }
.smallnews article a { color:#464646; display:block; }
.smallnews article a:hover { color:#D62252; }
.smallnews article a:hover time { color:#BBB; }

.smallnews time {
	color: #d4d4d4;
	font-size: 20px;
	font-weight: bold;
	line-height: 21px;
}

/* BLOCOS DE NOTICIAS
----------------------------------------------------------------------------------------------------*/

.noticias a   { display:block; float:left; position: relative; }
.noticias p   { color:#464646; float:left; }
.noticias a:hover p { color:#D62252; }

/* MAIS NOTICIAS */
.mais-noticias		{ float:left; clear:both; }
.mais-noticias a 	{ width: 460px; }
.mais-noticias h2 	{ width: 940px; margin-left:10px; margin-right:10px; }
.mais-noticias time { color:#999; float:left; font-size:14px; margin:5px 0 7px 0; }
.mais-noticias a 	{ margin-left:10px; margin-right:10px; }
.mais-noticias p 	{ font-size:18px; line-height:22px; width:300px; }

/* OUTRAS NOTICIAS */
.destaques-noticias a { width:300px; }
.destaques-noticias time { margin: 0 0 6px 0; }

.destaques-noticias p {
	font-size: 16px; 
	line-height: 18px; 
	width: 148px;
}
.bigWrapper {
	background-repeat:no-repeat;
    display:block;
    float: left;
    height: 260px;
    margin-right:12px; 
    overflow: hidden;
	width: 460px; 	
}
.thumbWrapper {
    display:block;
    float: left;
    height: 90px;
    margin-right:12px; 
    overflow: hidden;
	width: 140px; 
}


/* PAGINA QUEM SOMOS
----------------------------------------------------------------------------------------------------*/

#quemsomos .grid_5 		{ margin: 0 50px ;}
#quemsomos .grid_5 h2 	{ margin: 0 0 10px 0; }
#quemsomos .grid_5 p 	{ margin: 0 0 10px 0; }

#quemsomos .grid_4 a { 
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 170px;
	margin-bottom: 10px;
	position: relative;
	width: 300px;
}


/* PAGINA SEGUROS
----------------------------------------------------------------------------------------------------*/

.grid_3B, .grid_6B {
	display: inline;
	float: left;
	position: relative;
	margin: 0 10px;
}
.grid_3B { width:210px; }
.grid_6B { width:440px; }

.grid_3B.alpha, .grid_6B.alpha { margin-left:0; }
.grid_3B.omega, .grid_6B.omega { margin-right:0; }

.coluna-split {
	border-left: 1px solid #CCC;
	margin-left: 20px;
	padding-left: 29px;
}

.other-forms {
    margin-top: 60px;
	text-align: center;
}
.other-forms ul {
	border-bottom: 2px solid #AAA;
	border-radius: 6px;
	box-shadow: 0 3px 4px #CCC;
	float: left;
	width: 940px;
	padding: 0;
	margin: 20px 0 0 0;
}
.other-forms li {
    background-color: #DDD;
	background-image: url('../images/bg-other-forms.gif');
	background-repeat: repeat-x;
	float: left;
	position: relative;
}
.other-forms li:hover { background-position: 0 -62px; }

.other-forms a {
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #bababa;
	color: #636363;
	display: block;
	float:left;
	font-size: 21px;
	font-weight: bold;
	height: 62px;
	letter-spacing: -1px;
	line-height: 68px;
	margin: 0 auto;
	position: relative;
	
	text-indent: 40px;
	width: 233px;
}
.other-forms a:hover {
	color: white;
}
.other-forms li:first-child   { border-radius: 6px 0 0 4px; }
.other-forms li:last-child    { border-radius: 0 6px 4px 0; }
.other-forms li:first-child a { border-left:none;  width:234px; }
.other-forms li:last-child  a { border-right:none; width:234px; }

.other-forms .icon {
	background-image:url('../images/icons-other-forms.png');
	background-repeat: no-repeat;
	display: block;
	position:absolute;
	height: 62px;
	top: -4pxpx;
	width: 62px;
}
.other-forms .auto      { background-position:     0 0; left:30px; }
.other-forms .condo     { background-position: -62px 0; left:26px; }
.other-forms .casa      { background-position:-124px 0; left:36px; }
.other-forms .saude     { background-position:-186px 0; left:52px; }
.other-forms .clientes  { background-position:-248px 0; left:52px; }
.other-forms .sinistros { background-position:-310px 0; left:52px; }

.other-forms li:hover .auto      { background-position:     0 -62px; }
.other-forms li:hover .condo     { background-position: -62px -62px; }
.other-forms li:hover .casa      { background-position:-124px -62px; }
.other-forms li:hover .saude     { background-position:-186px -62px; }
.other-forms li:hover .clientes  { background-position:-248px -62px; }
.other-forms li:hover .sinistros { background-position:-310px -62px; }


/* PAGINA LISTA NOTICIAS
----------------------------------------------------------------------------------------------------*/

#noticias .destaque { margin-bottom:40px; }

#noticias .destaque h1 {
	font-size: 38px;
	letter-spacing: -1px;
	margin: 20px 0 15px 0;
	text-transform: uppercase; 
}
#noticias .destaque p {
	float: left;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
}
#noticias .destaque time { 
	float: left;
	font-size: 16px;
	letter-spacing: -1px;
	width: 100%;
}
#noticias .destaque a { 
	float:left; 
	position:relative;
}
#noticias .destaque a:hover h1 { color:#464646; }


/* PAGINA NOTICIA INDIVIDUAL
----------------------------------------------------------------------------------------------------*/

#noticia {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
#noticia time {
	color: #474747;
	font-size: 22px;
	font-weight: 100; 
	height: 45px;
	line-height: 22px; 
}
#noticia time strong { color:#d62252; font-weight:bold; }
#noticia .grid_5 p 	 { margin: 0 0 10px 0; }

.galeria-fotos {
	display: inline;
	float: left;
	position: relative;
	width: 480px;
}
.galeria-fotos a { margin-bottom: 20px; }




/* PAGINA INFORMAÇÕES
----------------------------------------------------------------------------------------------------*/

#faq-cats {  }
#faq-cats ul { border-top: 1px solid #B2B2B2; margin:0; padding:0; }
#faq-cats li {
	border-bottom: 1px solid #B2B2B2;
	cursor: pointer;
	font-size: 15px;
	padding: 10px 0;
	text-transform: uppercase;
}
#faq-cats li img { margin-right:18px; }
#faq-cats li.cat-selected {
	background-image: url('../images/cat-arrow.png');
	background-position: 280px 26px;
	background-repeat: no-repeat;
	color: #D62252; 
	font-weight:bold;
}
#faq-cats li:hover { opacity:0.5; }
#faq-cats li.cat-selected:hover { cursor:default; opacity:1; }

#faqs { background-color: #D31145; }
.hidden { display:none; }
.shown  { display:block; }

#faqs article { min-height: 710px; }
#faqs h3 { font-weight:bold; margin: 20px 20px 0 20px; }

.question-list {
	counter-reset: faq-counter;
	display: block;
	float: left;
	padding: 15px;
}
.question-list dt {
	background-color: #b50d3b;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 5px 10px 5px;
	padding: 14px 10px;
	height: 132px;
	width: 140px;
}
.question-list dt a { color:white; display:block; }
.question-list dt a:hover { opacity:0.6; }

.question-list dt:before {
	color: #760423;
	content: counter(faq-counter) ".";
	counter-increment: faq-counter;
	display:block;
	font-size: 45px;
	line-height: 45px;
	width:100%;
}


/* PAGINA PARCERIAS
----------------------------------------------------------------------------------------------------*/

#parcerias h2 { margin-bottom:25px; }

.parcerias-vigor { 
	clear: both; 
	float: left; 
	margin: 20px 0 50px 0;
	padding: 0;
}
.parcerias-vigor li { float: left; margin:0 10px; width:435px; }

.topline { border-top: 1px solid #B2B2B2; }


/* PROTOCOLOS
----------------------------*/

#parcerias header 	{ margin-bottom: 40px; }
#parcerias .line 	{ border-bottom: 1px solid #b2b2b2; }

#protocolist {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
#protocolist header {
	margin-bottom: 40px;
}
#protocolist li {
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 0;
}
#protocolist li img {
	float: left; 
	margin-right: 20px;
}
#protocolist li h5 { 
	font-size: 18px;
	float: left;
	margin: 6px 0 2px 0;
	width: 280px;
}
#protocolist li p {
    color: #666; 
	font-size: 14px;
	float: left;
	line-height: 15px;
	width: 270px;
}
#protocolist li p strong { 
	text-transform: uppercase;
}

.desconto {
	bottom: 0px;
	color: #d62252;
	display: block; 
	font-family: Univers-UltraCondensed, Helvetica, Arial, sans-serif;
	font-size: 68px;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 40px;
	position: absolute;
	right: 5px;
	text-align: right;
	z-index: 4;
}
.desconto strong { 
	color: #999;
	font-size: 16px;
	letter-spacing: 0;
}
.desconto em { 
	font-size: 48px;
	font-style: normal;
	font-weight: 100;
	padding-left: 2px;
}

#protocolist li .overlay {
	background-color: #e7e7e7;
	display: block;
	height: 80px;
	left: 100px;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 360px;
	z-index: 2;
}
#protocolist li:hover .overlay {
	opacity: 1;
}
#protocolist li .overlay a {
	display:block;
	float: left;
	margin-top: 2px;	
}
#protocolist li .overlay a img 			{ margin: 0 10px; }
#protocolist li .overlay a:hover img 	{ opacity: 0.7; }
#protocolist li .overlay a.bt-ver-mais 	{ margin-left: 4px; }
#protocolist li .overlay a.bt-pdf	 	{ border-left: 1px solid #B2B2B2; }


/* TRANSITIONS */
#protocolist li .overlay, 
.desconto,
.desconto em {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all .3s linear;
}


/* PÁGINA DE PROTOCOLO (NOVA)
----------------------------------------------------------------------------------------------------*/

.descricao-protocolo h2 {
    font-weight:bold;
    margin-bottom: 30px;
}
.descricao-protocolo p {
	float: left;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
}
.descricao-protocolo iframe {
    margin-bottom: 30px;
}
.lateral-protocolo h4 {
    font-size: 18px;
    line-height: 24px;
}
.lateral-protocolo .link-simulacao {
    margin-bottom: 40px;
}
.lateral-protocolo .submit-button {
    margin-top: 10px;
}
.lateral-protocolo .link-ficheiro {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
.lateral-protocolo .file-list {
    padding: 0;
    list-style-type: circle;
    list-style-position: inside;
}



/* CONTACTOS
----------------------------------------------------------------------------------------------------*/

#contactos  { padding-top: 20px; }
.morada 	{ float: left; }
.morada.separador { margin-bottom:30px; padding-bottom:30px; }
.morada h2 	{ float: left; margin-bottom: 15px; width: 100%; }
.morada img { float: left; margin-right: 25px; }
.morada p 	{ float: left; line-height: 24px; }
.morada a 	{ font-weight: bold; }

.map-link { display:block; float:left;position:relative; }


/* LOGOS CAROUSEL
----------------------------------------------------------------------------------------------------*/

.jcarousel-skin-imoseguro .jcarousel-container-horizontal { width:570px; padding:0; }
.jcarousel-skin-imoseguro .jcarousel-clip { overflow:hidden; }
.jcarousel-skin-imoseguro .jcarousel-clip-horizontal { width:570px; height:75px; }
.jcarousel-skin-imoseguro .jcarousel-item { width: 85px; height: 70px;}
.jcarousel-skin-imoseguro .jcarousel-item-horizontal { margin-left: 0; margin-right: 10px; }
.jcarousel-skin-imoseguro .jcarousel-item-placeholder { background: #fff; color: #000; }
