@charset "UTF-8";
*::-moz-selection {
    color: #ffffff;
    text-shadow: none; }

::selection {
  text-shadow: none;
  color: #ffffff; }

html, body {
    height: 100%;
    width: 100%;
}
html { font-size: 100%; }  

body {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #5b5b60;
  font-family: "GothamRounded", sans-serif;
  direction: ltr;
  text-rendering: auto;
  font-size: 14px;
  line-height: 1.68;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  padding-top: 0 !important
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {max-width: 100%; height: auto;}

a, a:focus, a:hover, a:active {
    cursor: pointer;
    outline: 0 none !important;
    text-decoration: none !important;
}


h1, h2, h3, h4, h5 {
  font-family: "GothamRounded", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}

p { padding-top: 10px; }


/*h3, h4, h5 {
    font-family: Helvetica,Arial,sans-serif;
}*/

h2 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; margin-top: 20px; }
h4 { font-size: 16px;}

h4, h5 {
    color: #5b5b60;
}

b, strong {
  font-weight: 700;
  color: #444; }

label { white-space: normal; }
.form-control-label { text-align: right; }


#highlighted.row {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

#loading-bar .bar {
  background: #7266BA !important; }



.text-bold h1, h1.text-bold, h1 .text-bold, .text-bold h2, h2.text-bold, h2 .text-bold, .text-bold h3, h3.text-bold, h3 .text-bold, .text-bold h4, h4.text-bold, h4 .text-bold, .text-bold h5, h5.text-bold, h5 .text-bold {
    font-weight: 600;
}
h5.over-title {
    font-family: "Lato",sans-serif;
    font-size: 16px;
}

button {
    outline: 0 none !important;
}

.mainTitle {
    padding: 10px 0;
    font-family: "Valken", "GothamRounded", sans-serif;
    text-transform: uppercase;
    font-weight: normal !important;
}

.mainTitle small {
    color: #8e8e93;
    display: block;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 10px 0;
}
.mainTitle i {
    font-size: 17px;
}

.left {float: left;}
.right {float: right;}

.alert {
  position: fixed !important;
  z-index: 99999;
  right: 150px;
  top: 90px;
  background-color: red;
  color: white;
}

.field_disable {min-height: 2rem !important;}

.navbar-default .navbar-nav > li > a {color: #efefef !important;}
.navbar-default .navbar-nav > li > a:hover {color: #ffffff !important;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {background-color: #222 !important; border-color: #337ab7; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a { background-image: none !important; }
.main-container { margin-bottom: 50px !important; }
.iframe { width: 100%; }
.tabcontent { padding: 0 !important; }


#post-lead { color: #8e8e93; }

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    /* padding: 18px; */
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 25px;
}

.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the accordion panel. Note: hidden by default */
.painel {
    padding: 5px 20px;
    overflow: hidden;
}







/* ---------------------------------------------------------------------- */
/*  Custom CSS Utilities
/* ---------------------------------------------------------------------- */
.text-valken {
  font-family: "Valken", "GothamRounded", sans-serif; }

.label-transparent {
  color: #fff;
  background: rgba(255, 255, 255, 0.3); }

.table-cell {
  display: table-cell; }

.inline-block {
  display: inline-block; }

.text-white a {
  color: rgba(245, 245, 245, 0.8) !important; }

.text-white a:hover {
  color: white; }

.text-hidden {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px); }

.float-right {
  float: right; }

.text-large {
  font-size: 15px !important;
  line-height: 1.68 !important; }

@media (max-width: 767px) {
  .text-large {
    font-size: 14px !important; } }

.text-xl {
  font-size: 34px !important;
  line-height: 1; }

.text-xxl {
  font-size: 50px !important;
  line-height: 0.85; }

.full-content {
  margin-left: -15px;
  margin-right: -15px; }

.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden; }

.scrim-50 {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 50px 36px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 50px 36px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0px 50px 36px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 50px 36px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 50px 36px rgba(0, 0, 0, 0.1); }

.scrim-100 {
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 100px 51px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 100px 51px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 100px 51px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 100px 51px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 100px 51px rgba(0, 0, 0, 0.2); }

.scrim-page {
  background: rgba(0, 98, 137, 0.12);
  -webkit-box-shadow: 0 0px 100px 71px rgba(0, 98, 137, 0.12);
  -moz-box-shadow: 0 0px 100px 71px rgba(0, 98, 137, 0.12);
  -ms-box-shadow: 0 0px 100px 71px rgba(0, 98, 137, 0.12);
  -o-box-shadow: 0 0px 100px 71px rgba(0, 98, 137, 0.12);
  box-shadow: 0 0px 100px 71px rgba(0, 98, 137, 0.12);
  display: inline-block !important; }

.position-relative {
  position: relative; }

ol, ul {
  -webkit-padding-start: 15px; }

.bg_white {
    background-color: #ffffff !important;
    color: #5b5b60 !important; 
}
.bg_transparent { background: transparent !important; }



/* ---------------------------------------------------------------------- */
/*  Breadcrumbs
/* ---------------------------------------------------------------------- */
.breadcrumb-wrapper {
  border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
  min-height: 95px;
  background: #ffffff;   /* #f5f5f5 */
  z-index: 20;
  padding: 10px 35px; }
  .breadcrumb-wrapper .breadcrumb {
    bottom: 10px !important;
    /*margin-top: 0;*/ }



/* ---------------------------------------------------------------------- */
/*  Custom Footer
/* ---------------------------------------------------------------------- */
img#logo-apa {
  height: 45px; }

