@charset "utf-8";

/*====== RESET ======*/

html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
:focus { outline: 0; }
body {
  font: 62.5% "pf_beausans_proregular";
  background-color: #f0f0f0;
}
ol, ul { list-style: none; }
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
	color: #000;
  list-style: none;
}
figure {
  padding: 0;
  margin: 0;
}

/*====== FONT-FACE ======*/

@font-face {
    font-family: "pf_beausans_proregular";
    src: url("../fonts/pfbeausanspro-regular-webfont.eot");
    src: url("../fonts/pfbeausanspro-regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/pfbeausanspro-regular-webfont.woff") format("woff"),
        url("../fonts/pfbeausanspro-regular-webfont.ttf") format("truetype"),
        url("../fonts/pfbeausanspro-regular-webfont.svg#pf_beausans_proregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "pf_beausans_proextrathin";
    src: url("../fonts/pfbeausanspro-xthin-webfont.eot");
    src: url("../fonts/pfbeausanspro-xthin-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/pfbeausanspro-xthin-webfont.woff") format("woff"),
        url("../fonts/pfbeausanspro-xthin-webfont.ttf") format("truetype"),
        url("../fonts/pfbeausanspro-xthin-webfont.svg#pf_beausans_proextrathin") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "pf_beausans_prothin";
    src: url("../fonts/pfbeausanspro-thin-webfont.eot");
    src: url("../fonts/pfbeausanspro-thin-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/pfbeausanspro-thin-webfont.woff") format("woff"),
        url("../fonts/pfbeausanspro-thin-webfont.ttf") format("truetype"),
        url("../fonts/pfbeausanspro-thin-webfont.svg#pf_beausans_prothin") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "pf_beausans_prosemibold";
    src: url("../fonts/pfbeausanspro-semibold-webfont.eot");
    src: url("../fonts/pfbeausanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/pfbeausanspro-semibold-webfont.woff2") format("woff2"),
         url("../fonts/pfbeausanspro-semibold-webfont.woff") format("woff"),
         url("../fonts/pfbeausanspro-semibold-webfont.ttf") format("truetype"),
         url("../fonts/pfbeausanspro-semibold-webfont.svg#pf_beausans_prosemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "pf_beausans_probold";
    src: url("../fonts/pfbeausanspro-bold-webfont.eot");
    src: url("../fonts/pfbeausanspro-bold-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/pfbeausanspro-bold-webfont.woff") format("woff"),
        url("../fonts/pfbeausanspro-bold-webfont.ttf") format("truetype"),
        url("../fonts/pfbeausanspro-bold-webfont.svg#pf_beausans_probold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "pf_beausans_prolight";
    src: url("../fonts/pfbeausanspro-light-webfont.eot");
    src: url("../fonts/pfbeausanspro-light-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/pfbeausanspro-light-webfont.woff") format("woff"),
        url("../fonts/pfbeausanspro-light-webfont.ttf") format("truetype"),
        url("../fonts/pfbeausanspro-light-webfont.svg#pf_beausans_prolight") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "pf_beausans_probbook";
    src: url("../fonts/pfbeausanspro-bbook-webfont.eot");
    src: url("../fonts/pfbeausanspro-bbook-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/pfbeausanspro-bbook-webfont.woff2") format("woff2"),
         url("../fonts/pfbeausanspro-bbook-webfont.woff") format("woff"),
         url("../fonts/pfbeausanspro-bbook-webfont.ttf") format("truetype"),
         url("../fonts/pfbeausanspro-bbook-webfont.svg#pf_beausans_probbook") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*====== ESTILIZAÇÃO ======*/

.container {
  position: relative;
  max-width: 1028px;
  margin: 0 auto;
  clear: both;
}

*, *:before, *:after { font-family: "pf_beausans_proregular"; }

/*--- repeated ---*/

/*--- header ---*/
#header .search {
  position: relative;
  float: right;
  width: 212px;
  margin-right: 249px;
}
#header .search input[type="search"] {
  width: 100%;
  height: 39px;
  padding: 0 32px 0 10px;
  font: 1.6em "Arial", Helvetica, Sans-Serif;
  color: #fff;
  background-color: #479cc4;
  border: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#header .search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 39px;
  background: transparent url(../layout/icons/loupe.png) no-repeat center center;
  border: none;
  cursor: pointer;
}

#header .toggle-area {
  position: absolute;
  z-index: 9;
  right: 0;
  width: 243px;
  margin-left: 6px;
}
#header .toggle-area nav {
  width: 100%;
  padding: 7px 18px 5px;
  background-color: #479cc4;
  display: none;
}
#header .toggle-area nav ul li a {
  display: block;
  width: 100%;
  padding: 8px 2px 6px;
  font: 1.5em "pf_beausans_prothin";
  color: #fff;
  text-shadow: 1px 1px 1px #58b1bc;
  text-transform: uppercase;
  border-bottom: 1px solid #37d3e4;
}
  #header .toggle-area nav ul li a:hover { color: #95f3ff; }
