 


/* NUEVO PROVITALKS */

/* General */
/* ---------- VARIABLES GLOBALES ---------- */
:root {
  --color-primary:     #E5007E;   /* Magenta/Rosa principal */
  --color-secondary:   #11A4DF;   /* Cyan/Turquesa */
  --color-tertiary:   #FBB911;   /* Cyan/Turquesa */
  --color-dark:        #1A1A1A;   /* Texto oscuro */
  --color-text:        #3D3D3D;   /* Texto cuerpo */
  --color-text-light:  #6B6B6B;   /* Texto secundario */
  --color-white:       #FFFFFF;
  --color-bg-light:    #F7F7F7;   /* Fondo secciones alternas */
 
  --font-main: 'circular', sans-serif;

  --radius-sm:   8px;
  --radius-md:   16px;
  --radius-lg:   24px;
  --radius-full: 9999px;
 
  --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 8px 32px rgba(229, 0, 126, 0.18);
 
  --transition: 0.3s ease;
}


.provitalks-wrapper{
  max-width:1320px !important;
  margin:0 auto !important;
  float:none !important; 
  padding:40px 40px;
}

.row{
  display:flex;
  flex-direction:row;
}

.col{
  display:flex;
  flex-direction:column;
}

.col-50{
  width:50%;
}


#hero .provitalks-wrapper{
  padding-top:100px;
}

.provitalks-wrapper *,
.provitalks-wrapper *::before,
.provitalks-wrapper *::after {
  box-sizing: border-box;
}
 
/* Tipografía global */
.provitalks-wrapper h1,
.provitalks-wrapper h2,
.provitalks-wrapper h3,
.provitalks-wrapper h4 {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
  margin: 0;
  
}

 
/* Botones */
.provitalks-wrapper .btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius-full);
  font-family: var(--font-main);
  font-size: 0.95rem;
  font-weight: BOLD;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
  text-decoration: none;
  background: var(--color-tertiary);
  color: var(--color-white);
  border-color: var(--color-tertiary);
}

.provitalks-wrapper .btn:hover{
  background: transparent;
  color: var(--color-tertiary);
}
 

.provitalks-wrapper iframe{
 filter: drop-shadow(13px 16px 30.3px rgba(0, 0, 0, 0.18));
border-radius: 19px;
}

/* Hero */

#hero{
  background:url("https://6867183.fs1.hubspotusercontent-na1.net/hubfs/6867183/Group%201000005971-1.png");
  background-size:cover;
}

.videotext{
background: rgba(178, 178, 178, 0.5);
backdrop-filter: blur(5px);
border-radius: 10px;
}

.wrapper-360{
  max-width:360px;
}

.wrapper-440{
  max-width:440px;
}


.al-lft{
  margin-right:auto;
}
.provitalks-hero>div{
  background:transparent;
}

/* About */

/* Podcasts destacados */

.episodes-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.episodes-track-wrapper {
  overflow: hidden;
  width: 100%;
}

.episodes-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
}

/* Card */
.episode-card {
  min-width: calc(33.333% - 16px);
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
}

/* Thumbnail */
.episode-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4/4;
  overflow: hidden;
}

.episode-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
   border-radius: 0px !important;
}

/* Overlay con formas curvas usando pseudo-elemento */
.episode-thumb-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  /*
  background: linear-gradient(
    to bottom,
    rgba(80, 40, 130, 0.92) 0%,
    rgba(80, 40, 130, 0.75) 45%,
    transparent 65%
  );
  */
}

.overlay-top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ep-categoria {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.ep-subtitulo {
  font-size: 13px;
  color: #fff;
  margin: 0;
}

.ep-badge {
  display: inline-block;
  background: #fff;
  color: #333;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 700;
  width: fit-content;
  margin-top: 4px;
}

.overlay-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.ep-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.meta-item {
  font-size: 13px;
  color: #fff;
  background: rgba(0,0,0,0.35);
  border-radius: 20px;
  padding: 3px 10px;
  width: fit-content;
}

.btn-watch {
  background: #fff;
  color: #333;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-watch img {
  height: 16px;
  width: auto;
}

/* Info */
.episode-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  text-align: center;
}

