.industry-article2-header {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 60vh;
  display: flex;
  align-items: flex-end !important;
  justify-content: flex-start;
  overflow: hidden;
}


.industry-article2-header {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

.industry-article2-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: zoomInOut 10s ease-in-out infinite;
  z-index: 0;
}

.industry-article2-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.industry-article2-header-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  /* al fondo */
  justify-content: flex-start;
  /* a la izquierda */
  padding: 2rem;
}

.industry-article2-header-content h1 {
  font-size: 60px;
  color: white;
  margin: 0;
  animation: slideInLeft 1.5s ease-out forwards;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  width: 140px;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 0.6rem 1.2rem;
  background-color: white;
  color: #0071ce;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 2px white;
  text-align: center;
}

.btn-toggle:hover {
  background-color: #f0f0f0;
  color: #005ea6;
  box-shadow: 0 0 0 2px #005ea6;
  text-decoration: none;
  text-align: center;

}



.industry-article-content {
  text-align: center;
  padding: 60px 5%;
  max-width: 1280px;
  margin: 0 auto;
}

.industry-article-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.industry-article-content h1 {
  color: #0F68C9;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.industry-article-content p {
  text-align: center;
  color: #8D8D8D;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.7em;
  margin-left: auto;
  margin-right: auto;
}

.industry-article-content blockquote {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0056b3;
  margin-top: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.industry-article-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

.industry-article-block-img {
  overflow: hidden;
  width: 50%;
}

.industry-article-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-article-block-text {
  flex: 1;
  background-color: #0066cb;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 190px;
}

#bloc2 {
  background-color: #DEDDDE;
}

#bloc2 h3 {
  color: #29588b;
}

#bloc2 h4 {
  color: #000000;
}

#bloc2 p {
  color: #8a919a;
}

.industry-article-block-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #cce5ff;
  margin-bottom: 10px;
}

.industry-article-block-text h4 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #ffffff;
  margin-bottom: 15px;
}

.industry-article-block-text p {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 20px;
}

.industry-article-block reverse {
  background-color: #8D8D8D;
}

/* Botón de "Ver Más" */
.industry-article-block-text .btn-b1 {
  width: 140px;
  height: 33px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.industry-article-block-text .btn-b1:hover {
  background-color: #fff;
  color: #0056b3;
}

.btn-b1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 12px 12px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: black;
  cursor: pointer;
}

.btn-b1::before {
  content: "→";
  font-size: 1.2rem;
  color: #ffffff;
  transition: color 0.3s ease;
}

.btn-b1:hover {
  background-color: #ffffff;
  color: #000000;
}

.btn-b1:hover::before {
  color: #000000;
}

.btn-b2 {
  width: 140px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #0166cc;
  cursor: pointer;
}

.btn-b2::before {
  content: "→";
  font-size: 13px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.btn-b2:hover {
  background-color: #ffffff;
  color: #000000;
}

.btn-b2:hover::before {
  color: #000000;
}


.industry-article2-header-content h1 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
  line-height: 1.1;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-out;
}

.industry-article2-header-content h1.visible {
  opacity: 1;
  transform: translateX(0);
}

@keyframes zoomInOut {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



@media (max-width: 1024px) {

  .industry-article-block {
    flex-direction: column;
  }

  .industry-article-block-img,
  .industry-article-block-text {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {

  .industry-article-block-text h4 {
    font-size: 28px;
  }

  .industry-article-block-text p {
    font-size: 16px;
  }

  #mapContainer {
    margin: 0;
    padding: 0 10px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {

  .industry-article2-header {
    height: 400px;
  }

  .industry-article2-header-content h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .industry-article-content h2 {
    font-size: 20px;
  }

  .industry-article-content p {
    font-size: 14px;
  }

  .industry-article-content blockquote {
    font-size: 16px;
  }

  .industry-article-block-text h4 {
    font-size: 20px;
  }

  .industry-article-block-text p {
    font-size: 14px;
  }
}