 /* 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 */


/* 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;
        }
    
        /* 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: pretty;
            word-break: break-word;
        }
    
        .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;
           text-align: center;
           min-height: 120px;
           margin-bottom: 0;
        }
        .ubicacion strong{
           text-transform: uppercase;
        }
    
        .session-item h5 {
            font-size: 16px;
        }

.caja-amarilla p {
    margin-bottom: 0;
}
        .h4 {
           color: #003e5a;
           font-size: clamp(20px, 2.5vw, 26px);
           text-transform: uppercase;
           font-weight: 700;
           margin-bottom: 0;
         }

.borde-verde h4{
           display: none !important;
         }
        /* Fin textos */
    
    
        /* Botones */
        .btn-speakers {
            color: #002F43;
            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: transparent;
        }

       .caja-azul iframe{
           width:100%
        }
    
        .caja-green {
            padding: 60px;
            border-radius: 20px;
            background-color: #8DBA38;
        }
    
        .caja-green h2,
        .caja-green p,
        .caja-green ul {
            color: #fff;
        }
    
        .caja-green p,
        .caja-green ul {
            font-size: 18px;
            line-height: 130%;
        }
    
        .caja-azul img {
            filter: drop-shadow(8px 8px 20px rgba(0, 0, 0, 0.25));
        }
    
        .caja-azul hr {
            color: #F4DB4E;
            opacity: 1;
            border-top: 10px solid;
            border-radius: 20px;
            margin: 10px 0;
            width: 5dvw;
        }
    
        .caja-verde {
            background-color: #dbdbdb33;
            border-radius: 20px;
            padding: 40px;
        }

        .caja-verde hr {
            color: #000;
            opacity: 1;
            border-top: 1px solid;
            border-radius: 20px;
            margin: 0;
            width:80dvw;
        }

        .borde-verde {
            padding: 10px;
            border: none;
            border-radius: 40px;
            height: 20dvh;
            text-align: left;
        }
    
       .borde-verde img {
           width: 65px;
        }
    
        .caja-amarilla {
            border: none;
            background-color: #F4DB4E;
            color: #003E5A;
            border-radius: 40px;
            height: 12rem;
            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: 10px 0;
            width: 5dvw;
    
        }
    
        /* Fin caja azul */
    
        .grid-cajas-amarillas {
            display: grid;
            grid-template-columns: repeat(auto-fit,
                    minmax(416px, 1fr));
            gap: 30px;
        }
    
        /* 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/158d29aa-cf47-44c5-9f02-120a9a63a99e.png");
            background-position: center;
            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;
            }
    
            .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;
            }
    
            .grid-cajas-amarillas {
                grid-template-columns: 1fr;
                gap: 20px;
            }
    
            .caja-amarilla {
                padding: 40px;
                height: auto;
            }
    
            .main-container {
                padding: 0;
            }
    
            .container-bg {
                padding: 20px;
                height: auto;
                background-position: 50% 50%;
            }
        }
    
        @media (width <=770px) {
            .para-banner {
                text-align: center;
            }
    
            .agenda-container {
                width: 90dvw;
            }
    
            .items {
                padding: 20px;
                width: 60dvw;
                margin: 0 auto;
            }
    
            .icon-calendar {
                width: 25px;
            }
    
            .borde-verde {
                width: 85%;
                height: auto;
                text-align: center;
            }
    
            .btn-speakers {
                width: 100%;
            }
    
            .flecha {
                transform: rotate(90deg);
            }
    
            .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;
            }
        }