.episode-info .med-fs {
  margin: 0;
  text-align: left;
}

.episode-info .reg-fs {
  margin: 0;
  flex: 1;
  text-align: left;
}

.listen-label {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.listen-btns {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.listen-btns img {
  height: 28px;
  width: auto;
}

/* Botones del carousel */
.carousel-btn {
  background: #e84c4c;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn:hover {
  background: #c43a3a;
}

/* Responsive */
@media (max-width: 992px) {
  .episode-card { min-width: calc(50% - 12px); }
}

@media (max-width: 600px) {
  .episode-card { min-width: 90%; }
}



/* Hosts */

.hosts-cards{
  display:flex;
  flex-direction:row;
}

/* Experts */

.experts .big-fs,
.experts .reg-fs {
  color: #fff;
}

.experts .big-fs {
  margin-bottom: 12px;
}

.experts .reg-fs {
  margin-bottom: 40px;
}

#experts{
  background:url("https://6867183.fs1.hubspotusercontent-na1.net/hubfs/6867183/Captura%20de%20pantalla%202026-03-18%20a%20las%2019.20.32.png");
  background-size:cover;
}
/* Track */
.experts-carousel-wrapper {
  padding: 0 40px;
}

.experts-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
}

/* Card */
.expert-card {
  min-width: calc(25% - 18px);
  flex-shrink: 0;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.expert-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.expert-top img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.expert-name {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.expert-name .med-fs {
  margin: 0;
  font-weight: 700;
}

.expert-role {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.expert-card .reg-fs {
  margin: 0;
  color: #333;
  font-size: 14px;
}

/* Dots */
.experts-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.dot {
  width: 32px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .expert-card { min-width: calc(50% - 12px); }
}

@media (max-width: 600px) {
  .expert-card { min-width: 85%; }
}

/* Episodes */


.all-episodes .big-fs {
  margin-bottom: 12px;
}

.all-episodes .reg-fs {
  margin-bottom: 32px;
}

/* Tabs */
.episodes-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.tab-btn {
  background: #4a3b8c;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
  opacity: 0.6;
}

.tab-btn:hover,
.tab-btn.active {
  opacity: 1;
  background: #4a3b8c;
}

.tab-btn.active {
  border-bottom: 3px solid #4a3b8c;
  border-radius: 20px 20px 0 0;
}

.tabs-line {
  border: none;
  border-top: 2px solid #e0e0e0;
  margin: 0 0 32px 0;
}

/* Filas de episodios */
.episodes-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 963px;
  margin: 0 auto;
}

.episode-row {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 20px 24px;
}

.episode-row-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* iVoox embed */
.episode-embed {
  flex: 1;
  min-width: 0;
}

.episode-embed iframe {
  width: 100%;
  height: 140px;
  border-radius: 8px;
  display: block;
  max-width:480px;
  margin-right:auto;
}

/* Botones plataforma */
.episode-row-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

.btn-platform {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.btn-platform:hover {
  opacity: 0.85;
}

.btn-platform.yt {
  background: #00bcd4;
  color: #fff;
}

.btn-platform.sp {
  background: #00bcd4;
  color: #fff;
}

/* Botón cargar más */
.load-more-wrapper {
  text-align: center;
  margin-top: 40px;
}

.btn-load-more {
  background: #1a1a2e;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 14px 48px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-load-more:hover {
  background: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .episode-row-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .episode-row-btns {
    flex-direction: row;
    justify-content: center;
  }

  .episode-embed iframe {
    height: 120px;
  }
}

/* Form*/

#form{
  background:url("https://6867183.fs1.hubspotusercontent-na1.net/hubfs/6867183/Captura%20de%20pantalla%202026-03-18%20a%20las%2020.12.02.png");
  background-size:cover;
}

/* Blog */



 





 












.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
   
  }
  .dropdown-button {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
  }
  .dropdown-menu {
    display: none;
    position: relative;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 100;
    right: 0;
  }
  .dropdown-menu a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
  }
  .dropdown-menu a:hover {
    background-color: #f9f9f9;
  }
  .dropdown-menu img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }


