/*
    Document   : style.css
    Created on : 14/04/2014, 10:04:48
    Author     : RFranca
    Description: Site Agencia Fapesp
*/

/* Imports */
@import "fonts/fonts.css";
@import "utils/reset.css";
@import "utils/datapicker.css";
@import "utils/print.css";

@import "partials/header.css";
@import "partials/footer.css";
@import "partials/carousel.css";

.webinar-logo {
  width: 250px;
  float: left;
}

/* Resultado Pesquisa Google */
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  width: 150px !important;
  height: 100px !important;
}

.gs-image {
  max-width: 150px !important;
  max-height: 100px !important;
  width: 150px !important;
  height: 100px !important;
  margin-right: 20px !important;
}

.gs-web-image-box,
.gs-promotion-image-box,
.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
  margin: 10px 0 0 !important;
}

.gs-image-box.gs-web-image-box.gs-web-image-box-landscape,
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  width: 180px !important;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 18px !important;
  text-decoration: none;
}

.gs-bidi-start-align {
  font-size: 14px !important;
}

.gsc-result {
  margin-bottom: 30px !important;
}

/* Galeria de fotos */
.galeria {
  position: relative;
  width: 100%;
  margin: 40px 0;
  overflow: hidden;
}

.galeria .title {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #e67036;
  font-weight: bold;
}

.galeria .wrap_thumb {
  position: relative;
  list-style: none;
  width: 100%;
  margin: 10px 0;
}

.galeria .wrap_thumb .thumb {
  position: relative;
  float: left;
  margin: 0 10px 5px 0;
}

/* GENERAL */
.sprite {
  background: url(../images/sprite.png) no-repeat;
}

.overlay_70 {
  background: url(../images/bg_overlay_70.png) repeat;
}

#header .busca_mobile {
  display: none;
}

.grid {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}

.seta_txt_white {
  background-position: -71px -214px;
  bottom: 5px;
  display: block;
  height: 17px;
  position: absolute;
  right: 10px;
  width: 21px;
  display: none;
}

.seta_txt_orange {
  position: relative;
  display: none;
  width: 21px;
  height: 17px;
  background-position: -99px -214px;
  margin: 5px 0 0 15px;
  float: left;
}

.wrap_button {
  position: relative;
  text-align: center;
  margin: 20px 0 0;
}

.button {
  position: relative;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  display: inline;
  border: none;
  cursor: pointer;
}

.button.blue {
  background: #0076a9;
}

.button.gray {
  color: #999999;
  background: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 15px;
  -moz-border-radius: 15px;
  display: block;
  width: 60px;
  left: 50%;
  margin-left: -60px;
}

.button.gray:hover {
  border: 2px solid #e67036;
  color: #e67036;
}

.seta_blue {
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -11.75px;
  width: 23.5px;
  height: 14px;
  background-position: -270px -128px;
}

.seta_blue_down {
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -11.75px;
  width: 23.5px;
  height: 14px;
  background-position: -241px -128px;
}

.btn_more {
  position: relative;
  width: 90px;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  display: none;
  border: none;
  cursor: pointer;
  background: #0076a9;
  margin: 40px 0 60px 220px;
  text-decoration: none;
}

.btn_more:hover {
  text-decoration: none;
}

.seta_down {
  position: relative;
  width: 15px;
  height: 9px;
  background-position: -200px -213px;
  display: block;
  float: left;
  margin: 12px 0 0 10px;
}

.form .input_orange {
  position: relative;
  border: 2px solid #e67036;
  color: #e67036;
  font-size: 16px;
  width: 406px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 10px 0;
  outline: none;
}

.input_orange._select {
  margin: -2px 0 0 -17px !important;
}

.input_orange._select:disabled {
  background: none;
}

.wrap_ask {
  margin: 40px 0 0;
}

.wrap_ask .h6 {
  margin: 0 0 40px;
}

.wrap_ask .ask {
  background: #666666;
  border-radius: 80px;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  margin: 0 50px 0 0;
  text-align: center;
  text-decoration: none;
  width: 80px;
}

.wrap_ask .ask.yes {
  margin: 0 50px 0 120px;
}

.wrap_ask .ask:hover {
  -webkit-transition: -webkit-transform 1s;
  /* For Safari 3.1 to 6.0 */
  transition: transform 1s;
  cursor: pointer;
}

.wrap_ask .ask.yes:hover {
  -webkit-animation: green 5s;
  /* Chrome, Safari, Opera */
  animation: green 5s;
}

.wrap_ask .ask.no:hover {
  -webkit-animation: #ff0000 5s;
  /* Chrome, Safari, Opera */
  animation: #ff0000 5s;
}

@-webkit-keyframes green {
  from {
    background: #666666;
  }

  to {
    background: green;
  }
}

@keyframes green {
  from {
    background: #666666;
  }

  to {
    background: green;
  }
}

@-webkit-keyframes red {
  from {
    background: #666666;
  }

  to {
    background: #ff0000;
  }
}

@keyframes red {
  from {
    background: #666666;
  }

  to {
    background: #ff0000;
  }
}

.total_busca {
  position: relative;
  float: right;
  width: 375px;
  margin: 15px 0 0;
  display: none;
}

ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 10px;
}

.titulo_pesquisa_inovacao {
  position: absolute;
  left: -135px;
  width: 99px;
  height: 28px;
  margin: 0;
  background-image: url(../images/pesquisa_para_inovacao.png);
}

.pages {
  position: relative;
  text-align: center;
}

.pages .page,
.pages .pageSelect {
  position: relative;
  padding: 4px 6px;
  background-color: #e05d22;
  margin: 0 2px;
  color: #ffffff;
}

.pages .pageSelect {
  background-color: #666666;
}

/* MENU LATERAL */
#aside {
  position: fixed;
  width: 250px;
  top: 64px;
  left: -250px;
  bottom: 0;
  background: #757575;
  z-index: 100001;
  display: none;
  overflow: auto;
}

#aside .close {
  position: absolute;
  width: 30px;
  height: 60px;
  right: -1px;
  top: 50%;
  margin-top: -30px;
  border: 1px solid #ffffff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-position: -130px -193px;
  background-color: #e67036;
}

#aside .close:hover {
  background-color: #666666;
}

#aside #menu {
  list-style: none;
  margin: 30px 15px;
}

#aside #menu .site {
  margin: 0 0 30px;
}

#aside #menu .submenu {
  list-style: none;
  margin: 10px 5px;
}

