@charset "utf-8";

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

.ie6 img {
    width: 100%;
}

.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 86.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
    clear: none;
    float: none;
}

.header {
    background-image: url(../../imagens/logos/outros/logoPrincipal_01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    max-width: 100%;
    height: auto;
    width: 500px;
    height: 56px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.gridContainer.clearfix {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

.titulo {
    color: #CCC;
    text-align: center;
    margin-top: 40px;
    font-weight: 700;
}

.subtitulo {
    color: #CCC;
    text-align: center;
    margin-top: 10px;
    font-size: medium;
}

.conteudoTexto_01 {
    color: #CCC;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.conteudoGeral {
    color: #CCC;
    text-align: center;
    margin-top: 5px;
}

.conteudoGeral a {
    color: #0CF;
}

.conteudoGeral a:hover {
    color: #CCC;
}

.conteudoGeral a:link {
    text-decoration: underline;
}

.conteudoGeral a:visited {
    color: #00FF40;
}

.voltarFundo {
    color: #CCC;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.redesSociais {
    text-align: center;
    margin-bottom: 10px;
    color: #CCC;
    margin-top: 10px;
}

.footer {
    text-align: center;
    margin-top: 0px;
    color: #909090;
    font-size: x-small;
    margin-bottom: 10px;
}

.conteudoGeral_01 {
    text-align: left;
    font-size: medium;
    color: #CCC;
    margin-top: 20px;
}

.conteudoGeral_01 a {
    color: #0CF
}

.conteudoGeral_01 a:hover {
    color: #CCC;
}

.conteudoGeral_01 a:link {
    text-decoration: underline;
}

.conteudoGeral_01 a:visited {
    color: #00FF40;
}

.zeroMargin_mobile {
    margin-left: 0;
}

.hide_mobile {
    display: none;
}

@media only screen and (min-width: 481px) {
    .gridContainer {
        width: 91.45%;
        padding-left: .775%;
        padding-right: .775%;
        clear: none;
        float: none;
        margin-left: auto;
    }

    .hide_tablet {
        display: none;
    }

    .zeroMargin_tablet {
        margin-left: 0;
    }
}

@media only screen and (min-width: 769px) {
    .gridContainer {
        width: 89.25%;
        max-width: 1232px;
        padding-left: .375%;
        padding-right: .375%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }
}