:root {
    --azul-medio: #0176A3;
    --azul-titulos: #00587A;
    --azul-claro: #009EDB;
}

* {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #4B4B4B;
}

html,
body {
    overflow-x: hidden;
    margin: 0;
    background: #FFFFFF;
}

body.menu-aberto {
    overflow: hidden;
}

.wpcf7-spinner {
    display: none;
}

a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none;
    color: inherit;
}

.btn-cta:hover {
    color: white;
}

.btn-cta:hover:after {
    opacity: 1;
}
/*
a.btn-cta:before {
    background: var(--azul-medio);
} */

a.btn-cta:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: 300ms all ease-in-out;
    background: linear-gradient(90deg, rgba(0, 158, 219, 1) 0%, rgba(0, 84, 117, 1) 100%);
}

nav.box-menu a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.btn-cta,
.btn-cta:visited {
    transition: 300ms all ease-in-out;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--azul-medio);
    background: var(--azul-medio);
    border-radius: 10px;
    transition: all .3s;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px 45px;
    text-decoration: none;
    width: fit-content;
    z-index: 1;
}

textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
    border-radius: 15px;
    border: 2px solid var(--azul-claro);
    height: 45px;
    padding-left: 20px;
    width: 100%;
}
input[type="file"] {
    display: none;
    cursor: pointer;
}
textarea {
    min-height: 125px;
    padding-top: 10px;
}

.owl-carousel {
    position: relative;

    .owl-nav {
        button {
            &.owl-prev,
            &.owl-next {
                border-radius: 10px;
                background-color: #F4F2F3 !important;
                display: flex !important;
                width: 60px;
                height: 60px;
                position: absolute;
                top: calc(50% - 30px);
                align-items: center;
                justify-content: center;

                &:hover {

                }
            }

            &.owl-prev{
                left: -80px;
            }

            &.owl-next {
                right: -80px;
            }
        }
    }
}

main {
    &.menu-sobreposto {
        z-index: 1;

        &.menu-reduzido {

            .topo {
                height: 155.5px;
                position: relative;

                .box-img {
                    .overlay {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(0, 0, 0, 0.45);
                        z-index: 2;
                    }

                    img {
                        height: 155.5px;
                        width: 100%;
                        object-fit: cover;
                        z-index: 1;
                    }
                }
            }
        }
    }
}

nav.menu-mobile-inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

nav.menu-mobile-inner a {
    color: white;
    text-decoration: none;
}

.menu-aberto {
    .box-logo {
        img {
            opacity: 0;
        }
    }
    .fechar-menu {
        opacity: 1;
    }
    .abrir-menu {
        opacity: 0;
    }

    main {
        filter: blur(5px);
    }
}

header {
    background-color: rgba(37, 37, 37, 0.40);
    position: relative;
    z-index: 99;
    transition: 300ms all ease-in-out;

    &.sticky {
        background-color: rgba(37, 37, 37, 0.80);
        backdrop-filter: blur(5px);

        .container-menu {
            padding: 10px 0;
            min-height: 80px;
        }
    }

    &.menu-sobreposto {
        position: fixed;
        z-index: 99;
        top: 0;
        width: 100%;
    }

    .container-menu {
        transition: 300ms all ease-in-out;
        padding: 22px 0;
        min-height: 110px;
        border-bottom: solid 1px #F4F4F4;
        /* position: absolute; */
        /* margin-top: -100%; */
        width: 100%;
    }

    .abrir-menu {
        display: none;
        transition: all .3s;
        opacity: 1;
    }

    .fechar-menu {
        transition: all .3s;
        opacity: 0;
        background-color: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        margin-right: 7px;
    }

    .box-logo img {
        transition: all .3s;
        opacity: 1;
        max-height: 60px;
    }

    .box-menu {
        display: flex;
        align-items: center;
    }

    ul {
        list-style: none;
        padding-left: 0;
        display: flex;
        margin-bottom: 0;

        li {
            margin-right: 30px;

            a {
                &.active {
                    color: var(--azul-claro);
                }
            }
        }
    }


    .box-menu-mobile {
        height: 100svh;
        display: none;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        padding: 25px 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

        .box-logo {
            img {
                opacity: 1;
            }
        }

        ul {
            margin-top: 65px;
            flex-direction: column;

            li {
                margin-right: 10px;
                margin-bottom: 1.5rem;
                text-align: right;
            }
        }

        a {
            font-size: 22px;
        }
    }



    .breadcrumb {
        margin-bottom: 0;
        padding: 13px 0;
        ul {
            li {
                margin-right: 10px;
                color: white;
                a {
                    color: #F7FDFF;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                    text-decoration: none;
                }

                &:last-child {
                    a {
                        color: var(--azul-claro);
                    }
                }

            }
        }
    }
}

