/* Css Reset june 2024 */
* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    min-height: 100dvh;
    overflow-x: hidden;
    background-color: #ECEBE9;
}

input,
button,
textarea,
select {
    font: inherit;
}

p {
    text-wrap: pretty;
    margin-top: 0;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
}

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 */
.heading {
    color: #4BA6DE;
    font-size: 48px;
    text-transform: uppercase;
  }

  .paragraph {
    font-size: 20px;
    color: #282828;
    text-wrap: pretty;
    word-break: break-word;
    text-align: left;
    line-height: 120%;
  }
.h2 {
    font-size: clamp(20px, 2.5vw, 36px);
    color: #004D72;
    font-weight: bolder;
    text-transform: uppercase;
}

.accordion-button h4 {
    font-size: 18px;
    font-weight: 700;
    color: #004D72;
    text-wrap: pretty;
    word-break: break-word;
}

.small {
    color: #5b6163;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
  }

.description{
line-height: 120%;
}

.caja-azul p {
    line-height: 120%;
    font-size: clamp(16px, 2.5vw, 18px);
    color: #282828;
}

.caja-azul h3 {
    line-height: 120%;
    font-size: clamp(20px, 2.5vw, 26px);
    color: #003E5A;
}
.name-speaker {
    font-weight: 700;
    margin-bottom: 0px;
    color: #3c3c3b;
    font-size: 20px;
}
.profile-info h5 {
    margin: 0;
    color: #004D72;
    font-size: 18px;
    font-weight: 700;
  }

  .profile-info p {
    margin: 0;
    color: #004D72;
    font-size: 16px;
    width: 230px;
    line-height: 120%;
  }

.session-item {
    font-size: clamp(16px, 2.5vw, 18px);
}

.first::first-letter {
  text-transform: uppercase;
}


div.ul-container {
  text-align: center;
}

ul.myUL {
  display: inline-block;
  text-align: left;
  font-weight: 600;
  margin-top: 1rem;
}

ul.myUL span {
  font-weight: 300;
}
.modalidades {
    padding: 10px 20px;
    width: 70%;
    border-radius: 10px;
    background: #004D72;
    margin: 0 auto;
}

.separador{
    color: #fff !important;
    background-color: #004D71 !important;
}

.separador2{
    color: #6e9da2 !important;
    background-color: #e1ebec !important;
}
p#modalSpeakerBio {
    white-space: pre-line;
    font-size: 16px;
    line-height: 130%;
}
h5#speakerModalLabel {
    font-size: 26px;
}
/* Fin textos */


/* Botones */
.btn {
    color: #00506E;
    border:none;
    font-weight: bold;
    background-color: #93CAEB;
    border-radius: 20px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
  }
  .btn:hover {
    color: #d2dfe7;
    background-color: #00506E;
}
  .btn::after {
    content: '→';
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
  }

.btn-red {
    color: #fff;
    font-weight: bold;
    background-color: #FD0034;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 20px;
    font-size: clamp(16px, 2.5vw, 20px);
    padding: 20px 40px;
    white-space: nowrap;
    text-decoration: none;
  }
  .btn-red:hover {
    color: #fff;
    background-color: #6F1F00;
}
  .btn-red::after {
    content: '→';
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
  }

.btn-red2 {
    color: #fff;
    font-weight: bold;
    background-color: #FD0034;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 20px;
    font-size: clamp(16px, 2.5vw, 18px);
    padding: 10px 20px;
    white-space: nowrap;
    text-decoration: none;
  }
  .btn-red2:hover {
    color: #fff;
    background-color: #6F1F00;
}
  .btn-red2::after {
    content: '→';
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
  }

.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;
}

.separator-item {
}

.separator-item h4 {
  font-weight: bold;
}

.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;
}
.accordion-item {
    border-bottom: 0;
}
/* 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';
    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;
}

.nav-link.active img.img-fluid.icon-calendar {
    filter: brightness(1);
}
img.img-fluid.icon-calendar {
    filter: brightness(0.5);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* Fin caja azul */

/* iframe */
iframe {
width: 80%;
  aspect-ratio: 16 / 9;
  border: none;
  margin: 0 auto;
  display: block;
  border-radius:20px
}

.iframe-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* fin iframe */


/* CSS Agenda */

/* selector videos */
.pills-video-wrapper {
    display: flex;
    color: #00506E;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.tab-content-one {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pills-video .nav-video {
    background: #cce2ef;
    border-radius: 75px;
    border: none;
    margin-right: 10px;
    flex-shrink: 0;
    text-align: center;
    white-space: nowrap;
}
  
.pills-video {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    border: none;
    color: #00506E;
    margin-left: 20px;
    margin-right: 20px;
}
  

.nav-item .nav-video.active {
    font-weight: bolder;
    color: #00506E;
    background-color: #93CAEB;
    border-color: #e2ebee;
}

.nav-video {
    color: #023446;
}

.nav-video:hover {
    font-weight: 600;
    color: #fff;
    background-color: #0D8CD9;
}

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

.tab-pane {
    width: 100%;
    height: 100%;
}


/* About event */