.audio-container{
  /* max-width: 210px; */
  overflow: hidden;
  display: inline-block;
  /* height: 16px; */
  height: 48px;
  margin-left: -15px;
}

audio::-webkit-media-controls-play-button,
     audio::-webkit-media-controls-panel {
     background-color: white;
     color: white;
}

audio{
  width: 260px;
  height: 16px;
}

audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-volume-slider-container{
  display: none;
}

audio::-webkit-media-controls-play-button{
  color: red;
}
.categorias-container{
 margin-top: 50px; 
}



@media(max-width: 410px){
  .audio-container{
    max-width: calc(100vw - 60px);
    margin-top: 15px;
  }
  audio{
    width: 100vw;
  }
}


/* ======================================
   HERO
   ====================================== */

#hero {
  position: relative;
  min-height: 680px;
}

/* Por si te quedas con class="column" en el HubL */
#hero .column {
  display: flex;
  flex-direction: column;
}

#hero .provitalks-wrapper.row {
  gap: 40px;
  align-items: center;
}

/* --- Columna izquierda: texto + botones + logos --- */

#hero .big-fs,
#hero .med-fs,
#hero .reg-fs {
  color: var(--color-white);
}

#hero .big-fs {
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}

#hero .med-fs {
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 24px;
}

#hero .reg-fs {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 380px;
  margin: 0;
}

/* Contenedor de los dos botones */
#hero .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0 56px;
}

/* "Listen to us whenever and wherever you want" */
#hero .wrap + .reg-fs {
  font-weight: 700;
  margin-bottom: 16px;
}

/* Imagen con los logos de Spotify / YouTube / iVoox */
#hero .col-50:first-child > img {
  max-width: 360px;
  width: 100%;
  height: auto;
  display: block;
}

/* --- Columna derecha: vídeo + texto inferior --- */

#hero .col-50:last-child {
  gap: 16px;
  justify-content: center;
}

#hero iframe {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 0;
  max-height:360px;
}

#hero .videotext {
  padding: 18px 22px;
  color: var(--color-white);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* --- Responsive --- */

@media (max-width: 992px) {
  #hero .provitalks-wrapper.row {
    flex-direction: column;
  }

  #hero .col-50 {
    width: 100%;
  }

  #hero .provitalks-wrapper {
    padding-top: 80px !important;
  }
}

@media (max-width: 600px) {
  #hero .big-fs {
    font-size: 3rem;
  }

  #hero .wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  #hero .wrap .btn {
    justify-content: center;
  }
}

/* ======================================
   COLUMNAS UTILITARIAS (mover a General si vas a reutilizar)
   ====================================== */
.col-33 { width: 33.333%; }
.col-66 { width: 66.666%; }
/* ======================================
   ABOUT
   ====================================== */

#about {
  background: var(--color-white);
}

/* Por si te quedas con class="column" en el HubL */
#about .column {
  display: flex;
  flex-direction: column;
}

#about .big-fs {
  font-size: clamp(2.5rem, 4.5vw, 3.2rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 64px;
}

#about .row {
  align-items: center;
  gap: 48px;
}

/* --- Columna izquierda: icono grande --- */

#about .col-33 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#about .col-33 img {
    display: block;
    height: auto;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
}

#about span{
  font-size:18px !important;
}

/* --- Columna derecha: rich text --- */

#about .col-66 {
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--color-text-light);
}

#about .col-66 p {
  margin: 0 0 20px;
}

#about .col-66 p:last-child {
  margin-bottom: 0;
}

#about .col-66 strong,
#about .col-66 b {
  color: var(--color-dark);
  font-weight: 700;
}

/* --- Separador horizontal --- */

#about + .provitalks-wrapper hr {
  border: 0;
  border-top: 1px solid #E0E0E0;
  margin: 0;
}

/* --- Responsive --- */

@media (max-width: 768px) {
  #about .row {
    flex-direction: column;
    gap: 32px;
  }

  #about .col-33,
  #about .col-66 {
    width: 100%;
  }

  #about .col-33 img {
    max-width: 240px;
  }

  #about .big-fs {
    margin-bottom: 40px;
  }
}

