/*
Theme Name: Afroreggae
Theme URI: http://www.afroreggae.com.br
Author: Agência Traço
Author URI: http://wwww.agenciatraco.com.br
Description: Tema desenvolvido para o Afroreggae
Version: 1.0
*/
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);

* {
    font-family: 'Ubuntu';
    outline: 0;
}

p {
    font-family: 'Arvo', 'serif';
    font-size: 14px;
}

html, body {
    padding: 0 !important;
    margin: 0 !important;
}

.col-sm-12.col-lg-12 h2 {
    text-align: center;
    text-transform: uppercase;
}

#envolve-fotos {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/**************************************/
/*               HEADER               */
/**************************************/

#header {
    height: 90px;
    position: relative;
}

#header h1 {
    margin: 0;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 9999;
}

#header .navbar {
    background-color: #ffffff;
    border: none;
}

#header .navbar-collapse {
    background-color: #ffffff;
    border: none;
}

#header ul#principal {
    float: none;
    width: 100%;
    text-align: center;
}

#header ul#principal li {
    float: none;
    display: inline-block;
}

#header ul#principal li a {
    line-height: 60px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    padding: 15px 10px;
    background: none;
}

#header ul#principal li.last a {
    color: #0caf2a !important;
}

#header ul#principal li.submenu, #header ul#principal li.menu-item-has-children {
    position: relative;
}

#header ul#principal li.submenu ul.nivel1, #header ul#principal li.menu-item-has-children ul.sub-menu{
    position: absolute;
    display: none;
    top: 70px;
    border-bottom: 5px #dedddb solid;
    padding: 0;
    z-index: 999999;
    width: 190px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.34);
    -moz-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.34);
    box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.34);
}

#header ul#principal li.submenu ul.nivel2, #header ul#principal li.menu-item-has-children ul.sub-menu ul.sub-menu  {
    position: absolute;
    display: none;
    top: 0;
    right: -190px;
    border-bottom: 5px #dedddb solid;
    padding: 0;
    z-index: 999999;
    width: 190px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.34);
    -moz-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.34);
    box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.34);
}

#header ul#principal li.submenu ul.nivel3, #header ul#principal li.menu-item-has-children ul.sub-menu ul.sub-menu ul.sub-menu{
    position: absolute;
    display: none;
    top: 0;
    right: -190px;
    border-bottom: 5px #dedddb solid;
    padding: 0;
    z-index: 999999;
    width: 190px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.34);
    -moz-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.34);
    box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.34);
}

#header ul#principal li.submenu:hover ul.nivel1, #header ul#principal li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

#header ul#principal li.menu-item-has-children:hover ul.sub-menu ul.sub-menu ul.sub-menu, #header ul#principal li.menu-item-has-children:hover ul.sub-menu ul.sub-menu {
    display: none;
}

#header ul#principal li.submenu ul.nivel1 li:hover ul.nivel2, #header ul#principal li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu {
    display: block;
}

#header ul#principal li.submenu ul.nivel1 li ul.nivel2 li:hover ul, #header ul#principal li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover ul  {
    display: block;
}

#header ul#principal li.submenu ul li, #header ul#principal li.menu-item-has-children ul li {
    display: block;
    text-align: left;
    padding: 10px;
}

#header ul#principal li.submenu ul li a, #header ul#principal li.menu-item-has-children ul li a {
    padding: 0;
    /*line-height: 10px;*/ line-height: 20px;
    font-size: 15px;
}

#header ul#principal li#afro-menu ul {
    border-bottom: 5px #dedddb solid;
}

#header ul#principal li#grupos-menu ul {
    border-bottom: 5px #0caf2a solid
}

#header ul#principal li#projetos-menu ul {
    border-bottom: 5px #e5af11 solid;
}

#header ul#principal li#prog-menu ul {
    border-bottom: 5px #d02320 solid;
}

#header ul#searchSocial {
    position: absolute;
    right: 10px;
    top: 22px;
    z-index: 99999;
}

#header ul#searchSocial li {
    display: inline-block;
    margin-left: 5px;
}

#header ul#searchSocial li a {
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../img/icon-midias.png);
    background-repeat: no-repeat;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

#header ul#searchSocial li a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

#header ul#searchSocial li.facebook a {
    background-position: 0 0;
}

#header ul#searchSocial li.twitter a {
    background-position: -45px 0;
}

#header ul#searchSocial li.googleplus a {
    background-position: -90px 0;
}

#header ul#searchSocial li.instragram a {
    background-position: -134px 0;
}

#header ul#searchSocial li.vimeo a {
    background-position: -178px 0;
}

#header ul#searchSocial li.rss a {
    background-position: -222px 0;
}

