@font-face {
    font-family: StagSans;
    src: url('../fonts/stag/StagSans-Black.otf') format("opentype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-BlackItalic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-SemiboldItalic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-MediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-BookItalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-Thin.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: StagSans;
    src: url("../fonts/stag/StagSans-ThinItalic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
}
* {
    font-family: StagSans,
    sans-serif;
}
* {
    font-family: StagSans,
    sans-serif;
}
body {
    color: #00a651;
    line-height: 1.8em;
    background: #fbfaee;
    border: 0 none;
    font-family: StagSans,
    sans-serif;
    font-weight: 300;
}
a {
    color: #00a651;
}
a:hover,
a:focus,
a:visited {
    color: #00a651;
    text-decoration: none;
}
footer {
    background-color: #ffffff;
    color: #bdbdbd;
    padding: 0 0 0 0;
    margin: 0 0 0;
}
main {
    padding: 0 11px;
    margin-left: 1.6vw;
    margin-right: 1.39vw;
}
input:focus {
    outline-offset: 0;
    outline: #00a651 auto 1px;
}
@media (max-width: 767px) {
    main {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    ul.pagination > li:last-child {
        display: none;
    }
    ul.pagination > li:first-child {
        display: none;
    }
}
div#mainbox {
    margin: 0 1.35vw 0 1.35vw;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #00a651;
    font-weight: 400;
    font-family: inherit;
    text-rendering: optimizelegibility;
    letter-spacing: 1.3px;
}
h1,
.h1 {
    margin: 30px 0 20px 0;
    font-size: 2.1em;
}
h2,
.h2 {
    font-size: 1.7em;
}
h3,
.h3 {
    font-size: 1.5em;
}
h4,
.h4 {
    font-size: 1.3em;
}
h5,
.h5 {
    font-size: 1.1em;
}
h6,
.h6 {
    font-size: 0.9em;
}
blockquote {
    color: #00a651;
    background-color: #e9e9e9;
    border-left: 5px solid black;
}
ul {
    list-style-type: square;
    padding-left: 0;
}
#componentbox ul {
    list-style: none inside none;
    text-indent: 5px;
}
li.clippingLi:before {
    content: unset !important;
    font-size: unset !important;
    vertical-align: unset !important;
    color: unset !important;
    position: unset !important;
    left: unset !important;
}
#componentbox ul > li:before {
    content: "·";
    font-size: 80px;
    vertical-align: middle;
    color: #00a651;
    position: relative;
    left: -6px;
}
label {
    color: #00a651;
    font-weight: 500;
}
p,
li {
    font-size: 1.12em;
    color: black;
    line-height: 1.3em;
}
hr {
    border: 3px solid;
    border-color: #b6e2cc !important;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
ol {
    padding-inline-start: 0;
}
b,
strong {
    font-weight: 500 !important;
    color: #00a651;
}
input,
input.form-control,
.inputbox,
.input-small {
    border: 1px solid #bdbdbd;
    border-radius: 0;
    background-color: #f5f5f5;
}
button,
.btn,
.btn-default,
.btn-default .badge {
    font-family: StagSans,
    sans-serif;
    border: 2px solid #00a651;
    border-radius: 0;
    background-color: #f5f5f5;
    color: #00a651;
}
button:hover,
button:focus,
.btn:hover,
.btn:focus,
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
    border-color: #262626;
    background-color: #f5f5f5;
    color: #262626;
}
textarea.form-control {
    border: 1px solid #bdbdbd;
    background-color: #f5f5f5;
    border-radius: 0;
}
div.mainlinelab.content:not(.com_acontece_listadeacontece):not(.outra_classe) {
    margin: auto;
    max-width: 815px;
}
.container {
    width: 100%;
}
#bbox1 .style_box {
    float: left;
}
#abox2 .style_box {
    float: right;
}
section.abox {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px;
}
#abox {
    font-size: 13px;
    font-weight: 500;
    color: #00a651;
}
#abox1 .style_box {
    float: left;
}
section.dbox {
    padding: 15px 0;
}
#tbox1 {
    padding: 0 0 0 0;
}
#sbox2 .style_box {
    padding: 15px;
}
#sbox2 .style_header {
    position: relative;
    margin: 0 10px 0 0;
    color: #99d328;
    padding: 0 10px 0 0;
}
#sbox2 .style_header > span {
    background-color: #262626;
    position: relative;
    padding-right: 50px;
    z-index: 1;
}
#sbox2 .style_content {
    padding-top: 10px;
}
#sbox2 .style_header::before {
    content: "";
    position: absolute;
    top: 49%;
    border-top: 1px solid #555555;
    width: 100%;
    z-index: 0;
}
#sbox3 .style_box {
    padding: 15px;
}
#sbox3 .style_header {
    position: relative;
    margin: 0 10px 0 0;
    color: #99d328;
}
#sbox3 .style_header > span {
    background-color: #262626;
    position: relative;
    padding-right: 50px;
    z-index: 1;
}
#sbox3 .style_content {
    padding-top: 10px;
}
#sbox3 .style_header::before {
    content: "";
    position: absolute;
    top: 49%;
    border-top: 1px solid #555555;
    width: 100%;
    z-index: 0;
}
#sbox4 .style_box {
    padding: 15px;
}
#sbox4 .style_header {
    position: relative;
    margin: 0 10px 0 0;
    color: #99d328;
}
#sbox4 .style_header > span {
    background-color: #262626;
    position: relative;
    padding-right: 50px;
    z-index: 1;
}
#sbox4 .style_content {
    padding-top: 10px;
}
#sbox4 .style_header::before {
    content: "";
    position: absolute;
    top: 49%;
    border-top: 1px solid #555555;
    width: 100%;
    z-index: 0;
}
section.tbox {
    background: white;
    padding: 0 0 0 0;
}
#ebox1 .style_box {
    margin: 0 0 25px 0;
}
#ebox1 .style_header {
    border-radius: 0;
    margin: 0 0 -1px;
    padding: 10px 15px;
    position: relative;
    background: #8bc34a;
    color: #ffffff;
    border: 1px solid #8bc34a;
}
#ebox1 .style_content {
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 0;
}
#fbox1 {
    padding: 0;
}
#main_menu_coalizao > li > div,
#main_menu_coalizao > li > a {
    position: relative;
    top: 1px;
    align-items: center;
}
section.kbox {
    background-color: #00a651;
    padding: 90px 0;
    margin-top: 80px;
    margin-bottom: 80px;
}
section.lbox {
    margin-bottom: 90px;
}
#lbox1 .style_box {
    padding: 0;
}
#lbox1 .style_header {
    position: relative;
    margin: 13px;
    padding: 0;
    font-family: StagSans,
    sans-serif;
    font-weight: 500;
}
#lbox1 .style_header > span {
    background: #fff;
    position: relative;
    padding-right: 50px;
    z-index: 1;
}
#lbox1 .style_header::before {
    content: "";
    position: absolute;
    top: 49%;
    border-top: 1px solid #99d328;
    width: 100%;
    z-index: 0;
}
#lbox1 .style_content {
    padding: 15px 0 0 0;
}
#mbox2 .style_box {
    padding: 50px 0;
    background-color: #e9e9e9;
    margin: 50px 0;
}
#nbox2 .style_box {
    padding: 15px;
}
#nbox2 .style_header {
    position: relative;
    margin: 0;
    font-family: StagSans,
    sans-serif;
    font-weight: 500;
}
#nbox2 .style_header > span {
    background: #fff;
    position: relative;
    padding-right: 50px;
    z-index: 1;
}
#nbox2 .style_content {
    padding-top: 10px;
}
#nbox2 .style_header::before {
    content: "";
    position: absolute;
    top: 49%;
    border-top: 1px solid #00a651;
    width: 100%;
    z-index: 0;
}
section.nbox {
    margin-bottom: 40px;
}
#nbox1 .style_box {
    padding: 15px;
}
#nbox1 .style_header {
    position: relative;
    margin: 0;
    font-weight: 500;
    font-family: StagSans,
    sans-serif;
}
#nbox1 .style_header > span {
    background: #fff;
    position: relative;
    padding-right: 50px;
    z-index: 1;
}
#nbox1 .style_content {
    padding-top: 10px;
}
#nbox1 .style_header::before {
    content: "";
    position: absolute;
    top: 49%;
    border-top: 1px solid #00a651;
    width: 100%;
    z-index: 0;
}
section.fbox {
    margin-top: 40px;
}
section.mbox {
    margin-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/grass-field-nature-summer-spring-3085457.jpg);
    background-attachment: fixed;
    page-break-inside: avoid;
}
#mbox1 .style_box {
    padding: 50px;
}
section.mainbox {
    padding: 0 0;
}
.com_content_category_blog .blog {
    padding: 0 15px;
}
.com_content_category_blog h1 span.subheading-category,
.com_content_category_blog h2 span.subheading-category {
    font-family: StagSans,
    sans-serif;
}
.com_content_category_blog .category-desc {
    padding: 15px 0;
    color: #777777;
}
.com_content_category_blog .blog-posts li {
    padding: 15px;
}
.com_content_category_blog .page-header-coalizao h2 {
    margin: 0 0 0 0;
    padding: 10px 0 15px 0;
    font-family: StagSans,
    sans-serif;
    font-size: 20px;
    font-weight: normal;
}
#component.com_content_article > div > div.page-header-coalizao > h2 {
    max-width: 92vw;
    font-size: 1.5em;
}
@media (min-width: 768px) {
    .com_content_category_blog .page-header-coalizao h2 {
        margin: 0 0 0 0;
        padding: 10px 0 15px 0;
        font-size: 20px;
    }
    #component.com_content_article > div > div.page-header-coalizao > h2 {
        margin: 25px auto;
    }
    .page-header-coalizao {
        padding-top: 15px;
    }
}
.com_content_category_blog .pull-right > span {
    font-size: 12px;
    padding: 5px;
}
.com_content_category_blog .infoblock {
    color: #212121;
    font-size: 12px;
}
.com_content_category_blog .ftags .label {
    border-radius: 0;
    border: 1px solid #99d328;
    color: #ffffff;
    background-color: #99d328;
}
.com_content_category_blog .ftags .label:hover,
.com_content_category_blog .ftags .label:focus {
    border-color: #99d328;
    color: #ffffff;
    background-color: #99d328;
}
.com_content_category_blog .blog .introblog {
    padding: 15px 0;
}
.com_content_category_blog .paginations {
    padding: 15px;
    text-align: center;
}
.com_content_category_blog .pagination > li > a,
.com_content_category_blog .pagination > li > span {
    border-color: #00a651;
    color: #777777;
    background-color: #ffffff;
}
.com_content_category_blog .pagination > li > a:hover,
.com_content_category_blog .pagination > li > span:hover,
.com_content_category_blog .pagination > li > a:focus,
.com_content_category_blog .pagination > li > span:focus,
.com_content_category_blog .pagination > li.active a {
    color: #262626;
    border-color: #00a651;
    background-color: #99d328;
}

