/*
    Document   : style.css
    Created on : 14/04/2014, 10:04:48
    Author     : RFranca
    Description: Site Agencia Fapesp
*/

/* Imports */
@import "fonts/fonts.css";
@import "utils/reset.css";
@import "utils/datapicker.css";
@import "utils/print.css";

@import "partials/header.css";
@import "partials/footer.css";
@import "partials/carousel.css";

/* Resultado Pesquisa Google */
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    width: 150px !important;
    height: 100px !important;
}

.gs-image {
    max-width: 150px !important;
    max-height: 100px !important;
    width: 150px !important;
    height: 100px !important;
    margin-right: 20px !important;
}

.gs-web-image-box,
.gs-promotion-image-box,
.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
    margin: 10px 0 0 !important;
}

.gs-image-box.gs-web-image-box.gs-web-image-box-landscape,
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    width: 180px !important;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
    font-size: 18px !important;
    text-decoration: none;
}

.gs-bidi-start-align {
    font-size: 14px !important;
}

.gsc-result {
    margin-bottom: 30px !important;
}


/* Galeria de fotos */
.galeria {
    position: relative;
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
}

.galeria .title {
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #E67036;
    font-weight: bold;
}

.galeria .wrap_thumb {
    position: relative;
    list-style: none;
    width: 100%;
    margin: 10px 0;
}

.galeria .wrap_thumb .thumb {
    position: relative;
    float: left;
    margin: 0 10px 5px 0;
}

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

.overlay_70 {
    background: url(../images/bg_overlay_70.png) repeat;
}

#header .busca_mobile {
    display: none;
}

.grid {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}

.seta_txt_white {
    background-position: -71px -214px;
    bottom: 5px;
    display: block;
    height: 17px;
    position: absolute;
    right: 10px;
    width: 21px;
    display: none;
}

.seta_txt_orange {
    position: relative;
    display: none;
    width: 21px;
    height: 17px;
    background-position: -99px -214px;
    margin: 5px 0 0 15px;
    float: left;
}

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

.button {
    position: relative;
    color: #FFFFFF;
    padding: 15px 30px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: inline;
    border: none;
    cursor: pointer;
}

.button.blue {
    background: #0076A9;
}

.button.gray {
    color: #999999;
    background: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 15px;
    -moz-border-radius: 15px;
    display: block;
    width: 60px;
    left: 50%;
    margin-left: -90px;
}

.button.gray:hover {
    border: 2px solid #E67036;
    color: #E67036;
}

.seta_blue {
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -11.75px;
    width: 23.5px;
    height: 14px;
    background-position: -270px -128px;
}

.seta_blue_down {
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -11.75px;
    width: 23.5px;
    height: 14px;
    background-position: -241px -128px;
}

.btn_more {
    position: relative;
    width: 90px;
    color: #FFFFFF;
    padding: 15px 30px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: none;
    border: none;
    cursor: pointer;
    background: #0076A9;
    margin: 40px 0 60px 220px;
    text-decoration: none;
}

.btn_more:hover {
    text-decoration: none;
}

.seta_down {
    position: relative;
    width: 15px;
    height: 9px;
    background-position: -200px -213px;
    display: block;
    float: left;
    margin: 12px 0 0 10px;
}

.form .input_orange {
    position: relative;
    border: 2px solid #E67036;
    color: #E67036;
    font-size: 16px;
    width: 406px;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 10px 0;
    outline: none;
}

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

.input_orange._select:disabled {
    background: none;
}

.wrap_ask {
    margin: 40px 0 0;
}

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

.wrap_ask .ask {
    background: #666666;
    border-radius: 80px;
    color: #FFFFFF;
    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: #FF0000 5s;
    /* Chrome, Safari, Opera */
    animation: #FF0000 5s;
}

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

@keyframes green {
    from {
        background: #666666;
    }
    to {
        background: green;
    }
}

@-webkit-keyframes red {
    from {
        background: #666666;
    }
    to {
        background: #FF0000;
    }
}

@keyframes red {
    from {
        background: #666666;
    }
    to {
        background: #FF0000;
    }
}

.total_busca {
    position: relative;
    float: right;
    width: 375px;
    margin: 15px 0 0;
    display: none;
}

ol li {
    margin: 0 0 0 20px;
    padding: 0 0 0 10px;
}

.titulo_pesquisa_inovacao {
    position: absolute;
    left: -135px;
    width: 99px;
    height: 28px;
    margin: 0;
    background-image: url(../images/pesquisa_para_inovacao.png);
}

.pages {
    position: relative;
    text-align: center;
}

.pages .page,
.pages .pageSelect {
    position: relative;
    padding: 4px 6px;
    background-color: #E05D22;
    margin: 0 2px;
    color: #FFFFFF;
}

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


/* MENU LATERAL */
#aside {
    position: fixed;
    width: 250px;
    top: 64px;
    left: -250px;
    bottom: 0;
    background: #757575;
    z-index: 100001;
    display: none;
    overflow: auto;
}

#aside .close {
    position: absolute;
    width: 30px;
    height: 60px;
    right: -1px;
    top: 50%;
    margin-top: -30px;
    border: 1px solid #FFFFFF;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-position: -130px -193px;
    background-color: #E67036;
}

#aside .close:hover {
    background-color: #666666;
}

