/*
Theme Name: CEBDS
Theme URI: http://www.cebds.org
Description: Template para o site da CEBDS
Author: Zona Internet
Author URI: http://www.zonainternet.com.br/
Version: 1.0
Tags: zonainternet design, design, cae salomao, layout, site, sistemas, portfolio, clientes
Text Domain: cebds
Domain Path: /
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

ul {
    list-style-type: none;
    padding-left: 0
}

p {
    margin: 0 0 15px 0
}

p a {
    color: #31ad94;
}

.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover {
    color: #dadada
}

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

#top-nav img:hover,
.footer ul:last-of-type img:hover {
    opacity: .8
}

.lang {
    /*    padding:5px 20px;*/
}

.reset {
    margin: 0;
    padding: 0
}

.reset-margin {
    margin: 0
}

.reset-padding {
    padding: 0
}

.center-block {
    display: block;
    margin: 0 auto
}

.pd-md {
    padding: 25px
}

.pd-v-sm {
    padding-top: 15px;
    padding-bottom: 15px
}

.pd-v-md {
    padding-top: 25px!important;
    padding-bottom: 25px!important
}

.mg-sm {
    margin: 15px
}

.mg-b-sm {
    margin-bottom: 15px
}

.shadow-1 {
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, .1)
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
    filter: gray;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%)
}

.btn {
    padding: 3px 6px;
    text-align: left
}

.btn-mt {
    background: #fff
}

.btn-mini {
    font-size: 11px;
    line-height: 100%
}

.btn-hl {
    background: #2394c5;
    border: solid 1px #1687b8;
    box-shadow: inset 0 -28px 5px -10px #1687b8;
    color: #fff
}

.btn-hl:hover {
    box-shadow: inset 0 -28px 5px -10px #1687b8, inset -0 5px 8px -1px rgba(0, 0, 0, .1)
}

.btn-hl:active {
    box-shadow: inset 0 -28px 5px -10px #1687b8, inset -0 10px 8px -1px rgba(0, 0, 0, .1)
}

.btn-fw {
    width: 100%;
    display: block;
    text-align: center;
    margin: 25px 0;
    padding: 25px 0;
    background: #fafafa;
    border: solid 1px #eee;
    font-size: 16px
}

.btn-azul {
    background: #2394c5;
    color: #fff;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
    transition: all .5s ease
}

.btn-azul:hover {
    color: #fff;
    opacity: .8
}

.btn-search {
    display: block;
    width: 40px;
    height: 40px;
    padding: 9px;
    margin-left: 15px;
    margin-top: 14px;
    text-align: center;
    background: #2DA089;
    border-radius: 3px;
    cursor: pointer;
}

.cebds-green {
    color: #31ad94
}

h5 {
    margin: 3px 0
}

.navbar {
    margin: 0
}

.navbar-default {
    background-color: #fff;
    border: none
}

#top-nav {
    height: auto;
    padding-top: 0;
    border-bottom: solid 1px #2b9a84;
    margin-bottom: 25px;
    color: #bebebe
}

#top-nav ul {
    margin-bottom: 0
}


/*#top-nav .container * {
    display:inline-block;
    vertical-align: middle;
}*/

#top-nav .container ul.drop {
    display: none
}

#top-nav .container p {
    margin: 0
}

#top-nav .container input {
    max-height: 22px
}

#loginform {
    margin-top: 2px
}

#loginform p {
    display: inline-block
}

#loginform p.login-remember {
    display: none
}

#loginform input {
    max-width: 90px;
    height: 30px;
    border-radius: 2px;
    padding: 0 5px;
    border: solid 1px #2b9a84
}

#loginform input[type=submit] {
    background: #2b9a84;
    color: #fff
}

.logo-fix {
    margin: 10px 0
}

nav {
    height: auto;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines
}

.top-menu {
    max-height: 66px;
}

.top-menu>li {
    display: inline-block;
}

.top-menu>li.current_page_item,
.top-menu>li:hover {
    border-bottom: solid 2px #31ad94;
    padding-bottom: 0;
}

.top-menu>li>a {
    text-transform: uppercase;
    color: #555
}

.top-menu>li>a:hover {
    text-decoration: none
}

.top-menu>li>.sub-menu {
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .1)
}

span.stretcher {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

p.sub {
    margin: 0;
    line-height: 0
}

p.sub a {
    font-size: 10px!important;
    color: #585f69!important;
    font-weight: normal!important
}

.top-menu .sub-menu {
    padding-left: 5px;
    display: none;
    min-width: 290px;
    margin-top: 3px;
    margin-bottom: 10px;
}

.top-menu .sub-menu a:not(.off-link) {
    color: #31ad94;
    font-size: 15px;
    font-weight: bold
}

.top-menu .sub-menu li {
    border-bottom: dashed 1px #ccc;
    display: block;
    max-width: 315px
}

.top-menu .sub-menu li:last-child {
    border: none
}

.top-menu .sub-menu .sub-menu a {
    font-size: 12px
}

.top-menu .sub-menu .sub-menu li {
    padding: 0 0;
    border: none
}

.top-menu .sub-menu .sub-menu .sub-menu a {}

.top-menu .sub-menu .sub-menu .sub-menu li {}

.top-menu .sub-menu li {
    padding-bottom: 10px
}

.top-menu .sub-menu li+li {
    margin-top: 5px
}

.top-menu .sub-menu:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 32px;
    border-style: solid;
    border-width: 0 15px 10px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 2
}

.top-menu .sub-menu:after {
    content: "";
    position: absolute;
    top: -13px;
    left: 29px;
    border-style: solid;
    border-width: 0 18px 13px;
    border-color: #e5e5e5 transparent;
    display: block;
    width: 0;
    z-index: 1
}


/*.top-menu>li:first-child>.sub-menu, .top-menu>li:nth-child(3)>.sub-menu {
    -moz-column-count:2;
    -webkit-column-count:2;
    column-count:2;
    -moz-column-gap:40px;
    -webkit-column-gap:40px;
    column-gap:40px;
    -moz-column-fill:balance;
    -webkit-column-fill:balance;
    column-fill:balance;
}*/

.top-menu>li:first-child>.sub-menu {
    padding: 20px 25px;
    min-width: 600px;
}

.top-menu>li:nth-child(3)>.sub-menu {
    max-width: 610px;
    padding: 20px 25px
}

.top-menu>li:nth-child(4)>.sub-menu {
    min-width: 290px;
    padding: 20px 25px
}

.top-menu>li:nth-child(4)>.sub-menu li:nth-child(4) {
    /*    border: none;*/
}

.top-menu>li:nth-child(4)>.sub-menu li:last-of-type {
    margin-bottom: 10px;
}

.top-menu .sub-menu .sub-menu a:before {
    content: "";
    margin-left: 5px;
    font-family: FontAwesome;
    color: #005175;
    margin-right: 10px
}

.top-menu ul>li>a:before {
    content: "";
    font-family: FontAwesome;
    color: #666;
    margin-right: 10px;
    font-size: 8px
}

.top-menu ul>li.menu-item-has-children>a:before {
    content: "";
    font-family: FontAwesome;
    color: #005175;
    margin-right: 0;
    font-size: 12px
}

iframe {
    max-width: 100%
}

.top-menu .sub-menu .sub-menu li a:last-child {
    display: none
}

#menu-item-614,
#menu-item-462 {
    margin-bottom: 100px;
}

ul.restrict {
    background: #2394c5
}

ul.restrict {
    box-shadow: 500px 0 0 0 #2394c5, -500px 0 0 0 #2394c5;
    z-index: 0;
    position: relative;
}

ul.restrict a {
    color: #fff
}

ul.restrict a:hover {
    color: #70caf2
}

ul.restrict li {
    /*padding:15px 0;*/
    margin: 0 20px;
    border-bottom: solid 2px #2394c5;
}

ul.restrict li:hover {
    border-bottom: solid 2px #fff;
    text-decoration: none;
    /*padding-bottom:14px*/
    box-sizing: border-box;
}

ul.restrict li a:hover {
    text-decoration: none;
    color: #fff
}

ul.restrict li:first-child {
    margin-left: 0
}

ul.restrict li:first-child a {
    color: #005175
}

ul.restrict li:first-child a:after {
    content: "";
    margin-left: 5px;
    font-family: FontAwesome;
    color: #005175
}

#searchform {
    right: 0;
    bottom: -60px;
    display: none;
    padding: 14px;
    float: right;
    background: #fcfcfc;
    box-shadow: 0 1px 3px #ddd;
    margin: 0px 0 15px 0;
    position: absolute;
    z-index: 2;
}

#searchform,
#searchform label {
    display: none
}

.header {
    margin-bottom: 15px;
}

.header #searchform input {
    border: 1px solid #2494c6;
    min-height: 26px;
    color: #2494c6;
    background-color: #fafafa
}

.header #searchsubmit:hover {
    background-color: #2494c6;
    color: #fff
}

.flex-direction-nav:not(.vivo) {
    display: none
}

.flex-direction-nav li {
    font-size: 17px;
    background: #d5d5d5;
    padding: 0
}

.flex-direction-nav li:hover {
    background: #2b9a84
}

