section {
  width: 100%;
  height: 81vh;
  position: relative;
  background-image: url("../assets/lagunaEjemplo.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

section .container {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: 100%;
  align-items: center;
}

.content {
  height: 80vh;
}

.formulario {
  width: 100%;
  height: fit-content;
  padding: 1.5rem;
  justify-content: center;
  top: 14%;
  left: 10%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}

.image {
  display: none;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.submitButton {
  width: 100%;
  background-color: rgba(161, 188, 49, 1) !important;
  border: rgba(161, 188, 49, 1) !important;
}

.success {
  color: rgb(25, 110, 25);
  transition: all 2s ease-in-out;
}

.disp-none {
  display: none;
  opacity: 0;
}

.disp-flex {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  /* .content {
    height: auto;
  } */
}

@media (min-width: 991px) {
  section .container {
    padding-top: 1rem;
  }

  .content {
    height: 85vh;
  }

  .formulario {
    width: 55%;
  }

  .image {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 2rem;
  }
}