.main-content > .container {
  padding-bottom: 70px; }

.footer-inner .pull-left span.hidden-sm.hidden-xs {
  display: inline-block; }


.region.region-footer {
    display: inline-block;
}

.region.region-footer a {
    margin-left: 20px;
}

/* ---------------------------------------------------------------------- */
/*  Lista de Indicadores
/* ---------------------------------------------------------------------- */
ul.list-group {
  margin-bottom: 0; }
  ul.list-group .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px 8px 15px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid #f7f7f7;
    border-left: none;
    border-right: none; }
    ul.list-group .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px; }
    ul.list-group .list-group-item a {
      color: #58748B !important; }
      ul.list-group .list-group-item a:hover {
        color: #30404d !important; }
    ul.list-group .list-group-item a .title {
      display: inline-block;
      width: 90%;
      vertical-align: middle;
      font-weight: 600;
      font-size: 14px; }
      ul.list-group .list-group-item a .title:before {
        content: "";
        width: 12px;
        height: 12px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        border-radius: 50%;
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        border: 3px solid;
        background: #fff;
        margin-top: -2px; }
    ul.list-group .list-group-item .icon-arrow {
      font-size: 12px;
      padding: 0 5px;
      display: inline-block;
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    ul.list-group .list-group-item .collapse-toggle {
      display: inline-block;
      vertical-align: middle;
      float: right; }
      ul.list-group .list-group-item .collapse-toggle > .icon-arrow:before {
        content: "\f068"; }
      ul.list-group .list-group-item .collapse-toggle.collapsed > .icon-arrow:before {
        content: "\f067"; }

/* ---------------------------------------------------------------------- */
/*  Main Content
/* ---------------------------------------------------------------------- */
.main-content .mainTitle {
  font-family: "Valken", "GothamRounded", sans-serif;
  text-transform: uppercase;
  font-weight: normal !important;
  
  font-size: 24px;
  display: block; }
  .main-content .mainTitle .text-xxl {
    display: block; }

.main-content h2.panel-title {
  font-size: 18px; }


/* ---------------------------------------------------------------------- */
/*  Slider Home
/* ---------------------------------------------------------------------- */

.slider {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    min-height: 400px;
    padding-top: 35%;
}
.arrows {
    bottom: auto;
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
}
.arrow {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(250, 250, 250, 0.6);
    font-size: 40px !important;
    transform: translate( 0%, -50%);
}
.arrow-prev {
    left: 30px !important
}
.arrow-next {
    right: 30px !important;
}
#highlighted .information {
    background-color: rgba(200, 200, 200, 0.6);
    padding: 20px;
    border-radius: 15px;
    z-index: 20;
}
#highlighted .information a.button {
    background-color: rgba(150, 150, 150, 0.4);
    border-radius: 5px;
    color: {{=response.cor_links}};
}

.logo-slider img {
  position: absolute;
  height: 100%;
  z-index: 5; }


    @media (min-width: 1600px) {
        #highlighted .information {
            margin-left: 50%;
            margin-top: -30%;
            width: 40%;
        }
    }
    @media (min-width: 1200px) and (max-width: 1599px) {
        #highlighted .information {
            margin-left: 50%;
            margin-top: -30%;
            width: 40%;
        }
    }
    @media (min-width: 1024px) and (max-width: 1199px) {
        #highlighted .information {
            margin-left: 50%;
            margin-top: -30%;
            width: 40%;
        }
    }
    @media (min-width: 768px) and (max-width: 1023px) {
        #highlighted .information {
            margin-left: 40%;
            margin-top: -30%;
            width: 50%;
        }
        #latestnews {margin-top: 3rem !important;}
        #mainBlock {margin-right: -15px;}
    }
    @media (max-width: 767px) {
        #highlighted .information {
            margin-left: 10%;
            margin-top: -20%;
            width: 80%;
        }
        #latestnews {margin-top: 3rem !important;}
        #mainBlock {margin-right: -15px;}
    }