.flex-direction-nav li a {
    color: #fff;
    padding: 12px
}

.thumbnail-style:hover {
    box-shadow: none
}

.thumbnail-style,
.breadcrumb {
    padding: 0
}

.link-destaque {
    font-size: 18px;
    padding: 10px 0;
    font-weight: bold
}

.box-destaque p:last-child {
    margin: 0
}

.box-destaque,
.box-destaque-v2 {
    padding: 10px 20px;
    margin: 0 0 20px;
    border: 1px solid #eee;
    border-left: 2px solid #2394c5;
    background: #fafafa
}

.box-destaque-v2 {
    padding: 60px 40px
}

.fundo-destaque {
    margin: 0 0 15px;
    padding: 25px 0 14px 0;
    box-shadow: inset 0 0 4px #eee;
    background: #fafafa
}

.fundo-destaque h1 {
    font-size: 24px;
    color: #6e6e6e
}

.publi {
    background: #fafafa;
    box-shadow: inset 0 0 0 1px #eee;
    position: relative;
}

.publi img {
    margin: 0 auto;
    padding: 0 0 30px;
    max-height: 345px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.h1-publicacoes {
    font-size: 24px;
    color: #6e6e6e;
}

.publicacao-conteudo h2,
.publicacao-conteudo h3,
.publicacao-conteudo h4,
.publicacao-conteudo h5,
.publicacao-conteudo h6 {
    color: #555;
    line-height: 1.6;
    margin: 0 0 15px 0;
    font-size: 13px;
}

.slide-publicacoes .publi .container {
    border: solid 1px #eee;
    background: #fafafa;
    position: relative;
    padding-top: 15px;
    min-height: 170px;
    border-top: none;
}

.publi .container .btn-u {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    display: block;
    max-width: 150px;
    margin: 0 auto;
    background: #2394c5;
    transition: background .5s ease;
    -ms-transition: background .5s ease;
    -moz-transition: background .5s ease;
    margin-bottom: 15px
}

.publi .container .btn-u:hover {
    background: #31ad94
}

.publi-single {
    background: #fafafa
}

.publi-single img {
    margin: 10px auto
}

.btn-publi-download {
    width: 187px;
    height: 74px;
    margin-right: 20px;
    display: inline-block;
    padding: 6px 0 0 80px!important;
    float: left
}

.btn-publi-download.ebook {
    background: url('http://site1389369336.provisorio.ws/wp-content/themes/ZI-CEBDS/assets/img/btnEbook.png')
}

.btn-publi-download.pdf {
    background: url('http://site1389369336.provisorio.ws/wp-content/themes/ZI-CEBDS/assets/img/btnPDF.png')
}

.btn-publi-download p {
    margin: 0
}

.btn-publi-download a {
    display: block;
    width: 100%
}

.lista-publi {
    width: 100%;
    display: block;
    float: left
}

.publi {
    margin-bottom: 20px;
    min-height: 430px;
}

.publi>a {
    display: block;
    min-height: 290px;
    position: relative;
}

.empresas {}

.empresas h4 {}

.form-filtrar-letra {
    margin-bottom: 15px
}

.form-filtrar-letra * {
    min-height: 37px;
    border: 1px solid #efefef;
    padding: 0 18px
}

.form-filtrar-letra *:focus {
    outline: none
}

.form-filtrar-letra input {
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(250, 250, 250, 1) 51%, rgba(250, 250, 250, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(51%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(250, 250, 250, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(250, 250, 250, 1) 51%, rgba(250, 250, 250, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(250, 250, 250, 1) 51%, rgba(250, 250, 250, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(250, 250, 250, 1) 51%, rgba(250, 250, 250, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(250, 250, 250, 1) 51%, rgba(250, 250, 250, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0)
}

.ct {
    margin: 0;
    padding: 14px
}

.ct img {
    width: 100%;
    height: auto
}

.filtro {}

ul.filtro {
    border: solid 1px #eee
}

ul.filtro li {
    padding: 5px 25px;
    font-size: 14px
}

ul.filtro li:first-child {
    padding: 8px 25px;
    background: #fafafa;
    border-bottom: solid 1px #eee;
    font-size: 16px;
    font-weight: bold;
    color: #767676
}

ul.filtro li a {
    color: #31ad94
}

.sidebar h2 {
    font-size: 20px;
    margin-top: 25px;
    padding-left: 15px;
}

ul[id*=menu-sidebar] {
    padding-left: 0;
}

ul[id*=menu-sidebar] li {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
}

ul[id*=menu-sidebar]>li {
    padding: 8px 15px;
    margin: 0 0 5px 0;
    background: #fafafa;
    border: solid 1px #eee;
    font-size: 16px;
    font-weight: bold;
    color: #333
}

ul[id*=menu-sidebar]>li a {
    color: #767676;
    display: block;
}

ul[id*=menu-sidebar] .menu-item-has-children,
ul[id*=menu-sidebar] .menu-item-has-children:hover {
    background: #fff
}

#menu-ct_br {
    padding-left: 0
}

.submenu-accordeon .sub-menu {
    display: none;
    padding-left: 1.2rem;
}

ul[id*=menu-sidebar] .current-menu-item {
    background: #31ad94
}

ul[id*=menu-sidebar] .current-menu-item a {
    color: #fff
}

ul[id*=menu-sidebar] .sub-menu .current-menu-item {
    color: #31ad94;
    background: #fff
}

ul[id*=menu-sidebar] .sub-menu .current-menu-item a {
    color: #31ad94;
    background: #fff
}

[id*=menu-sidebar] .menu-item.menu-item-has-children:hover a {
    color: #767676
}

[id*=menu-sidebar] .sub-menu:hover {
    background-color: #fff!important
}

[id*=menu-sidebar] .sub-menu li.current-menu-item a,
[id*=menu-sidebar] .sub-menu li a:hover {
    color: #31ad94!important
}

ul[id*=menu-ct]>li {
    padding: 8px 15px;
    margin: 0 0 3px 0;
    background: #fafafa;
    border: solid 1px #eee;
    font-size: 16px;
    font-weight: bold;
    color: #666
}

.associe-se {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #2394c5;
    border: solid 1px #2394c5
}

#menu-item-973:before,
#menu-item-3021:before,
#menu-item-972:before,
#menu-item-3017:before,
#menu-item-971:before,
#menu-item-3018:before,
#menu-item-970:before,
#menu-item-3020:before,
#menu-item-969:before,
#menu-item-3019:before,
#menu-item-968:before,
#menu-item-3020:before,
#menu-item-967:before,
#menu-item-3023:before,
#menu-item-3579:before,
#menu-item-4268:before,
#menu-item-3580:before,
#menu-item-4269:before {
    content: '';
    width: 20px;
    height: 18px;
    margin-right: 8px;
    background: none;
    display: inline-block;
    position: relative;
    top: 3px
}

#menu-item-973:before,
#menu-item-3021:before {
    background: url('http://site1389369336.provisorio.ws/wp-content/themes/ZI-CEBDS/assets/img/agua.png') no-repeat
}

#menu-item-972:before,
#menu-item-3017:before {
    background: url('http://site1389369336.provisorio.ws/wp-content/themes/ZI-CEBDS/assets/img/bio.png') no-repeat
}

#menu-item-971:before,
#menu-item-3018:before {
    background: url('http://site1389369336.provisorio.ws/wp-content/themes/ZI-CEBDS/assets/img/clima.png') no-repeat
}

#menu-item-970:before,
#menu-item-3020:before {
    background: url('http://site1389369336.provisorio.ws/wp-content/themes/ZI-CEBDS/assets/img/comunicacao.png') no-repeat
}

#menu-item-969:before,
#menu-item-3019:before {
    background: url('http://site1389369336.provisorio.ws/wp-content/themes/ZI-CEBDS/assets/img/financas.png') no-repeat
}

#menu-item-968:before,
#menu-item-3020:before {
    background: url('http://site1389369336.provisorio.ws/wp-content/themes/ZI-CEBDS/assets/img/mobilidade.png') no-repeat
}

#menu-item-967:before,
#menu-item-3023:before {
    background: url('http://site1389369336.provisorio.ws/wp-content/themes/ZI-CEBDS/assets/img/materias.png') no-repeat
}

#menu-item-3580:before,
#menu-item-4269:before {
    background: url('http://site1389369336.provisorio.ws/wp-content/themes/ZI-CEBDS/assets/img/impacto-social.png') no-repeat
}

#menu-item-3579:before,
#menu-item-4268:before {
    background: url('http://site1389369336.provisorio.ws/wp-content/themes/ZI-CEBDS/assets/img/acv.png') no-repeat
}

.empresas a img,
.slick-slide a img {
    padding: 0;
    margin: 0 auto;
    max-height: 135px;
    position: absolute;
    top: 50%;
    transform: translateY(-35%) translateX(-50%);
    left: 50%;
    max-width: 230px;
    width: auto;
}

.slick-slide {
    height: 120px;
    width: 175px;
}

.slide-projetos .slick-slide,
.slide-eventos .slick-slide,
.slide-noticias .slick-slide,
.slide-publicacoes .slick-slide {
    height: auto;
}

