﻿/**/
body {
    background: url("/Imagens/fundo.jpg");
}

.alerta {
    position: fixed;
    width: 350px;
    height: 200px;
    background-color: #0C2F06;
    top: 50%;
    left: 50%;
    z-index: 9999;
    margin-top: -100px;
    margin-left: -125px;
    opacity: 0.8;
    filter: alpha(opacity=40);
    cursor: pointer;
}

    .alerta img {
        float: left;
        width: 85px;
        height: 85px;
        margin-top: 10px;
        margin-left: 130px;
    }

    .alerta h1 {
        float: left;
        width: 350px;
        text-align: center;
        font-family: robotolight;
        font-size: 22px;
        color: #FFF;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        clear: both;
    }

    .alerta p {
        float: left;
        width: 350px;
        text-align: center;
        font-family: robotolight;
        font-size: 17px;
        color: #FFF;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        clear: both;
    }

#iconeCarregando {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 120px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 15px;
}

    #iconeCarregando span {
        font-family: robotolight;
        font-size: 18px;
        color: #FFFFFF;
    }

.circular {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    border: 1px solid #565656;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
}

.navbar-collapse.in {
    overflow-y: hidden!important;
    background-color: #FFFFFF;
}

.navbar-collapse.collapsing {
    background-color: #FFFFFF;
}

.navbar {
    min-height: 30px!important;
}

#topoSite {
    width: 100%;
    background-color: #006699;
}

#barraSuperior {
    height: 60px;
}

#barraMenu {
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 3px -2px #000000;
    -moz-box-shadow: 0 3px 3px -2px #000000;
    box-shadow: 0 3px 3px -2px #000000;
}

    #barraMenu a {
        font-family: robotolight;
        font-size: 16px;
    }

    #barraMenu ul {
        list-style: none;
        margin-top: 4px;
        width: 100%;
    }

        #barraMenu ul li {
            margin-left: 3%;
        }

#botaoExpandirMenu {
    width: 50px;
    min-height: 25px;
    margin-top: 0!important;
    background-image: url("/Imagens/btnMenuExpandir.png");
}

.itemSidebar {
    min-height: 150px;
    background-color: #FFFFFF;
}

    .itemSidebar .tituloItemSidebar {
        width: 100%;
        height: 32px;
        background-color: #006699;
    }

        .itemSidebar .tituloItemSidebar h3 {
            color: #FFFFFF;
            text-align: center;
            font-family: robotolight;
            font-size: 20px;
            padding-top: 5px;
        }

    .itemSidebar .conteudoItemSidebar {
        font-family: robotolight;
        font-size: 18px;
    }

        .itemSidebar .conteudoItemSidebar .facebookFanPage {
            padding-top: 3%;
        }

#conteudoPaginaPrincipal {
    margin-top: 19px;
}

.pequenosPosts .postPequeno {
    min-height: 280px;
}

    .pequenosPosts .postPequeno .imagemPostPequeno {
        padding-bottom: 75%;
        background-color: #006699;
        position: relative;
        background-repeat: no-repeat;
    }

        .pequenosPosts .postPequeno .imagemPostPequeno .caixaTexto {
            width: 100%;
            min-height: 22%;
            position: absolute;
            bottom: 0;
            z-index: 9998;
            background-color: rgb(0, 0, 0);
            background-color: rgba(0, 0, 0, 0.6);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
        }

            .pequenosPosts .postPequeno .imagemPostPequeno .caixaTexto h2 {
                font-family: robotolight;
                font-size: 18px;
                color: #FFFFFF;
                margin-top: 3%!important;
                margin-left: 5px;
                color: #FFFFFF;
            }

            .pequenosPosts .postPequeno .imagemPostPequeno .caixaTexto a {
                text-decoration: none;
            }