@media (min-width: 767px) {
    div.acontece1 img {
        height: 18vw;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    div.acontece1 img {
        height: 48vw;
        object-fit: cover;
    }
}
.com_phocacart_item .pc-item-view {
    padding: 10px 0;
}
.com_phocacart_item .pc-item-view .thumbnail {
    border: 1px solid #e9e9e9;
    border-radius: 0;
}
.com_phocacart_item .pc-item-view .ph-item-image-add-box .img-thumbnail,
.com_phocacart_item .ph-item-thumbnail-related img {
    border-radius: 0;
}
.com_phocacart_item .pc-item-view .ph-top a.btn-success {
    margin: 0 0 10px 0;
}
.com_phocacart_item .pc-item-view h1.ph-header,
.com_phocacart_item .pc-item-view h2.ph-header,
.com_phocacart_item .pc-item-view h3.ph-header,
.com_phocacart_item .pc-item-view h4.ph-header,
.com_phocacart_item .pc-item-view h5.ph-header,
.com_phocacart_item .pc-item-view h6.ph-header {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 30px;
}
.com_phocacart_item .pc-item-view .ph-item-price-panel {
    padding: 0 15px;
}
.com_phocacart_item .pc-item-view .ph-item-price-box {
    padding: 15px;
    background-color: #f5f5f5;
}
.com_phocacart_item .ph-form-quantity label,
.com_phocacart_item .pc-item-view .ph-attribute-title,
.com_phocacart_item .ph-item-reward-box .ph-reward-txt,
.com_phocacart_item .ph-category-stock-box .ph-stock-txt,
.com_phocacart_item .ph-item-sku-box .ph-sku-txt,
.com_phocacart_item .ph-item-upc-box .ph-upc-txt,
.com_phocacart_item .ph-item-ean-box .ph-ean-txt,
.com_phocacart_item .ph-item-jan-box .ph-jan-txt,
.com_phocacart_item .ph-item-isbn-box .ph-isbn-txt,
.com_phocacart_item .ph-item-mpn-box .ph-mpn-txt,
.com_phocacart_item .ph-item-serial-number-box .ph-serial-number-txt,
.com_phocacart_item .ph-item-min-qty-box .ph-min-qty-txt,
.com_phocacart_item .ph-item-manufacturer-box .ph-manufacturer-txt,
.com_phocacart_item .ph-item-stock-box .ph-stock-txt {
    color: #262626;
    font-size: 12px;
    font-weight: 500;
}
.com_phocacart_item .ph-item-reward-box .ph-reward,
.com_phocacart_item .ph-item-sku-box .ph-sku,
.com_phocacart_item .ph-item-upc-box .ph-upc,
.com_phocacart_item .ph-item-ean-box .ph-ean,
.com_phocacart_item .ph-item-jan-box .ph-jan,
.com_phocacart_item .ph-item-isbn-box .ph-isbn,
.com_phocacart_item .ph-item-mpn-box .ph-mpn,
.com_phocacart_item .ph-item-serial-number-box .ph-serial-number,
.com_phocacart_item .ph-item-min-qty-box .ph-min-qty,
.com_phocacart_item .ph-item-manufacturer-box .ph-manufacturer,
.com_phocacart_item .ph-item-stock-box .ph-stock {
    font-size: 12px;
}
.com_phocacart_item .pc-item-view .ph-item-attributes-box .ph-attribute-title {
    color: #00a651;
}
.com_phocacart_item .pc-item-view .ph-input-quantity {
    border: 2px solid;
    border-radius: 0;
    height: 36px;
    padding: 5px;
}
.com_phocacart_categories .pc-categories-view .thumbnail h3,
.com_phocacart_categories .pc-categories-view .thumbnail h3 a {
    padding: 15px 0;
    text-align: center;
    font-family: StagSans,
    sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.com_phocacart_categories .pc-categories-view .ph-cat-desc {
    min-height: 150px;
    padding: 0 15px;
    text-align: center;
}
.com_phocacart_categories .pc-categories-view .ph-item-action-box .ph-pull-right {
    text-align: center;
}
.com_phocacart_categories .pc-categories-view .thumbnail {
    border: 1px solid #e9e9e9;
    border-radius: 0;
}
.com_phocacart_categories .pc-categories-view .thumbnail:hover,
.com_phocacart_categories .pc-categories-view .thumbnail:focus {
    border-color: #99d328;
}
.com_phocacart_category .pc-category-view .ph-thumbnail {
    border-width: 0;
    padding: 0;
    background-color: #f5f5f5;
}
.com_phocacart_category .pc-category-view .ph-item-desc {
    padding: 15px;
}
.com_phocacart_category .pc-category-view .ph-item-action-box {
    padding: 15px 15px 0 15px;
}
.com_phocacart_category .pc-category-view .ph-category-add-to-cart-box {
    padding: 15px 0;
}
.com_phocacart_category .pc-category-view .ph-pull-right .ph-btn {
    float: right;
}
.com_phocacart_category .pc-category-view .pagination {
    padding: 0;
    margin: 0;
    text-align: center;
}
.com_phocacart_category .pc-category-view .pagination > li > a,
.com_phocacart_category .pc-category-view .pagination > li > span {
    border: 1px solid #00a651;
    border-radius: 0;
    color: #262626;
    background-color: #ffffff;
    font-size: 12px;
}
.com_phocacart_category .pc-category-view .pagination > li > a:hover,
.com_phocacart_category .pc-category-view .pagination > li > span:hover,
.com_phocacart_category .pc-category-view .pagination > li > a:focus,
.com_phocacart_category .pc-category-view .pagination > li > span:focus {
    border-color: #00a651;
    color: #262626;
    background-color: #99d328;
}
.com_phocacart_category .pc-category-view .ph-pull-left a.ph-btn {
    float: left;
}
.com_phocacart_category .pc-category-view h3.ph-product-header {
    padding: 0;
}
.com_phocacart_category .pc-category-view .ph-pag-top-row .btn-default {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    padding: 0 5px;
    background-color: #e9e9e9;
}
.com_phocacart_category .pc-category-view .ph-pag-top-row .btn-default:hover,
.com_phocacart_category .pc-category-view .ph-pag-top-row .btn-default:focus {
    border-color: #bdbdbd;
    background-color: #99d328;
}
.com_phocacart_category .pc-category-view .ph-pag-top-row .btn-default span {
    font-size: 12px;
    color: #99d328;
}
.com_phocacart_category .pc-category-view .ph-pag-top-row .btn-default:hover span,
.com_phocacart_category .pc-category-view .ph-pag-top-row .btn-default:focus span {
    color: #777777;
}
.com_phocacart_category .pc-category-view .ph-pag-top-row .btn-default.active {
    background-color: #ffffff;
}
.com_phocacart_category .pc-category-view .ph-pag-top-row .btn-default.active:hover,
.com_phocacart_category .pc-category-view .ph-pag-top-row .btn-default.active:focus {
    background-color: #ffffff;
}
.com_content_featured .items-leading h4.item-title {
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
    font-family: StagSans,
    sans-serif;
    font-size: 20px;
    font-weight: normal;
}
.com_content_featured .items-leading h4.item-title a:hover,
.com_content_featured .items-leading h4.item-title a:focus {
    color: #262626;
}
.com_content_featured .item h4.item-title {
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
}
.com_content_featured .item h4.item-title a:hover,
.com_content_featured .item h4.item-title a:focus {
    color: #262626;
}
.com_content_featured .pull-right > span {
    font-size: 12px;
}
.com_content_featured .pull-right span a {
    font-size: 12px;
}
.com_content_featured .infoblock {
    font-size: 12px;
}
.com_content_featured .ftags .label {
    border: 1px solid #99d328;
    border-radius: 0;
    background-color: #99d328;
    color: #ffffff;
}
.com_content_featured .ftags .label:hover,
.com_content_featured .ftags .label:focus {
    border-color: #99d328;
    background-color: #99d328;
    color: #ffffff;
}
.com_content_featured .items-leading h4.item-title,
.com_content_featured .items-leading h4.item-title a {
    color: #00a651;
}
.com_phocacart_items .pc-category-view .ph-thumbnail {
    border-width: 0;
    padding: 0;
    background-color: #f5f5f5;
}
.com_phocacart_items .pc-category-view .ph-item-desc {
    padding: 15px;
}
.com_phocacart_items .pc-category-view .ph-item-action-box {
    padding: 15px 15px 0 15px;
}
.com_phocacart_items .pc-category-view .ph-category-add-to-cart-box {
    padding: 15px 0;
}
.com_phocacart_items .pc-category-view .ph-pull-right .ph-btn {
    float: right;
}
.com_phocacart_items .pc-category-view .pagination {
    padding: 0;
    margin: 0;
    text-align: center;
}
.com_phocacart_items .pc-category-view .pagination > li > a,
.com_phocacart_items .pc-category-view .pagination > li > span {
    border: 1px solid #00a651;
    border-radius: 0;
    color: #262626;
    background-color: #ffffff;
    font-size: 12px;
}
.com_phocacart_items .pc-category-view .pagination > li > a:hover,
.com_phocacart_items .pc-category-view .pagination > li > span:hover,
.com_phocacart_items .pc-category-view .pagination > li > a:focus,
.com_phocacart_items .pc-category-view .pagination > li > span:focus {
    border-color: #00a651;
    color: #262626;
    background-color: #99d328;
}
.com_phocacart_items .pc-category-view .ph-pull-left a.ph-btn {
    float: left;
}
.com_phocacart_items .pc-category-view h3.ph-product-header {
    padding: 0;
}
.com_phocacart_items .pc-category-view .ph-pag-top-row .btn-default {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    padding: 0 5px;
    background-color: #e9e9e9;
}
.com_phocacart_items .pc-category-view .ph-pag-top-row .btn-default:hover,
.com_phocacart_items .pc-category-view .ph-pag-top-row .btn-default:focus {
    border-color: #bdbdbd;
    background-color: #99d328;
}
.com_phocacart_items .pc-category-view .ph-pag-top-row .btn-default span {
    font-size: 12px;
    color: #99d328;
}
.com_phocacart_items .pc-category-view .ph-pag-top-row .btn-default:hover span,
.com_phocacart_items .pc-category-view .ph-pag-top-row .btn-default:focus span {
    color: #777777;
}
.com_phocacart_items .pc-category-view .ph-pag-top-row .btn-default.active {
    background-color: #ffffff;
}
.com_phocacart_items .pc-category-view .ph-pag-top-row .btn-default.active:hover,
.com_phocacart_items .pc-category-view .ph-pag-top-row .btn-default.active:focus {
    background-color: #ffffff;
}
.wrapmenu {
    padding: 0;
    width: 92.8vw;
    margin: 0 4vw 0 3.1vw;
}
.homeMenuItem {
    padding: 12px !important;
}
#cbox1 .module.mod_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexSpaceBetween {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.labelSearchMenu {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    top: 3px;
}
.triangle {
    border-left: 0.41vw solid transparent;
    border-right: 0.41vw solid transparent;
    border-top: calc(0.41vw * 2) solid #00a651;
    color: #00a651;
    margin-top: 0;
    margin-left: 3px;
    height: 1.28vw;
    top: 1px;
    position: relative;
}
#cbox1 > div > div > div.labmenu > div > a > img {
    margin: 13px 0 13px -1px;
    max-width: 195px;
}
#search_input > div > div > form > div > input {
    border: 0;
    margin: 0 0 0 12px;
    height: 24px;
    background-color: #b3ddc0;
    border-radius: 1px;
    width: 19vw;
}
.pd-category {
    display: flex;
    flex-direction: column;
}
ul.menu {
    display: flex;
    justify-content: space-around;
}
#cbox1 .module.mod_menu ul.menu {
    margin: 0 0 12px 3vw;
    float: left;
}
#cbox1 .module.mod_menu ul > li {
    float: left;
    position: relative;
    list-style: none;
    border-color: #ffffff;
}
#cbox1,
#cbox1 .module.mod_menu ul > li > a,
#cbox1 .module.mod_menu ul > li.divider,
#cbox1 .module.mod_menu .top-level-lab,
#cbox1 .module.mod_menu .labmenu,
#cbox1 .module.mod_menu .labmenu ul {
    background-color: #f5f5d4;
}
#cbox1 .module.mod_menu ul > li a:hover,
#cbox1 .module.mod_menu ul > li a:focus,
#cbox1 .module.mod_menu ul > li.divider:hover,
#cbox1 .module.mod_menu ul > li.divider:focus,
#cbox1 .module.mod_menu ul > li.active > a {
    color: #7d7d7d;
    background-color: #f5f5d4;
    cursor: pointer;
}
.articlebody {
    min-height: 67vh;
}
#cbox1 .module.mod_menu ul li li:hover > ul.nav-child,
#cbox1 .module.mod_menu ul li li li:hover > ul.nav-child,
#cbox1 .module.mod_menu ul li li li li:hover > ul.nav-child {
    width: 100%;
    left: 100%;
}
#cbox1 .module.mod_menu ul.nav-child {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
    white-space: nowrap;
    left: -999em;
    width: 100%;
}
#cbox1 .module.mod_menu ul.nav-child li ul.nav-child {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
    white-space: nowrap;
    min-width: 200px;
    left: -999em;
}
#cbox1 .module.mod_menu ul.nav-child li ul.nav-child li ul.nav-child {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
    white-space: nowrap;
    min-width: 200px;
    left: -999em;
}
#cbox1 .module.mod_menu ul.nav-child li ul.nav-child li ul.nav-child li ul.nav-child {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
    white-space: nowrap;
    min-width: 200px;
    left: -999em;
}
#cbox1 .module.mod_menu ul.nav-child li {
    position: relative;
    min-width: 200px;
}
#cbox1 .module.mod_menu ul.nav-child li a,
#cbox1 .module.mod_menu ul.nav-child li.divider {
    color: #00a651;
    background-color: #262626;
    padding: 15px;
    font-size: 14px;

    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
    outline: 0;
    clear: both;
    float: left;
    width: 100%;
    font-family: StagSans,
    sans-serif;
    line-height: 1em;
    height: 100%;
}
#cbox1 .module.mod_menu ul.nav-child li a:hover,
#cbox1 .module.mod_menu ul.nav-child li a:focus,
#cbox1 .module.mod_menu ul.nav-child li.divider:hover,
#cbox1 .module.mod_menu ul.nav-child li.divider:focus,
#cbox1 .module.mod_menu ul.nav-child li.active a {
    color: #00a651;
    background-color: #f5f5d4;
}
@media (min-width: 768px) {
    #cbox1 .module.mod_menu ul > li > a,
    #cbox1 .module.mod_menu ul > li,
    #main_menu_coalizao > li > div > a {
        display: inline-block;
    }
}
#cbox1 .module.mod_menu ul > li > a,
#cbox1 .module.mod_menu ul > li,
#main_menu_coalizao > li > div > a {
    padding: 0 0 0 0;
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: min(1.38vw,
    18px);
    font-weight: 400;
    height: 100%;
    white-space: nowrap;
}
#cbox1 .module.mod_menu mod_menu li.parent > a:after {
    margin-left: 10px;
    display: inline;
    font-size: inherit;
    font-family: FontAwesome;
    content: '\f107';

    text-shadow: none;
    line-height: normal;
}
#cbox1 .module.mod_menu li li.parent > a:after {
    margin-left: 10px;
    display: inline;
    font-size: inherit;
    font-family: FontAwesome;
    content: '\f105';

    text-shadow: none;
    line-height: normal;
}
#cbox1 .module.mod_menu li.divider:hover > ul.nav-child {
    top: 0;
    width: auto;
}
#main_menu_coalizao > li > ul {
    top: 22px !important;
    padding-top: 12px !important;
}
#main_menu_coalizao > li > ul > li > div > div.triangle {
    transform: rotate(-90deg);
    margin-left: 15px;
    margin-top: -4px;
    border-left: 0.4vw solid transparent;
    border-right: 0.4vw solid transparent;
    border-top: calc(0.4vw * 2) solid #00a651;
}
#cbox1 .module.mod_menu ul.nav-child li a,
#cbox1 .module.mod_menu ul.nav-child li.divider,
#cbox1 .module.mod_menu ul.nav-child {
    background-color: #f5f5d4;
    display: block;
}
#cbox1 .module.mod_menu ul li:hover > ul.nav-child {
    left: -14px;
    top: 25px;
}
#cbox1 .module.mod_menu .labmenu label,
#cbox1 .module.mod_menu .labmenu input[type=checkbox] {
    display: none;
    margin: 0;
}
#cbox1 .module.mod_menu ul > li > a,
#cbox1 .module.mod_menu ul > li.divider,
#cbox1 .module.mod_menu .labmenu label {
    color: #262626;
}
#cbox1 .module.mod_menu ul > li:hover,
#cbox1 .module.mod_menu ul > li:focus {
    border-color: #ffffff;
}
#cbox1 .module.mod_menu ul > li > a,
#cbox1 .module.mod_menu ul > li.divider,
#cbox1 .module.mod_menu .labmenu label,
#cbox1 .module.mod_menu ul > li,
#cbox1 .module.mod_menu .labmenu ul li {
    color: #00a651;
}
#cbox1 .module.mod_menu ul > li a:hover,
#cbox1 .module.mod_menu ul > li a:focus,
#cbox1 .module.mod_menu ul > li.divider:hover,
#cbox1 .module.mod_menu ul > li.divider:focus,
#cbox1 .module.mod_menu ul > li.active > a,
#cbox1 .module.mod_menu,
#cbox1 .module.mod_menu ul > li:hover,
#cbox1 .module.mod_menu .labmenu ul li:hover {
    color: #00a651;
}
.flexRowContainer {
    display: flex;
    flex-direction: row;
}
.flexColumnContainer {
    display: flex;
    flex-direction: column;
}
#language_switch > div > div > ul {
    display: flex;
    flex-direction: column-reverse;
}
#language_switch > div > div > ul > li {
    line-height: 0;
}
#language_switch > div > div > ul > li > a {
    min-width: 69px;
}
#language_switch > div > div > ul > li > a:focus,
#language_switch > div > div > ul > li > a:hover {
    color: #a5cf4e !important;
}
#social_network > div > div {
    display: flex;
}
#language_switch > div > div > ul > li > a > span {
    font-size: 11px;
    font-weight: 400;
    padding: 2px 0 0 0;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
}
#language_switch > div > div > ul > li > a > i {
    font-size: 12px;
    position: relative;
    top: 1px;
}
.menuSocialMediaIcons {
    height: 22px;
    width: auto;
    padding: 0 1px 0 2px;
    margin: 0 0 0 0;
}
.inputTextSearchBox {
    border: 0;
    line-height: 1;
    height: 22px;
    margin: 2px 0 0 0;
}
.result-title > a {
    font-weight: 500;
}
dt {
    padding-top: 20px;
}
#cbox1 {
    width: 100% !important;
}
#rightbox1 {
    background-color: #f5f5d4;
    padding: 30px !important;
    color: #000000 !important;
    width: 22%;
}
img.participansLetter {
    top: -30px !important;
}
.pagination {
    margin: auto;
}
div.pagination {
    display: flex;
    margin-bottom: 25px;
    margin-top: 15px;
}
.table-responsive {
    border: 0;
}
div#cbox1 > div > div.style_content.module.mod_menu {
    position: fixed;
    z-index: 99999999;
}
#cbox1 {
    width: 100% !important;
    height: 101px;
}
#participantsListElem {
    list-style: none;
    counter-reset: item;
}
#participantsListElem > li {
    counter-increment: item;
    margin-bottom: 5px;
}
#participantsListElem > li:before {
    content: counter(item);
    font-weight: 300;
    border-radius: 100%;
    color: #00a651;
    width: 2px;
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0 27px 0 0;
    top: 0;
}
.carousel,
.carousel-item div,
.carousel-item img,
#myCarousel.carousel,
img.d-block {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
body,
html {
    overflow-x: hidden;
    width: 100vw !important;
}

div.item-page img {
    max-width: 815px;
}

@media (max-width: 767px) {
	div.item-page img {
		max-width: 99%;
	}
    #participantsListElem > li:before {
        margin-right: 21px;
        content: counter(item);
        font-weight: 300;
        border-radius: 100%;
        color: #00a651;
        width: 14px;
        display: inline-block;
        font-size: 16px;
        position: relative;
        top: -1px;
        text-align: center;
    }
    #componentbox li:before {
        vertical-align: middle;
        left: 0;
    }
    ol#participantsListElem {
        padding-inline-start: 10px;
    }
    #participantsListElem > li {
        counter-increment: item;
        padding-bottom: 10px;
        border-bottom: 1px solid #a5cf4e14;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 9px;
    }
    .articlebody {
        min-height: 67vh;
        margin: auto;
        max-width: 92vw;
    }
}