#header .toggle-area button {
  width: 100%;
  height: 39px;
  padding: 0 14px 0 18px;
  font: 1.6em "pf_beausans_prosemibold";
  color: #fff;
  text-shadow: 1px 1px 1px #2894a0;
  text-transform: uppercase;
  text-align: left;
  background-color: #479cc4;
  border: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
}
  #header .toggle-area button:hover {
    background-color: #0e8e9c;
  }
#header .toggle-area button .arrow {
  float: right;
  margin-top: 3px;
}

#header .bg {
  float: left;
  width: 100%;
  height: 157px;
  margin-top: 7px;
  background: url(../layout/bg-header.jpg) no-repeat center top;
}
#header .bg .logo {
  margin-top: 20px;
}

#header .menu {
  float: left;
  width: 100%;
  padding: 12px 0 10px;
  border-bottom: 1px solid #e0e0e0;
}
#header .menu ul li {
  float: left;
  padding-right: 25px;
}
  #header .menu ul li:nth-child(2),
  #header .menu ul li:nth-child(4),
  #header .menu ul li:nth-child(8),
  #header .menu ul li:nth-child(9) {
    padding-right: 20px;
  }
  #header .menu ul li:last-child {
    padding-right: 0;
  }
#header .menu ul li a {
  font: 1.7em "pf_beausans_probold";
  color: #2fa1ad;
  text-shadow: 1px 1px 2px #c5d9dc;
  text-transform: uppercase;
}
  #header .menu ul li:nth-child(2) a:after,
  #header .menu ul li:nth-child(4) a:after,
  #header .menu ul li:nth-child(8) a:after,
  #header .menu ul li:nth-child(9) a:after {
    content: url(../layout/icons/arrow-menu.png);
    margin-left: 4px;
  }
  #header .menu ul li a:hover {
    color: #44b8d2;
  }
#header .menu ul li .submenu {
  position: absolute;
  z-index: 9;
  padding: 10px 18px 7px;
  margin-left: 10px;
  background-color: #2ca3b0;
  border: 2px solid #a4e3ea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: none;
}
  #header .menu ul li:hover .submenu {
    display: block;
  }
#header .menu ul li .submenu li {
  float: none;
  padding: 0;
}
#header .menu ul li .submenu li a {
  display: block;
  width: 100%;
  padding: 8px 15px 6px 0;
  font: 1.5em "pf_beausans_prothin";
  color: #fff;
  text-shadow: 1px 1px 0 #44aab6;
  border-bottom: 1px solid #37d3e4;
}
  #header .menu ul li .submenu li a:after {
    display: none;
  }
  #header .menu ul li .submenu li:last-child a {
    border-bottom: none;
  }
  #header .menu ul li .submenu li a:hover {
    color: #00fff6;
  }

/*--- footer ---*/
#calls-units {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  padding-top: 14px;
  margin-top: 35px;
  text-align: center;
  background-image: url(../layout/bg.png);
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #e4e4e4;
}
#calls-units h2 {
  margin-bottom: 5px;
  font: 2.6em "pf_beausans_probold";
  color: #0baecd;
  text-shadow: 1px 1px 0 #dde3e5;
  text-transform: uppercase;
}
#calls-units h2 span { font-family: "pf_beausans_prothin"; }
#calls-units .scroller {
  width: 100%;
  overflow: auto;
  padding: 12px 0;
  border-top: 1px solid #dbdbdb;
}
#calls-units .scroller .unit {
  float: left;
  width: 270px;
  padding: 8px 8.5px;
  margin-right: 15px;
  text-align: left;
  background-color: #fff;
  border-top: 4px solid #0baecd;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
