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



#display-emp {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 630px;
    position: relative;
    display: flex;
    align-items: flex-end;

    .sombra-emp {
        background-image: linear-gradient(#00000054, black);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.8;
        top: 0;
    }

    .alinhar-baixo{
        display: flex;
        align-items: flex-end;
        margin-bottom: 20px;
    }

    h1 {
        font-weight: 700;
        font-size: 48px;
        line-height: 120%;
        color: #fff;
    }

    .selo-status {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;

        .selo-mcmv {
            width: 160px;
            margin-bottom: 32px;
        }

        .status-emp {
            font-weight: 500;
            font-size: 16px;
            line-height: 120%;
            background-color: #E7454A;
            display: inline-block;
            padding: 12px 24px;
            border-radius: 3px;
            color: #fff;
            margin-bottom: 32px;
        }

    }


    .valor-anuncio {
        display: flex;

        .anuncio{
            font-weight: 500;
            font-size: 16px;
            line-height: 110.00000000000001%;
            letter-spacing: 0%;
            color: #fff;
        }
        .valor {
            font-weight: 700;
            font-size: 36px;
            line-height: 100%;
            color: #fff;
            margin-left: 8px;
        }
    }
    .pin {
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        color: #fff;
    }

    .form-empreendimento {
        box-shadow: 0px 4px 18px 0px #00000026;
        background: #FFFFFF;
        padding: 40px 32px;
        border-radius: 10px;
        margin-bottom: -40px;

        h3{
            font-weight: 700;
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0%;
            color: #A63137;
        }
        p{
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0%;
        }
        label{
            font-weight: 600;
            font-size: 16px;
            line-height: 100%;
            text-align: center;
            text-transform: capitalize;
            color: #8C2026 !important;
        }
        .form-control{
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0%;
            background-color:  #F3F5F7;
            height: 45px;
        }

        .btn-enviar{
            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;
            display: block;
            width: 100%;

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

#slogan {
    padding: 64px 0;
    background: #A63137;
    text-align: center;

    h2{
        font-weight: 500;
        font-style: Italic;
        font-size: 26px;
        line-height: 100%;
        letter-spacing: 6%;
        color: #fff;
    }
}

#sobre {
    padding: 80px 0;

    h2{
        font-weight: 500;
        font-size: 32px;
        margin-bottom: 30px;
        text-align: center;
        color: #111827;
    }
    .sub-titulo-sobre{
        font-weight: 400;
        font-size: 20px;
        line-height: 160%;
        letter-spacing: 0%;
        text-align: center;
        color: #3C3C3B;
    }

    .img-sobre{
        width: 100%;
        object-fit: cover;
        height: 490px;
        border-radius: 10px;
    }

    .central-sobre{
        display: flex;
        align-items: center;

        h3{
            font-weight: 500;
            font-size: 26px;
            line-height: 155%;
            letter-spacing: 0%;
            color: #111827;
        }
    
        .text-sobre{
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            letter-spacing: 0%;
            color: #3C3C3B;
        }
    
        .card-sobre-emp {
            background-color: #A63137;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 133px;
            border-radius: 5px;
            margin-top: 30px;
    
            img{
                margin-bottom: 8px;
            }
    
            p{
                font-weight: 500;
                font-size: 16px;
                color: #fff;
                margin: 8px 0 0px 0;
    
            }
        }

    }
}

#diferenciais {
    padding: 70px 0px;
    background-color: rgb(166, 49, 55);
    background: linear-gradient(90deg, rgba(166, 49, 55, 1) 0%, rgba(166, 49, 55, 1) 90%, rgba(255, 255, 255, 1) 50%);
    margin-bottom: 80px;
    position: relative;


    h2{
        font-weight: 500;
        font-style: Medium;
        font-size: 32px;
        line-height: 120%;
        color: #fff;
        margin-bottom: 40px;
    }

    .card-diferenciais {
        display: flex;
        align-items: center;
        background-color: #66121F;
        padding: 13px 24px;
        border-radius: 10px;
        color: #fff;
        margin-bottom: 30px;
        z-index: 1;
        position: relative;

        .fundo-ico-dif {
            width: 65px;
            height: 65px;
            background-color: #E7343F;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 40px;
            margin-right: 10px;
        }

        .text-dif{
            p{
                font-weight: 500;
                font-size: 16px;
                line-height: 100%;
                margin: 0;
            }
        }
    }

    &:after {
        content: '';
        position: absolute;
        top: 0;
        right: 9%;
        width: 40px;
        height: 100%;
        background: rgba(166, 49, 55, 1);
        border-radius: 0 20px 20px 0;
        z-index: 0;
    }
}



#mcmv {
    background-color: #FFF9F9;
    padding: 70px 0 100px;
    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: -19px;
        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;
        }
    }
}

#galeria{
    padding: 80px 0;

    h2{
        font-weight: 500;
        font-size: 36px;
        line-height: 100%;
        text-align: center;
        color: #111827;
    }

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

    .img-galeria {
        width: 100%;
        object-fit: cover;
        height: 500px;
    }

    .img-galeria-planta {
        width: 100%;
        object-fit: contain;
        height: 500px;
    }

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

}

#localizacao{
    padding: 80px 0;

    .titulo-localizacao {
        background: linear-gradient(90deg, #8C2026 0%, #E7454A 100%);
        padding: 20px;
        border-radius: 10px 10px 0 0;
        display: flex;
        align-items: center;

        h2 {
            font-weight: 600;
            font-size: 28px;
            line-height: 100%;
            color: #fff;
            margin: 0;
        }

        .alinhar-fim{
            display: flex;
            justify-content: flex-end;

            .btn-maps{
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                color: #fff;
                border: 1px solid #FFFFFF;
                padding: 18px 38px;
                border-radius: 5px;
            }
        }
    }

    iframe{
        width: 100%;
        height: 500px;
    }
}



/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    #display-emp{
        padding: 30px 0;
    }

    #diferenciais {
        background: linear-gradient(90deg, rgba(166, 49, 55, 1) 0%, rgba(166, 49, 55, 1) 100%, rgba(255, 255, 255, 1) 50%);

        &:after {
            display: none;
        }
    }

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

/* MOBILE */
@media all and (max-width: 767px) { 
    #mcmv {
        .img-mcmv {
            top: -5px;
            width: 96%;
        }
        h2 {
            margin-top: 250px;
        }
    }
    #display-emp {
        h1 {
            font-weight: 700;
            font-size: 38px;
            line-height: 120%;
            color: #fff;
        }
    }

    #display-emp {
        padding: 60px 0 0;

        .alinhar-baixo {
            display: flex;
            align-items: flex-end;
            margin-bottom: 20px;
            padding: 0 20px;
        }
    }

    #sobre {
        .img-sobre {
            height: 280px;
            margin-bottom: 20px;
        }
    }

    #diferenciais {
        background: linear-gradient(90deg, rgba(166, 49, 55, 1) 0%, rgba(166, 49, 55, 1) 100%, rgba(255, 255, 255, 1) 50%);

        &:after {
            display: none;
        }
    }

    #galeria {
        .img-galeria {
            height: 260px;
        }

        .passadores {
            position: relative;
            margin-top: 30px;

            .swiper-button-prev {
                left: 0px;
            }
            .swiper-button-next {
                right: 0px;
            }
        }
    }

    #localizacao {
        .titulo-localizacao {
            padding: 40px 20px;
            display: flex;
            align-items: center;
            text-align: center;

            h2 {
                margin-bottom: 30px;
            }
        }

        .titulo-localizacao {
            .alinhar-fim {
                display: flex;
                justify-content: center;
            }
        }
    }
}