.slide-publicacoes .slick-slide a img {
    max-height: 375px;
    max-width: 100%;
}

.slick-slide a img {
    max-height: 105px;
    max-width: 175px;
    transform: translateY(-45%) translateX(-50%);
    filter: none !important;
}

.empresas {
    margin-bottom: 15px;
    border: 1px solid #f4f4f4;
    height: 180px;
    position: relative;
}

.empresa-pt-wrapper .empresas {
    height: 250px;
}

.empresas a {
    display: block;
}

.empresas a.titulo {
    display: none;
}

.empresas a h4 {
    margin-top: 0;
    margin-bottom: 0
}

.empresas>a:first-child {
    background-color: #fafafa;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4
}

.page-id-95 .box-destaque {
    border: none;
    font-size: 18px;
    text-align: center;
    margin: 10px auto 30px;
    padding: 20px 10%;
}

.btn-black-saiba-mais {
    display: inline-block;
    background-color: #808080;
    color: #fff;
    padding: 2px 15px;
    font-weight: bold
}

.btn-black-saiba-mais:hover {
    color: #ddd
}

.empresas .btn-black-saiba-mais {
    display: inline-block;
    margin-bottom: 15px
}

.ui-corner-all {
    border-radius: 0
}

.ui-widget-header {
    background: #2394c5;
    color: #fff;
    border: none
}

.ui-widget-content {
    width: 100%;
    border: none;
    background: none;
    color: #2394c5
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none;
    background: #fff;
    font-weight: bold;
    color: #ccc;
    text-align: center
}

.ui-state-default.ui-state-highlight.ui-state-active,
.data-evento a {
    color: #2394c5!important
}

.agenda-eventos {
    padding: 20px;
    background: #fafafa;
    border: solid 1px #d7d7d7
}

.agenda-eventos tr {
    background: #fff;
    border: solid 1px #eee
}

.agenda-eventos td {
    background: #fff;
    border: solid 1px #eee
}

.list-agenda-eventos {
    padding: 35px 25px;
    border: solid 1px #eee
}

.list-agenda-eventos li {
    color: #2394c5;
    font-weight: bold
}

.list-agenda-eventos li a {
    color: #333;
    font-weight: normal
}

.footer {
    padding-top: 0;
    background: url(assets/img/bg-footer.jpg) no-repeat center top;
    background-size: cover;
}

.footer-news {
    height: auto;
    /*margin-bottom:30px;*/
    padding: 70px 0;
    /*background:#2394c5;*/
    /*border-bottom: solid 1px rgba(255,255,255,0.3);*/
}

.footer-news .container {
    width: 750px;
    max-width: 100%;
}

.footer-news p {
    color: #fff
}

.footer-news span {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer-menu {
    min-height: 320px;
    list-style-type: none;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    padding-top: 45px;
}

.footer-menu * {
    list-style-type: none
}

.footer-menu a {
    color: #fff
}

.footer-menu ul>li a {
    font-size: 18px;
    display: block;
    margin: 10px 0
}

.footer-menu ul>li:first-child a {
    margin-top: 0
}

.footer-menu ul.sub-menu {
    padding: 0;
    text-decoration: none
}

.footer-menu ul.sub-menu a {
    font-size: 12px;
    margin: 2px 0
}

.footer-menu .container>ul>li:last-child {
    border-bottom: solid 1px #fff
}

.footer-menu ul.list-inline {
    margin: 0 15px
}

.footer-menu ul.list-inline li {
    margin: -4px
}

#menu-item-189 {
    margin-top: 11px
}

#menu-item-193 a {
    margin-top: 0
}

.off-link {}

.off-link>a {
    color: #fff;
    text-decoration: none;
    cursor: default
}

.footer .off-link>a {
    font-size: 16px!important
}

.copyright {
    background: none;
    padding: 0;
    border: none;
}

.copyright a {
    color: #333
}

.copyright p {
    color: #555555;
}

.footer-news input {
    border-radius: 2px;
    padding: 0 10px
}

.footer-news input[type='text'] {
    width: 270px;
    max-width: 100%;
    height: 40px;
    margin-right: 1%;
    border: solid 1px #FFF;
    color: #FFF;
    background: none;
    margin-right: 30px;
}

.footer-news input[type='email'] {
    border: solid 1px #FFF !important;
    background: none !important;
    color: #FFF !important;
    width: 270px;
    max-width: 100%;
    margin-right: 30px;
}

.footer-news input[type='email']::-webkit-input-placeholder,
.footer-news input[type='text']::-webkit-input-placeholder {
    color: #FFF !important;
}

.footer-news input[type='email']::-moz-placeholder,
.footer-news input[type='text']::-moz-placeholder {
    color: #FFF;
}

.footer-news input[type='email']:-ms-input-placeholder,
.footer-news input[type='text']:-ms-input-placeholder {
    color: #FFF;
}

.footer-news input[type='email']:-moz-placeholder,
.footer-news input[type='text']:-moz-placeholder {
    color: #FFF;
}

.footer-news input[type='submit'] {
    width: 120px;
    height: 40px;
    background: #FFF;
    color: #32AD94;
    border-radius: 3px;
}

.contato * {
    width: 100%;
    max-width: 555px;
    margin: 10px 0;
    padding: 15px;
    height: 35px;
    border: solid 1px #eee
}

.contato input {
    background: #fafafa
}

.contato input[type="submit"] {
    width: 25%;
    height: 35px;
    padding: 6px 0;
    background: #31ad94
}

.contato textarea {
    height: 120px;
    background: #fafafa
}

.wpcf7 form {
    margin: 50px 0;
    max-width: 600px
}

.wpcf7 form,
.wpcf7 textarea {
    width: 100%
}

.wpcf7 textarea {
    background: #fafafa;
    border: solid 1px #ededed;
    padding: 10px
}

.wpcf7 input[type=submit] {
    float: right;
    color: #fff
}

.wpcf7 form input {
    border: none;
    background: #fafafa;
    border: solid 1px #ededed;
    font-size: 14px;
    padding: 8px;
    /* width:100% */
}

.page-id-9910 input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}

.wpcf7 form input[type=tel] {
    width: 70%
}

.wpcf7 form input[type=submit] {
    margin-left: 2%;
    width: 28%;
    padding: 8px;
    background: #31ad94
}

.footer-news .wpcf7 form {
    margin: 0;
    max-width: inherit;
    display: inline-block
}

.footer-news input {
    width: 38%;
    max-width: 330px;
    height: 40px;
    margin-right: 1%;
    border: none
}

.footer-news input[type=submit] {
    width: 18%!important;
    background: #2394c5!important;
    border: none!important
}

form:not(.wpcf7-form) div.wpcf7-mail-sent-ok {
    display: none
}

form.wpcf7-form div.wpcf7-mail-sent-ok {
    clear: both;
}

.ngg-gallery-thumbnail-box {
    width: 24.5%
}

.ngg-gallery-thumbnail {
    width: 100%
}

.ngg-gallery-thumbnail img {
    width: 100%;
    height: auto
}

.multi {
    box-shadow: 0 16px 0 -15px #eee;
    margin-bottom: 20px
}

.multi:after {
    content: '';
    display: block;
    clear: both
}

.parceiros {
    margin: 10px
}

.parceiros [id^=attachment_] {
    display: inline-block;
    width: 33%!important;
    text-align: center;
    margin: 10px 0
}

.parceiros [id^=attachment_] p {
    margin: 10px 0;
    font-size: 16px;
    display: none
}

@media screen and (min-width:990px) {
    .videos iframe {
        display: inline-block;
        float: left;
        width: 46%;
        height: 300px;
        margin: 2%;
    }
    #logo-header {
        width: 100%;
        width: 400px;
        height: auto;
    }
    .publi .container p {
        margin-top: 10px
    }
}

