/*
Theme Name: Dash V2 - PUCRS
Theme URI: http://www.pucrs.br/
Description: Tema desenvolvido para o Dashboard V2 - PUCRS.
Author: ASCOM
Version: 1.0
*/

@charset "utf-8";

@import url("css/bootstrap.min.css");
@import url("css/font-awesome.min.css");
@import url("css/slick.css");
@import url("css/datetimepicker.css");
@import url("css/zoom.min.css");

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,300italic,400italic,600italic,700italic,800italic);

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

.loading {
  background: url(images/loading.gif) center no-repeat;
  height: 36px;
}

.nao-encontrado {
  background: #f5f5f5;
  height: 46px;
  line-height: 46px;
  font-size: 0.875em;
  color: #999;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 3px;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: .9;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

* {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}



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

.caption {
text-align: left;
    bottom: 0;
    padding: 25px 0 15px;
    font-size: 2.600em;
    font-style: italic;
    color: #ca4c3f;
    line-height: 1.2;
    letter-spacing: -2px;
    border-radius: 0 0 4px 4px;
}

.caption strong {
    font-style: normal;
    font-weight: 800;
}


#menu-topo .container nav {display: none;}


figure.imagem-topo {
    overflow: hidden;
    height: 532px;
}

figure.imagem-topo img {
  border-radius: 0px;
}

.menu-dash  {
  position: relative;
  margin-top: -222px;
  /*margin-left: 32px;*/
  margin-bottom: -30px;
}

.menu-dash .abas {
  position: relative;
  margin-bottom: 30px;
}

.menu-dash .abas > ul {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 0;
  box-shadow: none;
  margin-left: 32px;
}

.menu-dash .abas > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 40px 10px 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-top: 0px solid #f4f4f4;
  width: 193px;
  height: 193px;
opacity:0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);

  
}


.menu-dash .abas > ul > li:hover {
  opacity:1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}


.menu-dash .abas > ul > li > img{
display: block;
margin: 0 auto;
width: 44px;
height: 44px;
margin-top: 35px;
-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-dash .abas > ul > li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


[data-aba*=abaacompanhe-nossos-canais]  {
  line-height: 1.2 !important;
  padding-top: 37px !important;
}

[data-aba*=abaacompanhe-nossos-canais] > img {
  margin-top: 22px !important;
}



/* 
.carousel-inner>.item>a>img { 
    top: 0;
   left: 0;
   min-width: 100%;
   min-height: 285px;
  }
 */


/* current */
.menu-dash .abas > ul > li:before {
  content: "";
  background: none;
  width: inherit;
  height: inherit;
  display: none !important;
  border-radius: inherit;
}

.menu-dash .abas > ul > li.current,
.menu-dash .abas > ul > li.current-cat {
  border-bottom: 5px solid #fff !important;
 /*height: 230px;*/
 opacity:0.95;
  -moz-opacity: 0.95;
  filter: alpha(opacity=95);
  color: #fff;

}

.menu-dash .abas > ul > li.current img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.menu-dash .abas > ul > li.current:before,
.menu-dash .abas > ul > li.current-cat:before {
  background: transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid #fff;
  display: block !important;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
}

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

.menu-dash h1.heading-26px {
  color: #3373b7;
  border-bottom: 1px solid #3373b7;
  text-transform: none;
  font-weight: 600;
}

.menu-dash .conteudo-abas {
    /*margin-left: -32px;*/
    margin-top: 70px;
}

.iframe-content
{
  background-color: #f4f4f4;
  display: block;
    /*height: 244px;*/
  /*width: 582px;*/
  /*text-align: center;*/
  border-left: 6px solid #3373b7;
   /*padding: 20px;*/
  margin-top: 20px;
}

.menu-dash .infos .titulo {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

.menu-dash .infos {
 padding-top: 16px;
}

.menu-dash .infos p {
  color: #fff;
  text-align: center;
  font-size: 0.85em;
}

.menu-dash .dash-item .imagem img {
  height: 47px;
  width: auto;
  margin: 0 auto;
  border-radius: 0;
}

.menu-dash .dash-item  {
  height: 180px;
  padding-top: 50px;
  margin-bottom: 15px;

}

.menu-dash .col-lg-3 {
    /*padding-left: 0;*/
}

.menu-dash hr {
    background: #d2d0d0;
    height: 1px;
    display: block;
    border: none;
    margin: 40px 0 0;
}


.menu-dash .dash-icon-item .imagem img {
  max-height: 47px;
    width: auto;
    margin: 0 auto;
    /* padding: 18px; */
    /* background-color: #ffffff; */
    /* border: 1px solid #8e9397; */

}

.menu-dash .dash-icon-item {
    margin-bottom: 15px;
    /*background-color: #ffffff;
    border: 1px solid #8e9397;*/
    display: block;
    /*padding: 18px;*/
    background-color: #ffffff;
    border: 1px solid #8e9397;
    border-radius: 0;
    padding: 18px;
        margin-left: -8px;
        margin-right: -8px;
}

.dash-icon-item > * {
  vertical-align: middle;
}

.menu-dash .dash-icon-item a[target="_blank"]:after,
.menu-dash .lista-de-links-container a[target="_blank"]:after,
.menu-dash .dash-banner a[target="_blank"]:after
{
    display: none;
}

.dash-icon-container {
  background-color: #f4f4f4;
  display: inline-block;
  border-left: 6px solid #3373b7;
  /*width: 342px;*/
  padding: 42px;
}


#abapucrs-on-line .dash-item {
      height: 134px;
      padding-top: 30px;
    margin-bottom: 15px;
}


.menu-dash .link-item {
    background-color: #fafafa;
    display: block;
    padding: 8px;
    margin: 3px;
    border-left:   5px solid #3373b7;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(235,235,235,0.7);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(235,235,235,0.7);
    box-shadow: inset 0px 0px 0px 1px rgba(235,235,235,0.7);
  }

  .lista-de-links-container {
    margin-left: -15px;
    margin-right: -15px;
  }

  .menu-dash .dash-banner {
    width: 105%;
  margin-left: -30px;
  margin-bottom: 30px;
  }


.menu-dash .dash-banner .imagem img {
  width: auto;
  margin: 0 auto;
  border-radius: 0;

}


/********** FORM Informações Financeiras /**********/




.soupucrs-formulario .formulario .item {
  margin-bottom: 25px;
}

.soupucrs-formulario .formulario .item label {
  display: block;
  font-size: 0.813em;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.soupucrs-formulario .formulario .item label span {
  color: #f2cb3f;
}

.soupucrs-formulario .formulario .item .input {
  width: 100%;
  height: 45px;
  display: block;
  padding: 8px 10px;
  font-style: italic;
  border: 2px solid #ddd;
  box-sizing: border-box;
  border-radius: 4px;
}

.soupucrs-formulario .formulario .item select.input {
  background: url(images/seta_select.png) #fff right no-repeat;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.soupucrs-formulario .formulario .item select::-ms-expand {
  display: none;
}

.soupucrs-formulario .formulario .item textarea.input {
  height: inherit;
  overflow: auto;
  resize: none;
}

.soupucrs-formulario .formulario .item .bt {
  background: #ca4c3f;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
}

.soupucrs-formulario .formulario .item .bt:hover {
  opacity: .9;
}


.soupucrs-formulario .soupucrs-destaque {
  position: relative;
  margin-bottom: 20px;
}

.soupucrs-formulario .soupucrs-destaque .caption {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.4));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 45px 0 25px;
  font-size: 2.100em;
  font-style: italic;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
  line-height: 1.2;
  letter-spacing: -2px;
  border-radius: 0 0 4px 4px;
}

.soupucrs-formulario .soupucrs-destaque .caption strong {
  font-style: normal;
  text-transform: uppercase;
}

.soupucrs-formulario .soupucrs-destaque .caption p {
  font-size: 0.550em;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

.widget-banner {
  margin-bottom: 10px;
}

.widget-banner a:after {
  display: none !important;
}

.soupucrs-formulario {
  /*background: #f4f4f4;
  padding: 20px 25px;
  margin-bottom: 30px;
  border-radius: 4px;/*
    /* carol */
    /*width: 97%;*/
    /*height: 200px;*/
}

.soupucrs-formulario .titulo {
  font-size: 1.250em;
  font-weight: 700;
  color: #222;
}

.soupucrs-formulario p {
  font-size: 0.813em;
  font-style: italic;
  color: #666;
  margin-bottom: 15px;
}

.soupucrs-formulario .formulario {
  margin: 0 -10px;
}

.soupucrs-formulario .formulario .col-xs-4 {
  padding: 0 10px;
}

.soupucrs-formulario .formulario .item {
  margin-bottom: 10px;
}

.soupucrs-formulario .formulario .item .input {
  height: 38px;
}

.soupucrs-formulario .formulario .bt {
  width: 100%;
  height: 38px;
  line-height: 38px;
  display: block;
  padding: 0;
  text-align: center;
}

.soupucrs-formulario .more {
  text-transform: none;
  text-decoration: underline;
}

.soupucrs-linksuteis {
  background: #f4f4f4;
  padding: 20px 25px;
  border-radius: 4px;
}

.soupucrs-linksuteis .titulo {
  font-size: 1.250em;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.soupucrs-linksuteis ul {
  margin-bottom: 0;
}

.soupucrs-linksuteis ul li {
  margin-bottom: 3px;
}

.soupucrs-linksuteis ul li:before {
  display: none;
}

.soupucrs-linksuteis ul li a:after {
  display: none !important;
}

.soupucrs-linksuteis ul li a[target="_blank"]:before {
  content: "\f08e";
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #ca4c40;
  margin-right: 10px;
}

.soupucrs-linksuteis ul li a[href$=".doc"]:before,
.soupucrs-linksuteis ul li a[href$=".docx"]:before,
.soupucrs-linksuteis ul li a[href$=".pdf"]:before,
.soupucrs-linksuteis ul li a[href$=".xls"]:before,
.soupucrs-linksuteis ul li a[href$=".xlsx"]:before,
.soupucrs-linksuteis ul li a[href$=".zip"]:before,
.soupucrs-linksuteis ul li a[href$=".rar"]:before,
.soupucrs-linksuteis ul li a[href$=".csv"]:before {
  content: "\f019";
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #ca4c40;
  margin-right: 10px;
}



/********** FORM Informações Financeiras **********/







/* my media-queries */


@media screen and (max-width: 1270px) {
  .menu-dash .abas > ul > li {
    width: 180px;
    height: 180px;
  }

  .menu-dash {
      margin-top: -243px;
  }

  .menu-dash .dash-icon-item {
    margin-left: -13px;
    margin-right: -12px;
  }
}




/* If the browser window is smaller than 1024  */
@media screen and (max-width: 1200px) {
  .menu-dash .abas > ul > li {
    width: 146px;
    height: 146px;
    padding: 32px 10px 6px;
    line-height: 1;
    font-size: 13px;
  }

  [data-aba*=abaacompanhe-nossos-canais] {
    padding: 28px 10px 6px !important;
    line-height: 1!important;
  }


  [data-aba*=abaacompanhe-nossos-canais] > img {
    margin-top: 17px !important;
  }



    .menu-dash {
      margin-top: -295px;
  }

  .menu-dash .abas > ul > li > img {
      margin-top: 26px;
      width: 35px;
      height: 35px;
  }

  /*.iframe-content {
    width: 477px;
    text-align: left;
    padding-top: 23px;
  }

  .iframe-content iframe {
    width: 470px;
  }*/

.menu-dash .dash-icon-item {
    padding: 11px;
  }


  .dash-icon-container {
    padding: 30px;
  }

  #abapucrs-on-line .dash-item {
    height: 112px;
    padding-top: 16px;
    margin-bottom: 8px;
  }

  

}


@media screen and (max-width: 992px) {
  .menu-dash .abas > ul > li {
    width: 112px;
    height: 112px;
    vertical-align: middle;
    display: table-cell;
    padding: 8px 10px 6px;
  }

   .menu-dash {
      margin-top: -350px;
      margin-left: 25px;
  }

  .menu-dash .abas > ul > li > img {
      margin-top: 16px;
      width: 30px;
      height: 30px;
  }

  .menu-dash .conteudo-abas {
    margin-left: -25px;
  }

  #abapucrs-on-line .dash-item {
      height: 112px;
      padding-top: 16px;
      margin-bottom: 8px;
      margin-left: -13px;
      margin-right: -13px;
  }

  .content .heading-18px {
      margin-top: 10px;
  }

  .menu-dash .dash-icon-item {
    margin-bottom: 7px;
  }

  .ajuste.col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }

}


