/* ========================================================================= */
/*

Theme Name: Dinâmica Ambiental
Description: Engenharia reversa com destino correto de recicláveis e resíduos.
Version: 1.0
Author: Johnny Brandão
Author URI:
License:

/* 
/* ========================================================================= */

/* ------------------------------------------------------------------------ */
/* CSS RESET
/* ------------------------------------------------------------------------ */
html, body, div, span, applet, 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, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { 
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { 
    display: block;
}
body { 
    line-height: 1;
}
ol, ul { 
    list-style: none;
}
blockquote, q { 
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after { 
    content: '';
    content: none;
}
table { 
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------------------------------------------------------------------------ */
/* BASE 1200px
/* ------------------------------------------------------------------------ */
.container                                 { position: relative; width: 100%; margin: 0 auto; padding: 0; }

.container .column,
.container .columns { 
    float: left; display:inline;
}
.row                                       { margin-bottom: 40px; }

/* CLASSES ANINHADAS */
.column.alpha, .columns.alpha              { margin-left: 0; }
.column.omega, .columns.omega              { margin-right: 0; }

/* BASE DO GRID */
.container .one.column,
.container .one.columns                    { width: 35px;  }
.container .two.columns                    { width: 110px; }
.container .three.columns                  { width: 185px; }
.container .four.columns                   { width: 260px; }
.container .five.columns                   { width: 335px; }
.container .six.columns                    { width: 410px; }
.container .seven.columns                  { width: 485px; }
.container .eight.columns                  { width: 560px; }
.container .nine.columns                   { width: 635px; }
.container .ten.columns                    { width: 710px; }
.container .eleven.columns                 { width: 785px; }
.container .twelve.columns                 { width: 860px; }
.container .thirteen.columns               { width: 935px; }
.container .fourteen.columns               { width: 1010px; }
.container .fifteen.columns                { width: 1085px; }
.container .sixteen.columns                { width: 100%; }
.container .one-third.column,
.container .one-third.columns              { width: 360px; }
.container .two-thirds.column,
.container .two-thirds.columns             { width: 780px; }

.container .twelve.alt.sidebar-right { 
    padding-right: 40px;
    width: 819px;
}
.container .twelve.alt.sidebar-left { 
    padding-left:40px;
    width: 819px; 
    border-left: 1px solid #efefef;
}

/* CLEARFIX ---------------------------------------------------- */
.container:after { 
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after { 
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after { clear: both }

.row,
.clearfix { zoom: 1 }

.clear { 
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* ------------------------------------------------------------------------ */
/* ESTILOS GERAIS
/* ------------------------------------------------------------------------ */
html {
    overflow-y: scroll;
    background-color: #222526;
}

body { 
    font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #777;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

.wrapall { 
    margin: 0;
    padding: 0;
    min-width: 1180px;
}

img.scale-with-grid { 
    max-width: 100%;
    height: auto;
}

/* REDIMENSIONAR IMG AUTOMATICAMENTE */
img { 
    max-width: 100%;
    height: auto;
}

/* MSG DE ERRO */
.frag-error { 
    text-align: center;
    background: #fff5f5;
    color: #990000;
    font-weight: 700;
    font-size: 16px;
    display: block;
    padding: 20px;
}

.page-template-page-blank-php #page-wrap { 
    overflow: visible !important;
}

.table-outer { 
    display:table;
    height: 100%;
    width: 100%;
}

.table-inner { 
    display:table-cell;
    vertical-align:middle;
}

.vertical-center { 
    opacity: 0;
}

/* ------------------------------------------------------------------------ */
/* TIPOGRAFIA
/* ------------------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 { 
    font-family: Roboto Condensed, Arial, Helvetica, Open Sans, sans-serif;
    color: #444;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.4;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit }

h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 26px; }
h4 { font-size: 16px; font-weight: 400; color: #323638; }
h5 { font-size: 14px; font-weight: 700; }
h6 { font-size: 12px; }

.highlight { color: #99cc33; }

p { margin: 0 0 20px 0 }
p img { margin: 0 }
em { font-style: italic }
b, strong { font-weight: 700 }
p strong { font-weight: 700; }
p b { font-weight: 700; }
small { font-size: 80% }

hr { 
    border: dashed #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre { 
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #e2e2e2;
    background: #f9f9f9;
    padding: 20px 20px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    overflow-x:auto;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.hidden { display: none !important }

abbr { text-decoration: none; }
address, cite, em, i { font-style: italic }
dfn { border-bottom: 1px dashed; font-style: italic; }

small, sub,
sup { position: relative; font-size: 11px; vertical-align: baseline; }
sub { top: 3px }
sup { bottom: 3px }

mark { 
    display: inline; 
    padding: 2px 4px; 
    background-color: #f6f2d6;
    color: #7c6d08;
    border-radius: 3px;
}

mark.dark { 
    background-color: #333;
    color: #fff;
}

::selection { 
    background: #333;
    color: #fff;
}

::-moz-selection { 
    background: #333;
    color: #fff;
}

/* LINKS /--------------------------------------------------------- */
a { 
    color: #99cc33;
    text-decoration: none;
    outline: 0;
}

a i.fa { font-weight: 400 !important; }
a strong { color: inherit; }

/* TRANSIÇÕES */
.seta-topo span,
a.map-info-link,
.btn-redondo,
.post .entry-quote a,
a.button,
.post a,
#pagination a,
#post-navigation a,
.widget_tag_cloud a,
#related-posts ul li a,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
button,
input[type=submit],
#back-to-top a,
.portfolio-item a,
#filters a,
#footer li a,
.entry-meta a,
.social-icon a,
.simpleselect .placeholder,
.widget_search input::placeholder,
#sidebar .widget ul li a:after,
#footer .widget ul li:after,
#footer .widget a,
#copyright a,
.portfolio a,
.portfolio-filters a,
.entry-quote a .quote-source,
.sharebox ul li a,
#cancel-comment-reply-link,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a,
.widget a,
.wpb_text_column p a,
.latest-blog .blog-item h4 a,
.wpb_content_element a,
#topbar a,
#breadcrumbs a,
.frag_button,
.frag_button i,
.search #fullimagecenter input[type="submit"] { 
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

a:hover { color: #777 }

p a { line-height: inherit }
*:focus { outline: 0; }

/* LISTAGEM /--------------------------------------------------------- */
ul,
ol { margin-bottom: 20px }
ul { list-style: none outside }
ol,
ul { margin-left: 30px }
ol { list-style: decimal }
ul { list-style: disc outside }

ul li ul,
ol li ul,
ol li ul,
ol li ol { margin-bottom: 0 }
    
/* ------------------------------------------------------------------------ */
/* FORMULÁRIOS
/* ------------------------------------------------------------------------ */
/* Resetar iPad / iPhone Btn */
button, input[type=submit] { 
    -webkit-appearance: none; /*Safari/Chrome*/
    -webkit-border-radius: 2px; 
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea { 
    -webkit-appearance: none; /*Safari/Chrome*/
}

input, textarea { -webkit-border-radius: 2px;  }
input::-ms-clear { width : 0; height: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea { 
    padding: 10px 12px;
    outline: none !important;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    margin: 0 0 20px 0;
    width: 200px;
    max-width: 100%;
    display: block;
    color: #808080;
    line-height: 1.6;
    border: 1px solid #ccc;
    background: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus { 
    color: #4d4d4d;
    outline: none !important;
    border-color: #99cc33;
}

.simpleselect .placeholder:hover { 
    border-color: #323638;
}

textarea { min-height: 60px }

select { 
    display: block;
    padding: 10px 12px;
    outline: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #4d4d4d;
    margin: 0;
    max-width: 100%;
    color: #808080;
    border: 1px solid #ccc;
    background: #fff !important;
}

label,
legend { 
    display: block;
}

label span,
legend span { font-weight: 700; }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] { 
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}

/* ------------------------------------------------------------------------ */
/* LAYOUT BOXED 
/* ------------------------------------------------------------------------ */
.boxed-layout { 
    width: 1240px;
    padding: 0;
    margin: 0px auto !important;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    overflow: hidden;
}

/* Left - Right Shadow Shine fix for Boxed Layout Mode */
.boxed-layout #header { 
    width: 1240px;
    box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

/* ------------------------------------------------------------------------ */
/* BARRA TOPO
/* ------------------------------------------------------------------------ */
#topbar { 
    position: relative;
    z-index: 99999;
    background: #fff;
    color: rgba(50,54,56,0.4);
    min-height: 46px;
    line-height: 46px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

#topbar a { 
    color: rgba(50,54,56,0.4);
}

#topbar span a { 
    display: inline-block;
    padding: 0 20px;
}

#topbar .menu li a:hover,
#topbar span a:hover { 
    color: #99cc33;
/*  background-color: #99cc33;
    border-color: #99cc33 !important;
    box-shadow: 0 1px 0 #99cc33; */
}

#topbar a:hover { 
    color: #99cc33;
}

#topbar .topbar-col1,
#topbar .topbar-col2 { 
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Roboto Condensed';
}

#topbar .topbar-col1 { float: left; }
#topbar .topbar-col2 { float: right; }

/* Estilo para opção sem "link" no modo texto HTML (ex: Telefone) */
#topbar .topbar-col2 .nolink { 
    display: inline-block;
    cursor: default;
    padding: 0 20px;
}

/* Linha de borda para links no modo texto HTML */
#topbar .topbar-col1 span:first-child a { 
    border-left: solid 1px rgba(0,0,0,0.1);
    border-right: solid 1px rgba(0,0,0,0.1);
}
#topbar .topbar-col1 span a,
#topbar .topbar-col1 span.nolink { 
    border-right: solid 1px rgba(0,0,0,0.1);
}

#topbar .topbar-col2 span:last-child a { 
    border-left: solid 1px rgba(0,0,0,0.1);
    border-right: solid 1px rgba(0,0,0,0.1);
}
#topbar .topbar-col2 span a,
#topbar .topbar-col2 span.nolink { 
    border-left: solid 1px rgba(0,0,0,0.1);
}
/* --- */

#topbar .topbar-col1 .social-icons { 
    margin-left: 11px;
}

#topbar .topbar-col2 .social-icons { 
    margin-right: 8px;
}

#topbar .social-icons i { 
    font-size: 18px;
}

#topbar .social-icons a { 
    height: initial;
    line-height: inherit;
    color: rgba(0,0,0,1);
}

#topbar .social-icons a:hover { 
    color: rgba(0,0,0,0.65);
}

#topbar ul.menu { 
    margin: 0;
    padding: 0;
    list-style: none;
}

#topbar ul.menu li { 
    list-style: none;
    display: inline-block;
    line-height: inherit;
}

/* Correção defeito de espaçamento no HTML */
#topbar .topbar-col1 ul.menu li { margin-right: -4px; }
#topbar .topbar-col2 ul.menu li { margin-left:  -3px; }
/* --- */

#topbar ul.menu li a { 
    display: inline-block;
    padding: 0 20px;
}

/* Linha de borda para menu */
#topbar .topbar-col1 ul.menu li:first-child a { 
    border-left: solid 1px rgba(255,255,255,0.16);
    border-right: solid 1px rgba(255,255,255,0.16);
}
#topbar .topbar-col1 ul.menu li a { 
    border-right: solid 1px rgba(255,255,255,0.16);
}
#topbar .topbar-col2 ul.menu li:last-child a { 
    border-left: solid 1px rgba(255,255,255,0.16);
    border-right: solid 1px rgba(255,255,255,0.16);
}
#topbar .topbar-col2 ul.menu li a { 
    border-left: solid 1px rgba(255,255,255,0.16);
}

/* FA ÍCONES BARRA TOPO --------------------------- */
#topbar .topbar-col1 i,
#topbar .topbar-col2 i { 
    margin-right: 8px;
}

/* Ajuste ícone telefone */
#topbar .topbar-col1 .fa-phone,
#topbar .topbar-col2 .fa-phone { 
    font-size: 16px;
    position: relative;
    top: 2px;
}

/* CTO MSG --------------------------- */
#topbar .cto-msg {
    margin: 0 6px;
    padding: 0 12px !important;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    border: solid 2px #323638 !important;
    background-color: #323638;
    color: #fff;
}

#topbar .cto-msg {
    position: relative;
    background: #323638;
    border-radius: 3px;
}

#topbar .cto-msg:after {
    left: calc(100% + 2px);
    top: 50%;
    border: solid transparent;
    content: "";
    position: absolute;
    pointer-events: none;
    border-left-color: #323638;
    border-width: 6px;
    margin-top: -6px;
}

/* ------------------------------------------------------------------------ */
/* NAVEGAÇÃO BÁSICA
/* ------------------------------------------------------------------------ */
#navigation ul { 
    margin: 0;
    list-style: none; 
}

#navigation ul li { 
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative;        
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

#navigation ul li a { 
    padding: 39px 15px 38px;
    margin: 0;
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: #323638;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase !important;
    -webkit-transition: color 0.2s;
       -moz-transition: color 0.2s;
        -ms-transition: color 0.2s;
         -o-transition: color 0.2s;
            transition: color 0.2s;
}

#navigation ul li ul li a { font-size: 14px; }

#navigation ul > li:hover > a { color: #fff; }
#navigation ul li a:hover     { color: #99cc33; }

/* STATUS ATIVO */
#navigation li.current-menu-item > a       { color: #323638; }
#navigation li.current-menu-item > a:hover { color: #99cc33; }


/* #navigation li.current-page-ancestor > a, */
#navigation li.current-page-ancestor > a:hover,
/* #navigation li.current-menu-ancestor > a, */
#navigation li.current-menu-ancestor > a:hover,
/* #navigation li.current-menu-parent > a, */
#navigation li.current-menu-parent > a:hover,
/* #navigation li.current_page_ancestor > a, */
#navigation li.current_page_ancestor > a:hover,
#navigation > ul > li.sfHover > a { color: #99cc33; }

#navigation ul li ul li.sfHover > a { color: #99cc33; }

/* SUBMENU /--------------------------------------------------------- */
#navigation .sub-menu { 
    width: 220px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0px;
    background: #fff;
    border: none;
    z-index: 200;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
    display: none;
}

#navigation .sub-menu li { 
    float: none;
    border: none;
    margin: 0px 0px;
    padding: 0;
    height: auto;
    position: relative;
}

#navigation .sub-menu li a { 
    display: block;
    text-align: left;
    color: #323638;
    text-transform: none;
    padding: 18px 16px;
    margin: 0;
    border: none;
    box-shadow: 0 11px 0 -10px rgba(0,0,0,0.06);
    transition: none;
}

#navigation .sub-menu > li:last-child > a { box-shadow: none !important; }
#navigation .sub-menu li:hover { border: none; }

#navigation .sub-menu li a:hover { 
    box-shadow: none;
}

#navigation .sub-menu li a:hover       { color: #8ab82e !important; }
#navigation .sub-menu li ul a:hover    { color: #8ab82e; }
#navigation .sub-menu li ul ul a:hover { color: #8ab82e; }

#navigation .sub-menu li.current-menu-item > a,
#navigation .sub-menu li.current-menu-item > a:hover,
#navigation .sub-menu li.current-page-ancestor > a,
#navigation .sub-menu li.current-page-ancestor > a:hover,
#navigation .sub-menu li.current-menu-ancestor > a,
#navigation .sub-menu li.current-menu-ancestor > a:hover,
#navigation .sub-menu li.current-menu-parent > a,
#navigation .sub-menu li.current-menu-parent > a:hover,
#navigation .sub-menu li.current_page_ancestor > a,
#navigation .sub-menu li.current_page_ancestor > a:hover { 
    color: #323638;
}

/* SUBMENU - NÍVEL 2 /--------------------------------------------------------- */
#navigation .sub-menu ul { 
    position: absolute;
    left: 220px;
    background: #fff;
    margin: 0 0 0 0px;
    top: 0;
    border-radius: 0px;
}

#navigation .sub-menu ul li a { 
    display: block;
    text-align: left;
    color: #323638;
    text-transform: none;
    padding: 14px 16px;
    margin: 0;
    border: none;
    box-shadow: 0 11px 0 -10px rgba(0,0,0,0.06);
}

#navigation ul li ul li.current-menu-item > a { 
    color: #323638;
}

/* SUBMENU - NÍVEL 3 /--------------------------------------------------------- */
#navigation .sub-menu ul ul { 
    background: #e0e0e0;
}

/* FLECHAS SUBMENU /--------------------------------------------------------- */
.sf-arrows .sf-with-ul:after { 
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 18px;
    margin-top: -11px;
    content: '\f105';
    font-family: 'FontAwesome';
}

#navigation > ul > li > a.sf-with-ul:after { 
    display: none !important;
}

#navigation > ul > li > a.sf-with-ul:after { 
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 6px;
    font-size: 11px;
    content: '\f107';
    font-family: 'FontAwesome';
    display: none !important;
}

/* ------------------------------------------------------------------------ */
/* IMAGENS RETINA
/* ------------------------------------------------------------------------ */
@media (-webkit-min-device-pixel-ratio: 1), (min-resolution: 96dpi ) { .logo       { background: url("../../../images/logo.png") no-repeat; }}
@media (-webkit-min-device-pixel-ratio: 1), (min-resolution: 96dpi)  { .seta-topo span { background: url("../../../images/seta-topo.png") no-repeat; }}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .seta-topo span { background: url("../../../images/seta-topo-@2x.png") no-repeat; }}
@media (-webkit-min-device-pixel-ratio: 1), (min-resolution: 96dpi)  { .logo-rodape { background: url("../../../images/logo-rodape.png") no-repeat; }}

.logo,
.seta-topo span,
.logo-rodape { 
    background-size: cover;
}

/* ------------------------------------------------------------------------ */
/* CABEÇALHO BÁSICO
/* ------------------------------------------------------------------------ */
#header { 
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 100px;
    z-index: 8000;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    -webkit-transition: background 0.2s;
       -moz-transition: background 0.2s;
        -ms-transition: background 0.2s;
         -o-transition: background 0.2s;
            transition: background 0.2s;
}

