  body {
    padding-top: 30px;
    margin-bottom: 0%;
  }
  footer{
    background-color: #454545;
    margin-bottom: 0%;
  }
  #quesomos{
      padding: 30px;
      margin-bottom: 30px;

      border-width: thick !important;
      border-color: lightcoral!important;
      background-color: #ffffff; 
  }
  #objetivos{
    padding: 30px;
    margin-bottom: 30px;

    border-width: thick !important;
    border-color: lightcoral!important;
    background-color: #ffffff; 
}

  #historia{
    padding: 30px;
    margin-bottom: 30px;

    border-width: thick !important;
    border-color: lightcoral!important;
    background-color: #454545; 
}



  .curved{
    background: #454545;
    
  }
  .curved2{
    background: #fff;
    
  }
  @media only screen and (max-width: 991px) {
    #logo{
      width: 180px;
      height: 60px;
    }
    #example{
      font-size: 25px;
    }

  }