body {
    font-family: "Inter";
}

.custom-logo,
.footer-logo {
    max-height: 100px;
    width: auto;
}

.item-nav {
    position: relative;

}

.item-nav::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    background-color: #0E2A47;
    width: 0%;
    height: 3px;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-nav.active:before {
    width: 100%;
}

.caixa {
    position: relative;
    padding-bottom: 82px !important;
}

.item-procedimento {
    position: relative;
    overflow: hidden;
}

.sobre-lista {
    list-style-type: disc;
}

.item-procedimento::before {
    content: '';
    background-color: rgba(31, 78, 121, 1);
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    transition: all .3s ease-in-out;
}

iframe:hover {
    filter: grayscale(0);
}

.list-contact p span br {
    display: none;
}

.cta-banner {
    display: inline-flex;
    width: fit-content;
    align-self: center;
}

#overlay-form {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    filter: blur(6px);
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;

    &.active {
        visibility: visible;
    }
}

#form-response {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 3;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 12px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;

    &.active {
        visibility: visible;
    }
}


.botao-caixa {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    height: 60px;
    width: calc(100% - 5rem) !important;
}

.modal-polices {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 10000;

    &.active {
        display: block;
    }

    .modal-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .6);
    }

    .modal-content {
        position: relative;
        max-width: 600px;
        width: calc(100% - 32px);
        margin: 10vh auto;
        background: #fff;
        border-radius: 12px;

        .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px;
            border-bottom: 1px solid rgba(0, 0, 0, .1);

            .modal-close {
                font-size: 24px;
                cursor: pointer;
                color: red;
                border: none;
                background-color: transparent;
            }
        }

        .modal-text {
            padding: 12px;
            font-size: 14px;
            line-height: 1.6;
            color: #333;
            max-height: 400px;
            overflow-y: auto;

            h3 {
                font-size: 15px;
                font-weight: 600;
                margin: 20px 0 8px;
                color: #111;
            }

            p {
                margin: 0 0 12px;
            }

            ul {
                margin: 0 0 16px;
                padding-left: 18px;

                li {
                    margin-bottom: 6px;
                    position: relative;
                    padding-left: 6px;
                }
            }

            a {
                color: inherit;
                text-decoration: underline;

                &:hover {
                    opacity: .8;
                }
            }

            h3+p {
                margin-top: 0;
            }

            p+h3 {
                margin-top: 24px;
            }
        }
    }
}

.cookie-popup {
    position: fixed;
    bottom: -600px;
    left: 0;
    width: 100%;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: bottom 1s ease-in-out;
    background: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, .2);

    &.active {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }

    .content-cookies {
        padding: 24px 40px;
        display: flex;
        align-items: center;
        gap: 16px;

        @media(max-width: 990px) {
            flex-wrap: wrap;
        }
    }

    .cookie-box {
        @media(max-width: 990px) {
            width: 100%;
        }

        h3 {
            font-style: normal;
            font-weight: 500;
            font-size: 19px;
            line-height: 28px;
        }

    }

    .actions {
        .cta-cookies {
            padding: 10px 32px;
            height: 44px;
            background: #0E2A47;
            border-radius: 8px;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #FFFFFF;
            border: 1px solid #0E2A47;
            white-space: nowrap;

            &.reject {
                background: #fff;
                color: #0E2A47;
            }

        }
    }
}

.float-wpp_site {
    position: fixed;
    z-index: 9999;
    bottom: 12px;
    right: 12px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .2));
}

.logo-item img {
    max-height: 80px;
    width: auto;
}

.border {
    border: 1px solid;
}

.page-main {
    p {
        margin-bottom: 1rem;
    }

    h3 {
        margin-bottom: 1rem;
    }

    ul {
        list-style: disc;
        padding-left: 1rem;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
}

.cta-zap {
    align-items: flex-start;
    padding: 8px 20px;
    height: 40px;
    background: #FA5C29;
    border-radius: 8px;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    color: #531200;
}



.tester {
    background-color: red !important;
}

.show-sm {
    display: none;
}

@media(max-width: 990px) {
    .m-flex-wrap {
        flex-wrap: wrap;
    }

    .hidden-sm {
        display: none;
    }

    .show-sm {
        display: block;
    }

    .custom-logo {
        max-height: 100px;
    }

    .section-initial {
        padding-top: 4rem !important;
    }

    .section-initial h1 {
        font-size: 2.5rem;
    }

    .list-contact p,
    .list-contact a {
        max-width: 100%;
    }
}