.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.background {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #a741ff;
  background: -moz-linear-gradient(top, #a741ff 0%, #5480fd 100%);
  background: -webkit-linear-gradient(top, #a741ff 0%, #5480fd 100%);
  background: linear-gradient(to bottom, #a741ff 0%, #5480fd 100%);
  
}
.wrapper {
  width: 80%;
  height: 100%;
  min-height: 800px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 60px 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
}
.wrapper .header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #81a2ff;
  background: -moz-linear-gradient(top, #81a2ff 0%, #c1e1ff 100%);
  background: -webkit-linear-gradient(top, #81a2ff 0%, #c1e1ff 100%);
  background: -webkit-linear-gradient(90deg, #690a1e,#500724,#31092e,#190933);
  overflow: hidden;
}
.wrapper .header .logo {
  width: 50px;
  height: auto;
  position: absolute;
  top: 50px;
  left: 100px;
}
.wrapper .header .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 33px;
  position: absolute;
  top: 50px;
  right: 100px;
  text-align: right;
  width: auto;
}
.wrapper .header .menu li {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}
.wrapper .header .content {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -85%);
}
.wrapper .header .content h1 {
  color: #ffffff;
  margin: 0;
  font-size: 3.3em;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
}
.wrapper .header .content h2 {
  color: #fff;
  margin: 0;
  font-size: 1.3em;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
}
.wrapper .header .content h3 {
  color: #fff;
  margin: 0;
  font-size: 1.3em;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
}
.wrapper .header .content .buttons {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.wrapper .header .content .button {
  display: inline-block;
  width: 150px;
  height: 50px;
  padding-left: 20px;
  background: #000;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  margin: 40px 5px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 12px 20px -10px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 12px 20px -10px rgba(0,0,0,0.65);
  box-shadow: 0px 12px 20px -10px rgba(0,0,0,0.65);
  transition: box-shadow 0.5s;
}
.wrapper .header .content .button:hover {
  -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.65);
  box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.65);
  transition: box-shadow 0.5s;
}
.wrapper .header .content .button.apple {

  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.wrapper .header .content .button.apple:hover {
  background-color: #f0f0f0; /* Cambia el color de fondo cuando el cursor está encima */
  color: #030303; /* Cambia el color del texto */
  cursor: pointer; /* Cambia el cursor a una mano */
}
.wrapper .header .content .button.google {
  
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.wrapper .header .content .button.google:hover {
  background-color: #f0f0f0; /* Cambia el color de fondo cuando el cursor está encima */
  color: #000000; /* Cambia el color del texto */
  cursor: pointer; /* Cambia el cursor a una mano */
}
.wrapper .header .waves {
  width: calc(100% + 10px);
  height: auto;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  z-index: 0;
}
.wrapper .header .curve {
  display: none;
  width: calc(100% + 10px);
  height: auto;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 1200px) {
  .wrapper {
    width: 90%;
    margin: 40px 0;
  }
}

@media (max-width: 992px) {
  .wrapper {
    width: 95%;
    margin: 30px 0;
  }
}

@media (max-width: 768px) {
  .wrapper {
    width: 100%;
    margin: 20px 0;
  }
}

@media (max-width: 576px) {
  .wrapper {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  .wrapper .header .logo {
    top: 20px;
    left: 20px;
  }

  .wrapper .header .menu {
    top: 20px;
    right: 20px;
  }

  .wrapper .header .content {
    top: 40%;
    transform: translate(-50%, -40%);
  }

  .wrapper .header .content h1 {
    font-size: 2.5em;
  }

  .wrapper .header .content h2,
  .wrapper .header .content h3 {
    font-size: 1em;
  }

  .wrapper .header .content .button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .wrapper .header .logo {
    top: 10px;
    left: 10px;
  }

  .wrapper .header .menu {
    top: 10px;
    right: 10px;
  }

  .wrapper .header .content {
    top: 30%;
    transform: translate(-50%, -30%);
  }

  .wrapper .header .content h1 {
    font-size: 2em;
  }

  .wrapper .header .content h2,
  .wrapper .header .content h3 {
    font-size: 0.8em;
  }

  .wrapper .header .content .button {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 0.8em;
  }
}