#aside #menu h3 {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1.6em;
  color: #ffffff;
  text-transform: uppercase;
}

#aside #menu .submenu li a {
  font-size: 1.4em;
  color: #ffffff;
  line-height: 1.4em;
}

#aside #menu .submenu li a:hover {
  color: #cccccc;
}

#aside #menu .submenu li .icon_seta {
  float: left;
  width: 7px;
  height: 16px;
  background-position: -71px -235px;
  margin-right: 5px;
}

/* MAIN */
#main {
  position: relative;
  width: 100%;
  top: 80px;
  overflow: hidden;
}

/* GALERIA HOME */
#main .galery {
  position: relative;
  width: 100%;
  height: 590px;
  overflow: hidden;
}

#main .galery .overview .seta {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  width: 22px;
  z-index: 10004;
  display: block;
}

#main .galery .overview .seta.left {
  background-position: 0 -213px;
  left: -35px;
}

#main .galery .overview .seta.right {
  background-position: -30px -213px;
  right: -35px;
}

#main .galery .overview {
  position: relative;
  width: 940px;
  height: 550px;
  margin: 0 auto;
}

#main .galery .overview .link_news {
  position: absolute;
  bottom: -40px;
  left: 0;
}

#main .galery .overview .wrap_pages {
  position: absolute;
  list-style: none;
  overflow: hidden;
}

#main .galery .overview .wrap_pages .page {
  position: relative;
  width: 940px;
  overflow: hidden;
  float: left;
  margin: 0 10px 0 0;
}

#main .galery .overview .wrap_pages .page .opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  background: transparent;
  background: rgba(255, 255, 255, 0.8);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#d8ffffff, endColorstr=#d8ffffff);
  zoom: 1;
  z-index: 1002;
}

#main .galery .overview .wrap_pages .page.on .opacity {
  display: none;
}

#main .galery .overview .wrap_pages .page .destaque {
  position: relative;
  float: left;
  overflow: hidden;
}

#main .galery .overview .wrap_pages .page .destaque img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  border: none;
}

#main .galery .overview .wrap_pages .page .destaque.assine:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

#main .galery .overview .wrap_pages .page .destaque:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 12s ease-out;
  -moz-transition: 12s ease-out;
  -o-transition: 12s ease-out;
  transition: 12s ease-out;
}

#main .galery .overview .wrap_pages .page .destaque.medio {
  width: 300px;
  height: 155px;
  background: #000000;
  margin: 0 10px 10px 0;
}

#main .galery .overview .wrap_pages .page .destaque.big {
  width: 630px;
  height: 320px;
  background: #000000;
  margin: 0 0 10px;
  float: right;
}

#main .galery .overview .wrap_pages .page .destaque.video {
  width: 460px;
  height: 220px;
  background: #000000;
}

#main .galery .overview .wrap_pages .page .destaque.small {
  width: 230px;
  height: 105px;
  background: #000000;
  margin: 0 0 10px 10px;
}

#main .galery .overview .wrap_pages .page .destaque .wrap_txt {
  position: absolute;
  z-index: 1001;
  //left:50%;
  right: 0;
  bottom: 0;
}

#main .galery .overview .wrap_pages .page .destaque:hover .wrap_txt {
  display: none;
}

#main .galery .overview .wrap_pages .page .destaque.big .wrap_txt {
  padding: 15px;
  bottom: 40px;
  left: 160px;
}

#main .galery .overview .wrap_pages .page .destaque.medio .wrap_txt {
  top: 68px;
  min-width: 300px;
}

#main .galery .overview .wrap_pages .page .destaque.video .wrap_txt {
  left: 0;
  min-height: 38px;
}

#main .galery .overview .wrap_pages .page .destaque.video .wrap_txt .txt {
  padding: 0 15px;
}

#main .galery .overview .wrap_pages .page .destaque.small .wrap_txt {
  padding: 15px;
  left: 0;
  top: 0;
}

#main .galery .overview .wrap_pages .page .destaque .wrap_txt .txt {
  overflow: hidden;
  padding: 15px;
}

#main .galery .overview .wrap_pages .page .destaque.small .wrap_txt .txt,
#main .galery .overview .wrap_pages .page .destaque.small .wrap_txt .txt h2 {
  padding: 0;
}

#main .galery .overview .wrap_pages .page .destaque .wrap_txt .txt h2 {
  font-family: "Arial Narrow Bold", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #e67036;
  padding: 10px 0;
  font-weight: normal;
}

#main .galery .overview .wrap_pages .page .destaque.big .wrap_txt .txt h2 {
  font-size: 24px;
  line-height: 24px;
  padding: 0 0 15px;
}

#main .galery .overview .wrap_pages .page .destaque .wrap_txt .txt p {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  float: left;
  display: block;
  margin: 0;
}

#main .galery .overview .wrap_pages .page .destaque.medio .wrap_txt .txt p,
#main .galery .overview .wrap_pages .page .destaque.small .wrap_txt .txt p,
#main .galery .overview .wrap_pages .page .destaque.video .wrap_txt .txt p {
  display: none;
}

#main .galery .overview .wrap_pages .page .destaque .wrap_txt .txt a:hover {
  color: #e67036;
}

#main .galery .overview .wrap_pages .page .destaque.video .icon_play {
  position: absolute;
  width: 60px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin: -21px 0 0 -30px;
  background-position: -170px -156px;
  display: block;
  z-index: 1001;
}

#main .galery .wrap_bullets {
  position: absolute;
  bottom: 0;
  left: 50%;
  list-style: none;
}

#main .galery .wrap_bullets li {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #666666;
  border-radius: 10px;
  -moz-border-radius: 10px;
  float: left;
  cursor: pointer;
  border: 2px solid #666666;
}

#main .galery .wrap_bullets li.ativo {
  background-color: #ffffff;
  border: 2px solid #666666;
}

/* AGENDA | PAGE HOME */
#main .agenda {
  position: relative;
  width: 100%;
  margin: 40px 0 0;
}

#main .agenda .carousel {
  background: #e67036;
}

#main .agenda .link_agenda,
#main .oportunidades .link_agenda,
#main .outras_oportunidades .link_agenda,
#main .ofertas_emprego .link_agenda {
  position: absolute;
  right: 10px;
  color: #e67036;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#main .oportunidades .link_agenda,
#main .outras_oportunidades .link_agenda,
#main .ofertas_emprego .link_agenda {
  top: -30px;
}