#aside #menu {
    list-style: none;
    margin: 30px 15px;
}

#aside #menu .site {
    margin: 0 0 30px;
}

#aside #menu .submenu {
    list-style: none;
    margin: 10px 5px;
}

#aside #menu h3 {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1.6em;
    color: #FFFFFF;
    text-transform: uppercase;
}

#aside #menu .submenu li a {
    font-size: 1.4em;
    color: #FFFFFF;
    line-height: 1.4em;
}

#aside #menu .submenu li a:hover {
    color: #CCCCCC;
}

#aside #menu .submenu li .icon_seta {
    float: left;
    width: 7px;
    height: 16px;
    background-position: -71px -235px;
    margin-right: 5px;
}


/* MAIN */
#main {
    position: relative;
    width: 100%;
    top: 80px;
    overflow: hidden;
}


/* GALERIA HOME */
#main .galery {
    position: relative;
    width: 100%;
    height: 590px;
    overflow: hidden;
}

#main .galery .overview .seta {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    height: 70px;
    width: 22px;
    z-index: 10004;
    display: block;
}

#main .galery .overview .seta.left {
    background-position: 0 -213px;
    left: -35px;
}

#main .galery .overview .seta.right {
    background-position: -30px -213px;
    right: -35px;
}

#main .galery .overview {
    position: relative;
    width: 940px;
    height: 550px;
    margin: 0 auto;
}

#main .galery .overview .link_news {
    position: absolute;
    bottom: -40px;
    left: 0;
}

#main .galery .overview .wrap_pages {
    position: absolute;
    list-style: none;
    overflow: hidden;
}

#main .galery .overview .wrap_pages .page {
    position: relative;
    width: 940px;
    overflow: hidden;
    float: left;
    margin: 0 10px 0 0;
}

#main .galery .overview .wrap_pages .page .opacity {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    background: transparent;
    background: rgba(255, 255, 255, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#d8ffffff, endColorstr=#d8ffffff);
    zoom: 1;
    z-index: 1002;
}

#main .galery .overview .wrap_pages .page.on .opacity {
    display: none;
}

#main .galery .overview .wrap_pages .page .destaque {
    position: relative;
    float: left;
    overflow: hidden;
}

#main .galery .overview .wrap_pages .page .destaque img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    border: none;
}

#main .galery .overview .wrap_pages .page .destaque.assine:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

#main .galery .overview .wrap_pages .page .destaque:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 12s ease-out;
    -moz-transition: 12s ease-out;
    -o-transition: 12s ease-out;
    transition: 12s ease-out;
}

#main .galery .overview .wrap_pages .page .destaque.medio {
    width: 300px;
    height: 155px;
    background: #000000;
    margin: 0 10px 10px 0;
}

#main .galery .overview .wrap_pages .page .destaque.big {
    width: 630px;
    height: 320px;
    background: #000000;
    margin: 0 0 10px;
    float: right;
}

#main .galery .overview .wrap_pages .page .destaque.video {
    width: 460px;
    height: 220px;
    background: #000000;
}

#main .galery .overview .wrap_pages .page .destaque.small {
    width: 230px;
    height: 105px;
    background: #000000;
    margin: 0 0 10px 10px;
}

#main .galery .overview .wrap_pages .page .destaque .wrap_txt {
    position: absolute;
    z-index: 1001;
    //left:50%;
    right: 0;
    bottom: 0;
}

#main .galery .overview .wrap_pages .page .destaque:hover .wrap_txt {
    display: none;
}

#main .galery .overview .wrap_pages .page .destaque.big .wrap_txt {
    padding: 15px;
    bottom: 40px;
    left: 160px;
}

#main .galery .overview .wrap_pages .page .destaque.medio .wrap_txt {
    top: 68px;
    min-width: 300px;
}

#main .galery .overview .wrap_pages .page .destaque.video .wrap_txt {
    left: 0;
    min-height: 38px;
}

#main .galery .overview .wrap_pages .page .destaque.video .wrap_txt .txt {
    padding: 0 15px;
}

#main .galery .overview .wrap_pages .page .destaque.small .wrap_txt {
    padding: 15px;
    left: 0;
    top: 0;
}

#main .galery .overview .wrap_pages .page .destaque .wrap_txt .txt {
    overflow: hidden;
    padding: 15px
}

#main .galery .overview .wrap_pages .page .destaque.small .wrap_txt .txt,
#main .galery .overview .wrap_pages .page .destaque.small .wrap_txt .txt h2 {
    padding: 0;
}

#main .galery .overview .wrap_pages .page .destaque .wrap_txt .txt h2 {
    font-family: "Arial Narrow Bold", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #E67036;
    padding: 10px 0;
    font-weight: normal;
}

#main .galery .overview .wrap_pages .page .destaque.big .wrap_txt .txt h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 15px;
}

#main .galery .overview .wrap_pages .page .destaque .wrap_txt .txt p {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    display: block;
    margin: 0;
}

#main .galery .overview .wrap_pages .page .destaque.medio .wrap_txt .txt p,
#main .galery .overview .wrap_pages .page .destaque.small .wrap_txt .txt p,
#main .galery .overview .wrap_pages .page .destaque.video .wrap_txt .txt p {
    display: none;
}

#main .galery .overview .wrap_pages .page .destaque .wrap_txt .txt a:hover {
    color: #E67036;
}

