/*
    Created on : 16/08/2016, 11:23:05
    Author     : RFranca
*/
@import url(https://fonts.googleapis.com/css?family=Prompt:400,600,700,100);

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body {
    font-family: Arial, sans-serif;
}

.sprite {
    background: url(../images/sprite.png) no-repeat;
}

li.facebook {
    background-position: 0 -166px;
}

li.twitter {
    background-position: -43px -166px;
}

li.email {
    background-position: -84px -166px;
}

li.print {
    background-position: -126px -166px;
}

li.linkedin {
    background-position: -166px -166px;
}

li.facebook:hover {
    background-position: 0 -200px;
}

li.twitter:hover {
    background-position: -43px -200px;
}

li.email:hover {
    background-position: -84px -200px;
}

li.print:hover {
    background-position: -126px -200px;
}

li.linkedin:hover {
    background-position: -166px -200px;
}

.h1 {
    font-size: 21px;
    margin: 0 0 20px;
}

.h4 {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin: 0 0 20px;
}

.wrap_button {
    position: relative;
    text-align: center;
    margin: 80px 0 40px;
    text-align: center;
}

.button {
    position: relative;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    background-color: #235496;
    color: #FFF;
}

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

.iframe_video {
    margin: 30px 0 0;
}

h3 {
    color: #454545;
    font-size: 22px;
    margin: 35px 0 0;
}

h2 {
    color: #454545;
    font-size: 18px;
}

h2.margin_top {
    margin: 30px 0 0;
}

p {
    margin: 0 0 20px;
    line-height: 28px;
}

.subtitle {
    color: #666;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-style: italic;
    position: relative;
}

.wrap_ask {
    margin: 40px 0 0;
}

.wrap_ask .h6 {
    margin: 0 0 40px;
}

.wrap_ask .ask {
    background: #666;
    border-radius: 80px;
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    margin: 0 50px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}

.wrap_ask .ask.yes {
    margin: 0 50px 0 120px;
}

.wrap_ask .ask:hover {
    -webkit-transition: -webkit-transform 1s;
    /* For Safari 3.1 to 6.0 */
    transition: transform 1s;
    cursor: pointer;
}

.wrap_ask .ask.yes:hover {
    -webkit-animation: green 5s;
    /* Chrome, Safari, Opera */
    animation: green 5s;
}

.wrap_ask .ask.no:hover {
    -webkit-animation: red 5s;
    /* Chrome, Safari, Opera */
    animation: red 5s;
}

@-webkit-keyframes green {
    from {
        background: #666;
    }

    to {
        background: green;
    }
}

@keyframes green {
    from {
        background: #666;
    }

    to {
        background: green;
    }
}

@-webkit-keyframes red {
    from {
        background: #666;
    }

    to {
        background: red;
    }
}

@keyframes red {
    from {
        background: #666;
    }

    to {
        background: red;
    }
}


/* HEADER */
.header {
    position: relative;
    width: 100%;
    /* height: 149px; */
    height: 165px;
    border-bottom: 1px solid #4b9fdd;
}

.header .faixa_header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 70px;
    height: 30px;
    background-color: #235496;
    z-index: 1;
}

.header .logo {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -539px;
    width: 520px;
    height: 121px;
    text-align: center;
    z-index: 2;
    background-color: #fff;
}

/* MENU */
.nav {
    position: relative;
    width: 100%;
    border-bottom: 6px solid #4b9fdd;
}

.nav .menu {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
}

.nav .menu li {
    float: left;
    display: inline;
    padding: 10px 0;
    border-right: 1px solid #4b9fdd;
}

.nav .menu li.border_none {
    border-right: none;
}