@media screen and (max-width: 768px) {
  .dash-icon-container, .flex {
    display: flex;
  }

  .menu-dash .abas > ul {
    margin-left: 0px;
  }

  .menu-dash .dash-banner {
    width: auto;
  }

  #rodape .infos .logos {
    width: 100%;
    position: relative !important;
    padding-top: 50px;
    padding-bottom: 30px;
 
  }

  #rodape .infos .redes {
    position: relative !important;
    text-align: center !important;
    margin-top: 20px !important;
    top: 0 !important;
    right: 0 !important;
  }

}


@media screen and (max-width: 760px) {
  .menu-dash .abas > ul > li {
    width: 107px;
    height: 107px;
    vertical-align: middle;
    display: table-cell;
    padding: 8px 10px 6px;
  }

   .menu-dash {
      margin-top: -360px;
      margin-left: 25px;
  }

}

@media screen and (max-width: 730px) {
  .menu-dash .abas > ul > li {
    width: 105px;
    height: 105px;
  }
}

@media screen and (max-width: 717px) {
  .menu-dash .abas > ul > li {
    width: 104px;
    height: 104px;
  }
}

@media screen and (max-width: 705px) {
  .menu-dash .abas > ul > li {
    width: 102px;
    height: 102px;
  }
}

@media screen and (max-width: 700px) {
  .menu-dash .abas > ul > li {
    width: 97px;
    height: 97px;
  }
}


/* select menu */
.menu-dash select#soflow {
  display: none;
}

/*@media screen and (max-width: 425px) {*/
@media screen and (max-width: 675px) {

  .menu-dash .abas > ul      { display: none; }
  .menu-dash select#soflow { display: inline-block;  margin-top: 105px; }

  .menu-dash {
    margin-top: -450px;
    margin-left: 4px;
  }

  .menu-dash .conteudo-abas {
    margin-left: -4px;
    margin-top: 45px;
  }

}

@media screen and (max-width: 585px) {
  .menu-dash select#soflow { margin-top: 70px; }
}

@media screen and (max-width: 510px) {
  .menu-dash select#soflow { margin-top: 50px; }
}

@media screen and (max-width: 470px) {
  .menu-dash select#soflow { margin-top: 15px; }
  ol.carousel-indicators {display: none;}
}

@media screen and (max-width: 425px) {
  #rodape .infos .logos img {max-width: 55px !important;}
  #rodape .infos .redes .titulo {font-size: 1.150em !important;}
}

@media screen and (max-width: 367px) {
  .menu-dash select#soflow { margin-top: -5px; margin-left: 5px; width: 275px; }
}

   

/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   /*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
}

select#soflow-color {
   color: #fff;
   /*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);*/
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;

   
}


select#soflow-color option{
    background-color: transparent !important;
  border: 1px solid #e4e4e4;
  color: #000;
  -webkit-appearance: none; 
     -moz-appearance: none; 
}


.carousel-inner>.item>a>img {
  border-radius: 0;
}

/* componentes */

.container {
  position: relative;
}

.row {
  margin-bottom: 30px;
}

.row.no-margin {
  margin-bottom: 0;
}

.seta:after {
  content: "›";
  display: inline-block;
  vertical-align: sub;
  font-size: 1.8em;
  font-weight: 600;
  color: #333;
  line-height: .8;
  margin-left: 4px;
}

hr {
  background: #f4f4f4;
  height: 3px;
  display: block;
  border: none;
  margin: 50px 0;
}

hr.margem-menor {
  margin: 25px 0;
}

hr:before,
hr:after {
  content: "";
  clear: both;
  display: block;
}

a.more {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
}

a.more:after {
  content: "\f054";
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 13px;
  line-height: .8;
  margin-left: 6px;
}

.content {
  position: relative;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  padding: 0;
  position: relative;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
  margin: 0 0 15px;
}

.content h1 a,
.content h2 a,
.content h3 a {
  color: #222;
}

.content h1 {
  font-size: 1.625em;
  font-weight: 800;
  text-transform: uppercase;
}

.content h2 {
  font-size: 1.250em;
  font-weight: 800;
}

.content h3 {
  font-size: 1.125em;
}

.content h1,
.content h2 {
  font-weight: 800;
}

.content h1.titulo-pagina,
.content h2.titulo-pagina {
  font-size: 1.625em;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 25px;
}

.content h1.titulo-pagina.no-margin,
.content h2.titulo-pagina.no-margin {
  margin-bottom: 5px;
}

.content .heading-16px {
  font-size: 1em;
}

/*.content .heading-18px {
  font-size: 1.125em;
}*/

.content .heading-18px {
    font-size: 1.450em;
    color: #3373b7;
    text-transform: none;
    font-weight: 600;
}

.content .heading-26px {
  font-size: 1.625em;
}

.content .heading-16px.uppercase,
.content .heading-18px.uppercase,
.content .heading-26px.uppercase {
  text-transform: uppercase;
}

.content h1.seta:after,
.content h2.seta:after,
.content h3.seta:after,
.content h4.seta:after,
.content h5.seta:after,
.content h6.seta:after {
  content: "\f054";
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #333;
  line-height: .8;
  margin-left: 6px;
}

.content h1 a.more,
.content h2 a.more,
.content h3 a.more,
.content h4 a.more,
.content h5 a.more,
.content h6 a.more {
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.content h1 a.more:after,
.content h2 a.more:after,
.content h3 a.more:after,
.content h4 a.more:after,
.content h5 a.more:after,
.content h6 a.more:after {
  content: "\f054";
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 1em;
  line-height: .8;
  margin-left: 6px;
}

.content h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover {
  text-decoration: none;
}

.content h1 .links-horizontal,
.content h2 .links-horizontal,
.content h3 .links-horizontal,
.content h4 .links-horizontal,
.content h5 .links-horizontal,
.content h6 .links-horizontal {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  font-size: 13px;
  font-weight: normal;
}

.content h1 .links-horizontal > ul > li > ul,
.content h2 .links-horizontal > ul > li > ul,
.content h3 .links-horizontal > ul > li > ul,
.content h4 .links-horizontal > ul > li > ul,
.content h5 .links-horizontal > ul > li > ul,
.content h6 .links-horizontal > ul > li > ul {
  left: inherit;
  right: 0;
}

.content h1 .links-horizontal > ul > li > ul:before,
.content h2 .links-horizontal > ul > li > ul:before,
.content h3 .links-horizontal > ul > li > ul:before,
.content h4 .links-horizontal > ul > li > ul:before,
.content h5 .links-horizontal > ul > li > ul:before,
.content h6 .links-horizontal > ul > li > ul:before {
  left: inherit;
  right: 35px;
}

.content p,
.content ul,
.content ol,
.content dl {
  margin-bottom: 25px;
}

.content ul,
.content ol {
  padding: 0;
}

.content ul li,
.content ol li {
  padding: 1px 0;
  list-style-position: inside;
}

.content ul li {
  list-style: none;
}

.content ul li:before {
  content: "";
  background: #666;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 100%;
}

.content p a {
  text-decoration: underline;
}

.content ul li a[target="_blank"]:after,
.content ol li a[target="_blank"]:after,
.content a[target="_blank"]:after {
  content: "\f08e";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #666;
  margin-left: 6px;
}

.content ul li a[href$=".doc"]:after,
.content ul li a[href$=".docx"]:after,
.content ul li a[href$=".pdf"]:after,
/*.content ul li a[href$=".xls"]:after,*/
.content ul li a[href$=".xlsx"]:after,
.content ul li a[href$=".zip"]:after,
.content ul li a[href$=".rar"]:after,
.content ul li a[href$=".csv"]:after,
.content a[href$=".doc"]:after,
.content a[href$=".docx"]:after,
/*.content a[href$=".pdf"]:after,*/
.content a[href$=".xls"]:after,
.content a[href$=".xlsx"]:after,
.content a[href$=".zip"]:after,
.content a[href$=".rar"]:after,
.content a[href$=".csv"]:after {
  content: "\f019";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #666;
  margin-left: 6px;
}

.content dl dt {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  color: #222;
  margin-bottom: 3px;
}

.content dl dt:before {
  content: "";
  background: #666;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  border-radius: 100%;
}

.content dl.gallery-item dt:before {
  display: none !important;
}

.content dl.gallery-item dt img {
  display: block;
  margin: auto;
}

.content dl dd {
  padding-left: 15px;
  font-size: 0.813em;
  color: #666;
  margin-bottom: 15px;
}

.content dl dd a {
  text-decoration: underline;
}

.content .alignnone {
  margin: 0 0 25px;
}

.content .aligncenter {
  margin: 0 auto 25px;
}

.content .alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.content .alignright {
  float: right;
  margin: 0 0 25px 25px;
}

/* teste */
/*  img.alignleft {
    display: block !important;
    clear: right;
  }
*/
/* teste */

.content p.lead,
.content blockquote {
  font-weight: 300;
  font-size: 1.125em;
  font-style: italic;
  color: #999;
}

.content blockquote {
  padding: 0;
  border: none;
  margin: 0 0 25px;
}

.content blockquote p:last-child {
  margin-bottom: 0;
}

.content p.menor {
  font-size: 0.813em;
  color: #999;
}

.content p.menor a {
  color: #999;
}

.content .wp-caption {
  position: relative;
}

.content .wp-caption.video .bt-play {
  background: #666;
  width: 80px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -64px 0 0 -40px;
  border-radius: 4px;
  z-index: 9;
  opacity: .95;
}

.content .wp-caption.video .bt-play:before {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -12px;
}

.content .wp-caption.video .bt-play:hover {
  opacity: 1;
}

.content .wp-caption img {
  margin: 0;
}

.content .wp-caption .wp-caption-text {
  background: #666;
  max-width: 75%;
  padding: 20px 25px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 4px;
  margin: 0;
}

#wp_caption_text_id_agenda_maior{
  max-width: inherit;
}

#wp_caption_text_id_agenda_menor{
  max-width: inherit;
}


.content .wp-caption .wp-caption-text .titulo {
  font-size: 1.313em;
  font-weight: 700;
  font-style: normal;
}

.content .wp-caption .wp-caption-text .fonte {
  font-size: 0.813em;
  font-style: normal;
  opacity: .7;
}

.content .bt {
  background: #666;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
}

.content .bt:after {
  display: none !important;
}

.content .bt.maior {
  padding: 14px 25px;
  font-size: 1.222em;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
}

.content .bt.maior strong {
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}

.content .bt img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}

.content .bt:hover {
  opacity: .9;
}

.content table.table thead tr th {
  font-size: 0.813em;
  color: #222;
  text-transform: uppercase;
  border-top: 1px solid #ddd !important;
  border-bottom-width: 1px;
}

.content table.table thead tr th,
.content table.table tbody tr td {
  padding: 15px;
  vertical-align: middle;
}

.content table.table a {
  font-size: 0.813em;
  color: #333;
  text-transform: uppercase;
}

.slide-destaque-1 {
  margin-bottom: 30px;
}

.slide-destaque-1 .slick-prev,
.slide-destaque-1 .slick-next {
  background: transparent;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 15px;
  font-size: 0;
  border: none;
  z-index: 9;
}

.slide-destaque-1 .slick-next {
  left: inherit;
  right: 15px;
}

.slide-destaque-1 .slick-prev:before,
.slide-destaque-1 .slick-next:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 80px;
  color: #fff;
  line-height: .55;
  opacity: .25;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.slide-destaque-1 .slick-next:before {
  content: "\f105";
}

