/* Css Reset june 2024 */
* { margin: 0; padding: 0; }
*, *::before, *::after { box-sizing: border-box; }

body { min-height: 100dvh; overflow-x: hidden;}
input, button, textarea, select { font: inherit; }

p { text-wrap: pretty; }
h1, h2, h3, h4, h5, h6 { text-wrap: balance; }

img, video, svg { height: auto; max-width: 100%; }

@media (prefers-reduced-motion: reduce)  {
 *, *::before, *::after { 
 animation-duration: 0.01ms !important; 
 animation-iteration-count: 1 !important; 
 transition-duration: 0.01ms !important; 
 scroll-behavior: auto !important;
 transition: none;
 }
}
/* FIn Css Reset june 2024 */

/* textos */
.h2 {
    font-size: clamp(20px, 2.5vw, 26px);
    color: #003E5A;
    font-weight: bolder;
  }

  .accordion-button h4 {
    font-size: clamp(16px, 2.5vw, 20px);
    font-weight: 900;
    color: #002F43;
    text-wrap: pretty;
  }

  .small {
    color: #3C3B3B;
    font-size: 14px;
    font-weight: 600;
  }
.caja-azul p {
    line-height: 120%;
    font-size: 18px;
    color: #282828;
    text-wrap: balance;
    width: 85%;
}
.caja-azul h3 {
    line-height: 120%;
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    color: #003E5A;
}
.text-explain {
    font-size: clamp(18px, 2.5vw, 26px);
    color: #003E5A;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0;
}
.ubicacion{
    font-size: 20px;
    color: #282828;
}
.session-item h5 {
  font-size: 16px;
}
/* Fin textos */


/* Botones */
.btn-speakers {
  color: #184F70;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #94C957;
  border-radius: 20px;
  padding: 5px 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  white-space: nowrap;
}

.btn-speakers:hover {
  color: #fff;
  background-color: #94C957;
  border: 2px solid #94C957;
}
.btn-speakers::after {
  content: '→';
  margin-left: 10px;
  display: inline-block;
}
.but2 {
  color: #fff;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #94C957;
  border-radius: 20px;
  padding: 5px 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  white-space: nowrap;
}

.but2:hover {
  color: #fff;
  background-color: #94C957;
  border: 2px solid #94C957;
}
.but2::after {
  content: '→';
  color: #94C957;
  margin-left: 10px;
  display: inline-block;
}
/* Fin Botones */

/* NAV */
.navbar-brand img{
  width:100px; 
}
 .menu li.nav-item {
            font-size: 16px;
        }
        .nav-link {
            color: #000;
        }
        .language-dropdown {
            position: relative;
            display: inline-block;
        }
        .language-dropdown button {
            background-color: #f9f9f9;
            color: #000;
            padding: 5px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 5px;
            cursor: pointer;
            display: flex;
            align-items: center;
        }
        .language-dropdown button:after {
            content: '\25BC'; /* Down arrow */
            margin-left: 10px;
        }
        .language-dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            border-radius: 5px;
        }
        .language-dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: flex;
            align-items: center;
            transition: background-color 0.3s;
        }
        .language-dropdown-content a:hover {
            background-color: #f1f1f1;
        }
        .language-dropdown:hover .language-dropdown-content {
            display: block;
        }
        .icon-search {
            width: 24px;
            height: 24px;
        }

/* caja azul */
.caja-azul{
  padding: 20px;
  border-radius: 0px 20px 20px 20px;
  background-color: #DBEDF8;
}

.caja-azul hr{
  color: #94C957;
  opacity: 1;
  border-top: 5px solid;
  border-radius: 20px;
  margin: 8px 0;
  width: 5dvw;
  }

  .borde-verde {
      padding: 10px;
      border: 2px solid #94C957;
      border-radius: 40px;
      border-top-left-radius: 0;
      height: 120px;
      width: 80px;
      text-align: left;
  }
  .borde-verde img{
    width:70px ;
  }

.books{
  display: grid;
  grid-template-columns: repeat(auto-fit,
      minmax(200px, 1fr));
  gap: 10px;
  margin-bottom: 70px;
}
.books a{
 text-decoration: none;
 line-height: 120%;
 color: #282828;
 text-wrap: balance;
 font-size: 16px;
}

.img-libro2 {
  width: 100%;
  max-width: 150px;
}
/* Fin caja azul */

/* iframe */
iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: none;
}

/* fin iframe */


/* CSS Agenda */

.nav-item{
    flex: 1;
  }

.accordion-body {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}

.session-item {
  flex: 1;
}



.moderator {
  margin-top: 10px;
  font-weight: bold;
}



.agenda-container{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
}

.nav-pills .nav-link {
  border-radius: 0;
  width: 100%;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

ul#tabs, .nav-pills  {
  width: 100%;
  overflow: hidden;
  padding: 5px 40px;
  border: 3px solid #94C957;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-initialized .slick-slide, .slick-track{
  display: flex;
}
 .slick-slide, .slick-current, .slick-active{
  width: 100% !important;
}

.slick-track{
  min-width: 240px;
}

.description {
  color: #282828;
  font-size: clamp(16px,2.5vw,18px); 
  line-height: 120%;
  text-wrap: balance;
}
.name-speaker {
  font-weight: 700;
  margin-bottom: 0px;
  color: #3c3c3b;
  font-size: 16px;
}

.icon-reloj {
  width: 15px;
}

.icon-calendar {
  width: 30px;
}

.accordion-button,
.accordion,
.accordion-flush,
.accordion-body {
  background-color:  #E5F1D7 !important;
}

.accordion-button:not(.collapsed) {
  color: #004D72;
  background-color: #9bacb2;
  box-shadow: none;
}