#header ul#searchSocial li.busca {
    position: relative;
}

#header ul#searchSocial li.busca a {
    background-image: none;
}

#header ul#searchSocial li.busca a img {
    vertical-align: super !important;
}

#header ul#searchSocial li.busca #escondeBusca {
    position: absolute;
    right: 0;
    bottom: -40px;
    float: none;
    width: 260px;
    background-color: #ffffff;
    padding: 5px;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
}

#header ul#searchSocial li.busca #escondeBusca form#searchform #searchtext {
    background: none;
    background-color: #d6d6d6;
    border: none;
    padding: 5px;
    width: 75%;
    outline: none;
}

#header ul#searchSocial li.busca #escondeBusca form#searchform #searchsubmit {
    border: none;
    background: none;
    font-weight: bold;
    font-size: 15px;
    color: #eebf74;
    margin-top: 3px;
}

@media (max-width: 1900px) {
    #header {
        height: 180px;
        position: relative;
    }

    #header h1 a img {
        width: 310px;
        height: auto;
    }

    #header ul#principal li a {
        font-size: 15px;
        padding: 10px 5px;
        background: none;
        margin-top: 100px;
    }

    #header ul#principal li.submenu ul, #header ul#principal li.menu-item-has-children ul {
        top: 170px !important;
    }

    #header ul#principal li.submenu ul li ul, #header ul#principal li.menu-item-has-children ul li ul {
        top: 0 !important;
    }
}

@media (max-width: 1550px) {
    #header ul#principal li a {
        font-size: 15px;
        padding: 10px 5px;
        background: none;
    }

}

@media (max-width: 1480px) {
    #header {
        height: 180px;
        position: relative;
    }

    #header h1 a img {
        width: 310px;
        height: auto;
    }

    #header ul#principal li a {
        font-size: 14px;
        padding: 10px 5px;
        background: none;
        margin-top: 100px;
    }

    #header ul#principal li.submenu ul, #header ul#principal li.menu-item-has-children ul {
        top: 170px !important;
    }

    #header ul#principal li.submenu ul li ul, #header ul#principal li.menu-item-has-children ul li ul {
        top: 0 !important;
    }
}


@media (max-width: 1145px) {
    #header ul#principal li a { font-size: 12px; }
}

@media (max-width: 900px) {

    #header {
        height: 90px !important;
        position: relative;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    #header ul#searchSocial {
        display: none;
    }
}


@media (max-width: 999px) {
    #header {
        height: 180px;
        position: relative;
    }

    #header ul#principal li a {
        font-size: 12px;
        padding: 5px 2px;
        background: none;
        margin-top: 90px;
    }

    #header ul#principal li.submenu ul, #header ul#principal li.menu-item-has-children ul {
        top: 160px !important;
    }

    #header ul#principal li.submenu ul li ul, #header ul#principal li.menu-item-has-children ul li ul {
        top: 0 !important;
    }
}

@media (max-width: 950px) {
    .active {display: none}
    #header {
        height: 180px;
        position: relative;
    }

    #header ul#principal li a {
        font-size: 12px;
        padding: 5px 2px;
        background: none;
        margin-top: 90px;
    }

    #header ul#principal li.submenu ul.nivel2, #header ul#principal li.menu-item-has-children ul.sub-menu ul.sub-menu  {
        top: 0 !important;
    }
}

/*@media (max-width: 885px) {
    #header ul#principal li a { font-size: 11px; }
}*/


/*@media (max-width: 820px) {
    #header {
        height: 180px;
        position: relative;
    }

    #header ul#principal li a {
        font-size: 11px;
        padding: 5px 1px;
        background: none;
        margin-top: 90px;
    }
}*/

@media (max-width: 820px) {
    #header {
        height: 90px;
        position: relative;
    }

    #header h1 a img {
        width: 220px;
        height: auto;
    }

    #header ul#searchSocial {
        display: none;
    }

    #header ul#principal {
        padding-left: 20px;
        padding-top: 5px;
    }

    #header ul#principal li {
        float: none;
        display: block;
        text-align: left;
    }

    #header ul#principal li:hover {
        background-color: #d2d2d2;
    }

    #header ul#principal li a {
        margin-top: 0;
        line-height: 20px;
    }

    #header ul#principal li.submenu ul, #header ul#principal li.menu-item-has-children ul {
        display: none !important;
    }

    #header ul#principal li.submenu ul li ul, #header ul#principal li.menu-item-has-children ul li ul {
        display: none;
    }
}

@grid-float-breakpoint: @screen-desktop; (992px break-point)

/**************************************/
/*               SLIDE                */
/**************************************/

#slide {
}

#slide ul {
    margin: 0;
    padding: 0;
}