/* ======================================
   EPISODES (DESTACADOS)
   Complementa el bloque "Podcasts destacados" existente
   ====================================== */

#episodes .big-fs {
  font-size: clamp(2.5rem, 4.5vw, 3.2rem) !important;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

#episodes > .provitalks-wrapper > .reg-fs span {
  font-size: 18px !important;
  line-height: 1.55;
  color: var(--color-text-light);

  margin: 0 0 48px;
}

#episodes > .provitalks-wrapper > .reg-fs strong,
#episodes > .provitalks-wrapper > .reg-fs b {
  color: var(--color-dark);
  font-weight: 700;
}

/* --- Carousel layout --- */

#episodes .episodes-carousel {
  gap: 20px;
}

/* --- Cards --- */

#episodes .episode-card {
  border: 1px solid #636363 !important;
  border-radius: 20px;
  box-shadow: var(--shadow-card);
  background: var(--color-white);
}

/* Thumbnail un poco más alto que tu 3/4 actual, en la captura se ve más vertical */
#episodes .episode-thumb {
  aspect-ratio: 5 / 5;
}

/* --- Info debajo de la card --- */

#episodes .episode-info {
  padding: 24px;
  gap: 14px;
}

#episodes .episode-info .med-fs {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-dark);
}

#episodes .episode-info .reg-fs {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-text-light);
}

#episodes .listen-label {
  font-size: 0.9375rem;
  color: var(--color-text);
  margin-top: 8px;
}

/* Píldoras de Spotify / iVoox: si las imágenes que pasas ya son los badges
   completos con fondo cian, esto no estorba. Si no, garantiza tamaño consistente. */
#episodes .listen-btns {
  gap: 12px;
}

#episodes .listen-btns a {
  display: inline-flex;
  align-items: center;
  transition: transform var(--transition);
}

#episodes .listen-btns a:hover {
  transform: translateY(-2px);
}

#episodes .listen-btns img {
  height: 32px;
}

/* --- Botones del carousel (sobreescribe el rojo actual) --- */

#episodes .carousel-btn {
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(229, 0, 126, 0.35);
  transition: all var(--transition);
  position:absolute;
  z-index:99;
}

.prev{
  left:-30px;
}

.next{
  right:-30px;
}

#episodes .carousel-btn:hover {
  background: var(--color-primary);
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(229, 0, 126, 0.5);
}


/* --- Botón Watch (YouTube) --- */

#episodes .btn-watch svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* --- Botones Listen also on --- */

#episodes .listen-btns {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

#episodes .listen-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--color-secondary);
  color: var(--color-white);
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all var(--transition);
}

#episodes .listen-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 194, 204, 0.3);
}

#episodes .listen-btn svg {
  width: 18px;
  height: 18px;
  display: block;
  background: var(--color-white);
  border-radius: 50%;
  padding: 1px;
}

/* --- Responsive --- */

@media (max-width: 768px) {
  #all-episodes .tab-btn.active:after{
    display:none;
  }
  #episodes .big-fs {
    margin-bottom: 16px;
  }

  #episodes > .provitalks-wrapper > .reg-fs {
    margin-bottom: 32px;
  }

  #episodes .episodes-carousel {
    gap: 8px;
  }

  #episodes .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}


/* ======================================
   HOSTS
   ====================================== */

#hosts {
  background: var(--color-white);
}

#hosts .big-fs {
  font-size: clamp(2.5rem, 4.5vw, 3.2rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

#hosts > .provitalks-wrapper > .reg-fs {
  font-size:18opx
  line-height: 1.55;
  color: var(--color-text-light);
  margin: 0 0 48px;
}

#hosts > .provitalks-wrapper > .reg-fs span{
  font-size: 18px !important;
}

#hosts > .provitalks-wrapper > .reg-fs strong,
#hosts > .provitalks-wrapper > .reg-fs b {
  color: var(--color-dark);
  font-weight: 700;
}

