#hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  background: #FFFFFF;
}

#mobile-title-container {
  margin: 20px 0;
  text-align: center;
}

#mobile-title {
  width: 20%;
  height: auto;
}

#mobile-subtitle {
  font-size: 23px;
  color: #4D4D4D;
  margin: 10px 0;
  font-family: "Novecentowide Light", sans-serif !important;
  text-transform: uppercase;
}

#web-subtitle {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 6px;
  margin-top: 15px;
  font-family: "Novecentowide Light", sans-serif !important;
  text-transform: uppercase;
}

#web-title-container {
  position: absolute;
  top: 8%;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}

#web-title {
  width: 25%;
  height: auto;
}

#logo-dark {
  width: 50px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}

#logo {
  width: 75px;
  height: auto;
  position: absolute;
  top: 30px;
  right: 30px;
}

#hero-button-container {
  position: absolute;
  bottom: 5%;
  align-self: center;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}

#mobile-leyend {
  margin: 30px 0;
  text-align: center;
}

@media (min-width: 544px){

  #mobile-title-container {
    display: none;
  }

  #logo-dark {
    display: none;
  }
}

@media (max-width: 992px){
  #button {
    font-size: 12px;
    padding: 5px 30px;
    border-radius: 5px;
  }

  #web-subtitle {
    letter-spacing: 3px;
  }
}

@media (max-width: 768px){
  #web-subtitle {
    font-size: 15px;
    letter-spacing: 1px;
  }

  #hero-button-container {
    bottom: 3%;
  }
}

@media (max-width: 543px){

  #mobile-title {
    width: 50%;
    height: auto;
  }

  #mobile-subtitle {
    font-size: 10px;
    font-weight: 700;
    color: #4D4D4D;
    letter-spacing: 1px;
    margin: 10px 0;
    font-family: "Novecentowide Light", sans-serif !important;
    text-transform: uppercase;
  }

  #logo {
    display: none;
  }

  #web-title-container {
    display: none;
  }

  #hero-button-container {
    display: none;
  }
}