iator/*
Theme Name: estrutura-basica
Theme URI: http://www.arealocal.com.br/
Description: Esse tema &eacute; um tema personalizado pela &Aacute;rea Local, caso necessite de algum atendimento entre em contato no telefone (47) 3521-9850 ou no e-mail <a href="mailto:suporte@arealocal.com.br">suporte@arealocal.com.br</a>. Para mais informa&ccedil;&otilde;es acesse: <a href="http://www.arealocal.com.br">www.arealocal.com.br</a>.
Author: &Aacute;rea Local
*/

/*= 0. Configurações Padrão
-------------------------------------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*= 0.1 Configurações Padrão > Reset
----------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
header, footer, section, aside, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*= 0.2 Configurações Padrão > Listas
----------------------------------- */
ol, ul {
    list-style: none;
}

/*= 0.3 Configurações Padrão > Tabelas
----------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*= 0.4 Configurações Padrão > Imagem e Links
----------------------------------- */
a, img {
    border: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus,
a:hover {
    text-decoration: underline;
}

/*= 0.5 Configurações Padrão > Focus/Active
----------------------------------- */
a:active, a:focus, input {
    border:0;
    outline:0;
}

/*= 0.6 Configurações Padrão > HTML/Body
----------------------------------- */
html {
    height: 100%; /* IE FIX */
    overflow-x: hidden;
}

body {
    font: normal normal 12px 'Open Sans', Arial, sans-serif;
    height: 100%;
    color:#747474;
    background:#eee;
    position:relative;
    overflow-x: hidden;
}

/*= 0.8 Configurações Padrão > Form
----------------------------------- */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/*= 0.9 Configurações Padrão > Selection
----------------------------------- */
::-moz-selection {
    background: #eee;
    text-shadow: none;
}

::selection {
    background: #eee;
    text-shadow: none;
}

/*= 0.10 Configurações Padrão > Classes
----------------------------------- */
.clear {
    clear: both;
    display: block;
    zoom: 1; /* IE FIX */
}

.face {
    font-size: 12px;
    /* font-family: 'Font Name'; */
}

.error {
    background-image: url(images/atencao.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}

label.error {
    display: none;
}

/*= 1. Cabeçalho
-------------------------------------------------------------- */
div#wrapper > #header {
    position:relative;
}

div#wrapper > header {
    position: relative;
}

/*= 1.1 Cabeçalho > Logo e Banner
----------------------------------- */

div#wrapper .banner {
    width: 100%;
}

div#wrapper .banner .img {
    width: 100% !important;
    height: 250px !important;
    min-width: 1291px !important;
}

div#wrapper > header a.header-logo {
    position:absolute;
    z-index:999;
    height: 150px;
    top: 60px;
    left: 5%;
}

div#wrapper > header a.header-logo img{
  height: 130px;
}

/*= 1.2 Cabeçalho > Menu
----------------------------------- */
div#wrapper > header nav#main-menu > ul {
    /*float: left;*/
    height:60px;
    margin:10px 0 0;
    width:100%;
}

div#wrapper > header nav#main-menu > ul > li {
    float: left;
}

div#wrapper > header nav#main-menu > ul > li > a {
    float:left;
    display:block;
    height:60px;
    line-height:50px;
    font-size:13px;
    font-weight:bold;
    padding:0 28px;
    color:#545454;
    text-transform: uppercase;
}

div#wrapper > header nav#main-menu > ul > li.current_page_item > a,
div#wrapper > header nav#main-menu > ul > li > a:hover {
    background:#951414;
    color:#FFF;
    text-decoration:none;
}

/* menu responsivo */

@media all and (max-width: 670px) {
    div#wrapper > header .mobile-menu {
        display: block;
    }

    div#wrapper > header .desktop-menu {
        display: none;
    }
}
@media all and (min-width: 670px) {
    div#wrapper > header .mobile-menu {
        display: none;
    }

    div#wrapper > header .desktop-menu{
        display: block;
    }
}

div#wrapper > header .mobile-menu nav#main-menu > ul {
    width: 100%;
}

div#wrapper > header .mobile-menu nav#main-menu > ul {
    width: 100%;
}

div#wrapper > header .mobile-menu nav#main-menu > ul > li {
    width: 100%;
}

div#wrapper > header .mobile-menu nav#main-menu > ul > li.item-acao > a {
    background: #6F0000 !important;
    color:#FFF;
    text-decoration:none;
}

div#wrapper > header .mobile-menu nav#main-menu > ul > li > a {
    width: 100%;
    text-align: center;
}
/*= 1.3 Cabeçalho > Busca
----------------------------------- */
.busca form{
    margin:10px 0 0;
}