#main .galery .overview .wrap_pages .page .destaque.video .icon_play {
    position: absolute;
    width: 60px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -30px;
    background-position: -170px -156px;
    display: block;
    z-index: 1001;
}

#main .galery .wrap_bullets {
    position: absolute;
    bottom: 0;
    left: 50%;
    list-style: none;
}

#main .galery .wrap_bullets li {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #666666;
    border-radius: 10px;
    -moz-border-radius: 10px;
    float: left;
    cursor: pointer;
    border: 2px solid #666666;
}

#main .galery .wrap_bullets li.ativo {
    background-color: #FFFFFF;
    border: 2px solid #666666;
}


/* AGENDA | PAGE HOME */
#main .agenda {
    position: relative;
    width: 100%;
    margin: 40px 0 0;
}

#main .agenda .carousel {
    background: #E67036;
}

#main .agenda .link_agenda,
#main .oportunidades .link_agenda {
    position: absolute;
    right: 10px;
    color: #E67036;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#main .oportunidades .link_agenda {
    top: -30px;
}

#main .agenda .link_agenda {
    top: -50px;
}


/* NUVEM DE TAGS | PAGE HOME */
#main .wrap_cloud_tags {
    max-width: 940px;
    margin: 40px auto;
    padding: 20px 10px;
    display: none;
}

#main .wrap_cloud_tags h2 {
    margin: 0 0 20px 0;
}

#main .wrap_cloud_tags a {
    position: relative;
    background-color: #999999;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    font-size: 16px;
    display: inline-block;
}

#main .wrap_cloud_tags a.m {
    font-size: 20px;
}

#main .wrap_cloud_tags a.g {
    font-size: 30px;
}

#main .wrap_cloud_tags a.gg {
    font-size: 40px;
}

#main .wrap_cloud_tags a:hover {
    text-decoration: none;
}

#main .wrap_cloud_tags .wrap_links_tags {
    position: relative;
    padding: 20px;
    /*  border:1px solid #999999;*/
    margin: 10px 0;
    overflow: hidden;
}

#main .wrap_cloud_tags .wrap_links_tags .separator {
    position: relative;
    display: block;
    width: 50px;
    height: 40px;
    float: left;
    text-align: center;
    color: #3975A6;
}

#main .wrap_cloud_tags .wrap_links_tags .separator:last-child {
    display: none;
}


/* LISTA DE AGENDA | PAGE AGENDA */
.content .list.agenda {
    margin: 0 !important;
    max-width: 640px;
}

.data_agenda {
    position: relative;
    float: left;
    width: 260px;
}

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

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

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


/* CONTENT INTERNA */
.content {
    position: relative;
    min-height: 500px;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #666666;
    width: 640px;
}

.content.full {
    position: relative;
    width: 100%;
    min-height: 400px;
    float: left;
}

.content.full .share {
    float: right;
    position: relative;
    list-style: none outside none;
    /* margin: 0 0 30px; */
    margin: 0;
    height: 35px;
    z-index: 1;
}

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

.content.full iframe,
.iframe_responsivo {
    position: relative;
    width: 100% !important;
}


/* LISTA DE NOTICIAS  | PAGE NOTICIAS */
.content .list {
    position: relative;
    width: 100%;
    overflow: hidden;
    list-style: none;
}

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

.content .list .item .img_news {
    float: left;
    width: 226px;
    height: 150px;
    border: none;
    padding: 0 40px 0 0;
}

.wrap_box_text {
    float: left;
    width: 374px;
}

.wrap_box_text.no_img {
    width: 100%;
}

.content .list .item .title {
    position: relative;
    font-family: "Arial", Helvetica, sans-serif;
    color: #E67036;
    font-size: 24px;
    font-weight: normal;
}

.content .list .item .title a {
    color: #E67036;
}

.content .list .item .subtitle {
    position: relative;
    font-family: "Arial", Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    font-style: italic;
}

.content .list .item .txt {
    position: relative;
    font-family: "Arial", Helvetica, sans-serif;
    color: #666666;
    font-size: 16px;
    margin: 15px 0 20px;
}

.content .list .item p a {
    color: #666666;
    text-decoration: none;
}

.content .list .item p a:hover {
    color: #666666;
    text-decoration: underline;
}

.content .list .item .txt a {
    color: #666666;
    text-decoration: none;
}

.content .list .item .txt a:hover {
    color: #666666;
    text-decoration: underline;
}

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

.content .list.agenda .item .share {
    bottom: 20px;
    height: 35px;
    list-style: none outside none;
    position: absolute;
    right: 0;
}

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

.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 */
.share_container {
    display: block;
    height: 35px;
}

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

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

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

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

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

li.linkedin {
    background-position: -126px -247px;
}

li.lang_pt {
    background-position: -313px -424px;
}

li.lang_en {
    background-position: -234px -424px;
}

li.lang_es {
    background-position: -273px -424px;
}

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

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

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

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

li.linkedin:hover {
    background-position: -160px -247px;
}

li.lang_pt:hover {
    background-position: -313px -461px;
}

li.lang_en:hover {
    background-position: -234px -461px;
}

li.lang_es:hover {
    background-position: -273px -461px;
}

html[lang="pt"] li.lang_pt {
    display: none;
}