.logo a { 
    display: block;
    width: 200px;
    height: 40px;
    background-size: cover;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.logo img { 
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------------------------------------ */
/* CABECALHO PADRÃO
/* ------------------------------------------------------------------------ */
.header-v1 #header { 
    height: 100px;
    background-color: #fff;
}

.header-v1 .logo { 
    float: left;
    margin: 30px 0 0 32px;
}

.header-v1 #navigation { 
    position: absolute;
    left: calc(50% - 280px);
    left: 27.85%;
    color: #fff;
}

.header-v1 #navigation > ul { 
    float: right;
    margin: 0 5px 0 0;
}

.header-v1 #navigation > ul > li { 
    height: 100px;
}

.header-v1 #navigation .sub-menu { 
    top: 100px;
}

#header .social-icons { 
    display: inline-block;
    position: relative;
    top: 12px;
    right: 24px;
}

.header-v1 #search-btn { 
    line-height: 100px;
    padding: 0 32px 0 16px;
    margin-left: -12px;
    display: inline-block
}

.header-v1 #search-btn i { 
    font-size: 23px;
    position: relative;
    top: 5px;
}
/* ------------------------------------------------------------------------ */
/* NAVEGAÇÃO MOBILE
/* ------------------------------------------------------------------------ */
#mobile-header { 
    display: none;
    position: relative;
    background-color: #fff;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    height: 100px;
    width: 100%;
    z-index: 8000;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

#mobile-header .logo { 
    top: 27.5px;
    position: absolute;
    left: calc(50% - 101px);
}

#mobile-navigation { 
    background: #fff;
    padding: 0px 0;
    position: relative;
    margin: 0;
    border-bottom: solid 1px rgba(0,0,0,0.16);
    z-index: 1001;
    display: none;
}

#mobile-navigation .container ul            { list-style: none; margin: 0px 0px 32px 0px; }
#mobile-navigation .container ul li ul      { margin: 0; display: none; }
#mobile-navigation .container ul ul a       { background-color: #8ab82e; color: #fff; font-size: 16px; }
#mobile-navigation .container ul ul ul a    { background-color: #8ab82e; color: #fff; font-size: 14px; }
#mobile-navigation .container ul ul ul ul a { background-color: #8ab82e; color: #fff; }

/* #mobile-navigation .container li a:hover          { background-color: #8ab82e; color: #fff; } */
#mobile-navigation .container li ul a:hover       { background-color: #99cc33; color: #fff; }
/* #mobile-navigation .container li ul ul a:hover    { background-color: #8ab82e; color: #fff; } */
/* #mobile-navigation .container li ul ul ul a:hover { background-color: #8ab82e; color: #fff; } */

#mobile-navigation ul a { box-shadow: 0 17px 0 -16px rgba(0,0,0,0.12); }
/* #mobile-navigation ul li a:hover { box-shadow: none; } */


#mobile-navigation ul li a { 
    display: block;
    position: relative;
    padding: 12px 0 !important;
    font-family: 'Roboto Condensed';
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #323638;
    text-transform: uppercase;
}

/* #mobile-navigation li.open > a, */
#mobile-navigation ul li a:hover, 
#mobile-navigation ul li a:hover [class^="fa-"] { 
    color: #323638;
}

body #mobile-navigation li.open > a [class^="fa-"] { 
    color: #323638; 
}

#mobile-navigation ul li i { 
    display: block;
    width: 48px;
    float: right;
    margin: -10px 0px 0 -64px;
    padding: 15px 16px 0 0px;
    font-size: 24px;
}

#mobile-navigation ul ul li i { 
    padding: 12px 16px 0 0px;
}

#mobile-navigation ul li .fa-angle-down { 
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: right;
    margin: 0;
    padding: 0 32px;
}

#mobile-navigation ul li ul li .fa-angle-down { height: 51px; line-height: 51px; }
#mobile-navigation ul li .fa-angle-down:before          { font-family: 'FontAwesome'; content: '\f107'; }
#mobile-navigation ul li.open .fa-angle-down:before     { font-family: 'FontAwesome'; content: '\f106'; }
#mobile-navigation ul li ul .fa-angle-down:before       { font-family: 'FontAwesome'; content: '\f107' !important; }
#mobile-navigation ul li ul .open .fa-angle-down:before { font-family: 'FontAwesome'; content: '\f106' !important; }

/* ÍCONE MENU HAMBURGUER MOBILE /---------------------------------------------- */
#mobile-navigation-btn-2 { 
  width: 24px;
  height: 20px;
  position: relative;
  margin: 15px 10px 0 12px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
     -moz-transition: .2s ease-in-out;
       -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
  cursor: pointer;
}

#mobile-navigation-btn-2 span { 
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #323638;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
 -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
         transition: .25s ease-in-out;
}

#mobile-navigation-btn-2 span:nth-child(1) { 
  top: 0px;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

#mobile-navigation-btn-2 span:nth-child(2) { 
  top: 9px;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

#mobile-navigation-btn-2 span:nth-child(3) { 
  top: 18px;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

#mobile-navigation-btn-2.open span:nth-child(1) { 
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -0px;
  left: 4px;
}

#mobile-navigation-btn-2.open span:nth-child(2) { 
  width: 0%;
  opacity: 0;
}

#mobile-navigation-btn-2.open span:nth-child(3) { 
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 17px;
  left: 4px;
}

/* PESQUISA MOBILE /--------------------------------------------------------- */
#mobile-navigation form { 
    position: relative;
    background: #e5e5e5;
    padding: 0px 12px 0px 37px;
    margin: 0 32px 32px 32px;
    border-radius: 30px;
}

#mobile-navigation form input { 
    width: 100%;
    padding: 12px 0 12px 6px;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: none;
    box-shadow: none;
    font-size: 22px;
    color: #323638;
    -webkit-font-smoothing: antialiased;
}

#mobile-navigation form input::-webkit-input-placeholder { color: #323638; opacity: 0.7; }
#mobile-navigation form input::-moz-placeholder          { color: #323638; opacity: 0.7; }
#mobile-navigation form input:-ms-input-placeholder      { color: #323638; opacity: 0.7; }
#mobile-navigation form input:-moz-placeholder           { color: #323638; opacity: 0.7; }

#mobile-navigation form:before { 
    position: absolute;
    top: 11px;
    left: 16px;
    font-size: 22px;
    color: #323638;
    content: '\f002';
    font-family: 'FontAwesome';
}

/* BOTÕES CABEÇALHO E PESQUISA CABEÇALHO /--------------------------------------------- */
.header-icons { 
    float: right;
    line-height: 100px;
}

.header-icons-divider { 
    height: 30px;
    width: 1px;
    line-height: 100px;
    float: left;
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    top: 50%;
    margin-top: -15px;
    margin-left: -16px;
    display: block;
}

#search-btn { 
    color: rgba(50,54,56,0.4);
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

#search-btn:hover { 
    color: #99cc33;
}

#search-top { 
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;  
    padding: 0;
    display: none;
}

.header-wide-container #search-top { 
    width: 100%;
    margin: 0;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#search-top input { 
    float: left;
    margin: 0px;
    width: 90%;
    height: 100px;
    padding: 0 0 0 32px;
    border: 0;
    background: transparent;
    color: #323638;
    font-size: 29px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    border-radius: none;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
}

#search-top input::-webkit-input-placeholder { color: #323638; opacity: 0.7; }
#search-top input::-moz-placeholder          { color: #323638; opacity: 0.7; }
#search-top input:-ms-input-placeholder      { color: #323638; opacity: 0.7; }
#search-top input:-moz-placeholder           { color: #323638; opacity: 0.7; }
#search-top input:focus                      { outline: none; }

#close-search-btn { 
    float: right;
    line-height: 100px;
    margin: 0;
    padding: 0 32px 0 20px;
    font-size: 21px;
    color: rgba(50,54,56,0.4);
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

#close-search-btn i     { line-height: 1; }
#close-search-btn:hover { color: #99cc33; }

#header.header-transparent,
.header-is-transparent #mobile-header { position: absolute; }
.header-is-transparent #mobile-navigation { top: 100px; }

#page-wrap { 
    position: relative;
    clear: both;
    float: none;
}

/* OWL - PRINCIPAL  --- */
.owl-theme .owl-controls .owl-page { display: inline-block; }

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

#sync1 .item {
    height: 960px;
    background-color: #333;
    background-position: center;
    background-size: cover;
}

#sync2 .item {
    background: rgba(0, 0, 0, 0.6);
    margin: 1px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
}

.owl-theme .owl-nav {/*default owl-theme theme reset .disabled:hover links */}
.owl-theme .owl-nav [class*='owl-'] { transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }

#sync1.owl-theme { position: relative; }

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 12px;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev { left: 10px; }
#sync1.owl-theme .owl-next { right: 10px; }
.owl-theme .owl-nav.disabled+.owl-dots {
    margin: -30px auto 0;
    display: inline-block;
    position: absolute;
    left: calc( 50% - 115px);
}

/* TÍTULO BARRA DE CAMINHO /--------------------------------------------------------- */
#fulltitle { 
    background: #dedede;
    padding: 20px;
    box-shadow: 0 35px 100px 70px #f8f8f8;           
}

#fulltitle #title { 
    max-width: 700px;       
}

.titlebar h1 { 
    margin:0;
    padding: 0;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 18px;
    color: rgba(50, 54, 56, 0.6);
}

#fulltitle #title h1:first-letter { 
    text-transform: uppercase;      
}

/* CABEÇALHO + IMAGEM + TÍTULO /--------------------------------------------------------- */
#fullimagecenter {
    position: relative;
    display: table;
    height: 400px;
    width: calc(100% - 32px);
    padding: 0 16px;
    background-position: center center;
    background-size: cover;
    text-align: center;
    background-color: #323638;
    overflow: hidden;
}

.home #fullimagecenter { 
    height: 600px;
}

.single-post #fullimagecenter { 
    height: 475px;
}

#fullimagecentertitle { 
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

#fullimagecenter h1 { 
    display: block;
    margin: 0;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    text-align: center;
    font-size: 47px;
    line-height: 1.18em;
    color: #fff;
}

#fullimagecenter p { 
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
    margin: 15px auto 0;
    max-width: 732px;
}

/* TÍTULO PÁGINA: TAGS / ARQUIVOS  --- */
.archive { background-color: #f1f1f1; }

#fullimagecenter h1 span {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: -6px;
    width: 52px;
    height: 52px;
    font-size: 28px;
    line-height: 55px;
    background-color: rgba(102, 204, 51, 0.95);
    color: #fff;
    border-radius: 50px;
}

.archive.tag #fullimagecenter h1,
.archive.date #fullimagecenter h1,
.archive.author #fullimagecenter h1,
.archive.category #fullimagecenter h1 {
    text-transform: capitalize;
}

/* TÍTULO PÁGINA: PESQUISA  --- */
.search #fullimagecenter .info-resultado { 
    display: table;
    margin: 0 auto;
}

.search #fullimagecenter .contagem-resultado { 
    display: table-cell;
    font-size: 32px;
    line-height: initial;
}

.search #fullimagecenter .contagem-resultado.cont-elipse { 
    vertical-align: middle;
    padding: 0 13px;
    font-size: 19px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.22);
    border: solid 1px rgba(128, 128, 128, 1);
    border-radius: 100px;
}

.search #fullimagecenter h1.valor-resultado { 
    margin-left: 10px;
    font-size: 32px;
    line-height: initial;
}

.search #fullimagecenter input,
.search #fullimagecenter h1.palavra-chave { 
    font-family: 'Roboto Condensed';
    font-weight: 700;
    line-height: 1.2em;
    color: #99cc33;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-break: break-word;
}

.search #fullimagecenter h1.palavra-chave { 
    margin: 10px 20px -8px;
}

.search #fullimagecenter input { 
    display: inline-block;
    font-size: 47px;
    background-color: transparent !important;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px rgba(128, 128, 128, 0.5);
    margin: 0;
    padding: 0;
    line-height: initial;
    text-align: center;
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

.search #fullimagecenter input[type="text"] { 
    padding: 0 0 0 10px;
}

.search #fullimagecenter input[type="submit"] { 
    width: 52px;
    height: 62px;
    vertical-align: bottom;
    font-family: 'FontAwesome';
    font-size: 28px;
    color: rgba(128, 128, 128, 0.5);
}

.search #fullimagecenter input[type="submit"]:hover { 
    color: rgba(255, 255, 255, 1);
}

.search #fullimagecenter input::-webkit-input-placeholder { color: #00a698; }
.search #fullimagecenter input::-moz-placeholder          { color: #00a698; }
.search #fullimagecenter input:-ms-input-placeholder      { color: #00a698; }
.search #fullimagecenter input:-moz-placeholder           { color: #00a698; }

.search #fullimagecenter #searchform { 
    display: table;
    margin: 10px auto -8px;
}

.search #fullimagecenter h1.palavra-chave:first-letter { 
    text-transform: uppercase;
}

/* SMALL: TÍTULO /--------------------------------------------------------- */
#smalltitle .sixteen { 
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
}

#smalltitle h1 { 
    display: inline-block;
    border-bottom:3px solid #ccc;
    padding-bottom:20px;
    margin-bottom:-1px;
}

/* SMALL: IMAGEM /--------------------------------------------------------- */
#smallimage .sixteen { 
    background-position: center center;
    border-radius: 2px;
    background-size: cover;
}

#smallimage h1 { 
    display: inline-block;
    background: #fff;
    padding: 5px 14px;
    margin:50px 0 50px 30px;
    border-radius: 2px;
}

#smallimage #breadcrumbs     { margin-top: 60px; }
#smallimage #breadcrumbs span { margin-right: 30px; }

/* BARRA DE CAMINHO (Breadcrumbs) /----------------------------------------- */
#breadcrumbs { 
    float: right;
    margin-top: 2px;
    font-family: 'Roboto Condensed';
    text-align: right;
    font-size: 14px;
    color: rgba(50, 54, 56, 0.6);
    max-width: 400px;
}

#breadcrumbs a      { color: rgba(50, 54, 56, 0.6); }
#breadcrumbs a:hover { color: #323638; }

#breadcrumbs #crumbs i { margin: 0 5px; color: rgba(50, 54, 56, 0.3); }
.archive #breadcrumbs #crumbs { text-transform: capitalize; }

/* ------------------------------------------------------------------------ */
/* CONTEÚDO
/* ------------------------------------------------------------------------ */
/* AJUSTE IPAD MODO RETRATO */
.on-mobile #page-wrap { overflow: hidden; } 
#content              { padding-top: 60px; padding-bottom: 40px; }
#sidebar-widgets      { padding-top: 60px; padding-bottom: 60px; }
#content.nopadding    { padding: 0; margin: 0; }
#content.sidebar-left { float: right; }