.img-socios {
    width:100%;
    max-width: 950px;
}
     .caja-blanca {
    background-color: #fff;
    padding: 12px;
  }

  .image-evento {
    width: 100vw !important;
  }

  .evento-cont {
    position: absolute;
    top: 0%;
    left: 60%;
    max-width: 500px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

/* speakers section css */
.grid-oradores {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}
.profile-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    gap: 25px;
    border-radius: 8px;
    padding: 10px;
    max-width: 400px;
    margin: auto;
    cursor: pointer;
}
.icon-linkedin{
 width: 20px !important;
 height: 20px !important;
}

.profile-card img {
    width: 150px;
    height: 150px;
    max-height: 150px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}

.profile-info {
    position: relative;
    padding-left: 20px;
}

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

.social-icons {
    margin-top: 5px;
}




/* Selector de fechas */

.speaker {
    height: 30px;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}

.text-agenda {
    transition: .3s ease-in-out;
    color: #838588;
    background-color: #F5F5F5 !important;
    position: relative;
    font-size: 20px;
}

.text-agenda:hover {
    color: #95b6c5;
}

.text-agenda.active {
    transition: .3s ease-in-out;
    color: #fff !important;
    background-color: #004D71 !important;
}

.icon-reloj {
    width: 15px;
}

.icon-calendar {
    width: 30px;
}

.nav-pills .nav-link {
    border-radius: 0px;
    width: 100%;
}
.accordion-button, .accordion, .accordion-flush, .accordion-body {
    background-color: #eef1f2 !important;
    text-wrap: pretty;
    word-break: break-word;
}
.accordion-item {
    border: none;
}
.nav-item {
    flex: 1;
}
.agenda-container {
    border-radius: 30px;
    overflow: hidden;
}

/* inicio aliados */
  .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  
  
  
  .alido2 {
    background: #fff;
  }
  
  
  .alido4 {
    background: #fff !important;
  }
  
  .contariner-agenda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
  }
  
  .h3 {
    font-size: 26px;
    color: #0C5577;
    font-weight: 200;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
  }
  
  .img-alidos {
    width: 100%;
    max-width:800px;
  }
/* fin aliados */


/* Inicio slider*/
.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';
}

/* Fin slider*/

/* Banner */

.caja-zul{
    padding:15px;
    background-color:#0C5577;
    color: #fff;
    }
    .caja-zul p{
     font-size:28px;
    color: #DF3522;
    }
    .caja-zul h3{
    color: #fff;
      font-size:28px;
      font-weight:900;
      text-decoration:none;
    }
    .img-alidos-2{
      width:25vw
    }
/* contador */
.contador {
    padding: 15px;
    background-color: #00506F;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-wrap: pretty;
}

.time {
    font-size: clamp(14px, 2.5vw, 20px);
    font-weight: 700;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
}

/* Galeria*/
.mfp-content .items {
    max-width: 90vw;
  }
    
     .items{
      max-width: 70dvw;
      margin: 0 auto;
    }
  
   .slider-galeria{
    width: 100%!important;
  }
  .slider-galeria img{
    width: 90%;
  }
  .slick-dots li button:before {
    font-size: 16px;
  }
  .slick-dots li.slick-active button:before {
    color: #FADB4C;
  }
    
    .slick-dots
  {
      bottom: -30%;
  }
/*Fin galeria */

/* Banner final */
.banner-link {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  
  .banner-img {
      width: 100%;
      max-width: 100vw;
      height: auto;
      max-height: 900px;
      object-fit: cover;
      display: block;
      margin: 0 auto;
  }
    .btn-inf {
      position: absolute;
      right: 25%;
      bottom: 15%;
  }

  .footer {
    background-color: #FFFFFF;
    padding: 0px;
  }
  .footer img {
    margin: auto;
    width: 90%;
  }

/* Responsive */

@media (width <=900px) {
     .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }
     .col-md-3 {
        flex: 0 0 auto;
        width: 100%;
    }                 
    .evento-cont {
        position: relative;
        top: 0;
        left: 0;
        order: -1;
        margin-bottom: 20px;
        text-align: center;
        padding: 0 15px;
    }
    .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .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;
    }
    .img-hero {
        width: 100%;
        height: auto;
    }

    .pills-video-wrapper {
        align-items: flex-start;
    }

    .pills-video {
        font-size: 12px;
        margin-left: 0px;
        margin-right: 0px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .pills-video .nav-video {
        flex-grow: 1;
        text-align: center;
    }

    .tab-content-one {
        height: auto;
    }
}

@media (width <=680px) {

.btn-red, .btn-red2 {
    padding: 10px 20px;
    white-space: normal;
    line-height: 120%;
}
.modalidades {
    width: 100%;
}
.btn {
        font-size: 12px;
    }
    .caja-zul h3 {
        font-size: 15px;
    }
    .navbar-brand img {
        width: 80px;
    }
    .evento-cont {
        width: 100%;
    }
    .btn-inf {
        left: 5%;
        font-size: 12px;
        bottom: 5%;
    }
    .slick-dots {
        bottom: -60%;
    }
    .img-alidos-2 {
        width: 45vw;
    }  
      .img-alidos {
        width: 100%; /* Ensure images are responsive on small screens */
      }

    .icon-calendar {
        width: 25px;
    }

    .text-agenda span {
        font-size: 12px !important;
    }
    .custom-card {
        width: 60%;
        margin: 0 auto;
    }
iframe {
  width: 100%;
  height: 330px;
}
}