body {
  visibility: hidden;
}

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

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

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

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

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

.banner-wrap__ecommerce {
  background-image:
    linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/encabezados/E-Commerce.1.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/encabezados/ERP.1.png");
  background-size: cover;
}

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

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

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

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

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

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

.grey-color,
li,
p {
  color: #4a4a4a;
}

.blue-color {
  color: #0cc0df;
}

.uppercase-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 1.5px;
}

.pillars-wrap {
  align-items: center;
  background-color: #001c30;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  padding: 50px 20px;
  width: 100%;
}

.pillars-wrap__title {
  text-align: center;
  color: #64ccc5;
}

.pillars-wrap__items {
  align-items: center;
  color: #fff8f3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-evenly;
}

.pillars-wrap__items-pillar {
  align-items: center;
  border: 2px solid #758694;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-height: 300px;
  justify-content: center;
  max-width: 320px;
  width: 100%;
}

.pilar-img {
  height: 50px;
}

.pilar-text {
  height: 50px;
}

.pillars-wrap__items-pillar p {
  color: #fff8f3;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
}

.pillars-wrap__foot {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.foot-text {
  text-align: center;
  color: #64ccc5;
  font-size: 20px;
}

/* iLogixtic */
.roles-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.roles {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.one-role {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.role-img {
  max-width: 300px;
}

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

.role-text {
  padding: 25px;
}

/* Soluciones */
.solutions-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) {
  .pillars-wrap__title {
    color: #64ccc5;
  }

  .pillars-wrap__items {
    align-items: center;
    color: #fff8f3;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-evenly;
  }

  .roles {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    max-width: 1200px;
  }

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