.fondo-obtener {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(http://[::1]:5173/resources/js/Images/Nosotros/fondo.svg);
  height: 100vh;
}

.registro-container {
  max-width: 565px;
  width: 100%;
  height: 263px;
  margin-top: 39px;
}

.texto-verde {
  color: #32b5ab;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.obtener-boton {
  display: inline-flex;
  height: 28px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #f07f1e;
  color: #ffffff;
}

.calendar-container {
  max-width: 903px;
  width: 100%;
  height: 189px;
  margin-top: 58px;
}

.texto-agenda {
  color: #03547e;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.parte1-container {
  max-width: 399px;
  width: 100%;
}

.icono {
  margin-top: 15px;
  margin-bottom: 21px;
}

.boton-agregar {
  display: inline-flex;
  height: 28px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #f07f1e;
  color: #ffffff;
}

.parte2-container {
  max-width: 389px;
  width: 100%;
  white-space: pre-line;
  gap: 9px;
}

.texto-titulo {
  color: #03547e;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
}

.contenido-parte2 {
  color: #858585;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contenido-parte2 span {
  color: #1aa592;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
