.page-contato main {
    margin-top: 110px;
    padding-top: 60px;
}

.form-search,
.custom-logo-link {
    flex: 0 0 auto;
}

.nav-list {
    gap: 18px;
    flex: 0 0 100%;
    align-items: stretch;
    justify-content: center;
}

.nav-list .menu-item {
    display: flex;
    align-items: center;
}

.nav-list li a {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 15px;
}

.nav-list li+li,
.nav-list li:last-of-type {
    margin: 0;
}

.form-search {
    width: 230px;
    max-width: 100%;
    align-self: center;
}

.form-search input[type=text] {
    top: auto;
    left: auto;
    transform: none;
    position: relative;
    padding: 0 20px;
}

main:not(.produtos) .products-list .products-item:not(.slick-slide) {
    flex: 0 0 33%;
}

main:not(.produtos) .products-list .products-item:not(.slick-slide) .product__box-image {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
}

main:not(.produtos) .products-list .products-item:not(.slick-slide) .product:hover .product__box-image {
    background-position: center;
}
.products-list:not(.carrossel-categorias) {
    gap: 20px 30px;
}

.products-list .products-item .product {
    height: 100%;
    padding: 0;
}

.products-list .products-item .btn-cta {
    margin-top: auto;
    font-weight: 700;
    text-transform: uppercase;
}

.gform_wrapper {
    margin: auto;
    max-width: 1140px;
}

.gform_wrapper form .gform_body .gchoice {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.gform_wrapper form .gform_body .gfield input.gfield-choice-input {
    width: 20px !important;
    height: 20px;
}

.menu-menu-principal-container {
    flex: 1;
    display: flex;
}

.nav-list .menu-item .sub-menu {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;

    list-style: none;
    position: absolute;
    background: #FFFFFF;

    top: 80px;
    left: calc(50% + 30px);
    padding: 0;
    width: 950px;
    transform: translateX(-50%);
    box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.2);

    display: flex;
    column: 2em 0;
    padding: 30px 30px 40px;
    justify-content: space-between;
}

.nav-list .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    left: 50%;
}

.nav-list .menu-item .sub-menu .menu-item a {
    display: block;
    margin-bottom: 1em;
    padding-bottom: 10px;
    text-decoration: none;
    border-bottom: 1px solid #cccfc9;

    font-size: 14px;
    color: #000000;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    font-family: "futura-bold", sans-serif;
}

.post-item,
.products-list .products-item:not(.slick-slide) {
    flex: 1;
    min-width: 25%;
    padding: 1em .75em;
    max-width: 33%;
}

.btn-cta {
    text-transform: uppercase;
}

.post-item .post {
    height: 100%;
    display: flex;
    text-decoration: none;
    flex-direction: column;
}

.post-item .post .btn-cta {
    margin-top: auto;
}

.post-item .wp-post-image {
    display: block;
    width: 100%;
    height: auto;
}

.post-item .post-item--title {
    margin: 15px 0;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    font-family: "futura", sans-serif;
}