@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
}
body {
    border: none;
    position: center;
    font-size: 100%;
    background: white;
}
/*Formatação de Textos*/
.titulo {
    color: #C6C6C6;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 48px;
    font-weight: 500;
}
.subtitulo {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.subtitulo2{
    color: #3D5975;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.textocomum {
    color: #3D5975;
    line-height: 20px;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 12px;
}

a.link_menu:hover{opacity: 50%;}
/*Fim Formatação de Textos*/

/* Cabeçalho*/
.cabecalho {
    z-index: 1000;
    color: white;
    position: fixed;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: #2B6CA3;
    opacity: 100%;
    border: none;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}
.cabecalho_img {
    margin-top: 30px;
    height: 80px;
    content: url("img/logo completa_b_3.svg");
    filter: drop-shadow(0px 0px 1px white);
}
.cabecalho_texto {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    gap: 15px;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 15px;
    font-weight: 100;
}
.cabecalho_vazio {
    height: 50px;
    border: none;
}
.categoriatitulo {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
/*Fim Cabeçalho*/

/*Banner*/
.div_banner {
    border: none;
    display: flex;
    justify-content: center;
    max-height: 400px;
}
.img_banner {
    z-index: 800;
    width: 100%;
    height: 400px;
    background-attachment: fixed;
    opacity: 70%;
    background-image: url('img/banner/hd-02.avif');
    background-position: center;
    background-repeat: no-repeat;
    background-image: contain;
    background-size: cover;

}

/*Fim Banner*/

/*áreas de atuação*/
.areasdeatuacao {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 10px;
}
.div_areas_conteudo {
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.div_areas {
    padding: 15px;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 226px;
    background-color: #F7F7F7
}
.txt_areas {
    color: #3D5975;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: left;
}
.img_urb {
    background-image: url("banco/img_cards/urb_thumb.jpg");
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: contain;
    background-size: cover;
    
}
.img_mob {
    background-image: url("banco/img_cards/mob_thumb.jpg");
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: contain;
    background-size: cover;
}
.img_inf {
    background-image: url("banco/img_cards/inf_thumb.jpg");
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: contain;
    background-size: cover;
}
.img_arq {
    background-image: url("banco/img_cards/arq_thumb.jpg");
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: contain;
    background-size: cover;
}

/*Quem Somos*/
    /*Texto do Quem somos*/
.quemsomos {
    display: flex;
    justify-content: center;
    height: 600px;
    width: 100%;
    background-color: #F7F7F7;
    gap: 20px;
    max-height: 600px;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
.quemsomos_txt {
    text-align: justify;
    padding: 5px;
    width: 400px;
    height: 100%;
}
.quemsomos_txt_txt {
    resize: none;
    height: 73%;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 25px;
    color: #3D5975;
    overflow: hidden;
}
@media screen and (min-width: 1001px) {
    div.quemsomos_txt_txt{
        font-size: 15px
    }
}
@media screen and (max-width: 1000px) {
    div.quemsomos_txt_txt{
        font-size: 10px;
        line-height: 15px;
    }
}
    /*Fim Texto do Quem somos*/
    /*Slider*/
.slider {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    height: 600px;
    width: 600px;
    overflow: hidden;
}
.slider > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.btn-slider {
    width: 60px;
    height: 30px;
    border-radius: 7px;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, .1);
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-slider:hover,
.btn-slider:focus {
    color: white;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
}
.btn-slider:active{
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, .3);
}
.controle-slider-esq {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 600px;
    z-index: 10;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
}
.controle-slider-dir {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 600px;
    z-index: 10;
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
}
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
}
.slide > img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.slide[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
}
    /*Fim Slider*/
/*Fim Quem Somos*/

/*Faixa de dados*/
.faixadados {
    /*position: sticky;
    top: 40px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background-color: #EDCD1F;
    width: 100%;
    height: 150px;
}
.linhavertical {
    height: 45px;
    width: 3px;
    background-color: white;
    float: left;
}
.dados_tit {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.659));
    color: white;
    font-size: 80px;
    font-family: 'Lexend Deca', sans-serif;
}
.dados_sub {
    color: #3D5975;
    font-size: 20px;
    font-family: 'Lexend Deca', sans-serif;
}
.dados {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*Fim faixa de Dados*/

/*Projetos*/
.subtitulo_proj{
    color: #3D5975;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.tipo_proj_txt{
    color: gray;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 35px;
    font-weight: 100;
}
.div_tipo_proj{
    display: flex;
    text-align: left;
}
.projetos{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.proj_{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /*border: 1px dashed black;*/
    width: 75%;
}
.galeriaproj{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    /*border: 1px dashed black;*/
    width: 100%;
    height: auto;
}
.galeriaproj img{
    width: 100%;
}
.galeriaproj_v{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    width: 100%;
    height: auto;
}
.galeriaproj_v iframe{
    width: 100%;
}
/*Fim Projetos*/
/*Clientes*/
.clientes{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.clientes img{
    width: 100%;
}
.div_clientes{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
    gap: 15px;
    align-items: center;
    width: 60%;
    /*border: 1px solid black;*/
}
/*Fim Clientes*/
/*Contato*/
.contato {
    background-color: #F7F7F7;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.div_contato{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    width: 70%;
}
#map {
    background-color: gray;
    height: 500px;
    width: 500px;
}
.separador_mapa {
    width: 2px;
    background-color: lightgray;
}
.info_contatos{
    width: 500px;
    
}
/*Fim Contato*/

.rodape{
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 30px;
}