.barraDestaque {
    margin-bottom: 5%;
}

    .barraDestaque .tituloBarraDestaque {
        padding-left: 0px!important;
        margin-top: 10px;
    }

        .barraDestaque .tituloBarraDestaque h1 {
            font-family: robotobold;
            font-size: 18px;
            color: #006699;
            margin-top: 0px!important;
        }


    .barraDestaque .conteudoBarraDestaque {
        min-height: 55px;
        background-color: #FFFFFF;
        padding: 0px!important;
    }


        .barraDestaque .conteudoBarraDestaque .itemConteudoBarraDestaque h2 {
            font-family: robotobold;
            font-size: 18px;
            color: #000000;
            margin-top: 1%;
            margin-bottom: 1%;
        }

        .barraDestaque .conteudoBarraDestaque .itemConteudoBarraDestaque p {
            font-family: robotolight;
            font-size: 14px;
            color: #000000;
            text-align: justify;
            margin-bottom: 3px;
        }

.postGrande {
    margin-bottom: 5%;
}

    .postGrande .topoPostGrande {
        width: 100%;
        height: 32px;
        background-color: #006699;
    }

        .postGrande .topoPostGrande span {
            font-family: robotolight;
            color: #FFFFFF;
            font-size: 18px;
            margin-top: 3px;
            float: left;
        }

    .postGrande .conteudoPostGrande {
        min-height: 55px;
        background-color: #FFFFFF;
        padding: 0px!important;
    }

        .postGrande .conteudoPostGrande .imagemConteudoPostGrande {
            padding-bottom: 40%;
            background-repeat: no-repeat;
            text-align: center;
        }

        .postGrande .conteudoPostGrande .textoConteudoPostGrande h1 {
            font-family: robotolight;
            font-size: 30px;
            margin-top: 15px;
            color: #000000;
        }

        .postGrande .conteudoPostGrande .textoConteudoPostGrande a {
            text-decoration: none;
        }

        .postGrande .conteudoPostGrande .textoConteudoPostGrande span {
            font-family: robotolight;
            color: #000000;
            margin-top: 5px;
            font-size: 16px!important;
            text-align: justify;
        }

#conteudoPaginaBusca {
    margin-top: 19px;
}

    #conteudoPaginaBusca .barraInformativa {
        margin-bottom: 60px;
        padding-top: 15px;
        padding-bottom: 17px;
        background-color: #FFFFFF;
    }

        #conteudoPaginaBusca .barraInformativa h2 {
            font-family: robotobold;
            font-size: 18px;
            margin-top: 1%;
            margin-bottom: 1%;
        }

        #conteudoPaginaBusca .barraInformativa p {
            font-family: robotolight;
            font-size: 14px;
            color: #000000;
            text-align: justify;
            margin-bottom: 3px;
        }

/*Post*/

.conteudoPublicacao {
    width: 100%;
    margin-top: 19px;
    background-color: #FFFFFF;
    float: left;
}

    .conteudoPublicacao .topoConteudoPublicacao {
        width: 100%;
        height: 32px;
        background-color: #006699;
        padding-top: 3px;
    }


        .conteudoPublicacao .topoConteudoPublicacao span {
            font-family: robotolight;
            color: #FFFFFF;
            font-size: 18px;
        }

    .conteudoPublicacao .infosConteudoPublicacao {
        padding-top: 10px;
    }

        .conteudoPublicacao .infosConteudoPublicacao h1 {
            font-family: robotolight;
            font-size: 30px;
            margin-top: 5px!important;
        }

        .conteudoPublicacao .infosConteudoPublicacao span {
            font-family: robotolight;
            color: #000000;
            font-size: 12px;
        }

    .conteudoPublicacao .textoConteudoPublicacao img {
        max-width: 100%;
        height: auto;
    }

    .conteudoPublicacao .textoConteudoPublicacao iframe {
        max-width: 100%!important;
    }

    .conteudoPublicacao .textoConteudoPublicacao p {
        font-family: Arial;
        color: #000000;
        text-align: justify;
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 14px;
    }


    .conteudoPublicacao .ouvirCastdrom {
        text-align: center;
    }

        .conteudoPublicacao .ouvirCastdrom span {
            font-family: robotolight;
            color: #000000;
            font-size: 12px;
            text-align: left!important;
        }

    .conteudoPublicacao .socialMedia {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .conteudoPublicacao .publicidadeConteudoPublicacao {
        margin-bottom: 15px;
    }


    .conteudoPublicacao .publicidadeConteudoPublicacao {
        margin-bottom: 15px;
    }

        .conteudoPublicacao .publicidadeConteudoPublicacao .tituloPublicidadeConteudoPublicacao {
            width: 100%;
        }

        .conteudoPublicacao .publicidadeConteudoPublicacao span {
            font-family: robotolight;
            color: #000000;
            font-size: 12px;
        }

    .conteudoPublicacao .comentariosConteudoPublicacao span {
        font-family: robotolight;
        color: #000000;
        font-size: 12px;
    }

/*Footer*/
#rodape {
    margin-top: 30px;
    background-color: #006699;
    height: 200px;
}

    #rodape .itemRodape {
        margin-top: 35px;
    }

        #rodape .itemRodape a {
            color: #FFFFFF;
        }