/* ---------------------------------------------------------------------- */
/* Listas - eventos, destaques, últimas notícias, etc..                   */
/* ---------------------------------------------------------------------- */



/* Listas */
.lists {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */ 
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #5b5b60;
    padding: 15px;
    transition: all 0.3s ease 0s !important;
    margin: 5px 0px;
}

.lists:hover {
    background-color: rgba(0,0,0,0.2);
}

.lists .media-body strong,
.lists-image img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */ 
    margin-right: 20px;
}

.lists-topics {
    margin-top: 5px;
    color: white !important;
    border-radius: 2.975px;
    padding: 4.76px 7.14px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    display: block;
    font-size: 11.9px;
    clear: right;
}

.lists .panel-heading {padding: 0 !important;}
.more-link { text-align: right; }




/* ---------------------------------------------------------------------- */
/*  Ultimas Noticias
/* ---------------------------------------------------------------------- */

.node-type-news .panel-body img { margin: 15px; }

.view-empty {padding: 30px;}

.view-view-news .views-row {
  display: block;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#ultimas-noticias .media > .pull-left {
  padding-right: 0;
  margin-right: 10px; }

#ultimas-noticias .media img {
  width: 60px;
  opacity: .8; }

#ultimas-noticias .media-body p {
  margin-bottom: 0; }

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 2em;
}

@media (max-width: 767px) {
  #ultimas-noticias {
    margin-top: 25px; }
    #ultimas-noticias .media small.pull-right.text-light {
      float: none !important;
      padding-left: 0; } }

/* ---------------------------------------------------------------------- */
/*  Blog
/* ---------------------------------------------------------------------- */
#blog-filter {
  position: absolute;
  right: 30px;
  top: 44px; }
  #blog-filter a.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 900;
    background: #0087bc; }
    #blog-filter a.dropdown-toggle:hover {
      color: #ffffff;
      background: #007cac; }

.blog-item {
  background: #fcfcfc;
  margin-bottom: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative; }

.blog-item:hover {
    background-color: rgba(0,0,0,0.01);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.blog-item a {
  color: #5b5b60;
}

.blog-img img {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.blog-details {
  padding: 15px; }

.blog-title {
  margin: 0;
  font-weight: 700; }

h4.blog-title {
  color: #333;
  }

.blog-meta {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 10px !important; }
  .blog-meta::after {
    clear: both;
    display: block;
    content: ''; }
  .blog-meta li {
    float: left;
    padding: 0 5px;
    border-right: 1px solid #ddd;
    line-height: normal;
    font-size: 12px;
    margin-bottom: 5px; }
    .blog-meta li:first-child {
      padding-left: 0; }
    .blog-meta li:last-child {
      padding-right: 0;
      border-right: 0; }

.blog-summary p {
  margin: 10px 0; }

.blog-summary a.btn {
  margin-top: 0; }


@media screen and (max-width: 1280px) and (min-width: 768px) {
  #bloglist .col-md-4 {
    width: 50%; } }

@media screen and (max-width: 767px) and (min-width: 480px) {
  #bloglist .col-xs-12 {
    width: 50%; } }

