.timelifeol {
  display: flex;
  width: 800px;
  justify-content: space-between;
  position: relative;

  &:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0099DB;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: -1;
  }
}

.timelifeli {
  list-style-type: none;
  position: relative;
  cursor: pointer;

  &:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0099DB;
    border: 2px solid #0099DB;
    transition: #0099DB .2s ease;
    -webkit-transition: #0099DB .2s ease;
    -moz-transition: #0099DB .2s ease;
    -ms-transition: #0099DB .2s ease;
    -o-transition: #0099DB .2s ease;
}
}

.timelifeli:hover:after {
  background-color: mix(#0099DB, #222222);
}

.timelifespan {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  text-align: center;
  text-align: center;
  width: 800px / 8;
}

.timelifeimg {
  position: relative;
  top: -10px;
  width: 100%;
}

.trayectoria {
  background: rgb(0, 89, 128);
  background: linear-gradient(0deg, rgba(0, 89, 128, 1) 0%, rgba(0, 153, 219, 1) 60%);
}

.trayectoriaol {
  display: flex;
  width: 800px;
  justify-content: space-between;
  position: relative;

  &:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: -1;
  }
}

.trayectoriali {
  list-style-type: none;
  position: relative;
  cursor: pointer;

  &:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    transition: #ffffff .2s ease;
    -webkit-transition: #ffffff .2s ease;
    -moz-transition: #ffffff .2s ease;
    -ms-transition: #ffffff .2s ease;
    -o-transition: #ffffff .2s ease;
}
}

.trayectoriali:hover:after {
  background-color: mix(#ffffff, #222222);
}

.trayectoriaspan {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  text-align: center;
  text-align: center;
  width: 800px / 8;
}

.trayectoriaimg {
  position: relative;
  top: -10px;
  width: 100%;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider {
  width: 85%;
  height: 100px;
 position: relative;
  background: rgba(255, 255, 255, 0);
  display: flex;
  overflow: hidden;
  padding-left:200px;
}

.slide {
  height: 100px;
  display: flex;
  align-items: center
    
}

.slide img {
  height: 70px;
  padding: 0 30px 0 30px;
}

.slider::before,
.slider::after {
  height: 100px;
  width: 200px;
  position: absolute;
  content: "";
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.slider::before {
  left: 0;
  top: 0;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(210deg);
}


#partners_responsive{
      width: 50% !important;
      display:none !important;
      visibility:hidden !important;
  }

/*Esta sección comprende el diseño responsivo del sitio se haran ajustes de las secciones y elementos para dichos fines*/

@media screen and (max-width: 700px) {
    
    
     /*Se ajusta disposición del tamaño maximo del cuerpo de la pagina*/
   /* .overflow-x-hidden{
        width:100%;
    } */
    
    /*Se ajusta disposición del menu*/
  #menu_principal{
      display:block !important;
      min-width: 50% !important; 
      align-self: right !important;
      width:70% !important;
      margin:5px !important;
  }
  
    /*Se ajusta disposición de elementos dentro del header*/
  #main_header{
    justify-content:space-around !important;
    align-items:center !important;
    display:flex !important;
    width: 100% !important;
  }
  
  #logo_css{
      display:flex !important;

  }
 
 #partners_sec{
     display:none !important;
 }
 
 
  #logo_css img{
      align-self:center !important;
  }
  
  
  #lineas_trabajo{
      display:block !important;
  }
  

  
  #foot_general{
      margin-top:40px !important;
      padding-left: 70px !important;
  }
  
  #galeria_css{
      padding 20px !important;
  }
  
}

/* 91722549 */