html[lang="en"] li.lang_en {
    display: none;
}

html[lang="es"] li.lang_es {
    display: none;
}


/* BOX ultimas noticias + carousel */
#main .last_news {
    position: relative;
    width: 100%;
    padding: 65px 0 0;
    margin: 0 0 40px;
}

#main .last_news .carousel {
    background: #E67036;
}

#main .last_news .carousel .h2 {
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -470px;
}


/* BOX mais lidas 2 + carousel */
#main .mais_lidas_2,
#main .oportunidades {
    position: relative;
    width: 100%;
    padding: 65px 0 0;
    margin: 0 0 40px;
}

#main .mais_lidas_2 {
    float: left;
}

#main .mais_lidas_2 .carousel,
#main .oportunidades .carousel {
    background: none;
}

#main .mais_lidas_2 .carousel .h2,
#main .oportunidades .carousel .h2 {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -120px;
}

#main .mais_lidas_2 .carousel .overview,
#main .oportunidades .carousel .overview {
    border: 1px solid #E67036;
    width: 940px;
}

#main .mais_lidas_2 .carousel .seta_carousel,
#main .oportunidades .carousel .seta_carousel {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50px;
    z-index: 100;
}

#main .mais_lidas_2 .carousel .seta_carousel.left,
#main .oportunidades .carousel .seta_carousel.left {
    left: -30px;
    background-position: -255px -213px;
}

#main .mais_lidas_2 .carousel .seta_carousel.right,
#main .oportunidades .carousel .seta_carousel.right {
    right: -30px;
    background-position: -314px -213px;
}

#main .mais_lidas_2 .carousel .overview .wrap_carousel {
    position: relative;
    list-style: none;
    width: 100%;
}

#main .mais_lidas_2 .carousel .overview .wrap_carousel .item {
    position: relative;
    float: left;
    width: 190px;
    height: 115px;
    background: #FFFFFF;
    margin: 0 7px;
    padding: 15px;
}

#main .mais_lidas_2 .carousel .overview .wrap_carousel .item .wrap_txt .description {
    display: none;
}

#main .mais_lidas_2 .carousel .overview .wrap_carousel .item .thumb_video {
    display: none;
}


/* BOX MAIS LIDAS + carousel */
#main .mais_lidas {
    position: fixed;
    width: 240px;
    right: 50%;
    margin-right: -470px;
    top: 105px;
}

#main .mais_lidas .carousel {
    background: #F5F5F5;
    padding: 10px 0;
}

#main .mais_lidas .carousel .overview {
    position: relative;
    width: 220px;
    /*  height:610px; altura para 4 noticias */
    height: 455px;
    /* altura para 3 noticias */
    overflow: hidden;
    margin: 0 auto;
}

#main .mais_lidas .carousel .overview .wrap_carousel .item {
    position: relative;
    float: left;
    width: 190px;
    height: 115px;
    background: #FFFFFF;
    margin: 0 0 10px;
    padding: 15px;
}

#main .mais_lidas .carousel .seta_carousel {
    position: absolute;
    width: 50px;
    height: 46px;
    top: -91px;
}

#main .mais_lidas .carousel .seta_carousel.right {
    background-position: -313px -157px;
    right: -8px;
}


/* CAROUSEL INFINITY */
.carousel {
    position: relative;
    width: 100%;
    margin: 35px 0 0;
    padding: 20px 0;
}

.carousel .overview {
    position: relative;
    width: 100%;
    height: 145px;
    overflow: hidden;
    margin: 0 auto;
}

.carousel .overview .wrap_carousel {
    position: relative;
    list-style: none;
    width: 100%;
}

.carousel .overview .wrap_carousel .item {
    position: relative;
    float: left;
    width: 185px;
    height: 115px;
    background: #FFFFFF;
    margin: 0 10px;
    padding: 15px;
}


/*.carousel .overview .wrap_carousel .item a {text-decoration: none;}*/
.carousel .seta_carousel,
.carousel .arrow_carousel {
    position: absolute;
    width: 12px;
    height: 20px;
    top: 65px;
}

.carousel .seta_carousel.left,
.carousel .arrow_carousel.left {
    left: -15px;
    background-position: -142px -213px;
}

.carousel .seta_carousel.right,
.carousel .arrow_carousel.right {
    right: -15px;
    background-position: -167px -213px;
}


/* AGENDA | HOME */
#main .interativa {
    position: relative;
    width: 100%;
    margin: 80px 0 40px;
    overflow: hidden;
}

#main .interativa .twitter {
    position: relative;
    width: 440px;
    margin: 0 60px 0 0;
    float: left;
}

#main .interativa .twitter .wrap_tweets {
    position: relative;
    margin: 10px 0;
}

#main .interativa .twitter .social_add {
    position: relative;
    width: 180px;
    margin: 20px 0 0;
    padding: 10px 20px;
    border: 1px solid #FF712E;
    background: #FFFFFF;
}

#main .interativa .twitter .social_add .buttons {
    position: relative;
    margin: 15px 0;
}

#main .interativa .twitter .social_add .seta_social {
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -11.75px;
    width: 23.5px;
    height: 14px;
    background-position: -340px -128px;
}

#main .interativa .boletim {
    position: relative;
    width: 440px;
    float: left;
}