/* ------------------------------------------------------------------------ */
/* BLOG PADRÃO
/* ------------------------------------------------------------------------ */
.single-post,
.page-template-page-blog { background-color: #f1f1f1; }

.blog-masonry .entry-wrap { background-color: #fff; }
.blog-masonry .entry-meta { margin: 0; }
.blog-masonry .entry-pad  { padding: 16px 16px 20px; }

.blog-page:after { 
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.blog-page .post { 
    margin: 0 0 40px 0;
    padding: 0 0 33px 0;
    border-bottom: 1px solid #eee;
}

.blog-page .post.format-quote { padding: 0 0 60px 0; }
.blog-page .post .button i   { margin: 0; }

.blog-page .post h1,
.blog-page .post h3 { 
    margin: 0 0 14px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.18em;   
}

.blog-page .post h1 a,
.blog-page .post h3 a { 
    color: #323638;
}

.blog-page .post h1 a:hover,
.blog-page .post h3 a:hover { 
    color: #323638;
}

.blog-page .post h1 i,
.blog-page .post h3 i { 
    margin: 0 0 0 5px;
}

.post-time { 
    width: 42px;
    float: left;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    text-align: center;
    color: #999;
    border-right: 1px solid #efefef;
}

.post-time .month { 
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
}

.post-time .day { 
    display: block;
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.blog-page article { overflow: hidden; }

/* FORMATO ESPECÍFICO DE POST /-------------------------------------------- */
.entry-video,
.entry-gallery,
.entry-image { 
    margin: 0 0 0px 0;
    background-color: #323638;
}

.entry-video iframe     { max-width: 100%; }
.entry-gallery          { border-radius: 2px; position: relative; }
.entry-gallery img      { border-radius: 2px; }
.entry-image            { overflow: hidden; position: relative; }
.blog-wrap .entry-image { border-radius: 4px 4px 0 0; background-color: #dedede; }
.entry-image img { 
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.entry-image .entry-overlay { 
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
}


/* LEGENDAS IMAGENS POST (FIGURE CAPTION) /-------------------------------------------- */
.caption-img-capa,
.caption-img-post {
    width: calc(100% - 32px);
    padding: 12px 16px;
    bottom: 0;
    font-family: 'Roboto Condensed';
    text-align: left;
    line-height: 1.4em;
    font-weight: 400;
    font-size: 16px;
}

.caption-img-capa {
    position: absolute;
    width: calc(100% - 64px);
    margin: 16px;
    color: #fff;
    /* text-align: center; */
    background-color: rgba(130, 156, 38, 0);
    border-radius: 4px;
}

.caption-img-post {
    vertical-align: bottom;
    background-color: #f8f8f8;
    box-shadow: inset 0 -1px 0px 0 rgba(0,0,0,0.1);
    color: #323638;
}

.caption-img-capa span.sem-br { font-size: 16px; color: rgba(255, 255, 255, 0.9); }
.caption-img-capa span.com-br { font-size: 14px; }
.caption-img-capa span.com-br a { color: #fff; }
.caption-img-capa span.com-br a:hover { color: #d5ff3d; }
.caption-img-capa span.sem-br a { color: #fff; }
.caption-img-capa span.sem-br a:hover { color: #d5ff3d; }

.caption-img-post span.sem-br { font-size: 16px; }
.caption-img-post span.com-br { font-size: 14px; }
.caption-img-post span.com-br a { color: #323638; }
.caption-img-post span.com-br a:hover { color: #99cc33; }
.caption-img-post span.sem-br a { color: #323638; }
.caption-img-post span.sem-br a:hover { color: #99cc33; }

.entry-content figure { margin: 25px 0; }
.entry-content figure img { vertical-align: bottom; }

/* LUPA :HOVER -------------------------- */
.entry-image .entry-overlay i { 
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -28px;
    font-size: 22px;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.44);
}

.icon-frag-plus:before { 
    font-family: 'FontAwesome';
    content: '\f002' !important;
    position: relative;
    top: -3px;
    left: -1px;
}

/* "+" MINIATURA DO POST --- [Alterado em functions.js] */
.entry-image .plus-x { 
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #99cc33;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.entry-image span.plus-h,
.entry-image span.plus-v { 
    position: absolute;
    display: block;
    background-color: #fff;
}

.entry-image span.plus-h {
    width: 2px;
    height: 22px;
    top: 17px;
    left: 27px;
}

.entry-image span.plus-v {
    width: 22px;
    height: 2px;
    top: 27px;
    left: 17px;
}

.entry-quote a { 
    text-align: center;
    display: block;
    background: #f9f9f9;
    color: #5f5f5f;
    padding: 40px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    border-radius: 3px;
    position: relative;
    margin: 0;
}

.entry-quote a .quote-source { 
    display: block;
    font-size: 14px;
    color: #5f5f5f;
    opacity: 0.6;
    margin: 10px 0 0 0;
}

.entry-quote a:hover               { color: #fff; background: #5f5f5f; }
.entry-quote a:hover .quote-source { color: #fff; }

/* DADOS DE ENTRADA /--------------------------------------------------------- */
.entry-meta { margin: 20px 0 0px 0; }

.blog-single .entry-meta   { margin: 0px 0 20px 0; color: #5f5f5f; }
.blog-single .entry-meta .meta-post-top a { color: #5f5f5f; }
.blog-single .meta-bottom  { margin: 0; }

.entry-meta { 
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.entry-meta ul { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.meta-top ul      { color: #5f5f5f; }
.entry-meta ul li { display: inline; }

.meta-top ul li:after { 
    content: ' \002022 ';
    margin: 0 6px;
    color: #ccc;
}

.entry-meta ul li:last-child:after { 
    content: '';
    margin: 0;
}

.entry-meta a      { color: #888; }
.entry-meta a:hover { color: #323638; }

/* BTN SAIBA MAIS --- */
.blog-page .read-more-link {
    display: inline-block;
    padding: 10px 12px;
    margin-top: 15px;
    margin-bottom: 2px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #5f5f5f;
    background-color: #fff;
    border: solid 1px #ddd;
    box-shadow: 0 1px #f0f0f0;
}

.blog-page .read-more-link i { margin-left: 5px; }

.blog-page .read-more-link:hover {
    color: #fff;
    background-color: #99cc33;
    border-color: #99cc33;
    box-shadow: none;
}

/* BLOG MEDIO /--------------------------------------------------------- */
.blog-medium #content {
    float: left;
    width: calc(100% - 536px);
    margin: 32px;
    padding: 28px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
}

.blog-medium #sidebar {
    float: left;
    width: 384px;
    margin: 0 32px 0 0;
}

.blog-medium #sidebar-widgets {
    width: 328px;
    padding: 32px 0;
}

.blog-medium #sidebar .widget {
    float: left;
    width: 100%;
    margin: 0 0 32px;
    padding: 28px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
}

.blog-medium .post {
    margin: 0 0 28px 0;
    padding: 0 0 21px 0;
}

.blog-medium .post a { color: #323638; }

.blog-medium .post h1,
.blog-medium .post h2 { 
    font-size: 23px;
    font-weight: 400;
    color: #323638;
    margin-bottom: 5px;
}

.blog-medium .entry-image,
.blog-medium .entry-gallery,
.blog-medium .entry-video { 
    float: left;
    width: 252px;
    margin: 0 28px 7px 0;
}

.blog-medium .entry-wrap { overflow: hidden; }
.blog-medium .post-time  { display: none; }

.blog-medium .entry-content {
    font-size: 14px;
    color: #5f5f5f
}

.blog-medium .entry-meta    { margin: 0 0 8px; }
.blog-medium .meta-post-top { color: #5f5f5f; }

.blog-medium .meta-post-top .meta-category a {
    margin: 0px 5px 4px 0px;
    line-height: 1;
    padding: 4px 6px;
}

.blog-medium .meta-post-top i {
    position: relative;
    margin-right: 4px;
}

.blog-medium .entry-meta ul li:after { 
    content: ' | ';
    margin: 0 6px;
    color: #e5e5e5;
}

.blog-medium .entry-meta ul li:last-child:after { 
    content: '';
    margin: 0;
}

.blog-medium .entry-meta .meta-author,
.blog-medium .entry-meta .meta-edit,
.blog-medium .entry-meta .meta-category:after { 
    display: none;
}

/* BLOG CENTRALIZADO /--------------------------------------------------------- */
.blog-center .blog-wrap { 
    width: 920px;
    margin: 0 auto;
}

/* RESUMO BLOG /--------------------------------------------------------- */
.search-page .entry-content,
.blog-medium .entry-content,
.blog-masonry .entry-content {
    display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* BLOG MASONRY /--------------------------------------------------------- */
.blog-masonry .blog-wrap { 
    opacity: 0;
    width: 90%; /* Navegadores antigos */
    width: calc(100% - 32px) !important;
    margin: 0 16px;
    padding: 24px 0 !important;
    overflow: hidden; /* RETHINK THIS */
}

.blog-masonry .post { 
    width: 24%; /* Navegadores antigos */
    width: calc(25% - 16px);
    overflow: hidden;
    float: left;
    margin: 0 8px 16px 8px;
    padding: 0;
    display: inline-block;
    border: none;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
}

.blog-masonry .post h3 {
    font-size: 23px;
    font-weight: 400;
}

.blog-masonry .post .entry-meta { 
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.blog-masonry .post .meta-top { margin-bottom: 12px; }
.blog-masonry .post .meta-top i { position: relative; margin-right: 4px; }
.blog-masonry .post .meta-top .fa-commenting-o { top: -1px; }

.blog-masonry .post .meta-bottom { 
    position: relative;
    height: 44px;
    padding: 0 0 0 16px;
    line-height: 44px;
    background-color: #fff;
    border-top: solid 1px #eee;
}

.blog-masonry .post .entry-content {
    font-family: 'Roboto';
    font-size: 14px;
    color: #5f5f5f;
}

.blog-masonry .post .entry-meta .meta-author,
.blog-masonry .post .entry-meta .meta-edit { 
    display: none;
}

.blog-masonry .post.format-quote { padding: 0; }

.blog-masonry .entry-quote { 
    position: relative;
    z-index: 2;
    margin: 0 0 10px 0;
}

.blog-masonry .entry-link { margin: 0 0 10px 0; }
.blog-masonry .read-more-link { display: none; }

/* BLOG SINGLE /--------------------------------------------------------- */
.blog-single .post { 
    margin: 0 0 32px 0;
    padding: 0;
    border: none;
}

.blog-single .post h1 {
    font-weight: 400;
    font-size: 37px;
}

.blog-single .post h1 a { 
    color: #444;
}

.entry-content p a {
    font-weight: 400;
    color: #7aa329;
}

.entry-content strong {
    font-weight: 400;
}

.blog-single .post-time         { display: none; }
.blog-single .post .entry-quote { margin: 0 0 30px 0; }
.blog-single .post.format-quote { padding: 0; }
.blog-single .post .entry-link  { margin-bottom: 30px; }

.blog-masonry .post .meta-novo {
    border: 1px solid #ddd;
    padding: 2px 4px;
    margin-right: 6px;
}

.blog-masonry .post .meta-novo:after {
    content: '';
    margin: 0;
    padding: 0;
}

.blog-single .entry-wrap-c .entry-meta li:after {
    content: ' | ';
    margin: 0 6px;
    color: #e5e5e5;
}

.blog-single .entry-wrap-c .entry-meta li:last-child:after { content: ''; }

.entry-meta .meta-post-top { 
    font-family: 'Roboto Condensed';
    font-size: 13px;
}

.blog-single .entry-meta li i { margin-right: 4px; }
.blog-single .meta-author i,
.blog-single .meta-comment i { position: relative; top: -1px; }
.entry-tags a { color: inherit; }

.single-post #content { 
    float: left;
    width: calc(100% - 480px);
    padding: 0;
    margin: 32px 32px 0;
}

.single-post #sidebar { 
    float: left;
    width: 384px !important;
    padding: 0 !important;
    margin: 32px 0 !important;
    border: none !important;
}

.single-post #sidebar-widgets { 
    float: left;
    width: 100% !important;
    padding: 0px !important;
    border: none !important;
}

.single-post #sidebar-widgets .widget { 
    padding: 32px;
    margin: 0 0 32px !important;
}

.single-post .post,
.titulo-relacionados,
.single-post #author-info,
.single-post #comments,
.single-post #sidebar-widgets .widget { 
    padding: 28px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
}

/* Ajuste padding-bottom */
.single-post #sidebar-widgets .widget { padding-bottom: 16px; }
.single-post #sidebar-widgets .widget_banner,
.single-post #sidebar-widgets .widget_fanpage { padding-bottom: 28px; }

.single-post .post { padding: 0; }
.single-post .entry-wrap-c { padding: 28px; }

.conteudo p,
.single-post .entry-content p { 
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 1.62;
    -webkit-font-smoothing: auto;
}

.single-post .entry-content ul {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 1.6em;
    -webkit-font-smoothing: auto;
}

.single-post .entry-content ul li { margin-bottom: 1em; }
.single-post .entry-content .sharebox ul { font-size: initial !important; }
.single-post .entry-content .sharebox ul li { margin-bottom: inherit ; }

.single-post .entry-content .sharebox ul { 
    font-size: inherit;
    line-height: inherit;
}

.blog-page .post .entry-content h2 {
    font-size: 29px;
    margin-bottom: 15px;
    margin-top: 40px;
}
.conteudo h2 { font-size: 29px; margin: 50px 0 15px; }

.blog-page .post .entry-content h3 {
    display: inline-block;
    font-size: 23px;
    margin: 30px 0 15px;
}
.conteudo h3 { font-size: 20px; }

.conteudo h2,
.blog-page .post .entry-content h2,
.conteudo h3,
.blog-page .post .entry-content h3,
.conteudo h4,
.blog-page .post .entry-content h4,
.conteudo h5,
.blog-page .post .entry-content h5 {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    line-height: 1.18em;
}

.blog-page .post .entry-content h4 { font-size: 20px; }
.blog-page .post .entry-content h5 { font-size: 16px; }
.blog-page .post .entry-content h6 { font-size: 12px; }

.blog-page .post .entry-content h2 i { margin: 0; }

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    width: calc(100% - 20px);
    padding: 40px 10px 9px;
    line-height: 1.3em;
    font-size: 13px;
    background: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.3) 70%,transparent);
}

/* BOTÕES SOCIAIS /--------------------------------------------------------- */
.social-top {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: -8px;
}

.social-top > div {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-right: 1px;
    height: 20px;
    overflow: hidden;
}

.social-top .social-top-fb { padding-right: 0px; }
.social-top  > div:last-child { padding-right: 0; }

/* CAIXA DE COMPARTILHAMENTO /--------------------------------------------------------- */
/* GLOBAL /-------------------------- */
.sharebox { display: block; margin: 4em 0 0 0; }
.sharebox ul { list-style: none; margin: 0; }
.sharebox ul li { float: left; padding: 0; }

.sharebox ul li a { 
    display: block;
    float: left;
    height: 44px;
    line-height: 50px;
}

.sharebox ul li i { 
    display: inline-block;
    font-size: 18px;
}

/* LARGURA DINÂMICA */
.sharebox-post ul li.sharebox-01,
#sharebox-mini ul li ul li.sharebox-01 { width: 100%;  }
.sharebox-post ul li.sharebox-02,
#sharebox-mini ul li ul li.sharebox-02 { width: 50%;   }
.sharebox-post ul li.sharebox-03,
#sharebox-mini ul li ul li.sharebox-03 { width: 33.3%; }
.sharebox-post ul li.sharebox-04,
#sharebox-mini ul li ul li.sharebox-04 { width: 25%;   }
.sharebox-post ul li.sharebox-05,
#sharebox-mini ul li ul li.sharebox-05 { width: 20%;   }
.sharebox-post ul li.sharebox-06,
#sharebox-mini ul li ul li.sharebox-06 { width: 16.6%; }

/* LISTA /-------------------------- */
#sharebox-mini ul.sub-menu.open { display: block !important; }
/* #sharebox-mini ul.sub-menu { 
    display: block !important;
} */

#sharebox-mini { 
    height: 44px;
    float: right;
    margin: 0;
    text-align: center;
}

#sharebox-mini a.share-btn { border: none; color: #aaa; }
#sharebox-mini a .fa-share { font-size: 16px; }

#sharebox-mini ul.sub-menu { 
    position: absolute;
    width: 100%;
    right: 0;
    background-color: #fff;
}

#sharebox-mini ul li { margin: 0; }
#sharebox-mini ul li i { margin: 0; }

#sharebox-mini ul li a { 
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 48px;
    padding: 0;
    border-left: solid 1px #eee;
}

#sharebox-mini ul li ul li a { width: 100%; }
#sharebox-mini ul li ul li:first-child a { border-left: none; }

#sharebox-mini ul li a .fa-envelope-o { 
    position: relative;
    font-size: 16px;
    top: -1px;
}

/* COR */
.sharebox-lista a.share-facebook:hover  { color: #3b5998; }
.sharebox-lista a.share-twitter:hover   { color: #00aced; }
.sharebox-lista a.share-tumblr:hover    { color: #32506d; }
.sharebox-lista a.share-pinterest:hover { color: #cb2027; }
.sharebox-lista a.share-google:hover    { color: #dd4b39; }
.sharebox-lista a.share-linkedin:hover  { color: #007bb6; }
.sharebox-lista a.share-mail:hover      { color: #5f5f5f; }

/* POST /-------------------------- */
.sharebox-post ul li a {
    width: 100%;
    text-align: center;
    border-left: solid 1px #eee;
}

.sharebox-post ul li:first-child a { border-left: none; }
.sharebox-post ul li a i { font-size: 20px; }

.sharebox-post ul li a .fa-envelope-o {
    position: relative;
    font-size: 18px;
    top: -1px;
}

/* COR */
.sharebox-post a,
.sharebox-post a:hover           { color: #fff !important; }
.sharebox-post a.share-facebook  { background-color: #3b5998; }
.sharebox-post a.share-twitter   { background-color: #00aced; }
.sharebox-post a.share-tumblr    { background-color: #32506d; }
.sharebox-post a.share-pinterest { background-color: #cb2027; }
.sharebox-post a.share-google    { background-color: #dd4b39; }
.sharebox-post a.share-linkedin  { background-color: #007bb6; }
.sharebox-post a.share-mail      { background-color: #5f5f5f; }

/* META-CATEGORIA /--------------------------------------------------------- */
.meta-post-top .meta-category { margin: 0; }
.meta-post-top .meta-category span { margin-right: 4px; }
.meta-post-top .meta-category a {
    display: inline-block;
    margin: 8px 5px 0 0;
    line-height: 21px;
    padding: 1px 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #5f5f5f;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 3px;
}

/* TAGS /--------------------------------------------------------- */
.meta-tags {
    list-style: none;
    margin: 2em 0 0;
    padding: 0;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 700;
    color: #707070;
}

.meta-tags a {
    display: inline-block;
    margin: 8px 0 0 5px;
    line-height: initial;
    padding: 6px 16px;
    font-size: 13px;
    color: #5f5f5f;
    background-color: #f1f1f1;
    border: solid 1px #f1f1f1;
    border-bottom-color: #eee;
    border-radius: 50px;
}

.meta-post-top .meta-category a:hover,
.meta-tags a:hover {
    color: #fff;
    background-color: #99cc33;
    border-color: #99cc33;
}

/* INFORMAÇÕES DO AUTOR /--------------------------------------------------------- */
#author-info { 
    display: block;
    margin: 0 0 32px 0;
}

#author-info p { margin: 0; }

#author-info .author-image {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    overflow: hidden;
    margin: 0 20px 0 0;
    background-color: #dedede;
}

#author-info .author-image img { 
    display: block;
    width: 80px;
    height: 80px;
}

#author-info .author-bio {
    overflow: hidden;
    font-size: 16px;
    color: #323638;
}

#author-info .author-bio h4 { 
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 21px;
}

.author-bio span {
    font-family: 'Roboto';
    font-size: 14px;
}

.author-archive #author-info { 
    margin: 0 0 28px 0;
    padding: 14px 0 28px;
    border-bottom: solid 1px #eee;
}
        
/* POST RELACIONADOS /--------------------------------------------------------- */
.titulo-relacionados    { margin-bottom: 16px; }
.titulo-relacionados h3 { margin: 0; line-height: 0.5; }

#related-posts {
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
    display: block;
}

#related-posts .post {
    width: 30%;
    width: calc(33.33% - 8px);
    overflow: hidden;
    float: left;
    margin: 0 0 16px;
    padding: 0;
    display: inline-block;
    border: none;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
}

#related-posts .post:nth-child(2) {
    margin-left: 12px;
    margin-right: 12px;
}

/* NAVEGAÇÃO DO POST /--------------------------------------------------------- */
#post-navigation .prev,
#post-navigation .next { 
    position: fixed;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: -30px 0 0 0;
    color: #fff;
    background: #323638;
    border: solid 1px rgba(255, 255, 255, 0.2);
    opacity: 0.2;
    z-index: 1;
    cursor: pointer; 
 }

#post-navigation .prev { left: -40px; border-radius: 0px 4px 4px 0px; border-left: none; }
#post-navigation .next { right: -40px; border-radius: 4px 0px 0px 4px; border-right: none; }

#post-navigation .prev:before,
#post-navigation .next:before { 
    position: absolute;
    top: 50%;
    font-family: 'FontAwesome';
    line-height: 0px;
    font-size: 32px;
    color: #fff;  
}

#post-navigation .prev:before { right: 25px; content: "\f104"; }
#post-navigation .next:before { left: 25px; content: "\f105"; }

/* ------------------------------------------------------------------------ */
/* PÁGINA DE PESQUISA
/* ------------------------------------------------------------------------ */
.search { background-color: #f1f1f1; }

.search #content {
    float: left;
    width: calc(100% - 536px);
    margin: 32px;
    padding: 28px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
}

.search-highlight { background: #FFFF00 }

.search #sidebar {
    float: left;
    width: 384px;
    margin: 0 32px 0 0;
}

.search #sidebar-widgets {
    width: 328px;
    padding: 32px 0;
}

.search #sidebar .widget {
    float: left;
    width: 100%;
    margin: 0 0 32px;
    padding: 28px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
}

.search-page .read-more-link { display: none; }

.search-page .post .entry-icon {
    float: left;
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    margin-right: 30px;
    margin-top: 1px;
    background: #99cc33;
    border-radius: 50px;
    color: #fff;
}

.search-page .post .entry-icon i { 
    font-size: 14px;
    line-height: 1;
}

.search-page .post .entry-wrap {  overflow: hidden; }

.search-page .post h3 {
    margin: 0 0 5px 0;
    line-height: 1.2em;
    font-size: 24px;
    color: #323638;
}

.search-page .post h3 a { color: #323638; }

.search-page .post .entry-content { 
    margin: 10px 0 0 0;
    font-family: 'Roboto';
    font-size: 16px;
    color: #4d4d4d;
}

.search-page .post .entry-type { 
    color: #adadad;
    font-weight: 700;
    text-transform: uppercase;
}

.search-page h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
    color: #323638;
}

.page-404 #content #searchform input,
.search-page #content #searchform input { 
    display: inline-block;
    float: left;
    width: 440px;
    height: 50px;
    max-width: 100%;
    padding: 0 26px;
    margin: 0 10px 0 0;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    border-radius: 50px;
    background-color: #e5e5e5;
    color: #323638;
    border: 0;
    border-bottom: solid 1px #ccc;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.page-404 #content #searchform input#searchsubmit,
.search-page #content #searchform input#searchsubmit { 
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    color: #323638;
    background-color: #e5e5e5;
    font-family: 'FontAwesome';
    font-size: 16px;
    border: none;
    border-bottom: solid 1px #ccc;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.page-404 #content #searchform input#searchsubmit:hover,
.search-page #content #searchform input#searchsubmit:hover {
    color: #fff;
    background-color: #99cc33;
}

.search-page #content #searchform { 
    clear: both;
    margin-bottom: 0px;
}

.search-page input[type="submit"] {  font-family: FontAwesome; }

/* ------------------------------------------------------------------------ */
/* PAGINAÇÃO
/* ------------------------------------------------------------------------ */
#pagination { 
    position: relative;
    z-index: 1;
    clear: both;
    margin: 0 0 60px 0;
    text-align: center;
}
    
/* MARGENS CUSTOMIZADAS */
.blog-masonry #pagination { margin: 0px 0 60px 0; }
.blog-center #pagination { margin: 0 0 20px 0; }
.blog-fullwidth #pagination { margin: 0 0 20px 0; }
.blog-medium #pagination { margin: 0 0 20px 0; }
.portfolio-nomargin #pagination { margin: 60px 0 60px 0; }
.pagination-nomargin, .pagination-masonry { margin-top: 60px; }
/* --- */

#pagination ul { 
    list-style: none;
    margin: 0;
}

#pagination ul li { 
    margin: 0;
    padding: 0;
    display: inline-block;
}

#pagination a { 
    display: inline-block;
    margin: 0 2px;
    width: 36px;
    height: 36px;
    line-height: 37px;
    text-align: center;
    font-weight: 700;
    color: #5f5f5f;
    background-color: #e8e8e8;
    border: solid 1px  #f1f1f1;
    border-bottom-color: #e0e0e0;
    border-radius: 50%;
    border-radius: 4px;
}

#pagination a:hover { 
    color: #fff;
    background: #bbb;
}

#pagination .current a { 
    background: #99cc33;
    border-color: #99cc33;
    color: #fff;
    font-weight: 700;
}

#pagination li span { 
    margin: 3px 5px 0 3px;
    color: #ccc;
}

#pagination ul li a i { 
    position: relative;
    font-size: 16px;
}

#pagination ul li a .fa-angle-left { left: -1px; }
#pagination ul li a .fa-angle-right { left: 1px; }


/* ------------------------------------------------------------------------ */
/* COMENTÁRIOS (Lista)
/* ------------------------------------------------------------------------ */
#disqus_thread { margin: -5px 0 0 !important; }
.titulo-comentarios h3 { margin: -5px 0 15px; font-size: 24px; }

.comments-list { 
    border-top:1px solid #efefef;
    padding: 60px 0 0 0;
    margin: 0 0 60px 0;
}

.commentlist { 
    list-style: none;
    margin: 30px 0 0 0;
}

.commentlist li { 
    margin: 0 0 40px 0;
    padding: 0;
}

.commentlist > li:last-child { 
    margin: 0 0 0px 0;
}

.commentlist li ul { 
    list-style: none;
    margin: 0 0 0 80px;
}

.commentlist li ul li { 
    margin:40px 0 0 0;
    padding: 0 0 0 0;
}

.commentlist li .avatar { 
    float: left;
    margin-right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    position: relative;
}

.commentlist li .avatar img { 
    display: block;
}

.commentlist li .comment-text { 
    background: #f9f9f9;
    border-radius: 2px;
    padding: 20px 20px 0 20px;
    position: relative;
    overflow: hidden;
}

.commentlist li .avatar:after { 
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f9f9f9 transparent transparent;
}

.commentlist li .author { 
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #444;
}

.commentlist li .author a { 
    color: inherit;
}

.commentlist li .author span { 
    display: inline;
    font-weight: 700;
}

.commentlist li .date { 
    display: block;
    color: #999;
}

.commentlist li .date a      { color: #999 }
.commentlist li .date a:hover { color: #333 }

.commentlist li em { 
    font-size: 11px;
    color: #ccc;
    font-style: normal;
    margin-bottom: 20px;
    display: block;
}

/* ------------------------------------------------------------------------ */
/* COMENTÁRIOS (Resposta)
/* ------------------------------------------------------------------------ */
.comments-reply { 
    border-top:1px solid #efefef;
    padding: 60px 0 0 0;
    margin: 0;
}

#respond form { margin: 0; }
#respond .required { 
    color: #c82929;
    display: inline-block;
    margin: 3px 0 0 6px;
    font-size: 14px;
    font-weight: normal;
}
    
#respond-inputs p { 
    width: 32%;
    margin-right:2%;
    float: left;
}

#respond-inputs p.last { 
    margin-right: 0;
}

#respond input[type=text] { 
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
}

#respond textarea { 
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
}