#calls-units .scroller .unit img {
  width: 100%;
  margin-bottom: 2px;
}
  #calls-units .scroller .unit:hover img {
    opacity: .9;
    filter: alpha(opacity=90);
  }
#calls-units .scroller .unit h3 {
  font-size: 1.7em;
  color: #0baecd;
  text-shadow: 1px 1px 0 #f4fafc;
}
  #calls-units .scroller .unit:hover h3 {
    color: #007d95;
  }

footer {
  float: left;
  width: 100%;
  padding-top: 20px;
}
footer form {
  float: left;
}
footer form h4 {
  font-size: 2em;
  color: #4dbad5;
  text-shadow: 1px 1px 0 #dfe9ed;
  text-transform: uppercase;
}
footer form input[type="email"] {
  position: relative;
  z-index: 2;
  width: 448px;
  height: 32px;
  padding: 0 10px;
  font: 1.4em "Arial", Helvetica, Sans-Serif;
  color: #898989;
  background-color: #fff;
  border: 1px solid #bebebe;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
footer form input[type="submit"] {
  position: relative;
  z-index: 1;
  width: 164px;
  height: 29px;
  margin: 1px 0 0 -10px;
  font: 1.4em "pf_beausans_probold";
  color: #fff;
  text-transform: uppercase;
  background-color: #4dbad5;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}
  footer form input[type="submit"]:hover {
    background-color: #1691b0;
  }
footer p {
  float: right;
  margin-top: 32px;
  font: 1.4em "Arial", Helvetica, Sans-Serif;
  color: #898989;
}
footer .subscription {
  float: left;
  width: 100%;
  padding: 5px 0;
  margin-top: 24px;
  text-align: center;
  background-image: url(../layout/bg-subscription.png);
  border-top: 1px solid #4392a6;
}

/*--- subtopo interna ---*/
#destination {
  float: left;
  width: 100%;
  padding: 10px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dbdbdb;
}
#destination p {
  font: 1.3em "Arial", Helvetica, Sans-Serif;
  color: #838383;
}
#destination p span {
  color: #4992a4;
}

#bg-title {
  float: left;
  width: 100%;
  height: 156px;
  padding-top: 48px;
  background: url(../layout/bg-title.jpg) no-repeat center top;
  border-bottom: 1px solid #e4e4e4;
}
#bg-title .title-main {
  font: 4.8em "pf_beausans_probold";
  color: #4dbad5;
  text-shadow: 1px 1px 0 #e0e5e7;
  text-transform: uppercase;
}

/*--- content ---*/
.content {
  position: relative;
  float: left;
  width: 680px;
  padding: 20px 25px 5px;
  margin-top: 30px;
  background-color: #fff;
  border-top: 4px solid #5ebad1;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 1px 1px 0 #e4e4e4;
}
.content h2 {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 3em;
  color: #5ebad1;
  text-shadow: 1px 1px 1px #dce5e8;
  border-bottom: 1px solid #d6d6d6;
}
.content h3 {
  width: 100%;
  padding-bottom: 5px;
  font-size: 1.8em;
  color: #5ebad1;
  text-shadow: 1px 1px 1px #dce5e8;
}
 h4.oths{
 	 font:18px "pf_beausans_proregular";
 	 color: #5ebad1;
 	 border-bottom: thin solid #5ebad1;
 	 clear: both;
 	 padding-top: 20px
 }
 .fa:before {font-family: FontAwesome !important;} 
 .icofont:before{font-family: 'IcoFont' !important;}
 ul.oths{
 	padding: 10px; 	
 	padding-top: 20px
 }
 ul.oths li{
 	border-bottom: 2px dotted #ccc; 	
 	clear: both;
 	overflow: hidden;
 }
  ul.oths li a{
  	font-size: 16px;
  	padding: 10px 0;
  	color: #999!important;
  	display: inline-block;
  	text-transform: uppercase;
  }
   ul.oths li a small{
	font-size: 12px
   }
  ul.oths li i{
  	color: #5ebad1;
  }
.content p {
  margin-bottom: 20px;
  font: 1.4em "Arial", Helvetica, Sans-Serif;
  color: #898989;
  line-height: 18px;
}
.content p a {
  text-decoration: underline;
  color: #5ebad1;
  text-shadow: 1px 1px 1px #dce5e8;
}
  .content p a:hover {
    color: #1b9ab8;
  }
