body {
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #242424;
}

.ftco-section {
    padding: 4em 0;
    position: relative;
}

.ftco-navbar-light .navbar-nav .nav-item .nav-link {
    color: #6c757d;
    white-space: nowrap;
}

.wrap .bg-wrap {
    background: #036C4F;
}

.wrap .bg-wrap:before {
    border-color: #036C4F transparent transparent;
}

.wrap .bg-wrap:after {
    border-color: transparent transparent #036C4F;
}

.wrap .phone a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.produtos a {
    font-weight: bold;
    color: #000000;
}

.produtos a:hover {
    color: #036C4F;
}

.hero-wrap.hero-wrap-2 {
    height: 250px;
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 250px;
}

.hero-wrap.hero-wrap-2 .overlay {
    opacity: .2;
    background: #036C4F;
}

.produtos .descricao {
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Number of lines to display */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 7.6em; /* Number of lines * line height */
    line-height: 1.6em; /* Line height of the text */
}

.produtos .descricao-full {
    line-height: 1.6em;
}

.titulo-centralizado {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.bg-light-2 {
    background: rgba(98, 210, 136, 0.31) !important;
}

.bg-light-3 {
    background: #036C4F !important;
}

.testimony-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    height: 400px;
    background: #02a578;
}

.services-2 .icon {
    background: #036C4F;
}

.testimony-section .owl-dots .owl-dot.active {
    background: #036C4F;
}

.form-contato .form-control, .form-consultation .form-control {
    background: #D9D9D9 !important;
}

.form-contato .form-group, .form-consultation .form-group {
    margin-bottom: 0.4rem;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    margin-bottom: 0.8rem;
    font-size: 80%;
    color: #dc3545;
}

.snippet {
    font-size: 0.7rem;
}

.itens-search {
    margin-bottom: 15px;
}

.highlight {
    position: relative !important;
    color: #444 !important;
    background-color: #ffe707 !important;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #ffffff;
    background: #036C4F;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.footer {
    background: #535353;
}

.footer .ftco-footer-social a {
    color: #ffffff;
}

.footer .footer-heading {
    font-size: 16px;
}

.footer .aside-stretch-right, .footer .aside-stretch-right:after {
    background: #909090;
}

.copyright {
    font-size: 0.6rem;
    color: #ffffff !important;
}

.copyright a {
    font-size: 0.6rem;
    color: #04dea2 !important;
}