.nav .menu li a {
    font-size: 14px;
    padding: 10px 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.nav .menu li a:hover {
    color: #4b9fdd;
}

.nav .menu li.buttons {
    width: 25px;
    height: 25px;
    border: none;
    padding: 8px 0 0 40px;
}

.nav .menu li.buttons a.btn_search {
    width: 25px;
    height: 25px;
    display: block;
    background-position: -77px -128px;
    padding: 0;
}

/* MAIN */
.main {
    position: relative;
    max-width: 1065px;
    margin: 0 auto;
    overflow: hidden;
}

.main .col_left {
    position: relative;
    max-width: 700px;
    width: 100%;
    float: left;
}

.main .col_left.full {
    margin: 0 auto;
    float: none;
}

.main .list {
    list-style: none;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.main .list .item {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    overflow: hidden;
    padding: 10px 0 20px;
    position: relative;
    box-sizing: border-box;
}

.main .list .item .img_news {
    border: medium none;
    float: left;
    padding: 0 40px 20px 0;
}

.main .list .item .title {
    font-size: 21px;
    font-weight: bold;
    position: relative;
}

.main .list .item .title a {
    color: #000;
    text-decoration: none;
    text-transform: none;
}

.main .list .item .wrap_box_text {
    float: left;
    max-width: 390px;
}

.main .list .item .wrap_box_text.full {
    max-width: 700px;
}

.main .list .item .wrap_box_text .subtitle {
    font-size: 14px;
}

.main .list .item .txt {
    color: #666;
    font-size: 16px;
    margin: 15px 0 20px;
    position: relative;
}

.main .list .item .txt a {
    color: #666;
    text-decoration: none;
}

.main .list.agenda .item .share {
    right: 0;
    position: absolute;
    bottom: 20px;
}

.share {
    position: relative;
    height: 35px;
    list-style: none;
}

.share li {
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0;
    float: left;
    cursor: pointer;
}

.share.noticia_detalhe_share {
    float: right;
}

#atstbx {
    margin: 3px 0 !important;
}

.main .col_left .img_news.full {
    width: 100%;
    margin: 30px 0 0;
}

.main .col_left .legenda {
    background-color: #454545;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 11px;
    margin: 0;
    padding: 5px 20px;
    width: 100%;
}

/* DATA AGENDA */
.data_agenda {
    float: left;
    height: 65px;
    position: relative;
    width: 260px;
}

.data_agenda.detalhe {
    margin: 0 20px 20px 0;
}

.data_agenda .inicio,
.data_agenda .fim {
    border: 3px solid #235496;
    border-radius: 15px;
    color: #235496;
    display: block;
    float: left;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 112px;
}

.data_agenda .inicio {
    margin: 0 15px 0 0;
}

/* ASIDE */
.aside {
    position: relative;
    float: right;
    max-width: 325px;
    margin: 0 0 20px 40px;
}

.aside .box {
    margin: 30px 0 0;
    border-top: 12px solid #235496;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.aside .box h2 {
    padding: 15px;
    font-size: 24px;
    color: #235496;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
}

.aside .box .list_noticias {
    list-style: none;
    padding: 0 0 20px;
}

.aside .box .list_noticias li {
    padding: 20px 15px 0;
    font-size: 14px;
    color: #000;
    overflow: hidden;
}

.aside .box .list_noticias li a {
    color: #000;
    text-decoration: none;
}

.aside .box .list_noticias li .btn_mais {
    float: right;
    margin: 10px 0 0;
    background: #235496 url(../images/btn_mais.png) 11px 11px no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.aside .box .list_noticias li .btn_mais:hover {
    background: #1b5483 url(../images/btn_mais.png) 11px 11px no-repeat;
}

.aside .box .list_noticias li .img_video {
    float: left;
    margin: 0 10px 0 0;
}

/* MODAL SEARCH */
.modal {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10000;
    display: none;
}

.modal .input_search {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    width: 100%;
    text-align: center;
    font-family: "Prompt";
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #000;
    background: none;
}

.modal .btn_fechar {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -80px -6px 0 0;
    font-size: 40px;
    font-family: "Prompt", sans-serif;
    font-weight: 100;
    text-decoration: none;
    color: #000;
}

/* PAGINACAO */
.pages {
    position: relative;
    text-align: center;
    margin: 0 0 40px;
}

.pages .page,
.pages .pageSelect {
    background-color: #235496;
    color: #fff;
    margin: 0 2px;
    padding: 4px 6px;
    position: relative;
    text-decoration: none;
}

.pages .pageSelect {
    background-color: #666;
}

/* FOOTER */
#footer {
    position: relative;
    width: 100%;
    margin: 0;
    background: #235496;
    z-index: 1000;
}

