* {
  box-sizing: border-box;
}
body {
  background-color: #fdead3;
}
.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.contact h2 {
  color: #fd5200;
  text-align: center;
  font-family: Bardy;
  font-size: clamp(38px, 5.21vw, 5.21vw);
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 90px */
  text-transform: uppercase;
}

.fechanac {
  padding: 15px 1.5px 15px 15px !important;
}

.contact p {
  color: #591b0b;
  text-align: center;
  font-family: Poppins;
  font-size: clamp(15px, 1.46vw);
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 37.8px */
}
.form-container {
  width: 60vw;
  display: flex;
  flex-direction: column;
  margin-top: 2%;
}
.form-container .flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 100%;
  margin-top: 1.2vw;
}
.form-group label {
  color: #591b0b;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.form-group label .required-mark {
  color: #fd5200;
}
.form-group input {
  border-radius: 15px;
  background: #fdead3;
  padding: 15px 15px;
  width: 100%;
  font-family: Poppins;
  outline: none;
  border: 3px solid rgba(89, 27, 11, 0.4);
}

input,
textarea,
select {
  border-radius: 15px;
  background: #fdead3;
  padding: 15px 15px;
  width: 100%;
  font-family: Poppins;
  outline: none;
  border: 3px solid rgba(89, 27, 11, 0.4);
  color: #591b0b;
}

input::placeholder {
  color: rgba(89, 27, 11, 0.3);
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
textarea::placeholder {
  color: rgba(89, 27, 11, 0.3);
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form-group textarea {
  border-radius: 15px;
  background: #fdead3;
  padding: 15px 15px;
  width: 100%;
  font-family: Poppins;
  outline: none;
  border: 3px solid rgba(89, 27, 11, 0.4);
  resize: none;
  height: 250px;
}

.form-group select {
  border-radius: 15px;
  background: #fdead3;
  padding: 15px 15px;
  width: 100%;
  font-family: Poppins;
  outline: none;
  border: 3px solid rgba(89, 27, 11, 0.4);
}
.form-group .file-label {
  border: 2px dashed #620000;
  border-radius: 15px;
  padding: 5%;
}
.form-group input[type="file"] {
  display: none;
}
.file-label .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #591b0b;
  padding-bottom: 20px;
}
.file-label .center h5 {
  display: flex;
  align-items: center;
  gap: 40px;

  color: #591b0b;
  font-size: clamp(15px, 1.04vw, 2.9vw);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
  margin-top: 2%;
}
.file-label .top h5 {
  display: flex;
  align-items: center;
  gap: 40px;

  color: #591b0b;
  font-size: clamp(15px, 1.04vw, 2.9vw);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.8;
}
.file-label .top h5 span {
  color: #591b0b;
  font-size: clamp(12px, 0.94vw, 2.9vw);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.form-group .file-label::after {
  content: "or drag and drop!";
  display: block;
  text-align: center;
  color: #591b0b;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 4%;
}

.form-container .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.form-container #btn-submit {
  border-radius: 50px;
  border: 3px solid #fd5200;
  background: #fd5200;
  box-shadow: 4px 7px 0px 0px #5e0001;
  padding: 20px 40px;
  align-self: flex-end;
  color: #fdead3;
  font-family: Bardy;
  font-size: clamp(20px, 1.82vw, 2.9vw);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 2%;
}

@media (width <= 1024px) {
  .form-container {
    width: 100%;
    padding: 20px;
  }
  .form-container .flex {
    grid-template-columns: 1fr;
  }
  .form-group {
    margin: 0;
  }
}

/*Internal Hero*/
.hero-home {
  align-items: flex-start;
  height: 50vh;
  margin-bottom: 8%;
}
.container-hero {
  height: 100%;
  margin-top: 1%;
}
.contenido-dinamico-hero {
  width: 100%;
  justify-content: center;
}
.contenido-dinamico-hero h1 {
  color: #fdead3;
  text-align: center;
  font-family: Bardy;
  font-size: clamp(55px, 8vw, 8.33vw);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 160px */
  text-transform: uppercase;
  margin-top: 8%;
  text-align: center;
}
@media (width <= 1024px) {
  .hero-home {
    align-items: center;
    height: 50vh;
    top: 1rem;
  }
  .contenido-dinamico-hero h1 {
    margin-top: 16vh;
  }
  .form-group {
    margin-top: 15px;
  }
  .form-container .flex {
    gap: 0;
  }
}

.iti__selected-dial-code {
  font-family: Poppins;
  color: #591b0b66;
  font-size: 0.8rem;
  letter-spacing: 0.01rem;
  border-right: 2px solid #591b0b66;
  padding-right: 1rem;
}

.iti__search-input {
  background-color: transparent !important;
}

.iti__dropdown-content {
  border-radius: 15px !important;
}