body{
    background: #FFF;
    font-size: 17px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-size: 0.95rem;
  }

.navbar{
    position: sticky;
    top: 0;

}


.paragraph-logo{
    padding-left: 20px;
    max-width: 300px;
    height: auto;
    
}




.container {
    background-color: #FFF;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
} 


/* Imagem + Texto Sobre */
.institutional{
    height: 300px;
    background-image: url(../img/about-us-appartment-shadow.png);   
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-paragraph{
    margin-top: 30px;
    margin-bottom: 30px;
}


.institutional h1{
    text-transform: uppercase;
 color: #FFF;
 font-size: calc(1em + 1vw);
 padding: 30px;
}


/* Adimo Logos: 1997 - 2022 */
figure{
    display: inline-block;
    width: 300px;
    margin: 0 5px;
}
figcaption{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

figure img{
    padding: 0;
}


/* Texto Sobre */
.about-us-paragraph{
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
}


.about-us-paragraph h3{
    color: #3941a0;
    margin-top: 30px;
    margin-left: auto;
}

.about-us-paragraph p{
    margin-top: 10px;
}

.about-us-paragraph p a{ 
    color: #3941a0;
    font-weight: bold;
}

.about-us-paragraph h3{
    text-transform: uppercase;
}

/* Missão Visão e Valores */
  /* Texto Sobre nossos Serviços */


.cards{

    background-color: #3941a0;
    color: #FFF;
    padding-top: 0;
    padding-bottom: 0;
}

.cards h3{
    padding-top: 20px;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 0;
}

 .about-services{
    text-align: center;
    background-color: #d9d9d9;
  }


  .services{
    text-align: center;
    display: flex;
    align-items: center;
  }


  /* Pessoas */
  .pessoas{
      height: 300px;
      background-image: url(../img/pessoas-2_Prancheta\ 1.png);   
      background-size: cover;
      background-position: center;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  


  .content h2{
      margin: 0;
  }

  .content{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: 10px;
    padding: 20px;
    border: none;
  }

  .content i{
    font-size: 80px;    
  }

  .content  > *{
    flex: 1 1 100%;
  }


  .content h2{
    margin: 16px 0;
  }

  /* Imagem no Final */
  .down-image{
    max-width: 1200px;
    background-image: url(../img/city-2-cropped.jpg);
    background-size: cover;
    height: 200px; 
    margin-bottom: 50px;

  }


  /* Ajuste Mobile Nossos Valores */
  @media(max-width: 900px){
    .services{
      display: flex;
      flex-direction: column;
    }
  }

  /* Posicionamento dos Logos 1997-2022 */
  @media (max-width: 700px) {
    figure{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 45px;
    }
    img{
        padding: 0;
    }
  }