* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 40px;
}

/* @media (max-width: 768px) {
  body {
    padding-top: 0px;
  }
} */

header {
  background-color: #333;
  color: #fff;
  padding: 1rem;
}

nav ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

section {
  padding: 2rem;
}

#banner-section {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
  padding-inline: 15%;
  /* margin-top: 70px; */
}

/* @media (max-width: 768px) {
  #banner-section {
    margin-top: 0px;
  }
} */

#banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/content/dam/az-mx/hih-mx/assets/home/telemedicine-hand-holding-smartphone-medical-doctor-online-communicating-patient-vr-medical.jpg");
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
  z-index: -1;
}

.banner-content {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 100%;
  display: flex;
  align-items: center;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.logo-container {
  width: 100%;
  margin-bottom: 1rem;
}

.astrazeneca-logo {
  max-width: 200px;
  height: auto;
}

h1 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-align: left;
  color: #fff;
}

h2 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
}

#banner-section .banner-content h2 {
  text-align: left;
}

#yellow-section {
  background-color: #eda908;
  text-align: center;
}

#yellow-section h2 {
  font-size: 50px;
  font-weight: 900;
}

#yellow-section p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 2rem;
}

.blue-button,
.yellow-button {
  padding: 10px 50px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.blue-button {
  background-color: #003865;
  color: white;
  font-size: 20px;
}

.yellow-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #eda908;
  color: black;
  display: inline-block;
  width: auto;
  text-align: center;
}

#light-gray-section .container div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

#white-section .container {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: nowrap;
  padding: 0 200px;
}

#white-section .container img {
  width: 33%;
  object-fit: contain;
  max-height: 400px;
  flex-shrink: 0;
}

#white-section .container p {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  font-weight: 100;
}

#light-gray-section {
  background-color: #e2e7e6;
}

#light-gray-section .container {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: nowrap;
  padding: 0 200px;
}

#light-gray-section .container img {
  width: 33%;
  object-fit: contain;
  max-height: 400px;
  flex-shrink: 0;
}

#light-gray-section .container div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#light-gray-section .container div h2 {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  text-align: left;
}

#blue-section {
  background-color: #003865;
  color: white;
  padding: 50px 200px;
}

#blue-section h2,
#blue-section h3,
#blue-section > p {
  text-align: center;
}

.blue-section-title {
  text-align: center;
  font-size: 30px;
}

.rectangle-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
  justify-content: center;
}

.rectangle,
.rectangle2 {
  width: calc(33.33% - 1rem);
  height: 100px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  font-size: 17;
  font-weight: 800;
}

.rectangle {
  background-color: #830051;
}

.rectangle2 {
  background-color: #eda908;
  color: black;
}

.challenge-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.challenge-number {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}

.challenge-content {
  flex: 1;
}

.purple-rectangle {
  background-color: #3c1053;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  margin-left: 0;
}

.purple-rectangle img {
  width: 25%;
  object-fit: cover;
  border-radius: 10px;
}

.purple-rectangle-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.purple-rectangle-content p {
  margin: 0.5rem 0;
  padding-left: 1.5em;
  position: relative;
}

.purple-rectangle-content p::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #eda908;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.square-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
  padding: 0 200px;
}

.square1,
.square2,
.square3 {
  color: #fff;
  padding: 25px;
  width: calc(33.33% - 2rem);
  text-align: center;
  flex-grow: 1;
  min-width: 250px;
  max-width: 350px;
  border-radius: 20px;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.square1:hover,
.square2:hover,
.square3:hover {
  transform: translateY(-10px);
}

.square1 {
  background-color: #3c1053;
}

.square2 {
  background-color: #830051;
}

.square3 {
  background-color: #003865;
}

.square1 img,
.square2 img,
.square3 img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.square1 h3,
.square2 h3,
.square3 h3 {
  margin-bottom: 1rem;
}

#timeline-banner {
  width: 70%;
  margin: 2rem auto;
  overflow: hidden;
  text-align: center;
}

#timeline-banner h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
  color: #000;
  font-weight: 900;
}

.timeline-image {
  width: 100%;
  max-width: 800px;
  background-image: url("https://www.azmed.com.mx/content/dam/az-mx/hih-mx/assets/home/Timeline.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

#gray-list {
  background-color: #f0f0f0;
  padding: 2rem;
}

#gray-list h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.content-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.list-container {
  width: 80%;
  padding-right: 2rem;
}

.list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.list-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-top: 0.25rem;
}

