/* Estilos para el Slider de Conversatorios */

/* #conversatorios-hero {
  padding: 0em 0 4em;
  background-color: rgba(221, 233, 242, 1);
  position: relative;
  overflow: hidden;
} */

/* #conversatorios-hero .inwrap {
  width: 90%;
  max-width: 72em;
  margin: 0 auto;
} */

#conversatorios-hero {
  background-color: #DDE9F2;
  padding: 0em 0 4em;
  position: relative;
  overflow: hidden;
}

#conversatorios-hero.single {
  padding: 5em 0 4em;
}

#conversatorios-hero .inwrap {
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
  flex-direction: column;
}

@media all and (min-width: 48em) {
  #conversatorios-hero .inwrap {
    flex-direction: row;
  }
}

/* Parte izquierda con título y texto */
#conversatorios-hero .info {
  width: 100%;
  max-width: 40em;
  margin-bottom: 3em;
}

@media all and (min-width: 48em) {
  #conversatorios-hero .info {
    width: 50%;
    margin-bottom: 0;
  }
}

#conversatorios-hero .info h1 {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5em;
  color: #5F5C5C;
  margin: 0;
  line-height: 1;
}

@media all and (min-width: 48em) {
  #conversatorios-hero .info h1 {
    font-size: 4.5em;
  }
}

#conversatorios-hero .info p {
  font-family: "Akatab", serif;
  font-weight: 300;
  font-style: normal;
  color: #5F5C5C;
  font-size: 1.1em;
  line-height: 1.4;
  margin: 1em 0 2em;
  max-width: 22em;
}

#conversatorios-hero .info .cta-btn {
  font-family: "Alata", serif;
  font-weight: 400;
  font-size: 1.2em;
  font-style: normal;
  background-color: #CC794D;
  color: #FFF;
  padding: 1.5em 2.5em;
  border-top-left-radius: 2.2em;
  border-top-right-radius: 2.2em;
  border: none;
  cursor: pointer;
  display: inline-block;
}

#conversatorios-hero .info .cta-btn:hover {
  background-color: #007F85;
}

#conversatorios-hero .info hr {
  border-color: #d1d1d1;
  max-width: 22em;
  margin: 0;
  display: block;
  transform: translateX(-14%);
}

/* Parte derecha con los filtros de búsqueda */
#conversatorios-hero .search-filter {
  width: 100%;
  position: relative;
  z-index: 10;
}

@media all and (min-width: 48em) {
  #conversatorios-hero .search-filter {
    width: 50%;
  }
}

#conversatorios-hero .filter-container {
  background-color: #FFF;
  border-radius: 2em;
  padding: 0em 0em 0em 1.5em;
  box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#conversatorios-hero .filter-label {
  display: flex;
  font-family: "Akatab", serif;
  font-weight: 400;
  color: #5F5C5C;
  justify-content: center;
  align-items: center;
}

#conversatorios-hero .filter-options {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.5em;
  width: 100%;
  justify-content: space-between;
}

#conversatorios-hero select {
  display: flex;
  align-items: center;
  border: none;
  font-family: "Akatab", serif;
  color: #5F5C5C;
  /* border-radius: 1.5em; */
  padding: 0.5em 1em;
  cursor: pointer;
  width: 23%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  background-image: url('../img/down-arrow.png');
  background-repeat: no-repeat;
  background-position: 99% 50%;
  background-size: 0.6em;
  outline: none;
}

#conversatorios-hero .line {
  display: block;
  border: 1px solid #f6f6f6;
}

#conversatorios-hero .filter-dropdown span {
  font-family: "Akatab", serif;
  font-weight: 400;
  color: #5F5C5C;
  margin-right: 0.5em;
}

#conversatorios-hero .filter-dropdown img {
  width: 0.8em;
  height: auto;
}

#conversatorios-hero .search-btn {
  background-color: #CC794D;
  color: #FFF;
  font-family: "Akatab", serif;
  font-weight: 400;
  border: none;
  /* border-radius: 2.5em; */
  padding: 1.5em 3em;
  cursor: pointer;
  border-top-right-radius: 2.5em;
  border-bottom-right-radius: 2.5em;
}

#conversatorios-hero .search-btn:hover {
  background-color: #007F85;
}

/* Sol de fondo */
#conversatorios-hero .sol-background {
  position: absolute;
  top: 14em;
  right: 47%;
  width: 40em;
  height: 40em;
  z-index: 1;
  transform: translateX(91%);
}

#conversatorios-hero .sol-background.single {
  top: 2em;
}

@media all and (min-width: 48em) {
  #conversatorios-hero .sol-background {}
}

