body {
  margin: 0;
  padding: 0;
  font-family: 'Futura', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100vw!important;
  overflow-x: hidden;
}

:root {
  /* Colors */
  --color-bg-dark: #0D0F1B;
  --color-lime: #CAD752;
  --color-gold: #D8D737;
  --color-titanium: #D5DAED;
  --bs-body-color: #0D0F1B!important;


  --fs-h1: 95.79px;
  --fs-h2: 77.53px;
  --fs-h3: 68px;
  --fs-h4: 60px;
  --fs-h5: 50px;
  --fs-h6: 30px;

  --fs-subtitle: 18.3px;
  --fs-subtitle-large: 24px;

  --fs-paragraph: 17px;
  --fs-list: 15px;
  --fs-button: 15px;
  --fs-button-small: 14px;

  --ls-tight: -2px;
  --ls-tighter: -2%;
  --ls-negative: -1%;
  --ls-default: 0;
  --ls-wide: 3%;

  /* Weights */
  --fw-bold: 700;
  --fw-medium: 500;
  --font-family-text: 'Futura Md BT', sans-serif;
}
.highlight{
  color: var(--color-lime);
}
.hero {
  background: url('../imgs/banner-caribebiz-hero.webp') center center / cover no-repeat;
  background-color: #000;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 132px;
  position: relative
}

.btn-register {
  border-radius: 20px;
  background-color: var(--color-gold);
  color: var(--color-bg-dark);
  padding: 8px 25px;
  max-width: 360px;
  font-family: var(--font-family-text);
  display: inline-block;
  font-weight: var(--fw-bold);
  align-items: center;
  justify-content: center;
  font-size: var(--fs-button);
  gap: 0.5rem;
}

.btn-register:hover {
  background-color: var(--color-bg-dark);
  color: var(--color-lime);
}
.btn-register svg {
  fill: var(--color-bg-dark);
  stroke: var(--color-bg-dark);
  margin-left: 5px;
}
.btn-register:hover svg {
  fill: var(--color-lime)!important;
  stroke: var(--color-lime)!important;
}

.logo-top,
.logo-bottom {
  max-width: 231px;
  height: auto;
}

.hero-two {
  background-color: #D8D737;
  padding-top: 100px;
  padding-bottom: 67px;
}

.video-section {
  background-color: #D8D737;
  padding: 100px 0;
}

.video-section iframe {
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.video-section IMG{
   border: none;
  border-radius: 10px;
  width: 100%;
  height: 95%;
}
.hero-tree {
  background: var(--color-bg-dark);
  color: #fff;
  padding: 0;
}
.icono-circulo {
  width: 20px;
  height: 20px;
  background-color: #D8D737;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}
.img-top{

  width: 100%;
  height: 100%;
  float: top;
}

.hero-tree-titles .my-title-sm{
  padding-bottom: 35px;
}
.mb-45{
  margin-bottom: 45px;
}
.pb-93{
  padding-bottom: 93px;
}
.mb-53{
  margin-bottom: 53px;
}
.feature-list{
  padding-bottom: 30px;
}
.hero-four{
  background-color: var(--color-bg-dark);
  background-image: url('../imgs/banner-caribebiz-2.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 69px;
  padding-bottom: 75px;
  display: flex;
  align-items: center;
}
.offset-lg-numbers{
  margin-top: 200px;
}
.hero-five{
  background-color: var(--color-gold);
}
.title-conferencistas{
  aspect-ratio: 1240/413;
  background-image: url('../imgs/bg-title-conferencistas.webp');
  background-size: contain;
  margin-bottom: 100px;
  background-repeat: no-repeat;
}
.card-speaker{
  padding-left: 40px;
}
.img-speaker {
  width: 50%;
  mix-blend-mode: luminosity;
}
.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}
.my-speaker-button{
  display: inline-block;
  align-items: center;
  color: var(--color-bg-dark);
  text-decoration: none;
  border: 1px solid var(--color-bg-dark);
  padding: 10px 20px;
  border-radius: 20px;
}
.my-speaker-button svg{
  margin-left: 5px;
  stroke: var(--color-bg-dark);
}
.my-speaker-button:hover{
  background-color: var(--color-bg-dark);
  color: var(--color-lime);
  border: 2px solid #fff;
}
.my-speaker-button:hover svg{
  fill: var(--color-lime)!important;
  stroke: var(--color-lime)!important;
}
.patrocinadores{
  background-color: var(--color-bg-dark);
}
.logos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 columnas iguales */
  justify-items: center;
  align-items: center;
  column-gap: 2rem;    /* separación horizontal entre columnas */
  row-gap: 83px;       /* separación vertical entre filas */
}

.logos-grid img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: filter 0.3s, opacity 0.3s;
}