#slide ul li {
    list-style: none;
    width: 100%;
    height: auto;
}

#slide ul li img {
    width: 100%;
    height: auto;
}

/*@media (max-width: 479px) {
    #slide {
        display: none;
    }
}*/

/**************************************/
/*             DESTAQUES              */
/**************************************/

#destaques {
    padding-bottom: 40px;
}

#destaques .text-justify {
    padding: 15px;
}

#destaques .text-justify a.btn {
    margin-top: 10px;
    font-family: 'Arvo', 'serif';
    background-color: #747474;
    color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 18px;
    font-weight: bold;
}

#destaques div {
    padding: 0;
}

#destaques .titulo {
    border-bottom: 5px #dedddb solid;
}

#destaques .titulo h2 {
    color: #3a3a3a;
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
}

#destaques .video {
}

#destaques .video img {
    width: 100%;
    height: auto;
    position: relative;
    top: -25px !important;
    max-height: 455px;
}

#destaques .video h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
}

#destaques .video h3 a {
    color: #000000;
    text-decoration: none;
}

#destaques .video span.data {
    font-size: 11px;
    color: #6e6b6b;
    font-weight: 300;
    margin: 5px 0 15px 0;
    display: block;
}

#destaques .video p a {
    font-family: 'Arvo', 'serif';
    font-size: 14px;
    text-decoration: none;
    color: #333333;
}

#destaques .noticia {
}

#destaques .noticia img {
    width: 100%;
    height: auto;
}

#destaques .noticia h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
}

#destaques .noticia h3 a {
    color: #000000;
    text-decoration: none;
}

#destaques .noticia span.data {
    font-size: 11px;
    color: #6e6b6b;
    font-weight: 300;
    margin: 5px 0 15px 0;
    display: block;
}

#destaques .noticia p a {
    font-family: 'Arvo', 'serif';
    font-size: 14px;
    text-decoration: none;
    color: #333333;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25% !important; /* 16:9 */
    padding-top: 25px !important;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/**************************************/
/*         GRUPOS ARTÍSTICOS          */
/**************************************/

#grupos-artisticos {
    padding-bottom: 40px;
}

#grupos-artisticos .titulo {
    border-top: 5px #0caf2a solid;
    margin-bottom: 15px;
}

#grupos-artisticos .titulo h2 {
    color: #3a3939;
    font-size: 28px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
    float: left;
    margin-right: 20px;
}

#grupos-artisticos .titulo ul.lista-grupos {
    float: right;
    margin: 15px 0 0 0;
    padding: 0;
}

#grupos-artisticos .titulo ul.lista-grupos li {
    display: inline-block;
}

#grupos-artisticos .titulo ul.lista-grupos li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #6e6b6b;
    padding: 0px;
    font-style: italic;
    padding: 3px;
}

#grupos-artisticos .titulo ul.lista-grupos li.todos a {
    font-weight: bold;
}

#grupos-artisticos .titulo ul.lista-grupos li.todos span {
    color: #0caf2a;
}

#grupos-artisticos .boxes {
}

#grupos-artisticos .boxes .box {
    padding: 0;
}

#grupos-artisticos .boxes .box .image {
    position: relative;
    max-height: 250px;
    overflow: hidden;
}

#grupos-artisticos .boxes .box .image a {
    background-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

#grupos-artisticos .boxes .box .image:hover a {
    background-color: #0caf2a;
    background-image: url(../img/bgBox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#grupos-artisticos .boxes .box img {
    width: 100%;
    height: auto;
}

#grupos-artisticos .boxes .box h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
}

#grupos-artisticos .boxes .box span.data {
    font-size: 11px;
    color: #6e6b6b;
    font-weight: 300;
    margin: 5px 0 15px 0;
    display: block;
}

#grupos-artisticos .boxes .text-justify {
    padding: 15px;
}

#grupos-artisticos .boxes .text-justify a.btn {
    margin-top: 10px;
    font-family: 'Arvo', 'serif';
    background-color: #0caf2a;
    color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 18px;
    font-weight: bold;
}

#grupos-artisticos #layer_black_form {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 99999;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#grupos-artisticos #layer_form {
    display: none;
    position: fixed;
    top: 15%;
    left: 25%;
    width: 50%;
    height: 70%;
    padding: 16px;
    border: 5px #0caf2a solid;
    background-color: white;
    z-index: 999999;
    overflow: auto;
}

#grupos-artisticos #layer_form a.bt_fecha_lightbox {
    position: absolute;
    right: 3px;
    top: 3px;
}

/**************************************/
/*              PROJETOS              */
/**************************************/

#projetos {
    padding-bottom: 40px;
}

#projetos .titulo {
    border-top: 5px #e5af11 solid;
    margin-bottom: 15px;
}