.slide-destaque-1 .slick-prev:hover:before,
.slide-destaque-1 .slick-next:hover:before {
  opacity: .75;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.slide-destaque-1 ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.slide-destaque-1 ul li {
  display: none;
  position: relative;
}

.slide-destaque-1 ul li:first-child {
  display: inline-block;
}

.slide-destaque-1 ul li a:after {
  display: none !important;
}

.slide-destaque-1 ul li:before {
  display: none !important;
}

.slide-destaque-1 ul li .categoria {
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 4px 0;
}

.slide-destaque-1 ul li .categoria a {
  display: block;
  padding: 4px 10px;
  font-size: 0.688em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.slide-destaque-1 ul li .wp-caption .wp-caption-text {
  max-width: 55%;
}

.slide-destaque-1 .slick-dots {
  text-align: center;
}

.slide-destaque-1 .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.slide-destaque-1 .slick-dots li button {
  background: #fff;
  width: 13px;
  height: 13px;
  padding: 0;
  border: 1px solid #ddd;
  font-size: 0;
  border-radius: 100%;
}

.slide-destaque-1 .slick-dots li:hover button {
  background: #eee;
}

.slide-destaque-1 .slick-dots li.slick-active button {
  background: #333;
  border-color: #333;
}

.noticia-destaque {
  position: relative;
  margin-bottom: 30px;
}

.noticia-destaque img {
  width: 100%;
  height: auto;
}

.noticia-destaque .categoria {
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.688em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px 0 4px 0;
  z-index: 9;
}

.noticia-destaque .categoria a {
  display: block;
  padding: 3px 9px;
  color: #fff;
}

.noticia-destaque .wp-caption-text {
  min-width: 100%;
  border-radius: 0 0 4px 4px !important;
}

.noticias .noticia {
  margin-bottom: 30px;
}

.noticias.linha .noticia:last-child {
  margin-bottom: 0;
}

.noticias .noticia .imagem {
  margin-bottom: 10px;
}

.noticias .noticia .categoria {
  background: #333;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.688em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  margin-right: 10px;
}

.noticias .noticia .categoria a {
  display: block;
  padding: 3px 9px;
  color: #fff;
}

.noticias .noticia .data {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.813em;
  color: #999;
}

.noticias .noticia .titulo {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2;
  margin: 8px 0 5px;
}

.noticias .noticia .titulo a {
  color: #333;
}

.noticias .noticia p {
  font-size: 0.875em;
  font-style: italic;
  color: #999;
}

.noticias .noticia .titulo:hover a {
  color: #666;
}

.galeria-videos-horizontal {
  margin-bottom: 30px;
}

.galeria-videos-horizontal .itens {
  margin-bottom: 30px;
}

.galeria-videos-horizontal .itens .item {
  position: relative;
}

.galeria-videos-horizontal .itens .item img {
  width: 100%;
  height: auto;
}

.galeria-videos-horizontal .itens .item .wp-caption .bt-play {
  background: #666;
  width: 80px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -40px;
  border-radius: 4px;
  z-index: 99;
  opacity: .95;
}

.galeria-videos-horizontal .itens .item .wp-caption .bt-play:before {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -12px;
}

.galeria-videos-horizontal .itens .item .wp-caption .bt-play:hover {
  opacity: 1;
}

.galeria-videos-horizontal .wp-caption .wp-caption-text {
  max-width: inherit;
  padding: 12px 15px;
  right: 0;
  border-radius: 0 0 3px 3px;
  margin: 0;
}

.galeria-videos-horizontal .thumbs .thumb {
  position: relative;
  margin: 0 3px;
  cursor: pointer;
}

.galeria-videos-horizontal .thumbs .thumb .imagem span {
  position: relative;
}

.galeria-videos-horizontal .thumbs .thumb .imagem span .bt-play {
  background: #666;
  width: 46px;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 3px 0 3px;
  z-index: 9;
  opacity: .95;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.galeria-videos-horizontal .thumbs .thumb .imagem span .bt-play:before {
  content: "";
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -6px;
}

.galeria-videos-horizontal .thumbs .thumb .imagem span,
.galeria-videos-horizontal .thumbs .thumb .imagem img {
  float: left;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.galeria-videos-horizontal .thumbs .thumb .imagem span {
  border: 3px solid #fff;
}

.galeria-videos-horizontal .thumbs .thumb .imagem span,
.galeria-videos-horizontal .thumbs .thumb .imagem img {
  float: inherit;
  display: inline-block;
  vertical-align: middle;
  margin: auto;
}

.galeria-videos-horizontal .thumbs .thumb .imagem span img {
  width: 100%;
  height: 100%;
  opacity: .6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.galeria-videos-horizontal .thumbs .thumb .imagem span img {
  width: auto;
  height: auto;
}

.galeria-videos-horizontal .thumbs .thumb.slick-current .imagem span {
  border: 3px solid #666;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.galeria-videos-horizontal .thumbs .thumb.slick-current .imagem span .bt-play {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.galeria-videos-horizontal .thumbs .thumb.slick-current .imagem span img {
  margin: 0;
  border-radius: 1px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.galeria-videos-horizontal .thumbs .thumb .titulo {
  font-size: 0.813em;
  color: #999;
  line-height: 1.3;
  margin-top: 10px;
}

.fullbanner a:after {
  display: none !important;
}

.fullbanner .item {
  margin-bottom: 30px;
}

.fullbanner .item .imagem {
  margin-bottom: 10px;
}

.fullbanner .item .titulo {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
}

.fullbanner .item .titulo a {
  color: #333;
}

.fullbanner .item p {
  font-size: 0.938em;
  color: #666;
}

.topicos-destaque .item {
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}

.topicos-destaque .item a:after {
  display: none !important;
}

.topicos-destaque .item .imagem img {
  border-radius: 3px 3px 0 0;
}

.topicos-destaque .item .infos {
  background: #666;
  padding: 20px;
  color: #fff;
  border-radius: 0 0 3px 3px;
}

.topicos-destaque .item .infos .titulo {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.topicos-destaque .item .infos .titulo a {
  color: #fff;
}

.topicos-destaque .item .infos p {
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.topicos-destaque .item a:hover .infos .titulo,
.topicos-destaque .item a:hover .infos p {
  opacity: .5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modulo {
  margin-bottom: 30px;
}

.breadcrumb {
  background: none;
  padding: 10px 0;
  font-size: 0.813em;
  margin: 10px 0 15px;
}

.breadcrumb li+li:before {
  content: "\f105" !important;
  display: inline-block;
  padding: 0 9px;
  font-family: 'FontAwesome';
  font-size: 1.125em;
  font-weight: bold;
  color: #e8e8e8;
}

.breadcrumb li.active {
  color: #999;
}

.cabecalho-noticia,
.compartilhe-noticia {
  font-size: 0.813em;
  margin-bottom: 15px;
}

.compartilhe-noticia {
  margin-bottom: 30px;
}

.cabecalho-noticia:before,
.cabecalho-noticia:after,
.compartilhe-noticia:before,
.compartilhe-noticia:after {
  content: "";
  clear: both;
  display: block;
}

.cabecalho-noticia .categoria {
  background: #333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 3px;
}

.cabecalho-noticia .categoria a {
  display: block;
  padding: 3px 10px;
  font-size: 0.846em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.cabecalho-noticia .data {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}

.compartilhe-noticia .redes {
  float: right;
}

.compartilhe-noticia .redes .ico {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.compartilhe-noticia .redes .ico .whatsapp {
  background: #2ab200;
  height: 20px;
  line-height: 20px;
  display: block;
  padding: 0 8px;
  font-size: 0.781em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.1);
  border-radius: 3px;
}

.compartilhe-noticia .redes .ico .whatsapp:before {
  content: "\f232";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1.063em;
  font-weight: normal;
  margin-right: 6px;
}

.compartilhe-noticia .titulo {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
}

.relacionados .item {
  margin-bottom: 30px;
}

.relacionados .item .titulo {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 5px;
}

.relacionados .item .titulo a {
  color: #333;
}

.relacionados .item p {
  font-style: italic;
  color: #999;
  line-height: 1.3;
}

.vfb-item-textarea {
  width: 100%;
  float: left;
}

/* adicionado em 13-04-2016 */

.vfb-fieldset,
.visual-form-builder fieldset {
  background: transparent;
  padding: 0;
  border: none;
  margin: 0;
  border-radius: 0;
}

.vfb-section,
.visual-form-builder ul {
  font-size: 16px;
  margin: 0 !important;
}

.visual-form-builder ul li {
  padding: 0 0 15px !important;
}

.vfb-item-textarea,
.visual-form-builder ul li.vfb-item-textarea {
  width: 100% !important;
  float: left;
}

/* adicionado em 13-04-2016 */

/* !Field Layout */
.visual-form-builder li.vfb-two-column div span,
.visual-form-builder li.vfb-three-column div span,
.visual-form-builder li.vfb-auto-column div span{
  margin:0 5px 0 0;
  width:48%;
}

.visual-form-builder li.vfb-three-column div span{
  width:30%;
}

.visual-form-builder li.vfb-auto-column div span{
  width:auto;
}

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-left-two-thirds{
  float:left;
  clear:left;
}

.visual-form-builder li.vfb-right-half,
.visual-form-builder li.vfb-right-third,
.visual-form-builder li.vfb-right-two-thirds{
  float:right;
  clear:none;
}

.visual-form-builder li.vfb-middle-third{
  float:left;
  clear:none;
  margin-left: 2%;
}

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-right-half{
  width: 48% !important;
}

.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-middle-third,
.visual-form-builder li.vfb-right-third{
  width: 30% !important;
}

.visual-form-builder li.vfb-left-two-thirds,
.visual-form-builder li.vfb-right-two-thirds{
  width: 64% !important;
}

li.vfb-left-half .vfb-small,
li.vfb-left-half .vfb-medium,
li.vfb-left-half .vfb-large,
li.vfb-right-half .vfb-small,
li.vfb-right-half .vfb-medium,
li.vfb-right-half .vfb-large,
li.vfb-left-third .vfb-small,
li.vfb-left-third .vfb-medium,
li.vfb-left-third .vfb-large,
li.vfb-middle-third .vfb-small,
li.vfb-middle-third .vfb-medium,
li.vfb-middle-third .vfb-large,
li.vfb-right-third .vfb-small,
li.vfb-right-third .vfb-medium,
li.vfb-right-third .vfb-large,
.visual-form-builder li.vfb-left-two-thirds .vfb-small,
.visual-form-builder li.vfb-left-two-thirds .vfb-medium,
.visual-form-builder li.vfb-left-two-thirds .vfb-large,
.visual-form-builder li.vfb-right-two-thirds .vfb-small,
.visual-form-builder li.vfb-right-two-thirds .vfb-medium,
.visual-form-builder li.vfb-right-two-thirds .vfb-large{
  width:100%;
}
/* !Field Layout */

.vfb-legend {
  display: none;
}

.formulario .item,
.visual-form-builder-container .vfb-item {
  margin-bottom: 25px;
}

.visual-form-builder-container .vfb-item:before {
  display: none;
}

.formulario .item label,
.visual-form-builder-container .vfb-item .vfb-desc {
  display: block;
  font-size: 0.813em;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.formulario .item label span,
.visual-form-builder-container .vfb-item .vfb-desc span {
  color: #f2cb3f;
}

.formulario .item .input,
.visual-form-builder-container .vfb-item .vfb-text,
.visual-form-builder-container .vfb-item .vfb-select,
.visual-form-builder-container .vfb-item .vfb-textarea {
  width: 100%;
  height: 45px;
  display: block;
  padding: 8px 10px;
  font-style: italic;
  border: 2px solid #ddd;
  box-sizing: border-box;
  border-radius: 4px;
}

.formulario .item select.input,
.visual-form-builder-container .vfb-item .vfb-select {
  background: url(images/seta_select.png) #fff right no-repeat;
  padding-right: 30px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.formulario .item select::-ms-expand {
  display: none;
}

.formulario .item textarea.input,
.visual-form-builder-container .vfb-item .vfb-textarea {
  height: 120px;
  overflow: auto;
  resize: none;
}

.visual-form-builder-container .vfb-item .vfb-span,
.visual-form-builder-container .vfb-item .vfb-error {
  margin-top: 5px;
}

.visual-form-builder-container .vfb-item .vfb-span label,
.visual-form-builder-container .vfb-item .vfb-error {
  font-size: 0.813em;
  font-weight: normal;
  font-style: italic;
}

.visual-form-builder-container .vfb-item .vfb-error {
  color: #cc0000;
}

.formulario .item .bt,
.visual-form-builder-container .vfb-submit {
  background: #333;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
}

.formulario .item .bt:hover,
.visual-form-builder-container .vfb-submit:hover {
  opacity: .9;
}

.comentarios .comentario,
ol.commentlist li {
  list-style: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #f3f3f3;
}

.comentarios .comentario:last-child,
ol.commentlist li:last-child {
  border-bottom: none;
}

.comentarios .comentario .data,
ol.commentlist li .commentmetadata {
  font-size: 0.813em;
  color: #999;
  margin-bottom: 3px;
}

ol.commentlist li .commentmetadata a {
  color: #999;
}

.comentarios .comentario .nome,
ol.commentlist li .vcard {
  background: none;
  padding: 0;
  font-size: 1.125em;
  color: #333;
  border: none;
  margin-bottom: 5px;
}

ol.commentlist li .vcard .fn a {
  text-decoration: underline;
}

.comentarios .comentario .nome a {
  color: #333;
}

.comentarios .comentario p {
  margin-bottom: 0;
}

ol.commentlist li .reply {
  font-size: 0.813em;
  font-style: italic;
}

ol.commentlist li .reply a {
  color: #999;
}

.widget {
  position: relative;
  margin-bottom: 30px;
}

.widget .busca {
  position: relative;
}

.widget .busca .input {
  width: 100%;
  height: 45px;
  display: block;
  padding: 8px 35px 8px 10px;
  font-style: italic;
  border: 2px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 3px;
}

.widget .busca .btn {
  background: none;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  font-size: 0;
}

.widget .busca .btn:before {
  content: "\f002";
  display: block;
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: normal;
  color: #666;
  line-height: .75;
}

.widget ul {
  padding: 0;
  list-style: none;
  font-size: 0.813em;
  margin: 0;
}

.widget ul li:before {
  display: none !important;
}

.widget ul li {
  margin-bottom: 3px;
}

.widget ul li a {
  color: #333;
  text-decoration: underline;
}

.widget ul.ultimas {
  font-size: 1em;
}

.widget ul.ultimas li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.widget ul.ultimas li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.widget ul.ultimas li .titulo {
  font-weight: 700;
}

.widget ul.ultimas li .titulo a {
  color: #333;
  text-decoration: none;
}

.widget ul.ultimas li .data {
  font-size: 0.813em;
  color: #999;
  margin-bottom: 5px;
}

.widget ul.ultimas li p {
  font-size: 0.875em;
  font-style: italic;
  color: #999;
  margin-bottom: 0;
}

.widget .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
  font-size: 0.813em !important;
  color: #333;
  border: 2px solid #e8e8e8;
  border-radius: 3px;
  margin: 5px 3px;
}

.widget .tagcloud br {
  display: none;
}

.widget .tagcloud a:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.postagens .postagem {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #f3f3f3;
}

.postagens .postagem:last-child {
  border-bottom: none;
}

.postagens .postagem p {
  margin-bottom: 5px;
}

.paginacao {
  text-align: center;
  margin-bottom: 40px;
}

.paginacao:before,
.paginacao:after {
  content: "";
  clear: both;
  display: block;
}

.paginacao a {
  background: #f3f3f3;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 12px;
  font-size: 0.813em;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0 5px 10px;
  border-radius: 3px;
}

.paginacao a.prev:before,
.paginacao a.next:after {
  content: "\f104";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1.125em;
  margin-right: 8px;
  opacity: .5;
}

.paginacao a.next:after {
  content: "\f105";
  margin-right: 0;
  margin-left: 8px;
}

.vcard {
  background: #fbfbfb;
  padding: 20px;
  border: 1px solid #e8e8e8;
  margin-bottom: 25px;
  border-radius: 3px;
}

.vcard .nome {
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

.vcard p {
  font-size: 0.813em;
  line-height: 1.4;
  margin-bottom: 0;
}

.menu-lateral {
  margin-bottom: 40px;
}

.menu-lateral > ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid #e8e8e8;
}

.menu-lateral > ul > li {
  width: 100%;
  display: block;
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
}

.menu-lateral > ul > li:before {
  display: none;
}

.menu-lateral > ul > li > a:before {
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: bold;
  font-size: 18px;
  color: #eee;
  margin-right: 6px;
}

.menu-lateral > ul > li > a {
  display: block;
  position: relative;
  padding: 9px 4px;
  text-decoration: none;
}

.menu-lateral > ul > li.page_item_has_children > a:after,
.menu-lateral > ul > li.menu-item-has-children > a:after {
  content: "\f067";
  position: absolute;
  right: 5px;
  font-family: 'FontAwesome';
  font-weight: normal;
  opacity: .5;
}

body.page-template-page-mapa .menu-lateral > ul > li.page_item_has_children > a:after,
body.page-template-page-mapa .menu-lateral > ul > li.menu-item-has-children > a:after {
  display: none !important;
}

.menu-lateral > ul > li.page_item_has_children.current_page_item > a:after,
.menu-lateral > ul > li.menu-item-has-children.current_page_item > a:after,
.menu-lateral > ul > li.page_item_has_children.current_page_parent > a:after,
.menu-lateral > ul > li.menu-item-has-children.current_page_parent > a:after,
.menu-lateral > ul > li.page_item_has_children.current_page_ancestor > a:after,
.menu-lateral > ul > li.menu-item-has-children.current_page_ancestor > a:after {
  content: "\f068";
}

.menu-lateral > ul > li > ul,
.menu-lateral > ul > li > ul > li > ul,
.menu-lateral > ul > li > ul > li > ul > li > ul {
  display: none;
}

.menu-lateral > ul > li.current_page_item > ul,
.menu-lateral > ul > li.current_page_parent > ul,
.menu-lateral > ul > li.current_page_ancestor > ul,
.menu-lateral > ul > li > ul > li.current_page_item > ul,
.menu-lateral > ul > li > ul > li.current_page_parent > ul,
.menu-lateral > ul > li > ul > li.current_page_ancestor > ul,
.menu-lateral > ul > li > ul > li > ul > li.current_page_item > ul,
.menu-lateral > ul > li > ul > li > ul > li.current_page_parent > ul {
  display: block;
}

.menu-lateral > ul > li.current_page_item > a,
.menu-lateral > ul > li.current_page_parent > a,
.menu-lateral > ul > li.current_page_ancestor > a,
.menu-lateral > ul > li > ul > li.current_page_item > a,
.menu-lateral > ul > li > ul > li.current_page_parent > a,
.menu-lateral > ul > li > ul > li.current_page_ancestor > a,
.menu-lateral > ul > li > ul > li > ul > li.current_page_item > a,
.menu-lateral > ul > li > ul > li > ul > li.current_page_parent > a,
.menu-lateral > ul > li > ul > li > ul > li.current_page_ancestor > a,
.menu-lateral > ul > li > ul > li > ul > li > ul > li.current_page_item > a,
.menu-lateral > ul > li > ul > li > ul > li > ul > li.current_page_parent > a,
.menu-lateral > ul > li > ul > li > ul > li > ul > li.current_page_ancestor > a {
  font-weight: 700;
  color: #333;
}

.menu-lateral > ul > li > ul,
.menu-lateral > ul > li > ul > li > ul,
.menu-lateral > ul > li > ul > li > ul > li > ul {
  padding: 11px 20px;
  border-top: 1px solid #e8e8e8;
  margin: 0;
}

.menu-lateral > ul > li > ul > li > ul > li > ul {
  padding: 6px 15px 0;
  border-top: none;
}

.menu-lateral > ul > li > ul > li > ul > li > ul > li:before {
  width: 4px;
  height: 4px;
}

.menu-lateral > ul > li > ul > li > ul {
  padding: 16px 20px;
}

.menu-lateral > ul > li > ul > li,
.menu-lateral > ul > li > ul > li > ul > li {
  width: 100%;
  display: block;
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
}

.menu-lateral > ul > li > ul > li:before,
.menu-lateral > ul > li > ul > li > ul > li:before {
  display: none;
}

.menu-lateral > ul > li > ul > li > ul > li {
  font-size: 0.813em;
  border-bottom: none;
}

.menu-lateral > ul > li > ul > li:last-child {
  border-bottom: none;
}

.menu-lateral > ul > li > ul > li > a,
.menu-lateral > ul > li > ul > li > ul > li > a {
  display: block;
  position: relative;
  padding: 9px 4px;
}

.menu-lateral > ul > li > ul > li > a:before {
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: bold;
  color: #eee;
  margin-right: 6px;
}

.menu-lateral > ul > li > ul > li.page_item_has_children > a:after {
  content: "\f067";
  position: absolute;
  right: 5px;
  font-family: 'FontAwesome';
  font-weight: normal;
  opacity: .5;
}

.menu-lateral > ul > li > ul > li.page_item_has_children.current_page_item > a:after,
.menu-lateral > ul > li > ul > li.page_item_has_children.current_page_parent > a:after,
.menu-lateral > ul > li > ul > li.page_item_has_children.current_page_ancestor > a:after {
  content: "\f068";
}

.menu-lateral > ul > li > ul > li > ul > li > a {
  padding: 3px 4px;
}

.menu-lateral > ul > li > ul > li > ul > li > a:before {
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: bold;
  color: #eee;
  margin-right: 6px;
}

.conteudo-acordeons {
  margin-bottom: 30px;
}

.conteudo-acordeons .conteudo-acordeon {
  border-top: 1px solid #e8e8e8;
}

.conteudo-acordeons .conteudo-acordeon .titulo {
  position: relative;
  padding-left: 25px;
  font-size: 1.125em;
  font-weight: 700;
  color: #333;
  margin: 10px 0;
  cursor: pointer;
}

.conteudo-acordeons .conteudo-acordeon .titulo:before {
  content: "\f067";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'FontAwesome';
  font-weight: normal;
  opacity: .5;
}

.conteudo-acordeons .conteudo-acordeon .conteudo {
  display: none;
  margin-left: 25px;
}

.conteudo-acordeons .conteudo-acordeon .titulo.ativo {
  color: #666;
}

.conteudo-acordeons .conteudo-acordeon .titulo.ativo:before {
  content: "\f068";
}

.subitens a:after {
  display: none !important;
}

.subitens .item {
  margin-bottom: 25px;
}

.subitens .item .imagem {
  margin-bottom: 10px;
}

.subitens .item .titulo {
  font-size: 1.125em;
  font-weight: 700;
  color: #222;
}

.subitens .item .titulo a {
  color: #222;
}

.subitens .item p {
  font-style: italic;
  color: #999;
  line-height: 1.4;
  margin-bottom: 0;
}

.abas {
  position: relative;
  margin-bottom: 30px;
}

.abas > ul {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 0;
  box-shadow: inset 0 2px 0 0 #f4f4f4;
}

.abas > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 15px 10px 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #666;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-top: 2px solid #f4f4f4;
}

/*.abas > ul > li:before {
  content: "";
  background: none;
  width: inherit;
  height: inherit;
  display: none !important;
  border-radius: inherit;
}

.abas > ul > li.current,
.abas > ul > li.current-cat {
  color: #333;
  border-top-color: #333;
}

.abas > ul > li.current:before,
.abas > ul > li.current-cat:before {
  background: transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  display: block !important;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
}
*/

.abas > ul > li.sub:after {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1.125em;
  line-height: .8;
  opacity: .35;
  margin-left: 6px;
}

.abas > ul > li > ul {
  background: #fff;
  width: 270px;
  padding: 15px;
  text-align: left;
  list-style: none;
  margin: 0;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.abas > ul > li > ul:before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 35px;
}

.abas > ul > li > ul > li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
}

.abas > ul > li > ul > li:before {
  display: none;
}

.abas > ul > li > ul > li:last-child {
  border-bottom: none;
}

.abas > ul > li > ul > li > a {
  display: block;
  padding: 7px 5px;
}

.abas > ul > li.sub:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.conteudo-abas {
  background: url(images/loading.gif) center top no-repeat;
  min-height: 100px;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
    margin-top: 90px;
}

.conteudo-abas .conteudo-aba {
  width: 100%;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.conteudo-abas .conteudo-aba.ativo {
  width: 100%;
  visibility: visible;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.topicos .item {
  margin-bottom: 30px;
}

.topicos a:after {
  display: none !important;
}

.topicos .item .imagem {
  float: left;
  margin-right: 25px;
}

.topicos .item .titulo {
  font-size: 1.125em;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  margin-bottom: 4px;
}

.topicos .item p {
  font-size: 0.813em;
  line-height: 1.3;
  margin-bottom: 0;
}

.galeria-imagens,
.galeria-videos {
  margin-bottom: 30px;
}

.galeria-imagens:before,
.galeria-imagens:after,
.galeria-videos:before,
.galeria-videos:after {
  content: "";
  clear: both;
  display: block;
}

.galeria-imagens .slick-prev,
.galeria-imagens .slick-next,
.galeria-videos .slick-prev,
.galeria-videos .slick-next {
  background: none;
  width: 100%;
  height: 20px;
  display: block;
  font-size: 0;
  border: none;
}

.galeria-imagens .slick-prev:before,
.galeria-imagens .slick-next:before,
.galeria-videos .slick-prev:before,
.galeria-videos .slick-next:before {
  content: "\f106";
  height: 20px;
  line-height: 14px;
  font-family: 'FontAwesome';
  display: block;
  font-size: 64px;
  color: #333;
}

.galeria-imagens .slick-next:before,
.galeria-videos .slick-next:before {
  content: "\f107";
}

.galeria-imagens .slick-prev.slick-disabled,
.galeria-imagens .slick-next.slick-disabled,
.galeria-videos .slick-prev.slick-disabled,
.galeria-videos .slick-next.slick-disabled {
  opacity: .4;
  cursor: default !important;
}

.galeria-imagens .itens,
.galeria-videos .itens {
  margin-right: 168px;
}

.galeria-imagens .itens .slick-next,
.galeria-imagens .itens .slick-prev,
.galeria-videos .itens .slick-next,
.galeria-videos .itens .slick-prev {
  display: none !important;
}

.galeria-imagens .itens .item,
.galeria-videos .itens .item {
  position: relative;
}

.galeria-imagens .itens .item img,
.galeria-videos .itens .item img {
  width: 100%;
  height: auto;
}

.galeria-imagens .wp-caption,
.galeria-videos .wp-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 9999;
}

.galeria-videos .itens .item .wp-caption .bt-play {
  background: #666;
  width: 80px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -40px;
  border-radius: 4px;
  z-index: 99;
  opacity: .95;
}

.galeria-videos .itens .item .wp-caption .bt-play:before {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -12px;
}

.galeria-videos .itens .item .wp-caption .bt-play:hover {
  opacity: 1;
}

.galeria-imagens .wp-caption .wp-caption-text,
.galeria-videos .wp-caption .wp-caption-text {
  max-width: inherit;
  padding: 12px 15px;
  right: 0;
  border-radius: 0 0 3px 3px;
  margin: 0;
}

.galeria-imagens .thumbs,
.galeria-videos .thumbs {
  width: 140px;
  float: right;
  position: relative;
}

.galeria-imagens .thumbs .slick-list,
.galeria-videos .thumbs .slick-list {
  margin: 10px 0;
}

.galeria-imagens .thumbs .thumb,
.galeria-videos .thumbs .thumb {
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  overflow: hidden;
}

.galeria-imagens .thumbs .thumb img,
.galeria-videos .thumbs .thumb img {
  max-height: 80px;
  width: auto;
}

.galeria-videos .thumbs .thumb .bt-play {
  background: #666;
  width: 46px;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 3px 0 3px;
  z-index: 9;
  opacity: .95;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.galeria-videos .thumbs .thumb .bt-play:before {
  content: "";
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -6px;
}

.galeria-imagens .thumbs .thumb span,
.galeria-imagens .thumbs .thumb img,
.galeria-videos .thumbs .thumb span,
.galeria-videos .thumbs .thumb img {
  float: left;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.galeria-imagens .thumbs .thumb img,
.galeria-videos .thumbs .thumb img {
  width: 100%;
  height: 100%;
  opacity: .6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.galeria-imagens .thumbs .thumb.slick-current span,
.galeria-videos .thumbs .thumb.slick-current span {
  border: 3px solid #666;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.galeria-videos .thumbs .thumb.slick-current .bt-play {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.galeria-imagens .thumbs .thumb.slick-current img,
.galeria-videos .thumbs .thumb.slick-current img {
  margin: 0;
  border-radius: 1px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.barra-titulo {
  background: #666;
  padding: 15px 20px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.barra-titulo:before,
.barra-titulo:after {
  content: "";
  clear: both;
  display: block;
}

.barra-titulo .titulo {
  float: left;
  color: #fff;
  margin-bottom: 0;
}

.barra-titulo .categorias {
  float: right;
  margin: 4px 0;
}

.barra-titulo .categorias ul {
  margin-bottom: 0;
}

.barra-titulo .categorias ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.barra-titulo .categorias ul li:before {
  display: none;
}

.barra-titulo .categorias ul li a {
  background: rgba(0,0,0,.1);
  display: block;
  padding: 3px 9px;
  font-size: 0.688em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
}

.barra-titulo .categorias ul li:hover a,
.barra-titulo .categorias ul li.current-cat a {
  background: #333;
}

#infscr-loading {
  width: 100%;
  display: block;
}

#infscr-loading:before,
#infscr-loading:after {
  content: "";
  clear: both;
  display: block;
}

.carregar-noticias {
  margin-bottom: 30px;
}

.carregar-noticias:before,
.carregar-noticias:after {
  content: "";
  clear: both;
  display: block;
}

.carregar-noticias a {
  background: #fbfbfb;
  display: block;
  padding: 15px 10px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  cursor: pointer;
}

.carregar-noticias a:after {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  margin-left: 6px;
  opacity: .5;
}

.carregar-noticias a.sem-seta {
  cursor: inherit;
}

.carregar-noticias a.sem-seta:after {
  display: none;
}

.termo {
  background: #fafafa;
  padding: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.termo strong {
  font-size: 1.375em;
  color: #333;
  text-transform: none;
}

.resultados {
  margin-bottom: 30px;
}

.resultados a:after {
  display: none !important;
}

.resultados .resultado,
.resultados .resultado-faculdade {
  padding: 15px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.resultados .resultado:last-child,
.resultados .resultado-faculdade:last-child {
  padding-bottom: 10px;
  border-bottom: none;
  margin-bottom: 0;
}

.resultados .resultado .titulo,
.resultados .resultado-faculdade .titulo {
  font-weight: 700;
  margin-bottom: 8px;
}

.resultados .resultado .titulo span,
.resultados .resultado-faculdade .titulo span {
  background: #666;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
  font-size: 0.688em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-right: 6px;
  border-radius: 3px;
}

.resultados .resultado .breadcrumb,
.resultados .resultado-faculdade .breadcrumb {
  margin-bottom: 8px;
}

.resultados .resultado .breadcrumb li+li:before,
.resultados .resultado-faculdade .breadcrumb li+li:before {
  padding: 0 5px;
}

.resultados .resultado .breadcrumb li a,
.resultados .resultado-faculdade .breadcrumb li a {
  color: #999;
  text-decoration: underline;
}

.resultados .resultado p,
.resultados .resultado-faculdade p {
  margin-bottom: 8px;
}

.resultados .resultado p .destaque,
.resultados .resultado-faculdade p .destaque {
  font-weight: 700;
  text-transform: uppercase;
}

/* topo */

#sombra {
  background: rgba(0,0,0,.075);
  width: 100%;
  height: 0;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -ms-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

#sombra.display {
  height: 100%;
  position: fixed;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -ms-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

#topo {
  /*background: #333;*/
  background: #ffffff !important;
  border-bottom: 3px solid #f4f4f4;
}






}

#topo .menu-fixo {
  background: #124f89;
  position: relative;
  color: #fff;
}

#topo .menu-fixo > .container {
  background: #124f89;
}

#topo .menu-fixo > .container > ul {
  padding: 0;
  list-style: none;
  font-size: 0.688em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

#topo .menu-fixo > .container > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 6px 0;
}

#topo .menu-fixo > .container > ul > li > a {
  display: block;
  padding: 0 13px 0 10px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#topo .menu-fixo > .container > ul > li:first-child > a {
  padding-left: 0;
}

#topo .menu-fixo > .container > ul > li:last-child > a {
  padding-right: 0;
  border-right: none;
}

#topo .menu-fixo > .container > ul > li:hover > a {
  color: #96ddfb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#topo .menu-fixo > .container > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1.125em;
  line-height: .8;
  opacity: .35;
  margin-left: 6px;
}

#topo .menu-fixo > .container > ul > li.en > a:before {
  content: "\f0ac";
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 1.438em;
  line-height: .8;
  opacity: .35;
  margin-right: 6px;
}

#topo .menu-fixo > .container > ul > li.voltar > a:before {
  content: "\f053";
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 0.813em;
  line-height: .8;
  opacity: .35;
  margin-right: 6px;
}

#topo .menu-fixo > .container > ul > li > ul {
  background: #fff;
  width: 800px;
  padding: 25px;
  position: absolute;
  font-size: 1.182em;
  font-weight: 400;
  text-transform: none;
  margin-top: 6px;
  border-radius: 4px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  -moz-transition: opacity 0.1s, visibility 0.1s;
  -ms-transition: opacity 0.1s, visibility 0.1s;
  -o-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}

#topo .menu-fixo > .container > ul > li > ul:before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 35px;
}

#topo .menu-fixo > .container > ul > li > ul p.lead {
  font-size: 1.154em;
  font-style: italic;
  color: #999;
}

#topo .menu-fixo > .container > ul > li > ul > li {
  width: 50%;
  float: left;
  padding: 0 15px 0 0;
  list-style: none;
  margin: 0 0 7px;
  box-sizing: border-box;
}

#topo .menu-fixo > .container > ul > li > ul > li > a {
  color: #0071bf;
}

#topo .menu-fixo .yawp_wim_title {
  display: none;
}

