@charset "utf-8";

@font-face {
    font-family: SWZ721M;
    src: url(fonts/SWZ721M.TTF), url(fonts/SWZ721M.eot);
    /* IE */
}

@font-face {
    font-family: Sertig;
    src: url(fonts/Sertig.TTF), url(fonts/Sertig.otf), url(fonts/Sertig.eot);
    /* IE */
}

html {
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    background: #FFFFFF;
    margin: 0;
    width: 100%;
}

header {
    background-color: #d5d6d8;
    width: 100%;
    height: 124px;
    position: static;
    top: 0;
    left: 0;
    margin-bottom: 0;
}

nav {
    float: right;
    padding: 35px 20px 20px 0;
}

ul {
    list-style: none;
}

#navegador ul li {
    float: left;
    padding: 4px;
}

a {
    font-family: Sertig;
    font-size: 21px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #005f5f;
}

#logo {
    margin-top: 27px;
    margin-left: 30px;
    float: left;
    height: 74px;
    width: 68px;
    background: url(icon/logotipo.svg) no-repeat center;
}

.current {
    color: #005f5f;
}

footer {
    position: static;
    width: 100%;
    bottom: 0;
    margin-top: 10px;
    float: left;
}

.copyrights {
    font-family: Sertig;
    font-size: 10px;
    color: #333333;
    text-align: center;
}

#menuBtn {
    display: none;
    float: right;
    margin-top: 40px;
    margin-right: 30px;
    vertical-align: middle;
    z-index: 999;
    cursor: pointer;
}

#myMenu {
    display: none;
    padding-top: 3px;
    top: 124px;
    left: 0;
    text-align: center;
    position: absolute;
    z-index: 9;
    overflow: auto;
    width: 100%;
    background-color: #d5d6d8;
}

#myMenu ul {
    display: block;
    text-align: center;
}

#myMenu li a {
    display: block;
    padding: 5px;
    text-align: center;
    font-family: Sertig;
    font-size: 20px;
    color: #333333;
    text-decoration: none;
}

@media screen and (max-width: 740px) {
    body {
        position: absolute;
    }
}

@media screen and (max-width: 740px) {
    header {
        position: static;
    }

    #menuBtn {
        display: block;
    }

    nav ul {
        display: none;
    }
}

.banner {
    width: 100%;
    height: 320px;
    background-color: antiquewhite;
    position: relative;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

#barra {
    position: absolute;
    width: 100%;
    height: 50px;
    background: rgba(147, 149, 152, 0.2);
    z-index: -999;
}

.box {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    background: transparent;
}

.noticia {
    width: 235px;
    height: 320px;
    background: white;
    margin-bottom: 30px;
    margin-top: 0 !important;
}

.txt {
    font-family: Sertig;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    padding-top: 15px;
    line-height: 1.3;
}

.subtxt {
    font-size: 13px;
    color: #333333;
}

.noticia img {
    display: block;
    width: 100%;
    height: 235px;
    background: rgba(1, 85, 120, 1);
}

.link {
    cursor: pointer;
}

@media screen and (max-width:530px) {
    .box {
        width: 235px;
    }

    .noticia {
        width: 235px;
        height: 320px;
        background: white;
        margin-bottom: 30px;
    }

    .noticia img {
        width: 100% !important;
    }

    .dropdown {
        display: block !important;
        margin-bottom: 50px;
        height: 50px;
        background: #d5d6d8;
    }

    .dropdown label {
        display: block !important;
        text-align: left;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    #categorias {
        text-align: center;
        line-height: 2.6;
    }

    #categorias a:hover {
        color: #333333;
    }

    #select {
        height: 250px;
        background: #d5d6d8;
        display: none;
        margin-bottom: 50px;
        list-style: none;
    }

    #select li label {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        text-decoration: none;
    }

    label {
        display: none;
    }
}

@media screen and (min-width:530px) {
    .box {
        width: 470px;
    }

    .noticia {
        width: 470px;
        height: 235px;
        background: white;
        margin-bottom: 50px;
        float: left;
    }

    .noticia img {
        display: block;
        width: 50%;
        height: 235px;
        background: rgba(1, 85, 120, 1);
        float: left;
        margin-right: 10px;
    }

    .txt {
        width: 225px;
        float: left;
    }
}

@media screen and (min-width:1000px) {
    .box {
        width: 940px;
    }

    .noticia {
        width: 235px;
        height: 320px;
        background: white;
        margin: 30px;
    }

    .noticia img {
        width: 100% !important;
    }

    .insidebox {
        width: 885px;
    }
}

input[type="radio"] {
    display: none;
}

#publicacoes {
    margin-left: 0;
}

#reset {
    margin-right: 0;
}

label {
    width: 20%;
    height: 50px;
    float: left;
    text-align: center;
    background: transparent;
    margin-bottom: 50px;
    cursor: pointer;
    font-family: Sertig;
    font-size: 18px;
    color: #333333;
    line-height: 3.1;
}

label.blue {
    background: rgba(1, 85, 120, 1);
}

input[type="radio"][id="publicacoes"]:checked+label {
    background: rgba(1, 85, 120, 1);
}

input[type="radio"][id="publicacoes"]:checked~.artigos,
input[type="radio"][id="publicacoes"]:checked~.formacoes,
input[type="radio"][id="publicacoes"]:checked~.eventos {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
}

input[type="radio"][id="artigos"]:checked+label {
    background: rgba(1, 85, 120, 1);
}

input[type="radio"][id="artigos"]:checked~.publicacoes,
input[type="radio"][id="artigos"]:checked~.formacoes,
input[type="radio"][id="artigos"]:checked~.eventos {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
}

input[type="radio"][id="formacoes"]:checked+label {
    background: rgba(1, 85, 120, 1);
}

input[type="radio"][id="formacoes"]:checked~.publicacoes,
input[type="radio"][id="formacoes"]:checked~.artigos,
input[type="radio"][id="formacoes"]:checked~.eventos {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
}

input[type="radio"][id="eventos"]:checked+label {
    background: rgba(1, 85, 120, 1);
}

input[type="radio"][id="eventos"]:checked~.publicacoes,
input[type="radio"][id="eventos"]:checked~.artigos,
input[type="radio"][id="eventos"]:checked~.formacoes {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.dropdown {
    display: none
     !important;
}

#select {
    display: none;
}

.NewsPlace {
    width: 300px;
    margin: 0 auto;
}

.subInterno {
    position: relative;
}

.subInterno input {
    width: 280px;
    padding: 15px;
    font-family: Sertig;
    font-size: 12px;
    color: #333333;
    letter-spacing: 1px;
}

.subInterno button {
    position: absolute;
    right: 0px;
    top: 7px;
    margin-right: 0;
    font-family: Sertig;
    font-size: 12px;
    color: #333333;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: #ededed;
    border-radius: 3px;
    padding: 10px;
    transition: all .2s;
}

.subInterno button:hover {
    background-color: #005f5f;
    color: #fff;
    cursor: pointer;
}