.event-schedule-module{background-color:#050f37;margin:0 auto;max-width:1280px;padding:40px 36px}.event__list{display:flex;flex-direction:column;gap:32px}.event__item{border:1px solid #fff;border-radius:12px;display:flex;flex-direction:column;& .event__time{align-items:center;border-bottom:1px solid #fff;display:flex;justify-content:center;padding:20px 0;& .event__hour{color:#fff;font:700 32px/32px Anek Latin,sans-serif}}& .event__content{align-items:center;display:flex;flex:1;flex-direction:column;gap:16px;justify-content:space-between;padding:16px 20px}& .event__card{border-radius:8px;display:flex;flex-direction:column;gap:14px;padding:16px;&:first-of-type{background:linear-gradient(155deg,#1b5db8 6.95%,rgba(12,41,82,0) 37.03%)}&:nth-of-type(2){background:linear-gradient(155deg,#eb195b 6.95%,rgba(12,41,82,0) 37.03%)}&:nth-of-type(3){background:linear-gradient(155deg,#7f32c7 6.95%,rgba(12,41,82,0) 37.03%)}&.event__card--individual,&.event__card--intervalo{background:linear-gradient(90deg,#040b27,rgba(5,15,55,0))}&.event__card--intervalo{padding:24px}& .event__tag{color:#fff;font:400 14px/100% Anek Latin,sans-serif}& .event__title{color:#fff;font:700 28px/100% Anek Latin,sans-serif}& .event__description *{color:#fff;font:400 16px/148% Anek Latin,sans-serif}& .event__speaker{align-items:center;display:flex;& .speaker__image{border-radius:50%;height:40px;overflow:hidden;width:40px;&:nth-of-type(2n){margin-left:-8px}& img{background:#fff;height:100%;object-fit:cover;width:100%}}& .event__speaker__name,& .speaker__name{color:#fff;display:inline-block;font:500 12px/120% Anek Latin,sans-serif}& .event__speaker__name{display:inline-block;margin-left:8px;width:50%}& .speaker__name{font-weight:700}}&.event__card--trilha .event__tag{color:#fff;font:400 12px/100% Anek Latin,sans-serif}&.event__card--trilha .event__title{color:#fff;font:700 21px/100% Anek Latin,sans-serif}&.event__card--trilha .event__description *{color:#fff;font:400 12px/148% Anek Latin,sans-serif}&.event__card--trilha .speaker__name{color:#fff;font:500 10px/148% Anek Latin,sans-serif}}}@media (min-width:768px){& .event__item{flex-direction:row;& .event__time{border-bottom:0;border-right:1px solid #fff;padding:0 40px;width:165px}& .event__content--trilha{display:grid;grid-template-columns:repeat(3,1fr);& .event__card{height:100%}& .event__description{min-height:106px}}& .event__content--individual{flex-direction:row}& .event__content--intervalo{flex-direction:row;& .event__card--intervalo{align-items:center;flex-direction:row;gap:16px}}}}