.pagination>li>a, .pagination>li>span {
    position: relative;
    float: unset;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #00a651;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #00a651;
    border-color: #00a651;
    cursor: default;
}
ul.pagination > li:before {
    content: none !important;
}
div#ebox1 {
    padding-left: 0;
    padding-right: 0;
}
.carousel-control {
    opacity: unset;
    filter: unset;
    color: #00a651;
    text-shadow: unset;
    background-color: unset;
}
.carousel-control:hover, .carousel-control:focus, .carousel-control:active, .carousel-control:visited {
    outline: 0;
    color:  #00a651;
    text-decoration: none;
    opacity: .9;
    filter: unset;
}
div.style_content.module.mod_menu {
    left: 0 !important;
}
a.carousel-control:focus-visible {
    outline-color: transparent !important;
}
span.glyphicon.glyphicon-chevron-right:hover {
    color: #015f2e;
}
span.glyphicon.glyphicon-chevron-left:hover {
    color: #015f2e;
}




@media (min-width: 992px) {

    #hbox1 div.carousel-item.item.fundoverde img {
        width: 66%;
        height: 100%;
        object-fit: revert;
        object-position: center center;
    }
    #hbox1 div.carousel-item.item.fundoverde div.tvTextRight img{
        object-position: left center !important;
    }
    #hbox1 p.pTipo1PartialImage {
        font-size: 1.8vw;
        line-height: 1.1;
        font-weight: 400;
    }
    #hbox1 p.pTipo2PartialImage {
        font-size: 1.40vw;
        line-height: 1.1;
    }

    #hbox1 div.tvTextLeft {
        position: absolute;
        top: 0;
        color: white;
        left: 0;
        text-align: left;
        width: 35%;
        display: flex;
        justify-items: center;
        justify-self: center;
        align-content: center;
        align-items: center;
        align-self: center;
        flex-direction: column;
        height: 100%;
        max-width: 35%;
        padding: 1vw 1.2vw 0 1vw;
        transform: none;
        justify-content: space-evenly;
    }
    #hbox1 .tvTextRight {
        position: absolute;
        top: 0;
        color: white;
        right: 0;
        text-align: right;
        width: 35%;
        display: flex;
        justify-items: center;
        justify-self: center;
        align-content: center;
        align-items: center;
        align-self: center;
        flex-direction: column;
        height: 100%;
        max-width: 35%;
        padding: 1.2vw 1vw 0 1.4vw;
        transform: none;
        justify-content: space-evenly;
    }
    #hbox1 .tvCorpo {
        height: 100%;
    }
    #hbox1 div.carousel-item.item.fundoPreto,
    #hbox1 div.carousel-item.item.fundoBranco,
    #hbox1 div.carousel-item.item.fundoverde {
        width: 100% !important;
        height: 20.5vw !important;
        overflow: hidden !important;
    }
    #hbox1 {
        padding: 0 !important;
    }
    #gbox1 {
        padding: 0 !important;
    }
    #hbox1 p.pTipo2FullImageLeft {
        font-size: 1.57vw;
        line-height: 1.1;
    }
    #hbox1 p.pTipo1FullImageLeft {
        font-size: 1.8vw;
        line-height: 1.1;
        font-weight: 400;
    }

    #hbox1 p.pTipo2FullImageLeft , #hbox1 p.pTipo1FullImageLeft {
        background: #000000a8;
        padding: 7px 8px 4px 8px;
        width: 25vw;
        left: 2vw;
        position: relative;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    #hbox1 div.carousel-item.item.fundoPreto,
    #hbox1 div.carousel-item.item.fundoBranco,
    #hbox1 div.carousel-item.item.fundoverde   {
        width: 100% !important;
        height: 32.82vw !important;
        overflow: hidden !important;
    }
    #hbox1 div.tvTextLeft {
        position: absolute;
        top: 0;
        color: white;
        left: 0;
        text-align: left;
        width: 33%;
        display: flex;
        justify-items: center;
        justify-self: center;
        align-content: center;
        align-items: center;
        align-self: center;
        flex-direction: column;
        height: 100%;
        max-width: none;
        padding: 0 2vw 0 1.85vw;
        transform: none;
        justify-content: space-evenly;
    }
    #hbox1 div.tvTextRight {
        position: absolute;
        top: 0;
        color: white;
        right: 0;
        text-align: right;
        width: 34%;
        display: flex;
        justify-items: center;
        justify-self: center;
        align-content: center;
        align-items: center;
        align-self: center;
        flex-direction: column;
        height: 100%;
        max-width: none;
        padding: 0 2vw 0 1.85vw;
        transform: none;
        justify-content: space-evenly;
    }
    #hbox1 p.pTipo1PartialImage {
        font-size: 2.5vw;
        font-weight: 400;
        margin: 0;
    }
    #hbox1 p.pTipo2PartialImage {
        font-size: 2vw;
        line-height: 1.15;
        margin: 0;
    }
    #hbox1 div.carousel-item.item.fundoverde img {
        width: 66%;
        height: 100%;
        object-fit: cover;
        object-position: right center;
    }
}
#hbox1 {
    padding-left: 0;
    padding-right: 0;
}
#hbox1 p.pTipo2FullImageLeft,
#hbox1 p.pTipo1FullImageLeft
{
    background: #000000a8;
    padding: 9px 10px 6px 10px;
}
@media (max-width: 766px) {
    .controlCarrouselNext, .controlCarrouselPrev {
        display: none !important;
    }

}

