html{
  scroll-behavior:smooth;
}

[id]{
  scroll-margin-top:0px;
}

#beneficios-titulo{
  scroll-margin-top:80px;
}


#plataforma{
  scroll-margin-top:0px;
}


.barra{
  width:100%;
  display:flex;
  background-color:black;
  color:white;
  position:absolute;
  padding:35px 40px;
  top:0;
  z-index: 30;
}

    .barra .contenedor{
      width:100%;
      max-width:1552px;
      display:flex;
      justify-content:space-between;
    }

  .barra .logo{
    width:100px;
    height:134.85px;
    display:flex;
    flex-shrink:0;  
  }

  .barra img{
    object-position:center;
    object-fit:cover;
    width:100%;
    height:100%;
  }

  .barra .menu{
    display:flex;
    width:100%;
    max-width:693px;
    align-items:center;
    justify-content:space-between;
  }

  .barra a{
    font-size:14px;
    line-height:14px;
    text-decoration:none;
    cursor:pointer;
    color:white;
    text-transform: uppercase;
  }
