body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding-bottom: 70px; /* espacio para la barra de navegación inferior */
  background-color: #f5f5f5;
  color: #333;
  font-size: 20px;
  text-align: justify;
  font-family: "Times New Roman", Times, serif;
}

.hero-banner-responsive {
  background: #222;
  position: relative;
  overflow: hidden;
  width: 100vw;
  min-height: 300px;
  padding: 0;
  display: flex;
  align-items: center;
}
.hero-banner-responsive .right-img-col,
.hero-banner-responsive .mobile-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hero-banner-responsive .hero-content {
  z-index: 2;
}
/* Desktop: imagen a la derecha, adaptada al alto disponible */
@media (min-width: 768px) {
  .hero-banner-responsive {
    height: auto;
    min-height: 400px;
  }
  .hero-banner-responsive .right-img-col img {
    max-height: 80vh;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
  .hero-banner-responsive .right-img-col {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: none;
    height: 100%;
    min-height: 300px;
  }
  .hero-banner-responsive .mobile-img {
    display: none !important;
  }
}
/* Mobile: imagen arriba */
@media (max-width: 767.98px) {
  .hero-banner-responsive .right-img-col {
    display: none !important;
  }
  .hero-banner-responsive .mobile-img {
    display: flex !important;
    width: 100%;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 1rem;
  }
  .hero-banner-responsive .mobile-img img {
    max-width: 100vw;
    height: auto;
    object-fit: contain;
  }
}

hr {
  border: none;
  border-top: 1px solid transparent;
  margin: 40px 0;
}

.content {
  max-width: 800px;
  margin: auto;
  width: 90%;
}

.interview-container h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  margin: 40px auto 20px;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}


h2 {
  font-size: 2.5rem;
  margin: 40px auto 40px;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 30px;
  margin: 60px auto 40px;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h4 {
  margin: 60px auto 40px;
  font-weight: bold;
  color: #333;
}


h5 {
  margin: 10px auto 40px;
  font-weight: bold;
  color: #333;
}

blockquote {
  border-left: 4px solid #007bff;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
}

.book-title {
  font-weight: bold;
  color: #007bff;
}

.intro-text {
  font-size: 1.2rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.social-icons a {
  color: #007bff;
  font-size: 1.5rem;
  text-decoration: none;
}

.social-icons a:hover {
  color: #0056b3;
}

footer {
  text-align: center;
  padding: 1rem;
  background-color: #f1f1f1;
  margin-top: 2rem;
}

footer p {
  margin: 0.5rem 0;
  color: #6c757d;
}

footer .social-icons {
  margin-top: 0.5rem;
}

footer .social-icons a {
  margin: 0 0.5rem;
  color: #007bff;
  font-size: 1.5rem;
}

footer .social-icons a:hover {
  color: #0056b3;
}
.book-title {
  color: #007bff;
  font-weight: bold;
}

img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.highlight-box {
  background-color: #f8f8f8;
  border-left: 5px solid #e87e04;
  padding: 15px 20px;
  margin-top: 30px;
  border-radius: 8px;
  text-align: center;
}

.highlight-link {
  color: #e87e04;
  font-weight: bold;
  text-decoration: none;
}

.highlight-link:hover {
  text-decoration: underline;
}

.buy-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: crimson;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.buy-button:hover {
  background-color: red;
}
