/* Nav */
.navbar {
    background: white;
    color: black;
    transition: all 0.3s;
    font-size: 15px;
}
  
.navbar #NavComponents{
    margin-top: 25px;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.navbar img {
    margin-top: 15px;
    margin-bottom: 0;
    width: 120px;
    height: 70px;
    transition: all 0.3s;
}

.navbar a {
    color: black !important;
}

.navbar li{
    border-radius: 5px;
    margin-right: 10px;
}

.navbar li:hover{
    background-color: #ddd;
}

.navbar #ecosol_link a, .navbar #portal_link a{
    color: #4696CB !important;
    font-weight: bold;
}

.navbar #ecosol_link:hover, .navbar #portal_link:hover{
    background-color: #CEEAF6;
}

.navbar button {
    color: white !important;
    margin-left: 10px;
    background-color: #c28749;
    font-weight: bold;
    border: 2px solid #c28749;
        transition: all 0.3s;
}

.navbar button:hover {
    background-color: white;
    border: 2px solid #c28749;
    font-weight: bolder;
    color: #c28749 !important;
}

.navbar.compressed {
    padding-bottom: 0px;
}

.navbar.compressed #NavComponents{
    margin-top: 10px;
    margin-bottom: 0px;
}

.navbar.compressed img {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar.compressed button {
    color: #c28749 !important;
    margin-left: 10px;
    background-color: white;
    font-weight: bold;
    border: 1px solid white;
        transition: all 0.3s;
}

/* Capa
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}

.col-md-12{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.py-5 {
  padding-top: 4.5rem !important;
}

.py-5 {
  padding-bottom: 4.5rem !important;
}

.text-center {
  text-align: center !important;
}

.bg-gradient {
  overflow: hidden;
  color: #212529;
  background: linear-gradient(-30deg, #4c9ac4 0%, #cc9a66 50%, #cc9a66 100%);
}*/

body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-image: url("../_resources/fundo.png");
      background-attachment: fixed;
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      font-size: 20px;
  }
  
  .grupoIntegrantes{
    list-style-type: circle;
    margin-top: 20px;
  }

  .grupoIntegrantes li{
    margin-top: 10px;
  }
  
  .container{
      width: 70%;
      margin-top: 10px;
      margin-bottom: 10px;
      border-radius: 5px;
  }
  
  #list-body{
      background-color: white;
      padding: 40px;
  }
  
  .grupoIntegrantes a{
    /* color: #AD663B; */
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #AD663B;
}
  
  #tituloPagina{
    margin-top: 10%;
  }

  .projeto{
      font-size: 25px;
      font-family: 'Abril Fatface', cursive, 'Roboto', sans-serif;
  }
  
  hr{
      height: 1px;
      /* background-image: linear-gradient(to right, transparent,#444, #444, #444, transparent); */
      background-image: linear-gradient(to right, transparent,#AD663B, #AD663B, #AD663B, transparent);
    margin:5px 0;
    margin: 15px 0px;
  }
  
  @media only screen and (max-width: 600px){
    .container{
      width: 100%;
      margin: 0;
    }
  }

  @media only screen and (max-width: 1550px){
    #tituloPagina{
        margin-top: 20%;
    }
  }