#footer .col {
    position: relative;
    margin: 20px 35px 0;
    float: left;
}

#footer .links {
    position: relative;
    max-width: 970px;
    padding: 40px 0 60px 0;
    overflow: hidden;
    margin: 0 auto;
}

#footer .links .col a {
    position: relative;
    font-family: "Arial", sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: block;
    text-decoration: none;
}

#footer .links .col a.faleconosco_grande {
    position: relative;
    text-indent: -9999px;
    height: 44px;
    width: 228px;
    display: block;
    margin: 10px 0 40px;
    background-position: 0 -70px;
}

#footer .links .col a.converse {
    position: relative;
    text-indent: -9999px;
    height: 50px;
    width: 195px;
    display: block;
    background-position: 0 0;
}

#footer .links .col a.converse:hover,
#footer .links .col a.faleconosco_grande:hover {
    zoom: 1;
    filter: alpha(opacity=40);
    opacity: 0.7;
}

#footer .links .col a:hover {
    text-decoration: underline;
}

#footer .col .title,
#footer .col .title a {
    position: relative;
    font-family: "Arial", sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: block;
}

#footer .col .title a:hover {
    text-decoration: none;
}

#footer .links .col p {
    position: relative;
    font-family: "Arial", sans-serif;
    color: #fff;
    font-size: 12px;
    margin: 0 0 20px;
}


/* FORMULARIO */
h1.title_faleconosco {
    color: #235496;
    font-size: 21px;
    margin: 30px 0 0;
}

.form_contact {
    position: relative;
    margin: 40px 0 0;
}

.input_orange {
    border: 2px solid #235496;
    border-radius: 10px;
    color: #235496;
    font-size: 16px;
    height: 35px;
    margin: 10px 0;
    outline: medium none;
    padding: 0 15px;
    width: 650px;
}

.textarea {
    border: 2px solid #235496;
    border-radius: 10px;
    color: #235496;
    font-size: 16px;
    height: 150px;
    margin: 10px 0;
    outline: medium none;
    padding: 15px;
    width: 650px;
    font-family: "Arial", sans-serif;
}

.list_form {
    list-style: outside none none;
    position: relative;
}

.list_form li {
    float: left;
    margin: 0 !important;
    position: relative;
    width: 100%;
}

.list_form li.hidden {
    display: none;
}

.list_form li label.error {
    color: #ff0000;
    display: block;
    float: right;
    position: relative;
}

.list_form li label.error img {
    position: absolute;
    right: 7px;
    top: 16px;
}

.list_form li label.error img.assine {
    right: 26px;
}

.list_form li label.error img.faleconosco {
    top: 10px;
}

.list_form li .input_orange.error {
    background-color: #fff68f;
    border: 2px solid #235496;
    color: #235496;
}

.list_form li .input.error,
.list_form li .textarea.error {
    background-color: #fff68f;
    border: 2px solid #235496 !important;
    color: #235496 !important;
}

.list_form li ul.select {
    border-radius: 10px;
    color: #235496;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    list-style: outside none none;
    margin: 10px 15px 10px 2px;
    outline: medium none;
    padding: 0 15px;
    position: relative;
}

.list_form li ul.select li.selected {
    height: 35px;
    position: relative;
}

.list_form li ul.select li .setaDown {
    background-position: -112px -117px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: monospace;
    font-size: 24px;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    position: absolute;
    left: 625px;
    text-align: center;
    text-decoration: none;
    top: -2px;
    width: 41px;
    z-index: 300;
}