@media screen and (max-width:991px) {
    .mobile-center {
        width: 100%;
        text-align: center
    }
    #top-nav {
        display: none
    }
    #top-nav .container .row.pull-right>* {
        width: 100%;
        text-align: center;
        margin: 5px 0
    }
    #logo-header {
        margin-left: auto;
        margin-right: auto
    }
    .logo-fix {
        margin: 10px auto
    }
    button#showRightPush {
        border: none;
        background: #32AD94;
        /*box-shadow:500px 0 0 0 #57b8e2, -500px 0 0 0 #57b8e2;*/
        padding: 5px 0;
        font-size: 24px;
        color: #fff;
        position: absolute;
        top: 25px;
        right: 15px;
        width: 50px;
        height: 50px;
        z-index: 999999;
    }
    button#showLeftPush {
        border: none;
        background: #31ad94;
        box-shadow: 500px 0 0 0 #31ad94, -500px 0 0 0 #31ad94;
        padding: 5px 0;
        font-size: 20px;
        color: #fff
    }
    ul.restrict {
        padding: 10px;
        box-shadow: 200px 0 0 0 #2394c5, -200px 0 0 0 #2394c5
    }
    ul.restrict li {
        padding: 5px;
        width: 100%
    }
    ul.top-menu li {
        width: 100%;
        padding: 0
    }
    ul.top-menu ul.sub-menu {
        display: block;
        position: relative;
        padding: 5px;
        box-shadow: none;
        width: 100%;
    }
    ul.top-menu>li:first-child>ul.sub-menu {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        padding: 5px;
        box-shadow: none
    }
    ul.top-menu>li:first-child>ul.sub-menu li:last-child {
        margin-bottom: 0
    }
    .cbp-spmenu {
        background: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, .1);
        position: fixed;
        overflow-y: scroll
    }
    .cbp-spmenu-vertical {
        width: 220px;
        height: 100%;
        top: 0;
        z-index: 1000
    }
    .cbp-spmenu-right {
        right: -220px
    }
    .cbp-spmenu-right.cbp-spmenu-open {
        right: 0
    }
    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0
    }
    .cbp-spmenu-push-toleft {
        left: -220px
    }
    .cbp-spmenu-push {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }
    .footer-news input {
        width: 100%!important;
        max-width: 100%!important;
        margin: 10px 0
    }
    .top-menu .sub-menu:before,
    .top-menu .sub-menu:after {
        display: none
    }
    .top-menu>li:first-child>.sub-menu,
    .top-menu>li:nth-child(3)>.sub-menu,
    .top-menu>li:nth-child(4)>.sub-menu {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0
    }
    .ngg-gallery-thumbnail-box {
        min-height: 100px
    }
    .ngg-gallery-thumbnail-box {
        width: 48%
    }
    .top-menu .sub-menu a:not(.off-link) {
        font-size: 12px
    }
    .top-menu .sub-menu li {
        padding-bottom: 5px
    }
    .top-menu>li {
        padding: 10px 0!important
    }
    .top-menu>li:hover {
        border-bottom: none;
        padding-bottom: 0
    }
    .top-menu {
        text-align: left
    }
    .top-menu .sub-menu {
        min-width: 100px!important;
        padding: 5px!important;
        min-height: 50px!important
    }
    #cbp-spmenu-s2 .sub-menu {
        display: block
    }
    #cbp-spmenu-s2 .sub {
        display: none
    }
    .parceiros [id^=attachment_] {
        width: 49.5%!important
    }
    #logo-header {
        width: 40%
    }
    .logo {
        margin-top: 20px !important;
    }
    .top-menu {
        display: none;
        /*        position: absolute;
                top: -55px;
                right: 0;*/
        min-width: 300px;
        width: 40%;
        height: 100%;
        /*        background: white;*/
        padding: 0 15px;
        /*        box-shadow: 0 0 2px 0 rgba(0,0,0,0.3)*/
    }
    #menu .top-menu>li>a {
        padding: 5px 0 !important;
    }
    .top-menu.active {
        display: table;
    }
    footer {
        width: 100%;
        overflow: hidden;
    }
    .top-menu.active p.sub {
        display: none;
    }
    .footer-news input[type='email'],
    .footer-news input[type='text'] {
        margin-right: 0 !important;
    }
    .copyright {
        padding: 0 25px;
    }
    .copyright p {
        color: #FFF;
    }
    .thumbnail-img img {
        margin: 0 auto;
    }
    .ad-banners>div {
        margin-bottom: 10px;
    }
    .sustentavel-item {
        margin-bottom: 40px;
    }
    .publicacoes-destaque {
        padding: 0 !important;
    }
}

@media(max-width:767px) {
    .xs-center {
        text-align: center;
        width: 100%
    }
}

.thumbnail-ascom {
    margin: 0px 20px 20px 0;
    float: left;
}

@media(max-width:480px) {
    .ty-center {
        text-align: center;
        width: 100%
    }
    .parceiros [id^=attachment_] {
        width: 100%!important
    }
    #logo-header {
        width: 80%;
        margin: 0;
    }
    .thumbnail-ascom {
        margin: 0px 20px 20px;
        float: none;
        max-width: 100%;
    }
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

@media(min-width:990px) and (max-width:1200px) {
    .footer-news input {
        width: 100%!important;
        max-width: 30%!important;
        margin: 10px 0
    }
}

.clients li img {
    height: auto!important
}

.the-text ul {
    list-style: disc inside;
}

.addthis_toolbox {
    padding: 5px 0;
    margin: 0
}

.addthis_toolbox a:first-child {
    padding-left: 0
}

h5 a {
    color: #2394c5;
    font-weight: bold
}

.blog.col-md-6 img {
    width: 100%;
    height: auto
}

#blog-sustentavel .blog {
    min-height: 300px;
}

#blog-sustentavel .blog h2 {
    font-size: 15px;
    padding: 5px;
    box-sizing: border-box;
}

#blog-sustentavel .blog h2 a {
    line-height: 20px;
}

#blog-sustentavel .blog h5 {
    padding: 5px 5px 0;
}

#blog-sustentavel .blog figure {
    background: #F5F5F5;
    padding: 10px;
    overflow: hidden;
}

#blog-sustentavel .blog img {
    display: block;
    margin: 0 auto;
    height: 160px;
    object-fit: cover;
}


/* Zoom In #1 */

#blog-sustentavel .blog figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#blog-sustentavel .blog figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#top-nav p {
    color: #2b9a84
}

.thumbnail-img.tvcebds,
.thumbnail-img iframe {
    height: 270px
}

.menu-item-180>a:first-child,
.menu-item-185>a:first-child {
    text-decoration-color: #31ad94
}

#menu-item-1008>a {
    cursor: default
}

.col-md-9>p>iframe {
    width: 100%;
    height: 450px;
    margin: 15px 0
}

.col-md-9 ul li {
    line-height: 2
}

.filtro li a:hover {
    color: #2394c5
}

span.select_data {
    font-size: 14px;
    margin: 10px 0;
    display: block
}

select#select_data {
    width: 100%;
    padding: 8px
}

[id*=menu-sidebar]>.menu-item:hover {
    background: #31ad94
}

[id*=menu-sidebar] .menu-item:hover a {
    color: #fff
}