.logos-grid img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Responsive: menos columnas en pantallas pequeñas */
@media (max-width: 992px) {
  .logos-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;    /* separación horizontal entre columnas */
    row-gap: 43px;       /* separación vertical entre filas */
  }
  
}
@media (max-width: 576px) {
  .logos-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;    /* separación horizontal entre columnas */
    row-gap: 14px;       /* separación vertical entre filas */
  }
}
.logo-left {
  justify-self: start;
}

.logo-right {
  justify-self: end;
}
/* Estilos base (1440px) */
.my-title-lg           { font-family: 'Futura', sans-serif; font-size: 68px; line-height:75px; letter-spacing: -0.06px!important; }
.my-subtitle           { font-size: 18.3px; }
.my-button-text        { font-size: 15px; }
.my-post-button-title  { font-family: var(--font-family-text);font-size: 17px; font-weight: medium; }
.my-title-md           { font-size: 60px; letter-spacing: -2px; line-height: 56px; }
.my-title-sm           { font-size: 50px; }
.my-list-item          { font-size: 15px; font-weight: 500; letter-spacing: -1%; font-family: var(--font-family-text); }
.my-number-xl          { font-size: 95.79px; letter-spacing: 0; }
.my-number-lg          { font-size: 69.9px; }
.my-number-subtext     { font-size: 24px; font-family: var(--font-family-text); letter-spacing: 0.72px; }
.my-title-xl           { font-size: 77.53px; letter-spacing: -2%; }
.my-speaker-name       { font-size: 30px; color: #000}
.my-speaker-desc       { font-size: 15px; letter-spacing: -1%; color: #000; font-family: var(--font-family-text);}
.my-speaker-button     { font-size: 14px; letter-spacing: 0; color: #000}
.my-sponsors-title     { font-size: 32.9px; letter-spacing: 0; color: #fff;  margin-bottom: 80px }
.my-title-recap        { font-size: 40px; margin-bottom: 34px;letter-spacing: 0; color: var(--color-bg-dark)}
/* Responsive: ≤1200px */
.image-mobile{
  display: none;
}
.image-desktop{
  display: block;
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  .image-desktop{
    display: none;
  }
  .image-mobile{
    display: block;
  }
}
.hero-five {
  padding-top: 106px;
  padding-bottom: 106px;
}
.hero-tree-titles{
  padding-top: 84px;
  padding-bottom: 84px;
}
@media (max-width: 1200px) {
  .my-title-lg         { font-size: 52px; line-height:56px;}
  .my-title-md         { font-size: 48px; line-height:46px; }
  .my-title-sm         { font-size: 42px; line-height:40px; }
  .my-title-xl         { font-size: 60px; line-height:66px; }
  .my-number-xl        { font-size: 72px; line-height:76px; }
  .my-number-lg        { font-size: 52px; line-height:56px; }
  .hero{
    padding-bottom: 80px;
  }
}

/* Responsive: ≤992px (Bootstrap md) */
@media (max-width: 992px) {
  .my-title-lg         { font-size: 42px; line-height:46px; }
  .my-title-md         { font-size: 36px; line-height:36px; }
  .my-title-sm         { font-size: 30px; line-height:30px; }
  .my-title-xl         { font-size: 50px; line-height:56px; }
  .my-number-xl        { font-size: 56px; line-height:56px; }
  .my-number-lg        { font-size: 40px; line-height:40px; }
  .my-subtitle         { font-size: 16px; }
  .my-number-subtext   { font-size: 18px; }
}

/* Responsive: ≤768px (Bootstrap sm) */
@media (max-width: 768px) {
  .my-title-lg         { font-size: 36px; line-height:36px; }
  .my-title-md         { font-size: 30px; line-height:30px; }
  .my-title-sm         { font-size: 24px; line-height:24px; }
  .my-title-xl         { font-size: 40px; line-height:40px; }
  .my-number-xl        { font-size: 44px; line-height:44px; }
  .my-number-lg        { font-size: 32px; line-height:32px; }
  .my-number-subtext   { font-size: 24px; }
  .my-speaker-name     { font-size: 20px; }
  .my-speaker-desc     { font-size: 14px; }
  .offset-lg-numbers{
    margin: 0
  }
}

/* Responsive: ≤576px (Bootstrap xs) */
@media (max-width: 576px) {
  .my-title-lg         { font-size: 36px; line-height:40px; }
  .my-title-md         { font-size: 24px; line-height:24px; }
  .my-title-sm         { font-size: 36px; line-height:40px; }
  .my-title-xl         { font-size: 32px; line-height:32px; }
  .my-number-xl        { font-size: 65px; line-height:65px; }
  .my-number-lg        { font-size: 66px; line-height:66px; }
  .my-subtitle         { font-size: 14px; }
  .my-speaker-name     { font-size: 30px; }
  .my-speaker-desc     { font-size: 15px; }
  .my-post-button-title{ font-size: 14px; }
  .my-title-recap      { font-size: 26px; }
  .my-title-xl{
    font-size: 26px;
  }
  .image-mobile, h3{
    margin-bottom: 41px;
    margin-bottom: 0!important;
  }
  .title-conferencistas{
    margin-bottom: 74px;
  }
  .hero-five{
    padding-top: 74px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pb-93{
    padding-bottom: 41px;
  }
  .my-sponsors-title{
    text-align: center!important;
    margin-bottom: 57px;
  }
  .hero-four{
    min-height: 600px;
    background-position: center;
    padding-top: 268px;
    padding-bottom: 100px;
  }
  .my-speaker-button{
    min-width: 50%;
    text-align: center;
  }
  .card-speaker{
    padding-left: 20px;
    margin-bottom: 40px;
    padding: 0
  }
  .info-speaker{
 margin-bottom: 31px;
  }
  .hero{
    padding-bottom: 115px;
  }
  .w-40{
    width: 100%;
  }
  .w-60{
    width: 100%;
  }
  .card-speaker{
    flex-direction: column;
  }
  .hero-tree .container{
    padding: 0!important;
  }
  .hero-tree{
    padding: 83px 20px;
  }
  .img-fluid{
    margin: 0!important;
  }
  .video-section{
    padding: 80px 0
  }
}

/* Footer Styles */
footer {
  background-color: var(--color-titanium);
  color: var(--color-bg-dark);
  padding: 60px 0 30px;
  font-family: 'Futura', sans-serif;
}

.footer-logo {
  max-width: 300px; /* Adjust as needed */
  margin-bottom: 15px;
}

.footer-left p.siguenos {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 8px;
  font-weight: bold; /* Assuming medium weight for 'Síguenos' */
  font-family: var(--font-family-text), sans-serif;
}

.contactanos-title {
  font-family: 'Futura', sans-serif;
  font-weight: var(--fw-bold); /* 700 */
  font-size: 21.99px;
  line-height: 43.99px;
  letter-spacing: 5%;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--color-bg-dark);
}

.contact-details {
  display: flex;
  justify-content: space-between; /* Aligns person info and contact info */
  margin-bottom: 20px;
}

.contact-person {
  flex-basis: 50%; /* Adjust as needed */
}

.contact-info {
  flex-basis: 50%; /* Adjust as needed */
  text-align: right; /* Aligns email and phone to the right */
}

.contact-name,
.contact-phone {
  font-family: 'Futura', sans-serif;
  font-weight: var(--fw-bold); /* 700 */
  font-size: 16.23px;
  line-height: 23.45px;
  letter-spacing: 0%;
  color: var(--color-bg-dark);
  margin-bottom: 2px;
}

.contact-role,
.contact-email {
  font-family:  var(--font-family-text), sans-serif;
  font-weight: var(--fw-medium); /* 500 */
  font-size: 14.43px;
  line-height: 23.45px;
  letter-spacing: 0%;
  color: var(--color-bg-dark);
  margin-bottom: 2px;
}

.copyright-text {
  font-family: var(--font-family-text), sans-serif;
  font-weight: var(--fw-medium); /* 500 */
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 3%;
  text-align: left;
  margin-top: 20px;
  color: var(--color-bg-dark);
  opacity: 0.5;
}

/* Ensure social icons are dark if they are SVGs and need color override */
.social-icons svg path {
  fill: var(--color-bg-dark);
}

/* Responsive adjustments if needed */
@media (max-width: 768px) {
  .hide-mobile{
    display: none;
  }
  .logo{
    text-align: center;
  }
  .footer-left,
  .footer-right {
    text-align: center; /* Center content on smaller screens */
    margin-bottom: 30px;
  }
  .social-icons {
    justify-content: center;
    display: flex; /* Center icons */
  }
  .contact-details {
    flex-direction: column; /* Stack contact details on smaller screens */
    align-items: center;
  }
  .contact-info {
    text-align: center; /* Center contact info text */
    margin-top: 10px;
  }
  .footer-logo{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* YouTube Playlist Styles */
#youtube-playlist-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#youtube-playlist-container li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#youtube-playlist-container li:hover {
  background-color: #f0f0f0; /* Un color de fondo suave al pasar el mouse */
}

#youtube-playlist-container li img {
  width: 120px; /* Ancho de la miniatura */
  height: 90px;  /* Alto de la miniatura */
  margin-right: 10px;
  border: 1px solid #ccc; /* Borde ligero para la miniatura */
  object-fit: cover; /* Asegura que la imagen cubra el espacio sin distorsionarse */
}

#youtube-playlist-container li span {
  font-size: 14px;
  flex-grow: 1; /* Permite que el título ocupe el espacio restante */
}
.youtube-playlist-container{
  height: 450px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: var(--color-titanium)!important;
  padding : 20px;
  border-radius: 10px;
}
.social-icons a{
  display: inline-block;
}
.social-icon{
  width: 28px;
  height: 28px;
  margin-right: 8px
}
/* .btn-fixed{
  position: fixed;
  top: 35px;
  right: 20px;
  z-index: 1000;
} */

/* Single Speaker Page Styles */
.speaker-details-section {
  background-color: var(--color-bg-dark); /* Ya tienes esta variable */
  color: #fff; /* Texto claro por defecto */
  min-height: 100vh; /* Para que ocupe al menos toda la pantalla */
}

.speaker-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  border: none;
  border-bottom: 3px solid transparent;
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px; /* Espacio entre pestañas */
  font-weight: var(--fw-medium); /* O el peso que corresponda */
  text-transform: uppercase;
  letter-spacing: 1px; /* Ajusta según diseño */
  width: 100%;
}

.speaker-tabs .nav-item .nav-link.active,
.speaker-tabs .nav-item .nav-link:hover {
  color: var(--color-gold); /* Usando tu variable gold, o define una específica */
  background-color: transparent;
  border-bottom-color: var(--color-gold);
}

.speaker-main-title {
  /* Ajusta el tamaño y peso si es necesario, display-4 y fw-bold ya son de Bootstrap */
  line-height: 1.1;
  color: #fff; /* Asegurar color blanco para el título principal */
}

.tab-content {
  padding-top: 30px; /* Espacio entre las pestañas y el contenido */
}

.conocemas-links span {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.8);
}


/* Estilos para párrafos dentro de la pestaña 'sobre' */
#sobre-pane p {
  font-size: var(--fs-paragraph); /* Usando tu variable de tamaño de párrafo */
  line-height: 1.6;
  color: var(--color-titanium); /* Un color un poco más suave que el blanco puro */
  margin-bottom: 1.5rem;
}