body {
  visibility: hidden;
}

.banner-wrap {
  height: 80vh;
  margin-bottom: 50px;
  width: 100%;
}

.banner-wrap__contacto {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/contacto/Portada.Contacto.png");
  background-size: cover;
}

.banner-properties {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  height: 100%;
}

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

.banner-wrap__title p {
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.color-text {
  color: #4a4a4a;
}

.blue-title {
  color: #0cc0df;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 40px;
  margin-bottom: 15px;
}

.uppercase-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.map-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 550px;
}

.map-wrap img {
  width: 100%;
}

.address-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.address-wrap__data {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: space-between;
}

.address-wrap__img {
  max-width: 400px;
}

.address-wrap__img img {
  width: 100%;
}

.form-wrap {
  border-radius: 15px;
  background: #16181b;
  background: linear-gradient(
    31deg,
    rgba(22, 24, 27, 1) 0%,
    rgba(27, 27, 27, 1) 35%,
    rgba(33, 37, 41, 1) 100%
  );
  margin-top: 30px;
  padding: 30px;
}

.form-wrap h2 {
  color: #9db2bf;
  font-weight: 500;
  margin-bottom: 20px;
}

.form-wrap__text {
  color: #dde6ed;
}

.form-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-border {
  background-color: #626b71;
  border-radius: 5px;
  padding: 10px;
}

.form-border input,
textarea {
  background-color: #626b71;
  border: none;
  color: #dde6ed;
}

.form-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-foot button {
  border: solid 1px #626b71;
  border-radius: 15px;
  background-color: #626b71;
  color: #dde6ed;
}

.form-foot button:hover {
  border: solid 1px #626b71;
  border-radius: 15px;
  background-color: #dde6ed;
  color: #626b71;
  transition: 0.3s ease-in;
}

.blue-border {
  border-bottom: 3px solid #10a7f1;
}

.location-wrap {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.location-text {
  color: #4a4a4a;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.location-large {
  padding-bottom: 5px;
}

.location-small {
  font-size: 11px;
}

.contact-info-wrap {
  display: flex;
  gap: 20px;
}

textarea {
  width: 100%;
  height: 50px;
  max-width: 100%;
  min-height: 50px;
  resize: none;
}

/* footer */
.footer-container {
  margin: 20px 0;
  padding: 20px 0;
}

.footer-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 30px;
}

.title-footer {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
}

.footer-text {
  color: #ffffff;
}

.footer-info-contact {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.footer-info-icons {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.office-icons {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.office-icons img {
  height: 100%;
  width: 10%;
}

.mbq-icon {
  max-width: 150px;
  margin-bottom: 15px;
}

.mbq-icon img {
  width: 100%;
}

.mbq-slogan {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .map-wrap {
    display: flex;
    justify-content: center;
    max-width: 1900px;
  }
  
  .map-wrap img {
    width: 100%;
  }

  .footer-header {
    border-bottom: solid 1px #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-info-contact {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
  }
}