.topo-pagina {
    height: 730px;
    position: relative;

    .box-img {
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.45);
            z-index: 3;
        }

        img {
            height: 730px;
            width: 100%;
            object-fit: cover;
            z-index: 2;
        }
    }

    .box-info {
        position: absolute;
        z-index: 4;
        top: 0;
        width: 100%;

        h1 {
            color: #FFF;
            text-align: center;
            font-size: 45px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            letter-spacing: 4.95px;
        }

        p {
            color: #FFF;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px; /* 175% */
        }
    }
}

.titulo-secao {
    h2 {
        color: #3B3B3B;
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 82.353% */

        span {
            background: linear-gradient(90deg, #0198D2 0%, #0174A0 50%, #015779 100%);
            font-size: 34px;
            font-weight: 700;
            line-height: 28px;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;

        }
    }
}

.card-post,
.card-emp {
    text-decoration: none;

    .card-box {
        height: 100%;
        border-radius: 15px;
        border: 1px solid #E4E4E4;
        background: #FFF;
        box-shadow: 0px 2px 9.2px 0px rgba(0, 0, 0, 0.10);
    }

    h3 {
        color: var(--azul-titulos);
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
    }

    .box-img {
        border-radius: 15px 15px 0px 0px;
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        position: relative;

        img {
            border-radius: 15px 15px 0px 0px;
            width: 100%;
            max-width: 100%;
            height: 370px;
            transition: all .3s;
            object-fit: cover;
            transition: all .3s;
        }

        .categoria-post,
        .andamento {
            border-radius: 0px 0px 10px 10px;
            background: #0198D2;
            display: inline-block;
            padding: 10px 30px;
            width: fit-content;
            color: #FFF;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-decoration: none;
            position: absolute;
            top: 0;
            left: 30px;
        }
    }

    .box-info {
        padding: 20px 15px;
        height: calc(100% - 250px);
        display: flex;
        flex-direction: column;
        background-color: #F7FDFF;
        border-radius: 0 0 15px 15px;

        p {
            text-align: center;
            border-radius: 10px 10px 0px 0px;
            border: 1.5px solid var(--azul-titulos);
            color: #4B4B4B;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 25px; /* 156.25% */
            padding: 10px 0;
            margin-bottom: 0;
        }

        .box-data {
            display: flex;

            span {
                display: inline-block;
                color: #4B4B4B;
                font-size: 13px;
                font-style: normal;
                font-weight: 400;
            }

            p {
                display: inline-block;
                color: #4B4B4B;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 0px; /* 0% */
                border: 0;
            }
        }

        .cta {
            border-radius: 0px 0px 10px 10px;
            background: #0176A3;
            color: #FFF;
            padding: 14px 12px;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            width: 48%;
            margin-left: auto;
            text-align: center;
            text-decoration: none;
        }
    }

    &:hover {
        .box-img {
            img {
                transform: scale(1.05);
            }
        }
    }
}

.card-emp {
    .box-info {
        padding: 20px 15px;
        height: auto;
        display: flex;
        flex-direction: column;
        background-color: #F7FDFF;
        border-radius: 0 0 15px 15px;

        .caracteristicas {
            border-radius: 10px 10px 0px 0px;
            border: 1.5px solid var(--azul-titulos);
        }

        p {
            border-radius: 0;
            border: 0;
        }

        .box-valor {
            display: flex;

            span {
                display: inline-block;
                color: #4B4B4B;
                font-size: 13px;
                font-style: normal;
                font-weight: 400;
            }

            p {
                display: inline-block;
                color: #00587A;
                font-size: 28px;
                font-style: normal;
                font-weight: 600;
                line-height: 0px; /* 0% */
                border: 0;
                text-transform: uppercase;
                padding-left: 10px;
            }
        }

        .cta {
            border-radius: 0px 0px 10px 10px;
            background: #0176A3;
            color: #FFF;
            padding: 14px 12px;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            width: 48%;
            margin-left: auto;
            text-align: center;
            text-decoration: none;
        }

        .destaques {
            justify-content: space-between;
            padding: 5px 10px;

            .destaque {
                display: flex;
                justify-content: center;

                .box-icon {
                    display: flex;
                    align-items: center;
                }
            }
        }
    }

    &:hover {
        .box-img {
            img {
                transform: scale(1.05);
            }
        }
    }
}

.custom-tabs {
    border-bottom: solid 1px #CAC8C7;
    padding-bottom: 17px;

    a {
        color: #4B4B4B;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.48px;
        margin: 0 17px;
        text-decoration: none;
        transition: all .3s;
        position: relative;

        @media screen and (max-width: 576px) {
            margin: 0 8px;
            font-size: 14px;
        }

        &:first-child {
            margin-left: 0;
        }

        &:last-child {
            margin-right: 0;
        }

        &.active {
            color: #019BD6;

            &::before {
                content: '';
                background-color: #019BD6;
                width: 100%;
                height: 3px;
                position: absolute;
                bottom: -17px;
            }
        }
    }
}

.box-tp-empreendimentos {
    min-height: 580px;
    transition: all .5s;

    .tp-emp {
        display: none;

        &.active {
            display: flex;
        }
    }
}

.box-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
}


