select option:disabled {
  color: #A5A5A5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

select:invalid {
  color: #A5A5A5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

* {

  font-family: AvenirRoman, sans-serif;
}

.confirmstand-container {
  padding: 0 200px 20px;
  width: 100%;
  height: 100%;
}

.banner-image {
  max-width: 1434px;
  width: 100%;
  height: 100%;
}

.banner-confirmacion {
  width: 100%;
  height: 95px;
  background: linear-gradient(90deg, #00A490 0%, #1DB9FA 100%);
  padding: 20px;
}

.banner-confirmacion h1 {
  flex-grow: 1;
  color: #fff;
  text-align: center;
  font-size: clamp(28px, 5vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: 116.178%;
}

.form-container {
  width: 100%;
  padding-bottom: 30px;
}

/* Form */

.form1-title {
  color: #01558c;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 116.178%;
  padding-top: 30px;
}

.form1-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}

.form1-naranja {
  bottom: 39px;
  color: #f07f1e;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-group {
  min-width: 100px;
  height: 84px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 1rem;
  justify-content: flex-end;
}

.form-group label {
  color: #373737;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form-group label::after {
  content: ' *';
  color: #f0371e;
}

.form-group input,
select,
textarea {
  min-height: 38px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  transition: all 0.3s ease;
  outline: none !important;
}

/*Form3 checkbox*/

.form-check {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  gap: 0.5rem;
}

.form-check label {
  color: #696969;
  font-size: 16px;
}

.form-check input {
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background: #fff;
}

.form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::placeholder {
  color: #ccc;
}

.divtext {
  border: ridge 2px;
  padding: 5px;
  min-height: 5em;
  overflow: auto;
  min-height: 38px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background: #fff;
  transition: all 0.3s ease;
  outline: none !important;
}

/*Form4*/
.requisitos-stand {
  margin: 20px 0;
}

.requisitos-stand p {
  margin-top: 10px;
  line-height: 1.5;
  color: #696969;
  font-size: 16px;
}

.requisitos-stand strong {
  color: #696969;
  font-size: 16px;
}

.requisitos-stand sup {
  font-size: 0.8em;
}

.requisitos-stand a {
  color: #0072bc;
  text-decoration: none;
}

.requisitos-stand a:hover {
  text-decoration: underline;
}

/*form5 input*/

/*Form5 Radio*/
.form-text-radios {
  line-height: 1.5;
  color: #696969;
  font-size: 16px;
}

.form-text-radios span::after {
  content: ' *';
  color: #f0371e;
}

.form-text-radios label {
  line-height: 1.5;
  color: #696969;
  font-size: 16px;
}

.boton-confir-stand {
  max-width: 395px;
  width: 100%;
  height: 43px;
  border-radius: 35px;
  background: #f07f1e;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1440px) {
  .confirmstand-container {
    padding: 0 5%;
  }
}

@media (max-width: 768px) {
  .banner-image {
    overflow: hidden;
  }

  .form1-grid-container {
    grid-template-columns: repeat(1, 1fr);

  }

  .banner-confirmacion h1 {
    font-size: clamp(22px, 5vw, 45px);
  }

  .confirmstand-container {
    padding: 0;
  }

  .form-container {
    max-width: 85%;
  }
}

@media (max-width: 480px) {
  .boton-confir-stand {
    max-width: 85%;
  }
}