.item-content {
  flex: 1;
}

.item-content h3 {
  margin: 0 0 0.5rem 0;
}

.item-content p {
  margin: 0;
}

.decorative-image-container {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.decorative-image {
  max-width: 100%;
  height: auto;
  display: none;
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1rem;
}

@media (max-width: 1024px) {
  #banner-section {
    padding-inline: 3%;
  }

  h1 {
    font-size: 2.5rem;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .list-container {
    width: 100%;
    padding-right: 0;
  }

  .decorative-image-container {
    width: 100%;
    margin-top: 2rem;
  }

  .decorative-image {
    max-width: 200px;
  }
}

@media (max-width: 1200px) {
  .square-container {
    padding: 0 100px;
  }
  #timeline-banner {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .square-container {
    padding: 0 50px;
  }

  .square1,
  .square2,
  .square3 {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 768px) {
  #banner-section {
    height: auto;
    min-height: 400px;
    padding-inline: 2%;
  }

  .banner-content {
    padding: 2rem 0;
  }

  .content-wrapper {
    align-items: center;
  }

  .logo-container {
    margin-bottom: 1rem;
  }

  h1 {
    font-size: 2rem;
    text-align: center;
  }

  h2 {
    font-size: 1rem;
    text-align: center;
  }

  #white-section .container {
    flex-direction: column;
    padding: 0 0;
  }

  #white-section .container img {
    width: 100%;
    margin-bottom: 1rem;
  }

  #white-section .container p {
    width: 100%;
  }

  #light-gray-section .container {
    flex-direction: column;
    padding: 0 0;
  }

  #light-gray-section .container img {
    width: 100%;
    margin-bottom: 1rem;
  }

  #light-gray-section .container div {
    width: 100%;
  }

  .yellow-button {
    align-self: center;
  }

  #blue-section {
    padding: 30px 20px;
  }

  .rectangle,
  .rectangle2 {
    width: 100%;
  }

  .challenge-container {
    flex-direction: column;
  }

  .challenge-number {
    margin-bottom: 1rem;
  }

  .purple-rectangle {
    flex-direction: column;
  }

  .purple-rectangle img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .purple-rectangle {
    flex-direction: column;
  }

  .rectangle {
    width: calc(50% - 0.5rem);
  }

  .square-container {
    padding: 0 20px;
  }

  .square1,
  .square2,
  .square3 {
    width: 100%;
  }
  #timeline-banner {
    width: 90%;
  }


  #gray-list {
    padding: 1rem;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .list-item img {
    margin-bottom: 0.5rem;
  }

  .decorative-image {
    display: none;
  }
}

/* Contacto */

#contact-form-hih {
  background-color: #fff;
  padding: 40px 0;
}

.title-contact-hih {
  color: #000;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.form-text-hih {
  font-style: italic !important; 
  color: #333 !important; 
  font-size: 16px !important;
  line-height: 1.5 !important; 
}

.form-container-hih {
  max-width: 800px;
  margin: 0 auto;
}

#load-form-btn {
  background-color: #003865;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#load-form-btn:hover {
  background-color: #004d8c; /* Un tono ligeramente más claro para el efecto hover */
}

#load-form-btn:active {
  background-color: #002d4d; /* Un tono más oscuro para el efecto de clic */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(1px);
}

#load-form-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 56, 101, 0.3);
}

/* --------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* Estilos para la página About */
/* ----------------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* --------------------------------------------------- */

#about-banner {
  background-image: url("/content/dam/az-mx/hih-mx/assets/about/¿Quiénes%20somos_.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  /* margin-top: 70px; */
}

/* @media (max-width: 768px) {
  #about-banner {
    margin-top: 0px;
  }
} */

#about-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#about-banner h1 {
  font-size: 3rem;
  position: relative;
  z-index: 1;
}

#about-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.about-card {
  color: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  width: 90%;
  max-width: 1000px;
  overflow: hidden;
  padding: 4rem;
  position: relative;
  align-items: center;
}

.card-main-image {
  width: 20%;
  object-fit: cover;
  margin-right: 2rem;
  align-self: flex-start;
}

.about-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.about-card-content h2 {
  margin-bottom: 1rem;
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 2rem;
}

.about-card-content p {
  color: #fff;
  font-size: 1.1rem;
}