.busca form input[type=text]{
    background:#e2e2e2;
    color:#545454;
    height:35px;
    float:left;
    padding:0 5px;
    width: calc(100% - 45px);
    min-width: 175px;
    margin:0 5px 0 0;
}

.busca form input[type=submit]{
    background:#951414 url(images/lupa.png) center no-repeat;
    height:35px;
    float:left;
    width:35px;
}

/*= 1.4 Página erro 404
-------------------------------------------------------------- */
body.error404 .imagem404 {
    margin: 50px auto 0 auto;
    width: 507px;
    height: 201px;
    background: url(images/404.png) center no-repeat;
}

@media all and (max-width: 520px) {
    body.error404 .imagem404 {
        background-size: 90%;
        width: 100%;
        height: 150px;
    }
}

body.error404 .entry-content p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

body.error404 .entry-content p a {
    /*color: #94061B;*/
    font-weight: bold;
}

/*= 1.5 Padão de visualização de registro de contato
-------------------------------------------------------------- */
body.single-registro-contato #content .entry-content > table {
    margin: 0 auto;
}

body.single-registro-contato table#corpoEmailAl tbody {
    float: left;
    width: 658px;
    padding: 20px;
}

body.single-registro-contato table#corpoEmailAl tbody tr {
    display: inline-table;
    width: 658px;
}

body.single-registro-contato table#corpoEmailAl .itemPostAl {
    margin: 10px 0;
}

/*= 1.6 Banner */
/*div#wrapper > #header .banner{
    background:#951414 url(images/lupa.png) center no-repeat;
    height:35px;
    float:left;
    width:35px;
}*/

/*= 2. Conteúdo
-------------------------------------------------------------- */
div#wrapper #main section#container {
    min-height: 200px;
    margin:20px 0;
}

div#wrapper #main section#container > #content {
    float:left;
    width:100%;
    position:relative;
}

div#wrapper #main section#container .conteudo{
    /*position:relative;*/
}

@media all and (min-width: 992px) {
    div#wrapper #main section#container .separador{
        background:url(images/separador.png) top right repeat-y;
        height:100%;
    }
}

div#wrapper #main section#container h1.entry-title {
    border-left:17px solid #951414;
    padding:0 0 0 15px;
    /*float:left;*/
    color:#951414;
    min-height: 40px;
    /*height:40px;*/
    line-height:40px;
    font-size:17px;
    width:100%;
    margin:0 0 20px;
    text-transform: uppercase;
    font-weight: 800;
}

div#wrapper #main section#container p {
    margin:15px 0;
    color:#747474;
    font-weight:300;
    font-size:13px;
    float:left;
}

/*div#wrapper #main section#container p:first-letter {
    margin:0 0 0 25px;
}
*/


/* HOME */
div#wrapper #main section#container .home .blocos>div{
    margin-bottom: 20px;
}

div#wrapper #main section#container .home .blocos h3{
    background:#951414;
    color:#FFF;
    font-weight:300;
    text-align:center;
    height:auto;
    font-size:17px;
    line-height:40px;
    width:100%;
    text-transform: uppercase;
}

div#wrapper #main section#container .home .areas-atuacao,
div#wrapper #main section#container .home .newsletter,
div#wrapper #main section#container .home .processos-acesso{
    /*margin:0 0 20px;*/
    width:100%;
    /*padding: 0 15px;*/
}

div#wrapper #main section#container .home .processos-acesso .cont{
    background:#fff;
    padding:15px;
    width: 100%;
    di8splay:block;
}

div#wrapper #main section#container .home .processos-acesso .acesso{
    width:100%;
    background:#951414;
    display: block;
    padding:10px;
    color:#FFF;
}

div#wrapper #main section#container .home .areas-atuacao ul{
    float:left;
    margin:10px 0 0;
    width:100%;
}

div#wrapper #main section#container .home .areas-atuacao ul li{
    border:1px solid #cbcbcb;
    background:#f1f1f1;
    float:left;
    margin:0 0 -1px;
    width:100%;
    padding:10px;
}

div#wrapper #main section#container .home .areas-atuacao ul li strong{
    background:url(images/seta-atuacao.png) top left no-repeat;
    font-weight:bold;
    font-size:17px;
    color:#545454;
    padding:0 0 0 20px;
    text-transform: uppercase;
}

div#wrapper #main section#container .home .areas-atuacao ul li p{
    font-weight:300;
    font-size:13px;
    color:#747474;
    margin:5px 0;
}