.list_form.home li ul.select li .setaDown {
    right: -32px;
}

.list_form li ul.select li.hidden_select {
    display: none;
    position: relative;
}

.list_form li ul.select li.hidden_select ul.list_option {
    background-color: #f5f5f5;
    border-bottom: 2px solid #235496;
    border-left: 2px solid #235496;
    border-right: 2px solid #235496;
    float: left;
    list-style: outside none none;
    margin: 2px 0 15px;
    position: relative;
    width: 100%;
    z-index: 2000;
}

.list_form li ul.select li.hidden_select ul.list_option li.option {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0;
    padding: 0 15px;
    position: relative;
}

.list_form li ul.select li.hidden_select ul.list_option li.option .link_select {
    color: #235496;
    display: block;
    position: relative;
    text-decoration: none;
}

.list_form li ul.select li.hidden_select ul.list_option li.option .link_select:hover {
    color: #333;
}

.list_form li ul.select li.hidden_select ul.list_option li.option .link_select.outro {
    float: left;
    margin: 0 10px 0 0;
}

.list_form li ul.select li.hidden_select ul.list_option li.option .input_outro {
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #666;
    height: 25px;
    padding: 0 10px;
    width: 220px;
}

.input_orange._select {
    margin: -2px 0 0 -17px !important;
}

