body {
  visibility: hidden;
}

.padding-card {
  height: 394px;
}

.banner-wrap {
  height: 100vh;
  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/inicio/Certificaciones.1.png");
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
}

.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;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.certificates-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

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

/* 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) {
  .banner-wrap__img {
    background-size: cover;
  }

  .certificates-wrap {
    display: flex;
    flex-direction: row;
    gap: 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;
  }
}
