/* 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;
}
.text-azul{
  color: #004E72 !important;
}
.texto-normal{
    font-size: 18px;
    color: #282828;
    line-height: 120%;
}
.card-text {
  font-size: 16px;
  color: #004E72;
}
.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;
}
.p-book {
  font-size: clamp(20px, 2.5vw, 26px);
  color: #003e5a;
}
/* Fin textos */

/* Botones */
.btn-speakers {
  color: #00a7e1;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #4ba6de;
  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: #4ba6de;
  border: 2px solid #4ba6de;
}
.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 */

/* caja azul */

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

/* .caja-azul img{
    filter: drop-shadow(8px 8px 20px rgba(0, 0, 0, 0.25));
} */

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

.caja-verde {
  background-color: #dbdbdb33;
  border-radius: 20px;
  padding: 10px;
}

.borde-verde {
  padding: 10px;
  border: none;
  border-radius: 40px;
  height: 35dvh;
  text-align: left;
}
.borde-verde img {
  width: 115px;
}

.caja-amarilla {
  border: none;
  background-color: #f4db4e;
  color: #002f43;
  border-radius: 40px;
  height: 30dvh;
  text-align: left;
  font-size: 16px;
  padding: 10px 20px;
  -webkit-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.25);
}

.caja-amarilla hr {
  color: #30b9e8;
  opacity: 1;
  border-top: 5px solid;
  border-radius: 20px;
  margin: 5px 0;
  width: 5dvw;
}

.blue-box {
  background-color: #e6f3fb;
  padding: 40px 20px;
  border-radius: 0px 20px 20px 20px;
  font-size: 16px;
  color: #282828;
}

.blue-box h3 {
  font-size: clamp(20px, 2.5vw, 28px);
  color: #003e5a;
  font-weight: 700;
}

.Icono {
  width: 150px;
}

.icon {
    width: auto;
    height: 90px;
}

.separador-icon {
    width: 130px;
}

.white-box {
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 0px 20px 20px 20px;
  font-size: 16px;
  color: #282828;
}

.white-box h3 {
  font-size: clamp(20px, 2.5vw, 28px);
  color: #003e5a;
  font-weight: 700;
}


.caja-blue {
  background-color: #e6f3fb;
  padding: 40px;
  border-radius:20px;
  font-size: 18px;
  color: #282828;
}
/* Fin caja azul */

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


.ave{
top:-40%;
right: -10%;   
}

/* 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/d050a521-d57d-4df5-b3f3-af3a3e721939.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 60px;
  width: 100%;
  height: 260px;
  padding: 20px;
  gap: 10px;
  justify-content: center;
  -webkit-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.25);
}

.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 <=990px) {
  .text-agenda {
    width: 150px;
  }

  .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;
  }
  .grid-cajas-amarillas {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .caja-amarilla {
    height: auto;
  }
  .main-container {
    padding: 0;
  }
  .container-bg {
    padding: 20px;
    height: auto;
    background-position: 50% 50%;
  }
}

@media (width <=770px) {
  .para-banner {
    text-align: center;
  }
  .items {
    padding: 20px;
    width: 60dvw;
    margin: 0 auto;
  }
  .borde-verde {
    width: 85%;
    height: auto;
    text-align: center;
  }
  .btn-speakers {
    width: 100%;
  }
  .flecha {
    margin-bottom: 20px;
  }
  .caja-azul p {
    width: 100%;
    text-align: center;
  }
  .custom-card {
    width: 60%;
    margin: 0 auto;
  }
  .ave{
    display: none;  
    }

    .caja-azul {
      padding: 10px;
    }
    .caja-blue {
        padding: 10px;
      }
}
