/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

/* Regular = 400 | Semi-bold = 600 */


/* GENERAL */

body {
    padding: 0;
    margin: 0;
}

.img-responsive {
    max-width: 100%;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.75;
    margin-top: 0px;
    margin-bottom: 0px;
}

p strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

a {
    transition: 0.2s;
}

.mb-50 {
    margin-bottom: 50px;
}

.color-cobalto {
    color: #1482F5 !important;
}


/* #HEADER */

#header {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    position: absolute;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

#header .container {
    width: 78%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 20px;
}

.logo {
    width: 25%;
}

.nav-desktop {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nav-mobile,
.menu-mobile {
    display: none;
}

.menu {
    width: 100%;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.menu ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}

.menu ul li a:hover,
.menu ul li a:active,
.menu ul li a:focus {
    color: #1482F5;
}

.menu ul li a.active {
    color: #1482F5;
}

.idiomas {
    margin-top: -12px;
}

.idiomas ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.idiomas ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

.idiomas ul li:first-child::after {
    content: '•';
    color: #555555;
    margin: 0px 20px;
}

.idiomas-mob {
    margin: 0 auto;
    width: 80%;
}

.idiomas-mob ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}

.idiomas-mob ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #777;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

.open-menu {}


/* #BANNER */

#banner {
    width: 100%;
    height: 800px;
    background-image: url('../img/banner.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

#banner2 span,
#banner3 span,
#banner4 span,
#banner5 span {
    display: block;
    width: 34%;
    height: 200px;
    background: rgba(17, 72, 103, 0.6);
    position: absolute;
    top: 180px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#banner2 span p,
#banner3 span p,
#banner4 span p,
#banner5 span p {
    font-family: 'Open Sans';
    font-size: 38px;
    color: #FFF;
    width: 60%;
    margin-right: 10%;
    text-align: center;
}


/* DESTAQUE */

#homedestaque {
    background-color: #1482F5;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    margin-top: 40px;
}

#homedestaque .circles-l {
    position: absolute;
    width: 320px;
    height: 603px;
    left: 0;
    background-image: url('../img/c_l.png');
    background-repeat: no-repeat;
    background-position-x: -48px;
    margin-top: -120px;
}

#homedestaque .circles-r {
    position: absolute;
    width: 280px;
    height: 578px;
    right: 0;
    background-image: url('../img/c_r.png');
    background-repeat: no-repeat;
    background-position-x: 80px;
    margin-top: 190px;
}

#homedestaque .container {
    width: 60%;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#homedestaque h2,
#homedestaque p {
    color: #FFF;
    text-align: center;
    font-size: 28px;
}

#homedestaque p {
    font-size: 22px;
    padding-bottom: 15px;
}

#homedestaque h2 {
    width: 60%;
    margin-bottom: 30px;
}

#homedestaque p {
    width: 85%;
}


/* #EQUIPE */

#equipe {
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

#equipe .container {
    width: 60%;
}

#equipe .container p {
    text-align: center;
}


/* #NOTÍCIAS E EVENTOS */

#noticias {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#noticias .container {
    width: 60%;
}

#noticias .container .noticia {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px 45px;
}

#noticias .container .noticia .left .date {
    background: #FF8200;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px !important;
}

#noticias .container .noticia .left .date p {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

#noticias .noticia .left {
    width: 15%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#noticias .noticia .right {
    width: 100%;
}

#noticias .noticia .right p {
    font-size: 16px;
}

#noticias .noticia .right p strong {
    color: #114867;
    font-weight: 600;
    font-size: 18px;
}

#noticias .noticia .right a {
    font-family: 'Open Sans', sans-serif;
    color: #FF8200;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin-top: 3px;
}

.button {
    display: block;
    font-family: 'Open Sans', sans-serif;
    background: #FF8200;
    color: #FFF;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    width: 100px;
    margin: 0px auto;
    border: 1px solid #FF8200;
    padding: 7px 10px;
    border-radius: 5px;
}

.button:hover {
    color: #FF8200;
    background: #FFF;
}

.button2 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #FF8200;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    margin-bottom: 20px;
}


/* HOME NEW*/

.bloco-1 {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}