#respond p.comment-notes,
#respond p.form-allowed-tags { 
    display: none;
}

#cancel-comment-reply-link { 
    display: inline-block;
    float: right;
    padding: 2px 8px;
    font-weight: 700;
    color: #fff;
    background: #ccc;
    border-radius: 2px;
    text-transform: uppercase;
}

#cancel-comment-reply-link:hover { background: #999; }
.commentlist .comment-respond { margin-top: 40px; }

/* ESTILO COMENTÁRIOS P PÁGINAS COMUNS --- */
.page-template #comments,
.page-template-default #comments { 
    margin-top: 60px;
}

.single  #comments { margin-bottom: 40px; }

/* ------------------------------------------------------------------------ */
/* PÁGINA 404
/* ------------------------------------------------------------------------ */
.page-404 #content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.page-404 article { padding: 0 16px; }

.page-404 .entry {
    text-align: center;
    padding: 60px 0 80px 0;
}

.page-404 h2 {
    margin: 0 auto 40px auto;
    width: 280px;
    height: 280px;
    font-size: 100px;
    font-weight: 300;
    line-height: 280px;
    text-align: center;
    color: #fff;
    background-color: #99cc33;
    text-shadow: 0 30px 10px rgba(0,0,0,0.07);
    border-radius: 50%;
}

.page-404 h3 { 
    margin: 0;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
    color: #a1a1a1;
    text-transform: uppercase;
}

.page-404 form {
    display: inline-block;
    margin: 30px auto;
}

.page-404  #content #searchform input { width: 300px; }

/* ------------------------------------------------------------------------ */
/* HOME
/* ------------------------------------------------------------------------ */
/* CAPA ------------ */
.titlebar-pointer {
    cursor: pointer;
}

.coluna-capa-home-01 {
    width: 50%;
    float: left;
    position: relative;
    z-index: 2;
}

.coluna-capa-home-01 { text-align: left; }
.coluna-capa-home-02 { text-align: left; }

.coluna-capa-home-02 .grafico-capa-home {
    width: 512px;
    height: 512px;
    position: absolute;
    left: 50%;
    top: calc(50% - 256px);
    background-size: cover;
}

.info-capa-home {
    max-width: 380px;
    padding: 0 32px 0 120px;
}

/* TÍTULO HOME H1 ------------ */
.tit-home { 
    margin: -4px 0 50px;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    text-align: center;
    font-size: 39px;
    color: #323638;
}

#fullimagecenter .tit-capa-home {
    margin: 72px 0 10px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 47px;
    text-align: left;
    line-height: 1.05em;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #fff;
}

.frase-capa-home {
    margin: 0 0 20px;
    font-family: 'Roboto Condensed';
    line-height: 1.3em;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.home .btn-capa-home {
    min-width: 100px;
    margin-top: 15px;
    padding: 0 15px 0 16px;
    color: #fff;
    background-color: #99cc33;
    border-color: #99cc33;
    border-radius: 22px;
}

.home .btn-capa-home:hover {
    color: #ad431c;
    background-color: #fff;
    border-color: #fff; 
}

.btn-capa-home .fa { font-size: 15px; }

#capa_home { background-color: #323638; }

#capa_home .home-slide {
    background-position: center;
    background-position-x: center;
}

/* SERVIÇOS ------------ */
#servicos-lista {
    width: 100%;
    min-height: 300px;
    background-color: #323638;
    float: left;
}

.servico-link { cursor: pointer; }

.servico-0 {
    float: left;
    width: 33.3333%;
    height: 300px;
    background-color: #80af21;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

#servicos-lista ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    outline: 0;
}

.servico-0 .icone-cell { top: -25px; }
/* .servico-0 .info-r0   { bottom: 0; } */

.servico-0 b,
.servico-0 a {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 29px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
}

.servico-0 .servico-table { 
    display: table;
    width: 100%;
}

.servico-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 300px;
}

.icone-cell {
    position: relative;
    top: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    background-size: cover;
    transition: all .2s ease;
}

.servico-cell h3 {
    margin: 0 auto;
    text-align: center;
    max-width: 230px; 
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.info-r0 {
    position: absolute;
    display: table;
    width: calc(100% + 2px);
    height: 114px;
    bottom: 50px;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    text-align: center;
    font-size: 24px;
    line-height: 1.47em;
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0.1); */
    transition: all .2s ease;
}

.info-r0 h2 {
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: -0.02em;
}

.info-r0 h3 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 0 35px;
    line-height: 1.2em;
}

/* MASTER BTN HOME ------------ */
.btn-redondo {
    display: inline-block;
    height: 41px;
    margin-top: 28px;
    padding: 0 0 0 20px;
    border-radius: 22px;
    border: solid 1px #99cc33;
    overflow: hidden;
}

.btn-redondo .plus-x { 
    display: inline-block;
    position: relative;
    float: right;
    width: 25px;
    height: 41px;
    margin-left: -12px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.0);
    overflow: hidden;
}

.btn-redondo .plus-x i { 
    font-size: 20px;
    line-height: 40px;
}

.btn-redondo span { 
    position: relative;
    float: right;
    height: 41px;
    margin-right: 20px;
    line-height: 41px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-redondo:hover {
    color: #fff;
    background-color: #99cc33;
    border-color: #99cc33;
}

/* CERTIFICACOES ------------ */
.conteudo-certificacao {
    width: calc(100% - 32px);
    text-align: center;
    float: left;
    padding: 120px 16px;
}

.certificacoes {
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

.certified-table {
    position: relative;
    display: inline-table;
    min-height: 40px;
    margin: 0 16px;
}

.certified {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 100px;
    filter: invert(0.8);
}

/*.certified-01 { background-color: #000; }
.certified-02 { background-color: #000; }
.certified-03 { background-color: #000; }
.certified-04 { background-color: #000; }
.certified-05 { background-color: #E91E63; }*/

.certified-text {
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin: 12px 0 25px;
    color: #000;
}

.certificacoes .certified-tit {
    font-family: "Roboto Condensed";
    font-weight: 300;
    font-size: 37px;
    letter-spacing: -0.02em;
    color: #000;
    max-width: 580px;
    margin: 0px auto 0px;
    line-height: 1.1em;
}

.certificacoes p {
    max-width: 900px;
    margin: 0 auto 30px;
    font-family: "Roboto Condensed";
    line-height: 1.4em;
    font-weight: 300;
    font-size: 23px;
    letter-spacing: -0.02em;
    color: #000;
    -webkit-font-smoothing: auto;
    display: table;
}

.certificacoes p a {
    font-weight: 400;
    color: #000;
}

.certificacoes-wrap {
    max-width: 840px;
    margin: 0 auto;
    position: relative;
}

.page-template-certificacoes .certificacoes-wrap {
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

/* BLOG HOME ------------ */
#blog-home {
    padding: 160px 0 120px;
    background-color: #f4f4f4;
}

.blog-masonry .entry-wrap-home {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(13, 70, 89, 0.90);
}

.blog-masonry .entry-wrap-home .entry-pad {
    width: calc(100% - 32px);
    height: calc(100% - 36px);
}

.blog-masonry .entry-wrap-home h2 {
    font-size: 34px;
    color: #99cc33;
    display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-masonry .entry-wrap-home .entry-pad li { color: #fff; }
.blog-masonry .entry-wrap-home .entry-pad li:after { color: rgba(255, 255, 255, 0.4); }
.blog-masonry .entry-wrap-home .meta-novo { border-color: rgba(255, 255, 255, 0.22); }
.blog-masonry .entry-wrap-home .meta-top {
    position: absolute;
    width: calc(100% - 32px);
    bottom: 0;
}

.blog-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
}

/* CLIENTES ------------ */
.clientes-grade {
    display: table;
    width: calc(183px * 4);
    height: 100%;
    margin: 35px auto 0;
}

.clientes-grade li {
    position: relative;
    display: block;
    float: left;
    width: 80px;
    height: 50px;
    padding: 20px 51px 20px;
    text-align: center;
    line-height: initial;
}

.clientes-btn { 
    width: 100%;
    display: inline-block;
    text-align: center;
}

#clientes .plus-icone { 
    margin-top: 50px;
    border-color: rgba(255,255,255,1);
    color: rgba(255,255,255,1);
}

#clientes .plus-icone span.plus-h,
#clientes .plus-icone span.plus-v { 
    background-color: #fff;
}

/* ------------------------------------------------------------------------ */
/* VIDEO RESPONSIVO
/* ------------------------------------------------------------------------ */
.video-responsivo {
    overflow: hidden;
    padding-bottom: 56.1%;
    position: relative;
    height: 0;
    background-color: #000;
}

.video-responsivo iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* ------------------------------------------------------------------------ */
/* VIDEO INSTITUCIONAL - BELEZA VERDE / DINÃMICA
/* ------------------------------------------------------------------------ */
.video-it {
    width: 100%;
    background-color: #838c23;
}

.video-it .tit-video {
    margin: 0 0 -30px;
    padding: 50px 16px 0;
    line-height: 1em;
    color: #fff;
}

.video-it-wrap {
    display: table;
    min-height: 460px;
    position: relative;
    width: 100%;
}

.video-it .it-img  {
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px 0 64px;
    width: 50%;
}

.video-it .it-info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 64px 0 25px;
    width: 50%;
}

.video-responsivo {
    overflow: hidden;
    padding-bottom: 56.1%;
    position: relative;
    height: 0;
    background-color: #000;
}

.video-responsivo iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.video-it .it-titulo {
    margin: 0 auto;
    max-width: 480px;
    font-family: 'Crimson Text';
    letter-spacing: -0.02em;
    line-height: 1.2em;
    font-size: 29px;
}

.video-it .it-cell .it-titulo { color: #fff; }
.video-it .it-cell b,
.video-it .it-cell a,
.video-it .it-cell a:hover { color: #d7e539; }

.video-it .tit-midia {
    margin: 20px 0 0;
    line-height: 1em;
    letter-spacing: -0.01em;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

/* ------------------------------------------------------------------------ */
/* NOVA HOME
/* ------------------------------------------------------------------------ */
.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube img {
    width: 100%;
    /*top: -16.82%;*/
    top: 0;
    left: 0;
    opacity: 1;
}

.midia-img.midia-cell {
    margin: 0.5px;
}

.midia-img:hover .youtube img {
    opacity: 0.3;
}

.youtube .play-button {
    opacity: 0;
    width: 60px;
    height: 60px;
    background-color: rgb(153 204 51 / 0.6);
    border: 0px solid #99cc33;
    z-index: 1;
    border-radius: 40px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #FFF;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
    transition: all .2s ease;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}

.youtube .play-button:before {
    left: 52%;
    transform: translate3d( -50%, -50%, 0 );
}

.midia-img:hover .play-button {
    opacity: 1;
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* ------------------------------------------------------------------------ */
/* GALERIA - HOME
/* ------------------------------------------------------------------------ */
#galeria-midia {
    display: inline-block;
    float: left;
    width: 100%;
    display: inline-block;
    background-color: #000;
}

.galeria-midia {
    float: left;
    background-size: cover;
    background-position: center;
}

.galeria-midia-01 { width: 50%; }
.galeria-midia-02 { width: 25%; }
.galeria-midia-03 { width: 25%; }
.galeria-midia-04 { width: 50%; float: right; }
.galeria-midia-05 { width: 25%; }
.galeria-midia-06 { width: 25%; }

/* ------------------------------------------------------------------------ */
/* PÁGINA EMPRESA
/* ------------------------------------------------------------------------ */
/* CAPA ------------ */


/* ------------------------------------------------------------------------ */
/* PÁGINA SERVIÇOS
/* ------------------------------------------------------------------------ */
#pagina-servicos .ps-servico-0 {
    float: left;
    width: 100%;
}

#pagina-servicos .ps-cell {
    display: table;
    float: left;
    width: 50%;
    min-height: 615px;
}

#pagina-servicos .ps-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 60px;
}