a.btn-relatorio {
    background: #32AD94;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

[class^=icon-angle] {
    font-size: 26px
}

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

.revista {
    margin-bottom: 50px
}

.tabs {
    margin: 25px 0 0 0
}

.tab-button {
    text-align: center;
    color: #000;
    font-size: 22px;
    float: left;
    margin-right: 10px;
    cursor: pointer
}

.tab-button.fotos {
    border-bottom: solid 2px #2394c5
}

.tab-videos {
    display: none
}

.tab-videos iframe {
    height: auto
}

.off-link>.sub a,
.no-cursor>.sub a {
    cursor: default
}

.bullets li {
    list-style-type: disc;
    margin-left: 20px;
    color: #428bca
}

.revista {
    min-height: 295px
}

.revista p {
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    color: #2394c5;
    font-weight: bold
}

.revista a img {
    margin: 0 auto
}

.green-highlight {
    color: #31ad94;
    font-size: 14px;
    font-weight: bold
}

.lista-projeto h4 {
    font-weight: bold!important
}

.lista-projeto {
    padding-left: 30px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 15px
}

.lista-projeto:before {
    content: "";
    font-family: FontAwesome;
    color: #428bca;
    font-size: 16px;
    position: absolute;
    left: 20px;
    margin-top: -2px
}

.i-agua {
    background: url('assets/img/icones.png') no-repeat 0 0;
    width: 10px;
    height: 17px
}

.i-bio {
    background: url('assets/img/icones.png') no-repeat 0 -27px;
    width: 14px;
    height: 15px
}

.i-clima {
    background: url('assets/img/icones.png') no-repeat 0 -52px;
    width: 18px;
    height: 17px
}

.i-comunicacao {
    background: url('assets/img/icones.png') no-repeat 0 -79px;
    width: 16px;
    height: 13px
}

.i-financas {
    background: url('assets/img/icones.png') no-repeat 0 -102px;
    width: 15px;
    height: 14px
}

.i-materiais {
    background: url('assets/img/icones.png') no-repeat 0 -126px;
    width: 18px;
    height: 16px
}

.i-mobilidade {
    background: url('assets/img/icones.png') no-repeat 0 -152px;
    width: 20px;
    height: 13px
}

.multimidias {
    margin-bottom: 30px;
    min-height: 315px
}

.parceiros>p:first-child {
    padding: 10px 20px;
    margin: 0 0 20px;
    border: 1px solid #eee;
    border-left: 2px solid #2394c5;
    background: #fafafa
}

.testimonials.testimonials-v2 .item p:after {
    display: none
}

.carousel-inner>.item {
    min-height: 190px
}

.equipe-item {
    margin: 20px auto;
    overflow: hidden;
    display: table;
    background-color: #eee;
    display: none
}

.equipe-item:after {
    content: '';
    display: block;
    clear: both
}

.equipe-item>div {
    display: table-cell
}

.equipe-foto {
    width: 20%;
    vertical-align: top;
    float: left
}

.equipe-info {
    width: 80%;
    padding: 0 20px 0 20px;
    background-color: #eee;
    vertical-align: middle
}

.equipe-info span {
    font-weight: bold;
    font-size: 19px
}

.headline .head-mobile,
.headline .head-desk {
    display: none
}

.relacionamento {
    margin-bottom: 100px;
}

.relacionamento .veja-todos {
    display: block;
    width: 100%;
    text-align: right;
    border-bottom: 1px dotted #E4E9F0;
    font-size: 16px;
}

.top-menu li:hover .sub-menu {
    display: block;
    float: left;
    z-index: 1;
}

@media(max-width:767px) {
    .headline .head-mobile {
        display: inline-block
    }
    .headline .head-desk {
        display: none
    }
}

@media(min-width:768px) {
    .headline .head-mobile {
        display: none
    }
    .headline .head-desk {
        display: inline-block
    }
}

.blog-author-avatar img {
    width: 60px;
    height: auto;
}

@media(max-width:991px) {
    .empresa-grid {
        min-height: 1px;
    }
}

.imagem-noticias {
    margin-bottom: 20px;
}

.center-parent {
    display: table;
    width: 100%;
}

.center-child {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.thumbnail-style .thumbnail-img.thumb-noticias {
    width: 100%;
    max-width: 409px;
    height: 307px;
    max-height: 307px;
    background: #f0f0f0;
}

.languages {
    margin: 0 -2px
}

.languages .lang {
    padding: 0;
    text-align: center;
    background: #e9e9e9;
    vertical-align: middle;
    font-weight: bold;
    box-shadow: inset 0 0 0 1apx red;
    width: 30px;
    padding: 4px 0;
    float: left;
    outline: solid 1px #b8b8b8;
    box-shadow: inset 0 15px 3px #f7f7f7
}

.languages .lang:hover a,
.languages .lang.active a {
    color: #31ad94;
}

.empresas .imagem {
    height: 133px;
    display: table;
    width: 100%;
    text-align: center;
}

.empresa-pt-wrapper .empresas .imagem {
    height: 140px;
}

.empresas .imagem img,
.slick-slide img {
    display: table-cell;
    vertical-align: middle;
    padding: 0
}

.slideshow_container {
    margin: 0 auto!important;
}


/*.slideshow_container::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: url('assets/img/mascara_slide.png');
	background-position: bottom center;
	z-index: 1;
}*/

.cebds-accordion {
    margin-bottom: 30px;
    border-left: solid 1px #31ad94;
    border-right: solid 1px #31ad94;
    border-bottom: solid 1px #31ad94;
}

.cebds-accordion__radio {
    display: none;
}

.cebds-accordion__radio:checked~.cebds-accordion__content {
    display: block;
}

.cebds-accordion__radio:checked+.cebds-accordion__label {
    display: block;
}

.cebds-accordion__radio:checked+.cebds-accordion__label:before {
    content: '-';
}

.cebds-accordion__label {
    padding: 15px 60px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 300;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    background: #FFFFFF;
    color: #31ad94;
    border-top: solid 1px #31ad94
}

.cebds-accordion__label:before {
    content: '+';
    line-height: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    background: white;
    color: grey;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    left: 20px;
    top: 15px;
    border-radius: 50%;
}

.cebds-accordion__content {
    padding: 0 60px 30px 60px;
    display: none;
    overflow: hidden;
}

.cebds-accordion__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 993px) {
    .cebds-accordion__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cebds-accordion__image {
    width: 30%;
    float: left;
}

.cebds-accordion__description {
    padding-left: 30px;
    width: 70%;
    float: left;
}

@media screen and (max-width: 993px) {
    .cebds-accordion__description {
        padding: 15px 0 0;
    }
}

.cebds-author-box {
    padding: 15px;
    border: solid 1px #eeeeee
}

.cebds-author-box__avatar {
    margin-bottom: 20px;
}

.cebds-author-box__title {
    font-size: 20px;
}

.cebds-author-box__name {
    font-size: 18px;
}

.cebds-author-box__bio {
    font-size: 12px;
}

.cebds-author-box__bio__cargo {
    font-size: 16px;
    font-style: italic;
}

.cebds-author-box__bio__intro {}

.cebds-author-box__bio__history {}


/* titulos áreas home */

.home .slideshow_container {
    height: 400px !important;
}

@media screen and (max-width: 465px) {
    .home .slideshow_container {
        height: 80px !important;
    }
    .home .slideshow_container img {
        width: 100%;
    }
    #searchform {
        left: 0 !important;
        bottom: -20px !important;
        float: left !important;
        z-index: 9999;
    }
    .menu .btn-search {
        display: block !important;
        z-index: 3;
        position: relative;
        z-index: 99999;
    }
    .header #searchform input {
        padding: 6px 12px;
    }
}

.headline h2 {
    font-size: 26px;
    border: none;
}


/* Alteração Imagens Resposivas CTA Post 16/10/2016 */

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


/*--- Imagens alinhamento ----*/

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large {
    max-width: 97.5%;
    width: auto;
    /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em;
}

p img,
.wp-caption {
    margin-top: 0.4em;
}

.wp-caption {
    background: #eee;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}

.wp-caption img {
    display: block;
    margin: -2px 0 0 -2px;
    max-width: 98%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    color: #637C89;
    font-family: Georgia, serif;
    font-size: 1.2em;
}

.wp-caption .wp-caption-text {
    margin-bottom: 0.6em;
    padding: 10px 0 5px 10px;
    position: relative;
}

.wp-caption .wp-caption-text:before {
    color: #637C89;
    content: '';
    font-size: 1.4em;
    font-style: normal;
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 7px;
}

#content .gallery {
    margin: 0 auto 1.625em;
}

#content .gallery a img {
    border: none;
}

img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}

#content .gallery-columns-4 .gallery-item {
    width: 23%;
    padding-right: 2%;
}

#content .gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
}


/* Image borders */

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border: 1px solid #ddd;
    padding: 6px;
    max-width: 97.5%;
}

.wp-caption img {
    border-color: #eee;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {
    /* Add some useful style to those fancy borders for linked images ... */
    background: #eee;
    border-color: #bbb;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
    /* ... including captioned images! */
    background: #fff;
    border-color: #ddd;
}


/* Make sure videos and embeds fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
    /* Override the Twitter embed fixed width */
}


/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: .9em;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft+ul,
.wp-caption.alignleft+ol {
    list-style-position: inside;
}

#wpcf7-f9867-o1 form input[type="checkbox"] {
    width: auto !important;
}

#wpcf7-f9867-o1 .wpcf7-list-item {
    width: 100% !important;
}

#wpcf7-f9867-o1 form {
    max-width: initial !important;
}

#wpcf7-f9867-o1 div.wpcf7-mail-sent-ok {
    display: block;
    clear: both;
    margin-top: 80px;
}


/*** Slide EMpresas***/

.slide-empresas .thumbnail-style .thumbnail-img {
    min-height: 80px;
}


/*** Ajuste Yoast - erro YOP Pool ***/

.yoast section {
    width: 100%;
    text-align: left;
    height: auto;
    padding: 10px;
}

.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    font-size: 13px;
    color: #555;
}


/*** Novo conceito ***/

.logo {
    margin-top: 60px;
}

.logo-wbcsd {
    width: 100%;
    max-width: 230px;
    margin-top: 60px;
    margin-left: 30px;
}

#topo-social,
#select-idiomas {
    float: left;
    padding: 15px 0;
}

#topo-social li {
    display: inline-block;
    margin: 0 7px;
}

#select-idiomas {
    position: relative;
    margin: 0 10px 0 15px;
    padding-left: 12px;
    padding-right: 12px;
}

#select-idiomas::before {
    content: '';
    display: block;
    height: 27px;
    width: 1px;
    background-color: #D3D3D3;
    position: absolute;
    left: 0px;
    top: 10px;
}

@media screen and (max-width: 650px) {
    #select-idiomas {
        position: absolute;
        float: none;
        left: 0;
        top: 30px;
        z-index: 1;
    }
    #select-idiomas::before {
        display: none;
    }
}


/*#select-idiomas::after {
    content: url('assets/img/icon-seta-idioma.svg');
    display: block;
    height: 2px;
    width: 5px;
    position: absolute;
    right: 0px;
    top: 12px;
}*/

#select-idiomas,
#select-idiomas p {
    cursor: pointer;
    margin-bottom: 0
}

#select-idiomas ul {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    background: #F2F2F2;
}

#select-idiomas:hover ul {
    display: block;
}

#select-idiomas ul li a {
    display: block;
    padding: 5px 20px;
}

#select-idiomas ul li a:hover {
    background: #32AD94;
    color: #FFF;
}

#select-idiomas {
    width: 70px;
    /* Tamanho final do select */
    padding: 12px 0 0 10px;
}

#select-idiomas .bandeira {
    display: inline-block;
    width: 21px;
    margin-right: 3px;
}

#select-idiomas .bandeira img {
    opacity: 0.6;
}

#select-idiomas .bandeira:hover img {
    opacity: 1;
}

html:not(.translated-ltr) #select-idiomas .bandeira.light-br img {
    opacity: 1;
}

html.translated-ltr #select-idiomas .bandeira.light-en img {
    opacity: 1;
}