.bloco-1-1 {
    width: 38.75%;
    height: 350px;
    background: #003a5b;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 10;
}

.bloco-1-1 p {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    padding: 6vw;
}

.bloco-1-1 p strong {
    font-size: 22px;
    font-weight: 600;
}

.bloco-1-2 {
    width: 69.45%;
    height: 350px;
    background: #1482f5;
    margin-top: 40px;
    margin-left: -50px;
    z-index: 9;
    display: flex;
    align-items: center;
}

.bloco-1-2 p {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    padding: 5vw 10vw;
}

.bloco-1-2 p strong {
    font-size: 22px;
    font-weight: 600;
}

.bloco-2 {
    height: 450px;
    background: #ff8200;
    padding: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bloco-2 h2 {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 28px;
    text-align: right;
    color: #fff;
    width: 100%;
}

.bloco-2 p {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    text-align: right;
    color: #fefefe;
    width: 70%;
}

.bloco-3 {
    display: flex;
    height: auto;
    margin-top: -230px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background: #FFF;
    padding: 20px 0px;
}

.bloco-3-1,
.bloco-3-2,
.bloco-3-3 {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #FFF;
}

.bloco-3-1 {
    justify-content: flex-start;
}

.bloco-3-2 {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}

.bloco-3 p strong {
    color: #ff8200;
}

.bloco-3-1 img,
.bloco-3-2 img,
.bloco-3-3 img {
    max-height: 120px;
    padding: 20px 0px;
}

.bloco-3-1 p,
.bloco-3-2 p,
.bloco-3-3 p {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #114867;
}

.bloco-4 {
    width: 100%;
    padding: 6vw;
    background: linear-gradient(#dedede 0%, #efefef 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
}

.bloco-4 div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.bloco-4 h2 {
    font-size: 30px;
    font-weight: 600;
    color: #114867;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
}

hr {
    display: block;
    width: 300px;
    height: 2px;
    background: #FF8200;
    margin: 20px 0px;
    border: none;
}

.bloco-4 p {
    width: 75%;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
    color: #114867;
}

.bloco-4 p strong {
    font-size: 20px;
    font-weight: 400;
    color: #114867;
}

.circulos {
    background-image: url('../img/circulos-brancos.png');
    background-position: center center;
    width: 100%;
    height: 813px;
    position: absolute;
    z-index: 11;
    margin-top: 180px;
}

@media(max-width: 600px) {
    .bloco-1 {
        flex-direction: column;
    }
    .bloco-1-1 {
        width: 80%;
        height: 180px;
        display: flex;
        align-items: center;
    }
    .bloco-1-1 p,
    .bloco-1-2 p {
        font-size: 18px;
        padding: 6vw;
    }
    .bloco-1-1 p strong,
    .bloco-1-2 p strong {
        font-size: 20px;
    }
    .bloco-1-2 {
        width: 100%;
        margin-left: 0px;
        margin-top: -20px;
    }
    .bloco-2 {
        height: 400px;
        justify-content: center;
    }
    .bloco-2 h2 {
        font-size: 22px;
    }
    .bloco-2 p {
        font-size: 18px;
        line-height: 36px;
        width: 90%;
    }
    .bloco-3 {
        margin-top: 0px;
        flex-direction: column;
        align-items: center;
    }
    .bloco-3-1,
    .bloco-3-2,
    .bloco-3-3 {
        width: 90%;
        padding: 20px 0px;
    }
    .bloco-3-1 p,
    .bloco-3-2 p,
    .bloco-3-3 p {
        width: 80%;
    }
    .bloco-3-1 p,
    .bloco-3-2 p,
    .bloco-3-3 p {
        font-size: 18px;
        line-height: 30px;
    }
    .LOGO_ODS {
        max-width: 275px;
    }
    .bloco-4 {
        height: auto;
    }
    .bloco-4 h2 {
        font-size: 26px;
    }
    .bloco-4 p {
        width: 90%;
        font-size: 18px;
        line-height: 36px;
    }
    .bloco-4 p strong {
        font-size: 18px;
    }
    hr {
        width: 250px;
        margin: 20px 0px;
    }
}


/* # O QUE FAZEMOS */

#oquefazemos {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#oquefazemos .container {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* PUBLICAÇÕES */

#banner3 {
    width: 100%;
    height: 800px;
    background-image: url('../img/banner3.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

#publicacoes {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#publicacoes .container {
    width: 70% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#publicacoes .books {
    padding-top: 0px;
}

#publicacoes hr {
    margin: 50px 0px;
    width: 80%;
    margin: 25px auto;
    background: transparent;
    border: none;
}

#publicacoes .book {
    display: flex;
    /*margin-bottom: 50px;*/
}