#topo .menu-fixo > .container > ul > li > ul > li.menu-item-type-yawp_wim,
#topo .menu-fixo > .container > ul > li > ul > li.menu-item-object-yawp_wim {
  width: 100%;
  padding: 0;
}

#topo .menu-fixo > .container > ul > li > ul > li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 0.750em;
  font-weight: normal;
  color: #e8e8e8;
  line-height: .8;
  margin-right: 6px;
}

#topo .menu-fixo > .container > ul > li > ul > li.menu-item-type-yawp_wim:before,
#topo .menu-fixo > .container > ul > li > ul > li.menu-item-object-yawp_wim:before {
  display: none;
}

#topo .menu-fixo > .container > ul > li > ul .chamada {
  text-align: center;
  margin-top: 25px;
}

#topo .menu-fixo > .container > ul > li > ul .chamada .titulo {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.375em;
  font-weight: 800;
  color: #222;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
  margin-right: 30px;
}

#topo .menu-fixo > .container > ul > li > ul .chamada a.btn {
  background: #ca4c40;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 24px;
  font-size: 1.125em;
  font-style: italic;
  color: #fff;
  line-height: 1.3;
}

#topo .menu-fixo > .container > ul > li > ul .chamada a.btn strong {
  font-size: 1.222em;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

#topo .menu-fixo > .container > ul > li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  -moz-transition: opacity 0.1s, visibility 0.1s;
  -ms-transition: opacity 0.1s, visibility 0.1s;
  -o-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}

