.contact-page {
  position: relative;
  height: 100vh;
  background-image: url('../../assets/img/headerlogin.png');
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-contact {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 40px;
  z-index: 10;
}

.text-section-contact {
  /*margin-top: 150px;
  padding: 80px;*/
}


.title-contact {
  font-size: 3rem;
  font-family: 'Gotham', sans-serif;
  font-weight: normal;
}

.description-contact {
  font-size: 1.2rem;
  margin-top: 10px;
  font-family: 'Gotham', sans-serif;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
}

.back-link {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}

.form-section {
  /*margin-top: 260px;
  padding: 80px;*/
  /*padding: 20px;*/
}

.form-control {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

textarea.form-control {
  resize: none;
}

.btn-dark {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
}

.btn-dark:hover {
  background-color: #FF6600;
  color: #ffffff;
}

.contact-section {
  height: 100vh;
  background-image: url('../../assets/img/mount-fuji-2023-11-27-04-57-26-utc.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  color: white;
}

.back-link:hover {
  text-decoration: underline;
}

.form-section-contact {
  margin-top: 150px;
  padding: 40px;
}

.btn-submit {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
  max-width: 300px;
  text-align: center;
}

.btn-submit:hover {
  background-color: #444;
}

.content-contact {
  /*flex: 1;
  display: flex;
  flex-wrap: wrap;*/ 
}

.volver-icon-blanco {
  color: #ffffff;
  transition: color 0.3s ease;
}

.volver-link-blanco {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  transition: color 0.3s ease;
  padding: 20px;
}

.popup-message-text
{
  color: #FF691E;
  font-family: 'Gotham';
  font-weight: normal;
  font-size: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.popup-message-close-button {
  font-family: 'Gotham';
  font-weight: normal;
  font-size: initial;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 30px;
}