#select-idiomas select {
    /*background: url('assets/img/icon-seta-idioma.svg') no-repeat;*/
    /* Imagem de fundo (Seta) */
    background-position: right 15px center;
    /*Posição da imagem do background*/
    width: 40px;
    /* Tamanho do select, maior que o tamanho da div "div-select" */
    height: 20px;
    /* altura do select, importante para que tenha a mesma altura em todo os navegadores */
    font-size: 12px;
    /* Tamanho da Fonte */
    padding: 0;
    /* Configurações de padding para posicionar o texto no campo */
    color: #00569D;
    /* Cor da Fonte */
    text-indent: 0.01px;
    /* Remove seta padrão do FireFox */
    text-overflow: "";
    /* Remove seta padrão do FireFox */
    outline: none;
    border: none;
}

#select-idiomas select::-ms-expand {
    display: none;
}


/* Remove seta padrão do IE*/

#btn-newsletter {
    background: url('assets/img/icon-envelope.svg') no-repeat left 13px center #2294C4;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px 15px 10px 40px;
    border-radius: 5px;
    border: none;
    font-size: 11px;
    margin-top: 10px;
    margin-right: 15px;
}

#box-associados {
    background: #F2F2F2;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    border-radius: 3px;
}

#box-associados p {
    background: url('assets/img/icon-associados.svg') no-repeat left center;
    padding: 10px 0 10px 20px;
    color: #555555;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

#box-associados .btn-primary {
    background: #00569D;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 14px;
}

#box-associados .btn-default {
    border: none;
    background: #F2F2F2;
    color: #00569D;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

#menu {
    /*background: #32AD94;*/
    margin-top: 20px;
    z-index: 999;
}

#menu .menu {
    position: relative;
}

#menu .top-menu {
    margin: 0;
    padding-left: 0;
}

#menu .top-menu>li>a {
    /*color: #FFF; */
    padding: 23px 0;
    display: block;
}

.top-menu>li.news-item:hover {
    border-bottom: none;
}

#menu .top-menu>li.news-item>a {
    background: #32AD94;
    color: #FFF;
    padding: 9px 23px;
    border-radius: 3px;
    text-decoration: none !important;
}

#menu .top-menu.restrict>li>a {
    padding: 10px 0;
}

#temas-grid {
    margin-top: 40px;
    margin-bottom: 40px;
}

#temas-grid h2 {
    font-family: 'open sans light';
    font-size: 48px;
}

#temas-grid p {
    width: 650px;
    margin: 0 auto;
    max-width: 100%;
    font-size: 15px;
    color: #919191;
    margin-bottom: 50px;
    line-height: 1.6;
}

#temas-grid h3,
#ct_grid h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 15px;
    display: table;
    height: 50px;
    vertical-align: middle;
    width: 100%;
}

#temas-grid h3 a,
#ct_grid h3 a {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    line-height: 1.3;
    width: 100%;
    text-align: center;
}

#temas-grid img {
    -webkit-filter: grayscale(0.4);
    filter: grayscale(0.4);
}

#temas-grid img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

body .footer-news input[type='submit'] {
    width: 120px !important;
    height: 40px;
    background: #FFF !important;
    color: #32AD94;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    box-shadow: none;
}


/* 
.wpcf7-form-control-wrap span{
    font-size: 0;
} */

.footer-menu .social {
    text-align: center;
}

.footer-menu .social li {
    padding: 0 3px !important;
}

.footer-menu .social li a {
    margin: 0 7px;
}

.footer-menu .social li:first-child a {
    margin-left: 0;
}

.footer-menu .social li:last-child a {
    margin-right: 0;
}

.bt-frente {
    text-transform: uppercase;
    padding-right: 20px;
    color: #00569D !important;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    background: url('assets/img/icon-seta-frente.svg') no-repeat right center;
    line-height: 4;
}

.headline {
    border: none;
    margin-top: 50px;
}

.headline h2 a {
    color: #555555 !important;
}

.thumbnails h3 {
    line-height: 1;
    margin-bottom: 15px;
}

.thumbnails a {
    color: #32AD94;
    line-height: 1;
}

.thumbnails .caption p {
    color: #ADADAD;
    font-size: 15px;
}

.publicacoes-destaque {
    /*background: #2294C4;*/
    background: url(assets/img/bg_publicacoes.jpg) no-repeat;
    padding: 40px 0;
    background-size: cover;
}

.publicacoes-destaque h2 {
    margin-bottom: 30px;
}

.publicacoes-destaque h2 a {
    color: #FFF !important;
}

.publicacoes-destaque .publi {
    /*background: #389EC9;*/
    background: none;
    min-height: 465px;
    /*box-shadow: inset 0 0 0 1px #2294C4;*/
    box-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.publicacoes-destaque .publi:last-child {
    border-right: none;
}

.publicacoes-destaque .publi .publi-titulo {
    color: #FFF;
    font-size: 16px;
    line-height: 1.4;
}

.publi .container .btn-u {
    background: #32AD94 !important;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 0;
}


/*.publicacoes-destaque .publi:hover{background: #FAFAFA}
.publicacoes-destaque .publi:hover .publi-titulo{color: #555555}*/

.slick-prev,
.slick-next {
    top: 50%;
    margin-top: -22px;
    width: 45px;
    height: 45px;
}

.slick-prev::before,
.slick-next::before {
    content: '' !important;
}

.slick-prev {
    left: 0;
    right: initial;
    background: url('assets/img/bt-anterior.svg') no-repeat !important;
    background-size: 100% !important;
}

.slick-next {
    background: url('assets/img/bt-proximo.svg') no-repeat !important;
    background-size: 100% !important;
}

.link-associese {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.link-associese::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #D3D3D3;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.link-associese .link-destaque {
    background: #FFF;
    padding: 0 50px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.link-associese .link-destaque a {
    display: inline-block;
    background: #2294C4;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 65px;
    border-radius: 3px;
}

#bloco-temas-camaras {
    border-left: solid 1px #E8E8E8;
    padding-top: 40px;
}

#menu-temas-camaras {
    margin-left: -15px;
}

#menu-temas-camaras ul {
    padding: 0
}

#menu-temas-camaras li a {
    color: #7996A2;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    padding: 15px 10px 15px 30px;
    box-sizing: border-box;
    text-transform: uppercase;
}

#menu-temas-camaras li a:hover {
    background: #FAFAFA;
    color: #00569D;
    border-left: 1px solid #00569D;
}

#bloco-temas-camaras .headline {
    margin-top: 0;
}

#bloco-temas-camaras .headline h2 {
    font-size: 46px;
    font-family: 'Open Sans Light';
}

#bloco-temas-camaras #intro p {
    font-size: 15px;
    color: #919191;
}

.relacionamento .headline h3 {
    border: none;
}

#bloco-temas-camaras .slick-slider {
    padding: 0 60px;
}


/*#bloco-temas-camaras .slide-projetos .slick-slide{width: 325px !important; max-width: 100%;}*/

body .slide-projetos h4,
body .slide-noticias h4,
body .slide-eventos h4 {
    padding: 0 !important;
    font-size: 18px;
    font-weight: normal !important;
    height: 80px !important;
}

.slide-projetos h4 a,
.slide-noticias h4 a,
.slide-eventos h4 a {
    color: #32AD94
}

body .slide-noticias h6 {
    padding: 0 !important;
}

.slide-projetos .caption,
.slide-noticias .caption,
.slide-eventos .caption {
    font-size: 15px;
    color: #ADADAD;
}

.slide-noticias .slick-slide a img {
    position: relative;
    transform: none;
    top: initial;
    left: initial;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.slide-noticias.slick-slider {
    margin: 0;
}

#bloco-temas-camaras .slide-publicacoes p {
    font-size: 15px;
    color: #555555;
}

#integrantes {
    padding: 20px;
}

#integrantes .container {
    border: solid 2px #FFF;
    padding: 15px 15px 30px !important;
}

#integrantes h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 0;
}

#integrantes p {
    font-size: 13px;
    text-align: center;
}

#itens-governanca {
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 10px;
}

#itens-governanca>div {
    padding-left: 70px;
}

#itens-governanca h3 {
    font-size: 13px;
    font-weight: bold !important;
    text-transform: uppercase;
    color: #919191;
    margin-top: 0;
    margin-bottom: 15px;
}

#itens-governanca p {
    text-align: left;
    color: #919191;
    font-size: 10px;
    line-height: 16px;
    line-height: 16px;
    padding-top: 16px;
    margin-bottom: 0;
}

#itens-governanca p strong,
#itens-governanca p strong a {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}

#itens-governanca .colider {
    margin-bottom: 15px;
}

#itens-governanca .colider p {
    padding-top: 10px;
}

#itens-governanca .colider:last-child {
    margin-bottom: 0;
}

#itens-governanca figure {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

#itens-governanca .colider figure {
    width: 60px;
    height: 60px;
}

.bio-modal .modal-body p {
    font-size: 15px !important;
    line-height: 24px !important;
}

#itens-governanca .separador {
    border-left: solid 1px #D3D3D3;
    padding-left: 30px;
}


/*** Governança em Modelo LP ***/

.page-template-modelo_page .patrocinadores img {
   height: auto;
    max-width: 100%;
    object-fit: cover;
}

.page-template-modelo_page #itens-governanca>div {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-modelo_page #itens-governanca .colider {
    width: 250px;
    max-width: 100%;
    margin: 0 15px;
}

.page-template-modelo_page #itens-governanca .colider p {
    padding-top: 20px;
}


/*** FIM Governança em Modelo LP ***/