/* --- Bloque imagen + cards con borde redondeado conjunto --- */

#hosts .hosts-image {
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  background: var(--color-bg-light);
}

#hosts .hosts-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- Cards --- */

#hosts .hosts-cards {
  background: var(--color-bg-light);
  border-radius: 0 0 24px 24px;
  display: flex;
  gap: 0;
}

#hosts .host-card {
  flex: 1;
  padding: 32px 40px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  width:100%;
}

/* Línea separadora vertical entre las dos cards */
#hosts .host-card + .host-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 32px;
  bottom: 32px;
  width: 1px;
  background: #D8D8D8;
}

#hosts .host-card .med-fs {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-dark);
  margin: 0 0 4px;
}

#hosts .host-role {
  font-size: 0.9375rem;
  color: var(--color-text-light);
  margin: 0 0 20px;
}

#hosts .host-card .reg-fs {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--color-text);
  margin: 0 0 24px;
  flex: 1;
}

/* --- Icono LinkedIn --- */

#hosts .linkedin-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  color: #8C8C8C;
  transition: color var(--transition);
}

#hosts .linkedin-icon:hover {
  color: #0A66C2;
}

#hosts .linkedin-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* --- Responsive --- */

@media (max-width: 768px) {
  #hosts .hosts-cards {
    flex-direction: column;
  }

  #hosts .host-card {
    padding: 28px 24px;
  }

  #hosts .host-card + .host-card::before {
    top: 0;
    left: 24px;
    right: 24px;
    bottom: auto;
    width: auto;
    height: 1px;
    background: #D8D8D8;
  }

  #hosts .big-fs {
    margin-bottom: 16px;
  }
}

/* ======================================
   EXPERTS
   ====================================== */

#experts {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

#experts .big-fs {
  font-size: clamp(2.5rem, 4.5vw, 3.2rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--color-white);
  margin-bottom: 16px;
}

#experts .reg-fs {
  font-size: 18px;
  line-height: 1.55;
  color: var(--color-white);

  margin: 0 0 48px;
}

#experts .reg-fs strong,
#experts .reg-fs b {
  font-weight: 700;
}

/* --- Wrapper del carousel: respeta el ancho del provitalks-wrapper pero permite desbordar --- */

#experts .experts-carousel-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

/* --- Track --- */

#experts .experts-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
  /* Permitimos ver las cards de los lados sin recortar */
  overflow: visible;
}

/* --- Card --- */

#experts .expert-card {
  flex: 0 0 calc(33.333% - 16px);
  background: var(--color-white);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #534E4E
}

#experts .expert-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

#experts .expert-top img {
  width: 140px;
  height: 140px;
  border-radius: 18px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #534E4E
}

#experts .expert-name {
  display: flex;
  flex-direction: column;
}

#experts .expert-name .med-fs {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--color-dark);
  margin: 0;
}

#experts .expert-card .reg-fs {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-text-light);
  margin: 0;
}

/* --- Dots --- */

#experts .experts-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

#experts .dot {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background var(--transition);
  border: 0;
  padding: 0;
}

#experts .dot.active {
  background: var(--color-white);
}

/* --- Responsive --- */

@media (max-width: 992px) {
  #experts .expert-card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 600px) {
  #experts .expert-card {
    flex: 0 0 85%;
  }

  #experts .experts-carousel-wrapper {
    padding: 0 24px;
  }
}

/* ======================================
   ALL EPISODES
   ====================================== */

#all-episodes {
  background: var(--color-white);
}

#all-episodes .big-fs {
  font-size: clamp(2.5rem, 4.5vw, 3.2rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

#all-episodes .reg-fs {
  font-size: 18px;
  line-height: 1.55;
  color: var(--color-text);
  margin: 0 0 32px;
}
#all-episodes .reg-fs span{
  font-size: 18px !important;
  line-height: 1.55;
  color: var(--color-text);
  margin: 0 0 32px;
}


#all-episodes .reg-fs strong,
#all-episodes .reg-fs b {
  color: var(--color-dark);
  font-weight: 700;
}

/* --- Tabs --- */

