.fondo-thanks {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(@/Images/ThanksPages/fondo.png);
  margin: 0;
}

.thanks-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 45px;
}

.thanks-bienvenido {
  text-align: center;
  color: #01558c;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  white-space: pre-line;
  margin: 35px 0 20px 0;
}

.thanks-bienvenido b {
  color: #03a591;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
}

@media (max-width: 768px) {
  .thanks-bienvenido {
    color: #01558c;
    font-size: 48px;
  }

  .thanks-bienvenido b {
    color: #03a591;
    font-size: 48px;
  }
}

.tnks-texto-fondo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-shrink: 0;
  padding: 10px 0;
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  white-space: pre-line;
}

.thanks-procesado {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 127%;
  margin: 0 20px;
}

.thanks-procesado b {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 127%;
}

.thanks-msj-mension {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  min-height: 250px;
  line-height: 127%;
  white-space: pre-line;
  color: #01558c;
  margin: 0 20px 30px 20px;
}

.thanks-gracias {
  margin: 20px 10px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.medical-icon {
  max-width: 156px;
  width: 100%;
  padding-bottom: 15px;
  margin: 10px 0;
}


@media (max-width: 770px) {
  .thanks-bienvenido {
    max-width: 417px;
  }

  .thanks-procesado b {
    font-size: 20px;
  }


  .thanks-gracias {
    font-size: 20px;
  }
}
