/*
 =====================================================================
 *   Layout desenvolvido por Luiz Felipe (Felipe Strong)
 *   Site: www.tacticweb.com.br
 =====================================================================
 */

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    margin: 0;
    color: #000;
    padding-top: 50px;
    font-family: 'Abel', sans-serif;
    height: 100%;
    background: #e1e1e1
}

input, select, textarea {

    outline: none;
}

::selection {
    background: #000;
    color: #e7c363;
}

::-moz-selection {
    background: #000;
    color: #e7c363;
}

html {
    height: 100%;
}

a, img {
    text-decoration: none;
    border: none;
    color: #000;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    color: #000 !important;
}

@font-face {

    font-family: "social";
    src: url("../../fontes/social_font.ttf") format("truetype");
}

.f_social {
    font-family: "social";
}

@font-face {

    font-family: "futura";
    src: url("../../fontes/futura.ttf") format("truetype");
}

.f_futura {
    font-family: "futura";
}

@font-face {

    font-family: "avante";
    src: url("../../fontes/avante.ttf") format("truetype");
}

.f_avante {
    font-family: "avante";
}

@font-face {

    font-family: "bebas";
    src: url("../../fontes/bebas.ttf") format("truetype");
}

.f_bebas {
    font-family: "bebas";
}

header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: #fff;
}

.img_cem {
    width: 100%;
}

.header {
    border-top: 5px solid #e7c363;
    width: 100%;
    background: url('../img/textura.jpg'), #000;
    overflow: hidden;
}

.logo2 {
    width: 23%;
    float: left;
    margin-left: 20%;
    margin-top: 45px;
    overflow: hidden;
}

.right_top {
    width: 45%;
    float: right;
    overflow: hidden;
    margin-top: 5px;
    padding: 0 5% 0 0
}