#publicacoes .book .left {
    width: 30%;
}

#publicacoes .book .left img {
    max-width: 80%;
}

#publicacoes .book .right {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#publicacoes h2 {
    font-family: 'Open Sans';
    color: #1482F5;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin-top: -5px;
    margin-bottom: 5px;
}

#publicacoes a {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #1482F5;
    text-decoration: none;
}

.box-publi {
    overflow: hidden;
}

.box-publi p {
    font-size: 16px;
}

.publi-fechado {
    max-height: 90px;
}

.publi-aberto {
    max-height: 100%;
}

.publi-leiamais {
    color: #FF8200 !important;
    margin-top: 5px;
}

.publi-disponivel {
    margin: 20px 0px;
    color: #114867;
    font-size: 16px;
}

.publi-disponivel p {
    font-size: 16px;
}

.publi-tipo {
    font-family: 'Open Sans';
    font-size: 17px;
    color: #555555;
    margin-bottom: 5px;
}

.publi-disponivel a {
    text-decoration: underline !important;
}

.publi-disponivel a:hover {
    color: #FF8200 !important;
}

.buttonObter {
    display: block;
    font-family: 'Open Sans', sans-serif;
    background: #FF8200;
    color: #FFF;
    font-weight: 400;
    font-size: 19px;
    text-decoration: none;
    text-align: center;
    width: 100px;
    margin: 10px 0px;
    border: 1px solid #FF8200;
    padding: 7px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.buttonObter:hover {
    color: #FF8200;
    background: #FFF;
}


/* RECURSOS */

#banner4 {
    width: 100%;
    height: 800px;
    background-image: url('../img/banner4.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

#recursos {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#recursos .container {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#recursos .recurso {
    margin-bottom: 0px;
}

#recursos h2 {
    font-family: 'Open Sans';
    color: #1482F5;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0px;
}


/* NOTICIAS */

#banner5 {
    width: 100%;
    height: 800px;
    background-image: url('../img/banner5.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}


/* ---------------------------- 1600px ---------------------------- */

@media(max-width: 1600px) {
    .menu {
        margin-top: 0px;
    }
    #banner,
    #banner2,
    #banner3,
    #banner4,
    #banner5 {
        height: 667px;
    }
}


/* ---------------------------- 1415px ---------------------------- */

@media(max-width: 1415px) {
    .logo {
        width: 28%;
    }
}


/* ---------------------------- 1366px ---------------------------- */

@media(max-width: 1366px) {
    #header .container {
        width: 88%;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        margin-top: 20px;
    }
    .menu ul li a {
        font-size: 16px;
    }
    .idiomas ul li a {
        font-size: 14px;
    }
    #equipe .container {
        width: 50%;
    }
    #noticias .container {
        width: 70%
    }
    #publicacoes .book .left {
        width: 20%;
    }
    #publicacoes .book .right {
        width: 80%;
        padding-left: 5px;
    }
    #banner2 span,
    #banner3 span,
    #banner4 span,
    #banner5 span {
        display: block;
        width: 35%;
        height: 150px;
        background: rgba(17, 72, 103, 0.6);
        position: absolute;
        top: 200px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    #banner2 span p,
    #banner3 span p,
    #banner4 span p,
    #banner5 span p {
        font-family: 'Open Sans';
        font-size: 32px;
        color: #FFF;
        width: 70%;
        margin-right: 10%;
        text-align: center;
    }
    #oquefazemos .container {
        width: 90%;
    }
    #publicacoes .container {
        width: 90%;
    }
}


/* ---------------------------- 1300px ---------------------------- */

@media(max-width: 1300px) {
    #noticias .noticia .right {
        width: 80%;
    }
}


/* ---------------------------- 1200px ---------------------------- */

