@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  outline: none;
}

.calendar__class, #calendar .fc-event .fc-event-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tableItem__modifyer, .classUser__modifyer {
  background: #AAE384;
  *zoom: 1;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
          transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tableItem__modifyer:before, .classUser__modifyer:before, .tableItem__modifyer:after, .classUser__modifyer:after {
  content: " ";
  display: table;
}
.tableItem__modifyer:after, .classUser__modifyer:after {
  clear: both;
}
.open .tableItem__modifyer, .open .classUser__modifyer {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
          transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.tableItem__modifyerLabel, .classUser__modifyerLabel {
  font-size: 1rem;
}

.tableItem__modifyerWrapButton, .classUser__modifyerWrapButton {
  position: absolute;
  right: 20px;
}
.ie .tableItem__modifyerWrapButton, .ie .classUser__modifyerWrapButton {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
}
.tableItem__modifyerWrapButton .button, .classUser__modifyerWrapButton .button {
  min-width: 90px;
}
.tableItem__modifyerWrapButton .button + .button, .classUser__modifyerWrapButton .button + .button {
  margin-left: 10px;
}

.tabs > [data-tab], .tab, .activityTable[data-tab], .lessonPlan__tab {
  position: fixed;
  width: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: all 0.3s cubic-bezier(0.61, 0.47, 0.46, 0.63);
}
.tabs > .activeTab[data-tab], .activeTab.tab, .activeTab.activityTable[data-tab], .activeTab.lessonPlan__tab {
  display: block;
  position: relative;
  opacity: 1;
  z-index: 2;
}
.tabs > .removing[data-tab], .removing.tab, .removing.activityTable[data-tab], .removing.lessonPlan__tab {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: all 0.3s cubic-bezier(0.61, 0.47, 0.46, 0.63);
}

.productBook__icon, .section__icon, .menu__icon, .ddContent__icon,
.ddContent__image, .shortcut__icon, .activitySummary__icon, .notification__icon, .activityItem__icon {
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.productBox:hover [class*="__button"], .fastAccess__link:hover [class*="__button"] {
  box-shadow: 0 10px 25px 0 rgba(50, 94, 128, 0.2);
}

.productBook__link, .productBook__icon, .tabberIcon__link, .menu__link, .dd__aux, .ddContent__link, .shortcut__item, .activitySummary__item, .notification__item, .fastAccessList__link {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
}
.productBook__link:hover [class*="__icon"], .productBook__icon:hover [class*="__icon"], .tabberIcon__link:hover [class*="__icon"], .menu__link:hover [class*="__icon"], .dd__aux:hover [class*="__icon"], .ddContent__link:hover [class*="__icon"], .shortcut__item:hover [class*="__icon"], .activitySummary__item:hover [class*="__icon"], .notification__item:hover [class*="__icon"], .fastAccessList__link:hover [class*="__icon"] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translatey(-5px) translateZ(0);
          transform: translatey(-5px) translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}
.productBook__link:hover [class*="__image"], .productBook__icon:hover [class*="__image"], .tabberIcon__link:hover [class*="__image"], .menu__link:hover [class*="__image"], .dd__aux:hover [class*="__image"], .ddContent__link:hover [class*="__image"], .shortcut__item:hover [class*="__image"], .activitySummary__item:hover [class*="__image"], .notification__item:hover [class*="__image"], .fastAccessList__link:hover [class*="__image"] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translatey(-5px) translateZ(0);
          transform: translatey(-5px) translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}

[data-color="yellow"].editorial__column, [data-color="yellow"].pincode__box {
  background: #FFE08D;
}
[data-color="green"].editorial__column, [data-color="green"].pincode__box {
  background: #AAE384;
}
[data-color="blue"].editorial__column, [data-color="blue"].pincode__box {
  background: #96ECEC;
}
[data-color="red"].editorial__column, [data-color="red"].pincode__box {
  background: #FF5C7C;
}

.productBooks, .productActivation {
  opacity: 0;
  width: 100%;
  float: left;
  height: 0;
  z-index: -1;
  left: 0;
  -webkit-transition: 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63), opacity 0.2s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63), opacity 0.2s cubic-bezier(0.61, 0.47, 0.46, 0.63);
  position: relative;
  margin-top: 4%;
  margin-bottom: 30px;
}
.openBox .productBooks, .openBox .productActivation {
  height: auto;
  opacity: 1;
  z-index: 1;
  -webkit-transition: height 0.2s cubic-bezier(0.61, 0.47, 0.46, 0.63), opacity 0.2s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.2s;
          transition: height 0.2s cubic-bezier(0.61, 0.47, 0.46, 0.63), opacity 0.2s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.2s;
}
@media (min-width: 550px) {
  .productBooks, .productActivation {
    position: absolute;
    margin-bottom: 4%;
    height: auto;
  }
}

.classBox, .cassBox--createNew, .campusBox, .risorseBox, .lessonPlanBox, .blogBox, .appBox, .postBox, .hubSmart__item, .activationCard {
  border-radius: 15px;
  background: #fff;
  position: relative;
  min-height: 300px;
}

.classBox__main, .campusBox__main, .risorseBox__main, .lessonPlanBox__main, .postBox__main {
  padding: 30px;
  text-align: center;
}

.classBox__header, .campusBox__header, .campusBox__headerBgWrapper, .risorseBox__header, .lessonPlanBox__header, .lessonPlanBox__headerBgWrapper, .postBox__header, .postBox__headerBgWrapper, .activationCard__header {
  height: 90px;
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-color="green"] .classBox__header, [data-color="green"] .campusBox__header, [data-color="green"] .campusBox__headerBgWrapper, [data-color="green"] .risorseBox__header, [data-color="green"] .lessonPlanBox__header, [data-color="green"] .lessonPlanBox__headerBgWrapper, [data-color="green"] .postBox__header, [data-color="green"] .postBox__headerBgWrapper, [data-color="green"] .activationCard__header {
  background: #AAE384;
}
[data-color="yellow"] .classBox__header, [data-color="yellow"] .campusBox__header, [data-color="yellow"] .campusBox__headerBgWrapper, [data-color="yellow"] .risorseBox__header, [data-color="yellow"] .lessonPlanBox__header, [data-color="yellow"] .lessonPlanBox__headerBgWrapper, [data-color="yellow"] .postBox__header, [data-color="yellow"] .postBox__headerBgWrapper, [data-color="yellow"] .activationCard__header {
  background: #FFE08D;
}
[data-color="blue"] .classBox__header, [data-color="blue"] .campusBox__header, [data-color="blue"] .campusBox__headerBgWrapper, [data-color="blue"] .risorseBox__header, [data-color="blue"] .lessonPlanBox__header, [data-color="blue"] .lessonPlanBox__headerBgWrapper, [data-color="blue"] .postBox__header, [data-color="blue"] .postBox__headerBgWrapper, [data-color="blue"] .activationCard__header {
  background: #96ECEC;
}

.classBox__tooltip.tooltipBtn, .risorseBox__tooltip.tooltipBtn, .lessonPlanBox__tooltip.tooltipBtn, .postBox__tooltip.tooltipBtn {
  position: absolute;
  top: 0;
  left: 0;
}