/*Botão*/
.botaoCarregaMaisPosts {
    width: 100%;
    height: 45px;
    background-color: #D7D7D7;
    padding-top: 5px;
    text-align: center;
    cursor: pointer;
}

    .botaoCarregaMaisPosts span {
        font-family: robotolight;
        font-size: 16px;
        color: #000000;
    }

/*Diferenciais*/

.imgParceiro {
    margin: 5px;
    width: 76px;
    height: 50px;
    float: left;
    text-align: center;
}

#formularioContato {
    margin-bottom: 15px;
}

#btnEnviarContato {
    margin-top: 10px;
}

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

.itemConteudoBarraDestaquePublicidade {
    height: 126px;
    margin-top: 10px;
}

.itemConteudoBarraDestaqueCastDrom {
    height: 126px;
    margin-top: 10px;
}

    .itemConteudoBarraDestaqueCastDrom h2 {
        padding-top: 10px;
        font-family: robotobold!important;
        color: #FFFFFF!important;
        font-size: 18px!important;
    }

    .itemConteudoBarraDestaqueCastDrom p {
        font-family: robotolight!important;
        color: #FFFFFF!important;
        font-size: 14px!important;
    }


    .itemConteudoBarraDestaqueCastDrom img {
        margin-top: 5px;
        max-width: 100%;
        height: auto;
    }

.itemConteudoBarraDestaqueBusca {
    height: 126px;
    margin-top: 10px;
}

    .itemConteudoBarraDestaqueBusca h2 {
        padding-top: 10px;
        font-family: robotobold!important;
        color: #FFFFFF!important;
        font-size: 18px!important;
    }

    .itemConteudoBarraDestaqueBusca p {
        font-family: robotolight!important;
        color: #FFFFFF!important;
        font-size: 14px!important;
    }


    .itemConteudoBarraDestaqueBusca img {
        margin-top: 5px;
        max-width: 100%;
        height: auto;
    }

.imagemCastdrom img {
    left: 50%;
    position: absolute;
    margin-top: 13px;
    margin-left: -63px;
}

.itemCastdrom {
    width: 100%;
    height: 315px;
    background-color: #003366;
}

    .itemCastdrom h2 {
        font-family: robotolight!important;
        text-align: center;
        color: #FFFFFF!important;
        font-size: 18px!important;
        margin-top: 0;
        padding-top: 140px;
    }

    .itemCastdrom .listaCastdrom {
        width: 95%;
        margin-left: 2.5%;
        height: 80px;
    }

        .itemCastdrom .listaCastdrom ul {
            counter-reset: li;
            list-style: none;
            *list-style: decimal;
            font: 15px 'trebuchet MS', 'lucida sans';
            padding: 0;
            margin-bottom: 4em;
            text-shadow: 0 1px 0 rgba(255,255,255,.5);
        }

        .itemCastdrom .listaCastdrom .rectangle-list a {
            position: relative;
            display: block;
            padding: .4em .4em .4em .8em;
            *padding: .4em;
            margin: .5em 0 .5em 0em;
            background: #ddd;
            color: #444;
            text-decoration: none;
            transition: all .3s ease-out;
        }

            .itemCastdrom .listaCastdrom .rectangle-list a:hover {
                background: #eee;
            }

            .itemCastdrom .listaCastdrom .rectangle-list a:before {
                position: absolute;
                left: -2.5em;
                top: 50%;
                margin-top: -1em;
                background: #A3C9D1;
                height: 2em;
                width: 2em;
                line-height: 2em;
                text-align: center;
                font-weight: bold;
            }

            .itemCastdrom .listaCastdrom .rectangle-list a:after {
                position: absolute;
                content: '';
                border: .5em solid transparent;
                left: -1em;
                top: 50%;
                margin-top: -.5em;
                transition: all .3s ease-out;
            }

            .itemCastdrom .listaCastdrom .rectangle-list a:hover:after {
                left: -.5em;
                border-left-color: #FFFFFF;
            }