@media(max-width: 1200px) {
    #homedestaque {
        background-color: #1482F5;
        display: flex;
        justify-content: center;
        min-height: 400px;
    }
    #homedestaque .circles-l {
        width: 300px;
        height: 600px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: -45px;
        margin-top: -150px;
    }
    #homedestaque .circles-r {
        width: 255px;
        height: 600px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: 0px;
        margin-top: 120px;
    }
    #equipe .container {
        width: 60%;
    }
    #noticias .container {
        width: 65%
    }
}


/* ---------------------------- 1060px ---------------------------- */

@media(max-width: 1060px) {
    #header .container {
        width: 98%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .menu ul {
        margin: 10px 0px;
    }
    .menu ul li a {
        font-size: 14px;
    }
    .idiomas ul li a {
        font-size: 13px;
    }
}


/* ---------------------------- 992px ---------------------------- */

@media (max-width: 992px) {
    #header {
        height: 100px;
    }
    #header .container {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .logo {
        width: 30%;
    }
    .nav-desktop {
        display: none;
    }
    .nav-mobile {
        display: block;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        margin-left: -10px;
    }
    .menu-mobile {
        background: #114867;
        position: absolute;
        top: 0;
        right: 0;
        width: 80vw;
        height: 86vh;
        z-index: 999;
    }
    .menu-mobile .menu-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 86vh;
    }
    .menu-mobile ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 80%;
    }
    .menu-mobile ul li {
        text-align: right;
        border-bottom: 1px solid #FFF;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .menu-mobile ul a {
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        font-weight: 400;
        font-size: 16px;
        text-decoration: none;
    }
    .menu-mobile ul li a:focus,
    .menu-mobile ul li a:active {
        color: #FF8200;
    }
    #publicacoes .book .left {
        width: 30%;
    }
    #publicacoes .book .right {
        width: 70%;
    }
}


/* ---------------------------- 860px ---------------------------- */

@media (max-width: 860px) {
    .circles-l,
    .circles-r {
        display: none;
    }
    .circles-mobile-f {
        position: absolute;
        width: 180px;
        height: 180px;
        margin-top: -50px;
        left: -90px;
        background-image: url('../img/circle-mobile-l.png');
        background-repeat: no-repeat;
    }
    .circles-mobile-r {
        position: absolute;
        width: 180px;
        height: 180px;
        margin-top: 520px;
        right: 0;
        background-position-x: 90px;
        background-image: url('../img/circle-mobile-r.png');
        background-repeat: no-repeat;
    }
    #equipe .container {
        width: 80%;
    }
    #noticias .container {
        width: 85%
    }
}


/* ---------------------------- 800px ---------------------------- */

@media (max-width: 800px) {
    .logo {
        width: 40%;
    }
    #homedestaque {
        background-color: #1482F5;
        display: flex;
        justify-content: center;
    }
    #homedestaque .circles {
        display: none;
    }
    .circles-mobile-r {
        margin-top: 380px;
    }
    #homedestaque .container {
        width: 60%;
        padding: 80px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #equipe .container {
        width: 70%;
    }
    #noticias .container {
        width: 75%
    }
    #noticias .container .noticia {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    #noticias .container .noticia .left .date {
        background: #FF8200;
        display: block;
        width: 90px;
        height: 90px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #noticias .container .noticia .left .date p {
        font-family: 'Open Sans', sans-serif;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }
    #noticias .noticia .left {
        width: 25%;
    }
    #noticias .noticia .right {
        width: 75%;
    }
    #noticias .noticia .right p strong {
        color: #114867;
        font-weight: 400;
        font-size: 16px;
        font-weight: 600 !important;
    }
    #noticias .noticia .right p {
        font-size: 16px;
    }
    #noticias .noticia .right a {
        font-family: 'Open Sans', sans-serif;
        color: #FF8200;
        font-weight: 400;
        font-size: 16px;
        text-decoration: none;
    }
    /* #FOOTER */
    #footer {
        margin-top: 75px;
        padding: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer .contact {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 90%;
        padding-bottom: 35px;
    }
    #footer .contact .tel,
    #footer .contact .mail,
    #footer .contact .city {
        margin-bottom: 25px;
    }
}


