/* Estilo automático para a página: home */

#banner{

    .moldura-banner {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        /* display: flex;
        align-items: center;
        justify-content: center; */

        .sombra-servico {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #11182759;
            z-index: 2;
        }

        .img-banner {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            object-fit: cover;
            z-index: 1;
            height: 100%;
        }

        .container {
            position: relative;
            z-index: 2;
            text-align: center;
    
            .row {
                display: flex;
                align-items: center;
                min-height: 100%;
                margin-top: -100px;
    
                h1 {
                    font-weight: 600;
                    font-size: 70px;
                    line-height: 120%;
                    letter-spacing: 0%;
                    text-align: center;
                    color: #fff;

                    span{
                        color: #E7454A;
                    }
                }

                h2{
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 160%;
                    text-align: center;
                    color: #FFFFFF;
                    margin-bottom: 40px;
                }

                .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;
                    display: inline-block;

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

    .swiper-pagination {
        padding-bottom: 100px;

        .swiper-pagination-bullet {
            background: #D9D9D9;
            opacity: 1;
            transition: 300ms all ease-in-out;
        }
        .swiper-pagination-bullet-active {
            background: #e7454a;
            width: 21px;
            border-radius: 10px;
        }
    }

}

#busca-home {
    margin-top: -90px;
    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%;
                display: inline-block;
    
                &: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: 6px 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: 23px;
            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;
        height: 35px;
    }
    .porcentagem {
        margin: 0;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        padding-right: 5px;
        margin-top: -2px;
    }
    .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 34px 19px;
        background-color: #E7454A;
        border-radius: 8px;
        margin: 0 30px 0 32px;
        transition: 300ms all ease-in-out;
        display: inline-block;

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

#sobre {
    padding: 80px 0;

    h3{
        font-weight: 600;
        font-size: 18px;
        color: #111827;
        
        span{
            color: #E7454A;
        }
    }
    
    h2{
        font-weight: 500;
        font-size: 30px;
        color: #111827;

        span{
            color: #E7454A;
        }
    }

    .text-sobre{
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        color: #3C3C3B;
    }

    .img-sobre {
        width: 100%;
        object-fit: contain;
    }

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

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

#numeros{
    padding: 60px 0;

    h2{
        font-weight: 500;
        font-size: 36px;
        line-height: 160%;
        text-align: center;
        color: #111827;
        margin-bottom: 60px;
    }
    .card-numeros {
        background-color: #A63137;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 190px;
        border-radius: 10px;

        img{
            margin-bottom: 18px;
        }

        .numero {
            font-weight: 700;
            font-size: 36px;
            line-height: 120%;
            text-align: center;
            margin: 0;
            color: #fff;
        }

        .desc-numero {
            font-weight: 500;
            font-size: 16px;
            line-height: 120%;
            text-align: center;
            color: #fff;
        }
    }
}

#blog {
    background-color: #F6F6F6;
    padding: 60px 0;

    hr{
        color: #DEDEDE;
    }

    h2{
        font-weight: 500;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: 0%;
        color: #111827;
        text-align: center;
        margin-bottom: 30px;
        
        span{
            font-weight: 600;
            color: #E7454A;
        }
    }

    h3{
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0%;
        text-align: center;
        color: #3C3C3B;
    }

    .moldura-blog {
        position: relative;
        overflow: hidden;

        .img-capa-blog {
            border-radius: 16px 16px 0 0;
            width: 100%;
            object-fit: cover;
            height: 247px;
        }
        .cat-blog {
            position: absolute;
            top: 30px;
            left: 0;
            background-color: #E7454A;
            font-weight: 500;
            font-size: 16px;
            line-height: 120%;
            padding: 12px 32px;
            border-radius: 0 3px 3px 0;
            color: #fff;
        }
    }
    
    .card-blog{
        .moldura-blog{
            border-radius: 16px 16px 0 0;
            .img-capa-blog{
                transition: 300ms all ease-in-out;
            }
        }
        
        &:hover{
            .moldura-blog{
                .img-capa-blog{
                    scale: 1.1;
                }
            }
        }
    }

    .card-blog{
        .btn-leia-mais{
            transition: 300ms all ease-in-out;
            font-weight: 500;
            font-size: 16px;
            text-decoration: underline;
            color: #E7454A;
            margin-bottom: 30px;

            
            img{
                margin-left: 8px;
                transition: transform 300ms ease-in-out;
            }
        }
        
        &:hover{
            .btn-leia-mais{
                transition: 300ms all ease-in-out;

                img{
                    transform: rotate(45deg);
                }
            }
        }
    }

    .info-blog {
        background: #FFFFFF;
        border: 1px solid #DEDEDE;
        border-radius: 0 0 10px 10px;
        padding: 30px 22px;
        box-shadow: 0px 4px 8px 0px #00000014;



        h4{
            font-weight: 500;
            font-size: 20px;
            line-height: 28px;
            color: #111827;
        }

        .resumo-blog {
            font-weight: 400;
            font-size: 17px;
            line-height: 24px;
            color: #3C3C3B;
        }
        
        .data-autor {
            display: flex;
            justify-content: space-between;
            
            .data{
                font-weight: 400;
                font-size: 16px;
                line-height: 25px;
                color: #3C3C3B;
            }
            .autor{
                font-weight: 400;
                font-size: 16px;
                line-height: 25px;
                color: #3C3C3B;
            }
        }
    }

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