.lessonPlanBox__authorAvatar, .blogBox__authorAvatar, .postBox__authorAvatar {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.lessonPlanBox__authorAvatar img, .blogBox__authorAvatar img, .postBox__authorAvatar img {
  width: 100%;
}

.lessonPlanBox__authorWrapper {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
}

.classBox__icon, .risorseBox__icon, .lessonPlanBox__icon, .blogBox__icon, .postBox__icon {
  font-size: 25px;
  padding: 10px;
  display: inline-block;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #000;
}
.white .classBox__icon, .white .risorseBox__icon, .white .lessonPlanBox__icon, .white .blogBox__icon, .white .postBox__icon {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.dd.classBox__dd, .dd.risorseBox__dd, .dd.lessonPlanBox__dd, .dd.appBox__dd, .dd.postBox__dd {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0px;
}

.classBox__ddIcon, .risorseBox__ddIcon, .lessonPlanBox__ddIcon, .blogBox__ddIcon, .appBox__ddIcon, .postBox__ddIcon {
  padding: 15px;
  font-size: 1.25rem;
  display: block;
  color: #333;
}
.white .classBox__ddIcon, .white .risorseBox__ddIcon, .white .lessonPlanBox__ddIcon, .white .blogBox__ddIcon, .white .appBox__ddIcon, .white .postBox__ddIcon {
  color: #fff;
}

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
  background: #fff;
}
body:not(.ie) .wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mainWrapper {
  padding-top: 68px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .mainWrapper {
    padding-top: 72px;
  }
}

.activitiesSummary__day {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

body, .button--tag, .postBox__comments, .upload__subtitle, .nameModify__textArea--small, .form__label--check.form__label, .nl__checkbox .form__label--check, .terms__accordion--list .form__label--check {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.productActivation__title, .section__name, .cortesia__title, .fastAccessList__title, .classEmptyState__title, .studentEmptyState__title, .postDetail__title, .landingNoMobile__title, .areaPersonale__info .areaPersonale__title, .profile__Name, .messageBox__titleBig, .pageHeader__title, .feedBack__message--title, .filter__title, .upload__label, .headerCard__title, .hubSmart__title, .shortcut__num, .fastAccess__title, .activitiesSummary__date, .notification__par, .cardList__year, .overlay__title, .searchResult__par, .wizardIco__title, .newClass__title, .groupList__title, .freeList__title, .pincode__title, .assistance__title, .abbinamento__title, .form__fieldsetName, .form__label--big, .button, .button--stroke2, .button--lightStroke, .button--stroke, .button--emp, .button--primary, .button--secondary, .navigation__open, .zainoDigitale .button--zaino1, .zainoDigitale .button--zaino2, .group, .group--editable, .productBook__title, .activationFeed__title, .tabber__link, .help--link, .table__link span, .internalTab__link, .assistanceBox__link, .cortesia__paragraph strong, .cassettino__name, .menu__link, .fastAccess__paragraph a, .notification__type, .footer__copy, .footer__col, .footer__item, .classUsers__letter, .nameModify__input, .nameModify__textArea, .studentSummary__link, .groupList__all, .hubkit__searchTitle, .hubkit__capitoloTitle, .calendar__class, .calendar__activity, #calendar .fc-week .fc-current-day:before, #calendar .fc-event, .fc-agenda-days .fc-agenda-day-label, .fc-event-details-title, .fc-event-details-room span, .fc-content-agenda-date, .toggle + .toggle__label, .terms__par strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.tableItem__modifyerLabel, .classUser__modifyerLabel, .section__title, .product__name, .product__tooltipTitle, .classBox__title, .classBox__school, .campusBox__title, .campusBox__school, .risorseBox__title, .risorseBox__author, .lessonPlanBox__title, .lessonPlanBox__name, .blogBox__name, .appBox__title, .postBox__name, .cardSchool__Name, .pagination__txt, .upload__description, .activitySummary__title, .notification__title, .activityItem__title, .fastAccessList__subtitle, .classEmptyState__subtitle, .wizardIcon__step, .activityTable__emptyText, .studentEmptyState__subtitle, .editorial__title, .pincode__index, .activationCard__title, .data__value, .nlform__title, .storageBar__title, .lessonTitle__name, .calendar__filterName, #calendar .fc-header-left .fc-header-title, #calendar .fc-header-center .fc-header-title, #calendar .fc-day, .areaPersonale__title, .terms__subtitle, .terms__radioTxt, .terms__accordion--link, .messageBox__subtitle, .messageBox__title, .messageBox__paragraph strong, .pageHeader__paragraph strong, .pageHeader__paragraph b, .tabberIcon__label, .feedBack__message--paragraph strong, .feedBack__message--paragraph b, .table__header .table__col, .table__nome, .upload__progressAux, .tutorial__title, .menu__info, .ddContent__title, .overlayTerms__title a, .tooltip__title, .searchResult__infoText strong, .searchResult__infoText a, .wizardIcon__txt strong, .evaluation__vote, .activityTable__title, .studentSummary__name, .studentDetailTable .studentDetailTable__title, .freeList__remove, .dettaglio__attivita .editorial__link, .paragraph--link, .activationCard__feedbackTitle, .hubkit__filterPercorso, .hubkit__accordionContentTitle, .hubkit__title, .lessonPlanItem__addItemBtn, .overlayLoSapevi .overlay__par--em, .abbinamento__stepNum, .formWrapper__content p > a, .formWrapper__bottom a, .form__label--check, .terms__link, .terms__item--privacy a, .link__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?qzalob");
  src: url("../fonts/icomoon.eot?qzalob#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qzalob") format("truetype"), url("../fonts/icomoon.woff?qzalob") format("woff"), url("../fonts/icomoon.svg?qzalob#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="i-"], [class*=" i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

body .i-domanda:before {
  content: "";
}
body .i-refresh:before {
  content: "";
}
body .i-last:before {
  content: "";
}
body .i-first:before {
  content: "";
}
body .i-play-w:before {
  content: "";
}
body .i-tutorial-default:before {
  content: "";
}
body .i-lock:before {
  content: "";
}
body .i-filters:before {
  content: "";
}
body .i-scroll:before {
  content: "";
}
body .i-snow:before {
  content: "";
}
body .i-confirm:before {
  content: "";
}
body .i-attached:before {
  content: "";
}
body .i-comments:before {
  content: "";
}
body .i-info-3:before {
  content: "";
}
body .i-scarica:before {
  content: "";
}
body .i-settings:before {
  content: "";
}
body .i-private:before {
  content: "";
}
body .i-remove:before {
  content: "";
}
body .i-addNotes:before {
  content: "";
}
body .i-aggiungi:before {
  content: "";
}
body .i-notes:before {
  content: "";
}
body .i-search:before {
  content: "";
}
body .i-key:before {
  content: "";
}
body .i-x-close:before {
  content: "";
}
body .i-v-confirm:before {
  content: "";
}
body .i-modify-text:before {
  content: "";
}
body .i-check:before {
  content: "";
}
body .i-info2:before {
  content: "";
}
body .i-delete:before {
  content: "";
}
body .i-optionButton:before {
  content: "";
}
body .i-group:before {
  content: "";
}
body .i-assigned:before {
  content: "";
}
body .i-created:before {
  content: "";
}
body .i-calendar:before {
  content: "";
}
body .i-arrow-down:before {
  content: "";
}
body .i-arrow-right:before {
  content: "";
}
body .i-info:before {
  content: "";
}
body .i-menu:before {
  content: "";
}
body .i-download:before {
  content: "";
}
body .i-account:before {
  content: "";
}
body .i-close:before {
  content: "";
}
body .i-help:before {
  content: "";
}
body .i-notification:before {
  content: "";
}
body .i-smile:before {
  content: "";
}

.i-notification {
  margin-left: -2px;
}

.productActivation__title, .section__name, .cortesia__title, .fastAccessList__title, .classEmptyState__title, .studentEmptyState__title, .postDetail__title, .landingNoMobile__title, .areaPersonale__info .areaPersonale__title {
  font-size: 1.625rem;
  line-height: 1.2em;
  color: #333;
}
@media (min-width: 1024px) {
  .productActivation__title, .section__name, .cortesia__title, .fastAccessList__title, .classEmptyState__title, .studentEmptyState__title, .postDetail__title, .landingNoMobile__title, .areaPersonale__info .areaPersonale__title {
    font-size: 1.875rem;
  }
}

.profile__Name, .messageBox__titleBig, .pageHeader__title, .feedBack__message--title, .filter__title, .upload__label, .headerCard__title, .hubSmart__title, .shortcut__num, .fastAccess__title, .activitiesSummary__date, .notification__par, .cardList__year, .overlay__title, .searchResult__par, .wizardIco__title, .newClass__title, .groupList__title, .freeList__title, .pincode__title, .assistance__title, .abbinamento__title, .form__fieldsetName, .form__label--big {
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #333;
}
@media (min-width: 550px) {
  .profile__Name, .messageBox__titleBig, .pageHeader__title, .feedBack__message--title, .filter__title, .upload__label, .headerCard__title, .hubSmart__title, .shortcut__num, .fastAccess__title, .activitiesSummary__date, .notification__par, .cardList__year, .overlay__title, .searchResult__par, .wizardIco__title, .newClass__title, .groupList__title, .freeList__title, .pincode__title, .assistance__title, .abbinamento__title, .form__fieldsetName, .form__label--big {
    font-size: 1.5rem;
  }
}

.section__title, .product__name, .product__tooltipTitle, .classBox__title, .classBox__school, .campusBox__title, .campusBox__school, .risorseBox__title, .risorseBox__author, .lessonPlanBox__title, .lessonPlanBox__name, .blogBox__name, .appBox__title, .postBox__name, .cardSchool__Name, .pagination__txt, .upload__description, .activitySummary__title, .notification__title, .activityItem__title, .fastAccessList__subtitle, .classEmptyState__subtitle, .wizardIcon__step, .activityTable__emptyText, .studentEmptyState__subtitle, .editorial__title, .pincode__index, .activationCard__title, .data__value, .nlform__title, .storageBar__title, .lessonTitle__name, .calendar__filterName, #calendar .fc-header-left .fc-header-title, #calendar .fc-header-center .fc-header-title, #calendar .fc-day, .areaPersonale__title, .terms__subtitle, .terms__radioTxt, .terms__accordion--link {
  font-size: 1rem;
  line-height: 1.2em;
  color: #333;
}

.messageBox__date, .messageBox__name, .notification__type, .partecipantsList__title, .postDetail__date {
  font-size: 0.6875rem;
  line-height: 1.2em;
  color: #666;
}

.profile__status, .profile__eMail, .product__author, .productBook__type, .section__link, .headerCard__subtitle, .ddContent__text, .shortcut__type, .activitySummary__type, .activityItem__type, .tooltip__title, .activityTable__title, .partecipantsList__item, .studentDetailTable .studentDetailTable__title, .groupList__names {
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #333;
}

.product__tooltipText, .productActivation__par, .activationFeed__paragraph, .section__macro, .section__subtitle, .notify__paragraph, .messageBox__paragraph, .blogBox__note, .appBox__par, .appBox__intro, .pageHeader__paragraph, .feedBack__message--paragraph, .cardSchool__location, .help--par, .hubSmart__paragraph, .cortesia__paragraph, .fastAccess__paragraph, .activityItem__teacher, .overlay__par, .classEmptyState__paragraph, .tooltip__subtitle, .tooltip__par, .search__input, .wizardIcon__txt, .studentEmptyState__paragraph, .studentSummary__subject, .studentSummary__gradeCard, .studentEvaluation__vote, .customSelect__selected, .customSelect__option, .editorial__par, .editorial__link, .pincode__label, .activationCard__feedbackText, .data__label, .storageBar__note, .postDetail__authorName, .postDetail__paragraph, .landingNoMobile__paragraph, .lessonFormCaldendarBtn, .lessonForm__text, .cookies__par, .headerPub__help, .assistance__paragraph, .areaPersonale__paragraph, .abbinamento__subtitle, .abbinamento__left,
.abbinamento__right, .formWrapper__aux, .form__input--text,
.form__input--password,
.form__input--email, .form__label--check, .form__placeholder, .form__select, .form__materiaButton, .form__text {
  font-size: 0.875rem;
  line-height: 1.6em;
  color: #333;
}

.assistanceBox__link, .introjs-skipbutton, .tooltip__link, .cookies__link, .headerPub__helpLink, .form__link {
  font-size: 0.875rem;
  color: #71CC47;
  text-decoration: underline;
}

.icon {
  text-align: center;
  font-size: 1.25rem;
}
.icon:before {
  content: " ";
  vertical-align: middle;
  display: inline-block;
  background-image: url("../images/sprite/sprite.svg");
  background-repeat: no-repeat;
  background-size: 4.2em 449.4em;
}

.i-mosaico {
  background-image: url("../images/logoMosaico.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.i-mystudio {
  background-image: url("../images/logoMystudio.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon.aggiungi-w:before {
  background-position: -0.5em -0.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.altro:before {
  background-position: -0.5em -4.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.altro-w:before {
  background-position: -0.5em -8.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.altro-w-disabled:before {
  background-position: -0.5em -13.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.armadietto:before {
  background-position: -0.5em -17.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.arrow-small:before {
  background-position: -0.5em -21.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.assistenza:before {
  background-position: -0.5em -25.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.assistenza-w:before {
  background-position: -0.5em -29.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.attivita:before {
  background-position: -0.5em -34.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.attivita-w:before {
  background-position: -0.5em -38.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.audio:before {
  background-position: -0.5em -42.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.audio-w:before {
  background-position: -0.5em -46.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.audio-w-disabled:before {
  background-position: -0.5em -50.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.blog:before {
  background-position: -0.5em -55.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.blog-w:before {
  background-position: -0.5em -59.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.campus:before {
  background-position: -0.5em -63.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.campus-w:before {
  background-position: -0.5em -67.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.classe:before {
  background-position: -0.5em -71.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.classe-w:before {
  background-position: -0.5em -76.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.classe-w-disabled:before {
  background-position: -0.5em -80.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.classi-privata:before {
  background-position: -0.5em -84.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.classi-pubblica-w:before {
  background-position: -0.5em -88.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.classi-pubblica-w-disabled:before {
  background-position: -0.5em -92.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.crea:before {
  background-position: -0.5em -97.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.crea-w:before {
  background-position: -0.5em -101.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.desktop2:before {
  background-position: -0.5em -105.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.diventa-prof-w:before {
  background-position: -0.5em -109.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.downloadapp:before {
  background-position: -0.5em -113.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.downloadapp-w:before {
  background-position: -0.5em -118.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.epub-maker:before {
  background-position: -0.5em -122.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.epub-maker-w:before {
  background-position: -0.5em -126.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.errorcode-w:before {
  background-position: -0.5em -130.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.esci-w:before {
  background-position: -0.5em -134.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.faidate:before {
  background-position: -0.5em -139.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.faidate-w:before {
  background-position: -0.5em -143.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.file-manager:before {
  background-position: -0.5em -147.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.file-manager-w:before {
  background-position: -0.5em -151.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.game:before {
  background-position: -0.5em -155.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.genitore-disabled:before {
  background-position: -0.5em -160.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.genitore-w:before {
  background-position: -0.5em -164.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.help:before {
  background-position: -0.5em -168.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.help-w:before {
  background-position: -0.5em -172.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.homepage:before {
  background-position: -0.5em -176.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.homepage-w:before {
  background-position: -0.5em -181.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.hub-extra:before {
  background-position: -0.5em -185.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.hub-kids:before {
  background-position: -0.5em -189.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.hub-kit:before {
  background-position: -0.5em -193.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.hub-scuola:before {
  background-position: -0.5em -197.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.hub-young:before {
  background-position: -0.5em -202.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.image:before {
  background-position: -0.5em -206.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.lessonplan:before {
  background-position: -0.5em -210.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.lessonplan-w:before {
  background-position: -0.5em -214.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.lezionesemplice:before {
  background-position: -0.5em -218.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.lezionesemplice-w:before {
  background-position: -0.5em -223.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.lezionesemplice-w-disabled:before {
  background-position: -0.5em -227.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.mail:before {
  background-position: -0.5em -231.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.mail-w:before {
  background-position: -0.5em -235.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.manutenzione:before {
  background-position: -0.5em -239.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.mappa:before {
  background-position: -0.5em -244.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.mappa-w:before {
  background-position: -0.5em -248.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.mebook:before {
  background-position: -0.5em -252.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.megafono:before {
  background-position: -0.5em -256.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.mosaico:before {
  background-position: -0.5em -260.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.mosaico-w:before {
  background-position: -0.5em -265.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.multimedia:before {
  background-position: -0.5em -269.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.multimedia-w:before {
  background-position: -0.5em -273.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.multimedia-w-disabled:before {
  background-position: -0.5em -277.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.mystudio:before {
  background-position: -0.5em -281.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.nl-w:before {
  background-position: -0.5em -286.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.no-cover:before {
  background-position: -0.5em -290.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.non-disponibile:before {
  background-position: -0.5em -294.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.noresults:before {
  background-position: -0.5em -298.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.notifiche:before {
  background-position: -0.5em -302.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.notifiche-w:before {
  background-position: -0.5em -307.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.omino-messaggio:before {
  background-position: -0.5em -311.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.ops:before {
  background-position: -0.5em -315.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.ops-w:before {
  background-position: -0.5em -319.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.os-android:before {
  background-position: -0.5em -323.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.os-apple:before {
  background-position: -0.5em -328.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.os-linux:before {
  background-position: -0.5em -332.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.os-windows:before {
  background-position: -0.5em -336.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.password:before {
  background-position: -0.5em -340.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.percentuale-w:before {
  background-position: -0.5em -344.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.percorso:before {
  background-position: -0.5em -349.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.percorso-w:before {
  background-position: -0.5em -353.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.piuma:before {
  background-position: -0.5em -357.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.presentazione:before {
  background-position: -0.5em -361.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.presentazione-w:before {
  background-position: -0.5em -365.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.prodotti:before {
  background-position: -0.5em -370.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.prodotti-w:before {
  background-position: -0.5em -374.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.promo-w:before {
  background-position: -0.5em -378.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.rimuovi-w:before {
  background-position: -0.5em -382.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.strumenti:before {
  background-position: -0.5em -386.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.strumenti-w:before {
  background-position: -0.5em -391.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.strumenti-w-disabled:before {
  background-position: -0.5em -395.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.tablet2:before {
  background-position: -0.5em -399.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.tempo:before {
  background-position: -0.5em -403.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.unisci-account-w:before {
  background-position: -0.5em -407.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.verifica:before {
  background-position: -0.5em -412.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.verifica-w:before {
  background-position: -0.5em -416.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.verifica-w-disabled:before {
  background-position: -0.5em -420.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.video:before {
  background-position: -0.5em -424.7em;
  width: 3.2em;
  height: 3.2em;
}
.icon.video-w:before {
  background-position: -0.5em -428.9em;
  width: 3.2em;
  height: 3.2em;
}
.icon.video-w-disabled:before {
  background-position: -0.5em -433.1em;
  width: 3.2em;
  height: 3.2em;
}
.icon.visitahome:before {
  background-position: -0.5em -437.3em;
  width: 3.2em;
  height: 3.2em;
}
.icon.visitahome-w:before {
  background-position: -0.5em -441.5em;
  width: 3.2em;
  height: 3.2em;
}
.icon.zainetto:before {
  background-position: -0.5em -445.7em;
  width: 3.2em;
  height: 3.2em;
}

a {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  background: #fff;
  color: #333;
  line-height: 1.2em;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -webkit-overflow-scrolling: touch !important;
  position: relative;
  min-height: 100vh;
}
body:not(.ie) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body * {
  -webkit-overflow-scrolling: touch !important;
}
body.navigationOpen {
  overflow: hidden;
}
body.noScroll {
  overflow: hidden;
}
@-moz-document url-prefix() {
  body {
    padding-bottom: 5vw;
  }
}
.bodyCover {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
          transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}
.navigationOpen .bodyCover {
  opacity: 1;
  z-index: 9;
  min-height: 10000px;
}

html.navigationOpen, html.noScroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

@-webkit-keyframes radial {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes radial {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
.animation--item {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.animation--item.animation-in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.5s, -webkit-transform 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.5s;
          transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.5s, transform 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.5s;
}

.animation--itemOpacity {
  opacity: 0;
}
.animation--itemOpacity.animation-in {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.5s;
          transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.5s;
}

.animation--list > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63), -webkit-transform 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63), transform 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63);
}
.animation--list.animation-in > * {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.animation--list.animation-in > *:nth-child(0) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.animation--list.animation-in > *:nth-child(1) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.animation--list.animation-in > *:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.animation--list.animation-in > *:nth-child(3) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.animation--list.animation-in > *:nth-child(4) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.animation--list.animation-in > *:nth-child(5) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
.animation--list.animation-in > *:nth-child(6) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.animation--list.animation-in > *:nth-child(7) {
  -webkit-transition-delay: 1050ms;
          transition-delay: 1050ms;
}
.animation--list.animation-in > *:nth-child(8) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.animation--list.animation-in > *:nth-child(9) {
  -webkit-transition-delay: 1350ms;
          transition-delay: 1350ms;
}
.animation--list.animation-in > *:nth-child(10) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.animation--list.animation-in > *:nth-child(11) {
  -webkit-transition-delay: 1650ms;
          transition-delay: 1650ms;
}
.animation--list.animation-in > *:nth-child(12) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.animation--list.animation-in > *:nth-child(13) {
  -webkit-transition-delay: 1950ms;
          transition-delay: 1950ms;
}
.animation--list.animation-in > *:nth-child(14) {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}
.animation--list.animation-in > *:nth-child(15) {
  -webkit-transition-delay: 2250ms;
          transition-delay: 2250ms;
}
.animation--list.animation-in > *:nth-child(16) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
.animation--list.animation-in > *:nth-child(17) {
  -webkit-transition-delay: 2550ms;
          transition-delay: 2550ms;
}
.animation--list.animation-in > *:nth-child(18) {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}
.animation--list.animation-in > *:nth-child(19) {
  -webkit-transition-delay: 2850ms;
          transition-delay: 2850ms;
}
.animation--list.animation-in > *:nth-child(20) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

.animation--listOpacity > * {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63), -webkit-transform 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63), transform 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63);
}
.animation--listOpacity.animation-in > * {
  opacity: 1;
}
.animation--listOpacity.animation-in > *:nth-child(0) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.animation--listOpacity.animation-in > *:nth-child(1) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.animation--listOpacity.animation-in > *:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.animation--listOpacity.animation-in > *:nth-child(3) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.animation--listOpacity.animation-in > *:nth-child(4) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.animation--listOpacity.animation-in > *:nth-child(5) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
.animation--listOpacity.animation-in > *:nth-child(6) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.animation--listOpacity.animation-in > *:nth-child(7) {
  -webkit-transition-delay: 1050ms;
          transition-delay: 1050ms;
}
.animation--listOpacity.animation-in > *:nth-child(8) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.animation--listOpacity.animation-in > *:nth-child(9) {
  -webkit-transition-delay: 1350ms;
          transition-delay: 1350ms;
}
.animation--listOpacity.animation-in > *:nth-child(10) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.animation--listOpacity.animation-in > *:nth-child(11) {
  -webkit-transition-delay: 1650ms;
          transition-delay: 1650ms;
}
.animation--listOpacity.animation-in > *:nth-child(12) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.animation--listOpacity.animation-in > *:nth-child(13) {
  -webkit-transition-delay: 1950ms;
          transition-delay: 1950ms;
}
.animation--listOpacity.animation-in > *:nth-child(14) {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}
.animation--listOpacity.animation-in > *:nth-child(15) {
  -webkit-transition-delay: 2250ms;
          transition-delay: 2250ms;
}
.animation--listOpacity.animation-in > *:nth-child(16) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
.animation--listOpacity.animation-in > *:nth-child(17) {
  -webkit-transition-delay: 2550ms;
          transition-delay: 2550ms;
}
.animation--listOpacity.animation-in > *:nth-child(18) {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}
.animation--listOpacity.animation-in > *:nth-child(19) {
  -webkit-transition-delay: 2850ms;
          transition-delay: 2850ms;
}
.animation--listOpacity.animation-in > *:nth-child(20) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

.animation--products .productBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.animation--products.animation-in .productBox {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63), -webkit-transform 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63), transform 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63);
}
.animation--products.animation-in .product:nth-child(0) .productBox {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.animation--products.animation-in .product:nth-child(1) .productBox {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.animation--products.animation-in .product:nth-child(2) .productBox {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.animation--products.animation-in .product:nth-child(3) .productBox {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.animation--products.animation-in .product:nth-child(4) .productBox {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.animation--products.animation-in .product:nth-child(5) .productBox {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.animation--products.animation-in .product:nth-child(6) .productBox {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.animation--products.animation-in .product:nth-child(7) .productBox {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.animation--products.animation-in .product:nth-child(8) .productBox {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.animation--products.animation-in .product:nth-child(9) .productBox {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.animation--products.animation-in .product:nth-child(10) .productBox {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.animation--products.animation-in .product:nth-child(11) .productBox {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}
.animation--products.animation-in .product:nth-child(12) .productBox {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.animation--products.animation-in .product:nth-child(13) .productBox {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}
.animation--products.animation-in .product:nth-child(14) .productBox {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
.animation--products.animation-in .product:nth-child(15) .productBox {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.animation--products.animation-in .product:nth-child(16) .productBox {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}
.animation--products.animation-in .product:nth-child(17) .productBox {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}
.animation--products.animation-in .product:nth-child(18) .productBox {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.animation--products.animation-in .product:nth-child(19) .productBox {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}
.animation--products.animation-in .product:nth-child(20) .productBox {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.05, 0.85, 1);
            transform: scale3d(1.05, 0.85, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 0.85, 1);
            transform: scale3d(1.1, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.05, 0.85, 1);
            transform: scale3d(1.05, 0.85, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 0.85, 1);
            transform: scale3d(1.1, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes floatAlt {
  0% {
    -webkit-transform: translatey(0px) rotate(180deg);
            transform: translatey(0px) rotate(180deg);
  }
  50% {
    -webkit-transform: translatey(-5px) rotate(180deg);
            transform: translatey(-5px) rotate(180deg);
  }
  100% {
    -webkit-transform: translatey(0px) rotate(180deg);
            transform: translatey(0px) rotate(180deg);
  }
}
@keyframes floatAlt {
  0% {
    -webkit-transform: translatey(0px) rotate(180deg);
            transform: translatey(0px) rotate(180deg);
  }
  50% {
    -webkit-transform: translatey(-5px) rotate(180deg);
            transform: translatey(-5px) rotate(180deg);
  }
  100% {
    -webkit-transform: translatey(0px) rotate(180deg);
            transform: translatey(0px) rotate(180deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.section {
  width: 100%;
  clear: left;
}

.section--top {
  padding-bottom: 90px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.welcomeSection {
  background: #f3f3f3;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .welcomeSection {
    text-align: left;
  }
}

.section--bg {
  background: #f3f3f3;
}

.section--bgGradient {
  background: -webkit-linear-gradient(left, #8DF5F7, #A4EE79);
  background: linear-gradient(to right, #8DF5F7, #A4EE79);
}

.section--bgGreenNoAfter {
  background: #AAE384;
}

.section--bgGreen {
  background: #AAE384;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section--bgBlue {
}

.section--bgYellow {
  background: #FFE08D;
}

.section--bgBlueAfter {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section--bgYellow {
  background: #FFE08D;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section__aux {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 4.16667%;
  *zoom: 1;
}
.section__aux:before, .section__aux:after {
  content: " ";
  display: table;
}
.section__aux:after {
  clear: both;
}
@media (min-width: 550px) {
  .section__aux {
    padding: 4.16667% 4.16667% 0;
  }
}
@media (min-width: 1280px) {
  .section__aux {
    padding: 2.08333% 4.16667% 0;
  }
}
.section__aux.section__aux--paddingTop {
  padding-top: 2.08333%;
}
@media (min-width: 1280px) {
  .section__aux.section__aux--paddingTop {
    padding-top: 2.08333%;
  }
}
.section__aux.section__aux--paddingBottom {
  padding-bottom: 4.16667%;
}
@media (min-width: 1280px) {
  .section__aux.section__aux--paddingBottom {
    padding-bottom: 2.08333%;
  }
}
@-moz-document url-prefix() {
  .section__aux.section__aux--paddingBottom {
    padding-bottom: 2.08333vw;
  }
}
@media (min-width: 1024px) {
  .section__aux.section__aux--padding4 {
    padding-left: 16.66667%;
    padding-right: 16.66667%;
  }
}
@media (min-width: 1024px) {
  .section__aux.section__aux--padding2 {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
}
.section__aux.section__aux--paddingTopDouble {
  padding-top: 4.16667%;
}
@media (min-width: 1280px) {
  .section__aux.section__aux--paddingTopDouble {
    padding-top: 4.16667%;
  }
}
.section__aux.section__aux--paddingBottomDouble {
  padding-bottom: 4.16667%;
}
@media (min-width: 1280px) {
  .section__aux.section__aux--paddingBottomDouble {
    padding-bottom: 4.16667%;
  }
}
.section__header .section__aux, .section__main .section__aux {
  width: 100%;
  padding-top: 0;
  position: relative;
}
.section__header .section__aux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .section__header .section__aux {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.section__group {
  white-space: nowrap;
}
body:not(.ie) .section__group {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
@media (min-width: 550px) {
  .section__group {
    max-width: calc(100% - 68px);
  }
}
@media (min-width: 768px) {
  .section__group {
    max-width: calc(100% - 375px);
  }
}

.section__title {
  display: block;
  text-align: center;
  padding-bottom: 4.16667%;
}

.section__main {
  padding: 4.16667% 0;
}
@media (min-width: 1280px) {
  .section__main {
    padding: 2.08333% 0;
  }
}
.section__main:first-child {
  padding: 0 0 4.16667%;
}
@media (min-width: 1280px) {
  .section__main:first-child {
    padding-bottom: 2.08333%;
  }
}
.section__aux--paddingBottom .section__main {
  padding-bottom: 0;
}
.section__main.section__main--fixed {
  padding: 20px 0;
}

.button, .button--stroke2, .button--lightStroke, .button--stroke, .button--emp, .button--primary, .button--secondary, .navigation__open, .zainoDigitale .button--zaino1, .zainoDigitale .button--zaino2 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  color: #333;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  min-width: 170px;
  padding: 0 25px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.2, 0, 0.7, 1);
          transition: box-shadow 0.2s cubic-bezier(0.2, 0, 0.7, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.animation-in.button, .animation-in.button--stroke2, .animation-in.button--lightStroke, .animation-in.button--stroke, .animation-in.button--emp, .animation-in.button--primary, .animation-in.button--secondary, .animation-in.navigation__open, .zainoDigitale .animation-in.button--zaino1, .zainoDigitale .animation-in.button--zaino2 {
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.7, 1);
          transition: all 0.2s cubic-bezier(0.2, 0, 0.7, 1);
}
.button:hover:not(.button--disabled), .button--stroke2:hover:not(.button--disabled), .button--lightStroke:hover:not(.button--disabled), .button--stroke:hover:not(.button--disabled), .button--emp:hover:not(.button--disabled), .button--primary:hover:not(.button--disabled), .button--secondary:hover:not(.button--disabled), .navigation__open:hover:not(.button--disabled), .zainoDigitale .button--zaino1:hover:not(.button--disabled), .zainoDigitale .button--zaino2:hover:not(.button--disabled) {
  box-shadow: 0 10px 25px 0 rgba(50, 94, 128, 0.2);
}
.button--disabled.button, .button--disabled.button--stroke2, .button--disabled.button--lightStroke, .button--disabled.button--stroke, .button--disabled.button--emp, .button--disabled.button--primary, .button--disabled.button--secondary, .button--disabled.navigation__open, .zainoDigitale .button--disabled.button--zaino1, .zainoDigitale .button--disabled.button--zaino2 {
  background-color: #DADADA;
  border: 2px solid #DADADA;
  cursor: default;
  color: #fff;
  pointer-events: none;
}

.button {
  background-color: #fff;
}

.button--stroke2 {
  background-color: #fff;
  border: 1px solid #DADADA;
}

.button--lightStroke {
  background-color: #fff;
  border: 1px solid #71CC47;
}

.button--stroke {
  background-color: #fff;
  border: 2px solid #71CC47;
}
.toggle--center .button--stroke {
  width: 216px;
}

.button--emp {
  background-color: #fff;
  border: 2px solid #FF4B52;
}

.button--primary {
  color: #fff;
  background-color: #71CC47;
  border: 2px solid #71CC47;
}

.button--secondary {
  color: #fff;
  background-color: #AAE384;
}

.button--short {
  min-width: 120px;
  padding: 0 20px;
}

.button--tag {
  height: 25px;
  line-height: 23px;
  font-size: 0.6875rem;
  min-width: 0;
}

.button--small {
  height: 38px;
  line-height: 36px;
  min-width: 120px;
  padding: 0 20px;
}

.link {
  text-decoration: underline;
}

.button__bottomWrapper {
  text-align: center;
  padding: 4.16667% 0 0;
}
@media (min-width: 1280px) {
  .button__bottomWrapper {
    padding: 2.77778% 0 0;
  }
}
.button__bottomWrapper.button__bottomWrapper--paddingBottom {
  padding-bottom: 4.16667%;
}
@media (min-width: 1280px) {
  .button__bottomWrapper.button__bottomWrapper--paddingBottom {
    padding-bottom: 2.77778%;
  }
}
@-moz-document url-prefix() {
  .button__bottomWrapper.button__bottomWrapper--paddingBottom {
    padding-bottom: 2.77778vw;
  }
}
.group {
  font-size: 0.6875rem;
  text-transform: uppercase;
  position: relative;
  color: #666;
  background: #f3f3f3;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: inline-block;
  min-width: 140px;
  padding: 0 15px;
  white-space: nowrap;
  text-align: center;
}
[data-color="green"].group {
  background: #AAE384;
}
[data-color="blue"].group {
  background: #96ECEC;
}
[data-color="yellow"].group {
  background: #FFE08D;
}
[data-color="red"].group {
  background: #FF5C7C;
}
[data-color="red"].group .group__label, [data-color="red"].group .group__remove {
  color: #fff;
}
[data-color="violet"].group {
  background: #4563F4;
}
[data-color="violet"].group .group__label, [data-color="violet"].group .group__remove {
  color: #fff;
}

.group--editable {
  position: relative;
  font-size: 0.6875rem;
  text-transform: uppercase;
  position: relative;
  color: #666;
  background: #f3f3f3;
  text-align: left;
  height: 26px;
  line-height: 26px;
  border-radius: 20px;
  display: inline-block;
  min-width: 90px;
  max-width: 100px;
  white-space: nowrap;
  padding-left: 10px;
}
[data-color="green"].group--editable {
  background: #AAE384;
}
[data-color="blue"].group--editable {
  background: #96ECEC;
}
[data-color="yellow"].group--editable {
  background: #FFE08D;
}
[data-color="red"].group--editable {
  background: #FF5C7C;
}
[data-color="red"].group--editable .group__label {
  color: #fff;
}
[data-color="violet"].group--editable {
  background: #4563F4;
}
[data-color="violet"].group--editable .group__label {
  color: #fff;
}
.group--editable .group__label {
  vertical-align: middle;
  display: inline-block;
  margin-right: 33px;
  max-width: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.group + .group {
  margin-left: 10px;
}

.group--editable {
  margin-bottom: 5px;
}
.group--editable + .group--editable {
  margin-left: 5px;
}

.groupDd {
  position: relative;
}

.groupDd__aux.dd__aux:before {
  bottom: -23px;
}

.groupDd__content.dd__content {
  top: 39px;
  padding: 20px;
  min-width: 240px;
}

.group__remove {
  font-size: 1.125rem;
  vertical-align: middle;
  position: absolute;
  right: 5px;
  width: 20px;
  top: 4px;
  color: #666;
}

.group--hide {
  display: none;
}

.groupColor {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
  position: relative;
}
.groupColor__list .groupColor {
  margin-bottom: 20px;
}
.groupColor.selected {
  font-family: "icomoon" !important;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.groupColor.selected:before {
  content: "";
}
.groupColor[data-color="green"] {
  background: #AAE384;
}
.groupColor[data-color="green"]:after {
  border: 2px solid #AAE384;
}
.groupColor[data-color="blue"] {
  background: #96ECEC;
}
.groupColor[data-color="blue"]:after {
  border: 2px solid #96ECEC;
}
.groupColor[data-color="yellow"] {
  background: #FFE08D;
}
.groupColor[data-color="yellow"]:after {
  border: 2px solid #FFE08D;
}
.groupColor[data-color="red"] {
  background: #FF5C7C;
}
.groupColor[data-color="red"]:after {
  border: 2px solid #FF5C7C;
}
.groupColor[data-color="violet"] {
  background: #4563F4;
}
.groupColor[data-color="violet"]:after {
  border: 2px solid #4563F4;
}
.groupColor.active:after {
  background: transparent;
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}

.groupColor__list.dd__content {
  top: 64px;
  left: 0;
  right: 0;
  padding: 30px 40px 20px;
  box-shadow: none;
  top: 100%;
  z-index: 12;
  border: 1px solid #DADADA;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.onRight .groupColor__list.dd__content {
  left: 0;
}
@media (min-width: 550px) {
  .onRight .groupColor__list.dd__content {
    left: 0;
  }
}

.groupColor__wrapper {
  position: relative;
  margin-right: 15px;
}

.groupColor__aux.dd__aux {
  border: 1px solid #DADADA;
  padding: 20px 40px;
  border-radius: 15px;
  position: relative;
}
.open .groupColor__aux.dd__aux {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.open .groupColor__aux.dd__aux:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.groupColor__aux.dd__aux:after {
  content: "";
  color: #71CC47;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  right: 13px;
  font-family: "icomoon" !important;
  font-size: 10px;
  top: 50%;
  margin-top: -8px;
}

.profile {
  display: inline-block;
  z-index: 9;
  position: relative;
}
@media (min-width: 768px) {
  .profile {
    float: left;
  }
  .profile.profile--alt {
    float: none;
    padding-bottom: 30px;
  }
}

a.profile:hover .profile__Name {
  color: #666;
}

.profile__edit {
  background: #383A39;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  font-size: 17px;
  bottom: 0;
  right: 0;
  line-height: 26px;
  color: #fff;
}
@media (min-width: 768px) {
  .profile__edit {
    bottom: 5px;
    right: 5px;
  }
}

.profile__avatar {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
}
.profile__avatar img {
  width: 100%;
}
@media (min-width: 768px) {
  .profile__avatar {
    width: 75px;
    height: 75px;
  }
}
.classUser .profile__avatar, .groupList__text .profile__avatar {
  width: 40px;
  height: 40px;
}
.dettaglio__attivitaClasse .profile__avatar {
  width: 40px;
  height: 40px;
}

.profile__info {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.profile__Name {
  display: block;
}
.classUser .profile__Name, .groupList__text .profile__Name {
  font-size: 1rem;
}

.profile__status, .profile__eMail {
  display: block;
}

.profile__wrapper {
  *zoom: 1;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 4.16667%;
}
.profile__wrapper:before, .profile__wrapper:after {
  content: " ";
  display: table;
}
.profile__wrapper:after {
  clear: both;
}

.dd__content.profileDd__content {
  width: 150px;
  top: 90px;
  right: -5px;
}
@media (min-width: 550px) {
  .dd__content.profileDd__content {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .dd__content.profileDd__content {
    right: -5px;
  }
}
.onRight .dd__content.profileDd__content {
  right: auto;
  left: 5px;
}
@media (min-width: 550px) {
  .onRight .dd__content.profileDd__content {
    right: auto;
  }
}
@media (min-width: 1024px) {
  .onRight .dd__content.profileDd__content {
    right: auto;
  }
}
.dd__content.profileDd__content:after {
  display: block;
  position: absolute;
  right: 10px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -10px;
  width: 20px;
  height: 20px;
}
.onRight .dd__content.profileDd__content:after {
  right: auto;
  left: 43px;
}
.open .dd__content:after {
  content: "";
}

.productSummary {
  overflow: hidden;
}

.products {
  position: relative;
  font-size: 0;
  z-index: 1;
  overflow: hidden;
}

.productBooks__close {
  font-size: 1.875rem;
  position: absolute;
  bottom: -15px;
  height: 40px;
  width: 40px;
  border: 2px solid #333;
  border-radius: 50%;
  display: block;
  left: 50%;
  margin-left: -20px;
  line-height: 38px;
  background-color: #fff;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.2, 0, 0.7, 1);
          transition: box-shadow 0.2s cubic-bezier(0.2, 0, 0.7, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #333;
  z-index: 99;
  text-align: center;
}
.productBooks__close:hover {
  box-shadow: 0 10px 25px 0 rgba(50, 94, 128, 0.2);
}

.productBox {
  cursor: pointer;
  z-index: 8;
  position: relative;
  background-color: #fff;
}

.product {
  text-align: center;
  padding: 0 0 4.16667% 0;
  background-color: #fff;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: left;
  float: none;
}
@media (min-width: 550px) {
  .product {
    width: 50%;
    float: left;
    float: none;
  }
}
@media (min-width: 1024px) {
  .product {
    width: 25%;
    float: left;
    float: none;
  }
}
.product:after {
  content: "";
  position: absolute;
  margin-top: 50px;
  opacity: 0;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  -webkit-transition: 0s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: 0s cubic-bezier(0.61, 0.47, 0.46, 0.63);
  border-color: transparent transparent #f3f3f3 transparent;
}
.product.openBox:after {
  -webkit-transition: 0.2s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.4s;
          transition: 0.2s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.4s;
  opacity: 1;
  margin-top: calc(4.16667% - 20px);
  left: 50%;
}
@media (min-width: 550px) {
  .product.openBox:after {
    left: initial;
  }
}
.ie .product.openBox:after {
  left: auto;
  margin-left: calc(50% - 20px);
}
@media (min-width: 550px) {
  .ie .product.openBox:after {
    margin-left: calc(25% - 20px);
  }
}
@media (min-width: 1024px) {
  .ie .product.openBox:after {
    margin-left: calc(12.5% - 20px);
  }
}
.product.product--attiva:after {
  border-color: transparent transparent #AAE384 transparent;
}

.product__top {
  position: relative;
  padding: 0 16.66667%;
  margin-bottom: 30px;
  height: 235px;
}
@media (min-width: 1024px) {
  .product__top {
    margin-bottom: 40px;
  }
}

.product__imageEmpty {
  background: #f3f3f3;
  height: 235px;
  width: 175px;
  margin: 0 auto;
}
.product__imageEmpty .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.product__image {
  width: 175px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product__button {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: -19px;
  border-radius: 2em;
}

.product__button--close {
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s ease-in;
          transition: 0.3s ease-in;
}
.open .product__button--close {
  opacity: 1;
  z-index: 1;
}

.product__info {
  padding: 0 20px;
  margin-bottom: 15px;
}
@media (min-width: 550px) {
  .product__info {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .product__info {
    padding: 0 10px;
  }
}

.product__author {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product__name {
  display: block;
  max-height: 38px;
  height: auto;
}

.products__sperator {
  width: 100%;
  clear: both;
  margin-bottom: 4.16667%;
}
@media (min-width: 550px) {
  .products__sperator {
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .products__sperator {
    min-height: 300px;
  }
}

.products__separator {
  z-index: -1;
}

.productBooks {
  background-color: #f3f3f3;
  *zoom: 1;
}
.productBooks:before, .productBooks:after {
  content: " ";
  display: table;
}
.productBooks:after {
  clear: both;
}

.productBook {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 150px;
  width: 50%;
  float: left;
  border: 1px solid #fff;
  border-top: none;
  position: relative;
}
@media (min-width: 768px) {
  .productBook {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .productBook {
    width: 33.33333%;
    float: left;
  }
}

.productBook__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.productBook__icon {
  font-size: 1rem;
  margin-right: 0;
  height: 50px;
  width: 50px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .productBook__icon {
    height: 64px;
    width: 64px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.productBook__info {
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: 0.4s ease-in 0.3s;
          transition: 0.4s ease-in 0.3s;
  width: 100%;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .productBook__info {
    width: 65%;
    display: inline-block;
    text-align: inherit;
  }
}
.open .productBook__info {
  opacity: 1;
}

.productBook__type {
  display: block;
}

.productBook__title {
  display: block;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.2;
}

.products__actionBar {
  clear: both;
  text-align: center;
  position: relative;
  z-index: 9;
}

.productBook__aux {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
@media (min-width: 768px) {
  .productBook__aux {
    text-align: inherit;
  }
}

.product__tooltip.dd__content {
  left: 50%;
  right: auto;
  min-width: 250px;
  padding: 30px 25px;
  margin-left: -125px;
  text-align: center;
}
.product__tooltip.dd__content.onTop {
  bottom: 77px;
  top: auto;
}
.product__tooltip.dd__content.onTop:before {
  top: auto;
  bottom: 0;
  margin-top: 0px;
  margin-bottom: -10px;
}
.product__tooltip.dd__content:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 20px;
  top: 0;
  margin-left: -10px;
  margin-top: -10px;
  right: 50%;
  z-index: 11;
}

.product__tooltipTitle {
  color: #71CC47;
  font-size: 14px;
  padding-bottom: 10px;
}

.product__tooltipText {
  font-size: 14px;
  line-height: 1.2;
}

.productActivation__par {
  margin-top: 50px;
}

.productActivation__title {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (min-width: 968px) {
  .productActivation__title {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .productActivation__title {
    font-size: 24px;
  }
}

.productActivation__icon {
  margin-bottom: 20px;
  margin-top: 5px;
  display: block;
  font-size: 36px;
}

.activationFeed__check {
  background: #71CC47;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.875rem;
}

.activationFeed__link {
  display: block;
  padding: 4.16667%;
}
@media (min-width: 1024px) {
  .activationFeed__link {
    padding: 20px 16.66667%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
  }
}

.activationFeed__aux {
  text-align: left;
}
@media (min-width: 768px) {
  .activationFeed__aux {
    position: relative;
    margin: 0 auto;
  }
}

.activationFeed__icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  font-size: 0.9375rem;
  margin-right: 15px;
}
.activationFeed__icon.hub-kids {
  background: #fff;
  border: 1px solid #14B3D7;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .activationFeed__icon {
    width: 84px;
    height: 84px;
    line-height: 84px;
    vertical-align: middle;
    vertical-align: middle;
    font-size: 1.25rem;
  }
}
@media (min-width: 968px) {
  .activationFeed__icon {
    margin-right: 35px;
  }
}

.activationFeed__info {
  text-align: center;
  width: calc(100% - 80px);
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .activationFeed__info {
    width: calc(100% - 130px);
  }
}
@media (min-width: 968px) {
  .activationFeed__info {
    width: calc(100% - 130px);
    padding-right: 25%;
  }
}
@media (min-width: 1024px) {
  .activationFeed__info {
    padding-right: 37.5%;
  }
}

.activationFeed__paragraph {
  margin-bottom: 20px;
}
@media (min-width: 968px) {
  .activationFeed__paragraph {
    margin-bottom: 0;
  }
}

.activationFeed__button {
  display: inline-block;
}
@media (min-width: 1024px) {
  .activationFeed__button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.section__header {
  position: relative;
  *zoom: 1;
  text-align: left;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4.16667%;
}
.section__header:before, .section__header:after {
  content: " ";
  display: table;
}
.section__header:after {
  clear: both;
}
.section:not(.welcomeSection) .section__header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .section:not(.welcomeSection) .section__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section:not(.welcomeSection) .section__header.section__header--center {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1280px) {
  .section__header {
    padding-top: 2.08333%;
  }
}
.section__aux .section__header {
  padding-top: 0;
}
.section__header.section__header--paddingOff {
  padding-top: 0;
}
.editorial--box .section__header {
  padding: 15px 35px;
  border-bottom: 1px solid #f3f3f3;
}

.section__header--border {
  padding-bottom: 4.16667%;
  border-bottom: 1px solid #DADADA;
}
@media (min-width: 1280px) {
  .section__header--border {
    padding-bottom: 2.08333%;
  }
}

.section__headerAux {
  min-width: 1440px;
  margin: 0 auto;
  padding: 4.16667% 0;
}
@media (min-width: 1440px) {
  .section__headerAux {
    padding: 2.77778% 0;
  }
}

.section__headerBackLink {
  display: inline-block;
}
.section__headerBackLink:hover .section__headerBack {
  -webkit-transform: rotate(90deg) translateX(-50%) translateY(5px);
      -ms-transform: rotate(90deg) translateX(-50%) translateY(5px);
          transform: rotate(90deg) translateX(-50%) translateY(5px);
}

.section__headerBack {
  color: #71CC47;
  -webkit-transform: rotate(90deg) translateX(-50%);
      -ms-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  display: inline-block;
  height: 40px;
  width: 4.16667%;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  left: -4.16667%;
  top: 50%;
  text-align: center;
  font-size: 10px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.section__icon {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  width: 51px;
  height: 51px;
}
@media (min-width: 550px) {
  .section__icon {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 64px;
    height: 64px;
  }
}

.section__info {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 550px) {
  .section__info {
    width: calc(100% - 80px);
  }
}

.section__name {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
.cambiaProfilo__wrapper .section__name {
  font-size: 16px;
}
.section__name.section__name--full {
  text-align: center;
}
.editorial--box .section__name {
  font-size: 1rem;
}

.section__subtitle {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.section__link {
  display: block;
}
.section__link .i-arrow-right {
  color: #71CC47;
  vertical-align: middle;
  margin-left: 5px;
}

.section__buttonWrapper,
.section__rightWrapper {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: inherit;
}
@media (min-width: 968px) {
  .section__buttonWrapper,
  .section__rightWrapper {
    margin-left: auto;
  }
}
.section:not(.welcomeSection) .section__buttonWrapper, .section:not(.welcomeSection)
.section__rightWrapper {
  margin-top: 5px;
}
@media (min-width: 968px) {
  .section:not(.welcomeSection) .section__buttonWrapper, .section:not(.welcomeSection)
  .section__rightWrapper {
    margin-top: 0;
  }
}

.section__rightWrapper {
  margin-left: auto;
}

.section__buttonWrapper {
  margin-left: auto;
}

.section__headerButton {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.section__headerInfoButton + .section__headerButton {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .section__headerInfoButton + .section__headerButton {
    margin-left: 20px;
  }
}
.section__headerButton + .section__headerButton {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .section__headerButton + .section__headerButton {
    margin-left: 20px;
  }
}
.editorial--box .section__headerButton {
  height: 50px;
}

.section__buttonIcon {
  background: #fff;
  color: #333;
  border: 1px solid #71CC47;
  border-radius: 50%;
  padding: 14px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  color: #333;
  cursor: pointer;
}
.section__buttonIcon.i-info-3 {
  font-size: 16px;
  border-width: 2px;
}

.section__headerButton--noMobile {
  display: none;
}
@media (min-width: 768px) {
  .section__headerButton--noMobile {
    display: inline-block;
  }
}

.section__headerInfoButton {
  font-size: 1.875rem;
  display: inline-block;
  cursor: pointer;
  color: #71CC47;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.section__headerImg {
  width: 100%;
}

.notify {
  position: relative;
  background: #FF5073;
  padding: 4.16667%;
  height: auto;
}
@media (min-width: 550px) {
  .notify {
    height: 60px;
    padding: 8px 4.16667%;
  }
}
.notify.removing {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.notify__close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 550px) {
  .notify__close {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.notify__close .i-close {
  color: #fff;
  font-size: 2.5rem;
}

.notity__aux {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}

.notify__header {
  margin-right: 40px;
}
@media (min-width: 768px) {
  .notify__header {
    margin-right: 0;
  }
}

.notify__icon {
  color: #fff;
  font-size: 1.5625rem;
  margin-right: 15px;
  display: none;
  vertical-align: middle;
}
@media (min-width: 550px) {
  .notify__icon {
    display: inline-block;
  }
}

.notify__info {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
@media (min-width: 550px) {
  .notify__info {
    padding-right: 35px;
  }
}

.notify__paragraph {
  color: #fff;
  line-height: 1.4em;
  font-size: 0.75rem;
}
@media (min-width: 550px) {
  .notify__paragraph {
    font-size: 0.875rem;
  }
}
.notify__paragraph .link {
  color: #fff;
}

.messageBox {
  width: 100%;
  padding: 6.25%;
  position: relative;
  text-align: center;
  border-radius: 10px;
  background-color: #f3f3f3;
}
@media (min-width: 768px) {
  .messageBox {
    padding: 4.16667%;
    display: table;
    text-align: left;
  }
  .messageBox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #f3f3f3 transparent transparent;
    position: absolute;
    top: 27%;
    left: -1.5%;
  }
  .messageBox__commento .messageBox:after {
    top: 22px;
  }
}
.messageBox.messageBox--student {
  background: #71CC47;
}
.messageBox.messageBox--student:after {
  content: none;
}
.messageBox.messageBox--shadow {
  box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
}
.messageBox.messageBox--shadow:after {
  content: none;
}
.messageBox.messageBox--padding {
  padding: 8.33333%;
}
.messageBox.messageBox--blue {
  background: #96ECEC;
}
.messageBox.messageBox--blue:after {
  border-color: transparent #96ECEC transparent transparent;
}
.messageBox.messageBox--yellow {
  background: #FFE08D;
}
.messageBox.messageBox--yellow:after {
  border-color: transparent #FFE08D transparent transparent;
}
.messageBox.messageBox--green {
  background: #AAE384;
}
.messageBox.messageBox--green:after {
  border-color: transparent #AAE384 transparent transparent;
}
.messageBox.removing {
  height: 0;
  -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.messageBox.messageBox--light {
  background-color: #fff;
}
.messageBox.messageBox--light:after {
  border-color: transparent #fff transparent transparent;
}
.messageBox > * {
  display: inline-block;
  vertical-align: top;
}

.messageBoxLight {
  padding: 4.16667% 0 0;
}

.messageBox__icon {
  color: #000;
  font-size: 1.5625rem;
  width: auto;
  display: none;
}
@media (min-width: 968px) {
  .messageBox__icon {
    display: inline-block;
    vertical-align: middle;
  }
  .messageBox__icon + * {
    padding-left: 4.16667%;
  }
}

.messageBox__info {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media (min-width: 768px) {
  .messageBox__info {
    width: 83.33333%;
    padding-right: 4.16667%;
  }
}

.messageBox__buttons {
  width: 16.66667%;
  min-width: 156px;
  display: table-cell;
  padding-top: 20px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .messageBox__buttons {
    padding-top: 0px;
  }
}
.messageBox__buttons a + * {
  margin-top: 10px;
}
@media (min-width: 550px) {
  .messageBox__buttons a + * {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .messageBox__buttons a + * {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .messageBox__buttons a {
    width: 100%;
  }
}

.messageBox__buttonWrapper {
  vertical-align: middle;
  text-align: center;
  margin-top: 30px;
  vertical-align: middle;
  display: none;
}
@media (min-width: 768px) {
  .messageBox__buttonWrapper {
    width: 16.66667%;
    min-width: 156px;
    margin-top: 0;
    display: table-cell;
  }
}
.messageBox__buttonWrapper a + * {
  margin-top: 10px;
}
@media (min-width: 550px) {
  .messageBox__buttonWrapper a + * {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .messageBox__buttonWrapper a + * {
    margin-left: 0;
  }
}

.messageBox__subtitle + * {
  margin-top: 10px;
}

.messageBox__titleBig {
  margin-bottom: 10px;
}
.invalsiBox--docente .messageBox__titleBig {
  color: #fff;
}

.messageBox__title {
  color: #71CC47;
}
.messageBox__title + * {
  margin-top: 10px;
}

.messageBox__paragraph .emp {
  font-style: italic;
}
.invalsiBox--docente .messageBox__paragraph {
  color: #fff;
}
.messageBox__paragraph + * {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .messageBox__paragraph.messageBox__paragraph--nD {
    display: none;
  }
}

.messageBox__close {
  font-size: 30px;
  color: #333;
  position: absolute;
  top: 10px;
  right: 15px;
}

.messageBox__name {
  margin-bottom: 15px;
}

.messageBox__commento {
  padding-left: 100px;
  position: relative;
}
.messageBox__commento + .messageBox__commento {
  margin-top: 40px;
}
.messageBox__commento + .section__btnMore {
  margin-bottom: 0;
}

.messageBox__avatar {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
}
.messageBox__avatar img {
  width: 100%;
  display: block;
}

.messageBox__edit {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 1.625rem;
  color: #000;
}

.messageBox__delete {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 1.25rem;
  color: #000;
}

.newClass__class .classBox {
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
}

.classBox__header {
  background: #FFE08D;
}
.classBox--disabled .classBox__header {
  background: #DADADA;
  color: #BBBBBB;
}

.classBox__header[data-color="red"] .classBox__icon {
  color: #fff;
}

.classBox__title {
  text-align: center;
  padding: 0 40px;
  font-size: 1.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
  -webkit-font-smoothing: subpixel-antialiased;
}
@supports not (-webkit-line-clamp: 3) {
  .classBox__title {
    overflow: hidden;
    max-height: 68px;
  }
}
.classBox__title:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(1px) translatey(-5px) translateZ(0);
          transform: perspective(1px) translatey(-5px) translateZ(0);
}

.dd .classBox__ddContent {
  width: 200px;
  text-align: center;
  right: -20px;
  top: 58px;
}
.dd .classBox__ddAux:before {
  bottom: -20px;
}

.classBox__ddIcon {
  color: #333;
}

.classBox__main {
  min-height: 224px;
}
.classBox--disabled .classBox__main {
  color: #BBBBBB;
}

.classBox__label {
  color: #333;
  display: inline-block;
  line-height: 30px;
}

.classBox__infoList {
  margin-bottom: 30px;
  height: 30px;
}

.classBox__infoItem {
  display: inline-block;
  padding: 0 12px;
}

.classBox__infoLabel {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

.classBox__infoIcon {
  color: #71CC47;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
}

.classBox__code {
  display: block;
  font-size: 1rem;
  color: #666;
  letter-spacing: 0.02em;
  color: #333;
}

.classBox__school {
  margin-bottom: 6px;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.classBox--disabled .classBox__school {
  color: #BBBBBB;
}
.classBox__school .icon {
  font-size: 10px;
  display: inline-block;
}

.classBox__status {
  display: inline-block;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.newClass__class .classBox__status {
  font-size: 14px;
  margin-bottom: 75px;
}

.cassBox--createNew {
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
}

.classBox__ddList {
  overflow: hidden;
}

.campusBox__header {
  background: #FFE08D;
}

.campusBox__headerBgWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}

.campusBox__headerBgImage {
  width: 100%;
}

.campusBox__title {
  text-align: center;
  padding: 0 40px;
  font-size: 1.125rem;
}

.campusBox__main {
  min-height: 267px;
}

.campusBox__label {
  color: #333;
  display: inline-block;
  line-height: 30px;
}

.campusBox__school {
  margin-bottom: 6px;
  line-height: 30px;
  display: block;
}

.campusBox__status {
  display: block;
  margin-bottom: 30px;
}

.campusBox__btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 968px) and (max-width: 1024px) {
  .campusBox__btn {
    bottom: 30px;
  }
}

.risorseBox {
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
}

.risorseBox__header {
  background: #FF5C7C;
}

.risorseBox__icon {
  color: white;
}

.risorseBox__title {
  text-align: center;
  padding: 0 40px;
  font-size: 1.125rem;
  color: #fff;
}

.dd .risorseBox__ddContent {
  width: 250px;
  text-align: center;
  right: -20px;
  top: 58px;
}
.dd .risorseBox__ddAux:before {
  bottom: -20px;
}

.risorseBox__ddIcon {
  color: #fff;
}

.risorseBox__label {
  color: #333;
  display: inline-block;
  line-height: 30px;
}

.risorseBox__author {
  margin-bottom: 6px;
  line-height: 30px;
}

.risorseBox__date {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 0.875rem;
}

.crop__preview .lessonPlanBox {
  width: 275px;
}

.lessonPlanBox__header {
  background: #FFE08D;
}

.lessonPlanBox__headerBgWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}

.lessonPlanBox__headerBgImage {
  width: 100%;
}

.lessonPlanBox__headerBgWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}

.lessonPlanBox__headerBgImage {
  width: 100%;
}

.lessonPlanBox__title {
  text-align: center;
  padding: 0 40px;
  font-size: 1.125rem;
}

.lessonPlanBox__main {
  min-height: 267px;
  display: block;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
  -webkit-font-smoothing: subpixel-antialiased;
}
.lessonPlanBox__main:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(1px) translatey(-5px) translateZ(0);
          transform: perspective(1px) translatey(-5px) translateZ(0);
}
.crop__preview .lessonPlanBox__main {
  min-height: 210px;
}

.lessonPlanBox__label {
  color: #333;
  display: inline-block;
  line-height: 30px;
}

.lessonPlanBox__name {
  margin-bottom: 6px;
  line-height: 1.2em;
}

.dd .lessonPlanBox__ddContent {
  width: 250px;
  text-align: center;
  right: -20px;
  top: 58px;
}
.dd .lessonPlanBox__ddAux:before {
  bottom: -20px;
}

.lessonPlanBox__author {
  display: block;
  margin-bottom: 5px;
  font-size: 0.875rem;
  color: #333;
}

.lessonPlanBox__date {
  display: block;
  font-size: 0.6875rem;
  color: #666;
}

.blogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blogList__item {
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 968px) {
  .blogList__item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
.blogList__item:nth-child(even) {
  margin-right: 0;
}

.blogBox {
  min-height: 200px;
  box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  font-size: 0;
}
.blogBox[data-color="yellow"] {
  border-left: 15px solid #FFE08D;
}
.blogBox[data-color="blue"] {
  border-left: 15px solid #96ECEC;
}
.blogBox[data-color="green"] {
  border-left: 15px solid #AAE384;
}
.blogBox[data-color="red"] {
  border-left: 15px solid #FF5C7C;
}
.blogBox[data-color="violet"] {
  border-left: 15px solid #4563F4;
}

.blogBox__main {
  display: inline-block;
  width: calc(100% - 40px);
  padding-right: 15px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
  -webkit-font-smoothing: subpixel-antialiased;
}
.blogBox__main:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(1px) translatey(-5px) translateZ(0);
          transform: perspective(1px) translatey(-5px) translateZ(0);
}

.blogBox__header {
  display: inline-block;
  width: 40px;
  position: relative;
  height: 120px;
  vertical-align: top;
}

.blogBox__note {
  padding-bottom: 40px;
  display: inline-block;
}

.blogBox__authorAvatar {
  vertical-align: middle;
  margin-right: 8px;
}

.blogBox__author {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  color: #333;
}

.blogBox__date {
  font-size: 0.6875rem;
  color: #666;
}

.dd .blogBox__ddContent {
  width: 250px;
  text-align: center;
  right: -20px;
  top: 45px;
}
.dd .blogBox__ddAux:before {
  bottom: -20px;
}
.dd .blogBox__dd {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
}

.blogBox__ddIcon {
  padding-top: 0;
}

.blogBox__tooltip.tooltipBtn {
  position: absolute;
  bottom: -10px;
  right: 0;
}

.blogBox__icon {
  padding-bottom: 0;
}

.appBox {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: auto;
  position: relative;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
  padding: 4.16667% 8.33333%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .appBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 140px;
    line-height: 140px;
    padding: 0 8.33333%;
  }
}
.appBox:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 50px;
  opacity: 0;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  -webkit-transition: 0s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: 0s cubic-bezier(0.61, 0.47, 0.46, 0.63);
  border-color: transparent transparent #AAE384 transparent;
}
.openBox .appBox {
  margin-bottom: 50px;
}
.openBox .appBox:after {
  -webkit-transition: 0.2s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.4s;
          transition: 0.2s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.4s;
  opacity: 1;
  margin-top: 30px;
  left: 50%;
}
@media (min-width: 550px) {
  .openBox .appBox:after {
    left: initial;
  }
}
.ie .openBox .appBox:after {
  left: auto;
  margin-left: calc(50% - 20px);
}
@media (min-width: 550px) {
  .ie .openBox .appBox:after {
    margin-left: calc(25% - 20px);
  }
}
@media (min-width: 1024px) {
  .ie .openBox .appBox:after {
    margin-left: calc(12.5% - 20px);
  }
}

.appBox__header {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 60px;
}
.appBox__header img {
  vertical-align: middle;
}

.appBox__title {
  font-size: 1.125rem;
}

.dd .appBox__ddContent {
  width: 200px;
  text-align: center;
  right: -20px;
  top: 58px;
}
.dd .appBox__ddAux:before {
  bottom: -20px;
}

.appBox__ddIcon {
  color: #333;
}

.appBox__main {
  padding: 0 8.33333%;
  vertical-align: middle;
  text-align: center;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  line-height: 1em;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .appBox__main {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
  }
}

.appBox__par {
  display: inline-block;
  margin-top: 5px;
}

.appBox__container {
  overflow: hidden;
  position: relative;
}

.appBox__content {
  margin-top: 0;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: all 0.5s cubic-bezier(0.61, 0.47, 0.46, 0.63);
}
.open .appBox__content {
  max-height: 1000px;
}

.appBox__textContainer {
  margin-top: 180px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.appBox__btn {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (min-width: 1024px) {
  .appBox__btn {
    min-width: 150px;
  }
}

.appBox__intro {
  text-align: center;
  padding: 0 16.66667%;
  width: 100%;
}

.postList__item {
  display: inline-block;
  margin-bottom: 4.16667%;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  float: left;
}
@media (min-width: 550px) {
  .postList__item {
    margin-right: 4.16667%;
    width: 47.91667%;
    float: left;
  }
  .postList__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 968px) {
  .postList__item {
    width: 30.43478%;
    float: left;
  }
  .postList__item:nth-child(2n) {
    margin-right: 4.16667%;
  }
  .postList__item:nth-child(3n) {
    margin-right: 0;
  }
}

.postBox {
  min-height: 340px;
}

.postBox__header {
  background: #FFE08D;
}

.postBox__headerBgWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}

.postBox__headerBgImage {
  width: 100%;
}

.postBox__headerBgImage {
  width: 100%;
}

.postBox__main {
  display: block;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
  -webkit-font-smoothing: subpixel-antialiased;
}
.postBox__main:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(1px) translatey(-5px) translateZ(0);
          transform: perspective(1px) translatey(-5px) translateZ(0);
}

.postBox__name {
  line-height: 1.2em;
  min-height: 65px;
}

.dd .postBox__ddContent {
  width: 250px;
  text-align: center;
  right: -20px;
  top: 58px;
}
.dd .postBox__ddAux:before {
  bottom: -20px;
}

.postBox__comments {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 11px;
}

.postBox__moreItem {
  padding: 5px;
  color: #bbb;
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.postBox__more {
  padding-top: 20px;
}

.postBox__author {
  display: block;
  font-size: 0.875rem;
  color: #333;
}

.postBox__date {
  display: block;
  font-size: 0.6875rem;
  color: #666;
}

.tabber__wrapper {
  height: 70px;
  line-height: 70px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}

.tabber__aux {
  max-width: 1440px;
  margin: 0 auto;
  height: 70px;
  overflow-y: hidden;
  text-align: center;
}

.tabber {
  font-size: 0;
  height: 90px;
  line-height: 70px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
}

.tabber__item {
  font-size: 1rem;
  display: inline-block;
  padding: 0 30px;
}
.tabber__wrapper--lessonForm .tabber__item {
  padding: 0 18px;
}

.tabber__link {
  display: block;
  text-transform: uppercase;
  color: #333;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  overflow-y: hidden;
}
.tabber__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #000;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.tabber__link.current:after, .tabber__link.active:after, .tabber__link:hover:after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tabber__link span {
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.tabber__wrapper--lessonForm .tabber__link {
  padding: 0 18px;
}

.tabs {
  min-height: 0;
  -webkit-transition: min-height 0.6s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: min-height 0.6s cubic-bezier(0.61, 0.47, 0.46, 0.63);
}
.tabs.anm {
  -webkit-transition: min-height 0.6s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: min-height 0.6s cubic-bezier(0.61, 0.47, 0.46, 0.63);
  min-height: 100vh;
}

.pageHeader {
  text-align: center;
}
.pageHeader.pageHeader--center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pageHeader__paragraph {
  margin-top: 10px;
}

.tabberIcon__wrapper {
  text-align: center;
  padding: 30px 0 0;
  position: relative;
  overflow: hidden;
}
.tabberIcon__wrapper.tab {
  position: absolute;
}
.tabberIcon__wrapper.tab.activeTab {
  position: relative;
}

.tabberIcon__wrapper--green {
  background: #AAE384;
}

.tabberIcon__wrapper--registrazione {
  background: #96ECEC;
}

.tabberIcon__wrapper--blue {
  background: #96ECEC;
}

.tabberIcon__wrapper--border {
  position: relative;
}
.tabberIcon__wrapper--border:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #DADADA;
  position: absolute;
  top: 0;
  left: 0;
}

.tabberIcon__title {
  text-transform: uppercase;
  font-size: 0.875rem;
}

.tabberIcon__aux {
  position: relative;
  overflow: hidden;
  height: 230px;
}
@media (min-width: 0) and (max-width: 550px) {
  .tabberIcon__aux {
    height: 200px;
  }
}
.tabberIcon--small .tabberIcon__aux {
  height: 180px;
}

.tabberIcon {
  padding: 30px 0 0;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  white-space: nowrap;
}
.tabberIcon--small .tabberIcon {
  padding: 20px 0 0;
}
@media (min-width: 0) and (max-width: 550px) {
  .tabberIcon {
    height: 200px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tabberIcon {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.tabberIcon__item {
  width: 150px;
  height: 200px;
  display: inline-block;
  margin: 0 15px;
  position: relative;
  padding-bottom: 50px;
}
.tabberIcon--small .tabberIcon__item {
  height: 160px;
  padding-bottom: 30px;
}
.tabberIcon__item:first-child {
  margin-left: 30px;
}
.tabberIcon__item:last-child {
  margin-right: 30px;
}
@media (min-width: 0) and (max-width: 550px) {
  .tabberIcon__item {
    width: 130px;
    height: 180px;
    margin: 0 10px;
  }
  .tabberIcon__item:first-child {
    margin-left: 0;
  }
  .tabberIcon__item:last-child {
    margin-right: 0;
  }
}
.tabberIcon__item:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 30px;
  height: 30px;
  bottom: -35px;
  margin-left: -15px;
  left: 50%;
  z-index: 11;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.tabberIcon__item.active:after {
  opacity: 1;
  bottom: -15px;
}
.tabberIcon__item.disable {
  pointer-events: none;
}
.tabberIcon--small .tabberIcon__item {
  width: 120px;
}

.tabberIcon__item__aux {
  position: relative;
}

.tabberIcon__link {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.tabberIcon__link:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  right: 10px;
  font-family: "icomoon";
  font-weight: bold;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.filtered .tabberIcon__link:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.77, 0, 0.175, 1) 3s;
          transition: transform 0.2s cubic-bezier(0.77, 0, 0.175, 1) 3s;
}
.ie .filtered .tabberIcon__link:after {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
          transition: transform 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}
@media (min-width: 0) and (max-width: 550px) {
  .tabberIcon__link {
    width: 130px;
    height: 130px;
  }
}
.appBox__container .tabberIcon__link {
  background: #96ECEC;
}
.appBox__container .tabberIcon__link:before {
  border-color: #96ECEC;
}
.tabberIcon__link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  z-index: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 0) and (max-width: 550px) {
  .tabberIcon__link:before {
    width: 130px;
    height: 130px;
  }
}
.tabberIcon--small .tabberIcon__link:before {
  width: 120px;
  height: 120px;
  display: none;
}
.tabberIcon--small .tabberIcon__link {
  width: 120px;
  height: 120px;
  margin-top: 10px;
}

.tabberIcon__link.active:before {
  -webkit-transform: scale(1.13);
      -ms-transform: scale(1.13);
          transform: scale(1.13);
}

.tabberIcon__single {
  display: block;
  text-align: center;
  padding: 40px 0;
}
.tabberIcon__single .tabberIcon__icon {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  padding-bottom: 10px;
}

.tabberIcon--small .active .tabberIcon__link:before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.tabberIcon__close {
  opacity: 0;
  position: absolute;
  left: -13px;
  -webkit-transition: 0.2s opacity;
          transition: 0.2s opacity;
}

.tabberIcon__label {
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #333;
  color: #333;
  display: inline-block;
  position: relative;
}
@media (min-width: 0) and (max-width: 550px) {
  .tabberIcon__label {
    font-size: 0.75rem;
  }
}
.tabberIcon--small .tabberIcon__label {
  font-size: 0.6875rem;
}
.tabberIcon__label .i-close {
  font-size: 1rem;
  vertical-align: middle;
}

.tabberIcon__icon {
  display: block;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
  margin-bottom: 5px;
}

.bottomActionBar {
  position: fixed;
  width: 100%;
  height: 90px;
  background: #fff;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
  bottom: 0;
  z-index: 12;
  -webkit-transition: none;
          transition: none;
}
.bottomActionBar a + a {
  margin-left: 20px;
}

.bottomActionBar__aux {
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 0;
}

.tableItem__wrapper {
  position: relative;
  overflow: hidden;
  height: 110px;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.tableItem__wrapper.removing {
  height: 0;
  overflow: hidden;
}
.tableItem__wrapper + .tableItem__wrapper {
  border-top: 1px solid #DADADA;
}

.tableItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 0px 25px 0 15px;
  background: #fff;
  height: 110px;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.tableItem + .tableItem {
  border-top: 1px solid #DADADA;
}
.tableItem:hover:not(.tableItem--header) {
  background: #f7f7f7;
}
@media (min-width: 968px) {
  .tableItem {
    padding: 0px 35px 0 25px;
  }
}
.tableItem.removing {
  height: 0;
  overflow: hidden;
}
.dettaglio__attivitaClasse .tableItem + .tableItem {
  border-top: 3px solid #DADADA;
}

.tableItem__cell {
  text-align: left;
  padding: 0 0 0 10px;
}
.tableItem__cell.tableItem__cell--padding {
  padding-left: 70px;
}

.tableItem__cell--medium {
  min-width: 160px;
}

.tableItem__cell--big {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.tableItem__cell--xsmall {
  min-width: 50px;
}

.tableItem__cell--small {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
  min-width: 120px;
}

.tableItem__cell--icon {
  text-align: center;
}
.tableItem__cell--icon .j-toggleOpen, .tableItem__cell--icon .i-delete {
  color: #333;
}

.tableItem--header {
  border: none;
  height: 60px;
  border: none;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: none;
          transition: none;
  margin: 0 auto;
  background: #fff;
  width: 100%;
}
.tableItem--header.fixed + .section__aux {
  margin-top: 60px;
}
.tableItem--header .ist-container {
  position: static;
}
.tableItem--header.fixed {
  position: fixed;
  top: 72px;
  z-index: 3;
}
.storageTable .tableItem--header {
  border-bottom: 1px solid #DADADA;
}

.optionList {
  line-height: 1;
}
.optionList > li {
  overflow: hidden;
}
.ie .optionList > li {
  font-size: 0;
}
.optionList + .optionList {
  border-top: 1px solid #DADADA;
  padding-bottom: 0px;
  margin-top: 10px;
  padding-top: 10px;
}

.optionList__link {
  color: #333;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: block;
  letter-spacing: 0.1em;
  padding: 8px 15px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
          transition: transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  vertical-align: middle;
  position: relative;
  text-align: left;
  z-index: 99;
}
.optionList__link:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #DADADA;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
          transition: transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.optionList__link:hover {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.optionList__link:hover:before {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}

.optionList__link--emp {
  color: #FF4B52;
}

.feedBack__message--icon {
  display: inline-block;
  color: #fff;
  background: #71CC47;
  width: 55px;
  height: 55px;
  line-height: 56px;
  border-radius: 50%;
  font-size: 20px;
  margin-bottom: 10px;
}
.newClass__wrapper .feedBack__message--icon {
  background: #000;
}

.feedBack__message--title {
  line-height: 1.4em;
}
.section__search .feedBack__message--title {
  display: inline-block;
}

.feedBack__message--paragraph {
  margin-top: 10px;
}
.feedBack__message--paragraph strong, .feedBack__message--paragraph b {
  display: block;
}

.section__search .feedBack__message {
  padding-top: 30px;
}
.feedBack__message .feedBack__message--icon {
  text-align: center;
  margin-right: 10px;
}

.filter {
  padding-bottom: 4.16667%;
  padding-top: 4.16667%;
  border-bottom: 1px solid #DADADA;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media (min-width: 1280px) {
  .filter {
    padding-bottom: 2.08333%;
    padding-top: 2.08333%;
  }
}
.filter .section__aux {
  width: 100%;
}

.filter__title {
  display: inline-block;
}

.filter__items {
  display: inline-block;
  margin-left: 20px;
  max-width: 80%;
  vertical-align: middle;
}

.filter__item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.cardSchool {
  position: relative;
  border: 1px solid #DADADA;
}

.cardSchool__aux {
  display: block;
  padding: 20px 30px;
}

.cardSchool__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}

.cardSchool__info {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.cardSchool__Name {
  margin-bottom: 5px;
}

.cardSchool__linkModify {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  font-size: 30px;
  height: 64px;
  line-height: 64px;
  color: #333;
}

.help {
  text-align: center;
}

.help__icon {
  color: #71CC47;
  margin-bottom: 10px;
  display: block;
  font-size: 25px;
}

.help--par {
  font-size: 13px;
}

.help--link {
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  font-size: 14px;
  color: #71CC47;
  text-decoration: underline;
}

.table {
  clear: both;
  text-align: left;
  width: 100%;
  position: relative;
}

.tableWrapper {
  position: relative;
}
.tableWrapper:before {
  content: "";
  height: 60px;
  background: #f3f3f3;
  display: block;
  width: 100%;
  position: absolute;
}

.table__header .table__row {
  height: 60px;
  background: #f3f3f3;
  border: none;
}
.table__header .table__col {
  height: 60px;
  font-size: 0.75rem;
  line-height: 1.2em;
  color: #333;
}
@media (min-width: 968px) {
  .table__header .table__col {
    font-size: 0.875rem;
  }
}

.table__row {
  height: 100px;
  border-bottom: 1px solid #DADADA;
}

.table__col {
  vertical-align: middle;
  padding: 0 5px;
  height: 100px;
  line-height: 1.2em;
  font-size: 0.75rem;
}
@media (min-width: 968px) {
  .table__col {
    font-size: 0.875rem;
  }
}
.table__col:first-child {
  padding-left: 10px;
}
.table__col:last-child {
  padding-right: 10px;
}

.table__nome {
  font-size: 0.75rem;
  line-height: 1.2em;
  color: #333;
}
@media (min-width: 968px) {
  .table__nome {
    font-size: 0.875rem;
  }
}

.table__link {
  display: block;
  margin: 0 auto;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  font-size: 0.5625rem;
  text-align: center;
  padding: 0;
  background: #71CC47;
  min-width: 30px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .table__link {
    color: #fff;
    width: 90px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    min-width: 0;
  }
}
.table__link:before {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 55%;
  display: block;
}
@media (min-width: 1024px) {
  .table__link:before {
    display: none;
  }
}
.table__link span {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  display: none;
}
@media (min-width: 1024px) {
  .table__link span {
    display: inline-block;
  }
}

.table--rr .table__col:nth-child(1) {
  width: 20%;
}
.table--rr .table__col:nth-child(2) {
  width: 10%;
}
.table--rr .table__col:nth-child(3) {
  width: 8%;
}
.table--rr .table__col:nth-child(4) {
  width: 20%;
}
.table--rr .table__col:nth-child(5) {
  width: 22%;
}
.table--rr .table__col:nth-child(6) {
  width: 15%;
}
.table--rr .table__col:nth-child(7) {
  width: 5%;
  text-align: center;
}
.table--tc .table__col:nth-child(1) {
  width: 25%;
}
.table--tc .table__col:nth-child(2) {
  width: 55%;
}
.table--tc .table__col:nth-child(3) {
  width: 20%;
  text-align: right;
}

.pagination__wrapper {
  text-align: center;
  margin-top: 2.08333%;
}

.pagination {
  border: 1px solid #DADADA;
  height: 50px;
  border-radius: 25px;
  display: inline-block;
  color: #666;
  letter-spacing: 0.1em;
  font-size: 0;
  background: #fff;
  font-size: 0;
  position: relative;
}

.pagination__arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
}

.pagination__icon {
  display: block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  font-size: 11px;
  top: 50%;
  left: 50%;
}
.pagination__icon.pagination__arrow--right {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.pagination__icon.pagination__arrow--left {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.pagination__icon.active {
  color: #71CC47;
}
.pagination__icon.disable {
  color: #DADADA;
  cursor: default;
}

.pagination__txt {
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.pagination__element {
  display: inline-block;
  position: relative;
  width: 30px;
  color: #333;
}
.pagination__element.active::after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #71CC47;
  bottom: 1px;
}

.internalTabber {
  text-align: center;
  padding-bottom: 4.16667%;
}
@media (min-width: 1280px) {
  .internalTabber {
    padding-bottom: 2.77778%;
  }
}

.internalTabs {
  background: #D8D8D8;
  font-size: 0;
  border-radius: 50px;
  display: inline-block;
  padding: 7px;
}

.internalTab {
  font-size: 16px;
  display: inline-block;
}

.internalTab__link {
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  padding: 0 25px;
  display: block;
  font-size: 0.75rem;
  color: #333;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.internalTab__link.active {
  background: #fff;
}

.assistanceBox__icon {
  color: #71CC47;
  font-size: 20px;
  display: block;
  margin: 0 auto 10px;
}

.assistanceBox__text {
  font-size: 0.6875rem;
  color: #666;
}

.assistanceBox {
  text-align: center;
  width: 300px;
  margin: 0 auto;
}

.assistanceBox__link {
  text-transform: uppercase;
  display: block;
}

.upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px dashed #DADADA;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.16667%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  position: relative;
}
.activityTable + .upload {
  margin-top: 4.16667%;
}
.upload.uploading {
  opacity: 0;
  cursor-pointer: none;
}

.upload__trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.upload__column:nth-child(3) {
  width: 170px;
}
@media (min-width: 1280px) {
  .upload__column:nth-child(3) {
    width: 240px;
  }
}

.upload__subtitle {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  margin-top: 10px;
}

.upload__loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.upload__label {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-right: 10px;
}

.upload__text {
  font-size: 0.875rem;
}

.upload__icon {
  -webkit-transform: scale(1) translatez(0);
      -ms-transform: scale(1) translatez(0);
          transform: scale(1) translatez(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 120px;
}
@media (min-width: 1024px) {
  .upload__icon {
    -webkit-transform: scale(2) translatez(0);
        -ms-transform: scale(2) translatez(0);
            transform: scale(2) translatez(0);
  }
}
.ie .upload__icon {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}

.uploadWrapper {
  padding-top: 4.16667%;
}

.upload__header {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.upload__progress {
  width: 100%;
  height: 5px;
  background: #D8D8D8;
  display: inline-block;
  position: relative;
}

.upload__progressWrapper {
  display: none;
  height: 175px;
  line-height: 175px;
  text-align: center;
}
.upload__progressWrapper.uploading {
  display: block;
}

.upload__done {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #71CC47;
}

.upload__progressAux {
  display: inline-block;
  line-height: 1;
  width: 100%;
}

.crop__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.16667% 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .crop__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.crop__image {
  width: 100%;
}

.crop {
  width: 535px;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .crop {
    margin-bottom: 0;
  }
}

.crop__delete {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.crop__change {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dz-success-mark,
.dz-error-mark {
  display: none;
}

.dropzone .dz-preview,
.dropzone .dz-default {
  display: none;
}

.headerCard__wrapper {
  padding: 4.16667% 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .headerCard__wrapper {
    padding: 2.08333% 0;
  }
}
.headerCard__wrapper[data-color="yellow"] {
  background: #FFE08D;
}
.headerCard__wrapper[data-color="green"] {
  background: #AAE384;
}
.headerCard__wrapper[data-color="blue"] {
  background: #96ECEC;
}
.headerCard__wrapper .section__aux {
  padding-top: 0;
}

.headerCard__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.headerCard {
  background: #fff;
  border-radius: 40px;
  padding: 6.25%;
  position: relative;
}
@media (min-width: 1280px) {
  .headerCard {
    padding: 4.16667%;
  }
}

.headerCard__avatar {
  width: 115px;
  height: 115px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
}
.headerCard__avatar img {
  width: 100%;
}

.headerCard__avatar--bg {
  border-radius: 115px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.headerCard__info {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.headerCard__title {
  display: block;
  margin-bottom: 5px;
}

.headerCard__subtitle {
  display: block;
}

.headerCard__modifierBtn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2.5rem;
  color: #000;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
}
.headerCard__modifierBtn:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translatey(-5px) translateZ(0);
          transform: translatey(-5px) translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}

.ddCheckList {
  position: relative;
}

.ddCheckList__label {
  display: inline-block;
  vertical-align: middle;
}
.ddCheckList__label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background: #71CC47;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.applied .ddCheckList__label:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.ddCheckList__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  padding-left: 10px;
}

.ddChecks {
  min-width: 170px;
  position: absolute;
  right: 15px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: 66px;
  z-index: 10;
  background: #fff;
  padding: 20px;
  text-align: left;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: none;
}
.open .ddChecks {
  display: block;
}
.ddChecks:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 20px;
  top: -5px;
  margin-left: -10px;
  margin-top: -5px;
  left: 50%;
  z-index: 11;
}

.ddCheck {
  width: 100%;
  white-space: nowrap;
  padding-left: 20px;
}
.ddCheck .form__input--checkbox {
  position: absolute;
}
.ddCheck .form__fieldset.nl__checkbox {
  padding: 5px 0;
}

.tutorial__title {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
}

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(ellipse cover at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%);
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.introjs-showElement {
  z-index: 9999999 !important;
}

tr.introjs-showElement > td, tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition {
  position: relative;
}

tr.introjs-showElement > td, tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperLayer * {
  box-sizing: content-box;
}
.introjs-helperLayer *:before, .introjs-helperLayer *:after {
  box-sizing: content-box;
}

.introjs-helperNumberLayer {
  display: none;
}

.introjs-arrow {
  border: 10px solid white;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
}
.introjs-arrow.top {
  top: -20px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.right {
  right: -20px;
  top: 20px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}
.introjs-arrow.right-bottom {
  bottom: 20px;
  right: -20px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}
.introjs-arrow.bottom {
  bottom: -20px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left {
  left: -20px;
  top: 20px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left-bottom {
  left: -20px;
  bottom: 20px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.top-right {
  top: -20px;
  right: 20px;
  left: auto;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.top-middle {
  top: -20px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.bottom-left-aligned .introjs-arrow {
  left: 20px;
}

.introjs-tooltiptext {
  font-size: 14px;
  margin: 15px;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 20px;
  background-color: white;
  min-width: 230px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
  text-align: center;
  margin-top: 5px;
}

.introjs-skipbutton {
  outline: none;
  padding-top: 20px;
  display: block;
  cursor: pointer;
}

.introjs-prevbutton {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 10px;
  color: #71CC47;
}
.introjs-prevbutton:after {
  content: "";
  font-family: "icomoon" !important;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
}

.introjs-nextbutton {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 10px;
  color: #71CC47;
}
.introjs-nextbutton:after {
  content: "";
  font-family: "icomoon" !important;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
}

.introjs-disabled {
  color: #9a9a9a;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 5px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 7px;
  height: 7px;
  background: #DADADA;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover, .introjs-bullets ul li a.active {
  background: #71CC47;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.header.introjs-fixParent {
  position: absolute;
}

.navigation__btn.introjs-showElement {
  background: #383A39;
}

.introjs-showElement .dd__icon, .introjs-showElement .notify__icon {
  color: #333;
}

.header--hasNotification .introjs-showElement .dd__icon.dd__icon--notification {
  border-color: #333;
}

.invalsiBox {
  width: 100%;
  padding: 6.25% 8.33333%;
  position: relative;
  text-align: center;
  border-radius: 10px;
  background-color: #96ECEC;
}
@media (min-width: 768px) {
  .invalsiBox {
    display: table;
    text-align: left;
  }
}
.invalsiBox--docente {
  background: #FC8D8C;
}

.messageBox__titleBig {
  margin-bottom: 10px;
}

.videoTutorial__wrapper {
  padding-top: 2.08333%;
}

.videoTutorial {
  background-color: #90e8e9;
  border-radius: 15px;
  overflow: hidden;
}

.videoTutorial__img {
  width: 100%;
}
.videoTutorial__img img {
  display: block;
  width: 100%;
}

.videoTutorial__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FF5073;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.2);
}

.hubSmart__item {
  display: inline-block;
  font-size: 1rem;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
  min-height: auto;
  margin-bottom: 4.16667%;
  text-align: center;
  margin: 0;
  padding: 4.16667%;
  font-size: 0;
  width: 100%;
}

.hubSmart__logo {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hubSmart__logo {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
  }
}
.hubSmart__logo img {
  width: 100%;
  display: inline-block;
}

.hubSmart__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hubSmart__text {
    text-align: left;
    width: calc(100% - 120px - 60px);
  }
}

.hubSmart__title {
  margin-bottom: 10px;
  color: #F05A22;
}

.section--cortesia {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 40px 0px;
}
.section--cortesia .manutenzione {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
}

.cortesia__icon {
  width: 130px;
  height: 130px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 2.5rem;
}

.cortesia__title {
  margin-bottom: 35px;
}

.cortesia__paragraph {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.cortesia__btn {
  display: inline-block;
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}

.ms-choice {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
}
.ms-choice:after {
  content: "";
  color: #71CC47;
  position: absolute;
  right: 20px;
  font-family: "icomoon" !important;
  font-size: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 22px;
  z-index: 9991;
}
.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
}
.ms-choice > span.placeholder {
  color: #333;
  z-index: 9991;
}
.lessonForm__row .ms-choice > span {
  padding: 12px 40px 13px 20px;
}
.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
}
.lessonForm__row .ms-choice {
  border: 1px solid #DADADA;
  border-radius: 25px;
  font-size: 14px;
  height: 47px;
  padding: 12px 40px 13px 20px;
}

.ms-drop {
  width: 100%;
  display: none;
  margin-top: 0;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #DADADA;
  border-radius: 4px;
}
.ms-drop:before {
  content: "";
  position: absolute;
  top: -30px;
  background: #fff;
  width: calc(100% + 2px);
  display: block;
  height: 30px;
  left: -1px;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
.ms-drop:after {
  content: "";
  background: #fff;
  width: calc(100% + 2px);
  display: block;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  border-radius: 25px;
  height: 50px;
  position: absolute;
  bottom: -20px;
  left: -1px;
}
.ms-drop .bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.ms-drop .top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
}

.ms-search, .ms-search input {
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 20px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 0;
}
.ms-drop ul > li.disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
}
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-drop ul > li.group {
  clear: both;
}
.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  font-size: 12px;
  position: relative;
}
.ms-drop ul > li label > span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.ms-drop ul > li label > span:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 2px;
  color: white;
  background: #fff;
  border: 1px solid #bbb;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
}
.ms-drop ul > li label.optgroup {
  font-weight: bold;
}
.ms-drop ul > li.selected label > span:before {
  content: "";
  background: #71CC47;
  border: 1px solid transparent;
  font-family: "icomoon";
  line-height: 21px;
  text-align: center;
}
.ms-drop input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 10px;
  opacity: 0;
  position: relative;
  z-index: 99;
}

.ms-drop .ms-no-results {
  display: none;
}

.header {
  background: #383A39;
  text-align: center;
  padding: 14px;
  position: fixed;
  width: 100%;
  z-index: 99;
  height: 72px;
}
.header:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
          transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
  height: 0;
}
.header:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
          transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 999;
  display: block;
  border-bottom: 1px solid #F2F2F2;
  -webkit-transform: translateX(-320px);
      -ms-transform: translateX(-320px);
          transform: translateX(-320px);
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02);
          transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02);
}
.navigationOpen .header:before, .navigationOpen .header:after {
  opacity: 1;
  z-index: 999;
  height: 100%;
}
.navigationOpen .header:after {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.header.header:not(.header--logged) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .header {
    padding: 15px 4.16667%;
  }
}

.header__aux {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header:not(.header--logged) .header__navigation {
  display: none;
}

.header__logo {
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -23px;
}

.header:not(.header--logged) .header__dds {
  display: none;
}

.header--logged .header__help {
  display: none;
}

.navigation__btn {
  opacity: 0;
  font-size: 0.75rem;
  min-width: auto;
}

.navigation__open {
  color: #fff;
  opacity: 1;
  z-index: 99;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02) 0.4s;
          transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02) 0.4s;
  padding: 0 10px;
}
.menuOpen .navigation__open {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02);
          transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02);
  opacity: 0;
}
@media (min-width: 768px) {
  .navigation__open {
    border: 1px solid #979797;
  }
}
.navigation__open .navigation__txt {
  display: none;
}
@media (min-width: 768px) {
  .navigation__open .navigation__txt {
    display: inline;
  }
}

.navigation__txt {
  display: inline-block;
  vertical-align: middle;
}

.navigation__close {
  position: absolute;
  top: 15px;
  left: 34px;
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02);
          transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02);
  opacity: 0;
}
.menuOpen .navigation__close {
  opacity: 1;
  z-index: 9999;
}

.navigation__icon {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.navigation__open .navigation__icon {
  font-size: 0.875rem;
}

.navigation__tutorial {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: -15px;
  left: 10px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
}
.navigation__tutorial:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translatey(-5px) translateZ(0);
          transform: translatey(-5px) translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
  .navigation__tutorial {
    left: 20px;
  }
}
.navigation__tutorial span {
  color: #fff;
  font-size: 26px;
  vertical-align: middle;
}

.navigation__icon--hamburger {
  width: 20px;
  height: 13px;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  border-top: 1px solid #fff;
}
.navigation__icon--hamburger:after, .navigation__icon--hamburger:before {
  content: "";
  background: #fff;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.navigation__icon--hamburger:before {
  top: 5px;
  width: 14px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.navigation__icon--hamburger:after {
  top: 11px;
  width: 20px;
}

.navigation__open:hover .navigation__icon--hamburger:before {
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
}

.cassettinoWrapper {
  position: relative;
}
@media (min-width: 0) and (max-width: 768px) {
  .cassettinoWrapper {
    min-height: 20px;
  }
}

.cassettino {
  display: none;
}
.cassettino .section__header {
  padding-top: 20px;
  display: block;
}
.cassettino--open .cassettino {
  display: block;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .cassettino--open .cassettino {
    padding-top: 0;
  }
}
.cassettino .section__name {
  margin-bottom: 20px;
}

.cassettino__slider {
  clear: both;
}

.help__button {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cassettino__item {
  background: #fff;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.cassettino__item.cassettino__item--disabled {
  opacity: 0.6;
  cursor: default;
}

.cassettino__play {
  border-radius: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  background: rgba(113, 204, 71, 0.8);
  font-family: "icomoon" !important;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  font-size: 26px;
}
.cassettino__item--disabled .cassettino__play {
  display: none;
}

.cassettino__itemAux {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.cassettino__name {
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #333;
}

.menu {
  width: 320px;
  background: #fff;
  position: fixed;
  left: 0;
  -webkit-transform: translateX(-320px);
      -ms-transform: translateX(-320px);
          transform: translateX(-320px);
  z-index: 98;
  top: 68px;
  bottom: 70px;
  overflow: auto;
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02);
          transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02);
}
@media (min-width: 768px) {
  .menu {
    padding-top: 70px;
    top: 0;
  }
}
.menuOpen .menu {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.menu:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: block;
  content: "";
  background: #fff;
  height: 70px;
  bottom: auto;
  position: fixed;
  top: -70px;
}
@media (min-width: 1440px) {
  .menu {
    position: absolute;
    height: 100vh;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .menu__item--noMobile .menu__link {
    pointer-events: none;
  }
}

.menu__item {
  border-top: 1px solid #F2F2F2;
  height: 80px;
  line-height: 80px;
  text-align: left;
}
@media (min-width: 768px) {
  .menu__item {
    height: 100px;
    line-height: 100px;
  }
}
@media (min-width: 768px) {
  .menu__item.menu__item--noDesktop {
    display: none;
  }
}
.menu__item:nth-child(0) .menu__link {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.menu__item:nth-child(1) .menu__link {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.menu__item:nth-child(2) .menu__link {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.menu__item:nth-child(3) .menu__link {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.menu__item:nth-child(4) .menu__link {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.menu__item:nth-child(5) .menu__link {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.menu__item:nth-child(6) .menu__link {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.menu__item:nth-child(7) .menu__link {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.subMenuOpen.menuOpen .submenu .menu__item:nth-child(0) .menu__link {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.subMenuOpen.menuOpen .submenu .menu__item:nth-child(1) .menu__link {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.subMenuOpen.menuOpen .submenu .menu__item:nth-child(2) .menu__link {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.subMenuOpen.menuOpen .submenu .menu__item:nth-child(3) .menu__link {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.subMenuOpen.menuOpen .submenu .menu__item:nth-child(4) .menu__link {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.subMenuOpen.menuOpen .submenu .menu__item:nth-child(5) .menu__link {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.subMenuOpen.menuOpen .submenu .menu__item:nth-child(6) .menu__link {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.subMenuOpen.menuOpen .submenu .menu__item:nth-child(7) .menu__link {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.menu__icon {
  margin-right: 20px;
  height: 55px;
  line-height: 1;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
}
@media (min-width: 768px) {
  .menu__icon {
    height: 64px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.menu__item--noMobile .menu__icon {
  display: none;
}
@media (min-width: 768px) {
  .menu__item--noMobile .menu__icon {
    display: inline-block;
  }
}
.menu__item--back .menu__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  text-align: center;
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
  color: #71CC47;
}
.menu__item--back .menu__icon:before {
  position: relative;
  top: 10px;
}

.menu__item--noMobile .menu__icon--disabled {
  display: inline-block;
}
@media (min-width: 768px) {
  .menu__item--noMobile .menu__icon--disabled {
    display: none;
  }
}

.menu__gotoIcon {
  display: inline-block;
  color: #71CC47;
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
}
.menu__item--noMobile .menu__gotoIcon {
  display: none;
}
@media (min-width: 768px) {
  .menu__item--noMobile .menu__gotoIcon {
    display: inline-block;
  }
}

.menu__label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.menu__info {
  color: #71CC47;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .menu__info {
    display: none;
  }
}

.menu__link {
  color: #333;
  font-size: 1.25rem;
  display: block;
  position: relative;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  padding: 0px 34px;
  opacity: 0;
}
.menu__item--back .menu__link:hover .menu__icon {
  -webkit-transform: translatey(-5px) rotate(180deg);
      -ms-transform: translatey(-5px) rotate(180deg);
          transform: translatey(-5px) rotate(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.menu__item--back .menu__link {
  color: #71CC47;
}
.menu__item--back .menu__link .menu__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.menu__item--noMobile .menu__link {
  color: #BFBFBF;
}
@media (min-width: 768px) {
  .menu__item--noMobile .menu__link {
    color: #333;
  }
}
.menuOpen .menu__link {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.menuOpen .submenu .menu__link {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}
.subMenuOpen.menuOpen .submenu .menu__link {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.menu__services {
  background: #AAE384;
  padding: 14px 25px;
  font-size: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: left;
  width: 320px;
  z-index: 99;
  height: 70px;
  -webkit-transform: translateX(-320px);
      -ms-transform: translateX(-320px);
          transform: translateX(-320px);
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02);
          transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02);
}
.menuOpen .menu__services {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.menu__service {
  display: inline-block;
  width: 50%;
  font-size: 0.8125rem;
  color: #333;
  line-height: 40px;
}
.menu__service:nth-child(2) {
  border-left: 1px solid #9CC91A;
  text-align: right;
}
.menu__service:hover .menu__serviceIcon {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translatey(-5px);
      -ms-transform: translatey(-5px);
          transform: translatey(-5px);
}

.menu__serviceIcon {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 0.835rem;
}

.menu__sub {
  position: absolute;
  top: 70px;
  padding-bottom: 40px;
  width: 100%;
  background: #fff;
  height: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02);
          transition: 0.4s cubic-bezier(0.17, 0.67, 0.55, 1.02);
}
.subMenuOpen .menu__sub {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.iframeIsMobile .menu__item {
  height: 80px;
  line-height: 80px;
}
.iframeIsMobile .menu__icon {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.iframeIsMobile .menu__item--noMobile .menu__icon {
  display: none;
}
.iframeIsMobile .menu__item--noMobile .menu__link {
  color: #BFBFBF;
}
.iframeIsMobile .menu__item--noMobile .menu__gotoIcon {
  display: none;
}
.iframeIsMobile .menu__info {
  display: block;
}
.iframeIsMobile .menu__item--noDesktop {
  display: block;
}

.iframeIsDesktop .menu__item {
  height: 100px;
  line-height: 100px;
}
.iframeIsDesktop .menu__icon {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.iframeIsDesktop .menu__item--noMobile .menu__icon {
  display: inline-block;
}
.iframeIsDesktop .menu__item--noMobile .menu__icon--disabled {
  display: none;
}
.iframeIsDesktop .menu__item--noMobile .menu__link {
  color: #333;
}
.iframeIsDesktop .menu__item--noMobile .menu__gotoIcon {
  display: block;
}
.iframeIsDesktop .menu__info {
  display: none;
}
.iframeIsDesktop .menu__item--noDesktop {
  display: none;
}
.iframeIsDesktop .menu__item--noMobile .menu__link {
  pointer-events: auto;
}
.iframeIsDesktop .menu__sub {
  top: 0;
}
@media (min-width: 768px) {
  .iframeIsDesktop .menu__sub {
    top: 70px;
  }
}

.dd {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.dd:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .dd {
    margin-right: 20px;
  }
  .dd:last-child {
    margin-right: 0;
  }
}
.dd.dd--noMobile {
  display: none;
}
@media (min-width: 768px) {
  .dd.dd--noMobile {
    display: inline-block;
  }
}

.dd__aux {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.dd__icon {
  color: #fff;
  font-size: 1.375rem;
}
.header--hasNotification .dd__icon.dd__icon--notification {
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
}
.header--hasNotification .dd__icon.dd__icon--notification:after {
  content: "";
  display: block;
  background: #FF5073;
  border-radius: 50%;
  position: absolute;
  right: -3px;
  top: 3px;
  width: 10px;
  height: 10px;
}

.dd__image,
.dd__icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
}

.dd__aux {
  position: relative;
}
.dd__aux:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 20px;
  bottom: -38px;
  margin-left: -10px;
  margin-top: -5px;
  left: 50%;
  z-index: 11;
  opacity: 0;
}
.open .dd__aux:before {
  opacity: 1;
}
.onTop .dd__aux:before {
  bottom: auto;
  top: -30px;
}

.dd__form.form {
  text-align: center;
}

.dd__image {
  vertical-align: middle;
}
.dd__image img {
  width: 100%;
}

.dd__content {
  position: absolute;
  right: 15px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: 82px;
  z-index: 14;
  background: #fff;
  padding: 15px 0;
  text-align: left;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: none;
}
@media (min-width: 550px) {
  .dd__content {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .dd__content {
    right: 30px;
  }
}
.open .dd__content {
  display: block;
}
.onRight .dd__content {
  right: auto;
  left: 15%;
}
@media (min-width: 550px) {
  .onRight .dd__content {
    left: 20px;
    right: auto;
  }
}
@media (min-width: 1024px) {
  .onRight .dd__content {
    left: 30px;
    right: auto;
  }
}
.onTop .dd__content {
  bottom: 65px;
  top: auto;
}

.dd__content--bigger {
  padding: 20px;
  min-width: 300px;
  top: 77px;
}
.toggle--center .dd__content--bigger {
  left: 0px;
  right: 0px;
  margin: auto auto auto -41px;
}

.dd__contentAux {
  max-height: 285px;
  overflow: auto;
}
@media (min-width: 550px) {
  .dd__contentAux {
    max-height: 380px;
  }
}

.ddContent__item {
  padding: 10px 30px 10px 20px;
  border-bottom: 1px solid #F2F2F2;
}
.ddContent__item:last-child {
  border-bottom: none;
}
@media (min-width: 550px) {
  .ddContent__item {
    padding: 15px 50px 15px 40px;
  }
}
.ddContent__item.ddContent__item--toRead {
  background: #fafafa;
  position: relative;
}
.ddContent__item.ddContent__item--toRead:after {
  content: "";
  display: block;
  background: #FF5073;
  position: absolute;
  border-radius: 50%;
  right: 23px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}

.ddContent__text {
  display: inline-block;
  vertical-align: middle;
  max-width: 180px;
}
@media (min-width: 550px) {
  .ddContent__text {
    max-width: 225px;
  }
}

.ddContent__intro {
  font-size: 0.875rem;
  padding: 0 10px 20px;
}
@media (min-width: 768px) {
  .ddContent__intro {
    padding: 0 40px 20px;
  }
}

.ddContent__actions {
  display: inline-block;
  float: right;
}
.ddContent__actions > li {
  display: inline;
}

.ddContent__action {
  color: #71CC47;
}

.ddContent__title {
  line-height: 1.4;
  position: relative;
}

.ddContent__when {
  padding-top: 14px;
  display: inline-block;
}

.ddContent__link {
  display: block;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ddContent__cta {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
}

.ddContent__icon,
.ddContent__image {
  margin-right: 20px;
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  width: 45px;
  height: 45px;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 550px) {
  .ddContent__icon,
  .ddContent__image {
    width: 64px;
    height: 64px;
    font-size: 1.25rem;
    margin-right: 40px;
  }
}

.welcomeSummary {
  background: #f3f3f3;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .welcomeSummary {
    text-align: left;
  }
}

.welcomeSummary__shortcuts {
  padding: 10px 0;
  font-size: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .welcomeSummary__shortcuts {
    float: right;
    margin-bottom: 0;
  }
}

.welcomeSummary__shortcut {
  display: inline-block;
  font-size: 1rem;
  margin-right: 35px;
}
.welcomeSummary__shortcut:last-child {
  margin-right: 0;
}

.shortcut__item {
  display: inline-block;
}

.shortcut__icon {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
  display: none;
}
@media (min-width: 968px) {
  .shortcut__icon {
    display: inline-block;
  }
}

.shortcut__info {
  display: inline-block;
  vertical-align: middle;
}

.shortcut__num {
  display: block;
}
@media (min-width: 768px) and (max-width: 968px) {
  .shortcut__num {
    text-align: center;
  }
}

.shortcut__type {
  display: block;
}

.fastAccess {
  *zoom: 1;
  position: relative;
}
.fastAccess:before, .fastAccess:after {
  content: " ";
  display: table;
}
.fastAccess:after {
  clear: both;
}
.fastAccess--exerts {
  background: #FFE08D;
}

.fastAccess--campus {
  background: #AAE384;
}

.fastAccess--blue {
  background: #96ECEC;
}

.fastAccess--mosaico {
  background: #96ECEC;
}

.fastAccess--noDesktop {
  display: block;
}
@media (min-width: 768px) {
  .fastAccess--noDesktop {
    display: none;
  }
}

.fastAccess--single .fastAccess__item {
  text-align: center;
}
@media (min-width: 768px) {
  .fastAccess--single .fastAccess__item {
    width: 100%;
    float: left;
    text-align: left;
  }
}
.fastAccess--double .fastAccess__item {
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
}
@media (min-width: 768px) {
  .fastAccess--double .fastAccess__item {
    min-height: 28em;
    width: 50%;
    float: left;
  }
}
.fastAccess--double .fastAccess__item:before {
  content: "";
  display: block;
}

.fastAccess--double .fastAccess__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .fastAccess--double .fastAccess__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.fastAccess--single .fastAccess__link {
  display: block;
  padding: 4.16667%;
}
@media (min-width: 1024px) {
  .fastAccess--single .fastAccess__link {
    padding: 4.16667% 8.33333%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
  }
}
.ie .fastAccess__link, .ie10 .fastAccess__link {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fastAccess__aux {
  max-width: 66.66667%;
  margin: 12.5% auto 12.5%;
}
@media (min-width: 768px) {
  .fastAccess__aux {
    margin: 0 auto;
  }
}
.fastAccess--single .fastAccess__aux {
  max-width: none;
  text-align: center;
  padding: 0;
}
.ie .fastAccess__aux, .ie10 .fastAccess__aux {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fastAccess--full .fastAccess__aux {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .fastAccess--full .fastAccess__aux {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .fastAccess--full .fastAccess__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}
@media (min-width: 968px) {
  .fastAccess--full .fastAccess__info {
    padding-right: 25%;
  }
}
@media (min-width: 1024px) {
  .fastAccess--full .fastAccess__info {
    padding-right: 37.5%;
  }
}
.ie .fastAccess--full .fastAccess__info {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .fastAccess--full .fastAccess__title {
    margin-top: 15px;
  }
}
@media (min-width: 968px) {
  .fastAccess--full .fastAccess__button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .fastAccess--full .fastAccess__link {
    padding: 4.16667% 16.66667%;
  }
}

@media (min-width: 1024px) {
  .fastAccess--full3 .fastAccess__link {
    padding: 4.16667% 12.5%;
  }
}

@media (min-width: 968px) {
  .fastAccess--full.fastAccess--single .fastAccess__button {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .fastAccess--single .fastAccess__info {
    text-align: left;
    float: none;
    display: inline-block;
    vertical-align: middle;
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .fastAccess--single .fastAccess__info {
    max-width: 80%;
  }
}
.fastAccess--full .fastAccess__info {
  max-width: 100%;
}

.fastAccess__icon {
  width: 130px;
  height: 130px;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .fastAccess--single .fastAccess__icon {
    margin-bottom: 0;
    margin-right: 35px;
    vertical-align: middle;
  }
}

.fastAccess__title {
  margin-bottom: 10px;
}

.fastAccess__paragraph {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .fastAccess--single .fastAccess__paragraph {
    margin-bottom: 0;
  }
}
.fastAccess__paragraph a {
  color: inherit;
  text-decoration: underline;
}

.fastAccess--single .fastAccess__button {
  margin-top: 30px;
  display: inline-block;
}

[class^="section--bg"] .fastAccess--single .fastAccess__link, [class*="section--bg"] .fastAccess--single .fastAccess__link {
  padding-top: 8.33333%;
}

.activitiesSummary__container {
  *zoom: 1;
  clear: both;
  margin-bottom: 30px;
  padding: 0 4.16667%;
}
.activitiesSummary__container:before, .activitiesSummary__container:after {
  content: " ";
  display: table;
}
.activitiesSummary__container:after {
  clear: both;
}
.activitiesSummary__container:last-child {
  margin-bottom: 0;
}

.activitiesSummary__date {
  margin: 0 0 15px 0;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .activitiesSummary__date {
    width: 16.66667%;
    float: left;
  }
}

.activitiesSummary__day {
  float: right;
}
@media (min-width: 768px) {
  .activitiesSummary__day {
    display: block;
    float: none;
  }
}

@media (min-width: 768px) {
  .activitiesSummary__list {
    width: 70.83333%;
    float: left;
    float: right;
  }
}

.activitySummary__item {
  *zoom: 1;
  position: relative;
  border: 1px solid #DADADA;
  background: #fff;
  display: block;
  padding: 20px 0;
  padding-left: 5.88235%;
  padding-right: 5.88235%;
  min-height: 100px;
  margin-bottom: 10px;
}
.activitySummary__item:before, .activitySummary__item:after {
  content: " ";
  display: table;
}
.activitySummary__item:after {
  clear: both;
}
.activitySummary__item:hover {
  background-color: #f3f3f3;
}
@media (min-width: 768px) {
  .activitySummary__item {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: 5.88235%;
  }
}

.activitySummary {
  width: 100%;
}
.activitySummary:last-child .activitySummary__item {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .activitySummary:first-child .activitySummary__item {
    border-left: 0;
  }
  .activitySummary:first-child .activitySummary__item:before, .activitySummary:first-child .activitySummary__item:after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .activitySummary:first-child .activitySummary__item:before {
    top: -1px;
    border-color: transparent #DADADA transparent transparent;
    border-width: 50px;
  }
  .activitySummary:first-child .activitySummary__item:after {
    top: 0;
    border-color: transparent #fff transparent transparent;
    border-width: 49px;
  }
}

.activitySummary:first-child .activitySummary__item:hover:after {
  border-color: transparent #f3f3f3 transparent transparent;
}

.activitySummary__header {
  float: left;
  width: 100%;
}

.activitySummary__icon {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
}

.activitySummary__info {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 85px);
}

.activitySummary__title {
  display: block;
}

.activitySummary__type {
  display: block;
}
.activitySummary__type + .activitySummary__status {
  margin-top: 5px;
}

.activitySummary__status {
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.1em;
  display: block;
}

.notification__block + .notification__block {
  padding-top: 45px;
}

.notification__item {
  *zoom: 1;
  position: relative;
  background: #fff;
  display: block;
  padding: 20px 0;
  padding-left: 35px;
  padding-right: 15px;
  min-height: 100px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.notification__item:before, .notification__item:after {
  content: " ";
  display: table;
}
.notification__item:after {
  clear: both;
}
@media (min-width: 768px) {
  .notification__item {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.notification__item:hover {
  background: #f7f7f7;
}
.notification__item + .notification__item {
  border-top: 1px solid #DADADA;
}
.notification__item.removing {
  height: 0;
  min-height: 0;
  overflow: hidden;
}

.notification__header {
  float: left;
  max-width: 80%;
}
@media (min-width: 550px) {
  .notification__header {
    max-width: 90%;
  }
}

.notification__input {
  float: right;
  line-height: 53px;
}

.notification__par {
  display: block;
  text-align: center;
  padding-bottom: 30px;
}

.notification__icon {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
  margin-right: 40px;
  display: none;
}
@media (min-width: 768px) {
  .notification__icon {
    display: inline-block;
  }
}

.notification__info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.notification__info:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #71CC47;
  border-radius: 50%;
  line-height: 50px;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .notification__info:before {
    left: -20px;
  }
}
.notification--toRead .notification__info:before {
  content: "";
}

.notification__hour {
  color: #333;
  font-size: 0.75rem;
}

.notification__title {
  display: block;
}

.notification__type {
  display: block;
}
.notification__type + .notification__btn {
  margin-top: 10px;
}

.notification__title {
  font-size: 1rem;
}

.notification__row {
  border-bottom: 1px solid #96ECEC;
  border-top: 0;
}

.activityItem {
  text-align: left;
  font-size: 0;
  *zoom: 1;
  display: block;
}
.activityItem:before, .activityItem:after {
  content: " ";
  display: table;
}
.activityItem:after {
  clear: both;
}

.activityItem__icon {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  margin-right: 0;
  display: none;
}
@media (min-width: 968px) {
  .activityItem__icon {
    display: inline-block;
  }
}
.editorial--box .activityItem__icon {
  display: inline-block;
}

.activityItem__info {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
.dettaglio__attivitaClasse .activityItem__info {
  width: 75%;
}

.activityItem__title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 180px;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 1.4;
}
@media (min-width: 968px) {
  .activityItem__title {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .activityItem__title {
    font-size: 16px;
  }
}
@media (min-width: 968px) {
  .activityItem__title {
    max-width: none;
  }
}

.activityItem__type {
  display: block;
  text-overflow: ellipsis;
}

.activityItem__teacher {
  text-transform: uppercase;
  font-size: 0.75rem;
}

.activityDd {
  padding: 10px;
}

.activityDd__content {
  width: 210px;
  top: 50px;
  right: 15px;
}
.activityDd__content:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 20px;
  top: -10px;
  margin-left: -10px;
  right: 30px;
  z-index: 11;
  opacity: 0;
}
.open .activityDd__content:before {
  opacity: 1;
}
.onRight .activityDd__content:before {
  left: 30px;
  right: auto;
}
.onTop .activityDd__content {
  bottom: 50px;
}
.onTop .activityDd__content:before {
  bottom: -10px;
  top: auto;
}

.activityDd__aux:before {
  display: none;
}
.activityDd__aux a {
  padding: 10px;
}

.fastAccesslist.create {
  background: #AAE384;
}
.fastAccesslist.manage {
  background: #96ECEC;
}
.fastAccesslist.exerts {
  background: #FFE08D;
}
.fastAccesslist.fastAccesslist--noMobile {
  display: none;
}
@media (min-width: 768px) {
  .fastAccesslist.fastAccesslist--noMobile {
    display: block;
  }
}

.fastAccessList__title {
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 968px) {
  .fastAccessList__title {
    margin-bottom: 45px;
  }
}

.fastAccessList__link {
  display: inline-block;
}

.fastAccessList__list {
  font-size: 0;
  *zoom: 1;
  text-align: center;
}
.fastAccessList__list:before, .fastAccessList__list:after {
  content: " ";
  display: table;
}
.fastAccessList__list:after {
  clear: both;
}

.fastAccessList__item {
  width: 50%;
  float: left;
  float: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media (min-width: 768px) {
  .fastAccessList__item {
    padding-bottom: 30px;
  }
  .fastAccessList__item:nth-child(3) {
    padding-bottom: 0;
  }
  .fastAccessList__item:nth-child(4) {
    padding-bottom: 0;
  }
}
@media (min-width: 968px) {
  .fastAccessList__item {
    width: 25%;
    float: left;
    float: none;
    display: inline-block;
    padding-bottom: 0;
  }
}
.fastAccessList__item.fastAccessList__item--noMobile {
  display: none;
}
@media (min-width: 768px) {
  .fastAccessList__item.fastAccessList__item--noMobile {
    display: inline-block;
  }
}

.fastAccessList__icon {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 1.875rem;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
}
@media (min-width: 968px) {
  .fastAccessList__icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}

.footer {
  background: #383A39;
  width: 100%;
  z-index: 3;
  font-size: 0;
}

.footer__copy {
  background: #333;
  color: #fff;
  font-size: 0.75rem;
  padding: 0px 30px;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__copy {
    text-align: right;
    height: 70px;
    line-height: 70px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .footer__copy {
    text-align: center;
  }
}
.footer__copy span {
  display: block;
  max-width: 1440px;
  margin: 0 auto;
}

.footer__aux {
  max-width: 1440px;
  margin: 0 auto;
  *zoom: 1;
}
.footer__aux:before, .footer__aux:after {
  content: " ";
  display: table;
}
.footer__aux:after {
  clear: both;
}
@media (min-width: 768px) {
  .footer__aux {
    text-align: center;
    padding: 30px 4.16667%;
  }
}

.footer__copyAux {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.footer__loghi {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .footer__loghi {
    position: absolute;
    left: 0;
    height: 70px;
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .footer__loghi {
    left: 30px;
  }
}

.footer__image {
  display: inline-block;
  margin-right: 0;
  vertical-align: middle;
}
.footer__image:first-child {
  margin-right: 30px;
}

.footer__col {
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #555;
}
@media (min-width: 768px) {
  .footer__col {
    display: inline-block;
    border-bottom: none;
    vertical-align: top;
    margin-right: 10%;
  }
  .footer__col:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .footer__col {
    margin-right: 15%;
  }
}

.footer__list {
  font-size: 0;
}
@media (min-width: 968px) {
  .footer__list {
    height: 60px;
  }
}

.footer__item {
  font-size: 0.75rem;
  margin-right: 0;
  display: block;
  border-bottom: 1px solid #555;
  line-height: 30px;
  padding: 0 30px;
  text-align: left;
}
.footer__item:last-child {
  border-bottom: none;
}
.footer__item a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer__item {
    border-bottom: none;
    padding: 0;
  }
}

.cardList {
  *zoom: 1;
}
.cardList:before, .cardList:after {
  content: " ";
  display: table;
}
.cardList:after {
  clear: both;
}
.cardList.cardList--four {
  font-size: 0;
}

.cardList__item {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 4.16667%;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  float: left;
}
.cardList__item.cardList__item--new[data-color="green"] {
  box-shadow: 0 0 20px 0 #aae384;
}
.cardList__item.cardList__item--new[data-color="yellow"] {
  box-shadow: 0 0 20px 0 #ffe08d;
}
.cardList__item.cardList__item--new[data-color="blue"] {
  box-shadow: 0 0 20px 0 #96ecec;
}
@media (min-width: 550px) {
  .cardList__item {
    margin-right: 4.16667%;
    width: 47.91667%;
    float: left;
  }
  .cardList__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 968px) {
  .cardList__item {
    width: 30.43478%;
    float: left;
  }
  .cardList__item:nth-child(2n) {
    margin-right: 4.16667%;
  }
  .cardList__item:nth-child(3n) {
    margin-right: 0;
  }
}
.cardList--four .cardList__item {
  padding: 1.38889%;
  box-shadow: none;
  background: none;
  margin: 0;
  width: 100%;
  float: left;
  float: none;
}
@media (min-width: 550px) {
  .cardList--four .cardList__item {
    width: 50%;
    float: left;
    margin: 0;
    float: none;
  }
}
@media (min-width: 968px) {
  .cardList--four .cardList__item {
    width: 50%;
    float: left;
    float: none;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .cardList--four .cardList__item {
    width: 25%;
    float: left;
    float: none;
    margin: 0;
  }
}

.cardList__item--intro {
  display: none;
}
@media (min-width: 550px) {
  .cardList__item--intro {
    display: inline-block;
  }
}

.cardList__year {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  padding: 4.16667%;
  padding-top: 0;
}

.cardList__yearIcon {
  color: #71CC47;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.cardList__yearIcon--right {
  color: #71CC47;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  margin-left: 15px;
}

.cardList__group {
  *zoom: 1;
}
.cardList__group:before, .cardList__group:after {
  content: " ";
  display: table;
}
.cardList__group:after {
  clear: both;
}

.classUsers__container {
  margin-bottom: 30px;
}
.classUsers__container:last-child {
  margin-bottom: 0;
}

.classUsers__letter {
  font-size: 1.5rem;
  margin-bottom: 20px;
  display: block;
}

.classUsers__list {
  *zoom: 1;
  font-size: 0;
}
.classUsers__list:before, .classUsers__list:after {
  content: " ";
  display: table;
}
.classUsers__list:after {
  clear: both;
}

.classUser {
  margin-bottom: 10px;
  position: relative;
  min-height: 80px;
  font-size: 1rem;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  background: #fff;
}
.classUsers--modify .classUser {
  overflow: hidden;
}
@media (min-width: 1280px) {
  .classUser {
    display: inline-block;
    width: calc(50% - 10px);
  }
  .classUsers__list--full .classUser {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .classUser:nth-child(odd) {
    margin-right: 10px;
  }
  .classUsers__list--full .classUser:nth-child(odd) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .classUser:nth-child(even) {
    margin-left: 10px;
  }
  .classUsers__list--full .classUser:nth-child(even) {
    margin-left: 0;
  }
}
.classUser.removing {
  min-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  height: 0;
}
.classUser.open {
  overflow: hidden;
}

.classUser__item {
  display: block;
  *zoom: 1;
  width: 100%;
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  height: auto;
}
.classUser__item:before, .classUser__item:after {
  content: " ";
  display: table;
}
.classUser__item:after {
  clear: both;
}
.classUser__item .profile {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 49%;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 80px);
}
.classUser__item .classUser__group {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 50%;
  padding-right: 70px;
  padding-left: 20px;
  line-height: 2em;
}
.classUsers--modify .classUser__item {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
          transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.open .classUser__item {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
          transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.classUser__groupMore {
  display: block;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
  min-width: 100px;
  padding: 0 10px;
  font-size: 0.75rem;
  color: #71CC47;
}

.classUser__delete {
  position: absolute;
  right: 20px;
  color: #333;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
}
.ie .classUser__delete {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
}
.classUser__delete:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translatey(-5px);
      -ms-transform: translatey(-5px);
          transform: translatey(-5px);
}

.classUser__modifyer.classUser__modifyer--visible {
  opacity: 0;
  z-index: -1;
}
.open .classUser__modifyer.classUser__modifyer--visible {
  opacity: 1;
  z-index: 9;
}

.nameModify__fieldset {
  display: inline-block;
  position: relative;
}

.nameModify {
  text-align: center;
}
.nameModify[data-color="green"] {
  background: #AAE384;
}
.nameModify[data-color="yellow"] {
  background: #FFE08D;
}
.nameModify[data-color="blue"] {
  background: #96ECEC;
}
.nameModify.nameModify--noPadding .nameModify__aux {
  padding-top: 0;
}

.nameModify__aux {
  padding: 4.16667%;
}

.nameModify__save {
  opacity: 0;
  display: inline;
  -webkit-transition: 0.3s opacity cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: 0.3s opacity cubic-bezier(0.61, 0.47, 0.46, 0.63);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nameModify__icon {
  font-size: 40px;
  display: inline-block;
  width: 40px;
  position: absolute;
  bottom: 10px;
  right: 0;
  text-align: right;
  -webkit-transition: 0.3s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.3s;
          transition: 0.3s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.3s;
}
.nameModify--small .nameModify__icon {
  font-size: 30px;
}

.nameModify__edit {
  opacity: 1;
  -webkit-transition: 0.3s opacity cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.3s;
          transition: 0.3s opacity cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.3s;
  z-index: 11;
  position: relative;
}

.nameModify__save--delete {
  color: #FF4B52;
  display: inline-block;
}

.nameModify__save--confirm {
  color: #71CC47;
  display: inline-block;
}

.nameModify__placeholder {
  color: #757575;
}

.nameModify__input, .nameModify__textArea {
  border: none;
  background: none;
  text-align: center;
  font-size: 2.5rem;
  padding: 0 10px;
  padding-right: 40px;
  width: 400px;
  border-radius: 0;
  color: #333;
  -webkit-transition: 0.3s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: 0.3s cubic-bezier(0.61, 0.47, 0.46, 0.63);
  border-bottom: 1px solid #666;
  box-sizing: content-box;
}
.nameModify__input:focus, .nameModify__textArea:focus {
  text-align: left;
  padding-right: 110px;
  outline: none;
  border-bottom: 1px solid #71CC47;
}
.lessonForm .nameModify__input:focus, .lessonForm .nameModify__textArea:focus {
  padding-right: 0;
  max-width: 100%;
  width: 280px;
}
.nameModify__input::-ms-clear, .nameModify__textArea::-ms-clear {
  display: none;
}
.nameModify--left .nameModify__input, .nameModify--left .nameModify__textArea {
  text-align: left;
}
.nameModify--small .nameModify__input, .nameModify--small .nameModify__textArea {
  font-size: 1.5rem;
  width: 300px;
}

.nameModify__inputLessonPlan {
  width: 400px;
}
@media (min-width: 968px) {
  .nameModify__inputLessonPlan {
    width: 480px;
  }
}

.nameModify__textArea {
  padding: 10px 30px 10px 0;
  text-align: left;
  line-height: 1.2em;
}
.nameModify__textArea.full .nameModify__placeholder {
  display: none;
}
.lessonForm .nameModify__textArea {
  max-width: 100%;
  width: 280px;
  padding-right: 0;
}

.classUserMenu__wrapper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 80px;
}

.classUserMenu__button {
  font-size: 1.25rem;
  color: #333;
  padding: 0 40px;
}

.classUserMenu__content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  right: -14px;
  top: 65px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  min-width: 200px;
}
.onTop .classUserMenu__content {
  bottom: 70px;
  top: auto;
}
.classUserMenu__content:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 20px;
  top: -6px;
  margin-left: -10px;
  margin-top: -5px;
  right: 45px;
  z-index: 10;
  opacity: 0;
}
.open .classUserMenu__content:before {
  opacity: 1;
}
.onTop .classUserMenu__content:before {
  bottom: -10px;
  top: auto;
}

.nameModify__fieldset {
  display: inline-block;
  position: relative;
}

.nameModify {
  text-align: center;
}
.nameModify[data-color="green"] {
  background: #AAE384;
}
.nameModify[data-color="yellow"] {
  background: #FFE08D;
}
.nameModify[data-color="blue"] {
  background: #96ECEC;
}
.nameModify.nameModify--noPadding .nameModify__aux {
  padding-top: 0;
}

.nameModify__aux {
  padding: 4.16667%;
}

.nameModify__save {
  opacity: 0;
  display: inline;
  -webkit-transition: 0.3s opacity cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: 0.3s opacity cubic-bezier(0.61, 0.47, 0.46, 0.63);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nameModify__iconTitle {
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto 15px;
  font-size: 2.5rem;
}

.nameModify__icon {
  font-size: 40px;
  display: inline-block;
  width: 40px;
  position: absolute;
  bottom: 10px;
  right: 0;
  text-align: right;
  -webkit-transition: 0.3s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.3s;
          transition: 0.3s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.3s;
}
.nameModify--small .nameModify__icon {
  font-size: 30px;
}

.nameModify__edit {
  opacity: 1;
  -webkit-transition: 0.3s opacity cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.3s;
          transition: 0.3s opacity cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.3s;
  z-index: 11;
  position: relative;
}

.nameModify__save--delete {
  color: #FF4B52;
  display: inline-block;
}

.nameModify__save--confirm {
  color: #71CC47;
  display: inline-block;
}

.nameModify__placeholder {
  color: #757575;
}

.nameModify__input, .nameModify__textArea {
  border: none;
  background: none;
  text-align: center;
  font-size: 3rem;
  padding: 0 10px;
  padding-right: 40px;
  width: 400px;
  color: #333;
  -webkit-transition: 0.3s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: 0.3s cubic-bezier(0.61, 0.47, 0.46, 0.63);
  border-bottom: 1px solid #666;
  box-sizing: content-box;
}
.nameModify__input:focus, .nameModify__textArea:focus {
  text-align: left;
  padding-right: 110px;
  outline: none;
  border-bottom: 1px solid #71CC47;
}
.nameModify__input::-ms-clear, .nameModify__textArea::-ms-clear {
  display: none;
}
.nameModify--left .nameModify__input, .nameModify--left .nameModify__textArea {
  text-align: left;
}
.nameModify--small .nameModify__input, .nameModify--small .nameModify__textArea {
  font-size: 24px;
  width: 300px;
}

.nameModify__inputLessonPlan {
  width: 280px;
}
@media (min-width: 550px) {
  .nameModify__inputLessonPlan {
    width: 470px;
  }
}

.nameModify__textArea {
  overflow: hidden;
  padding: 10px;
  width: 250px;
  font-size: 40px;
  display: block;
  border-bottom: 1px solid #666;
}
.nameModify__textArea:focus {
  padding-right: 200px;
}
.nameModify__fieldset .nameModify__textArea {
  padding-right: 40px;
}

.nameModify__textArea--small {
  font-size: 22px;
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
}
.nameModify__textArea--small:focus {
  text-align: left;
  padding-right: 0px;
  outline: none;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  margin: 0 auto;
  z-index: 100;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
}
.overlay.fullscreen {
  padding: 0;
}
.overlay.fullscreen .section__main {
  padding-bottom: 0;
}
.overlay.overlayOpen {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -ms-transform: translateY(0%);
}

.overlay__content {
  margin: 0 auto;
  top: 0;
  border-radius: 15px;
  position: relative;
  background: #fff;
  width: 80%;
  overflow: hidden;
}
.fullscreen .overlay__content {
  width: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .overlay__content {
    min-width: 730px;
    max-width: 850px;
  }
  .fullscreen .overlay__content {
    max-width: 100%;
    min-width: 100%;
  }
}

.overlay__close {
  color: #333;
  font-size: 25px;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 9;
}

.overlay__buttons {
  text-align: center;
  margin: 30px 0 0;
  *zoom: 1;
  width: 100%;
}
.overlay__buttons:before, .overlay__buttons:after {
  content: " ";
  display: table;
}
.overlay__buttons:after {
  clear: both;
}

.overlay__button {
  display: block;
  margin: 0 auto;
}
@media (min-width: 550px) {
  .overlay__button {
    max-width: 100%;
    display: inline-block;
  }
}
.overlay__button + .overlay__button {
  margin-top: 30px;
}
@media (min-width: 550px) {
  .overlay__button + .overlay__button {
    margin-left: 30px;
    margin-top: 0px;
  }
}

.overlay__title {
  padding-top: 30px;
}
@media (min-width: 968px) {
  .overlay__title {
    padding-top: 0;
  }
}
.overlay__title.overlay__title--em {
  color: #71CC47;
}

.overlayTerms__title {
  text-align: center;
  margin-bottom: 20px;
}
.overlayTerms__title a {
  color: #71CC47;
  margin-top: 5px;
  display: block;
  text-decoration: underline;
}

.overlayLog .overlay__content {
  border-radius: 0;
  background: none;
  max-width: 683px;
}
.overlayLog .overlay__close {
  right: 30px;
  top: 0px;
}
@media (min-width: 550px) {
  .overlayLog .overlay__close {
    top: 10px;
  }
}
@media (min-width: 768px) {
  .overlayLog .overlay__close {
    color: white;
    font-size: 40px;
    top: -18px;
    right: -10px;
  }
}
@media (min-width: 550px) {
  .overlayLog .zainoDigitale .button--zaino1 {
    margin-right: 20px;
  }
}

.classEmptyState {
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 9;
}

.classEmptyState__item {
  padding: 0 0 4.16667%;
}
.editorial .classEmptyState__item {
  padding-top: 4.16667%;
}

.classEmptyState__icon {
  width: 130px;
  height: 130px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 2.5rem;
}

.classEmptyState__title {
  margin-bottom: 35px;
}

.classEmptyState__subtitle {
  margin-bottom: 10px;
}

.classEmptyState__paragraph {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tooltip {
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
  text-align: center;
  border-radius: 5px;
  display: none;
  z-index: 10;
}
.tooltip:after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  bottom: 100%;
  top: -30px;
}
.tooltip:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 20px;
  top: -10px;
  margin-left: -10px;
  left: 66%;
  z-index: 10;
}
.tooltip.right:before {
  left: 10%;
}
.tooltip.bottom:before {
  top: auto;
  bottom: -10px;
}
.tooltip.bottom:after {
  top: 100%;
  bottom: -30px;
}

.tooltip__content {
  display: none;
}
.tooltip .tooltip__content {
  display: block;
}

.tooltipBtn--text {
  font-size: 12px;
  text-align: center;
  color: #333;
  display: block;
  text-decoration: underline;
  padding-bottom: 35px;
}

.tooltipBtn {
  position: relative;
}

.tooltipBtn__iconWhite {
  color: #fff;
  font-size: 25px;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -20px;
}

.tooltip__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 10px;
  z-index: 99;
}
body:not(.deviceMobile) .tooltip__close {
  display: none;
}

.tooltip__title {
  margin-bottom: 12px;
}

.tooltip__subtitle {
  max-width: 200px;
  margin: 0 auto 12px;
}

.tooltip__par {
  font-size: 0.75rem;
  max-width: 250px;
  margin: 0 auto;
}
.tooltip__par + .tooltip__par {
  margin-top: 12px;
}

.tooltip__par--sep {
  color: #666;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}

.tooltip__link {
  display: inline-block;
}

/*personalizzazione */
.carousel__container {
  margin-bottom: 30px;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.owl-dot.active {
  background: #333;
}

.owl-nav {
  color: #fff;
}

.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.owl-next {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 0;
}

.owl-prev {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  () */
/*  Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.chart {
  position: relative;
}

.chart__select {
  position: relative;
  z-index: 9;
}
.chart__select option {
  text-transform: uppercase;
}
.chart__select .form__fieldset {
  padding: 0;
}

.highcharts-plot-line-label {
  padding: 5px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 11px !important;
}

.highcharts-graph {
  stroke: transparent !important;
}

.chart__arrows {
  position: absolute;
  bottom: 1%;
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 968px) {
  .chart__arrows {
    bottom: 10px;
  }
}

.chart__arrow {
  color: #71CC47;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  float: right;
  border: none;
  background: #fff;
  height: 130px;
  position: relative;
  top: 62px;
  width: 70px;
}
.chart__arrow.disabled {
  color: #333;
  pointer-events: none;
}
.chart__arrow.chart__arrow--prev {
  float: left;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.highcharts-yaxis-labels {
  display: none;
}

.highcharts-halo {
  fill: #333;
}

.highcharts-point {
  fill: #FF4B52;
  stroke-width: 3;
  stroke: #f3f3f3;
  box-shadow: inset 0 0 0 -1px red;
}

.highcharts-title,
.highcharts-legend-box,
.highcharts-credits,
.highcharts-axis-line {
  display: none;
}

.highcharts-axis-labels {
  top: 15px !important;
}
.highcharts-axis-labels span {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  margin-left: 2px !important;
}
.highcharts-axis-labels span:before {
  content: "";
  height: 10px;
  width: 1px;
  display: block;
  background: #dadada;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
}

.highcharts-tooltip {
  border: none;
  pointer-events: auto !important;
}
.highcharts-tooltip span {
  font-family: "Open Sans", sans-serif !important;
  font-size: 11px !important;
  display: block;
  padding: 10px;
  position: relative !important;
  color: #666666 !important;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.highcharts-tooltip a {
  color: #666;
}
.highcharts-tooltip em {
  font-weight: bold;
}

.section__search {
  position: relative;
}
@media (min-width: 550px) {
  .section__search {
    height: 50px;
  }
  .section__search--height {
    height: auto;
  }
}
.section__search.section__rightWrapper {
  max-width: 100%;
}
@media (min-width: 768px) {
  .section__search.section__rightWrapper {
    max-width: 560px;
  }
}
@media (min-width: 1024px) {
  .section__search.section__rightWrapper {
    max-width: 650px;
  }
}

.section__searchWrapper {
  padding: 20px 0;
  *zoom: 1;
}
.section__searchWrapper:before, .section__searchWrapper:after {
  content: " ";
  display: table;
}
.section__searchWrapper:after {
  clear: both;
}
@media (min-width: 968px) {
  .section__searchWrapper {
    margin-left: 80px;
    width: 83.33333%;
    padding: 20px;
    padding-left: 4.16667%;
  }
}

.search {
  min-width: 250px;
}
.search + .classUsers__list {
  padding-top: 20px;
}

.filter__tag {
  margin-top: 10px;
  margin-left: 10px;
  min-width: 150px;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
          transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  display: inline-block;
}
@media (min-width: 550px) {
  .filter__tag {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .filter__tag {
    margin-right: 10px;
    min-width: 195px;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .filter__tag {
    min-width: 250px;
  }
}
.active .filter__tag {
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
          transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.search__wrapper {
  position: relative;
  padding-left: 55px;
}
@media (min-width: 768px) {
  .search__wrapper {
    padding-right: 55px;
    padding-left: 0;
    text-align: right;
  }
}

.search__label,
.search__input,
.search__btn {
  display: inline-block;
  vertical-align: middle;
}

.search__fiedset {
  width: 100%;
}

.search__input {
  border: none;
  background-color: transparent;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  position: absolute;
  top: 0;
  left: 50px;
  height: 50px;
}
.search__input:focus {
  outline: none;
}
.search__input::-ms-clear {
  display: none;
}
.active .search__input {
  line-height: 50px;
  padding: 0 50px 0 0;
  width: calc(100% - 50px);
  display: block;
  z-index: 2;
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
          transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}

.search__reset {
  font-size: 25px;
  border: 1px solid #333;
  border-radius: 50%;
  color: #333;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background-color: #fff;
  position: absolute;
  top: 7px;
  right: 10px;
}
.active .search__reset {
  z-index: 2;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
          transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}
.section__searchWrapper .search__reset {
  right: 150px;
}

.search__btn {
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.section__searchWrapper .search__btn {
  z-index: 2;
}

.search__label {
  color: #71CC47;
  position: relative;
  cursor: pointer;
  font-size: 1.625rem;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #DADADA;
  line-height: 50px;
  text-align: left;
  padding: 0 12px;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
          transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .search__label {
    right: 0;
    left: auto;
  }
}
.active .search__label {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  z-index: 1;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
          transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.filter__tag + .search__label {
  top: 10px;
}
@media (min-width: 550px) {
  .filter__tag + .search__label {
    top: 0;
  }
}

.search__wrapper--full {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}
.search__wrapper--full .search__label {
  position: relative;
  width: 100%;
}
.search__wrapper--full .search__input {
  line-height: 50px;
  padding: 0 50px 0 0;
  width: calc(100% - 145px);
  display: block;
  z-index: 2;
  opacity: 1;
}
.section__searchWrapper .search__wrapper--full {
  margin: 0;
  max-width: 100%;
}
.search__wrapper--full .search__btn {
  height: 35px;
  line-height: 34px;
  margin: 0 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.searchResult {
  border-top: 1px solid #f3f3f3;
}

.searchResult__par {
  text-align: center;
  padding: 4.16667%;
}

.searchResult__pagination {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 35px;
  border-top: 1px solid #f3f3f3;
}

.searchResult__icon {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 550px) {
  .searchResult__icon {
    font-size: 25px;
  }
}

.searchResult__alert {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  font-size: 14px;
  color: #666;
}
@media (min-width: 550px) {
  .searchResult__alert {
    font-size: 18px;
    line-height: 1.3;
    width: 80%;
  }
}

.searchResult__alertBox {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0 0;
}

.searchResult__info {
  width: 280px;
  position: fixed;
  height: 100%;
  top: 0;
  right: -1000px;
  background: #fff;
  z-index: 100;
  box-shadow: 0 10px 25px 0 rgba(50, 94, 128, 0.2);
  -webkit-transition: all 0.9s ease-in-out;
          transition: all 0.9s ease-in-out;
}
@media (min-width: 0) and (max-width: 550px) {
  .searchResult__info {
    width: 100%;
  }
}
.searchResult__info.visible {
  right: 0;
  -webkit-transition: all 0.9s ease-in-out;
          transition: all 0.9s ease-in-out;
}
.searchResult__info .icon {
  display: block;
  margin-bottom: 12px;
}
.searchResult__info .icon.mosaico-w {
  font-size: 12px;
}
.searchResult__info .icon.mosaico-w:before {
  width: 40px;
  height: 30px;
}
.searchResult__info .icon.downloadapp-w {
  font-size: 15px;
}
.searchResult__info .icon.downloadapp-w:before {
  height: 44px;
  height: 44px;
}
.searchResult__info .icon.i-info-3 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FF5073;
  color: #fff;
  line-height: 28px;
  font-size: 12px;
  margin: 0 auto 12px;
}
.searchResult__info .icon.i-domanda, .searchResult__info .icon.i-close {
  width: 57px;
  height: 57px;
  background-color: #FF5073;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  line-height: 57px;
}
.ie .searchResult__info .icon.i-domanda, .ie .searchResult__info .icon.i-close {
  line-height: 47px;
}

.searchResult__infoContainer {
  height: 100%;
  overflow: auto;
}

.searchResult__infoWrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 40px;
}
@media (min-width: 0) and (max-width: 550px) {
  .searchResult__infoWrapper {
    padding: 40px 40px 80px;
  }
}

.searchResult__infoContent {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}

.searchResult__infoItem {
  text-align: center;
  margin-bottom: 45px;
}

.searchResult__infoText {
  font-size: 12px;
}
.searchResult__infoText a {
  color: #71CC47;
}

.searchResult__infoButton {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 101;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in;
}
.searchResult__info.visible .searchResult__infoButton {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
}

.searchResult__closeButton {
  cursor: pointer;
  position: fixed;
  right: -1000px;
  bottom: 40px;
}
.visible .searchResult__closeButton {
  right: 253px;
  -webkit-transition: all 0.92s ease-in-out;
          transition: all 0.92s ease-in-out;
}
@media (min-width: 0) and (max-width: 550px) {
  .visible .searchResult__closeButton {
    border-top: 1px solid #f7f7f7;
    width: 100%;
    right: 0;
    background: #fff;
    bottom: 0;
    padding: 20px;
    text-align: center;
  }
}
@media (min-width: 0) and (max-width: 550px) {
  .visible .searchResult__closeButton .icon {
    display: block;
    margin: auto;
  }
}

.wizardIco__title {
  text-align: center;
}

.wizardIcon__list {
  font-size: 0;
  text-align: center;
}

.wizardIcon__item {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 2.5%;
  vertical-align: top;
  position: relative;
  margin-bottom: 35px;
}
.wizardIcon__item.tird, .wizardIcon__item.fourth {
  border: 4px solid #f3f3f3;
  border-radius: 20px;
}
.wizardIcon__item:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 5px;
  width: 45%;
  background: transparentize;
  border-top: 3px dashed #666;
  display: block;
  right: -56px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 3;
  display: none;
}
@media (min-width: 768px) {
  .wizardIcon__item {
    width: 33.3%;
    margin-bottom: 0;
  }
  .wizardIcon__item:first-child::after {
    display: none;
  }
}

.wizardIcon__link {
  display: block;
}
.tird .wizardIcon__link {
  padding: 0;
}
@media (min-width: 768px) {
  .tird .wizardIcon__link {
    padding: 35px 0 50px;
  }
}

.wizardIcon__step {
  display: block;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  width: 40px;
  margin: 0 auto;
  background: #f3f3f3;
}

.wizardIcon__link__aux {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFE08D;
  margin: 12px auto;
  position: relative;
  z-index: 9;
}
.second .wizardIcon__link__aux {
  background: #96ECEC;
}
.tird .wizardIcon__link__aux {
  background: #AAE384;
}
@media (min-width: 968px) {
  .wizardIcon__link__aux {
    width: 195px;
    height: 195px;
    margin: 25px auto;
  }
}

.wizardIcon__icon {
  font-size: 1.875rem;
  display: block;
}
@media (min-width: 968px) {
  .wizardIcon__icon {
    font-size: 2.5rem;
  }
}

.participantsItem {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #DADADA;
  height: 40px;
  line-height: 40px;
  color: #666;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 20px;
  text-align: right;
}
.tableItem__cell--small:last-child .participantsItem {
  margin-right: 0;
}

.participantsItem__text {
  width: 20px;
  display: inline-block;
}

.participantsItem__icon {
  color: #71CC47;
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
          transition: transform 0.2s cubic-bezier(0.95, 0.84, 0.44, 1);
}
.participantsItem--disabled .participantsItem__icon {
  color: #bbb;
}

.participantsItem__aux:before {
  bottom: -29px;
}

.activityDate {
  font-size: 0.875rem;
  color: #666;
}

.activityDate__status {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: #FF4B52;
  margin-right: 5px;
}
.done .activityDate__status {
  background: #71CC47;
}

.activityDate__text {
  display: inline-block;
  min-width: 55px;
}
.dettaglio__attivitaClasse .activityDate__text {
  display: block;
}

.evaluation {
  border: 1px solid #DADADA;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  display: inline-block;
  float: right;
  color: #666;
  letter-spacing: 0.1em;
  font-size: 0;
  background: #fff;
}

.evaluation__text {
  font-size: 0.875rem;
}

.evaluation__icon {
  font-size: 0.875rem;
}
.done .evaluation__icon {
  color: #71CC47;
  font-size: 1rem;
}

.evaluation__tooltip {
  width: 50%;
  display: inline-block;
  font-size: 0.875rem;
}

.evaluation__vote {
  font-size: 0;
  height: 50px;
}

.evaluation__part {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  text-align: center;
}
.evaluation__part.evaluation__vote {
  width: 100px;
}
.evaluation__part:nth-child(2) {
  border-left: 1px solid #DADADA;
}
.evaluation__part:nth-child(3) {
  border-left: 1px solid #DADADA;
}

.section--activityTable .section__header {
  background: #f3f3f3;
  padding-top: 4.16667%;
}
@media (min-width: 1280px) {
  .section--activityTable .section__header {
    padding-top: 2.08333%;
  }
}
.section--activityTable .section__main {
  background: #f3f3f3;
  padding-top: 4.16667%;
  padding-bottom: 4.16667%;
  -webkit-transition: all 0.5s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: all 0.5s cubic-bezier(0.61, 0.47, 0.46, 0.63);
}
.section--activityTable .section__main + .section__main {
  padding-top: 0;
}
@media (min-width: 1280px) {
  .section--activityTable .section__main {
    padding-bottom: 2.77778%;
    padding-top: 2.77778%;
  }
}

.section--activityTable.activityTable--noResults .section__main {
  background: #96ECEC;
}

.activityTable {
  -webkit-transition: all 0.5s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: all 0.5s cubic-bezier(0.61, 0.47, 0.46, 0.63);
  box-shadow: 0 23px 80px 0 rgba(0, 0, 0, 0.1);
}
.activityTable[data-tab] {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.activityTable[data-tab].activeTab {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.activityTable.removing {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.activityTable__header {
  background: transparent;
  padding: 0;
}

.activityTable__title {
  display: inline-block;
}

.activityTable__headerAux {
  max-width: 1440px;
  padding: 0 4.16667%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .activityTable__headerAux {
    padding: 0 8.33333%;
  }
}
.dettaglio__attivitaClasse .activityTable__headerAux {
  padding: 0;
}

.activityTable__headerWrapper {
  padding: 0 35px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}
.dettaglio__attivitaClasse .activityTable__headerWrapper {
  padding: 0 20px;
  border-bottom: 3px solid #DADADA;
}
@media (min-width: 1024px) {
  .dettaglio__attivitaClasse .activityTable__headerWrapper {
    padding: 0 30px;
  }
}

.activityTable__bigCell {
  text-align: left;
}
@media (min-width: 968px) {
  .activityTable__header .activityTable__bigCell {
    padding-left: 70px;
  }
}
.dettaglio__attivitaClasse .activityTable__bigCell {
  padding-left: 0;
}

.activityTable__due {
  min-width: 100px;
}
.dettaglio__attivitaClasse .activityTable__due {
  min-width: 120px;
}

.activityTable__open {
  min-width: 130px;
}

.activityTable__body {
  background: #fff;
}

.activityTable--empty {
  box-shadow: none;
}

.activityTable__empty {
  padding-bottom: 4.16667%;
  padding-top: 4.16667%;
  text-align: center;
}
@media (min-width: 1280px) {
  .activityTable__empty {
    padding-bottom: 2.77778%;
    padding-top: 2.77778%;
  }
}

.activityTable__emptyIcon {
  width: 130px;
  height: 130px;
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: inline-block;
}

.activityTable__emptyText {
  display: block;
  text-align: center;
}

.partecipantsList {
  text-align: center;
  width: 270px;
  right: 0;
  top: 58px;
  z-index: 13;
}
.onRight .partecipantsList {
  right: auto;
  left: 0;
}

.partecipantsList__item {
  line-height: 1.92;
}

.partecipantsList__link {
  color: #333;
}

.partecipantsList__title {
  line-height: 1.92;
}

.studentSummary__wrapper {
  font-size: 0;
}

.studentSummary {
  padding: 4.16667%;
  width: 50%;
  display: inline-block;
  background: #96ECEC;
  vertical-align: bottom;
}
.studentSummary:first-child {
  background: #FFE08D;
}

.studentSummary__inside {
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
  height: 190px;
}

.studentSummary__title {
  border-bottom: 1px solid #f3f3f3;
  padding: 15px 20px 10px;
}

.studentSummary__iconAdd {
  display: inline-block;
  color: #71CC47;
  font-size: 25px;
  vertical-align: middle;
}
.group--editable + .studentSummary__iconAdd {
  margin-left: 15px;
}

.studentSummary__link {
  display: block;
  color: #71CC47;
  font-size: 0.875rem;
  line-height: 2;
}

.studentSummary__name {
  text-transform: uppercase;
  display: inline-block;
  margin-left: 20px;
  font-size: 1rem;
}

.studentEmptyState__title {
  margin-bottom: 35px;
}

.studentEmptyState__subtitle {
  margin-bottom: 10px;
}

.studentEmptyState__paragraph {
  margin: 0 auto;
  margin-bottom: 10px;
}

.studentSummary__subject {
  margin-bottom: 5px;
  display: inline;
}
.studentSummary__subject + .studentSummary__subject {
  margin-left: 15px;
}

.studentSummary__insideWrapper {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
}

.studentSummary__gradeCard {
  margin: 0 30px;
  height: 95px;
  position: relative;
}

.studentSummary__grade {
  border-radius: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #f3f3f3;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 12px;
}

.studentDetailTable .evaluation__vote {
  width: 60px;
  line-height: 59px;
}
.studentDetailTable .tableItem__cell--medium {
  width: 185px;
  max-width: 185px;
}
.studentDetailTable .tableItem__cell--medium .studentDetailTable__title {
  text-align: center;
}
.dettaglio__attivitaClasse .studentDetailTable .tableItem__cell--medium {
  width: 175px;
  max-width: 175px;
}
.studentDetailTable .tableItem__cell--small {
  width: 120px;
}
.studentDetailTable .tableItem__cell--small .studentDetailTable__title {
  text-align: center;
}
.studentDetailTable .studentDetailTable__title {
  display: block;
}
.studentDetailTable .tableItem__cell--small {
  width: 120px;
  text-align: center;
}
.studentDetailTable .tableItem__cell--small.activityTable__open {
  text-align: left;
}
.studentDetailTable .evaluation__part {
  position: relative;
}
.studentDetailTable .evaluation__part .dd__content {
  text-align: center;
  padding: 20px;
  right: -20px;
  margin-top: -20px;
}
.studentDetailTable .evaluation__part .onTop .dd__content {
  bottom: 60px;
}
.studentDetailTable .evaluation__part .i-addNotes {
  display: block;
  color: #71CC47;
  font-size: 1.25rem;
  cursor: pointer;
  margin-top: -3px;
}

.evaluation__comment {
  display: inline-block;
  vertical-align: top;
  width: 235px;
  height: 100px;
  text-align: left;
  padding: 10px 5px;
  border: 1px solid #DADADA;
  resize: none;
  margin-bottom: 20px;
}

.studentEvaluation__vote {
  background: #fff url(../images/arrow.png) no-repeat 90% 50%;
  background: #fff url(../images/arrow.png) no-repeat calc(100% - 9px) 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 100%;
  background-size: initial;
  padding: 0 10px;
  font-size: 0.875rem;
  text-indent: 5px;
}
.studentEvaluation__vote::-ms-expand {
  display: none;
}
.studentEvaluation__vote:focus {
  outline: none;
}

.newClass__wrapper {
  position: relative;
  overflow: hidden;
}
.newClass__wrapper[data-color="green"] {
  background: #AAE384;
}
.newClass__wrapper[data-color="yellow"] {
  background: #FFE08D;
}
.newClass__wrapper[data-color="blue"] {
  background: #96ECEC;
}

.newClass__content {
  *zoom: 1;
  text-align: center;
  width: 100%;
  float: left;
  float: none;
  font-size: 0;
}
.newClass__content:before, .newClass__content:after {
  content: " ";
  display: table;
}
.newClass__content:after {
  clear: both;
}

.newClass__message {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  float: left;
  float: none;
}
@media (min-width: 550px) {
  .newClass__message {
    width: 52.08333%;
    float: left;
    float: none;
  }
}
@media (min-width: 968px) {
  .newClass__message {
    width: 52.17391%;
    float: left;
    float: none;
  }
}
@media (min-width: 1280px) {
  .newClass__message {
    width: 34.78261%;
    float: left;
    float: none;
  }
}

.newClass__class {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  float: left;
  float: none;
  max-width: 275px;
}
@media (min-width: 550px) {
  .newClass__class {
    width: 47.91667%;
    float: left;
    float: none;
  }
}
@media (min-width: 968px) {
  .newClass__class {
    width: 39.13043%;
    float: left;
    float: none;
  }
}
@media (min-width: 1280px) {
  .newClass__class {
    width: 34.78261%;
    float: left;
    float: none;
  }
}

.newClass__title {
  text-align: center;
}

.customSelect {
  position: relative;
  text-align: left;
}

.customSelect__selected {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
  padding: 12px 40px 13px 20px;
  width: 100%;
  border: 1px solid #DADADA;
  display: block;
  text-overflow: ellipsis;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.open .customSelect__selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.open .customSelect__selected:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.customSelect__selected:after {
  content: "";
  color: #71CC47;
  position: absolute;
  right: 20px;
  font-family: "icomoon" !important;
  font-size: 10px;
}
.form__date .customSelect__selected:after {
  right: 33px;
}

body:not(.deviceMobile) .customSelect__realSelect {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
}

.customSelect__list {
  display: none;
  border: 1px solid #DADADA;
  background: #fff;
  border-top: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  max-height: 350px;
  overflow: auto;
}
.overlay--classiRisorseSelect .customSelect__list {
  position: relative;
  max-height: 320px;
}
.open .customSelect__list {
  display: block;
}

.customSelect__option {
  padding: 15px 45px 15px 20px;
  min-height: 50px;
  border-top: 1px solid #f3f3f3;
}
.customSelect__option:hover, .customSelect__option.selected {
  background: #f3f3f3;
}
.customSelect__option.active {
  background: url(../images/check.png) no-repeat 90% 50%;
  background: url(../images/check.png) no-repeat calc(100% - 20px) 50%;
  background-size: 20px;
}
.customSelect__option.active:hover, .customSelect__option.active.selected {
  background: #f3f3f3 url(../images/check.png) no-repeat 90% 50%;
  background: #f3f3f3 url(../images/check.png) no-repeat calc(100% - 20px) 50%;
  background-size: 20px;
}

.groupList__item {
  background: #fff;
  border: 1px solid #DADADA;
  margin-bottom: 10px;
  min-height: 80px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.groupList__item.groupList__item--added {
  background: #f3f3f3;
}

.groupList__text {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.groupList__title {
  display: block;
  font-size: 1rem;
}

.groupList__names {
  display: block;
}

.groupList__all {
  margin-left: 5px;
  color: #71CC47;
}

.groupList__dd {
  position: relative;
  line-height: 30px;
}

.groupList__btn {
  font-size: 30px;
}

.groupList__remove {
  display: none;
  color: #FF4B52;
}
.classUser__item--added .groupList__remove, .groupList__item--added .groupList__remove {
  display: block;
}

.groupList__add {
  color: #71CC47;
}
.classUser__item--added .groupList__add, .groupList__item--added .groupList__add {
  display: none;
}

.groupList__color {
  height: 40px;
  width: 40px;
  min-width: 40px;
  margin-right: 20px;
  border-radius: 50%;
}
.groupList__item[data-color="green"] .groupList__color {
  background: #AAE384;
}
.groupList__item[data-color="blue"] .groupList__color {
  background: #96ECEC;
}
.groupList__item[data-color="yellow"] .groupList__color {
  background: #FFE08D;
}

.freeList {
  padding: 30px 0;
}

.freeList__item {
  background: #fff;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  min-height: 80px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.freeList__text {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.freeList__title {
  display: block;
  font-size: 1rem;
}

.freeList__add {
  -webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
          transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.freeList__item--added .freeList__add {
  opacity: 0;
  z-index: -1;
}

.freeList__btn {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.freeList__remove {
  color: #71CC47;
  font-size: 0.875rem;
  opacity: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
          transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.ie .freeList__remove {
  top: 0;
}
.freeList__item--added .freeList__remove {
  opacity: 1;
  z-index: 2;
}

.freeList__removeIcon {
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.editorial {
  font-size: 0;
}
.editorial + .editorial {
  margin-top: 20px;
}

.editorial--padding {
  padding: 8.33333%;
}

.editorial--box {
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
}
.dettaglio__attivita .editorial--box {
  background: #fff;
  border-radius: 30px;
}

.editorial__content {
  padding: 35px;
}
@media (min-width: 1024px) {
  .editorial__content {
    padding: 70px 35px 50px 35px;
  }
}

.editorial--round {
  border-radius: 15px;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
  display: block;
}

.editorial--center {
  text-align: center;
  padding: 0 2.08333% 2.08333% 2.08333%;
}

.editorial__column {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 4.16667%;
  background: #fff;
}
@media (min-width: 768px) {
  .editorial__column {
    width: 50%;
  }
}
.editorial--top .editorial__column {
  padding-top: 0;
}

.editorial__column--center {
  text-align: center;
}

.editorial__text + .editorial__text {
  margin-top: 15px;
}
.dettaglio__attivita .editorial__text + .editorial__text {
  margin-top: 32px;
}

.editorial__title {
  margin-bottom: 10px;
}
.lessonForm__option .editorial__title {
  font-size: 18px;
  margin-bottom: 0;
}

.editorial__title--stroke {
  border-bottom: 1px solid #f3f3f3;
  padding: 2.08333%;
  margin-bottom: 2.08333%;
}

.editorial__link {
  color: #71CC47;
  text-decoration: underline;
}

.paragraph--link {
  text-decoration: underline;
  color: #333;
}

.pincode {
  font-size: 0;
}

.pincode__title {
  padding: 4.16667%;
  text-align: center;
}

.pincode__box {
  text-align: center;
  padding: 4.16667%;
  background: #f3f3f3;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  height: 343px;
}

.pincode__img {
  width: 220px;
  margin: 0 auto;
  box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.pincode__label {
  max-width: 285px;
  padding: 20px;
  margin: 0 auto;
  min-height: 80px;
}

.pincode__index {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  display: inline-block;
}

.pincode__icon {
  width: 220px;
  border-radius: 15px;
  background: #96ECEC;
  padding: 20px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

.activationCards {
  font-size: 0;
}

.activationCard {
  display: inline-block;
  font-size: 1rem;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
  min-height: auto;
  width: 100%;
  float: left;
  margin-bottom: 4.16667%;
}
@media (min-width: 968px) {
  .activationCard {
    width: 47.61905%;
    float: left;
  }
}
@media (min-width: 968px) {
  .activationCard:first-child {
    margin-right: 4.16667%;
    margin-bottom: 0;
  }
}
.activationCard.activationCard--full {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 4.16667%;
}

.activationCard__header {
  padding: 0 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  cursor: pointer;
}
.activationCard--full .activationCard__header {
  display: inline-block;
  padding: 0;
  height: auto;
}

.activationCard__feedback {
  display: none;
}
.activationCard--active .activationCard__feedback {
  display: block;
}

.activationCard__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.activationCard__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.activationCard__title {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.activationCard__open {
  color: #71CC47;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  display: inline-block;
  height: 40px;
  width: 4.16667%;
  line-height: 40px;
  position: absolute;
  right: 40px;
  text-align: center;
  font-size: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.open .activationCard__open {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.activationCard__main {
  padding: 20px 40px 20px;
  border-top: 1px solid #DADADA;
  text-align: center;
  display: none;
}
.open .activationCard__main {
  display: block;
}
.activationCard--full .activationCard__main {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0 30px 20px;
  border: none;
}

.activationCard__field {
  vertical-align: bottom;
}
.activationCard--active .activationCard__field {
  display: none;
}
.activationCard__field.form__fieldset {
  margin-right: 20px;
  margin-top: 15px;
}

.activationCard__btn {
  vertical-align: bottom;
  margin-bottom: 28px;
}
.activationCard--active .activationCard__btn {
  display: none;
}

.activationCard__feedbackIcon {
  display: inline-block;
  vertical-align: middle;
  color: #71CC47;
  font-size: 30px;
  padding-bottom: 30px;
  margin-right: 10px;
}

.activationCard__feedbackTitle {
  color: #333;
  text-decoration: underline;
}

.activationCard__feedbackText {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 30px;
}

.data {
  background: #f3f3f3;
  font-size: 0;
  padding: 20px 4.16667%;
}
.edit .data {
  display: none;
}

.data__modify {
  display: none;
}
.edit .data__modify {
  display: block;
}

.data__label {
  display: inline-block;
  width: 120px;
}

.data__value {
  font-size: 0.875rem;
  display: block;
}
@media (min-width: 550px) {
  .data__value {
    display: inline;
  }
}

.data__field {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  vertical-align: top;
}
@media (min-width: 550px) {
  .data__field {
    padding: 10px 30px;
  }
}
@media (min-width: 768px) {
  .data__field {
    width: 50%;
  }
}

.data__btn {
  display: none;
  min-width: 145px;
}
.edit .data__btn {
  display: inline-block;
}

.data__btn--modify {
  display: inline-block;
}
.edit .data__btn--modify {
  display: none;
}

.hubkitFilter .section__name {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .hubkitFilter .section__name {
    max-width: 444px;
  }
}
.hubkitFilter .section__header {
  min-height: 0;
}

.filterIcon__wrapper .tabberIcon__item:after {
  content: none;
}

@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.outer {
  fill: transparent;
  stroke: #fff;
  stroke-width: 4;
  stroke-dashoffset: 537;
  -webkit-transition: stroke-dashoffset 1s;
          transition: stroke-dashoffset 1s;
  stroke-dasharray: 534;
}
body:not(.ie) .filtered .outer {
  -webkit-animation: show100 3s;
          animation: show100 3s;
  stroke-dashoffset: 0;
}

.border {
  position: absolute;
  height: 150px;
  width: 150px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: -5px;
  left: -15px;
}
.ie .border {
  top: -20px;
  left: -15px;
  bottom: 0;
  right: 0;
  margin: auto;
}

.hubkit__aux {
  padding: 4.16667% 8.33333%;
  background-color: #fff;
  border-radius: 20px;
}

.hubkit__main {
  max-width: 720px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hubkit__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 73px;
          flex: 1 0 73px;
  max-width: 73px;
  height: 98px;
}

.hubkit__search {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80%;
          flex: 1 0 80%;
}
.hubkit__search .section__main {
  margin-left: 47px;
}

.hubkit__searchTitle {
  font-size: 1.5rem;
  line-height: 1.2em;
}
.hubkit__searchTitle + * {
  margin-top: 20px;
}

.hubkit__capitolo + .hubkit__capitolo {
  border-top: 1px solid #f3f3f3;
}

.hubkit__capitoloTitle {
  font-size: 1.5rem;
  line-height: 1.2em;
  max-width: span;
  max-width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .hubkit__capitoloTitle {
    max-width: 50%;
  }
}

.hubkit__select {
  text-align: right;
  position: relative;
  font-size: 0;
}

.hubkit__capitoloLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 30px;
  width: 30px;
  background: #71CC47;
  border-radius: 30px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 0.5625rem;
  color: #fff;
}
.hubkit__capitoloLink:before {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}

.capitolo__link {
  color: inherit;
  padding: 4.16667% 0;
  position: relative;
  display: block;
}

.hubkit__filterResult {
  margin-top: 40px;
}

.hubkit__accordion {
  cursor: pointer;
  margin-bottom: 10px;
}

.hubkit__filterLink {
  width: calc(100% - 60px);
  width: 100%;
  height: 100px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  padding: 0 40px;
  position: relative;
  display: table;
}
.hubkit__filterLink:hover {
  background-color: #f7f7f7;
}

.hubkit__filterLabel {
  display: table-cell;
  vertical-align: middle;
}

.hubkit__accordionIcon {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 12px;
  font-size: 0.75rem;
  color: #71CC47;
  -webkit-transition: all 0.7s ease;
          transition: all 0.7s ease;
}
.open .hubkit__accordionIcon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hubkit__accordionContent {
  display: none;
  padding: 40px 0;
}
.open .hubkit__accordionContent {
  display: block;
}

.hubkit__filterPercorso {
  font-size: 1rem;
  text-transform: uppercase;
}

.hubkit__filterTitle {
  margin-left: 25px;
  font-size: 0.875rem;
}

.hubkit__item {
  background: #fff;
  min-height: 80px;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 97px;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
}
.hubkit__item:hover {
  background: #f7f7f7;
}

.hubkit__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20px;
          flex: 1 0 20px;
  text-align: center;
  max-width: 100px;
}
.hubkit__image .icon {
  line-height: 87px;
}

.hubkit__text {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.hubkit__btn {
  font-size: 1.875rem;
  margin-left: 10px;
}
.hubkit__btn .i-scarica {
  color: #71CC47;
}
.hubkit__btn .i-aggiungi {
  margin-left: 15px;
  color: #71CC47;
}

.hubkit__accordionContentTitle {
  font-size: 1rem;
  color: #BBBBBB;
  margin-bottom: 30px;
  padding: 0 40px;
}

.hubkit__title {
  font-size: 1rem;
}

.hubkit__label {
  font-size: 0.875rem;
  margin-top: 5px;
}
.hubkit__label .group--editable {
  margin-left: 5px;
  padding-left: 0;
  text-align: center;
}
.hubkit__label .group__label {
  margin-right: 0;
}

div[data-content="hubkit"] .tooltip__subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.nlform {
  font-size: 0;
  border-radius: 15px;
  background: #fff;
  padding-bottom: 40px;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
}
.nlform.terms {
  padding-bottom: 0;
}
.nlform + .nlform {
  margin-top: 20px;
}

.nlform.nlform--center {
  margin: 4.16667% 0;
  text-align: center;
}

.nlform--done .nl__checkbox {
  pointer-events: none;
}

.nlform__title {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 30px;
}

.lessonPlanItem__wrapper {
  text-align: center;
}

.lessonPlanItem__emptyParagraph {
  margin-bottom: 20px;
}

.lessonPlanItem__addItemBtn {
  color: #71CC47;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.lessonPlanItem__addItemBtn span {
  margin-right: 5px;
  font-size: 1.875rem;
  display: inline-block;
  vertical-align: middle;
}

.lessonPlan__addItem {
  padding-top: 4.16667%;
  padding-bottom: 4.16667%;
  -webkit-transition: all 0.5s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: all 0.5s cubic-bezier(0.61, 0.47, 0.46, 0.63);
}
@media (min-width: 1280px) {
  .lessonPlan__addItem {
    padding-bottom: 2.77778%;
    padding-top: 2.77778%;
  }
}
.lessonPlan__addItem .internalTabber {
  padding-bottom: 0;
}

.lessonPlan__addItemForm {
  padding: 0 6.25%;
}
.lessonPlan__addItemForm + .upload {
  margin: 30px 0 20px;
}
@media (min-width: 1280px) {
  .lessonPlan__addItemForm {
    padding: 0 4.16667%;
  }
}

.lessonPlan__tab {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s cubic-bezier(0.61, 0.47, 0.46, 0.63);
          transition: all 0.5s cubic-bezier(0.61, 0.47, 0.46, 0.63);
}
.lessonPlan__tab.activeTab {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.lessonPlanItems {
  margin-bottom: 4.16667%;
}

.lessonPlanItem {
  box-shadow: 0 23px 80px 0 rgba(0, 0, 0, 0.1);
  border-top: 1px solid #DADADA;
}
.lessonPlanItem:first-child {
  border-top: none;
}
.lessonPlanItem .dd__content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  right: 0px;
  top: 40px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  min-width: 200px;
}
.lessonPlanItem .dd__content:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 20px;
  top: -6px;
  margin-left: -10px;
  margin-top: -5px;
  right: 45px;
  z-index: 10;
  opacity: 0;
}

.lessonPlanItem .open .dd__content:before {
  opacity: 1;
}

.lessonPlanItem__move {
  width: 20px;
  height: 13px;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  border-top: 1px solid #DADADA;
  cursor: move;
  cursor: grab;
}
.lessonPlanItem__move:after, .lessonPlanItem__move:before {
  content: "";
  background: #DADADA;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.lessonPlanItem__move:before {
  top: 5px;
  width: 20px;
}
.lessonPlanItem__move:after {
  top: 11px;
  width: 20px;
}

.lessonPlanAssegna__item {
  background: #fff;
  border: 1px solid #DADADA;
  margin-bottom: 10px;
  min-height: 80px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.lessonPlanAssegna__item .terms__radioTxt {
  margin-left: 40px;
}
.lessonPlanAssegna__item .terms__radioTxt:before, .lessonPlanAssegna__item .terms__radioTxt:after {
  left: 20px;
}

.shareassign-calendar {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #fff;
  z-index: 10;
}

.storageBar__visual {
  height: 20px;
  border-radius: 10px;
  background: #f3f3f3;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 40px;
}

.storageBar__perc {
  height: 20px;
  display: inline-block;
}

.storageBar__altro {
  background: #FF5C7C;
  width: 8%;
}

.storageBar__audio {
  background: #71CC47;
  width: 3%;
}

.storageBar__video {
  background: #96ECEC;
  width: 10%;
}

.storageBar__immagini {
  background: #FFDD90;
  width: 8%;
}

.storageBar__item {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  margin-right: 40px;
}
.storageBar__item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #f3f3f3;
}
.storageBar__item[data-color="red"]:before {
  background: #FF5C7C;
}
.storageBar__item[data-color="blue"]:before {
  background: #96ECEC;
}
.storageBar__item[data-color="green"]:before {
  background: #71CC47;
}
.storageBar__item[data-color="yellow"]:before {
  background: #FFDD90;
}

.storageBar__title {
  display: block;
}

.postDetail {
  padding-bottom: 4.16667%;
}

.postDetail__image img {
  width: 100%;
  display: block;
}

.postDetail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4.16667%;
}

.postDetail__title {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.postDetail__profile {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.postDetail__avatar {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.postDetail__avatar img {
  width: 100%;
  display: block;
}

.postDetail__info {
  display: inline-block;
  vertical-align: middle;
}

.postDetail__authorName {
  margin-bottom: 3px;
}

.postDetail__main {
  padding-top: 4.16667%;
}

.postDetail__paragraph + .postDetail__paragraph {
  margin-top: 30px;
}

.landingNoMobile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background: #96ECEC;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .landingNoMobile {
    display: none;
  }
}

.landingNoMobile__aux {
  max-width: 66.66667%;
}

.landingNoMobile__icon {
  width: 130px;
  height: 130px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 2.5rem;
}

.landingNoMobile__title {
  margin-bottom: 35px;
}

.landingNoMobile__paragraph {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.landingNoMobile__btn {
  display: inline-block;
}

.zainoDigitale {
  *zoom: 1;
  padding: 20px 0 0;
  text-align: center;
}
.zainoDigitale:before, .zainoDigitale:after {
  content: " ";
  display: table;
}
.zainoDigitale:after {
  clear: both;
}
.zainoDigitale .button--zaino1 {
  color: #fff;
  background-color: #114a5c;
  border: 2px solid #114a5c;
  margin-top: 2px;
}
.zainoDigitale .button--zaino2 {
  color: #fff;
  background-color: #3db3eb;
  border: 2px solid #3db3eb;
  margin-top: 2px;
}
.zainoDigitale .zainoDigitale__image {
  display: inline-block;
}
@media (min-width: 768px) {
  .zainoDigitale .zainoDigitale__image {
    float: left;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .zainoDigitale .zainoDigitale__image {
    float: none;
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .zainoDigitale .zainoDigitale__image {
    float: left;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .zainoDigitale .zainoDigitale__buttons {
    float: right;
  }
}
@media (min-width: 1024px) {
  .zainoDigitale .zainoDigitale__buttons {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .zainoDigitale .zainoDigitale__buttons {
    float: right;
    width: auto;
  }
}

.lessonTitle {
  padding: 2.08333%;
  background: #fff;
  width: 100%;
  border-radius: 15px;
}
@-moz-document url-prefix() {
  .lessonTitle {
    padding: 2.08333vw;
  }
}
.lessonTitle__avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/uploaded.jpg");
}
.lessonTitle__avatar + .lessonTitle__name {
  margin-left: 20px;
}

.lessonTitle__name {
  display: inline-block;
  vertical-align: middle;
}

.lessonForm {
  font-size: 0;
  color: #333;
}
.lessonForm .nameModify__textArea {
  font-size: 18px;
  text-align: left;
  color: #333;
  margin-top: 30px;
}
.lessonForm .form__label--big {
  font-size: 18px;
}
.lessonForm #shareassign-calendar {
  padding-top: 20px;
  display: none;
}
.lessonForm #calendar {
  font-size: 16px;
  width: 475px;
  box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-bottom: 10px;
}
.lessonForm #calendar .onRight .dd__content {
  left: -30px;
}
.lessonForm #calendar .fc-border-separate {
  width: 100% !important;
}
.lessonForm #calendar .fc-header .fc-header-center {
  display: block;
  margin-bottom: 0;
  padding: 10px 0;
}
.lessonForm #calendar .fc-border-separate {
  margin: 0;
}
.lessonForm #calendar .fc-day-header, .lessonForm #calendar .fc-day {
  padding: 15px;
}
.lessonForm #calendar .fc-header .fc-header-right, .lessonForm #calendar .fc-header .fc-header-left {
  display: none;
}
.lessonForm #calendar .fc-day {
  border: 0;
}

.lessonForm__row {
  clear: both;
  *zoom: 1;
}
.lessonForm__row:before, .lessonForm__row:after {
  content: " ";
  display: table;
}
.lessonForm__row:after {
  clear: both;
}

.lessonForm__wrapCalendar {
  position: relative;
  max-width: 300px;
}

.lessonFormCaldendarBtn {
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
  padding: 12px 40px 13px 20px;
  width: 100%;
  border: 1px solid #DADADA;
  display: block;
  text-overflow: ellipsis;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.open .lessonFormCaldendarBtn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.open .lessonFormCaldendarBtn:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.lessonFormCaldendarBtn:after {
  content: "";
  color: #71CC47;
  position: absolute;
  right: 20px;
  font-family: "icomoon" !important;
  font-size: 10px;
}

.lessonForm__btn {
  text-transform: none;
  letter-spacing: 0;
  margin-top: 10px;
  padding: 0;
  min-width: 0;
}
.lessonForm__btn + .lessonForm__btn {
  margin-left: 10px;
}
.lessonForm__btn.button--stroke {
  color: #71CC47;
}
.lessonForm__btn span {
  display: block;
  padding: 0 20px;
  cursor: pointer;
}

.lessonForm__option {
  text-align: center;
  padding-top: 28px;
}

.calendar__section {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.calendar__section:before {
  content: "";
  background: #DADADA;
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 240px;
  display: none;
}
@media (min-width: 968px) {
  .calendar__section:before {
    display: block;
  }
}

.calendar__sidebar {
  font-size: 1rem;
  width: 100%;
  padding: 4.16667%;
  position: relative;
  text-align: center;
}
.calendar__sidebar:before {
  content: "";
  background: #DADADA;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  display: block;
}
@media (min-width: 968px) {
  .calendar__sidebar:before {
    display: none;
  }
}
@media (min-width: 968px) {
  .calendar__sidebar {
    width: 240px;
    display: inline-block;
    text-align: center;
    padding: 4.16667% 20px;
    height: 100%;
  }
}

.calendar__main {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 968px) {
  .calendar__main {
    width: calc(100% - 240px);
  }
}

.calendar__filterMobile {
  display: block;
}
@media (min-width: 968px) {
  .calendar__filterMobile {
    display: none;
  }
}

.calendar__filter {
  margin-bottom: 40px;
  display: none;
}
@media (min-width: 968px) {
  .calendar__filter {
    display: inline-block;
  }
}

.calendar__filterName {
  margin-bottom: 15px;
}

.calendar__filterItem {
  margin-bottom: 6px;
  margin-right: 6px;
}

.calendar__class {
  font-size: 0.6875rem;
  text-transform: uppercase;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #DADADA;
  text-align: center;
  height: 25px;
  line-height: 24px;
  border-radius: 25px;
  display: inline-block;
  padding: 0 15px;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.2, 0, 0.7, 1);
          transition: box-shadow 0.2s cubic-bezier(0.2, 0, 0.7, 1);
  max-width: 200px;
}
.calendar__class:hover {
  box-shadow: 0 3px 10px 0 rgba(50, 94, 128, 0.2);
}

.calendar__activity {
  font-size: 0.6875rem;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  height: 25px;
  line-height: 24px;
  border-radius: 25px;
  display: inline-block;
  padding: 0 15px;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.2, 0, 0.7, 1);
          transition: box-shadow 0.2s cubic-bezier(0.2, 0, 0.7, 1);
}
.calendar__activity:hover {
  box-shadow: 0 3px 10px 0 rgba(50, 94, 128, 0.2);
}
.calendar__activity.calendar__activity--blog {
  color: #333;
  border: 1px solid #FFE08D;
}
.calendar__activity.calendar__activity--epubmaker {
  color: #333;
  border: 1px solid #4563F4;
}
.calendar__activity.calendar__activity--lessonplan {
  color: #333;
  border: 1px solid #FF5C7C;
}
.calendar__activity.calendar__activity--mosaico {
  color: #333;
  border: 1px solid #96ECEC;
}
.calendar__activity.calendar__activity--registro {
  color: #333;
  border: 1px solid #EDA959;
}
.calendar__activity.calendar__activity--digitest {
  color: #333;
  border: 1px solid #767694;
}
.calendar__activity.calendar__activity--openbook {
  color: #333;
  border: 1px solid #AAE384;
}
.calendar__activity.calendar__activity--edulab {
  color: #333;
  border: 1px solid #E387EB;
}

.calendar__check {
  visibility: hidden;
  position: absolute;
}
.calendar__check:checked + .calendar__activity--blog {
  color: #333;
  background: #FFE08D;
}
.calendar__check:checked + .calendar__activity--epubmaker {
  color: #fff;
  background: #4563F4;
}
.calendar__check:checked + .calendar__activity--lessonplan {
  color: #fff;
  background: #FF5C7C;
}
.calendar__check:checked + .calendar__activity--mosaico {
  color: #333;
  background: #96ECEC;
}
.calendar__check:checked + .calendar__activity--registro {
  color: #fff;
  background: #EDA959;
}
.calendar__check:checked + .calendar__activity--digitest {
  color: #fff;
  background: #767694;
}
.calendar__check:checked + .calendar__activity--openbook {
  color: #333;
  background: #AAE384;
}
.calendar__check:checked + .calendar__activity--edulab {
  color: #fff;
  background: #E387EB;
}
.calendar__check:checked + .calendar__class {
  background: #71CC47;
  border: 1px solid #71CC47;
  color: #fff;
}

.calendar {
  position: relative;
  padding: 4.16667% 0;
}

#calendar .fc-header {
  display: block;
}
@media (min-width: 768px) {
  #calendar .fc-header {
    border-bottom: 1px solid #DADADA;
  }
}
#calendar .fc-header tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#calendar .fc-header tbody, #calendar .fc-header .fc-header-left, #calendar .fc-header .fc-header-center {
  display: block;
}
#calendar tbody {
  text-align: center;
}
#calendar .fc-header-left, #calendar .fc-header-center {
  margin-bottom: 4.16667%;
}
@-moz-document url-prefix() {
  #calendar .fc-header-left, #calendar .fc-header-center {
    padding-bottom: 37px;
    padding-top: 37px;
  }
  @media (min-width: 1280px) {
    #calendar .fc-header-left, #calendar .fc-header-center {
      padding-top: 33px;
      padding-bottom: 33px;
    }
  }
}
@media (min-width: 1280px) {
  #calendar .fc-header-left, #calendar .fc-header-center {
    margin-bottom: 2.77778%;
  }
}
#calendar .fc-header-left .fc-button-prev, #calendar .fc-header-left .fc-button-next, #calendar .fc-header-left .fc-header-title, #calendar .fc-header-center .fc-button-prev, #calendar .fc-header-center .fc-button-next, #calendar .fc-header-center .fc-header-title {
  display: inline-block;
  vertical-align: middle;
}
#calendar .fc-header-left .fc-header-title, #calendar .fc-header-center .fc-header-title {
  padding: 0 60px;
  line-height: 40px;
}
#calendar .fc-header-left .fc-button-prev, #calendar .fc-header-left .fc-button-next, #calendar .fc-header-center .fc-button-prev, #calendar .fc-header-center .fc-button-next {
  color: #71CC47;
  font-size: 40px;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
#calendar .fc-header-left .fc-button-prev .fc-text-arrow, #calendar .fc-header-left .fc-button-next .fc-text-arrow, #calendar .fc-header-center .fc-button-prev .fc-text-arrow, #calendar .fc-header-center .fc-button-next .fc-text-arrow {
  line-height: 30px;
  height: 40px;
  width: 40px;
  display: inline-block;
}
#calendar .fc-header .fc-header-center {
  display: none;
}
#calendar .fc-header-right {
  background: #D8D8D8;
  display: inline-block;
  font-size: 0;
  border-radius: 50px;
  padding: 7px;
  margin-bottom: 4.16667%;
  max-width: 405px;
  display: none;
}
@media (min-width: 1280px) {
  #calendar .fc-header-right {
    margin-bottom: 2.77778%;
  }
}
#calendar .fc-header-right .fc-button {
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  padding: 0 25px;
  display: inline-block;
  font-size: 0.75rem;
  color: #333;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
#calendar .fc-header-right .fc-button.fc-state-active {
  background: #fff;
}
#calendar .fc-day-header {
  border-bottom: 1px solid #DADADA;
  padding: 25px;
  color: #666;
}
#calendar .fc-day {
  padding: 25px;
  border-bottom: 1px solid #DADADA;
}
#calendar .fc-week .fc-current-day {
  position: relative;
}
#calendar .fc-week .fc-current-day:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-color: #71CC47;
  font-size: 1.125rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  margin: auto;
  border-radius: 40px;
  z-index: 1;
}
#calendar .fc-week .fc-current-day .fc-day-number {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.125rem;
}
#calendar .fc-border-separate {
  width: 100% !important;
  border-top: 1px solid #DADADA;
  padding: 0 4.16667%;
}
@media (min-width: 768px) {
  #calendar .fc-border-separate {
    margin: 0 4.16667%;
    padding: 0;
    border-top: 0;
    width: calc(100% - 8.33334%) !important;
  }
}
#calendar .fc-event {
  font-size: 0.6875rem;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  height: 25px;
  line-height: 24px;
  border-radius: 25px;
  display: inline-block;
  padding: 0 15px;
  white-space: nowrap !important;
  text-align: center;
  color: #fff;
}
#calendar .fc-event .fc-event-title {
  max-width: 100px;
  display: block;
}

.fc-view-agendaWeek {
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .fc-view-agendaWeek {
    overflow-x: visible;
  }
}

.fc-agenda-days {
  min-width: 768px;
  border-top: 1px solid #DADADA;
}
@media (min-width: 768px) {
  .fc-agenda-days {
    border-top: 0;
  }
}
.fc-agenda-days .fc-agenda-day-label {
  font-size: 2rem;
  line-height: 1.25em;
  color: #000;
  margin-bottom: 5px;
}
.fc-agenda-days .fc-widget-header {
  padding: 35px 0 15px;
  font-size: 1rem;
  color: #D8D8D8;
}
.fc-agenda-days .fc-widget-header + .fc-widget-header {
  border-left: 1px solid #DADADA;
}
.fc-agenda-days .fc-widget-header:last-child {
  border-right: 1px solid #DADADA;
}
.fc-agenda-days .fc-widget-content + .fc-widget-content {
  border-left: 1px solid #DADADA;
}
.fc-agenda-days .fc-widget-content:last-child {
  border-right: 1px solid #DADADA;
}
#calendar .fc-agenda-days .fc-widget-content.fc-col0 .dd__content, #calendar .fc-agenda-days .fc-widget-content.fc-col1 .dd__content {
  left: 0;
  right: auto;
}
#calendar .fc-agenda-days .fc-widget-content.fc-col5 .fc-event .dd__content, #calendar .fc-agenda-days .fc-widget-content.fc-col6 .fc-event .dd__content {
  right: 0;
  left: auto;
}
#calendar .fc-agenda-days .fc-event {
  width: 90%;
  margin: auto;
  height: auto;
}
#calendar .fc-agenda-days .fc-event .fc-event-title {
  text-overflow: initial;
  white-space: normal;
  line-height: 1.5em;
  padding: 10px;
  max-width: 100%;
  height: auto;
  max-height: 75px;
  cursor: pointer;
}
#calendar .fc-agenda-days .fc-event .fc-event-details {
  position: relative;
  padding: 20px 25px 20px 60px;
  white-space: initial;
  width: 320px;
  box-shadow: none;
}
#calendar .fc-agenda-days .fc-event .fc-event-details-marker {
  top: 30px;
  left: 20px;
  margin: 0;
  position: absolute;
}
#calendar .fc-agenda-days .fc-event .dd__content {
  max-width: 320px;
  right: auto;
  top: calc(100% + 28px);
}
.fc-agenda-days .fc-current-day:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #71CC47;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  margin: auto;
  border-radius: 12px;
}

.fc-event-details {
  padding: 30px 10% 80px;
  box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .fc-event-details {
    padding: 30px 18% 20px;
  }
}

.fc-event-details-content {
  max-width: 320px;
}

.fc-event-details-marker {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: auto auto 20px;
}
@media (min-width: 550px) {
  .fc-event-details-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 25px;
  }
}
@media (min-width: 768px) {
  .fc-event-details-marker {
    left: calc(10% - 20px);
  }
}

.fc-event-details-title {
  color: #000;
  font-size: 1rem;
  display: block;
  text-transform: none;
}

.fc-event-details-subtitle {
  color: #666;
  font-size: 0.875rem;
  text-transform: none;
}

.fc-event-details-name {
  color: #666;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #DADADA;
  font-size: 0.75rem;
  display: block;
}

.fc-event-details-desc {
  font-size: 0.75rem;
  color: #666;
  text-transform: none;
}

.fc-event-details-room span {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background-color: #DADADA;
  color: #383A39;
  line-height: 40px;
  position: absolute;
  margin: auto;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media (min-width: 550px) {
  .fc-event-details-room span {
    top: 0;
    right: 25px;
    left: auto;
  }
}
@media (min-width: 768px) {
  .fc-event-details-room span {
    right: calc(10% - 20px);
  }
}

.fc-view-agendaDay {
  margin-top: 15px;
}

.fc-content-agenda-title {
  padding: 20px 0;
  font-size: 0;
}

.fc-content-agenda-date {
  font-size: 1.5rem;
  color: #000;
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

.fc-content-agenda-day {
  font-size: 0.875rem;
  color: #D8D8D8;
  display: block;
  margin-top: 10px;
}

.fc-content-agenda-current {
  font-size: 1rem;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  text-align: right;
  margin-top: 15px;
}

.noPadding--bottom {
  padding-bottom: 0;
}

.activity__calendar--blog {
  background: #FFE08D;
}
.activity__calendar--blog .fc-event-title {
  color: #333;
}

.activity__calendar--epubmaker {
  background: #4563F4;
}
.activity__calendar--epubmaker .fc-event-title {
  color: #fff;
}

.activity__calendar--lessonplan {
  background: #FF5C7C;
}
.activity__calendar--lessonplan .fc-event-title {
  color: #fff;
}

.activity__calendar--mosaico {
  background: #96ECEC;
}
.activity__calendar--mosaico .fc-event-title {
  color: #333;
}

.activity__calendar--registro {
  background: #EDA959;
}
.activity__calendar--registro .fc-event-title {
  color: #fff;
}

.activity__calendar--digitest {
  background: #767694;
}
.activity__calendar--digitest .fc-event-title {
  color: #fff;
}

.activity__calendar--edulab {
  background: #E387EB;
}
.activity__calendar--edulab .fc-event-title {
  color: #fff;
}

.activity__calendar--openbook {
  background: #AAE384;
}
.activity__calendar--openbook .fc-event-title {
  color: #333;
}

#calendar .fc-state-highlight {
  position: relative;
}

#calendar .fc-state-highlight:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #FF5073;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
  border-radius: 40px;
}

#calendar .fc-state-highlight .fc-day-number {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.125rem;
}

#calendar .fc-view-month .fc-event .dd__content {
  min-width: 320px;
  right: auto;
  top: calc(100% + 27px);
  padding: 0;
}

#calendar .fc-event {
  z-index: auto !important;
}

#calendar .fc-event.onTop .dd__content {
  top: auto;
  bottom: 50px;
}

#calendar .dd__aux:before {
  top: 48px;
  bottom: initial;
}

.fc-widget-state-event .fc-day-content {
  position: relative;
}
.fc-widget-state-event .fc-day-content:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #71CC47;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.cookies {
  position: fixed;
  bottom: 0;
  background: #71CC47;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 4.16667%;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}
.cookies.notvisible {
  display: none;
}

.cookies__aux {
  padding: 20px 4.16667%;
  max-width: 1440px;
  margin: 0 auto;
}

.cookies__par {
  font-size: 0.6875rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cookies__par {
    width: calc(100% - 300px);
    margin-right: 120px;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
  }
}

.cookies__link {
  font-size: 0.6875rem;
  color: #333;
}

@media (min-width: 768px) {
  .cookies__btn {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
  }
}

.cambiaProfilo.edit .data__btn--modify {
  display: inline-block;
}
.cambiaProfilo.edit .section__main--fixed {
  display: block;
  position: relative;
}
.cambiaProfilo.edit .form__fieldsetHeader {
  position: relative;
}
.cambiaProfilo.edit .form__fieldsetHeader:before {
  content: "";
  display: block;
  position: absolute;
  background: #f3f3f3;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 20px;
  left: auto;
  right: 110px;
  top: -80px;
}
.cambiaProfilo .section__main--fixed {
  display: none;
  background: #f3f3f3;
  margin-bottom: 30px;
}
.cambiaProfilo .i-close {
  height: 40px;
  width: 40px;
  border: 2px solid #333;
  border-radius: 50%;
  display: block;
  line-height: 38px;
  background-color: #fff;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.2, 0, 0.7, 1);
          transition: box-shadow 0.2s cubic-bezier(0.2, 0, 0.7, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #333;
  z-index: 99;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.cambiaProfilo .i-close:hover {
  box-shadow: 0 10px 25px 0 rgba(50, 94, 128, 0.2);
}
.cambiaProfilo .form__fieldsetFooter {
  border-color: #D8D8D8;
}
.cambiaProfilo .section__paragraph {
  white-space: initial;
  margin-top: 10px;
  line-height: 1.5em;
  font-size: 14px;
}
.cambiaProfilo .section__info {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .cambiaProfilo .section__info {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .cambiaProfilo .section__info {
    width: calc(100% - 80px);
  }
}
@media (min-width: 1280px) {
  .cambiaProfilo .section__info {
    width: calc(90% - 80px);
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .cambiaProfilo .section__rightWrapper {
    text-align: right;
  }
}
.cambiaProfilo .form__button {
  float: none;
  margin-top: 40px;
}

.cambiaProfilo__wrapper {
  background: #f3f3f3;
  width: 100%;
  padding: 20px 4.16667%;
  position: relative;
}
@media (min-width: 768px) {
  .cambiaProfilo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .cambiaProfilo__wrapper .section__group {
    white-space: normal;
    margin-bottom: 10px;
  }
}

.video__overlay {
  background: #96ECEC;
  height: 100vh;
  overflow-y: auto;
}

.video__container .section__header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px;
}
.video__container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video__container .section__info {
  width: calc(100% - 80px);
}

.ytVideo {
  display: none;
}
.ytVideo.activeVideo {
  display: block;
}

.video__listAux {
  text-align: center;
  padding: 30px 0;
  width: 100vw;
  overflow: hidden;
  height: 190px;
}

.video__list {
  width: auto;
  white-space: nowrap;
  overflow-y: auto;
  padding-bottom: 20px;
}

.video__listItem {
  display: inline-block;
  padding: 10px;
}

.video__listLink {
  display: block;
  border-radius: 50%;
  padding: 20px;
  position: relative;
}
.video__listLink .icon {
  display: none;
}
.video__listLink .icon-w {
  display: block;
}
.video__listLink:after {
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  content: "";
  border: 3px solid #fff;
  border-radius: 50%;
  display: none;
}
.video__listLink.active {
  background: #fff;
}
.video__listLink.active:after {
  display: block;
}
.video__listLink.active .icon {
  display: block;
}
.video__listLink.active .icon-w {
  display: none;
}

.ytVideo__videoContainer {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.ytVideo__videoContainer:after {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.singleVideo .ytVideo__videoContainer {
  max-width: 100%;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 40px;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -22px;
  z-index: 10;
  font-family: "icomoon" !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  right: 4px;
  font-size: 10px;
}
.swiper-button-prev:before, .swiper-button-next:before {
  content: "";
  display: block;
  color: #96ECEC;
  line-height: 50px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  left: 4px;
  right: auto;
}
.swiper-button-prev:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.hSloading {
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
  z-index: 999;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background: #71CC47;
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.hSloading:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  -webkit-animation: spinner 0.8s ease infinite;
          animation: spinner 0.8s ease infinite;
  background-image: url("../images/loader-ingranaggio.svg");
  background-size: cover;
}
.loadingPage .hSloading {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.headerPub {
  background: #383A39;
  text-align: center;
  padding: 14px 4.16667%;
  width: 100%;
  z-index: 99;
  top: 0;
  position: absolute;
  -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.headerPub.isFixed {
  position: fixed;
  -webkit-transition: 0s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translatey(-100%);
      -ms-transform: translatey(-100%);
          transform: translatey(-100%);
}
.headerPub.isVisible {
  -webkit-transform: translatey(0);
      -ms-transform: translatey(0);
          transform: translatey(0);
  -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.headerPub__aux {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerPub__aux * {
  display: inline-block;
  vertical-align: top;
}

.headerPub__logo {
  width: 16.66667%;
  min-width: 80px;
  text-align: left;
}

.headerPub__menu {
  width: 83.33333%;
  text-align: right;
}
.headerPub__menu * {
  color: #fff;
  font-size: 0.75rem;
}
.headerPub__menu li + * {
  padding-left: 4.16667%;
}

.headerPub__regBtn {
  display: none;
}
@media (min-width: 768px) {
  .headerPub__regBtn {
    display: inline-block;
  }
}

.headerPub__help {
  color: #fff;
  text-align: left;
}

.headerPub__helpLink {
  display: inline;
}

.headerPub__helpIcon {
  font-size: 23px;
  margin-right: 10px;
  vertical-align: middle;
  display: none;
}
@media (min-width: 550px) {
  .headerPub__helpIcon {
    display: inline-block;
  }
}

.headerPub__helpTxt {
  display: inline-block;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .headerPub__helpTxt {
    font-size: 0.875rem;
  }
}

.assistance__title {
  line-height: 1.5em;
}
.assistance__title + p {
  margin-top: 22px;
}

.assistance__paragraph {
  line-height: 2em;
}
.assistance__paragraph + * {
  margin-top: 22px;
}

.assistance__content {
  width: 100%;
  display: block;
  *zoom: 1;
}
.assistance__content:before, .assistance__content:after {
  content: " ";
  display: table;
}
.assistance__content:after {
  clear: both;
}
.assistance__content:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .assistance__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4.16667%;
  }
}

.assistance__icon,
.assistance__about {
  position: relative;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .assistance__icon,
  .assistance__about {
    width: 50%;
  }
}

.assistance__icon {
  display: none;
}
@media (min-width: 768px) {
  .assistance__icon {
    display: block;
  }
}
.assistance__icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  min-width: 244px;
}

.assistance__about {
  padding: 4.16667%;
  position: relative;
}
@media (min-width: 768px) {
  .assistance__about {
    padding: 0;
  }
}

.assistance__aboutContent {
  width: 100%;
  margin: auto;
  padding: 4.16667%;
}
@media (min-width: 768px) {
  .assistance__aboutContent {
    padding: 12.5% 8.33333%;
  }
  .assistance__aboutContent:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 30px 0;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .assistance__aboutContent {
    width: 80%;
  }
}

.align--left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .align--left .assistance__aboutContent:after {
    top: 40%;
    right: -25px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.align--right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .align--right .assistance__aboutContent:after {
    top: 40%;
    left: -25px;
  }
}

.assistance__about--blueLight {
  background-color: #96ECEC;
}
@media (min-width: 768px) {
  .assistance__about--blueLight .assistance__aboutContent:after {
    border-color: transparent #96ECEC transparent transparent;
  }
}

.assistance__about--yellow {
  background-color: #FFE08D;
}
@media (min-width: 768px) {
  .assistance__about--yellow .assistance__aboutContent:after {
    border-color: transparent #FFE08D transparent transparent;
  }
}

.assistance__about--greenLight {
  background-color: #AAE384;
}
@media (min-width: 768px) {
  .assistance__about--greenLight .assistance__aboutContent:after {
    border-color: transparent #AAE384 transparent transparent;
  }
}

.areaPersonale {
  background-color: #AAE384;
  position: relative;
}
.areaPersonale .areaPersonale__header {
  position: relative;
  padding: 4.16667%;
  display: block;
}
@media (min-width: 1024px) {
  .areaPersonale .areaPersonale__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.areaPersonale .areaPersonale__header .areaPersonale__info,
.areaPersonale .areaPersonale__header .areaPersonale__formWrapper {
  width: 100%;
  margin: auto;
  padding-bottom: 4.16667%;
}
@media (min-width: 1024px) {
  .areaPersonale .areaPersonale__header .areaPersonale__info,
  .areaPersonale .areaPersonale__header .areaPersonale__formWrapper {
    width: 50%;
    padding-bottom: 0;
  }
}

.areaPersonale__title {
  line-height: 1.5em;
  padding-bottom: 8px;
}

.areaPersonale__paragraph {
  padding-bottom: 8px;
}

.areaPersonale--recoverPasswordMail .form__buttonWrapper {
  margin-top: 30px;
  margin-bottom: 40px;
}

.areaPersonale--recoverPasswordSend .button--primary {
  margin-top: 35px;
  margin-bottom: 61px;
}

.areaPersonale--setNewPassword,
.areaPersonale--passwordChanged {
  background-color: #fff;
}
.areaPersonale--setNewPassword .areaPersonale__formWrapper,
.areaPersonale--passwordChanged .areaPersonale__formWrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .areaPersonale--setNewPassword .areaPersonale__formWrapper,
  .areaPersonale--passwordChanged .areaPersonale__formWrapper {
    width: 50%;
  }
}

.areaPersonale--setNewPassword .button--primary {
  margin-top: 51px;
}

.areaPersonale--passwordChanged .button--primary {
  margin-top: 21.66667%;
}

.areaPersonale__info {
  position: relative;
  text-align: center;
  padding: 4.16667% 4.16667% 12.5%;
}
@media (min-width: 1024px) {
  .areaPersonale__info {
    padding: 0 4.16667% 4.16667% 0;
  }
}
.areaPersonale__info .areaPersonale__icon {
  width: 60%;
  max-width: 250px;
}
@media (min-width: 768px) {
  .areaPersonale__info .areaPersonale__icon {
    width: 100%;
  }
}
.areaPersonale__info .areaPersonale__icon + * {
  margin-top: 33px;
}
.areaPersonale__info .areaPersonale__title {
  color: #fff;
}
.areaPersonale__info .areaPersonale__title + * {
  margin-top: 10px;
}
.areaPersonale__info .areaPersonale__paragraph {
  line-height: 2em;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .areaPersonale__info .areaPersonale__paragraph {
    width: 66.66667%;
  }
}

.areaPersonale__formWrapper {
  text-align: center;
  margin: auto;
}

.i-scroll {
  display: block;
  width: 28px;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  top: 30px;
  margin: auto;
  cursor: pointer;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
@media (min-width: 0) and (max-width: 1024px) {
  .i-scroll {
    display: none;
  }
}

.overlayLoSapevi {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 55px 25px;
}
@media (min-width: 768px) {
  .overlayLoSapevi {
    padding: 4.16667%;
    width: 80%;
  }
}
.overlayLoSapevi .overlay__title {
  line-height: 1.4;
}
.overlayLoSapevi .overlay__par {
  padding: 30px 0;
}

.abbinamento__header {
  text-align: center;
}
.abbinamento__header + * {
  margin-top: 2.08333%;
}

.abbinamento__title {
  padding-bottom: 10px;
}

.abbinamento__subtitle {
  color: #71CC47;
  line-height: 30px;
}

.abbinamento__subtitleIcon {
  font-size: 30px;
}

.abbinamento__subtitleTxt,
.abbinamento__subtitleIcon {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.abbinamento__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  margin-top: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f3f3f3;
  padding-top: 4.16667%;
  padding-bottom: 4.16667%;
}
.abbinamento__row:first-child {
  margin-top: 0;
}
.abbinamento__row.activeRow {
  background: #fff;
}
@media (min-width: 550px) {
  .abbinamento__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    width: 90%;
    margin-left: 10%;
  }
}
@media (min-width: 1024px) {
  .abbinamento__row {
    width: 100%;
    margin-left: 0;
  }
}
.abbinamento__row .radio__label:before,
.abbinamento__row .radio__label:after {
  top: 0;
}

.abbinamento__left,
.abbinamento__right {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (min-width: 550px) {
  .abbinamento__left,
  .abbinamento__right {
    width: 50%;
  }
}

.abbinamento__logo {
  margin: 0 auto;
  display: block;
  height: 44px;
}

.abbinamento__infoTitle {
  margin-bottom: 10px;
}
@media (min-width: 550px) {
  .abbinamento__infoTitle {
    max-width: 160px;
  }
}

.abbinamento__right {
  text-align: left;
}
@media (min-width: 550px) {
  .abbinamento__right {
    border-left: 1px solid #fff;
  }
}

.abbinamento__leftContent {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.abbinamento__leftContent .abbinamento__img {
  display: block;
  margin: 0 auto;
  font-size: 30px;
  height: 44px;
}

.abbinamento__leftAux,
.abbinamento__rightAux {
  padding: 6.25% 11.04167%;
  width: 100%;
  height: 100%;
}

.abbinamento__stepNum {
  position: absolute;
  left: -60px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #FF4B52;
  color: #fff;
  font-size: 0.875rem;
}
.activeRow .abbinamento__stepNum {
  background: #71CC47;
}

.abbinamento__instruction {
  display: inline-block;
  margin: 10px auto 0;
  max-width: 200px;
}

.abbinamento__btns {
  text-align: center;
  padding: 30px 0 0;
}

.abbinamento__btn {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 550px) {
  .abbinamento__btn {
    max-width: auto;
    display: inline-block;
  }
}
.abbinamento__btn + .abbinamento__btn {
  margin-top: 30px;
}
@media (min-width: 550px) {
  .abbinamento__btn + .abbinamento__btn {
    margin-left: 30px;
    margin-top: 0px;
  }
}

.abbinamento .form {
  padding: 0 4.16667% 4.16667%;
}

.formWrapper__aux {
  background-color: #fff;
  padding: 12.5% 8.33333%;
  max-width: 640px;
  margin: auto;
}
@media (min-width: 768px) {
  .formWrapper__aux {
    padding: 4.16667%;
  }
}
.formWrapper__aux + * {
  margin-top: 30px;
}
.formWrapper__aux .section__aux {
  padding-left: 4.16667%;
  padding-right: 4.16667%;
}

.formWrapper__content {
  width: 100%;
  margin: auto;
}
@media (min-width: 1024px) {
  .formWrapper__content {
    width: 83.33333%;
  }
}
.formWrapper__content p > a {
  color: #71CC47;
}
.formWrapper__content img {
  margin-bottom: 23px;
}

.form {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.form.form--padding {
  padding-bottom: 4.16667%;
  padding-top: 4.16667%;
}

.form--center {
  text-align: center;
}

.form__input--text,
.form__input--password,
.form__input--email {
  width: 100%;
  height: 35px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  line-height: 2.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid #666;
  position: relative;
  z-index: 2;
  border-radius: 0;
  padding: 0;
}
.form__input--text:invalid,
.form__input--password:invalid,
.form__input--email:invalid {
  box-shadow: none;
}
.form__input--text:focus,
.form__input--password:focus,
.form__input--email:focus {
  outline: 0;
  border-bottom: 1px solid #71CC47;
}
.form__input--text::-ms-clear,
.form__input--password::-ms-clear,
.form__input--email::-ms-clear {
  display: none;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]),
::-webkit-datetime-edit-text {
  color: transparent;
}

.form__input--upload {
  display: none;
}

.nlform--done .form__input--text {
  color: #ccc;
}

.form__input--checkbox {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.form__input--checkbox:checked + label:before {
  content: "";
  background: #71CC47;
  border: 1px solid transparent;
  font-family: "icomoon";
}
.nlform--done .form__input--checkbox:checked + label:before {
  background: #D8D8D8;
}

.form__label--check {
  position: relative;
  display: inline-block;
  width: auto;
  padding-left: 10px;
  line-height: 2em;
  text-align: center;
}
.terms__accordion--list .form__label--check {
  text-align: left;
  line-height: 1.2em;
  padding-left: 15px;
}
.form__label--check:before {
  content: "";
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 2px;
  color: white;
  background: #fff;
  border: 1px solid #bbb;
  cursor: pointer;
  line-height: 20px;
  font-size: 0.625rem;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -20px;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 550px) {
  .form__label--check:before {
    width: 20px;
    height: 20px;
    line-height: 19px;
  }
}

.form__placeholder {
  position: absolute;
  top: 25px;
  left: 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.875rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  display: inline-block;
  color: #666666;
}
.form__fieldset--select .form__placeholder {
  position: relative;
  top: auto;
  padding-bottom: 10px;
}
.lessonForm__option .form__fieldset--select .form__placeholder {
  font-size: 9px;
}
.form__placeholder.active {
  -webkit-transform: translate3d(0, -22px, 0);
          transform: translate3d(0, -22px, 0);
  font-size: 0.6875rem;
}

.form__button {
  display: block;
  vertical-align: middle;
  min-width: 136px;
  float: none;
  margin: auto;
}
@media (min-width: 550px) {
  .form__button {
    float: left;
    display: inline-block;
  }
}
.form__button:only-child {
  float: none;
}
.form__button + button {
  float: none;
  margin-top: 20px;
}
@media (min-width: 550px) {
  .form__button + button {
    margin-top: 0;
    float: right;
  }
}

.form__buttonWrapper {
  max-width: 313px;
  text-align: center;
  margin: 13px auto 28px;
  *zoom: 1;
  width: 100%;
}
.form__buttonWrapper:before, .form__buttonWrapper:after {
  content: " ";
  display: table;
}
.form__buttonWrapper:after {
  clear: both;
}
@media (min-width: 1440px) {
  .form__buttonWrapper {
    width: 83.33333%;
  }
}

.formWrapper__bottom {
  margin: auto;
}
.formWrapper__bottom a {
  color: #71CC47;
}
.formWrapper__bottom .areaPersonale__paragraph {
  padding-bottom: 16px;
}
.formWrapper__bottom .areaPersonale__paragraph:only-child, .formWrapper__bottom .areaPersonale__paragraph + * {
  border-top: 1px solid #DADADA;
  padding-top: 12px;
}

.form__fieldsetWrapper {
  font-size: 0;
  position: relative;
}
.form__fieldsetWrapper.autoCenter {
  text-align: center;
}
@media (min-width: 550px) {
  .form__fieldsetWrapper.form__fieldsetWrapper--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.form__fieldsetWrapper.form__fieldsetWrapper--flex .form__fieldset + .form__fieldset .error-message {
  position: relative;
  bottom: -2px;
}

.form__fieldset {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  position: relative;
  padding-bottom: 30px;
  padding-top: 20px;
  min-width: 0;
}
.lessonForm .form__fieldset {
  float: left;
}
.nlform--done .form__fieldset {
  pointer-events: none;
}
.form__fieldset.nl__checkbox {
  padding-left: 8%;
  padding-bottom: 15px;
}
.form__fieldset.form__fieldset--third {
  width: 100%;
}
@media (min-width: 550px) {
  .form__fieldset.form__fieldset--third {
    width: 33%;
    padding-right: 4.16667%;
  }
}
.lessonForm__option .form__fieldset.form__fieldset--third {
  max-width: 234px;
}
@media (min-width: 550px) {
  .lessonForm__option .form__fieldset.form__fieldset--third {
    padding-right: 0;
  }
}
.form__fieldset.form__fieldset--margin {
  width: 100%;
}
@media (min-width: 550px) {
  .form__fieldset.form__fieldset--margin {
    margin: 10px;
    padding: 0 4.16667%;
    width: calc(50% - 10px);
  }
  .form__fieldset.form__fieldset--margin:nth-child(odd) {
    margin-right: 0;
  }
  .form__fieldset.form__fieldset--margin:nth-child(even) {
    margin-left: 0;
  }
}
.form__fieldset.form__fieldset--half {
  width: 100%;
}
@media (min-width: 550px) {
  .form__fieldset.form__fieldset--half {
    width: 50%;
    padding-right: 4.16667%;
  }
}
.lessonForm .form__fieldset.form__fieldset--half {
  width: 50%;
  padding-right: 8.33333%;
}
.nlform .form__fieldset {
  width: calc(100% - 20px);
}
@media (min-width: 550px) {
  .nlform .form__fieldset {
    width: 50%;
  }
}
.form__fieldset.form__fieldset--full {
  width: 100%;
}
.form__fieldset:only-child {
  float: none;
}
.form__fieldset:last-child {
  *zoom: 1;
}
.form__fieldset:last-child:before, .form__fieldset:last-child:after {
  content: " ";
  display: table;
}
.form__fieldset:last-child:after {
  clear: both;
}
.form__fieldset.error input, .error .form__fieldset input {
  border-bottom-color: #FF4B52;
  border-width: 1px;
}
.form__fieldset.error input[type="checkbox"] + label:before, .error .form__fieldset input[type="checkbox"] + label:before {
  border-color: #FF4B52;
}
.form__fieldset.error select, .error .form__fieldset select {
  border: 1px solid #FF4B52;
}
.form__fieldset.error .error-message, .error .form__fieldset .error-message {
  display: block;
}

.form__fieldsetHeader {
  margin: 50px 0;
  clear: both;
}

.form__fieldsetFooter {
  font-size: 0.6875rem;
  color: #666;
  text-align: center;
  border-top: 1px solid #f3f3f3;
  padding: 5px 0;
  margin-top: 30px;
}

.error-message {
  font-size: 0.75rem;
  color: #FF4B52;
  display: none;
  font-style: italic;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.error.form__fieldsetWrapper .error-message {
  display: block;
  bottom: -10px;
}

.form__fieldsetFooter {
  font-size: 0.6875rem;
  color: #666;
  text-align: center;
  border-top: 1px solid #f3f3f3;
  padding: 5px 0;
  margin-top: 30px;
}

.form__select {
  background: #fff url(../images/arrow.png) no-repeat 90% 50%;
  background: #fff url(../images/arrow.png) no-repeat calc(100% - 20px) 50%;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
  padding: 12px 40px 13px 20px;
  border: 1px solid #DADADA;
  width: 100%;
}
.form__select::-ms-expand {
  display: none;
}

.form__label--check {
  font-size: 14px;
}

.radio__label {
  cursor: pointer;
  display: block;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .radio__label {
    padding-left: 45px;
  }
}
.radio__label:after, .radio__label:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #DADADA;
  cursor: pointer;
}
@media (min-width: 550px) {
  .radio__label:after, .radio__label:before {
    width: 20px;
    height: 20px;
  }
}
.section__testStudent .radio__label:after, .section__testStudent .radio__label:before {
  width: 30px;
  height: 30px;
}
.radio__label:before {
  z-index: 9;
  opacity: 0;
}

.radio__placeholder {
  font-size: 0.6875rem;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .radio__placeholder {
    padding-left: 45px;
  }
}

.radio__input {
  opacity: 0;
  position: absolute;
  top: -20px;
}
.radio__input:checked ~ .radio__label::after {
  border: 1px solid #71CC47;
}
.radio__input:checked ~ .radio__label::before {
  background: #71CC47;
  opacity: 1;
  border: 1px solid #71CC47;
  -ms-transform: translateY(-50%) scale(0.6);
      transform: translateY(-50%) scale(0.6);
  -webkit-transform: translateY(-50%) scale(0.6);
}

.form__date {
  display: block;
}
@media (min-width: 550px) {
  .form__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form__date > div {
  width: 100%;
  text-align: left;
  padding-top: 20px;
}
.form__date > div .customSelect__selected,
.form__date > div .customSelect__list {
  width: 95%;
  text-align: left;
}
@media (min-width: 550px) {
  .form__date > div {
    width: 29.16667%;
    padding-top: 0;
  }
}
.form__date > div.date__day {
  padding-top: 0;
}
.form__date > div.date__month {
  text-align: center;
}
.form__date > div.date__year {
  text-align: right;
}
.form__date > div select {
  width: 100%;
  text-align: center;
}
@media (min-width: 550px) {
  .form__date > div select {
    width: 95%;
  }
}

.form__fieldsetWrapper + .form__fieldsetWrapper {
  margin-top: 15px;
  display: block;
}
@media (min-width: 550px) {
  .form__fieldsetWrapper + .form__fieldsetWrapper.form__fieldsetWrapper--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.form__materiaButton {
  color: #71CC47;
  display: inline-block;
  text-transform: uppercase;
  line-height: 118px;
  letter-spacing: 0.1em;
  position: relative;
  top: 5px;
  margin-left: 8.33333%;
}
@media (min-width: 550px) {
  .form__materiaButton {
    margin-left: 0;
  }
}

.form__text {
  display: inline-block;
  margin-top: 20px;
}

.toggle {
  display: none;
}
.toggle + .toggle__label {
  background: #D8D8D8;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0;
  display: block;
  width: 120px;
  height: 46px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 45px;
  padding: 0 20px;
  color: #fff;
}
.toggle + .toggle__label.disable {
  opacity: 0.5;
  pointer-events: none;
}
.toggle + .toggle__label::-moz-selection {
  background: none;
}
.toggle + .toggle__label::selection {
  background: none;
}
.toggle + .toggle__label:after, .toggle + .toggle__label:before {
  position: relative;
  display: block;
  content: "";
  width: 55px;
  height: 36px;
}
.toggle + .toggle__label:after {
  left: 4px;
  position: absolute;
  top: 5px;
  border-radius: 23px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toggle + .toggle__label:before {
  display: none;
}
.toggle:checked + .toggle__label {
  background: #71CC47;
}
.toggle:checked + .toggle__label:after {
  left: 50%;
}

.toggle__si {
  float: left;
}

.toggle__no {
  float: right;
  color: #333;
}

.disabled--alt .toggle__label--notification {
  opacity: 0.6;
  pointer-events: none;
}

.disabled .toggle__label--mail {
  opacity: 0.6;
  pointer-events: none;
}

.form__label--big {
  display: block;
  margin-bottom: 10px;
}

.lessonForm .form__date {
  height: 180px;
}

.ui-autocomplete {
  z-index: 99;
  border: 1px solid #DADADA;
}
.ui-autocomplete .ui-menu-item {
  font-size: 14px;
  background: white;
  width: 100%;
}
.ui-autocomplete .ui-menu-item:last-child .ui-corner-all {
  border-bottom: none;
}
.ui-autocomplete .ui-menu-item .ui-corner-all {
  padding: 15px 20px;
  display: block;
  border-bottom: 1px solid #DADADA;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item .ui-corner-all:hover {
  background: #f7f7f7;
}

.form__upload {
  cursor: default;
}

.w300 {
  width: 300px;
}
.w300[multiple] {
  height: 120px;
}

.fieldset__info {
  font-size: 0.625rem;
  line-height: 1.85em;
  color: #666;
  text-align: left;
  padding: 5px 0 0;
  width: 100%;
}

.terms__item {
  margin-bottom: 30px;
  position: relative;
  font-size: 0;
}

.terms__par {
  font-size: +0.875rem;
}
.terms__par * {
  font-size: inherit;
}
.terms__par .form__label--check:before {
  left: 0;
}
.terms__par .form__input--checkbox:checked + label:before {
  content: "";
  background: #71CC47;
  border: 1px solid transparent;
  font-family: "icomoon";
}
.terms__par .form__input--checkbox {
  display: none;
}

.terms__par__input {
  position: relative;
}

.terms__right {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-bottom: 10px;
}
@media (min-width: 550px) {
  .terms__right {
    width: 80%;
    padding-right: 15px;
    padding-bottom: 0px;
  }
}
.terms__item--privacy .terms__right {
  width: calc(100% - 50px);
}

.terms__subtitle {
  display: block;
  margin-bottom: 5px;
}

.terms__link {
  color: #71CC47;
  display: inline-block;
  text-decoration: underline;
}

.terms__readmore {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.terms__readmore.open {
  display: block;
}

.terms__link--close {
  display: none;
}

.terms__left {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.terms__left .form__label--check {
  font-size: 1rem;
}
@media (min-width: 550px) {
  .terms__left {
    width: 20%;
  }
}
.terms__item--privacy .terms__left {
  width: 50px;
}

.terms__label {
  padding: 5px 0 5px 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.terms__label.radio {
  margin-right: 20px;
}
.terms__par .terms__label {
  padding: 0 10px;
}

.terms__input {
  opacity: 0;
  position: absolute;
  top: -20px;
}
.terms__input:checked ~ .terms__radioTxt::after {
  border-color: #71CC47;
}
.nlform--done .terms__input:checked ~ .terms__radioTxt::after {
  border-color: #D8D8D8;
}
.terms__input:checked ~ .terms__radioTxt::before {
  background: #71CC47;
  opacity: 1;
  border: 1px solid #71CC47;
  -ms-transform: translateY(-50%) scale(0.6);
      transform: translateY(-50%) scale(0.6);
  -webkit-transform: translateY(-50%) scale(0.6);
}
.nlform--done .terms__input:checked ~ .terms__radioTxt::before {
  border: 1px solid #D8D8D8;
  background: #D8D8D8;
}

.terms__radioTxt {
  cursor: pointer;
  display: block;
  height: 20px;
  line-height: 20px;
}
.terms__radioTxt:after, .terms__radioTxt:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #bbb;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}
.terms__radioTxt:before {
  z-index: 9;
  opacity: 0;
}

.terms__accordion--link {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 4.16667%;
  border: 1px solid #DADADA;
}
.nlform .terms__accordion--link {
  border: none;
  height: 60px;
  line-height: 60px;
}
.nlform .open .terms__accordion--link {
  border-bottom: 1px solid #DADADA;
}

.terms__accordion--icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.625rem;
  float: right;
  line-height: 50px;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: all 0.7s ease;
          transition: all 0.7s ease;
}
.open .terms__accordion--icon {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.nlform .terms__accordion--icon {
  line-height: 60px;
}

.terms__accordion--container {
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  -webkit-transition: 1.3s;
          transition: 1.3s;
  display: none;
  padding: 4.16667%;
  width: 100%;
}
.open .terms__accordion--container {
  display: block;
}
.nlform .terms__accordion--container {
  border: none;
}

.terms__accordion--list {
  font-size: 0;
  padding: 1.5% 0 2.5%;
}
.terms__accordion--content:last-child .terms__accordion--list {
  padding: 1.5% 0 0;
}

.terms__accordion--item {
  margin: 10px 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 550px) {
  .terms__accordion--item {
    width: 33.3%;
    margin: 0;
  }
}

.terms__accordion {
  margin-bottom: 20px;
}

.terms__item--privacy a {
  color: inherit;
  text-decoration: underline;
  color: #71CC47;
}

.terms__full {
  margin-top: 20px;
}

.dettaglio__attivita {
  background-color: #96ECEC;
}

.link__label {
  display: inline-block;
  color: #71CC47;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  max-width: 100%;
  width: auto;
  padding: 15px 30px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #DADADA;
  text-align: left;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
          transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  background-color: #fff;
  margin-top: 30px;
  text-overflow: ellipsis;
}
