/* Escritura sobre la foto de portada */
.typed-words {
    color: #00989d;
    opacity: 0.9;


  }

/* Barras móviles sobre la foto de portada */
.barras div{
    font-size: 6px;
    background-color: #00989d;
    text-align: right;
    padding: 0.05%;
    margin: 3px;
    color: white;
}

.barras {
    position: absolute;
    top: 77%;
    left: 6.7%;
    z-index: 2;
    /* height: 40%; */
    height: 20%;
    width: 60%;
    opacity: 0.6;
}



  