#main .interativa .boletim .form {
    position: relative;
    width: 100%;
}


/* BOX LATERAL | PAGE AGENDA */
#main .side_right {
    position: fixed;
    margin-right: -470px;
    right: 50%;
    top: 185px;
    width: 240px;
}

#main .side_right .search_events {
    position: relative;
    padding: 25px;
    background-color: #0076A9;
}

#main .side_right .search_events .title_search_events {
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}

#main .side_right .search_events .input_search_events {
    color: #E67036;
    font-size: 14px;
    line-height: 14px;
    border: 2px solid #E67036;
    padding: 0 35px 0 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    height: 30px;
    width: 135px;
    margin: 5px 0;
}

#main .side_right .search_events .lupa {
    position: absolute;
    top: 65px;
    right: 35px;
    width: 18px;
    height: 18px;
    z-index: 10001;
    background-position: -341px -23px;
    display: block;
}

#main .side_right .search_events .seta_title_left {
    position: absolute;
    top: 50%;
    margin-top: -11.5px;
    left: -15px;
    width: 15px;
    height: 23px;
    background-position: -371px -123px;
}

#main .side_right .list_events {
    position: relative;
    margin: 25px 0;
    list-style: none;
}

#main .side_right .list_events li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #E67036;
    font-size: 16px;
    color: #E67036;
}

#main .side_right .list_events li a {
    padding: 5px;
    color: #E67036;
    display: block;
}

#main .side_right .list_events li a:hover {
    background-color: #F5F5F5;
    color: #E67036;
    text-decoration: none;
}

#main .side_right .list_events li.title_list_events {
    padding: 0 0 10px 5px;
    font-weight: bold;
}

#main .side_right .list_events li .total_agenda_mes {
    display: block;
    float: right;
    font-size: 14px;
}


/* PAGE VIDEO */
#main.videos .buttons {
    position: relative;
    margin: auto;
    padding: 10px;
    display: block;
    max-width: 960px;
}

#main.videos .buttons h2,
#main.videos .buttons h3 {
    display: inline-block;
    padding: 0;
    width: 33%;
}

#main.videos .buttons h2 a,
#main.videos .buttons h3 a {
    display: block;
    padding: 15px;
    line-height: normal;
}

#main .video_view {
    position: relative;
    width: 100%;
    height: 530px;
    overflow: hidden;
}

#main .video_view .img_video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#main .video_view .wrap_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 130px;
    width: 100%;
    background: url(../images/bg_overlay_70.png) repeat;
    -webkit-transition: height 1s;
    /* For Safari 3.1 to 6.0 */
    transition: height 1s;
}

#main .video_view .wrap_txt:hover {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 530px;
    width: 100%;
    background: url(../images/bg_overlay_70.png) repeat;
    -webkit-transition: height 1s;
    /* For Safari 3.1 to 6.0 */
    transition: height 1s;
}

#main .video_view .wrap_txt h1 {
    font-size: 26px;
    line-height: normal;
    color: #E67036;
    font-weight: bold;
    padding: 40px 40px 15px;
}

#main .video_view .wrap_txt .text {
    display: none;
}

#main .video_view .wrap_txt a {
    display: none;
}

#main .video_view .icon_play {
    position: absolute;
    width: 60px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -30px;
    background-position: -170px -156px;
    display: block;
    z-index: 2;
    cursor: pointer;
}

#main .video_view .wrap_txt:hover .text {
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 40px 15px;
    display: block;
}

#main .video_view .wrap_txt .link_wacth {
    padding: 0 40px 15px;
}

#main .video_view .wrap_txt .link_wacth .watch_video {
    font-size: 16px;
    color: #E67036;
    float: left;
    cursor: pointer;
}

#main .video_view .wrap_txt:hover .link_wacth .watch_video:hover {
    color: #FFFFFF;
}

#main .video_view .wrap_txt:hover .seta_txt_orange {
    display: block;
}

#main .video_view .wrap_txt:hover a {
    color: #FFFFFF;
    font-weight: normal;
    font-style: italic;
    display: block;
}

#main .video_view .wrap_txt .seta_up {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    top: -9px;
    height: 9px;
    width: 15px;
    background-position: -227px -231px;
}

/* BOX video carousel */
#main .last_video {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
}

#main .last_video * {
    box-sizing: border-box;
}

#main .last_video .carousel {
    padding: 20px 45px;
    background: #E67036;
}

#main .last_video .carousel .arrow_carousel.left {
    left: -20px;
}

#main .last_video .carousel .arrow_carousel.right {
    right: -20px;
}

#main .last_video .carousel .overview {
    max-width: 960px;
    height: auto;
    max-height: 145px;
}

#main .last_video .carousel .link_all {
    color: #E67036;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: -50px;
}

#main .last_video .carousel .overview .wrap_carousel .item {
    padding: 0;
    width: auto;
    height: auto;
}

#main .last_video .carousel .overview .wrap_carousel .item .thumb_video {
    width: 100%;
    z-index: 1;
}

#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt,
#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .link_wacth,
#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .link_wacth a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 15px;
    width: auto;
    height: auto;
    background: url(../images/bg_overlay_70.png) repeat;
    z-index: 2;
}

#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .link_wacth,
#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .link_wacth a {
    display: block;
    height: auto;
    background: none;
}