#topo .menu-fixo .sou-pucrs {
  background: #ca4c40;
  position: absolute;
  top: 0;
  right: 15px;
  border-radius: 0 0 4px 4px;
}

#topo .menu-fixo .sou-pucrs a.bt {
  display: block;
  padding: 5px 10px;
  font-size: 1.125em;
  font-style: italic;
  color: #fff;
}

#topo .menu-fixo .sou-pucrs a.bt:before {
  content: "\f007";
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 23px;
  font-style: normal;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #fff;
  margin: 0 6px 2px 0;
  border-radius: 100%;
  overflow: hidden;
  opacity: .5;
}

#topo .menu-fixo .sou-pucrs a.bt strong {
  font-weight: 800;
  font-style: normal;
}

#topo .menu-fixo .sou-pucrs > ul {
  background: #fff;
  width: 270px;
  padding: 12px 18px;
  position: absolute;
  list-style: none;
  margin: 0;
  right: 0;
  border-radius: 4px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  -moz-transition: opacity 0.1s, visibility 0.1s;
  -ms-transition: opacity 0.1s, visibility 0.1s;
  -o-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
}

#topo .menu-fixo .sou-pucrs > ul:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -5px;
  right: 40px;
}

#topo .menu-fixo .sou-pucrs > ul > li {
  border-bottom: 1px solid #e8e8e8;
}