div#wrapper #main section#container .home .newsletter form{
    background:#951414;
    border-top:1px solid #7a0b0b;
    width:100%;
    padding:15px 5px;
    color:#fff;
}

div#wrapper #main section#container .home .newsletter form p {
    float:left;
    margin:0 0 15px;
    color:#fff;
    font-weight: 300;
    font-style: italic;
    width:100%;
}

div#wrapper #main section#container input::-webkit-input-placeholder{
    color:#949494;
    font-size:17px;
    font-style: italic;
    font-weight:300;
}

div#wrapper #main section#container .home form input[type=text],
div#wrapper #main section#container .home form input[type=password]{
    background:#fff;
    border:0;
    color:#949494;
    height:40px;
    line-height:40px;
    width:100%;
    font-size:15px;
    margin:0 0 10px;
    padding:0 5px;
    font-weight:300;
}

div#wrapper #main section#container .home .newsletter form input[type=submit]{
    background:#cecece;
    text-align: center;
    height:40px;
    color:#951414;
    line-height:40px;
    width:120px;
    font-size:17px;
    margin:10px 0;
    text-transform: uppercase;
}

div#wrapper #main section#container .button-center,
div#wrapper #main section#container .login-submit{
    text-align: center;
}

div#wrapper #main section#container .home .pesquisa-processos form input[type=submit],
div#wrapper #main section#container .home .acesso-restrito form input[type=submit]{
    background:#7a7a7a;
    text-align: center;
    height:40px;
    color:#FFF;
    line-height:40px;
    width:120px;
    font-size:17px;
    margin:10px 0;
    text-transform: uppercase;
    font-style: normal;
}

div#wrapper #main section#container .box-home{
    border:1px solid #cbcbcb;
    background:#f1f1f1;
    padding:5px;
    margin:10px 0 0;
    width:100%;
}

div#wrapper #main section#container .home .pesquisa-processos,
div#wrapper #main section#container .home .acesso-restrito{
    /*margin:0 0 20px;*/
}

div#wrapper #main section#container .home .pesquisa-processos form,
div#wrapper #main section#container .home .acesso-restrito form{
    width:100%;
}

div#wrapper #main section#container .home .pesquisa-processos p,
div#wrapper #main section#container .home .acesso-restrito p{
    /*margin:0 0 10px;*/
    float: none !important;
    margin:0;
    width:100%;
    font-size:13px;
    color:#747474;
    line-height:20px;
    font-style:italic;
}

div#wrapper #main section#container .home .pesquisa-processos label,
div#wrapper #main section#container .home .acesso-restrito label{
    width:100%;
}

div#wrapper #main section#container .home .pesquisa-processos label span,
div#wrapper #main section#container .home .acesso-restrito label span{
    color:#545454;
    /*margin:0 0 5px;*/
    font-size:15px;
    font-weight:600;
    font-style: italic;
    width:100%;
}

div#wrapper #main section#container .home .pesquisa-processos input[type=submit] {
    margin:10px 85px 15px;
}

div#wrapper #main section#container .acesso-restrito .box-home{
    background:#dadada;
    padding:7px 5px 5px;
}

div#wrapper #main section#container .home .acesso-restrito p{
    /*margin:0 0 20px;*/
}

div#wrapper #main section#container .home .login-remember{
    width:100%;
}

div#wrapper #main section#container .home .login-remember p{
    margin:0 0 0 5px;
    width:100px;
}

div#wrapper #main section#container .home .login-remember input{
    margin:3px 0 0;
}

div#wrapper #main section#container .home .acesso-restrito  input[type=text],
div#wrapper #main section#container .home .acesso-restrito  input[type=password] {
    font-size:15px;
    padding:0 5px;
}

div#wrapper #main section#container .more-link{
    float:right;
    background:#444;
    height:20px;
    line-height:20px;
    padding:0 5px;
    color:#FFF;
    margin:10px 0 10px;
}

div#wrapper #main section#container .entry-summary{
    float:left;
    width:100%;
}

div#wrapper #main section#container .entry-summary em{
    float:left;
    width:100%;
}

div#wrapper #main section#container .more-link:hover{
    text-decoration: none;
}

/* SANFONA */
div#wrapper #main section#container .sanfona{
    float:left;
    list-style:none;
    width:100%;
}

div#wrapper #main section#container .sanfona li{
    float:left;
    margin:0 0 10px;
    width:100%;
}

