.desk-private-health {
  display: flex;
  width: 90%;
  margin: 40px auto;
  justify-content: center;
}

.desk-private-health-section-primary {
  padding: 0 24px 0 0;
  border-right: 1px solid #000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

.desk-private-health-section-secondary {
  display: flex;
  gap: 24px;
  padding: 0 0px 0 24px;
  flex-direction: column;
}

.custom-card-container-private-health {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 450px;
  min-width: 50%;
}

.desk-private-health-section-secondary-cards {}

.custom-card-image-container-private-health {
  width: 100%;
}

.custom-card-image-container-private-health img {
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 100%;
}

.custom-card-text-private-health {
  margin: 0;
  color: #000;
}

.custom-card-link-private-health {
  text-decoration: none;
  background-color: #aee6d4;
  width: 100%;
  text-align: center;
  padding: 5px;
  font-family: 'Isidora-Regular';
  color: #000;
  border-radius: 10px;
  font-size: 15px;
  transition: all 300ms ease-in-out;
}

.custom-card-link-private-health:hover {
  background-color: #9278d1;
  color: #fff;
}

.desk-private-health-section-secondary-cards {
  display: flex;
  gap: 24px;
}

.custom-card-container-private-health-title {
  font-size: clamp(24px, 2.5vw, 36px);
  color: #000;
  text-align: center;
  margin: 0;
  width: 100%;
}

.desk-private-health-section-secondary-cards .custom-card-link-private-health {
  background-color: #9278d1;
  color: #fff;
}

.desk-private-health-section-secondary-cards .custom-card-link-private-health:hover {
  background-color: #aee6d4;
  color: #000;
}

.custom-card-container-private-health-main-title {
  margin-top: 40px;
  background-color: #f6f7fd;
  padding: 10px;
  text-align: center;
}

.custom-card-container-private-health-main-title h1 {
  font-size: 35px;
  font-weight: bold;
}

.mobile-private-health {
  display: none;
}

@media screen and (max-width: 1024px) {
  .desk-private-health {
    display: none;
  }

  .mobile-private-health {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 10px 60px;
  }

  .custom-card-container-private-health-title {
    font-size:36px;
  }

  .custom-card-container-private-health {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }

  .mobile-private-health-section-primary,
  .mobile-private-health-section-secondary {
    display: flex;
    flex-direction: column;
    gap: 52px;
    margin-top: 32px;
    align-items: center;
  }

  .custom-card-container-private-health a {
    display: block;
  }

  .custom-card-image-container-private-health img {
    width: 100%;
  }
}

.shopinshop #botonesPortal{
  display: flex !important;
}
.shopinshop .containerNewsletter{
  display: block !important;
}