/* ---------------------------------------------------------------------- */
/*  Pagination
/* ---------------------------------------------------------------------- */
.pagination > li > a, .pagination > li > span {
  margin-left: -1px;
  border-radius: 0; }

/* ---------------------------------------------------------------------- */
/*  Single Post
/* ---------------------------------------------------------------------- */
.container-fullw {
  z-index: 30;
  background: #f7f7f7;
}

.container-fullw.powerbi {
  /*background: #ffffff !important; */
}

.post-image {
    height: 400px;
    background-size: cover !important;
    opacity: 0.85;
    /*background-position: 50% 50% !important;*/
    background-position: 100% 100% !important;
    margin-left: -10px;
    margin-right: -15px:
}


.post-header {
  position: absolute;
  bottom: 10px;
  color: #ffffff;
  padding: 30px;
  padding-left: 45px; }

h1.post-title {
  font-size: 32px;
  margin-top: 10px;
  color: #ffffff !important; }

#post-link {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 0px;
  margin-top: 20px;
  border-radius: 4px; }
  #post-link span.cl-effect-1 a span {
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle; }

@media (max-width: 767px) {
  #post-link {
    display: block;
    width: 100%; }
  #post-link .cl-effect-1 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block; }
    #post-link .cl-effect-1 a:before {
      display: none; }
    #post-link .cl-effect-1 a:after {
      display: none; } }

@media (max-width: 480px) {
  .post-image {
    height: 350px; }
  .post-header {
    padding-left: 30px; } }


/* ---------------------------------------------------------------------- */
/*  Paineis Collapse
/* ---------------------------------------------------------------------- */
#collapse-big .panel-body.no-padding {
  padding-top: 20px !important; }

#collapse-big .panel-tools {
  margin-top: -15px;
  margin-right: -15px; }

#collapse-big .botoes ul {
  padding: 0;
  margin-left: 0 !important; }
  #collapse-big .botoes ul li {
    list-style: none;
    padding-bottom: 5px;
    padding-right: 5px;
    display: inline; }
    #collapse-big .botoes ul li .btn {
      background: rgba(247, 247, 247, 0.5);
      border-color: rgba(88, 116, 139, 0.5); }

@media (min-width: 768px) {
  #collapse-big.panel.panel-white.text-large {
    padding: 15px; } }

#collapse-small.panel {
  margin-bottom: 10px; }

#collapse-small .media-body .botoes ul li {
  list-style: none;
  padding-bottom: 5px;
  text-align: right;
  padding-right: 0;
  padding-left: 10px;
  display: block; }
  #collapse-small .media-body .botoes ul li .btn {
    background: rgba(247, 247, 247, 0.5);
    border-color: rgba(88, 116, 139, 0.5); }

#collapse-small .media-body p {
  margin-bottom: 0; }

#collapse-small summary:focus {
  outline: none; }

/* ---------------------------------------------------------------------- */
/*  Graficos
/* ---------------------------------------------------------------------- */
@media (min-width: 768px) {
  .panel-chart h4.panel-title {
    width: 75%; } }

@media (max-width: 767px) {
  .panel-tools {
    position: relative; }
  .panel-chart h4.panel-title {
    width: 100%; } }


/* ----------------------------------------------- *
 *                                                 * 
 * Imagens - thumbnails                            *
 *                                                 *
 * ----------------------------------------------- */

.links img {
  max-width: unset;
}


/* ---------------------------------------------- *
 *                                                *
 * Configuração do título nas iFrames             *
 *                                                *
 * ---------------------------------------------- */
.frame_title {
    text-align: center;
    margin-top: -20px;
}

.frame_title .bg_frame_title {
    color: #fff;
    padding: 10px 30px 5px;
    background-color: #5b5b60;
    border-radius: 10px 10px 0 0;
}

.node-type-iframe .main-content .container {
    display: inline-block;
    max-width: none !important;
    width: 100% !important;
    height: 100%;
    position: absolute;
}