/* ---------------------------- 720px ---------------------------- */

@media (max-width: 720px) {
    .circles-mobile-r {
        margin-top: 420px;
    }
    #publicacoes {
        display: flex;
        justify-content: center;
    }
    #publicacoes .container {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #publicacoes .book {
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
    }
    #publicacoes .book .left {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #publicacoes .book .left img {
        width: 250px;
        margin-bottom: 20px;
    }
    #publicacoes .book .right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}


/* ---------------------------- 600px ---------------------------- */

@media (max-width: 600px) {
    .logo {
        width: 90%;
        margin-top: 10px;
    }
    #header {
        height: 150px;
        align-items: flex-start;
    }
    #header .container {
        margin-top: 0px;
    }
    #homedestaque {
        height: 726px;
    }
    .circles-mobile-f {
        margin-top: -700px;
        margin-left: -20px;
    }
    .circles-mobile-r {
        margin-top: 750px;
    }
    #equipe .container {
        width: 90%;
    }
    #noticias .container {
        width: 95%
    }
    #oquefazemos {
        display: flex;
        justify-content: center;
    }
    #oquefazemos .container {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #recursos {
        display: flex;
        justify-content: center;
    }
    #recursos .container {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}


/* ---------------------------- 460px ---------------------------- */

@media (max-width: 460px) {
    #homedestaque {
        margin-top: 0px;
    }
    #homedestaque .container {
        width: 90%;
    }
}


/* ---------------------------- 420px ---------------------------- */

@media (max-width: 420px) {
    #noticias .container .noticia .left .date {
        width: 75px;
        height: 75px;
    }
    #banner2 span,
    #banner3 span,
    #banner4 span,
    #banner5 span {
        display: block;
        width: 100%;
        height: 100px;
        background: rgba(17, 72, 103, 0.6);
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 990;
        top: 490px;
    }
    #banner2 span p,
    #banner3 span p,
    #banner4 span p,
    #banner5 span p {
        font-family: 'Open Sans';
        font-size: 28px;
        color: #FFF;
        width: 80%;
        margin-right: 0%;
        text-align: center;
        z-index: 991;
    }
}


/* ---------------------------- 380px ---------------------------- */

@media (max-width: 380px) {}


/* COOKIES */

.barra {
    background-color: #114867;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
    z-index: 9999;
    border-top: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.barra .container {
    width: 81%;
    display: flex;
    justify-content: space-between;
}

.barra .container .barra_left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 65%;
}

.barra .container .barra_right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 35%;
    margin-right: -10px;
}

.barra .container h1 {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.barra .container p {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
    text-align: justify;
}

.barra .container a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #FFF;
    background: #FF8200;
    display: block;
    height: 40px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 10px 10px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0px 10px;
}

.barra .container a.sem-caixa {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #FFF;
    background: transparent;
    display: block;
    height: 40px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 10px 10px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0px 10px;
}

.barra .container a:hover {
    background: #1482F5;
}

.barra .container a.sem-caixa:hover {
    background: transparent;
    color: #1482F5;
}

@media(max-width: 991px) {
    .barra {
        height: 230px;
    }
    .barra .container {
        width: 90%;
        flex-direction: column;
    }
    .barra .container .barra_left {
        width: 100%;
    }
    .barra .container .barra_right {
        width: 100%;
        justify-content: center;
    }
}


/* NOVA IDEIA PAGINA 2*/

.box-titles {
    display: flex;
}

.title {
    display: flex;
    flex-direction: column;
    width: 16.66%;
    padding: 20px 10px;
    align-items: center;
    background: #114867;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    justify-content: space-around;
    border-radius: 15px 15px 0px 0px;
}

.title:hover {
    transition: 0.2s;
    transform: scale(1.05);
}

.title.active:hover {
    transition: 0s;
    transform: scale(1);
}

.title.active {
    background: #1482F5;
    border-bottom: none;
}

.title .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background: #114867;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}

.title.active .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background: #1482F5;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}

.title.active .text {
    text-align: center;
    margin-top: 20px;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #FFF;
}

.title .text {
    text-align: center;
    margin-top: 20px;
    font-family: 'Open Sans';
    font-size: 17px;
    color: #FFF;
}

