@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 .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 h2 {
  font-family: "Sharp-Bold", serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.agenda-anahuac .filtro { margin-bottom: 60px; display: flex; align-items: center; justify-content: center; }
.agenda-anahuac .filtro label { font-family: 'Sharp-Bold',serif; font-size: 26px; 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; }
.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 .activity { 
  margin-bottom: 10px;
  font-family: 'Sharp-Bold',serif; 
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  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 .box { display: flex; align-items: center; justify-content: space-between; }
.agenda-anahuac .card .ctn-btn { width: 30% }
.agenda-anahuac .card .ctn-btn 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; }
.agenda-anahuac .card ul { width: 60%; 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 .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 { font-size: 24px; }
  .agenda-anahuac .card .ctn-btn { width: 40% }
}

@media screen and (max-width: 767px) {
  .agenda-anahuac .filtro label { font-size: 20px; }
  .agenda-anahuac .filtro { flex-wrap: wrap; margin-bottom: 40px; }
  .agenda-anahuac .filtro label,  .agenda-anahuac .filtro .selector { margin-bottom: 10px } 
  .agenda-anahuac .card .info { padding-left: 40px; }
  .agenda-anahuac .card .activity { font-size: 22px; }
  .agenda-anahuac .card .box { flex-direction: column; }
  .agenda-anahuac .card .ctn-btn { width: 100%; }
  .agenda-anahuac .card .ul { width: 100%; margin-bottom:20px; }
}