/* Estilo automático para a página: empreendimentos */
#cabecalho {
    background: linear-gradient(180deg, #E7454A 0%, #C73B41 23.14%, #B6363C 46.81%, #8B272C 81.49%);
    padding: 100px 0;
    text-align: center;

    .navegacao{
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 18px;

        li{
            font-weight: 500;
            font-size: 13px;
            line-height: 100%;
            color: #fff;
            list-style-type: none;
            
            img{
                margin: 0 12px;
            }
            
            span{
                
                color: #fff;
                font-weight: 600;
                font-size: 13px;
                line-height: 100%;
                text-align: right;

            }
        }
    }
    h1{
        font-weight: 800;
        font-size: 42px;
        line-height: 160%;
        text-align: center;
        color: #fff;
    }
}

#busca-home {
    margin-top: -60px;
    position: relative;
    z-index: 1;

    .barra-busca {
        box-shadow: 0px 4px 90px -10px #00000040;
        padding: 32px;
        border-radius: 12px;
        background-color: #FFFFFF;

        h2 {
            font-weight: 600;
            font-size: 24px;
            margin-bottom: 25px;
        }

        .form-select {
            font-weight: 500;
            font-size: 16px;
            border: none;
            border-bottom: 1px solid #C4C4C4;
            border-radius: 0;
            padding-bottom: 10px;
            --bs-form-select-bg-img: none;

            &:focus {
                box-shadow: none;
            }

        }

        .central-busca{
            display: flex;
            align-items: flex-end;

            .select-container{
                position: relative;
    
                &::after {
                    content: "▼";
                    font-size: 12px;
                    position: absolute;
                    right: 15px;
                    top: 50%;
                    transform: translateY(-50%);
                    pointer-events: none;
                    color: #ff5733; /* Cor da seta - altere conforme necessário */
                }
            }
    
            .btn-padrao-1{
                font-weight: 500;
                font-size: 16px;
                color: #fff;
                line-height: 100%;
                padding: 15px 0;
                background-color: #E7454A;
                border-radius: 8px;
                transition: 300ms all ease-in-out;
                display: block;
                width: 100%;
    
                &:hover {
                    background-color: #A63137;
                }
            }
        }

    }

}

