@font-face{ font-family:'Roboto'; src:url("https://3416190.fs1.hubspotusercontent-na1.net/hubfs/3416190/fonts/Roboto-Regular.ttf"); }
@font-face{ font-family:'Roboto-Bold'; src:url("https://3416190.fs1.hubspotusercontent-na1.net/hubfs/3416190/fonts/Roboto-Bold.ttf"); }
@font-face{ font-family:'Sharp-Bold'; src:url("https://3416190.fs1.hubspotusercontent-na1.net/hubfs/3416190/fonts/SharpSlab-Bold.ttf"); }

.agenda-anahuac { padding-top: 40px; padding-bottom: 60px } 
.agenda-anahuac .container-xl { width: 90%; max-width: 1600px; margin: 0 auto; }
.agenda-anahuac .container-md { width: 86%; max-width: 1320px; margin: 0 auto; }
.agenda-anahuac .container-sm { width: 80%; max-width: 960px; margin: 0 auto; }
.agenda-anahuac .container-xs { width: 76%; max-width: 720px; margin: 0 auto; }
.agenda-anahuac .container-fluid { width: 100%; }
.agenda-anahuac .filtro { margin-bottom: 60px; display: flex; align-items: center; justify-content: center; }
.agenda-anahuac .filtro label { display: block; width: 300px; font-family: 'Sharp-Bold',serif; font-size: 22px; line-height: 1; letter-spacing: 0.04em; color: #000000; }
.agenda-anahuac .filtro .selector { 
    margin-left: 20px;
    position: relative;
    width: 300px; 
    height: 40px;
    display: inline-block;
    background-color: #FFFFFF;  
    background: url('https://3416190.fs1.hubspotusercontent-na1.net/hubfs/3416190/ANAHUAC%20-%20Modules/images/arrow-down-icon.svg');
    background-position: 98%;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); 
    border-radius: 5px
    box-shadow: 0 0 10px hsl(0deg 0% 52% / 25%);
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
} 
.agenda-anahuac .filtro select { 
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    width: 100%; 
    height: 100%;
    border: 0;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    left: 0;
    line-height: 1.2;
    overflow: -moz-hidden-unscrollable;
    padding: 6px 30px 0;
    position: absolute;
    top: 0;
}
.agenda-anahuac .filtro select:focus-visible { outline: none; }
.agenda-anahuac .filtro select { color: #231F20; } 
.agenda-anahuac .cards { position: relative; }
.agenda-anahuac .card.empty { display: none; }
.agenda-anahuac .card { 
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 16px; 
}
.agenda-anahuac .card .content { padding-top: 16px; padding-bottom: 16px; max-width: 90%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.agenda-anahuac .card .info { padding-top: 6px; padding-bottom: 6px; position: relative; padding-left: 60px; }
.agenda-anahuac .card .info::after {
  content: '';
  width: 8px; 
  height: 100%; 
  background: #FF5900;
  border-radius: 13px; 
  position: absolute; 
  left: 0; 
  top: 0; 
}
.agenda-anahuac .card .name { 
  margin-bottom: 10px;
  font-family: 'Sharp-Bold',serif; 
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FF5900;
}
.agenda-anahuac .card .description { 
  margin-bottom: 10px;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 1.2;
  color: #231F20;
}
.agenda-anahuac .card .description b { font-family:'Roboto-Bold'; }
.agenda-anahuac .card .campus, .agenda-anahuac .card .campus p { font-size: 14px; color: #6f6f6f; }
.agenda-anahuac .card .campus b, .agenda-anahuac .card .campus p b { font-family:'Roboto-Bold'; }
.agenda-anahuac .card ul { margin: 0; padding: 0; list-style: none; }
.agenda-anahuac .card ul > li { 
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 1.2;
  color: #231F20;
}
.agenda-anahuac .card ul > li img { width: 22px; margin-right: 8px } 
.agenda-anahuac .card .category {
    align-items: flex-start;
    display: flex;
    height: 100px;
    justify-content: flex-end;
    width: 300px;
    margin-left: 40px;
}
.agenda-anahuac .card .category .icon { align-items: flex-end;
    background-color: #1bb8eb;
    color: #fff;
    display: flex;
    font-family:'Sharp-Bold'; 
    font-size: 30px;
    height: 60px;
    justify-content: flex-end;
    letter-spacing: .04em;
    line-height: 1;
    margin-right: 20px;
    padding: 8px;
    width: 60px; }
.agenda-anahuac .card .category .title { 
    width: 320px;
    color: #1bb8eb;
    font-family:'Sharp-Bold'; 
    font-size: 30px;
    letter-spacing: .04em;
    line-height: 1;
    overflow-wrap: anywhere; 
}
.agenda-anahuac .card .category.uno .icon { background-color: #96d7e9; }
.agenda-anahuac .card .category.uno .title { color: #96d7e9; } 
.agenda-anahuac .card .category.dos .icon { background-color: #fe6b01; }
.agenda-anahuac .card .category.dos .title { color: #fe6b01; } 
.agenda-anahuac .card .category.tres .icon { background-color: #1bb8eb; }
.agenda-anahuac .card .category.tres .title { color: #1bb8eb; } 
.agenda-anahuac .card .category.cuatro .icon { background-color: #5ebe90; }
.agenda-anahuac .card .category.cuatro .title { color: #5ebe90; } 
.agenda-anahuac .card .category.cinco .icon { background-color: #ffcf60; }
.agenda-anahuac .card .category.cinco .title { color: #ffcf60; } 
.agenda-anahuac .card .category.seis .icon { background-color: #375cc7; }
.agenda-anahuac .card .category.seis .title { color: #375cc7; } 
.agenda-anahuac .download-button { padding-top: 60px; padding-bottom: 40px; text-align: center; } 
.agenda-anahuac .download-button a { text-decoration: none; display: block; max-width: max-content; margin: 0 auto; padding: 12px 30px; font-family: 'Roboto-Semibold',sans-serif; font-size: 18px; color: #FFFFFF; background: #FF5900; border-radius:5px; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }

@media screen and (max-width: 991px) {
  .agenda-anahuac .filtro label { width: 100%; font-size: 24px; text-align: center; }
  .agenda-anahuac .filtro { flex-wrap: wrap; margin-bottom: 40px; }
  .agenda-anahuac .filtro label,  .agenda-anahuac .filtro .selector { margin-bottom: 10px } 
  .agenda-anahuac .card .category { width: 240px; margin-left: 20px; } 
  .agenda-anahuac .card .category .title { font-size: 26px; }
  .agenda-anahuac .card .category .icon {
    font-size: 24px;
    height: 40px;
    margin-right: 10px;
    width: 40px;  
  }
}

@media screen and (max-width: 767px) {
  .agenda-anahuac .filtro label { margin-bottom: 16px; font-size: 20px; }
  .agenda-anahuac .filtro { flex-wrap: wrap; margin-bottom: 40px; }
  .agenda-anahuac .filtro .selector { margin-bottom: 10px } 
  .agenda-anahuac .card .info { padding-left: 40px; }
  .agenda-anahuac .card .activity { font-size: 22px; }
  .agenda-anahuac .card .content { flex-direction: column-reverse; }
  .agenda-anahuac .card .category { margin-bottom: 20px; height: auto; }
}