@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,700);

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* html{ overflow-y: scroll; background: url('../img/bg.png'); } */
html {
    /*overflow-y: scroll;*/
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    font-smooth: always !important;
    text-rendering: optimizeLegibility !important;
}
/* body{ font:normal 400 100%/100% 'Open Sans', Helvetica, sans-serif;color:#333; text-shadow: rgba(255,255,255,0.2) 0 0 1px;     background-color: #ffffff;} */

body {
    overflow-x: hidden;
}
/*
body {
    font: normal 400 100%/100% 'Open Sans', Helvetica, sans-serif;
    color: #333;
    text-shadow: rgba(255, 255, 255, 0.2) 0 0 1px;
    background: url('../img/fundo.jpg');
}
*/
 body { 
	font:normal 400 100%/100% 'Open Sans', Helvetica, sans-serif;color:#333; 
	text-shadow: rgba(255,255,255,0.2) 0 0 1px;
	background-color: #F7B538;
} 


a {
    color: #127ee9;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.img_detalhe{
	border: 2px solid blue;
}

a.link_img_detalhe:visited {
    /*background-image:url("img/link-visited.png");
	 text-decoration: underline;*/
	 border: 1px solid red;
}

.wrap_corpo {
	/*display:table; 
	margin-left: -20%;
	 width: 140%;*/
	 
	 width: 100%;
    overflow: hidden;
    min-height: 570px;
    padding: 30px 10px 50px 10px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    margin-top: 40px;
}
.wrap_adsense {
    overflow: hidden;
    width: 100%;
    display: table;
    padding: 30px 10px 50px 10px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    margin-top: 40px;
}
.addthis_toolbox {
    margin-bottom: 5px;
}
.hr, hr {
    width: 100%;
    outline: none;
    border-bottom: #c4c4c4 dotted 1px;
    margin: 10px 0;
    float: left;
    position: relative;
    display: table;
}
.wrap_intpal {
    min-height: 500px;
}
.likebox {
    font-weight: 500;
    color: #333;
    text-align: right;
    float: left;
}
.likebox .addthis_sharing_toolbox {
    display: inline-block !important;
    padding: 0 0 0 5px;
    float: right;
}
.breadcumbs {
    line-height: 20px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-top: -5px;
    font-style: italic;
}
.breadcumbs a {
    text-decoration: none;
    color: #333;
}
.img404 {
    width: 100%;
    max-width: 526px;
}
.w100 {
    width: 100% !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.autoimage {
    width: 100%;
    display: block;
    height: auto;
}
.txt {
    text-align: justify;
    line-height: 24px;
    color: #737373;
    font-size: 14px;
}
.ttl_sitemap {
    color: #4694e2;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
}
.fl {
    float: left;
}
.bt_extra {
    background: #b4e391;
    background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4e391), color-stop(50%, #61c419), color-stop(100%, #b4e391));
    background: -webkit-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background: -o-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background: -ms-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background: linear-gradient(to bottom, #b4e391 0%, #61c419 50%, #b4e391 100%);
    */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4e391', endColorstr='#b4e391', GradientType=0);
    border: #333;
    padding: 0 28px;
    margin: 0;
    color: #FFF !important;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: table;
    margin-bottom: 10px;
}

/*==== NO CAPTCHA ====*/
.style_recaptcha {
    position: relative;
    display: table;
    height: 75px;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}
.style_recaptcha div {
    margin: 0 !important;
}
.style_recaptcha>div {
    display: table;
    max-width: 250px;
    overflow: hidden;
    position: absolute;
    margin: 0px !important;
    padding: 0px !important;
}
/*==== TITLES ====*/
/* h1, h2, h3, h4, h5, h6{ color: #4694e2; font-size: 26px; font-weight: 400; line-height: 26px; margin-bottom: 5px;} */
/* h5, h6{ color: #4694e2; font-size: 26px; font-weight: 400; line-height: 26px; margin-bottom: 5px;} */

h1 {
    font-size: 30px;
    line-height: 30px;
    color: #919191;
}
h2 {
    font-size: 25px;
    line-height: 25px;
    color: #919191;
}
h3 {
    font-size: 20px;
    line-height: 20px;
    color: #919191;
}
h4 {
    font-size: 15px;
    line-height: 15px;
    color: #919191;
}

.title {
    width: 100%;
    display: table;
    margin-top: 20px;
}
/*.title h1,.title h2,.title h3,.title h4,.title h5,.title h6{ display: block; width: 100%; margin: 10px 0 2px 0 !important; font-size: 26px; font-weight: 500; color: #4694e2; text-transform: uppercase; }*/
.title_first {
    width: 100%;
    display: table;
    margin: 0px 0 50px 0;
}

.title a, .title_first a {
    text-decoration: none;
    font-style: italic;
}
.title p, .title_first p {
    display: block;
    line-height: 20px;
    font-size: 18px;
	font-weight: bolder;
    padding: 20px 0 0 20px;
    color: #595859;
}

.light_gray_box {
    background: #f0f0f0;
    display: table;
    width: 100%;
    padding-bottom: 25px;
}
.light_gray_box>div {
    margin: 0 1%;
    width: 98%;
}

.lst_sitemap {
    color: #4D4D4D;
    border: solid 1px #ccc;
    display: table;
    width: 100%;
    background: #eaeaea;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 20px;
}

#hor-minimalist-b {
    border-collapse: collapse;
    font: 400 12px/14px "Ubuntu", "Ubuntu", sans-serif;
    text-align: left;
    width: 100%;
}
#hor-minimalist-b th {
    border-bottom: 2px solid #45667c;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    padding: 20px 15px;
    font-weight: bold;
    text-align: center;
}
#hor-minimalist-b td {
    border-bottom: 1px solid #ccc;
    color: #919191;
    padding: 10px 10px;
    font-size: 14px;
}
#hor-minimalist-b * {
    moz-transition: all .5s ease;
    ms-transition: all .5s ease;
    o-transition: all .5s ease;
    transition: all .5s ease;
    webkit-transition: all .5s ease;
}
#hor-minimalist-b tbody tr:hover td {
    background: #f1f1f1;
    color: #428bca;
}
#hor-minimalist-b .editar_excluir {
    width: 125px;
}



.logo_mob_small {
    width: 100%;
    max-width: 150px;
    display: inline-block;
    position: relative;
    top: -40px;
    left: 20px;
}



.box-filtro {
    border: 1px solid #F7B538;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 6px;
}



#nav-mobile {
    display: table;
    width: 100%;
    background: #fff;
    padding: 0;
    position: relative;
    z-index: 999999;
    top: 20px;
    text-align: center;
    height: 60px;
    color: #fff;
    border-bottom: solid 1px #fff;
    line-height: 60px;
}
#nav-mobile #wrap_filler {
    display: block;
    height: 40px;
    width: 40px;
    float: left;
    margin: 10px;
}
#nav-mobile #wrap_icon {
    border: solid 1px #4F4F51;
    border-radius: 100%;
    display: block;
    height: 40px;
    width: 40px;
    float: right;
    margin: 10px;
    padding-top: 4px;
}
#nav-mobile #wrap_icon:hover {
    cursor: pointer;
}
#nav-mobile #wrap_icon .lin {
    background: #4F4F51;
    width: 24px;
    height: 4px;
    margin: 4px 8px;
    display: block;
}

