@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

*:focus {
    outline: none;
}


body {
	overflow:hidden;
}

@font-face {
    font-family: Univers_LT_45;
    src: url('Univers_LT_45.eot'); /* IE9 Compat Modes */
    src: url('Univers_LT_45.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Univers_LT_45.woff') format('woff'), /* Modern Browsers */
         url('Univers_LT_45.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('Univers_LT_45.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: Univers_LT_55;
    src: url('Univers_LT_55.eot'); /* IE9 Compat Modes */
    src: url('Univers_LT_55.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Univers_LT_55.woff') format('woff'), /* Modern Browsers */
         url('Univers_LT_55.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('Univers_LT_55.svg#svgFontName') format('svg'); /* Legacy iOS */
}


t2w {
	font-family: Univers_LT_45;
	font-size: 2px;
	color: #f5f9fc;
}

t13b {
	font-family: Univers_LT_45;
	font-size: 12px;
	line-height: 150%;
	color: #999;

}

t12b {
	font-family: Univers_LT_55;
	font-size: 12px;
	line-height: 150%;
}
t12gu {
	text-decoration:underline;
	font-family: Univers_LT_45;
	font-size: 12px;
	line-height: 150%;
	color: #666;
}
t12 {
	font-family: Univers_LT_45;
	font-size: 12px;
	line-height: 150%;
}
t11 {
	font-family: Univers_LT_45;
	font-size: 11px;
	line-height: 150%;
}
t11g {
	font-family: Univers_LT_45;
	font-size: 11px;
	line-height: 150%;
	color: #666;
}

t11e {
	font-family: Univers_LT_45;
	font-size: 12px;
	line-height: 150%;
	color: #666;
	text-decoration:underline;
}
t10 {
	font-family: Univers_LT_45;
	font-size: 10px;
	line-height: 150%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #333;
	font-family: Univers_LT_45;
	background-color:#f5f9fc;
}


a.normal: {
	text-decoration: none;
	color: #777;
	font-family: Univers_LT_45;
	}
a.normal:link {
	text-decoration: none;
	color: #777;
	font-family: Univers_LT_45;
	}
a.normal:visited {
	text-decoration: none;
	color: #777;
	font-family: Univers_LT_45;
	}
a.normal:hover {
	text-decoration: none;
	color: #92b1b9;
	font-family: Univers_LT_45;
	}
a.normal:active {
	text-decoration: none;
	color: #777;
	font-family: Univers_LT_45;
	}

a.bold: {
	text-decoration: none;
	color: #333;
	font-family: Univers_LT_55;

	}
a.bold:link {
	text-decoration: none;
	color: #333;
	font-family: Univers_LT_55;

	}
a.bold:visited {
	text-decoration: none;
	color: #333;
	font-family: Univers_LT_55;

	}
a.bold:hover {
	text-decoration: none;
	color: #92b1b9;
	font-family: Univers_LT_55;

	}
a.bold:active {
	text-decoration: none;
	color: #333;
	font-family: Univers_LT_55;

	}

#base {
	position: absolute;
	height: 100%;
	max-height:100%;
	width: 100%;
	max-width:100%;
	min-width:100%;
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 0;
}

#logotipo {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 100;
	top: 15px;
	bottom: auto;
	left: 15px;
	right: auto;
	margin-right: 0px;
	text-align:left;
}

#links {
	position: absolute;
	width: 320px;
	height: 20px;
	z-index: 101;
	text-align:center;
	bottom: 15px;
	left:50%;
	margin-left:-160px;
	font-size: 12px;
}
#pten {
	position: absolute;
	width: 50px;
	height: auto;
	z-index: 101;
	text-align: right;
	top: 15px;
	bottom: auto;
	right: 15px;
	font-family: Univers_LT_45;
	font-size: 11px;
}

#swiper-container {
	position:absolute;
	left:15px;
	right:15px;
	top:90px;
	bottom:50px;
	height:auto;
	width:auto;
	margin: auto;
	min-width: auto;
	max-height: auto;
}


#swiper-slide {
	height:auto;
	width:auto;
	text-align: left;
	font-size: 18px;
	overflow:auto;
		-webkit-overflow-scrolling: touch;

	top:0px;
	margin-bottom:35px;
}

#swiper-slide img{
	max-height: 100%;
	max-width: 100%;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
   	right: 0;
   	bottom: 0;
}

#centar-botao{
	position:absolute;
	left:50%;
	top:auto;
	bottom:80px;
	height:auto;
	width:200px;
	margin: auto;
	margin-left:-100px;
	max-height: auto;
	z-index:97;
}

#link-tabela-on, #link-tabela-off{
	position: absolute;
	width: 200px;
	height: auto;
	text-align:center;
	left:0;
	bottom: auto;
}

#link-tabela-off{
	display:none;
}


