body {
  visibility: hidden;
}

html {
  scroll-behavior: smooth;
}

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

.banner-wrap__img {
  background-image:
    linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/nosotros/Nosotros.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;
}

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

/* content */
.contact-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 100px;
  justify-content: center;
  padding: 50px;
}

.stats-wrap {
  border-bottom: 5px solid #d9d9d8;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.choice-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.icon-wrap {
  max-width: 200px;
}

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

.img-wrap {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  width: 100%;
}

.img-left-wrap {
  align-items: center;
  display: flex;
  gap: 15px;
}

.img-right-wrap {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.paragraph-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.large-text {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

.medium-text {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.small-text {
  text-transform: uppercase;
  margin: 0;
}

.philosophy {
  display: flex;
  justify-content: center;
}

.philosophy-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
}

.philosophy-img img {
  width: 100%;
}

/* 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) {
  .contact-wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    min-height: 100px;
    justify-content: center;
    padding: 50px;
  }

  .stats-wrap {
    border-right: 5px solid #d9d9d8;
    border-bottom: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-right: 20px;
  }

  .choice-wrap {
    display: flex;
    flex-direction: row;
  }

  .choice-wrap-button {
    padding-left: 20px;
    padding-right: 50px;
  }

  .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;
  }
}