.container-fullh {
    /*height: 100%;
    display: contents;
    zoom: 1;*/
}

#iframe-body {
  width: 100%;
}



.jstree-btn {
    background-color: transparent !important;
    border: none !important;
    margin-left: 10px !important;
}

.jstree-btn-last { margin-right: 10px !important; }





    hr {
        border: 0;
        height: 2px;
        background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.8), transparent) !important;
    }

    a:hover {background-color: transparent !important;}

    #menuSidebar, #openNav {
        padding-top: 10px;
        color: #2c4981;
    }

    #menuSidebar h1 { font-size: 20px; font-weight: normal; }
    #menuSidebar h2 { font-size: 18px; font-weight: normal; }
    #menuSidebar .fa { min-width: 16px !important; }
    #menuSidebar hr, #openNav hr { border: 0; height: 2px; background-image: linear-gradient(to left, transparent, rgba(200, 200, 200, 0.8), transparent) !important; }
    #menuSidebar a:hover, #menuSidebar button:hover {color:#000 !important; }

    #menuSidebar .w3-bar-block .w3-bar-item { padding: 4px 8px 4px 16px !important; }

    header h1 { text-shadow: 3px 3px 10px #000; }
    header, footer {
        margin: 0 !important;
        background-color: #f7f7f7;
        /* background: transparent !important; */
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #footer-top {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
        bottom: 0;
        content: " ";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
    }

    #menuSidebar-bg {
        bottom: 0px;
        width: 280px;
        height: 500px;
        position: fixed;
        z-index: -1;
    }

    #menuSidebar-bg-collapsed {
        background: transparent;
        bottom: 0px;
        width: 60px;
        height: 470px;
        position: fixed;
        z-index: -1;
    }
    #menuSidebar-bg-collapsed img { width: 50px; margin-top: 270px; }

    #menuSidebar div.nivel1 button { padding-left: 40px; }
    #extra_logos { padding: 10px 20px; }

    .radius-5 { border-radius: 5px !important; }
    .radius-10 { border-radius: 10px !important; }
    .bg_app { background: #f7f7f7; }
    .text-tema-light { color: rgba(58, 177, 248, 0.4); margin-bottom: 20px !important;}

    #mainBlock { padding-bottom: 120px; }
    #footer_rows { padding: 20px; }
    #topBtn {
      font-size: 40px;
      display: none;
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 99999;
      border: none;
      outline: none;
      cursor: pointer;
    }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: #5b5b60;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        background-color: #58748b;
        color: #fff;
    }
    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
        background-color: #58748b;
        border-color: #58748b;
    }

    #homepage_login .login-profile {
        position: absolute;
        top: 40px;
        z-index: 1000;
        right: 40px;
        background-color: #48cbff;
        padding: 0px 20px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        color: #ffffff;
    }
    #homepage_login .login-profile a:hover {color: #000 !important;}

    .media-left {
        float: left;
        padding-right: 10px;
    }
    .media-left img { max-width: 80px !important;}


    footer .footer-inner img {
        padding: 0 20px;
        max-height: 45px;
    }
    .aviso {
        position: fixed !important;
        z-index: 99999;
        right: 90px;
        top: 40px;
        max-width: 100px;
    }
    .aviso_completo {
        position: fixed;
        z-index: 999999;
        background-color: #72727299;
        background-position: right 90px top 40px; /* Posiciona a imagem */
        background-repeat: no-repeat; /* Do not repeat the image */
        color: #fff;
        margin: 0;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }
    .aviso_completo #inner_text { border-radius: 20px; padding: 20px 40px;}
    .aviso_completo #inner_text.Laranja { border: #ff9932 3px solid; background-color: rgba(255,153,50,0.5); }
    .aviso_completo #inner_text.Vermelho { border: #ff5959 3px solid; background-color: rgba(255,89,89,0.5); }

    @media (min-width: 1600px) {
        .aviso_completo {
            font-size: x-large;
            padding: 100px 195px 20px 50%;
        }
    }
    @media (min-width: 1200px) and (max-width: 1599px) {
        .aviso_completo {
            font-size: large;
            padding: 100px 195px 20px 30%;
        }
    }
    @media (min-width: 1024px) and (max-width: 1199px) {
        .aviso_completo {
            font-size: medium;
            padding: 100px 195px 20px 20%;
        }
    }
    @media (min-width: 768px) and (max-width: 1023px) {
        .aviso_completo {
            font-size: medium;
            padding: 100px 195px 20px 15%;
        }
    }
    @media (max-width: 767px) {
        .aviso_completo {
            font-size: small;
            padding: 100px 195px 20px 10%;
        }
        #extra_logos { font-size: x-small; }
        .lists-image { width: 100%; }
    }








