.aboutus-title {
  font-size: 1.35rem;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.aboutus-text {
  font-size: 1rem;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.item-objetive {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.item-objetive-show {
  color: #fff;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 0.6s;
  animation-name: animatebottom;
  animation-duration: 0.6s;
	display: none;
  span {
    color: #F9BE00;
  }
}
.item-objetive-c {
  transition: all 0.02s ease-in;
}
.item-objetive-c:hover .item-objetive-hide {
  color: #F9BE00;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 0.6s;
  animation-name: animatebottom;
  animation-duration: 0.6s;
}
.item-objetive-c:hover .item-objetive-show {
  display: flex;
}
.item-objetive-c:hover {
  background-color: rgba(0,0,0,0.6);
  background: rgba(0,0,0,0.6);
}

@keyframes text-animated {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@media (max-width: 576px) {
  .item-objetive {
    width: 100%;
    height: auto;
  }

  .item-objetive-show {
    color: #fff;
  	display: flex;
    span {
      color: #F9BE00;
    }
  }

  .item-objetive-hide {
    color: #F9BE00;
  }

  .item-objetive-c {
    background-color: rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.5);
  }

  .timeline li {
    display: flex;
    align-items: center;
  }

  .timeline li .timeline-image{
    width: 90px;
    height: 90px;
  }

  .timeline li .timeline-panel {
    width: 100%!important;
    padding-left: 112px!important;
    margin: 0!important;
  }

}
