.tech-slideshow {
  height: 400px;
/* max-width: 1110px; */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-border-radius: 100px 30px 30px 30px;
  border-radius: 10px 10px 10px 10px;
}
.tech-slideshow > div {
  height: 400px;
  width: 4486px;
  background: url(../img/equipamiento.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 140s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 350px;
  animation: moveSlideshow 140s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  opacity: 0;
}
@keyframes moveSlideshow {
  50% { 
    transform: translateX(-66.6%);  
  }
}

/* GLOBAL STYLES
-------------------------------------------------- */
.ttyped{
  color:#2a2b30;
}
.contenedor-typed{
  text-align: center;
}
body {
    padding-top: .1rem;
    padding-bottom: .5rem;
    color: #5a5a5a;
    padding: 5.2rem 0 0 0;
    background-color: #f0f0f0;
  }

.es {
  color:#000;
  }

 /* -------------------------------------------------- */

  
footer {
  background: #000000;
  text-align: center;
  color: #fff;
  padding: 0% 1% 0% 1%;
  }
  

/* -------------------------------------------------- */
/* -------------------------------------------------- */