#projetos .titulo h2 {
    color: #3a3939;
    font-size: 28px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
    float: left;
    margin-right: 20px;
}

#projetos .titulo ul.lista-projetos {
    float: right;
    margin: 15px 0 0 0;
    padding: 0;
}

#projetos .titulo ul.lista-projetos li {
    display: inline-block;
}

#projetos .titulo ul.lista-projetos li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #6e6b6b;
    padding: 0px;
    font-style: italic;
    padding: 3px;
}

#projetos .titulo ul.lista-projetos li.todos a {
    font-weight: bold;
}

#projetos .titulo ul.lista-projetos li.todos span {
    color: #e5af11;
}

#projetos .boxes {
}

#projetos .boxes .box {
    padding: 0;
}

#projetos .boxes .box .image {
    position: relative;
    max-height: 250px;
    overflow: hidden;
}

#projetos .boxes .box .image a {
    background-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

#projetos .boxes .box .image:hover a {
    background-color: #e5af11;
    background-image: url(../img/bgBox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#projetos .boxes .box img {
    width: 100%;
    height: auto;
}

#projetos .boxes .box h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
}

#projetos .boxes .box span.data {
    font-size: 11px;
    color: #6e6b6b;
    font-weight: 300;
    margin: 5px 0 15px 0;
    display: block;
}

#projetos .boxes .text-justify {
    padding: 15px;
}

#projetos .boxes .text-justify a.btn {
    margin-top: 10px;
    font-family: 'Arvo', 'serif';
    background-color: #e5af11;
    color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 18px;
    font-weight: bold;
}

/**************************************/
/*           PROGRAMAS DE TV          */
/**************************************/

#programas-tv {
    padding-bottom: 40px;
}

#programas-tv .titulo {
    border-top: 5px #d02320 solid;
    margin-bottom: 15px;
}

#programas-tv .titulo h2 {
    color: #3a3939;
    font-size: 28px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
    float: left;
    margin-right: 20px;
}

#programas-tv .titulo ul.lista-programas-tv {
    float: right;
    margin: 15px 0 0 0;
    padding: 0;
}

#programas-tv .titulo ul.lista-programas-tv li {
    display: inline-block;
}

#programas-tv .titulo ul.lista-programas-tv li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #6e6b6b;
    padding: 0px;
    font-style: italic;
    padding: 3px;
}

#programas-tv .titulo ul.lista-programas-tv li.todos a {
    font-weight: bold;
}

#programas-tv .titulo ul.lista-programas-tv li.todos span {
    color: #d02320;
}

#programas-tv .boxes {
}

#programas-tv .boxes .box {
    padding: 0;
}

#programas-tv .boxes .box .image {
    position: relative;
    max-height: 250px;
    overflow: hidden;
}

#programas-tv .boxes .box .image a {
    background-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

#programas-tv .boxes .box .image:hover a {
    background-color: #d02320;
    background-image: url(../img/bgBox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#programas-tv .boxes .box img {
    width: 100%;
    height: auto;
}

#programas-tv .boxes .box h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
}

#programas-tv .boxes .box span.data {
    font-size: 11px;
    color: #6e6b6b;
    font-weight: 300;
    margin: 5px 0 15px 0;
    display: block;
}

#programas-tv .boxes .text-justify {
    padding: 15px;
}

#programas-tv .boxes .text-justify a.btn {
    margin-top: 10px;
    font-family: 'Arvo', 'serif';
    background-color: #d02320;
    color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 18px;
    font-weight: bold;
}

/**************************************/
/*            O AFROREGGAE            */
/**************************************/
#o-afroreggae {
    padding-bottom: 40px;
}

#o-afroreggae .titulo {
    border-top: 5px #dedddb solid;
    margin-bottom: 15px;
}

#o-afroreggae .titulo h2 {
    color: #3a3939;
    font-size: 28px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
    float: left;
    margin-right: 20px;
}

#o-afroreggae .titulo ul.lista-o-afroreggae {
    float: right;
    margin: 15px 0 0 0;
    padding: 0;
}

#o-afroreggae .titulo ul.lista-o-afroreggae li {
    display: inline-block;
}

#o-afroreggae .titulo ul.lista-o-afroreggae li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #6e6b6b;
    padding: 0px;
    font-style: italic;
    padding: 3px;
}

#o-afroreggae .titulo ul.lista-o-afroreggae li.todos a {
    font-weight: bold;
}

#o-afroreggae .titulo ul.lista-o-afroreggae li.todos span {
    color: #dedddb;
}

#o-afroreggae .boxes {
}

#o-afroreggae .boxes .box {
    padding: 0;
}