.textoDeBuscaSidebar {
    margin-top: 15px;
    text-align: center;
}

.campobuscaSidebar {
    width: 80%;
    margin-top: 20px;
    margin-left: 10%;
}

/*Página Quem Somos?*/
.membroEquipe {
    padding: 0px;
    height: 120px;
}

    .membroEquipe img {
        float: left;
        left: 50%;
    }

    .membroEquipe h2 {
        float: left;
        font-size: 18px;
        font-family: robotolight;
        padding-left: 15px;
    }

    .membroEquipe p {
        float: left;
        font-size: 15px;
        font-family: robotolight!important;
        padding-left: 15px;
    }

/*Resolução média*/
@media screen and (max-width: 1200px) {
    .pequenosPosts .postPequeno {
        min-height: 228px;
    }

    .barraDestaque {
        margin-bottom: 4%;
    }

    .postGrande {
        margin-bottom: 4%;
    }
}

/*Tablet*/
@media screen and (max-width: 991px) {
    .pequenosPosts .postPequeno {
        min-height: 270px;
    }

    .barraDestaque {
        margin-bottom: 4%!important;
    }

    .postGrande {
        margin-bottom: 4%;
    }

    #barraMenu a {
        border-radius: 7px;
    }

    #barraMenu ul li {
        text-align: center;
        padding: 0.8%;
    }

        #barraMenu ul li:last-child {
            margin-bottom: 2.5%;
        }

    #barraMenu .active {
        border-radius: 7px;
        background-color: #B4CCD5;
    }

    #barraMenu .nonactive {
        border-radius: 7px;
        background-color: #EEEEEE;
    }
}

/*Mobile*/
@media screen and (max-width: 771px) {
    .pequenosPosts .postPequeno {
        margin-top: 10px;
    }

    .barraDestaque {
        margin-bottom: 5%!important;
    }

    .postGrande {
        margin-bottom: 5%;
    }

    #barraMenu ul li {
        margin-top: 13px;
    }
}

/*Mobile*/
@media screen and (max-width: 396px) {
    .pequenosPosts .postPequeno {
        min-height: 240px;
    }

    .barraDestaque {
        margin-bottom: 11%!important;
    }

    .postGrande {
        margin-bottom: 11%;
    }
}

@font-face {
    font-family: 'robotothin';
    src: url('/Style/Fontes/Roboto/roboto-thin-webfont.eot');
    src: url('/Style/Fontes/Roboto/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('/Style/Fontes/Roboto/roboto-thin-webfont.woff') format('woff'), url('/Style/Fontes/Roboto/roboto-thin-webfont.ttf') format('truetype'), url('/Style/Fontes/Roboto/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('/Style/Fontes/RobotoLight/roboto-light-webfont.eot');
    src: url('/Style/Fontes/RobotoLight/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('/Style/Fontes/RobotoLight/roboto-light-webfont.woff') format('woff'), url('/Style/Fontes/RobotoLight/roboto-light-webfont.ttf') format('truetype'), url('/Style/Fontes/RobotoLight/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('/Style/Fontes/RobotoBold/roboto-bold-webfont.eot');
    src: url('/Style/Fontes/RobotoBold/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/Style/Fontes/RobotoBold/roboto-bold-webfont.woff') format('woff'), url('/Style/Fontes/RobotoBold/roboto-bold-webfont.ttf') format('truetype'), url('/Style/Fontes/RobotoBold/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