#main .agenda .link_agenda {
  top: -50px;
}

/* NUVEM DE TAGS | PAGE HOME */
#main .wrap_cloud_tags {
  max-width: 940px;
  margin: 40px auto;
  padding: 20px 10px;
  display: none;
}

#main .wrap_cloud_tags h2 {
  margin: 0 0 20px 0;
}

#main .wrap_cloud_tags a {
  position: relative;
  background-color: #999999;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px;
  font-size: 16px;
  display: inline-block;
}

#main .wrap_cloud_tags a.m {
  font-size: 20px;
}

#main .wrap_cloud_tags a.g {
  font-size: 30px;
}

#main .wrap_cloud_tags a.gg {
  font-size: 40px;
}

#main .wrap_cloud_tags a:hover {
  text-decoration: none;
}

#main .wrap_cloud_tags .wrap_links_tags {
  position: relative;
  padding: 20px;
  /*  border:1px solid #999999;*/
  margin: 10px 0;
  overflow: hidden;
}

#main .wrap_cloud_tags .wrap_links_tags .separator {
  position: relative;
  display: block;
  width: 50px;
  height: 40px;
  float: left;
  text-align: center;
  color: #3975a6;
}

#main .wrap_cloud_tags .wrap_links_tags .separator:last-child {
  display: none;
}

/* Ajuste das bordas dos boletins */
#main #boletim table,
#main #boletim th,
#main #boletim td {
  margin: 0;
  padding: 0;
  border-collapse: initial;
  border: none;
}

/* LISTA DE AGENDA | PAGE AGENDA */
.content .list.agenda {
  margin: 0 !important;
  max-width: 640px;
}

.data_agenda {
  position: relative;
  float: left;
  width: 260px;
}

.data_agenda.detalhe {
  margin: 0 20px 20px 0;
}

.data_agenda .inicio,
.data_agenda .fim {
  position: relative;
  float: left;
  width: 112px;
  border: 3px solid #e67036;
  float: left;
  text-align: center;
  display: block;
  color: #e67036;
  font-size: 16px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 10px 0;
}

.data_agenda .inicio {
  margin: 0 15px 0 0;
}

/* CONTENT INTERNA */
.content {
  position: relative;
  min-height: 500px;
  float: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #666666;
  width: 640px;
}

.content.full {
  position: relative;
  width: 100%;
  min-height: 400px;
  float: left;
}

.content.full .share {
  float: right;
  position: relative;
  list-style: none outside none;
  /* margin: 0 0 30px; */
  margin: 0;
  height: 35px;
  z-index: 1;
}

.content.full .share li {
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
  float: left;
  cursor: pointer;
}

.content.full video,
iframe,
.iframe_responsivo {
  width: 65%;
  display: block;
  margin: 0 auto;
}

/* LISTA DE NOTICIAS  | PAGE NOTICIAS */
.content .list {
  position: relative;
  width: 100%;
  overflow: hidden;
  list-style: none;
}

.content .list .item {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}

.content .list .item .img_news {
  float: left;
  width: 226px;
  height: 150px;
  border: none;
  padding: 0 40px 0 0;
}

.wrap_box_text {
  float: left;
  width: 374px;
}

.wrap_box_text.no_img {
  width: 100%;
}

.content .list .item .title {
  position: relative;
  font-family: "Arial", Helvetica, sans-serif;
  color: #e67036;
  font-size: 24px;
  font-weight: normal;
}

.content .list .item .title a {
  color: #e67036;
}

.content .list .item .subtitle {
  position: relative;
  font-family: "Arial", Helvetica, sans-serif;
  color: #666666;
  font-size: 12px;
  font-style: italic;
}

.content .list .item .txt {
  position: relative;
  font-family: "Arial", Helvetica, sans-serif;
  color: #666666;
  font-size: 16px;
  margin: 15px 0 20px;
}

.content .list .item p a {
  color: #666666;
  text-decoration: none;
}

.content .list .item p a:hover {
  color: #666666;
  text-decoration: underline;
}

.content .list .item .txt a {
  color: #666666;
  text-decoration: none;
}

.content .list .item .txt a:hover {
  color: #666666;
  text-decoration: underline;
}

.content .list .item .share {
  position: relative;
  height: 35px;
  list-style: none;
}

.content .list.agenda .item .share {
  bottom: 20px;
  height: 35px;
  list-style: none outside none;
  position: absolute;
  right: 0;
}

.content .list .item .share li {
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
  float: left;
  cursor: pointer;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
.share_container {
  display: block;
  height: 35px;
}

.addthis_inline_share_toolbox,
.addthis_inline_share_toolbox_7apr {
  float: left;
  clear: none !important;
}

li.facebook {
  background-position: 0 -126px;
}

li.twitter {
  background-position: -43px -126px;
}

li.email {
  background-position: -84px -126px;
}

li.print {
  background-position: -126px -126px;
}

li.linkedin {
  background-position: -126px -247px;
}

li.lang_pt {
  background-position: -313px -424px;
}

li.lang_en {
  background-position: -234px -424px;
}

li.lang_es {
  background-position: -273px -424px;
}

li.facebook:hover {
  background-position: 0 -161px;
}

li.twitter:hover {
  background-position: -43px -160px;
}

li.email:hover {
  background-position: -84px -160px;
}

li.print:hover {
  background-position: -126px -160px;
}

li.linkedin:hover {
  background-position: -160px -247px;
}

li.lang_pt:hover {
  background-position: -313px -461px;
}

li.lang_en:hover {
  background-position: -234px -461px;
}

li.lang_es:hover {
  background-position: -273px -461px;
}

html[lang="pt"] li.lang_pt {
  display: none;
}

html[lang="en"] li.lang_en {
  display: none;
}

html[lang="es"] li.lang_es {
  display: none;
}

/* BOX Republicar */
#main .share li.republish {
  background-position: -362px -531px;
}

#main .share li.republish:hover {
  background-position: -362px -565px;
}

#main a.link-republish {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#main a.link-republish:hover {
  color: #333333;
}

#main a.link-republish>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main a.link-republish>span>i.icon {
  margin-right: 5px;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../images/republish.png");

  /* Background */
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#main #cc-republish {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}

#main #cc-republish * {
  box-sizing: border-box;
}

#main #cc-republish>.cc-republish-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  padding: 20px;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 650px;
  width: 100%;
  background-color: #fff;
  z-index: 9999999;
}

#main #cc-republish>.cc-republish-popup>a.close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9999999;
}