#depo {
    padding: 80px 0;

    h2{
        font-weight: 500;
        font-size: 36px;
        line-height: 145%;
        letter-spacing: 0%;
        color: #111827;
        margin-bottom: 30px;
    }
    .text-depo{
        font-weight: 400;
        font-size: 20px;
        line-height: 160%;
        letter-spacing: 0%;
        vertical-align: middle;
    }


    .passadores{   
        margin-top: 70px;       

        .swiper-button-next {
            left: 70px;
            background-color: #E7454A;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
        }
        .swiper-button-prev {
            left: 0px;
            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-depo {
        border: 1px solid #DEDEDE;
        padding: 40px 35px;
        border-radius: 10px;
        box-shadow: 0px 4px 12px 0px #0000001A;

        
        .depoimento {
            font-weight: 400;
            font-size: 18px;
            line-height: 160%;
            color: #3C3C3B;
        }

        .indo-depo {
            display: flex;

            .img-depoente{
                width: 70px;
                height: 70px;
                object-fit: cover;
                border-radius: 40px;
            }

            .nome-cargo{
                margin-left: 16px;
                display: flex;
                align-items: flex-start;
                flex-direction: column;
                justify-content: center;

                .nomeDepo {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 100%;
                    color: #E7454A;
                    margin: 0;
                }

                .cargoDepo {
                    font-weight: 400;
                    font-size: 16px;
                    color: #3C3C3B;
                    margin: 0;
                }
            }
        }

    }


    
    .swiper-slide {
      width: 55% !important;
    }
    .position-absolute {
        width: 50%; /* ou o tamanho que você precisar */
    }
}



/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    
    #banner {
       .moldura-banner {
           .container {
               .row {
                    h1 {
                        font-size: 40px;
                    }
                }
            }
        }
    }

    #mcmv {
        .img-mcmv {
            position: relative;
            top: 60px;
            right: 0;
            width: 116%;
        }
    }

    #numeros {
        .card-numeros {
            margin-bottom: 20px;
        }
    }

    #blog {
        .card-blog {
            margin-bottom: 30px;
        }
    }

    #depo {
    .position-absolute {
        position: relative !important;
        width: 100%;
    }


    .card-depo {
            .indo-depo {
                display: flex;
                flex-direction: column;
                align-items: center;
            
                .img-depoente {
                    margin-bottom: 20px;
        
                    .nomeDepo {
                        margin: 20px 0 10px;
                    }
                }

            }
        }

        .passadores {
            position: relative;
                .swiper-button-next{
                    left: auto;
                }
                .swiper-button-prev{
                    left: auto;
                }


        }

        .swiper-slide {
            width: 100% !important;
        }
    }

    #empreendimentos {
        .passadores {
            .swiper-button-next {
                right: -40px;
            }
            .swiper-button-prev {
                left: -40px;
            }
        }
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 
  #empreendimentos {
        .passadores {
            position: relative;
            margin-top: 40px;
            .swiper-button-next {
                right: 20px;
            }
            .swiper-button-prev {
                left: 20px;
            }
        }
    }

    #banner {
       .moldura-banner {
           .container {
               .row {
                    h1 {
                        font-size: 40px;
                    }
                }
            }
        }
    }

    #mcmv {
        .img-mcmv {
            top: -5px;
            width: 96%;
        }
        h2 {
            margin-top: 250px;
        }
    }

    #numeros {
        h2 {
            font-size: 32px;
            line-height: 130%;
        }
        .card-numeros {
            margin-bottom: 20px;
        }
    }

    #blog {
        .card-blog {
            margin-bottom: 30px;
        }
    }

    #depo {
        .position-absolute {
            position: relative !important;
            width: 100%;
        }


        .card-depo {
            .indo-depo {
                display: flex;
                flex-direction: column;
                align-items: center;
            
                .img-depoente {
                    margin-bottom: 20px;
        
                    .nomeDepo {
                        margin: 20px 0 10px;
                    }
                }

            }
        }

        .passadores {
            position: relative;
                .swiper-button-next{
                    left: auto;
                }
                .swiper-button-prev{
                    left: auto;
                }


        }

        .swiper-slide {
            width: 100% !important;
        }
    }

    .ocultar-desk {
        display: block !important;
    }
    .ocultar-mob {
        display: none !important;
    }
    
}


.ocultar-desk {
    display: none;
}
.ocultar-mob {
    display: block;
}