@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500&family=Poppins:wght@500;600&family=Titillium+Web:wght@600;700&display=swap');

body {
    background-image: url('../../assets/images/others/fundo_body.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* #primeira_div {


    background-image: url("../../assets/images/others/fundo_div1.jpg");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;

}

#primeira_div::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
} */



#segunda_div {
    background-color: #003641;
}

#logo_automa {
    width: 250px;
    margin-bottom: 10px;
}

#sub-principal {
    text-align: justify;
}


#img_papeis {
    width: 300px;

}

#texto_principal {
    font-family: 'Titillium Web', sans-serif;
    color: black;
    font-size: 32px;
    text-align: center;
    line-height: 33px;
}

#texto_secundario {
    font-family: 'Titillium Web', sans-serif;
    color: white;
    font-size: 25px;
    text-align: left;
    line-height: 33px;
}



.col-com-borda {
    border: solid 2px white;
    border-radius: 16px;
    margin: 10px;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.col-com-borda p {
    color: #FFE200;
    font-family: 'Poppins', sans-serif;
}


.col-com-borda img {
    margin-bottom: 20px;
}

.bg-img-1 {
    position: relative;
    background-image: url('imagens/imagem_carrossel_1.jpg');
    opacity: 1;
}

.bg-img-1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-img-2 {
    background-image: url('imagens/imagem_carrossel_2.jpg');
}

.bg-img-2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-img-3 {
    background-image: url('imagens/imagem_carrossel_3.jpg');
}

.bg-img-3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-img-4 {
    background-image: url('imagens/imagem_carrossel_4.jpg');
}

.bg-img-4::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-img-5 {
    background-image: url('imagens/imagem_carrossel_5.jpg');
}

.bg-img-5::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-img-6 {
    background-image: url('imagens/imagem_carrossel_6.jpg');
}

.bg-img-6::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-img-7 {
    background-image: url('imagens/imagem_carrossel_7.jpg');
}

.bg-img-7::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-img-8 {
    background-image: url('imagens/imagem_carrossel_8.jpg');
}

.bg-img-8::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;

    /* filter: brightness(70%); */
}

#h1_projetos {
    font-family: 'Titillium Web', sans-serif;
    color: #1a3240;
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 900;
    line-height: 40px;
}


#titulo_quem_somos {
    color: white;
    font-family: 'Montserrat', sans-serif;

}

#texto_quem_somos {
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
}

#div_quem_somos {
    padding: 30px;
    border-radius: 9px;
    /* margin: 10px; */
}

#div_icons_container {
    padding: 30px;

}

.bloco-icon {
    padding: 20px;
    border-style: dashed;
    border-width: 0.01px;
    border-color: rgb(52, 53, 65, 0.1);

}

#botao_saiba_mais {
    color: white;
    background-color: #1a3240;
}



#div_areas_atuacao {
    background-image: url('imagens/fundos_area_atuacao.jpg');
    background-size: cover;
    position: relative;
    background-position: center;
}


#div_areas_atuacao::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 54, 65, 0.8)
}

.linha {
    /* display: flex; */
    width: auto;
    justify-content: space-between;
}

.coluna {
    /* border: solid red 2px; */
    margin: 1px;

}

#titulo_segmentos {
    font-family: 'Titillium Web', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 40px;
}



.card-img-top {
    height: 220px;
    /* width: auto; */
    object-fit: cover;
}

#texto-contato {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    /* padding: 30px; */
}

#botao_equipe {
    background-color: #003641;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
}

#div_contato {
    background-image: url('./imagens/fundo-contato.jpg');
    background-size: cover;
    position: relative;
    background-position: center;
    border-top: solid white 2px;
}

#div_contato::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 54, 65, 0.8)
}

#texto-copyright {
    color: black;
    font-weight: 600;
}

#logo-footer {
    width: 100px;
    padding: 20px;
    float: right;
}

@media only screen and (max-width: 767px) {
    #h1_projetos {
        font-size: 30px;
        line-height: 30px;

    }

    #div_quem_somos {
        margin: 20px;
    }

    .coluna {
        margin: 30px;
    }

    #texto-contato {
        font-size: 25px;
        text-align: center;
        line-height: 30px;
        /* padding: 30px; */
    }

    #texto-copyright {
        text-align: center;
    }

    #logo-footer {
        /* text-align: center; */
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* width: 100px; */
    }


}