#main #cc-republish>.cc-republish-popup>a.close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#main #cc-republish>.cc-republish-popup>a.close:before,
#main #cc-republish>.cc-republish-popup>a.close:after {
  position: absolute;
  left: 9px;
  content: " ";
  height: 20px;
  width: 3px;
  background-color: #333;
}

#main #cc-republish>.cc-republish-popup>a.close:before {
  transform: rotate(45deg);
}

#main #cc-republish>.cc-republish-popup>a.close:after {
  transform: rotate(-45deg);
}

#main #cc-republish>.cc-republish-popup>h1 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 20px;
  color: #e67036;
}

#main #cc-republish>.cc-republish-popup>p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

#main #cc-republish>.cc-republish-popup>p a {
  color: #666666;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#main #cc-republish>.cc-republish-popup>p a:hover {
  color: #000000;
}

#main #cc-republish>.cc-republish-popup>hr {
  margin: 20px 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e0e0e0;
}

#main #cc-republish>.cc-republish-popup>.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#main #cc-republish>.cc-republish-popup>.buttons>button {
  padding: 8px;
  width: 50%;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  background-color: #a0a0a0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#main #cc-republish>.cc-republish-popup>.buttons>button.actived {
  cursor: default;
  background-color: #e67036;
}

#main #cc-republish>.cc-republish-popup>.texts>textarea {
  display: none;
  padding: 10px;
  width: 100%;
  height: 150px;
  border: 1px solid #a0a0a0;
  border-top: none;
}

#main #cc-republish>.cc-republish-popup>.texts>textarea.selected {
  display: block;
}

#main #cc-republish>.cc-republish-popup>.footer {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

#main #cc-republish>.cc-republish-popup>.footer>.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main #cc-republish>.cc-republish-popup>.footer>.copy>button {
  padding: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  background-color: #ff712f;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#main #cc-republish>.cc-republish-popup>.footer>.copy>button:hover {
  background-color: rgb(200, 83, 29);
}

#main #cc-republish>.cc-republish-popup>.footer>.copy>.info {
  margin-left: 10px;
  display: none;
  font-size: 11px;
  color: rgb(34, 131, 29);
}

/* BOX ultimas noticias + carousel */
#main .last_news {
  position: relative;
  width: 100%;
  padding: 65px 0 0;
  margin: 0 0 40px;
}

#main .last_news .carousel {
  background: #e67036;
}

#main .last_news .carousel .h2 {
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -470px;
}

#main .last_news.style2 .carousel>.grid,
#main .last_news.style2 .carousel>.overview {
  margin-top: -45px;
}

/* BOX mais lidas 2 + carousel */
#main .mais_lidas_2,
#main .oportunidades,
#main .outras_oportunidades,
#main .ofertas_emprego {
  position: relative;
  width: 100%;
  padding: 65px 0 0;
  margin: 0 0 40px;
}

#main .mais_lidas_2 {
  float: left;
}

#main .mais_lidas_2 .carousel,
#main .oportunidades .carousel,
#main .outras_oportunidades .carousel,
#main .ofertas_emprego .carousel {
  background: none;
}

#main .mais_lidas_2 .carousel .h2,
#main .oportunidades .carousel .h2,
#main .outras_oportunidades .carousel .h2,
#main .ofertas_emprego .carousel .h2 {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -120px;
}

#main .mais_lidas_2 .carousel .overview,
#main .oportunidades .carousel .overview,
#main .outras_oportunidades .carousel .overview,
#main .ofertas_emprego .carousel .overview {
  border: 1px solid #e67036;
  width: 940px;
}

#main .mais_lidas_2 .carousel .seta_carousel,
#main .oportunidades .carousel .seta_carousel,
#main .outras_oportunidades .carousel .seta_carousel,
#main .ofertas_emprego .carousel .seta_carousel {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50px;
  z-index: 100;
}

#main .mais_lidas_2 .carousel .seta_carousel.left,
#main .oportunidades .carousel .seta_carousel.left,
#main .outras_oportunidades .carousel .seta_carousel.left,
#main .ofertas_emprego .carousel .seta_carousel.left {
  left: -30px;
  background-position: -255px -213px;
}

#main .mais_lidas_2 .carousel .seta_carousel.right,
#main .oportunidades .carousel .seta_carousel.right,
#main .outras_oportunidades .carousel .seta_carousel.right,
#main .ofertas_emprego .carousel .seta_carousel.right {
  right: -30px;
  background-position: -314px -213px;
}

#main .mais_lidas_2 .carousel .overview .wrap_carousel {
  position: relative;
  list-style: none;
  width: 100%;
}

#main .mais_lidas_2 .carousel .overview .wrap_carousel .item {
  position: relative;
  float: left;
  width: 190px;
  height: 115px;
  background: #ffffff;
  margin: 0 7px;
  padding: 15px;
}

#main .mais_lidas_2 .carousel .overview .wrap_carousel .item .wrap_txt .description {
  display: none;
}

#main .mais_lidas_2 .carousel .overview .wrap_carousel .item .thumb_video {
  display: none;
}

/* Model 2 - Adjusts carousels */
#main .last_news.style2 {
  margin: 50px 0 0;
}

#main .mais_lidas_2.style2 {
  padding-top: 25px;
}

#main .last_news.style2 .carousel,
#main .mais_lidas_2.style2 .carousel {
  text-align: center;
}

#main .last_news.style2 .carousel>h2,
#main .mais_lidas_2.style2 .carousel>h2 {
  position: relative;
  left: auto;
  top: -90px;
  margin: 0 auto;
}

#main .mais_lidas_2.style2 .carousel>h2 {
  top: -25px;
}

/* BOX MAIS LIDAS + carousel */
#main .mais_lidas {
  position: fixed;
  width: 240px;
  right: 50%;
  margin-right: -470px;
  top: 105px;
}

#main .mais_lidas .carousel {
  background: #f5f5f5;
  padding: 10px 0;
}

#main .mais_lidas .carousel .overview {
  position: relative;
  width: 220px;
  /*  height:610px; altura para 4 noticias */
  height: 455px;
  /* altura para 3 noticias */
  overflow: hidden;
  margin: 0 auto;
}

#main .mais_lidas .carousel .overview .wrap_carousel .item {
  position: relative;
  float: left;
  width: 190px;
  height: 115px;
  background: #ffffff;
  margin: 0 0 10px;
  padding: 15px;
}

