.marcoInscription {
  justify-content: center;
  justify-items: center;
  margin-top: 10%;
  background-color: #bccc00;
  width: 70%;
  height: 100%;
  border-radius: 20px;
  margin-bottom: 10%;
}

.marco-successful {
  justify-content: center;
  justify-items: center;
  margin-top: 10%;
  background-color: #bccc00;
  width: 50%;
  height: 351px;
  border-radius: 20px;
  margin-bottom: 10%;
}

.marco {
  padding-top: 3%;
  padding-bottom: 3%;
  justify-content: center;
  justify-items: center;
  margin-top: 10%;
  background-color: #bccc00;
  width: 70%;
  height: 100%;
  border-radius: 20px;
  margin-bottom: 10%;
}

.centerMarco {
  display: flex;
  justify-content: center;
  align-items: center;
}

.textColor {
  color: #006881;
}

.borderRadiusBtn {
  border-radius: 15px;
}

.borderRadius {
  border-radius: 30px;
}

.centrarForm {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sizeBtn {
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #005f79;
  color: #a7d21d;
  height: 100%;
  padding-bottom: 5px;
}

.centrarBtn {
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-top: 20px;
}

.centrarText {
  padding-top: 102px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.texto1-successfull {
  font-size: 28px;
  font-weight: bold;
}

.tamanioBtn {
  /* width: 283px; */
  height: 80px;
}

/* Actualizacion de estilos para formulario de contacto */

.hero-contact {
  width: 100%;
  min-height: 60rem;
  background: url("../img/Contact-Image.png") center/cover no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 5%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.contact-wrapper {
  background: #bdd418;
  border-radius: 32px;
  padding: 30px 20px 50px;
  max-width: 37rem;
  width: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .60);
}

.btn-contact {
  background: #005c74 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 25px;
  transition: .25s ease;
  width: 13rem;
  height: 4rem;
}

.btn-contact:hover {
  background: #00455a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

.contact-wrapper .form-control {
  border-radius: 13px;
  border: none;
  height: 36px;
  padding-left: 18px;
  font-size: .875rem;
}

/* dobla los campos en dos columnas en pantallas ≥576px */
@media (min-width:576px) {
  #contactForm .row>[class*="col-"] {
    margin-bottom: 1rem;
  }
}

@media (max-width:575.98px) {
  .hero-contact {
    justify-content: center;
    padding: 40px 1rem;
  }

  .contact-wrapper {
    padding: 35px 30px;
  }
}