.img-proyecto-container {
    margin-top:60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.img-proyecto {
    height: 450px;
    background-image: url('https://travel.state.gov/content/travel/en/us-visas/business/_jcr_content/tsg-rwd-content-page-parsysxxx/slideshow.img.png/1512148994695.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.titulo {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #343a40;
    margin-bottom: 5px;
}

.description2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.description2 .list-group .list-group-item {
    cursor: pointer;
}
/*=====Used======*/

.used {
    background-color: #343a40;
    padding-bottom: 20px;
    padding-top: 20px;
}

.used .container {
    max-width: 100%;
    width: 100%;
    min-height: 250px;
}

.box {
    height: 60px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 5px;
    display: flex;
    flex-direction: row;
  }
  
  .box::after {
    border-radius: 2px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .box:hover {
      margin-top: 0.1px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.397);
  }
  
  .box:hover::after {
      opacity: 1;
  }

  .box-icon-container{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
      border-right: 1px;
      border-right-style: solid;
      border-right-color: #343a40;
      width: 15%;
  }
  .box-info-container  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
  }
/*====used-fin===*/
.footer {
    background-color: #21282b;
    color:white;
    height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.footer small{
    font-size: 22px;
    font-weight: bold;
}