.elementor-557 .elementor-element.elementor-element-2c3e7c1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fadd2d9 *//* Estilo general del artículo */
.medical-article {
  font-family: 'Merriweather', Georgia, serif;
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #fdfdfd;
  color: #1f1f1f;
  border-left: 6px solid #005b8f;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  line-height: 1.75;
  font-size: 18px;
}

/* Título principal */
.medical-article h1 {
  font-size: 32px;
  text-align: center;
  color: #003d5c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

/* Subtítulos */
.medical-article h2 {
  font-size: 24px;
  color: #004466;
  border-bottom: 2px solid #cfd8dc;
  display: inline-block;
  padding-bottom: 6px;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Párrafos */
.medical-article p {
  margin-bottom: 22px;
  text-align: justify;
}

/* Caja del autor destacado */
.author-highlight {
  background: linear-gradient(90deg, #e3f2fd 0%, #f1f8ff 100%);
  border-left: 5px solid #0073aa;
  padding: 16px 20px;
  font-style: italic;
  color: #003c59;
  font-weight: 500;
  margin-bottom: 35px;
}

/* Carrusel de imágenes */
.carousel-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease;
  width: 500%;
}

.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.carousel-slide img {
  width: 100%;
  display: block;
  height: auto;
  border-bottom: 2px solid #eee;
}

/* Botones de navegación */
.carousel-nav {
  text-align: center;
  margin-top: 10px;
}

.carousel-nav button {
  background-color: #005b8f;
  color: white;
  border: none;
  padding: 10px 18px;
  margin: 0 6px;
  border-radius: 4px;
  font-size: 15px;
  transition: background-color 0.3s;
  cursor: pointer;
}

.carousel-nav button:hover {
  background-color: #003d5c;
}

/* Responsive para móviles */
@media screen and (max-width: 768px) {
  .medical-article {
    padding: 25px 15px;
    font-size: 17px;
  }

  .medical-article h1 {
    font-size: 26px;
  }

  .medical-article h2 {
    font-size: 20px;
  }

  .carousel-nav button {
    padding: 8px 14px;
    font-size: 14px;
  }
}/* End custom CSS */