.logo-cebds-blog img {
    width: 300px !important;
    margin-top: 25px;
    margin-left: 40px;
}

@media screen and (max-width: 475px) {
    .logo-cebds-blog {
        display: none;
    }
    #topo-social-tools {
        float: none !important;
    }
    .relacionados_covid .publi {
        width: 100%;
    }
    .relacionados_covid img {
        height: 195px;
        object-fit: contain !important;
    }
}

.midias-carousel .slick-slide {
    height: 200px;
}

.midias-carousel .slick-slide a img {
    max-height: initial;
    max-width: 100%;
    transform: translateY(-45%) translateX(-50%);
    filter: none !important;
}

#sidebar-videos h2 {
    padding-left: 0;
    margin: 11px 0;
}

#sidebar-videos iframe {
    margin-bottom: 20px;
}

.page-template-template-blog .slideshow_container {
    margin: 20px 0 !important;
}

.show-only-en {
    display: none !important;
}

.translated-ltr .show-only-br {
    display: none !important;
}

.translated-ltr .show-only-en {
    display: block !important;
}

.caixa-conteudo-seo h2,
.caixa-conteudo-seo h3,
.caixa-conteudo-seo h4,
.caixa-conteudo-seo h5,
.caixa-conteudo-seo h6 {
    margin: 0 0 15px 0;
    color: #555;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold !important;
}

.caixa-conteudo-seo li {
    line-height: 1.6 !important;
}

.caixa-conteudo-seo li h3 {
    display: inline;
    line-height: 16px;
}

.btn-download-publicacoes {
    background: #2DA089;
    text-transform: uppercase;
    color: #FFF !important;
    padding: 10px;
    border-radius: 5px;
    border: none;
    font-size: 11px;
    margin-top: 30px;
    margin-right: 15px;
    display: inline-block;
}

#blog-mosaico-destaques {
    margin-bottom: 20px;
}

#blog-mosaico-destaques article figure {
    overflow: hidden;
    position: relative;
}

#blog-mosaico-destaques article.destaque-p {
    margin-bottom: 15px;
}

#blog-mosaico-destaques article.destaque-g figure {
    height: 382px;
}

#blog-mosaico-destaques article.destaque-p figure {
    height: 186px;
}

#blog-mosaico-destaques article figure img {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#blog-mosaico-destaques article figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#blog-mosaico-destaques article figure p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 10px;
    background: rgba(45, 160, 137, 0.8);
    color: #FFF;
    font-size: 14px;
    line-height: 17px;
    border-radius: 5px;
    font-weight: bold;
}

#blog-mosaico-destaques article figure p span {
    text-decoration: underline;
    margin-bottom: 10px;
    display: inline-block;
}


/*** Votação ***/

.basic-vote a {
    background: #2394c5 !important;
}

.basic-question-title {
    text-align: center;
}

.bloco-votacao {
    min-height: 380px;
}

.bloco-votacao.novo {
    min-height: 100px;
    text-align: center;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
}

.modal-title {
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold !important;
    color: #3EA98E;
}

.modal-body {
    position: relative;
    padding: 30px;
}

.fade.in {
    opacity: 0.9;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.btn-conheca {
    background: #3EA98E;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    display: inline-block;
    font-size: 13px;
}

.btn-conheca:hover {
    color: white;
    opacity: 1;
}

a.btn-conheca:focus {
    color: white;
}

.basic-yop-poll-container,
.basic-canvas,
.basic-inner {
    z-index: 1 !important;
}

.basic-answer .basic-text {
    padding: 8px !important;
}

.bloco-votacao.novo {
    padding-bottom: 20px;
}

.bloco-votacao.novo>div {
    background: #F1F1F1;
    padding: 10px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bloco-votacao.novo h4 {
    font-size: 15px;
}

.empresa-votacao {
    font-size: 14px;
    line-height: 16px;
}

@media screen and (max-width: 968px) {
    .content-votacao {
        width: 95% !important;
    }
}

.basic-yop-poll-container .basic-answer {
    margin-top: 5px;
    margin-bottom: 0;
}

.basic-yop-poll-container .basic-answer label.basic-text {
    margin-top: 0;
    margin-bottom: 0;
}

#grid-patrocinio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#grid-patrocinio>div {
    margin-bottom: 40px;
}

.conteudo_landingpage {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.conteudo_landingpage p {
    font-size: 16px;
}

.conteudo_landingpage a {
    margin: 30px auto;
    display: inline-block;
}

.banner_landingpage img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.banner_landingpage {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.page-template-template-landingpage .layer_slider {
    margin: 50px 0px 100px;
}

.revisao-item {
    height: 450px;
}

.revisao-item .thumbnail-img {
    height: 200px;
}

.revisao-item .thumbnail-img .overflow-hidden,
.revisao-item .thumbnail-img .overflow-hidden img {
    height: 100%;
    object-fit: cover;
}

.revisao-item .caption {
    text-align: center;
}

.box-camaras {
    display: flex;
    justify-content: center;
}

.aceito_termo {
    display: flex;
}

.aceito_termo .wpcf7-list-item {
    display: flex !important;
    width: 16px;
    align-items: flex-start !important;
    margin: 0 10px !important;
}

.formulario-biodiversidade {
    max-width: 100% !important;
}

.formulario-biodiversidade input[type=submit] {
    float: left !important;
}

.formulario-biodiversidade div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    position: relative;
    margin-top: 70px;
}

.titulo_relacao {
    margin: 40px 0px;
    font-size: 22px;
    color: #6e6e6e;
}

.relacionados_covid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 15px;
}

.relacionados_covid .publi img {
    height: 100%;
    width: 90%;
    padding-bottom: 0;
}

.relacionados_covid img {
    height: 195px;
    object-fit: cover;
}

.btn_ver_todos {
    background: #32AD94 !important;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    margin-bottom: 0;
}

.btn_ver_todos::hover {
    color: #fff;
}

.relacionados_covid .publi .container {
    border: solid 1px #eee;
    background: #fafafa;
    position: relative;
    padding-top: 15px;
    min-height: 170px;
    border-top: none;
}

.relacionados_covid .publi>a {
    display: block;
    min-height: 340px;
    position: relative;
}

.embed_section iframe {
    min-height: 170px;
    width: 100%;
    height: auto;
    margin: 0px;
}

.embed_section .video_item {
    min-height: 280px !important;
    margin-bottom: 10px;
    display: flex;
}

.holder {
    position: relative;
}

.grupo {
    margin-top: 50px;
    margin-bottom: 50px;
}

.relacionados_modelo .thumbnail-img {
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.relacionados_modelo.projetos-aquasfera-relacionados img {
    max-width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.embed-responsive {
    height: 400px;
    width: 100%;
}

.embed-responsive iframe {
    height: 100%;
    width: 100%;
}

#videoModal button.close.btn-round.btn-primary {
    width: 50px;
    position: absolute;
    right: 0;
    height: 50px;
    z-index: 9999;
    background: #32AD94;
    opacity: 1;
    color: #fff;
    font-size: 50px;
    top: -50px;
}

.videos .btn_ver_todos {
    margin: 20px auto;
    display: inline-block;
}

.videos .titulo-galeria-videos {
    display: block;
    padding-top: 15px;
    color: #32AD94;
    line-height: 1;
    font-size: 20px;
}

.dobra_1 .col-imagem {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dobra_1 .col-imagem img {
    width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.dobra_1 .row {
    display: flex;
    align-items: center;
}

.col-conteudo h1,
.col-conteudo h2,
.col-conteudo h3 {
    line-height: 35px;
}

.page-template-modelo_page .btn-u {
    background: #31ad94 !important;
}

@media screen and (max-width: 465px) {
    .dobra_1 .row {
        display: block;
    }
    .dobra_1 .col-imagem {
        margin-bottom: 30px;
    }
}

.o-cont-img,
.o-img-cont {
    display: flex;
}

.o-cont-img .col-imagem,
.o-img-cont .col-conteudo {
    order: 1;
}

.o-cont-img .col-conteudo,
.o-img-cont .col-imagem {
    order: 0;
}

.o-cont-img .col-imagem,
.o-img-cont .col-imagem {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.modelo-landingpage .slide-publicacoes {
    /*height: 275px;*/
    overflow: hidden;
}

.modelo-landingpage .slide-publicacoes .slick-slide {
    min-height: 320px !important;
}

@media screen and (max-width: 465px) {
    .o-cont-img,
    .o-img-cont {
        display: block;
    }
    .modelo-landingpage .slide-publicacoes img,
    .modelo-landingpage .slide-publicacoes .slick-slide {
        width: 100vw !important;
    }
    .modelo-landingpage .slide-publicacoes h3 {
        text-align: center;
    }
}


/**** Optin News ****/

#wpcf7-f2222-o1 {
    position: relative;
}

#wpcf7-f2222-o1 .acceptance-416 {
    position: absolute;
    left: 0;
    top: 50px;
}

#wpcf7-f2222-o1 .acceptance-416 span {
    font-size: 11px !important;
    line-height: 13px !important;
    letter-spacing: 0.2px;
}

#wpcf7-f2222-o1 .acceptance-416 input {
    width: initial;
    padding: 0;
    height: initial;
    margin-right: 0;
    position: relative;
    top: 2px;
}

#wpcf7-f2222-o1 span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 11px !important;
    left: 0;
}