#o-afroreggae .boxes .box .image {
    position: relative;
    max-height: 250px;
    overflow: hidden;
}

#o-afroreggae .boxes .box .image a {
    background-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

#o-afroreggae .boxes .box .image:hover a {
    background-color: #dedddb;
    background-image: url(../img/bgBox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#o-afroreggae .boxes .box img {
    width: 100%;
    height: auto;
}

#o-afroreggae .boxes .box h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
}

#o-afroreggae .boxes .box span.data {
    font-size: 11px;
    color: #6e6b6b;
    font-weight: 300;
    margin: 5px 0 15px 0;
    display: block;
}

#o-afroreggae .boxes .text-justify {
    padding: 15px;
}

#o-afroreggae .boxes .text-justify a.btn {
    margin-top: 10px;
    font-family: 'Arvo', 'serif';
    background-color: #dedddb;
    color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 18px;
    font-weight: bold;
}

/**************************************/
/*             PUBLICAÇÕES             */
/**************************************/
#publicacoes {
    border-top: 5px #0caf2a solid;
    padding-top: 30px;
}

#publicacoes .publicacao {
    margin-bottom: 100px;
}

#publicacoes .publicacao .image {
}

#publicacoes .publicacao .image img {
    width: 100%;
    height: auto;
}

#publicacoes .publicacao h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

#publicacoes .publicacao span.colecao {
    color: #6e6b6b;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
}

#publicacoes .publicacao .download {
    margin-top: 15px;
}

#publicacoes .publicacao .download a {
    margin-right: 10px;
}

#publicacoes .publicacao .download p {
    font-size: 12px;
    color: #000000;
    font-family: 'Ubuntu';
    margin: 0;
    padding-top: 10px;
}

#publicacoes .wp-pagenavi {
    text-align: center;
}

/**************************************/
/*             PATROCINIO             */
/**************************************/

#patrocinio {
    padding-top: 20px;
    padding-bottom: 20px;
}

#patrocinio img {
    width: 100%;
    height: auto;
}

/**************************************/
/*                BLOG                */
/**************************************/
#body-blog {
    background-color: #f3f1f1;
}

#body-blog #header {
    background-color: #000000;
}

#body-blog #header .navbar {
    background-color: #000000;
    border: none;
}

#body-blog #header .navbar-collapse {
    background-color: #000000;
    border: none;
}

#body-blog #header ul#principal li a {
    color: #ffffff;
}

#body-blog #header ul#principal .sub-menu li a {
    color: #333 !important;
}

#body-blog #header ul#principal li.active a {
}

#body-blog #header ul#principal li#menu-blog.active a {
    background-image: url(../img/arrow-blog.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#body-blog #header ul#principal li#afro-menu ul {
    background-color: #000000;
}

#body-blog #header ul#searchSocial li a {
    background-image: url(../img/icon-midias-blog.png);
}

#body-blog #header ul#searchSocial li.busca {
    position: relative;
}

#body-blog #header ul#searchSocial li.busca a {
    background-image: none;
}

#body-blog #header ul#searchSocial li.busca a img {
    vertical-align: super !important;
}

#body-blog #header ul#searchSocial li.busca #escondeBusca {
    position: absolute;
    right: 0;
    bottom: -40px;
    float: none;
    width: 260px;
    background-color: #ffffff;
    padding: 5px;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
}

#body-blog #header ul#searchSocial li.busca #escondeBusca form#searchform #searchtext {
    background: none;
    background-color: #d6d6d6;
    border: none;
    padding: 5px;
    width: 75%;
    outline: none;
}

#body-blog #header ul#searchSocial li.busca #escondeBusca form#searchform #searchsubmit {
    border: none;
    background: none;
    font-weight: bold;
    font-size: 15px;
    color: #eebf74;
    margin-top: 3px;
}

#body-blog #destaques-blog {
    border-top: 5px #e5af11 solid;
    padding: 0;
}

#body-blog #destaques-blog a {
    text-decoration: none;
}

#body-blog #destaques-blog .box {
    margin: 0;
    padding: 0;
    position: relative;
}

#body-blog #destaques-blog .box img {
    width: 100%;
    height: auto;
}

#body-blog #destaques-blog .box .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/bg_destaq_blog.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 220px;
    padding-top: 110px;
}

#body-blog #destaques-blog .box h3 {
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}

#body-blog #destaques-blog ul.metas {
    margin: 0;
    padding: 0 0 0 20px;
    float: left;
}

#body-blog #destaques-blog ul.metas li {
    list-style: none;
    font-size: 11px;
    color: #6b6b6b;
    font-weight: 300;
    margin: 5px;
    display: inline-block;
}

#body-blog #destaques-blog ul.metas li a {
    color: #6b6b6b;
}

