@charset "UTF-8";
/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #86efac, #a7f3d0, #fde047);
  z-index: 0;
}

/* Event Photos Slideshow */
.hero-photos-slideshow {
  position: absolute;
  right: 0;
  top: 20vh;
  width: 100vw;
  height: 50vh;
  z-index: 30;
  overflow: hidden;
}

.hero-photos-slideshow .slideshow-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-photos-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-photos-slideshow .slide.active {
  opacity: 1;
}

.hero-photos-slideshow .photo-pair {
  display: flex;
  gap: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.hero-photos-slideshow .photo-pair a {
  flex: 1;
  height: 100%;
  margin-right: 0.75rem;
}

.hero-photos-slideshow .photo-pair a:last-child {
  margin-right: 0;
}

.hero-photos-slideshow .photo-pair img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hero-photos-slideshow .photo-pair img:hover {
  transform: scale(1.02);
}

/* Fix específico para Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .hero-photos-slideshow .photo-pair {
    gap: 0;
  }
  
  .hero-photos-slideshow .photo-pair a:first-child {
    margin-right: 0.75rem;
  }
  
  .hero-photos-slideshow .photo-pair a:first-child img {
    flex: 0 0 calc(50% - 0.375rem);
  }
  
  .hero-photos-slideshow .photo-pair a:last-child img {
    flex: 0 0 calc(50% - 0.375rem);
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
}

.hero-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem;
  z-index: 30;
}

.hero-logo img {
  height: auto;
  width: 12rem;
}

.hero-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem;
  z-index: 1001;
}

.hamburger-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.hamburger-btn img {
  width: 2.5rem;
  height: 2.5rem;
}

.hamburger-menu {
  position: absolute;
  top: 4.6rem;
  right: 3rem;
  width: 12rem;
  background: white;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  z-index: 1001;
  display: none;
  border: 2px solid black;
}

.hamburger-menu.active {
  display: block;
}

.hamburger-menu a {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #374151;
  font-size: 0.875rem;
  transition: background-color 0.2s;
}

.hamburger-menu a:hover {
  background-color: #f3f4f6;
}

.hero-cdu-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  z-index: 30;
}

.cdu-full {
  height: auto;
  width: 12rem;
  display: none;
}

.cdu-iso {
  height: 3rem;
  width: auto;
  display: block;
}

.hero-button {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  z-index: 30;
}

.cta-button {
  background: linear-gradient(to right, #41FFF3, #7CFF83);
  color: black;
  font-weight: 500;
  border-radius: 0.375rem;
  padding: 1.1rem 3rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.1rem;
}

.cta-button:hover {
  background: linear-gradient(to right, #3ae6da, #6fe876);
}

/* Speakers Section */
.speakers-section {
  padding: 2.5rem 1.5rem;
  background: linear-gradient(to right, #e0f2fe, #fffbeb, #fce7f3);
}

.speakers-section h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.speakers-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.speakers-grid-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.speakers-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.speakers-grid-2 .speaker-image img {
  width: 26rem;
}

.speaker-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.7s ease-out;
  cursor: pointer;
  padding: 1rem;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.speaker-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.speaker-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.speaker-image {
  margin-bottom: 0.75rem;
}

.speaker-image img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
}

.speaker-card h3 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

.speaker-title {
  font-weight: 300;
  font-size: 0.8rem;
  color: #4b5563;
}

.speaker-quote {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.5rem;
  font-style: italic;
}

.ver-mas-btn {
  color: black;
  font-weight: 500;
  border-radius: 0.375rem;
  padding: 0.75rem 1.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.875rem;
  margin-top: 1rem;
}

.ver-mas-btn:hover {
  background: linear-gradient(to right, #3ae6da, #6fe876);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Phrase Slideshow */
.phrase-slideshow {
  width: 100%;
  background-color: #f1f1f1;
  padding: 3.125rem 0;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 1s ease-out;
}

.phrase-slideshow.visible {
  opacity: 1;
  transform: translateY(0);
}

.slideshow-container {
  width: 100%;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s;
}

.slide.active {
  opacity: 1;
}

.slide img {
  width: auto;
  object-fit: contain;
}

/* Schedule Section */
.schedule-section {
  padding: 2.5rem 1.5rem;
  background-color: #67e8f9;
}
.schedule-section .schedule-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 2rem;
  border-radius: 0.5rem;
}
.schedule-section .schedule-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.schedule-section .schedule-content p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.schedule-section .schedule-content .schedule-expand {
  position: relative;
  cursor: pointer;
}
.schedule-section .schedule-content .schedule-expand .expand-dots {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  margin: 1rem 0;
  transition: transform 0.3s ease;
}
.schedule-section .schedule-content .schedule-expand .expanded-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s ease-out;
}
.schedule-section .schedule-content .schedule-expand .expanded-content h2 {
  margin-top: 2rem;
}
.schedule-section .schedule-content .schedule-expand .expanded-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.schedule-section .schedule-content .schedule-expand .expanded-content ul li {
  margin-bottom: 0.5rem;
}
.schedule-section .schedule-content .schedule-expand:hover .expand-dots {
  transform: rotate(180deg);
}
.schedule-section .schedule-content .schedule-expand:hover .expanded-content {
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
}

/* Organizers Section */
.organizers-section {
  padding: 2.5rem 1.5rem;
}

.organizers-section h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.organizers-logos img {
  height: 3rem;
  width: auto;
}

.sponsors-title {
  margin-top: 4rem;
}

img[src="images/CDUlogo.svg"] {
  height: 2.4rem;
  width: auto;
}

.sponsors-logos img[src="images/MEClogo.svg"] {
  height: 5.5rem;
  width: auto;
  margin-right: 3rem;
}
.sponsors-logos img[src="images/logo-ort.png"] {
  height: 4rem;
  width: auto;
  margin-top: 3rem;
  margin-bottom: 1rem;
  margin-right: 4rem;
}
.sponsors-logos img[src="images/logo-fractal.png"] {
  height: 3rem;
  margin: 2rem 1rem 1.5rem 0rem;
}
.sponsors-logos img[src="images/logo-brot-haus.png"] {
  height: 4rem;
  margin: 1rem 3rem 1rem 1rem;
}
.sponsors-logos img[src="images/logo-printman.png"] {
  height: 3rem;
  margin: 1rem 3rem 1rem 1rem;
}
.sponsors-logos img[src="images/logo-eventoc.png"] {
  height: 3rem;
  margin: 1rem 3rem 1rem 1rem;
}
.sponsors-logos img[src="images/logo-alfajores.png"] {
  height: 6rem;
}
.sponsors-logos img[src="images/logo-disenarte.png"] {
  height: 6rem;
}
.sponsors-logos img[src="images/AccesoFacilLogo.svg"] {
  height: 2rem;
  width: auto;
}
.sponsors-logos img[src="images/aluminios-proyecta.png"] {
  height: 6rem;
  width: auto;
  margin: 3rem 4rem 0rem 0rem;
}
.sponsors-logos img[src="images/logo-agiled.png"] {
  height: 2.8rem;
  margin: 1rem 3rem 1rem 1rem;
}
.sponsors-logos img[src="images/logo-zing.png"] {
  height: 4rem;
  width: auto;
  margin: 3rem 3rem 0rem 0rem;
}

/* Blog Section */
.blog-section {
  padding: 2.5rem 1.5rem;
  background-color: #86efac;
}

.blog-section h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.blog-card {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.blog-image {
  position: relative;
  height: 12rem;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  padding: 1.5rem;
}

.blog-content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #111827;
}

.blog-content p {
  color: #4b5563;
  margin-bottom: 1rem;
  line-height: 1.625;
}

.blog-link {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #0891b2;
  text-decoration: none;
  transition: opacity 0.2s;
}

.blog-link:hover {
  opacity: 0.8;
}

.arrow {
  margin-left: 0.25rem;
}

.blog-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.blog-prev,
.blog-next {
  background-color: #0891b2;
  color: white;
  border: none;
  border-radius: 0.25rem;
  padding: 0.5rem;
  cursor: pointer;
  transition: opacity 0.2s;
}

.blog-prev:hover,
.blog-next:hover {
  opacity: 0.8;
}

.blog-indicators {
  display: flex;
  gap: 0.5rem;
}

.indicator {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: none;
  background-color: #d1d5db;
  cursor: pointer;
  transition: background-color 0.2s;
}

.indicator.active {
  background-color: #0891b2;
}

/* Footer */
.footer {
  background-color: black;
  color: white;
  padding: 3rem 0;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

.footer-logo img {
  width: 16rem;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-social {
  margin: 1.5rem 0;
}

.footer-social h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #4b5563;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: background-color 0.2s;
}

.social-links a:hover {
  background-color: #6b7280;
}

.social-icon {
  font-size: 0.875rem;
  font-weight: bold;
}
.social-icon:contains("in") {
  font-family: "Arial", sans-serif;
}
.social-icon:contains("ig") {
  font-family: "Arial", sans-serif;
}
.social-icon:contains("wa") {
  font-family: "Arial", sans-serif;
}
.social-icon:contains("✉") {
  font-size: 1rem;
}

.footer-copyright {
  font-size: 0.875rem;
  color: #9ca3af;
}

.footer-right h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #1f2937;
  border: 1px solid #374151;
  border-radius: 0.375rem;
  color: white;
  font-size: 0.875rem;
  transition: all 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #06b6d4;
  box-shadow: 0 0 0 2px rgba(6, 182, 212, 0.2);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #9ca3af;
}

.form-group textarea {
  resize: none;
  min-height: 6rem;
}

.submit-button {
  width: 100%;
  background: linear-gradient(to right, #41FFF3, #7CFF83);
  color: black;
  font-weight: 500;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.submit-button:hover {
  background: linear-gradient(to right, #3ae6da, #6fe876);
}

.send-icon {
  font-size: 1rem;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.7s ease-out forwards;
}

/* Media Queries */
/* Mobile Landscape (380px and up) */
@media (min-width: 380px) {
  .cdu-full {
    display: block;
    width: 14rem;
  }

  .cdu-iso {
    display: none;
  }
}
/* Tablet and Desktop (768px and up) */
@media (min-width: 768px) {
  .hero-photos-slideshow .photo-pair {
    padding: 0 3rem;
    gap: 1.5rem;
  }

  .hero-photos-slideshow .photo-pair img {
    border-radius: 12px;
  }

  /* Fix específico para Safari en desktop */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .hero-photos-slideshow .photo-pair {
      gap: 0;
    }
    
    .hero-photos-slideshow .photo-pair a:first-child {
      margin-right: 1.5rem;
    }
    
    .hero-photos-slideshow .photo-pair a:first-child img {
      flex: 0 0 calc(50% - 0.75rem);
    }
    
    .hero-photos-slideshow .photo-pair a:last-child img {
      flex: 0 0 calc(50% - 0.75rem);
    }
  }

  .hero-logo {
    padding: 2.5rem;
  }

  .hero-logo img {
    width: 14rem;
  }

  .hero-menu {
    padding: 1.5rem;
  }

  .hero-cdu-logo {
    padding: 2.5rem;
  }

  .hero-button {
    padding: 3rem;
  }

  .hero-datos {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 30;
    margin: 3rem;
  }

  .speakers-section {
    padding: 2.5rem;
  }

  .speakers-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .speakers-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .speakers-grid-1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .schedule-section {
    padding: 2.5rem;
  }

  .organizers-section {
    padding: 2.5rem;
  }

  .blog-section {
    padding: 2.5rem;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Large Desktop (1024px and up) */
@media (min-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    padding: 0 2.5rem;
  }
}
/* Mobile Portrait (767px and down) */
@media (max-width: 767px) {
  .hero-photos-slideshow {
    top: 13vh;
    height: 70vh;
  }

  .hero-photos-slideshow .photo-pair {
    flex-direction: column;
    gap: 0;
    padding: 0 1rem;
  }

  .hero-photos-slideshow .photo-pair a {
    height: calc(50% - 0.375rem);
    margin-bottom: 0.75rem;
  }

  .hero-photos-slideshow .photo-pair a:last-child {
    margin-bottom: 0;
  }

  .hero-photos-slideshow .photo-pair img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .hero-logo img {
    width: 8rem;
  }

  .hero-cdu-logo .cdu-full {
    display: none;
  }

  .speakers-section,
  .schedule-section,
  .organizers-section,
  .blog-section {
    padding: 2rem 1rem;
  }

  .hero-datos {
    position: absolute;
    bottom: 5rem;
    right: 0;
    z-index: 30;
    margin: 2rem;
  }

  .hero-datos img {
    width: 60vw;
  }

  .sponsors-logos img {
    max-width: 300px;
  }

  .organizers-logos img {
    width: auto;
  }

  .sponsors-logos img[src="images/MEClogo.svg"], .supporters-logos img[src="images/MEClogo.svg"] {
    height: 4rem;
    width: auto;
  }

  .sponsors-logos img[src="images/logo-ort.png"], .supporters-logos img[src="images/logo-ort.png"] {
    height: 3rem;
    width: auto;
  }

  .sponsors-logos img[src="images/logo-printman.png"], .supporters-logos img[src="images/logo-printman.png"] {
    height: 2.5rem;
    margin: 1rem 3rem 1rem 0rem;
  }

  .sponsors-logos img[src="images/logo-eventoc.png"], .supporters-logos img[src="images/logo-eventoc.png"] {
    height: 2.5rem;
    margin: 1rem 3rem 1rem 0rem;
  }

  .sponsors-logos a[href="https://eventoc.com.uy"]::after, .supporters-logos a[href="https://eventoc.com.uy"]::after {
    content: "\a";
    white-space: pre;
  }

  .sponsors-logos img[src="images/logo-fractal.png"], .supporters-logos img[src="images/logo-fractal.png"] {
    height: 2rem;
    margin-top: 2rem;
  }

  .sponsors-logos img[src="images/logo-brot-haus.png"], .supporters-logos img[src="images/logo-brot-haus.png"] {
    height: 3rem;
    margin: 1rem 1.5rem 1rem 0rem;
  }

  .sponsors-logos img[src="images/logo-alfajores.png"], .supporters-logos img[src="images/logo-alfajores.png"] {
    height: 5rem;
  }

  .sponsors-logos img[src="images/logo-disenarte.png"], .supporters-logos img[src="images/logo-disenarte.png"] {
    height: 5rem;
  }

  .sponsors-logos img[src="images/aluminios-proyecta.png"], .supporters-logos img[src="images/aluminios-proyecta.png"] {
    height: 5rem;
    width: auto;
    margin: 2rem 2rem 0rem 0rem;
  }

  .sponsors-logos img[src="images/AccesoFacilLogo.svg"], .supporters-logos img[src="images/AccesoFacilLogo.svg"] {
    height: 1.5rem;
    width: auto;
  }

  .sponsors-logos img[src="images/logo-zing.png"], .supporters-logos img[src="images/logo-zing.png"] {
    height: 3rem;
    width: auto;
    margin: 2rem 1rem 0rem 0rem;
  }

  .slide img {
    max-width: 100%;
    height: auto;
  }

  .speakers-grid-2 .speaker-image img {
    width: 19rem;
    height: 6rem;
  }
}
/* Modal Styles */
.speaker-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.speaker-modal.active {
  display: flex;
  opacity: 1;
}

.modal-content {
  position: relative;
  background-color: #009B91;
  margin: auto;
  padding: 2rem;
  width: 90%;
  max-width: 600px;
  border-radius: 0.5rem;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  max-height: 90vh;
  overflow-y: auto;
  color: white;
}

.speaker-modal.active .modal-content {
  transform: translateY(0);
}

.close-modal {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: white;
  transition: color 0.2s;
}
.close-modal:hover {
  color: #000;
}

.modal-title {
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1rem 0;
}

.modal-quote {
  color: white;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 0.375rem;
  border: 1px solid white;
}

.modal-description {
  color: white;
  line-height: 1.6;
  margin-top: 1.5rem;
}

/* Speaker Page Styles */
.speaker-page {
  min-height: 100vh;
  background: linear-gradient(to right, #e0f2fe, #fffbeb, #fce7f3);
}

.header {
  background: white;
  padding: 1rem 1.5rem;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #e0f2fe, #fffbeb, #e7e7fc) 1;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}

.header-logo img {
  height: 3rem;
  width: auto;
}

.breadcrumb {
  background: white;
  padding: 0.75rem 1.5rem;
}

.breadcrumb-content {
  padding: 0 1.5rem;
}

.breadcrumb a {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.875rem;
}
.breadcrumb a:hover {
  color: #374151;
}

.breadcrumb span {
  color: #9ca3af;
  margin: 0 0.5rem;
}

.main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.speaker-hero {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  margin-bottom: 3rem;
  background: white;
  padding: 2rem;
  border-radius: 0.5rem;
}

.speaker-image-large {
  text-align: center;
}
.speaker-image-large img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}

.speaker-info h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #111827;
}

.speaker-title-large {
  font-size: 1.25rem;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.speaker-quote-large {
  font-size: 1.125rem;
  font-weight: 400;
  color: #6b7280;
  font-style: italic;
  margin-bottom: 2rem;
  padding: 1rem;
  background: #f9fafb;
  border-left: 4px solid #67e8f9;
  border-radius: 0.25rem;
}

.speaker-description {
  background: white;
  padding: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}
.speaker-description h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #111827;
}
.speaker-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 1rem;
}

.blog-section {
  background: white;
  padding: 2rem;
  border-radius: 0.5rem;
}
.blog-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #111827;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.blog-card {
  background: #f9fafb;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}
.blog-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #111827;
}
.blog-card p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6b7280;
}

/* Responsive para Speaker Page */
@media (max-width: 768px) {
  .speaker-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .speaker-info h1 {
    font-size: 2rem;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .main-content {
    padding: 1rem;
  }
}
/* Estilos del menú hamburguesa para páginas de oradores */
.speaker-page .hamburger-menu {
  position: absolute;
  top: 4.6rem;
  right: 3rem;
  width: 12rem;
  background: white;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  z-index: 50;
  display: none;
  border: 2px solid black;
}

.speaker-page .hamburger-menu.active {
  display: block;
}

.speaker-page .hamburger-menu a {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #374151;
  font-size: 0.875rem;
  transition: background-color 0.2s;
}

.speaker-page .hamburger-menu a:hover {
  background-color: #f3f4f6;
}

.speaker-page .submenu {
  padding-left: 1rem;
  border-left: 2px solid #e5e7eb;
  margin-left: 0.5rem;
}

.speaker-page .submenu a {
  font-size: 0.8rem;
  padding: 0.25rem 1rem;
}

/* Estilos para el PDF viewer */
.pdf-container {
  margin-top: 1rem;
}

.pdf-controls {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(to right, #41FFF3, #7CFF83);
  color: black;
  text-decoration: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.pdf-btn:hover {
  background: linear-gradient(to right, #3ae6da, #6fe876);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pdf-btn span {
  font-size: 1rem;
}

/* Responsive para PDF */
@media (max-width: 768px) {
  .pdf-controls {
    flex-direction: column;
  }

  .pdf-btn {
    justify-content: center;
  }
}

/* Slideshow de fotos en cronograma */
.cronograma-photos-slideshow {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 2rem auto;
  padding: 0 1rem;
}
.cronograma-photos-slideshow .slideshow-container {
  width: 100%;
  height: 260px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cronograma-photos-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cronograma-photos-slideshow .slide.active {
  opacity: 1;
}
.cronograma-photos-slideshow .photo-pair {
  display: flex;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
.cronograma-photos-slideshow .photo-pair a {
  flex: 1;
  height: 100%;
}
.cronograma-photos-slideshow .photo-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 12px #0001;
  transition: transform 0.3s;
}
.cronograma-photos-slideshow .photo-pair img:hover {
  transform: scale(1.03);
}

/* Video destacado en hero-section */
.hero-video-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  pointer-events: none; /* para que los botones del menú sigan funcionando */
}

.hero-video {
  border: none;
  border-radius: 24px;
  box-shadow: none;
  background: none;
  width: 70vw;
  max-width: 1100px;
  min-width: 260px;
  aspect-ratio: 16/9;
  display: block;
  margin-right: 2vw;
  pointer-events: auto;
  z-index: 1000 !important;
  position: relative !important;
}

@media (max-width: 900px) {
  .hero-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
  }
  .hero-video-container {
    width: 100vw;
    height: 38vh;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
  }
  .hero-video {
    display: block;
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    height: 38vh;
    min-height: 220px;
    aspect-ratio: 9/16;
    margin: 0;
    border-radius: 0 !important;
    background: none;
    object-fit: cover;
    z-index: 1000 !important;
    position: relative !important;
  }
}
@media (max-width: 900px) {
  .hero-video-container {
    height: 52vh;
    min-height: 260px;
  }
  .hero-video {
    height: 52vh;
    min-height: 260px;
  }
}
@media (max-width: 600px) {
  .hero-video-container {
    height: 44vh;
    min-height: 200px;
  }
  .hero-video {
    height: 44vh;
    min-height: 200px;
  }
}

@media (max-width: 900px) {
  .hero-logo img {
    width: 38vw;
    max-width: 180px;
    min-width: 100px;
  }
}
@media (max-width: 600px) {
  .hero-logo img {
    width: 48vw;
    max-width: 200px;
    min-width: 100px;
  }
}

/*# sourceMappingURL=styles.css.map */
