/* Contato Banner */
.contato-banner {
    height: 972px;
    width: 100%;
    background-image: url("/assets/images/contato/contato-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contato-banner h1 {
    font-size: 50px;
    font-weight: 300;
    color: #ffffff;
    line-height: 60px;
    max-width: 690px;
    padding-top: 220px;
    margin-bottom: 40px;
    display: inline-block;
}

.contato-banner h1 strong {
    font-weight: 700;
}

.contato-banner .contato-banner-subtitle {
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    max-width: 550px;
    margin-bottom: 50px;
}

.contato-banner-check {
    min-height: 58px;
    width: 100%;
    max-width: 419px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 19px;
    margin-bottom: 12px;
    background-color: #0000001A;
    border: 1px solid #FFFFFF33;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.contato-banner-check p {
    font-size: 20px;
    line-height: 14px;
    color: #ffffff;
    transition: fontSize .2s;
}

.contato-banner-check:hover p {
    font-size: 22px;
}

.contato-banner .btn {
    margin-top: 48px;
}

/* Contact Form */
.contato-form {
    padding: 140px 0;
    background-color: #0F1E37;
    position: relative;
    z-index: 2;
    clip-path: polygon(81% 100%, 19% 100%, 8% 92%, 0% 92%, 0% 0%, 100% 0%, 100% 92%, 92% 92%);
}

.contato-form-image {
    position: relative;
    margin-bottom: 90px;
}

.contato-form-image > img {
    margin: 0 auto;
}

.contato-form-image h2 {
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    max-width: 340px;
    position: absolute;
    top: 0;
    right: 6%;
}

.contato-formcontato-form-item {
    width: 100%;
    max-width: 371px;
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 5px 10px 5px 19px;
    background-color: #0000001A;
    border: 1px solid #FFFFFF33;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    animation: breathe 3s ease-in-out infinite;
}

.contato-formcontato-form-item:first-of-type {
    position: absolute;
    top: 26%;
    right: 3%;
}

.contato-formcontato-form-item:last-of-type {
    position: absolute;
    bottom: 18%;
    left: 12%;
}

@keyframes breathe {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

.contato-formcontato-form-item p {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
}

.contato-form h3 {
    font-size: 35px;
    line-height: 45px;
    color: #FFFFFF;
    max-width: 810px;
    text-align: center;
    margin: 0 auto 50px auto;
}

.contato-form-box {
    padding: 39px;
    background-color: #FFFFFF66;
    border: 1px solid #FFFFFF66;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    position: relative;
    z-index: 2;
}

.contato-form-box input {
    height: 56px;
    width: 100%;
    padding: 12px;
    color: #45484C;
    border: 1px solid #E3E3E4;
    background-color: #F8F8F8;
    border-radius: 4px;
    margin-bottom: 22PX;
}

.contato-form-box button[disabled] {
    opacity: 0.75;
    cursor: wait;
}

.contato-form-feedback {
    display: none;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #FFFFFF;
}

.contato-form-feedback.is-visible {
    display: block;
}

.contato-form-feedback.is-success {
    color: #D7FFE0;
}

.contato-form-feedback.is-error {
    color: #FFE5E5;
}

.contact-form-bg-l {
    position: absolute;
    bottom: 10%;
    left: 0;
}

.contact-form-bg-r {
    position: absolute;
    top: 37px;
    right: 0;
}

/* Contato Ações */
.contato-acoes {
    padding-top: 280px;
    padding-bottom: 280px;
    margin-top: -120px;
    background-color: #064BBD;
    clip-path: polygon(19% 92%, 8% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%, 92% 100%, 81% 92%);
}

.contato-acoes h2 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.contato-acoes-content {
    margin-bottom: 40px;
}

.contato-acoes .btn-wrapper .btn {
    background-color: rgba(21, 35, 60, 0.5);
}

.contato-acoes .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 245px;
}

.contato-acoes-content-item {
    height: 186px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 20px 10px 20px;
    background-color: #FFFFFF1A;
    border: 2px solid #FFFFFF33;
    border-radius: 10px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.contato-acoes-content-item:nth-of-type(2) {
    transform: translateY(-115px);
}

.contato-acoes-content-item:nth-of-type(3) {
    transform: translateY(-230px);
}

.contato-acoes-content.is-stack-ready {
    position: relative;
}

.contato-acoes-content.is-stack-ready .contato-acoes-content-item {
    position: absolute;
    inset: 0;
    transform-origin: center center;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, filter 0.35s ease;
}

.contato-acoes-content.is-stack-ready .contato-acoes-content-item:nth-of-type(2),
.contato-acoes-content.is-stack-ready .contato-acoes-content-item:nth-of-type(3) {
    transform: none;
}

.contato-acoes-content.is-stack-ready .contato-acoes-content-item:hover,
.contato-acoes-content.is-stack-ready .contato-acoes-content-item:focus-visible,
.contato-acoes-content.is-stack-ready .contato-acoes-content-item.is-active {
    background-color: #FFFFFF26;
    border-color: #FFFFFF66;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
    filter: brightness(1.03);
}

.contato-acoes-content.is-stack-ready .contato-acoes-content-item:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.75);
    outline-offset: 4px;
}