div#wrapper #main section#container .sanfona li h4{
    color:#fff;
    height:50px;
    padding:10px 0;
    float:left;
    position:relative;
    overflow:hidden;
    width:100%;
    display:table;
    font-size:13px;
    font-weight:300;
    padding:0 20px 0 0;
    background:#951414 url(images/seta-duvidas.png) top right no-repeat;
    cursor:pointer;
}

div#wrapper #main section#container .sanfona li h4.ativo{
    background-position: bottom right;
}

div#wrapper #main section#container .sanfona li h4 span{
    display: table-cell;
    vertical-align: middle;
    width:100%;
    padding:0 20px;
}

div#wrapper #main section#container .sanfona li h4 .duvida{
    float:left;
    background:url(images/duvida.jpg) center center no-repeat;
    margin:0 10px 0;
    height:50px;
    width:25px;
}

div#wrapper #main section#container .sanfona li .dados{
    display:none;
    margin:10px 0 0;
    float:left;
    width:100%;
}


div#wrapper #main section#container .sanfona li p {
    margin:5px 0;
}

div#wrapper #main section#container .sanfona li .informacoes strong {
    font-size:17px;
    font-weight:700;
    margin:0 0 10px;
    float:left;
    width:100%;
}

div#wrapper #main section#container .sanfona li p:first-letter{
    margin:0;
}

div#wrapper #main section#container .sanfona.parceiros li .dados .imagem{
    background:#F3F3F3;
    border:1px solid #cbcbcb;
    padding:29px 10px;
    min-height:170px;
    text-align: center;
}

div#wrapper #main section#container .sanfona.parceiros li .dados .informacoes{
    background:#F3F3F3;
    border:1px solid #cbcbcb;
    padding:10px;
    font-size:13px;
    min-height:170px;
}

div#wrapper #main section#container .formularios {
    /*float:left;
    width:100%;*/
    margin-bottom: 20px;
}

div#wrapper #main section#container .formularios a {
    margin-bottom: 10px;
    min-height: 50px;
    width:100%;
    clear: both;
}

div#wrapper #main section#container .formularios a span{
    border:1px solid #cbcbcb;
    float:left;
    padding:0 10px;
    min-height: 50px;
    line-height: 47px;
    margin:10px 0;
    width:75%;
    font-size:10px;
}

div#wrapper #main section#container .formularios a:hover span {
    background:#951414;
    color:#FFF;
}

div#wrapper #main section#container .formularios a .download {
    background: url(images/download.png) center no-repeat;
    float:left;
    width:58px;
    height:50px;
    margin:10px 0;
}

div#wrapper #main section#container form.contato{
    margin-bottom:20px;
}

div#wrapper #main section#container form.contato input[type=text]{
    color:#747474;
    font-size:13px;
    border:1px solid #d1d1d1;
    background:#e8e8e8;
    height:50px;
    padding:0 10px;
    margin:0 0 5px;
    width:100%;
}

div#wrapper #main section#container form.contato input[type=submit]{
    background:#787878;
    border:1px solid #d1d1d1;
    height:50px;
    line-height:50px;
    width:100%;
    text-align:center;
    font-weight:700;
    color:#fff;
    font-size:20px;
}

div#wrapper #main section#container form.contato textarea {
    color:#747474;
    font-size:13px;
    border:1px solid #d1d1d1;
    background:#e8e8e8;
    height:135px;
    padding:10px;
    margin:0 0 5px;
    width:100%;
}

div#wrapper #main section#container form.contato input[type=text]::-webkit-input-placeholder,
div#wrapper #main section#container form.contato textarea::-webkit-input-placeholder {
    font-weight:700;
    font-size:17px;
}

div#wrapper #main section#container .info{
    margin-bottom: 20px;
}

div#wrapper #main section#container .info h3{
    font-size:20px;
    font-weight:700;
    text-transform: uppercase;
    color:#444444;
    margin:0 0 10px;
}

div#wrapper #main section#container .info address{
    font-size:15px;
    float:left;
    width:100%;
    margin:0 0 10px;
}

div#wrapper #main section#container .info span.email{
    font-size:15px;
    float:left;
    margin:0 0 10px;
    width:100%;
}

div#wrapper #main section#container .info span.fone{
    font-size:15px;
    float:left;
    margin:0 0 10px;
    width:100%;
}

div#wrapper #main section#container .info span.fone b {
    font-size:24px;
    font-weight:600;
}

div#wrapper #main section#container .links-rss{
    width: 100%;
    display: table;
    position: relative;
    overflow: hidden;
}