#topo .menu-fixo .sou-pucrs > ul > li:last-child {
  border-bottom: none;
}

#topo .menu-fixo .sou-pucrs > ul > li > a {
  display: block;
  padding: 7px 5px;
  color: #0071bf;
}

#topo .menu-fixo .sou-pucrs > ul > li:hover > a {
  color: #ca4c40;
}

#topo .menu-fixo .sou-pucrs:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  -moz-transition: opacity 0.1s, visibility 0.1s;
  -ms-transition: opacity 0.1s, visibility 0.1s;
  -o-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}

#topo .principal {
  text-align: right;
}

#topo .logo {
  float: left;
  padding: 0;
  margin: 0;
}

#topo .logo img {
  max-height: 80px;
  width: auto;
  border-radius: 0;
}

#topo .links-busca {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  right: 15px;
}

#topo .links-busca > ul {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  list-style: none;
  font-size: 0.813em;
  text-transform: uppercase;
  margin: 0;
}

#topo .links-busca > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 6px 0;
}

#topo .links-busca > ul > li > a {
  display: block;
  padding: 0 13px 0 10px;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.15);
}

#topo .links-busca > ul > li:first-child > a {
  padding-left: 0;
}

#topo .links-busca > ul > li:last-child > a {
  padding-right: 0;
  border-right: none;
}

#topo .links-busca > ul > li.menu-item-has-children > a:after {
  content: "\f078";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 0.929em;
  opacity: .2;
  margin-left: 6px;
}

#topo .links-busca > ul > li:hover > a {
  color: #fff;
}

#topo .links-busca > ul > li > ul {
  background: #fff;
  width: 270px;
  padding: 12px 18px;
  position: absolute;
  left: 0;
  font-size: 1.231em;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  list-style: none;
  margin: 6px 0 0;
  border-radius: 4px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  -moz-transition: opacity 0.1s, visibility 0.1s;
  -ms-transition: opacity 0.1s, visibility 0.1s;
  -o-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}

#topo .links-busca > ul > li > ul:before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 40px;
}

#topo .links-busca > ul > li > ul > li {
  border-bottom: 1px solid #e8e8e8;
}

#topo .links-busca > ul > li > ul > li:last-child {
  border-bottom: none;
}

#topo .links-busca > ul > li > ul > li > a {
  display: block;
  padding: 7px 5px;
}

#topo .links-busca > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  -moz-transition: opacity 0.1s, visibility 0.1s;
  -ms-transition: opacity 0.1s, visibility 0.1s;
  -o-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}

#topo .links-busca .idioma-topo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 20px;
}

#topo .links-busca .busca-topo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
}

#topo .links-busca .busca-topo .input,
#topo .links-busca .idioma-topo .input {
  width: 295px;
  height: 45px;
  display: block;
  padding: 8px 35px 8px 10px;
  font-style: italic;
  border: 2px solid #ddd;
  box-sizing: border-box;
}

#topo .links-busca .idioma-topo .input {
  background: url(images/seta_select.png) #fff right no-repeat;
  width: 65px;
  padding: 8px 25px 8px 10px;
  font-family: 'FontAwesome', 'Open Sans';
  font-style: normal;
  text-align: right;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

#topo .links-busca .busca-topo .btn {
  background: none;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  font-size: 0;
}

#topo .links-busca .busca-topo .btn:before {
  content: "\f002";
  display: block;
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: normal;
  color: #666;
  line-height: .75;
}

#menu-topo,
#menu-mobile {
  position: relative;
}

#menu-topo > .container > nav > ul,
#menu-mobile > .container > nav > ul {
  width: 100%;
  /*display: table;*/
  display: block;
  padding: 0;
  list-style: none;
  margin: 0;
}

#menu-topo > .container > nav > ul > li,
#menu-mobile > .container > nav > ul > li {
  /*display: table-cell;*/
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0.875em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

#menu-topo > .container > nav > ul > li > a,
#menu-mobile > .container > nav > ul > li > a {
  display: block;
  /*padding: 12px 6px;*/
  padding: 12px;
  color: #333;
}

#menu-topo > .container > nav > ul > li:first-child > a,
#menu-mobile > .container > nav > ul > li:first-child > a {
  padding-left: 0;
}

#menu-topo > .container > nav > ul > li:last-child > a,
#menu-mobile > .container > nav > ul > li:last-child > a {
  padding-right: 0;
}

#menu-topo > .container > nav > ul > li:hover > a,
#menu-mobile > .container > nav > ul > li:hover > a {
  color: #666;
}

#menu-topo > .container > nav > ul > li.menu-item-has-children > a:after,
#menu-mobile > .container > nav > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  opacity: .5;
  margin-left: 6px;
}

#menu-topo > .container > nav > ul > li.menu-item-has-children.ativo > a:after,
#menu-mobile > .container > nav > ul > li.menu-item-has-children.ativo > a:after {
  content: "\f106";
}

#menu-topo > .container > nav > ul > li > ul,
#menu-mobile > .container > nav > ul > li > ul {
  background: #fff;
  width: 240px;
  padding: 10px 20px;
  text-align: left;
  list-style: none;
  margin: 0;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  -moz-transition: opacity 0.1s, visibility 0.1s;
  -ms-transition: opacity 0.1s, visibility 0.1s;
  -o-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}

#menu-topo > .container > nav > ul > li > ul:before,
#menu-mobile > .container > nav > ul > li > ul:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -5px;
  left: calc(50% - 5px);
}

#menu-topo > .container > nav > ul > li > ul > li,
#menu-mobile > .container > nav > ul > li > ul > li {
  font-weight: normal;
  text-transform: none;
  border-bottom: 1px solid #e8e8e8;
}

#menu-topo > .container > nav > ul > li > ul > li:last-child,
#menu-mobile > .container > nav > ul > li > ul > li:last-child {
  border-bottom: none;
}

#menu-topo > .container > nav > ul > li > ul > li > a,
#menu-mobile > .container > nav > ul > li > ul > li > a {
  display: block;
  padding: 10px 0;
}

#menu-topo > .container > nav > ul > li:hover > ul,
#menu-mobile > .container > nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  -moz-transition: opacity 0.1s, visibility 0.1s;
  -ms-transition: opacity 0.1s, visibility 0.1s;
  -o-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}

#topo-fixo {
  background: #ffffff !important;
  width: 100%;
  position: fixed;
  top: 0;
  font-size: 0.688em;
  text-align: right;
  z-index: 999;
  display: none;
    border-bottom: 3px solid #f4f4f4;
    
}

#topo-fixo .logo {
  float: left;
}

#topo-fixo .logo img {
  max-height: 60px;
  width: auto;
  border-radius: 0;
}

#topo-fixo .menu,
#topo-fixo .busca-topo {
  display: inline-block;
  vertical-align: middle;
}

#topo-fixo .menu > ul {
  padding: 0;
  position: relative;
  list-style: none;
  margin: 0;
}

#topo-fixo .menu > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#topo-fixo .menu > ul > li > a {
  display: block;
  padding: 10px 7px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

#topo-fixo .menu > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  opacity: .5;
  margin-left: 6px;
}

#topo-fixo .menu > ul > li > ul {
  background: #fff;
  width: 180px;
  padding: 10px 15px;
  list-style: none;
  margin: 0;
  text-align: left;
  position: absolute;
  left: 0;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  -moz-transition: opacity 0.1s, visibility 0.1s;
  -ms-transition: opacity 0.1s, visibility 0.1s;
  -o-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}

#topo-fixo .menu > ul > li > ul:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -5px;
  left: 40px;
}

#topo-fixo .menu > ul > li > ul > li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
}

#topo-fixo .menu > ul > li > ul > li:last-child {
  border-bottom: none;
}

#topo-fixo .menu > ul > li > ul > li > a {
  display: block;
  padding: 5px 0;
}

#topo-fixo .menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  -moz-transition: opacity 0.1s, visibility 0.1s;
  -ms-transition: opacity 0.1s, visibility 0.1s;
  -o-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}

#topo-fixo .busca-topo {
  width: 180px;
  height: 40px;
  position: relative;
  margin: 15px 0 15px 10px;
}

#topo-fixo .busca-topo .input {
  width: 100%;
  height: 40px;
  display: block;
  padding: 10px 30px 10px 8px;
  border: 2px solid #e8e8e8;
  box-sizing: border-box;
}

#topo-fixo .busca-topo .btn {
  background: none;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  font-size: 0;
}

#topo-fixo .busca-topo .btn:before {
  content: "\f002";
  display: block;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  color: #b2b2b2;
  line-height: .75;
}

/* meio */

.meio {
  position: relative;
  padding-bottom: 30px;
}


/* rodape */

#rodape {
  background: #f4f4f4 !important;
}

#rodape.en {
  padding-top: 25px;
  padding-bottom: 25px;
}

#rodape > .container {
  background: #f4f4f4;
}

#rodape .menu {
  background: #666;
}

#rodape .menu .container {
  background: #666;
  padding-top: 16px;
  padding-bottom: 16px;
}

#rodape .menu .links-horizontal {
  margin: 0;
}

#rodape .menu .links-horizontal .titulo {
  color: #fff;
}

#rodape .menu .links-horizontal .titulo:after {
  color: #999;
}

#rodape .menu .links-horizontal > ul > li > a {
  color: #fff;
  border-right-color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#rodape .menu .links-horizontal > ul > li > a:hover {
  opacity: .35;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#rodape .menu .links-horizontal > ul > li.mapa > a:before {
  content: "\f0e8";
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 18px;
  color: rgba(255,255,255,.15);
  line-height: 1;
  margin-right: 6px;
}

#rodape .infos {
  padding-top: 40px;
  padding-bottom: 25px;
  text-align: center;
  color: #999 !important;
}

#rodape .infos .logos {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  left: 15px;
}

#rodape .infos .logos img {
  max-width: 80px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}

#rodape .infos p small {
  display: block;
  font-size: 0.813em;
  color: #999 !important;
  margin-top: 10px;
}

#rodape .infos p a {
  padding: 0 12px 0 9px;
  font-size: 0.813em;
  color: #999;
  border-right: 1px solid #e8e8e8;
}

#rodape .infos p a:last-child {
  border-right: none;
}

#rodape .infos .redes {
  position: absolute;
  top: 32px;
  right: 15px;
  text-align: right;
}

#rodape .infos .redes .titulo {
  font-size: 1.375em;
  font-style: italic;
  color: #222;
  line-height: 1.2;
  margin-bottom: 16px;
}

#rodape .infos .redes .titulo b {
  font-size: 1.188em;
}

#rodape .infos .redes .titulo strong {
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

#rodape .infos .redes a.ico {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

#rodape .infos .redes a.ico:before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 2.313em;
  line-height: .9;
  border-radius: 3px;
}

#rodape .infos .redes a.ico.fb:before {
  content: "\f082";
  color: #3b5999;
  box-shadow: inset 0 0 0 3px #3b5999;
}

#rodape .infos .redes a.ico.tw:before {
  content: "\f081";
  color: #55acee;
  box-shadow: inset 0 0 0 3px #55acee;
}

#rodape .infos .redes a.ico.ig:before {
  content: "\f16d";
  color: #a87c5b;
  box-shadow: inset 0 0 0 3px #a87c5b;
}

#rodape .infos .redes a.ico.yt:before {
  content: "\f166";
  color: #cd201f;
  box-shadow: inset 0 0 0 3px #cd201f;
}

#rodape .infos .redes a.more {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #ca4c3f;
  text-transform: uppercase;
  margin-top: 14px;
}

#rodape .infos .redes a.more:after {
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 1em;
  line-height: .8;
  margin-left: 6px;
}

.links-horizontal {
  font-size: 0.813em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.links-horizontal .titulo {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #222;
}

.links-horizontal .titulo:after {
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 22px;
  font-weight: normal;
  color: rgba(0,0,0,.25);
  line-height: 1;
  margin: 0 4px 0 10px;
}

.links-horizontal > ul {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  list-style: none;
  margin: 0;
}

.links-horizontal > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 3px 0;
}

.links-horizontal > ul > li:before {
  display: none;
}

.links-horizontal > ul > li > a {
  display: block;
  padding: 0 16px 0 12px;
  border-right: 1px solid #e8e8e8;
  text-decoration: none;
}

.links-horizontal > ul > li:first-child > a {
  padding-left: 0;
}