#body-blog #destaques-blog ul.metas li a:hover {
    text-decoration: underline;
}

#body-blog #destaques-blog ul.metas li span {
    background-image: url(../img/icons-post-branco.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    display: block;
    height: 13px;
    float: left;
}

#body-blog #destaques-blog ul.metas li.autor span {
    width: 12px;
    background-position: 0 0;
}

#body-blog #destaques-blog ul.metas li.data span {
    width: 13px;
    background-position: -12px 0px;
}

#body-blog #destaques-blog ul.metas li.comentarios span {
    width: 14px;
    background-position: -25px 0px;
}

#body-blog .titulo {
    text-align: center;
}

#body-blog .titulo h2 {
    margin-bottom: -30px;
}

#blog {
    padding-bottom: 40px;
    margin-top: 50px;
}

#blog .post-blog {
    padding: 15px;
    background-color: #ffffff;
    margin-bottom: 40px;
}

#blog .post-blog a.btn {
    margin-top: 10px;
    font-family: 'Arvo', 'serif';
    background-color: #747474;
    color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 18px;
    font-weight: bold;
}

#blog .post-blog img {
    width: 100%;
    height: auto;
}

.categoriesBlog #blog .post-blog img {
    width: auto !important;
    height: auto;
    display: block;
    margin: 0 auto;
}

#blog .post-blog h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}

#blog .post-blog h3 a {
    color: #000000;
}

#blog .post-blog ul.metas {
    margin: 15px 0 0 0;
    padding: 0;
    float: right;
    width: 100%;
}

#blog .post-blog ul.metas li {
    list-style: none;
    font-size: 11px;
    color: #6e6b6b;
    font-weight: 300;
    margin: 5px 10px 15px 0;
    display: inline-block;
}

#blog .post-blog ul.metas li a {
    color: #6e6b6b;
}

#blog .post-blog ul.metas li a:hover {
    color: #000000;
}

#blog .post-blog ul.metas li span {
    background-image: url(../img/icons-post.jpg);
    background-repeat: no-repeat;
    margin-right: 5px;
    display: block;
    height: 13px;
    float: left;
}

#blog .post-blog ul.metas li.autor span {
    width: 12px;
    background-position: 0 0;
}

#blog .post-blog ul.metas li.data span {
    width: 12px;
    background-position: -12px 0px;
}

#blog .post-blog ul.metas li.comentarios span {
    width: 14px;
    background-position: -25px 0px;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
    background-color: #3a3a3a;
    margin-top: 30px;
    padding-top: 20px;
}

#footer h4 {
}

#footer h4 a {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
}

#footer h4 img {
    margin-bottom: 20px;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    list-style: none;
    line-height: 20px;
}

#footer ul li span {
    color: #e5af11;
}

#footer ul li a {
    font-family: 'Arvo', 'serif';
    color: #ffffff;
    font-size: 12px;
}

#footer .copy {
    background-color: #000000;
    margin-top: 30px;
}

#footer .copy p {
    color: #ffffff;
    margin: 0;
    line-height: 40px;
    font-size: 12px;
}

#footer .copy p.author {
    color: #737272;
}

#footer .copy p.author a {
    color: #ffffff;
}

@media (max-width: 1119px) {
    #footer ul {
        margin-bottom: 30px;
    }
}

@media (max-width: 783px) {
    #footer ul {
        display: none;
    }

    #footer ul.principal {
        display: block;
    }
}

/**************************************/
/*              BX SLIDER             */
/**************************************/
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    width: 100%;
    display: block;
}

.bx-wrapper .bxslider {
    margin: 0;
    padding: 0;
}

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/**************************************/
/*             BREADCRUMBS            */
/**************************************/

.breadcrumb {
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 0;
}

#grupos-artisticos .breadcrumb {
}

#grupos-artisticos .breadcrumb li {
    color: #0caf2a;
    font-size: 15px;
}

#grupos-artisticos .breadcrumb li a {
    color: #0caf2a;
    font-weight: bold;
}

#o-afroreggae .breadcrumb {
}

#o-afroreggae .breadcrumb li {
    color: #dedddb;
    font-size: 15px;
}

#o-afroreggae .breadcrumb li a {
    color: #dedddb;
    font-weight: bold;
}

#programas-tv .breadcrumb {
}

#programas-tv .breadcrumb li {
    color: #d02320;
    font-size: 15px;
}

#programas-tv .breadcrumb li a {
    color: #d02320;
    font-weight: bold;
}

#projetos .breadcrumb {
}

#projetos .breadcrumb li {
    color: #e5af11;
    font-size: 15px;
}

#projetos .breadcrumb li a {
    color: #e5af11;
    font-weight: bold;
}