div#wrapper #main section#container .links-rss a{
    border-left:10px solid #951414;
    padding:0 0 0 10px;
    color:#666;
    min-height: 30px;
    /*height:30px;*/
    /*line-height:30px;*/
    font-size:12px;
    width:100%;
    margin:0 0 10px;
    text-transform: uppercase;
    font-weight: 800;
    display: table-cell;
    vertical-align: middle;
    display: flex;
    justify-content: left; /* align horizontal */
    align-items: center; /
}

div#wrapper #main section#container .links-rss a:hover{
    color:#951414;
    text-decoration: none;
}

/*= 3. Sidebar
-------------------------------------------------------------- */
div#wrapper #main aside#main-sidebar {
    clear: both;
}

div#wrapper #main aside#main-sidebar h3 {
    background:#951414;
    color:#FFF;
    font-weight:300;
    text-align:center;
    height:40px;
    font-size:17px;
    line-height:40px;
    margin:0 0 10px;
    width:100%;
    text-transform: uppercase;
}

div#wrapper #main aside#main-sidebar ul {
    float:left;
    width:100%;
}

div#wrapper #main aside#main-sidebar ul li {
    float:left;
    margin:5px 0;
    padding:0 0 5px;
    border-bottom:1px solid #cbcbcb;
    line-height:20px;
    width:100%;
}

div#wrapper #main aside#main-sidebar ul li a {
    font-size:13px;
    font-style: italic;
    font-weight:300;
}

div#wrapper #main aside#main-sidebar ul li b {
    color:#951414;
    font-weight:600;
}

div#wrapper #main aside#main-sidebar .pagiantion{
    float:left;
    margin:10px 0 0;
    width:100%;
}

div#wrapper #main aside#main-sidebar .pagiantion a,
div#wrapper #main aside#main-sidebar .pagiantion span {
    float:left;
    background:#cbcbcb;
    height:25px;
    line-height:25px;
    padding:0 5px;
    margin:0 5px 0 0;
    color:#444;
}

div#wrapper #main aside#main-sidebar .pagiantion a:hover,
div#wrapper #main aside#main-sidebar .pagiantion span.current {
    background:#951414;
    color:#FFF;
    text-decoration: none;
}

/*= 4. Rodapé
-------------------------------------------------------------- */
div#wrapper > footer {
    margin:20px 0 0;
}

div#wrapper > footer > .footer_top {
    background:#d8d8d8;
    color:#444;
    padding:20px 0;
    text-align: center;
    font-size: 14px;
    font-weight:300;
}

div#wrapper > footer > .footer_bot{
    text-align: center;
    font-size:11px;
    font-weight:300;
    margin:10px auto 10px;
}

div#wrapper > footer > .footer_bot a{
    font-weight:bold;
}

div#wrapper > footer h2{
    color:#444444;
    font-size:15px;
    font-weight:bold;
    text-transform: uppercase;
    margin:0 0 20px;
}


div#wrapper > footer .footer_endereco,
div#wrapper > footer .footer_contato,
div#wrapper > footer .footer_mapa{
    margin-bottom: 20px;
}

div#wrapper > footer .footer_contato span{
    width:100%;
    display:block;
    margin:0 0 5px;
}
div#wrapper > footer .footer_contato span b{
    font-weight:400;
}

div#wrapper > footer .footer_contato span b.fone{
    font-size:20px;
}

div#wrapper > footer .footer_mapa {
    margin:-5px 0 0;
}

/* EMPRÉSTIMO CONSIGNADO */

.emprestimo .descricao p{
    text-align: center;
    float: none !important;
    color: #666 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

.emprestimo p.erros {
    color: #880000 !important;
}

.emprestimo p.sucesso {
    color: #258e00 !important;
}

.emprestimo .descricao ul{
    margin: 0 auto;
}

.emprestimo .descricao ul li {
    margin: 10px 0;
    list-style: circle;
    color: #666 !important;
    font-weight: 500;
    font-size: 15px !important;
}

.emprestimo form input[type=text],
.emprestimo form input[type=email],
.emprestimo form input[type=number],
.emprestimo form select {
    color: #747474;
    font-size: 13px !important;
    border: 1px solid #d1d1d1;
    background: #e8e8e8;
    height: 50px;
    padding: 0 10px;
    margin: 0 0 5px;
    width: 100%;
}

.emprestimo form textarea {
    color: #747474;
    font-size: 13px !important;
    border: 1px solid #d1d1d1;
    background: #e8e8e8;
    height: 135px;
    padding: 10px;
    margin: 0 0 5px;
    resize: none;
    width: 100%;
}

.emprestimo form button {
    background: #787878;
    border: 1px solid #d1d1d1;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    width: 100%;
}