#pagina-servicos .ps-img {
    height: 615px;
    background-size: cover;
    background-position: center;
    background-color: #f7f7f7;
}

#pagina-servicos .ps-servico-01 .ps-img,
#pagina-servicos .ps-servico-03 .ps-img,
#pagina-servicos .ps-servico-05 .ps-img {
    float: right;
}

#pagina-servicos .ps-info {
    width: 50%;
    font-size: 16px;
    font-family: 'Roboto';
    color: #5f5f5f;
}

#pagina-servicos .ps-info h2 { font-size: 29px; }
#pagina-servicos .ps-info p  { margin: 0; }

.servico-btn {
    width: 100%;
    display: inline-block;
}

.servicos-container { display: inline-block; }

/* ------------------------------------------------------------------------ */
/* PÁGINA SERVIÇOS CONTEÚDO
/* ------------------------------------------------------------------------ */
.conteudo-wrap {
    position: relative;
    max-width: 732px;
    padding: 0 16px;
    margin: 60px auto 60px;
}

.conteudo {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: -0.02em;
    color: #5f5f5f;
}

.conteudo p {
    line-height: 1.8em;
}

.conteudo p strong  { font-weight: 400; }
.conteudo p a       { color: #5f5f5f; }
.conteudo p a:hover { color: #99cc33; }

.blog-page .entry-content ul li,
.topicos li {
    margin-bottom: 12px;
    line-height: 1.4em;
}

/* FORMULÁRIO PÁGINA SERVIÇOS */
.serv-form {
    display: inline-block;
    margin: 10px 0;
    padding: 0 32px 0;
    width: calc(100% - 64px);
}

.serv-form h2 {
    margin: 50px 0 0px;
    text-align: center;
    font-size: 29px;
}

.serv-form h2,
.serv-form .formulario-contato label,
.serv-form .formulario-contato textarea::placeholder {
    color: #fff;
}

.serv-form .formulario-contato {
    padding: 0;
    margin-left: -16px;
    margin-right: -16px;
}

.serv-form .coluna-contato-01 > div,
.serv-form .coluna-contato-02 > div {
    padding: 0 16px 20px;
}

.serv-form .wpcf7-form textarea {
    height: 287px;
    min-height: 287px;
}

.serv-form .wpcf7-form textarea,
.serv-form .wpcf7-form input[type="text"],
.serv-form .wpcf7-form input[type="email"],
.serv-form .wpcf7-form input[type="tel"] {
    color: #fff;
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.8);
}

.serv-form div.wpcf7-mail-sent-ok,
.serv-form div.wpcf7-mail-sent-ng,
.serv-form div.wpcf7-spam-blocked,
.serv-form div.wpcf7-validation-errors {
    font-family: 'Roboto';
    margin: 0 16px 32px !important;
}

.serv-form div.wpcf7 .ajax-loader { top: 36px; }

.serv-form .g-recaptcha {
    max-width: 400px;
    margin: 30px auto 0;
    border-radius: 40px;
    color: #6b801f;
    background-color: #fff;
    border-color: #fff;
}

.serv-form .g-recaptcha:hover {
    color: #6b801f;
    background-color: #fff;
    border-color: #fff;
}

.serv-form .wpcf7 span.wpcf7-not-valid-tip { 
    color: #c06159;
    background: #fff;
}

.serv-form .wpcf7-form .invalid    { color: #6b801f !important; }
.serv-form .wpcf7-not-valid        { border-color: #fff !important; }

.serv-form div.wpcf7-mail-sent-ok,
.serv-form div.wpcf7-mail-sent-ng,
.serv-form div.wpcf7-spam-blocked,
.serv-form div.wpcf7-validation-errors { 
    color: #fff;
    background-color: #c06159;
    border: solid 1px #c06159;
}

.serv-form div.wpcf7-mail-sent-ok { color: #fff;  background-color: #a6cc33; border-color: #a6cc33; }


/* MENU SERVIÇOS ------------------ */
#menu-servicos {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 10px 0 20px;
}

#menu-servicos li {
    float: left;
    width: calc(50% - 8px);
    border-radius: 6px;
    margin: 4px 4px;
    color: #fff;
    list-style: none;
    text-align: left;
    overflow: hidden;
}

#menu-servicos li a {
    position: relative;
    display: block;
    min-height: 42px;
    padding: 20px 16px 20px 80px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    font-size: 18px;
    color: #fff;
    background-color: #99cc33;
    transition: all .1s ease;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#menu-servicos li a .serv-icon-menu {
    position: absolute;
    top: 16px;
    left: 16px;
    height: 50px;
    width: 50px;
    background-size: cover;
}

#menu-servicos.menu-conteudo li a { min-height: 28px; text-align: center; }

#menu-servicos li a i {
    position: relative;
    top: 2px;
    font-size: 24px;
    margin-left: 10px;
}

#menu-servicos a  { font-weight: 700; }
#menu-servicos a:hover {
    color: #fff;
    background-color: #9ebd2d;
}

/* #menu-servicos li:nth-child(1) a { background-image: url('/images/imagem-menu-serv-01.jpg'); }
#menu-servicos li:nth-child(2) a { background-image: url('/images/imagem-menu-serv-02.jpg'); }
#menu-servicos li:nth-child(3) a { background-image: url('/images/imagem-menu-serv-03.jpg'); }
#menu-servicos li:nth-child(4) a { background-image: url('/images/imagem-menu-serv-04.jpg'); }
#menu-servicos li:nth-child(5) a { background-image: url('/images/imagem-menu-serv-05.jpg'); }
#menu-servicos li:nth-child(6) a { background-image: url('/images/imagem-menu-serv-06.jpg'); }
#menu-servicos li:nth-child(7) a { background-image: url('/images/imagem-menu-serv-07.jpg'); }
#menu-servicos li:nth-child(8) a { background-image: url('/images/imagem-menu-serv-08.jpg'); }

#menu-servicos li a { background-size: cover; } */

/* MENU CONTEÚDO ------------------ */
#menu-conteudo {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 40px 0 20px;
}

#menu-conteudo li {
    float: left;
    width: calc(50% - 12px);
    margin: 4px 6px;
    color: #fff;
    list-style: none;
    text-align: center;
    overflow: hidden;
}

#menu-conteudo li a {
    position: relative;
    display: block;
    padding: 12px 16px 12px 16px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: inherit;
    font-size: 16px;
    color: #99cc33;
    background-color: #fff;
    border: solid 2px #99cc33;
    transition: all .1s ease;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
}

#menu-conteudo li a i {
    position: relative;
    top: 2px;
    font-size: 22px;
    margin-left: 8px;
}

#menu-conteudo li a i.fa-angle-left {
    margin: 0 8px 0 0;
}

#menu-conteudo a  { font-weight: 700; }
#menu-conteudo a:hover {
    color: #fff;
    background-color: #9ebd2d;
    border-color: #9ebd2d;
}

/* SIDEBAR MENU SERVIÇOS */
#sidebar #menu-servicos { margin-top: 40px; }
#sidebar #menu-servicos li { width: 100%; margin: 2px 0; }
#sidebar #menu-servicos li a { color: #fff; padding: 16px 26px 16px 66px }
#sidebar #menu-servicos li a:after { content: none; margin: 0; padding: 0; }
#sidebar #menu-servicos li a .serv-icon-menu { top: 12px; left: 10px; }


/* ------------------------------------------------------------------------ */
/* PÁGINA PROJETOS
/* ------------------------------------------------------------------------ */
#pagina-projetos { width: 100%; }

#pagina-projetos .ps-projeto-0 {
    float: left;
    width: 100%;
}

#pagina-projetos .ps-cell {
    display: table;
    float: left;
    width: 50%;
    min-height: 615px;
}

#pagina-projetos .ps-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 60px;
}

#pagina-projetos .ps-img {
    height: 615px;
    background-size: cover;
    background-position: center;
    background-color: #788287;
}

#pagina-projetos .ps-projeto-01 .ps-img,
#pagina-projetos .ps-projeto-03 .ps-img,
#pagina-projetos .ps-projeto-05 .ps-img {
    float: right;
}

#pagina-projetos .ps-info {
    width: 50%;
    font-size: 18px;
    color: #5f5f5f;
    -webkit-font-smoothing: auto;
}

#pagina-projetos .ps-info h1 {
    font-size: 29px;
    display: inline-block;
    -webkit-font-smoothing: auto;
}

#pagina-projetos .ps-info p { margin: 0 0 15px; }

/* ------------------------------------------------------------------------ */
/* PÁGINA PROJETO/PRODUTO
/* ------------------------------------------------------------------------ */

/* CAPA ------------ */
#fullimagecenter.fullimagecenter-projeto-produto {
    position: relative;
    background-color: #323638;
    overflow: hidden;
}

#fullimagecenter.fullimagecenter-projeto-produto .overlay {
    position: absolute;
    background-color: #0a151f;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-left: -16px;
}

.titlebar-pointer { cursor: pointer; }

#fullimagecentertitle .container-capa .sixteen.columns {
    display: table;
    width: 100%;
    height: 100%;
}

.coluna-capa-01 {
    width: 45%;
    position: relative;
    z-index: 2;
}

.container-waste-box .coluna-capa-01,
.container-waste-box .coluna-capa-02 {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.coluna-capa-02 .video-capa {
    width: 560px;
    max-width: 560px;
    height: 315px;
}

.info-capa {
    max-width: 280px;
    padding: 0 32px 0 120px;
}

#fullimagecenter .tit-capa-02 {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-size: 47px;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 2px rgba(0, 0, 0, 0.08);
}

#fullimagecenter .tit-capa-01 {
    line-height: 0.9 !important;
    margin-bottom: 20px !important;
}

#fullimagecenter .tit-capa-01 {
    font-size: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: none;
}

.tit-capa-03 {
    margin: 0 0 20px;
    font-family: 'Roboto Condensed';
    letter-spacing: -0.02em;
    line-height: 1.2em;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}

/* WASTE BOX ------------ */
#fullimagecenter .info-waste-box {
    text-align: right;
}

#fullimagecenter .din-waste-box {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 135px -10px 0;
    color: #ff7f00;
    font-weight: 600;
    letter-spacing: -0.04em;
}

#fullimagecenter .info-waste-box h1 {
    font-family: "Roboto";
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: -0.08em;
    color: #fff;
}

#fullimagecenter .info-waste-box h2 {
    display: inline-block;
    margin: 0 0 0 0;
    background-color: #002e99;
    padding: 5px 10px 5px 8px;
    font-weight: 400 !important;
    letter-spacing: -0.04em;
    color: #ccc;
    text-transform: uppercase;
}

#fullimagecenter .info-waste-box h4 {
    padding-left: 50px;
    font-weight: 400;
    color: #fff;
}


/* PRODUTO DEVELOP */
.produto-info {
    margin: 0 0 5em;
    text-align: center;
    color: #323638;
}

.waste-box .produto-info b {
    color: #e04e12;
}

.produto-info h3 {
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-size: 29px;
}

.produto-info p {
    font-family: "Roboto";
    line-height: 1.4em;
    font-weight: 300;
    font-size: 18px;
}

.produto-wrap {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 30px;
}

.produto-wrap ul,
.produto-topicos-wrap ul {
    margin: 0;
}

.produto-specs {
    width: calc(100% - 420px);
    padding: 0 20px 0 0px;
}

.produto-specs {
    display: table;
    float: left;
}

.produto-img {
    position: relative;
    right: -20px;
    background-image: url('../../../images/waste-box-specs.jpg');
    background-size: cover;
    height: 400px;
    width: 400px;
    float: left;
}

.produto-specs ul li {
    width: 100%;
    list-style: none;
    margin: 0;
}

.produto-specs h6 {
    margin: 0;
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #e04e12;
}

.produto-specs p {
    margin: 0 0 30px;
    padding: 0 0 5px;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 18px;
    color: #323638;
    border-bottom: dashed 1px #ccc;
}

.produto-topicos-wrap {
    width: 100%;
    margin: 0 -20px 60px -20px;
    display: inline-block;
}

.produto-topicos-wrap  li {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0 0 30px 0;
}
.produto-topicos-wrap  .li-wrap {
    display: table;
    margin: 0 20px 0 20px;
}

.produto-topicos-wrap  li:nth-child(1) .produto-thumb { background-image: url('../../../images/waste-box-adv-01.jpg'); }
.produto-topicos-wrap  li:nth-child(2) .produto-thumb { background-image: url('../../../images/waste-box-adv-02.jpg'); }
.produto-topicos-wrap  li:nth-child(3) .produto-thumb { background-image: url('../../../images/waste-box-adv-03.jpg'); }
.produto-topicos-wrap  li:nth-child(4) .produto-thumb { background-image: url('../../../images/waste-box-adv-04.jpg'); }
.produto-topicos-wrap  li:nth-child(5) .produto-thumb { background-image: url('../../../images/waste-box-adv-05.jpg'); }
.produto-topicos-wrap  li:nth-child(6) .produto-thumb { background-image: url('../../../images/waste-box-adv-06.jpg'); }
.produto-topicos-wrap  li:nth-child(7) .produto-thumb { background-image: url('../../../images/waste-box-adv-07.jpg'); }
.produto-topicos-wrap  li:nth-child(8) .produto-thumb { background-image: url('../../../images/waste-box-adv-08.jpg'); }

.produto-topicos-wrap  li .produto-thumb {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #aaa;
    border-radius: 100px;
    overflow: hidden;
    background-size: cover;
}

.produto-topicos-wrap li .produto-desc {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: #323638;
}

.produto-topicos-wrap li h4 {
    margin-bottom: 10px;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #323638;
}

.produto-topicos-wrap li p {
    font-family: "Roboto";
    line-height: 1.4em;
    font-weight: 300;
    font-size: 16px;
    color: #323638;
}

a.produto-catalogo {
    display: table;
    max-width: 420px;
    padding: 8px 32px;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: #3370ff;
    border: solid 2px #6694ff;
    border-radius: 32px;
    margin: 0 auto 4em;
    transition: .2s ease;
}

a.produto-catalogo:hover {
    color: #fff;
    background-color: #3370ff;
    border-color: #3370ff;
}

a.produto-catalogo i {
    margin-right: 10px;
}

/* ------------------------------------------------------------------------ */
/* PÁGINA TRANSPORTES
/* ------------------------------------------------------------------------ */
#fullimagecenter.fullimagecenter-transportes {
    height: 550px;
}

#fullimagecenter.fullimagecenter-transportes .info-capa {
    max-width: 400px;
}

#fullimagecenter.fullimagecenter-transportes .tit-capa-01 {
    font-family: "Roboto Condensed";
    text-align: left;
    line-height: 0.85em;
    margin: 0 0 10px !important;
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #fff;
}

#fullimagecenter.fullimagecenter-transportes .container-capa-transportes .tit-capa-02 {
    font-family: "Roboto Condensed";
    font-size: 60px;
    text-align: left;
    line-height: 0.85em;
    margin: 0 0 25px;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #fff;
}

#fullimagecenter.fullimagecenter-transportes .tit-capa-03 {
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.04em;
    margin: 0 5px 0 0;
    color: #fff;
}

/* CONTATO FULL FORM ------------ */
#full-form {
    display: flow-root;
    position: relative;
    background-color: #8ab82e;
}

/* ------------------------------------------------------------------------ */
/* PÁGINA CONTATO
/* ------------------------------------------------------------------------ */
/* INFORMAÇÕES CAPA ------------ */
.page-template-contato #fullimagecenter .frase-capa-contato { 
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 23px;
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
    margin: 15px auto 40px;
    max-width: 500px;
}

.page-template-contato #fullimagecenter { max-height: 500px; }
.page-template-contato #fullimagecentertitle { padding: 142px 0; }

.page-template-contato #fullimagecenter .info-contato { 
    display: inline-block;
    margin-top: 20px;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    color: #fff;
}

.page-template-contato #fullimagecenter .info-contato > div { 
    width: 320px;
    position: relative;
    left: -18px;
}

.page-template-contato #fullimagecenter .info-contato > div:last-child {
    position: relative;
    top: 18px;
}

.page-template-contato #fullimagecenter .info-contato i { 
    font-size: 32px;
    color: #99cc33;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    position: relative;
    top: -6px;
}

.page-template-contato #fullimagecenter .info-contato .fa-phone { top: -15px; }

.page-template-contato #fullimagecenter .info-contato a { color: rgba(255, 255, 255, 0.8); }

.page-template-contato #fullimagecenter .info-data { 
    display: inline-block;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: -0.02em;
}

.page-template-contato #fullimagecenter .info-contato .fa-envelope { 
    font-size: 26px;
    top: 4px;
}

/* BACKGROUND FORMULÁRIO ------------ */
.contato-background { background-color:#fff; }

/* MAPA / LOCAL ------------ */
#map-area { 
    display: inline-block;
    width: 100%;
    float: left;
}

.map-block { 
    display: block;
    float: left;
    width: 50%;
    height: 600px;
    text-align: center;
}

#mapa { 
  width: 100%; 
  height: 600px; 
}