#main .last_video .carousel .overview .wrap_carousel .item:hover .wrap_txt {
    display: block;
}

#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .link_txt:hover {
    color: #FFFFFF;
}

#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .description {
    display: none;
}

#main .social_video {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 15px 0 0;
}

#main .last_video .carousel .overview .wrap_carousel .item .wrap_txt .link_wacth {
    padding: 0;
}

#main .social_video .add_youtube {
    position: relative;
    width: 200px;
    height: 70px;
    overflow: hidden;
    float: left;
}

#main .social_video .views_youtube {
    position: relative;
    width: 200px;
    height: 50px;
    overflow: hidden;
    float: right;
    text-align: right;
}

#main .social_video .views_youtube .count {
    font-size: 24px;
    margin: 0;
    padding: 0;
}

#main .social_video .views_youtube .txt {
    font-size: 12px;
    font-family: "Arial Narrow", Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#main .social_video .share {
    height: 35px;
    list-style: none outside none;
    margin-left: -240px;
    position: absolute;
    top: 15px;
    width: 165px;
}

#main .social_video .share li {
    cursor: pointer;
    float: left;
    height: 35px;
    margin: 0 3px;
    width: 35px;
}

.content .list._videos {
    margin: 40px 0 0 -7px;
}

.content .list._videos .item {
    border: medium none;
    float: left;
    height: 105px;
    margin: 7px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 220px;
}

.content .list._videos .item:hover .wrap_txt {
    display: block;
}

.content .list._videos .item .wrap_txt {
    background: url("../images/bg_overlay_70.png");
    height: 105px;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 180px;
    z-index: 2;
    display: none;
}

.content .list._videos .item .wrap_txt .link_wacth {
    margin: 15px 0 0;
}

.content .list._videos .item .wrap_txt .link_wacth .link_txt:hover {
    color: #FFFFFF;
}

.content .list._videos .item .wrap_txt .description {
    display: none;
}

.content .list._videos .item .thumb_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 145px;
    z-index: 1;
}

.btn_more._videos {
    margin: 40px 0 0 400px;
}


/* FORMULARIO CONTATO */
.form_contact,
.form_indique,
.form_faleconosco {
    position: relative;
    margin: 40px 0 0;
    max-width: 640px;
}

.input_orange,
.textarea {
    width: 590px;
    height: 35px;
    border: 2px solid #E67036;
    color: #E67036;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 10px 0;
    outline: none;
}

.textarea {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 16px;
    padding: 15px;
    height: 150px;
}

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

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

.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;
    top: 16px;
    right: 7px;
}

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

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

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

.list_form li .input.error,
.list_form li .textarea.error {
    border: 2px solid #FF0000 !important;
    color: #FF0000 !important;
}

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

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

.list_form li ul.select li .setaDown {
    position: absolute;
    right: -17px;
    top: -2px;
    background-position: -327px -271px;
    width: 41px;
    height: 39px;
    line-height: 39px;
    display: block;
    cursor: pointer;
    z-index: 300;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: "Courier New", "Lucida Console", Monospace;
    color: #FFFFFF;
}

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

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

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

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

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

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

.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 #CCCCCC;
    width: 220px;
    height: 25px;
    color: #666666;
    padding: 0 10px;
    box-sizing: border-box;
}

#main .side_right .list_social {
    position: relative;
    margin: 0;
    list-style: none;
}

#main .side_right .list_social li {
    border-bottom: 1px solid #E67036;
    font-size: 16px;
    color: #E67036;
}

#main .side_right .list_social li a {
    padding: 5px;
    color: #E67036;
    display: block;
    text-decoration: none;
}

#main .side_right .list_social li a:hover {
    background-color: #F5F5F5;
    color: #E67036;
}

#main .side_right .list_social li.title_list_social {
    padding: 0 0 10px 5px;
    font-weight: bold;
    text-transform: uppercase;
}

#main .side_right .list_locale {
    position: relative;
    margin: 30px 0 0;
    list-style: none;
    font-size: 14px;
}

#main .side_right .list_locale li p,
#main .side_right .list_locale li a {
    font-size: 14px;
    color: #E67036;
}

#main .side_right .list_locale li a:hover {
    color: #666666;
}


/* FONTS */
a {
    text-decoration: none;
    word-wrap: break-word;
}

a:hover {
    text-decoration: none;
}

p a {
    color: #168EEA;
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}

p a:visited {
    color: #871F78;
    text-decoration: none;
}

a.link_up {
    font-size: 14px;
    color: #E67036;
    text-transform: uppercase;
    font-weight: bold;
}

a.link_up:hover {
    color: #666666;
}

.h1 {
    position: relative;
    font-family: "Arial Narrow Bold", Helvetica, sans-serif;
    color: #E67036;
    font-size: 24px;
    font-weight: normal;
}

.h2,
.h3_right,
.h2_center {
    position: relative;
    color: #FFFFFF;
    background: #FF712E;
    padding: 15px 30px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-weight: normal;
    min-width: 130px;
}

.h2_center {
    position: relative;
    float: right;
    margin-right: 120px;
}

.h3_right.right {
    float: right;
    margin-right: 20px;
}

.h2 a,
.h3_right a,
.h2_center a {
    color: #FFFFFF;
}

