@media all {

    /* Barra do topo */

    .barraTopo {
            position: fixed;
            z-index: 1000;
            top: 0;
            left: 0;
            width: 100%;
            height: 30px;
            background: #000;
    }

    /* Seletores de idioma */

    .barraTopo .idioma {
            float: left;
            margin: 7.5px 0;
            min-width: 60px;
            height: 15px;
    }

    .barraTopo .idioma li {
            float: left;
            margin: 0 10px 0 0;
            width: 20px;
            height: 15px;
    }

    .barraTopo .idioma li:hover {
            background-position: bottom;
    }

    /* Redes sociais */

    .barraTopo .social {
            float: right;
            min-width: 96px;
            height: 30px;
    }

    .barraTopo .social li {
            cursor: pointer;
            float: left;
            margin: 0 0 0 2px;
            width: 30px;
            height: 30px;
            background: url(../img/header/barraTopo_sprite.png) no-repeat;
    }

    .barraTopo .social li.facebook {
            background-position: -21px 0;
    }

    .barraTopo .social li.facebook:hover {
            background-position: -21px -30px;
    }

    .barraTopo .social li.instagram {
            background-position: -181px 0;
    }

    .barraTopo .social li.instagram:hover {
            background-position: -181px -30px;
    }

    .barraTopo .social li.twitter {
            background-position: -53px 0;
    }

    .barraTopo .social li.twitter:hover {
            background-position: -53px -30px;
    }

    .barraTopo .social li.gplus {
            background-position: -85px 0;
    }

    .barraTopo .social li.gplus:hover {
            background-position: -85px -30px;
    }

    .barraTopo .social li.youtube {
            background-position: -117px 0;
    }

    .barraTopo .social li.youtube:hover {
            background-position: -117px -30px;
    }

    .barraTopo .social li.soundcloud {
            background-position: -149px 0;
    }

    .barraTopo .social li.soundcloud:hover {
            background-position: -149px -30px;
    }
	
    /* Header */

    header {
            position: fixed;
            z-index: 1000;
            top: 30px;
            left: 0;
            width: 100%;
            height: 80px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: 	all 0.3s ease;
            -ms-transition: 	all 0.3s ease;
            -o-transition: 		all 0.3s ease;
            transition: 		all 0.3s ease;
    }

    header .container {
            position:relative;
            margin-top: 17px;
            height: 46px;
    }

    /* Logotipo */

    header .logo {
            float: left;
    }

    header .logo img {
            -webkit-transition: all 0.3s ease;
            -moz-transition: 	all 0.3s ease;
            -ms-transition: 	all 0.3s ease;
            -o-transition: 		all 0.3s ease;
            transition: 		all 0.3s ease;
    }

    header .logo img:hover {
            opacity: 0.6;
    }

    /* Navegação principal */

    header .navPrincipal {
            float: right;
            padding: 15px 0 0 0;
            height: 46px;
    }

    header .navPrincipal .mobile_menuToggle {
            display: none;
    }

    header .navPrincipal ul li {
            float: left;
            padding: 0 0 0 50px;
    }

    header .navPrincipal ul li a span {
            padding: 2px 5px;
            border-bottom: 1px solid;
            border-color: transparent;
            font-weight: 400;
            font-size: 15px;
            text-transform: uppercase;
            color: #FFF;
            -webkit-transition: all 0.2s ease;
            -moz-transition: 	all 0.2s ease;
            -ms-transition: 	all 0.2s ease;
            -o-transition: 		all 0.2s ease;
            transition: 		all 0.2s ease;
    }

    header .navPrincipal ul li a:hover span,
    header .navPrincipal ul li.ativo a span {
            border-color: #FFF;
    }

    /* Footer */

    footer {
            padding: 20px 0 0 0;
            height: 200px;
            background: #131313;
    }

    footer .copyright {
            float: left;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            text-transform: uppercase;
            color: #FFF;
    }

    footer .signBend {
            float: left;
            margin: 0 0 0 100px;
            height: 40px;
            line-height: 40px;
    }

    footer .signBend a {
            font-size: 14px;
            text-transform: uppercase;
            color: #FFF;
    }

    footer .signBend img {
            vertical-align: middle;
            margin: 0 0 0 10px;
    }

    footer .irTopo {
            float: right;
            padding: 0 45px 0 0;
            height: 40px;
            line-height: 40px;
            background: url(../img/footer/irTopo_icone.png) right center no-repeat;
            font-size: 14px;
            text-transform: uppercase;
            color: #FFF;
    }

    /* Código reaproveitado */

    /* Banner principal */

    .main_bannerPrincipal .owl-carousel .itemWrapper {
            overflow: hidden;
    }

    .main_bannerPrincipal .owl-carousel .itemWrapper .item {
            position: relative;
            right: 50%;
            text-align: center;
    }

    .main_bannerPrincipal .owl-carousel .itemWrapper .item img {
            display: inline-block;
            margin-right: -100%;
    }

    /* Wrappers de conteúdo */

    .main_conteudoWrapper {
            padding: 90px 0;
    }

    /* Título */

    .main_conteudoWrapper h1.titulo {
            margin: 0 0 60px 0;
            font-weight: 700;
            font-size: 50px;
            text-transform: uppercase;
            color: #000;
    }

    /* Ícones */

    .main_conteudoWrapper h1.titulo .icone {
            display: inline-block;
            margin: 0 30px 0 0;
            width: 50px;
            height: 50px;
            background: url(../img/geral/icones1_sprite.png) no-repeat;
    }

    .main_conteudoWrapper h1.titulo .icone.num_1 {
            background-position: 0 0;
    }

    .main_conteudoWrapper h1.titulo .icone.num_2 {
            background-position: 0 -50px;
    }

    .main_conteudoWrapper h1.titulo .icone.num_3 {
            background-position: 0 -100px;
    }

    .main_conteudoWrapper h1.titulo .icone.num_4 {
            background-position: 0 -150px;
    }

    .main_conteudoWrapper h1.titulo .icone.num_5 {
            background-position: 0 -200px;
    }

    .main_conteudoWrapper h1.titulo .icone.num_6 {
            background-position: 0 -250px;
    }

    /* Blocos de conteúdo (redes sociais, agenda, etc.) */

    .main_conteudoWrapper .conteudoBox {
            float: left;
            padding: 0 50px 0 0;

    }

    .main_conteudoWrapper .conteudoBox:last-child {
            padding: 0;
    }

    /* Variação de tamanho */

    .main_conteudoWrapper .conteudoBox.width_100 {
            width: 100%;
    }

    .main_conteudoWrapper .conteudoBox.width_50 {
            width: 50%;
    }

    /* Link para perfil */

    .main_conteudoWrapper .conteudoBox .linkPerfil {
            display: block;
            margin: 0 0 40px 0;
            font-weight: 700;
            font-size: 24px;
            text-transform: uppercase;
            color: #000;
    }

    .main_conteudoWrapper .conteudoBox .linkPerfil:hover {
            text-decoration: underline;
    }

    /* Bloco de agenda */
    .main_conteudoWrapper .agendaWrapper tituloEventoBox{
            padding: 15px 0;
            border: solid #c9c9c9;
            border-width: 1px 0 0 0;
            -webkit-transition: all 0.2s ease;
            -moz-transition: 	all 0.2s ease;
            -ms-transition: 	all 0.2s ease;
            -o-transition: 		all 0.2s ease;
            transition: 		all 0.2s ease;
    }

    .main_conteudoWrapper .agendaWrapper .tituloEventoBox:last-child {
            border-width: 1px 0;
    }

    .main_conteudoWrapper .agendaWrapper .tituloEventoBox:hover {
            background: none;
    }

    .main_conteudoWrapper .agendaWrapper .tituloEventoBox span {
            display: inline-block;
            vertical-align: middle;
            padding: 0 10px 0 0;
            line-height: 32px;
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase;
            color: #000;
    }

    .main_conteudoWrapper .agendaWrapper .tituloEventoBox span.data {
            width: 140px;
            color: #000;
    }

    .main_conteudoWrapper .agendaWrapper .tituloEventoBox span.cidade,
    .main_conteudoWrapper .agendaWrapper .tituloEventoBox span.nome {
            width: 300px;
    }

    .main_conteudoWrapper .agendaWrapper .tituloEventoBox span.local {
            width: 210px;
    }
    .main_conteudoWrapper .agendaWrapper .eventoBox {
            padding: 15px 0;
            border: solid #c9c9c9;
            border-width: 1px 0 0 0;
            -webkit-transition: all 0.2s ease;
            -moz-transition: 	all 0.2s ease;
            -ms-transition: 	all 0.2s ease;
            -o-transition: 		all 0.2s ease;
            transition: 		all 0.2s ease;
    }

    .main_conteudoWrapper .agendaWrapper .eventoBox:last-child {
            border-width: 1px 0;
    }

    .main_conteudoWrapper .agendaWrapper .eventoBox:hover {
            background: #f3f3f3;
    }

    .main_conteudoWrapper .agendaWrapper .eventoBox span {
            display: inline-block;
            vertical-align: middle;
            padding: 0 20px 0 0;
            line-height: 32px;
            font-weight: 700;
            font-size: 20px;
            text-transform: uppercase;
            color: #4b4b4b;
    }

    .main_conteudoWrapper .agendaWrapper .eventoBox span.data {
            width: 140px;
            color: #000;
    }

    .main_conteudoWrapper .agendaWrapper .eventoBox span.cidade,
    .main_conteudoWrapper .agendaWrapper .eventoBox span.nome {
            width: 300px;
    }

    .main_conteudoWrapper .agendaWrapper .eventoBox span.local {
            width: 210px;
    }

    .main_conteudoWrapper .agendaWrapper .eventoBox .moreInfo {
            cursor: pointer;
            width: 50px;
            height: 32px;
            background: #72c517;
            background: -moz-linear-gradient(top, #72c517 0%, #36790b 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72c517), color-stop(100%,#36790b));
            background: -webkit-linear-gradient(top, #72c517 0%,#36790b 100%);
            background: -o-linear-gradient(top, #72c517 0%,#36790b 100%);
            background: -ms-linear-gradient(top, #72c517 0%,#36790b 100%);
            background: linear-gradient(to bottom, #72c517 0%,#36790b 100%);
            border-radius: 6px;
            box-shadow: inset 0 -4px 0 0 #214f06;
            text-transform: uppercase;
            color: #FFF;
            -webkit-transition: all 0.2s ease;
            -moz-transition: 	all 0.2s ease;
            -ms-transition: 	all 0.2s ease;
            -o-transition: 		all 0.2s ease;
            transition: 		all 0.2s ease;
    }

    .main_conteudoWrapper .agendaWrapper .eventoBox .moreInfo:hover {
            opacity: 0.6;
    }

    /* Bloco de Instagram */

    .main_conteudoWrapper .imgInstagram {
            width: 100%;
    }

    .main_conteudoWrapper .imgInstagram li {
            display: inline-block;
    }

    .main_conteudoWrapper .imgInstagram li img {
            margin: 0px 5px 0px 0px;
            max-width: 137px;
            border: 1px solid #EAEAEA;
    }

    /* Sub-bloco do Facebook */

    .fb-like-box span {
            background: #FFF;
    }

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

    /* Blocos de fotos em parallax */

    .main_blocoParallax {
            position: relative;
            min-height: 400px;
            background: no-repeat;
            background-attachment: fixed;
            background-size: 100%;
    }

    /* Loader */

    #containerSoundCloud {
            min-height: 450px;
    }

    .main_blocoParallax span.loader {
            position: absolute;
            z-index: -1;
            top: 50%;
            left: 50%;
            margin: -26.5px 0 0 -26.5px;
            width: 53px;
            height: 53px;
    }

    .main_conteudoWrapper .loaderWrapper {
            min-height: 600px;
    }
    
    .main_conteudoWrapper .loaderWrapper a{
            margin:0px 8px 8px 8px;
            display:inline-block;
            opacity:0.6;
            transition: opacity .5s ease;
    }
    .main_conteudoWrapper .loaderWrapper a:hover{
        opacity: 1;
    }

    #containerSoundCloud{
            background: url(../img/geral/loaderLight.gif) center no-repeat;
    }


    /* Estilos específicos */

    /* Contato */

    .contatoWrapper .contatoBox {
            display: block;
            float: left;
            padding: 0 50px 0 0;
            width: 50%;
            font-weight: 700;
            text-transform: uppercase;
    }

    .contatoWrapper .contatoBox:last-child {
            padding: 0;
    }

    .contatoWrapper .contatoBox h3 {
            font-size: 19px;
            color: #000;
    }

    .contatoWrapper .contatoBox h4 {
            font-size: 30px;
            color: #000;
    }

    .contatoWrapper .contatoBox a h4:hover {
            text-decoration: underline;
    }

    .contatoWrapper h6 {
            display: block;
            float: left;
            margin: 30px 0 0 0;
            width: 100%;
            font-weight: 400;
            font-size: 12px;
            text-transform: uppercase;
    }
}