.map-block-01 { background-color: #eee ; }
.map-block-02 {
    background-position: center center;
    background-size: cover;
    background-color: #8dc63f;
}

.map-title { 
    display: block;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-size: 37px;
    color: #fff;
}

.map-text > div { 
    display: block;
    line-height: 0;
    margin: 14px 0 40px;
}

.map-divider { 
    display: inline-block;
    height: 1px;
    width: 122px;
    background-color: rgba(255, 255, 255, 0.4);
}

.map-text { 
    font-family: 'Roboto';
    font-weight: 400;
    display: block;
    margin-bottom: 48px;
    font-size: 20px;
    color: #fff;
    margin-top: 115px;
}

.map-text a { color: #fff; }

.map-text h4 { 
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: inherit;
}

button.map-button {
    display: inline-block;
    height: 42px;
    min-width: 100px;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border: solid 2px rgba(255, 255, 255, 0.9);
    border-radius: 45px;
}

button.map-button:hover { 
    background-color: #fff;
    border-color: #fff;
    color: #6b801f;
}

button.map-button i { 
    font-size: 17px;
    margin-left: 6px;
}

/* GOOGLE MAPS API BALÃO INFO ------------ */
#mapa > div > div > div:nth-child(1) > div:nth-child(4) { left: -1px!important; }

#mapa p { 
    font-family: 'Roboto';
    line-height: 1.4em;
    color: #323638;
    margin: 8px 0 10px;
}

@media (-webkit-min-device-pixel-ratio: 1), (min-resolution: 96dpi)  { .mapa-info-logo { background: url("../../../images/mapa-info-logo.png") no-repeat; }}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .mapa-info-logo { background: url("../../../images/mapa-info-logo-@2x.png") no-repeat; }}

.mapa-info-logo { 
    display: block;
    width: 140px;
    height: 28px;
    margin: 8px auto 15px;
    background-size: cover;
}

a.map-info-link {
    display: inline-block;
    min-width: 90px;
    height: 22px;
    line-height: 22px;
    border-radius: 22px;
    padding: 0 4px;
    margin: 0px auto 10px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #11465b;
}

a.map-info-link:hover { 
    background-color: #11465b;
    color: #fff;
}

a.map-info-link i { 
    font-size: 10px;
    margin-left: 4px;
}

/* FRASE FALE CONOSCO ------------ */
.page-template-contato #footer { 
    box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.07);
}

/* ------------------------------------------------------------------------ */
/* RODAPÉ
/* ------------------------------------------------------------------------ */
/* POLÍTICA DE PRIVACIDADE ------------ */
#cookie-notice a.cn-link {
    color: #fff;
    text-decoration: underline;
    transition: all .2s ease;
}

#cookie-notice a.cn-link:hover {
    color: #fff;
    text-decoration: underline;
}

#cookie-notice .cn-button.bootstrap {
    color: #000;
    background: #9c3;
}

#cookie-notice .btn-politica.cn-button {
    background-color: #9c3;
    transition: all .2s ease;
}

#cookie-notice .btn-politica.cn-button:hover {
    background-color: #fff;
}

#cookie-notice {
    z-index: 799;
    background: #202223 !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(10px);
    background-color: rgba(29,29,31,0.72) !important;
}

/* FOOTER GERAL /----------------------------------------- */
#footer { 
    padding: 50px 0 82px 0;
    background: #323638;
    color: rgba(255, 255, 255, 0.65);
    clear: both;
}

#footer a       { color: rgba(255, 255, 255, 0.65); }
#footer a:hover { color: #fff; }

#footer .container { 
    text-align: center;
}

#footer .seta-topo button { 
    background-color: transparent;
    border: none;
    padding: 0;
}

#footer .seta-topo span { 
    display: block;
    width: 25px;
    height: 57px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.22;
}

#footer .seta-topo span:hover { 
    opacity: 0.6;
}

#footer .logo-rodape { 
    width: 250px;
    height: 50px;
    margin: 0 auto 12px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}

.frase-rodape {
    min-height: 23px;
    font-family: 'Roboto Condensed';
    line-height: 1.3em;
    font-size: 18px;
    display: block;
    color: rgba(255,255,255,0.5);
    width: calc(100% - 32px);
    padding: 0 16px;
}


/* INFO-FOOTER-TEMA /-------------------------------------- */
#footer .info-footer-tema { 
    display: inline-block;
    margin: 38px auto 36px;
    font-family: 'Roboto Condensed';
    font-size: 18px;
}

#footer .info-footer-tema > div { 
    display: inline-block;
    width: 305px;
    line-height: 1.4em;
}

#footer .info-footer-tema i { 
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    font-size: 36px;
    color: #99cc33;
    position: relative;
    top: -5px;
}

/* AJUSTE 3º COLUNA (E-MAIL) --- */
#footer .info-footer-tema .one-third:last-child { 
    position: relative;
    top: 5px;
}

#footer .info-footer-tema .fa-envelope { 
    font-size: 28px;
    top: 5px;
}

#footer .info-footer-tema .fa-phone { top: -30px; }
/* --- */

#footer .info-data { 
    display: inline-block;
    text-align: left;
}

#footer .info-data span { 
    letter-spacing: -0.02em;
}


/* INFO-FOOTER-WIDGETS /----------------------------------- */
#footer .info-footer-widget > div { 
    line-height: 1.8em;
}

/* MÍDIAS SOCIAIS /---------------------------------------- */
#footer .social-footer { 
    float: left;
    width: 100%;
}

#footer .social-icons { 
    display: inline-block; 
}

#footer .social-icons ul li { 
    width: 32px;
    height: 32px;
    margin: 0 6px;  
}

#footer .social-icons a,
#footer .widget_contact ul li a { 
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    background-color: #99cc33;
    color: #323638 !important;
    border-radius: 100%;
}

#footer .social-icons a:hover { 
    background-color: #c0f35b;
}

.footer-widgets .social-icons { 
    margin-top: 10px;
}

/* ------------------------------------------------------------------------ */
/* NAVEGAÇÃO RODAPÉ
/* ------------------------------------------------------------------------ */
#menu-rodape {
    background-color: #323638;
    border-top: solid 1px rgba(255, 255, 255, 0.07);
}

.menu-rodape-wrap {
    position: relative;
    display: table;
    margin: 0 auto;
}

#menu-rodape ul {
    margin: 0;
    list-style: none;
    text-align: center;
}

#menu-rodape ul li { 
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative;        
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

#menu-rodape ul li a { 
    padding: 39px 15px;
    margin: 0;
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: uppercase !important;
    -webkit-transition: color 0.2s;
       -moz-transition: color 0.2s;
        -ms-transition: color 0.2s;
         -o-transition: color 0.2s;
            transition: color 0.2s;
}

#menu-rodape ul li ul li a { font-size: 14px; }
#menu-rodape ul > li:hover > a { color: rgba(255, 255, 255, 0.65); }
#menu-rodape ul li a:hover     { color: #accd32; }
/* STATUS ATIVO */
#menu-rodape li.current-menu-item > a       { color: rgba(255, 255, 255, 0.65); }
#menu-rodape li.current-menu-item > a:hover { color: #99cc33; }
/* --- */
#menu-rodape li.current-page-ancestor > a:hover,
#menu-rodape li.current-menu-ancestor > a:hover,
#menu-rodape li.current-menu-parent > a:hover,
#menu-rodape li.current_page_ancestor > a:hover,
#menu-rodape > ul > li.sfHover > a { color: #99cc33; }
#menu-rodape ul li ul li.sfHover > a { color: #99cc33; }

/* ------------------------------------------------------------------------ */
/* COPYRIGHT
/* ------------------------------------------------------------------------ */
#copyright {
    padding: 18px;
    font-size: 14px;
    background: #323638;
    color: #808080;
    border-top: solid 1px rgba(255, 255, 255, 0.07);
}

#copyright .copyright-text { 
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    position: relative;
    top: 1px;
    line-height: 1.4em;
}

#copyright a       { color: #808080; cursor: pointer; }
#copyright a:hover { color: #ccc }
    
/* ------------------------------------------------------------------------ */
/* BOTÃO TOPO DA PÁGINA
/* ------------------------------------------------------------------------ */
#back-to-top { 
    display: block;
    width: 25px;
    margin: 0 auto 70px;
}

/* ------------------------------------------------------------------------ */
/* WIDGETS BARRA LATERAL
/* ------------------------------------------------------------------------ */
/* WIDGETS GERAL /--------------------------------------------------------- */
.widget ul { 
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .widget { color: #5f5f5f; }

#sidebar .widget h3 { 
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 16px 0;
    color: #323638;
    text-transform: uppercase;
}

#sidebar .widget ul { margin: -10px 0 0 0; }
#sidebar .widget ul li { position: relative; }

#sidebar .widget ul li { 
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #efefef;
}

#sidebar .widget ul li:last-child { border: none; }

#sidebar .widget ul li ul {
    margin-top: 10px;
    margin-bottom: -10px;
    border-top: 1px solid #efefef;
}

#sidebar .widget ul li ul li {
    background: #f9f9f9;
    padding: 10px 0 10px 14px;
    border-bottom: 1px dashed #efefef;
}

#sidebar .widget ul li ul li:last-child { border-bottom: none; }

#sidebar .widget ul li ul li a:before { 
    content: '+';
    margin-right: 10px;
}

#sidebar .widget ul li a:after {
    position: absolute;
    margin-top: 7px;
    left: 0;
    font-family: "FontAwesome";
    content: "\f111";
    font-size: 7px;
    color: rgba(0, 0, 0, 0.15);
}

#sidebar .recentcomments span { text-transform: capitalize; }
#sidebar .widget_recent_comments li  { padding: 16px 10px 16px 18px !important; }
#sidebar .widget_recent_entries .post-date {
    position: relative;
    z-index: 1;
    display: block;
    margin: -16px 0 16px 18px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    cursor: default;
}

#sidebar .widget_recent_entries a {
    position: relative;
    z-index: 2;
}

#sidebar .widget ul li a {
    display: inline-block;
    padding: 16px 10px 16px 18px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 700;
    color: #5f5f5f;
}

#sidebar .widget_pages .widget_recent_comments,
#sidebar .widget_pages ul li a {
    display: block;
}

#sidebar .widget ul li a:hover       { color: #323638; }
#sidebar .widget ul li a:hover:after { color: #99cc33; }

#sidebar .widget ul li.current_page_item,
#sidebar .widget ul li.current-menu-item { font-weight: 700; }

#sidebar .widget img { margin-bottom: 0 !important; }

#sidebar .rssSummary { margin: 0 10px 20px 18px; }

/* WIDGET BANNER ------------------------------------------------------------- */
#sidebar-widgets .widget.widget_banner {
    width: 384px;
    padding: 24px 0;
}

#sidebar-widgets .widget_banner .banners a {
    display: block;
    width: 336px;
    margin: 0 auto;
    line-height: 1;
}

/* WIDGET TEXTO ------------------------------------------------------------- */
#sidebar .widget_text .textwidget p {
    font-size: 16px;
    line-height: 1.6em;
}

/* WIDGET RSS ------------------------------------------------------------- */
#sidebar .widget_rss img  { display: none !important; }
#sidebar .widget_rss h3 a { color: #323638;}
#sidebar .widget_rss ul a {
    display: block !important;
    margin-bottom: -6px;
    position: relative;
    z-index: 2;
}

#sidebar .widget_rss ul span,
#sidebar .widget_rss ul cite {
    margin-left: 18px;
    position: relative;
    z-index: 1;
    top: -14px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    cursor: default;
}

#sidebar .widget_rss ul cite {
    margin-left: 18px;
    text-transform: capitalize;
    font-style: normal;
}

#sidebar .widget_rss ul span:after {
    content: ' | ';
    margin: 0 -12px 0 6px;
    color: #e5e5e5;
}

/* WIDGET PESQUISA /--------------------------------------------------------- */
.widget_search #searchsubmit { display: none; }

.widget_search input { 
    width: 100%;
    height: 46px;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    padding: 12px 12px 12px 40px;
    color: #323638;
    background: #f1f1f1;
    border: solid 1px #f1f1f1;
    border-bottom-color: #e5e5e5;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.widget_search input::placeholder { color: #5f5f5f; }

.widget_search form { position: relative; }
.widget_search form:before { 
    position: absolute;
    top: 14px;
    left: 16px;
    font-family: 'FontAwesome';
    content: '\f002';
    font-size: 16px;
    line-height: 1;
    color: #5f5f5f;
       -webkit-font-smoothing: antialiased
}

.widget_search:after { 
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.widget_search input:hover,
.widget_search input:focus { 
    color: #323638;
    border-color: #f1f1f1;
    border-bottom-color: #e5e5e5;
}

.widget_search input:hover::placeholder,
.widget_search input:focus::placeholder { 
    color: #323638;
}

/* WIDGET LISTA SELEÇÃO --- */
.widget ul li .sub-menu { display: none; }

.widget_categories .simpleselect { min-width: inherit !important; }
.widget_categories .simpleselect .placeholder { padding: 0 22px 0 12px; }

.widget_categories .simpleselect,
.widget_categories .simpleselect .options,
.widget_categories .simpleselect .placeholder {
    font-family: 'Roboto Condensed';
    line-height: 45px;
    border: 1px solid #d2d2d2;
}

.widget_categories .simpleselect { border: none ; }

.widget_categories .simpleselect .options .option,
.widget_categories .simpleselect .options .optgroup .optgroup-label { 
    padding: 0 12px;
    font-size: 18px;
    font-weight: 400;
}

.widget_categories .simpleselect .placeholder       { color: #a1a1a1; }
.widget_categories .simpleselect .placeholder:hover { color: #323638; border-color: #707070; }
.widget_categories .simpleselect .options {
    color: #323638;
    box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.4);
}

.widget_categories .simpleselect .option:first-child:before,
.widget_categories .simpleselect .placeholder:before { 
    margin-right: 10px;
    font-family: 'FontAwesome';
    content: '\f0b0';
}

/* WIDGET CALENDÁRIO /--------------------------------------------------------- */
#wp-calendar {
    width: 100%;
    font-family: 'Roboto Condensed';
    font-size: 16px;
}

#sidebar #wp-calendar { margin-bottom: 10px; }

#wp-calendar caption { 
    padding: 0 10px;
    margin: 15px 0 10px 0;
    text-align: right;
    text-transform: capitalize;
    cursor: default;
}

#wp-calendar thead { 
    font-size: 10px;
    text-align: center;
    cursor: default;
}

#wp-calendar thead th { 
    padding: 5px 10px;
    font-weight: 700;
    border-top: solid 1px #eee;
}

#wp-calendar tbody { color: #5f5f5f }

#wp-calendar tbody td { 
    padding: 0;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    cursor: pointer; 
}

#wp-calendar tbody td a { 
    display: block;
    color: #323638;
    background-color: #f1f1f1;
    transition: none;
}

#wp-calendar tbody .pad,
#wp-calendar tbody td.pad {
    background: none;
    cursor: default;
}

#wp-calendar tbody td a:hover,
#wp-calendar tbody td:hover:not(.pad) { 
    background: #00a698;
    color: #fff;
}

#wp-calendar tfoot #next { 
    text-align: right;
}

#wp-calendar tfoot #next,
#wp-calendar tfoot #prev { 
    padding-top: 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

#wp-calendar tfoot a {
    display: inline-block;
    padding: 7px 22px 7px 18px;
    background-color: #f1f1f1;
    border-radius: 4px;
    color: #5f5f5f;
    line-height: initial;
}

#wp-calendar tfoot a:hover {
    color: #fff;
    background-color: #00a698;
}
    
/* NÚVEM DE TAGS /--------------------------------------------------------- */
.widget_tag_cloud a { 
    display: inline-block;
    margin: 0 4px 10px 0;
    padding: 6px 16px;
    font-family: 'Roboto Condensed';
    font-size: 13px !important;
    text-transform: uppercase;
    line-height: initial;
    font-weight: 700;
    color: #5f5f5f;
    background-color: #f1f1f1;
    border: solid 1px #f1f1f1;
    border-bottom-color: #eee;
    border-radius: 30px;
}

.widget_tag_cloud a:hover { 
    background: #99cc33;
    border-color: #99cc33;
    color: #fff !important;
}

/* WIDGET PATROCINADOR /------------------------------------------------------- */
#sidebar-widgets .widget_sponsor {
    padding: 24px !important;
}

#sidebar .widget_sponsor h3 {
    margin: 0;
    padding-bottom: 0;
}

.widget_sponsor .sponsors { margin-right: -12px; }

.widget_sponsor a { 
    display: block;
    float: left;
}

.widget_sponsor a img { vertical-align: top; }

/* WIDGET CONTATO /--------------------------------------------------------- */
.widget_contact address { font-style: normal; }
.widget_contact address span { display: block; margin-bottom: 6px; }
.widget_contact address strong { display: none; }
.widget_contact .adress-overflow { overflow: hidden; }

/* WIDGET MENU CUSTOMIZADO /---------------------------------------------------- */
#sidebar .widget_nav_menu       { margin-left: -41px; }
#sidebar .widget_nav_menu h3    { margin-bottom: -16px; }
#sidebar .widget_nav_menu ul    { margin-top: 20px; }
#sidebar .widget_nav_menu ul li { border: none; padding: 0; }

#sidebar .widget_nav_menu ul li a {
    display: block;
    padding: 16px 10px 16px 18px;
    border-bottom: 1px solid #efefef;
}

#sidebar .widget_nav_menu ul li:last-child a { border: none; }
#sidebar .widget_nav_menu ul li a:hover { color: #323638; }

#sidebar .widget_nav_menu ul li.current_page_item a { 
    font-weight: 700;
    color: #444;
    margin: -1px 0;
    border:1px solid #efefef;
    border-left: 1px solid #fff;
}

#sidebar .widget_nav_menu ul li:after { 
    display: none;
}

/* AJUSTE LATERAL ESQUERDA ------ */
#sidebar.sidebar-left .widget_nav_menu { 
    margin-left: 0;
    margin-right: -41px;
}

#sidebar.sidebar-left  .widget_nav_menu h3 { 
    margin-left: 0px;
}

