@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');


*{padding: 0; margin: 0; font-family: 'Roboto', sans-serif;}
















/* Clearfix */

.container-fluid::after, .container::before {
	content: ' ';
	display: table;
}

.container-fluid::after {
	clear: both;
}

body {
    overflow-x: hidden;
 }

.container-fluid{overflow: hidden}

p{font-weight: 300;}















/*Evento de noticias*/

.evento-destaque{ border:solid 1px #ccc; padding:6px; margin-bottom:6px; }



















.text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

















/*MEDIA QUERIES*/



/* Extra small devices (portrait phones, less than 576px)*/

@media (min-width: 320px) and (max-width: 568px){
	
	
}

@media (max-width: 575px) { 
	
	
	.paragrafos{
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.paragrafos1{
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.logotipo a{
		margin-left: 15px;
	}
	
	.iconesocial a{margin-right: 1px;}
	
	.table{
		width: 100%;
		display: block;
	}
	
	.btn-voltar{display: none;}
	
	.jbtn-voltar{display: none;}
	
	.carousel-indicators li{display: none;}
	
	.cons_text{text-align: center;}
	
	.tit-geral, .tit-geral1, .subt-geral, .subt-geral1, .paragrafos, .paragrafos1, .paragrafos2{text-align: center;}

}

/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767px) { 

	.btn{display: none;}
	
	.nav ul{display: none;}
	
	.btn-voltar{display: none;}
	
	.jbtn-voltar{display: none;}
	
	.carousel-indicators{display: none;}
	
	.carousel-indicators li{display: none;}
	
	.cons_text{text-align: center; font-size: 1.4em;}
}

/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991px) {


.table{
		display: block;
	}
	
	.layer{display: none;}

}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199px) { 

	.textosl{display: none;}

}

/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {  }



/*MEDIAS PARA MOBILE*/






















/*TOPO*/


