section {
    h2 {
        font-size: 36px;
        color: #323A3C;
    }

    p {
        font-weight: 600;
        font-size: 22px;
        color: #161E26;
    }
}

section.hero-interna {
    overflow: hidden;
    padding: 0px;
    position: relative;
    min-height: 75svh;

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

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

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

        h2 {
            font-size: 26px;
            font-weight: 600;
            line-height: 160%;
            color: #FFFFFF;
        }

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

        .atributos {
            .atributo {
                display: flex;
                align-items: center;
                gap: 8px;
                border: 1px solid #FFFFFF;
                border-radius: 8px;
                padding: 12px 24px;

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

                i {
                    color: #FFFFFF;
                    font-size: 18px;
                }
            }
        }

        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;
        }
    }
}

a.btn-cta {
    pointer-events: auto;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    padding: 14px 24px;
    border-radius: 8px;
    display: inline-block;
    transition: 300ms all ease-in-out;
    width: fit-content;
    background-color: #00687C;

    &:hover {
        background-color: #00404d;
    }
}

section.associacoes {
    h2 {
        font-weight: 700;
        letter-spacing: 2px;
    }

    p {
        font-family: 'Linear Grotesk';
        font-weight: 600;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 2px;
    }

    .card {
        position: relative;
        overflow: hidden;

        .card-thumb {
            z-index: 0;

            img {
                height: 64svh;
                object-fit: cover;
                width: 100%;
            }
        }

        .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(to top, #00343E, rgba(11, 46, 67, 0.5) 58%, rgba(17, 44, 70, 0.25) 76%, rgba(23, 41, 73, 0) 100%);
            mix-blend-mode: multiply;
            z-index: 1;
        }

        .card-body {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 50%;
            display: flex;
            justify-content: end;
            align-items: start;
            flex-direction: column;
            gap: 24px;
            z-index: 2;
            padding: 24px 32px;

            span,
            h3,
            p {
                color: #FFFFFF;
            }

            span {
                text-transform: uppercase;
                font-size: 15px;
                font-weight: 700;
                padding: 8px 16px;
                border-radius: 8px;
                background-color: #00B5EE;
            }

            a.cta {
                width: 100%;
                text-align: center;
                margin: 0;
            }
        }
    }
}

section.sobre {
    margin: 0px;
    border-radius: 10px;
    background-color: #00687C;
    color: #FFFFFF;

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

        span,
        h2 {
            color: #FFFFFF;
        }

        h2 {
            font-size: 56px;
            font-weight: 800;
            line-height: 110%;
            letter-spacing: 2px;
        }

        p {
            font-size: 20px;
            font-weight: 500;
            line-height: 160%;
            color: #ffffff;
        }

    }

    .barra {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 24px;
        padding: 60px 40px !important;
        gap: 32px;
        border-radius: 10px;
        background: linear-gradient(#006A7E, #006A7E) padding-box, linear-gradient(to right, #44A9B5, #00687C, #0091A0) border-box;
        border: 1px solid transparent;

        .item {
            display: flex;
            align-items: baseline;
            flex: 1 1 calc(30% - 8px);
            text-align: center;
            gap: 8px;

            p {
                font-size: 18px;
                font-weight: 400;
                margin: 0;
                color: #fff;
            }
        }
    }

    h3 {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #06C4EA;
        text-transform: uppercase;
    }

    .plantas {
        .barra {
            flex: 1 1 auto;
            color: #FFFFFF;
            max-width: 226px;
            text-decoration: none;
            justify-content: center;
            gap: 8px;
            padding: 16px 10px !important;


            p {
                margin: 0;
                color: #fff;
                font-size: 18px;
            }
        }
    }
}