#main .mais_lidas .carousel .seta_carousel {
  position: absolute;
  width: 50px;
  height: 46px;
  top: -91px;
}

#main .mais_lidas .carousel .seta_carousel.right {
  background-position: -313px -157px;
  right: -8px;
}

/* CAROUSEL INFINITY */
.carousel {
  position: relative;
  width: 100%;
  margin: 35px 0 0;
  padding: 20px 0;
}

.carousel .overview {
  position: relative;
  width: 100%;
  height: 145px;
  overflow: hidden;
  margin: 0 auto;
}

.carousel .overview .wrap_carousel {
  position: relative;
  list-style: none;
  width: 100%;
}

.carousel .overview .wrap_carousel .item {
  position: relative;
  float: left;
  width: 185px;
  height: 115px;
  background: #ffffff;
  margin: 0 10px;
  padding: 15px;
}

/*.carousel .overview .wrap_carousel .item a {text-decoration: none;}*/
.carousel .seta_carousel,
.carousel .arrow_carousel {
  position: absolute;
  width: 12px;
  height: 20px;
  top: 65px;
}

.carousel .seta_carousel.left,
.carousel .arrow_carousel.left {
  left: -15px;
  background-position: -142px -213px;
}

.carousel .seta_carousel.right,
.carousel .arrow_carousel.right {
  right: -15px;
  background-position: -167px -213px;
}

/* AGENDA | HOME */
#main .interativa {
  position: relative;
  width: 100%;
  margin: 80px 0 40px;
  overflow: hidden;
}

#main .interativa .twitter {
  position: relative;
  width: 440px;
  margin: 0 60px 0 0;
  float: left;
}

#main .interativa .twitter .wrap_tweets {
  position: relative;
  margin: 10px 0;
}

#main .interativa .twitter .social_add {
  position: relative;
  width: 180px;
  margin: 20px 0 0;
  padding: 10px 20px;
  border: 1px solid #ff712e;
  background: #ffffff;
}

#main .interativa .twitter .social_add .buttons {
  position: relative;
  margin: 15px 0;
}

#main .interativa .twitter .social_add .seta_social {
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -11.75px;
  width: 23.5px;
  height: 14px;
  background-position: -340px -128px;
}

#main .interativa .boletim {
  position: relative;
  width: 440px;
  float: left;
}

#main .interativa .boletim .form {
  position: relative;
  width: 100%;
}

/* BOX LATERAL | PAGE AGENDA */
#main .side_right {
  position: fixed;
  margin-right: -470px;
  right: 50%;
  top: 185px;
  width: 240px;
}

#main .side_right .search_events {
  position: relative;
  padding: 25px;
  background-color: #0076a9;
}

#main .side_right .search_events .title_search_events {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}

#main .side_right .search_events .input_search_events {
  color: #e67036;
  font-size: 14px;
  line-height: 14px;
  border: 2px solid #e67036;
  padding: 0 35px 0 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  height: 30px;
  width: 135px;
  margin: 5px 0;
}

#main .side_right .search_events .lupa {
  position: absolute;
  top: 65px;
  right: 35px;
  width: 18px;
  height: 18px;
  z-index: 10001;
  background-position: -341px -23px;
  display: block;
}

#main .side_right .search_events .seta_title_left {
  position: absolute;
  top: 50%;
  margin-top: -11.5px;
  left: -15px;
  width: 15px;
  height: 23px;
  background-position: -371px -123px;
}

#main .side_right .list_events {
  position: relative;
  margin: 25px 0;
  list-style: none;
}

#main .side_right .list_events li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e67036;
  font-size: 16px;
  color: #e67036;
}

#main .side_right .list_events li a {
  padding: 5px;
  color: #e67036;
  display: block;
}

#main .side_right .list_events li a:hover {
  background-color: #f5f5f5;
  color: #e67036;
  text-decoration: none;
}

#main .side_right .list_events li.title_list_events {
  padding: 0 0 10px 5px;
  font-weight: bold;
}

#main .side_right .list_events li .total_agenda_mes {
  display: block;
  float: right;
  font-size: 14px;
}

/* PAGE VIDEO */
#main.videos .buttons {
  position: relative;
  margin: auto;
  padding: 10px;
  display: block;
  max-width: 960px;
}

#main.videos .buttons h2,
#main.videos .buttons h3 {
  display: inline-block;
  padding: 0;
  width: 33%;
}

#main.videos .buttons h2 a,
#main.videos .buttons h3 a {
  display: block;
  padding: 15px;
  line-height: normal;
}

#main .video_view {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
}

#main .video_view .img_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#main .video_view .wrap_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 130px;
  width: 100%;
  background: url(../images/bg_overlay_70.png) repeat;
  -webkit-transition: height 1s;
  /* For Safari 3.1 to 6.0 */
  transition: height 1s;
}

#main .video_view .wrap_txt:hover {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 530px;
  width: 100%;
  background: url(../images/bg_overlay_70.png) repeat;
  -webkit-transition: height 1s;
  /* For Safari 3.1 to 6.0 */
  transition: height 1s;
}

#main .video_view .wrap_txt h1 {
  font-size: 26px;
  line-height: normal;
  color: #e67036;
  font-weight: bold;
  padding: 40px 40px 15px;
}

#main .video_view .wrap_txt .text {
  display: none;
}

#main .video_view .wrap_txt a {
  display: none;
}

#main .video_view .icon_play {
  position: absolute;
  width: 60px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin: -21px 0 0 -30px;
  background-position: -170px -156px;
  display: block;
  z-index: 2;
  cursor: pointer;
}

#main .video_view .wrap_txt:hover .text {
  font-size: 16px;
  color: #ffffff;
  padding: 0 40px 15px;
  display: block;
}

#main .video_view .wrap_txt .link_wacth {
  padding: 0 40px 15px;
}

#main .video_view .wrap_txt .link_wacth .watch_video {
  font-size: 16px;
  color: #e67036;
  float: left;
  cursor: pointer;
}

#main .video_view .wrap_txt:hover .link_wacth .watch_video:hover {
  color: #ffffff;
}

#main .video_view .wrap_txt:hover .seta_txt_orange {
  display: block;
}

#main .video_view .wrap_txt:hover a {
  color: #ffffff;
  font-weight: normal;
  font-style: italic;
  display: block;
}

#main .video_view .wrap_txt .seta_up {
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
  top: -9px;
  height: 9px;
  width: 15px;
  background-position: -227px -231px;
}