.h2 .seta_title,
.h3_right .seta_title {
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -11.75px;
    width: 23.5px;
    height: 14px;
    background-position: -170px -128px;
}

.h2.blue {
    background: #0076A9;
}

.seta_title.blue {
    background-position: -241px -128px;
}

.h3 {
    position: relative;
    font-family: "Arial Narrow Bold", Helvetica, sans-serif;
    color: #E67036;
    font-size: 18px;
    font-weight: normal;
}

.h3 a {
    color: #E67036;
    text-decoration: none;
}

.h3 a:hover {
    color: #E67036;
}

.h4 {
    position: relative;
    font-family: "Arial Narrow", Helvetica, sans-serif;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 3%;
}

.h4 a {
    color: #666666;
    text-decoration: none
}

.h5 {
    position: relative;
    font-family: "Arial", Helvetica, sans-serif;
    color: #E67036;
    font-size: 24px;
    font-weight: bold;
}

.h5_oportunidades {
    position: relative;
    font-family: "Arial", Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0;
}

.h6 {
    position: relative;
    font-family: "Arial", Helvetica, sans-serif;
    color: #E67036;
    font-size: 16px;
    font-weight: normal;
}

.link_txt {
    font-family: "Arial", Helvetica, sans-serif;
    color: #E67036;
    font-size: 12px;
    font-weight: normal;
    float: left;
}

.link_txt:hover {
    color: #666666;
}

.link_social {
    position: relative;
    font-family: "Arial", Helvetica, sans-serif;
    color: #E67036;
    font-weight: normal;
    text-decoration: none;
}

p {
    position: relative;
    font-family: "Arial", Helvetica, sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    margin: 20px 0;
}

table tr td p {
    line-height: normal;
}

.carregando_home {
    position: relative;
    text-align: center;
    margin: 250px auto 0;
}

.carregando_list {
    position: relative;
    height: 250px;
    text-align: center;
    margin: 250px auto 0;
}

.carregando {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
}


/* ESPECIALIZACAO */
.txt_indent {
    text-indent: -9999px;
}

.center {
    text-align: center;
}

.float_left {
    float: left;
    margin: 0 40px 15px 0;
}

.wrap_box_text .destaque {
    background-color: #C0FF3E;
    padding: 0 5px;
}

.legend {
    position: relative;
    float: right;
    padding: 0 0 15px 40px;
    font-size: 12px;
    line-height: 16px;
    z-index: 1;
}

.link_img {
    cursor: zoom-in;
}


/*  ERROR 404 */
.wrap_error {
    position: relative;
    width: 100%;
    list-style: none;
    overflow: hidden;
}

.wrap_error .item {
    position: relative;
    float: left;
    margin: 100px 0 0;
    width: 390px;
}

.wrap_error .item.img_error {
    width: 365px;
    height: 365px;
    margin: 0 40px 0 0;
    background: url(../images/icon_404.jpg) no-repeat;
}


/** Modal Agencia | herança site antigo **/
.show_modal {
    position: relative;
    width: 100%;
}

.modal {
    position: fixed;
    background: #000000;
    background: transparent;
    background: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000);
    zoom: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100000;
    display: none;
}

.modal .box_modal {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 15px;
    box-shadow: 0 0 30px #333333;
    display: block;
    left: 50%;
    margin: 0 0 0 -300px;
    padding: 20px;
    position: absolute;
    top: 30%;
    width: 540px;
    z-index: 100001;
}

.modal .box_modal_big {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 15px;
    box-shadow: 0 0 30px #333333;
    display: block;
    left: 50%;
    margin: -270px 0 0 -470px;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 900px;
    height: 540px;
    z-index: 100001;
}

.modal .box_modal_big .scroll {
    position: relative;
    height: 500px;
    overflow: auto;
}

.modal .box_modal_big .scroll p,
.modal .box_modal p {
    margin: 10px 0;
}

.modal .box_modal_big .scroll b,
.modal .box_modal b {
    margin-bottom: 20px;
    font-size: 1.8em;
}

.btn_close {
    font-family: "Arial", Helvetica, sans-serif;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #666666;
    border: 3px solid #FFFFFF;
    border-radius: 28px;
    box-shadow: 0 0 5px #333333;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 28px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 28px;
}


/* mapa de clicks */
#painel_admin {
    position: fixed;
    width: 55px;
    height: 37px;
    top: 10px;
    right: 10px;
    z-index: 1000000;
}

#painel_admin .btn_map_click {
    display: block;
    width: 55px;
    height: 37px;
    background: url('../images/heatmap-icon.png') no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
    overflow: hidden;
}

#painel_admin .btn_map_click.on {
    background-position: 0 -37px;
}

#map_click {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #FFFFFF;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    display: none
}

#map_click .preloader_map {
    position: fixed;
    width: 200px;
    height: 198px;
    top: 50%;
    left: 50%;
    margin-top: -99px;
    margin-left: -100px;
    z-index: 9999999;
}

.point-map1 {
    border-radius: 50px;
    display: block;
    height: 26px;
    width: 26px;
    z-index: 1000000;
    background-image: url(../images/bg_heatmap1.png);
}

.point-map2 {
    border-radius: 50px;
    display: block;
    height: 26px;
    width: 26px;
    z-index: 1000000;
    background-image: url(../images/bg_heatmap2.png);
}

