@import url(http://fonts.googleapis.com/css?family=Unica+One);
/******************************************

 Change values and compile your .less file
 This will generate your final .css file

******************************************/
/******************************************

  You dont need to edit the lines below

******************************************/
/**** GRID ****/
/* Very very simple, semantic and human friendly columns */
/* Column size */
#main {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
#main-content {
  width: auto;
}
#column-one {
  width: 20%;
}
#column-two {
  width: 30%;
}
/* old fashion table layout */
#main {
  display: table;
}
/*
#main-content,
#column-one, #column-two {
  display: table-cell;
  vertical-align: top;
}
*/
/* margin collumns */
#main-content {
  padding: 0;
}
#column-one {
  padding-right: 2%;
}
#column-two {
  padding-left: 2%;
}
#portal-column-content {
  width: 100%;
  margin-left: -100%;
}
/**** Basic Styles ****/
.gradient {
  background: -webkit-linear-gradient(#ffffff, #f1f1f1);
  /* For Safari */

  background: -o-linear-gradient(#ffffff, #f1f1f1);
  /* For Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(#ffffff, #f1f1f1);
  /* For Firefox 3.6 to 15 */

  background: linear-gradient(#ffffff, #f1f1f1);
  /* Standard syntax (must be last) */

}
.wrapper-size {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}
.shadow {
  box-shadow: 0 2px 3px #ccc;
}
.text-shadow {
  text-shadow: 1px 1px 2px #000000;
  -webkit-text-stroke: 1px #cccccc;
}
/********** Basic styles **********/

footer img {
    vertical-align: top;
    margin-right: 20px;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.imgFoto {
    max-height: 300px;
    max-width: 450px;
}

body {
  /*background: #ffffff url(img/background.jpg) no-repeat;*/
  background-size: 100%;
  color: #333333;
  font-family: 'Unica One', Verdana, Helvetica, sans-serif;
  /*font-family: 'Unica One', Verdana, Helvetica, sans-serif;*/
  margin: 0;
}
a:link,
a:visited,
#content a:link,
dl.portlet a:link {
  color: #1a3c45;
}
.state-published {
  color: #1a3c45 !important;
}
a:hover {
  color: #0c1c20;
}
#content a:hover,
dl.portlet a:hover {
  color: #0c1c20 !important;
}
.clear {
  clear: both;
}
/********** Main container **********/
#wrapper {
  padding: 0;
}
#main {
  background: #ffffff;
  padding: 2em;
  margin-top: 5.5em ;
}
#user {
  float: right;
}
/********** Header **********/
#portal-personaltools {
  position: absolute;
}
/* area do topo */
header {
  background: #ffffff;
  color: #cccccc;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #f1f1f1;
  opacity: 0.95;
  box-shadow: 0 0 2px 0 #888888;
  width: 100%;
}
header > div {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
header a:link,
header a:visited {
  color: #cccccc;
  text-decoration: none;
}
header a:hover {
  color: #000000;
}
/* banner */
#logo {
  width: 25%;
  float: left;
}
#logo a {
  font-family: 'Unica One', Georgia, serif;
  color: #cccccc;
  font-size: 4em;
  font-weight: bold;
  line-height: 1em;
  text-shadow: 1px 1px 2px #000000;
  -webkit-text-stroke: 1px #cccccc;
}
#logo img {
  float: left;
  margin: 0.2em 1em 0.2em 0;
  max-height: 100px;
}
/* Navigation */
nav {
  background: #ffffff;
  color: #000000;
  width: 75%;
  float: left;
  margin-top: 2.2em;
}
nav ul {
  float: right;
}
nav li {
  display: inline-block;
}
nav li a:link {
  font-size: 110%;
  text-decoration: none;
  display: block;
  padding: 0 1em 0 0;
}
nav li:last-child a {
  border: none;
  padding-right: 0;
}
nav li a:link,
nav li a:visited {
  color: #000000;
}
nav li a:hover {
  color: #000000;
  opacity: 0.8;
}
/********** Content **********/
/* breadcrumb */
#portal-breadcrumbs {
  font-size: 80%;
  clear: both;
  color: #000;
  margin-top: 2em;
  position: relative;
  top: 110px;
  margin-left: 5.2em;
  width: 80%;
}
#portal-breadcrumbs a,
.breadcrumbSeparator {
  color: #000;
}
/*
.section-front-page #portal-breadcrumbs {
  display: none;
}
*/
/* text styles */
p {
  text-align: justify;
  line-height: 1.4em;
  font-family: arial, helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Unica One', Georgia, serif;
  font-weight: normal;
}
h1 {
  display: none;
  color: #1a3c45;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 2.5em;
  line-height: 1em;
}
h2 {
  color: #1a3c45;
}
#content .documentDescription,
#content #description {
  color: #4d4d4d;
  font-weight: normal;
  margin-bottom: 1em;
}
/********** Tiles **********/
/*********** Portlets ***********/
/* general styles */
.portletHeader,
dl.portlet dt.portletHeader {
  border-bottom: #d9d9d9 1px solid;
  font-weight: bold;
  background: transparent;
  color: #1a3c45;
}
.portletHeader a,
dl.portlet dt.portletHeader a {
  color: #1a3c45;
}
.portlet {
  margin-bottom: 2em;
  padding: 4px 0;
}
/* lists inside columns */
aside dl,
aside dd,
aside ul {
  padding: 0;
  margin: 0;
}
aside a {
  text-decoration: none;
}
/* portlet navigation */
.portletNavigationTree ul {
  margin: 0;
}
.portletNavigationTree li {
  list-style-position: inside;
}
.portletNavigationTree .navTreeLevel0 > li {
  border-bottom: #d9d9d9 1px solid;
  list-style: none;
}
.portletNavigationTree a {
  display: block;
  padding: 0.3em 0.3em 0.3em 0.5em;
}
.portletNavigationTree a:hover {
  background: #f2f2f2;
}
.navTreeLevel2 a {
  padding-left: 1em;
}
.navTreeLevel3 a {
  padding-left: 2em;
}
.navTreeLevel4 a {
  padding-left: 3em;
}
.navTreeLevel5 a {
  padding-left: 4em;
}
.navTreeLevel6 a {
  padding-left: 5em;
}
/********** Footer **********/
footer {
  border-top: #d9d9d9 1px solid;
  margin-top: 2em;
  font-size: 80%;
  /*padding-left: 13em;*/
  padding-right: 11em;
}
footer p {
  margin-bottom: 2em;
  /*padding-left: 13em;*/

}
#footer-info {
  padding-top: 10px;
}
#portal-siteactions {
  text-align: left;
}