.content .img {
  width: 100%;
  margin-top: 14px;
}

/*--- sidebar ---*/
.sidebar {
  float: right;
  width: 335px;
  margin-top: 30px;
}
.sidebar h3 {
  margin-top: 20px;
  font: 2.7em "pf_beausans_probold";
  color: #5ebad1;
  text-shadow: 1px 1px 0 #d8e6ea;
  text-transform: uppercase;
}
/*
.sidebar a {
  display: block;
  width: 100%;
  min-height: 58px;
  padding: 15px 0 0 65px;
  font: 1.8em "pf_beausans_prolight";
  color: #5ebad1;
  text-shadow: 1px 1px 1px #dce5e8;
  background: #fff url(../layout/icons/arrow-left.png) no-repeat 2px center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

  .sidebar a:hover {
    background-image: url(../layout/icons/arrow-left-active.png);
  }
  .sidebar a.active {
    background-image: url(../layout/icons/arrow-left-active.png);
  }
*/
.sidebar a {
  display: block;
  width: 100%;
  min-height: 58px;
  padding: 10px 20px;
  font: 17px "pf_beausans_prolight";
  color: #5ebad1;
  text-shadow: 1px 1px 1px #dce5e8;
  background: #fff ;
  border-left:5px solid #5ebad1;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sidebar a:hover{
  opacity: .9
}
.links-units a {
  padding-top: 9px;
}

.links-media {
  margin-top: 6px;
}
.links-media a {
  padding-top: 20px;
}

/*--- bxslider ---*/
.bx-wrapper {
  position: relative;
  float: left;
  width: 680px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper .bx-viewport {
  height: auto !important;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager {
  text-align: center;
  margin-top: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 43px;
  height: 41px;
  padding-top: 4px;
  text-align: center;
  font: 2.6em "pf_beausans_probold";
  color: #4dbad5;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #4dbad5;
  color: #fff;
}

#bxslider {
  float: left;
  width: 680px;
  margin-top: 30px;
}
#bxslider li .news {
  float: left;
  width: 335px;
  padding-bottom: 6px;
  margin: 0 8px 8px 0;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
  #bxslider li .news:nth-child(2n+2) {
    margin-right: 0;
  }
#bxslider li .news img {
  width: 100%;
}
  #bxslider li .news:hover img {
    opacity: .9;
  }
#bxslider li .news .date {
  margin: 4px 5px 2px 12px;
  font-size: 1.8em;
  color: #4dbad5;
  text-shadow: 1px 1px 0 #e2f3f7;
  text-transform: uppercase;
}
#bxslider li .news .text {
  margin: 0 8px 10px 12px;
  font-size: 1.8em;
  color: #898989;
  text-shadow: 1px 1px 0 #e2f3f7;
}
  #bxslider li .news:hover .text {
    color: #666;
  }
#bxslider li .news button {
  width: 93%;
  height: 30px;
  font: 1.4em "Arial", Helvetica, Sans-Serif;
  color: #8a8a8a;
  padding-left: 25px;
  margin-left: 12px;
  text-align: left;
  background: transparent url(../layout/icons/eye.png) no-repeat left center;
  border: none;
  border-top: 1px dotted #a7a7a7;
  cursor: pointer;
}
  #bxslider li .news:hover button {
    color: #666;
  }

/* ===============
  home
=============== */
#subtop {
  position: relative;
  float: left;
  width: 100%;
  padding: 11px 0 5px;
  background-image: url(../layout/bg.png);
  border-bottom: 1px solid #e4e4e4;
}

#subtop .btn-units {
  float: left;
  width: 505px;
}
#subtop .btn-units a button {
  float: left;
  width: 247px;
  height: 88px;
  margin: 0 9px 9px 0;
  text-align: center;
  font: 1.7em "pf_beausans_probbook";
  color: #fff;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
  #subtop .btn-units a:nth-child(2n+2) button {
    margin-right: 0;
  }
  #subtop .btn-units a:nth-child(1) button {
    background-color: #0abcf0;
  }
  #subtop .btn-units a:nth-child(2) button {
    background-color: #376c81;
  }
  #subtop .btn-units a:nth-child(3) button {
    background-color: #068ab0;
  }
  #subtop .btn-units a:nth-child(4) button {
    background-color: #157f75;
  }
  #subtop .btn-units a:nth-child(5) button {
    background-color: #3980a2;
  }
  #subtop .btn-units a:nth-child(6) button {
    background-color: #409d94;
  }
  #subtop .btn-units a button:hover {
    opacity: .8;
    filter: alpha(opacity=80);
  }