.point-map3 {
    border-radius: 50px;
    display: block;
    height: 26px;
    width: 26px;
    z-index: 1000000;
    background-image: url(../images/bg_heatmap3.png);
}

.point-map4 {
    border-radius: 50px;
    display: block;
    height: 26px;
    width: 26px;
    z-index: 1000000;
    background-image: url(../images/bg_heatmap4.png);
}


/* MEDIA QUERY - ALL DEVICES MOBILE */
@media (min-width: 280px) and (max-width: 1024px) {
    /* Elementos Ocultos Mobile */
    #main .galery,
    #main .interativa,
    #header #nav,
    #header #actions,
    #header #social,
    .txt_indent,
    #main .mais_lidas,
    #main .mais_lidas_2,
    #aside #menu .submenu li .icon_seta,
    #main .last_news,
    .content.full .share li.print,
    #main .side_right,
    #aside .close,
    #main .last_video .carousel .overview .wrap_carousel .item .wrap_txt,
    .seta_txt_orange,
    #main .video_view .icon_play,
    #main .wrap_cloud_tags {
        display: none !important;
    }

    /* Header Mobile */
    #header .icon_menu {
        background-position: -212px -57px;
        height: 22px;
        left: 8px;
        top: 10px;
        width: 34px;
        display: block;
    }
    #header {
        height: 40px;
    }
    #header #logo {
        background-position: -231px -379px;
        height: 40px;
        width: 150px;
        margin: 0 0 0 40px;
    }
    #header .busca_mobile {
        position: absolute;
        top: 7px;
        right: 4px;
        z-index: 10;
        display: block;
    }
    #header .busca_mobile a.search_mobile {
        display: block;
        height: 30px;
        text-indent: -9999px;
        width: 30px;
        background-position: -338px -55px;
    }
    #header .busca_mobile .wrap_input_busca_mobile {
        position: fixed;
        bottom: -80px;
        right: 0;
        width: 100%;
        height: 80px;
        z-index: 10;
        background: #000000;
        background: transparent;
        background: rgba(0, 0, 0, 0.7);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
        text-align: center;
    }
    .input.search {
        box-sizing: border-box;
        font-size: 14px;
        height: 40px;
        margin: 20px 10px;
        padding: 0 0 0 20px;
        width: 200px;
    }
    #header .busca_mobile .wrap_input_busca_mobile .ok {
        box-sizing: border-box;
        width: 50px;
        height: 40px;
        background-color: #E67036;
        color: #FFFFFF;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
    }
    #header .idiomas_mobile {
        position: absolute;
        top: 13px;
        right: 35px;
        display: block;
    }
    #header .idiomas_mobile a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 12px;
        margin: 0 5px 0 0;
        border: 2px solid #FFFFFF;
        border-radius: 8px;
        padding: 5px;
    }
    #header .idiomas_mobile a.off {
        display: none;
    }

    /* Menu Lateral (vira principal) Mobile */
    #aside {
        width: 100%;
        left: 0;
        top: 33px;
        display: none;
    }
    body.home #aside {
        display: block;
    }
    #aside #menu {
        margin: 0;
        padding: 20px 10px 100px;
    }
    #aside #menu .submenu {
        margin: 10px 0;
    }
    #aside #menu .submenu li {
        border: 2px solid #FFFFFF;
        margin: 10px 0;
        background-color: #E67036;
        border-radius: 10px;
        -moz-border-radius: 10px;
    }
    #aside #menu .submenu li a {
        display: block;
        padding: 10px;
        font-size: 1.8em;
        color: #FFFFFF;
    }
    #aside #menu .submenu li a:hover {
        color: #FFFFFF;
    }
    .legend {
        float: none;
        padding: 0 10px 40px 0;
        width: 100% !important;
    }
    .legend img {
        width: 100%;
    }
    .wrap_box_text {
        width: 100%;
        box-sizing: border-box;
    }
    .h2,
    .h3_right,
    .h2_center {
        min-width: 100%;
        box-sizing: border-box;
    }
    .content .list .item .img_news {
        width: 100%;
        height: auto;
        padding: 0 0 20px;
    }
    .button.gray {
        margin-left: -65px;
    }
    .wrap_button {
        margin: 20px 0 40px;
    }
    .input_orange,
    .textarea,
    .list_form li ul.select {
        width: 265px;
    }
    .form_contact,
    .form_indique,
    .form_faleconosco {
        width: 300px;
        overflow: hidden;
        margin: 40px auto 0;
    }
    .content {
        width: 100%;
    }
    #main {
        top: 60px;
    }
    .content .list.agenda .item .share {
        bottom: 0;
        position: relative;
        right: 0;
        margin: 20px 0 0;
        float: left;
    }
    .scroolTop {
        bottom: 10px;
        right: 10px;
    }
}


/* MEDIA QUERY - IPAD - Tablets */
@media (min-width: 760px) and (max-width: 1024px) {
    .h2,
    .h3_right,
    .h2_center {
        min-width: 130px;
        box-sizing: initial;
    }
    .content .list .item .img_news {
        width: 226px;
        height: 150px;
        padding: 0 40px 0 0;
    }
    .wrap_box_text {
        width: 374px;
        box-sizing: border-box;
    }
    .legend {
        float: right;
        padding: 0 0 15px 40px;
        max-width: 350px !important;
    }
}