.topo{background-color: #fff; padding: 20px 8%; border-bottom: solid 10px #009bff; z-index: 100;}

.logotipo a{
    width: 232px;
    height: 70px;
    float: left;
    background: url(img/icones/Logo_pl.png) center center /100% no-repeat; font-size: 0; top: 5px;
}

.iconesocial a{
    float: right;
	margin-top: 20px;
	position: relative;
}

.face{
	width: 32px;
	height: 32px;
	background: url(img/icones/face32x.png) no-repeat;
	font-size: 0;
	margin-right: 10px;
}

.linkd{
	width: 32px;
	height: 32px;
	background: url(img/icones/linke32x.png) no-repeat;
	font-size: 0;
	margin-left: 10px;
}






/*#Botao VoltarPro Topo*/

.btn-voltar{
    display: none;
    z-index: 10;
    position: fixed;
    bottom: 4%;
    right: 6%;
}

.btn-voltar-link{
    display: block;
 }
















/*FORMATAÇÃO DE TEXTOS*/

.tt_1{color: #009bff; text-transform: uppercase;}

.tt_2{color: #fff; text-transform: uppercase;}

.cons_text{color: #009bff;font-size: 2em;}

.link-topo{font-size: 0.8em; margin-bottom: 40px; margin-top: 20px;}

.tit-geral{font-size: 2em; font-weight: 600; margin-bottom: 30px; margin-top: 30px;}

.subt-geral{font-size: 1.6em; font-weight: 500; margin-bottom: 30px; margin-top: 30px; color: #009bff;}

.subt-geral1{font-size: 1.6em; font-weight: 500; margin-bottom: 30px; margin-top: 30px; color: #fff;}

.subt-geral2{font-size: 1.2em; font-weight: 500; margin-bottom: 30px; margin-top: 30px; color: #009bff;}

.paragrafos{font-size: 1.0em; color: #1e1e1e; line-height: 2;}

.paragrafos1{font-size: 1.0em; color: #009bff; line-height: 2;}

.paragrafos2{font-size: 1.0em; color: #fff; line-height: 2;}

.mmer{margin-top: 28px;}

.mmer2{margin-bottom: 40px;}





/*FIXAR-MENU NO TOPO*/

.fixar { z-index: 999; position:fixed; left: 0; top: 0; width: 100%; background-color: rgba(243,32,36,1.00); box-shadow: 4px 4px 15px 1px rgba(0, 0, 0, 0.20);}  /*Classe para fixar menu no topo*/











/*MENU*/


header{position:relative;width:100%;background:#0B0B61; border-bottom: solid 10px #fff; z-index: 999;}
.logo{position:relative;z-index:1;padding:2px;font:10px verdana;color:#ccc;float:left;width:7%}
nav{position:relative;width:100%;margin:0 auto;}


.dropdown-item{background-color: #0B0B61;}








/*CAROUSEL*/ 

.textosl{position: absolute; bottom:260px; z-index: 100; width: 400px;padding: 20px; right: 2%; float: right;}

.textosl p{font-size: 1.8em; text-transform: uppercase; color: #fff; font-weight: 600;}


/*BANER*/

.baner{border-bottom: 2px solid #009bff; background-size: cover;}

.espacamento{top: 30px; margin-bottom: 40px;}










/*TODO CONTEÚDO DA PAG*/

.conteudo, #as, #segur-img, #agpaoc, #legisp, #galeria, #relatorios, #noticias, #abastecimento, #fisc, #reb, #sobre, #tcgeral{padding: 20px 8%; background: #fff;}

#segur-img{background: url(img/links1/Seguranca.jpg) no-repeat center center /100%; height: 800px; background-size: cover;}

#term-img{background: url(img/links1/tp5.jpg) no-repeat center center /100%; height: 700px; background-size: cover;}

#term-img1{background: url(img/links1/tp6.jpg) no-repeat center center /100%; height: 800px; background-size: cover; }

.mvv{padding: 20px 8%;}

#tpol{padding: 50px 8%; background-color: #efefef;} 

#contacto-phone{background: #1e1e1e; padding: 30px 8%;}

#contacto-nbrs, #adic{background: #000033; padding: 30px 8%;}

#orgma{padding: 20px 8%; background: #000033;}

#as{background-color: #009bff;}

#comb, #social, #segur, #apang, #mmc{padding: 20px 8%; background-color: #000033;}

#rep, #pilo, #omaoc, #mmnc{padding: 20px 8%; background-color: #009bff;}

#aplop{padding:20px 8%; background-color: #ccc;}

#mmnc, #mmc{padding: 20px 8%;}






.parallax{background: url(img/baners/bn25.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax1{background: url(img/baners/bn14.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax2{background: url(img/baners/bn12.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax3{background: url(img/baners/bn11.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax4{background: url(img/baners/bn26.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax5{background: url(img/baners/bn24.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax6{background: url(img/baners/bn21.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax7{background: url(img/baners/bn13.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax8{background: url(img/baners/bn10.jpg); width: 100%; min-height: 550px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax9{background: url(img/baners/bn24.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax10{background: url(img/baners/bn22.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}











/*Layers*/

.layer0{position: absolute; width: 100%; height: 100%; background:rgba(255,255,255,0.2); padding: 156px 8%; color: #bdd8ea; vertical-align: middle;}

.layer01{position: absolute; width: 100%; height: 100%; background:rgba(0,0,51,0.3); padding: 156px 8%; color: #bdd8ea; vertical-align: middle;}

.layer1{position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.3); vertical-align: middle;}

.cor1{background-color:rgba(250,250,250,0.80); width: auto; color:#0D345B; padding: 12px;}

.cor2{ background-color:rgba(0,155,255,0.70); width: auto; padding: 12px; color:#fff;}

.cor3{ background-color:rgba(0,0,0,0.6); width: auto; padding: 12px; color:#fff;}










/*----------------------RELATÓRIOS e Legislação Portuária-------------------*/

.baixar{ background-color: #000033; width: 100%; cursor: pointer; min-height: 52px;  color: #fff;}
.baixar:hover{  background-color: #009bff;  -webkit-transition:  0.5s; /* Safari 3.1 to 6.0 */
    transition:  0.5s;
}

.baixar2{ background-color: #999; width: 100%; min-height: 52px;  color: #fff;}
.baixar2:hover{  background-color: #eee;  -webkit-transition:  0.5s; /* Safari 3.1 to 6.0 */
    transition:  0.5s;
}

.color{ background-color: #104E8B; padding: 15px ; min-height: 100%; color: #FFF;}
.color2{ background-color: #ddd; padding: 15px ; min-height: 100%;  color: #FFF;}

.color a{ color: #fff;}.descricao{padding: 15px;}

.color2 a{ color: #000033;}

.clearfix{ margin: 90px;}
.tit{ font-weight: bolder;}











/*MENU INFERIOR*/


.inf-link{font-size: 1.3em; font-weight: 600; color: #009bff;}









/*FORMS*/

.formus {
    background-color: #E3E3E3;
    padding: 40px 8%;
    font-size: 1em;
}

.formus-contact{
    background-color: #CDCDCD;
    font-size: 0.9em;
	border-top: outset;
	border-top-color: #fff;
	border-top-width: 10px;
}

/*------INFORMAÇÕES DE CONTACTO AO LADO DO FORMULÁO------------*/

.lateral{
    float: right;
    margin-top: -80px;
    width: 46%;
    display: block;
}
/*------------Textos-------------*/

.eec{
    color: #009BFF;
    font-size: 1.3em;
	font-weight: lighter;
}

.one{
    margin: 5px 0px 0px 0px;
    font-size: 1.0em;
    color: #1E1E1E;
	font-weight: 300;
}

.contacte {
    color: #009BFF;
    font-weight: bold;
    font-size: 1.5em;
}

.lgs{
	width: 38px;
}


form .form-control{
    background: #fff;
    margin-bottom: 10px;
}
form .inside{
    margin-top: 10px;
    position: relative;
    border: 1px solid #cbcbcb;
}
form .inside:before{
    content: "Your Preferences";
    padding: 5px;
    background: #74ab00;
    border-radius: 3px;
    color: #fff;
    position: absolute;
}
form .checkbox,
form .radio,
form .dropdown{
    margin: 5px 0;
}
form .checkbox label{
    display: block;
    margin-bottom: 5px;
}
form .radio label{
    display: inline-block;
    margin-right: 20px;
}
form .radio label:last-child{
    margin-right: 0;
}
form .dropdown{
    background:#fff;
    font-size: 14px;
}
form .btn{
    background: #009bff;
    color: #fff;
    border: none;
	cursor: pointer;
}
form .btn:focus{
    outline: none;
}












/*-------------------------TABELA------------------*/

.titulotable{
	background-color: #009BFF;
	text-align: left;
	font-size: 1.3em;
	color: #fff;
}

.colum{
	background-color: #E3E3E3;
	color: #009BFF;
	text-transform: uppercase;
	padding: 10px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
}

.colunafake{
	padding:20px;
	background-color: #E3E3E3;
	font-size: 1em;
	line-height: 30px;
	font-weight: 300;
	
}


.tabela caption{
	font-size: 18px;
	text-transform: uppercase;
	background-color: #009BFF;      /*------TITULO DA TABELA----------*/
	color: #fff;
    font-weight: bold;
}

.glyphicon, .glyphicon-download-alt{
	font-size: 16px;
}











/*---------------------RODAPÉ---------------------*/

.rodape {
    background-color: #0b0b61;
    padding: 6px;
}

.rodape p {
    color: #fff;
    text-align: center;
    font-weight:500;
	margin-top: 10px;
	font-size: 0.9em;
}