/* BOX video carousel */
#main .last_video {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}

#main .last_video * {
  box-sizing: border-box;
}

#main .last_video .carousel {
  padding: 20px 45px;
  background: #e67036;
}

#main .last_video .carousel .arrow_carousel.left {
  left: -20px;
}

#main .last_video .carousel .arrow_carousel.right {
  right: -20px;
}

#main .last_video .carousel .overview {
  max-width: 960px;
  height: auto;
  max-height: 145px;
}

#main .last_video .carousel .link_all {
  color: #e67036;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: -50px;
}

#main .last_video .carousel .overview .wrap_carousel .item {
  padding: 0;
  width: auto;
  height: auto;
}

#main .last_video .carousel .overview .wrap_carousel .item .thumb_video {
  width: 100%;
  z-index: 1;
}

#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt,
#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .link_wacth,
#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .link_wacth a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  padding: 15px;
  width: auto;
  height: auto;
  background: url(../images/bg_overlay_70.png) repeat;
  z-index: 2;
}

#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .link_wacth,
#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .link_wacth a {
  display: block;
  height: auto;
  background: none;
}

#main .last_video .carousel .overview .wrap_carousel .item:hover .wrap_txt {
  display: block;
}

#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .link_txt:hover {
  color: #ffffff;
}

#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .description {
  display: none;
}

#main .social_video {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 15px 0 0;
}

#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .link_wacth {
  padding: 0;
}

#main .social_video .add_youtube {
  position: relative;
  width: 200px;
  height: 70px;
  overflow: hidden;
  float: left;
}

#main .social_video .views_youtube {
  position: relative;
  width: 200px;
  height: 50px;
  overflow: hidden;
  float: right;
  text-align: right;
}

#main .social_video .views_youtube .count {
  font-size: 24px;
  margin: 0;
  padding: 0;
}

#main .social_video .views_youtube .txt {
  font-size: 12px;
  font-family: "Arial Narrow", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#main .social_video .share {
  height: 35px;
  list-style: none outside none;
  margin-left: -240px;
  position: absolute;
  top: 15px;
  width: 165px;
}

#main .social_video .share li {
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 3px;
  width: 35px;
}

.content .list._videos {
  margin: 40px 0 0 -7px;
}

.content .list._videos .item {
  border: medium none;
  float: left;
  height: 105px;
  margin: 7px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  width: 220px;
}

.content .list._videos .item:hover .wrap_txt {
  display: block;
}

.content .list._videos .item .wrap_txt {
  background: url("../images/bg_overlay_70.png");
  height: 105px;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 180px;
  z-index: 2;
  display: none;
}

.content .list._videos .item .wrap_txt .link_wacth {
  margin: 15px 0 0;
}

.content .list._videos .item .wrap_txt .link_wacth .link_txt:hover {
  color: #ffffff;
}

.content .list._videos .item .wrap_txt .description {
  display: none;
}

.content .list._videos .item .thumb_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 145px;
  z-index: 1;
}

.btn_more._videos {
  margin: 40px 0 0 400px;
}

/* FORMULARIO CONTATO */
.form_contact,
.form_indique,
.form_faleconosco {
  position: relative;
  margin: 40px 0 0;
  max-width: 640px;
}

.input_orange,
.textarea {
  width: 590px;
  height: 35px;
  border: 2px solid #e67036;
  color: #e67036;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 10px 0;
  outline: none;
}

.textarea {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 16px;
  padding: 15px;
  height: 150px;
}

.list_form {
  position: relative;
  list-style: none;
}

.list_form li {
  position: relative;
  width: 100%;
  margin: 0 !important;
  float: left;
}

.list_form li.hidden {
  display: none;
}

.list_form li label.error {
  color: #ff0000;
  display: block;
  float: right;
  position: relative;
}

.list_form li label.error img {
  position: absolute;
  top: 16px;
  right: 7px;
}

.list_form li label.error img.assine {
  right: 26px;
}

.list_form li label.error img.faleconosco {
  top: 10px;
}

.list_form li .input_orange.error {
  border: 2px solid #ff0000;
  color: #ff0000;
  background-color: #FFFFFF68F;
}

.list_form li .input.error,
.list_form li .textarea.error {
  border: 2px solid #ff0000 !important;
  color: #ff0000 !important;
}

.list_form li ul.select {
  position: relative;
  list-style: none;
  height: 35px;
  border: 2px solid #e67036;
  border-radius: 10px;
  color: #e67036;
  font-size: 16px;
  margin: 10px 15px 10px 0;
  outline: medium none;
  padding: 0 15px;
  line-height: 35px;
}

.list_form li ul.select li.selected {
  position: relative;
  height: 35px;
}

.list_form li ul.select li .setaDown {
  position: absolute;
  right: -17px;
  top: -2px;
  background-position: -327px -271px;
  width: 41px;
  height: 39px;
  line-height: 39px;
  display: block;
  cursor: pointer;
  z-index: 300;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "Courier New", "Lucida Console", Monospace;
  color: #ffffff;
}

.list_form.home li ul.select li .setaDown {
  right: -32px;
}

.list_form li ul.select li.hidden_select {
  position: relative;
  display: none;
}

.list_form li ul.select li.hidden_select ul.list_option {
  position: relative;
  background-color: #f5f5f5;
  border-left: 2px solid #e67036;
  border-right: 2px solid #e67036;
  border-bottom: 2px solid #e67036;
  list-style: none;
  z-index: 2000;
  float: left;
  width: 100%;
  margin: 2px 0 15px;
}

.list_form li ul.select li.hidden_select ul.list_option li.option {
  position: relative;
  padding: 0 15px;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}

.list_form li ul.select li.hidden_select ul.list_option li.option .link_select {
  position: relative;
  display: block;
  color: #e67036;
  text-decoration: none;
}

.list_form li ul.select li.hidden_select ul.list_option li.option .link_select:hover {
  color: #333333;
}

.list_form li ul.select li.hidden_select ul.list_option li.option .link_select.outro {
  float: left;
  margin: 0 10px 0 0;
}

.list_form li ul.select li.hidden_select ul.list_option li.option .input_outro {
  border: 1px solid #cccccc;
  width: 220px;
  height: 25px;
  color: #666666;
  padding: 0 10px;
  box-sizing: border-box;
}

#main .side_right .list_social {
  position: relative;
  margin: 0;
  list-style: none;
}

#main .side_right .list_social li {
  border-bottom: 1px solid #e67036;
  font-size: 16px;
  color: #e67036;
}

