/* about */
.page-about {
    padding-bottom: 120px;
}
.page-about .nano-breadcrumb-wrapper {
    height: 320px;
}
.page-about .nano-breadcrumb-wrapper .nano-page-heading {
    padding: 165px 0 150px;
}
.page-about .nano-about-section {
    padding-top: 80px;
    padding-bottom: 90px;
}
.page-about .about-list-wrapper .item {
    padding: 30px;
    background: #39b54a;
    color: #fff;
    min-height: 390px;
}
.page-about .about-list-wrapper .item .title-item {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 25px;
}
.page-about .about-list-wrapper .item ul {
    margin: 20px 0 0 20px;
    list-style: disc;
}
.page-about .about-list-wrapper .item ul li {
    line-height: 35px;
}
#logistica ul li {
    line-height: 25px;
}
.bg-yellow {
    background: #B4BB1C!important;
}
.bg-green {
    background: #8ec740!important;
}

/* services */
.page-services .nano-breadcrumb-wrapper {
    height: 320px;
}
.page-services .nano-breadcrumb-wrapper .nano-page-heading {
    padding: 165px 0 150px;
}
.page-services .nano-service-details-section {
    padding-top: 80px;
    padding-bottom: 90px;
}
.nano-service-details-wrapper .nano-details-left-items .service-content h2 {
    font-size: 26px;
}
.page-services .service-content .list-services {
    margin: 0;
    column-count: 2;
}
.page-services .service-content ul li:before {
    padding-right: 10px;
    content:'\f105';  
    font-family: 'Font Awesome 6 Pro';
    color: #8DC63F;
}

/* licenses */
.page-licenses .nano-breadcrumb-wrapper {
    height: 320px;
}
.page-licenses .nano-breadcrumb-wrapper .nano-page-heading {
    padding: 165px 0 150px;
}
.page-licenses .nano-service-details-section {
    padding-top: 80px;
    padding-bottom: 90px;
}
.page-licenses .subtitle {
    font-size: 42px!important;
}
.page-licenses h3 {
    font-size: 20px!important;
}
.page-licenses .service-content ul li {
    margin-bottom: 20px;
}
.page-licenses .service-content ul li:before {
    padding-right: 10px;
    content:'\f105';  
    font-family: 'Font Awesome 6 Pro';
    color: #8DC63F;
}

/*services */
.page-servicos-especiais .img-feature {
    width: auto!important;
}

/* gallery */
.page-gallery .nano-breadcrumb-wrapper {
    height: 320px;
}
.page-gallery .nano-breadcrumb-wrapper .nano-page-heading {
    padding: 165px 0 150px;
}
.page-gallery .nano-service-details-section {
    padding-top: 80px;
    padding-bottom: 90px;
}
.page-gallery .gallery-list img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

/* contact */
.page-contact .nano-breadcrumb-wrapper {
    height: 320px;
}
.page-contact .nano-breadcrumb-wrapper .nano-page-heading {
    padding: 165px 0 150px;
}
.page-contact .city {
    color: var(--theme);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-custom {
    padding: 40px 35px;
    background: #F8F8F8;
    margin-bottom: 30px;
}
.sidebar-custom .sideber-title {
    margin-bottom: 25px;
}
.sidebar-custom ul li:not(:last-child) {
    margin-bottom: 12px;
}
.sidebar-custom .contact-info li {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}
.sidebar-custom .contact-info li .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme);
}
.sidebar-custom .contact-info a:hover {
    color: var(--theme);
}

form .error {
    font-size: 14px;
}

@media screen and (max-width: 420px) {
    .page-about .about-list-wrapper .item {
        min-height: auto;
    }
    .page-services .service-content .list-services {
        margin: 0;
        column-count: 1;
    }
    .page-servicos-especiais .img-feature {
        width: 100%!important;
    }
}