.social_login {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

.social {
    font-family: "social";
    color: #e7c363;
    overflow: hidden;
    float: right;
}

.icon_social {
    float: right;
    font-size: 45px;
    float: right;
    color: #e7c363;
    margin: 0 10px;
    padding: 10px 0;
}

.bt_login {
    color: #e7c363;
    font-size: 22px;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

.search {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.box_search {
    float: right;
    width: 300px;
    background: #323232;
    color: #fff;
    opacity: 0.8;
    border: solid 1px #323232;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px 20px;
    box-shadow: inset 1px 5px 10px #000, 1px 5px 10px #000;
    font-family: 'Abel', sans-serif;
}

.bt_search {
    float: right;
    width: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.base_menu {
    background: #e7c363;
    height: 56px;
    display: block;
}

nav {
    float: right;
    padding: 0 5% 0 0;
    width: 77%;
    display: block;
}

.menu, .sub-menu {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
    color: #000;
}
.menu, .sub-menu {
    list-style: none;
}
.sub-menu {
    background: #444;
}
.menu a {
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    color: #000;
    font-size: 18px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.menu a:hover {
    color: #e7c363;
    background: #000;
}

.menu li {
    position: relative;
}
.menu > li {
    float: right;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.menu > li:hover {
    background: #fff;
}
.menu li:hover > .sub-menu {
    display: block;
    background: #000;
}

.sub-menu {
    display: none;
    position: absolute;
    min-width: 150px;
    z-index: 999;
    color: #fff;
    font-size: 18px;
}

.sub-menu li {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    color: #fff;
    font-size: 10px;
}

.sub-menu li a {
    color: #fff;
    font-size: 18px;
}

.sub-menu li:hover {
    color: #000;
}

.sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
/*fim do menu*/

.brasao {
    position: absolute;
    top: 5px;
    left: 5%;
    width: 13%;
    z-index: 99999;
}

.bt_mob {
    display: none;
}

.menu_mob {
    display: none
}

/* SLIDER */
.banner_slide {
    width: 100%;
    height: 100%;
}

.spacing_slider {
    height: 490px;
    width: 100%;
    display: none;
}

/*slider*/
/* jssor slider bullet navigator skin 05 css */
/*
 .jssorb05 div           (normal)
 .jssorb05 div:hover     (normal mouseover)
 .jssorb05 .av           (active)
 .jssorb05 .av:hover     (active mouseover)
 .jssorb05 .dn           (mousedown)
 */
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('../img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div {
    background-position: -7px -7px;
}
.jssorb05 div:hover, .jssorb05 .av:hover {
    background-position: -37px -7px;
}
.jssorb05 .av {
    background-position: -67px -7px;
}
.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -97px -7px;
}

/* jssor slider arrow navigator skin 22 css */
/*
 .jssora22l                  (normal)
 .jssora22r                  (normal)
 .jssora22l:hover            (normal mouseover)
 .jssora22r:hover            (normal mouseover)
 .jssora22l.jssora22ldn      (mousedown)
 .jssora22r.jssora22rdn      (mousedown)
 */
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('../img/a22.png') center center no-repeat;
    overflow: hidden;
}
.bt_left {
    position: absolute;
    z-index: 99999999999999;
    left: 5%;
    width: 40px;
    cursor: pointer;
}

.bt_right {
    position: absolute;
    z-index: 99999999999999;
    right: 5%;
    width: 40px;
    cursor: pointer;
}
.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}
.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}

.base_slider {
    position: relative;
    margin: 0 auto;
    top: 90px;
    left: 0px;
    width: 1300px;
    height: 500px;
    overflow: hidden;
    visibility: hidden;
}

.container {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
}

.base1 {
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.base1_left {
    width: 67%;
    overflow: hidden;
    float: left;
}

.base1_right {
    width: 30%;
    overflow: hidden;
    float: right;
}

.not_principal {
    background: #fff;
    margin-left: 10%;
    overflow: hidden;
    margin-bottom: 30px;
}

.img_not_princ {
    width: 45%;
    overflow: hidden;
    float: left;
    height: 360px;
}

.info_not_princ {
    float: left;
    margin-left: 5%;
    width: 45%;
    margin-top: 5%;
}

.title_not_princ {
    font-size: 30px;
    color: #303030;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 35px;
    height: auto;
}

.subtitle_not_princ {
    font-size: 22px;
    overflow: hidden;
    color: #303030;
    height: 80px;
}

.tag_outras_noticias {
    background: url('../img/title_left.png') no-repeat;
    width: 400px;
    height: 42px;
    overflow: hidden;
    padding: 5px 0 0 10%;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.area_outras_not {
    overflow: hidden;
    display: block;
    margin-left: 10%;
}

.box_info {
    width: 48%;
    float: left;
    overflow: hidden;
    background: #fff;
    border-bottom: 5px solid #e7c363;
}

.dir {
    /*float: right;*/
    margin-right: 2%;
}

.img_box {
    overflow: hidden;
    height: 250px;
    margin-bottom: 5px;
}

.data {
    color: #b59235;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5px;
}

.title_box {
    color: #474747;
    overflow: hidden;
    font-size: 22px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5px;
    height: 55px;
    margin-bottom: 5%;
}

.banner_dir {
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 20%;
}

.tag_colunas {
    background: url('../img/title_right.png') no-repeat left top;
    width: 100%;
    height: 42px;
    overflow: hidden;
    padding: 8px 0 0 25%;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.colunas {
    overflow: hidden;
    margin-right: 20%;
}

.box_colunista {
    background: #fff;
    border-bottom: 5px solid #e7c363;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
}

.ft_colunista {
    width: 80px;
    float: left;
    height: 80px;
    overflow: hidden;
}

.info_coluna {
    width: 65%;
    margin-right: 5%;
    float: right;
    margin-top: 5px;
}

.nome_colunista {
    color: #b59235;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 5px;
}

.title_coluna {
    overflow: hidden;
    height: 40px;
}

.bt_colunas {
    font-size: 22px;
}

.banner_central {
    width: 87%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.fotos_index {
    width: 87%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 0px;
}

.div3 {
    width: 31%;
}

.marginh {
    margin-right: 2%;
}

.base_bt {
    display: block;
    margin-bottom: 60px;
}

.bt_fotos {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    background: url('../img/bt_central.png') no-repeat top center;
    padding: 10px 0;
    font-size: 20px;
    margin-top: 2%;
}

footer {
    background: url('../img/textura.jpg');
    border-top: solid 5px #e7c363;
    padding: 20px 10%;
}

.logo_footer {
    width: 8%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

.base_footer {
    display: block;
    overflow: hidden;
}

.att {
    width: 30%;
    float: left;
    overflow: hidden;
}

.title_footer {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.whats {
    color: #ccc;
    font-size: 18px;
    float: left;
    margin: 0 5px 0 5px;
}

.ico_whats {
    float: left;
    width: 30px;
}

.fenumber {
    color: #ccc;
    font-size: 18px;
    float: left;
    margin: 0 5px 0 5px;
}

.end {
    width: 30%;
    float: left;
    overflow: hidden;
    margin: 0 5%;
}

.endereco {
    color: #ccc;
    font-size: 18px;
}

.socialmedia {
    width: 30%;
    float: right;
    overflow: hidden;
}

.icon_social {
    display: block;
}

.icon_social_footer {
    font-family: "social";
    float: left;
    margin: 0 10px;
    font-size: 53px;
    padding: 10px 0;
    color: #e7c363;
}

.copyright_tacticweb {
    background: #000;
    padding: 10px 10%;
    overflow: hidden;
}

.copyright {
    color: #999;
    float: left;
}

.tw {
    width: 101px;
    height: 28px;
    float: right;
    background: url(../img/tw.png) no-repeat left top;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    cursor: pointer;
}

.tw:hover {
    background: url(../img/tw.png) no-repeat right top;
}

.space_h {
    display: block;
    height: 135px;
}

.box_page {
    background: #fff;
    border-bottom: solid 5px #e7c363;
    margin-left: 10%;
    padding: 3%;
    text-align: justify;
    font-size: 18px;
    color: #666;
    overflow: hidden;
}

.img_inst {
    float: left;
    width: 35%;
    margin-right: 15px;
    margin-bottom: 5px;
}

.tag_title_page {
    background: url('../img/title_pages.png') top right no-repeat;
    font-size: 28px;
    font-weight: bold;
    padding: 10px 0 10px 10%;
    margin-bottom: 20px;
    width: 40%;
}

.text_associesse {
    color: #000;
    font-size: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.name_form {
    color: #999;
    display: block;
}

.box_form_ass, .select2 {
    font-family: 'Abel', sans-serif;
    padding: 10px 20px;
    width: 400px;
    background: #e7c363;
    color: #000;
    border: solid 1px #e7c363;
    /*margin-bottom: 30px;*/
    font-size: 18px;
}

.title_dependentes {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.area_dependentes {
    padding: 20px;
    overflow: hidden;
    border: solid 2px #e7c363;
}

.autorizacao {
    color: #000;
    overflow: hidden;
    margin-bottom: 30px;
}

.bt_submit {
    font-family: 'Abel', sans-serif;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
    background: #000;
    border: solid 1px #000;
    color: #e7c363;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.bt_submit:hover {
    background: #e7c363;
    border: solid 1px #e7c363;
    color: #000;
}

.list_not {
    overflow: hidden;
    border-bottom: 1px dotted #666;
    margin-bottom: 30px;
    background: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    clear: both;
    display: block;
}

.list_not:hover {
    background: #e7c363;
}

.img_not_list {
    float: left;
    width: 25%;
    overflow: hidden;
}

.info_not_list {
    float: right;
    margin-right: 5%;
    margin-top: 20px;
    width: 65%;
}

.data_not_list {
    font-size: 14px;
}

.title_not_list {
    font-weight: bold;
}

.paginacao {
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
}

.bt_pag {
    float: left;
    text-align: center;
    padding: 10px 20px;
    background: #e7c363;
    color: #000;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.bt_pag:hover {
    background: #000;
    color: #e7c363;
}

.data_not_inc {
    color: #b59235;
    margin-bottom: 5px;
}

.title_not_inc {
    font-size: 40px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: left;
    color: #303030;
}

.text_not {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #ccc;
    line-height: 28px;
}

.tag_ultimas {
    padding: 10px 20px;
    background: #e7c363;
    color: #000;
    border-right: 20px solid #000;
    margin-bottom: 30px;
    float: left;
    font-size: 22px;
    font-weight: bold;
}

.categ_convenio {
    width: 33.30%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    text-align: center;
    color: #000;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.categ_convenio:hover {
    background: #e7c363;
}

.ico_categ_conv {
    width: 70%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 25px;
}

.name_categ_conv {
    width: 70%;
    margin: 0 auto;
    font-weight: bold;
}

.list_conv {
    overflow: hidden;
    border-bottom: 1px dotted #666;
    margin-bottom: 30px;
    background: #fff;
    clear: both;
    display: block;
}

.img_conv_list {
    float: left;
    width: 45%;
    overflow: hidden;
}

.info_conv_list {
    float: left;
    width: 45%;
    overflow: hidden;
    margin-left: 5%;
    color: #000;
    margin-top: 5%;
}

.name_empresa {
    font-size: 24px;
    overflow: hidden;
    margin-bottom: 15px;
    font-weight: bold;
}

.text_conv_list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    color: #666;
}

.item {
    overflow: hidden;
    margin-bottom: 10px;
}

.social_list {
    overflow: hidden;
}

.icon_social_list {
    float: left;
    margin-right: 8px;
    font-size: 54px;
    padding: 10px 0;
}

.img_box2 {
    overflow: hidden;
    height: 150px;
    margin-bottom: 5px;
}

.title_box2 {
    color: #474747;
    overflow: hidden;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5px;
    height: 55px;
    margin-bottom: 5%;
}

.box_info2 {
    width: 30%;
    float: left;
    overflow: hidden;
    background: #fff;
    border-bottom: 5px solid #e7c363;
    margin-left: 3%;
    margin-bottom: 30px;
}

.video_inc {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.mapa {
    float: left;
    width: 40%;
    height: 300px;
    margin-right: 25px;
}

.form_cont {
    padding: 20px;
    overflow: hidden;
    border: solid 2px #e7c363;
}

.form_contato {
    float: left;
    width: 45%;
    margin-right: 5%;
    padding: 10px 25px;
    background: #e1e1e1;
    border: solid 1px #e1e1e1;
    margin-bottom: 20px;
    font-family: 'Abel', sans-serif;
    color: #000;
    font-size: 18px;
}

.textarea {
    clear: both;
    width: 95%;
    padding: 10px 25px;
    background: #e1e1e1;
    border: solid 1px #e1e1e1;
    margin-bottom: 20px;
    font-family: 'Abel', sans-serif;
    color: #000;
    font-size: 18px;
}

/*LOGIN*/

.login {
    float: left;
    background: url('../img/shadow_vert.png') no-repeat right top;
    overflow: hidden;
    width: 50%;
}

.cadast {
    float: left;
    overflow: hidden;
    width: 50%;
}

.img_login {
    width: 85%;
    margin-left: 5%;
    margin-bottom: 10px;
}

.box_login {
    background: #e1e1e1;
    width: 75%;
    border: solid 1px #e1e1e1;
    padding: 20px 5%;
    /* margin-bottom: 20px; */
    margin-left: 5%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
}

.bt_login2 {
    background: #7ac144;
    color: #fff;
    width: 75%;
    border: solid 1px #e1e1e1;
    padding: 10px 5%;
    /* margin-bottom: 20px; */
    margin-left: 5%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    font-size: 33px;
    cursor: pointer;
}

.text_cadast {
    margin-left: 15%;
    text-align: left;
    overflow: hidden;
    width: 70%;
    line-height: 22px;
    margin-bottom: 25px;
}

.text_cadast_mail {
    margin-left: 15%;
    overflow: hidden;
    margin-bottom: 10px;
    color: #999;
    font-size: 18px;
}

.box_email {
    background: #e1e1e1;
    width: 60%;
    border: solid 1px #e1e1e1;
    padding: 20px 5%;
    margin-bottom: 20px;
    margin-left: 5%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    margin-left: 15%;
}

.bt_cadast {
    background: #ff0542;
    color: #fff;
    width: 60%;
    border: solid 1px #e1e1e1;
    padding: 10px 5%;
    margin-bottom: 20px;
    margin-left: 5%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    font-size: 33px;
    cursor: pointer;
    margin-left: 15%;
}

.bt_esqueci_senha {
    color: #ff0000;
    width: 75%;
    padding: 10px 0;
    margin-left: 5%;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
}

.bt_submit2 {
    font-family: 'Abel', sans-serif;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
    background: #000;
    border: solid 1px #000;
    color: #e7c363;
    margin-bottom: 5px;
    margin-left: 5%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.bt_submit2:hover {
    background: #e7c363;
    border: solid 1px #e7c363;
    color: #000;
}

.bt_submit3 {
    font-family: 'Abel', sans-serif;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
    background: #000;
    border: solid 1px #000;
    color: #e7c363;
    margin-bottom: 30px;
    margin-left: 15%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.bt_submit3:hover {
    background: #e7c363;
    border: solid 1px #e7c363;
    color: #000;
}

.box_check {
    display: none;
}

.bg_transparent {
    background-color: rgba(0, 0, 0, 0.9);
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999999999999999;
    top: 0;
    left: 0;
}

.box_cupom {
    background: #fff;
    position: fixed;
    width: 500px;
    overflow: hidden;
    z-index: 99999999999999999999999999999999999999;
    left: 50%;
    top: 150px;
    margin-left: -250px;
    border: solid 2px #000;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    color: #000;
    cursor: pointer;
}

.bt_x {
    background: url(../img/bt_fechar.jpg);
    width: 43px;
    height: 43px;
    position: absolute;
    z-index: 999999999999999999999999999999999999999;
    cursor: pointer;
    top: 0px;
    right: 0px;
}

/*FIM LOGIN*/
.tag_title_page2 {
    background: url('../img/title_pages.png') top left no-repeat;
    font-size: 28px;
    font-weight: bold;
    padding: 10px 0 10px 10%;
    margin-bottom: 20px;
    width: 40%;
    margin-left: -5%;
}

.base_associado {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 80%;
}

.base_painel {
    width: 30%;
    overflow: hidden;
    float: left;
}

.base_content {
    width: 70%;
    overflow: hidden;
    float: right;
}

.box_page2 {
    background: #fff;
    border-bottom: solid 5px #e7c363;
    padding: 3%;
    text-align: justify;
    font-size: 18px;
    color: #666;
    overflow: hidden;
}

.area_painel {
    overflow: hidden;
    display: block;
    border-right: #e7c363 10px solid;
    background: #000;
    width: 99%;
}

.lk_painel {
    padding: 15px 20px 15px 20px;
    color: #e7c363;
    font-size: 18px;
    border-bottom: #e7c363 2px solid;
    display: block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.lk_painel:hover {
    padding: 15px 10px 15px 30px;
    background: #e7c363;
    color: #000;
}

.boas_vindas {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.text_associado {
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.item_cadastro {
    font-size: 16px;
    padding: 5px 20px;
    display: block;
    background: #e1e1e1;
    margin-bottom: 3px;
    overflow: hidden;
}

.ico_baixar {
    float: left;
    width: 40px;
    margin-right: 20px;
    overflow: hidden;
}

.name_arquivo {
    font-weight: bold;
    float: left;
    color: #000;
}

.img_not_list2 {
    float: left;
    width: 13%;
    overflow: hidden;
}

.info_not_list2 {
    float: right;
    margin-right: 5%;
    margin-top: 20px;
    width: 80%;
}

.colunista {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.img_colunista {
    width: 90px;
    float: left;
    overflow: hidden;
    border: solid 1px #000;
}

.info_colunista {
    float: left;
    margin-left: 20px;
    font-style: italic;
}

.area_comentario {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px;
}

.coment_site {
    background: #000;
    font-size: 14px;
    color: #e7c363;
    padding: 10px 20px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.coment_site:hover {
    background: #e7c363;
    color: #000;
}

.coment_face {
    background: #003ebb;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.coment_face:hover {
    background: #0054ff;
}

.coment_google {
    background: #eb3838;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.coment_google:hover {
    background: #d30000;
}

.box_coment, .box_coment_face, .box_coment_google {
    overflow: hidden;
    display: none;
}

.coment_site_form {
    border: solid 2px #e7c363;
    display: block;
    padding: 20px 20px 0 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.form_coment {
    padding: 5px 20px;
    font-family: 'Abel', sans-serif;
    background: #ccc;
    color: #000;
    width: 500px;
    border: solid 1px #ccc;
    margin-bottom: 15px;
    font-size: 18px;
}

.list_coments {
    overflow: hidden;
}

.list_c {
    display: block;
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px dotted #666;
}

.nome_coment {
    font-weight: bold;
}

.email_coment {
    font-size: 14px;
    font-weight: bold;
}

.form_list {
    font-weight: bold;
    padding: 5px 20px;
    font-family: 'Abel', sans-serif;
    background: #fff;
    color: #000;
    border: solid 1px #ccc;
    font-size: 12px;
    width: 50%;
}

@media only screen and (max-width: 800px) {

    * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    html, body {
        margin: 0;
        color: #000;
        padding-top: 50px;
        font-family: 'Abel', sans-serif;
        height: 100%;
        background: #e1e1e1
    }

    ::selection {
        background: #000;
        color: #e7c363;
    }

    ::-moz-selection {
        background: #000;
        color: #e7c363;
    }

    html {
        height: 100%;
    }

    a, img {
        text-decoration: none;
        border: none;
        color: #000;
    }

    @font-face {

        font-family: "social";
        src: url("../../fontes/social_font.ttf") format("truetype");
    }

    .f_social {
        font-family: "social";
    }

    @font-face {

        font-family: "futura";
        src: url("../../fontes/futura.ttf") format("truetype");
    }

    .f_futura {
        font-family: "futura";
    }

    @font-face {

        font-family: "avante";
        src: url("../../fontes/avante.ttf") format("truetype");
    }

    .f_avante {
        font-family: "avante";
    }

    @font-face {

        font-family: "bebas";
        src: url("../../fontes/bebas.ttf") format("truetype");
    }

    .f_bebas {
        font-family: "bebas";
    }

    header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999999999999999999;
        width: 100%;
        background: #fff;
    }

    .img_cem {
        width: 100%;
    }

    .header {
        border-top: 5px solid #e7c363;
        width: 100%;
        background: url('../img/textura.jpg'), #000;
        overflow: hidden;
        border-bottom: 5px solid #e7c363;
    }

    .logo2 {
        width: 65%;
        float: none;
        margin-left: 20px;
        margin-top: 25px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .right_top {
        width: 45%;
        float: right;
        overflow: hidden;
        margin-top: 5px;
        padding: 0 5% 0 0;
        display: none;
    }

    .social_login {
        display: block;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .social {
        font-family: "social";
        color: #e7c363;
        overflow: hidden;
        float: right;
    }

    .icon_social {
        float: right;
        font-size: 45px;
        float: right;
        color: #e7c363;
        margin: 0 10px;
        padding: 10px 0;
    }

    .bt_login {
        color: #e7c363;
        font-size: 22px;
        float: right;
        margin-right: 20px;
        margin-top: 10px;
    }

    .search {
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .box_search {
        float: right;
        width: 300px;
        background: #323232;
        color: #fff;
        opacity: 0.8;
        border: solid 1px #323232;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 10px 20px;
        box-shadow: inset 1px 5px 10px #000, 1px 5px 10px #000;
        font-family: 'Abel', sans-serif;
    }

    .bt_search {
        float: right;
        width: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .base_menu {
        background: #e7c363;
        height: 56px;
        display: none;
    }

    nav {
        float: right;
        padding: 0 5% 0 0;
        width: 77%;
        display: block;
    }

    .menu, .sub-menu {
        margin: 0;
        padding: 0;
    }

    .clearfix:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
        visibility: hidden;
        overflow: hidden;
        color: #000;
    }
    .menu, .sub-menu {
        list-style: none;
    }
    .sub-menu {
        background: #444;
    }
    .menu a {
        text-decoration: none;
        display: block;
        padding: 15px 25px;
        color: #000;
        font-size: 20px;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .menu a:hover {
        color: #e7c363;
        background: #000;
    }

    .menu li {
        position: relative;
    }
    .menu > li {
        float: right;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
    }
    .menu > li:hover {
        background: #fff;
    }
    .menu li:hover > .sub-menu {
        display: block;
        background: #000;
    }

    .sub-menu {
        display: none;
        position: absolute;
        min-width: 150px;
        z-index: 999;
        color: #fff;
        font-size: 18px;
    }

    .sub-menu li {
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        color: #fff;
        font-size: 10px;
    }

    .sub-menu li a {
        color: #fff;
        font-size: 18px;
    }

    .sub-menu li:hover {
        color: #000;
    }

    .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }
    /*fim do menu*/

    .brasao {
        position: absolute;
        top: 5px;
        left: 5%;
        width: 13%;
        z-index: 9999999999999999999999;
        display: none;
    }

    .bt_mob {
        display: block;
        position: fixed;
        z-index: 9999999999999999999999999999999999999;
        width: 70px;
        height: 70px;
        top: 5px;
        right: 0;
        background: url('../img/btn_mobile.png') no-repeat center center;
        cursor: pointer;
    }

    .menu_mob {
        display: none;
        height: 100%;
        width: 100%;
        background: #000;
        margin-top: -20px;
        position: fixed;
        z-index: 9999999999999999999999999999999999;
        /*padding: 10%;*/
        padding: 4%;
    }

    .area_menu_mob {
        overflow: hidden;
        display: block;
        height: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        /*width: 90%;*/
        width: 100%;
    }

    .lk_mob {
        background: #e7c363;
        color: #000;
        padding: 10px 20px 10px 20px;
        overflow: hidden;
        border-bottom: 2px solid #000;
        /*width: 75%;*/
        width: 100%;
    }

    .lk_mob:active {
        background: #000;
        color: #e7c363;
    }

    /* SLIDER */
    .banner_slide {
        width: 100%;
        height: 100%;
    }

    .spacing_slider {
        height: 490px;
        width: 100%;
        display: none;
    }

    /*slider*/
    /* jssor slider bullet navigator skin 05 css */
    /*
     .jssorb05 div           (normal)
     .jssorb05 div:hover     (normal mouseover)
     .jssorb05 .av           (active)
     .jssorb05 .av:hover     (active mouseover)
     .jssorb05 .dn           (mousedown)
     */
    .jssorb05 {
        position: absolute;
    }
    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background: url('../img/b05.png') no-repeat;
        overflow: hidden;
        cursor: pointer;
    }
    .jssorb05 div {
        background-position: -7px -7px;
    }
    .jssorb05 div:hover, .jssorb05 .av:hover {
        background-position: -37px -7px;
    }
    .jssorb05 .av {
        background-position: -67px -7px;
    }
    .jssorb05 .dn, .jssorb05 .dn:hover {
        background-position: -97px -7px;
    }

    /* jssor slider arrow navigator skin 22 css */
    /*
     .jssora22l                  (normal)
     .jssora22r                  (normal)
     .jssora22l:hover            (normal mouseover)
     .jssora22r:hover            (normal mouseover)
     .jssora22l.jssora22ldn      (mousedown)
     .jssora22r.jssora22rdn      (mousedown)
     */
    .jssora22l, .jssora22r {
        display: block;
        position: absolute;
        /* size of arrow element */
        width: 40px;
        height: 58px;
        cursor: pointer;
        background: url('../img/a22.png') center center no-repeat;
        overflow: hidden;
    }
    .bt_left {
        position: absolute;
        z-index: 99999999999999;
        left: 5%;
        width: 40px;
        cursor: pointer;
        display: none;
    }

    .bt_right {
        position: absolute;
        z-index: 99999999999999;
        right: 5%;
        width: 40px;
        cursor: pointer;
        display: none;
    }
    .jssora22l.jssora22ldn {
        background-position: -250px -31px;
    }
    .jssora22r.jssora22rdn {
        background-position: -310px -31px;
    }

    .base_slider {
        position: relative;
        margin: 0 auto;
        top: -15px;
        left: 0px;
        width: 1300px;
        height: 500px;
        overflow: hidden;
        visibility: hidden;
    }

    .container {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-top: -16px;
    }

    .base1 {
        overflow: hidden;
        display: block;
        margin-bottom: 5px;
    }

    .base1_left {
        width: 90%;
        overflow: hidden;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .base1_right {
        width: 90%;
        overflow: hidden;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
        display: none;
    }

    .not_principal {
        background: #fff;
        margin-left: 0%;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .img_not_princ {
        width: 100%;
        overflow: hidden;
        float: none;
        height: auto;
        margin-bottom: 20px;
    }

    .info_not_princ {
        float: none;
        margin-left: 0%;
        width: 90%;
        margin-top: 0%;
        margin: 0 auto;
    }

    .title_not_princ {
        font-size: 18px;
        color: #303030;
        overflow: hidden;
        margin-bottom: 20px;
        line-height: normal;
        height: auto;
        text-align: left;
    }

    .subtitle_not_princ {
        font-size: 18px;
        overflow: hidden;
        color: #303030;
        height: 60px;
        margin-bottom: 20px;
    }

    .tag_outras_noticias {
        background: url('../img/title_left.png') no-repeat right top;
        width: 95%;
        height: 42px;
        overflow: hidden;
        padding: 5px 0 0 5%;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .area_outras_not {
        overflow: hidden;
        display: block;
        margin-left: 0%;
    }

    .box_info {
        width: 100%;
        float: none;
        overflow: hidden;
        background: #fff;
        border-bottom: 5px solid #e7c363;
        margin-bottom: 20px;
    }

    .dir {
        float: none;
    }

    .img_box {
        overflow: hidden;
        height: auto;
        margin-bottom: 10px;
    }

    .data {
        color: #b59235;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .title_box {
        color: #474747;
        overflow: hidden;
        font-size: 22px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 5px;
        height: 55px;
        margin-bottom: 5%;
    }

    .banner_dir {
        overflow: hidden;
        margin-bottom: 30px;
        margin-right: 0%;
    }

    .tag_colunas {
        background: url('../img/title_right.png') no-repeat left top;
        width: 90%;
        height: 42px;
        overflow: hidden;
        padding: 8px 10% 0 0%;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 20px;
        text-align: right;
    }

    .colunas {
        overflow: hidden;
        margin-right: 0%;
    }

    .box_colunista {
        background: #fff;
        border-bottom: 5px solid #e7c363;
        overflow: hidden;
        margin-bottom: 20px;
        display: block;
    }

    .ft_colunista {
        width: 80px;
        float: left;
        height: 80px;
        overflow: hidden;
    }

    .info_coluna {
        width: 65%;
        margin-right: 5%;
        float: right;
        margin-top: 5px;
    }

    .nome_colunista {
        color: #b59235;
        font-size: 14px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .title_coluna {
        overflow: hidden;
        height: 40px;
    }

    .bt_colunas {
        font-size: 22px;
    }

    .banner_central {
        width: 87%;
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .fotos_index {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .div3 {
        width: 100%;
    }

    .marginh {
        margin: 0 0%;
        margin-bottom: 20px;
    }

    .base_bt {
        display: block;
        margin-bottom: 60px;
    }

    .bt_fotos {
        width: 300px;
        margin: 0 auto;
        text-align: center;
        background: url('../img/bt_central.png') no-repeat top center;
        padding: 10px 0;
        font-size: 20px;
    }

    footer {
        background: url('../img/textura.jpg');
        border-top: solid 5px #e7c363;
        padding: 20px 10%;
    }

    .logo_footer {
        width: 80%;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .base_footer {
        display: block;
        overflow: hidden;
    }

    .att {
        width: 260px;
        margin: 0 auto;
        overflow: hidden;
        float: none;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .title_footer {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }

    .whats {
        color: #ccc;
        font-size: 15px;
        float: left;
        margin: 0 5px 0 5px;
    }

    .ico_whats {
        float: left;
        width: 20px;
    }

    .fenumber {
        color: #ccc;
        font-size: 15px;
        float: left;
        margin: 0 5px 0 5px;
    }

    .end {
        width: 100%;
        float: none;
        overflow: hidden;
        margin: 0 5%;
    }

    .endereco {
        color: #ccc;
        font-size: 18px;
        text-align: center;
        margin-bottom: 30px;
    }

    .socialmedia {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    .icons_social {
        width: 235px;
        margin: 0 auto;
        overflow: hidden;
    }

    .icon_social {
        display: block;
    }

    .icon_social_footer {
        font-family: "social";
        float: left;
        margin: 0 10px;
        font-size: 53px;
        padding: 10px 0;
        color: #e7c363;
    }

    .copyright_tacticweb {
        background: #000;
        padding: 10px 10%;
        overflow: hidden;
    }

    .copyright {
        color: #999;
        float: none;
        text-align: center;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .tw {
        width: 101px;
        height: 28px;
        float: none;
        background: url(../img/tw.png) no-repeat left top;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        cursor: pointer;
        margin: 0 auto;
    }

    .tw:hover {
        background: url(../img/tw.png) no-repeat right top;
    }

    .space_h {
        display: block;
        height: 0px;
    }

    .box_page {
        background: #fff;
        border-bottom: solid 5px #e7c363;
        margin-left: 0%;
        padding: 7%;
        text-align: justify;
        font-size: 18px;
        color: #666;
        overflow: hidden;
    }

    .img_inst {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .tag_title_page {
        background: url('../img/title_pages.png') top right no-repeat;
        font-size: 22px;
        font-weight: bold;
        padding: 10px 0 10px 10%;
        margin-bottom: 20px;
        width: 90%;
    }

    .text_associesse {
        color: #000;
        font-size: 20px;
        overflow: hidden;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #ccc;
        text-align: left;
    }

    .form_associese {
        width: 100%;
        overflow: hidden;
    }

    .name_form {
        color: #999;
        display: block;
    }

    .box_form_ass {
        font-family: 'Abel', sans-serif;
        padding: 10px 20px;
        width: 100%;
        background: #e7c363;
        color: #000;
        border: solid 1px #e7c363;
        /*margin-bottom: 30px;*/
        font-size: 18px;
    }

    .title_dependentes {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .area_dependentes {
        padding: 20px;
        overflow: hidden;
        border: solid 2px #e7c363;
    }

    .autorizacao {
        color: #000;
        overflow: hidden;
        margin-bottom: 30px;
        text-align: left;
    }

    .bt_submit {
        font-family: 'Abel', sans-serif;
        padding: 10px 20px;
        width: 150px;
        text-align: center;
        background: #000;
        border: solid 1px #000;
        color: #e7c363;
        margin: 0 auto;
        margin-bottom: 30px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .bt_submit:hover {
        background: #e7c363;
        border: solid 1px #e7c363;
        color: #000;
    }

    .list_not {
        overflow: hidden;
        border-bottom: 1px dotted #666;
        margin-bottom: 30px;
        background: #fff;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        clear: both;
        display: block;
    }

    .list_not:hover {
        background: #e7c363;
    }

    .img_not_list {
        float: left;
        width: 25%;
        overflow: hidden;
        display: none;
    }

    .info_not_list {
        float: none;
        margin: 0 auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 90%;
        text-align: left;
    }

    .data_not_list {
        font-size: 14px;
    }

    .title_not_list {
        font-weight: bold;
    }

    .paginacao {
        margin: 0 auto;
        margin-bottom: 30px;
        overflow: hidden;
        display: block;
    }

    .bt_pag {
        float: left;
        text-align: center;
        padding: 10px 10px;
        background: #e7c363;
        color: #000;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        display: block;
        overflow: hidden;
        cursor: pointer;
        font-size: 16px;
    }

    .bt_pag:hover {
        background: #000;
        color: #e7c363;
    }

    .data_not_inc {
        color: #b59235;
        margin-bottom: 5px;
    }

    .title_not_inc {
        font-size: 22px;
        overflow: hidden;
        margin-bottom: 30px;
        text-align: left;
        color: #303030;
    }

    .text_not {
        overflow: hidden;
        padding-bottom: 30px;
        margin-bottom: 40px;
        border-bottom: 1px dotted #ccc;
        line-height: 28px;
    }

    .tag_ultimas {
        padding: 10px 20px;
        background: #e7c363;
        color: #000;
        border-right: 20px solid #000;
        margin-bottom: 30px;
        float: left;
        font-size: 22px;
        font-weight: bold;
    }

    .categ_convenio {
        width: 80%;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
        overflow: hidden;
        border-bottom: 1px dotted #ccc;
        text-align: center;
        color: #000;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .categ_convenio:hover {
        background: #e7c363;
    }

    .ico_categ_conv {
        width: 70%;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .name_categ_conv {
        width: 70%;
        margin: 0 auto;
        font-weight: bold;
    }

    .list_conv {
        overflow: hidden;
        border-bottom: 1px dotted #666;
        margin-bottom: 30px;
        background: #fff;
        clear: both;
        display: block;
    }

    .img_conv_list {
        float: none;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .info_conv_list {
        float: none;
        width: 100%;
        overflow: hidden;
        margin-left: 0%;
        color: #000;
        margin-top: 0%;
        text-align: center;
    }

    .name_empresa {
        font-size: 24px;
        overflow: hidden;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .text_conv_list {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #ccc;
        color: #666;
    }

    .item {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .social_list {
        overflow: hidden;
        margin: 0 auto;
        width: 95px;
    }

    .icon_social_list {
        float: left;
        margin-right: 8px;
        font-size: 54px;
        padding: 10px 0;
    }

    .img_box2 {
        overflow: hidden;
        height: 150px;
        margin-bottom: 5px;
    }

    .title_box2 {
        color: #474747;
        overflow: hidden;
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 5px;
        height: 55px;
        margin-bottom: 5%;
    }

    .box_info2 {
        width: 100%;
        float: none;
        overflow: hidden;
        background: #fff;
        border-bottom: 5px solid #e7c363;
        margin-left: 0%;
        margin-bottom: 30px;
    }

    .video_inc {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .mapa {
        float: none;
        width: 40%;
        height: 300px;
        margin-right: 25px;
        display: none;
    }

    .form_cont {
        padding: 20px;
        overflow: hidden;
        border: solid 2px #e7c363;
    }

    .form_contato {
        float: none;
        width: 100%;
        margin-right: 0%;
        padding: 10px 25px;
        background: #e1e1e1;
        border: solid 1px #e1e1e1;
        margin-bottom: 20px;
        font-family: 'Abel', sans-serif;
        color: #000;
        font-size: 18px;
    }

    .textarea {
        clear: both;
        width: 100%;
        padding: 10px 25px;
        background: #e1e1e1;
        border: solid 1px #e1e1e1;
        margin-bottom: 20px;
        font-family: 'Abel', sans-serif;
        color: #000;
        font-size: 18px;
    }

    /*LOGIN*/

    .login {
        float: none;
        background: none;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px dotted #ccc;
    }

    .cadast {
        float: none;
        overflow: hidden;
        width: 100%;
    }

    .img_login {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 10px;
    }

    .box_login {
        background: #e1e1e1;
        width: 100%;
        border: solid 1px #e1e1e1;
        padding: 20px 5%;
        /* margin-bottom: 20px; */
        margin-left: 0%;
        border-radius: none;
        -moz-border-radius: none;
        -webkit-border-radius: none;
        -ms-border-radius: none;
        text-align: center;
    }

    .bt_login2 {
        background: #7ac144;
        color: #fff;
        width: 75%;
        border: solid 1px #e1e1e1;
        padding: 10px 5%;
        margin: 0 auto;
        /* margin-bottom: 20px; */
        margin-left: auto;
        margin-right: auto;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        font-size: 33px;
        cursor: pointer;
    }

    .text_cadast {
        margin-left: 0%;
        text-align: center;
        overflow: hidden;
        width: 100%;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .text_cadast_mail {
        margin-left: 15%;
        overflow: hidden;
        margin-bottom: 10px;
        color: #999;
        font-size: 18px;
    }

    .box_email {
        background: #e1e1e1;
        width: 60%;
        border: solid 1px #e1e1e1;
        padding: 20px 5%;
        margin-bottom: 20px;
        margin-left: 5%;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        margin-left: 15%;
    }

    .bt_cadast {
        background: #ff0542;
        color: #fff;
        width: 60%;
        border: solid 1px #e1e1e1;
        padding: 10px 5%;
        margin-bottom: 20px;
        margin-left: 5%;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        font-size: 33px;
        cursor: pointer;
        margin-left: 15%;
    }

    .bt_esqueci_senha {
        color: #ff0000;
        width: 100%;
        padding: 10px 0;
        margin-left: 0%;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
    }

    .bt_submit2 {
        font-family: 'Abel', sans-serif;
        padding: 10px 20px;
        width: 100%;
        text-align: center;
        background: #000;
        border: solid 1px #000;
        color: #e7c363;
        margin: 0 auto;
        margin-bottom: 5px;
        margin-left: none;
        margin-right: none;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .bt_submit2:hover {
        background: #e7c363;
        border: solid 1px #e7c363;
        color: #000;
    }

    .bt_submit3 {
        font-family: 'Abel', sans-serif;
        padding: 10px 20px;
        width: 80%;;
        text-align: center;
        background: #000;
        border: solid 1px #000;
        color: #e7c363;
        margin-bottom: 30px;
        margin-left: 0;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .bt_submit3:hover {
        background: #e7c363;
        border: solid 1px #e7c363;
        color: #000;
    }

    .box_check {
        display: none;
    }

    .bg_transparent {
        background-color: rgba(0, 0, 0, 0.9);
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 99999999999999999999999999999999999;
        top: 0;
        left: 0;
    }

    .box_cupom {
        background: #fff;
        position: fixed;
        width: 90%;
        overflow: hidden;
        z-index: 99999999999999999999999999999999999999;
        left: 50%;
        top: 90px;
        margin-left: -45%;
        border: solid 2px #000;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        color: #000;
        cursor: pointer;
    }

    .bt_x {
        background: url(../img/bt_fechar.jpg);
        width: 43px;
        height: 43px;
        position: absolute;
        z-index: 999999999999999999999999999999999999999;
        cursor: pointer;
        top: 0px;
        right: 0px;
    }

    /*FIM LOGIN*/
    .tag_title_page2 {
        background: url('../img/title_pages.png') top right no-repeat;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0 10px 10%;
        margin-bottom: 20px;
        width: 90%;
        margin-left: -5%;
    }

    .base_associado {
        overflow: hidden;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
        width: 90%;
    }

    .base_painel {
        width: 100%;
        overflow: hidden;
        float: none;
    }

    .base_content {
        width: 100%;
        overflow: hidden;
        float: none;
    }

    .box_page2 {
        background: #fff;
        border-bottom: solid 5px #e7c363;
        padding: 8%;
        text-align: justify;
        font-size: 16px;
        color: #000;
        overflow: hidden;
    }

    .area_painel {
        overflow: hidden;
        display: block;
        border-right: none;
        background: none;
        width: 100%;
    }

    .lk_painel {
        padding: 5px 10px 5px 10px;
        color: #e7c363;
        font-size: 16px;
        float: left;
        border-bottom: #e7c363 1px solid;
        border: #e7c363 1px solid;
        background: #000;
        display: block;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .lk_painel:hover {
        padding: 5px 10px 5px 10px;
        background: #e7c363;
        color: #000;
    }

    .boas_vindas {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #ccc;
    }

    .text_associado {
        font-size: 24px;
        line-height: 34px;
        text-align: left;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .item_cadastro {
        font-size: 16px;
        padding: 5px 20px;
        display: block;
        background: #e1e1e1;
        margin-bottom: 3px;
        overflow: hidden;
    }

    .ico_baixar {
        float: none;
        width: 40px;
        margin: 0 auto;
        margin-right: auto;
        overflow: hidden;
    }

    .name_arquivo {
        font-weight: bold;
        float: left;
        color: #000;
    }

    .img_not_list2 {
        float: left;
        width: 13%;
        overflow: hidden;
        display: none;
    }

    .info_not_list2 {
        float: none;
        margin: 0 auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 90%;
        text-align: left;
    }

    .colunista {
        overflow: hidden;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc;
    }

    .img_colunista {
        width: 50px;
        float: left;
        overflow: hidden;
        border: solid 1px #000;
    }

    .info_colunista {
        float: left;
        margin-left: 20px;
        font-style: italic;
        width: 180px;
        text-align: left;
        font-size: 14px;
    }

    .area_comentario {
        display: block;
        clear: both;
        overflow: hidden;
        margin-bottom: 30px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 30px;
    }

    .coment_site {
        background: #000;
        font-size: 14px;
        color: #e7c363;
        padding: 10px 20px;
        float: none;
        margin-right: 0px;
        display: block;
        text-align: center;
        cursor: pointer;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .coment_site:hover {
        background: #e7c363;
        color: #000;
    }

    .coment_face {
        background: #003ebb;
        font-size: 14px;
        color: #fff;
        padding: 10px 20px;
        float: none;
        margin-right: 0px;
        text-align: center;
        display: block;
        cursor: pointer;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .coment_face:hover {
        background: #0054ff;
    }

    .coment_google {
        background: #eb3838;
        font-size: 14px;
        color: #fff;
        padding: 10px 20px;
        float: none;
        margin-right: 0px;
        text-align: center;
        display: block;
        cursor: pointer;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .coment_google:hover {
        background: #d30000;
    }

    .box_coment, .box_coment_face, .box_coment_google {
        overflow: hidden;
        display: none;
    }

    .coment_site_form {
        border: solid 2px #e7c363;
        display: block;
        padding: 20px 20px 0 20px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .form_coment {
        padding: 5px 20px;
        font-family: 'Abel', sans-serif;
        background: #ccc;
        color: #000;
        width: 100%;
        border: solid 1px #ccc;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .list_coments {
        overflow: hidden;
    }

    .list_c {
        display: block;
        padding: 10px 0;
        overflow: hidden;
        margin-bottom: 15px;
        border-bottom: 1px dotted #666;
    }

    .nome_coment {
        font-weight: bold;
    }

    .email_coment {
        font-size: 14px;
        font-weight: bold;
    }

    .coment_text {
        text-align: left;
    }

    .form_list {
        font-weight: bold;
        padding: 5px 20px;
        font-family: 'Abel', sans-serif;
        background: #fff;
        color: #000;
        border: solid 1px #ccc;
        font-size: 12px;
    }

}