.accordion-button::after {
  transition: .5s ease-in-out;
  color: #fff;
  content: "+" !important;
  background-image: none;
  background-color: #94C957;
  border-radius: 100%;
  text-align: center;
}

.accordion-button:not(.collapsed)::after {
  transition: .5s ease-in-out;
  color: #fff;
  content: "-" !important;
  background-image: none;
  background-color: #94C957;
  border-radius: 100%;
  text-align: center;
  transform: none;
}




.speaker {
  height: 30px;
  width: 30px;
  border-radius: 100%;
}

.tab-content-two {
  background-color: #e0e8eb;
  overflow: hidden;
}

.nav-link .icon-calendar {
  filter: brightness(0.5);
}

.nav-link.active .icon-calendar {
  filter: none;
}

.icon-linkedin {
  margin-top: 10px;
}

.oradores {
  border: none;
}

.grid-oradores {
  display: grid;
  grid-template-columns: repeat(auto-fit,
      minmax(200px, 1fr));
      gap: 30px;
}



/* speakers section css */
.profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.profile-card img {
  width: auto;
  height: auto;
  max-height: 150px;
  border-radius:100%;
  border:2px solid #94C957
}

.profile-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* .profile-info::before {
  content: '';
  position: absolute;
  border-radius: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #4BA6DE;
} */

.hr-speaker{
color: #FDE369;
opacity: 1;
border-top: 3px solid;
border-radius: 20px;
margin: 6px 0;
width: 5dvw;
}


.profile-info h5 {
  color: #3C3B3B;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.profile-info p {
  color: #3C3B3B;
  font-size: 16px;
  width: 230px;
  line-height: 120%;
  text-wrap: balance;
  margin-bottom: 0;

}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
/* Selector de fechas */
.text-agenda {
    transition: .3s ease-in-out;
    color: #003E5A;
    background-color: transparent !important;
    font-size: 20px;
    text-align: center;
  }

  .text-agenda:hover {
    color: #bcc595;
  }

  .text-agenda.active {
    transition: .3s ease-in-out;
    color: #003E5A !important;
    background-color: #FDE369 !important;
    border-radius: 10px;
  }
/* Inicio card*/

.custom-card {
  width: 400px;
  padding: 20px;
  background-color:#F5F5F5 ;
  height: 100%; 
  border: none; 
}
.hr-card{
  color: #94C957;
  opacity: 1;
  border-top: 2px solid;
  border-radius: 20px;
  margin: 5px 0;
  width: 13dvw;
}
.card-heading{
  color:#002F43;
}
.custom-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #282828;
  padding: 0;
  font-size: clamp(14px, 2.5vw, 18px);
}

 .slick-prev:before,
 .slick-next:before {
  font-size:clamp(20px, 2.5vw, 28px);
  opacity: 1;
  border: none;
  color: #004D71;
  font-family: monospace;
  font-weight: 600;
  z-index: 300;
  outline: none;
}
.slick-prev:before {
  content: '\276C';
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: '\276D';
}
.items {
  width: 20dvw;
  margin: 0 auto;
}
.items .slick-slide{
  width: 100%;
  padding: 20px;
}
/* Fin card*/

/* Banner */

.main-container {
  padding: 20px 20px;
}

.container-bg {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url("https://image.mail.iadb.org/lib/fe45157075640479751170/m/1/8fb9c175-4804-4f97-a467-238b59e73de2.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 60px;
  width: 100%;
  height: 400px;
  padding: 20px;
  gap: 10px;
  justify-content: center;
}

.separador {
  width: 48px;
  margin-bottom: 15px !important;
  max-width: 100%;
}

 
.img-libro {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 240px;
  max-height: 400px;
}

.para-banner {
  color: #fff;
  font-weight: normal;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 120%;
  text-wrap: balance;
}

/* contador */
.banner{
  width: 100vw;
}

.contador {
  padding: 15px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #00759E;
  background: linear-gradient(90deg, rgba(160,160,160,0.2) 0%, rgba(58,58,58,0.5) 59%);
  backdrop-filter: blur(5px); 
  -webkit-backdrop-filter: blur(5px);
  border-radius: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-wrap: pretty;
}

.time {
  font-size: 1.2rem;
  font-weight: 700;
}


/* Responsive */
  @media (width <=900px) {
    .text-agenda {
      width: 150px;
    }

    .icon-calendar {
      width: 15px;
    }

    .text-agenda span {
      font-size: 16px !important;
    }

    .text-agenda.active::after {
      display: none;
    }

    div#tabs {
      overflow: hidden;
      width: auto;
      border-radius: 0px;
    }
    .contador {
      bottom: 2%;
      padding: 5px;
    }
  }

  @media (width <=680px) {

.agenda-container{
   width: 90dvw;
}

    .main-container {
      padding: 0;
  }
    .items {
      padding: 20px;
      width: 60dvw;
      margin: 0 auto;
    }
    .container-bg {
      padding: 0;
        height: auto;
        background-position: center;
    }
    .icon-calendar {
      width: 25px;
    }
    .borde-verde {
      width: 85%;
      height: 180px;
      text-align: center;
    }
    .btn-speakers {
        width: 100%;
    }
    .caja-azul p {
        width: 100%;
        text-align: center;
    }
    .text-agenda span {
      font-size: 12px !important;
    }
    .contador {
      position: relative;
      margin-top: 20px;
      padding: 25px;
      margin-bottom: -20px;
      border: 3px solid #4ab5da;
      background: linear-gradient(-90deg, rgba(0,117,158,1) 0%, rgb(26, 119, 153) 100%);
    } 
    .custom-card {
      width: 60%;
      margin: 0 auto;
    }
  }