.links-horizontal > ul > li:last-child > a {
  padding-right: 0;
  border-right: none;
}

.links-horizontal > ul > li.sub > a:after {
  content: "\f078";
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 0.813em;
  opacity: .35;
  line-height: .8;
  margin-left: 6px;
}

.links-horizontal > ul > li > ul {
  background: #fff;
  width: 270px;
  padding: 12px 18px;
  position: absolute;
  left: 0;
  font-size: 1.000em;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  margin: 3px 0 0;
  border-radius: 4px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.links-horizontal > ul > li > ul:before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  position: absolute;
  top: -4px;
  left: 25px;
}

.links-horizontal > ul > li > ul > li {
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
}

.links-horizontal > ul > li > ul > li:before {
  display: none;
}

.links-horizontal > ul > li > ul > li:last-child {
  border-bottom: none;
}

.links-horizontal > ul > li > ul > li > a {
  display: block;
  padding: 7px 5px;
}

.links-horizontal > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


#agenda-home-plus{
  height: 385px;
}

#titulo_menor_agenda{
    font-size: 1em;
}

.eventos .item {
  margin-bottom: 30px;
}

.eventos .item .imagem {
  position: relative;
  color: #fff;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.eventos .item .imagem .categoria {
  /*background: rgba(94,186,223,.95);*/
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px;
  font-size: 0.688em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px 0 4px 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.eventos .item .imagem .data {
  /*background: rgba(94,186,223,.95);*/
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px 10px;
  font-size: 0.813em;
  font-weight: 700;
  color: #fff;
  border-radius: 0 0 4px 4px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.eventos .item .imagem .hover {
  /*background: rgba(94,186,223,.95);*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  font-size: 0.813em;
  color: #fff;
  border-radius: 4px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.eventos .item .imagem .hover .dia,
.eventos .item .imagem .hover .hora {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.eventos .item .imagem .hover .dia strong,
.eventos .item .imagem .hover .hora strong {
  font-size: 1.385em;
}

.eventos .item .imagem .hover .valor {
  font-size: 1.125em;
}

.eventos .item .imagem .hover .local {
  font-size: 0.813em;
}

.eventos .item .imagem .hover small {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.eventos .item .titulo {
  font-weight: 700;
  line-height: 1.4;
}

.eventos .item:hover .imagem {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.eventos .item:hover .imagem .categoria,
.eventos .item:hover .imagem .data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.eventos .item:hover .imagem .hover {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.infos-evento {
  background: #fbfbfb;
  padding: 20px;
  border: 1px solid #e8e8e8;
  margin-bottom: 40px;
  border-radius: 4px;
}

.infos-evento .item {
  padding-bottom: 15px;
  font-size: 0.813em;
  line-height: 1.4;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.infos-evento .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.infos-evento .item strong {
  color: #222;
  text-transform: uppercase;
}

.infos-evento .item a[target="_blank"]:after {
  content: "\f08e";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #ca4c3f;
  margin-left: 6px;
}

.agenda {
  position: relative;
  margin-bottom: 40px;
}

.agenda.horizontal {
  margin-bottom: 0;
}

.agenda .slick-dots {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}

.agenda .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.agenda .slick-dots li:before {
  display: none;
}

.agenda .slick-dots li button {
  background: #e8e8e8;
  width: 15px;
  height: 15px;
  display: block;
  padding: 0;
  font-size: 0;
  border: 2px solid #fff;
  border-radius: 100%;
}

.agenda .slick-dots li.slick-active button {
  background: #0d73bc;
}

.agenda .agenda-slide {
  padding: 0;
  list-style: none;
  margin: 0;
}

.agenda .agenda-slide li:before {
  display: none;
}

.agenda.horizontal .agenda-slide {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.agenda .agenda-slide li .imagem {
  margin-bottom: 12px;
}

.agenda .agenda-slide li .imagem .wp-caption .wp-caption-text {
  padding: 12px 15px;
  font-size: 1.125em;
  font-weight: 700;
  font-style: normal;
}

.agenda .agenda-slide li .titulo {
  font-size: 1.375em;
  font-weight: 700;
}

.agenda .agenda-slide li .titulo a {
  text-decoration: none;
}

.agenda .agenda-listagem {
  padding: 0;
  margin: 0;
}

.agenda .agenda-listagem li {
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 18px;
}

.agenda .agenda-listagem li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.agenda .agenda-listagem li:before,
.agenda .agenda-listagem li:after {
  content: "";
  clear: both;
  display: none;
}

.agenda .agenda-listagem li .data {
  /*background: #5ebadf;*/
  width: 80px;
  height: 45px;
  line-height: 45px;
  float: left;
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 20px 20px 0;
  border-radius: 3px;
}

.agenda .agenda-listagem li .titulo {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.3;
}

.agenda .agenda-listagem li .titulo a {
  text-decoration: none;
}

.agenda .agenda-listagem li .more {
  margin-bottom: 5px;
}

.agenda .agenda-listagem li .more a {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ca4c3f;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.agenda .agenda-listagem li .more a:before {
  content: "\f067";
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 0.929em;
  line-height: .8;
  margin-right: 6px;
}

.filtro-maior {
  background: #fbfbfb;
  padding: 25px 25px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 40px;
}

.filtro-maior .item {
  margin-bottom: 0;
}

.filtro-maior .termo {
  padding: 3px 0;
  font-size: 1.625em;
  font-weight: 700;
  color: #5ebadf;
}

.filtro {
  margin-bottom: 35px;
}

.filtro label {
  font-size: 0.813em;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
}

.filtro .item.botao {
  position: relative;
}

.filtro .item.botao .input {
  padding-right: 35px;
}

.filtro .ate {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 0.813em;
}

.filtro .btn {
  background: none;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  position: absolute;
  bottom: 12px;
  right: 12px;
  outline: none;
}

.filtro .btn:before {
  content: "\f002";
  display: block;
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: normal;
  color: #5ebadf;
  line-height: .75;
}

.carregar-noticias a,
.carregar-imprensa a,
.carregar-busca a {
  background: #9bdffb;
  display: block;
  padding: 10px 0;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.carregar-noticias a:before,
.carregar-imprensa a:before,
.carregar-busca a:before {
  content: "\f063";
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  line-height: 1;
  opacity: .5;
  margin-right: 6px;
}



.formulario .item,
.visual-form-builder-container .vfb-item {
  margin-bottom: 25px;
}

.visual-form-builder-container .vfb-item:before {
  display: none;
}

.formulario .item label,
.visual-form-builder-container .vfb-item .vfb-desc {
  display: block;
  font-size: 0.813em;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.formulario .item label span,
.visual-form-builder-container .vfb-item .vfb-desc span {
  color: #f2cb3f;
}

.formulario .item .input,
.visual-form-builder-container .vfb-item .vfb-text,
.visual-form-builder-container .vfb-item .vfb-select,
.visual-form-builder-container .vfb-item .vfb-textarea {
  width: 100%;
  height: 45px;
  display: block;
  padding: 8px 10px;
  font-style: italic;
  border: 2px solid #ddd;
  box-sizing: border-box;
  border-radius: 4px;
}

.formulario .item select.input,
.visual-form-builder-container .vfb-item .vfb-select {
  background: url(images/seta_select.png) #fff right no-repeat;
  padding-right: 30px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.formulario .item select::-ms-expand {
  display: none;
}

.formulario .item textarea.input,
.visual-form-builder-container .vfb-item .vfb-textarea {
  height: 120px;
  overflow: auto;
  resize: none;
}

.visual-form-builder-container .vfb-item .vfb-span,
.visual-form-builder-container .vfb-item .vfb-error {
  margin-top: 5px;
}

.visual-form-builder-container .vfb-item .vfb-span label,
.visual-form-builder-container .vfb-item .vfb-error {
  font-size: 0.813em;
  font-weight: normal;
  font-style: italic;
}

.visual-form-builder-container .vfb-item .vfb-error {
  color: #cc0000;
}

.formulario .item .bt,
.visual-form-builder-container .vfb-submit {
  background: #ca4c3f;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
}

.formulario .item .bt:hover,
.visual-form-builder-container .vfb-submit:hover {
  opacity: .9;
}

.relacionadas a:after {
  display: none !important;
}

.relacionadas .item {
  margin-bottom: 30px;
}

.relacionadas.linha .item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.relacionadas.linha .col-xs-12:last-child .item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.relacionadas .item .imagem {
  margin-bottom: 12px;
}

.relacionadas .item .imagem.radio {
  margin-top: 0;
}

.relacionadas .item .imagem.imprensa a {
  background-color: #f4f4f4;
  height: 165px;
  display: block;
  position: relative;
  border-radius: 4px;
}

.relacionadas .item .imagem.imprensa a:before {
  content: "";
  background: #aaa;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  font-family: 'FontAwesome';
  font-size: 32px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}

.relacionadas .item .imagem.imprensa.veiculos-radio a:before {
  content: "\f130";
}

.relacionadas .item .imagem.imprensa.veiculos-tv a:before {
  content: "\f26c";
}

.relacionadas .item .imagem.imprensa.veiculos-impresso a:before {
  content: "\f1ea";
}

.relacionadas .item .imagem.imprensa.veiculos-web a:before {
  content: "\f109";
}

.relacionadas .item.menor .imagem {
  float: left;
  margin: 0 20px 0 0;
}

.relacionadas .item .categoria {
  /*background: #5ebadf;*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 3px;
}

.relacionadas .item .categoria a {
  display: block;
  padding: 3px 10px;
  font-size: 0.688em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.relacionadas .item .data {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.813em;
  color: #999;
}

.relacionadas .item .titulo {
  height: 60px;
  font-size: 1.063em;
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0 5px;
}

.relacionadas.linha .item .titulo,
.relacionadas.clipping .item .titulo {
  height: auto;
}

.relacionadas .item.menor .titulo {
  margin-top: 5px;
}

.relacionadas .item .titulo a {
  /*color: #0071bf;*/
}

.relacionadas .item p {
  font-size: 0.938em;
  font-style: italic;
  color: #999;
  margin-bottom: 0;
}

.relacionadas .item .titulo:hover a {
  /*color: #92ddfd;*/
}

.parallax-imagem{
  min-height: 300px;  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-bloco{
  padding:50px;
}

.parallax-bloco p{
  color: #999;
}

.parallax-interno{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.parallax-interno h1{
  color: #ffffff;
  font-size: 96px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.componente-cards{
  padding-left: 0px;
  padding-right: 0px;
}

.cards-bloco{
  background-color: #f1f1f0;
  border: 1px solid #888888;
  background-image:url('images/topo-cinza.png');
  background-repeat: no-repeat;
}

.cards-titulo{
  float:right;
  text-transform:uppercase;
  color:white;
  padding-top: 22px;
  padding-right: 22px;
  cursor:pointer;
}

.cards-imagem{
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 55px;
}

.cards-imagem img{
  width:100%;
  height: auto;
  border: 5px solid #ffffff;  
  cursor:pointer;
}

.cards-categoria{
  float:right;
  color:#999;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 22px;
}

.cards-bloco hr {
    width: 90%;
    margin: 0px 5%;
    background: #c9c9c9;
    height: 1px;
}

.cards-imagem-menor{
  padding-top: 10px;
  padding-left: 5px;
  width: auto;
  height: auto;
  cursor:pointer;
}


.cards-bloco-interno{
  display: flex;  
  padding-bottom: 20px;
  padding-left: 12px;
}

.cards-texto-titulo{
  padding-left: 15px;
  padding-bottom: 20px;
    padding-top: 20px;
  
}

.cards-texto-edicao{
  padding-left: 15px; 
}

/*  CALENDÁRIO ACADÊMICO  */
  #calendario .carousel-control {
    background: transparent !important;
  }

  #calendario .carousel-control > span {
    opacity: 0;
  }

  #calendario .carousel-control:hover > span {
    opacity: 1;
    color: #c84d44;
  }

  #calendario .carousel-inner > .item {
    margin-bottom: 0px;
  }

  #calendario .carousel-indicators {
    bottom: -53px;
  }

  #calendario .carousel-indicators > li {
    margin-right: 6px;
    border: 1px solid #939393;
  }

  #calendario .carousel-indicators .active {
    background-color: #3373b7;
    margin-right: 6px;
    border: 1px solid #3373b7;
  }
/* /CALENDÁRIO ACADÊMICO  */

/* media queries */

@media (min-width: 1270px) {

  .container {
    width: 1250px;
  }

}

/* desktops */
@media (min-width: 992px) and (max-width: 1269px) {

  /*#menu-topo > .container > nav > ul > li:first-child {
    display: none;
  }*/

  #menu-topo > .container > nav > ul > li > a {
    padding: 12px 6px;
  }

  #topo .menu-fixo > .container > ul > li > ul {
    width: 735px;
  }

  #topo-fixo {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }

  #topo-fixo .logo,
  #topo-fixo .busca-topo {
    display: none;
  }

  #agenda-home-plus{
    height: 305px;
    width: 100%;
  }

}