#subtop .btn-units a button span {
  font-size: .84em;
}

#subtop .bx-wrapper {
  float: right;
  width: 510px;
}
#subtop .bx-wrapper li img {
  width: 100%;
  border: 1px solid #7fc7da;
}
  #subtop .bx-wrapper a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
  }
#subtop .bx-wrapper .bx-caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 8px 98px 7px 15px;
  background-color: rgba(126,200,218,.8);
}
#subtop .bx-wrapper .bx-caption span {
  font: 1.7em "pf_beausans_proregular";
  color: #fff;
  text-transform: uppercase;
}
#subtop .bx-wrapper .bx-pager {
  text-align: left;
  padding-top: 5px;
}
#subtop .bx-wrapper .bx-pager .bx-pager-item,
#subtop .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
#subtop .bx-wrapper .bx-pager.bx-default-pager a {
  background: #999;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#subtop .bx-wrapper .bx-pager.bx-default-pager a:hover,
#subtop .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #068ab0;
}
#subtop a .btn-all {
  position: absolute;
  z-index: 2;
  top: 242px;
  right: 10px;
  width: 85px;
  height: 26px;
  font: 1.2em "Arial", Helvetica, Sans-Serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #4692a5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
  #subtop a .btn-all:hover {
    background-color: #247c92;
  }

#calls-home {
  float: left;
}
#calls-home .link {
  float: left;
  width: 300px;
  margin: 35px 64px 0 0;
  background-color: #fff;
  border-top: 4px solid;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 1px 1px 0 #e4e4e4;
  max-height: 258px;
}
  #calls-home .link:nth-child(3n+3) {
    margin-right: 0;
  }
#calls-home .link h3 {
  margin: 6px 0 4px 10px;
  font-size: 1.7em;
  text-transform: uppercase;
}
#calls-home .link img {
  width: 100%;
}
  #calls-home .link:hover img {
    opacity: .9;
    filter: alpha(opacity=90);
  }
#calls-home .link p {
  margin: 4px 0 7px 8px;
  font: 1.4em "Arial", Helvetica, Sans-Serif;
  color: #666;
  line-height: 19px;
}

#calls-home .color-1 {
  color: #ff57b7;
  text-shadow: 1px 1px #ffdbed;
  border-top-color: #ff57b7;
}
  #calls-home .color-1:hover p {
    color: #ff57b7;
  }
#calls-home .color-2 {
  color: #24b6d2;
  text-shadow: 1px 1px #dff2f6;
  border-top-color: #24b6d2;
}
  #calls-home .color-2:hover p {
    color: #24b6d2;
  }
#calls-home .color-3 {
  color: #5ebad1;
  text-shadow: 1px 1px #e5f2f6;
  border-top-color: #5ebad1;
}
  #calls-home .color-3:hover p {
    color: #5ebad1;
  }
#calls-home .color-4 {
  color: #0baecd;
  text-shadow: 1px 1px #def0f6;
  border-top-color: #0baecd;
}
  #calls-home .color-4:hover p {
    color: #0baecd;
  }

#calls-home .agenda {
  color: #ebaf3c;
  text-shadow: 1px 1px #f8e6cc;
  background: #fff url(../layout/icons/calendar.png) no-repeat 273px 8px;
  border-top-color: #ebaf3c;
}
#calls-home .agenda hr {
  width: 276px;
  height: 1px;
  margin: 5px 0 10px 12px;
  background-color: #bfbfbf;
  border: none;
}
#calls-home .agenda a button {
  width: 137px;
  height: 23px;
  margin: 0 0 12px 12px;
  font: 1.4em "Arial", Helvetica, Sans-Serif;
  color: #fff;
  background-color: #ebaf3c;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
  #calls-home .agenda a button:hover {
    background-color: #d3951e;
  }