#main .side_right .list_social li a {
  padding: 5px;
  color: #e67036;
  display: block;
  text-decoration: none;
}

#main .side_right .list_social li a:hover {
  background-color: #f5f5f5;
  color: #e67036;
}

#main .side_right .list_social li.title_list_social {
  padding: 0 0 10px 5px;
  font-weight: bold;
  text-transform: uppercase;
}

#main .side_right .list_locale {
  position: relative;
  margin: 30px 0 0;
  list-style: none;
  font-size: 14px;
}

#main .side_right .list_locale li p,
#main .side_right .list_locale li a {
  font-size: 14px;
  color: #e67036;
}

#main .side_right .list_locale li a:hover {
  color: #666666;
}

/* FONTS */
a {
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  text-decoration: none;
}

p a {
  color: #168eea;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

p a:visited {
  color: #871f78;
  text-decoration: none;
}

a.link_up {
  font-size: 14px;
  color: #e67036;
  text-transform: uppercase;
  font-weight: bold;
}

a.link_up:hover {
  color: #666666;
}

.h1 {
  position: relative;
  font-family: "Arial Narrow Bold", Helvetica, sans-serif;
  color: #e67036;
  font-size: 24px;
  font-weight: normal;
}

.h2,
.h3_right,
.h2_center {
  position: relative;
  color: #ffffff;
  background: #ff712e;
  padding: 15px 30px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  min-width: 130px;
}

.h2_center {
  position: relative;
  float: right;
  margin-right: 120px;
}

.h3_right.right {
  float: right;
  margin-right: 20px;
}

.h2 a,
.h3_right a,
.h2_center a {
  color: #ffffff;
}

.h2 .seta_title,
.h3_right .seta_title {
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -11.75px;
  width: 23.5px;
  height: 14px;
  background-position: -170px -128px;
}

.h2.blue {
  background: #0076a9;
}

.seta_title.blue {
  background-position: -241px -128px;
}

.h3 {
  position: relative;
  font-family: "Arial Narrow Bold", Helvetica, sans-serif;
  color: #e67036;
  font-size: 18px;
  font-weight: normal;
}

.h3 a {
  color: #e67036;
  text-decoration: none;
}

.h3 a:hover {
  color: #e67036;
}

.h4 {
  position: relative;
  font-family: "Arial Narrow", Helvetica, sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 3%;
}

.h4 a {
  color: #666666;
  text-decoration: none;
}

.h5 {
  position: relative;
  font-family: "Arial", Helvetica, sans-serif;
  color: #e67036;
  font-size: 24px;
  font-weight: bold;
}

.h5_oportunidades {
  position: relative;
  font-family: "Arial", Helvetica, sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0;
}

.h6 {
  position: relative;
  font-family: "Arial", Helvetica, sans-serif;
  color: #e67036;
  font-size: 16px;
  font-weight: normal;
}

.link_txt {
  font-family: "Arial", Helvetica, sans-serif;
  color: #e67036;
  font-size: 12px;
  font-weight: normal;
  float: left;
}

.link_txt:hover {
  color: #666666;
}

.link_social {
  position: relative;
  font-family: "Arial", Helvetica, sans-serif;
  color: #e67036;
  font-weight: normal;
  text-decoration: none;
}

p {
  /*position: relative;*/
  font-family: "Arial", Helvetica, sans-serif;
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  margin: 20px 0;
}

table tr td p {
  line-height: normal;
}

.carregando_home {
  position: relative;
  text-align: center;
  margin: 250px auto 0;
}

.carregando_list {
  position: relative;
  height: 250px;
  text-align: center;
  margin: 250px auto 0;
}

.carregando {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}

/* ESPECIALIZACAO */
.txt_indent {
  text-indent: -9999px;
}

.center {
  text-align: center;
}

.float_left {
  float: left;
  margin: 0 40px 15px 0;
}

.wrap_box_text .destaque {
  background-color: #c0ff3e;
  padding: 0 5px;
}

.legend {
  position: relative;
  float: right;
  padding: 0 0 15px 40px;
  font-size: 12px;
  line-height: 16px;
  z-index: 1;
}

.link_img {
  cursor: zoom-in;
}

/*  ERROR 404 */
.wrap_error {
  position: relative;
  width: 100%;
  list-style: none;
  overflow: hidden;
}

.wrap_error .item {
  position: relative;
  float: left;
  margin: 100px 0 0;
  width: 390px;
}

.wrap_error .item.img_error {
  width: 365px;
  height: 365px;
  margin: 0 40px 0 0;
  background: url(../images/icon_404.jpg) no-repeat;
}

/** Modal Agencia | herança site antigo **/
.show_modal {
  position: relative;
  width: 100%;
}

.modal {
  position: fixed;
  background: #000000;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000);
  zoom: 1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100000;
  display: none;
}

.modal .box_modal {
  background-color: #ffffff;
  border: 1px solid #666666;
  border-radius: 15px;
  box-shadow: 0 0 30px #333333;
  display: block;
  left: 50%;
  margin: 0 0 0 -300px;
  padding: 20px;
  position: absolute;
  top: 30%;
  width: 540px;
  z-index: 100001;
}

.modal .box_modal_big {
  background-color: #ffffff;
  border: 1px solid #666666;
  border-radius: 15px;
  box-shadow: 0 0 30px #333333;
  display: block;
  left: 50%;
  margin: -270px 0 0 -470px;
  padding: 20px;
  position: absolute;
  top: 50%;
  width: 900px;
  height: 540px;
  z-index: 100001;
}

.modal .box_modal_big .scroll {
  position: relative;
  height: 500px;
  overflow: auto;
}

.modal .box_modal_big .scroll p,
.modal .box_modal p {
  margin: 10px 0;
}

.modal .box_modal_big .scroll b,
.modal .box_modal b {
  margin-bottom: 20px;
  font-size: 1.8em;
}

.btn_close {
  font-family: "Arial", Helvetica, sans-serif;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #666666;
  border: 3px solid #ffffff;
  border-radius: 28px;
  box-shadow: 0 0 5px #333333;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 28px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -15px;
  width: 28px;
}

/* mapa de clicks */
#painel_admin {
  position: fixed;
  width: 55px;
  height: 37px;
  top: 10px;
  right: 10px;
  z-index: 1000000;
}

#painel_admin .btn_map_click {
  display: block;
  width: 55px;
  height: 37px;
  background: url("../images/heatmap-icon.png") no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  overflow: hidden;
}

