@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", medium;
}

header {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.5)), url(../img/fundo-predios.png);
    background-size: cover;
    top: 0;
    
}

.nav {
    padding-top: 2%;
    display: flex;
    justify-content: center;
    gap: 5%;
    color: white;
    font-size: 20px;
    padding-left: 7%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    font-weight: bold;
}

.logo-header {
    padding-top: 10%;
    display: flex;
    justify-content: center;
    padding-bottom: 5%;
    padding-left: 7%;
}

main {
    margin-top: 3%;
    color: #595959;
}

.texto-maior {
   display: flex;
   flex-direction: column;
   align-content: space-between;
   text-align: center;
   font-size: 20px;
}

.texto-menor {
    display: flex;
    text-align: justify;
    justify-content: center;
    margin: 3%;
    font-size: 17px;
}

.logo-footer {
    display: flex;
    justify-content: center;
    margin-top: 10%;
}

.anbima {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.linha-centralizada {
    width: 80%;
    color: #595959;
}

footer {
  display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-content: flex-end;
    align-items: center;
}




.header-bg-doc {
   background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.5)), url(../img/fundo-predios.png);
   background-position: 3%;
    
}

.header-cont-doc {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-documentos {
    display: flex;
    align-items: center;
    margin-left: 5%;
    margin-bottom: 3%;
    margin-top: 3%;
}

.links-documentos {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    gap: 50px;
    margin-right: 7%;
}

.main-doc { 
    text-align: center;
    color: black;
}

.documentos {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.documento {
    display: flex;
    padding: 18px 0;
    margin-left: 50px;
    margin-right: 50px;
    border-bottom: 1px solid #e5e5e5;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    color: #595959;
}
.documento a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

span.nome img {
    padding-right: 20px;
}

.contato {
   margin-left: 100px; 
   height: 90vh;
}

.teste {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 200px;
}

.contato-titulo {
    color: #595959;
    font-family: "Montserrat";
    display: flex;
    justify-content: center;
}

.form {
    display: flex;
    flex-flow: column;
    gap: 10px;
    width: 460px;
    height: 50px;
    margin-bottom: 50px;
    color: #595959;
}

.botao {
    padding: 20px 0px 20px 0px;
    margin-top: 30px;
    width: 200px;
    height: 100%;
    background-color: #13501B;
    color: white;
    font-family: "Montserrat";
    border-radius: 8px;
    border: none;
    display: flex;
    justify-content: center; 
    align-items: center; 
    cursor: pointer; 
}

input {
    padding: 10px;
}

textarea {
    padding-bottom: 100px;
    overflow: hidden;
}

.adress {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #444444;
}

.adress-lista {
    display: flex;
    
}

.adress-lista-info {
    margin-left: 20px;
}

.elemento-lista {
    display: flex;
    align-items: center;
}
