#home section {
    padding-top: 14vh;
    padding-bottom: 14vh;
}

#home #areas-atuacao, #home #servicos {
    background-color: #e7ecef;
}

body, html {
    overflow-x: hidden !important;
    position: relative !important;
    height: auto !important;
}

/*------------------------------------------------------------------------------------------------------------------*/
/* BANNER */
/*------------------------------------------------------------------------------------------------------------------*/

#banner-home {
    height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: var(--branco);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-home-media {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
}

.banner-home-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

#banner-home h1 {
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 700;
}

#banner-home .container {
    margin: auto;
    position: relative;
    z-index: 1;
}

#banner-home p {
    font-size: 1rem;
    margin-top: 1rem;
}

@media (max-width:999px) {
    #banner-home {
        text-align: center;
    }

    #banner-home .container {
        width: 100%;
        max-width: 340px;
        padding-right: 16px;
        padding-left: 16px;
    }

    #banner-home .row {
        margin-right: 0;
        margin-left: 0;
    }

    #banner-home .row > * {
        padding-right: 0;
        padding-left: 0;
    }

    #banner-home .banner-content {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }

    #banner-home h1 {
        font-size: 2rem;
        line-height: 1.15;
        overflow-wrap: normal;
    }

    #banner-home p {
        font-size: 0.95rem;
        line-height: 1.35;
    }

    #home a.button {
        display: block;
        width: 100%;
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width:430px) {
    #banner-home h1 {
        font-size: 1.75rem;
    }
}

#home a.button {
    margin-top: 30px;
}

#home p {
    margin-bottom: 1rem;
}

/*------------------------------------------------------------------------------------------------------------------*/
/* QUEM SOMOS */
/*------------------------------------------------------------------------------------------------------------------*/

.section-header {
    margin-bottom: 20px;
}

/*------------------------------------------------------------------------------------------------------------------*/
/* QUEM SOMOS */
/*------------------------------------------------------------------------------------------------------------------*/

.video-container {
    margin-top: -180px;
}

#quem-somos video, #video-placeholder {
    max-width: 500px;
    height: 600px;
    border-radius: 8px;
    object-fit: cover;
}

#video-placeholder img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

@media (max-width: 1200px) {
    #quem-somos {
        padding-left: 5%;
        padding-right: 5%;
    }

    #quem-somos video, #video-placeholder {
        width: 100%;
        max-height: 350px;
        margin-bottom: 20px;
    }
}

/*------------------------------------------------------------------------------------------------------------------*/
/* SERVIÇOS */
/*------------------------------------------------------------------------------------------------------------------*/

#home #servicos {
    text-align: center;
    position: relative;
}

#home #servicos .box-servicos {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

#home #servicos .box-servicos .servico-imagem {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 50px;
    position: relative;
    width: 350px;
    height: 200px;
    text-align: left;
    text-transform: uppercase;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

#home #servicos .box-servicos .servico-imagem::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--preto);
    opacity: 0.9;
    z-index: 1;
    mix-blend-mode: multiply;
    border-radius: 15px;
}

#home #servicos .box-servicos .nome-servico {
    position: relative;
    z-index: 2;
    color: var(--branco);
    text-align: center;
    font-weight: 700;
}

/*------------------------------------------------------------------------------------------------------------------*/
/* BANNER SECUNDÁRIO */
/*------------------------------------------------------------------------------------------------------------------*/

#banner-secundario {
    height: 365px;
    background-position-x: center;
    background-position-y: bottom;
    display: flex;
    align-items: center;
}

#banner-secundario p {
    color: var(--branco);
    font-size: 1.2rem;
}

@media (max-width: 900) {
    #banner-secundario .container {
        align-items: end;
        display: flex;
        flex-direction: column;
    }
}

/*------------------------------------------------------------------------------------------------------------------*/
/* PROJETOS */
/*------------------------------------------------------------------------------------------------------------------*/

#projetos {
    display: flex;
}

#projetos .foto {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 8px 8px 0;
    margin-right: 20px;
}

#projetos .projetos-box {
    list-style-type: square;
}

#projetos .projetos-box li {
    margin-bottom: 0.5rem;
    margin-left: 1rem;
}

#projetos .projetos-box li::marker {
    font-size: 10px;
    color: var(--azul);
}

@media (max-width: 1100px) {
    #projetos .foto {
        border-radius: 8px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #projetos .container-text, #projetos .row .col-md-6:first-child {
        padding-right: 5%;
        padding-left: 5%;
    }
}

#projetos .row {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

#projetos .col-md-6:first-child {
    padding-left: 0;
    padding-right: 50px;
}

#projetos .container-text {
    padding-right: 10%;
}


/*------------------------------------------------------------------------------------------------------------------*/
/* CONTATO */
/*------------------------------------------------------------------------------------------------------------------*/

#contato .container {
    padding: 50px;
    border-radius: 10px;
}

@media (max-width: 1100px) {
    #contato .container {
        border-radius: 0;
    }
}

/*------------------------------------------------------------------------------------------------------------------*/
/* GERAL */
/*------------------------------------------------------------------------------------------------------------------*/

#faq, #depoimentos {
    text-align: center;
}

/*------------------------------------------------------------------------------------------------------------------*/
/* AREA DE ATUAÇÃO */
/*------------------------------------------------------------------------------------------------------------------*/

#areas-atuacao {
    text-align: center;
}

#areas-atuacao .areas-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
	flex-wrap: wrap;
}

#areas-atuacao .areas-box .areas h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

#areas-atuacao .areas-box .areas {
    width: 300px;
    height: 450px;
    text-align: center;
    list-style: none;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--branco);
}