/**** RESPONSIVE ***/
#btnav i {
  display: none;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

  #main {
    margin-top: 1em;
  }
  #logo {
    float: right;
  }
    #logo img{
    float: right;
  }
  #portal-breadcrumbs {
    display: none;
  }
  #main-header {
    height: 45px;
  }
  #logo a img {
    margin-top: 5px;
    width: 2em;
  }
  #btnav {
    background: transparent url(img/btmenu.jpg) no-repeat 0 0;
    width: 153px;
    height: 40px;
    display: block;
    top: 0;
    position: absolute;
  }
  #btnav ul {
    display: none;
  }
  div:hover#btnav ul {
    padding-top: 10px;
    display: block;
    top: 40px;
    position: absolute;
    background: #ffffff;
  }
  div:hover#btnav ul li a {
    padding: 10px;
  }
  #btnav i {
    display: block;
    font-size: 2em;
    padding-top: 10px;
  }
  header > div {
    width: 93%;
  }
  #main-content,
  #column-one,
  #column-two {
    display: block;
    float: none;
    width: 100%;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}

@media only screen and (min-width: 760px) {  footer p { display: inline-flex; } }


#column-two .portletWrapper { display: none; position: absolute; }

#1column-two { display: block; }

.navTree .navTreeItem a { 
    background: none; 
    font-size: 110%;
    text-decoration: none;
    display: block;
    padding: 0 0 0 0;
    color: #000000;
    padding-left: 10px !important;
    line-height: 1.4em;
}