body {
  visibility: hidden;
}

.bg-certificates {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url(img/encabezados/Certificados.png);
}

.bg-experts {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url(img/encabezados/Ciberseguridad.png);
}

.bg-value {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url(img/encabezados/Potencia-tu-negocio-y-aumenta-su-valor.png);
}

.bg-solutions {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url(img/encabezados/Soluciones-digitales.png);
}

.bg-tixas {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url(img/encabezados/TISAX.png);
}

.bg-vol {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url(img/encabezados/Volumetricos.png);
}

.bg-custom {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-small-text {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
  text-transform: uppercase;
}

.banner-big-text {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
}

.banner-medium-text {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.section-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 50px 0 50px 0;
}

.iso-wrap {
  align-items: center;
  background-image: url("./img/inicio/white-gradient.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0 30px 0;
}

.iso-wrap-title {
  text-align: center;
  line-height: 55px;
  color: #060606;
  font-weight: 700;
  font-size: 40px;
  padding: 30px;
}

.certificates {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.certificates img {
  max-width: 200px;
}

.light-wrap {
  align-items: center;
  background-color: #060606;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plus {
  display: inline-block;
  font-size: 50px;
  color: #0300cc;
  line-height: 1;
  vertical-align: middle;
}

.light-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 650px;
  padding: 60px;
}

.light-text p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
}

.light-image {
  max-width: 750px;
}

.light-image img {
  width: 100%;
}

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

.lap-text {
  max-width: 670px;
}

.lap-text p {
  color: #060606;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  padding: 25px;
}

.slide-container {
  margin: 0 50px;
}

.card-paragraph {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.light-paragraph {
  color: #060606;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.text-blue {
  color: #0292b7;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.service-title {
  color: #000000;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

.benefits-title {
  color: #000000;
  font-size: clamp(45px, 6vw, 70px);
  font-weight: 900;
  padding-bottom: 15px;
  padding-top: 25px;
  text-transform: uppercase;
}

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

.benefits-text {
  padding-right: 20px;
  color: #666666;
}

.contact-wrap-background {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./img/inicio/Contactanos.png");
  background-size: cover;
  height: 50vh;
  margin-bottom: 20px;
}

.contact-text-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding-top: 100px;
}

.contact-text {
  font-size: 35px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.request-text {
  color: #ffffff;
}

.response-text {
  color: #45f4ff;
}

.contact-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centra horizontalmente */
  gap: 30px;
  width: 100%;
}


.card {
  align-items: center;
  border: 4px solid #d9d9d8;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 10px;
  text-align: center;
  max-width: 270px;
  width: 100%;
}

.card img {
  width: 20%;
}

.card-title {
  color: #060606;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 15px;
}

.card-text {
  color: #545454;
}

.img-certification {
  max-width: 400px;
}

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) {
  .bg-certificates,
  .bg-experts,
  .bg-value,
  .bg-solutions,
  .bg-tixas,
  .bg-vol {
    background-size: cover;
  }

  .banner-small-text {
    font-size: 35px;
    margin-top: 12px;
  }

  .banner-big-text {
    font-size: 50px;
    margin-top: 25px;
  }

  .banner-medium-text {
    font-size: 40px;
    margin-top: 27px;
  }

  .main-banner {
    background-size: 100px;
  }

  .img-certification {
    max-width: 400px;
  }

  img {
    width: 100%;
  }

  .iso-wrap {
    display: flex;
    flex-direction: column;
  }

  .certificates {
    display: flex;
    flex-direction: row;
    gap: 200px;
  }

  .certificates img {
    max-width: 350px;
  }

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

  .light-text p {
    font-weight: 500;
    line-height: 70px;
    text-align: center;
  }

  .light-text {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 750px;
    padding: 70px;
  }

  .light-text p {
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
  }

  .light-image img {
    width: 100%;
  }

  .lap-wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    max-height: 500px;
  }
  

  .lap-text {
    padding: 45px;
  }

  .lap-text p {
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
  }

  .iso-card__img {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 250px;
  }

  .light-paragraph {
    font-size: 40px;
    text-align: left;
  }

  .card-paragraph {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .contact-wrap {
    position: relative;
    margin-bottom: 100px;
  }

  .contact-wrap-background {
    height: 100vh;
  }

  .contact-text {
    font-size: 80px;
    font-weight: 500;
    line-height: 100px;
  }

  .contact-cards {
    display: flex;
    flex-direction: row;
    gap: 20px;
    position: absolute;
    bottom: -50px;
    padding: 20px;
  }

  .card {
    align-items: center;
    border-radius: 10px;
    display: flex;
    min-height: 250px;
    justify-content: center;
    padding: 20px;
    text-align: center;
    max-width: 270px;
    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;
  }
}

@media (min-width: 768px) and (max-width: 1500px) {
  .contact-text {
    text-align: center;
  }

  .contact-cards {
    bottom: -90px;
  }

  .lap-text {
    padding: 20px;
  }

  .lap-text p {
    font-size: 40px;
    line-height: 38px;
  }

  .light-text p {
    font-size: 40px;
    line-height: 38px;
  }
}