#tabela{
	z-index: 98;
	display:none;
	position:absolute;
	left:15px;
	right:15px;
	top:89px;
	bottom:84px;
	height:auto;
	width:auto;
	margin: auto;
	min-width: auto;
	max-height: auto;
	pointer-events: auto;
	font-family: Univers_LT_45;
	background-color:#f5f9fc;
}


#tabela-fundo{
	position:absolute;
	max-width: 45%;
	min-width:270px;
    margin: auto;
    top: 0;
    left: 0;
   	right: 0;
   	bottom: 0;
	max-height:100%;
	overflow:auto;
		-webkit-overflow-scrolling: touch;

	overflow-x: hidden;
	text-align:center;
}



#swiper-button-next {
bottom:44px;
right: 44px;
margin-right:0px;
width:0px;
height:0px;
}

#swiper-button-prev {
bottom:44px;
left: 44px;
margin-left:0px;
width:0px;
height:0px;
}



#id-projecto {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	z-index: 99;
	background-color: #f5f9fc;
}

#id-projecto span {
	position: absolute;
	bottom: 50%;
	left:0px;
	width: 100%;
	height:auto;
	text-align: center;
}

#id-loading  {
     width: 32px;
     height: 32px;
     position: absolute;
     left: 50%;
     top: 65%;
	 margin-left:-16px;
	 margin-top:10px;
}

.dropdown-content {
  display: none;
  background-color:rgba(245,249,252,0.9);
  position: absolute;
  min-width: 150px;
  text-align:center;
  left:50%;
  margin-left:-152px;
  bottom: 35px;
  padding-bottom:10px;
  z-index: 1000;
  line-height: 250%;
  font-size: 12px;
}

.show {display: block;}

@media only screen and (min-width: 900px) and (orientation: landscape) and (min-height: 390px){
	
#base {
	position: absolute;
	height: 100%;
	max-height:1200px;
	width: 100%;
	max-width:1920px;
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 0;
}

#logotipo {
	position: absolute;
	width: 65px;
	height: 65px;
	z-index: 100;
	top: auto;
	bottom: 35px;
	left: auto;
	right: 50px;
	margin-right: 0px;
	text-align:right;
}

#links {
	position: absolute;
	width: 350px;
	height: 20px;
	z-index: 101;
	text-align: center;
	bottom: 30px;
	left:50%;
	margin-left:-175px;
	font-size: 13px;
}
#pten {
	position: absolute;
	width: 50px;
	height: auto;
	z-index: 101;
	text-align: left;
	top: auto;
	bottom: 30px;
	left: 30px;
	font-family: Univers_LT_45;
	font-size: 11px;
}



#centar-botao{
	position:absolute;
	left:50%;
	top:10px;
	bottom:40px;
	height:auto;
	width:200px;
	margin: auto;
	margin-left:-100px;
	max-height: 70%;
	z-index:97;
	line-height:200%;
}


#link-tabela-on, #link-tabela-off{
	position: absolute;
	width: 200px;
	height: auto;
	text-align:center;
	left:0;
	bottom: -30px;
}

#link-tabela-off{
	display:none;
}

#tabela{
	z-index: 98;
	display:none;
	position:absolute;
	left:0px;
	right:0px;
	top:9px;
	bottom:69px;
	height:auto;
	width:auto;
	margin: auto;
	min-width: 900px;
	max-height: 70%;
	pointer-events: auto;
	font-family: Univers_LT_45;
	background-color:#f5f9fc;
}


#tabela-fundo{
	position:absolute;
	max-width: 400px;
	min-width: 400px;
    margin: auto;
    top: 0;
    left: 0;
   	right: 0;
	bottom:0;
	max-height:100%;
	overflow:auto;
		-webkit-overflow-scrolling: touch;

	overflow-x: hidden;
	text-align:center;
}





#swiper-container {
	position:absolute;
	left:70px;
	right:70px;
	top:10px;
	bottom:70px;
	height:auto;
	width:auto;
	margin: auto;
	min-width: 800px;
	max-height: 70%;
}

#swiper-slide {
	height:100%;
	width:100%;
	text-align: left;
	font-size: 18px;
	overflow:auto;
		-webkit-overflow-scrolling: touch;

	top:0px;
}

#swiper-slide img{
	max-height: 100%;
	max-width: 100%;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#swiper-button-next {
bottom:50%;
right: 40px;
margin-right:auto;
width:44px;
height:44px;
}

#swiper-button-prev {
bottom:50%;
left: 40px;
margin-left:auto;
width:44px;
height:44px;
}

.dropdown-content {
  display: none;
  background-color:rgba(245,249,252,0.9);
  position: absolute;
  min-width: 150px;
  text-align:center;
  left:50%;
  margin-left:-159px;
  bottom: 50px;
  padding-bottom:10px;
  z-index: 1000;
  line-height: 250%;
  font-size: 13px;
}

.show {display: block;}

}