.box-conteudo {
    background: #1482F5;
    width: 100%;
    min-height: 30vh;
}

@media(max-width: 1366px) {
    .title .text {
        font-size: 17px;
    }
    .title .icon {
        width: 80px;
        height: 80px;
    }
    .title.active .icon {
        width: 80px;
        height: 80px;
    }
    .title .icon img,
    .title.active .icon img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 600px) {
    .title {
        align-items: center;
    }
    .box-titles {
        flex-wrap: wrap;
    }
    .title {
        width: 100%;
        flex-direction: row;
    }
    .title.title.active .icon,
    .title .icon {
        width: 30%;
    }
    .title .text {
        width: 60%;
        margin-top: 0px;
    }
    .title.active .text {
        margin-top: 0px;
    }
    .box {
        padding: 20px 30px !important;
    }
    .box .box-h4 {
        margin-left: 0px !important;
    }
    .box h4 {
        margin-left: 20px !important;
    }
}


/* MODAL */


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 25px;
    border: 1px solid #888;
    width: 40%;
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 32px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.btnContinuar {
    font-size: 16px;
    font-family: 'Open Sans';
    padding: 5px 10px;
    background: #FF8200;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
}

@media(max-width: 1024px) {
    .modal-content {
        width: 80%;
    }
}


/* PAGINAÇÃO */

.grid-pag {
    display: flex;
    margin-top: 50px auto;
    justify-content: center;
}

.button-pag {
    width: 24px;
    height: 24px;
    border: 1px solid #FF8200;
    padding: 5px;
    border-radius: 5px;
    color: #FF8200;
    text-decoration: none;
    font-family: 'Open Sans';
    text-align: center;
    margin: 5px;
}

.button-pag:hover {
    background: #FF8200;
    color: #FFF;
}

.button-pag.active {
    background: #FF8200;
    color: #FFF;
}


/* RECURSOS */

#recursos .container {
    width: 78% !important;
}

.carousel-recursos {
    display: flex;
    justify-content: space-around;
}

.owl-carousel-recusos {}

.card-recurso {
    border: 1px solid #DEDEDE;
    padding: 30px 40px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(222, 222, 222, 1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(222, 222, 222, 1);
    box-shadow: 3px 3px 5px 0px rgba(222, 222, 222, 1);
    margin: 10px;
}

.card-recurso span {
    display: block;
    width: 90%;
    padding: 5px 40px;
    margin-bottom: 25px;
    margin-left: -40px;
    color: #FFF;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
}

.card-recurso span.laranja {
    background: #FF8200;
}

.card-recurso span.cobalto {
    background: #1482F5
}

.card-recurso span.petroleo {
    background: #114867
}

.card-recurso h2 {
    font-family: 'Open Sans';
    font-size: 16px !important;
    color: #1482F5 !important;
}

.card-recurso p {
    font-family: 'Open Sans';
    font-size: 14px;
    margin-bottom: 20px;
}

.card-recurso a {
    font-family: 'Open Sans';
    font-size: 15px;
    text-decoration: none;
    color: #FF8200 !important;
}


/* POST */

#post {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#post .container {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#post h1 {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #1482F5;
    text-align: left;
    font-weight: 400 !important;
    font-size: 20px !important;
}

#post h1.especialnoticia {
    margin-top: 25px !important;
    color: #222 !important;
    font-size: 22px !important;
	margin-bottom: 10px
}

#post h2 {
    margin: 10px 0px;
    color: #1482F5;
    text-align: left;
    font-size: 16px !important;
}

#post .autor {
    font-size: 15px !important;
    margin-top: -20px !important;
    margin-bottom: 15px !important;
    color: #114867;
}

#post .container p {
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
	color: #222;
}

#post .container a {
    text-align: left;
    font-size: 17px;
    color: #1482F5;
    text-decoration: none;
}

#post .container img {
    max-width: 50%;
    margin: 20px 0px;
}

#post .container {
    width: 70%;
}

#post .box-hash {
    margin: 10px 0px;
    padding: 10px 0px;
}

#post .box-hash a {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #FF8200;
    text-decoration: none;
    margin-right: 15px;
}

#post div.top {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 100%;
}