#nav-mobile-box {
    display: block;
    position: fixed;
    height: 100%;
    z-index: 999999999999999999999;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    top: 0px;
    left: -100%;
}
#nav-mobile-box a {
    color: #fff !important;
    padding: 20px 0;
    display: table;
    width: 100%;
}
#nav-mobile-box a:hover {
    color: #4F4F00;
}
#nav-mobile-box #menu_side {
    display: block;
    position: relative;
    height: 100%;
    z-index: 9999999999999999999999;
    width: 70%;
    background: #4F4F51;
    top: 0px;
    left: 0px;
    overflow-y: scroll;
}
#nav-mobile-box #close_side {
    display: block;
    position: relative;
    height: 100%;
    z-index: 9999999999999999999999;
    width: 30%;
    top: -100%;
    left: 70%;
}
#nav-mobile-box #ttlmenu {
    text-align: center;
    font-weight: bold;
    color: #FFF;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
#nav-mobile-box ul {
    width: 100%;
}
#nav-mobile-box ul li {
    width: 100%;
    padding: 0 20px;
    border-bottom: dotted #4F4F51 1px;
}


@media screen and (max-width: 767px) {
    .chamada_home a h5 {
        font-size: 20px;
        line-height: 25px;
    }
}
@media screen and (min-width: 768px) {
    .chamada_home a h5 {
        font-size: 30px;
        line-height: 60px;
    }
}
.chamada_home {
    background: #780116;
    /*padding: 10px 0;*/
}
.chamada_home a {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 0 auto;
    display: block;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    height: 60px;
}

/*==== NOTICIAS HOME ====*/
.wrap_news {
    width: 100%;
}
.wrap_news a.box-news {
    display: table;
    width: 100%;
    text-decoration: none;
    color: #484848;
    padding: 13px 0 0px 0;
}
.wrap_news .left-news {
    display: block;
    float: left;
    width: 60px;
    margin-top: 10px;
}

.wrap_news .right-news {
    display: inherit;
    padding-top: 10px;
}
.wrap_news .title-news b {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 16px;
    color: #2d2a2a;
    font-weight: 600;
}
.wrap_news .description-news {
    display: block;
    width: 100%;
    height: 34px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #746f6f;
    text-align: justify;
    margin-top: 5px;
}
.wrap_news .description-news a {
    display: none;
    width: 0px;
    height: 0px;
}