#sidebar.sidebar-left  .widget_nav_menu ul li a { 
    text-align: right;
    padding: 7px 41px 7px 0;
}

#sidebar.sidebar-left .widget_nav_menu ul li.current_page_item a { 
    font-weight: 700;
    color: #444;
    margin: -1px 0;
    border: 1px solid #efefef;
    border-right: 1px solid #fff;
}

/* ------------------------------------------------------------------------ */
/* WIDGETS RODAPÉ
/* ------------------------------------------------------------------------ */
/* DIV INFO-FOOTER ---*/
#footer.footer-widgets { 
    padding-left: 16px;
    padding-right: 16px;
}

#footer .info-footer-widget { 
    width: 100%;
}

#footer .info-footer-widget .columns { 
    float: left;
    width: 25%;
}

#footer .info-footer-widget .one-third.columns { width: 33.3%; }
#footer .info-footer-widget .eight.columns     { width: 50%; }
#footer .info-footer-widget .sixteen.columns   { width: 100%; }

#footer .info-footer-widget .columns > div { 
    padding: 0 16px;
}

/* WIDGET GERAL ---*/
#footer .widget { 
    font-family: 'Roboto Condensed';
    text-align: left;
    font-size: 18px;
    margin-bottom: 40px;
}

#footer .widget h3 { 
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 20px 0;
    color: rgba(255, 255, 255, 0.9);
    cursor: default;
}

#footer .widget h3 { 
    margin-bottom: 10px;
}

#footer .widget ul li { 
    position: relative;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
}

#footer .widget ul li a { 
    display: inline-block;
    padding: 4px 10px 4px 18px;
    color: rgba(255, 255, 255, 0.6);
}

#footer .widget ul li a:hover { 
    color: rgba(255, 255, 255, 1);
}

#footer .widget ul li a:after { 
    position: absolute;
    top: 4px;
    left: 0;
    font-family: "FontAwesome";
    content: "\f111";
    font-size: 7px;
    color: rgba(255, 255, 255, 0.15);
}

#footer .widget ul li a:hover:after { 
    color: #99cc33;
}

/* WIDGET PESQUISA ---*/
#footer .widget_search input { 
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(255, 255, 255, 0);
    box-shadow: none;
}

#footer .widget_search input::placeholder { color: rgba(255, 255, 255, 0.6); }
#footer .widget_search form:before        { color: rgba(255, 255, 255, 0.6); }

#footer .widget_search input:hover { 
    background-color: rgba(0, 153, 140, 0.1);
    border-color: #99cc33;
}

#footer .widget_search input:focus { 
    background-color: #99cc33;
    border-color: #99cc33;
    color: #fff;
}

#footer .widget_search input:hover::placeholder,
#footer .widget_search input:focus::placeholder { 
    color: #fff;
}

/* WIDGET CALENDÁRIO ---*/
#footer #wp-calendar thead th { border-color: rgba(255, 255, 255, 0.1); }
#footer #wp-calendar tbody    { color: #aaa }

#footer #wp-calendar tbody td { 
    background: rgba(255, 255, 255, 0);
    border-color: #4b4d4e;
}

#footer #wp-calendar tbody td a {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.1);
    transition: none;
}

#footer #wp-calendar tbody td a:hover {
    color: #fff;
}

#footer #wp-calendar tbody td:hover:not(.pad) { 
    background: #99cc33;
    color: #fff;
}

#footer #wp-calendar tfoot a {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.1);
}

#footer #wp-calendar tfoot a:hover {
    color: #fff;
    background-color: #99cc33;
}

/* WIDGET COMENTÁRIOS RECENTES --- */
#footer .recentcomments a:after { content: '' !important; }

#footer .recentcomments .comment-author-link:before { 
    position: absolute;
    font-family: "FontAwesome";
    content: "\f111";
    margin-left: -18px;
    font-size: 7px;
    color: rgba(255, 255, 255, 0.15); 
}

#footer li.recentcomments { 
    margin-left: 18px;
    padding: 4px 0;
    font-size: initial;
    color: rgba(255, 255, 255, 0.3);
    cursor: default;
}

#footer .recentcomments .comment-author-link { 
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: capitalize;
}

#footer li.recentcomments a { 
    margin-left: 18px;
    color: rgba(255, 255, 255, 0.3);
}

#footer .recentcomments:hover :before { 
    color: #99cc33;
}

/* WIDGETS POSTS RECENTES ---*/
#footer .widget_recent_entries .post-date {
    display: block;
    margin-left: 18px;
    position: relative;
    top: -4px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    cursor: default;

}

/* WIDGET TEXTO ---*/
#footer  .widget_text .textwidget p { 
    line-height: 1.6em;
}

/* WIDGET NÚVEM DE TAGS ---*/
#footer .widget_tag_cloud a {
    border: none;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

#footer .widget_tag_cloud a:hover { 
    color: #fff !important;
    background: #99cc33;
}

/* WIDGET RSS --- */
#footer .widget_rss img  { display: none !important; }
#footer .widget_rss h3 a { color: #fff }
#footer .widget_rss ul a { display: block !important; }
#footer .widget_rss ul span,
#footer .widget_rss ul cite { 
    margin-left: 18px;
    margin-right: -10px;
    position: relative;
    top: -4px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    cursor: default;
}

#footer .widget_rss ul span:after { 
    content: "—";
    color: rgba(255, 255, 255, 0.1);
    margin: 0 -6px 0 6px;
}

#footer .widget_rss ul cite { 
    text-transform: capitalize;
    font-style: normal;
    margin-left: 18px;
}

#footer .widget_rss .rssSummary { 
    color: rgba(255, 255, 255, 0.4);
    padding: 10px 0 5px 18px;
    font-size: 15px;
}

/* WIDGET INFO CONTATO --- */
#footer .widget_contact address { display: block; }
#footer .widget_contact address { margin-top: 14px; }

#footer .widget_contact span.text-01,
#footer .widget_contact span.address,
#footer .widget_contact span.w-phone  { margin-bottom: 30px; }
#footer .widget_contact span.w-social { margin: 20px 0 0 -6px; }

#footer .widget_contact ul li a:after { content: ''; }
#footer .widget_contact ul li a { padding: inherit !important; }

/* WIDGET LISTA SELEÇÃO --- */
#footer .simpleselect { 
    min-width: inherit !important;
}

#footer .simpleselect .placeholder { 
    padding: 0 22px 0 12px;
}

#footer .simpleselect,
#footer .simpleselect .options,
#footer .simpleselect .placeholder { 
    font-family: 'Roboto Condensed';
    line-height: 45px;
}

#footer .simpleselect .options .option,
#footer .simpleselect .options .optgroup .optgroup-label { 
    padding: 0 12px;
    font-size: 18px;
}

#footer .simpleselect .placeholder,
#footer .simpleselect .options { 
    color: rgba(255, 255, 255, 0.6);
    background: #323638;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .simpleselect .placeholder:hover { 
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 153, 140, 0.1);
    border-color: #99cc33;
}

#footer .simpleselect .options { 
    box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.4);
}

/* ------------------------------------------------------------------------ */
/* ÍCONES SOCIAIS
/* ------------------------------------------------------------------------ */
.social-icons ul { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons ul li { 
    list-style: none;
    display: block;
    width: 32px;
    height: 32px;
    float: left;
}

.social-icons ul li a { 
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    text-align: center;
    color: rgba(50,54,56,0.4);
}

.social-icons .fa-linkedin { 
    position: relative;
    top: -1px;
}

.social-icons .fa-rss {
    font-size: 19px;
}

.social-icons a:hover { color: #99cc33; }

/* ------------------------------------------------------------------------ */
/* ÍCONES SOCIAIS MOBILE
/* ------------------------------------------------------------------------ */
#mobile-navigation .social-icons { 
    text-align: center; 
}

#mobile-navigation .social-icons ul { 
    display: inline-block!important;
}

#mobile-navigation .social-icons li { 
    margin: 6px!important;
    width: 48px;
    height: 48px;
}

#mobile-navigation .social-icons a { 
    width: 48px;
    height: 48px;
    padding: 0px !important;
    color:rgba(50,54,56,0.6);
    border: solid 1px rgba(50,54,56,0.4);
    border-radius: 32px;
    box-shadow: none!important;
}

#mobile-navigation .social-icons ul li a:hover {
    color: #fff;
    background-color: #99cc33;
    border-color: #99cc33;
}

#mobile-navigation .social-icons i { 
    line-height: 48px;
    margin: 0;
    padding: 0px !important;
    font-size: 22px;
}