#all-episodes .episodes-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 0;
  position: relative;
  justify-content: space-between;
}

#all-episodes .tab-btn {
  background: #4a3b8c;
  color: var(--color-white);
  border: 0;
  border-radius: 999px;
  padding: 12px 36px;
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity var(--transition);
  position: relative;
  text-transform:capitalize;
}

#all-episodes .tab-btn:hover {
  opacity: 1;
}

#all-episodes .tab-btn.active {
  opacity: 1;
  font-weight: 700;
}

/* Subrayado oscuro debajo de la tab activa, alineado con la línea gris */
#all-episodes .tab-btn.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  background: #1A1A1A;
  z-index: 2;
}

#all-episodes .tabs-line {
  border: 0;
  border-top: 1px solid #D8D8D8;
  margin: 12px 0 32px;
}

/* --- Filas de episodios --- */

#all-episodes .episodes-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#all-episodes .episode-row {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 24px 32px;
}

#all-episodes .episode-row-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
/* Thumbnail del podcast */
#all-episodes .episode-thumb {
  flex: 0 0 auto;
  width: 200px;
}

#all-episodes .episode-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px !important;
  display: block;
}

/* Botones */
#all-episodes .episode-row-btns {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-shrink: 0;
  min-width: 200px;
}

#all-episodes .btn-platform {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background: var(--color-secondary);
  color: var(--color-white);
  transition: all var(--transition);
}

#all-episodes .btn-platform:hover {
  background: var(--color-secondary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 194, 204, 0.3);
}

/* --- Cargar más --- */

#all-episodes .load-more-wrapper {
  text-align: center;
  margin-top: 40px;
}

#all-episodes .btn-load-more {
  background: transparent;
  color: var(--color-dark);
  border: 0;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: opacity var(--transition);
  max-width:200px;
}

#all-episodes .btn-load-more:hover {
 background:transparent;
  
}


#all-episodes .btn-load-more svg {
  width: 24px;
  height: 24px;
  color: var(--color-dark);
  animation: bounce 1.8s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

/* --- Responsive --- */

@media (max-width: 992px) {
  #all-episodes .episode-row-inner {
    flex-direction: column;
    align-items: stretch;
  }

  #all-episodes .episode-embed {
    max-width: 100%;
  }

  #all-episodes .episode-row-btns {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  #all-episodes .episode-row {
    padding: 20px;
  }

  #all-episodes .episode-row-btns {
    flex-direction: column;
  }

  #all-episodes .btn-platform {
    width: 100%;
  }

  #all-episodes .episodes-tabs {
    gap: 8px;
  }

  #all-episodes .tab-btn {
    padding: 8px 18px;
    font-size: 0.8125rem;
            width: 150px;
  }
}


/* ======================================
   FORM
   ====================================== */

.hs_submit .actions{
  text-align:center !important;
}
#form .hs-button{
  border: 1px solid white !important;
}

#form .provitalks-wrapper {
}

#form .big-fs {
  font-size: clamp(2.5rem, 4.5vw, 3.2rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--color-dark);
  margin-bottom: 40px;
  max-width: 800px;
}

/* ============ HUBSPOT FORM OVERRIDES ============ */

#form .hs-form {
  font-family: var(--font-main);
}

/* --- Filas (form-columns-1, form-columns-2) --- */

#form .hs-form fieldset {
  max-width: 100% !important;
  margin-bottom: 20px;
}

#form .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
  padding-right: 12px;
}

#form .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
  padding-right: 0;
  padding-left: 12px;
}

#form .hs-form fieldset.form-columns-1 .hs-form-field {
  width: 100%;
}

/* --- Labels --- */

#form .hs-form-field > label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 8px;
}

#form .hs-form-required {
  color: var(--color-dark);
  margin-left: 2px;
}

/* --- Inputs de texto y email --- */

#form .hs-form input[type="text"],
#form .hs-form input[type="email"],
#form .hs-form select {
  width: 100% !important;
  height: 56px;
  padding: 0 24px;
  background: var(--color-white);
  border: 0;
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 1rem;
  color: var(--color-dark);
  transition: box-shadow var(--transition);
  appearance: none;
  -webkit-appearance: none;
}