#homepage_login .login-profile {
    position: absolute;
    top: 40px;
    z-index: 1000;
    right: 40px;
    background-color: #48cbff;
    padding: 7px 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #ffffff;
}

#homepage_login .login-profile  a { color: #efefef !important; }
#homepage_login .login-profile  a:hover { color: #ffffff !important; }


#botao_login {
    color: #000;
    font-size: 24px;
    padding: 15px 40px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    background: #0099d5; /* Old browsers */
    /*background: -moz-linear-gradient(top, #0069aa 0%, #7ac142 50%, #0069aa 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #0069aa 0%,#7ac142 50%,#0069aa 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #0069aa 0%,#7ac142 50%,#0069aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069aa', endColorstr='#7ac142',GradientType=0 ); /* IE6-9 */
}

#botao_login:hover {
    background: #7ac142;
}

#title .panel-body {
    padding-left: 0px !important;
}

.right {
    float: right; /* see bootstrap .pull-right (http://getbootstrap.com/css/) */
}

.view-filters {
    background-color: #fff;
    border: #e2e2e2 solid 1px;
    padding: 10px 0;
}

.slide-content {
    top: 0;
    position: absolute;
}


.front .row {
    margin-right: -30px !important;
    margin-left: -30px !important;
}




p {
    padding-top: 10px;
}









.slick__slider {
    clear: both !important;
}

/* Calendar */
.date-display-range {
    display: inline-block;
}
.view .date-nav-wrapper .date-next a,
.view .date-nav-wrapper .date-prev a{
    background: inherit;
}
.date-nav .date-heading {
  background-color: #dfdfdf;
  border: solid 5px #dfdfdf;
  border-radius: 5px;
}
.date-nav .date-heading h3 {
    line-height: 40px !important;
}
.date-nav .pager .date-prev {
    margin-left: 5px !important;
    top: 4px;
}
.date-nav .pager .date-next {
    top: 4px;
}



/* Content Types */

/* Documento */
.documento {
    padding: 20px 0;
    border: none;
    display: block;
}



.highlights,
.highlights a {
    /*border-color: rgba(0, 0, 0, 0.07) !important;*/
    border-radius: 5px !important;
}

.highlights img,
.highlights .block-img {
    border-radius: 5px 5px 0px 0px;
}

.highlights a {
    transition: all 0.3s ease 0s !important;
    /*height: 385px;*/
}

.highlights h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.highlights p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Logos em rodapé */
#logos {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px !important;
}

#logos:before {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); */
    top: -20px;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

#logos .panel-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#logos .r-border {
    border-right: 1px solid #bababa;
    border-radius: 0px;
}

#logos h3 {
    font-weight: 700;
    color: #5b5b60;
    font-size: 14px;
}

#logos img {
    max-height: 50px;
}

#logos a {
    line-height: 60px;
    margin-right: 20px;
}

#logos .juntas {display:  inline-block;}


#title .panel-body {
    padding-left: 0px !important;
}

.right {
    float: right; /* see bootstrap .pull-right (http://getbootstrap.com/css/) */
}

.slide-content {
    top: 0;
    position: absolute;
}


div.tlabel {
    color: #fff;
    text-align: center;
    width: 140px;
    border-radius: 10px;
}

div.texto {
    border-radius: 10px;
    padding: 10px 20px;
}

.url_list_row {
    margin: 20px;
    padding-top: 10px;
    border-left: 5px groove;
    border-bottom: 1px solid;
}
.url_list_row:hover { background-color: rgba(0,0,0,0.05); }