#empreendimentos {
    padding: 80px 0;

    h2 {
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        color: #111827;
        margin-bottom: 30px;

        span{
            font-weight: 600;
        }
    }

    .text-empreendimento{
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        color: #3C3C3B;
        margin-bottom: 50px;
    }

    .nav-pills {
        display: flex;
        justify-content: center;

        .nav-link {
            font-weight: 400;
            font-size: 18px;
            color: #706F6F;
            margin: 0 24px;
        }
    }

    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        color: #E7454A;
        background-color: transparent;
        border-bottom: solid 2px #E7454A;
        border-radius: 0;
        padding-bottom: 14px;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link img{
        filter: invert(54%) sepia(66%) saturate(4363%) hue-rotate(326deg) brightness(87%) contrast(108%);
    }


    

    .moldura-capa-empre {
        position: relative;
        overflow: hidden;
        border-radius: 16px 16px 0px 0px;

        .fundo-selo {
            position: absolute;
            right: 20px;
            top: 20px;
            background-color: #fff;
            padding: 10px;
            border-radius: 40px;
            z-index: 1;
 
            .img-emp {
                width: 100%;
                object-fit: contain;
            }
        }

        .status-empr {
            position: absolute;
            top: 20px;
            left: 0;
            background-color: #E7454A;
            font-weight: 500;
            font-size: 16px;
            color: #fff;
            padding: 12px 23px;
            border-radius: 3px;
        }

        .img-emp {
            width: 100%;
            object-fit: cover;
            height: 280px;
            border-radius: 16px;
            border-radius: 16px 16px 0 0;
        }
    }


    .info-card-empreendimento {
        border: 1px solid #DEDEDE;
        padding: 0 24px 24px;
        box-shadow: 4px 4px 10px 0px #00000014;
        border-radius: 0 0 10px 10px;


        h3{
            font-weight: 600;
            font-size: 24px;
            color: #111827;
        }

        .localizacao {
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            color: #3C3C3B;
            min-height: 50px;

            img{
                margin-right: 8px;
            }
        }
        
        .list-itens-emp {
            display: flex;
            justify-content: space-between;
            padding: 0;
            margin: 0;
            
            li {
                list-style-type: none;
                font-weight: 400;
                font-size: 16px;
                color: #3C3C3B;
                
                img{
                    margin-right: 8px;
                }
            }
        }
    }

    .valores-emp{
        display: flex;
        align-items: center;
        justify-content: space-around;

        .text-desc-valores {
            font-weight: 400;
            font-size: 13px;
            color: #111827;
            width: 20%;
            margin: 0;
        }
        .valor-valores {
            font-weight: 600;
            font-size: 22px;
            color: #E7454A;
            width: 70%;
            margin: 0;
        }
        .btn-acessar-imovel {
            border: 1px solid #E7454A;
            padding: 15px;
            border-radius: 5px;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    .card-obra {
        display: flex;
        border-radius: 5px;
        padding: 10px;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 10px;
        position: relative;
        width: 100%;
        margin-top: -30px;
    }
    .alinhar-valor {
        width: 100%;
        position: relative;
        display: flex;
        background-color: #ddd;
        box-shadow: 0px 4px 4px 0px #0000001F;
        border-radius: 8px;
    }
    .porcentagem {
        margin: 0;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        padding-right: 10px;
    }
    .skills {
        text-align: right;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        border-radius: 8px;
    }

    .passadores{          
        .swiper-button-next {
            right: -80px;
            background-color: #E7454A;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
        }
        .swiper-button-prev {
            left: -80px;
            background-color: #E7454A;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
        }

        .swiper-button-next:after {
            font-size: 20px;
            color: #fff;
            font-weight: 700;
            left: 3px;
            position: relative;
        }
        .swiper-button-prev:after {
            font-size: 20px;
            color: #fff;
            font-weight: 700;
            right: 1px;
            position: relative;
        }
    }

    .card-empreendimento{
        .btn-acessar-imovel{
            transition: 300ms all ease-in-out;

            img{
                transition: transform 300ms ease-in-out;
            }
        }
        
        &:hover{
            .btn-acessar-imovel{
                background-color: #E7454A;
                transition: 300ms all ease-in-out;

                img{
                    transform: rotate(45deg);
                    filter: invert(100%) sepia(95%) saturate(21%) hue-rotate(55deg) brightness(105%) contrast(101%);
                }
            }
        }
    }

    .card-empreendimento{
        .moldura-capa-empre{
            .img-emp{
                transition: 300ms all ease-in-out;
            }
        }
        
        &:hover{
            .moldura-capa-empre{
                .img-emp{
                    scale: 1.1;
                }
            }
        }
    }

    .btn-padrao-1{
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        line-height: 100%;
        padding: 20px 24px;
        background-color: #E7454A;
        border-radius: 8px;
        margin: 0 30px 0 32px;
        transition: 300ms all ease-in-out;

        &:hover {
            background-color: #A63137;
        }
    }

}


#mcmv {
    background-color: #FFF9F9;
    padding: 70px 0;
    position: relative;

     h2 {
        color: #111827;
        font-weight: 500;
        margin-bottom: 30px;
        font-size: 36px;
    }

    .text-mcmv{
        font-weight: 400;
        font-size: 20px;
        color: #3C3C3B;
        margin-bottom: 40px;
    }

    .card-mcmv {
        background: #FFF5F6;
        border: 1px solid #E7454A;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 146px;
        margin-bottom: 20px;
        text-align: center;
        padding: 0 30px;
        border-radius: 10px;

        .icon-mcmv{
            margin-bottom: 16px;
        }

        p{
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            text-align: center;
            color: #3C3C3B;
            margin: 0;
        }
    }


    .img-mcmv {
        position: absolute;
        top: -25px;
        right: 0;
        width: 46%;
    }

    .btn-padrao-1{
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        line-height: 100%;
        padding: 20px 24px;
        background-color: #E7454A;
        border-radius: 8px;
        margin: 0 30px 0 32px;
        transition: 300ms all ease-in-out;

        &:hover {
            background-color: #A63137;
        }
    }
}



/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    #mcmv {
        .img-mcmv {
            position: relative;
            top: 60px;
            right: 0;
            width: 100%;
        }
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 
    #mcmv {
        .img-mcmv {
            top: -5px;
            width: 96%;
        }
        h2 {
            margin-top: 250px;
        }
    }
    
}