footer {
    background-color: #1F1F1F;

    p {
        color: #F7FDFF;
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 2.2px;
        margin-top: 10px;
        margin-bottom: 24px;
    }

    a,
    a:hover,
    a:visited {
        color: #F7FDFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        display: block;
        cursor: pointer;
    }

    .copy {
        display: flex;
        align-items: center;
        align-items: center;
        justify-content: space-between;
        border-top: solid 1px #414141;
        padding: 35px 0;
        margin-top: 50px;

        p {
            color: #F7FDFF;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 1.4px;
            margin-bottom: 0;

            a {
                color: #F7FDFF;
                text-decoration: underline;
                font-weight: 500;
                display: inline-block;
            }
        }
    }
}

a.float-whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    background: #25D366;
    color: #fff(255, 254, 254);
    fill: #fff;
    border-radius: 50px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 15px 15px rgba(0, 0, 0, 0.08);
}


@media (max-width: 1500px) {
    header {
        .container-menu {
            padding: 25px 0 15px 0;
        }
    }

    header .menu-col {
        flex-direction: column;
    }

    header .box-menu {
        display: none;
    }

    header .box-logo {
        display: flex;
        justify-content: space-between;
        order: 1;
        width: 100%;
    }

    header .box-logo a {
        display: inline-block;
    }

    header .abrir-menu {
        display: block;
        border: none;
        background-color: transparent;
    }

    header.menu-transparente {
        background-color: #fff;
    }

    header.menu-transparente .box-logo img.logo-padrao {
        display: block;
    }

    header.menu-transparente .box-logo img.logo-invertido {
        display: none;
    }

    .box-menu-mobile.ativo {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    header .box-menu a {
        font-size: 15px;
    }

    .box-menu-mobile.ativo {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .btn-cta,
    .btn-cta:hover,
    .btn-cta:visited {
        font-size: 14px;
    }

    .single .galerias .custom-dots {
        width: 100%;
    }

    #filtro-categorias {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    #filtro-categorias button {
        width: calc(50% - 16px);
    }

    .carregar-mais {
        margin-bottom: 46px;
    }

    .box-menu-mobile.ativo {
        display: block;
    }

    .topo-pagina {
        height: 450px;

        .box-img {
            img {
                height: 450px;
            }
        }

        .box-info {
            h1 {
                font-size: 24px;
                font-weight: 800;
                letter-spacing: 2.64px;
                margin-bottom: 20px;
                text-transform: uppercase;
            }

            p {
                display: none;
            }
        }

        .box-cta {
            margin-bottom: 40px;
        }
    }

    .titulo-secao {
        h2 {
            font-size: 24px;
            line-height: 28px; /* 82.353% */

            span {
                font-size: 24px;
                font-weight: 600;
                line-height: 28px;
            }
        }
    }

    .card-emp {
        .box-info {
            .destaques {
                flex-wrap: wrap;
                justify-content: space-evenly;

                .destaque {
                    p {
                        font-size: 14px;
                    }
                }
            }

            .box-valor {
                width: 100%;
                padding-top: 16px;
                justify-content: center;

                span {
                    font-size: 14px;
                    display: inline-flex;
                }

                p {
                    font-size: 18px;
                }
            }

            .cta {
                width: 100%;
            }
        }
    }
}

@media (max-width: 768px) {
    header {
        .breadcrumb {
            margin-bottom: 0;
            padding: 10px 0;

            ul {
                li {
                    a {
                        color: #F7FDFF;
                        font-size: 14px;
                    }
                }
            }
        }
    }

    .box-menu-mobile.ativo {
        display: block;
    }

    .categorizacao h1,
    .categorizacao h2 {
        font-size: 28px;
        line-height: 37px;
        margin: 40px 0;
    }

    .categorizacao .box-menu ul a {
        font-size: 13px;
    }

    #filtro-categorias {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    #filtro-categorias button {
        width: calc(50% - 16px);
    }

    .carregar-mais {
        margin-bottom: 46px;
    }

    footer .custom-row {
        width: auto;
    }

    footer .box-logo {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    footer .iso-social {
        width: 314px;
    }

    footer .title-menu-footer {
        margin-left: 0;
    }

    footer ul a {
        margin-left: 0;
    }

    footer ul a.social {
        margin: 0 10px;
    }

    footer .copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    footer .copy p,
    footer .copy span {
        font-size: 15px;
    }

    footer .copy a {
        font-size: 15px;
    }

    footer .copy a img {
        max-height: 12px;
    }
}
