.page-container {
    padding: 0;
}

#banner-empreendimento{
    min-height: 850px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;

    .sombra-servico {
        background: #1e1e1e8f;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        border-radius: 8px;
    }

    .z-index-10{
        position: relative;
        z-index: 10;
    }


    .migalhas {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;

        li{
            font-weight: 500;
            font-size: 16px;
            line-height: 135%;
            color: var(--branco);
            list-style-type: none;
            
            
            img{
                margin: 0 12px 0 8px;
            }
            
        }
        .destaque{
            font-weight: 600;
            text-transform: uppercase;
        }
    }

    h1{
        font-weight: 500;
        font-size: 48px;
        line-height: 135%;
        color: var(--branco);
    }
    .text-descr{
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        color: var(--branco);
    }
}

#sobre-emp{
    padding: 80px 0; 

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

}   

#galerias{
    padding: 40px 0;

    h2{
        margin-bottom: 20px;
    }

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

    .swiper-button-prev {
        background-color: var(--azul);
        width: 50px;
        height: 50px;
        border-radius: 8px;
        left: 30px;
    }
    .swiper-button-next {
        background-color: var(--azul);
        width: 50px;
        height: 50px;
        border-radius: 8px;
        right: 30px;
    }
    .swiper-button-prev:after {
        font-size: 12px;
        font-weight: 900;
        color: var(--branco);
    }
    .swiper-button-next:after {
        font-size: 12px;
        font-weight: 900;
        color: var(--branco);
    }
}

#diferenciais{
    padding: 60px 0;

    h2{
        margin-bottom: 32px;
    }


    .img-card-dif{
        margin-bottom: 16px;
    }

    .card-dif {
        border: solid 2px #000066;
        padding: 16px 24px;
        text-align: center;
        border-radius: 8px;
        min-height: 160px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .text-dif{
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        color: var(--azul);
        margin: 0;
    }

    .passadores-dif {
        position: relative;
        top: 40px;

        .swiper-pagination {
          z-index: 5;
        }
    
        .swiper-pagination-bullet{
            border-radius: 0;
            background-color: var(--cinzaClaro);
            opacity: 1;
        }
        
        .swiper-pagination-bullet-active{
            background-color: var(--azulescuro);
        }
    }

}

#localizacao{
    background-color: var(--vermelhoClaro);
    padding: 60px 0;

    h3{
        display: flex;
        align-items: center;

        img{
            margin-right: 16px;
        }
    }

    h2{
        margin-bottom: 20px;
    }

    .img-localizacao {
        width: 100%;
        height: 460px;
        border-radius: 10px 0 10px 10px;
        object-fit: cover;
    }

    .btns-maps{
        display: flex;
        align-items: flex-end;
        justify-content: space-between;  

        .btn-padrao{
            border-radius: 8px 8px 0 0;
        }
    }
}

#destaques{
    padding: 80px 0;

    .img-destaques {
        width: 100%;
        height: 260px;
        object-fit: cover;
        border-radius: 8px;
    }
    .swiper-slide {
        min-height: 520px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .card-destaque{
            border: 1px solid var(--azulescuro);
            box-shadow: 4px 4px 8px 5px #4E4E4E0F;
            padding: 24px;
            border-radius: 5px;
            min-height: 430px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            
    
            .titulo-card-destaque{
                font-weight: 600;
                font-size: 28px;
                line-height: 130%;
                text-transform: uppercase;
                color: var(--azul);
            }
            .sub-titulo-card-destaque{
                font-size: 18px;
                font-weight: 600;
                line-height: 140%;
                color: var(--azul);
                
            }
            .texto-card-destaque{
                font-size: 16px;
                font-weight: 400;
                line-height: 150%;
                color: var(--cinza);
            }

            .icon-dest{
                width: 38px;
                height: 38px;
                object-fit: cover;
            }

        }
    }

    .passadores-dest {
        position: relative;
        top: 40px;

        .swiper-pagination {
          z-index: 5;
        }
    
        .swiper-pagination-bullet{
            border-radius: 0;
            background-color: var(--cinzaClaro);
            opacity: 1;
        }
        
        .swiper-pagination-bullet-active{
            background-color: var(--azulescuro);
        }
    }

    
}

#faq{
    padding: 60px 0;

    h2{
        margin-bottom: 40px;
    }    
    .box-accordion {
        border-radius: 5px;
        border: 1px solid #000066;
        padding: 16px;
        position: relative;
        
        &::after{
            background-image: url(../img/star.png);
            background-size: contain;
            display: inline-block;
            background-repeat: no-repeat;
            width: 13px;
            height: 21px;
            content: "";
            position: absolute;
            top: 26px;
            left: 10px;
            z-index: 20;
        }
    
    }
    .box-accordion>a{
        color: #f5f5f4;
        font-weight: 500;
        font-size: 20px;
        color: var(--azul);
        padding-left: 16px;
    }
    .box-accordion>a.active:after {
        content: 'x';
    }
    .box-accordion>a:after {
        content: '+';
        display: inline-block;
        color: var(--azul);
    }
    .content-accordion{
        margin-top: 16px;

        p{
            margin: 0;
        }
    }
}

#formulario{
    padding: 40px;
    background-color: var(--verde);

    h2{
        margin-bottom: 20px;
    }

    h3{
        margin-top: 20px;
    }

    .form-label{
        font-weight: 500;
        font-size: 18px;
        line-height: 160%;
    }
    .form-check-label {
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
    }
    .form-check {
        padding: 0;
    }
    .btn-padrao {
        padding: 13px 30px;
    }

    .form-control{
        border: 1px solid #000066;
        border-radius: 5px;
    }
        
}


/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
   
    #sobre-emp{
        .btn-padrao {
            float: inline-start;
        }
    }
    #diferenciais {
        .card-dif {
            min-height: 190px;
        }
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 

    #formulario {
        padding: 24px;

        .btn-padrao {
            width: 100%;
        }

    }
  
    #banner-empreendimento {
        min-height: 600px;
        text-align: center;
            .migalhas {
                justify-content: center;
            }
    }

    #sobre-emp {
        padding: 60px 0;
        text-align: center;

        .btn-padrao {
            width: 100%;
            display: block;
        }

        h3 {
            margin-top: 16px;
        }
    }

    #localizacao {
        .img-localizacao {
            height: 200px;
        }
    }

    #galerias {
        .img-galeria {
            height: 290px;
        }
    }

    #destaques{
        .text-destaque {
            text-align: left;
        }
    }
}