/* ===============
  transparência
=============== */
#transparency .unit {
  float: left;
  width: 333.5px;
  margin: 12px 10px 0 0;
  text-align: left;
  background-color: #fff;
  border-top: 4px solid #479cc4;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
  #transparency .unit:nth-child(3n+3) {
    margin-right: 0;
  }
#transparency .unit img {
  width: 100%;
  margin-bottom: 2px;
}
#transparency .unit h3 {
  width: 100%;
  padding: 3px 12px 6px;
  font-size: 1.8em;
  color: #479cc4;
  text-shadow: 1px 1px 0 #f4fafc;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
#transparency .unit button {
  width: 153px;
  height: 25px;
  margin: 10px 12px;
  font: 1.4em "Arial", Helvetica, Sans-Serif;
  color: #fff;
  background-color: #479cc4;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
  #transparency .unit button:hover {
    background-color: #1f749c;
  }

/* ===============
  transparência interna
=============== */
#reports {
  width: 100%;
  padding-top: 12px;
  margin-top: 20px;
  border-top: 1px solid #dcdcdc;
}

#reports a p {
  width: 100%;
  padding: 9px 30px 7px;
  margin: 6px 0 0;
  font-size: 1.6em;
  color: #0d5263;
  text-shadow: 1px 1px 1px #aecdd5;
  text-transform: uppercase;
  background: #c8e5ec url(../layout/icons/arrow-right.png) no-repeat 8px center;
}
  #reports a p:hover {
    color: #2598b4;
  }

#reports .tab-container {
  overflow: hidden;
  width: 100%;
  margin-top: 7px;
  display: none;
}

#reports .tab-container .years {
  float: right;
  width: 118px;
}
#reports .tab-container .years a p {
  width: 100%;
  height: 42px;
  padding-top: 7px;
  margin: 0 0 5px;
  font: 2.4em "pf_beausans_prolight";
  color: #fff;
  text-shadow: 1px 1px 0 #bdd3d9;
  background: #b8d0d6;
}
#reports .tab-container .years a.aac p{
 background-color: #88aeb7;
}
  #reports .tab-container .years a p:hover {
    background-color: #88aeb7;
  }
#reports .tab-container .files {
  float: left;
  width: 475px;
  display: none;
}
#reports .tab-container .visible {
  display: block;
}
#reports .tab-container .files .the-file {
  position: relative;
  float: left;
  width: 113px;
  height: 123px;
  margin: 0 7px 7px 0;
  background: #b8d0d6 url(../layout/icons/sheet.png) no-repeat center 15px;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
  #reports .tab-container .files a:nth-child(4n+4) .the-file {
    margin-right: 0;
  }
  #reports .tab-container .files .the-file:hover {
    background-color: #88aeb7;
  }

  #reports .tab-container .files .the-file:hover p {
    background-color: #b8d0d6;
  }

/*botafogo*/
#botafogo a p {
  width: 100%;
  padding: 9px 30px 7px;
  margin: 6px 0 0;
  font-size: 1.6em;
  color: #0d5263;
  text-shadow: 1px 1px 1px #aecdd5;
  text-transform: uppercase;
  background: #c8e5ec url(../layout/icons/arrow-right.png) no-repeat 8px center;
}
  #botafogo a p:hover {
    color: #2598b4;
  }

#botafogo .tab-container {
  overflow: hidden;
  width: 100%;
  margin-top: 7px;
  display: none;
}

#botafogo .tab-container .years {
  float: right;
  width: 118px;
}
#botafogo .tab-container .years a p {
  width: 100%;
  height: 42px;
  padding-top: 7px;
  margin: 0 0 5px;
  font: 2.4em "pf_beausans_prolight";
  color: #fff;
  text-shadow: 1px 1px 0 #bdd3d9;
  background: #b8d0d6;
}
#botafogo .tab-container .years a.aac p{
 background-color: #88aeb7;
}
  #botafogo .tab-container .years a p:hover {
    background-color: #88aeb7;
  }
#botafogo .tab-container .files {
  float: left;
  width: 475px;
  display: none;
}
#botafogo .tab-container .visible {
  display: block;
}
#botafogo .tab-container .files .the-file {
  position: relative;
  float: left;
  width: 113px;
  height: 123px;
  margin: 0 7px 7px 0;
  background: #b8d0d6 url(../layout/icons/sheet.png) no-repeat center 15px;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
  #botafogo .tab-container .files a:nth-child(4n+4) .the-file {
    margin-right: 0;
  }
  #botafogo .tab-container .files .the-file:hover {
    background-color: #88aeb7;
  }
