/* HERO: imagen de fondo, altura total */
#portada {
    background: url('../img/proyectos/tohami2/TOHAMI\ II.webp') center center / cover no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5.5rem 0 ;
    
  }