.owl-nav {
    position: absolute;
    top: 50%;
    max-width: 70rem;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none
}

.owl-next,
.owl-prev {
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.owl-next svg,
.owl-prev svg {
    width: 19px;
    height: 70px;
    fill: #003C8C
}

.owl-next svg path,
.owl-prev svg path {
  
    fill: #003C8C
}


.owl-next {
    right: 30px
}

.owl-prev {
    left: 30px
}

.bg-second {
    background-image: url('../images/bg-gray.webp');
    background-size: 100% 100%
}


input {
    background: 0 0;
    border: .78px solid #fff;
    border-radius: 28px;
    padding: 17px 30px !important;
    color: #fff !important;
    max-width: 100%;
    width: 100%;
    ;
}

.wpcf7-submit {
    background: #c93;
    border: none;
    color: #fff;
    font-family: Inter;
    font-weight: 700;
    font-size: 15.62px;
    line-height: 18.9px;
    padding: 17px 87px;
    width: 226px;
    text-align: center
}

.wpcf7-response-output {
    color: #fff !important;
    text-align: center;
}

.wpcf7-spinner {
    display: none !important;
}

footer input {
    border: 0.5px solid #323232;
    color: #000 !important
}

#btn-contato {
    background: #16519f;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #fff !important
}

footer .wpcf7-response-output {
    color: #000 !important
}

@media(max-width:769px) {
    input {
        padding: 11px 19px !important;
    }

    .items{
        gap: 24px !important;
    }

    .wpcf7-submit {
        font-size: 13px !important;
        max-width: 145px;
    }

    #btn-contato {
        background: #16519f;
        font-weight: 700;
        font-size: 10.02px;
        line-height: 12.12px
    }

    .bg-gray-mobile {
        padding: 35px;
    }

    .owl-carousel {
        position: relative
    }

    .bg-second {
        background-image: none
    }

    .owl-next svg,
    .owl-prev svg {
        height: 50px
    }
}
