.timeline .content {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;  s
  -ms-user-select: none;
  user-select: none;
}


.experience {
  color:  #87CEFA;
  text-align: center;
  padding-top: 1%;
  font-weight: bold; 
}

.section-title {
  margin-top: 1vw;
  margin-bottom: 1vw;
}


/*List in FAST co*/
.list-fast {
  list-style: none;
  margin-left: -30px; 
  padding-left: 15px; 
  text-indent: -15px; /* Adjust the negative indent value to align the second line */
}

.list-fast::before {
  /* Unicode for a bullet or nothing */
  content: "";

  /* Styles for Indentation*/
  height: 10px;
  width: 10px;
/*  background: violet;*/
  display: inline-block;
  padding-left: -30px;
  margin-right: 0.5em;
  margin-bottom: 1px;
  border-radius: 50%;
/*  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cfilter id='filter-cjl800yec'%3E%3CfeTurbulence baseFrequency='0.4' numOctaves='3' seed='1'%3E%3C/feTurbulence%3E%3CfeColorMatrix class='anim' type='hueRotate' values='0'%3E%3Canimate attributeName='values' from='0' to='360' dur='4s' repeatCount='indefinite'%3E%3C/animate%3E%3C/feColorMatrix%3E%3CfeColorMatrix values='-0.5 3.6 0.4 -0.1 2.7 -0.7 0.3 -1.1 1.2 0.4 -4.5 2.4 3.3 -3.7 -1.3 -0.7 -0.4 -4.3 4.3 1.6'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='rgb(178,3,4)' class='bgRect'%3E%3C/rect%3E%3Crect width='100%25' height='100%25' filter='url(%23filter-cjl800yec)'%3E%3C/rect%3E%3C/svg%3E");*/
  box-shadow: inset 1px 1px 2px rgba(255, 255, 100, 0.7),
    0 0 9px rgba(255, 255, 255, 0.2), 0 0 7px rgba(255, 255, 155, 0.5);
}

/*end of List-fast*/


/*SIDE JOBS -OTROS TRABJOS*/
.side-jobs {
  position: relative;
  max-width: 92%;
  margin: 0 auto;
}

h6{
  margin-top:0;
  text-align: left;
  line-height: 1.25;
  font-weight: 300;
  color:#87CEFA;
}

.timeline_area {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
/*  padding: 14px 80px 18px 36px;*/
  cursor: pointer;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 5%;
}
@media only screen and (max-width: 47%) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 5%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px;
}
@media only screen and (max-width: 47%) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f1c40f;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
    /* Add the following properties to create a fully circular icon */
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}

.timeline-text {
  flex: 0 0 100%; 
}

#row-two {
  display: flex;
  justify-content: center;
}

.card-5{
  display: flex;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0,0,0,.09), 0 0 6px rgba(0,0,0,.09);
  opacity: 0.7; 
  justify-content: center;
  height: 3.1em;
}

.custom-h4 {
  text-align: center;
  margin-top: 0.5em;
}

h4 {
  text-align: center;
}