.events-calendar{overflow:hidden;padding:0;border-bottom:1px solid white}
.events-calendar .title-calendar{margin-top:40px;margin-bottom:40px}
@media(min-width:768px){.events-calendar .title-calendar{margin-top:64px;margin-bottom:64px}
}
.events-calendar .title-calendar__heading{color:#333f48;font-family:'N27 Bold';font-weight:700;font-style:normal;font-size:40px;line-height:48px;text-transform:uppercase;width:70%}
@media(min-width:1024px){.events-calendar .title-calendar__heading{font-size:48px;line-height:56px}
}
@media(min-width:1600px){.events-calendar .title-calendar__heading{font-size:64px;line-height:72px}
}
@media only screen and (max-width:1024px){.events-calendar .title-calendar__heading{width:100%;margin-bottom:20px}
}
.events-calendar .nav-cards{width:100%;display:flex;justify-content:center;align-items:center}
.events-calendar .nav-cards__wrapper{display:flex;gap:8px;gap:clamp(8px,1vw,12px);align-items:center;width:100%;width:-webkit-fill-available}
@media(min-width:768px){.events-calendar .nav-cards__wrapper{gap:clamp(20px,1vw,24px)}
}
.events-calendar .nav-cards__list-wrapper{position:relative;width:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.events-calendar .nav-cards__list-wrapper::-webkit-scrollbar{display:none}
.events-calendar .nav-cards__cards-list{width:100%;display:flex;justify-content:space-between;position:relative;gap:45px}
.events-calendar .nav-days{width:100%;display:flex;justify-content:center;align-items:center;border-top:2.5px solid #ffcd00}
.events-calendar .nav-days .anos-wrapper{display:flex;gap:8px;gap:clamp(8px,1vw,12px);align-items:center;width:100%;width:-webkit-fill-available}
@media(min-width:768px){.events-calendar .nav-days .anos-wrapper{gap:clamp(20px,1vw,24px)}
}
.events-calendar .nav-days .list-wrapper{position:relative;width:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.events-calendar .nav-days .list-wrapper::-webkit-scrollbar{display:none}
.events-calendar .nav-days .arrow{color:#ffcd00;font-size:18px;line-height:26px;cursor:pointer}
.events-calendar .nav-days ul{width:100%;display:flex;justify-content:space-between;align-items:center;position:relative;gap:12px}
.events-calendar .nav-days ul .day{position:relative;padding:20px 0;font-family:'N27 Regular';font-weight:400;font-style:normal;color:#333f48;font-size:22px}
.events-calendar .nav-days ul .day .box{padding:10px 15px;user-select:none;cursor:pointer}
.events-calendar .nav-days ul .day.active{font-family:'N27 Bold' !important;font-weight:700 !important;font-style:normal !important}
.events-calendar .nav-days ul .day.active .box{border:2px solid #ffcd00;background-color:#ffcd00}
.events-calendar .nav-days ul .day.active:before{content:"";position:absolute;top:-2px;left:50%;transform:translateX(-50%);width:0;height:0;border-style:solid;border-width:13px 10px 0 10px;border-color:#ffcd00 transparent transparent transparent}
.events-calendar .nav-days ul .day.no-active{font-family:'N27 Bold' !important;font-weight:700 !important;font-style:normal !important}
.events-calendar .nav-days ul .day.no-active .box{border:2px solid #ffcd00}
.events-calendar .nav-days ul .day.no-active .box:hover{background-color:#ffcd00}
.events-calendar .nav-months{width:100%;background-color:#333f48;display:flex;justify-content:center;align-items:center}
.events-calendar .nav-months .anos-wrapper{display:flex;gap:8px;gap:clamp(8px,1vw,12px);align-items:center;width:100%;width:-webkit-fill-available}
@media(min-width:768px){.events-calendar .nav-months .anos-wrapper{gap:clamp(20px,1vw,24px)}
}
.events-calendar .nav-months .list-wrapper{position:relative;width:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;overflow-y:hidden}
.events-calendar .nav-months .list-wrapper::-webkit-scrollbar{display:none}
.events-calendar .nav-months .arrow{color:#ffcd00;font-size:18px;line-height:26px;cursor:pointer}
.events-calendar .nav-months ul{width:100%;display:flex;justify-content:space-between;align-items:center;position:relative;gap:65px}
.events-calendar .nav-months ul .month{position:relative;padding:30px 0;font-family:'N27 Light';color:#fff;font-size:25px;user-select:none;cursor:pointer}
.events-calendar .nav-months ul .month.bold,.events-calendar .nav-months ul .month:hover{font-family:'N27 Light' !important;font-weight:800}
.events-calendar .nav-months ul .month.bold:after,.events-calendar .nav-months ul .month:hover:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #ffcd00 transparent transparent}
.events-calendar .nav-cards .hidden{display:none}
.events-calendar .nav-cards ul .card{min-width:100%;position:relative;font-family:'N27 Light';color:#333f48;font-size:22px}
.events-calendar .nav-cards ul .card .card__event{display:flex;justify-content:center;min-height:549px;flex-direction:row}
.events-calendar .nav-cards ul .card .card__event-image{max-height:549px;max-width:460px;object-fit:cover;object-position:center;flex-shrink:0}
.events-calendar .nav-cards ul .card .card__event .card-body{display:flex;height:fit-content;flex-direction:column;gap:24px;padding:25px;background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,0.25);max-width:650px}
.events-calendar .nav-cards ul .card .card__event .card-body .texts{display:flex;flex-direction:column;gap:8px}
.events-calendar .nav-cards ul .card .card__event .card-body .texts .title{color:#333f48;font-size:24px;line-height:32px;font-family:'N27 Bold';font-weight:700;font-style:normal;cursor:pointer;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}
@media(max-width:1024px){.events-calendar .nav-cards ul .card .card__event .card-body .texts .title{-webkit-line-clamp:2}
}
@media(max-width:768px){.events-calendar .nav-cards ul .card .card__event .card-body .texts .title{font-size:22px;line-height:30px}
}
.events-calendar .nav-cards ul .card .card__event .card-body .texts .title:hover{text-decoration:underline}
.events-calendar .nav-cards ul .card .card__event .card-body .texts .title:hover.alert{cursor:auto;text-decoration:none}
.events-calendar .nav-cards ul .card .card__event .card-body .texts .valoration{display:flex;gap:4px}
.events-calendar .nav-cards ul .card .card__event .card-body .texts .valoration span{color:#333f48;font-size:22px}
.events-calendar .nav-cards ul .card .card__event .card-body .texts .valoration .star{color:#ffcd00}
.events-calendar .nav-cards ul .card .card__event .card-body .texts .description{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}
.events-calendar .nav-cards ul .card .card__event .card-body .texts .description p{color:#646468;font-size:16px;line-height:24px;font-family:'N27 Medium';font-weight:500;font-style:normal}
.events-calendar .nav-cards ul .card .card__event .card-body .texts .description .p-type-documentation{color:#333f48;font-size:16px;line-height:24px;font-family:'N27 Medium';font-weight:500;font-style:normal}
.events-calendar .nav-cards ul .card .card__event .card-body .texts .description .description-title{font-size:20px;line-height:28px;font-family:'N27 Bold';font-weight:700;font-style:normal;margin:8px 0}
.events-calendar .nav-cards ul .card .card__event .card-body .texts .description .description-subtitle{font-size:18px;line-height:26px;font-family:'N27 Bold';font-weight:700;font-style:normal;margin:8px 0}
.events-calendar .nav-cards ul .card .card__event .card-body .info-extra{display:flex;flex-direction:column;gap:16px;align-self:stretch}
.events-calendar .nav-cards ul .card .card__event .card-body .info-extra .info-text{display:flex;align-items:flex-start;color:#646468;font-family:'N27 Medium';font-weight:500;font-style:normal;font-size:16px;line-height:24px}
.events-calendar .nav-cards ul .card .card__event .card-body .info-extra .info-text span{font-size:24px;margin-right:8px}
.events-calendar .nav-cards ul .card .card__event .card-body .tags-body{display:flex;gap:8px;flex-wrap:wrap}
.events-calendar .nav-cards ul .card .card__event .card-body .tags-body .tag{display:flex;padding:8px 16px;align-items:flex-start;border-radius:44px;background:#f5f5f5;color:#333f48;font-family:'N27 Medium';font-weight:500;font-style:normal;font-size:14px;line-height:22px}
.events-calendar .nav-cards ul .card .card__event .card-body .link{width:fit-content;font-size:18px;line-height:26px;font-family:'N27 Bold';font-weight:700;font-style:normal;color:#d52b1e;cursor:pointer;text-wrap:balance;padding-bottom:3px}
.events-calendar .nav-cards ul .card .card__event .card-body .link:after{transition:all .3s ease-in-out;font-family:"icomoon" !important;content:"\ee935";font-weight:400;position:relative;top:2px;display:inline-block;width:30px;height:30px;border:1px solid #d52b1e;border-radius:50%;font-size:20px;margin-left:16px;display:inline-grid;place-items:center;transform:rotate(0)}
.events-calendar .nav-cards ul .card .card__event .card-body .link:hover:after{background-color:#d52b1e;color:#fff;transform:rotate(45deg)}
@media(max-width:768px){.events-calendar .nav-cards ul .card .card__event{flex-direction:column;align-items:center;justify-content:flex-start}
.events-calendar .nav-cards ul .card .card__event-image{max-width:100%;max-height:447px;min-height:447px;width:100%;object-fit:cover}
.events-calendar .nav-cards ul .card .card__event .card-body{padding:16px;gap:16px;width:100%;box-shadow:none}
.events-calendar .nav-cards ul .card .card{min-width:100%}
}
.events-calendar .light-box{position:fixed;top:0;left:0;place-items:center;z-index:9999;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:none;overflow-y:auto}
.events-calendar .light-box .dialog{position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;max-width:950px;background-color:#fff;padding:42px;padding-top:80px;flex-direction:column;margin:50px;width:100%}
.events-calendar .light-box .dialog .icon--close{position:absolute;top:20px;right:20px;font-size:28px;cursor:pointer}
.events-calendar .light-box .dialog .card_event_modal{width:100%}
.events-calendar .light-box .dialog .card_event_modal-image-modal{width:100%;max-width:950px;height:360px;object-fit:cover;object-position:center;max-height:360px;margin:0 auto}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal{display:flex;height:fit-content;flex-direction:column;gap:24px;padding:25px 0;background-color:#fff}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__title{color:#333f48;font-size:24px;line-height:32px;font-family:'N27 Bold';font-weight:700;font-style:normal;cursor:pointer;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}
@media(max-width:1024px){.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__title{-webkit-line-clamp:2}
}
@media(max-width:768px){.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__title{font-size:22px;line-height:30px}
}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body{display:flex;flex-direction:column;gap:24px}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule{display:flex;flex-direction:column;gap:16px}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule .agenda__body-box{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:16px;margin:10px 0;padding-top:20px;border-top:1px solid rgba(0,0,0,0.1)}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule .agenda__body-box .agenda__body-hour{grid-column:1;grid-row:1;color:#646468;font-size:16px;line-height:24px;font-family:'N27 Medium';font-weight:500;font-style:normal;flex-shrink:0;text-align:left;width:100px}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule .agenda__body-box .agenda__body-text{grid-column:2;grid-row:1}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule .agenda__body-box .agenda__body-text .title{color:#333f48;font-size:16px;line-height:24px;font-family:'N27 Bold';font-weight:700;font-style:normal;flex-shrink:0}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule .agenda__body-box .agenda__body-text .description{color:#646468;font-size:16px;line-height:24px;font-family:'N27 Medium';font-weight:500;font-style:normal;flex-shrink:0}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule .agenda__body-box .agenda__body-ponentes{grid-column:2;grid-row:2;display:grid;grid-template-columns:repeat(2,auto);gap:20px;margin-top:10px;margin-right:30px;width:100%}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule .agenda__body-box .agenda__body-ponentes .ponente{display:flex;align-items:center;gap:12px;width:100%}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule .agenda__body-box .agenda__body-ponentes .ponente__image{flex-shrink:0;width:82px;height:82px;border-radius:50%;object-fit:cover}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule .agenda__body-box .agenda__body-ponentes .ponente__info{display:flex;flex-direction:column;font-size:16px;line-height:24px}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule .agenda__body-box .agenda__body-ponentes .ponente__info .name{font-family:'N27 Bold';font-weight:700;font-style:normal;color:#333f48;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule .agenda__body-box .agenda__body-ponentes .ponente__info .position,.events-calendar .light-box .dialog .card_event_modal .card-body-modal .card-agenda__body .agenda__body-schedule .agenda__body-box .agenda__body-ponentes .ponente__info .experience{font-family:'N27 Medium';font-weight:500;font-style:normal;color:#646468;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts{display:flex;flex-direction:column;gap:8px}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts .title{color:#333f48;font-size:24px;line-height:32px;font-family:'N27 Bold';font-weight:700;font-style:normal;cursor:pointer;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}
@media(max-width:1024px){.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts .title{-webkit-line-clamp:2}
}
@media(max-width:768px){.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts .title{font-size:22px;line-height:30px}
}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts .title:hover{text-decoration:underline}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts .valoration{display:flex;gap:4px}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts .valoration span{color:#333f48;font-size:22px}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts .valoration .star{color:#ffcd00}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts .description{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts .description p{color:#646468;font-size:16px;line-height:24px;font-family:'N27 Medium';font-weight:500;font-style:normal}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts .description .p-type-documentation{color:#333f48;font-size:16px;line-height:24px;font-family:'N27 Medium';font-weight:500;font-style:normal}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts .description .description-title{font-size:20px;line-height:28px;font-family:'N27 Bold';font-weight:700;font-style:normal;margin:8px 0}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .texts .description .description-subtitl e{font-size:18px;line-height:26px;font-family:'N27 Bold';font-weight:700;font-style:normal;margin:8px 0}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .info-extra{display:flex;flex-direction:column;gap:16px;align-self:stretch}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .info-extra .info-text{display:flex;align-items:flex-start;color:#646468;font-family:'N27 Medium';font-weight:500;font-style:normal;font-size:16px;line-height:24px}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .info-extra .info-text span{font-size:24px;margin-right:8px}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .tags-body{display:flex;gap:8px;flex-wrap:wrap}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .tags-body .tag{display:flex;padding:8px 16px;align-items:flex-start;border-radius:44px;background:#f5f5f5;color:#333f48;font-family:'N27 Medium';font-weight:500;font-style:normal;font-size:14px;line-height:22px}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .link{width:fit-content;font-size:18px;line-height:26px;font-family:'N27 Bold';font-weight:700;font-style:normal;color:#d52b1e;cursor:pointer;text-wrap:balance;padding-bottom:3px}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .link:after{transition:all .3s ease-in-out;font-family:"icomoon" !important;content:"\ee935";font-weight:400;position:relative;top:2px;display:inline-block;width:30px;height:30px;border:1px solid #d52b1e;border-radius:50%;font-size:20px;margin-left:16px;display:inline-grid;place-items:center;transform:rotate(0)}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .link:hover:after{background-color:#d52b1e;color:#fff;transform:rotate(45deg)}
.events-calendar .light-box .dialog .button{margin-top:30px;width:fit-content;align-self:center}
@media(max-width:720px){.events-calendar .light-box .dialog{height:100%;width:100%;padding:70px 20px;justify-content:start;margin:0}
.events-calendar .light-box .dialog .card_event_modal-image-modal{max-height:130px;height:130px}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal{padding:20px 0}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .agenda__body-box{flex-direction:column}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .agenda__body-box .agenda__body-text{grid-column:1 !important;grid-row:2 !important}
.events-calendar .light-box .dialog .card_event_modal .card-body-modal .agenda__body-box .agenda__body-ponentes{grid-column:1 !important;grid-row:3 !important;grid-template-columns:repeat(1,1fr) !important}
.events-calendar .light-box .dialog .button{width:100%}
}