div.mod_ideia p.colorBlack > span:nth-child(1) {
	color: black;
}


div.mod_ideia p.colorBlack > span:nth-child(3) > span {
    display: flex;
    padding-top: 15px;
	color: black;
	font-weight: 400;
}

@media (min-width: 767px) {
    #cbox1 {
        width: 100% !important;
        height: 123px;
    }
    #cbox1 > div > div > div.labmenu.sticky_navigation_wrapper > div > div > div {
        padding-bottom: 18px;
    }
    #cbox1 .module.mod_menu ul.menu {
        margin: 0 0 22px 3vw;
        float: left;
    }
    #cbox1 > div > div > div.labmenu.sticky_navigation_wrapper > div > a > img {
        max-width: 100%;
        object-fit: scale-down;
    }
    @media (min-width: 992px) {
        #hbox1 div.carousel-item.item.fundoPreto, #hbox1 div.carousel-item.item.fundoBranco, #hbox1 div.carousel-item.item.fundoverde {
            height: 24.5vw !important;
        }
    }
    @media (min-width: 992px) {
        #hbox1 div.carousel-item.item.fundoverde img {
            object-fit: scale-down;
        }
    }

    div#carouselExampleIndicators {
        margin-bottom: 15px;
    }
}

    .divImageDoadores {
        width: 150px;
        height: auto;
    }
    .containerDoadores {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .containerDoadores > div {
        border: 1px solid #00a6512e;
        width: 150px;
        height: 150px;
        background: white;
        padding: 10px;
        margin: 0 10px 12px 0;
    }
    @media (max-width: 767px) {
        .containerDoadores {
            justify-content: center;
        }
        .containerDoadores > div {
            height: 70vw;
            width: 70vw;
        }
    }
    section#section-jbox {
        margin: auto;
        max-width: 815px;
    }

#rightbox1 > div:nth-child(3) > div > a > p:nth-child(2) > span {
	color: black !important;
	font-weight: 500 !important;
}


#titulo-acontece {
	color: black !important;
	font-family: StagSans, sans-serif !important;
}