#botafogo .tab-container .files .the-file p {
  position: absolute;
  bottom: 0;
  padding: 6px 0 4px;
  text-align: center;
  font: 1.8em "pf_beausans_prolight";
  color: #fff;
  text-shadow: 1px 1px 0 #92b4bc;
  text-transform: uppercase;
  background: #88aeb7;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
  #botafogo .tab-container .files .the-file:hover p {
    background-color: #b8d0d6;
  }
 #tijuca a p {
  width: 100%;
  padding: 9px 30px 7px;
  margin: 6px 0 0;
  font-size: 1.6em;
  color: #0d5263;
  text-shadow: 1px 1px 1px #aecdd5;
  text-transform: uppercase;
  background: #c8e5ec url(../layout/icons/arrow-right.png) no-repeat 8px center;
}
  #tijuca a p:hover {
    color: #2598b4;
  }

#tijuca .tab-container {
  overflow: hidden;
  width: 100%;
  margin-top: 7px;
  display: none;
}

#tijuca .tab-container .years {
  float: right;
  width: 118px;
}
#tijuca .tab-container .years a p {
  width: 100%;
  height: 42px;
  padding-top: 7px;
  margin: 0 0 5px;
  font: 2.4em "pf_beausans_prolight";
  color: #fff;
  text-shadow: 1px 1px 0 #bdd3d9;
  background: #b8d0d6;
}
#tijuca .tab-container .years a.aac p{
 background-color: #88aeb7;
}
  #tijuca .tab-container .years a p:hover {
    background-color: #88aeb7;
  }
#tijuca .tab-container .files {
  float: left;
  width: 475px;
  display: none;
}
#tijuca .tab-container .visible {
  display: block;
}
#tijuca .tab-container .files .the-file {
  position: relative;
  float: left;
  width: 113px;
  height: 123px;
  margin: 0 7px 7px 0;
  background: #b8d0d6 url(../layout/icons/sheet.png) no-repeat center 15px;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
  #tijuca .tab-container .files a:nth-child(4n+4) .the-file {
    margin-right: 0;
  }
  #tijuca .tab-container .files .the-file:hover {
    background-color: #88aeb7;
  }
#tijuca .tab-container .files .the-file p {
  position: absolute;
  bottom: 0;
  padding: 6px 0 4px;
  text-align: center;
  font: 1.8em "pf_beausans_prolight";
  color: #fff;
  text-shadow: 1px 1px 0 #92b4bc;
  text-transform: uppercase;
  background: #88aeb7;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
  #tijuca .tab-container .files .the-file:hover p {
    background-color: #b8d0d6;
  }
#reports .tab-container .files .the-file p,
#tijuca .tab-container .files .the-file p,
#botafogo .tab-container .files .the-file p {
  position: absolute;
  bottom: 0;
  padding: 6px 0 4px;
  text-align: center;
  font: 1.3em "pf_beausans_prolight";
  color: #fff;
  text-shadow: 1px 1px 0 #92b4bc;
  text-transform: uppercase;
  background: #88aeb7;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

/*botafogo*/

/* ===============
  notícia interna
=============== */
#news-internal {
  float: left;
  width: 680px;
}
#news-internal .content .date {
  margin-bottom: 0;
  font-size: 1.8em;
  color: #4dbad5;
  text-shadow: 1px 1px 0 #e2f3f7;
  text-transform: uppercase;
}
#news-internal .content .social {
  float: right;
  width: 100%;
  margin: -10px 0 18px;
  text-align: right;
}
#news-internal .content .social .fb-like {
  margin-left: 7px;
}
.btn-return {
  float: left;
  margin-top: 20px;
  padding: 10px 20px 7px;
  font-size: 2.6em;
  color: #65b1c4;
  text-shadow: 1px 1px 0 #deecf0;
  background-color: #fff;
  border: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: 1px 1px 0 #e4e4e4;
  box-shadow: 1px 1px 0 #e4e4e4;
  display: block;
  cursor: pointer;
}
  .btn-return:hover {
    color: #fff;
    text-shadow: none;
    background-color: #65b1c4;
  }