/*==== WRAP BOXES HOME ====*/
.wrap_box_home {
    margin-bottom: 60px;
    padding: 15px 10px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

/*==== MENU VERTICAL PARA CATEGORIAS ====*/
.wrap_menu_vertical * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wrap_menu_vertical {
    margin: 0 0 30px 0;
    display: block;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
ul.menu_vertical {
    display: table;
    width: 100%;
}
ul.menu_vertical li {
    display: block;
    width: 100%;
    border-bottom: dotted 1px #D7D7D7;
}
ul.menu_vertical li:last-child {
    border: none;
}
ul.menu_vertical li.cat {
    background: #D7D7D7;
}
ul.menu_vertical li.cat_tp h2 {
    background: #4694e2;
    color: #FFFFFF;
    margin: 0;
    padding: 10px 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
ul.menu_vertical li.sub {
    padding-left: 25px;
    background: #eaeaea;
}
ul.menu_vertical li:hover {
    background: #999;
}
ul.menu_vertical li a {
    font-size: 14px;
    display: block;
    width: 100%;
    line-height: 30px;
}
ul.menu_vertical li.cat a {
    padding: 0 20px;
    color: #333;
    font-weight: 600;
}
ul.menu_vertical li.sub a {
    padding: 0 20px;
    color: #333;
}
ul.menu_vertical li a:hover {
    text-decoration: none;
}

/*==== MENU HORIZONTAL PARA CATEGORIAS ====*/
.menu_horizontal * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu_horizontal {
    display: table;
    width: 100%;
}
.menu_horizontal a {
    padding: 0 20px;
    font-size: 14px;
    display: block;
    margin: 0 10px 10px 0;
    line-height: 30px;
    float: left;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.menu_horizontal a.cat {
    background: #4694e2;
    color: #fff;
    font-weight: bold;
}

.menu_horizontal a.selected {
    background: #00ff00;
    color: #fff;
    font-weight: bold;
}

.menu_horizontal a.sub {
    background: #eaeaea;
    color: #333;
}
.menu_horizontal a:hover {
    text-decoration: none;
    background: #999;
}

/*==== BOX PADRAO ====*/
a.box_padrao * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.box_padrao {
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    a.unit1 {
        padding: 0 10px;
        width: 100%;
    }
    a.unit2, a.unit3, a.unit4, a.unit5, a.unit6 {
        padding: 0 10px;
        width: 50%;
    }
}
@media screen and (min-width: 768px) {
    a.unit1 {
        padding: 0 10px;
        width: 100%;
    }
    a.unit2 {
        padding: 0 10px;
        width: 50%;
    }
    a.unit3 {
        padding: 0 10px;
        width: 33.33%;
    }
    a.unit4 {
        padding: 0 10px;
        width: 25%;
    }
    a.unit5 {
        padding: 0 10px;
        width: 20%;
    }
    a.unit6 {
        padding: 0 10px;
        width: 16.66%;
    }
}

a.box_padrao b {
    display: block;
    width: 100%;
    margin: 5px 0 5px 0;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
}

@media screen and (max-width: 767px) {
    a.box_padrao b {
        line-height: 15px;
        height: 31px;
    }
}
@media screen and (min-width: 768px) {
    a.box_padrao b {
        line-height: 15px;
        /* height:31px; */
    }

}

a.box_padrao img {
    margin: 0;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
a.box_padrao .desc_lil {
    margin: 5px 0 5px 0;
    font-size: 12px;
    line-height: 18px;
    display: block;
    float: left;
    width: 100%;
    color: #919191;
    height: 54px;
    overflow: hidden;
    text-align: justify;
}
a.box_padrao:hover .desc_lil {
    color: #5B3724;
}
/* Efeito Lupa */
a.box_padrao .wrap_fx_zm {
    position: relative;
    overflow: hidden;
    background: #000;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
a.box_padrao img.fx_zm {
    width: 20px !important;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
}
a.box_padrao:hover img.fx_zm {
    width: 20px !important;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 40%;
    transform: translate(-50%, -50%);
}
a.box_padrao:hover img.bg_fx_zm {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
/* Efeito Redondo */
a.box_padrao img.roundimage {
    border: none;
    -moz-border-radius: 150px !important;
    -webkit-border-radius: 150px !important;
    border-radius: 150px !important;
}
a.box_padrao:hover img.roundimage {
    border: solid 10px #eaeaea;
}
/* Efeito PB */
a.box_padrao img.pb_fx {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
a.box_padrao:hover img.pb_fx {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
/* Efeito Polaroid */
a.box_padrao .fx_polaroid {
    background: #fff;
    margin: 10px 0 5px 0;
    padding: 20px;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}
a.box_padrao .fx_polaroid img {
    border: none;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
a.box_padrao .fx_polaroid b {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    text-align: right;
}

img.roundconners {
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

a.btssubs {
    float: left;
    padding: 10px;
    margin: 10px 15px 5px 0;
    background: #fff;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
a.bt_pai {
    float: left;
    padding: 10px;
    margin: 10px 15px 5px 0;
    background: #4694e2;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

/*==== LISTA HOME ====*/
a.box_lsthome * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.box_lsthome {
    color: #333;
    display: block;
    margin-bottom: 23px;
    text-decoration: none;
}
a.box_lsthome img {
    max-width: 320px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
a.box_lsthome b {
    color: #444;
    font-weight: 600;
    display: block;
    margin: 4px 0 4px 0;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
a.box_lsthome .lil {
    font-size: 12px;
    line-height: 20px;
    display: block;
    float: left;
    width: 100%;
    color: #919191;
    text-align: justify;
    height: 80px;
    overflow: hidden;
}
a.box_lsthome:hover .lil {
    color: #5B3724;
}

/*==== LISTA INTERNA ====*/
.lst_int .img-lst {
    max-width: 320px;
    margin: 0 auto 20px auto;
    background: #eaeaea;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.lst_int {
    width: 100%;
    margin: 20px 0;
    padding-bottom: 20px;
    display: table;
}
.lst_int .top {
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    font-size: 24px;
    color: #333;
}
.lst_int .txt {
    margin-bottom: 20px;
    width: 100%;
    display: block;
}
.lst_int:hover .txt {
    color: #333;
}

.gray_box {
    color: #4D4D4D;
    border: solid 1px #ccc;
    width: 100%;
    background: #f00;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 20px;
}
a.gray_box {
    text-decoration: none;
    color: #333;
}
.gray_box .title_gray_box {
    font-size: 20px;
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
}

a.nuvem {
    color: #127ee9;
    border: solid 1px #eaeaea;
    display: table;
    width: auto;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    margin: 0 10px 10px 0;
    float: left;
}

.div_nuvem_esconder {
    display: none;
}
.div_nuvem_mostrar {
    display: block;
}
.nuvem_seta {
    float: right;
}

.wrap_form_area {
    width: 100%;
    max-width: 400px;
}
.tab_area {
    width: 100%;
}
.tab_area th, .tab_area td {
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #eaeaea;
}
.tab_area th {
    background: #3079ca;
    color: #fff;
    font-weight: bold;
}
.tab_area td a {
    text-decoration: none;
    color: #333;
}
.tab_area td.cor1 {
    background: #bcd6f3;
    color: #333;
}
.tab_area td.cor2 {
    background: #91bcec;
    color: #333;
}

.no-borde {
    border: none !important;
}

.box-5 {
    width: 5%;
    display: block;
    float: left;
}
.box-10 {
    width: 10%;
    display: block;
    float: left;
}
.box-15 {
    width: 15%;
    display: block;
    float: left;
}
.box-20 {
    width: 20%;
    display: block;
    float: left;
}
.box-25 {
    width: 25%;
    display: block;
    float: left;
}
.box-30 {
    width: 30%;
    display: block;
    float: left;
}
.box-35 {
    width: 35%;
    display: block;
    float: left;
}
.box-40 {
    width: 40%;
    display: block;
    float: left;
}
.box-45 {
    width: 45%;
    display: block;
    float: left;
}
.box-50 {
    width: 50%;
    display: block;
    float: left;
}
.box-55 {
    width: 55%;
    display: block;
    float: left;
}
.box-60 {
    width: 60%;
    display: block;
    float: left;
}
.box-65 {
    width: 65%;
    display: block;
    float: left;
}
.box-70 {
    width: 70%;
    display: block;
    float: left;
}
.box-75 {
    width: 75%;
    display: block;
    float: left;
}
.box-80 {
    width: 80%;
    display: block;
    float: left;
}
.box-85 {
    width: 85%;
    display: block;
    float: left;
}
.box-90 {
    width: 90%;
    display: block;
    float: left;
}
.box-95 {
    width: 95%;
    display: block;
    float: left;
}
.box-100 {
    width: 100%;
    display: block;
    float: left;
}
.box-10-pl {
    padding-left: 10%;
}
.box-10-pr {
    padding-right: 10%;
}

.wrap-conteudo {
    color: #333;
    height: auto;
    display: table;
    padding: 0px 0px 50px 0;
    min-height: 270px;
}
.listagem a {
    text-decoration: none;
    color: #333;
}
.listagem .title_list {
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    color: #375766;
}
.listagem .hr_list {
    border-bottom: solid 1px #375766;
    display: block;
    height: 1px;
    margin: 20px 0;
}

/*==== BT PADRAO ====*/
/*a.bts{ padding: 2px 20px 2px 20px; text-align: center; text-decoration: none; background: #919191; color: #fff; font-size: 14px; line-height: 22px; border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; */
/*border:none; -moz-border-radius-topleft: 0px; -moz-border-radius-topright:0px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px; border-top-left-radius:0px; border-top-right-radius:0px; border-bottom-left-radius:4px; border-bottom-right-radius:4px;*/
}
@media screen and (max-width: 767px) {
    a.bts {
        margin: 10px auto 50px auto;
        display: table;
    }
}
@media screen and (min-width: 768px) {
    a.bts {
        float: right;
        margin: 10px 0 0 10px;
    }
}
a.bt_arquivo {
    display: table;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    background: #919191;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.left-mult {
    padding-right: 20px;
}
.right-mult {
    padding-left: 20px;
}


.radio-group input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.radio-group label {
        color: #332f35;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 20px;
    border: solid 3px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    margin: 5px 15px;
    width: 20%;
    text-align: center;
}

.radio-group label:hover {
    background-color: #83b9f0;
}

.radio-group input[type=radio]:checked+label {
    color: #fff;
    background: #780116;
}

.radio-group label+input[type=radio]+label {
    /*  border-left: solid 3px #4694e2; */
}

.radio-group {
    /* border: solid 3px #4694e2; */
    display: inline-block;
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
	font-size: 14px;
}

.bar_navigation {
    display: block;
    width: 100%;
    background: #e0e0e0;
    border-bottom: solid 1px #a5a5a5;
    padding: 10px;
    margin-bottom: 30px;
}

.bar_navigation a {
    display: block;
    margin-left: 10px;
    float: right;
    border-radius: 4px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}



.bt_cinza {
    display: table;
    width: 100%;
    border-radius: 4px;
    padding: 14px 15px 14px 15px;
    margin-bottom: 10px;

    color: #5a5a5a;
    border: solid 1px #afafaf;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.bt_verde {
    display: table;
    width: 100%;
    border-radius: 4px;
    padding: 14px 15px 14px 15px;
    margin-bottom: 10px;

    color: #fff;
    border: solid 1px #afafaf;
    background: rgb(9, 51, 28);
    background: -moz-linear-gradient(top, rgba(9, 51, 28, 1) 0%, rgba(18, 96, 53, 1) 47%, rgba(16, 138, 71, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(9, 51, 28, 1) 0%, rgba(18, 96, 53, 1) 47%, rgba(16, 138, 71, 1) 100%);
    background: linear-gradient(to bottom, rgba(9, 51, 28, 1) 0%, rgba(18, 96, 53, 1) 47%, rgba(16, 138, 71, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#155733', endColorstr='#219e59', GradientType=0);
}

.super_searchbox_do_renato {
    display: table;
    width: 100%;
    background: #780116;
    border-radius: 4px;
    color: #fff;
    padding: 30px 15px;
    margin-bottom: 30px;
	font-size: 22px;
}
.super_searchbox_do_renato div {
    float: left;
    margin-right: 15px;
    font-family: arial;
}
.super_searchbox_do_renato input[type="text"] {
    border-radius: 4px;
    border: solid 1px #eaeaea;
    color: #408bca;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 5px;
}

.super_searchbox_do_renato select {
    border-radius: 4px;
    border: solid 1px #eaeaea;
    color: #408bca;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.super_filtros_do_renato {
    display: table;
    width: 75%;
    background: #780116;
    border-radius: 4px;
    color: #fff;
    padding: 10px 15px 0px 15px;
    margin-bottom: 10px;
    float: left;
	    font-size: 18px;
}

.super_filtros_do_renato div {
    float: left;
    margin-right: 15px;
    font-family: arial;
}
.super_filtros_do_renato input[type="text"] {
    border-radius: 4px;
    border: solid 1px #eaeaea;
    color: #408bca;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 5px;
}

.super_filtros_do_renato select {
    border-radius: 4px;
    border: solid 1px #eaeaea;
    color: #408bca;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}








.super_configs_do_renato {
    display: table;
    width: 25%;
    background: #000;
    border-radius: 4px;
    color: #fff;
    padding: 10px 15px 0px 15px;
    margin-bottom: 10px;
    float: left;
}
.super_configs_do_renato div {
    float: left;
    margin-right: 15px;
    font-family: arial;
}
.super_configs_do_renato input[type="text"] {
    border-radius: 4px;
    border: solid 1px #eaeaea;
    color: #408bca;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 5px;
}

.super_configs_do_renato select {
    border-radius: 4px;
    border: solid 1px #eaeaea;
    color: #408bca;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}


.btn_pagina {
    float: left;
    line-height: 30px;
    background-color: #b4e391;
    padding: 0 10px;
    border-radius: 6px;
    margin: 10px 0 0 5px;
    font-weight: bold;
    border: 1px solid rgba(18, 96, 53, 1);
    cursor: pointer;
}


.erro_login {
    color: #f00 !important;
    position: relative;
    font-size: 20px;
    top: 10px;
    text-align: center;
}

.logout {
    font-weight: bold;
    margin-top: 10px;
    border: 1px solid #FFF;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
	background: linear-gradient(to bottom, #D8572A 0%, #F7B538 99%);
	color: #000 !important;
}

@media screen and (max-width: 769px) {
    li.wrap_restrict {
        background: #1e5799;
        background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 99%);
        background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 99%);
        background: linear-gradient(to bottom, #1e5799 0%, #2989d8 99%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#2989d8', GradientType=0);
        display: table;
        float: right !important;
        padding: 10px 20px !important;
        color: #ffffff;
        cursor: pointer;
        border-radius: 4px;
        width: 100%;
        margin: 30px 0 10px 0;
        text-align: center;
    }
    li.wrap_restrict:hover {
        color: #fff !important;
    }

    li.wrap_logado {
        float: right !important;
		color: #fff !important;
		font-size: 20px;
    }
}

@media screen and (min-width: 770px) {
    li.wrap_restrict {
        background: #1e5799;
        background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 99%);
        background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 99%);
        /*background: linear-gradient(to bottom, #1e5799 0%, #2989d8 99%);*/
		background: linear-gradient(to bottom, #D8572A 0%, #F7B538 99%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#2989d8', GradientType=0);
        display: table !important;
        float: right !important;
        padding: 10px 20px !important;
        color: #000000;
        cursor: pointer;
        border-radius: 4px;
		font-size: 25px;
    }
    li.wrap_restrict:hover {
        color: #fff !important;
    }

    li.wrap_logado {
        float: right !important;
		color: #fff !important;
		font-size: 20px;
    }
}


.btn_entrar_popup, .btn_login, .btn_senha, .btn_fechar {
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    color: #000;
    margin: 15px 0;
    border-radius: 4px;
    float: right;
    /*background: #1ac2f0;*/
	background: linear-gradient(to bottom, #D8572A 0%, #F7B538 99%);
    cursor: pointer;
	font-size: 25px;
}

.botao_submit {
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    color: #fff;
    margin: 15px 0;
    border-radius: 4px;
    float: right;
    background: #1ac2f0;
}

.login-form input[type=text], .login-form input[type=password] {
    margin: 0 0 15px 0 !important;
    width: 100%;
    font-family: Arial;
    border-radius: 4px;
    border: solid 1px #ccc;
    height: 40px;
    background: #ffffff;
}



/*====  FOTOS ====*/
.list_fotos {
    margin-bottom: 15px;
    background: #fff;
    float: left;
}
.list_fotos img {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
}
.list_fotos a.titulo {
    background: #fff;
    color: #333;
    text-decoration: none;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: block;
    text-transform: uppercase;
}
.list_fotos .wrap_desc {
    display: block;
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.list_fotos .desc {
    line-height: 20px;
    display: block;
    height: 60px;
    overflow: hidden;
    width: 100%;
    color: #603d2a;
    font-size: 12px;
}

.box_int_fotos {
    margin-bottom: 25px;
}

/*==== VIDEOS ====*/
.video-interna {
    background-position: center center;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.title_list_videos {
    font-size: 18px;
    color: #4694e2;
    line-height: 20px;
    height: 20px;
    width: 100%;
    display: table;
    margin: 38px 0 10px 0;
}
.box-small-videos {
    overflow: hidden;
    margin-bottom: 30px;
}
.box-small-videos strong {
    line-height: 20px;
    height: 20px;
    width: 100%;
    overflow: hidden;
    display: block;
    color: #2D2D2D;
    font-weight: 500;
    margin-bottom: 5px;
}
.box-small-videos span.top-video {
    height: 455px;
    margin-bottom: -455px;
    position: relative;
    z-index: 15;
    display: block;
    overflow: hidden;
    width: 100%;
}
.box-small-videos span.top-video img {
    top: 0%;
    bottom: 0%;
    /*position: absolute;*/
    margin: -10% auto auto auto;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.box-small-videos img.bottom-video {
    position: relative;
    z-index: 30;
}

/*==== SHOW OR HIDE MOBILE ====*/
@media screen and (max-width: 767px) {
    .mobile {
        display: block !important;
    }
    .notmobile {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .mobile {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .break-mobile {
        clear: both;
    }
}

/*==== ZOOM ====*/
#gallery_01 img {
    border: 2px solid white;
}
.zoomContainer {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 30px;
}
.active img {
    border: 2px solid #333 !important;
}

/*==== CAIXAS COLORIDAS ====*/
.gray_box {
    background: #e7e7e7;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    display: table;
    moz-border-radius: 2px;
    moz-box-sizing: border-box;
    padding: 10px;
    webkit-border-radius: 2px;
    webkit-box-sizing: border-box;
    width: 100%;
    font-size: 14px;
}
.red_box {
    background: #FCBABA;
    border: solid 1px #862A2A;
    border-radius: 2px;
    box-sizing: border-box;
    display: table;
    moz-border-radius: 2px;
    moz-box-sizing: border-box;
    padding: 10px;
    webkit-border-radius: 2px;
    webkit-box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
.green_box {
    background: #E8FFDD;
    border: solid 1px #A2D882;
    border-radius: 2px;
    box-sizing: border-box;
    display: table;
    moz-border-radius: 2px;
    moz-box-sizing: border-box;
    padding: 10px;
    webkit-border-radius: 2px;
    webkit-box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
.yellow_box {
    background: #F6FD90;
    border: solid 1px #DBC90B;
    border-radius: 2px;
    box-sizing: border-box;
    display: table;
    moz-border-radius: 2px;
    moz-box-sizing: border-box;
    padding: 10px;
    webkit-border-radius: 2px;
    webkit-box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}

/*==== SLIDESHOW PADRAO ====*/
.cycle-slideshow {
    width: 100%;
    display: table;
}
.cycle-slideshow>div {
    /*height: 0px;*/
}
.cycle-slideshow>div.first {
    /*height: auto;*/
}
.cycle-slideshow div.wrapsize {
    display: table;
    overflow: hidden;
}
.cycle-slideshow .cycle-slide {
    width: 100%;
    display: table;
    background: #fff;
}
.cycle-slideshow img {
    width: 100%;
}
.cycle-slideshow, .cycle-slideshow * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cycle-slideshow {
    overflow: hidden !important;
    width: 100%;
    min-width: 200px;
    margin: 0px auto;
    padding: 0;
    position: relative;
    background: url('../img/spiner.gif') 50% 50% no-repeat;
}
.cycle-slideshow img:first-child {
    position: static;
    z-index: 100;
}

/*==== BANNER HOME ====*/
.banner a {
    display: block;
    width: 100%;
}
.banner {
    width: 100%;
    overflow: hidden;
    display: block;
}
.banner .wrap-pager {
    max-width: 1270px;
    margin: 0 auto;
    width: 100%;
}
.banner .cycle-pager {
    z-index: 500;
    position: relative;
    overflow: hidden;
    height: 25px;
    margin-top: -25px;
    float: right;
    display: table;
    width: auto;
}
.banner .cycle-pager strong {
    display: block;
    float: left;
    margin-right: 5px;
}
.banner .cycle-pager strong a {
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    text-decoration: none;
    height: 25px;
    padding: 0 8px;
    line-height: 25px;
    font-size: 12px;
    border-top: #eaeaea solid 1px;
    border-left: #eaeaea solid 1px;
    border-right: #eaeaea solid 1px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottom-right: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.banner .cycle-pager strong.cycle-pager-active a {
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.banner .cycle-pager>* {
    cursor: pointer;
}
.banner .cycle-slideshow {
    display: table;
}
.banner .cycle-slideshow div {
    display: block;
}
.banner .cycle-slideshow a {
    display: none;
    width: 100%;
}
.banner .cycle-slideshow a:first-child {
    position: static;
    z-index: 100;
    display: block;
}

/*==== DIRECTION NAV BANNER HOME ====*/
@media screen and (min-width: 768px) {
    .banner:hover .flex-prev, .banner:hover .flex-next {
        opacity: 1;
    }
}
.banner:hover .flex-prev {
    left: 60px;
}
.banner:hover .flex-next {
    right: 60px;
}
.flex-prev, .flex-next {
    position: absolute;
    z-index: 1000;
    width: 50px;
    height: 50px !important;
    background-color: rgba(35, 39, 41, 0.72) !important;
    display: block;
    bottom: 45%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    filter: Alpha(opacity=0);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.flex-next {
    background: url('../img/slider-next.png') center no-repeat;
    right: -100px;
}
.flex-prev {
    background: url('../img/slider-prev.png') center no-repeat;
    left: -100px;
}
.flex-next:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transition: rotate(360deg);
    transform: rotate(360deg);
}
.flex-prev:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transition: rotate(-360deg);
    transform: rotate(-360deg);
}

/*==== HEADER ====*/
.wrap_top {
    background: #000000;
     !important;
    display: table;
    width: 100%;
    -moz-box-shadow: 0px 1px 10px #000000;
    -webkit-box-shadow: 0px 1px 10px #999999;
    box-shadow: 0px 1px 10px #999999;
    position: relative;
    z-index: 888;
    padding: 10px 0 20px 0;
}
.wrap_height {
    display: table;
    width: 100%;
    margin-top: 10px;
}
.logo {
    height: 100%;
    border: none;
}
@media screen and (max-width: 767px) {
    .logo img {
        margin: 10px auto;
        max-width: 150px;
    }
    .logo {
        display: table;
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .logo img {
        margin: 0;
        max-width: 150px;
    }
    .logo {
        height: 100%;
        border: none;
        display: table-cell !important;
        vertical-align: middle;
        float: none;
        width: 20%;
    }
}
@media screen and (max-width: 767px) {
    .right_top {
        width: 100%;
        float: left;
    }
}
@media screen and (min-width: 768px) {
    .right_top {
        width: 100%;
        float: left;
        /*padding-left: 60px;*/
        display: table;
    }
}
.wrap_bt_js_busca {
    width: 5%;
    display: table-cell;
    vertical-align: middle;
}
.wrap_bt_js_busca .bt_js_busca {
    float: right;
    width: 100%;
    max-width: 50px;
    display: block;
}
.wrap_bt_js_busca .bt_js_busca:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .hidden_on_desktop {
        height: 30px;
    }
    .form-busca-home {
        width: 100%;
        margin-top: 20px;
    }

    .form-tel1-email-topo {
        width: 100%;
        height: 100px;
        text-align: center;
    }
    /*	.form-tel1-email-topo div{margin:0px; line-height: 32px; color: #939393; font-size: 16px; font-weight: 600; padding-right: 10px;} */
    .form-email-topo {
        padding-top: 35px;
    }
}

@media screen and (min-width: 768px) {
    .hidden_on_desktop {
        width: 100% !important;
        height: 0px;
        overflow: hidden;
        float: none;
        /*margin-top: 10px;*/
    }
    .form-busca-home {
        width: 35%;
        float: right;
    }

    .form-tel1-email-topo {
        width: 65%;
        height: 32px;
        float: right;
    }
    /*	.form-tel1-email-topo div{margin:0px; float: right; line-height: 32px; color: #939393; font-size: 16px; font-weight: 600; padding-right: 10px;} */
}

.form-busca-home input[type=submit] {
    float: right;
    width: 10%;
    background: url('../img/busca.png') no-repeat center center;
    height: 30px;
    line-height: 30px;
    border: solid 1px #eaeaea;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
}
.form-busca-home input[type=submit]:hover {
    cursor: pointer;
}
.form-busca-home input[type=text] {
    margin: 0px;
    float: right;
    width: 90%;
    height: 30px;
    line-height: 30px;
    background-color: #eaeaea;
    border: none;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
}

/*==== NAV ====*/
@media screen and (max-width: 767px) {
    .nav {
        border: none;
    }
}

/* @media screen and (min-width: 768px){ .nav { border: solid 1px #eaeaea; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } } */

@media screen and (min-width: 768px) {
    .nav {
        margin-top: 5%;
    }
}








/*.nav { width: 95%; margin: 10px 0; display: table-cell; } */


.forcewidth100_nav {
    display: table !important;
    width: 100% !important;
    border-right: none !important;
}
.nav * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*.nav a{ text-align: center; display: table-cell; height: 40px; color: #939393; background: url('../img/hover_nav.png') 250px bottom no-repeat; text-decoration: none; font-size: 12px; line-height: 40px; font-weight: 600; }*/
/* .nav a:hover{ background: url('../img/hover_nav.png') center bottom no-repeat; } */

/*.nav a:hover{ text-shadow: 2px 2px 5px #ffee1d; font-size:16px;}*/
.nav a:hover {
    text-shadow: 2px 2px 5px #ffee1d;
}

.nav ul {
    display: table;
    width: 100%;
    height: auto;
}
.nav ul li {
    padding: 0 11px 0 20px;
    position: relative;
    float: left;
    display: block;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .nav {
        padding: 10px 0;
        width: 100%;
        border-right: none;
    }
    .nav ul li {
        width: 50%;
        margin: 0 !important;
        padding: 0 !important;
        border: solid 1px #eaeaea;
    }
    .nav ul li a {
        margin: 0 auto;
        display: table;
        background: none !important;
        width: 100%;
    }
    .nav ul li ul {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .nav ul li ul {
        display: none;
        position: absolute;
        /*top: 40px;*/
        left: -100px;
        z-index: 9999;
        width: 300px;
        background: #eaeaea;
        /*padding:5px;*/
        border: none;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: solid 1px #828282;
        border-left: solid 1px #d2d2d2;
        border-right: solid 1px #d2d2d2;
        border-bottom: solid 1px #d2d2d2;
        overflow: hidden;
    }
    .nav ul li ul li {
        width: 100%;
        border: none;
        display: block;
        float: left;
        padding: 0;
        margin: 0;
    }
    .nav ul li ul li a {
        height: auto;
        line-height: 20px;
        display: block;
        text-align: left;
        width: 100%;
        background: url('../img/dot_nav.png') no-repeat !important;
        padding: 5px 10px 5px 25px;
        font-size: 12px;
        color: #333 !important;
    }
    .nav ul li:hover>ul {
        display: block;
    }
    .nav ul li ul li:hover {
        background: #d2d2d2;
    }
    .nav ul li ul li:hover a {
        color: #555 !important;
    }
    .nav ul li ul ul {
        display: none;
        top: 0px;
        position: absolute;
        left: 100%;
        border: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .nav ul li ul li:hover>ul {
        display: block;
    }
}

/*==== SOCIAL FLOAT ====*/
@media screen and (max-width: 1350px) {
    .social_float {
        display: none;
    }
}
@media screen and (min-width: 1351px) {
    .social_float {
        display: table;
        position: fixed;
        right: 0px;
        top: 50%;
        transform: translate(0, -50%);
        border: none;
        z-index: 1000;
    }
}
.social_float a {
    height: 50px;
    width: 40px;
    display: block;
    text-indent: -9999px;
}
.social_float a.fb {
    background: url('../img/sprite_main.png') no-repeat -40px 0px;
}
.social_float a.tw {
    background: url('../img/sprite_main.png') no-repeat -40px -50px;
}
.social_float a.yt {
    background: url('../img/sprite_main.png') no-repeat -40px -100px;
}
.social_float a.lk {
    background: url('../img/sprite_main.png') no-repeat -40px -150px;
}
.social_float a.gp {
    background: url('../img/sprite_main.png') no-repeat -40px -200px;
}
.social_float a.pt {
    background: url('../img/sprite_main.png') no-repeat -40px -250px;
}
.social_float a.it {
    background: url('../img/sprite_main.png') no-repeat -40px -300px;
}

/*==== IMAGENS ====*/
.box-exposicao div {
    background: #eaeaea;
    padding: 10px;
}
.box-exposicao div strong {
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}
.box-exposicao div .desc {
    line-height: 20px;
    height: 70px;
    overflow: hidden;
}
.box-exposicao div * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box-exposicao div a.album {
    background: #333;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
    display: block;
    line-height: 25px;
    padding: 0 25px;
    float: right;
}
.box-exposicao div a.album:hover {
    background: #555;
}
.wrap_album {
    width: 100%;
}
.wrap_album a {
    width: 21%;
    margin: 0 2% 20px 2%;
    display: block;
    float: left;
}

/*==== HOME ====*/

.wrap_video_home b {
    display: block;
    width: 100%;
    margin: 5px 0 5px 0;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
}

@media screen and (max-width: 767px) {
    .box_padrao b {
        line-height: 15px;
        height: 30px;
    }
}
@media screen and (min-width: 768px) {
    .box_padrao b {
        line-height: 20px;
        height: 20px;
    }
}

.wrap_video_home {
    /*max-width: 610px; margin: 0 auto;*/
}
/* .wrap_video_home b{ color: #4694e2; font-size: 16px; font-weight: 400; line-height: 26px; margin-bottom: 5px; display: block; width: 100%; font-style: italic; } */

/*==== NOTICIAS HOME ====*/
.box_news_home {
    float: left;
    margin-bottom: 60px;
}
.box_news_home .tit_news {
    width: 100%;
    border-bottom: 3px #375766 solid;
    font-size: 20px;
    line-height: 26px;
    color: #375766;
}
.box_news_home .img_news {
    width: 50%;
    float: left;
}
.box_news_home .desc_news {
    width: 50%;
    float: left;
    padding: 10px 0 0 10px;
    text-align: justify;
    color: #575757;
    height: 145px;
    line-height: 15px;
    text-transform: uppercase;
    font-size: 12px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .boxnumber1, .boxnumber2, .boxnumber3 {
        width: 100%;
        margin-right: 0%;
    }
}
@media screen and (min-width: 768px) {
    .boxnumber1, .boxnumber2 {
        width: 30%;
        margin-right: 5%;
    }
    .boxnumber3 {
        width: 30%;
        margin-right: 0%;
    }
}

/*==== PERGUNTAS HOME ====*/
.box_perguntas {
    display: block;
    overflow: hidden;
    line-height: 20px;
    height: 20px;
    width: 90%;
    margin: 24px 5% 0 5%;
    text-decoration: none;
    color: #333;
}
.box_perguntas span {
    display: block;
    width: 87%;
    margin-right: 3%;
    float: left;
    height: 20px;
    overflow: hidden;
}
.box_perguntas b {
    display: block;
    width: 10%;
    max-width: 20px;
    float: left;
    height: 20px;
    overflow: hidden;
    background: #375766;
    color: #fff;
    text-align: center;
    font-style: normal;
}

/*==== PAGINAÇÃO ====*/
.pagination {
    margin-top: 10px;
    /* border-top: dotted 1px #aaa;*/
    padding-top: 10px;
}
.pagination.no_margin {
    margin: 0;
}
.pagination li {
    float: left;
    position: relative;
    margin: 5px 5px 5px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: solid 1px #ddd;
}
.pagination li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pagination li.disabled a {
    color: #777;
    background: #eaeaea;
    cursor: not-allowed;
}
.pagination li.active, .pagination li:hover {
    background: #ddd;
}
.pagination li:active a {
    color: #333;
}

span.preco_int {
    width: auto;
    font-weight: 600;
    font-size: 16px;
    margin: 5px 5px 5px 0;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #103D00;
    background: #bdf974;
}
span.preco_int i {
    font-size: 14px;
}
span.geo_int {
    width: auto;
    font-weight: 600;
    font-size: 16px;
    margin: 5px 5px 5px 0;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #333;
    background: #ccc;
    display: inline-block;
}
/*
.whatsapp_form{ background: #fff; display:table; width:100%; border:solid 1px #a9a9a9; height:30px; margin-bottom:15px; }
.whatsapp_form i{ display: inline-block; height: 20px; width: 20px; background: url('../img/sprite_main.png') no-repeat 0px -470px; margin-right: 10px; position: relative; top: 4px; }
.whatsapp_form label{ float: left; font-weight: 400 !important; color: #9E9E9E; font-size: 13px !important; }
.whatsapp_form input[type=checkbox]{ margin: 8px 0px 0px 0px; }
*/

/*==== BOTÕES PADRÕES - SLIDER ====*/
.prev-padrao {
    display: block;
    background: rgba(0, 0, 0, 0.5) url('../img/arrowsb.png') no-repeat 0px center;
    height: 100%;
    width: 20px !important;
    position: absolute;
    top: 0px;
    z-index: 888;
    left: 0px;
}
.next-padrao {
    display: block;
    background: rgba(0, 0, 0, 0.5) url('../img/arrowsb.png') no-repeat -17px center;
    height: 100%;
    width: 20px !important;
    position: absolute;
    top: 0px;
    z-index: 888;
    right: 0px;
}
.prev-padrao:hover {
    cursor: pointer;
}
.next-padrao:hover {
    cursor: pointer;
}
.slide_int {
    display: table;
    margin: 10px 0;
    width: 100%;
}
.slide_int img {
    display: table;
}
.slide_int a {
    display: table;
    width: 25%;
    padding: 0 5px;
    float: left;
}
.slide_int span {
    width: 100%;
}

.captcha_txt {
    line-height: 11px;
    height: 25px;
    padding: 1px 8px;
    font-size: 14px;
    font-weight: bold;
}
.captcha {
    height: 30px;
    line-height: 30px;
    width: 40%;
    margin: 0 0 16px 0;
    padding: 0 10px;
    color: #333;
    font-family: Arial;
}

/*=== INTERNAS ===*/
.text {
    line-height: 26px;
    margin-bottom: 20px;
    /*display:table;*/
    color: #595859;
    text-align: justify;
    width: 100%;
}
.video-int {
    margin-top: 10px;
    margin-bottom: 30px;
}
.video-int .title {
    margin-bottom: 10px;
    clear: both;
}

img {
    max-width: 100%;
}

/*=== FORM PADRÃO ===*/
.form-padrao {
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #73C786;
    width: 100%;
    display: table;
    padding: 15px;
}
/* .form-padrao h1, .form-padrao h2, .form-padrao h3, .form-padrao h4, .form-padrao h5, .form-padrao h6{ line-height: 25px; height: 25px; display: block; font-size: 20px; margin: 5px 0; color: #333; margin: 30px 0 20px 0;  width: 100%; border-bottom: dotted 1px #333; } */
.form-padrao div {
    margin: 10px 0;
}
form.form-padrao * {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-padrao input[type=text], .form-padrao input[type=password] {
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding: 0 10px;
    color: #333;
}
.form-padrao input[type=file] {
    width: 100%;
}
.form-padrao input[type=radio] {
    height: 20px;
    line-height: 20px;
    float: left;
    color: #333;
}
.form-padrao input[type=submit], form input[type=reset] {
    height: 25px;
    line-height: 25px;
    padding: 0 25px;
    border: none;
    color: #333;
    margin: 0 0 16px 0;
    display: block;
    float: right;
    cursor: pointer;
    background: #ED1C24;
    font-weight: bold;
    font-size: 11px;
}
.form-padrao select {
    width: 100%;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    color: #333;
    margin: 0;
}
.form-padrao textarea {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 10px;
    height: 90px;
    line-height: 20px;
    color: #333;
    font-family: Arial;
}
.form-padrao form ::-webkit-input-placeholder {
    color: #333;
}
.form-padrao form :-moz-placeholder {
    color: #333;
}
.form-padrao form ::-moz-placeholder {
    color: #333;
}
.form-padrao form :-ms-input-placeholder {
    color: #333;
}
.form-padrao label {
    display: table;
    line-height: 11px;
    height: 25px;
    padding: 1px 8px;
    font-size: 14px;
    font-weight: bold;
}
.form-padrao label small {
    color: #444;
    padding-left: 5px;
}
.form-padrao form span {
    line-height: 25px;
}
input[type=text] {
    height: 30px;
    line-height: 30px;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0 10px;
    color: #333;
}
input[type=password] {
    height: 30px;
    line-height: 30px;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0 10px;
    color: #333;
}

/*=== FORM NEWS ===*/
.form-news {
    width: 100%;
    display: table;
    padding: 0px;
}
.form-news div {
    margin: 10px 0;
}
form.form-news * {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-news input[type=text] {
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding: 0 10px;
    color: #333;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form-news input[type=submit] {
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    color: #333;
    margin: 0 0 16px 0;
    display: block;
    float: right;
    cursor: pointer;
    background: #fff;
    font-weight: bold;
    font-size: 11px;
}
.form-news ::-webkit-input-placeholder {
    color: #333;
}
.form-news :-moz-placeholder {
    color: #333;
}
.form-news ::-moz-placeholder {
    color: #333;
}
.form-news :-ms-input-placeholder {
    color: #333;
}

/*==== GALERIA PG INTERNA====*/
.new_gallery_int {
    float: left;
    padding: 10px;
}
.new_gallery_int img {
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
    .new_gallery_int {
        width: 33.33%;
    }
}
@media screen and (min-width: 768px) {
    .new_gallery_int {
        width: 14.28%;
    }
}
.new_gallery_int_bigger {
    float: left;
    padding: 10px;
}
.new_gallery_int_bigger img {
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
    .new_gallery_int_bigger {
        width: 33.33%;
    }
}
@media screen and (min-width: 768px) {
    .new_gallery_int_bigger {
        width: 20%;
    }
}
@media screen and (max-width: 767px) {
    .capa_int {
        width: 100%;
        max-width: 320px;
        float: left;
        margin: 5px 20px 10px 0;
    }
}
@media screen and (min-width: 768px) {
    .capa_int {
        width: 50%;
        max-width: 320px;
        float: left;
        margin: 5px 20px 10px 0;
    }
}
.capa_int img {
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/*==== SOCIAL ====*/
ol.social {
    width: auto;
    padding: 0px;
    display: table;
    margin: 0 auto 0 auto;
}
ol.social li {
    float: left;
    height: 33px;
    width: 33px;
    display: block;
    margin: 0 10px 20px 10px;
}
ol.social a {
    height: 33px;
    width: 33px;
    display: block;
    text-indent: -9999px;
}
ol.social a.fb {
    background: url('../img/sprite_main.png') no-repeat -3px 0px;
}
ol.social a.tw {
    background: url('../img/sprite_main.png') no-repeat -3px -33px;
}
ol.social a.yt {
    background: url('../img/sprite_main.png') no-repeat -3px -66px;
}
ol.social a.lk {
    background: url('../img/sprite_main.png') no-repeat -3px -99px;
}
ol.social a.gp {
    background: url('../img/sprite_main.png') no-repeat -3px -132px;
}
ol.social a.pt {
    background: url('../img/sprite_main.png') no-repeat -3px -165px;
}
ol.social a.it {
    background: url('../img/sprite_main.png') no-repeat -3px -198px;
}

/*==== FOOTER ====*/
/*.footer{ font-size: 12px; padding: 0 0 0 0; margin: 100px 0 -20px 0; background: #313233; color: #fff; border-bottom: solid 1px #313233; } */
.footer .ttl {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #fff;
}
.footer .logo_base {
    max-width: 175px;
    margin: 0 auto;
    display: block;
}
.top_footer {
    padding: 30px 0 20px 0;
    display: table;
    width: 100%;
}
.addressfooter {
    margin-bottom: 30px;
}
.addressfooter span {
    display: inline-block;
}
.addressfooter i {
    font-size: 13px;
}
.addressfooter .ct_home {
    float: left;
}
.addressfooter p {
    font-size: 14px;
    line-height: 22px;
}
@media screen and (max-width: 767px) {
    .addressfooter p {
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .addressfooter p {
        text-align: cleft;
    }
}
/* .copyrights{ background: #1f1f1f; color: #fff; font-size: 13px; font-weight: 400; padding: 20px 0 15px 0; } */
.copyrights a.link_dhg {
    display: table;
    text-decoration: none;
    color: #fff;
    line-height: 30px;
    float: left;
    margin: -5px 5px 0 0;
}
a.social_dhgweb {
    width: 16px;
    height: 16px;
    float: left;
    display: table;
    margin: -2px 5px 0 5px;
}
.copyrights {
    padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
    .copyrights {
        padding-bottom: 60px;
    }
    .copyrights p {
        text-align: center;
    }
    .copyrights a.link_dhg {
        text-align: center;
    }
    .copyrights .right_f p {
        text-align: center;
    }
    .copyrights .right_f {
        display: table;
        margin: 0 auto;
        margin-top: 10px;
    }
}
@media screen and (min-width: 768px) {
    .copyrights p {
        text-align: center;
    }
    .copyrights a.link_dhg {
        text-align: right;
    }
    .copyrights .right_f p {
        text-align: right;
    }
    .copyrights .right_f {
        display: table;
        float: right;
    }
}
a.sitemap_footer {
    color: #fff;
}

/*==== ICONES CONTATO ====*/
b#ic_em {
    padding-left: 30px;
    background: url('../img/sprite_main.png') 0px -351px no-repeat;
    height: 24px;
    line-height: 24px;
}
b#ic_te {
    padding-left: 30px;
    background: url('../img/sprite_main.png') 0px -370px no-repeat;
    height: 24px;
    line-height: 24px;
}
b#ic_sk {
    padding-left: 30px;
    background: url('../img/sprite_main.png') 0px -389px no-repeat;
    height: 24px;
    line-height: 24px;
}
b#ic_at {
    padding-left: 30px;
    background: url('../img/sprite_main.png') 0px -408px no-repeat;
    height: 24px;
    line-height: 24px;
}
b#ic_en {
    padding-left: 30px;
    background: url('../img/sprite_main.png') 0px -428px no-repeat;
    height: 24px;
    line-height: 24px;
}

/*==== MAPA GOOGLE ====*/
@media screen and (max-width: 769px) {
    .wrap_map_canvas {
        display: none;
    }
    .wrap_map_canvas_img {
        display: block;
    }
    .wrap_map_canvas_img img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .wrap_map_canvas_img span {
        color: #333;
    }
}
@media screen and (min-width: 770px) {
    #map_canvas {
        width: 100%;
    }
    .pgcontato {
        height: 540px;
    }
    .wrap_map_canvas_img {
        display: none;
    }
}
.gm-style-iw {
    overflow: none !important;
    display: table;
    color: #333;
}
.gm-style-iw div {
    display: table;
}

/*==== UI TO TOP ====*/
@media screen and (max-width: 769px) {
    #toTop {
        display: none !important;
        visibility: hidden !important;
        overflow: hidden !important;
        width: 0px !important;
        height: 0px !important;
        line-height: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
        border: 0 !important;
        text-indent: -9999px !important;
    }
}
@media screen and (min-width: 770px) {
    #toTop {
        display: none;
        text-decoration: none;
        position: fixed;
        bottom: 50px;
        right: 10px;
        overflow: hidden;
        width: 51px;
        height: 51px;
        border: none;
        text-indent: 100%;
        background: url('../img/ui.totop.png') no-repeat left top;
        z-index: 9999;
    }
    #toTopHover {
        background: url('../img/ui.totop.png') no-repeat left -51px;
        width: 51px;
        height: 51px;
        display: block;
        overflow: hidden;
        float: left;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
    }
    #toTop:active, #toTop:focus {
        outline: none;
    }
}

/*==== LISTAGEM ====*/
.incol_list {
    text-align: justify;
}
.incol_list li {
    display: block;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #9c9c9c;
    width: 100%;
}
.incol_list li:last-child {
    border: none;
}
.incol_list li .img {
    float: left;
    margin: 0 10px 0 0;
}
.incol_list li strong {
    display: block;
    overflow: hidden;
}
.incol_list li .txt {
    display: block;
    height: 66px;
    overflow: hidden;
}
.box-palestra-notfound {
    min-height: 350px !important;
}

/*==== BARRA DE REDES SOCIAIS ====*/
.social_bar {
    position: relative;
    padding: 5px;
    color: #0ac0d5;
    float: right;
    margin-right: 5%;
}
.social_bar .social_txt {
    margin: 0 10px;
    float: left;
}
.social_bar .twitter-share-button, .social_bar .facebook-share, .social_bar .g-plusone2, .social_bar #copy, .social_bar #link_copy, .social_bar .pdf, .social_bar .addthis_button {
    position: relative;
    float: left;
    margin: 0 0 0 10px;
}
.social_bar .twitter-share-button {
    margin: 0;
}
.social_bar .addthis_button {}
.social_bar .g-plusone2 {
    width: 60px !important;
    margin: 0 10px !important;
    overflow: hidden;
}
.social_bar .twitter-share-button, .social_bar .facebook-share {
    width: 100px !important;
    overflow: hidden;
}
.social_bar #link_copy {
    width: 120px;
    height: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #9c9c9c;
    padding: 0;
}
.social_bar #copy {
    display: block;
    width: 23px;
    height: 23px;
    background: url('../img/copy.png') no-repeat 0 0;
}
.social_bar .pdf {
    display: block;
    width: 23px;
    height: 23px;
    background: url('../img/pdf.png') no-repeat 0 0;
}

/*==== AVISO SE FOR IE ====*/
.aviso_ie {
    padding: 5px 0;
    border-bottom: 1px solid #F7941D;
    background: #FEEFDA;
    text-align: center;
    font: 400 14px;
    position: relative;
}
.aviso_ie a {
    color: #F7941D;
}
.aviso_ie .close {
    position: absolute;
    right: 15px;
    top: 25px;
    font: 400 16px;
    padding: 5px;
    background-color: #F7941D;
    cursor: pointer;
}

/*==== COLOR BOX ====*/
/*Não Alteravel*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
/* Alteravel*/
#cboxOverlay {
    background: url('../img/colorbox/overlay.png') repeat 0 0;
}
#colorbox {
    outline: 0;
}
#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url('../img/colorbox/controls.png') no-repeat -101px 0;
}
#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url('../img/colorbox/controls.png') no-repeat -130px 0;
}
#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url('../img/colorbox/controls.png') no-repeat -101px -29px;
}
#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url('../img/colorbox/controls.png') no-repeat -130px -29px;
}
#cboxMiddleLeft {
    width: 21px;
    background: url('../img/colorbox/controls.png') left top repeat-y;
}
#cboxMiddleRight {
    width: 21px;
    background: url('../img/colorbox/controls.png') right top repeat-y;
}
#cboxTopCenter {
    height: 21px;
    background: url('../img/colorbox/border.png') 0 0 repeat-x;
}
#cboxBottomCenter {
    height: 21px;
    background: url('../img/colorbox/border.png') 0 -29px repeat-x;
}
#cboxContent {
    background: #fff;
    overflow: hidden;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    margin-bottom: 28px;
}
#cboxTitle {
    position: absolute;
    bottom: 4px;
    right: 35px;
    text-align: center;
    color: #949494;
}
#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}
#cboxLoadingOverlay {
    background: url('../img/colorbox/loading_background.png') no-repeat center center;
}
#cboxLoadingGraphic {
    background: url('../img/colorbox/loading.gif') no-repeat center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}
#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}
#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../img/colorbox/controls.png') no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxPrevious:hover {
    background-position: -75px -25px;
}
#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url('../img/colorbox/controls.png') no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxNext:hover {
    background-position: -50px -25px;
}
#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../img/colorbox/controls.png') no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxClose:hover {
    background-position: -25px -25px;
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}



.bt_pdf {
    text-transform: uppercase;
    font-size: 15px;
    background-color: rgba(0, 199, 80, 0.76);
    color: #fff;
    padding: 5px 7px;
    margin: 5px;
    text-decoration: none !important;
    font-weight: 500;
    line-height: 50px;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}


.area-restrita {
    text-decoration: none !important;
    color: #fff;
    padding: 7px 13px;
    background-color: rgba(0, 199, 80, 0.76);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 500;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.area-restrita-senha {
    text-decoration: none !important;
    color: #fff;
    padding: 8px 13px;
    background-color: rgba(256, 50, 50, 0.76);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 500;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.small_form {
    margin-top: 20px;
    position: absolute;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}


.descricao_acompanhamento {
    text-align: justify;
    line-height: 22px;

}

.comentario {
    margin: 5px 0 5px 0;
    font-size: 14px;
    line-height: 18px;
    color: #919191;
    text-align: justify;
}

.comentario_bold {
    margin: 5px 0 5px 0;
    font-size: 14px;
    line-height: 18px;
    color: #919191;
    text-align: justify;
    font-weight: bold;
}

.tagtopo {
    margin: 5px 0 5px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999999;
}
.tagtopo a {
    font-size: 14px;
    text-decoration: none;
    color: #919191;
    cursor: pointer;
}
.tagtopo a:hover {
    font-size: 14px;
    text-decoration: underline;
    color: #919191;
    cursor: pointer;
}

.esconder_hs {
    position: relative;
    top: -400px;
    height: 0px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.mostrar_hs {
    height: 360px;
    position: relative;
    top: 30px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.facebook_rodape {
    width: 500px;
    position: relative;
    margin-left: 50%;
    left: -250px;
    top: 20px;
}

.form_rapido form {
    background-color: #D2FBC8;
    color: #000;
}

.form_rapido input[type=submit], form input[type=reset] {
    background-color: #FF8000;
}