#form .hs-form input[type="text"]:focus,
#form .hs-form input[type="email"]:focus,
#form .hs-form select:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 194, 204, 0.3);
}

/* --- Select con flecha custom --- */

#form .hs-form select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 20px;
  padding-right: 56px;
  cursor: pointer;
}

#form .hs-form select.is-placeholder {
  color: var(--color-text-light);
}

/* --- Checkboxes "Yes/No" del campo cosmetics_industry --- */

#form .hs-fieldtype-checkbox .inputs-list.multi-container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 32px;
  height: 56px;
  align-items: center;
}

#form .hs-form-checkbox-display,
#form .hs-form-booleancheckbox-display {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 1rem;
  color: var(--color-dark);
}

#form .hs-form-checkbox-display input[type="checkbox"],
#form .hs-form-booleancheckbox-display input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-dark);
  border-radius: 50%;
  background: var(--color-white);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0;
  transition: all var(--transition);
}

#form .hs-form-checkbox-display input[type="checkbox"]:checked,
#form .hs-form-booleancheckbox-display input[type="checkbox"]:checked {
  background: var(--color-dark);
}

#form .hs-form-checkbox-display input[type="checkbox"]:checked::after,
#form .hs-form-booleancheckbox-display input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--color-white);
  border-radius: 50%;
}

/* --- Privacy policy y resto de booleancheckbox (cuadrados serían más estándar) --- */

#form .hs-pro_privacy_policy .hs-form-booleancheckbox-display,
#form .hs-pro_checkbox_bofu .hs-form-booleancheckbox-display {
  align-items: flex-start;
  font-size: 0.9375rem;
  line-height: 1.4;
}

#form .hs-form .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#form .hs-form a {
  color: var(--color-dark);
  text-decoration: underline;
}

/* --- Botón submit --- */

#form .hs-submit {
  margin-top: 32px;
  text-align: center;
}

#form .hs-button {
  display: inline-block;
  padding: 14px 56px;
  background: var(--color-secondary);
  color: var(--color-white);
  border: 0;
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition);
}

#form .hs-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 194, 204, 0.4);
}

/* --- Mensajes de error --- */

#form .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
}

#form .hs-error-msg,
#form .hs-main-font-element {
  color: #E5007E;
  font-size: 0.875rem;
}

/* --- Limpiar floats de form-columns-2 --- */

#form .hs-form fieldset::after {
  content: '';
  display: table;
  clear: both;
}

/* --- Responsive --- */

@media (max-width: 768px) {
  #form {
    padding: 60px 0;
  }

  #form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }

  #form .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    padding-left: 0;
    margin-bottom: 0;
  }

  #form .hs-fieldtype-checkbox .inputs-list.multi-container {
    flex-direction: row;
    gap: 24px;
  }
}
/* ======================================
   BLOG POSTS
   ====================================== */


#blog-posts .big-fs {
  font-size: clamp(2.5rem, 4.5vw, 3.2rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--color-dark);
  margin-bottom: 56px;

}

/* --- Grid --- */

#blog-posts .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* --- Card --- */

#blog-posts .blog-card {
  background: var(--color-white);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
  border: 1px solid #7D7D7D
}

#blog-posts .blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

/* --- Imagen --- */

#blog-posts .blog-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

#blog-posts .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0px !important;
}

/* --- Info --- */

#blog-posts .blog-info {
  padding: 24px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

#blog-posts .blog-tag {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-secondary);
}

#blog-posts .blog-info .med-fs {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-dark);
  margin: 0;
}

#blog-posts .blog-info .reg-fs {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-text);
  margin: 0;
}

/* --- CTA --- */

#blog-posts .blog-cta {
  text-align: center;
  margin-top: 48px;
}

#blog-posts .btn-blog {
  display: inline-block;
  padding: 14px 48px;
  background: var(--color-secondary);
  color: var(--color-white);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all var(--transition);
}

#blog-posts .btn-blog:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 194, 204, 0.4);
}

