body {
  visibility: hidden;
}

/* 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/encabezados/Nosotros.1.png");
  background-size: cover;
}

.banner-wrap__it {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/encabezados/IT-Software.1.png");
  background-size: cover;
}

.banner-wrap__telecom {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/encabezados/Telecomm&Network.1.png");
  background-size: cover;
}

.banner-wrap__estandares {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/encabezados/Estandares-de-calidad.1.png");
  background-size: cover;
}

.banner-wrap__staffing {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/encabezados/Staffing-Personal.1.png");
  background-size: cover;
}

.banner-wrap__gestion {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/lineas_negocio/Proyectos.1.png");
  background-size: cover;
}

.banner-wrap__energias {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/lineas_negocio/renovables.2.png");
  background-size: cover;
}

.banner-wrap__erp {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/lineas_negocio/ERP.1.1.png");
  background-size: cover;
}

.banner-wrap__business {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/encabezados/Business-Intelligence.1.png");
  background-size: cover;
}

.banner-wrap__infra {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/encabezados/Infraestructura.1.png");
  background-size: cover;
}

.banner-wrap__capacitacion {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/lineas_negocio/Capacitacion.1.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: 35px;
  font-weight: 900;
  line-height: 50px;
  text-align: center;
  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;
}

.lineas-paragraph p {
  color: #4a4a4a;
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
}

.card-size {
  max-height: 450px;
  height: 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) {
  .banner-wrap__title p {
    font-size: 40px;
  }

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