/* ===============
  imprensa e agenda
=============== */
.news-press {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
  .news-press:last-child {
    border-bottom: 0;
  }
.news-press h3 {
  text-transform: uppercase;
}
.news-press h4 {
  margin: -2px 0 5px;
  font-size: 1.8em;
  color: #666;
  text-shadow: 1px 1px 1px #e6e6e6;
}
.news-press h4 span {
  color: #5ebad1;
  text-shadow: 1px 1px 1px #dce5e8;
}

#agenda h2 {
  text-transform: uppercase;
}
#agenda .news-press p:hover {
  color: #666;
}

/* ===============
  galerias
=============== */
.galeria {
  margin-top: 10px !important;
}
.galeria li .news button {
  border: none !important;
}

/* ===============
  contato
=============== */
#contato p {
  margin: 0 0 2px;
  font-size: 1.6em;
}
#contato input,
#contato select,
#contato textarea {
  width: 450px;
  height: 32px;
  padding: 0 8px;
  margin-bottom: 15px;
  font: 1.6em 'pf_beausans_prothin';
  color: #898989;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contato input:nth-of-type(3) {
  width: 225px;
}
#contato textarea {
  height: 180px;
}
#contato input[type="submit"] {
  width: auto;
  height: 40px;
  margin: 0 100px 20px 0;
  padding: 0 15px;
  font: 1.8em 'pf_beausans_proregular';
  color: #fff;
  background-color: #5ebad1;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
#contato input[type="submit"]:hover {
  opacity: .9;
}

.links-contato {
  margin-top: 30px;
}
.links-contato a {
  padding-top: 20px;
}
.paginacao{
vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.nrs {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
    background-color: #999;
    border-radius:5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.nrs_ativo {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
    border-radius:5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #2F9AA8;
}
.nrs:hover {
    background-color: #019247;
    color: #fff;
}
#bxslider {
  float: left;
  width: 680px;
  margin-top: 30px;
}
#bxslider li .newsDois {
  float: left;
  width: 170px;
  padding-bottom: 6px;
  margin: 0 8px 8px 0;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
  #bxslider li .newsDois:nth-child(2n+2) {
    margin-right: 0;
  }
#bxslider li .newsDois img {
  width: 100%;
}
  #bxslider li .newsDois:hover img {
    opacity: .9;
  }
#bxslider li .newsDois .date {
  margin: 4px 5px 2px 12px;
  font-size: 1.8em;
  color: #4dbad5;
  text-shadow: 1px 1px 0 #e2f3f7;
  text-transform: uppercase;
}
#bxslider li .newsDois .text {
  margin: 0 8px 10px 12px;
  font-size: 1.8em;
  color: #898989;
  text-shadow: 1px 1px 0 #e2f3f7;
}
  #bxslider li .newsDois:hover .text {
    color: #666;
  }
#bxslider li .newsDois button {
  width: 93%;
  height: 30px;
  font: 1.4em "Arial", Helvetica, Sans-Serif;
  color: #8a8a8a;
  padding-left: 25px;
  margin-left: 12px;
  text-align: left;
  background: transparent url(../layout/icons/eye.png) no-repeat left center;
  border: none;
  border-top: 1px dotted #a7a7a7;
  cursor: pointer;
}
  #bxslider li .newsDois:hover button {
    color: #666;
  }
.a_agenda{
	font-size: 14px;
	line-height:1;
	width: 269px;
	 }
	.thisdiv{height:auto;overflow:auto;display:block}
  .parceirias{
          border-bottom: 1px solid #d6d6d6;
          padding-bottom: 20px;
          margin-bottom: 15px;
          font-size: 22px ;
          color: #898989;
        }
        .parceirias img{
          margin-right: 10px;
          margin-top: 10px;
          display: inline-block;
        }
/*subcategorias*/
.subcategoria{
    margin-left: 15px;
}
.headersubcategoria{
    width: 100%;
    padding: 9px 30px 7px;
    margin: 6px 0 0;
    font-size: 1.4em;
    color: #0d5263;
    text-shadow: 1px 1px 1px #aecdd5;
    text-transform: uppercase;
    cursor: pointer;
    background: #c8e5ec url(../layout/icons/arrow-rightn2.png) no-repeat 11px center;
    background-size: 16px
}
.arquivosSub{
    display: none;
}