section.areas {
    select {
        background-color: #f1f1f1;
        option {
            background-color: #f1f1f1;
            padding: 16px;
            color: #323A3C;
            border-bottom: 1px solid #c6c6c6;
            &:hover{
                background: linear-gradient(to right, #E8F0F2, #B9DADF, #AFD5DB);
            }
        }
    }
    .card {
        position: relative;
        overflow: hidden;

        .card-thumb {
            z-index: 0;

            img {
                height: 50svh;
                width: 100%;
                object-fit: cover;
            }
        }

        .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(to top, #00343E, rgba(11, 46, 67, 0.5) 58%, rgba(17, 44, 70, 0.25) 76%, rgba(23, 41, 73, 0) 100%);
            mix-blend-mode: multiply;
            z-index: 1;
        }

        .card-body {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 50%;
            display: flex;
            justify-content: end;
            align-items: start;
            flex-direction: column;
            gap: 24px;
            z-index: 2;
            padding: 24px 32px;

            span,
            h3,
            p {
                color: #FFFFFF;
            }
        }
    }

    &.privativas {
        .card {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
            gap: 24px;
            padding: 32px;
            border-radius: 10px;
            background-color: #00687C;

            h3,
            p,
            span,
            .tab,
            li {
                color: #FFFFFF;
                margin: 0;
            }

            .tab {
                background: linear-gradient(#006A7E, #006A7E) padding-box, linear-gradient(to right, #44A9B5, #00687C, #0091A0) border-box;
                border: 1px solid transparent;
                border-radius: 5px;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 6px 20px;
            }

            .card-ficha {
                background-color: #FFFFFF;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                border-radius: 5px;
                padding: 10px;
                flex: 1 1 calc(30% - 8px);
                gap: 6px;

                h4 {
                    margin: 0;
                    font-weight: 700;
                    color: #2A373A;
                }

                p {
                    color: #2A373A;
                    font-size: 15px;
                    font-weight: 400;
                }
            }

            span {
                display: flex;
                align-items: center;
                gap: 8px;
            }

            ul {
                padding-left: 1rem;

                li {
                    list-style-type: square;
                    font-size: 18px;
                    font-family: 'Linear Grotesk';
                }
            }

            button {
                border-radius: 8px;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 12px;
                gap: 8px;
                border: none;

                p {
                    color: #2A373A;
                }
            }
        }
    }
}

section.tipologia {
    .tabs {
        .tab-btn {
            color: #323A3C;
            padding: 12px 36px;
            border: none;
            border-radius: 10px;
            font-size: 18px;
            font-weight: 600;

            &.active {
                background: linear-gradient(to right, #E8F0F2, #B9DADF, #AFD5DB);
            }
        }
    }

    .card {
        position: relative;
        overflow: hidden;

        .card-thumb {
            z-index: 0;

            img {
                height: 40svh;
                width: 100%;
                object-fit: cover;
            }
        }

        .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(to top, #00343E, rgba(11, 46, 67, 0.5) 58%, rgba(17, 44, 70, 0.25) 76%, rgba(23, 41, 73, 0) 100%);
            mix-blend-mode: multiply;
            z-index: 1;
        }

        .card-body {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 50%;
            display: flex;
            justify-content: end;
            align-items: start;
            flex-direction: column;
            gap: 24px;
            z-index: 2;
            padding: 24px 32px;

            span,
            h3,
            p {
                color: #FFFFFF;
            }
        }
    }
}

section.planejamento-associacao {

    background-color: #ffffff;

    h2 {
        font-size: 32px;
        font-weight: 600;
        color: #323A3C;
        margin-bottom: 16px;
        text-align: center;
    }

    .duracao {
        display: inline-block;
        background-color: #F2F2F2;
        padding: 8px 16px;
        border-radius: 6px;
        margin-bottom: 48px;

        span {
            font-size: 18px;
            color: #323A3C;
            text-transform: none;
        }
    }

    .timeline {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
        margin-bottom: 32px;
        position: relative;

        .timeline-bar {
            position: absolute;
            bottom: 0;
            left: 25%;
            width: 50%;
            height: 50px;
            background-color: #F1F1F1;
            z-index: 0;
        }

        .timeline-group {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 18px;
            z-index: 1;
        }

        .timeline-item {
            min-width: 220px;
            padding: 16px 20px;
            border-radius: 6px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
            font-family: 'Linear Grotesk';
            line-height: 160%;
            text-align: center;

            &.laranja {
                background-color: #DA931F;
            }

            &.azul {
                background-color: #00687E;
            }

            &.azul-escuro {
                background-color: #00353D;
            }
        }

        .timeline-date-tab {
            width: 100%;
            background-color: #F2F2F2;
            border-radius: 6px;
            padding: 6px 12px;
            font-size: 18px;
            font-weight: 600;
            font-family: 'Linear Grotesk';
            color: #323A3C;
            text-align: center;
            align-content: center;
            height: 50px;
        }

        .timeline-arrow {
            width: 24px;
            height: 2px;
            background-color: #CFCFCF;
            margin-top: 20px;
            position: relative;

            &::after {
                content: '';
                position: absolute;
                right: -6px;
                top: -4px;
                border-left: 6px solid #CFCFCF;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
            }
        }
    }

    .timeline-observacao {
        font-size: 18px;
        color: #6B6B6B;
        max-width: 720px;
        margin: 0 auto;
        text-align: center;
    }

    @media (max-width: 768px) {

        .timeline {
            flex-direction: column;
            align-items: center;

            .timeline-arrow {
                width: 2px;
                height: 24px;

                &::after {
                    right: -4px;
                    top: auto;
                    bottom: -6px;
                    transform: rotate(90deg);
                    border-left: 10px solid #CFCFCF;
                }
            }

            .timeline-group {
                width: 100%;
            }

            .timeline-item {
                width: 100%;
            }

            .timeline-date-tab {
                padding: 16px 20px;
                width: 100%;
            }

            .timeline-bar {
                display: none;
            }
        }
    }
}

section.cta {
    .bluebox {
        .destaque {
            &.interna {
                width: auto;
                height: auto;
                max-width: 100%;
                position: absolute;
                bottom: 25%;
                right: 15%;
            }

            &.mobile {
                display: none;
            }
        }

        h3 {
            color: #FFFFFF;
            font-size: 18px;
            line-height: 160%;
            font-weight: 700;
        }

        p {
            font-size: 16px;
        }
    }
}

@media (width <=992px) {
    section.cta {
        .bluebox {
            .textos {
                justify-content: center;
                align-items: center;
                text-align: center;
            }

            .destaque {
                &.interna {
                    display: none;
                }

                &.mobile {
                    display: block;
                    width: auto;
                    height: auto;
                    max-width: 70%;
                    position: relative;
                }
            }
        }
    }
}

@media (width <=768px) {
    section.hero-interna {
        min-height: calc(95dvh - 84px);

        & .hero-content {
            & .atributos {
                .atributo {
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    border: 1px solid #FFFFFF;
                    border-radius: 8px;
                    padding: 12px 24px;
                    width: 100%;
                    justify-content: center;
                }
            }
        }
    }

    section.sobre {
        & .textos {
            h2 {
                font-size: 36px;
            }

            p {
                font-size: 16px;
            }
        }

        .barra {
            margin: 0;

            .item {
                display: flex;
                align-items: baseline;
                flex: 1 1 auto;
                text-align: center;
                gap: 8px;

                p {
                    font-size: 16px;
                }
            }
        }

        & .plantas {
            .barra {
                max-width: 100%;
            }
        }
    }

    section.tipologia {
        .tabs {
            .tab-btn {
                width: 100%;
            }
        }
    }
}