#wpcf7-f2222-o1 div.wpcf7-validation-errors,
#wpcf7-f2222-o1 div.wpcf7-acceptance-missing {
    margin-top: 70px;
}

@media screen and (max-width: 465px) {
    #wpcf7-f2222-o1 .acceptance-416 {
        position: relative;
        left: initial;
        top: initial;
    }
    #wpcf7-f2222-o1 .acceptance-416 input {
        width: initial !important;
    }
}

a.patrocinio_item {
    max-width: 140px;
    margin: 0 2%;
    display: inline-flex;
}

a.patrocinio_item img {
    max-width: 100%;
    /* object-fit: cover; */
    /* display: block; */
    height: 40px;
    width: auto;
}

a.patrocinio_item.unico{
	max-width: 100%;
}

a.patrocinio_item.unico img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.destaque a.patrocinio_item {
    max-width: 200px;
}

.destaque a.patrocinio_item img {
    height: 70px;
}

.patrocinio_camara .headline h3 {
    border-bottom: none;
}

#bloco-temas-camaras .headline.topo {
    text-align: right;
}

.page-template-modelo_page .col-conteudo ul {
    padding-left: 20px;
    list-style-type: initial;
}

.page-template-modelo_page .col-conteudo li {
    margin: 10px 0px;
}

#instituicoes .instituicao-item img {
    width: 150px;
    height: 120px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}

#instituicoes .instituicao-item {
    margin: 30px auto;
    display: block;
    text-align: center;
}

#itens-pontofocal {
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 10px;
}

#itens-pontofocal h3 {
    font-size: 13px;
    font-weight: bold !important;
    text-transform: uppercase;
    color: #919191;
    margin-top: 0;
    margin-bottom: 15px;
}

#itens-pontofocal figure .bloco {
    display: flex;
    align-items: center;
}

#itens-pontofocal figure {
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}

#pontofocal h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 0;
}

#pontofocal p {
    font-size: 13px;
    text-align: center;
}

#pontofocal .container {
    border: solid 2px #FFF;
    padding: 15px 15px 30px !important;
}

#pontofocal {
    padding: 20px;
}

#itens-pontofocal .col-md-6:last-child {
    border-left: solid 1px #D3D3D3;
    padding-left: 30px;
}

#itens-pontofocal .bloco {
    margin-top: 15px;
}

#itens-pontofocal p strong,
#itens-pontofocal p strong a {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}

#itens-pontofocal p {
    text-align: left;
    color: #919191;
    font-size: 14px;
    line-height: 16px;
    line-height: 16px;
    padding-top: 16px;
    margin-bottom: 0;
}

#itens-pontofocal .img-responsive {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width: 980px) {
    #itens-pontofocal .col-md-6:last-child,
    #itens-pontofocal .col-md-6 {
        border-left: none;
        padding-left: 0px;
        margin: 30px auto;
    }
}

.lista-patrocinadores {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.lista-patrocinadores img {
    display: block;
    margin: 0 auto;
}

.patrocinio_titulo {
    font-size: 30px;
    color: #6e6e6e;
}

.col-imagem iframe {
    height: 400px;
    width: 100%;
    margin: 20px 0;
}

#template_lp {
    background-position: center center;
    background-repeat: no-repeat;
}

#template_lp .col-conteudo img {
    border: none;
}

#loader p img {
    width: 22px;
    margin-right: 10px;
    margin-top: -5px;
}

#loader p {
    color: #2da089;
    text-align: center;
    top: 45%;
    position: absolute;
    width: 100%;
    font-size: 30px;
}

#loader {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(255 255 255 / 80%);
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
}

.page-id-17717 .time-line {
    position: relative;
    padding: 50px 0px;
}

section#timeline article div.panel div.badge {
    font-size: 0px;
}

.relacionamento#eventos {
    display: none;
}

#template_lp .o-img-cont .col-imagem {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*** Single Aquasfera ***/

.projeto-aquasfera .projeto-img {
    border-radius: 5px;
    box-shadow: 15px 15px 17px rgb(0 0 0 / 20%);
    position: relative;
}

.projeto-aquasfera .section-h1 {
    color: #26303e;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    margin-bottom: 30px;
}

.projeto-aquasfera .ficha {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}

.projeto-aquasfera .ficha-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.projeto-aquasfera .ficha .h2 {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.projeto-aquasfera .text-content h2,
.projeto-aquasfera .text-content h3,
.projeto-aquasfera .text-content h4,
.projeto-aquasfera .text-content h5,
.projeto-aquasfera .text-content h6 {
    font-size: 16px;
    color: #818383;
    line-height: 24px;
    font-weight: 300;
}

.projeto-aquasfera .objetivos {
    background: #fafafa;
    /* padding: 30px 90px; */
    padding: 30px 0;
}

.projeto-aquasfera .objetivos .text-content {
    margin-bottom: 30px;
}

.projeto-aquasfera .tabs-objetivos {
    border: 0;
    margin-bottom: 20px;
}

.projeto-aquasfera .tabs-objetivos .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    border: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #005295;
    text-align: center;
}

.projeto-aquasfera .tab-content .tab-pane {
    display: none;
    transition: opacity .15s linear;
}

.projeto-aquasfera .tab-content .tab-pane.active {
    display: block;
    transition: opacity .15s linear;
}

.projeto-aquasfera .tabs-objetivos .nav-item.active a {
    background: #e3e3e3 !important;
    color: #00a88f;
}

.projeto-aquasfera .text-content {
    color: #818383;
    font-size: 16px;
}

.projeto-aquasfera .text-content p {
    color: #818383;
    line-height: 24px;
    font-weight: 300;
}

.projeto-aquasfera .item-projeto-lista {
    margin-bottom: 15px;
    width: 100%;
}

.projeto-aquasfera .item-projeto-lista .info-projeto {
    display: inline-block;
    background: #fafafa;
    padding: 30px;
}

.projeto-aquasfera .item-projeto-lista .info-projeto .img {
    float: left;
    margin-right: 30px;
    -webkit-box-shadow: 6px 16px 42px -3px rgb(0 0 0 / 39%);
    -moz-box-shadow: 6px 16px 42px -3px rgba(0, 0, 0, 0.39);
    box-shadow: 6px 16px 42px -3px rgb(0 0 0 / 39%);
    margin-left: -80px;
    margin-bottom: 10px;
}

.projeto-aquasfera .item-projeto-lista .info-projeto strong {
    font-weight: 400;
    font-size: 30px;
    padding-bottom: 10px;
    display: block;
    color: #26303e;
    padding-bottom: 0;
}

.projeto-aquasfera .item-projeto-lista .info-projeto strong a {
    color: #26303e;
    display: block;
    text-decoration: none;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.projeto-aquasfera .item-projeto-lista .info-projeto p {
    color: #b1b3b3;
    font-size: 16px;
}

.bt-voltar-hub a {
    display: block;
    margin-bottom: 20px;
}

.bt-voltar-hub a img {
    width: 200px;
    max-width: 35%;
}

#banco-imagens h2 {
    font-size: 25px;
    margin: 0 0 20px;
    color: #6e6e6e;
}

#banco-imagens h2 img {
    margin: 0 auto;
    width: 300px;
    max-width: 80%;
}

#banco-imagens .menu-imagens {
    min-height: 45px;
}

#banco-imagens .menu-imagens ul {
    margin-bottom: 20px;
}

#banco-imagens .menu-imagens ul {
    display: flex;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    z-index: 999;
    width: 100%;
    left: 0;
}

#banco-imagens .menu-imagens ul li {
    width: calc(100%/6);
}

#banco-imagens .menu-imagens ul li a {
    display: block;
    background: #498c7e;
    color: #FFF;
    padding: 10px 5px;
    text-align: center;
    font-size: 16px;
}

#banco-imagens .menu-imagens ul li a.ativo,
#banco-imagens .menu-imagens ul li a:hover {
    font-weight: bold;
    background: #2DA089;
}

#banco-imagens .item {
    padding: 0 !important;
}

#banco-imagens .item img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.row-no-margin {
    margin: 0 !important;
}

#banco-imagens .item figure {
    overflow: hidden;
}

#banco-imagens .item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#banco-imagens .item figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#modal-download .modal-body {
    padding-top: 0;
}

#modal-download input:not([type=submit],
[type=checkbox]) {
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 11px;
    line-height: 12px !important;
}

#modal-download input[type=submit] {
    box-shadow: none;
    margin-top: 20px;
}

.item-aquasfera .caption {
    min-height: 80px;
}

.item-aquasfera .thumbnail-style h3 a {
    font-size: 18px;
    line-height: 20px;
}

.post-type-archive-projetos-aquasfera .pagination {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 465px) {
    #banco-imagens .menu-imagens ul {
        flex-wrap: wrap;
    }
    #banco-imagens .menu-imagens ul li {
        width: calc(100%/2);
    }
    #banco-imagens .item img {
        height: 150px;
    }
    #modal-download input[type=submit] {
        width: auto
    }
}