#post div.top span {
    text-align: left !important;
    padding-left: 30px;
}

#post span {
    display: block;
    width: 30%;
    padding: 5px 0px;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px;
}

#post span.laranja {
    background: #FF8200;
}

#post span.cobalto {
    background: #1482F5
}

#post span.petroleo {
    background: #114867
}

#st-1 .st-btn>img {
    margin: 0px;
}


/* RECURSO */

#recurso {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#recurso .container {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#recurso .container p {
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
}

#recurso .container img {
    width: 80%;
    margin: 20px auto;
}

#recurso .container {
    width: 90%;
}

#recurso h1 {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #1482F5;
    text-align: left;
    font-weight: 400 !important;
    font-size: 20px !important;
}

#recurso h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #1482F5;
    text-align: left;
    font-size: 16px !important;
}

#recurso h2.cinza {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #555;
    text-align: left;
    font-size: 16px !important;
    font-weight: 600;
}

#recurso h2.italico {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #555;
    text-align: left;
    font-size: 16px !important;
    font-style: italic;
}

#recurso h2.italicob {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #555;
    text-align: left;
    font-size: 16px !important;
    font-style: italic;
    font-weight: 600;
}

#recurso .recurso-row {
    display: flex;
}

#recurso div.top {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 100%;
}

#recurso div.top span {
    text-align: left !important;
    padding-left: 30px;
}

#recurso .box {
    width: 75%;
    border: 1px solid #DEDEDE;
    margin-top: 20px;
    padding: 20px 30px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(222, 222, 222, 1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(222, 222, 222, 1);
    box-shadow: 3px 3px 5px 0px rgba(222, 222, 222, 1);
}

#recurso .box-dados {
    width: 20%;
    margin-top: 20px;
    margin-left: 20px;
    padding: 20px;
    border: 1px solid #DEDEDE;
    background: rgba(17, 72, 103, 1);
    border-radius: 10px;
    height: 330px;
}

#recurso .box-dados p {
    margin: 5px 0px;
    font-size: 15px;
    color: #FFF;
}

#recurso span {
    display: block;
    width: 30%;
    padding: 5px 0px;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px;
}

#recurso span.laranja {
    background: #FF8200;
}

#recurso span.cobalto {
    background: #1482F5
}

#recurso span.petroleo {
    background: #114867
}

#recurso .button {
    margin: 20px 0px !important;
}

#recurso .link-download,
#recurso .link-download:hover,
#recurso .link-download:visited,
#recurso .link-download:active,
#recurso .link-download:focus {
    color: #FFF;
    text-decoration: underline;
}

.btnVoltar {
    width: 28px !important;
    height: 28px;
    margin: 0px !important;
}

@media(max-width: 600px) {
    #recurso .recurso-row {
        flex-direction: column;
    }
    #recurso .box {
        width: 80%;
    }
    #recurso .box-dados {
        width: 85%;
        margin: 10px 0px;
    }
}


/* #FOOTER */

#footer {
    background: #114867;
    margin-top: 75px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    color: #FFF;
    font-size: 28px;
}

#footer .contact {
    display: flex;
    justify-content: space-around;
    width: 70%;
    padding-bottom: 25px;
}

#footer .contact .tel,
#footer .contact .mail,
#footer .contact .city {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    min-width: 250px;
}

#footer .contact .tel img,
#footer .contact .mail img,
#footer .contact .city img {
    margin-right: 7px;
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

#footer .contact .mail a {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

#footer .social {
    padding-bottom: 25px;
}

#footer .rights {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

@media(max-width: 420px) {
    #footer .contact {
        width: 100%;
    }
}

.aligncenter {
    text-align: center;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px;
}

.alignleft {
    float: left;
    margin-top: 6px;
    margin-right: 24px;
    margin-bottom: 6px !important;
    margin-left: 0;
}

.alignright {
    float: right;
    margin-top: 6px;
    margin-right: 0;
    margin-bottom: 6px !important;
    margin-left: 24px;
}

.postlegend{
    margin-top: -20px;
    margin-bottom: 20px !importan
		font-size: 12px !important;
}

.postdata{
    margin-top: 20px;
    margin-bottom: 20px !important;
	font-size: 12px
}