@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap');

body{
    font-family: "Inter", sans-serif;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
     font-family: "Outfit", sans-serif;
}

.header__title{
 
  color:#153b7e;
}
hr{
  border-top: solid 1px #06326e;
  opacity: .5;
}
footer{
  position: relative;
  padding: 3rem 0 2rem 0;
  background: url('../images/bgCMIU2026.webp');
	border-top: solid 10px #153669;
  background-size: cover;
}

.fecha_calendario {
    background-color: #e9ecef;
    color: #153669;
    padding: 1rem 1rem 1rem 4.2rem;
    margin-bottom: 1rem;
    border-radius: 20px;
    border: solid 1px rgb(51 51 51 / 18%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: relative;
}
.fecha_calendario::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 37px;
    background-image: url('../images/calendar_fechas.webp');
    background-size: cover;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);

  }
.fecha_calendario p {
   margin-bottom: 0;
    word-break: break-word;
}


header {
    background-color: rgb(255 255 255 / 55%);
    box-shadow: 8px 3px 5px #0000000f;
    backdrop-filter: blur(13px);
    position: sticky;
    top: 0;
    z-index: 100;
}
#banner{
  background: url('../images/bgCMIU2026.webp');
  background-size: 38%;
  background-position: top;
}
#banner h1{
  
    font-size: clamp(3rem, 4vw, 4.5rem);
    font-weight: 900;
      color: #153b81;

}
#banner h2{
  
    font-size: clamp(2.5rem, 3vw, 3.5rem);

}
.subtitulo {
    background: linear-gradient(135deg, rgb(21 59 125) -12%, rgb(26 178 212) 100%);
    background-clip: text;
    color: transparent;
    text-shadow: none;
}
.fecha_evento, .lugar_evento {
   font-weight: 600;
    position: relative;
    padding-left: 15px;
}
.fecha_evento {
    color: #0f1729;
   
    margin-right: 30px;
}
.fecha_evento::before,.lugar_evento::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('../images/calendar_ev.webp');
    background-size: cover;
    left: -10px;
  }
.title_color{
    color: #153b81;
}
.lugar_evento {
    color: #0f1729;
  
}

.lugar_evento::before {
 
    background-image: url('../images/location_ev.webp');
    
    
  }
  .btn_ponencia {
    background-color: #ffffff;
    color: #0071db;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
}
.btn_registro {
    background-color: #2463eb;
    color: #fff;
  
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    
}
.btn_programa{
  background: #ffffff;
  border: solid 1px hsl(221.01deg 83.26% 53.14% / 39%);
}
.btn-secondary {
    background-color: #2463eb;
    font-size: 1rem;
    padding: 10px 20px;
}
.btn{
  border-radius: 17px;
    padding: 13px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}
/*
.page-header {
  background: url('../images/bg_header.webp');
  width: 100vw;
  position: relative;
  left: 59.3%;
  right: 56%;
  margin-left: -50vw;
  margin-right: -48vw;
  text-align: center;
  padding: 14px 0px;
  color: #0a7d6b;
  text-shadow: -2px -1px 1px rgb(0 0 0 / 56%);
  background-size: cover;
  }*/

.sidebar {
    margin-top: 10rem;
}
.com-content-article__body {
  padding: 2rem 0;
}

li.field-entry.link-youtube {
  list-style: none;
}

ul.mod-articles-items.mod-list-mesas {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 2rem 0px;
}
.mod-list-mesas a {
color: #fff;
text-decoration: none;
}
.mod-list-mesas li {
  background-color: #12957f;
  border-radius: 6px;
}
section#logos ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 1rem 0;
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: initial;
     --bs-table-bg:initial; 
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

tr.table__title {
    background: linear-gradient(135deg, rgb(21 59 125) -12%, rgb(8 125 151) 100%);
    color: #fff;
}

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

.exposicion-sec {
    background-color: aliceblue;
    padding: 5rem 0;
    background-image: url('../images/congresobio_bg.jpg');
     background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.modalidad img, .objetivo img{
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.exposicion {
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.1);
}
.title_main_header,.page-header {
    padding: 1rem 0;
}
ul#contenido-tabs {padding-left: 0;list-style: none;}

ul#contenido-tabs li a {
    text-decoration: none;
    color: #383838;
    display: block;
}

li.tabs-title {
    border-bottom: solid 1px #bbbbbb;
    padding: 0.5rem 0px;
}
table {
    width: 100% !important;
}
li.tabs-title.is-active a {
    font-weight: bold;
}
.tabs-panel{
    display: none;
  }
  .tabs-panel.is-active{
    display: block;
  }
   .animate__animated {
  
    animation-duration: 0.5s;
  
   
    
    animation-fill-mode: both;
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 10%, 0);
      transform: translate3d(0, 10%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }