/*
Theme Name: BPBES - Plataforma Brasileira de Biodiversidade e Serviços Ecosistêmicos
Description: Customizado exclusivamente para o BPBES.
Author: Connect STI
Author URI: https://www.connectsti.com.br
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*** GERAIS ***/
.txtBranco p, .txtBranco h1 { color: #fff !important;}
.fusion-dropdown-submenu span {
    font-family: 'Montserrat';
    font-weight: bold;
}

/*** Botão Padrão ***/
.fusion-button.button-1, .button-1 {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0px 25px;
    border: 3px solid #ce5c5e;
    margin: 0;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    background: #ce5c5e;
    float: right;
}
.fusion-button.button-1::before, .button-1::before {
    content: '';
    width: 12px;
    height: 19px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #ce5c5e;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -15px;
    left: -2px;
}
.fusion-button.button-1::after, .button-1::after {
    content: '';
    width: 12px;
    height: 19px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #ce5c5e;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -3px;
    bottom: -13px;
}
.fusion-button.button-1 span, .button-1 span {
    background: transparent;
    border: none;
    color: #fff;
    padding: 5px 10px 10px 65px;
    font-family: 'Montserrat';
    cursor: pointer;
}
.fusion-button.button-1:hover, .button-1:hover {
    background: #00903d;
    border: 3px solid #00903d;
}
.fusion-button.button-1:hover:before, 
.fusion-button.button-1:hover:after
.button-1:hover:before
.button-1:hover:after {
    border-color: #70b62c;
    background: rgba(255,255,255,0.9);
}
.fusion-button.button-2, .button-2 {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0px 25px;
    border: 3px solid #ce5c5e;
    margin: 0;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    background: #ce5c5e;
    float: right;
}
.fusion-button.button-2::before, .button-2::before {
    content: '';
    width: 12px;
    height: 19px;
    background: rgba(255,255,255,1);
    border: 1px solid #ce5c5e;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -12px;
    left: 1px;
}
.fusion-button.button-2::after, .button-2::after {
    content: '';
    width: 11px;
    height: 22px;
    background: rgba(255,255,255,1);
    border: 1px solid #ce5c5e;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: 1px;
    bottom: -10px;
}
.fusion-button.button-2 span, .button-2 span {
    background: transparent;
    border: none;
    color: #fff;
    padding: 20px 30px 10px 30px;
    font-family: 'Montserrat';
    cursor: pointer;
}
.fusion-button.button-2:hover, .button-2:hover {
    background: #00903d;
    border: 3px solid #00903d;
}
.fusion-button.button-2:hover:before, 
.fusion-button.button-2:hover:after
.button-1:hover:before
.button-1:hover:after {
    border-color: #70b62c;
    background: rgba(255,255,255,0.9);
}
.fusion-button.button-1.veja-bio::before,
.fusion-button.button-2.veja-bio::before {
    content: '';
    width: 12px;
    height: 28px;
    background: rgba(255,255,255,1);
    border: 1px solid #ce5c5e;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -15px;
    left: 4px;
}
.fusion-button.button-1.veja-bio::after,
.fusion-button.button-2.veja-bio::after {
    content: '';
    width: 12px;
    height: 19px;
    background: rgba(255,255,255,1);
    border: 1px solid #ce5c5e;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -1px;
    bottom: -10px;
}
a.fusion-button.button-flat.fusion-button-square.button-xlarge.button-custom.button-3.customButton {padding: 50px 0;}

/*** Meta Info Postagens */
.fusion-meta-info { border: none; font-size: 0.8em;}
.tribe-bar-submit { width: 28%!important;}

/*** Botão Idioma - Menu Principal ***/
.wpml-ls-item span.menu-text {display: inline-block;}
span.wpml-ls-display {
    position: relative;
    border: 3px solid #fec96b;
    color: #ffffff;
    background: #fec96b;
    line-height: 15px;
    padding: 5px 15px;
    font-weight: 300;
    letter-spacing: 3px;
}
span.wpml-ls-display::before {
    content: '';
    width: 13px;
    height: 15px;
    background: #fff;
    border: 1px solid #fec96b;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -14px;
    left: -5px;
}
span.wpml-ls-display::after {
    content: '';
    width: 18px;
    height: 15px;
    background: #fff;
    border: 1px solid #fec96b;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -10px;
    bottom: -15px;
}
span.wpml-ls-display:hover {color:  #fff;}

.fusion-main-menu li.wpml-ls-item ul.sub-menu { border: none;}
.fusion-main-menu .fusion-dropdown-menu .sub-menu li.wpml-ls-item a {
    padding: 0!important;
    position: absolute;
    top: -38px;
    border: none;
}
#menu-item-wpml-ls-26-en a .wpml-ls-display::after {}
#menu-item-wpml-ls-26-en ul.sub-menu {left:0!important;}
#menu-item-wpml-ls-26-en ul.sub-menu li#menu-item-wpml-ls-26-pt-br a .wpml-ls-display {padding: 5px 17px; width: 63px;}
#menu-item-wpml-ls-26-en ul.sub-menu li#menu-item-wpml-ls-26-pt-br a .wpml-ls-display::before {display: none;}
#menu-item-wpml-ls-26-en ul.sub-menu li#menu-item-wpml-ls-26-pt-br a .wpml-ls-display::after {
    top: -15px;
    background: #fec96b;
    transform: rotate(180deg);
    right: -3px;
}

#menu-item-wpml-ls-26-pt-br a .wpml-ls-display::after {}
#menu-item-wpml-ls-26-pt-br ul.sub-menu {left:0!important;}
#menu-item-wpml-ls-26-pt-br ul.sub-menu li#menu-item-wpml-ls-26-en a .wpml-ls-display {padding: 5px 14px; width: 57px;}
#menu-item-wpml-ls-26-pt-br ul.sub-menu li#menu-item-wpml-ls-26-en a .wpml-ls-display::before {display: none;}
#menu-item-wpml-ls-26-pt-br ul.sub-menu li#menu-item-wpml-ls-26-en a .wpml-ls-display::after {    
    top: -15px;
    background: #fec96b;
    transform: rotate(180deg);
    right: -3px;
}
/*** Sticky ***/
.fusion-is-sticky .fusion-main-menu .fusion-dropdown-menu .sub-menu li.wpml-ls-item a {top: -17px;}
.fusion-is-sticky #menu-item-wpml-ls-26-pt-br ul.sub-menu li#menu-item-wpml-ls-26-en a .wpml-ls-display {padding: 5px 14px; width: 59px;}
.fusion-is-sticky #menu-item-wpml-ls-26-en ul.sub-menu li#menu-item-wpml-ls-26-pt-br a .wpml-ls-display {padding: 5px 17px; width: 62px;}

/*** Mobile ***/
.fusion-mobile-menu-icons .wpml-ls-statics-shortcode_actions {width: 75px; display: inline-block;}
.fusion-mobile-menu-icons .wpml-ls-slot-shortcode_actions span.wpml-ls-display {display:none;}
.fusion-mobile-menu-icons .wpml-ls-current-language a.wpml-ls-item-toggle { 
    border: none; 
    color: #fff;
    padding:0;
}
.fusion-mobile-menu-icons .wpml-ls-current-language a.wpml-ls-item-toggle:after {display: none;}
.fusion-mobile-menu-icons .wpml-ls-current-language a.wpml-ls-item-toggle span {
    position: relative;
    border: 3px solid #fec96b;
    color: #ffffff;
    background: #fec96b;
    line-height: 11px;
    padding: 3px 12px;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 11px;
    width: 55px;
}
.fusion-mobile-menu-icons .wpml-ls-current-language a.wpml-ls-item-toggle span::before {
    content: '';
    width: 13px;
    height: 15px;
    background: #fff;
    border: 1px solid #fec96b;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -14px;
    left: -5px;
}
.fusion-mobile-menu-icons .wpml-ls-current-language a.wpml-ls-item-toggle span::after {
    content: '';
    width: 18px;
    height: 15px;
    background: #fff;
    border: 1px solid #fec96b;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -10px;
    bottom: -15px;
}
.fusion-mobile-menu-icons .wpml-ls-current-language .wpml-ls-sub-menu {top: 26px; border: none;}
.fusion-mobile-menu-icons .wpml-ls-current-language .wpml-ls-sub-menu a {
    border: none;
    padding: 0;
    margin: 0;
}
.fusion-mobile-menu-icons .wpml-ls-current-language .wpml-ls-sub-menu span.wpml-ls-native {
    position: relative;
    border: 3px solid #fec96b;
    color: #ffffff;
    background: #fec96b;
    line-height: 11px;
    padding: 3px 11px;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 11px;
    width: 55px;
}
.fusion-mobile-menu-icons .wpml-ls-current-language .wpml-ls-sub-menu li.wpml-ls-item-pt-br span.wpml-ls-native {
    padding: 3px 13px;
}
.fusion-mobile-menu-icons .wpml-ls-current-language:hover a.wpml-ls-item-toggle span.wpml-ls-native::after { display:none;}
.fusion-mobile-menu-icons .wpml-ls-current-language a.wpml-ls-item-toggle span:hover,
.fusion-mobile-menu-icons .wpml-ls-current-language .wpml-ls-sub-menu span.wpml-ls-native:hover {color: #fff;}
li#mobile-menu-item-wpml-ls-26-pt-br { display: none;}
li#mobile-menu-item-wpml-ls-26-en { display: none;}

/*** Botãp Newsletter ***/
.customButton-2 span.fusion-button-text { padding: inherit;}

/*** EFEITO PARALLAX - REVOLUTION SLIDER ***/
#main {
    padding-top: 0px;
    padding-bottom: 40px;
    position: relative;
    z-index: 3;
}
.rev_slider_wrapper.fullwidthbanner-container.avada-skin-rev.avada-skin-rev-nav {position: fixed!important;}
#tribe-events .rev_slider_wrapper.fullwidthbanner-container.avada-skin-rev.avada-skin-rev-nav {position: absolute!important;}

/*** HOMEPAGE ***/
/*** Botão ***/
.botao.home1 {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0px 25px;
    border: 3px solid #ce5c5e;
    margin: 0;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    background: #ce5c5e;
    float: right;
}
.botao.home1::before {
    content: '';
    width: 13px;
    height: 15px;
    background: #60aacb;
    border: 1px solid #ce5c5e;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -10px;
    left: -2px;
}
.botao.home1::after {
    content: '';
    width: 18px;
    height: 15px;
    background: #60aacb;
    border: 1px solid #ce5c5e;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -6px;
    bottom: -11px;
}
.botao.home1 span {
    background: transparent;
    border: none;
    color: #fff;
    padding: 5px 10px 10px 65px;
    font-family: 'Montserrat';
    cursor: pointer;
}
.botao.home1:hover {
    background: #00903d;
    border-color: #70b62c;
}
.botao.home1:hover:before,
.botao.home1:hover:after {
    border-color: #70b62c;
    background: #60aacb;
}
/*** Botão Todas as Noticias ***/
.fusion-button.todas-noticias {
    position: relative;
    border: 3px solid #51979e;
    padding: 30px;
}
.fusion-button.todas-noticias::before {
    content: '';
    width: 25px;
    height: 25px;
    background: #f5f5f5;
    border: 1px solid #51979e;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -20px;
    left: -5px;
}
.fusion-button.todas-noticias::after {
    content: '';
    width: 22px;
    height: 20px;
    background: #f5f5f5;
    border: 1px solid #51979e;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -7px;
    bottom: -15px;
}
.fusion-button.todas-noticias:hover {
    background: #00903d;
    border-color: #00903d;
}
.fusion-button.todas-noticias:hover:before, 
.fusion-button.todas-noticias:hover:after {
    border-color: rgba(81,151,158,0.9);
    background: #f5f5f5;
}

/*MISSÃO VISÃO VALORES*/
.misValores li.active h4 {
    color: #f6f7f9 !important;
    font-weight: bold !important;
    font-size: 1.5em !important;
}
.misValores h4 {
    color: #e4cab1 !important;
    font-weight: bold !important;
}
.misValores p {
    color: #fff;
    font-size: 19px !important;
}
.sobrePlatCol p {
    font-size: 20px;
    line-height: 2.4em;
}

/*** Detalhes Gráficos ***/
li.active:after {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/rutDown-9.png);
    float: right;
    position: absolute;
    margin: 0px -40px;
    z-index: 10;
}
.misValores .fusion-column-wrapper:after {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2016/07/rutDown-4.png);
    position: absolute;
    bottom: 0 !important;
    margin: 0 0 -13px 160px !important;
    padding: 0 !important;
    right: 20px;
}

/*** NOTÍCIAS ***/
h4.fusion-rollover-title a {
    color: #585252 !important;
    font-weight: bold;
}
.noticiasCols a {
    color: #51979e !important;
    text-transform: uppercase;
    font-weight: bold;
}

/*** Blog Shortcode - Botão Leia Mais! ***/
.fusion-blog-shortcode .fusion-read-more, .search-results .fusion-read-more {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 10px 10px 60px;
    border: 3px solid #099aa0;
    margin: 0;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    background: #099aa0;
}
.fusion-blog-shortcode .fusion-read-more::before, .search-results .fusion-read-more::before {
    content: '';
    width: 13px;
    height: 15px;
    background: #fff;
    border: 1px solid #099aa0;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -14px;
    left: -5px;
}
.fusion-blog-shortcode .fusion-read-more::after, .search-results .fusion-read-more::after {
    content: '';
    width: 18px;
    height: 15px;
    background: #fff;
    border: 1px solid #099aa0;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -13px;
    bottom: -17px;
}
.fusion-blog-shortcode .fusion-read-more, .search-results .fusion-read-more {
    font-family: 'Montserrat';
    cursor: pointer;
}
.fusion-blog-shortcode .fusion-read-more:hover, .search-results .fusion-read-more:hover {
    border-color: #70b62c;
    background: #70b62c;
}
.fusion-blog-shortcode .fusion-read-more:hover:before,
.search-results .fusion-read-more:hover:before,
.fusion-blog-shortcode .fusion-read-more:hover:after,
.search-results .fusion-read-more:hover:after {
    border-color: #70b62c;
    background: #fff;
}

/*** PRODUTOS ***/
.produtos .fusion-portfolio-post::after {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/rutDown-10.png);
    float: right;
    position: relative;
    margin: -355px -25px;
    z-index: 10;
}
.produtos .fusion-portfolio-content {
    top: 10px;
    min-height: 120px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid #099aa0;
    margin: 0;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    background: #099aa0;
}
.produtos .fusion-portfolio-content::before {
    content: '';
    width: 23px;
    height: 30px;
    background: #fff;
    border: 1px solid #099aa0;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -23px;
    left: -4px;
}
.produtos .fusion-portfolio-content::after {
    content: '';
    width: 23px;
    height: 30px;
    background: #fff;
    border: 1px solid #099aa0;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -7px;
    bottom: -21px;
}
.produtos .fusion-portfolio-content h2.entry-title.fusion-post-title {
    font-size: 14px!important;
    line-height: 18px!important;
    padding: 15px;
    text-align: right;
    font-weight: bold!important;
}
.produtos .fusion-portfolio-content {
    font-family: 'Montserrat';
    cursor: pointer;
}
.produtos .fusion-portfolio-content h2.entry-title.fusion-post-title a {color: #fff;}
.produtos .fusion-portfolio-content h2.entry-title.fusion-post-title a:hover {color: #fec96b ;}
.fusion-portfolio-post .fusion-rollover h4.fusion-rollover-title {display: none;}
.produtos .fusion-portfolio-content-wrapper .fusion-image-wrapper { max-height: 245px;}
/*** Nova Pagina - Produtos ***/
.form-produtos {background: #585252;padding: 5%;color: #fff;}
.form-produtos input.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    border: none;
    padding: 5px 10px 10px 65px;
    color: #fff;
    font-family: 'Montserrat';
}
.form-produtos h4 {color: #ffffff!important;}
.wpcf7 .form-produtos input, .wpcf7 .form-produtos select {color: #292f33;font-size: 15px;text-transform: uppercase;}
.form-produtos p.button-1 {padding: 0;bottom: 50px;}
.form-produtos p.button-1:before, .form-produtos p.button-1:after {background: #585252;}
.form-produtos p.button-1:hover:before, .form-produtos p.button-1:hover:after {border-color: #00903e;}
.fusion-body .wpcf7-form .form-produtos .fusion-slider-loading {    
    position: absolute;
    left: 15px;
    top: -3px;
    width: 22px;
    height: 22px;
}

/*** INTERNA DE PRODUTOS ***/
.single-avada_portfolio h1.entry-title {
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.5em;
}
.single-avada_portfolio .fusion-button.button-1 {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0px 25px;
    border: 3px solid #ce5c5e;
    margin: 0;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    background: #ce5c5e;
    float: right;
}
.single-avada_portfolio .fusion-button.button-1::before {
    content: '';
    width: 12px;
    height: 19px;
    background: #fff;
    border: 1px solid #ce5c5e;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -15px;
    left: -2px;
}
.single-avada_portfolio .fusion-button.button-1::after {
    content: '';
    width: 12px;
    height: 19px;
    background: #fff;
    border: 1px solid #ce5c5e;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -3px;
    bottom: -13px;
}
.single-avada_portfolio .fusion-button.button-1 span {
    background: transparent;
    border: none;
    color: #fff;
    padding: 5px 10px 10px 65px;
    font-family: 'Montserrat';
    cursor: pointer;
}
.single-avada_portfolio .fusion-button.button-1:hover {
    background: #00903d;
    border: 3px solid #00903d;
}
.single-avada_portfolio .fusion-button.button-1:hover:before, 
.single-avada_portfolio .fusion-button.button-1:hover:after {
    border-color: #70b62c;
    background: #fff;
}



/*** INSPIRAÇÃO ***/
.inspiracao-col1:before {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2016/07/rutDown-5.png);
    position: relative;
    z-index: 7;
    margin: 0px -50px;
    float: left;
}
.caixa-missao {
    text-decoration: none;
    padding: 100px 10px;
    border: 3px solid #60aacb;
    margin: 0 auto;
    position: relative;
    color: #ffffff;
    letter-spacing: 3px;
    background: #60aacb;
    max-width: 462px;
    max-height: 498px;
}
.caixa-missao::before {
    content: '';
    width: 70px;
    height: 150px;
    background: #e6e6e6;
    border: 1px solid #60aacb;
    transform: rotate(61deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -72px;
    left: 10px;
}
.caixa-missao::after {
    content: '';
    width: 70px;
    height: 150px;
    background: #fbfbfb;
    border: 1px solid #60aacb;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: 11px;
    bottom: -74px;
}
.caixa-missao h2.titulo {
    font-size: 25px!important;
    color: #fff;
    line-height: 1!important;
    margin-bottom: 25px!important;
}
.caixa-missao p {
    line-height: 2 !important;
    font-size: 15px;
}
.qstxt.dois p { font-size: 13px; line-height: 15px;}
.qstxt.dois {margin: 0 auto;position: relative; display: block;}
.qstxt.dois .fusion-column-wrapper { max-width: 90%; margin: 0 auto;}

/*** Detalhes Gráficos ***/
.rtDwnBlue .fusion-flexslider:after {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/rutDown-10.png);
    float: right;
    position: relative;
    margin: -300px -25px;
    z-index: 10;
}

.rtDwnPnk .fusion-flexslider:after {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/rutDown-10.png);
    float: right;
    position: relative;
    margin: -300px -25px;
    z-index: 10;
}
.bgFlecha:before {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/lanca-8_2.png);
    position: absolute;
    margin: -34px 27px;
    z-index: 30;
}
a.hover-type-liftup::after {
    content: url(http://bpbes.net.br/wp-content/uploads/2017/07/rutDown-1.png);
    float: right;
    position: relative;
    margin: -105px -10px;
    z-index: 10;
}
/*** DEPOIMENTOS ***/
.testimCol .fusion-testimonials .review blockquote q {
    background-color: rgba(246, 246, 246, 0) !important;
    color: #ffffff !important;
    text-align: right;
    line-height: 45px;
}
.testimCol h1 { color: #fbfbfb !important;}
.testimCol strong {
    text-align: right !important;
    float: right;
    color: #fbfbfb !important;
    text-transform: uppercase;
}
div#fusion-testimonials-1 a {
    width: 12px;
    height: 20px;
    transform: matrix3d(1, 0, 0, 0, -0.390731, 0.920505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    border-radius: 0 !important;
}
img.img-responsive.wp-image-992 { margin-top: 22%;}

/*** QUEM SOMOS ***/
.page-id-1030 main#main {background-attachment: scroll;}
.quemSomosCols p { line-height: 1.6;}
.qs-col1 strong {
    color: #51979e;
    text-transform: uppercase;
}
.qsCols h1 {
    font-size: 22px;
    color: #51979e;
    text-transform: uppercase;
}
.quemSomosCols h2 {
    font-size: 19px !important;
    color: #ce5c5e !important;
    text-transform: uppercase;
}
.qs-col1:before {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2016/07/rutDown-6.png);
    position: relative;
    z-index: 7;
    margin: 0px -50px;
    float: left;
}
.bgContain .fusion-column-wrapper {
    background-size: contain !important;
}
.caixa-diagnostico {
    padding: 70px 15%;
    position: relative;
    color: #ffffff;
    letter-spacing: 3px;
    background: #ce5c5e;
    background-image: url(https://www.bpbes.net.br/wp-content/uploads/2016/07/lanca-5.png);
    background-repeat: no-repeat;
    background-position: 20px -67px;
}
.caixa-diagnostico::before {
    content: '';
    width: 40px;
    height: 130px;
    background: #fbfbfb;
    border: 1px solid #fbfbfb;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -63px;
    left: 30px;
}
.caixa-diagnostico::after {
    content: '';
    width: 60px;
    height: 200px;
    background: #fbfbfb;
    border: 1px solid #fbfbfb;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: 15px;
    bottom: -90px;
}
.caixa-diagnostico h2.titulo {
    font-size: 25px!important;
    color: #fff !important;
    line-height: 1!important;
    margin-bottom: 25px!important;
}
.caixa-diagnostico p {
    line-height: 1.5 !important;
    font-size: 14px;
}
.rootResp1 img { width: 100px;}

/*** INSPIRAÇÃO ***/
.inspCols p {
    line-height: 1.5em;
}
.inspCols h1 {
    font-size: 22px;
    color: #ce5c5e;
    text-transform: uppercase;
}
.inspCols h2 {
    color: #ce5c5e;
    font-weight: bold !important;
    font-size: 19px !important;
    margin: 0 0 2% !important;
    text-transform: uppercase;
}
.qsBGred .fusion-column-wrapper:before {
    content: '';
    width: 75px;
    height: 210px;
    background: #ece0d0;
    border: 1px solid #ece0d0;
    transform: rotate(55deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -85px;
    left: 0px;
}
.qsBGred .fusion-column-wrapper {
    background-color: red;
}
.qsBGred .fusion-column-wrapper:after {
    content: '';
    width: 90px;
    height: 275px;
    background: #fbfbfb;
    border: 1px solid #fbfbfb;
    transform: rotate(-115deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: 50px;
    bottom: -140px;
}
.diagramaCol h1 {
    text-align: center;
    font-size: 35px;
}
.diagramaCol h2 {
    text-align: center;
}
.diagramaCol a {
    color: #fff;
    font-size: 30px;
}
.diagramaCol a:hover {
    color: #ce5c5e !important;
}
.legDiagrama h2 {
    font-size: 15px !important;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 1% 0;
}
.legDiagrama p {
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 25%;
}
.imgRedu img {
    width: 33%;
    float: right !important;
}
/*** Biografias ***/
.biografia h1.title-heading-left {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 22px;
}
.biografia p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
}
.biografia .fusion-social-links .fusion-social-networks a {
    font-size: 15px;
    margin: 0 5px 10px;
}

/*** BOLETIM INTERFACES ***/
.rtDownPosts .fusion-flexslider:after, .search-results .fusion-flexslider:after  {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/rutDown-1_1.png);
    float: right;
    margin: -210px 0 0px 310px;
    z-index: 100!important;
    position: absolute;
}
.destaque-boletim.rtDwnBlue .fusion-flexslider:after {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/rutDown-10.png);
    float: right;
    position: relative;
    margin: -220px -25px;
    z-index: 10;
}
/*** INTERNA BOLETIM E ARTIGOS ***/
.single-post #main { 
	padding-top: 55px;
    	padding-bottom: 40px;
    	background: #e6e6e6;
}
.single-post #main .fusion-row {max-width: 940px;}
.single-post #wrapper #main .post-content h2 {
    font-size: 25px;
    font-weight: bold;
    color: #cd5b5d;
    letter-spacing: 3px;
}
.single-post #wrapper #main .post-content h3 {
    color: #cd5b5d;
    font-size: 18px;
    font-weight: bold;
}
body.single-post a {color: #ce5c5e;}
.single-post .post-content img {
    border: 5px solid #d1d1d0;
}
.single-post .post-content .wp-caption:before {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/rutdown-blog-img.png);
    float: left;
    position: absolute;
    margin: -30px;
    z-index: 10;
}
.single-post .post-content p.wp-caption-text {
    background: #d1d1d0;
    border: none;
    margin: 0 auto 25px;
    font-size: 10px;
    text-align: left;
    padding: 11px;
    line-height: 18px;
}
.single-post #wrapper .post-content blockquote {
    border: 1px solid #d1d1d0;
    background: #d1d1d0;
    padding: 30px 15px;
    margin: 45px 40px;
    position: relative;
}
.single-post .post-content blockquote:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #e6e6e6;
    border: 1px solid #d1d1d0;
    transform: rotate(55deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -20px;
    left: -12px;
}
.single-post .post-content blockquote:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #e6e6e6;
    border: 1px solid #d1d1d0;
    transform: rotate(-130deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -16px;
    bottom: -17px;
}
.single-post #wrapper .post-content blockquote p {
    color: #5c899b;
    font-style: normal;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
}
.single-post .post-content blockquote p:before {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/lanca-blockquote.png);
    float: left;
    position: relative;
    margin: -45px 0 0 0px;
    z-index: 10;
}
.single-post .fusion-sharing-box {
    margin-bottom: 0;
    margin-top: 60px;
    padding: 0 20px;
    background: #f6f6f6;
}
.single-post .about-author {
    background: #ce5c5e;
    padding: 20px 50px 15px 60px;
    position: relative;
}
.single-post .about-author .fusion-title {
    margin: 0 0 0 92px !important;
}
.single-post #wrapper #main .about-author .fusion-title h3 {
    font-size: 12px;
    color: #fff;
}
.single-post .about-author div.avatar {
    margin-top: -15px;
}
.single-post .about-author .description {
    font-size: 11px;
    color: #fff;
    line-height: 19px;
    letter-spacing: 2px;
}
.single-post .about-author:before {
    content: "";
    border: 1px solid #ce5c5e;
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(55deg);
    background: #e6e6e6;
    top: -20px;
    left: -12px;
}
.single-post .about-author:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #e6e6e6;
    border: 1px solid #ce5c5e;
    transform: rotate(-130deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -16px;
    bottom: -17px;
}
.single-post .about-author .about-author-container:before {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/lanca-autor.png);
    float: left;
    position: absolute;
    margin: -55px 0 0 -50px;
    z-index: 10;
}
.single-post .wp-caption { max-width: 100%; margin-top: 5%; margin-bottom: 5%;}
.single-post iframe {max-width: 100%;}
/*** REMOVER AUTOR ***/
#remover-autor div#autor {display: none;}
#remover-autor section.about-author {display: none;}

/*** AGENDA EVENTOS ***/
.tribe-events-page-template #main { padding-top: 0 !important;}
.single-tribe_events #main .sidebar {  width: 32%;  background-color: #f6f6f6;  padding: 4%; margin-top: 30%; }
.single-tribe_events .tribe-events-content {max-width: 100%; padding: 0 30px;  width: 100%;}
.type-tribe_events {background: #ece0d0 !important;}
.tribe-events-venue-details { border: none;}
.tribe-bar-submit { width: 33.3333%!important; position: relative; margin: 0;}
.tribe-bar-date-filter {width: 33.3333%;}
.tribe-bar-search-filter {width: 33.3333%;}
.tribe-events-list-event-description a.fusion-read-more {
    background: #ce5c5e;
    padding: 4px 60px;
    color: #fff!important;
    text-align: right;
    float: right;
    position: relative;
}
.tribe-events-list-event-description a.fusion-read-more:before {
    content: '';
    width: 23px;
    height: 25px;
    background: #ece0d0;
    border: 1px solid #ece0d0;
    transform: rotate(60deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    left: -8%;
    top: -40%;
}
.tribe-events-list-event-description a.fusion-read-more:after {
    content: '';
    width: 15px;
    height: 25px;
    background: #ece0d0;
    border: 1px solid #ece0d0;
    transform: rotate(55deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    right: -5%;
    top: 82%;
}
.fusion-tribe-events-venue-details-map {
    background-color: #fff;
    text-align: center;
    position: relative;
}
.tribe-events-venue-details {
    text-align: left;
    padding-left: 30px !important;
}
.fusion-tribe-events-venue-details-map:after {
    content: '';
    width: 12px;
    height: 22px;
    background: #ece0d0;
    border: 1px solid #ece0d0;
    transform: rotate(120deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    right: 0%;
    top: -12px;
}
div#tribe-events-bar:after {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/rutDown-12.png);
    position: absolute;
    z-index: 7;
    margin: 0;
    float: left;
    left: 0;
    bottom: -121px;
    background: transparent !important;
}
div#tribe-events-bar:before { background: transparent !important;}
.tribe-bar-submit:before {
    content: '';
    width: 10px;
    height: 25px;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    transform: rotate(60deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -11px;
}
.tribe-bar-submit:after {
    content: '';
    width: 15px;
    height: 35px;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    transform: rotate(60deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: 28px;
    right: 15px;
}
.tribe-bar-views-inner.tribe-clearfix {background: #ece0d0;}
li.tribe-bar-views-option.tribe-bar-views-option-list.tribe-bar-active a {background: transparent !important;}
.tribe-bar-filters {background: #e6e6e6; padding-left: 5% !important;}
#tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-event-title a {
    z-index: 2;
    margin: 0;
    width: 100.2%;
    border: 0 !important;
    display: table;
    vertical-align: middle;
    position: absolute;
    top: -1px;
    left: -1px;
}
.tribe-events-list-event-description.tribe-events-content.description.entry-summary:after {
    content: '';
    width: 50px;
    height: 55px;
    background: #fff;
    border: 1px solid #fbfbfb;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -2%;
    bottom: -10%;
}
h2.tribe-events-page-title {
    line-height: 2 !important;
    border-bottom: solid 5px #ce5c5e;
    display: inline;
    padding-bottom: 11px;
}
span.tribe-events-list-separator-month {
    background: #51979e;
    padding-left: 0 !important;
}
.tribe-events-list-separator-month span {
    background: #ce5c5e;
    padding: 10px 25px;
}
span.tribe-events-list-separator-month:before {
    content: '';
    width: 20px;
    height: 40px;
    background: #fff;
    border: 1px solid #fff;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -25px;
    left: -5px;
}
span.tribe-events-list-separator-month:after {
    content: '';
    width: 36px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #ffffff;
    transform: rotate(70deg);
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: 80%;
    left: 98%;
    position: absolute;
    float: right;
    display: block;
}
.fusion-tribe-primary-info:before {
    content: '';
    width: 45px;
    height: 70px;
    background: #fff;
    border: 1px solid #fff;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -45px;
    left: -5px;
}
#tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-event-title {top: 80%;}
#tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-event-title a {
    background: rgba(255, 255, 255, 0.9);
    color: #585252;
    text-transform: uppercase;
    font-size: 15px !important;
}
span.tribe-events-event-image:after {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/07/rutDown-1.png);
    float: right;
    margin: 5% 98%;
    z-index: 1000000 !important;
    position: absolute;
}
#tribe-events .tribe-events-list .tribe-events-event-meta .author>div { display: list-item;}
#tribe-events .tribe-events-list .tribe-events-event-meta.vcard { width: 40%; float: left;}
#tribe-events .tribe-events-list .tribe-events-content {width: 60%;  float: right;}
#tribe-events .tribe-events-list .tribe-events-event-meta .author>div.updated.published.time-details {
    background: rgba(255, 255, 255, 0.75);
    padding: 20% 15%;
    text-align: center;
    color: #51979e;
    font-size: 25px;
    margin-top: -1px;
    position: relative;
}

.customButton-2 { padding: 5% 2% !important;}
.customButton-2:after { content: none !important;}
.customButton-2:before {content: none !important;}
.tribe-events-event-cost { display: none;}
.tribe-events-venue-details { border: none !important;}
a.tribe-events-ical.tribe-events-button { display: none !important;}
.author.location { list-style-type: none;}

/*** AGENDA EVENTOS PÁGINAS INDIVIDUAIS ***/
.single-tribe_events #main .sidebar {
    width: 32%;
    background-color: #ece0d0;
    padding: 4%;
    margin-top: 38%;
}
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    background: transparent;
}
.single-tribe_events .sidebar .tribe-events-single-section-title {
    background: #ce5c5e;
    color: #fbfbfb;
}
#tribe-events-content .tribe-events-sub-nav li a, 
#tribe-events-content .tribe-events-sub-nav li a:before {
    color: #ea5b5d;
}
/*** Eventos com navegação ***/
#tribe-events #tribe-events-footer {border: none;}
.tribe-events-list h2.tribe-events-page-title {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 300px;
    margin-bottom: 60px;
}
#tribe-events #tribe-events-footer li.tribe-events-nav-previous.tribe-events-nav-right a,
#tribe-events #tribe-events-footer li.tribe-events-nav-previous.tribe-events-nav-left.tribe-events-past a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 25px 15px;
    border: 3px solid #ce5c5e;
    margin: 0;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    background: #ce5c5e;
    float: right;
}
#tribe-events #tribe-events-footer li.tribe-events-nav-previous.tribe-events-nav-right a::before,
#tribe-events #tribe-events-footer li.tribe-events-nav-previous.tribe-events-nav-left.tribe-events-past a::before {
    content: '';
    width: 12px;
    height: 19px;
    background: #fff;
    border: 1px solid #ce5c5e;
    transform: rotate(70deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -15px;
    left: -2px;
}
#tribe-events #tribe-events-footer li.tribe-events-nav-previous.tribe-events-nav-right a::after,
#tribe-events #tribe-events-footer li.tribe-events-nav-previous.tribe-events-nav-left.tribe-events-past a::after {
    content: '';
    width: 12px;
    height: 19px;
    background: #fff;
    border: 1px solid #ce5c5e;
    transform: rotate(-118deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -3px;
    bottom: -13px;
}
#tribe-events #tribe-events-footer li.tribe-events-nav-previous.tribe-events-nav-right a span { display: none; }
/*** SOCIAL FEED ***/
h2.home-redes { font-weight: bold !important;  text-align: center;}
.widget_weblizar_facebook_likebox h4.widget-title {display: none;}

/*** FOOTER  ***/
.fusion-fullwidth.fullwidth-box.footerContatoCols.hundred-percent-fullwidth:before {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/rut-footer-before.png);
    position: relative;
    z-index: 7;
    margin: -70px 0px;
    float: left;
}
.fusion-fullwidth.fullwidth-box.footerContatoCols.hundred-percent-fullwidth:after {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/rut-footer-after.png);
    position: relative;
    z-index: 7;
    margin: -114px 0px;
    float: right;
}
.fusion-layout-column.fusion_builder_column.fusion_builder_column_1_2.fusion-one-half.fusion-column-last.footer-boletim:after {
    content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/rutdown-footer.png);
    position: relative;
    z-index: 7;
    margin: -380px -115px 0 0;
    float: right;
}
.fusion-footer-widget-area { padding-left: 0!important; padding-right: 0!important;}
.footerContatoCols h1, .footerContatoCols h2, .footerContatoCols h3, .footerContatoCols p {
    color: #fff!important;
    font-size: 12px!important;
}
.footerContatoCols h1 {
    letter-spacing: 30px;
    font-size: 18px !important;
}
.footerContatoCols h2 {
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 3px !important;
}
.footerContatoCols h3 {
    margin: 0;
    font-size: 13px;
}
.footerContatoCols p {
    margin: 0 0 10px;
    font-size: 14px !important;
    line-height: 25px !important;
}
.footerContatoCols input[type="email"], .footerContatoCols input[type="text"] {
    max-height: 30px;
    max-width: 380px;
}
.footerContatoCols .botao {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    border: 3px solid #ce5c5e;
    margin: 0;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    background: #ce5c5e;
    float: right;
}
.footerContatoCols .botao::before {
    content: '';
    width: 13px;
    height: 15px;
    background: #585252;
    border: 1px solid #ce5c5e;
    transform: rotate(50deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: -10px;
    left: -8px;
}
.footerContatoCols .botao::after {
    content: '';
    width: 18px;
    height: 15px;
    background: #585252;
    border: 1px solid #ce5c5e;
    transform: rotate(-132deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -12px;
    bottom: -11px;
}
.footerContatoCols input[type="submit"] {
    background: transparent;
    border: none;
    color: #fff;
    padding: 5px 10px 10px 65px;
    font-family: 'Montserrat';
    cursor: pointer;
}
.footerContatoCols input[type="submit"]:hover, 
.footerContatoCols .botao:hover {
    background: #00903d;
    border-color: #00903d;
}
.footerContatoCols .botao:hover:before,
.footerContatoCols .botao:hover:after {
    border-color: #00903d;
    background: #585252;
}
.footer-boletim .mc4wp-form-fields {max-width: 380px;}

/*copyright - modelo páginas*/
.footerContatoCols {background-size: contain !important;}
.FooterCopyright p {
    font-size: 11px !important;
    text-align: center;
    line-height: 13px !important;
    margin: 2% 0 !important;
}

/*** RESPONSIVOS ***/
@media only screen and (min-width: 1400px){
    .fusion-fullwidth.fullwidth-box.footerContatoCols.hundred-percent-fullwidth:before {
    margin: -96px 0px;
    }
}
@media only screen and (max-width: 1330px){
    .bgFlecha:before {
        content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/lanca-8_2.png);
        margin: -3% -2%;
    }
    .testimCol p {
        text-align: right;
        line-height: 1.7em !important;
        font-size: 20px;
        color: #fbfbfb !important;
        font-style: normal;
        font-weight: 100 !important;
    }
    .misValores .fusion-tabs.horizontal-tabs.clean .nav-tabs li { display: inline;}
    .fusion-tabs.horizontal-tabs.clean .nav-tabs li .tab-link {
        margin-right: -1px;
        padding: 25px 10px 10px;
    }
    .misValores li.active:after { margin: -15px -38px;}
    .caixa-missao p {
    line-height: 1.5 !important;
    font-size: 12px;
    }
    .caixa-missao {
        text-decoration: none;
        padding: 30px 10px;
        border: 3px solid #60aacb;
        margin: 0 auto;
        position: relative;
        color: #ffffff;
        letter-spacing: 3px;
        background: #60aacb;
        max-width: 462px;
        max-height: 498px;
    }
    .diagramaCol h1 {
        text-align: center;
        font-size: 18px !important;
        line-height: 18px !important;
    }
    .diagramaCol a {
        color: #fff;
        font-size: 13px;
        line-height: 13px;
    }
    .legDiagrama p {
        font-size: 10px;
        line-height: 17px;
        text-align: center;
        padding: 0 2%;
    }
    
    #tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-event-title a {
    background: #ce5c5e;
    color: #fbfbfb;
    text-transform: uppercase;
    font-size: 15px !important;
    width: 100.5%;
    }
}

@media only screen and (max-width: 1024px){
    .misValores .fusion-tabs.horizontal-tabs.clean .nav-tabs li { display: block;}
    .misValores p {text-align: center;}
    .fusion-tabs.horizontal-tabs.clean .nav-tabs li .tab-link {
        margin-right: -1px;
        padding: 14px 15px;
    }
    .misValores li.active:after {margin: 0px -40px;}
    .footerContatoCols p {text-align: center!important;}
	.footerContatoCols .alignright {
    		float: none;
    		margin: 0;
	}
	.footerContatoCols .alignright .fusion-social-links {
    		width: 101px;
    		margin: 0 auto;
	}
	.footer-boletim .mc4wp-form-fields {margin: 0 auto;}
	.fusion-layout-column.fusion_builder_column.fusion_builder_column_1_2.fusion-one-half.fusion-column-last.footer-boletim:after {
        margin: -380px -80px 0 0;
    }
    .fusion-fullwidth.fullwidth-box.footerContatoCols.hundred-percent-fullwidth:before {
    	margin: -45px -65px;    	
	}
	.fusion-fullwidth.fullwidth-box.footerContatoCols.hundred-percent-fullwidth:after {
	    margin: -115px -100px;
	}
	.fusion-body.single-avada_portfolio .fusion-page-title-bar {
        height: auto;
        padding: 10% 2%;
    }
    .footerContatoCols h1 { letter-spacing: 10px;}
    div#tribe-events-bar:after { display: none;}
    /* Agenda */
    #tribe-events-bar #tribe-bar-form.tribe-bar-collapse #tribe-bar-collapse-toggle {
        padding: 15px 15px 15px 15px; line-height: 18px;
    }
    #tribe-events-bar #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters {
        padding: 10px 25px; width: 100%;
    }
    .tribe-bar-submit { width: 100%!important; position: relative;}
    .tribe-bar-submit:before {
        content: '';
        width: 10px;
        height: 25px;
        background: #e6e6e6;
        border: 1px solid #e6e6e6;
        transform: rotate(60deg);
        position: absolute;
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
        top: 0px;
        right: 98%;
    }
    .tribe-bar-submit:after {
        content: '';
        width: 15px;
        height: 30px;
        background: #e6e6e6;
        border: 1px solid #e6e6e6;
        transform: rotate(60deg);
        position: absolute;
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
        top: 40px;
        right: 0px;
    }
    #tribe-events div.tribe-events-single-event-description {
        padding: 0 30px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 940px){
    .bgFlecha:before {
        content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/lanca-8_1.png);
        margin: 0% -2%;
    }
    .caixa-diagnostico {
    text-decoration: none;
    padding: 40px 7% 6% 15%;
    position: relative;
    color: #ffffff;
    letter-spacing: 3px;
    background: #ce5c5e;
    text-align: right;
    border: 0 !important;
    background-image: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/lanca-5-1.png);
    background-repeat: no-repeat;
    background-position: 15px 100px;
    }
    .caixa-diagnostico p {
    line-height: 1.5 !important;
    font-size: 12px;
    }
}
@media only screen and (max-width: 795px){
    .inspiracao-col1:before {
        margin: -32px -55px;
        transform: scale(0.5,0.5) !important;
    }
    .qs-col1:before {
        margin: -32px -55px;
        transform: scale(0.5,0.5) !important;
    }
    .inspCols h1 { font-size: 19px;}
    .caixa-diagnostico img {
        width: 20% !important;
    }    
}
@media only screen and (max-width: 670px){
    .bgFlecha:before {
        content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/lanca-8_1.png);
        margin: -6% -3%;
    }
}
@media only screen and (max-width: 640px){
    .qsCols p {
        line-height: 1.5em;
        font-size: 13px !important;
    }
    .qsCols h1 {
        font-size: 20px;
        color: #51979e;
        text-transform: uppercase;
        line-height: 1.5em;
        text-align: center;
    }
    .qsBGred .fusion-column-wrapper:before {
        background: #fbfbfb !important;
        border: 1px solid #fbfbfb !important;
    }
}
@media only screen and (max-width: 625px){
    .rtDwnBlue .fusion-flexslider:after {
        content: url(http://bpbes.net.br/wp-content/uploads/2017/08/rutDown-10_1.png);
        float: right;
        position: relative;
        margin: -220px -10px;
        z-index: 10;
    }
    .rtDwnPnk .fusion-flexslider:after {
        content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/rutDown-10_1.png);
        float: right;
        position: relative;
        margin: -220px -10px;
        z-index: 10;
    }
    .bgFlecha:before {
        content: url(https://www.bpbes.net.br/wp-content/uploads/2017/08/lanca-8_1.png);
        margin: 25% -3%;
    }
    .tribe-events-page-template div#main {
        padding: 0 !important;
    }
    .tribe-events-list-event-description.tribe-events-content.description p {
        font-size: 12px;
        line-height: 16px !important;
    }
    .fusion-tribe-events-venue-details-map:after {
        content: '';
        width: 25px;
        height: 15px;
        background: #ece0d0;
        border: 1px solid #ece0d0;
        transform: rotate(40deg);
        position: absolute;
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
        bottom: 90%;
        right: -6%;
    }
    .tribe-events-list-event-description a.fusion-read-more {
        padding: 4px 20px;
        float: none;
        margin: 10px 0 0;
    }
    .form-produtos p.button-1 {float: none;bottom: 0;}
}
@media only screen and (max-width: 385px){
    .single-post .about-author .fusion-title { margin: 0 0 -40px 92px !important;}
    #wrapper .share-box h4 {line-height: 45px !important;}
    a.fusion-icon.fusion-icon-bars {margin: 0px 0px 0 10px;}
}
/*** CUSTOMIZAÇÕES DIVERSAS ***/
.customButton {padding: 70px;}
form.wpcf7-form input[type="submit"]:hover {background: transparent;}

/*** Menu de Idiomas ***/
.idioma ul.sub-menu.fusion-switched-side {
    width: 59px;
    position: relative;
    left: 0!important;
    top: -58px !important;
}

/*** Esconder Título do Facebook ***/
#weblizar_facebook_likebox-2 h4.widget-title { display: none;}
form.wpcf7-form input[type="submit"]:hover {background: transparent;}

/*** Apoio e Parceiros ***/
.apoio img, .parceiro img {max-width: 250px;}
.apoio.produtos.row div, .parceiro.produtos.row div {margin-bottom: 20px;}
.apoio.produtos.row img {width: 100%; object-fit: contain;max-height: 75px;}
.parceiro.produtos img {max-height: 75px;object-fit: contain;width:100%;}