.input_orange._select:disabled {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

:-moz-placeholder {
    color: #235496 !important;
    opacity: 1 !important;
}

*::-moz-placeholder {
    color: #235496 !important;
    opacity: 1 !important;
}

.destaque {
    background-color: #92eafd;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */

.right {
    float: right !important;
}

.share_container {
    display: block;
    height: 45px;
    margin: 7px 0 15px 0;
}

.addthis_inline_share_toolbox,
.addthis_inline_share_toolbox_7apr {
    float: left;
    clear: none !important;
}

@media (min-width: 300px) and (max-width: 760px) {
    .header {
        position: relative;
        width: 100%;
        height: 70px;
        /*height: 100px;*/
        border-bottom: 1px solid #4b9fdd;
    }

    .header .logo {
        position: relative;
        left: 0;
        top: 20px;
        margin-left: 0;
        width: 100%;
        height: 50px;
        text-align: center;
        z-index: 2;
        background: none;
    }

    .header .faixa_header {
        display: none;
    }

    .header .logo img {
        height: 50px;
    }

    .nav .menu li {
        float: left;
        width: 100%;
        display: block;
        padding: 0;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid #4b9fdd;
    }

    .nav .menu li a {
        display: block;
        width: 100%;
        padding: 10px 0px;
    }

    .main {
        margin: 0 20px;
    }

    .main .list .item .wrap_box_text {
        max-width: 100%;
    }

    .main .col_left {
        float: none;
    }

    .main .list .item .img_news {
        width: 100%;
    }

    .main .list .item .wrap_box_text.full {
        max-width: 100%;
    }

    .main .list .item {
        border-bottom: 1px solid #ccc;
        margin: 20px 0;
        overflow: hidden;
        padding: 10px 0 20px;
        position: relative;
        width: 100%;
    }

    .aside {
        margin: 0 20px 20px;
    }

    .nav .menu li.buttons {
        width: 100%;
        height: 25px;
        border: none;
        padding: 5px 0 5px 45%;
    }

    .main .list.agenda .item .share {
        right: 0;
        position: relative;
        bottom: 0;
        float: left;
        margin: 20px 0 0;
    }

    .input_orange,
    .textarea {
        width: 240px;
    }

    .list_form li ul.select li .setaDown {
        left: 216px;
    }

    .list_form li ul.select li.hidden_select ul.list_option {
        width: 240px;
    }
}

@media (min-width: 761px) and (max-width: 1024px) {
    .main {
        margin: 0 20px;
    }

    .aside {
        margin: 0;
    }

    .nav .menu li.buttons {
        padding: 8px 0 0 5px;
    }
}

/* --------------------------------------- Novo Menu And Algumas novas implementações -------------------------------------- */
button {
    cursor: pointer;
}
.nav-menu {
    position: absolute;
    padding-bottom: 1rem;
    /* text-align: right; */
    background: white;
    z-index: 1000;
    width: 100%;
}
.menu {
    max-height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    padding: 0;
    transition-property: max-height;
    transition-timing-function: ease;
    transition-duration: 0.8s;
}
.menu.active {
    border-color: #4b9fdd;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 0px;
    border-top-width: 0;
    max-height: 100rem;
}
.menu-link {
    color: black;
    display: block;
    font-weight: 900;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    transition-property: background-color;
    transition-timing-function: ease;
    transition-duration: 0.4s;
}
.menu-link:focus,
.menu-link:hover {
    background-color: rgba(75, 159, 221, 0.4);
}
.menu-button {
    background-color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 30px;
    margin-right: 21px;
    margin-top: 11px;
    float: right;
}
.menu-button-close {
    background-color: transparent;
    border: solid 2px #ffffff;
    border-radius: 50%;
    color: #dc3545;
    display: none;
    font-weight: 900;
    height: 1.8rem;
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    transition: ease 0.5s all;
    width: 1.8rem;
    font-size: 25px;
}
.menu-button-close:focus,
.menu-button-close:hover {
    background-color: #dc3545;
    color: #fff;
}
.menu.active .menu-button-close {
    display: block;
}
.main .col_left .img_news.full {
    width: 100%;
    margin: 70px 0 0;
}
.share_container {
    display: block;
    height: 45px;
    margin: 15px 0 15px 0;
}
.participe {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #454545;
}
@media (min-width: 700px) {

    .menu {
        border-color: #ffffff00;
        border-style: solid;
        border-width: 0px;
        border-bottom-width: 0px;
        border-top-width: 0;
        display: flex;
        max-height: 100rem;
        text-align: center;
    }
    .menu-item {
        flex-grow: 1;
    }
    .menu-item+.menu-item {
        border-left-color: #4b9fdd;
        border-left-style: solid;
        border-left-width: 1px;
    }
    .menu-item-close {
        display: none;
    }
    .menu-button {
        display: none;
    }
}
.menuHide {
    display: none;
}
.menushow {
    display: block;
}
.closeHide {
    display: none !important;
}
.closeShow {
    display: block;
}
.menu-item:hover {
    border-color: #4b9fdd;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 3px;
    border-top-width: 0;
    max-height: 100rem;
}
.linkChamada {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding-right: 26px;
    padding-top: 20px;
}
.Margindiv {
    margin: 0px 50px 0px;
    padding: 20px;
}
.first {
    width: 30%;
    background-color: rgb(102, 102, 102);
    display: inline-block;
    vertical-align: top;
    text-align: -webkit-left;
}

.second {
    width: 30%;
    background-color: rgb(79, 117, 138);

    display: inline-block;
    vertical-align: top;
    text-align: -webkit-left;
}

.third {
    width: 25%;
    display: inline-block;
    background-color: yellow;
}

.agenda {
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 0px;
}
@media screen and (max-width: 500px) {
    .first,
    .second,
    .third {
        width: 100%;
    }
    .Margindiv {
        margin: 0px 0px 10px;
    }
    .linkChamada {
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #ffffff;
        display: block;
        padding: 10px;
        width: 85%;
        text-decoration: none;
        margin-bottom: 10px;
    }
    .agenda {
        padding-bottom: 15px;
    }
}

@media (min-width: 300px) and (max-width: 760px) {

    .subtitle-data {}


    .tituloMobil {
        font-size: 20px !important;
        padding-bottom: 11px;

    }
    .header .logo {
                top: 8px !important;
            } 
    .legenda {
        font-size: 12px !important;
    }
    .header .logo img {
        height: 50px;
        float: left !important;
        margin-left: 20px;
        margin-top: 2px;
    }
}
/* ========================================================================================================================= */