#blog-posts .blog-card {
  text-decoration: none;
  color: inherit;
}

/* --- Responsive --- */

@media (max-width: 992px) {
  #blog-posts .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #blog-posts {
    padding: 60px 0;
  }

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

  #blog-posts .big-fs {
    margin-bottom: 32px;
  }

  #blog-posts .blog-info {
    padding: 20px 24px 28px;
  }
}

/*Header*/
.provitalks-header .navbar > ul{
      display: flex !important;
    gap: 30px;
}
/*
.provitalks-header .navbar > ul li:last-child{
  
  width:200px !important;
}*/
.provitalks-header {

    float: none !important;
    margin: 0 auto !important;
    max-width: 1320px !important;
    padding: 40px;
}
@media (max-width: 1200px) {
   .provitalks-header__wrapper > .provitalks-header {
        max-width: 92% !important;
        padding: 20px !important;
    }
}

.cs{
  padding:0px !important;
}

/* Layout interno: imagen a la izquierda, contenido a la derecha */
#all-episodes .episode-row-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* El nuevo contenedor de info + botones ocupa el resto */
#all-episodes .episode-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Título y descripción */
#all-episodes .episode-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-dark);
  margin: 0;
}

#all-episodes .episode-desc {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-text-light);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Botones en row debajo de la info */
#all-episodes .episode-row-btns {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media (max-width: 992px) {
  #all-episodes .episode-row-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  #all-episodes .episode-thumb {
    align-self: center;
  }

  #all-episodes .episode-row-btns {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  #all-episodes .episode-row {
    padding: 20px;
  }

  #all-episodes .episode-row-btns {
    flex-direction: column;
  }

  #all-episodes .btn-platform {
    width: 100%;
  }
}

#all-episodes .btn-platform {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background: var(--color-secondary);
  color: var(--color-white);
  transition: all var(--transition);
}

#all-episodes .btn-platform svg {
    width: 18px;
    height: 18px;
    display: block;
   /* background: var(--color-white);*/
    border-radius: 50%;
    padding: 1px;
}

/* ======================================
   FOOTER
   ====================================== */

.provitalks-footer {
  background: #11A4DF;
  color: var(--color-white);
  padding: 64px 0 32px;
  font-family: var(--font-main);
}

.provitalks-footer .provitalks-wrapper {
  padding: 0 40px;
}

.provitalks-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}

.provitalks-footer .footer-col {
  display: flex;
  flex-direction: column;
}

.provitalks-footer .footer-logo {
  display: inline-block;
  margin-bottom: 16px;
}

.provitalks-footer .footer-logo img {
  height: 36px;
  width: auto;
  display: block;
}

.provitalks-footer .footer-description {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-white);
  margin-bottom: 24px;
}

.provitalks-footer .footer-description p {
  margin: 0;
}

.provitalks-footer .footer-socials {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.provitalks-footer .footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: opacity var(--transition);
}

.provitalks-footer .footer-socials a:hover {
  opacity: 0.75;
}

.provitalks-footer .footer-socials svg {
  width: 22px;
  height: 22px;
}

.provitalks-footer .footer-col-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
  margin: 0 0 24px;
}

.provitalks-footer .footer-col-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.provitalks-footer .footer-col-links a {
  color: var(--color-white);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity var(--transition);
}

.provitalks-footer .footer-col-links a:hover {
  opacity: 0.75;
}

.provitalks-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  flex-wrap: wrap;
}

.provitalks-footer .footer-copyright {
  font-size: 0.9375rem;
  color: var(--color-white);
  margin: 0;
}

.provitalks-footer .footer-legal {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.provitalks-footer .footer-legal a {
  color: var(--color-white);
  font-size: 0.9375rem;
  text-decoration: none;
  transition: opacity var(--transition);
}

.provitalks-footer .footer-legal a:hover {
  opacity: 0.75;
}

@media (max-width: 992px) {
  .provitalks-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .provitalks-footer .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .provitalks-footer {
    padding: 48px 0 24px;
  }
  .provitalks-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .provitalks-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .provitalks-footer .footer-legal {
    gap: 24px;
  }
}