/* ------------------------------------------------------------------------ */
/* BÁSICO WORDPRESS
/* ------------------------------------------------------------------------ */
.alignleft { 
    display: block;
    float: left;
    margin-top:5px;
    margin-right:20px !important;
    margin-bottom:12px;
}
.alignright { 
    float: right;
    margin-left:20px !important;
    margin-bottom:12px;
}
.aligncenter { 
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption { 
    max-width: 100%;
    padding: 0px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption { 
    color: #888;
    margin: 10px 0 10px 0 !important;
}

blockquote.left { 
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right { 
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

/* TEXTO SOMENTE PARA LEITORES DE TELA */
.screen-reader-text { 
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus { 
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Acima da barra de ferramentas do WP. */
}

/* ------------------------------------------------------------------------ */
/* PLUGIN - CUSTOM SELECT
/* ------------------------------------------------------------------------ */
.hidden_select_container { width: 0; height: 0; overflow: hidden; }
.simpleselect,
.simpleselect * { box-sizing: content-box; }
.simpleselect { 
    position: relative;
    width: 100%;
    min-width: 220px;
    font-family: 'Roboto';
    font-size: 18px;
    color: #3d3d3d;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
     -khtml-user-select: none; /* webkit (konqueror) browsers */
       -moz-user-select: none; /* mozilla browsers */
        -ms-user-select: none; /* IE10+ */
}

.simpleselect .options { 
    width: 100%;
    min-width: 198px;
}

.page-template-contato .simpleselect .options { 
    box-shadow: 0 10px 65px -5px rgba(0, 0, 0, 0.4);  
}

.simpleselect .placeholder { 
    line-height: 58px;
    padding: 0 12px;
    cursor: pointer;
}

.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label { 
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
}
.simpleselect .options .optgroup .optgroup-label { 
    cursor: default;
    font-weight: 400 !important;
}

.simpleselect .options .optgroup .option { 
    padding-left: 20px;
}

.simpleselect .placeholder,
.simpleselect .options { 
    background: #fff;
    border: 1px solid #ccc;
}

.simpleselect.active .options { 
    border-color: #99cc33;
}

.simpleselect .placeholder { position: relative; }
.simpleselect .placeholder:after { 
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 8px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA0Q0FGMUI4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA0Q0FGMUM4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDRDQUYxOThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDRDQUYxQThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8U8ZgAAAClSURBVHjaYpw7dw4DEggEYh4gXgwTYEGS5AfiyVD6FBDfBAkyISloB2JpqAlLgZgNWYENEGciKTYG4haYFSCVKA6BglIg3gdSIAHEfQzYASfj////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=) 0 center no-repeat;
}

.simpleselect .options { 
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.simpleselect .options .option.active { 
    background: #99cc33;
    color: #fff;
}

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover { 
    background: #fafafa;
    color: #aaa;
    border-color: #ccc;
    cursor: default;
}

.simpleselect.disabled .placeholder:after { 
    opacity: 0.5;
}

/* ------------------------------------------------------------------------ */
/* PLUGIN - CONTACT FORM 7
/* ------------------------------------------------------------------------ */
/* --- HTML FORMULÃRIO --- */
#contato .formulario-contato { 
    max-width: 767px;
    margin: 0 auto;
}

.formulario-contato { 
    padding: 32px;
}

.formulario-wecycle { padding: 0px; }
.formulario-wecycle textarea { min-height: 300px !important; }

.coluna-contato-01,
.coluna-contato-02 { 
/*     float: left;
    width: 50%; */
}

.coluna-contato-03 { 
    display: inline-block;
    width: 100%;
    margin: 0 0 0;
}

.coluna-contato-01 > div,
.coluna-contato-02 > div { 
    padding: 32px;
}

.coluna-recaptcha { 
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 32px;
}

.coluna-recaptcha > div { 
    display: inline-block;
}

.formulario-contato label { 
    margin-top: 21px;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    color: #444;
}

.formulario-contato input,
.formulario-contato textarea { 
    border-radius: 0;
}

.formulario-contato input[type="text"],
.formulario-contato input[type="email"],
.formulario-contato input[type="tel"],
.formulario-contato textarea { 
    font-family: 'Roboto';
    font-size: 18px;
    color: #3d3d3d;
}

.g-recaptcha,
.formulario-contato input[type="submit"],
.formulario-contato button[type="submit"] { 
    display: block;
    width: 275px;
    height: 58px;
    line-height: 56px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #323638;
    background-color: #fff;
    margin: 12px auto 60px;
    border-radius: 58px;
    border: 2px solid #99cc33;
}

#contato .formulario-contato button { margin: 12px auto 60px; }

.g-recaptcha,
.formulario-contato button[type="submit"] .fa { margin-left: 6px; }
.g-recaptcha:hover,
.formulario-contato input[type="submit"]:hover,
.formulario-contato button[type="submit"]:hover {
    border-color: #99cc33;
    background-color: #99cc33;
    color: #fff;
}

.formulario-contato textarea::placeholder { 
    font-style: italic;
    color: #707070;
}

/* --- CSS DO PLUGIN --- */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] { 
    width: 100% !important;
    max-width: 100%;
    height: 50px;
    margin: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.wpcf7-form textarea { 
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.wpcf7-form select { 
    max-width: 100%;
    margin: 5px 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.wpcf7-form .customSelect { 
    margin: 5px 0 0;
    padding: 8px 10px;
}

.wpcf7-form { 
    margin:0;
    padding:0;
}

.one-line-form .wpcf7-submit { 
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 !important;
    padding: 15px 16px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.wpcf7-form input[type="checkbox"] { width: auto; }
.wpcf7-form .simpleselect { margin: 5px 0 0 !important; }
.wpcf7 form.wpcf7-form p  { position: relative; font-weight: 700; margin: 0 0 20px !important; }
.wpcf7-list-item          { display: inline-block; margin: 0 10px 0 0 !important; }
.wpcf7-list-item-label    { font-weight: normal; }

.wpcf7 span.wpcf7-not-valid-tip { 
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 700;
    padding: 4px 10px;
    margin: 0;
    color: #fff;
    background: #cc817a;
}

.wpcf7-response-output  { display: none; }
.wpcf7-form .invalid    { color: #cc817a !important; }
.wpcf7-not-valid        { border-color: #cc817a !important; }

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors { 
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px !important;
    color: #cc6652;
    background-color: #fff;
    border: solid 1px #cc817a;
    margin: 0 32px 32px !important;
}

div.wpcf7-mail-sent-ok { color: #fff;  background-color: #99cc33; border-color: #99cc33; }

div.wpcf7-mail-sent-ok:before,
div.wpcf7-mail-sent-ng:before,
div.wpcf7-spam-blocked:before,
div.wpcf7-validation-errors:before { 
    font-family: 'FontAwesome';
    content: '\f071';
    margin-right: 8px;
}

div.wpcf7-mail-sent-ok:before { content: '\f00c'; }

div.wpcf7 .ajax-loader { 
    /* visibility: visible; */
    display: block;
    position: relative;
    top: -15px;
    background-image: url('../../../images/loader.gif');
    width: 32px;
    height: 32px;
    margin: -32px auto 0;
    background-size: cover;
}

/* ------------------------------------------------------------------------ */
/* MENSAGEM ENVIADA
/* ------------------------------------------------------------------------ */
.header-erro {
    padding: 15px 0;
    text-align: center;
    background-color: #99cc33;
}

.header-erro h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.msg-enviada {
    font-family: 'Roboto Condensed';
    line-height: 1.4;
    font-weight: 300;
    font-size: 22px;
    color: #323638;
}

.msg-enviada h3 {
    margin: 0 auto;
    max-width: 540px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.erro-content {
    margin: 0 auto;
    padding: 60px 0 60px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
    background-size: cover;
}

.erro-content a {
    max-width: 240px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border: solid 2px #99cc33;
    /*     margin-right: auto;
    margin-left: auto; */
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #99cc33;
    padding: 0px 20px;
    border-radius: 22px;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 14px;
    transition: all 0.2s ease;
}

.erro-content i {
    position: relative;
    margin-top: -2px;
    margin-left: 10px;
    font-size: 22px;
}

.erro-content a:hover { 
    background-color: #99cc33;
    border-color: #99cc33;
    color: #fff;
}

@media only screen and (max-width: 959px) {
    .erro-content { padding: 8% 16px 10%; display: block; }
    .msg-enviada .left { text-align: center; }
    .msg-enviada .right { margin: 0 auto; }

}

@media only screen and (max-width: 767px) {
    .header-erro { padding: 10.5px 0 }
    .header-erro h2 { font-size: 20px; }
    .msg-enviada img { width: 200px; }
    .msg-enviada h3 { max-width: 520px; font-size: 24px; }
}

/* ------------------------------------------------------------------------ */
/* DICA - (TIPSY)
/* ------------------------------------------------------------------------ */
.tipsy { font-size: 13px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #fff; max-width: 200px; padding: 5px 12px 4px 12px; text-align: center; }

/* CANTOS ARREDONDADOS */
/* .tipsy-inner { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; } */
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* SETA */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow  { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-s .tipsy-arrow  { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow  { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow  { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


/* ------------------------------------------------------------------------ */
/* PLUGIN - REVOLUTION SLIDER
/* ------------------------------------------------------------------------ */
.tp-bullets.simplebullets.custom .bullet { -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block !important; cursor:pointer !important;border:2px solid #fff!important;width:12px!important;height:12px!important;border-radius:50%!important;margin-left:7px!important;-webkit-transition:color .2s;-moz-transition:color .2s;-ms-transition:color .2s;-o-transition:color .2s;transition:all .2s}
.tp-bullets.simplebullets.custom .bullet.last { margin-right:7px !important }
.tp-bullets.simplebullets.custom .bullet { opacity:.5 }
.tp-bullets.simplebullets.custom .bullet:hover { opacity:1 }
.tp-bullets.simplebullets.custom .bullet.selected { background: #fff !important; opacity:1 }

/* Pontos Customizados v5+ */
.tp-bullets.custom .tp-bullet { -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background: none; display:inline-block !important; cursor:pointer !important;border:2px solid #fff!important;width:12px!important;height:12px!important;border-radius:50%!important;margin-left:7px!important;-webkit-transition:color .2s;-moz-transition:color .2s;-ms-transition:color .2s;-o-transition:color .2s;transition:all .2s}
.tp-bullets.custom .tp-bullet.last { margin-right: 7px !important; }
.tp-bullets.custom .tp-bullet { opacity:.5 }
.tp-bullets.custom .tp-bullet:hover { opacity:1 }
.tp-bullets.custom .tp-bullet.selected { background: #fff !important; opacity: 1 }

.tp-leftarrow.custom,.tp-rightarrow.custom { margin-top: 0px !important; top: 50% !important; background: #fff!important; color:#333 !important; width:60px!important;height:60px!important;line-height:60px!important;text-align:center!important;-webkit-transition:background-color .2s;-moz-transition:background-color .2s;-ms-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}
.tp-leftarrow.custom { border-radius:0 2px 2px 0 !important; }
.tp-rightarrow.custom { border-radius:2px 0 0 2px !important; }
.tp-leftarrow.custom:before { color:#333; line-height:60px!important;content:"\f104"!important;font-family:'FontAwesome'!important;font-size:40px;margin-right:3px;-webkit-font-smoothing:antialiased}
.tp-rightarrow.custom:before { color:#333; line-height:60px!important;content:"\f105"!important;font-family:'FontAwesome'!important;font-size:40px;margin-left:3px;-webkit-font-smoothing:antialiased}
.tp-leftarrow.custom:hover,.tp-rightarrow.custom:hover { background:rgba(0,0,0,0.79)!important; opacity:1!important}
.tp-leftarrow.custom:hover:before,.tp-rightarrow.custom:hover:before { color:#fff !important; }
.tparrows { line-height: 1 !important; }

.rev_slider a.button { 
    -webkit-transition: all 0.2s !important;
       -moz-transition: all 0.2s !important;
        -ms-transition: all 0.2s !important;
         -o-transition: all 0.2s !important;
            transition: all 0.2s !important;
}

/* ------------------------------------------------------------------------ */
/* PLUGIN - PRETTYPHOTO (EDITADO)
/* ------------------------------------------------------------------------ */
div.pp_default .pp_expand { cursor:pointer;width:30px;height:30px;margin:0 11px 0 0; }
div.pp_default .pp_expand:after { background:rgba(0,0,0,.2);color:#fff;position:absolute;width:30px;height:30px;text-align:center;line-height:30px;top:0;left:0;text-indent:0;font-size:14px;font-family:FontAwesome;content:'\f065';-webkit-font-smoothing:antialiased; }
div.pp_default .pp_contract { cursor:pointer;width:30px;height:30px;margin:0 11px 0 0; }
div.pp_default .pp_contract:after { background:rgba(0,0,0,.2);color:#fff;position:absolute;width:30px;height:30px;text-align:center;line-height:30px;top:0;left:0;text-indent:0;font-size:14px;font-family:FontAwesome;content:'\f066';-webkit-font-smoothing:antialiased; }
a.pp_contract,a.pp_expand { cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000; }
div.pp_default .pp_close { width:30px;height:30px;cursor:pointer;display:block;margin:5px -7px 0 0;padding:0;line-height:1;color:#fff;-webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease;-o-transition: all .2s ease; transition: all .2s ease; }
div.pp_default .pp_close:hover { -webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg); }
div.pp_default .pp_close:after { position:absolute;width:30px;height:30px;text-align:center;line-height:30px;top:0;left:0;text-indent:0;font-size:18px;font-family:'icomoon';content:'\e603';-webkit-font-smoothing:antialiased; }
div.pp_default .pp_gallery ul li a { border-radius:1px;overflow:hidden; }
div.pp_default .pp_gallery a.pp_arrow_next,div.pp_default .pp_gallery a.pp_arrow_previous { position:static;left:auto; }
div.pp_default .pp_nav .pp_pause,div.pp_default .pp_nav .pp_play { height:30px;width:30px;margin:0;color:#fff;display:none; }
div.pp_default .pp_nav .pp_play:after { position:absolute;width:30px;height:30px;text-align:center;line-height:30px;top:0;left:0;text-indent:0;font-size:14px;font-family:FontAwesome;content:'\f04b';-webkit-font-smoothing:antialiased; }
div.pp_default .pp_nav .pp_pause:after { position:absolute;width:30px;height:30px;text-align:center;line-height:30px;top:0;left:0;text-indent:0;font-size:14px;font-family:FontAwesome;content:'\f04c';-webkit-font-smoothing:antialiased; }
div.pp_default a.pp_arrow_next,div.pp_default a.pp_arrow_previous { height:30px;width:30px;position:relative;color:#fff; }
div.pp_default a.pp_arrow_previous:after { position:absolute;width:30px;height:30px;text-align:center;line-height:30px;top:0;left:0;text-indent:0;font-size:14px;font-family:FontAwesome;content:'\f053';-webkit-font-smoothing:antialiased; }
div.pp_default a.pp_arrow_next:after { position:absolute;width:30px;height:30px;text-align:center;line-height:30px;top:0;left:0;text-indent:0;font-size:14px;font-family:FontAwesome;content:'\f054';-webkit-font-smoothing:antialiased; }
div.pp_default .pp_nav .currentTextHolder { color:#fff;display:block;text-align:center;padding:0 4px;width:30px;font-size:14px;line-height:30px;margin:0; font-size: 12px; font-weight: 700; letter-spacing: 1px; opacity: 0.7; }
div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover,div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_nav .pp_play:hover { opacity:.7; }
div.pp_pic_holder a:focus { outline:0; }
div.pp_overlay { background:#000;left:0;position:absolute;top:0;width:100%!important;z-index:9999;opacity:0;-webkit-transition: opacity .35s ease; -moz-transition: opacity .35s ease; -ms-transition: opacity .35s ease;-o-transition: opacity .35s ease; transition: opacity .35s ease; }
div.pp_pic_holder { display:none;position:absolute;z-index:10000!important; }
.pp_content { margin:0;padding:0; }
.pp_content_container { margin-left:15px;width:100%; }
.pp_description { display:none !important;margin:0; }
.pp_social { float:left;height:20px;margin:10px 0 0; }
.pp_social .facebook { float:left;overflow:hidden; }
.pp_social .twitter { float:left;margin-right:10px; }
.pp_nav { clear:right;float:left;margin:5px 10px 0 -10px; }
.pp_nav p { float:left;white-space:nowrap;margin:0; }
.pp_nav .pp_pause,.pp_nav .pp_play { float:left;margin-right:0;text-indent:-10000px; }
a.pp_arrow_next,a.pp_arrow_previous { display:block;float:left;height:30px;overflow:hidden;text-indent:-10000px;width:30px; }
.pp_hoverContainer { position:absolute;top:0;width:100%;z-index:2000; }
.pp_gallery { display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000; }
.pp_gallery div { float:left;overflow:hidden;position:relative; }
.pp_gallery ul { float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0; }
.pp_gallery ul a { border:1px rgba(0,0,0,.3) solid;display:block;float:left;height:33px;overflow:hidden; }
.pp_gallery ul a img { border:0; }
.pp_gallery li { display:block;float:left;margin:0 5px 0 0;padding:0; }
.pp_gallery li.default a { display:block;height:33px;width:50px; }
a.pp_next { display:block;float:right;height:100%;text-indent:-10000px;width:49%;position:relative;overflow:hidden; }
a.pp_next:after { position:absolute;width:60px;height:60px;text-align:center;line-height:60px;right:0px;top:50%;margin-top:10px;border-radius: 2px 0 0 2px;background: rgba(0,0,0,0.3);color:#fff;text-indent:0;font-size:40px;font-family:FontAwesome;content:'\f105';opacity:0;-webkit-font-smoothing:antialiased;-webkit-transition: opacity .2s ease; -moz-transition: opacity .2s ease; -ms-transition: opacity .2s ease;-o-transition: opacity .2s ease; transition: opacity .2s ease; }
a.pp_previous { display:block;float:left;height:100%;text-indent:-10000px;width:49%;position:relative;overflow:hidden; }
a.pp_previous:after { position:absolute;width:60px;height:60px;text-align:center;line-height:60px;left:0px;top:50%;margin-top:10px;border-radius: 0 2px 2px 0;background: rgba(0,0,0,0.3);color:#fff;text-indent:0;font-size:40px;font-family:FontAwesome;content:'\f104';opacity:0;-webkit-font-smoothing:antialiased;-webkit-transition: opacity .2s ease; -moz-transition: opacity .2s ease; -ms-transition: opacity .2s ease;-o-transition: opacity .2s ease; transition: opacity .2s ease; }
div.pp_default .pp_next:hover { cursor:pointer; }
div.pp_default .pp_next:hover:after { opacity:1; background: #333; }
div.pp_default .pp_previous:hover { cursor:pointer; }
div.pp_default .pp_previous:hover:after { opacity:1; background: #333; }
a.pp_close { position:absolute;right:0;top:0;display:block;text-indent:-10000px; }
.ppt { margin-left:15px;margin-bottom:5px;font-size:20px;color:#fff; }
#pp_full_res { line-height:1!important; }
#pp_full_res .pp_inline { text-align:left; }
#pp_full_res .pp_inline p { margin:0 0 15px; }
div.dark_rounded .pp_details,div.dark_square .pp_details,div.facebook .pp_details,div.light_rounded .pp_details,div.light_square .pp_details,div.pp_default .pp_details { position:relative; }
.pp_bottom,.pp_top { height:0;position:relative; }
* html .pp_bottom,* html .pp_top { padding:0; }
.pp_fade,.pp_gallery li.default a img { display:none; }

/* OCULTAR NAVEGAÇÃO ABAIXO DA IMAGEM */
.pp_details .pp_nav .pp_arrow_previous,
.pp_details .pp_nav .pp_arrow_next { display: none; }

/* AJUSTE CORTE ÍCONE DE CARREGAMENTO */
.pp_content { min-width: 40px; min-height: 40px; }

/* ANIMAÇÃO DO CARREGADOR */
.pp_loaderIcon { width:34px;height:34px;border-radius:54px;border:3px solid rgba(120,120,120,0.8);position:fixed;left:50%;top:50%;margin-left:-15px;margin-top:-15px;z-index:1!important; }
.pp_loaderIcon:after { content:"";position:absolute;top:-3px;left:-3px;border:3px solid #fff;border-radius:54px;height:34px;width:34px;clip:rect(0px,26px,17px,0px);-moz-animation:rotate .7s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;-webkit-animation:rotate .7s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-ms-animation:rotate .7s;-ms-animation-timing-function:linear;-ms-animation-iteration-count:infinite;animation:rotate .7s;animation-timing-function:linear;animation-iteration-count:infinite; }
@-moz-keyframes rotate { 
    0%   { -moz-transform:rotate(0); }
    100% { -moz-transform:rotate(360deg); }
}
@-webkit-keyframes rotate { 
    0%   { -webkit-transform:rotate(0); }
    100% { -webkit-transform:rotate(360deg); }
}
@-ms-keyframes rotate { 
    0%   { -ms-transform:rotate(0); }
    100% { -ms-transform:rotate(360deg); }
}
@keyframes rotate { 
    0%   { transform:rotate(0); }
    100% { transform:rotate(360deg); }
}

/* ------------------------------------------------------------------------ */
/* PLUGIN - FLEXSLIDER (EDITADO)
/* ------------------------------------------------------------------------ */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
/* FLEXSLIDER ESTILOS ESSENCIAIS */
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; }
.flex-pauseplay span { text-transform: capitalize; }
/* CLEARFIX PARA O .slides element */
.slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
/* JavaScript Fallback */
/* Senão estiver usando outro script, como o Modernizr,
 * Incluir o js que elimina esta classe no carregamento da página */
.no-js .slides > li:first-child { display: block; }
/* FLEXSLIDER TEMA PADRÃO */
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 0.2 ease; -moz-transition: all 0.2 ease; -o-transition: all 0.2 ease; transition: all 0.2 ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
/* DIREÇÃO NAVEGAÇÃO */
.flex-direction-nav { *height: 0; }
.flex-direction-nav a { cursor:pointer !important; background: rgba(0,0,0,0.3); opacity: 0; text-decoration:none; display: block; color:#fff !important; width: 60px; height: 60px; margin: -30px 0 0; line-height:60px; text-align:center; position: absolute; top: 50%; z-index: 10; overflow: hidden; cursor: pointer; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 0px; border-radius: 0 2px 2px 0; }
.flex-direction-nav .flex-next { right: 0px; border-radius: 2px 0 0 2px; }
.flexslider:hover .flex-prev, .flexslider:hover .flex-next { opacity: 0.7; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; color:#fff; background: #333; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before { font-family: "FontAwesome"; font-size:40px; display: inline-block; content: '\f104'; }
.flex-direction-nav a.flex-next:before { content: '\f105'; }
/* CONTROLE NAVEGAÇÃO */
.flex-control-nav { width: 100%; position: absolute; bottom: 10px; text-align: center; }
.flex-control-nav li { margin: 0 4px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { text-indent:-9999px; display:inline-block;background:transparent;border:2px solid #fff;width:6px;height:6px;border-radius:50%;opacity:.5;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;margin:0;cursor:pointer }
.flex-control-paging li a:hover { opacity: 1; }
.flex-control-paging li a.flex-active { background: #fff; opacity: 1; }

.flexslider .slides { 
    cursor: grab!important;
    cursor: -moz-grab!important;
    cursor: -webkit-grab!important;
}

/* FLEXSLIDER ADIÇÕES CUSTOMIZADAS */
.blog-medium .flex-direction-nav .flex-prev,
.blog-medium .flex-direction-nav .flex-next { 
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
}

.blog-medium .flex-direction-nav .flex-prev { left: 0px; }
.blog-medium .flex-direction-nav .flex-next { right: 0px; }

.blog-medium .flex-direction-nav a:before { 
    font-size: 34px;
}

.blog-masonry .flex-direction-nav .flex-prev,
.blog-masonry .flex-direction-nav .flex-next { 
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
}

.blog-masonry .flex-direction-nav .flex-prev { left: 0px; }
.blog-masonry .flex-direction-nav .flex-next { right: 0px; }

.blog-masonry .flex-direction-nav a:before { 
    font-size: 34px;
}

/* ------------------------------------------------------------------------ */
/* PLUGIN - OWL CAROUSEL
/* ------------------------------------------------------------------------ */
.owl-carousel .animated { -webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.owl-carousel .owl-animated-in { z-index:0}
.owl-carousel .owl-animated-out { z-index:1}
.owl-carousel .fadeOut { -webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOut {
    0% { opacity: 1 }
    100% { opacity: 0 }
}
@keyframes fadeOut {
    0% { opacity: 1 }
    100% { opacity: 0 }
}
.owl-height { -webkit-transition:height 400ms ease;-moz-transition:height 400ms ease;-ms-transition:height 400ms ease;-o-transition:height 400ms ease;transition:height 400ms ease}
.owl-carousel { width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel .owl-stage { position:relative;-ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after { content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer { position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot { cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loaded { display:block}
.owl-carousel.owl-loading { opacity:0;display:block}
.owl-carousel.owl-hidden { opacity:0}
.owl-carousel .owl-refresh .owl-item { display:none}
.owl-carousel .owl-item { z-index: 1; transform: translate3d(0, 0, 0); position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-item img { display:block;-webkit-transform-style:preserve-3d}
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
.owl-carousel .owl-grab { cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.owl-carousel.owl-rtl { direction:rtl}
.owl-carousel.owl-rtl .owl-item { float:right}
.no-js .owl-carousel { display:block}
.owl-carousel .owl-item .owl-lazy { opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-item img { transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper { position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon { position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}
.owl-carousel .owl-video-play-icon:hover { -webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon { display:none}
.owl-carousel .owl-video-tn { opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame { position:relative;z-index:1}

/* DESIGN DO TEMA DA OWL */
.owl-theme .owl-controls { margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-] { position: absolute;top: 50%;color:#fff;cursor:pointer;margin-top: -60px;opacity: 0.5;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-theme .owl-controls .owl-nav .owl-prev:after { font-family: "FontAwesome"; font-size:40px; height:40px; line-height: 40px; display: block; content: '\f104'; color: rgba(0,0,0,0.6); }
.owl-theme .owl-controls .owl-nav .owl-prev { left: -50px; }
.owl-theme .owl-controls .owl-nav .owl-next:after { font-family: "FontAwesome"; font-size:40px; height:40px; line-height: 40px; display: block; content: '\f105'; color: rgba(0,0,0,0.6); }
.owl-theme .owl-controls .owl-nav .owl-next { right: -50px; }
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover { opacity: 1; }
.owl-theme .owl-controls .owl-nav .disabled { opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot { display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 60px;
    height: 8px;
    background-color: rgba(128, 128, 128, 0.5);
    margin-left: 10px;
    transition: all ease .2s;
    border-radius: 16px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #87ba1c;
    opacity: 1;
}

.boxed-layout .owl-nav { display: none; }

/* ------------------------------------------------------------------------ */
/*  COMPLIANCE
/* ------------------------------------------------------------------------ */
.display-none {
    display: none;
}

#botoes-denuncia {
    text-align: center;
}

.button-denuncia {
    min-width: 250px;
    margin: 10px 2px 0;
    padding: 15px 35px;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #99cc33;
    border-radius: 6px;
    border: 0;
}

.text_info {
    margin: 0;
    display: block;
    font-size: 14px;
    font-style: italic;
}

#resposta-form {
    font-size: 15px;
}