/* Imagen de ondas en la parte inferior */
#conversatorios-hero .waves-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}


#conversatorios-hero .inwrap:nth-child(2) {
  padding-top: 3em;
}

#conversatorios-hero .inwrap:nth-child(3) {
  padding-top: 2em;
}

/* Estilos del Swiper */
#conversatorios-hero .swiper-container {
  padding: 2em 1em;
  position: relative;
  width: 100%;
}

#conversatorios-hero .swiper-container .swiper-slide {
  height: auto;
}

#conversatorios-hero .swiper-button-prev,
#conversatorios-hero .swiper-button-next {
  background: none;
  width: 3em;
  height: 3em;
}

#conversatorios-hero .swiper-button-prev::after,
#conversatorios-hero .swiper-button-next::after {
  display: none;
}

#conversatorios-hero .swiper-button-prev img,
#conversatorios-hero .swiper-button-next img {
  width: 100%;
  height: auto;
}

/* Estilos de las tarjetas */
#conversatorios-hero .card {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 2em;
  padding: 2em;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Encabezado de la tarjeta */
#conversatorios-hero .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5em;
}

#conversatorios-hero .card-header h3 {
  font-family: "Akshar", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.4em;
  color: #93B9D3;
  line-height: 1.3;
  margin: 0;
  width: 80%;
  min-height: 4em;
}

#conversatorios-hero.single .card-header h3 {
  min-height: auto;
}

#conversatorios-hero .card-header .date-circle {
  background-color: #93B9D3;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: "Akshar", serif;
  font-weight: 400;
  font-size: 1.4em;
  flex-shrink: 0;
}

/* Información del evento */
#conversatorios-hero .card-info {
  margin-bottom: 1.5em;
}

#conversatorios-hero .info-line {
  font-family: "Akatab", serif;
  font-weight: 300;
  color: #5F5C5C;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  line-height: 1.4;
}

#conversatorios-hero .info-line strong {
  font-weight: 700;
}

/* Participantes */
#conversatorios-hero .participants {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 1.5em;
  justify-content: flex-start;
}

#conversatorios-hero .participant {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#conversatorios-hero .avatar {
  width: 4em;
  height: 4em;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.5em;
}

#conversatorios-hero .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#conversatorios-hero .name {
  font-family: "Akatab", serif;
  font-weight: 400;
  color: #5F5C5C;
  font-size: 0.85em;
  text-align: center;
}

/* Descripción */
#conversatorios-hero .card-description {
  margin-bottom: 1.5em;
  flex-grow: 1;
}

#conversatorios-hero .card-links .cta-btn {
  font-family: "Alata", serif;
  font-weight: 400;
  font-size: 1em;
  font-style: normal;
  background-color: #CC794D;
  color: #FFF !important;
  padding: 1.1em 2.5em;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  border: none;
  cursor: pointer;
  display: inline-block;
  align-self: flex-start;
}

#conversatorios-hero .card-links .cta-btn:hover {
  background-color: #007F85;
}

#conversatorios-hero hr {
  border-color: #d1d1d1;
  max-width: 17.5em;
  margin: 0 !important;
  display: block;
  transform: translateX(-5%);
  width: 100%;
  /* position: absolute; */
  bottom: 0;
}

#conversatorios-hero p {
  font-family: "Akatab", serif;
  font-weight: 300;
  color: #5F5C5C;
  font-size: 0.95em;
  line-height: 1.5;
  margin-bottom: 1em;
}

/* Enlaces */
#conversatorios-hero .card-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  gap: 2em;
}

#conversatorios-hero .card-links a {
  color: #CC794D;
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-size: 0.9em;
  text-decoration: none;
  position: relative;
  font-style: italic;
}

#conversatorios-hero .card-links a img {
  height: 0.8em;
}


#conversatorios-hero .card-links a:hover {
  color: #007F85;
}

/* Responsive */
@media all and (max-width: 48em) {
  #conversatorios-hero .participant {
    width: calc(50% - 1em);
  }

  #conversatorios-hero .card-header h3 {
    font-size: 1.3em;
  }

  #conversatorios-hero .card-links {
    flex-direction: column;
    gap: 1em;
  }
}

@media all and (max-width: 30em) {
  #conversatorios-hero .participant {
    width: calc(50% - 1em);
  }

  #conversatorios-hero .card-header {
    flex-direction: column;
    gap: 1em;
  }

  #conversatorios-hero .card-header h3 {
    width: 100%;
  }

  #conversatorios-hero .card-header .date-circle {
    align-self: flex-end;
  }
}