/* tablets */
@media (min-width: 768px) and (max-width: 991px) {

  #topo .menu-fixo > .container > ul > li {
    position: inherit;
  }

  #topo .menu-fixo > .container > ul > li > ul {
    width: auto;
    left: 15px;
    right: 15px;
  }

  #topo .menu-fixo > .container > ul > li > ul:before {
    display: none;
  }

  #topo .menu-fixo .sou-pucrs a.bt {
    font-size: 0;
  }

  #topo .menu-fixo .sou-pucrs a.bt:before {
    margin-right: 0;
  }

  #topo .links-busca {
    margin-top: -46px;
  }

  #topo .links-busca .links {
    display: block;
    margin-bottom: 10px;
  }

  #topo-fixo {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  #topo-fixo .logo,
  #topo-fixo .busca-topo {
    display: none;
  }

  /*#topo-fixo .menu > ul > li:first-child {
    display: none;
  }*/

  #topo-fixo .menu > ul > li > a {
    padding: 10px 6px;
  }

  #menu-topo > .container > nav > ul {
    display: table;
  }

  #menu-topo > .container > nav > ul > li {
    display: table-cell;
  }

  /*#menu-topo > .container > nav > ul > li:first-child {
    display: none;
  }*/

  #menu-topo > .container > nav > ul > li > a {
    padding: 12px 3px;
    font-size: 0.857em;
  }

  #copyright .logos,
  #copyright .powered {
    width: 25%;
  }

  #copyright .endereco {
    width: 50%;
  }

  .galeria-videos .thumbs,
  .galeria-imagens .thumbs {
    display: none;
  }

  .galeria-videos .itens,
  .galeria-imagens .itens {
    position: relative;
    margin-right: 0;
  }

  .galeria-imagens .itens .slick-next,
  .galeria-imagens .itens .slick-prev,
  .galeria-videos .itens .slick-next,
  .galeria-videos .itens .slick-prev {
    width: auto;
    display: block !important;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 10px;
    z-index: 9;
  }

  .galeria-imagens .itens .slick-next,
  .galeria-videos .itens .slick-next {
    left: inherit;
    right: 10px;
  }

  .galeria-imagens .itens .slick-next:before,
  .galeria-imagens .itens .slick-prev:before,
  .galeria-videos .itens .slick-next:before,
  .galeria-videos .itens .slick-prev:before {
    content: "\f104";
    color: #fff;
  }

  .galeria-imagens .itens .slick-next:before,
  .galeria-videos .itens .slick-next:before {
    content: "\f105";
  }

  #agenda-home-plus{
    height: 243px;
  }

  .bloco{
    padding-bottom: 20px;
  }

}

/* celulares */
@media (max-width: 767px) {

  .menu-fixo {
    display: none;
  }

  #topo {
    width: 100%;
    position: fixed;
    padding-bottom: 3px;
    box-shadow: inset 0 -3px 0 0 rgba(0,0,0,.075);
    z-index: 99;
  }

  #topo-fixo {
    display: none !important;
  }

  #topo .logo img {
    max-height: 70px;
    width: auto;
  }

  #topo .botoes-topo {
    float: right;
    margin: 18px 0 0;
  }

  #topo .botoes-topo .bt {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
  }

  #topo .botoes-topo .bt:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #fff;
    line-height: 1.3;
    margin-left: 15px;
  }

  #topo .botoes-topo .bt.abre-busca:before {
    content: "\f002";
  }

  #topo .botoes-topo .bt.abre-menu:before {
    content: "\f0c9";
  }

  #topo .links-busca .links,
  #topo .links-busca .idioma-topo,
  #topo .links-busca .busca-topo {
    display: none;
  }

  #busca-topo {
    background: #333;
    width: 100%;
    padding: 14px 12px;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999;
  }

  #busca-topo .input {
    width: 100%;
    height: 45px;
    display: block;
    padding: 8px 35px 8px 10px;
    font-style: italic;
    border: 2px solid #ddd;
    box-sizing: border-box;
  }

  #busca-topo .btn {
    background: none;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    font-size: 0;
  }

  #busca-topo .btn:before {
    content: "\f002";
    display: block;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: normal;
    color: #666;
    line-height: .75;
  }

  #menu-mobile {
    background: #333;
    width: 260px;
    position: fixed;
    top: 0;
    right: -280px;
    bottom: 0;
    overflow: auto;
    z-index: 999;
  }

  #menu-mobile .container {
    padding: 0;
  }

  #menu-mobile .container > nav > ul,
  #menu-mobile .container > nav > ul > li {
    display: block;
    text-align: left;
  }

  #menu-mobile .container > nav > ul > li {
    border-bottom: 1px solid rgba(0,0,0,.075);
  }

  #menu-mobile .container > nav > ul > li > a {
    padding: 10px 15px !important;
    color: #fff;
  }

  #menu-mobile .container > nav > ul > li > ul {
    background: rgba(0,0,0,.1);
    width: auto;
    position: inherit;
    display: block;
    left: 0;
    margin-left: 0;
    padding: 5px 15px;
    opacity: 1;
    visibility: visible;
    display: block;
  }

  #menu-mobile .container > nav > ul > li > ul:before {
    display: none;
  }

  #menu-mobile .container > nav > ul > li > ul > li {
    border-bottom-color: rgba(0,0,0,.075);
  }

  #menu-mobile .container > nav > ul > li > ul > li > a {
    color: #fff;
  }

  .abas > ul > li,
  .abas > ul > li > ul > li {
    margin-bottom: 10px;
  }

  .abas > ul > li.sub {
    font-size: 0;
    padding: 0 !important;
    border-top: none;
    z-index: 9;
  }

  .abas > ul > li.sub.current {
    border-top-color: #eee;
  }

  .abas > ul > li.sub.current:before {
    display: none !important;
  }

  .abas > ul > li > ul {
    background: transparent;
    padding: 0 !important;
    width: inherit;
    position: inherit;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    visibility: visible;
    font-size: 16px;
    border-radius: 0;
  }

  .abas > ul > li > ul:before {
    display: none;
  }

  .abas > ul > li > ul > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 15px 10px 6px;
    border-top: 2px solid #eee;
    border-bottom: none;
  }

  .abas > ul > li.current > ul > li.current {
    border-top-color: #333;
  }

  .abas > ul > li.current > ul > li.current:before {
    background: transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    display: block !important;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    border-radius: 0;
  }

  .abas > ul > li > ul > li > a {
    padding: 0;
  }

  .meio {
    margin-top: 100px;
  }

  .slide-destaque-1 .slick-prev,
  .slide-destaque-1 .slick-next {
    display: none !important;
  }

  .slide-destaque-1 ul li img {
    border-radius: 4px 4px 0 0;
  }

  .slide-destaque-1 ul li .wp-caption .wp-caption-text {
    max-width: 100%;
    position: inherit;
    display: block;
    border-radius: 0 0 4px 4px;
  }

  .slide-destaque-1 ul li .wp-caption .wp-caption-text .titulo {
    font-size: 16px;
  }

  .content h1 a.more,
  .content h2 a.more,
  .content h3 a.more,
  .content h4 a.more,
  .content h5 a.more,
  .content h6 a.more {
    display: block;
    height: auto;
    position: inherit;
    top: inherit;
    margin-top: inherit;
    right: inherit;
    margin-bottom: 20px;
  }

  .noticia-destaque .wp-caption-text {
    display: block;
    position: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
  }

  .noticia-destaque img {
    border-radius: 4px 4px 0 0;
  }

  .noticias .imagem img {
    width: 45%;
    height: auto;
    float: left;
    margin-right: 10px;
  }

  .noticias.bloco .categoria {
    display: none;
  }

  .noticias.bloco .titulo {
    font-size: 0.857em;
    margin-top: 3px;
  }

  .galeria-videos-horizontal .itens .item .wp-caption-text {
    display: block;
    font-size: 0.857em;
    text-align: center;
    position: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
  }

  .galeria-videos-horizontal .itens .item img {
    border-radius: 4px 4px 0 0;
  }

  #rodape .menu {
    border-bottom: 1px solid rgba(0,0,0,.075);
    margin-bottom: 10px;
  }

  #rodape .menu.ultimo {
    border-bottom: none;
    margin-bottom: 15px;
  }

  /*#rodape .menu .titulo {
    cursor: pointer;
  }

  #rodape .menu .titulo:after {
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 0;
    font-family: 'FontAwesome';
  }

  #rodape .menu .titulo.ativo:after {
    content: "\f106";
  }*/

  #rodape .menu > nav > ul {
    display: block;
    margin-bottom: 12px;
  }

  #copyright .logos,
  #copyright .powered {
    width: 50%;
  }

  #copyright .logos img {
    max-height: 45px;
    width: auto;
    margin-right: 15px;
  }

  #copyright .powered {
    font-size: 0.813em;
    text-align: right;
  }

  #copyright .endereco {
    display: none;
  }

  .breadcrumb {
    padding-top: 0;
    margin-top: 0;
  }

  .compartilhe-noticia .titulo {
    margin-bottom: 5px;
  }

  .compartilhe-noticia .redes {
    float: inherit;
  }

  .compartilhe-noticia .redes .ico {
    margin: 0 10px 5px 0;
  }

  .galeria-videos .thumbs,
  .galeria-imagens .thumbs {
    display: none;
  }

  .galeria-videos .itens,
  .galeria-imagens .itens {
    position: relative;
    margin-right: 0;
  }

  .galeria-videos .itens .item .wp-caption-text,
  .galeria-imagens .itens .item .wp-caption-text {
    position: inherit;
  }

  .galeria-videos .itens .item img,
  .galeria-imagens .itens .item img {
    border-radius: 4px 4px 0 0;
  }

  .galeria-imagens .itens .slick-next,
  .galeria-imagens .itens .slick-prev,
  .galeria-videos .itens .slick-next,
  .galeria-videos .itens .slick-prev {
    width: auto;
    display: block !important;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 10px;
    z-index: 9;
  }

  .galeria-imagens .itens .slick-next,
  .galeria-videos .itens .slick-next {
    left: inherit;
    right: 10px;
  }

  .galeria-imagens .itens .slick-next:before,
  .galeria-imagens .itens .slick-prev:before,
  .galeria-videos .itens .slick-next:before,
  .galeria-videos .itens .slick-prev:before {
    content: "\f104";
    color: #fff;
  }

  .galeria-imagens .itens .slick-next:before,
  .galeria-videos .itens .slick-next:before {
    content: "\f105";
  }

  .barra-titulo .titulo,
  .barra-titulo .categorias {
    float: inherit;
    display: block;
  }

  .barra-titulo .titulo:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    opacity: .5;
  }

  .barra-titulo .titulo.ativo:after {
    content: "\f106";
  }

  .barra-titulo .categorias ul {
    display: none;
  }

  .barra-titulo .categorias ul li {
    display: block;
    margin-bottom: 5px;
  }

  .barra-titulo .categorias ul li:last-child {
    margin-bottom: 0;
  }

  .barra-titulo .categorias ul li a {
    background: none;
    padding: 0;
    font-size: 0.857em;
  }

  .barra-titulo .categorias ul li a:before {
    content: "\f105";
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 6px;
  }

  .barra-titulo .categorias ul li:hover a {
    background: none;
    opacity: .5;
  }

  .termo {
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }

  #agenda-home-plus{
    height: auto;
    width: 100%;
  }

  .parallax-imagem{
    background-position: center 60px;
      background-size: 100vw;
      height: 380px;
  }

  .bloco{
    padding-bottom: 20px;
  }

  .cards-bloco{
    background-size:100%;
  }

  .parallax-imagem{
    height:300px !important;
  }

}