@media only screen and (min-width: 1921px) {
  /* PROJECT-GENERAL */
}
@media only screen and (max-width: 1620px) {
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1025px){
}
@media screen and (max-width: 993px) {
}
@media screen and (max-width: 800px){
}
@media screen and (max-width: 720px) {
}
@media screen and (max-width: 600px) {
  section.header .logo-header{
    width: 5rem;
  }
  .txt-header{
    margin: 0;
    right: 2rem;
  }
  .txt-w{
    font-size: 2rem;
  }
  .txt-header .txt-crew{
    font-size: .9rem;
  }
  .btn{
    margin-bottom: 3rem;
  }
  .movil{
    display: block;
  }
  .desktop{
    display: none;
  }
  section.header{
    background-attachment: inherit;
  }
    footer .powered{
      display: inline-block;
      margin-top: 3rem;
    }
    .logo-woorx{
      display: inline;
    }
}