#contato .breadcrumb {
}

#contato .breadcrumb li {
    color: #e5af11;
    font-size: 15px;
}

#contato .breadcrumb li a {
    color: #e5af11;
    font-weight: bold;
}

/**************************************/
/*               SINGLE               */
/**************************************/

.single {
}

.single .titulo {
    border-bottom: 5px #0caf2a solid;
    border-top: none !important;
    margin-bottom: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
}

.single .titulo h2 {
    color: #3a3a3a;
    font-size: 33px;
    text-transform: none !important;
    text-align: center !important;
    font-weight: 400 !important;
    float: none !important;
}

.single .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.single .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.single h3 {
    font-weight: 400 !important;
}

.single #institucional {
    padding-bottom: 40px;
}

#single-fotos h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    border-top: 5px #dedddb solid;
}

#single-videos h2 {
    margin-top: 70px;
    margin-bottom: 20px;
    border-top: 5px #dedddb solid;
}

ul.metas#single {
    margin: -40px 0 0 0;
}

a.bt-contrate {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 40px;
}

a.bt-contrate img {
    max-width: 100%;
    height: auto;
}

/**************************************/
/*              SIDEBAR               */
/**************************************/

#sidebar {
}

#sidebar .widget {
}

#sidebar .widget .thumbnail {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
}

#sidebar .widget .post-blog {
    margin-bottom: 20px;
}

#sidebar .widget h3 {
    margin-top: 0;
    font-weight: bold !important;
}

#sidebar .widget a {
    text-decoration: none;
}

#sidebar .widget a h4 {
    color: #3a3a3a;
    font-weight: bold !important;
    text-decoration: none;
}

#sidebar .widget a:hover h4 {
    color: #000000;
}

#sidebar ul {
    margin: 0 0 15px 0;
    padding: 15px 0;
    border-bottom: 5px #dedddb solid;
}

#sidebar ul li {
    list-style: none;
    margin-bottom: 15px;
}

#sidebar ul li.bt {
}

#sidebar ul li.bt a.bt-contrate {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
}

#sidebar ul li.bt a.bt-contrate img {
    max-width: 100%;
    height: auto;
}

#sidebar ul li a {
    color: #000000;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
}

#grupos-artisticos #sidebar ul li span {
    color: #0caf2a;
    font-weight: bold;
}

#sidebar #fb-root {
    display: none;
}

#sidebar .fb_iframe_widget, #sidebar .fb_iframe_widget span, #sidebar .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

#body-blog #sidebar .widget {
    border-top: 5px #dedddb solid;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 10px;
}

#body-blog #sidebar .widget a:hover {
    text-decoration: underline;
}

#body-blog #sidebar .widget.WPBannerizeWidget {
    padding: 0;
}

#body-blog #sidebar .widget .wp_bannerize img {
    width: 100%;
    height: auto;
}

#body-blog #sidebar .widget form#searchform #searchtext {
    background: none;
    background-color: #d6d6d6;
    border: none;
    padding: 5px;
    width: 75%;
    outline: none;
}

#body-blog #sidebar .widget form#searchform #searchsubmit {
    border: none;
    background: none;
    font-weight: bold;
    font-size: 15px;
    color: #eebf74;
    margin-top: 3px;
}

#body-blog #sidebar .widget h3 {
    color: #747474 !important;
    font-size: 18px !important;
}

#body-blog #sidebar ul {
    border-bottom: none;
    padding: 15px 0 0 10px;
}

#body-blog #sidebar ul li {
    margin-bottom: 10px;
}

#body-blog #sidebar ul li:before {
    content: "» ";
}

#body-blog #sidebar .widget_tag_cloud {
    text-align: center;
}

#body-blog #sidebar .widget_tag_cloud h3 {
    text-align: left;
}

#body-blog #sidebar .widget_tag_cloud a {
    color: #000000;
}

#body-blog #sidebar ul#searchSocial {
}

#body-blog #sidebar ul#searchSocial li {
    display: inline-block;
    margin: 3px;
}

#body-blog #sidebar ul#searchSocial li:before {
    content: "" !important;
}

#body-blog #sidebar ul#searchSocial li a {
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../img/icon-midias.png);
    background-repeat: no-repeat;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

#body-blog #sidebar ul#searchSocial li a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

#body-blog #sidebar ul#searchSocial li.facebook a {
    background-position: 0 0;
}

#body-blog #sidebar ul#searchSocial li.twitter a {
    background-position: -45px 0;
}

#body-blog #sidebar ul#searchSocial li.googleplus a {
    background-position: -90px 0;
}

#body-blog #sidebar ul#searchSocial li.instragram a {
    background-position: -134px 0;
}