#painel_admin .btn_map_click.on {
  background-position: 0 -37px;
}

#map_click {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #ffffff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  display: none;
}

#map_click .preloader_map {
  position: fixed;
  width: 200px;
  height: 198px;
  top: 50%;
  left: 50%;
  margin-top: -99px;
  margin-left: -100px;
  z-index: 9999999;
}

.point-map1 {
  border-radius: 50px;
  display: block;
  height: 26px;
  width: 26px;
  z-index: 1000000;
  background-image: url(../images/bg_heatmap1.png);
}

.point-map2 {
  border-radius: 50px;
  display: block;
  height: 26px;
  width: 26px;
  z-index: 1000000;
  background-image: url(../images/bg_heatmap2.png);
}

.point-map3 {
  border-radius: 50px;
  display: block;
  height: 26px;
  width: 26px;
  z-index: 1000000;
  background-image: url(../images/bg_heatmap3.png);
}

.point-map4 {
  border-radius: 50px;
  display: block;
  height: 26px;
  width: 26px;
  z-index: 1000000;
  background-image: url(../images/bg_heatmap4.png);
}

.bol-corona {
  float: right;
  width: 300px;
}

.logo60 {
  float: left;
  margin: 0px -365px;
}

.logo60 img {
  width: 83px;
}

/* MEDIA QUERY - ALL DEVICES MOBILE */
@media (min-width: 280px) and (max-width: 1024px) {

  /* Elementos Ocultos Mobile */
  #main .galery,
  #main .interativa,
  #header #nav,
  #header #actions,
  #header #social,
  .txt_indent,
  #main .mais_lidas,
  #main .mais_lidas_2,
  #aside #menu .submenu li .icon_seta,
  #main .last_news,
  .content.full .share li.print,
  #main .side_right,
  #aside .close,
  #main .last_video .carousel .overview .wrap_carousel .item .wrap_txt,
  .seta_txt_orange,
  #main .video_view .icon_play,
  #main .wrap_cloud_tags {
    display: none !important;
  }

  .logo60 {
    float: none;
    margin: 0px;
    margin-left: 5px;
  }

  .logo60 img {
    width: 55px;
    margin-left: -6px;
  }

  /* Header Mobile */
  #header .icon_menu {
    background-position: -212px -57px;
    height: 22px;
    left: 8px;
    top: 10px;
    width: 34px;
    display: block;
  }

  #header {
    height: 40px;
  }

  #header #logo {
    background-position: -231px -379px;
    height: 40px;
    width: 150px;
    margin: 0 0 0 40px;
  }

  #header .busca_mobile {
    position: absolute;
    top: 7px;
    right: 4px;
    z-index: 10;
    display: block;
  }

  #header .busca_mobile a.search_mobile {
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
    background-position: -338px -55px;
  }

  #header .busca_mobile .wrap_input_busca_mobile {
    position: fixed;
    bottom: -80px;
    right: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
    background: #000000;
    background: transparent;
    background: rgba(0, 0, 0, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
    text-align: center;
  }

  .input.search {
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    margin: 20px 10px;
    padding: 0 0 0 20px;
    width: 200px;
  }

  #header .busca_mobile .wrap_input_busca_mobile .ok {
    box-sizing: border-box;
    width: 50px;
    height: 40px;
    background-color: #e67036;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }

  #header .idiomas_mobile {
    position: absolute;
    top: 13px;
    right: 35px;
    display: block;
    z-index: 1;
  }

  #header .idiomas_mobile a {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    margin: 0 5px 0 0;
    border: 2px solid #ffffff;
    border-radius: 8px;
    padding: 5px;
  }

  #header .idiomas_mobile a.off {
    display: none;
  }

  /* Menu Lateral (vira principal) Mobile */
  #aside {
    width: 100%;
    left: 0;
    top: 33px;
    display: none;
  }

  body.home #aside {
    display: block;
  }

  #aside #menu {
    margin: 0;
    padding: 20px 10px 100px;
  }

  #aside #menu .submenu {
    margin: 10px 0;
  }

  #aside #menu .submenu li {
    border: 2px solid #ffffff;
    margin: 10px 0;
    background-color: #e67036;
    border-radius: 10px;
    -moz-border-radius: 10px;
  }

  #aside #menu .submenu li a {
    display: block;
    padding: 10px;
    font-size: 1.8em;
    color: #ffffff;
  }

  #aside #menu .submenu li a:hover {
    color: #ffffff;
  }

  .legend {
    float: none;
    padding: 0 10px 40px 0;
    width: 100% !important;
  }

  .legend img {
    width: 100%;
  }

  .wrap_box_text {
    width: 100%;
    box-sizing: border-box;
  }

  .h2,
  .h3_right,
  .h2_center {
    min-width: 100%;
    box-sizing: border-box;
  }

  .content .list .item .img_news {
    width: 100%;
    height: auto;
    padding: 0 0 20px;
  }

  .button.gray {
    margin-left: -65px;
  }

  .wrap_button {
    margin: 20px 0 40px;
  }

  .input_orange,
  .textarea,
  .list_form li ul.select {
    width: 265px;
  }

  .form_contact,
  .form_indique,
  .form_faleconosco {
    width: 300px;
    overflow: hidden;
    margin: 40px auto 0;
  }

  .content {
    width: 100%;
  }

  #main {
    top: 60px;
  }

  .content .list.agenda .item .share {
    bottom: 0;
    position: relative;
    right: 0;
    margin: 20px 0 0;
    float: left;
  }

  .scroolTop {
    bottom: 10px;
    right: 10px;
  }

  /* Ajustes do Republicar */
  #main #cc-republish>.cc-republish-popup>.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #main #cc-republish>.cc-republish-popup>.footer>.copy {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bol-corona {
    width: 100%;
    margin-top: 30px;
  }

  .webinar-logo {
    width: 45%;
  }
}

/* MEDIA QUERY - IPAD - Tablets */
@media (min-width: 760px) and (max-width: 1024px) {

  .h2,
  .h3_right,
  .h2_center {
    min-width: 130px;
    box-sizing: initial;
  }

  .content .list .item .img_news {
    width: 226px;
    height: 150px;
    padding: 0 40px 0 0;
  }

  .wrap_box_text {
    width: 374px;
    box-sizing: border-box;
  }

  .legend {
    float: right;
    padding: 0 0 15px 40px;
    max-width: 350px !important;
  }
}