/* Estilo automático para o tipo de post: page */
section.hero-interna {
    overflow: hidden;
    padding: 0px;
    position: relative;
    min-height: 53svh;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        right: 0;
        filter: brightness(0.4);
        z-index: 0;
    }

    .hero-content {
        position: absolute;
        top: 30%;
        width: 100%;
        z-index: 2;
        /* pointer-events: none; */

        h1 {
            font-size: 64px;
            font-weight: 900;
            line-height: 100%;
            color: #FFFFFF;
            margin-bottom: 48px;
        }

        p {
            font-weight: 500;
            font-style: Medium;
            font-size: 18px;
            color: #FFFFFF;
        }

        nav[aria-label="breadcrumb"] {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #FFFFFF;
            z-index: 99;

            a {
                font-style: normal;
                text-decoration: none;
                font-weight: 400;
                color: #FFFFFF;
            }

            p {
                font-weight: 500;
                font-size: 15px;
                line-height: 100%;
                text-decoration: underline;
                color: #FFFFFF;
                margin: 0;
            }
        }

        a.cta {
            background-color: #D5B991;
            font-size: 20px;
        }
    }
}

section.cta {
    padding-top: 0;

    .bluebox {
        padding: 54px 64px;
        background-color: #00687c;
        position: relative;
        min-height: 460px;
        border-radius: 10px;

        .textos {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        h2,
        p {
            color: #ffffff;
        }

        h2 {
            font-family: 'Linear Grotesk';
            font-weight: 900;
            font-size: 56px;
            line-height: 120%;
            letter-spacing: 1px;
        }

        p {
            font-family: 'Linear Grotesk';
            font-weight: 500;
            font-size: 18px;
            line-height: 160%;
            letter-spacing: 1px;
        }

        /* a.cta {
            background-color: #ffffff;
            color: #00687c;

            &:hover {
                background-color: #cacaca;
                border: 1px solid #cacaca;
            }
        } */

        img.destaque {
            width: auto;
            height: auto;
            max-width: 100%;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        &.secondary {
            background-color: #0095B4;
        }
    }
}

section.sobre {
    margin: 82px;
    background-color: #EFEFEF;
    border-radius: 10px;

    h2 {
        font-weight: 400;
    }

    .sobre-thumb {
        position: relative;
        width: 100%;

        .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(to top, #001115, rgba(7, 27, 40, 0.5) 58%, rgba(17, 44, 70, 0.25) 76%, rgba(23, 41, 73, 0) 100%);
            mix-blend-mode: multiply;
            z-index: 1;
            border-radius: 10px;
        }

        img.destaque {
            width: 100%;
            height: auto;
            min-height: 50dvh;
            display: block;
            border-radius: 10px;
        }

        .diferenciais {
            width: 100%;
            position: absolute;
            bottom: 0;
            padding: 32px;
            z-index: 2;

            .card {
                flex: 1 1 auto;
                background: rgba(255, 255, 255, 0.163);
                border-radius: 16px;
                box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
                backdrop-filter: blur(1px);
                -webkit-backdrop-filter: blur(1px);
                border: 1px solid rgba(255, 255, 255, 0.8);
                color: #FFFFFF;
                display: flex;
                flex-direction: row;
                align-items: center;
                /* max-width: 300px; */
                padding: 16px;
                gap: 16px;

                img.icone {
                    width: 56px;
                    height: 56px;
                }


                h4 {
                    color: #FFFFFF;
                    font-weight: 900;
                    font-size: 40px;
                    line-height: 100%;
                }

                p {
                    color: #FFFFFF;
                    font-weight: 500;
                    font-size: 18px;
                    margin: 0;
                }
            }
        }
    }

    a.cta {
        background-color: #00687C;
        transition: 300ms all ease-in-out;

        &:hover {
            background-color: #00474D;
        }
    }

    h5 {
        font-weight: 700;
        font-size: 24px;
        color: #161E26;
        margin: 0;
    }
}

section.mapa {
    background-color: #efefef;

    .loc-list {
        background-color: #00687C;
        padding: 40px;
        border-radius: 10px;

        h2 {
            color: #FFFFFF;
            line-height: 135%;
            font-weight: 900;
            font-size: 40px;
        }

        h3 {
            color: #FFFFFF;
            font-weight: 600;
            font-size: 18px;
            line-height: 135%;
            margin: 0;
            z-index: 3;
        }

        svg {
            font-size: 40px;
            width: 40px;
            height: 40px;
        }

        .tabs {
            margin-top: 32px;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .loc {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #EFEFEF;
            background:
                linear-gradient(#006A7E, #006A7E) padding-box,

                linear-gradient(135deg,
                    #006A7E 0%,
                    #0091A0 35%,
                    #44A9B5 70%,
                    #44A9B5 100%) border-box;
            border: 1px solid transparent;
            padding: 8px 16px;
            border-radius: 10px;

            &::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(165deg, rgba(152, 178, 179, 0) 20%, rgba(255, 255, 255, 0.1) 100%);
                border-radius: 10px;
                z-index: 2;
            }

            .num-card {
                /* padding: 10px; */
                font-size: 18px;
                font-weight: 700;
                color: #fff;
                background-color: #00ACCF;
                border-radius: 4px;
                width: 38px;
                height: 38px;
                align-content: center;
                text-align: center;
                z-index: 3;
            }
        }
    }
}

@media (max-width: 768px) {
    section.sobre {
        margin: 0;
        & .sobre-thumb {
            .overlay {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to top, #001115, rgba(7, 27, 40, 0.5) 58%, rgba(17, 44, 70, 0.25) 76%, rgba(23, 41, 73, 0) 100%);
                mix-blend-mode: multiply;
                z-index: 1;
                border-radius: 10px;
            }
        }
    }
}