/*
Theme Name: Brasil PCH
Theme URI: http://www.brasilpch.com.br
Author: Agência REV
Author URI: http://www.agenciarev.com.br
Description: Site Brasil PCH.
Version: 1.0
-------------------------------------------------------------- */
/*Css Wp*/
a,
a:focus {
    outline: none;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
a:focus {
    outline: 0px solid #c1c1c1;
    outline: 0px solid rgba(51, 51, 51, 0.3);
}
b {
    font-weight: 700;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}
ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
::-webkit-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
/**
 * 9.0 Clearings
 */
.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}
.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}
.text-center {
    text-align: center;
}
.list-inline li {
    display: inline-block;
}
.list-unstyle li {
    list-style-type: none;
}
.list-unstyle,
.list-inline {
    margin: 0;
    padding: 0;
}
a {
    transition: all 0.6s linear 0s;
    text-decoration: none;
    color: #006699;
}
a:hover {
    color: #009933;
}
p {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 20px;
    font-family: Verdana;
    color: #666;
}
h1 {
    font-size: 20px;
    line-height: normal;
    font-family: sans-serif;
    color: #006699;
    font-weight: 700;
}
h2 {
    font-size: 18px;
    line-height: normal;
    font-family: sans-serif;
    color: #003049;
    margin: 20px 0;
}
h3 {
    font-size: 16px;
    line-height: normal;
    font-family: sans-serif;
    color: #006699;
    font-weight: bold;
}
h5 {
    font-size: 12px;
    line-height: 30px;
    font-family: sans-serif;
    color: #006699;
}
/* Home */
.wrapper {
    max-width: 1010px;
    padding: 0 15px;
    margin: 0 auto;
}
.my-clearfix {
    clear: both;
}
/*.site-logo { background: #e5e5e5 url("image/header-bg-1.png") no-repeat scroll right 0;}*/
/*.header-top { background: #e5e5e5 url("image/header-bg-1.png") no-repeat scroll right 0;}*/
.custom-logo {
    padding-top: 7px;
}
.header-shadow {
    box-shadow: 0 4px 2px #c5c5c5;
}
.header-bottom {
    background: #003049 none repeat scroll 0 0;
}
.header-bottom .menu-area {
    background: #003049 none repeat scroll 0 0;
    text-align: center;
}
.menu-area ul li {
    position: relative;
}
.menu-area ul li a {
    border-bottom: 5px solid #003049;
    color: #fff;
    display: inline-block;
    font-family: Verdana;
    font-size: 10px;
    line-height: normal;
    margin-right: 5px;
    padding: 5px 15px 5px 0;
    transition: color 0.6s linear 0s;
}
.menu-area ul li a:hover {
    border-color: #003049;
}
.menu-area ul ul {
    padding: 10px 0;
    border: 1px solid #006699;
    position: absolute;
    left: 0;
    top: 27px;
    width: 200px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
}
.menu-area ul ul {
    display: none;
}
.menu-area ul li:hover > ul {
    display: block;
}
.menu-area ul ul ul {
    left: 100%;
    top: 0;
}
.menu-area ul ul a {
    color: #000;
    display: block;
    margin-right: 0;
    padding: 6px 15px;
    border: medium none;
}
.menu-area ul ul li a:hover {
    color: #009933;
}
.menu-area ul ul li {
    display: block;
}
.hero-wrapper {
    background-color: #f6f6f6;
    padding-bottom: 10px;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.breadcrumbs {
    color: #666;
    font-size: 11px;
    line-height: 18px;
}
.description_wrap {
    background: rgba(0, 102, 153, 0.7);
    padding: 10px 0;
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-weight: bold;
}
#breadcrumbs {
    display: inline-block;
    margin: 0;
}
.breadcrumbs li,
.breadcrumbs p {
    display: inline-block;
}
.breadcrumbs li {
    margin-left: 5px;
}
.page-body {
    padding: 0 30px 0 0;
}
.page-body-title {
    border-bottom: 2px solid #009933;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.page-body-content strong {
    font-weight: 700;
}
ul.companhia-pages {
    list-style: outside none none;
    margin: 0;
}
.companhia-pages p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.companhia-pages p img {
    margin: 0 10px 0 0;
}
.companhia-pages a {
    font-weight: 700;
}
.page-body-content {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 90px;
}
.f-right {
    float: right;
}
.f-left {
    float: left;
}
.pagi-btn.next::after {
    content: url("image/next-arrow.gif");
    position: absolute;
    right: -16px;
    top: 0;
}
.pagi-btn {
    position: relative;
}
.pagi-btn.next {
    margin-right: 18px;
}
.footer {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 25px 0 25px 0;
    text-align: center;
}
.footer p {
    line-height: 15px;
    margin-bottom: 0;
    color: #333;
}
.page-contents {
    padding-top: 15px;
    width: 75%;
}
.right-top-block > ul {
    list-style: outside none none;
    margin: 0;
}
.page-contents-wrapper {
    width: 82.5%;
}
.sidebar-right {
    width: 17.5%;
}
.email-icon {
    background: url("image/icon_email.gif") no-repeat scroll 0 0;
}
.printer-icon {
    background: url("image/icon_print.gif") no-repeat scroll 0 0;
}
.pdf-icon {
    background: url("image/icon_pdf.gif") no-repeat scroll 0 0;
}
.right-top-block {
    background: url("image/sidebar-bg.gif") no-repeat scroll 0 0;
    margin-top: 10px;
    padding: 5px 0;
}
.email-icon,
.printer-icon,
.pdf-icon {
    line-height: 24px;
    padding-left: 30px;
}
.sidebar-left.f-left {
    border-right: 1px solid #ccc;
    margin-top: 10px;
    width: 22%;
}
.sidebar-left ul li {
    display: block;
}
.sidebar-left h3 {
    border-top: 2px solid #009933;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    margin: 10px 10px 5px 0;
    background: url("image/seta03.gif") no-repeat scroll 0 center;
}
.right-search-block .screen-reader-text {
    border-bottom: 2px solid #009933;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    margin: 10px 0px 5px 0;
    background: url("image/seta04.gif") no-repeat scroll 0 center;
    display: block;
}
.sidebar-left a {
    color: #006699;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    text-decoration: none;
}
.sidebar-left ul li {
    border-bottom: 2px solid #cecece;
    padding: 5px 0 5px 10px;
    margin-right: 10px;
    background: url("image/seta04.gif") no-repeat scroll 0 1px;
}
.sidebar-left ul li.current-menu-item {
    background: url("image/seta05.gif") no-repeat scroll 0 center;
}
.sidebar-left ul li.current-menu-item a {
    color: #000;
    font-weight: 700;
}
.intranet-pch {
    margin-top: 15px;
}
.post-navigation .screen-reader-text {
    display: none;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.page-body-title img {
    margin-right: 10px;
}
.page-body ul {
    list-style: none;
    margin: 0 0 15px;
}
.page-body li {
    border-top: 1px dashed #cecece;
    padding: 7px 0 7px 20px;
    background: url("image/seta02.gif") no-repeat scroll 0 center
}
nav.post-navigation {
    border-top: 1px dashed #cecece;
    margin-bottom: 15px;
}
.right-search-block .search-field {
    display: block;
    margin: 10px 0;
    width: 100%;
}
.search-submit {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    margin: 0;
}
.right-bottom-block {
    background: url("image/sidebar-bg.gif") repeat scroll 0 0;
    padding-bottom: 100%;
    margin-top: 15px;
}
.single-companhia .page-body {
    padding: 0 25px 0 0;
}
.sidebar-left ul li ul li:last-child {
    border-bottom: 0;
}
.pdf-content li {
    background: transparent;
    border-top: 0 none;
    padding: 5px 0;
}
.page-body strong {
    font-weight: 700;
}
.prg-left {
    float: left;
    width: 59%;
}
.prg-right {
    float: right;
    padding: 0 0 0 15px;
    width: 41%;
}
.prgm-gallery ul li {
    border: 0 none;
    display: inline-block;
    padding: 0;
}
.prgm-content {
    background: #f4f5f0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 35px;
    margin-top: 0;
    padding-bottom: 15px;
}
.prgm-content .clearfix {
    padding: 0 15px 15px;
    margin-top: -5px;
}
.prg-right-bottom {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
}
.image-wrapper {
    border-bottom: 1px dashed #ccc;
    margin: 0 -15px 10px;
    padding: 5px 0;
}
.prg-right-bottom {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
}
.clearfix {
    clear: both;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    clear: both;
}
.left-contact {
    float: left;
    width: 40%;
}
.right-contact {
    float: left;
    width: 68%;
}
/*.left-contact { margin-right: 1%; width: 31%;}*/
.left-contact .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    margin-top: 5px;
}
.left-contact > label,
.right-contact > label {
    color: #006699;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 5px 0;
}
.left-contact > br,
.right-contact > br {
    display: none;
}
.right-contact textarea {
    margin-top: 10px;
    width: 100%;
}
.tabel-content {
    border: 0;
    padding: 1px;
    margin-bottom: 10px;
}
.col {
    color: #666;
    display: inline-block;
    font-family: Verdana;
    font-size: 11px;
    margin: 0 -1px;
    vertical-align: top;
}
.t-title {
    padding: 11.0px;
    background: #EDECEC;
    text-align: center;
}
.tabel-content-wrapper > h3 {
    background: #666666;
    color: #fff;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 0 5px;
    text-align: center;
}
.t-content {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #006699;
    font-family: Verdana;
    font-weight: 700;
    padding: 5px;
    text-align: center;
    margin-bottom: 8px;
}
.tabel-content.no-two .col {
    width: 50%!important;
}
.tabel-content.no-two .t-title {
    padding: 5px 0 5px;
    min-height: 26px;
}
.tabel-content.no-two .t-content {
    color: #0aa245;
}
.tabel-content.no-three .t-title {
    font-size: 10px;
    min-height: 72px;
    padding: 9.2px;
    text-align: center;
}
.tabel-content.no-three .t-content {
    min-height: 40px;
}
.tabel-content.no-last .t-title {
    min-height: 57px;
    padding: 13.6px 27.5px;
    text-align: center;
}
.tabel-content.no-last .t-content {
    min-height: 56px;
}
.page-body .top-content ul li {
    background: url("image/seta06.gif") no-repeat scroll 0 center;
}
.page-body .top-content ul {
    margin: 0;
}
.alignleft {
    margin: 20px 0 0;
}
.alignright {
    margin-top: 20px;
}
.top-heading {
    padding: 0!important;
    line-height: 25px;
    margin-bottom: 20px !important;
}
.green {
    color: green;
}
.divider {
    border-bottom: 1px dashed #ccc;
    display: block;
    margin: 10px 0;
}
.picture-one {
    float: left;
    width: 36%;
}
.content-info {
    float: right;
    width: 62%;
}
.page-body .content-info ul li {
    border-top: 0 none;
    background: rgba(0, 0, 0, 0) url("image/seta02.gif") no-repeat scroll 0 5px;
}
.bodycontenttwo .picture-one {
    float: right;
    width: 36%;
}
.bodycontenttwo .content-info {
    float: left;
    width: 62%;
}
.list-items {
    padding: 20px 0;
    font-size: 14px;
    color: #999999;
    font-family: Verdana;
    border-bottom: 1px solid #999999;
}
.list-items p {
    margin: 10px 0 5px;
    font-size: 14px;
    color: #999999;
    font-family: Verdana;
    line-height: 22px;
}
.list-items a {
    font-size: 14px;
    color: #006699;
}
.search-page .page-contents h3 {
    font-size: 14px;
    color: #006699;
    margin: 0 0px 20px;
    font-weight: bold;
}
.search .main-container {
    padding-top: 20px;
}
.search-page .list-items:last-child {
    border-bottom: 0;
}
.search-page .page-body {
    padding-bottom: 40px;
}
/* 02/12/2016 */
.description_wrap {
    font-size: 20px;
}
.hero-wrapper {
    background-position: center 0 !important;
    background-size: cover !important;
}
.menu-area ul li.current-menu-item a {
    border-color: #0aa245;
}
.principais-img {
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 61px;
}
.principais-desc {
    margin-bottom: 5px;
    color: #666;
}
.btn-text {
    margin: 0 !important;
    background: rgba(0, 0, 0, 0) url("image/seta02.gif") no-repeat scroll 0 center;
    padding-left: 20px;
    display: inline-block;
}
.principais-single {
    border-right: 1px solid #ccc;
    float: left;
    padding: 0 10px;
    width: 25%;
}
.four-block-container h2,
.mais-sobre-block h2 {
    padding-left: 10px;
}
.principais-img img {
    width: 100%;
}
.mais-left-block {
    max-width: 575px;
}
.mais-left-block p {
    font-size: 10px;
    line-height: 17px;
    margin-bottom: 15px;
}
.mais-left-block img {
    margin: 0 5px 0 0;
}
.mais-sobre-block {
    padding-bottom: 50px;
    padding-top: 10px;
}
.hero-slider .slides li {
    height: 300px;
    position: relative;
    background-position: 0 center;
    background-size: cover;
}
.hero-slider .flex-direction-nav {
    display: none;
}
.flexslider {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 35px;
}
.hero-slider .description_wrap {
    background: rgba(14, 61, 86, 0.7) none repeat scroll 0 0;
    text-align: left;
    padding-left: 10px;
}
.hero-slider .flex-control-nav.flex-control-paging a {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    height: 10px;
    width: 10px;
    box-shadow: none;
    border: 1px solid #005ca3;
}
.hero-slider .flex-control-paging li a.flex-active,
.hero-slider .flex-control-paging li a:hover {
    background: #005ca3 none repeat scroll 0 0;
}
.hero-slider .flex-control-nav {
    bottom: -25px;
}
.page-id-1061 .page-body-title {
    margin-bottom: 0;
}
.page-body-main {
    background: #f4f5f0 none repeat scroll 0 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.green-box {
    background: #0fa102 none repeat scroll 0 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    max-width: 430px;
    padding: 12px 15px;
    margin-left: 14px;
}
.page-body-main-img img {
    margin: 0;
}
.page-body .saguranca-list li {
    background-image: none;
    border-bottom: medium none;
    border-top: medium none;
    padding-bottom: 0;
    padding-top: 0;
}
.saguranca-list-text span {
    display: block;
}
.saguranca-list-number {
    display: inline-block;
    vertical-align: middle;
    width: 9%;
}
.saguranca-list-text {
    border-bottom: 1px dashed #cecece;
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 15px;
    vertical-align: middle;
    width: 90%;
}
.saguranca-list-number img {
    margin-top: 0;
}
.saguranca-list > ul {
    margin-bottom: 0;
}
.informacoes-bottom-content nav.post-navigation {
    display: inline-block;
    margin-top: 20px;
    padding-top: 5px;
    width: 100%;
}
.single-programas h5,
.single-empreendimentos h5 {
    background: #0fb000 url("image/seta09.gif") no-repeat scroll left 2px;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 20px !important;
    padding-left: 25px;
}
.single-programas .page-body .navigation:last-child {
    display: none;
}
.page-body .three-picture li:first-child {
    padding-left: 0;
}
.single .pdf-files {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}
.top-nav-scroll {
    margin-right: 30px;
}
.custom-logo {
    padding-bottom: 10px;
    padding-top: 10px;
}
.one-full {
    width: 100%;
}
.left-contact {
    margin-bottom: 10px;
    float: none;
}
.one-half {
    margin-right: 2%;
    width: 49%;
    float: left;
}
.last {
    margin-right: 0;
}
.contact-wrapper select,
.contact-wrapper input,
.contact-wrapper textarea {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
}
.contact-wrapper input[type="submit"] {
    cursor: pointer;
    line-height: normal;
    width: auto;
}
.contact-wrapper textarea {
    height: 120px;
}
.sticky-header .header {
    background: #fff none repeat scroll 0 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.mean-container .mean-nav ul li a.mean-expand {
    height: 21px;
    width: 15px;
    padding: 7px !important;
}
.nav-next.top-nav > a {
    vertical-align: middle;
}
span.website {
    font-size: 8px;
    text-align: right;
    float: right;
    color: #FFF;
}
.accordion{list-style-type: none; padding: 0; margin: 0;}
.accordion > li{border-bottom: 1px solid #000;}
.accordion .inner{display: none; padding: 10px 0;}
.accordion a.toggle{display: block; font-size: 16px; padding: 10px 5px; text-transform: capitalize;}
.accordion a.toggle span:before{content: '+';}
.accordion a.toggle.active span:before{content: '-';}
.accordion a.toggle span{float: right;}
.page-body-sust{padding: 0px 30px 30px 0;}
.page-gallery{list-style-type: none; margin: 0px 0 20px; padding: 0;}
.page-gallery li{border: none; width: 25%; float: left;}
.page-gallery li img{padding-right: 10px;}
#menu-item-1387 ul{padding: 0;}
#menu-item-1387 ul li a:hover{background: #006699; color: #fff; text-transform: capitalize;}