.contato-acoes-content-item-order {
    height: 100%;
    min-height: 152px;
    min-width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contato-acoes-content-item-order p {
    font-size: 35px;
    font-weight: 700;
    color: #FFFFFF;
}

.contato-acoes-content-item-order a {
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
}

.contato-acoes-content-item-order-image {
    min-width: 120px;
    margin-left: 128px;
    margin-right: 102px;
}

.contato-acoes-content-item-order-text {
    display: flex;
    align-items: center;
}

.contato-acoes-content-item-order-text p {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    color: #FFFFFF;
}

.contato-acoes-content-item-order-shake {
    position: absolute;
    top: 23px;
    right: 30px;
}

.contato-acoes-content-item-order-logo {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.contato-acoes-buttons h2 {
    margin-bottom: 12px;
}

.contato-acoes-buttons-subtitle {
    font-size: 25px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 52px;
}

.contato-acoes-buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 23px;
}

.contato-acoes-buttons-item {
    height: 130px;
    width: 100%;
    max-width: 589px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px 35px;
    background-color: #FFFFFF1A;
    border: 2px solid #FFFFFF33;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    transition: backgroundColor .2s;
}

.contato-acoes-buttons-item:hover {
    background-color: #FFFFFF4D;
}

.contato-acoes-buttons-item p {
    font-size: 25px;
    font-weight: 300;
    color: #FFFFFF;
    transition: fontSize .2s;
}

.contato-acoes-buttons-item:hover p {
    font-size: 32px;
}

/* Contato FAQ */
.contato-faq {
    padding-top: 60px;
    padding-bottom: 164px;
}

.contato-faq h2 {
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    line-height: 68px;
    max-width: 817px;
    text-align: center;
    margin: 0 auto 40px auto;
}

.contato-faq h2 strong {
    font-weight: 700;
}

.contato-faq-headline {
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #0047BB;
    text-transform: uppercase;
    width: 100%;
    max-width: 361px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(100% 40%, 100% 100%, 0% 100%, 0% 0%, 91% 0%);
}

.contato-faq-item {
    display: flex;
    justify-content: space-between;
    min-height: 120px;
    width: 100%;
    padding: 52px 42px 52px 78px;
    border-bottom: 1.5px solid #000000;
    background-color: rgba(0, 0, 0, 0.02);
}

.contato-faq-item h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: var(--color-primary);
    transition: opacity .2s;
}

.contato-faq-item p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #000000;
    display: none;
    margin-top: 20px;
}

.contato-faq-item-button {
    cursor: pointer;
    transition: opacity .2s;
}

.contato-faq-item.contato-faq-item-active h4 {
    font-weight: 700;
}

.contato-faq-item.contato-faq-item-active p {
    display: block;
}

.contato-faq-item .contato-faq-item-button-close {
    display: none;
    min-width: 36px;
}

.contato-faq-item .contato-faq-item-button-open {
    min-width: 36px;
}

.contato-faq-item.contato-faq-item-active .contato-faq-item-button-close {
    display: block;
}

.contato-faq-item.contato-faq-item-active .contato-faq-item-button-open {
    display: none;
}

.contato-faq-item .contato-faq-item-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.contato-faq-item.contato-faq-item-active .contato-faq-item-content {
    max-height: 300px;
    opacity: 1;
}

@media (max-width: 768px) {
    .contato-form,
    .contato-acoes {
        clip-path: none;
    }

    .contato-acoes-content {
        margin-bottom: 120px;
    }

    .contato-form-image h2 {
        position: initial;
        max-width: none;
        text-align: center;
        margin-top: 40px;
    }

    .contato-formcontato-form-item {
        position: initial !important;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-form-bg-l,
    .contact-form-bg-r {
        display: none;
    }

    .contato-acoes-content-item-order-image {
        margin-left: 20px;
        margin-right: 40px;
    }

    .contato-acoes-buttons-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contato-faq-item {
        padding: 40px 30px 40px 30px;
    }
}

@media (max-width: 500px) {
    .contato-banner h1,
    .contato-form-image h2,
    .contato-acoes h2,
    .contato-faq h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .contato-acoes-content-item-order-image {
        min-width: 60px;
        margin-left: 10px;
        margin-right: 20px;
    }

    .contato-acoes-content-item-order-text p {
        font-size: 14px;
        line-height: normal;
    }

    .contato-form-box {
        padding: 20px;
    }
}

@media (max-width: 360px) {
    .contato-banner h1 {
        padding-top: 100px;
    }
}