#body-blog #sidebar ul#searchSocial li.vimeo a {
    background-position: -178px 0;
}

#body-blog #sidebar ul#searchSocial li.rss a {
    background-position: -222px 0;
}

/**************************************/
/*         RESULTADO DE BUSCA         */
/**************************************/
#search-container {
}

#search-container .titulo {
}

#search-container .titulo h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: -40px;
    margin-top: 45px;
    color: #3a3a3a;
    border-bottom: 5px #0caf2a solid;
    padding-bottom: 20px;
}

#search-container .post-blog .image {
    position: relative;
    padding: 0;
}

#search-container .post-blog h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    color: #000000;
}

#search-container .post-blog .image img {
    width: 100%;
    height: auto;
}

#search-container .post-blog .image a {
    background-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

#search-container .post-blog .image:hover a {
    background-color: #0caf2a;
    background-image: url(../img/bgBox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#search-container .post-blog a.btn {
    background-color: #0caf2a;
}

#search-container ul#post-type {
    background-color: transparent !important;
}

#search-container ul#post-type li a {
    color: #e5af11;
}

#search-normal .post-blog {
    border-bottom: 1px #c8c8c8 solid;
}

/**************************************/
/*             PAGINAÇÃO              */
/**************************************/
.wp-pagenavi {
    clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px #ffffff solid;
    padding: 7px 12px;
    margin: 2px;
    background-color: #ffffff;
    font-size: 16px;
    color: #737373;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #ecebeb;
    border: 1px #d5d2d2 solid;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

/**************************************/
/*          PÁGINA DE CONTATO         */
/**************************************/
#contato #mapa {
    width: 100%;
    height: 480px;
}

#contato #mapa #map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
    margin-top: -70px;
}

#contato #mapa #map-canvas h1.firstHeading {
    color: #35070e;
}

#contato #mapa #map-canvas p {
    color: #35070e;
}

#contato #patrocinio {
    border-top: 5px #dedddb solid;
    padding-top: 15px;
    margin-top: 40px;
    margin-bottom: 25px;
}

#contato h2 {
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 300;
}

#contato form {
    margin-top: 15px;
    width: 100%;
}

#contato form input {
    border-color: #e4ae11;
    outline: 0;
    margin-bottom: 10px;
    padding: 3px;
}

#contato form input.ddd {
    width: 10%;
    float: left;
}

#contato form input.number {
    width: 40%;
    margin-left: 10px;
    margin-top: -21px;
}

#contato form textarea {
    border-color: #e4ae11;
    outline: 0;
    padding: 3px;
}

#contato form .submit-btn {
    background-color: #e4ae11;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Arvo', 'serif';
    border: none;
}

#contato .sede {
    margin-bottom: 30px;
}

#contato .sede .text-left {
    margin-left: 35px;
}

#contato .sede h3 {
    background-image: url(../img/marker-sede.png);
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 24px;
    padding-left: 35px;
    line-height: 42px;
}

#contato .sede .link-map {
    margin-left: 35px;
    margin-top: -20px;
}

#contato .sede .link-map p {
    text-transform: uppercase;
    font-size: 11px;
    color: #6e6b6b;
}

#contato .sede a {
    text-transform: none;
    color: #e4ae11;
    font-size: 11px;
}

#contato .conheca-nucleos {
}

#contato .conheca-nucleos p {
    color: #666666;
    font-size: 24px;
    font-weight: 300;
}

#contato .conheca-nucleos p a {
    background-color: #e4ae11;
    color: #ffffff;
    font-family: 'Arvo', 'serif';
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

#contato .conheca-nucleos p a:hover {
    background-color: #f5bc15;
}

/**************************************/
/*             INTEGRANTES            */
/**************************************/
#integrantes {
    padding: 0;
}

#integrantes .titulo {
    border-top: 5px #dedddb solid;
    margin-bottom: 15px;
}

#integrantes .titulo h2 {
    color: #e5af11;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
    margin-right: 20px;
}

#integrantes .integrante {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #e4ae11;
}

#integrantes .integrante .reveal img {
    width: 100%;
    height: auto;
    opacity: 0.5;
}

.integrante .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #ffffff;
    color: #333;
    display: none
}

.integrante .inner a {
    color: #333;
    text-decoration: none;
    padding: 5px;
}

.integrante .inner p {
    font-style: italic;
    padding: 6px;
    font-size: 13px;
    text-align: center;
}

.integrante .inner span {
    width: 100%;
    background-image: url(../img/faixa.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 4px;
    color: #ffffff;
    text-transform: uppercase;
}

#body-blog #header ul#principal li#trasparencia-menu ul {
background-color: #000000;
}

li.cat-item-66 {display: none;}