.corner-image {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .about-card {
    flex-direction: column;
    width: 100%;
    padding: 1rem;
  }

  .card-main-image {
    width: 50%;
    max-height: auto;
    margin-right: 0;
    margin-bottom: 1rem;
    align-self: center;
  }

  .about-card-content {
    width: 100%;
  }

  .corner-image {
    width: 40px;
    height: 40px;
  }
}

/* --------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* Estilos para la página Actualidad */
/* ----------------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* --------------------------------------------------- */

#actualidad-banner {
  background-image: url("/content/dam/az-mx/hih-mx/assets/actualidad/actualidad.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  /* margin-top: 70px; */
}

#actualidad-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

#actualidad-banner h1 {
  position: relative;
  z-index: 1;
}

#actualidad-content {
  padding: 2rem;
  padding-inline: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.news-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: calc(33.333% - 2rem);
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.news-card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  padding-bottom: 3rem;
}

.news-card-content h2 {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
  text-align: left;
}

.news-card-content p {
  flex-grow: 1;
}

.read-more {
  text-decoration: none;
  color: #83085c;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

.date {
  color: #888;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  padding-top: 0.5rem;
  width: 90%;
  border-top: 1px solid #ddd; /* Línea gris tenue */
}

@media (max-width: 1200px) {
  .news-card {
    width: calc(50% - 2rem);
  }
}

@media (max-width: 768px) {
  #actualidad-content {
    padding: 1rem;
  }

  .news-card {
    width: 100%;
  }

  /* #actualidad-banner {
    margin-top: 0px;
  } */
}

/* --------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* Estilos para la página Aliados */
/* ----------------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* --------------------------------------------------- */

#aliados-banner {
  background-image: url("/content/dam/az-mx/hih-mx/assets/aliados/HIH.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  /* margin-top: 70px; */
}

/* @media (max-width: 768px) {
  #about-banner {
    margin-top: 0px;
  }
} */

#aliados-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

#aliados-banner h1 {
  position: relative;
  z-index: 1;
}

#aliados-content {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.intro-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
}

h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.main-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.main-partners img {
  max-width: 220px;
  height: auto;
  object-fit: contain;
}

#aliados-banner {
  background-image: url("/content/dam/az-mx/hih-mx/assets/aliados/HIH.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

#aliados-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

#aliados-banner h1 {
  position: relative;
  z-index: 1;
}

#aliados-content {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.aliados-intro-text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
}

.aliados-section-title {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 3rem;
  font-size: 3rem;
  color: #000;
  font-weight: bold;
}

.main-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.main-partners img {
  max-width: 220px;
  height: auto;
  object-fit: contain;
}

.other-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
}

.other-partners img {
  max-width: 180px;
  height: 100px;
  object-fit: contain;
}

@media (min-width: 1024px) {
  .other-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .other-partners {
    gap: 2.5rem;
  }
}

@media (max-width: 767px) {
  .main-partners {
    flex-direction: column;
    gap: 1.5rem;
  }

  .main-partners img {
    max-width: 180px;
  }
  .other-partners {
    gap: 2rem;
  }

  .other-partners img {
    max-width: 140px;
    height: 80px;
  }
}

/* --------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* Estilos para la página Hub */
/* ----------------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* --------------------------------------------------- */

#hub-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/content/dam/az-mx/hih-mx/assets/hub/Partners%20de%20innovación.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* margin-top: 70px; */
}

/* @media (max-width: 768px) {
  #about-banner {
    margin-top: 0px;
  }
} */

#hub-intro {
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#hub-intro p {
  margin-bottom: 1rem;
}

#hub-circles {
  background-image: url("/content/dam/az-mx/hih-mx/assets/hub/Fondo.png");
  background-size: cover;
  background-position: center;
  padding: 6rem 2rem;
}

.circle-row {
  display: flex;
  justify-content: center;
  gap: 15rem;
  margin-bottom: 2rem;
}

.circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: rgba(220, 220, 220, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.circle-text {
  position: absolute;
  font-weight: bold;
  text-align: center;
  transition: opacity 0.3s ease;
  z-index: 2;
  font-size: 1.2rem;
}

.circle-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.circle:hover .circle-text {
  opacity: 0;
}

.circle:hover .circle-image {
  opacity: 1;
}

.center-circle {
  width: 350px;
  height: 350px;
}

.center-circle .circle-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.center-circle .circle-image.normal {
  width: 80%;
  height: 80%;
  object-fit: contain;
  opacity: 1;
}

.center-circle .circle-image.hover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.center-circle:hover .circle-image.normal {
  opacity: 0;
}

.center-circle:hover .circle-image.hover {
  opacity: 1;
}

@media (max-width: 1400px) {
  .circle-row {
    gap: 10rem;
  }

  .circle {
    width: 200px;
    height: 200px;
  }

  .center-circle {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 1024px) {
  .circle-row {
    gap: 5rem;
  }

  .circle {
    width: 180px;
    height: 180px;
  }

  .center-circle {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 768px) {
  .circle-row {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .circle {
    width: 150px;
    height: 150px;
  }

  .center-circle {
    width: 200px;
    height: 200px;
  }
}

/* --------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* Estilos para la Navbar */
/* ----------------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* --------------------------------------------------- */



/* --------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* Estilos para el Footer */
/* ----------------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* --------------------------------------------------- */

.footer-hih {
  background-color: black;
  color: white;
  padding: 2rem 0;
}

.footer-container-hih {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.main-logo-hih {
  text-align: center;
  margin-bottom: 1rem;
}

.main-logo-hih img {
  max-width: 300px;
  height: auto;
}

.secondary-logos-hih {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1rem;
}

.secondary-logos-hih img {
  max-width: 150px;
  height: auto;
}

.footer-divider-hih {
  border: 0;
  border-top: 1px solid white;
  width: 80%;
  margin: 1rem auto;
}

.footer-content-hih {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-left-hih,
.footer-right-hih {
  flex: 1;
  min-width: 250px;
}

.footer-left-hih p {
  margin-bottom: 0.5rem;
}

.email-link-hih {
  color: #eda908;
  text-decoration: none;
}

.footer-right-hih {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-link-hih {
  color: white;
  text-decoration: none;
  margin-bottom: 0.5rem;
  text-align: right;
}

.social-icons-hih {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
  justify-content: flex-end;
}

.social-icon-hih img {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .footer-content-hih {
    flex-direction: column;
  }

  .footer-left-hih,
  .footer-right-hih {
    text-align: center;
    align-items: center;
  }

  .footer-right-hih .footer-link-hih {
    text-align: center;
  }

  .social-icons-hih {
    justify-content: center;
  }
}

/* --------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* Estilos para El Aviso de Privacidad */
/* ----------------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* --------------------------------------------------- */

.banner-hih {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/content/dam/az-mx/hih-mx/assets/aviso-privacidad/medicine-doctor-holding-blue-helix-dna-structure-hologram-interface-diagnose-healthcare.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* margin-top: 70px; */
}

/* @media (max-width: 768px) {
  #about-banner {
    margin-top: 0px;
  }
} */

.privacy-content-hih {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.privacy-card-hih {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 3rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.privacy-card-hih h2 {
  color: #333;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.privacy-card-hih p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .privacy-content-hih {
    padding: 1rem;
  }

  .privacy-card-hih {
    padding: 1rem;
  }
}

/* --------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* Estilos para Notas */
/* ----------------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* --------------------------------------------------- */

.article-hih {
  max-width: 70%;
  margin: 0 auto;
  padding: 2rem;
  line-height: 1.6;
}

.article-hih h1 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.article-hih h2 {
  font-size: 1.7rem;
  color: #444;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.subtitle-3-notes {
  margin-top: 25px;
  font-size: 20px;
}

.qa-section-hih {
  margin-bottom: 2rem;
}

.article-image-hih {
  max-width: 70%;
  height: auto;
  margin: 2rem auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: block;
}

.article-image-hih-e {
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: block;
}

.article-image-hih-mini-logo {
  max-width: 20%;
  height: auto;
  margin: 2rem auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: block;
}

.article-footer-hih {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
  font-size: 0.9rem;
  color: #666;
  background-color: transparent;
}

.article-footer-hih h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.article-footer-hih a {
  color: #eda908;
  text-decoration: none;
}

.article-footer-hih a:hover {
  text-decoration: underline;
}

.divider-hih-notes {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .article-hih {
    padding: 1rem;
    max-width: 100%;
  }

  .article-hih h1 {
    font-size: 1.75rem;
  }

  .article-hih h2 {
    font-size: 1.25rem;
  }

  .article-image-hih {
    max-width: 100%;
  }

  .article-image-hih-mini-logo {
    max-width: 50%;
  }
}

/* ------ */
/* ---------------- */
/* ---------------------------- */
/* ---------------------------------------- */
/* --------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* A E M */
/* ----------------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* --------------------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------- */
/* ---------------- */
/* ------ */
