@font-face {
  font-family: 'kidsplain';
  src: url("../fonts/kidsplain.ttf"); }
/*	==========================================================================
	Ip Widgets
	========================================================================== */
.ipWidget-TMColumns ._container {
  margin: 0 -10px; }
.ipWidget-TMColumns ._col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }
.ipWidget-TMColumns .edit {
  padding-bottom: 4px; }

.ipWidget-CountriesDropDown {
  display: none;
  background: #f2f4f6;
  position: absolute;
  left: 0;
  top: -75px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 37;
  padding: 10px 5% 5%;
  min-width: 580px;
  width: 40%; }
  .ipWidget-CountriesDropDown.not-top {
    top: 0; }
  .ipWidget-CountriesDropDown .countries-drop-down .top {
    padding-top: 5%;
    padding-bottom: 40px; }
    .ipWidget-CountriesDropDown .countries-drop-down .top .logo {
      display: inline-block;
      margin: 0; }
    .ipWidget-CountriesDropDown .countries-drop-down .top .world {
      display: inline-block;
      margin-left: 30px;
      margin-top: 5px;
      padding: 0; }
      .ipWidget-CountriesDropDown .countries-drop-down .top .world img {
        margin-top: 0;
        margin-bottom: -16px; }
      .ipWidget-CountriesDropDown .countries-drop-down .top .world .country {
        font-family: "Archivo Black";
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        color: #2e3135;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle; }
      .ipWidget-CountriesDropDown .countries-drop-down .top .world .select-country {
        display: inline-block;
        margin: 0 15px;
        cursor: pointer;
        width: 115px; }
        .ipWidget-CountriesDropDown .countries-drop-down .top .world .select-country ul {
          padding: 0;
          margin: 0; }
          .ipWidget-CountriesDropDown .countries-drop-down .top .world .select-country ul li {
            display: none;
            list-style-type: none;
            margin: 0;
            vertical-align: middle; }
            .ipWidget-CountriesDropDown .countries-drop-down .top .world .select-country ul li a {
              text-decoration: none;
              font-family: "Archivo Black";
              font-weight: bold;
              font-size: 16px;
              text-transform: uppercase;
              color: #2e3135; }
            .ipWidget-CountriesDropDown .countries-drop-down .top .world .select-country ul li:first-child {
              display: inline-block; }
        .ipWidget-CountriesDropDown .countries-drop-down .top .world .select-country.open ul {
          background: #f2f4f6;
          border: 1px solid #8f8f8f;
          position: absolute;
          top: 53px;
          padding: 10px;
          margin-left: -15px; }
          .ipWidget-CountriesDropDown .countries-drop-down .top .world .select-country.open ul li {
            height: 30px;
            display: list-item; }
      .ipWidget-CountriesDropDown .countries-drop-down .top .world .arrow {
        cursor: pointer;
        display: inline-block; }
    .ipWidget-CountriesDropDown .countries-drop-down .top .close-button {
      position: absolute;
      top: 40px;
      right: 5%;
      cursor: pointer;
      font-size: 29px;
      color: #000000;
      margin-top: 5px; }
  .ipWidget-CountriesDropDown .countries-drop-down .countries .column {
    display: inline-block;
    margin-right: 5%;
    vertical-align: top; }
    .ipWidget-CountriesDropDown .countries-drop-down .countries .column .country {
      margin-top: 30px; }
      .ipWidget-CountriesDropDown .countries-drop-down .countries .column .country:first-child {
        margin-top: 0; }
      .ipWidget-CountriesDropDown .countries-drop-down .countries .column .country .country-name {
        font-family: "Archivo Black";
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        color: #2e3135; }
      .ipWidget-CountriesDropDown .countries-drop-down .countries .column .country a {
        font-family: "Montserrat";
        font-weight: normal;
        font-size: 14px;
        color: #7b828b; }
    .ipWidget-CountriesDropDown .countries-drop-down .countries .column:last-child {
      margin-right: 0; }

.ip #ipWidgetDynamicForm .form-group {
  max-height: 600px;
  overflow-y: scroll; }
  .ip #ipWidgetDynamicForm .form-group.notifications {
    max-height: inherit;
    overflow-y: inherit; }
  .ip #ipWidgetDynamicForm .form-group .input-group {
    margin-bottom: 10px; }
    .ip #ipWidgetDynamicForm .form-group .input-group .form-control.select {
      border-radius: 5px; }
    .ip #ipWidgetDynamicForm .form-group .input-group .form-control.ipsFieldLabel {
      display: inline-block;
      width: 330px;
      height: 33px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .ip #ipWidgetDynamicForm .form-group .input-group .form-control.checkbox {
      display: inline-block;
      width: 36px;
      margin: 0 0 0 -3px; }
    .ip #ipWidgetDynamicForm .form-group .input-group span {
      display: inline-block;
      float: left;
      background: #889BAB;
      padding: 6.5px 10px;
      text-transform: uppercase;
      margin-left: -3px;
      color: #FFF; }

.ipWidget-DynamicForm,
.ipWidget-RedirectForm {
  min-height: 200px; }
  .ipWidget-DynamicForm .dynamicForm_wrapper,
  .ipWidget-RedirectForm .dynamicForm_wrapper {
    max-width: 70%;
    margin: 0 auto; }
  .ipWidget-DynamicForm .hidden-input,
  .ipWidget-RedirectForm .hidden-input {
    display: none; }
  .ipWidget-DynamicForm .captcha,
  .ipWidget-RedirectForm .captcha {
    margin-top: 30px; }
    .ipWidget-DynamicForm .captcha .g-recaptcha > div,
    .ipWidget-RedirectForm .captcha .g-recaptcha > div {
      margin: 0 auto; }
    .ipWidget-DynamicForm .captcha .msg,
    .ipWidget-RedirectForm .captcha .msg {
      display: none;
      color: red;
      margin-top: 35px; }
  .ipWidget-DynamicForm .always-visible,
  .ipWidget-RedirectForm .always-visible {
    display: block !important; }
  .ipWidget-DynamicForm .dynamicForm, .ipWidget-DynamicForm .redirectForm,
  .ipWidget-RedirectForm .dynamicForm,
  .ipWidget-RedirectForm .redirectForm {
    overflow: hidden; }
    .ipWidget-DynamicForm .dynamicForm .fields-block, .ipWidget-DynamicForm .redirectForm .fields-block,
    .ipWidget-RedirectForm .dynamicForm .fields-block,
    .ipWidget-RedirectForm .redirectForm .fields-block {
      display: block;
      width: 100%;
      white-space: nowrap;
      line-height: 0; }
      .ipWidget-DynamicForm .dynamicForm .fields-block .block, .ipWidget-DynamicForm .redirectForm .fields-block .block,
      .ipWidget-RedirectForm .dynamicForm .fields-block .block,
      .ipWidget-RedirectForm .redirectForm .fields-block .block {
        display: inline-block;
        width: 100%; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block input[type="text"], .ipWidget-DynamicForm .dynamicForm .fields-block .block select, .ipWidget-DynamicForm .dynamicForm .fields-block .block textarea, .ipWidget-DynamicForm .redirectForm .fields-block .block input[type="text"], .ipWidget-DynamicForm .redirectForm .fields-block .block select, .ipWidget-DynamicForm .redirectForm .fields-block .block textarea,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block input[type="text"],
        .ipWidget-RedirectForm .dynamicForm .fields-block .block select,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block textarea,
        .ipWidget-RedirectForm .redirectForm .fields-block .block input[type="text"],
        .ipWidget-RedirectForm .redirectForm .fields-block .block select,
        .ipWidget-RedirectForm .redirectForm .fields-block .block textarea {
          padding-left: 23px;
          width: 100%;
          height: 54px;
          border: 1px solid #e1e6ea;
          border-radius: 5px;
          background: transparent;
          color: #39346b;
          font-size: 14px;
          letter-spacing: 1px;
          font-family: "Montserrat";
          font-weight: 400;
          margin-bottom: 17px;
          line-height: 19px; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block .conditional, .ipWidget-DynamicForm .redirectForm .fields-block .block .conditional,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block .conditional,
        .ipWidget-RedirectForm .redirectForm .fields-block .block .conditional {
          display: none; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block .cv-file, .ipWidget-DynamicForm .redirectForm .fields-block .block .cv-file,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block .cv-file,
        .ipWidget-RedirectForm .redirectForm .fields-block .block .cv-file {
          display: none; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block .cv-field, .ipWidget-DynamicForm .redirectForm .fields-block .block .cv-field,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block .cv-field,
        .ipWidget-RedirectForm .redirectForm .fields-block .block .cv-field {
          background: #ffffff url("../img/attach.png") no-repeat right 20px top 15px !important;
          cursor: pointer; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block.left, .ipWidget-DynamicForm .redirectForm .fields-block .block.left,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block.left,
        .ipWidget-RedirectForm .redirectForm .fields-block .block.left {
          display: inline-block;
          width: 50%;
          white-space: normal;
          vertical-align: top; }
          .ipWidget-DynamicForm .dynamicForm .fields-block .block.left input[type="text"], .ipWidget-DynamicForm .dynamicForm .fields-block .block.left select, .ipWidget-DynamicForm .redirectForm .fields-block .block.left input[type="text"], .ipWidget-DynamicForm .redirectForm .fields-block .block.left select,
          .ipWidget-RedirectForm .dynamicForm .fields-block .block.left input[type="text"],
          .ipWidget-RedirectForm .dynamicForm .fields-block .block.left select,
          .ipWidget-RedirectForm .redirectForm .fields-block .block.left input[type="text"],
          .ipWidget-RedirectForm .redirectForm .fields-block .block.left select {
            border-radius: 5px 0 0 5px; }
          .ipWidget-DynamicForm .dynamicForm .fields-block .block.left.full input[type="text"], .ipWidget-DynamicForm .dynamicForm .fields-block .block.left.full select, .ipWidget-DynamicForm .redirectForm .fields-block .block.left.full input[type="text"], .ipWidget-DynamicForm .redirectForm .fields-block .block.left.full select,
          .ipWidget-RedirectForm .dynamicForm .fields-block .block.left.full input[type="text"],
          .ipWidget-RedirectForm .dynamicForm .fields-block .block.left.full select,
          .ipWidget-RedirectForm .redirectForm .fields-block .block.left.full input[type="text"],
          .ipWidget-RedirectForm .redirectForm .fields-block .block.left.full select {
            border-left: 1px solid #e1e6ea;
            border-radius: 5px !important; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block.nomargin-block.left.full, .ipWidget-DynamicForm .redirectForm .fields-block .block.nomargin-block.left.full,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block.nomargin-block.left.full,
        .ipWidget-RedirectForm .redirectForm .fields-block .block.nomargin-block.left.full {
          margin-left: -4px !important; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block.right, .ipWidget-DynamicForm .redirectForm .fields-block .block.right,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block.right,
        .ipWidget-RedirectForm .redirectForm .fields-block .block.right {
          display: inline-block;
          width: 50%;
          white-space: normal;
          vertical-align: top;
          margin-left: -2px; }
          .ipWidget-DynamicForm .dynamicForm .fields-block .block.right input[type="text"], .ipWidget-DynamicForm .dynamicForm .fields-block .block.right select, .ipWidget-DynamicForm .redirectForm .fields-block .block.right input[type="text"], .ipWidget-DynamicForm .redirectForm .fields-block .block.right select,
          .ipWidget-RedirectForm .dynamicForm .fields-block .block.right input[type="text"],
          .ipWidget-RedirectForm .dynamicForm .fields-block .block.right select,
          .ipWidget-RedirectForm .redirectForm .fields-block .block.right input[type="text"],
          .ipWidget-RedirectForm .redirectForm .fields-block .block.right select {
            border-radius: 0 5px 5px 0;
            border-left: 0;
            margin-left: -4px; }
            .ipWidget-DynamicForm .dynamicForm .fields-block .block.right input[type="text"].cv-field, .ipWidget-DynamicForm .dynamicForm .fields-block .block.right select.cv-field, .ipWidget-DynamicForm .redirectForm .fields-block .block.right input[type="text"].cv-field, .ipWidget-DynamicForm .redirectForm .fields-block .block.right select.cv-field,
            .ipWidget-RedirectForm .dynamicForm .fields-block .block.right input[type="text"].cv-field,
            .ipWidget-RedirectForm .dynamicForm .fields-block .block.right select.cv-field,
            .ipWidget-RedirectForm .redirectForm .fields-block .block.right input[type="text"].cv-field,
            .ipWidget-RedirectForm .redirectForm .fields-block .block.right select.cv-field {
              margin-left: -2px; }
          .ipWidget-DynamicForm .dynamicForm .fields-block .block.right.right-full input[type="text"], .ipWidget-DynamicForm .dynamicForm .fields-block .block.right.right-full select, .ipWidget-DynamicForm .redirectForm .fields-block .block.right.right-full input[type="text"], .ipWidget-DynamicForm .redirectForm .fields-block .block.right.right-full select,
          .ipWidget-RedirectForm .dynamicForm .fields-block .block.right.right-full input[type="text"],
          .ipWidget-RedirectForm .dynamicForm .fields-block .block.right.right-full select,
          .ipWidget-RedirectForm .redirectForm .fields-block .block.right.right-full input[type="text"],
          .ipWidget-RedirectForm .redirectForm .fields-block .block.right.right-full select {
            border-left: 1px solid #e1e6ea;
            border-radius: 5px !important; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block label, .ipWidget-DynamicForm .redirectForm .fields-block .block label,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block label,
        .ipWidget-RedirectForm .redirectForm .fields-block .block label {
          text-transform: uppercase;
          display: block;
          color: #a2a2a2;
          letter-spacing: 2px;
          font-size: 15px; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block .privacy, .ipWidget-DynamicForm .redirectForm .fields-block .block .privacy,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block .privacy,
        .ipWidget-RedirectForm .redirectForm .fields-block .block .privacy {
          text-transform: none;
          color: #a2a2a2;
          font-size: 10px;
          vertical-align: middle;
          font-family: "Montserrat";
          font-weight: normal;
          white-space: initial;
          display: inline-block; }
          .ipWidget-DynamicForm .dynamicForm .fields-block .block .privacy.text, .ipWidget-DynamicForm .redirectForm .fields-block .block .privacy.text,
          .ipWidget-RedirectForm .dynamicForm .fields-block .block .privacy.text,
          .ipWidget-RedirectForm .redirectForm .fields-block .block .privacy.text {
            max-width: 95%; }
          .ipWidget-DynamicForm .dynamicForm .fields-block .block .privacy.css-label, .ipWidget-DynamicForm .redirectForm .fields-block .block .privacy.css-label,
          .ipWidget-RedirectForm .dynamicForm .fields-block .block .privacy.css-label,
          .ipWidget-RedirectForm .redirectForm .fields-block .block .privacy.css-label {
            margin-bottom: 0; }
          .ipWidget-DynamicForm .dynamicForm .fields-block .block .privacy a, .ipWidget-DynamicForm .redirectForm .fields-block .block .privacy a,
          .ipWidget-RedirectForm .dynamicForm .fields-block .block .privacy a,
          .ipWidget-RedirectForm .redirectForm .fields-block .block .privacy a {
            color: #7b828b; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block input[type=checkbox].css-checkbox, .ipWidget-DynamicForm .redirectForm .fields-block .block input[type=checkbox].css-checkbox,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block input[type=checkbox].css-checkbox,
        .ipWidget-RedirectForm .redirectForm .fields-block .block input[type=checkbox].css-checkbox {
          position: absolute;
          overflow: hidden;
          clip: rect(0 0 0 0);
          height: 1px;
          width: 1px;
          margin: -1px;
          padding: 0;
          border: 0; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block input[type=checkbox].css-checkbox + label.css-label, .ipWidget-DynamicForm .redirectForm .fields-block .block input[type=checkbox].css-checkbox + label.css-label,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block input[type=checkbox].css-checkbox + label.css-label,
        .ipWidget-RedirectForm .redirectForm .fields-block .block input[type=checkbox].css-checkbox + label.css-label {
          height: 14px;
          width: 14px;
          display: inline-block;
          line-height: 16px;
          vertical-align: text-bottom;
          cursor: pointer;
          background: #e5eaee;
          margin-left: 15px; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block input[type=checkbox].css-checkbox:checked + label.css-label i, .ipWidget-DynamicForm .redirectForm .fields-block .block input[type=checkbox].css-checkbox:checked + label.css-label i,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block input[type=checkbox].css-checkbox:checked + label.css-label i,
        .ipWidget-RedirectForm .redirectForm .fields-block .block input[type=checkbox].css-checkbox:checked + label.css-label i {
          display: inline-block; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block .css-label i, .ipWidget-DynamicForm .redirectForm .fields-block .block .css-label i,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block .css-label i,
        .ipWidget-RedirectForm .redirectForm .fields-block .block .css-label i {
          display: none;
          color: #898989;
          font-size: 10px;
          margin-left: 2px; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block select, .ipWidget-DynamicForm .redirectForm .fields-block .block select,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block select,
        .ipWidget-RedirectForm .redirectForm .fields-block .block select {
          -webkit-appearance: none;
          appearance: none;
          -moz-appearance: none;
          background: url("../img/select-dropdown.png") no-repeat right 21px center;
          background-size: auto; }
          .ipWidget-DynamicForm .dynamicForm .fields-block .block select:invalid, .ipWidget-DynamicForm .redirectForm .fields-block .block select:invalid,
          .ipWidget-RedirectForm .dynamicForm .fields-block .block select:invalid,
          .ipWidget-RedirectForm .redirectForm .fields-block .block select:invalid {
            color: gray; }
        .ipWidget-DynamicForm .dynamicForm .fields-block .block textarea, .ipWidget-DynamicForm .redirectForm .fields-block .block textarea,
        .ipWidget-RedirectForm .dynamicForm .fields-block .block textarea,
        .ipWidget-RedirectForm .redirectForm .fields-block .block textarea {
          width: 100%;
          height: 131px;
          resize: none;
          padding-top: 20px;
          border-radius: 5px; }
      .ipWidget-DynamicForm .dynamicForm .fields-block.full .block.left, .ipWidget-DynamicForm .redirectForm .fields-block.full .block.left,
      .ipWidget-RedirectForm .dynamicForm .fields-block.full .block.left,
      .ipWidget-RedirectForm .redirectForm .fields-block.full .block.left {
        width: 100%; }
    .ipWidget-DynamicForm .dynamicForm input[type="submit"], .ipWidget-DynamicForm .redirectForm input[type="submit"],
    .ipWidget-RedirectForm .dynamicForm input[type="submit"],
    .ipWidget-RedirectForm .redirectForm input[type="submit"] {
      margin: 42px auto 0  auto;
      display: block;
      width: 240px;
      height: 55px; }
  .ipWidget-DynamicForm.ipSkin-simple .dynamicForm,
  .ipWidget-RedirectForm.ipSkin-simple .dynamicForm {
    position: relative; }
    .ipWidget-DynamicForm.ipSkin-simple .dynamicForm .fields-block,
    .ipWidget-RedirectForm.ipSkin-simple .dynamicForm .fields-block {
      display: inline-block;
      width: 68%; }
      .ipWidget-DynamicForm.ipSkin-simple .dynamicForm .fields-block .block,
      .ipWidget-RedirectForm.ipSkin-simple .dynamicForm .fields-block .block {
        display: inline-block;
        margin-bottom: 30px; }
        .ipWidget-DynamicForm.ipSkin-simple .dynamicForm .fields-block .block.left,
        .ipWidget-RedirectForm.ipSkin-simple .dynamicForm .fields-block .block.left {
          display: inline-block;
          width: 48%; }
        .ipWidget-DynamicForm.ipSkin-simple .dynamicForm .fields-block .block.right,
        .ipWidget-RedirectForm.ipSkin-simple .dynamicForm .fields-block .block.right {
          display: inline-block;
          width: 48%; }
    .ipWidget-DynamicForm.ipSkin-simple .dynamicForm input[type='submit'],
    .ipWidget-RedirectForm.ipSkin-simple .dynamicForm input[type='submit'] {
      display: inline-block;
      width: 30%; }
  .ipWidget-DynamicForm .dynamicForm_msg,
  .ipWidget-RedirectForm .dynamicForm_msg {
    display: none;
    margin: 0 auto;
    color: green;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    font-size: 16px;
    max-width: 580px;
    font-family: "Montserrat";
    line-height: 30px; }
    .ipWidget-DynamicForm .dynamicForm_msg.error,
    .ipWidget-RedirectForm .dynamicForm_msg.error {
      color: red; }

.ipWidget-RedirectForm {
  min-height: inherit;
  width: 70%;
  margin: 0 auto; }
  .ipWidget-RedirectForm .redirectForm .fields-block .block {
    margin-bottom: 30px; }
    .ipWidget-RedirectForm .redirectForm .fields-block .block label {
      margin-bottom: 10px; }
    .ipWidget-RedirectForm .redirectForm .fields-block .block .input-error-msg {
      margin-top: 5px; }

.ipWidget-MosaicApps, .ipWidget-AppsCategory {
  margin-bottom: 13px !important;
  height: 750px; }
  .ipWidget-MosaicApps .mosaic-wrapper .app, .ipWidget-AppsCategory .mosaic-wrapper .app {
    width: 33.3333333333333%;
    height: 750px;
    padding-top: 135px;
    float: left;
    text-align: center;
    position: relative;
    background-size: contain; }
    .ipWidget-MosaicApps .mosaic-wrapper .app .level, .ipWidget-MosaicApps .mosaic-wrapper .app .app-title, .ipWidget-MosaicApps .mosaic-wrapper .app .app-title-hover, .ipWidget-AppsCategory .mosaic-wrapper .app .level, .ipWidget-AppsCategory .mosaic-wrapper .app .app-title, .ipWidget-AppsCategory .mosaic-wrapper .app .app-title-hover {
      display: block; }
    .ipWidget-MosaicApps .mosaic-wrapper .app .level, .ipWidget-AppsCategory .mosaic-wrapper .app .level {
      font-family: "Montserrat";
      font-size: 16px;
      color: #3e3350;
      margin-bottom: 34px; }
    .ipWidget-MosaicApps .mosaic-wrapper .app .app-title, .ipWidget-MosaicApps .mosaic-wrapper .app .app-title-hover, .ipWidget-AppsCategory .mosaic-wrapper .app .app-title, .ipWidget-AppsCategory .mosaic-wrapper .app .app-title-hover {
      font-family: "Montserrat";
      font-size: 36px;
      letter-spacing: 1px;
      width: 72%;
      margin: 0 auto 24px auto; }
    .ipWidget-MosaicApps .mosaic-wrapper .app .text, .ipWidget-MosaicApps .mosaic-wrapper .app .text-hover, .ipWidget-AppsCategory .mosaic-wrapper .app .text, .ipWidget-AppsCategory .mosaic-wrapper .app .text-hover {
      max-width: 370px;
      margin: 0 auto;
      line-height: 28px;
      font-family: "Montserrat";
      font-size: 14px;
      letter-spacing: 0px; }
    .ipWidget-MosaicApps .mosaic-wrapper .app .hover-app, .ipWidget-AppsCategory .mosaic-wrapper .app .hover-app {
      height: 100%;
      width: 100%;
      position: absolute;
      display: none;
      top: 0;
      background: rgba(40, 40, 40, 0.61);
      padding-top: 191px; }
      .ipWidget-MosaicApps .mosaic-wrapper .app .hover-app .app-title-hover, .ipWidget-MosaicApps .mosaic-wrapper .app .hover-app .text-hover, .ipWidget-AppsCategory .mosaic-wrapper .app .hover-app .app-title-hover, .ipWidget-AppsCategory .mosaic-wrapper .app .hover-app .text-hover {
        color: #ffffff; }
    .ipWidget-MosaicApps .mosaic-wrapper .app .filters, .ipWidget-AppsCategory .mosaic-wrapper .app .filters {
      margin: 0 auto;
      width: 260px; }
      .ipWidget-MosaicApps .mosaic-wrapper .app .filters select, .ipWidget-AppsCategory .mosaic-wrapper .app .filters select {
        margin-top: 10px;
        border-radius: 20px;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        font-size: 12px;
        font-family: "Montserrat";
        font-weight: 500;
        height: 40px;
        width: 260px;
        padding-left: 33px;
        padding-right: 30px;
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        background: url(../img/down-arrow-white.png) no-repeat right 21px center;
        background-size: auto;
        display: block;
        margin-top: 40px; }
        .ipWidget-MosaicApps .mosaic-wrapper .app .filters select option, .ipWidget-AppsCategory .mosaic-wrapper .app .filters select option {
          color: #000; }
    .ipWidget-MosaicApps .mosaic-wrapper .app .download-requirements, .ipWidget-AppsCategory .mosaic-wrapper .app .download-requirements {
      position: absolute;
      bottom: 46px;
      color: #fff;
      font-size: 14px;
      font-family: "Montserrat";
      font-weight: 400;
      left: 0;
      right: 0; }
    .ipWidget-MosaicApps .mosaic-wrapper .app .img-down, .ipWidget-AppsCategory .mosaic-wrapper .app .img-down {
      margin-right: 13px;
      vertical-align: sub; }
    .ipWidget-MosaicApps .mosaic-wrapper .app .button, .ipWidget-AppsCategory .mosaic-wrapper .app .button {
      text-transform: uppercase;
      color: #fff;
      margin-top: 39px; }
    .ipWidget-MosaicApps .mosaic-wrapper .app.has-hover:hover .text, .ipWidget-MosaicApps .mosaic-wrapper .app.has-hover:hover .app-title, .ipWidget-AppsCategory .mosaic-wrapper .app.has-hover:hover .text, .ipWidget-AppsCategory .mosaic-wrapper .app.has-hover:hover .app-title {
      display: none; }
    .ipWidget-MosaicApps .mosaic-wrapper .app.has-hover:hover .hover-app, .ipWidget-AppsCategory .mosaic-wrapper .app.has-hover:hover .hover-app {
      display: block; }
    .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen {
      padding-top: 70px;
      width: 100%;
      text-align: inherit; }
      .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .level, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .level {
        position: absolute;
        right: 84px;
        top: 64px; }
      .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .app-info, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .app-info {
        float: left;
        margin-left: 60px; }
      .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .app-title, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .app-title {
        font-size: 48px;
        font-weight: 800;
        margin-bottom: 5px; }
      .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .text, .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .text-hover, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .text, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .text-hover {
        margin: 0 0 30px; }
      .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .filters, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .filters {
        margin: 0;
        width: 260px; }
        .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .filters select, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .filters select {
          background: url(../img/drop-blue.png) no-repeat right 21px center;
          border: 1px solid #3e3350;
          color: #3e3350; }
      .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .download-requirements, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .download-requirements {
        color: #3e3350;
        bottom: 42px;
        right: inherit;
        left: 58px; }

.ipWidget-MosaicProjects a, .ipWidget-RelatedProjects a {
  text-decoration: none;
  width: 380px;
  height: 430px;
  display: inline-block;
  margin: 10px;
  vertical-align: top; }
  .ipWidget-MosaicProjects a.hide-item, .ipWidget-RelatedProjects a.hide-item {
    display: none; }
  .ipWidget-MosaicProjects a .project, .ipWidget-RelatedProjects a .project {
    width: 380px;
    height: 430px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    position: relative; }
    .ipWidget-MosaicProjects a .project .level, .ipWidget-RelatedProjects a .project .level {
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #a248fe;
      font-family: 'Montserrat';
      font-weight: 800;
      margin-top: 90px;
      display: block;
      font-size: 12px; }
    .ipWidget-MosaicProjects a .project .project-title, .ipWidget-RelatedProjects a .project .project-title {
      font-family: 'Montserrat';
      font-weight: 400;
      font-size: 30px;
      width: 230px;
      line-height: 30px;
      margin: 40px auto 0 auto;
      color: #3e3650;
      display: block; }
    .ipWidget-MosaicProjects a .project .description, .ipWidget-RelatedProjects a .project .description {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      max-width: 80%;
      margin: 0 auto;
      font-family: "Montserrat";
      font-weight: 400;
      color: #7b828b;
      font-size: 16px;
      line-height: 30px !important; }
.ipWidget-MosaicProjects .levels, .ipWidget-RelatedProjects .levels {
  text-align: center;
  margin-bottom: 40px;
  padding: 0;
  border-bottom: 2px solid #ecf1f3; }
  .ipWidget-MosaicProjects .levels .filter-title, .ipWidget-RelatedProjects .levels .filter-title {
    margin-bottom: 59px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    color: #484159; }
  .ipWidget-MosaicProjects .levels li, .ipWidget-RelatedProjects .levels li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #b5bcc4;
    margin: 0 20px;
    cursor: pointer;
    padding-bottom: 15px; }
    .ipWidget-MosaicProjects .levels li:first-child, .ipWidget-RelatedProjects .levels li:first-child {
      margin-left: 0; }
    .ipWidget-MosaicProjects .levels li:last-child, .ipWidget-RelatedProjects .levels li:last-child {
      margin-right: 0; }
    .ipWidget-MosaicProjects .levels li.selected, .ipWidget-RelatedProjects .levels li.selected {
      border-bottom: 7px solid #57ccfe;
      font-weight: bold; }
  .ipWidget-MosaicProjects .levels.no-border, .ipWidget-RelatedProjects .levels.no-border {
    border-bottom: 0; }
    .ipWidget-MosaicProjects .levels.no-border .levels, .ipWidget-RelatedProjects .levels.no-border .levels {
      border-bottom: 0; }
.ipWidget-MosaicProjects .mosaic-no-level, .ipWidget-RelatedProjects .mosaic-no-level {
  display: inline-block; }
  .ipWidget-MosaicProjects .mosaic-no-level .project, .ipWidget-RelatedProjects .mosaic-no-level .project {
    width: 380px;
    height: 430px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 10px; }
    .ipWidget-MosaicProjects .mosaic-no-level .project .level, .ipWidget-RelatedProjects .mosaic-no-level .project .level {
      text-transform: uppercase;
      letter-spacing: 3px;
      color: #a248fe;
      font-family: 'Montserrat';
      font-weight: 600;
      margin-top: 90px;
      display: block; }
    .ipWidget-MosaicProjects .mosaic-no-level .project .project-title, .ipWidget-RelatedProjects .mosaic-no-level .project .project-title {
      font-family: 'Montserrat';
      font-weight: 400;
      font-size: 30px;
      width: 230px;
      line-height: 30px;
      margin: 40px auto 0 auto;
      color: #3e3650;
      display: block; }

.ipWidget-RelatedProjects a {
  width: 370px; }
  .ipWidget-RelatedProjects a .project {
    width: 370px; }
.ipWidget-RelatedProjects .projects {
  text-align: center; }
  .ipWidget-RelatedProjects .projects .projects-title {
    margin-bottom: 59px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    color: #484159;
    display: block; }

.ipWidget-RelatedApps .apps {
  margin-top: 69px;
  text-align: center; }
  .ipWidget-RelatedApps .apps a {
    text-decoration: none; }
  .ipWidget-RelatedApps .apps img {
    margin-right: 70px; }
    .ipWidget-RelatedApps .apps img:last-child {
      margin-right: 0; }

.ipWidget-Books .banner {
  height: 600px;
  position: relative; }
  .ipWidget-Books .banner .wrapper {
    width: 280px;
    background: transparent;
    padding-top: 230px;
    padding-left: 50px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #79838d;
    line-height: 27px; }
    .ipWidget-Books .banner .wrapper .subtitle {
      font-family: 'Montserrat';
      font-size: 14px;
      color: #79838d;
      line-height: 27px;
      margin-bottom: 30px; }
    .ipWidget-Books .banner .wrapper .button {
      margin-top: 30px; }
  .ipWidget-Books .banner .hover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .ipWidget-Books .banner .hover .wrapper {
      width: 100%;
      padding-top: 60px;
      padding-left: 0; }
      .ipWidget-Books .banner .hover .wrapper .row {
        width: 100%;
        text-align: center;
        max-width: 675px;
        margin: 0 auto; }
        .ipWidget-Books .banner .hover .wrapper .row .item {
          width: 220px;
          padding-bottom: 35px;
          display: inline-block;
          height: 200px;
          vertical-align: top; }
          .ipWidget-Books .banner .hover .wrapper .row .item .img-wrapper {
            height: 85px; }
            .ipWidget-Books .banner .hover .wrapper .row .item .img-wrapper img {
              margin: 0 auto;
              display: block;
              vertical-align: middle; }
          .ipWidget-Books .banner .hover .wrapper .row .item .text {
            text-align: center;
            color: #ffffff;
            width: 250px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 18px;
            padding: 15px 27px 0; }
        .ipWidget-Books .banner .hover .wrapper .row.row-3 .item {
          width: 32%; }
          .ipWidget-Books .banner .hover .wrapper .row.row-3 .item .text {
            width: 100%; }
    .ipWidget-Books .banner .hover .button-wrapper {
      margin-top: 30px;
      text-align: center; }
  .ipWidget-Books .banner.one-item {
    width: 100%; }
    .ipWidget-Books .banner.one-item .content {
      width: 50%;
      height: 100%;
      float: left; }
    .ipWidget-Books .banner.one-item .hover {
      width: 50%;
      display: block;
      float: right;
      position: relative;
      background-color: #504268; }

.ipWidget-Blogs .row .item {
  display: inline-block;
  height: 750px;
  width: 33.333%;
  vertical-align: top;
  text-align: center;
  padding-top: 174px;
  position: relative; }
  .ipWidget-Blogs .row .item.half-width {
    width: 50%; }
  .ipWidget-Blogs .row .item .small-text {
    font-family: Montserrat;
    font-size: 16px;
    color: #3e3350; }
  .ipWidget-Blogs .row .item .title {
    font-family: Montserrat;
    padding-top: 30px;
    font-size: 36px;
    line-height: 40px;
    max-width: 80%;
    margin: 0 auto; }
  .ipWidget-Blogs .row .item .text {
    font-family: Montserrat;
    position: absolute;
    top: 349px;
    left: 0;
    right: 0;
    line-height: 27px;
    width: 60%;
    margin: 0 auto; }
  .ipWidget-Blogs .row .item .button-wrapper {
    position: absolute;
    bottom: 220px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .ipWidget-Blogs .row .item:first-child {
    float: left; }
  .ipWidget-Blogs .row .item:last-child {
    float: right; }
.ipWidget-Blogs .row.incomplete-row-2 .item {
  width: 50%; }
.ipWidget-Blogs .row.incomplete-row-1 .item {
  width: 100%; }

.ipWidget-Post .post .left {
  float: left;
  width: 50%;
  padding-left: 50px;
  padding-right: 120px; }
  .ipWidget-Post .post .left .logo {
    padding-top: 80px; }
  .ipWidget-Post .post .left .title {
    color: #2e3135;
    font-family: "Montserrat";
    font-size: 30px;
    padding-top: 100px;
    display: inline-block;
    font-weight: bold; }
  .ipWidget-Post .post .left p.add-info {
    display: inline;
    color: #c7ced6;
    font-family: "Montserrat";
    font-size: 13px;
    line-height: 30px;
    padding-top: 55px;
    font-weight: 400;
    margin-left: 20px; }
    .ipWidget-Post .post .left p.add-info span {
      color: #7b828b;
      font-weight: bold;
      font-size: 12px; }
  .ipWidget-Post .post .left .subtitle {
    color: #2e3135;
    font-family: "Montserrat";
    font-size: 24px;
    padding-top: 0px;
    margin-top: 10px; }
  .ipWidget-Post .post .left .text {
    color: #7b828b;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 24px;
    padding-top: 25px;
    font-weight: 300; }
  .ipWidget-Post .post .left .button-wrapper {
    margin-top: 30px; }
    .ipWidget-Post .post .left .button-wrapper a {
      color: #1c161b;
      background: #fdc942; }
.ipWidget-Post .post .right {
  float: right;
  width: 50%;
  position: relative; }
  .ipWidget-Post .post .right img {
    width: 100%; }
  .ipWidget-Post .post .right .video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .ipWidget-Post .post .right .video .player img {
      width: 135px;
      height: 135px;
      margin: 0 auto;
      display: block;
      cursor: pointer; }
.ipWidget-Post .layer {
  display: none;
  background-color: rgba(96, 89, 111, 0.7);
  transition: opacity 2s;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  .ipWidget-Post .layer iframe {
    margin: 100px auto;
    width: 70%;
    display: block; }
  .ipWidget-Post .layer .close-video {
    position: absolute;
    top: 100px;
    right: 100px;
    cursor: pointer;
    z-index: 30; }

.ipWidget-Newsletter .newsletter {
  background: url("../img/newsletter.png") no-repeat center center;
  height: 750px;
  width: 100%;
  text-align: center;
  font-family: Montserrat; }
  .ipWidget-Newsletter .newsletter .title {
    font-size: 30px;
    color: #ffffff;
    width: 660px;
    margin: 0 auto;
    padding-top: 200px; }
  .ipWidget-Newsletter .newsletter .subtitle {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    padding-top: 50px; }
  .ipWidget-Newsletter .newsletter .newsletter-initial input {
    width: 930px;
    background: #C5BEB4 url("../img/email.png") no-repeat 98% 20px;
    opacity: 0.8;
    border-radius: 5px;
    font-size: 16px;
    color: #262626;
    margin-top: 50px;
    height: 55px;
    position: relative;
    padding-left: 25px;
    border: none; }
    .ipWidget-Newsletter .newsletter .newsletter-initial input ::-webkit-input-placeholder {
      font-size: 16px;
      color: #262626; }
  .ipWidget-Newsletter .newsletter .newsletter-initial .error {
    display: none;
    color: #e05a76;
    width: 660px;
    margin-top: 50px; }
  .ipWidget-Newsletter .newsletter .newsletter-initial .button-wrapper {
    margin-top: 70px; }
    .ipWidget-Newsletter .newsletter .newsletter-initial .button-wrapper .button {
      background: #e05a76;
      text-transform: uppercase; }
  .ipWidget-Newsletter .newsletter .newsletter-confirm {
    display: none; }

.ipWidget-Counters {
  text-align: center; }
  .ipWidget-Counters .counters {
    color: #3e3350;
    background: #f5f8fb url("../img/bg-cross-grey.png"); }
    .ipWidget-Counters .counters .title {
      font-size: 44px;
      padding-top: 100px; }
      .ipWidget-Counters .counters .title span {
        font-weight: bold; }
    .ipWidget-Counters .counters .subtitle {
      padding-top: 0px;
      font-size: 16px; }
      .ipWidget-Counters .counters .subtitle span {
        font-weight: bold; }
    .ipWidget-Counters .counters .ciphers {
      padding-top: 60px; }
      .ipWidget-Counters .counters .ciphers .item {
        display: inline-block;
        width: 350px;
        margin: 0 auto; }
        .ipWidget-Counters .counters .ciphers .item .numbers {
          font-size: 60px;
          font-weight: bold; }
          .ipWidget-Counters .counters .ciphers .item .numbers .number {
            display: inline-block; }
        .ipWidget-Counters .counters .ciphers .item .text {
          color: #39346b;
          font-size: 21px;
          margin-top: 10px; }
    .ipWidget-Counters .counters .button-wrapper {
      margin-top: 90px;
      padding-bottom: 90px; }
      .ipWidget-Counters .counters .button-wrapper .button {
        background: #3e3350;
        color: #ffffff; }

.ipWidget-BannerEducation {
  font-family: Montserrat; }
  .ipWidget-BannerEducation.ipSkin-header .banner {
    position: relative;
    background: url("../img/education-header.png") no-repeat center center;
    background-size: cover;
    height: 725px; }
    .ipWidget-BannerEducation.ipSkin-header .banner .texts {
      position: absolute;
      left: 60px;
      bottom: 100px; }
      .ipWidget-BannerEducation.ipSkin-header .banner .texts .small-text {
        font-size: 30px;
        color: #57ccfe; }
        .ipWidget-BannerEducation.ipSkin-header .banner .texts .small-text * {
          font-size: 30px;
          color: #57ccfe; }
      .ipWidget-BannerEducation.ipSkin-header .banner .texts .title-italic {
        font-family: "Noto-Serif";
        font-style: italic;
        color: #3e3350;
        font-size: 36px; }
        .ipWidget-BannerEducation.ipSkin-header .banner .texts .title-italic * {
          font-style: italic;
          color: #3e3350;
          font-size: 36px; }
      .ipWidget-BannerEducation.ipSkin-header .banner .texts .title-blue {
        font-size: 72px;
        color: #57ccfe;
        font-weight: 900; }
        .ipWidget-BannerEducation.ipSkin-header .banner .texts .title-blue * {
          font-size: 72px;
          color: #57ccfe;
          font-weight: 900; }
      .ipWidget-BannerEducation.ipSkin-header .banner .texts .text {
        font-size: 16px;
        color: #79838d; }
        .ipWidget-BannerEducation.ipSkin-header .banner .texts .text * {
          font-size: 16px;
          color: #79838d; }
        .ipWidget-BannerEducation.ipSkin-header .banner .texts .text span {
          color: #57ccfe;
          font-weight: bold; }
    .ipWidget-BannerEducation.ipSkin-header .banner .link {
      position: absolute;
      right: 60px;
      bottom: 100px;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 1px;
      color: #3e3350; }
      .ipWidget-BannerEducation.ipSkin-header .banner .link a {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #3e3350;
        text-decoration: none; }
  .ipWidget-BannerEducation.ipSkin-santillana .banner {
    background: url("../img/fundacion-santillana.png") no-repeat center center;
    height: 720px;
    text-align: center; }
    .ipWidget-BannerEducation.ipSkin-santillana .banner .text {
      padding-top: 475px;
      font-size: 16px;
      color: #79838d;
      line-height: 30px;
      max-width: 80%;
      margin: 0 auto; }
      .ipWidget-BannerEducation.ipSkin-santillana .banner .text * {
        font-size: 16px;
        color: #79838d;
        line-height: 30px; }
    .ipWidget-BannerEducation.ipSkin-santillana .banner .link {
      padding-top: 45px;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 1px;
      color: #c51384; }
      .ipWidget-BannerEducation.ipSkin-santillana .banner .link a {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #c51384;
        text-decoration: none; }
  .ipWidget-BannerEducation.ipSkin-delegations .banner {
    background: url("../img/santillana-mundo.png") no-repeat center center;
    background-size: cover;
    height: 750px;
    padding-left: 20%; }
    .ipWidget-BannerEducation.ipSkin-delegations .banner .icon {
      padding-top: 175px; }
    .ipWidget-BannerEducation.ipSkin-delegations .banner .title {
      padding-top: 50px;
      font-size: 36px;
      color: #4b435c;
      line-height: 30px; }
      .ipWidget-BannerEducation.ipSkin-delegations .banner .title * {
        font-size: 36px;
        color: #4b435c;
        line-height: 30px; }
    .ipWidget-BannerEducation.ipSkin-delegations .banner .text {
      padding-top: 30px;
      font-size: 16px;
      color: #ffffff;
      line-height: 30px;
      max-width: 42%; }
      .ipWidget-BannerEducation.ipSkin-delegations .banner .text * {
        font-size: 16px;
        color: #ffffff;
        line-height: 30px; }
    .ipWidget-BannerEducation.ipSkin-delegations .banner .link {
      padding-top: 15px;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 1px;
      color: #4b435c; }
      .ipWidget-BannerEducation.ipSkin-delegations .banner .link a {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #4b435c;
        text-decoration: none; }
  .ipWidget-BannerEducation.ipSkin-team .banner {
    background-size: auto 650px;
    height: 1175px;
    background: #f5f8fb;
    text-align: center; }
    .ipWidget-BannerEducation.ipSkin-team .banner .image {
      height: 650px;
      background: url("../img/banner-equipo.png") no-repeat center center;
      background-size: cover; }
    .ipWidget-BannerEducation.ipSkin-team .banner .text {
      padding-top: 100px;
      font-size: 16px;
      color: #79838d;
      line-height: 30px;
      max-width: 30%;
      margin: 0 auto; }
      .ipWidget-BannerEducation.ipSkin-team .banner .text * {
        font-size: 16px;
        color: #79838d;
        line-height: 30px; }
    .ipWidget-BannerEducation.ipSkin-team .banner .line {
      width: 60%;
      margin: 55px auto;
      border-top: 1px solid #dfe1e2; }
    .ipWidget-BannerEducation.ipSkin-team .banner .title {
      font-size: 30px;
      color: #3e3350; }
      .ipWidget-BannerEducation.ipSkin-team .banner .title * {
        font-size: 30px;
        color: #3e3350; }
    .ipWidget-BannerEducation.ipSkin-team .banner .button-wrapper {
      margin-top: 20px; }
      .ipWidget-BannerEducation.ipSkin-team .banner .button-wrapper .button {
        color: #ffffff;
        background: #f4d034; }

.ipWidget-BannerTeam .banner {
  height: 750px;
  background: url("../img/banner-team.png") no-repeat center center;
  background-size: 100% auto; }
  .ipWidget-BannerTeam .banner .text {
    text-align: center;
    color: #ffffff;
    font-family: "Noto Serif";
    font-style: italic;
    font-size: 21px;
    max-width: 340px;
    padding-top: 340px;
    margin-left: 5%; }
    .ipWidget-BannerTeam .banner .text * {
      color: #ffffff;
      font-family: "Noto Serif";
      font-style: italic;
      font-size: 24px; }

.ipWidget-Seals, .ipWidget-EDSeals {
  text-align: center; }
  .ipWidget-Seals .mosaic, .ipWidget-EDSeals .mosaic {
    margin: 0 auto; }
    .ipWidget-Seals .mosaic .column, .ipWidget-EDSeals .mosaic .column {
      display: inline-block;
      width: 24%;
      vertical-align: top;
      padding-right: 25px;
      min-width: 290px; }
      .ipWidget-Seals .mosaic .column .item, .ipWidget-EDSeals .mosaic .column .item {
        text-align: left;
        max-width: 280px;
        padding-top: 55px;
        margin: 0 auto;
        height: 350px; }
        .ipWidget-Seals .mosaic .column .item .image, .ipWidget-EDSeals .mosaic .column .item .image {
          width: 100%; }
        .ipWidget-Seals .mosaic .column .item .title, .ipWidget-EDSeals .mosaic .column .item .title {
          font-family: "Montserrat";
          font-size: 17px;
          color: #2e3135;
          font-weight: bold;
          text-transform: uppercase;
          padding-top: 15px; }
        .ipWidget-Seals .mosaic .column .item .description, .ipWidget-EDSeals .mosaic .column .item .description {
          font-family: Montserrat;
          font-size: 12px;
          line-height: 25px;
          color: #7b828b;
          padding-top: 15px;
          min-height: 100px; }
        .ipWidget-Seals .mosaic .column .item .link, .ipWidget-EDSeals .mosaic .column .item .link {
          display: block;
          text-decoration: none;
          font-family: Montserrat;
          font-size: 14px;
          color: #a9e4fe;
          padding-top: 15px; }
      .ipWidget-Seals .mosaic .column:last-child, .ipWidget-EDSeals .mosaic .column:last-child {
        padding-right: 0; }
  .ipWidget-Seals .see-more, .ipWidget-EDSeals .see-more {
    text-align: center;
    margin-top: 100px; }
    .ipWidget-Seals .see-more .button, .ipWidget-EDSeals .see-more .button {
      color: #ffffff;
      background: #57ccfe; }

.ipWidget-FindUs {
  background: url("../img/find-us-bg.png") no-repeat center center; }
  .ipWidget-FindUs .banner {
    width: 100%;
    text-align: center; }
    .ipWidget-FindUs .banner .banner-title {
      font-family: "Archivo Black";
      font-weight: bold;
      font-size: 33px;
      color: #2e3135;
      text-transform: uppercase;
      padding-top: 105px; }
    .ipWidget-FindUs .banner .banner-subtitle {
      font-family: "Montserrat";
      font-size: 27px;
      color: #2e3135;
      padding-top: 5px; }
    .ipWidget-FindUs .banner .banner-text {
      font-family: "Montserrat";
      font-size: 16px;
      color: #7b828b;
      max-width: 40%;
      margin: 0 auto;
      padding-top: 30px;
      line-height: 30px; }
      .ipWidget-FindUs .banner .banner-text p {
        line-height: 45px;
        font-family: "Montserrat";
        font-size: 16px;
        color: #7b828b; }
    .ipWidget-FindUs .banner form {
      width: 80%;
      margin: 0 auto;
      padding-top: 4%;
      padding-bottom: 6%; }
      .ipWidget-FindUs .banner form input {
        display: inline-block;
        color: #ffffff;
        background: #39346b;
        text-transform: uppercase;
        border-radius: 0 5px 5px 0;
        height: 50px;
        margin-top: -3px;
        margin-left: -5px;
        letter-spacing: 1px;
        border: 0;
        font-weight: bold;
        padding: 0 40px; }
      .ipWidget-FindUs .banner form select {
        outline: none;
        display: inline-block;
        width: 245px;
        color: #39346b;
        font-size: 16px;
        font-family: Montserrat;
        padding: 13px 45px 13px 45px;
        height: auto;
        border: none;
        border-radius: 0;
        margin: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none; }
        .ipWidget-FindUs .banner form select:focus {
          box-shadow: none; }
        .ipWidget-FindUs .banner form select option {
          padding: 15px 0; }
        .ipWidget-FindUs .banner form select.country {
          background: url("../img/country-select.png") 7%/7% no-repeat rgba(224, 232, 237, 0.4);
          border-radius: 5px 0 0 5px;
          border-right: 1px solid #b5b9ce;
          margin-right: 2px; }
        .ipWidget-FindUs .banner form select.delegation {
          background: url("../img/delegation-select.png") 5%/5% no-repeat rgba(224, 232, 237, 0.4);
          margin-left: -4px; }
      .ipWidget-FindUs .banner form .select-wrapper {
        position: relative;
        width: 500px;
        margin: 0 auto;
        display: inline; }
        .ipWidget-FindUs .banner form .select-wrapper:after {
          display: block;
          content: '';
          width: 20px;
          height: 20px;
          position: absolute;
          top: 0;
          right: 10px;
          background: url("../img/down-arrow.png") no-repeat center center; }
    .ipWidget-FindUs .banner .link {
      padding-bottom: 5%; }
      .ipWidget-FindUs .banner .link a {
        text-decoration: none;
        font-family: "Montserrat";
        font-size: 16px;
        color: #7b828b; }

.ipWidget-DelegationsByCountry .title {
  font-size: 30px;
  color: #3e3350;
  font-family: "Montserrat";
  font-weight: bold;
  margin-bottom: 25px;
  padding-top: 40px; }
.ipWidget-DelegationsByCountry .column {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px; }
  .ipWidget-DelegationsByCountry .column:last-child {
    padding-right: 0; }
.ipWidget-DelegationsByCountry .delegations {
  width: 100%;
  margin: 0 auto; }
.ipWidget-DelegationsByCountry .delegation {
  margin-bottom: 15px;
  text-align: left; }
  .ipWidget-DelegationsByCountry .delegation .name {
    font-size: 16px;
    color: #3e3350;
    font-family: Montserrat;
    text-transform: uppercase; }
  .ipWidget-DelegationsByCountry .delegation .address {
    font-size: 14px;
    color: #7b828b;
    font-family: "Montserrat";
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 20px; }
  .ipWidget-DelegationsByCountry .delegation .phone, .ipWidget-DelegationsByCountry .delegation .email {
    font-size: 14px;
    color: #c8cccf;
    font-family: "Montserrat";
    line-height: 25px; }
    .ipWidget-DelegationsByCountry .delegation .phone img, .ipWidget-DelegationsByCountry .delegation .email img {
      margin-right: 10px; }
    .ipWidget-DelegationsByCountry .delegation .phone a, .ipWidget-DelegationsByCountry .delegation .email a {
      text-decoration: none;
      color: #c8cccf; }
.ipWidget-DelegationsByCountry .countries-sm, .ipWidget-DelegationsByCountry .countries-bg-tablet {
  display: none; }

.ipWidget-Delegations .delegations .continent .continent-title {
  font-size: 24px;
  color: #3e3350;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-bottom: 15px; }
.ipWidget-Delegations .delegations .continent .countries .column .country {
  padding-bottom: 35px; }
  .ipWidget-Delegations .delegations .continent .countries .column .country .country-name {
    font-size: 16px;
    color: #2e3135;
    text-transform: uppercase;
    font-family: "Archivo Black";
    font-weight: bold;
    line-height: 38px;
    display: block; }
  .ipWidget-Delegations .delegations .continent .countries .column .country .delegation .address {
    font-size: 14px;
    color: #7b828b;
    font-family: "Montserrat";
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 20px; }
  .ipWidget-Delegations .delegations .continent .countries .column .country .delegation .phone, .ipWidget-Delegations .delegations .continent .countries .column .country .delegation .email, .ipWidget-Delegations .delegations .continent .countries .column .country .delegation .mobile {
    font-size: 14px;
    color: #c8cccf;
    font-family: "Montserrat";
    line-height: 25px; }
  .ipWidget-Delegations .delegations .continent .countries .column .country a {
    text-decoration: none;
    font-size: 14px;
    color: #c8cccf;
    font-family: "Montserrat";
    line-height: 25px; }

.ipWidget-Skills .list-items-widget .list-items-widget-title, .ipWidget-Platforms .list-items-widget .list-items-widget-title, .ipWidget-ReadingPromotion .list-items-widget .list-items-widget-title, .ipWidget-ReadingResources .list-items-widget .list-items-widget-title, .ipWidget-Evaluation .list-items-widget .list-items-widget-title, .ipWidget-LanguageLearning .list-items-widget .list-items-widget-title, .ipWidget-EducationalSolutions .list-items-widget .list-items-widget-title, .ipWidget-AdultEducation .list-items-widget .list-items-widget-title, .ipWidget-TeacherTraining .list-items-widget .list-items-widget-title {
  display: block;
  margin: 70px auto 75px auto;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #3e3650;
  text-align: center; }
.ipWidget-Skills .list-items-widget .list-item-widget, .ipWidget-Platforms .list-items-widget .list-item-widget, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget, .ipWidget-ReadingResources .list-items-widget .list-item-widget, .ipWidget-Evaluation .list-items-widget .list-item-widget, .ipWidget-LanguageLearning .list-items-widget .list-item-widget, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget, .ipWidget-AdultEducation .list-items-widget .list-item-widget, .ipWidget-TeacherTraining .list-items-widget .list-item-widget {
  border-radius: 5px;
  display: block;
  height: 249px;
  margin-bottom: 20px;
  background: #fff;
  padding: 35px 0 35px 45px; }
  .ipWidget-Skills .list-items-widget .list-item-widget .img-wrap, .ipWidget-Platforms .list-items-widget .list-item-widget .img-wrap, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .img-wrap, .ipWidget-ReadingResources .list-items-widget .list-item-widget .img-wrap, .ipWidget-Evaluation .list-items-widget .list-item-widget .img-wrap, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .img-wrap, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .img-wrap, .ipWidget-AdultEducation .list-items-widget .list-item-widget .img-wrap, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .img-wrap {
    display: inline; }
  .ipWidget-Skills .list-items-widget .list-item-widget .item-body, .ipWidget-Platforms .list-items-widget .list-item-widget .item-body, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .item-body, .ipWidget-ReadingResources .list-items-widget .list-item-widget .item-body, .ipWidget-Evaluation .list-items-widget .list-item-widget .item-body, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .item-body, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .item-body, .ipWidget-AdultEducation .list-items-widget .list-item-widget .item-body, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .item-body {
    display: inline-block;
    margin-left: 69px;
    max-width: 515px;
    margin-top: 17px;
    vertical-align: top; }
    .ipWidget-Skills .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-Platforms .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-ReadingResources .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-Evaluation .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-AdultEducation .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .item-body .item-title {
      font-family: 'Montserrat';
      font-size: 20px;
      color: #3e3650;
      font-weight: 400;
      letter-spacing: 1px;
      margin-bottom: 10px;
      margin-top: 0; }
      .ipWidget-Skills .list-items-widget .list-item-widget .item-body .item-title .url, .ipWidget-Platforms .list-items-widget .list-item-widget .item-body .item-title .url, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .item-body .item-title .url, .ipWidget-ReadingResources .list-items-widget .list-item-widget .item-body .item-title .url, .ipWidget-Evaluation .list-items-widget .list-item-widget .item-body .item-title .url, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .item-body .item-title .url, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .item-body .item-title .url, .ipWidget-AdultEducation .list-items-widget .list-item-widget .item-body .item-title .url, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .item-body .item-title .url {
        font-size: 13px;
        color: #a2a7b1;
        display: inline-block;
        margin-left: 10px;
        letter-spacing: 0.5px; }
    .ipWidget-Skills .list-items-widget .list-item-widget .item-body .item-text, .ipWidget-Platforms .list-items-widget .list-item-widget .item-body .item-text, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .item-body .item-text, .ipWidget-ReadingResources .list-items-widget .list-item-widget .item-body .item-text, .ipWidget-Evaluation .list-items-widget .list-item-widget .item-body .item-text, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .item-body .item-text, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .item-body .item-text, .ipWidget-AdultEducation .list-items-widget .list-item-widget .item-body .item-text, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .item-body .item-text {
      font-family: 'Montserrat';
      font-size: 14px;
      color: #7b828b;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 0; }
  .ipWidget-Skills .list-items-widget .list-item-widget .buttons, .ipWidget-Platforms .list-items-widget .list-item-widget .buttons, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .buttons, .ipWidget-ReadingResources .list-items-widget .list-item-widget .buttons, .ipWidget-Evaluation .list-items-widget .list-item-widget .buttons, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .buttons, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .buttons, .ipWidget-AdultEducation .list-items-widget .list-item-widget .buttons, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .buttons {
    margin-top: 15px;
    text-transform: uppercase; }
    .ipWidget-Skills .list-items-widget .list-item-widget .buttons .button, .ipWidget-Platforms .list-items-widget .list-item-widget .buttons .button, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .buttons .button, .ipWidget-ReadingResources .list-items-widget .list-item-widget .buttons .button, .ipWidget-Evaluation .list-items-widget .list-item-widget .buttons .button, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .buttons .button, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .buttons .button, .ipWidget-AdultEducation .list-items-widget .list-item-widget .buttons .button, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .buttons .button {
      display: inline-block;
      background: #57ccfe;
      letter-spacing: 2px;
      font-size: 12px;
      color: #fff; }
      .ipWidget-Skills .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-Platforms .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-ReadingResources .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-Evaluation .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-AdultEducation .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .buttons .button.last {
        margin-left: 22px;
        background: #fff;
        border: 1px solid #eaf1f4;
        color: #3e3650; }
    .ipWidget-Skills .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-Platforms .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-ReadingResources .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-Evaluation .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-AdultEducation .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .buttons .date-c {
      float: right;
      margin-top: 10px;
      font-family: 'Montserrat';
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 500;
      color: #3e3650; }
  .ipWidget-Skills .list-items-widget .list-item-widget.big, .ipWidget-Platforms .list-items-widget .list-item-widget.big, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget.big, .ipWidget-ReadingResources .list-items-widget .list-item-widget.big, .ipWidget-Evaluation .list-items-widget .list-item-widget.big, .ipWidget-LanguageLearning .list-items-widget .list-item-widget.big, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget.big, .ipWidget-AdultEducation .list-items-widget .list-item-widget.big, .ipWidget-TeacherTraining .list-items-widget .list-item-widget.big {
    height: 340px; }
    .ipWidget-Skills .list-items-widget .list-item-widget.big .item-body, .ipWidget-Platforms .list-items-widget .list-item-widget.big .item-body, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget.big .item-body, .ipWidget-ReadingResources .list-items-widget .list-item-widget.big .item-body, .ipWidget-Evaluation .list-items-widget .list-item-widget.big .item-body, .ipWidget-LanguageLearning .list-items-widget .list-item-widget.big .item-body, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget.big .item-body, .ipWidget-AdultEducation .list-items-widget .list-item-widget.big .item-body, .ipWidget-TeacherTraining .list-items-widget .list-item-widget.big .item-body {
      margin-top: 0; }

.ipWidget-News .tabs, .ipWidget-NewsByCategory .tabs, .ipWidget-Events .tabs {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 70px; }
  .ipWidget-News .tabs .top, .ipWidget-NewsByCategory .tabs .top, .ipWidget-Events .tabs .top {
    border-bottom: 1px solid #ecf1f3;
    text-align: left;
    margin-bottom: 70px; }
    .ipWidget-News .tabs .top ul, .ipWidget-NewsByCategory .tabs .top ul, .ipWidget-Events .tabs .top ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .ipWidget-News .tabs .top ul li, .ipWidget-NewsByCategory .tabs .top ul li, .ipWidget-Events .tabs .top ul li {
        display: inline-block;
        font-family: "Montserrat";
        font-size: 20px;
        color: #b5bcc4;
        padding-top: 20px;
        margin: 0;
        padding-bottom: 10px;
        margin-right: 30px;
        cursor: pointer;
        margin-bottom: -2px; }
        .ipWidget-News .tabs .top ul li a, .ipWidget-NewsByCategory .tabs .top ul li a, .ipWidget-Events .tabs .top ul li a {
          text-decoration: none;
          color: #b5bcc4; }
          .ipWidget-News .tabs .top ul li a:hover, .ipWidget-NewsByCategory .tabs .top ul li a:hover, .ipWidget-Events .tabs .top ul li a:hover {
            font-weight: bold; }
        .ipWidget-News .tabs .top ul li.active, .ipWidget-NewsByCategory .tabs .top ul li.active, .ipWidget-Events .tabs .top ul li.active {
          border-bottom: 5px solid #57ccfe;
          color: #3e3350;
          font-weight: bold; }
          .ipWidget-News .tabs .top ul li.active a, .ipWidget-NewsByCategory .tabs .top ul li.active a, .ipWidget-Events .tabs .top ul li.active a {
            color: #3e3350; }
  .ipWidget-News .tabs .mosaic, .ipWidget-NewsByCategory .tabs .mosaic, .ipWidget-Events .tabs .mosaic {
    width: 100%; }
  .ipWidget-News .tabs .item, .ipWidget-NewsByCategory .tabs .item, .ipWidget-Events .tabs .item {
    display: inline-block;
    text-decoration: none;
    text-align: left;
    margin-right: 60px;
    margin-bottom: 65px;
    vertical-align: top;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0; }
    .ipWidget-News .tabs .item .date-news, .ipWidget-NewsByCategory .tabs .item .date-news, .ipWidget-Events .tabs .item .date-news {
      font-family: "Noto Serif";
      font-style: italic;
      font-size: 16px;
      color: #b5bcc4;
      padding-top: 30px; }
      .ipWidget-News .tabs .item .date-news.inline, .ipWidget-NewsByCategory .tabs .item .date-news.inline, .ipWidget-Events .tabs .item .date-news.inline {
        display: inline-block; }
    .ipWidget-News .tabs .item .title, .ipWidget-NewsByCategory .tabs .item .title, .ipWidget-Events .tabs .item .title {
      font-family: "Montserrat";
      font-size: 20px;
      color: #3e3350;
      padding-top: 20px;
      line-height: 26px; }
    .ipWidget-News .tabs .item .description, .ipWidget-NewsByCategory .tabs .item .description, .ipWidget-Events .tabs .item .description {
      font-family: "Montserrat";
      font-size: 12px;
      color: #7b828b;
      padding-top: 15px;
      line-height: 25px; }
    .ipWidget-News .tabs .item .link, .ipWidget-NewsByCategory .tabs .item .link, .ipWidget-Events .tabs .item .link {
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      margin-top: 25px;
      color: #41ec7a;
      font-weight: 600;
      font-family: Montserrat;
      font-size: 12px; }
      .ipWidget-News .tabs .item .link:after, .ipWidget-NewsByCategory .tabs .item .link:after, .ipWidget-Events .tabs .item .link:after {
        display: inline-block;
        content: '';
        width: 13px;
        height: 11px;
        background: url("../img/back-arrow.png") no-repeat center center;
        background-size: 100%;
        margin-left: 10px; }
    .ipWidget-News .tabs .item .source, .ipWidget-NewsByCategory .tabs .item .source, .ipWidget-Events .tabs .item .source {
      font-family: "Noto Serif";
      font-style: italic;
      font-weight: bold;
      font-size: 14px;
      color: #73c4f5;
      display: inline-block;
      padding-top: 30px; }
      .ipWidget-News .tabs .item .source:after, .ipWidget-NewsByCategory .tabs .item .source:after, .ipWidget-Events .tabs .item .source:after {
        content: '-';
        margin: 0 10px;
        font-family: "Noto Serif";
        font-style: italic;
        font-size: 16px;
        color: #b5bcc4; }
    .ipWidget-News .tabs .item .image, .ipWidget-NewsByCategory .tabs .item .image, .ipWidget-Events .tabs .item .image {
      position: relative; }
      .ipWidget-News .tabs .item .image img, .ipWidget-NewsByCategory .tabs .item .image img, .ipWidget-Events .tabs .item .image img {
        max-width: 100%; }
    .ipWidget-News .tabs .item.news .link, .ipWidget-NewsByCategory .tabs .item.news .link, .ipWidget-Events .tabs .item.news .link {
      color: #73c4f5; }
    .ipWidget-News .tabs .item.event, .ipWidget-NewsByCategory .tabs .item.event, .ipWidget-Events .tabs .item.event {
      height: auto; }
    .ipWidget-News .tabs .item.no-subtitle, .ipWidget-NewsByCategory .tabs .item.no-subtitle, .ipWidget-Events .tabs .item.no-subtitle {
      /*text-align: center;
      .title{
      	text-transform: uppercase;
      }
      */ }
    .ipWidget-News .tabs .item.line, .ipWidget-NewsByCategory .tabs .item.line, .ipWidget-Events .tabs .item.line {
      border-top: 1.5px solid #f4f7f9; }
    .ipWidget-News .tabs .item.hl .description, .ipWidget-NewsByCategory .tabs .item.hl .description, .ipWidget-Events .tabs .item.hl .description {
      font-style: italic;
      font-family: "Noto Serif"; }
  .ipWidget-News .tabs .grid-item, .ipWidget-NewsByCategory .tabs .grid-item, .ipWidget-Events .tabs .grid-item {
    width: 350px; }
  .ipWidget-News .tabs .grid-item--width2, .ipWidget-News .tabs .hl, .ipWidget-NewsByCategory .tabs .grid-item--width2, .ipWidget-NewsByCategory .tabs .hl, .ipWidget-Events .tabs .grid-item--width2, .ipWidget-Events .tabs .hl {
    width: 768px; }
.ipWidget-News .player, .ipWidget-NewsByCategory .player, .ipWidget-Events .player {
  cursor: pointer;
  width: 15%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  bottom: 0; }
  .ipWidget-News .player img, .ipWidget-NewsByCategory .player img, .ipWidget-Events .player img {
    max-width: 100%; }
.ipWidget-News .layer, .ipWidget-NewsByCategory .layer, .ipWidget-Events .layer {
  margin-left: -10000px;
  width: 100%;
  height: 100%;
  background-color: rgba(96, 89, 111, 0.7);
  transition: opacity 2s;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  .ipWidget-News .layer video, .ipWidget-NewsByCategory .layer video, .ipWidget-Events .layer video {
    margin: 100px auto; }
  .ipWidget-News .layer .close-video, .ipWidget-NewsByCategory .layer .close-video, .ipWidget-Events .layer .close-video {
    position: absolute;
    top: 55px;
    right: 40px;
    cursor: pointer;
    z-index: 30; }
.ipWidget-News .video-player-wrapper, .ipWidget-NewsByCategory .video-player-wrapper, .ipWidget-Events .video-player-wrapper {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1; }

.ipWidget-Events .tabs {
  max-width: 1177px;
  margin: 0 auto;
  padding-top: 14px; }
  .ipWidget-Events .tabs .top {
    border-bottom: 1px solid #ecf1f3;
    text-align: left; }
    .ipWidget-Events .tabs .top ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .ipWidget-Events .tabs .top ul li {
        display: inline-block;
        font-family: "Montserrat";
        font-size: 20px;
        color: #3e3350;
        padding-top: 20px;
        font-weight: 600;
        padding-bottom: 9px; }
        .ipWidget-Events .tabs .top ul li a {
          text-decoration: none;
          color: #b5bcc4; }
        .ipWidget-Events .tabs .top ul li.active {
          border-bottom: 5px solid #87d0fb; }
        .ipWidget-Events .tabs .top ul li:first-child {
          margin-right: 10px; }
  .ipWidget-Events .tabs .mosaic {
    width: 1250px;
    padding-top: 70px; }
    .ipWidget-Events .tabs .mosaic .column {
      width: 31%;
      display: inline-block;
      vertical-align: top; }
      .ipWidget-Events .tabs .mosaic .column .section-title {
        padding-top: 75px;
        color: #3e3350;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 20px;
        text-align: left; }
      .ipWidget-Events .tabs .mosaic .column .item {
        display: inline-block;
        text-decoration: none;
        text-align: left;
        margin-right: 60px;
        padding-bottom: 35px;
        padding-top: 60px;
        vertical-align: top; }
        .ipWidget-Events .tabs .mosaic .column .item .date-el {
          font-family: "Montserrat";
          font-size: 16px;
          color: #9e9e9e;
          display: inline-block;
          max-width: 90%; }
        .ipWidget-Events .tabs .mosaic .column .item .share-icon {
          float: right;
          width: 16px; }
        .ipWidget-Events .tabs .mosaic .column .item .title {
          font-family: "Montserrat";
          font-size: 22px;
          color: #3e3350;
          padding-top: 20px;
          line-height: 32px;
          font-weight: 600; }
        .ipWidget-Events .tabs .mosaic .column .item .description {
          font-family: "Montserrat";
          font-size: 16px;
          color: #7b828b;
          padding-top: 15px;
          line-height: 29px;
          font-weight: 200; }
        .ipWidget-Events .tabs .mosaic .column .item .image {
          position: relative;
          margin-bottom: 30px; }
        .ipWidget-Events .tabs .mosaic .column .item .link {
          text-decoration: none;
          display: inline-block;
          margin-top: 25px;
          color: #87d0fb;
          font-family: Montserrat;
          font-size: 18px;
          float: right; }
          .ipWidget-Events .tabs .mosaic .column .item .link:after {
            display: inline-block;
            content: '';
            width: 13px;
            height: 11px;
            background: url("../img/back-arrow.png") no-repeat center center;
            background-size: 100%;
            margin-left: 10px; }
        .ipWidget-Events .tabs .mosaic .column .item.future-event:last-child {
          border: none; }
      .ipWidget-Events .tabs .mosaic .column .highlighted {
        text-decoration: none; }
        .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh {
          padding: 0 35px;
          display: block;
          float: left;
          background: #f9fafe;
          width: 400px;
          height: 512px;
          vertical-align: top;
          text-align: left;
          box-sizing: border-box; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .title {
            font-family: "Montserrat";
            font-size: 18px;
            padding-top: 22px;
            font-weight: normal;
            max-width: 80%;
            display: inline-block;
            color: #87d0fb; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .share-icon {
            padding-top: 35px;
            float: right;
            cursor: pointer; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .event-title {
            color: #3e3350;
            font-family: "Montserrat";
            font-style: normal;
            font-weight: 600;
            font-size: 22px;
            line-height: 28px;
            padding-top: 75px; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .event-title a {
              color: #3e3350;
              text-decoration: none; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .description {
            color: #7b828b;
            font-family: "Montserrat";
            font-size: 12px;
            line-height: 24px;
            margin-top: 13px; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .date-el {
            margin-top: 50px;
            width: 50%;
            float: left;
            color: #3e3650;
            font-family: "Montserrat";
            font-weight: bold;
            text-align: left;
            border-right: 1px solid #e0e1e5;
            margin-right: -1px; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .date-el .day {
              font-size: 36px;
              margin-bottom: -10px;
              margin-top: -10px; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .date-el .month {
              font-family: "Montserrat";
              font-size: 16px;
              font-weight: normal;
              margin-top: 10px; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .date-el .hour {
              font-size: 24px; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .location {
            float: right;
            display: inline-block;
            width: 40%;
            text-align: left;
            padding-left: 25px;
            margin-top: 50px; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .location img {
              float: left;
              margin-bottom: 100px;
              margin-right: 15px; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .location .text {
              font-family: Montserrat;
              font-size: 12px;
              color: #7b828b; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .location a {
              text-decoration: none;
              color: #3e3350;
              font-family: Montserrat;
              font-weight: bold;
              font-size: 11px;
              text-transform: uppercase;
              padding-top: 20px;
              display: block;
              margin-left: 30px; }
        .ipWidget-Events .tabs .mosaic .column .highlighted .image {
          display: block;
          float: left;
          vertical-align: top;
          position: relative;
          height: 508px;
          width: 326px; }
        .ipWidget-Events .tabs .mosaic .column .highlighted .player {
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: 30%; }
        .ipWidget-Events .tabs .mosaic .column .highlighted .btn {
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: 38px; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .btn a {
            color: #fff;
            border: 1px solid #fff;
            padding: 18px 59px;
            border-radius: 10px;
            text-decoration: none;
            font-family: Montserrat;
            text-transform: uppercase;
            font-weight: 800;
            font-size: 14px;
            letter-spacing: 3px; }
        .ipWidget-Events .tabs .mosaic .column .highlighted .title {
          padding-top: 75px;
          color: #3e3350;
          font-family: Montserrat;
          font-weight: 600;
          font-size: 20px;
          text-align: left; }
      .ipWidget-Events .tabs .mosaic .column .filter, .ipWidget-Events .tabs .mosaic .column .inscription {
        display: none; }
      .ipWidget-Events .tabs .mosaic .column .hl-sm {
        display: none; }
      .ipWidget-Events .tabs .mosaic .column:nth-child(2) {
        width: 63%; }
      .ipWidget-Events .tabs .mosaic .column:nth-child(3), .ipWidget-Events .tabs .mosaic .column:nth-child(4), .ipWidget-Events .tabs .mosaic .column:nth-child(6), .ipWidget-Events .tabs .mosaic .column:nth-child(5) {
        width: 100%; }
      .ipWidget-Events .tabs .mosaic .column:nth-child(1) {
        margin-left: -74px; }
      .ipWidget-Events .tabs .mosaic .column .past-events .section-title {
        display: none; }
      .ipWidget-Events .tabs .mosaic .column .past-events .item {
        padding-top: 66px; }
      .ipWidget-Events .tabs .mosaic .column .future-events .section-title {
        padding-top: 141px; }
  .ipWidget-Events .tabs .grid-item {
    width: 328px; }
  .ipWidget-Events .tabs .grid-item--width2 {
    width: 768px; }
  .ipWidget-Events .tabs .calendar {
    position: relative; }
    .ipWidget-Events .tabs .calendar .open-calendar {
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer; }
.ipWidget-Events .player {
  cursor: pointer;
  width: 15%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  bottom: 0; }
  .ipWidget-Events .player img {
    max-width: 100%; }
.ipWidget-Events .layer {
  margin-left: -10000px;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 41, 64, 0.9);
  transition: opacity 2s;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  .ipWidget-Events .layer video {
    margin: 100px auto;
    width: 90% !important;
    height: 90% !important;
    left: 5%; }
  .ipWidget-Events .layer .close-video {
    position: absolute;
    top: 55px;
    right: 40px;
    cursor: pointer;
    z-index: 30; }
.ipWidget-Events .video-player-wrapper {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1; }
.ipWidget-Events .layer-calendar {
  margin-left: -10000px;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 41, 64, 0.9);
  transition: opacity 2s;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Montserrat"; }
  .ipWidget-Events .layer-calendar .calendar {
    width: 70%;
    padding: 50px;
    margin: 7% auto;
    background: #f9f9fe;
    position: relative;
    height: 610px; }
    .ipWidget-Events .layer-calendar .calendar .page-header {
      margin: 0 0 40px;
      border: none; }
      .ipWidget-Events .layer-calendar .calendar .page-header .pull-right {
        float: left !important;
        margin-top: 5px; }
        .ipWidget-Events .layer-calendar .calendar .page-header .pull-right .btn-group {
          margin-left: 15px; }
          .ipWidget-Events .layer-calendar .calendar .page-header .pull-right .btn-group button {
            background: none;
            border: none;
            box-shadow: none; }
            .ipWidget-Events .layer-calendar .calendar .page-header .pull-right .btn-group button span:after {
              color: #d5d7db; }
      .ipWidget-Events .layer-calendar .calendar .page-header h3 {
        float: left;
        width: 213px;
        text-align: left;
        font-weight: normal;
        font-size: 24px;
        padding: 0;
        display: inline-block;
        margin: 0; }
    .ipWidget-Events .layer-calendar .calendar .cal-context {
      background: #ffffff; }
      .ipWidget-Events .layer-calendar .calendar .cal-context * {
        border-color: #e5eaee; }
      .ipWidget-Events .layer-calendar .calendar .cal-context .cal-row-head * {
        text-align: right;
        padding-right: 5px;
        background: #f4f7fa;
        font-size: 12px;
        font-family: Montserrat;
        font-weight: bold;
        text-transform: uppercase;
        color: #1c212a; }
      .ipWidget-Events .layer-calendar .calendar .cal-context .cal-row-fluid:hover {
        background: transparent; }
      .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box [class*="cal-cell"] {
        min-height: 70px;
        background: transparent; }
        .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box [class*="cal-cell"]:hover {
          background: transparent; }
      .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .cal-month-day, .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .cal-day-outmonth, .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .cal-day-today {
        height: 70px;
        background: transparent;
        position: relative; }
        .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .cal-month-day span, .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .cal-day-outmonth span, .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .cal-day-today span {
          font-size: 12px;
          font-family: Montserrat;
          font-weight: normal;
          color: #7b828b;
          opacity: 1;
          cursor: default;
          line-height: 111px;
          display: block;
          box-sizing: border-box;
          padding-right: 10px;
          width: 100%;
          margin: 0;
          text-align: right; }
        .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .cal-month-day .event-count, .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .cal-day-outmonth .event-count, .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .cal-day-today .event-count {
          position: absolute;
          color: #7b828b;
          font-family: Montserrat;
          font-weight: 700;
          top: 10px;
          left: 40px; }
      .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .cal-day-outmonth span {
        color: #dee2e7; }
      .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .events-list {
        min-height: 47px;
        min-width: 47px;
        position: absolute;
        top: 5px;
        overflow: visible; }
      .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .event {
        width: 25px;
        height: 25px;
        color: #ffffff;
        background: #87d0fb;
        border: none;
        border-radius: 20px;
        box-shadow: none;
        position: relative; }
        .ipWidget-Events .layer-calendar .calendar .cal-context .cal-month-box .cal-row-fluid .event:after {
          display: block;
          content: '+';
          color: #ffffff;
          position: absolute;
          width: 25px;
          height: 25px;
          font-size: 20px;
          margin-top: -2px; }
    .ipWidget-Events .layer-calendar .calendar .info {
      display: none;
      position: absolute;
      z-index: 40;
      padding: 0 20px 20px;
      background: #f0f1f5;
      width: 250px;
      height: auto;
      vertical-align: top;
      text-align: left;
      border-radius: 10px;
      border: 1px solid #eff3f5;
      top: 0; }
      .ipWidget-Events .layer-calendar .calendar .info .event-title {
        color: #3e3350;
        font-family: "Archivo Black";
        font-weight: bold;
        font-style: normal;
        font-size: 12px;
        text-transform: uppercase;
        padding-top: 20px;
        max-width: 150px;
        float: left; }
      .ipWidget-Events .layer-calendar .calendar .info .date {
        width: 100%;
        float: left;
        color: #3e3650;
        font-family: "Montserrat";
        font-weight: bold;
        text-align: left; }
        .ipWidget-Events .layer-calendar .calendar .info .date .day {
          font-size: 36px; }
        .ipWidget-Events .layer-calendar .calendar .info .date .month {
          font-family: "Noto Serif";
          font-style: italic;
          font-size: 12px; }
        .ipWidget-Events .layer-calendar .calendar .info .date .hour {
          font-size: 16px;
          padding-top: 5px; }
      .ipWidget-Events .layer-calendar .calendar .info .link {
        width: 50%;
        float: left;
        margin-top: 5px; }
        .ipWidget-Events .layer-calendar .calendar .info .link a {
          color: #3e3650;
          font-family: "Montserrat";
          font-weight: bold;
          font-size: 11px;
          text-transform: uppercase;
          text-align: left;
          display: block; }
      .ipWidget-Events .layer-calendar .calendar .info .location {
        float: right;
        display: inline-block;
        width: 50%;
        text-align: left; }
        .ipWidget-Events .layer-calendar .calendar .info .location img {
          float: left;
          margin-bottom: 20px;
          margin-right: 5px;
          display: inline-block; }
        .ipWidget-Events .layer-calendar .calendar .info .location a {
          text-decoration: none;
          color: #7b828b;
          font-family: Montserrat;
          font-size: 11px;
          display: inline-block; }
      .ipWidget-Events .layer-calendar .calendar .info .event-info-row {
        display: none; }
        .ipWidget-Events .layer-calendar .calendar .info .event-info-row:first-of-type {
          display: block; }
        .ipWidget-Events .layer-calendar .calendar .info .event-info-row .count {
          color: #7b828b;
          font-family: Montserrat;
          font-weight: bold;
          float: right;
          margin-right: 15px;
          padding-top: 20px; }
        .ipWidget-Events .layer-calendar .calendar .info .event-info-row .arrows {
          position: absolute;
          bottom: 36px;
          right: 5px; }
          .ipWidget-Events .layer-calendar .calendar .info .event-info-row .arrows .prev, .ipWidget-Events .layer-calendar .calendar .info .event-info-row .arrows .next {
            cursor: pointer;
            height: 17px;
            width: 8px;
            color: #cccfd4;
            display: inline-block;
            margin-right: 15px; }
  .ipWidget-Events .layer-calendar .close-calendar {
    position: absolute;
    right: 0;
    top: -40px;
    cursor: pointer; }

.ipWidget-NewsByCategory .tabs .item .title, .ipWidget-Events .tabs .item .title {
  font-weight: 500; }
.ipWidget-NewsByCategory .tabs .item .description, .ipWidget-Events .tabs .item .description {
  font-weight: 500; }
.ipWidget-NewsByCategory .tabs .item .source, .ipWidget-Events .tabs .item .source {
  font-style: inherit; }

.ipWidget-News .mosaic, .ipWidget-News .no-events, .ipWidget-NewsByCategory .mosaic, .ipWidget-NewsByCategory .no-events, .ipWidget-Events .mosaic, .ipWidget-Events .no-events {
  display: none; }
.ipWidget-News .no-events, .ipWidget-NewsByCategory .no-events, .ipWidget-Events .no-events {
  margin-bottom: 70px; }
.ipWidget-News .loader, .ipWidget-NewsByCategory .loader, .ipWidget-Events .loader {
  margin-top: 187px;
  margin-bottom: 273px; }

.ipWidget-EventSchedule .program {
  padding: 40px 70px;
  background: #fafbfc; }
  .ipWidget-EventSchedule .program .title {
    font-family: "Noto Serif";
    font-style: italic;
    font-size: 30px;
    color: #3e3650; }
    .ipWidget-EventSchedule .program .title img {
      display: inline-block;
      margin-right: 20px;
      float: left; }
  .ipWidget-EventSchedule .program .column {
    display: inline-block;
    width: 49%; }

.ipWidget-FeaturedMaterials .featured-materials-wrapper, .ipWidget-Catalogue .featured-materials-wrapper, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper {
  padding-top: 54px;
  position: relative; }
  .ipWidget-FeaturedMaterials .featured-materials-wrapper .materials-title, .ipWidget-Catalogue .featured-materials-wrapper .materials-title, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .materials-title {
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: 14px;
    color: #4a435b;
    position: absolute;
    top: -10px;
    left: 20px; }
  .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials, .ipWidget-Catalogue .featured-materials-wrapper .row-materials, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials {
    margin-bottom: 74px; }
    .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials:last-child, .ipWidget-Catalogue .featured-materials-wrapper .row-materials:last-child, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials:last-child {
      margin-bottom: 0; }
    .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material {
      cursor: pointer;
      text-align: center;
      float: left;
      text-decoration: none;
      margin-left: 80px;
      margin-bottom: 30px;
      height: 360px; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material:first-child, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material:first-child, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material:first-child {
        margin-left: 0; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material span, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material span, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material span {
        display: block; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material img, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material img, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material img {
        margin-bottom: 40px; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper {
        position: relative;
        margin-left: -30px; }
        .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .book, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .book, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .book {
          /*-moz-perspective: 100px;
          -moz-transform-style: preserve-3d;
          -webkit-transform-style: preserve-3d;*/
          position: relative;
          -moz-perspective: 100px;
          -moz-transform: rotateY(4deg);
          -webkit-transform: perspective(100) rotateY(4deg);
          outline: 1px solid transparent;
          /* Helps smooth jagged edges in Firefox */
          box-shadow: none;
          margin: 0; }
        .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .border, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .border, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .border {
          position: absolute;
          height: 30px;
          border-left: 6px solid #d6d6d6;
          top: 27px;
          left: 95px;
          transform: perspective(100px) rotateY(-15deg); }
        .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .border2, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .border2, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .border2 {
          position: absolute;
          top: 241px;
          left: 56px;
          border-left: 3px solid #d2d2d2;
          height: 43px;
          display: none; }
        .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .book-shadow, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .book-shadow, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .book-shadow {
          position: absolute;
          left: 14px;
          top: 264px;
          width: 35px;
          height: 30px;
          background: url("../img/book-shadow.png") no-repeat left center; }
        .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper img.frontal, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper img.frontal, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper img.frontal {
          width: 200px;
          position: relative;
          margin-left: 67px;
          margin-top: 30px; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material span, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material span, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material span {
        font-size: 14px;
        color: #4d445d;
        font-family: "Montserrat";
        font-weight: 500; }
  .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp, .ipWidget-Catalogue .featured-materials-wrapper.esp, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp {
    padding-top: 80px; }
    .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp .materials-title, .ipWidget-Catalogue .featured-materials-wrapper.esp .materials-title, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp .materials-title {
      left: 0;
      top: 0; }
    .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp .materials-subtitle, .ipWidget-Catalogue .featured-materials-wrapper.esp .materials-subtitle, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp .materials-subtitle {
      font-size: 16px;
      line-height: 30px;
      color: #7b828b;
      font-family: Montserrat;
      margin-bottom: 80px; }
    .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp .row-materials, .ipWidget-Catalogue .featured-materials-wrapper.esp .row-materials, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp .row-materials {
      display: none;
      text-align: center;
      margin-bottom: -40px; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp .row-materials .wrapper-material, .ipWidget-Catalogue .featured-materials-wrapper.esp .row-materials .wrapper-material, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp .row-materials .wrapper-material {
        float: none;
        display: inline-block; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp .row-materials:first-of-type, .ipWidget-Catalogue .featured-materials-wrapper.esp .row-materials:first-of-type, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp .row-materials:first-of-type {
        display: block; }
    .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp .border, .ipWidget-Catalogue .featured-materials-wrapper.esp .border, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp .border {
      display: none; }
    .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp .ribbon, .ipWidget-Catalogue .featured-materials-wrapper.esp .ribbon, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp .ribbon {
      background: url("../img/ribbon.png") no-repeat center center;
      position: absolute;
      top: 0;
      left: 0;
      width: 90px;
      height: 30px;
      color: #fff;
      font-size: 11px;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 9px 15px;
      font-width: 500;
      z-index: 1;
      top: 48px;
      left: 25px; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp .ribbon.small, .ipWidget-Catalogue .featured-materials-wrapper.esp .ribbon.small, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp .ribbon.small {
        top: 124px; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp .ribbon.angle, .ipWidget-Catalogue .featured-materials-wrapper.esp .ribbon.angle, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp .ribbon.angle {
        background: url("../img/ribbon-angle.png") no-repeat center center;
        padding: 0;
        right: 55px;
        left: initial;
        top: 34px;
        height: 86px; }
        .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp .ribbon.angle span, .ipWidget-Catalogue .featured-materials-wrapper.esp .ribbon.angle span, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp .ribbon.angle span {
          -webkit-transform: rotate(48deg);
          -moz-transform: rotate(48deg);
          -ms-transform: rotate(48deg);
          -o-transform: rotate(48deg);
          transform: rotate(48deg);
          display: block;
          margin-top: 17px;
          margin-left: -10px;
          text-align: center;
          height: 86px;
          width: 89px; }
        .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp .ribbon.angle.small, .ipWidget-Catalogue .featured-materials-wrapper.esp .ribbon.angle.small, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp .ribbon.angle.small {
          top: 25%; }
.ipWidget-FeaturedMaterials .balls, .ipWidget-Catalogue .balls, .ipWidget-FeaturedMaterialsExternal .balls {
  display: block;
  text-align: center;
  padding-top: 37px; }
  .ipWidget-FeaturedMaterials .balls .ball, .ipWidget-Catalogue .balls .ball, .ipWidget-FeaturedMaterialsExternal .balls .ball {
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    background: #dbdbdb;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle; }
    .ipWidget-FeaturedMaterials .balls .ball.active, .ipWidget-Catalogue .balls .ball.active, .ipWidget-FeaturedMaterialsExternal .balls .ball.active {
      background: #939393; }
  .ipWidget-FeaturedMaterials .balls .prev, .ipWidget-FeaturedMaterials .balls .next, .ipWidget-Catalogue .balls .prev, .ipWidget-Catalogue .balls .next, .ipWidget-FeaturedMaterialsExternal .balls .prev, .ipWidget-FeaturedMaterialsExternal .balls .next {
    width: 12px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .ipWidget-FeaturedMaterials .balls .prev, .ipWidget-Catalogue .balls .prev, .ipWidget-FeaturedMaterialsExternal .balls .prev {
    margin-right: 60px; }
  .ipWidget-FeaturedMaterials .balls .next, .ipWidget-Catalogue .balls .next, .ipWidget-FeaturedMaterialsExternal .balls .next {
    margin-left: 30px; }
  .ipWidget-FeaturedMaterials .balls .icon, .ipWidget-Catalogue .balls .icon, .ipWidget-FeaturedMaterialsExternal .balls .icon {
    color: #4d445d;
    font-size: 20px; }

.ipWidget-RelatedMethodology .methodologies .methodology {
  display: inline-block;
  margin: 8px 10px;
  height: 225px;
  width: 499px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.91);
  vertical-align: top;
  padding: 52px 0 0 36px; }
  .ipWidget-RelatedMethodology .methodologies .methodology img {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px; }
  .ipWidget-RelatedMethodology .methodologies .methodology .body-methodology {
    display: inline-block;
    width: 370px;
    font-family: "Montserrat"; }
    .ipWidget-RelatedMethodology .methodologies .methodology .body-methodology .methodology-title {
      letter-spacing: 1px;
      font-size: 20px;
      color: #4d445d;
      margin-bottom: 10px; }
    .ipWidget-RelatedMethodology .methodologies .methodology .body-methodology p {
      color: #a2a7b1;
      line-height: 23px;
      font-size: 14px;
      margin-bottom: 20px; }
    .ipWidget-RelatedMethodology .methodologies .methodology .body-methodology a {
      text-transform: uppercase; }

.ipWidget-Bulletin .bulletin-wrapper {
  width: 100%;
  text-align: center;
  font-family: Montserrat; }
  .ipWidget-Bulletin .bulletin-wrapper .title {
    font-size: 24px;
    color: #3e3650;
    margin: 0 auto;
    line-height: 42px;
    text-transform: uppercase;
    width: 370px;
    font-weight: 800; }
  .ipWidget-Bulletin .bulletin-wrapper .subtitle {
    font-size: 16px;
    color: #7b828b;
    line-height: 24px;
    font-weight: normal;
    width: 480px;
    margin: 25px auto 0 auto; }
  .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial {
    position: relative; }
    .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial ::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      font-size: 16px;
      color: #a2aab3 !important; }
    .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial ::-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #a2aab3 !important;
      opacity: 1;
      font-size: 16px; }
    .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #a2aab3 !important;
      opacity: 1;
      font-size: 16px; }
    .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial ::-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #a2aab3 !important; }
    .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #a2aab3 !important;
      font-size: 16px; }
    .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial input {
      width: 552px;
      border-radius: 5px;
      font-size: 16px;
      color: #a2aab3;
      margin-top: 50px;
      height: 55px;
      position: relative;
      text-align: center;
      border: 1px solid #e1e6ea; }
    .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial .error {
      display: none;
      color: #e05a76;
      width: 551px;
      margin-top: 50px;
      position: absolute;
      top: 216px; }
    .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial .button-wrapper {
      margin-top: 40px; }
      .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial .button-wrapper .button {
        background: #57ccfe;
        text-transform: uppercase;
        padding: 20px 45px !important;
        color: #fff; }
  .ipWidget-Bulletin .bulletin-wrapper .bulletin-confirm {
    display: none; }

.ipWidget-Dealers .dealers-wrapper {
  text-align: center;
  width: 770px;
  margin: 0 auto; }
  .ipWidget-Dealers .dealers-wrapper .dealers-initial {
    background: #e5eaee;
    padding: 65px 0 60px 0;
    font-family: Montserrat;
    font-weight: 400;
    margin-bottom: 29px; }
    .ipWidget-Dealers .dealers-wrapper .dealers-initial .title {
      width: 460px;
      margin: 0 auto  50px auto;
      font-size: 24px;
      color: #3e3650;
      line-height: 30px; }
    .ipWidget-Dealers .dealers-wrapper .dealers-initial .subtitle {
      color: #70c3f5;
      font-size: 20px;
      margin-bottom: 12px; }
    .ipWidget-Dealers .dealers-wrapper .dealers-initial .tlf {
      color: #3e3650;
      letter-spacing: 2px;
      font-size: 36px;
      font-weight: 500; }
.ipWidget-Dealers .line {
  height: 2px;
  width: 770px;
  background: #f4f7f9; }

.ipWidget-faqs {
  text-align: left; }
  .ipWidget-faqs .faqs-wrapper {
    width: 790px;
    margin: 0 auto; }
    .ipWidget-faqs .faqs-wrapper .faqs-title {
      font-size: 20px;
      font-family: Montserrat;
      font-weight: 800;
      color: #000;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .ipWidget-faqs .faqs-wrapper .type {
      padding: 24px 38px;
      font-size: 16px;
      font-family: Montserrat;
      font-weight: 400;
      color: #39346b;
      border-top: 2px solid #d5dfe5;
      border-bottom: 2px solid #d5dfe5;
      background: url("../img/faqs-arrow.png") no-repeat left 2px center;
      cursor: pointer; }
      .ipWidget-faqs .faqs-wrapper .type.close {
        border-bottom: inherit; }
        .ipWidget-faqs .faqs-wrapper .type.close.last {
          border-bottom: 2px solid #f4f7f9; }
      .ipWidget-faqs .faqs-wrapper .type.open {
        background: url("../img/faqs-arrow-down.png") no-repeat left 2px center; }
        .ipWidget-faqs .faqs-wrapper .type.open.last {
          border-bottom: inherit; }
    .ipWidget-faqs .faqs-wrapper .questions {
      padding: 35px 0; }
      .ipWidget-faqs .faqs-wrapper .questions .question, .ipWidget-faqs .faqs-wrapper .questions .answer {
        padding: 0 70px;
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 400;
        color: #000;
        line-height: 24px; }
      .ipWidget-faqs .faqs-wrapper .questions .question {
        margin-top: 40px;
        background: url("../img/faqs-arrow.png") no-repeat left 34px center;
        cursor: pointer; }
        .ipWidget-faqs .faqs-wrapper .questions .question:first-child {
          margin-top: 0; }
      .ipWidget-faqs .faqs-wrapper .questions .answer {
        margin-top: 20px;
        color: #7b828b; }
        .ipWidget-faqs .faqs-wrapper .questions .answer.close {
          display: none; }
      .ipWidget-faqs .faqs-wrapper .questions.close {
        display: none; }
      .ipWidget-faqs .faqs-wrapper .questions.open {
        display: block; }

.ipWidget-Delegations {
  width: 90%;
  margin: 0 auto; }
  .ipWidget-Delegations .title {
    font-family: Montserrat;
    font-size: 44px;
    color: #2e3135;
    text-align: center;
    padding-top: 50px; }
  .ipWidget-Delegations .continent .continent-title {
    font-family: Montserrat;
    font-size: 24px;
    color: #2e3135;
    padding-top: 40px; }
  .ipWidget-Delegations .continent .countries {
    word-wrap: break-word; }
    .ipWidget-Delegations .continent .countries .column {
      display: inline-block;
      width: 24%;
      vertical-align: top;
      padding-right: 25px; }
      .ipWidget-Delegations .continent .countries .column .country {
        height: 230px;
        padding-top: 35px; }
        .ipWidget-Delegations .continent .countries .column .country .country-name {
          font-family: "Archivo Black";
          font-size: 17px;
          color: #2e3135;
          font-weight: bold;
          text-transform: uppercase; }
        .ipWidget-Delegations .continent .countries .column .country .delegation {
          font-family: Montserrat;
          font-size: 14px;
          line-height: 20px;
          color: #c8cccf;
          padding-top: 10px; }
          .ipWidget-Delegations .continent .countries .column .country .delegation .address {
            color: #7b828b;
            padding-bottom: 10px;
            max-width: 80%; }
          .ipWidget-Delegations .continent .countries .column .country .delegation .phone img,
          .ipWidget-Delegations .continent .countries .column .country .delegation .mobile img,
          .ipWidget-Delegations .continent .countries .column .country .delegation .email img {
            display: inline-block;
            float: left;
            margin-right: 10px;
            margin-top: 5px; }
        .ipWidget-Delegations .continent .countries .column .country a {
          display: block;
          margin-top: 15px;
          font-family: Montserrat;
          font-size: 14px;
          color: #7b828b;
          text-decoration: none; }
      .ipWidget-Delegations .continent .countries .column:last-child {
        padding-right: 0; }

.ipWidget-Reports {
  margin-top: 50px; }
  .ipWidget-Reports .highlighted {
    width: 100%;
    background: #f4f7f9; }
    .ipWidget-Reports .highlighted .item {
      padding-top: 80px;
      padding-bottom: 60px;
      width: 70%;
      max-width: 830px;
      margin: 0 auto;
      text-align: left; }
      .ipWidget-Reports .highlighted .item .image {
        background: url("../img/shadow-bg.png") no-repeat bottom;
        position: relative; }
        .ipWidget-Reports .highlighted .item .image .veil {
          display: none; }
        .ipWidget-Reports .highlighted .item .image img {
          width: 100%;
          max-height: 625px;
          max-width: 815px;
          position: relative;
          z-index: 1; }
        .ipWidget-Reports .highlighted .item .image .shadow {
          background: url("../img/shadow-bg.png") no-repeat bottom;
          background-size: contain;
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          height: 160px;
          bottom: -50px;
          z-index: 0; }
        .ipWidget-Reports .highlighted .item .image:hover .veil {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          max-height: 625px;
          max-width: 815px;
          width: 100%;
          height: 100%;
          z-index: 2; }
        .ipWidget-Reports .highlighted .item .image:hover .search {
          display: block;
          left: 0;
          right: 0;
          top: 45%;
          background: url("../img/search-big.png") center center;
          width: 85px;
          height: 85px;
          position: absolute;
          z-index: 2;
          margin: 0 auto; }
      .ipWidget-Reports .highlighted .item .title {
        font-family: Montserrat;
        font-size: 30px;
        color: #3e3650;
        padding-top: 80px; }
      .ipWidget-Reports .highlighted .item .year {
        font-family: Montserrat;
        font-size: 16px;
        color: #2ffbfe;
        font-weight: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding-top: 30px; }
      .ipWidget-Reports .highlighted .item .description {
        font-family: Montserrat;
        font-size: 16px;
        color: #7b828b;
        padding-top: 20px;
        line-height: 30px; }
      .ipWidget-Reports .highlighted .item .link {
        padding-top: 15px; }
        .ipWidget-Reports .highlighted .item .link a {
          text-decoration: none;
          font-family: Montserrat;
          font-size: 14px;
          color: #f06522;
          font-weight: bold;
          letter-spacing: 2px;
          text-transform: uppercase; }
  .ipWidget-Reports .mosaic {
    width: 70%;
    max-width: 830px;
    margin: 0 auto; }
    .ipWidget-Reports .mosaic .column {
      display: inline-block;
      width: 48%;
      vertical-align: top;
      float: left;
      margin-left: 15px; }
      .ipWidget-Reports .mosaic .column .item {
        max-width: 286px;
        padding-top: 55px;
        padding-bottom: 70px; }
        .ipWidget-Reports .mosaic .column .item .image {
          background: url("../img/shadow.png") no-repeat bottom;
          position: relative; }
          .ipWidget-Reports .mosaic .column .item .image img {
            width: 100%;
            max-height: 219px;
            max-width: 286px;
            position: relative;
            z-index: 1; }
          .ipWidget-Reports .mosaic .column .item .image .veil {
            display: none; }
          .ipWidget-Reports .mosaic .column .item .image .shadow {
            background: url("../img/shadow.png") no-repeat bottom;
            background-size: contain;
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            height: 56px;
            bottom: -20px;
            z-index: 0; }
          .ipWidget-Reports .mosaic .column .item .image:hover .veil {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2; }
          .ipWidget-Reports .mosaic .column .item .image:hover .search {
            display: block;
            left: 0;
            right: 0;
            top: 45%;
            background: url("../img/search-big.png") center center;
            background-size: contain;
            width: 59px;
            height: 59px;
            position: absolute;
            z-index: 3;
            margin: 0 auto; }
        .ipWidget-Reports .mosaic .column .item .year {
          font-family: Montserrat;
          font-size: 21px;
          color: #7b828b;
          padding-top: 55px; }
        .ipWidget-Reports .mosaic .column .item .link {
          padding-top: 15px; }
          .ipWidget-Reports .mosaic .column .item .link a {
            text-decoration: none;
            font-family: Montserrat;
            font-size: 14px;
            color: #f06522;
            font-weight: bold;
            letter-spacing: 2px;
            text-transform: uppercase; }
      .ipWidget-Reports .mosaic .column:nth-child(2) {
        padding-right: 0;
        float: right;
        margin-right: 15px;
        margin-left: 0; }
        .ipWidget-Reports .mosaic .column:nth-child(2) .item {
          float: right; }
  .ipWidget-Reports .see-more {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px; }

.ipWidget-BannerHome {
  width: 100%;
  height: 720px;
  position: relative; }
  .ipWidget-BannerHome .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s;
    z-index: 1; }
    .ipWidget-BannerHome .bg.bg-1 {
      background: url("../img/bg-home-v2.jpg") no-repeat center center;
      background-size: cover;
      opacity: 1; }
    .ipWidget-BannerHome .bg.bg-2 {
      background: url("../img/bg-home-v2-2.jpg") no-repeat center center;
      background-size: cover; }
    .ipWidget-BannerHome .bg.bg-3 {
      background: url("../img/bg-home-v2-3.jpg") no-repeat center center;
      background-size: cover; }
      .ipWidget-BannerHome .bg.bg-3 .text1 {
        color: #fff; }
    .ipWidget-BannerHome .bg.upper {
      z-index: 10; }
    .ipWidget-BannerHome .bg .text1 {
      right: 160px;
      top: 160px;
      width: 475px;
      font-size: 33px;
      color: #000;
      font-family: "Montserrat";
      line-height: 38px;
      font-weight: 600;
      position: absolute;
      letter-spacing: -1px; }
    .ipWidget-BannerHome .bg .text2 {
      background: #fff;
      color: #000;
      width: 305px;
      height: 120px;
      font-size: 28px;
      line-height: 30px;
      font-weight: 900;
      letter-spacing: -0.5px;
      font-family: Montserrat;
      position: absolute;
      right: 0;
      bottom: 44px;
      padding: 30px 44px 40px 42px; }
      .ipWidget-BannerHome .bg .text2.long {
        width: 340px; }
    .ipWidget-BannerHome .bg .mouse {
      position: absolute;
      bottom: 0px;
      width: 100%;
      text-align: center; }
      .ipWidget-BannerHome .bg .mouse img {
        padding-left: 4px;
        margin-bottom: -6px;
        cursor: pointer; }
      .ipWidget-BannerHome .bg .mouse .icon {
        cursor: pointer; }
        .ipWidget-BannerHome .bg .mouse .icon:before {
          font-size: 30px;
          color: #fff; }

.ipWidget-HomeIntro .banner, .ipWidget-Intro .banner {
  background: #ffffff;
  padding-top: 50px;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  color: #4d445d; }
  .ipWidget-HomeIntro .banner .title, .ipWidget-Intro .banner .title {
    font-size: 24px; }
    .ipWidget-HomeIntro .banner .title *, .ipWidget-Intro .banner .title * {
      font-size: 24px; }
    .ipWidget-HomeIntro .banner .title p, .ipWidget-Intro .banner .title p {
      margin: 0; }
  .ipWidget-HomeIntro .banner .claim, .ipWidget-Intro .banner .claim {
    font-size: 30px;
    line-height: 55px;
    font-weight: bold; }
    .ipWidget-HomeIntro .banner .claim *, .ipWidget-Intro .banner .claim * {
      font-size: 30px;
      line-height: 55px;
      font-weight: bold; }
    .ipWidget-HomeIntro .banner .claim p, .ipWidget-Intro .banner .claim p {
      margin: 0; }
  .ipWidget-HomeIntro .banner .text, .ipWidget-Intro .banner .text {
    font-size: 16px;
    line-height: 24px;
    color: #7d7d7d; }
    .ipWidget-HomeIntro .banner .text *, .ipWidget-Intro .banner .text * {
      font-size: 16px;
      line-height: 24px;
      color: #7d7d7d; }
    .ipWidget-HomeIntro .banner .text p, .ipWidget-Intro .banner .text p {
      margin: 0; }
  .ipWidget-HomeIntro .banner a, .ipWidget-Intro .banner a {
    text-decoration: none; }
  .ipWidget-HomeIntro .banner .arrow, .ipWidget-Intro .banner .arrow {
    margin: 35px auto;
    color: #d3dbde;
    font-size: 35px; }

.ipWidget-Intro .text {
  font-family: "Montserrat";
  font-weight: 400;
  color: #7b828b;
  font-size: 16px;
  line-height: 30px !important; }
.ipWidget-Intro .claim {
  font-size: 30px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Montserrat";
  color: #3e3350; }

.ipWidget-ManageableHomeHeader {
  width: 100%;
  height: 720px;
  position: relative; }
  .ipWidget-ManageableHomeHeader .bg {
    transition: opacity 1s;
    z-index: 1; }
    .ipWidget-ManageableHomeHeader .bg .bg-d,
    .ipWidget-ManageableHomeHeader .bg .bg-t,
    .ipWidget-ManageableHomeHeader .bg .bg-m {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .ipWidget-ManageableHomeHeader .bg .bg-m,
    .ipWidget-ManageableHomeHeader .bg .bg-t {
      display: none; }
    .ipWidget-ManageableHomeHeader .bg .bg-d {
      display: block; }
    .ipWidget-ManageableHomeHeader .bg.upper {
      z-index: 10; }
    .ipWidget-ManageableHomeHeader .bg .text1 {
      right: 160px;
      top: 160px;
      width: 475px;
      font-size: 30px;
      font-family: "Montserrat";
      line-height: 38px;
      font-weight: 600;
      position: absolute;
      letter-spacing: -1px; }
      .ipWidget-ManageableHomeHeader .bg .text1 .btn {
        border: 2px solid #fff;
        border-radius: 8px;
        padding: 2px 25px;
        margin-top: 35px;
        text-decoration: none;
        /* display: table; */
        letter-spacing: 0.5px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        display: table;
        height: 41px;
        /* font-family: 'Montserrat'; */ }
        .ipWidget-ManageableHomeHeader .bg .text1 .btn:hover {
          text-decoration: none; }
    .ipWidget-ManageableHomeHeader .bg .text2 {
      background: #fff;
      color: #000;
      width: 305px;
      height: 120px;
      font-size: 28px;
      line-height: 30px;
      font-weight: 900;
      letter-spacing: -0.5px;
      font-family: Montserrat;
      position: absolute;
      right: 0;
      bottom: 44px;
      padding: 30px 44px 40px 42px; }
      .ipWidget-ManageableHomeHeader .bg .text2.long {
        width: 340px; }
    .ipWidget-ManageableHomeHeader .bg .mouse {
      position: absolute;
      bottom: 0px;
      width: 100%;
      text-align: center; }
      .ipWidget-ManageableHomeHeader .bg .mouse img {
        padding-left: 4px;
        margin-bottom: -6px;
        cursor: pointer; }
      .ipWidget-ManageableHomeHeader .bg .mouse .icon {
        cursor: pointer; }
        .ipWidget-ManageableHomeHeader .bg .mouse .icon:before {
          font-size: 30px;
          color: #fff; }
  .ipWidget-ManageableHomeHeader .play {
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: calc(50% - 0px);
    left: calc(50% - 55px);
    z-index: 0;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
    border: none !important; }
    .ipWidget-ManageableHomeHeader .play img {
      margin-bottom: 20px; }
  .ipWidget-ManageableHomeHeader .layer {
    z-index: 2000; }
  .ipWidget-ManageableHomeHeader .close-slider {
    right: 8px;
    top: 7px;
    position: absolute;
    cursor: pointer; }
  .ipWidget-ManageableHomeHeader .inner-video {
    display: none;
    z-index: 2001;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed; }
    .ipWidget-ManageableHomeHeader .inner-video iframe {
      z-index: 50;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      right: 0;
      margin: 0 auto; }

.ipWidget-FixedContent .evocation-fixed {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 2;
  width: 197px;
  height: 145px; }
  .ipWidget-FixedContent .evocation-fixed a {
    text-decoration: none; }
    .ipWidget-FixedContent .evocation-fixed a :hover {
      text-decoration: none; }
  .ipWidget-FixedContent .evocation-fixed .outer {
    text-align: center;
    height: 100%;
    width: 100%;
    border: 1px solid;
    border-radius: 10px 0px 0px 10px;
    border-right: none; }
    .ipWidget-FixedContent .evocation-fixed .outer .text {
      font-weight: bold;
      font-size: 12px;
      padding-top: 5px;
      max-width: 180px;
      margin: 0 auto; }
    .ipWidget-FixedContent .evocation-fixed .outer img {
      margin-top: 20px; }
  .ipWidget-FixedContent .evocation-fixed .inner {
    display: none; }
  .ipWidget-FixedContent .evocation-fixed:hover .outer {
    display: none; }
  .ipWidget-FixedContent .evocation-fixed:hover .inner {
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid;
    border-radius: 10px 0px 0px 10px;
    border-right: none; }
    .ipWidget-FixedContent .evocation-fixed:hover .inner .text {
      font-weight: bold;
      font-size: 12px;
      text-align: center;
      padding-top: 35px;
      max-width: 145px;
      margin: 0 auto; }
  .ipWidget-FixedContent .evocation-fixed:hover .no-hover {
    display: block; }

.ipWidget-QuickSearch {
  position: absolute;
  width: 164px;
  height: 39px;
  right: 35px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ipWidget-QuickSearch {
      width: 200px; } }
  .ipWidget-QuickSearch:hover .quick-search .searches {
    display: block !important; }
  .ipWidget-QuickSearch .quick-search .open-search {
    float: right;
    cursor: pointer; }
    .ipWidget-QuickSearch .quick-search .open-search img {
      margin-right: 4px; }
    .ipWidget-QuickSearch .quick-search .open-search .quick-search-text {
      font-size: 12px;
      color: #7b828b;
      font-family: "Montserrat"; }
  .ipWidget-QuickSearch .quick-search .searches {
    display: none;
    position: absolute;
    width: 210px;
    background: #f7fafd;
    right: -30px;
    top: 30px;
    -webkit-box-shadow: 1px 2px 6px 0 #a7a7a7;
    -moz-box-shadow: 1px 2px 6px 0 #a7a7a7;
    box-shadow: 1px 2px 6px 0 #a7a7a7;
    border-radius: 5px; }
    .ipWidget-QuickSearch .quick-search .searches ul {
      padding: 0 12px 1px 12px;
      margin: 16px 0; }
      .ipWidget-QuickSearch .quick-search .searches ul li {
        list-style: none;
        margin-bottom: 7px;
        border-right: none; }
        .ipWidget-QuickSearch .quick-search .searches ul li img {
          margin-right: 8px; }
        .ipWidget-QuickSearch .quick-search .searches ul li a {
          text-decoration: none;
          font-size: 12px;
          font-family: "Montserrat";
          color: #9ea2b2; }

.ipWidget-BannerShop .banner, .ipWidget-BannerEducationProjects .banner, .ipWidget-BannerCatalog .banner {
  position: relative; }
  .ipWidget-BannerShop .banner .desktop, .ipWidget-BannerShop .banner .mobile, .ipWidget-BannerShop .banner .tablet, .ipWidget-BannerShop .banner .content, .ipWidget-BannerEducationProjects .banner .desktop, .ipWidget-BannerEducationProjects .banner .mobile, .ipWidget-BannerEducationProjects .banner .tablet, .ipWidget-BannerEducationProjects .banner .content, .ipWidget-BannerCatalog .banner .desktop, .ipWidget-BannerCatalog .banner .mobile, .ipWidget-BannerCatalog .banner .tablet, .ipWidget-BannerCatalog .banner .content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .ipWidget-BannerShop .banner .content, .ipWidget-BannerEducationProjects .banner .content, .ipWidget-BannerCatalog .banner .content {
    z-index: 2;
    padding: 7% 60px; }
  .ipWidget-BannerShop .banner .dtable, .ipWidget-BannerEducationProjects .banner .dtable, .ipWidget-BannerCatalog .banner .dtable {
    display: table;
    width: 100%;
    height: 100%; }
    .ipWidget-BannerShop .banner .dtable .drow, .ipWidget-BannerEducationProjects .banner .dtable .drow, .ipWidget-BannerCatalog .banner .dtable .drow {
      display: table-row; }
      .ipWidget-BannerShop .banner .dtable .drow .dcell, .ipWidget-BannerEducationProjects .banner .dtable .drow .dcell, .ipWidget-BannerCatalog .banner .dtable .drow .dcell {
        display: table-cell;
        vertical-align: middle; }
  .ipWidget-BannerShop .banner .wrapper, .ipWidget-BannerEducationProjects .banner .wrapper, .ipWidget-BannerCatalog .banner .wrapper {
    width: 350px;
    margin: 0 auto;
    background: transparent !important; }
  .ipWidget-BannerShop .banner a, .ipWidget-BannerEducationProjects .banner a, .ipWidget-BannerCatalog .banner a {
    text-decoration: none; }

.educational-projects {
  margin: 50px 0 0 0 !important;
  padding: 0; }
  .educational-projects .item {
    padding: 0;
    display: block;
    margin-bottom: 20px; }
    .educational-projects .item a {
      text-decoration: none; }
    .educational-projects .item .text {
      text-transform: uppercase;
      font-family: 'Montserrat';
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 20px;
      color: #3e3350;
      cursor: pointer; }
      .educational-projects .item .text:hover {
        padding-left: 31px;
        background: url("arrow-orange.png") no-repeat 0 2px; }

.ipWidget-BannerShop .title {
  line-height: 58px; }
.ipWidget-BannerShop .buttons {
  margin-top: 70px; }
  .ipWidget-BannerShop .buttons.buttons-inline .button-wrapper:first-child {
    margin-right: 40px !important; }

.ipWidget-BannerCatalog .links {
  position: absolute;
  bottom: 63px;
  width: 100%;
  text-align: center;
  z-index: 2; }
  .ipWidget-BannerCatalog .links a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #3e3350;
    margin-right: 45px;
    text-decoration: none; }
    .ipWidget-BannerCatalog .links a:last-child {
      margin-right: 0; }

.ipWidget-Mosaic {
  width: 100%;
  margin-top: 90px; }
  .ipWidget-Mosaic .item {
    text-align: center;
    width: 280px;
    height: 210px;
    float: left; }
    .ipWidget-Mosaic .item .title {
      color: #79838d;
      font-size: 24px;
      padding-top: 20px; }
    .ipWidget-Mosaic .item .image {
      padding-top: 46px; }
    .ipWidget-Mosaic .item.light {
      background: #f5f8fb; }
    .ipWidget-Mosaic .item.dark {
      background: #e8eff4; }

.ipWidget-Evocation .row {
  text-align: center; }
.ipWidget-Evocation .item {
  width: 378px;
  height: 378px;
  border: 1px solid #e5eaee;
  text-align: center;
  display: inline-block;
  margin: 40px 7px 0;
  vertical-align: top; }
  .ipWidget-Evocation .item .image {
    margin-top: 45px; }
  .ipWidget-Evocation .item .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #2e3135;
    margin-top: 30px; }
  .ipWidget-Evocation .item .text {
    font-size: 18px;
    color: #7b828b;
    line-height: 30px;
    max-width: 90%;
    margin: 30px auto 0; }

.ipWidget-TMButton {
  display: table;
  width: 100%;
  border-radius: 5px; }
  .ipWidget-TMButton .custom-link {
    text-decoration: none;
    display: block;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: bold;
    padding: 13px 25px !important;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    letter-spacing: 1px; }
  .ipWidget-TMButton .color {
    width: 100%;
    display: block; }
    .ipWidget-TMButton .color .clearfix {
      display: inline-block; }
      .ipWidget-TMButton .color .clearfix:before {
        display: none;
        content: inherit; }
    .ipWidget-TMButton .color .custom-link {
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .ipWidget-TMButton .color.c {
      text-align: center; }
    .ipWidget-TMButton .color.l {
      text-align: left; }
    .ipWidget-TMButton .color.r {
      text-align: right; }
    .ipWidget-TMButton .color.dark .custom-link {
      background-color: #39346b !important;
      color: #fff !important; }
    .ipWidget-TMButton .color.blue .custom-link {
      background-color: #57ccfe !important;
      color: #fff !important; }
    .ipWidget-TMButton .color.orange .custom-link {
      background-color: #dd6e4d !important;
      color: #fff !important; }
    .ipWidget-TMButton .color.red .custom-link {
      background-color: #e05a76 !important;
      color: #fff !important; }
    .ipWidget-TMButton .color.green .custom-link {
      background-color: #a8d61d !important;
      color: #fff !important; }
    .ipWidget-TMButton .color.yellow .custom-link {
      background-color: #efd310 !important;
      color: #fff !important; }
    .ipWidget-TMButton .color.transparent .custom-link {
      background-color: transparent !important; }
  .ipWidget-TMButton.ipSkin-transparent .custom-link {
    background: transparent !important;
    border: 1px solid; }
  .ipWidget-TMButton:hover {
    box-shadow: none !important;
    text-decoration: none !important; }

.ipWidget-TMColumnsPercent {
  clear: both; }
  .ipWidget-TMColumnsPercent .ipsCol {
    float: left; }

/*	==========================================================================
	Layouts
	========================================================================== */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

body {
  position: relative;
  min-width: 1200px; }
  body.addTop .layout {
    margin-top: 110px; }
  body.not-fixed .layout {
    margin-top: 0 !important; }

*:focus {
  outline: none; }

.input-error-msg {
  position: absolute;
  font-size: 11px;
  color: red;
  margin-top: -23px; }
  .input-error-msg p {
    line-height: 5px;
    font-family: 'Montserrat'; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #39346b; }

::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #39346b;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #39346b;
  opacity: 1; }

::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #39346b; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  ccolor: #39346b; }

.tablet, .mobile {
  display: none !important; }

body {
  background: #ffffff; }
  body.ipHasAdminNavbar header.main {
    top: 40px; }
  body.ipHasAdminNavbar .layout {
    margin-top: 90px; }
  body.ipHasAdminPanel header.main {
    top: 148px; }
    body.ipHasAdminPanel header.main.not-fixed {
      position: fixed; }
  body.ipHasAdminPanel .layout {
    margin-top: 138px !important; }

.dtable {
  display: table;
  width: 100%;
  height: 100%; }
  .dtable .drow {
    display: table-row; }
    .dtable .drow .dcell {
      display: table-cell;
      vertical-align: middle;
      height: 100%; }

html.lock {
  overflow: hidden !important;
  width: auto; }

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: -29px !important; }

.fc .fc-view-container .fc-view .fc-row {
  height: 36px; }

.fc-row .fc-content-skeleton {
  padding-top: 3px; }

.fc-unthemed td.fc-today {
  background: none !important; }

.fc table {
  font-size: 0.8em; }
.fc .fc-toolbar h2 {
  font-family: Montserrat;
  font-size: 20px;
  color: #3e3350;
  margin-top: 4px;
  margin-left: 25px !important;
  text-transform: capitalize;
  width: 200px;
  text-align: left; }
.fc .fc-toolbar .fc-button-group button {
  background: none;
  border: none;
  box-shadow: none; }
  .fc .fc-toolbar .fc-button-group button span:after {
    color: #d5d7db; }
.fc .fc-view-container .fc-view {
  border: none; }
  .fc .fc-view-container .fc-view .fc-row, .fc .fc-view-container .fc-view td, .fc .fc-view-container .fc-view tr, .fc .fc-view-container .fc-view th {
    border: none;
    text-align: center; }
  .fc .fc-view-container .fc-view .fc-head {
    border: none; }
    .fc .fc-view-container .fc-view .fc-head td, .fc .fc-view-container .fc-view .fc-head th {
      font-size: 13px;
      font-family: Montserrat;
      color: #7b828b;
      text-align: right; }
  .fc .fc-view-container .fc-view .fc-widget-content .fc-content-skeleton td {
    font-size: 13px;
    font-family: Montserrat;
    color: #b5bcc4;
    text-align: center; }
  .fc .fc-view-container .fc-view .fc-widget-content .fc-content-skeleton .fc-event {
    border: none;
    background: none;
    color: transparent; }
  .fc .fc-view-container .fc-view .fc-widget-content .fc-content-skeleton .fc-event-container {
    display: none; }
  .fc .fc-view-container .fc-view .fc-day-grid-event {
    position: relative; }
.fc .fc-scroller {
  overflow-y: hidden !important; }

header.main {
  height: 75px;
  background: #ffffff;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 5;
  border-bottom: 2px solid #f4f7f9; }
  header.main.addTop {
    top: 35px; }
  header.main .header-top {
    background: #ffffff;
    height: 35px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #ebebeb;
    padding: 6px 35px 0 0; }
    header.main .header-top.not-fixed {
      position: relative; }
    header.main .header-top .text-menu {
      vertical-align: middle;
      font-size: 12px;
      letter-spacing: 1px;
      font-family: "Montserrat";
      font-weight: 600;
      color: #3e3650;
      margin-right: 22px; }
    header.main .header-top .menu {
      vertical-align: sub;
      float: right;
      margin-right: 185px;
      margin-top: -7px; }
      header.main .header-top .menu .secondary-menu {
        display: inline-block; }
        header.main .header-top .menu .secondary-menu ul {
          display: inline-block;
          margin: 0;
          padding: 0; }
          header.main .header-top .menu .secondary-menu ul li {
            list-style: none;
            display: inline-block;
            margin-right: 0;
            border-right: 1px solid #ebebeb; }
            header.main .header-top .menu .secondary-menu ul li:first-child {
              border-left: 1px solid #ebebeb; }
            header.main .header-top .menu .secondary-menu ul li a {
              color: #3e3650;
              font-size: 12px;
              font-family: "Montserrat";
              padding: 10px 20px;
              display: inline-block;
              text-decoration: none;
              margin-top: -1px; }
      header.main .header-top .menu.no-search {
        margin-right: -35px; }
  header.main .menu-mobile-sm {
    display: none; }
  header.main .left {
    z-index: 1;
    display: inline-block; }
    header.main .left .logo {
      display: inline-block;
      margin: 15px 0 0 46px; }
      header.main .left .logo a {
        height: 35px;
        display: inline-block; }
    header.main .left .world {
      display: inline-block;
      cursor: pointer;
      padding: 27px 28px 0 17px;
      height: 75px;
      margin-left: 23px;
      vertical-align: top; }
      header.main .left .world :first-child {
        margin-right: 10px; }
      header.main .left .world .country-selected {
        font-family: "Montserrat";
        font-weight: bold;
        font-size: 11px;
        text-transform: uppercase;
        color: #7b828b;
        letter-spacing: 1px; }
      header.main .left .world .drop {
        color: #7b828b;
        float: right;
        margin-top: 6px; }
      header.main .left .world.grey {
        background: #e5eaee; }
  header.main .center {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 33px;
    margin: 0 auto;
    width: 650px;
    text-align: center;
    z-index: 0; }
    header.main .center ul {
      display: inline-block;
      padding: 0;
      margin: 0; }
      header.main .center ul li {
        display: inline-block;
        list-style: none;
        margin: 0 25px; }
        header.main .center ul li a {
          text-decoration: none;
          font-family: "Montserrat";
          font-weight: 800;
          font-size: 15px;
          text-transform: uppercase;
          color: #7b828b;
          letter-spacing: 1px; }
          header.main .center ul li a:hover {
            color: #3e3650; }
          header.main .center ul li a.hover {
            color: #3e3650;
            padding-bottom: 13px;
            border-bottom: 7px solid transparent; }
        header.main .center ul li.active a {
          color: #3e3650;
          padding-bottom: 13px;
          border-bottom: 7px solid; }
        header.main .center ul li:first-of-type {
          margin: 0 25px 0 0; }
        header.main .center ul li:last-of-type {
          margin: 0 0 0 25px; }
  header.main .right {
    float: right;
    margin-top: 29px;
    margin-right: 30px;
    height: 30px; }
    header.main .right .text-menu {
      vertical-align: middle;
      font-size: 12px;
      letter-spacing: 1px;
      font-family: "Montserrat";
      font-weight: 600;
      color: #3e3650;
      margin-right: 22px; }
    header.main .right .menu, header.main .right .search {
      display: inline-block;
      cursor: pointer; }
    header.main .right .menu {
      vertical-align: sub;
      margin-right: 47px; }
      header.main .right .menu .secondary-menu {
        display: none; }
        header.main .right .menu .secondary-menu.visible {
          display: inline-block; }
        header.main .right .menu .secondary-menu ul {
          display: inline-block;
          margin: 0;
          padding: 0; }
          header.main .right .menu .secondary-menu ul li {
            list-style: none;
            display: inline-block;
            margin-right: 26px; }
            header.main .right .menu .secondary-menu ul li:last-child {
              margin-right: 15px; }
            header.main .right .menu .secondary-menu ul li a {
              text-decoration: none;
              color: #3e3650;
              font-size: 13px;
              font-family: "Montserrat"; }
    header.main .right .search-bar {
      display: inline-block;
      position: relative; }
      header.main .right .search-bar input {
        border-radius: 20px;
        background: transparent;
        border: none;
        color: #39346b;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
        width: 0;
        height: 0;
        font-size: 14px;
        letter-spacing: 1px;
        font-family: "Montserrat";
        vertical-align: sub; }
        header.main .right .search-bar input.show {
          border: 1px solid #e1e6ea;
          height: 30px;
          width: 230px;
          border-radius: 5px;
          padding-left: 10px;
          padding-right: 30px; }
      header.main .right .search-bar img {
        position: absolute;
        right: 7px;
        top: 5px;
        cursor: pointer;
        padding-bottom: 8px; }
        header.main .right .search-bar img.fixed-dark {
          display: none; }
  header.main .social {
    background: #f7f8f9;
    border: 1px solid #e9e9e9;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: fixed;
    top: 35%;
    z-index: 5;
    left: -1px;
    text-align: center;
    padding-top: 42px;
    padding-bottom: 42px; }
    header.main .social ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      header.main .social ul li {
        display: block;
        width: 57px;
        text-align: center;
        margin-bottom: 21px; }
        header.main .social ul li img {
          max-height: 20px;
          max-width: 20px; }
        header.main .social ul li .hide {
          display: none; }
        header.main .social ul li:hover .show {
          display: none; }
        header.main .social ul li:hover .hide {
          display: inline-block; }
  header.main .center .hover-menu-wrapper {
    display: none;
    text-align: inherit;
    position: absolute;
    margin: 0;
    top: 108px;
    width: 100%;
    left: 0;
    background: #fff;
    font-weight: 500;
    border-bottom: 4px solid #e7e7e7; }
    header.main .center .hover-menu-wrapper li {
      text-align: left;
      vertical-align: top;
      margin: 0;
      width: 300px; }
      header.main .center .hover-menu-wrapper li:last-of-type, header.main .center .hover-menu-wrapper li:first-of-type {
        margin: 0; }
      header.main .center .hover-menu-wrapper li a {
        border: none !important;
        padding: 0 !important; }
        header.main .center .hover-menu-wrapper li a:hover {
          border: none !important;
          padding: 0 !important; }
    header.main .center .hover-menu-wrapper .level1 {
      text-align: center;
      margin: 0 auto;
      max-width: 1290px;
      padding: 0 30px 51px 30px; }
      header.main .center .hover-menu-wrapper .level1 li {
        float: left; }
      header.main .center .hover-menu-wrapper .level1 a {
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 17px;
        color: #3e3650;
        line-height: inherit;
        display: block;
        text-transform: inherit;
        transition: none;
        margin: 40px 0 40px 0;
        letter-spacing: 0; }
      header.main .center .hover-menu-wrapper .level1 .parent {
        width: 100%;
        display: block; }
        header.main .center .hover-menu-wrapper .level1 .parent a {
          margin-bottom: 20px; }
        header.main .center .hover-menu-wrapper .level1 .parent .level2 {
          display: inline-block; }
          header.main .center .hover-menu-wrapper .level1 .parent .level2 li {
            margin: 0;
            padding: 0;
            display: inline-block;
            max-width: inherit;
            width: 300px;
            float: inherit; }
            header.main .center .hover-menu-wrapper .level1 .parent .level2 li a {
              text-transform: inherit;
              color: #3e344f;
              font-weight: 500;
              margin-bottom: 10px;
              margin-top: 20px;
              display: block; }
            header.main .center .hover-menu-wrapper .level1 .parent .level2 li:last-child {
              width: auto; }
          header.main .center .hover-menu-wrapper .level1 .parent .level2 .parent .level3 li {
            display: block;
            width: auto;
            float: inherit; }
            header.main .center .hover-menu-wrapper .level1 .parent .level2 .parent .level3 li a {
              text-transform: inherit;
              font-size: 16px;
              transition: none;
              margin: 0 0 4px 0;
              letter-spacing: 0;
              font-weight: 400;
              color: #7b828a; }
              header.main .center .hover-menu-wrapper .level1 .parent .level2 .parent .level3 li a:hover {
                margin-left: 0;
                color: #3e344f;
                border: 0;
                padding-bottom: 0; }
  header.main .center.hover-menu {
    height: 60px; }
  header.main .hover-menu-wrapper {
    display: none;
    text-align: inherit;
    position: absolute;
    margin: 0;
    top: 107px;
    width: 100%;
    left: 0;
    background: #fff;
    font-weight: 500;
    border-bottom: 4px solid #e7e7e7;
    padding-bottom: 51px;
    z-index: 29; }
    header.main .hover-menu-wrapper li {
      text-align: left;
      vertical-align: top;
      margin: 0;
      width: 300px;
      list-style: none; }
      header.main .hover-menu-wrapper li:last-of-type, header.main .hover-menu-wrapper li:first-of-type {
        margin: 0; }
      header.main .hover-menu-wrapper li a {
        border: none !important;
        padding: 0 !important;
        text-decoration: none; }
        header.main .hover-menu-wrapper li a:hover {
          border: none !important;
          padding: 0 !important; }
    header.main .hover-menu-wrapper .level1 {
      text-align: center;
      margin: 0 auto;
      max-width: 1290px;
      padding: 0 30px 51px 30px; }
      header.main .hover-menu-wrapper .level1 li {
        float: left; }
      header.main .hover-menu-wrapper .level1 a {
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 15px;
        color: #3e3650;
        line-height: inherit;
        display: block;
        text-transform: inherit;
        transition: none;
        margin: 40px 0 40px 0;
        letter-spacing: 0; }
      header.main .hover-menu-wrapper .level1 .parent {
        width: 100%;
        display: block; }
        header.main .hover-menu-wrapper .level1 .parent a {
          margin-bottom: 20px; }
        header.main .hover-menu-wrapper .level1 .parent .level2 {
          display: inline-block;
          text-align: left;
          padding: 0; }
          header.main .hover-menu-wrapper .level1 .parent .level2 li {
            margin: 0;
            padding: 0;
            display: inline-block;
            max-width: inherit;
            width: 300px;
            float: inherit; }
            header.main .hover-menu-wrapper .level1 .parent .level2 li a {
              text-transform: inherit;
              color: #3e344f;
              font-weight: 500;
              margin-bottom: 10px;
              margin-top: 20px;
              display: block;
              font-size: 14px; }
            header.main .hover-menu-wrapper .level1 .parent .level2 li:last-child {
              width: auto; }
          header.main .hover-menu-wrapper .level1 .parent .level2 .parent .level3 {
            padding: 0; }
            header.main .hover-menu-wrapper .level1 .parent .level2 .parent .level3 li {
              display: block;
              width: auto;
              float: inherit; }
              header.main .hover-menu-wrapper .level1 .parent .level2 .parent .level3 li a {
                text-transform: inherit;
                font-size: 13px;
                transition: none;
                margin: 0 0 4px 0;
                letter-spacing: 0;
                font-weight: 400;
                color: #7b828a; }
                header.main .hover-menu-wrapper .level1 .parent .level2 .parent .level3 li a:hover {
                  margin-left: 0;
                  color: #3e344f;
                  border: 0;
                  padding-bottom: 0; }
  header.main.not-fixed {
    position: relative;
    height: 110px;
    top: 0;
    z-index: 29; }
    header.main.not-fixed .center {
      position: relative;
      top: -43px;
      display: block;
      max-width: 770px; }
    header.main.not-fixed .right {
      top: -136px;
      position: relative; }
    header.main.not-fixed.no-top-bar {
      height: 75px; }
      header.main.not-fixed.no-top-bar .center {
        top: -42px; }
      header.main.not-fixed.no-top-bar .right {
        top: -135px; }
      header.main.not-fixed.no-top-bar .hover-menu-wrapper {
        top: 73px; }
    header.main.not-fixed.not-world .center {
      top: -18px; }
    header.main.not-fixed.not-world .right {
      top: -114px; }

.search-sm {
  display: none; }

footer {
  padding-top: 80px;
  width: 100%;
  background: #ffffff;
  border-top: 2px solid #f4f7f9; }
  footer .line {
    border-top: 2px solid #f4f7f9;
    width: 100%; }
  footer .wrapper {
    max-width: 100%;
    width: 1164px;
    margin: 0 auto; }
    footer .wrapper .column {
      display: inline-block;
      vertical-align: top; }
      footer .wrapper .column .menu-title {
        text-decoration: none;
        text-transform: uppercase;
        color: #2e3135;
        font-size: 15px;
        font-family: "Montserrat";
        font-weight: 500; }
        footer .wrapper .column .menu-title p {
          margin: 0; }
    footer .wrapper .logo {
      margin-right: 65px;
      margin-top: -22px; }
      footer .wrapper .logo img {
        width: 166px; }
    footer .wrapper .menu .level1 {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      footer .wrapper .menu .level1 li {
        vertical-align: top;
        margin-right: 54px;
        display: inline-block;
        padding: 0; }
        footer .wrapper .menu .level1 li a {
          text-decoration: none;
          text-transform: uppercase;
          color: #2e3135;
          font-size: 15px;
          font-family: Montserrat;
          font-weight: 500;
          cursor: default; }
        footer .wrapper .menu .level1 li .level2 {
          padding: 0;
          margin-top: 30px; }
          footer .wrapper .menu .level1 li .level2 li {
            padding: 0;
            height: 37px;
            display: block;
            margin-right: 0; }
            footer .wrapper .menu .level1 li .level2 li a {
              font-weight: 400;
              text-transform: none;
              color: #7b828b;
              font-size: 13px;
              font-family: "Montserrat";
              cursor: pointer; }
    footer .wrapper .social ul {
      list-style-type: none;
      padding: 0;
      margin-top: 30px; }
      footer .wrapper .social ul li {
        padding: 0;
        display: inline-block;
        margin-right: 60px;
        height: 20px; }
        footer .wrapper .social ul li:last-child {
          margin-right: 0; }
        footer .wrapper .social ul li a img {
          max-height: 20px;
          height: 100%; }
    footer .wrapper .bottom {
      padding: 25px 0; }
      footer .wrapper .bottom .world {
        display: none;
        padding: 0 28px 0 30px;
        height: 45px; }
      footer .wrapper .bottom .copyright {
        float: left;
        font-family: Montserrat;
        font-size: 12px;
        color: #7b828b;
        margin-top: 4px;
        margin-right: 22px; }
        footer .wrapper .bottom .copyright span {
          font-weight: 600; }
      footer .wrapper .bottom .prisa {
        float: left;
        background: url("../img/prisa-sm.png") no-repeat right top;
        height: 20px;
        width: 150px;
        margin: 4px 30px;
        font-family: Montserrat;
        font-size: 12px;
        color: #7b828b;
        text-align: left; }
        footer .wrapper .bottom .prisa a {
          text-decoration: none;
          color: #7b828b; }
        footer .wrapper .bottom .prisa span {
          vertical-align: middle; }
      footer .wrapper .bottom .left {
        display: inline-block; }
        footer .wrapper .bottom .left ul {
          padding: 0;
          margin: 0;
          vertical-align: top; }
          footer .wrapper .bottom .left ul li {
            display: inline-block;
            list-style: none; }
            footer .wrapper .bottom .left ul li a {
              font-family: "Montserrat";
              font-weight: 400;
              color: #7b828b;
              font-size: 11px;
              text-decoration: none;
              margin-right: 28px; }
      footer .wrapper .bottom .right {
        float: right; }
        footer .wrapper .bottom .right ul {
          padding: 0;
          margin: 0; }
          footer .wrapper .bottom .right ul li {
            display: inline-block;
            margin-left: 15px; }
        footer .wrapper .bottom .right a {
          text-decoration: none;
          display: inline-block;
          margin-right: 45px;
          font-family: "Montserrat";
          font-size: 14px;
          text-transform: uppercase;
          color: #949aa1;
          font-weight: 600; }
          footer .wrapper .bottom .right a:last-child {
            margin-right: 0; }
    footer .wrapper.top {
      padding-bottom: 30px; }
  footer .world {
    display: inline-block;
    cursor: pointer;
    padding: 27px 28px 0 0;
    height: 75px;
    vertical-align: top; }
    footer .world :first-child {
      margin-right: 10px; }
    footer .world .country-selected {
      font-family: "Montserrat";
      font-weight: bold;
      font-size: 11px;
      text-transform: uppercase;
      color: #7b828b;
      letter-spacing: 1px; }
    footer .world .drop {
      color: #7b828b;
      float: right;
      margin-top: 4px;
      margin-left: 3px; }
    footer .world.grey {
      background: #e5eaee; }

.layout {
  margin-top: 75px; }
  .layout.home .block-full {
    width: 100%; }
    .layout.home .block-full.banners-block, .layout.home .block-full.homeGreyBG {
      background: #e8eef4;
      padding-top: 50px;
      padding-bottom: 50px; }
  .layout.home .wrapper-home {
    width: 1555px;
    margin: 0 auto; }
    .layout.home .wrapper-home .block-2, .layout.home .wrapper-home .block-4, .layout.home .wrapper-home .block-6 {
      float: left; }
    .layout.home .wrapper-home .block-5, .layout.home .wrapper-home .block-3, .layout.home .wrapper-home .block-7 {
      float: right; }
    .layout.home .wrapper-home .block-2, .layout.home .wrapper-home .block-5 {
      width: 39%; }
    .layout.home .wrapper-home .block-3, .layout.home .wrapper-home .block-4 {
      width: 61%; }
    .layout.home .wrapper-home .block-6, .layout.home .wrapper-home .block-7 {
      width: 50%; }
  .layout.home .contact-home {
    padding-top: 80px;
    clear: both;
    background: #f5f8fb; }
    .layout.home .contact-home .top {
      margin-bottom: 40px;
      text-align: center; }
      .layout.home .contact-home .top h3 {
        font-family: "Montserrat";
        font-size: 44px;
        color: #4d445d;
        letter-spacing: 1px;
        font-weight: 400;
        margin: 0 0 10px 0; }
      .layout.home .contact-home .top .item {
        cursor: pointer;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-family: "Montserrat";
        font-size: 18px;
        color: #3e3650;
        letter-spacing: 1px;
        max-width: 222px; }
        .layout.home .contact-home .top .item img {
          margin-bottom: 15px;
          min-width: 100px;
          min-height: 100px; }
        .layout.home .contact-home .top .item .item-title {
          line-height: 33px; }
    .layout.home .contact-home .bottom {
      background: #f5f8fb;
      padding: 60px 0 60px 0; }
      .layout.home .contact-home .bottom .home-forms .home-form {
        display: none;
        max-width: 928px;
        margin: 0 auto; }
        .layout.home .contact-home .bottom .home-forms .home-form:first-child {
          display: block; }
        .layout.home .contact-home .bottom .home-forms .home-form .ipWidget-DynamicForm {
          margin-bottom: 40px !important; }
        .layout.home .contact-home .bottom .home-forms .home-form .block {
          padding: 0; }
  .layout.school .wrapper-school {
    width: 1120px;
    margin: 0 auto; }
    .layout.school .wrapper-school .block-0 {
      width: 220px;
      height: 220px;
      margin: 0 auto; }
    .layout.school .wrapper-school .block-2, .layout.school .wrapper-school .block-4, .layout.school .wrapper-school .block-7 {
      float: left; }
    .layout.school .wrapper-school .block-3 {
      float: right; }
    .layout.school .wrapper-school .block-2, .layout.school .wrapper-school .block-3, .layout.school .wrapper-school .block-7 {
      width: 50%; }
    .layout.school .wrapper-school .block-4 {
      width: 100%; }
    .layout.school .wrapper-school .block-5, .layout.school .wrapper-school .block-6 {
      float: left;
      width: 25%; }
    .layout.school .wrapper-school .ipWidget-Text {
      margin: 45px auto 90px; }
    .layout.school .wrapper-school .intro {
      padding-top: 100px;
      margin-bottom: 135px; }
      .layout.school .wrapper-school .intro * {
        font-family: Montserrat;
        color: #3e3650;
        font-size: 24px;
        line-height: 38px;
        font-weight: 600;
        max-width: 620px;
        margin: 0 auto;
        text-align: center; }
  .layout.school .block-full {
    width: 100%; }
    .layout.school .block-full.banners-block {
      background: #e8eef4;
      padding-top: 50px;
      padding-bottom: 50px;
      margin-top: 90px; }
      .layout.school .block-full.banners-block .wrapper-school {
        width: 1040px; }
  .layout.school .contact-home {
    padding-top: 80px;
    clear: both;
    background: #f5f8fb; }
  .layout.evocacion .banner {
    background: url("../img/banner-evocacion-header.png") no-repeat center center;
    height: 600px; }
    .layout.evocacion .banner h3 {
      font-size: 30px;
      color: #3e3650;
      max-width: 360px;
      margin: 0 auto;
      padding-top: 250px;
      text-align: center; }
    .layout.evocacion .banner .btn {
      background: #fe576b;
      margin: 100px auto 0;
      width: 160px;
      text-align: center; }
      .layout.evocacion .banner .btn a {
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none; }
  .layout.evocacion .wrapper-evocacion {
    width: 1200px;
    margin: 0 auto 60px; }
  .layout.evocacion .block-full {
    width: 100%; }
  .layout.menu {
    background: #e8eef4;
    padding-bottom: 70px; }
    .layout.menu .wrapper {
      max-width: 1106px;
      margin: 0 auto 0 auto;
      padding-top: 46px; }
      .layout.menu .wrapper .ipBlock {
        height: 100%; }
        .layout.menu .wrapper .ipBlock .ipWidget-MenuItem {
          height: 100%; }
      .layout.menu .wrapper .block {
        background: #fff;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-top: 5px;
        overflow: hidden; }
        .layout.menu .wrapper .block.transparent {
          background: transparent; }
      .layout.menu .wrapper .block-1 {
        position: relative;
        width: 541px;
        height: 603px;
        padding-top: 27px; }
        .layout.menu .wrapper .block-1 .number {
          font-size: 12px;
          color: #ebebeb;
          font-family: 'Montserrat';
          font-weight: 800;
          padding-left: 28px; }
        .layout.menu .wrapper .block-1 .menu-icon {
          float: right;
          margin-top: -17px;
          margin-right: 37px; }
        .layout.menu .wrapper .block-1 .title-menu, .layout.menu .wrapper .block-1 .title-menu-v2 {
          font-size: 17px;
          font-family: "Montserrat";
          color: #3e3650;
          display: block;
          margin-bottom: 20px;
          padding-left: 28px;
          margin-top: 20px; }
        .layout.menu .wrapper .block-1 .education-menu {
          padding-left: 28px;
          margin-bottom: 30px; }
          .layout.menu .wrapper .block-1 .education-menu a {
            text-decoration: none; }
          .layout.menu .wrapper .block-1 .education-menu .level-1-title {
            text-transform: uppercase;
            font-size: 14px;
            color: #000;
            font-family: "Montserrat";
            margin-bottom: 20px;
            display: block; }
          .layout.menu .wrapper .block-1 .education-menu li {
            list-style: none; }
          .layout.menu .wrapper .block-1 .education-menu .level2 {
            padding: 0; }
            .layout.menu .wrapper .block-1 .education-menu .level2 li {
              display: inline-block;
              vertical-align: top;
              max-width: 156px;
              margin-right: 24px; }
              .layout.menu .wrapper .block-1 .education-menu .level2 li a {
                font-size: 12px;
                font-family: "Montserrat";
                color: #858b94;
                display: block;
                margin-bottom: 10px; }
              .layout.menu .wrapper .block-1 .education-menu .level2 li.list-block {
                display: block; }
              .layout.menu .wrapper .block-1 .education-menu .level2 li:last-child {
                margin-right: 0; }
          .layout.menu .wrapper .block-1 .education-menu.level-inline {
            display: inline-block;
            vertical-align: top;
            width: 170px; }
          .layout.menu .wrapper .block-1 .education-menu.last {
            display: block;
            margin-top: -83px;
            margin-left: 187px; }
        .layout.menu .wrapper .block-1 .button-wrapper {
          text-transform: uppercase;
          padding-left: 12px;
          position: absolute;
          bottom: 82px;
          right: 32px; }
          .layout.menu .wrapper .block-1 .button-wrapper a {
            padding: 15px 38px !important; }
      .layout.menu .wrapper .block-1-1 {
        width: 541px;
        height: 289px;
        margin-top: 20px; }
      .layout.menu .wrapper .block-2 {
        height: 289px;
        width: 262px;
        display: inline-block;
        margin-right: 8px; }
      .layout.menu .wrapper .block-3, .layout.menu .wrapper .block-4 {
        height: 136px;
        width: 262px;
        margin-left: 8px; }
      .layout.menu .wrapper .block-3 {
        margin-bottom: 17px; }
      .layout.menu .wrapper .block-5 {
        height: 289px;
        width: 542px;
        margin-right: 8px; }
      .layout.menu .wrapper .block-6, .layout.menu .wrapper .block-7, .layout.menu .wrapper .block-8 {
        height: 213px;
        width: 355px; }
      .layout.menu .wrapper .block-7 {
        margin-left: 16px;
        margin-right: 16px; }
      .layout.menu .wrapper .bottom-items {
        clear: both; }
        .layout.menu .wrapper .bottom-items .block {
          display: inline-block; }
      .layout.menu .wrapper .left-items {
        float: left; }
      .layout.menu .wrapper .right-items {
        float: right; }
        .layout.menu .wrapper .right-items .right {
          float: right;
          display: inline-block;
          vertical-align: top;
          width: 262px;
          margin-right: 15px; }
    .layout.menu .follow-search {
      vertical-align: top;
      padding-top: 23px;
      padding-left: 31px; }
      .layout.menu .follow-search .follow-search-text {
        font-family: "Montserrat";
        font-weight: 400;
        font-size: 15px;
        color: #3e3650;
        letter-spacing: 1px; }
      .layout.menu .follow-search .social-menu {
        margin-bottom: 40px; }
        .layout.menu .follow-search .social-menu ul {
          list-style-type: none;
          padding: 0;
          margin-top: 30px; }
          .layout.menu .follow-search .social-menu ul li {
            padding: 0;
            display: inline-block;
            margin-right: 60px;
            height: 20px; }
            .layout.menu .follow-search .social-menu ul li:last-child {
              margin-right: 0; }
            .layout.menu .follow-search .social-menu ul li a img {
              max-height: 20px;
              height: 100%; }
      .layout.menu .follow-search .search-form {
        position: relative; }
        .layout.menu .follow-search .search-form input {
          margin-top: 10px;
          border-radius: 8px;
          background: #fff;
          border: none;
          color: #39346b;
          font-size: 14px;
          letter-spacing: 1px;
          font-family: "Montserrat";
          height: 45px;
          width: 348px;
          padding-left: 10px;
          padding-right: 30px; }
        .layout.menu .follow-search .search-form img {
          position: absolute;
          right: 23px;
          top: 23px;
          cursor: pointer;
          padding-bottom: 8px; }
    .layout.menu.teachers .block-1, .layout.menu.live-edu .block-1 {
      width: 541px;
      height: 289px; }
    .layout.menu.teachers .block-3, .layout.menu.live-edu .block-3 {
      height: 289px;
      width: 262px;
      display: inline-block;
      margin-right: 8px; }
    .layout.menu.live-edu .block-2, .layout.menu.live-edu .block-3 {
      width: 541px;
      height: 289px;
      display: block; }
    .layout.menu.live-edu .block-2 {
      margin-left: 8px; }
  .layout.digital {
    background: #e5eaee;
    overflow-x: hidden; }
    .layout.digital .block-1 {
      width: 100%; }
    .layout.digital .blocks {
      background: #e5eaee;
      padding: 75px 0 100px;
      margin: 0 auto;
      width: 1180px; }
      .layout.digital .blocks .block-1, .layout.digital .blocks .block-2 {
        width: 100%;
        padding-bottom: 20px; }
        .layout.digital .blocks .block-1 .small-title, .layout.digital .blocks .block-2 .small-title {
          font-size: 18px; }
      .layout.digital .blocks .block-1 {
        width: 70%;
        margin: 0 auto; }
      .layout.digital .blocks .block-3 {
        display: inline-block;
        width: 67%;
        float: left;
        padding-right: 20px;
        padding-bottom: 20px; }
      .layout.digital .blocks .right {
        display: inline-block;
        width: 33%; }
      .layout.digital .blocks .block-4, .layout.digital .blocks .block-5 {
        padding-bottom: 20px; }
      .layout.digital .blocks .block-6, .layout.digital .blocks .block-7 {
        display: inline-block;
        width: 50%; }
      .layout.digital .blocks .block-6 {
        padding-right: 10px;
        float: left; }
      .layout.digital .blocks .block-7 {
        padding-left: 10px; }
  .layout.digital-contents-common .block-2-digital-contents-common, .layout.digital-contents-common .block-5-digital-contents-common {
    height: 260px;
    text-align: center;
    background: #e5eaee;
    padding-top: 70px; }
  .layout.digital-contents-common .block-3-digital-contents-common .ipWidget-TMColumns ._container {
    margin: 0; }
  .layout.digital-contents-common .block-5-digital-contents-common {
    height: 652px;
    padding-top: 55px;
    padding-bottom: 88px; }
    .layout.digital-contents-common .block-5-digital-contents-common .wrapper {
      width: 1180px;
      margin: 0 auto; }
  .layout.projects {
    background: #e8eef4; }
    .layout.projects .wrapper-projects {
      max-width: 1210px;
      margin: 0 auto; }
      .layout.projects .wrapper-projects .ipWidget-Image a, .layout.projects .wrapper-projects .ipWidget-Image img {
        margin: 0 auto !important;
        display: block; }
  .layout.project .project-header {
    height: 599px;
    background-repeat: no-repeat;
    background-position: center center; }
  .layout.project .project-top {
    padding-top: 1px;
    padding-bottom: 45px;
    background: #e5eaee;
    text-align: center;
    padding-top: 100px; }
    .layout.project .project-top .level {
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #a248fe;
      font-family: 'Montserrat';
      font-weight: 800;
      display: block;
      font-size: 12px; }
    .layout.project .project-top .logo {
      margin-top: 78px;
      margin-bottom: 90px; }
      .layout.project .project-top .logo img {
        min-height: 100px;
        min-width: 100px; }
    .layout.project .project-top .text {
      text-align: center;
      width: 880px;
      margin: 0 auto 65px auto; }
    .layout.project .project-top .links {
      margin: 0 auto;
      max-width: 750px;
      text-align: center; }
      .layout.project .project-top .links a {
        text-decoration: none;
        color: #3e3650;
        font-family: 'Montserrat';
        margin-right: 30px;
        letter-spacing: 1px; }
        .layout.project .project-top .links a img {
          margin-right: 9px; }
      .layout.project .project-top .links .item {
        display: inline-block;
        margin-right: 22px;
        margin-left: 22px;
        min-width: 73px;
        text-align: center;
        vertical-align: top; }
        .layout.project .project-top .links .item .icon img {
          margin: 0 auto; }
        .layout.project .project-top .links .item .name {
          font-family: "Archivo Black";
          font-size: 11px;
          color: #80718f;
          margin: 10px auto 0;
          max-width: 55px; }
        .layout.project .project-top .links .item:last-of-type {
          margin-right: 0; }
  .layout.project .project-video {
    min-height: 600px;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .layout.project .project-video .layer-video {
      opacity: 0.8;
      position: absolute;
      z-index: 1;
      background: #616c74;
      width: 100%;
      height: 100%;
      padding-top: 200px; }
      .layout.project .project-video .layer-video .close-video {
        position: absolute;
        right: 18px;
        top: 8px;
        cursor: pointer;
        display: none; }
      .layout.project .project-video .layer-video .title {
        font-family: 'Montserrat';
        font-size: 23px;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase; }
      .layout.project .project-video .layer-video .img-video-project-play {
        position: absolute;
        z-index: 1;
        cursor: pointer;
        margin-top: 40px; }
    .layout.project .project-video .img-video-project {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      max-width: 100%; }
  .layout.project .project-manifest {
    min-height: 800px;
    padding-top: 113px;
    padding-left: 466px;
    padding-right: 135px;
    padding-bottom: 290px;
    background-size: cover !important; }
    .layout.project .project-manifest .title-manifest-wrapper {
      margin-bottom: 40px; }
  .layout.project .project-materials {
    padding: 90px 0 90px 52px;
    background: #e5eaee; }
    .layout.project .project-materials .materials-title {
      width: 250px; }
      .layout.project .project-materials .materials-title.title-right {
        margin-left: 417px; }
      .layout.project .project-materials .materials-title .section_materials-title {
        font-family: 'Montserrat';
        font-size: 36px;
        letter-spacing: 1px;
        line-height: 37px;
        color: #3e3650;
        font-weight: 400; }
    .layout.project .project-materials .project-materials-block {
      width: 1100px;
      margin-left: 400px; }
  .layout.project .project-menu {
    position: fixed;
    left: 47px;
    background: #fff;
    padding: 50px 32px 47px 31px;
    border: 1px solid #f4f7f9;
    top: 195px;
    z-index: 6;
    width: auto;
    max-width: 240px; }
    .layout.project .project-menu.project-menu-levels {
      max-width: 318px;
      width: 318px;
      padding: 50px 29px 10px 29px;
      left: 77px; }
      .layout.project .project-menu.project-menu-levels .menu-item {
        border-top: none;
        cursor: pointer;
        padding: 5px 0;
        background: url("../img/menu-line.png") no-repeat right center; }
      .layout.project .project-menu.project-menu-levels .level-projects {
        border-bottom: 1px solid #f4f7f9;
        padding-bottom: 7px;
        margin-bottom: 10px; }
        .layout.project .project-menu.project-menu-levels .level-projects:last-child {
          border-bottom: 0; }
        .layout.project .project-menu.project-menu-levels .level-projects.close .pro-sec-items {
          display: none; }
        .layout.project .project-menu.project-menu-levels .level-projects.close .menu-item {
          background: url("../img/menu-arrow-blue.png") no-repeat right center; }
      .layout.project .project-menu.project-menu-levels .pro-sec-items a {
        color: #91969e;
        display: block;
        margin-bottom: 5px;
        font-family: "Montserrat";
        font-size: 13px;
        text-decoration: none; }
        .layout.project .project-menu.project-menu-levels .pro-sec-items a.current {
          color: #3e3650; }
      .layout.project .project-menu.project-menu-levels .pro-sec-items:last-child {
        margin-bottom: 0; }
    .layout.project .project-menu .menu-projects-title {
      color: #4d445d;
      font-size: 24px;
      font-family: 'Montserrat';
      font-weight: 400;
      margin-bottom: 15px; }
    .layout.project .project-menu .menu-levels-title {
      color: #aeb3b9;
      font-size: 14px;
      font-family: 'Archivo Black';
      text-transform: uppercase;
      margin-bottom: 10px; }
    .layout.project .project-menu .menu-title {
      font-family: 'Montserrat';
      font-size: 18px;
      color: #4d445d;
      margin-bottom: 25px;
      letter-spacing: 1px; }
    .layout.project .project-menu .menu-item {
      padding-top: 27px;
      padding-right: 20px;
      padding-bottom: 27px;
      padding-left: 0;
      text-transform: uppercase;
      font-family: "Montserrat";
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      display: block;
      color: #3e3650;
      border-top: 1px solid #f4f7f9;
      background: url("../img/menu-arrow-grey.png") no-repeat right center; }
      .layout.project .project-menu .menu-item.open {
        background: url("../img/menu-line.png") no-repeat right center; }
    .layout.project .project-menu .pro-sec-items a {
      color: #7b828b;
      display: block;
      margin-bottom: 15px;
      font-family: "Montserrat";
      font-size: 13px; }
    .layout.project .project-menu .pro-sec-items:last-child {
      margin-bottom: 0; }
    .layout.project .project-menu .pro-sec-items.close {
      display: none; }
  .layout.project .project-methodology {
    background-image: url("../img/methodoligy-bg.png");
    height: 749px;
    padding-top: 80px; }
    .layout.project .project-methodology .methodology-title-text {
      margin-left: 52px;
      margin-bottom: 15px; }
      .layout.project .project-methodology .methodology-title-text.title-right {
        margin-left: 418px; }
      .layout.project .project-methodology .methodology-title-text .section_methodology-title {
        font-family: 'Montserrat';
        font-size: 36px;
        letter-spacing: 2px;
        line-height: 37px;
        color: #fff;
        font-weight: 400; }
    .layout.project .project-methodology .wrapper-methodology {
      max-width: 1285px;
      margin: 0 auto;
      padding-left: 240px; }
  .layout.project .project-apps {
    padding: 130px 0 120px 0; }
    .layout.project .project-apps .wrapper-apps {
      width: 1010px;
      margin: 0 auto; }
      .layout.project .project-apps .wrapper-apps .apps-title {
        font-family: 'Montserrat';
        color: #4d445d;
        text-align: center;
        letter-spacing: 1px; }
        .layout.project .project-apps .wrapper-apps .apps-title.title-right {
          margin-left: 120px; }
        .layout.project .project-apps .wrapper-apps .apps-title .apps-title-bold {
          font-weight: bold; }
  .layout.project .project-related {
    padding: 63px 0 120px 0;
    background: #e5eaee; }
    .layout.project .project-related .related-wrapper {
      max-width: 1210px;
      margin: 0 auto; }
      .layout.project .project-related .related-wrapper.move-right {
        margin-left: 376px; }
  .layout.education .wrapper {
    width: 100%; }
    .layout.education .wrapper .intro {
      height: 150px;
      width: 100%;
      text-align: center;
      background: #e5eaee; }
      .layout.education .wrapper .intro p {
        font-family: "Noto-Serif";
        font-style: italic;
        font-size: 24px;
        color: #3e3350;
        padding-top: 50px; }
        .layout.education .wrapper .intro p:after {
          display: block;
          content: '';
          width: 50%;
          height: 50px;
          border-right: 0.5px solid #3e3350;
          margin-top: 16px; }
  .layout.education-v2 .wrapper .block-1 {
    padding-top: 0; }
    .layout.education-v2 .wrapper .block-1 .left {
      float: left;
      width: 50%;
      height: 100%;
      background: #f7fafd;
      padding-top: 27px;
      position: relative; }
      .layout.education-v2 .wrapper .block-1 .left .title-menu {
        padding-top: 0;
        max-width: 200px;
        font-family: "Montserrat";
        font-size: 17px;
        color: #3e3650;
        font-weight: 600; }
      .layout.education-v2 .wrapper .block-1 .left .section-title {
        color: #acb1b6;
        font-family: "Montserrat";
        font-size: 14px;
        padding-top: 15px;
        padding-left: 28px;
        margin-bottom: 30px;
        font-weight: 600; }
      .layout.education-v2 .wrapper .block-1 .left .education-menu {
        width: 100%; }
        .layout.education-v2 .wrapper .block-1 .left .education-menu li {
          display: inline-block;
          width: 100%;
          padding-right: 12px;
          cursor: pointer; }
          .layout.education-v2 .wrapper .block-1 .left .education-menu li a {
            font-family: "Montserrat";
            font-weight: 800;
            color: #7e848d;
            display: inline-block;
            margin-left: 0;
            transition: margin-left 0.3s; }
          .layout.education-v2 .wrapper .block-1 .left .education-menu li.active a {
            color: #3e3650; }
          .layout.education-v2 .wrapper .block-1 .left .education-menu li.active .icon {
            color: #3e3650; }
          .layout.education-v2 .wrapper .block-1 .left .education-menu li:hover a {
            margin-left: 10px; }
          .layout.education-v2 .wrapper .block-1 .left .education-menu li .icon {
            display: inline-block;
            float: right;
            height: 11px;
            width: 6px;
            color: #d9e0e7;
            margin-right: 12px;
            margin-top: 2px; }
            .layout.education-v2 .wrapper .block-1 .left .education-menu li .icon.plus, .layout.education-v2 .wrapper .block-1 .left .education-menu li .icon.less {
              display: none; }
          .layout.education-v2 .wrapper .block-1 .left .education-menu li .level-mobile {
            display: none; }
      .layout.education-v2 .wrapper .block-1 .left .link {
        color: #acb1b6;
        font-family: "Montserrat";
        font-weight: 600;
        font-size: 14px;
        position: absolute;
        left: 28px;
        bottom: 40px;
        display: inline-block; }
        .layout.education-v2 .wrapper .block-1 .left .link a {
          text-decoration: none;
          color: #7b828b;
          vertical-align: text-bottom; }
        .layout.education-v2 .wrapper .block-1 .left .link .icon {
          display: inline-block;
          margin-left: 10px;
          color: #3e3350;
          cursor: pointer;
          font-size: 14px; }
    .layout.education-v2 .wrapper .block-1 .right {
      float: right;
      width: 50%;
      padding-top: 27px; }
      .layout.education-v2 .wrapper .block-1 .right .title-menu {
        margin-top: 60px;
        max-width: 200px;
        font-family: "Montserrat";
        font-size: 17px;
        color: #3e3650;
        font-weight: 600; }
      .layout.education-v2 .wrapper .block-1 .right .level2 {
        display: none;
        padding-left: 28px;
        max-height: 350px;
        overflow-y: scroll; }
        .layout.education-v2 .wrapper .block-1 .right .level2 li {
          list-style-type: none;
          margin-bottom: 10px; }
          .layout.education-v2 .wrapper .block-1 .right .level2 li a {
            display: block;
            text-decoration: none;
            color: #acb3bc;
            font-family: "Montserrat";
            font-weight: bold;
            line-height: 18px;
            font-size: 12px;
            padding-right: 25px; }
            .layout.education-v2 .wrapper .block-1 .right .level2 li a:hover {
              color: #3e3350; }
        .layout.education-v2 .wrapper .block-1 .right .level2.level2-0 {
          display: block; }
      .layout.education-v2 .wrapper .block-1 .right ::-webkit-scrollbar {
        width: 10px;
        background: #fff; }
      .layout.education-v2 .wrapper .block-1 .right ::-webkit-scrollbar-thumb {
        background: #7b828b;
        border-radius: 10px; }
      .layout.education-v2 .wrapper .block-1 .right .container {
        display: table;
        height: 500px;
        position: absolute;
        overflow: hidden;
        width: 270px; }
        .layout.education-v2 .wrapper .block-1 .right .container .helper {
          #position: absolute;
          /*a variation of an "lte ie7" hack*/
          #top: 50%;
          margin-top: 154px; }
          .layout.education-v2 .wrapper .block-1 .right .container .helper ul {
            #position: relative;
            #top: -50%;
            margin: 0 auto;
            width: 270px; }
  .layout.education-v2 .wrapper .block-5 .ipWidget-SliderBanner .content {
    padding: 50px 60px; }
    .layout.education-v2 .wrapper .block-5 .ipWidget-SliderBanner .content .wrapper {
      padding-top: 0;
      width: 200px; }
  .layout.education-v2 .wrapper .block .ipWidget-MenuItem .number {
    position: absolute;
    left: 20px; }
  .layout.education-v2 .wrapper .menu-esp .block-1 {
    height: 289px;
    background: #ffffff;
    padding-top: 35px;
    padding-left: 25px;
    position: relative; }
    .layout.education-v2 .wrapper .menu-esp .block-1 .title-menu-v2 {
      padding-top: 0;
      font-family: "Montserrat";
      font-size: 17px;
      color: #3e3650;
      font-weight: 600;
      padding-left: 0;
      margin-top: 100px; }
    .layout.education-v2 .wrapper .menu-esp .block-1 .number {
      padding-left: 0; }
    .layout.education-v2 .wrapper .menu-esp .block-1 img {
      position: absolute;
      top: 20px;
      right: 20px; }
    .layout.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp {
      width: 100%;
      column-count: 2;
      padding-left: 0; }
      .layout.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li {
        display: inline-block;
        width: 100%;
        padding-right: 12px;
        cursor: pointer; }
        .layout.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li a {
          font-family: "Montserrat";
          font-weight: 500;
          color: #2e3135;
          display: inline-block;
          margin-left: 0;
          transition: margin-left 0.3s;
          height: 45px;
          text-decoration: none; }
        .layout.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li:hover a {
          margin-left: 10px; }
        .layout.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li .icon {
          display: inline-block;
          float: left;
          height: 11px;
          width: 13px;
          color: #8ddffc;
          margin-right: 12px;
          margin-top: 2px; }
        .layout.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li .level-mobile {
          display: none; }
  .layout.education-v2 .wrapper .menu-esp .middle-items .left-items .block-2, .layout.education-v2 .wrapper .menu-esp .middle-items .left-items .block-3 {
    display: inline-block;
    vertical-align: top;
    height: 289px; }
  .layout.education-v2 .wrapper .menu-esp .middle-items .right-items {
    width: 50%; }
    .layout.education-v2 .wrapper .menu-esp .middle-items .right-items .block-4 {
      width: 542px;
      height: 289px; }
  .layout.education-v2 .wrapper .menu-esp .bottom-items .block-6, .layout.education-v2 .wrapper .menu-esp .bottom-items .block-7 {
    width: 262px; }
  .layout.education-v2 .wrapper .menu-esp .bottom-items .block-8 {
    width: 542px;
    padding-left: 0; }
    .layout.education-v2 .wrapper .menu-esp .bottom-items .block-8 input {
      width: 100%; }
  .layout.education-v2 .wrapper .menu-esp .follow-search {
    padding-top: 50px; }
  .layout.education-v2 .wrapper .menu-esp .back-button {
    margin-top: 30px;
    float: right; }
  .layout.education-v2 .wrapper .menu-esp .ipWidget-MenuItem .menuItem .link .wrapper-item {
    max-width: 100%; }
    .layout.education-v2 .wrapper .menu-esp .ipWidget-MenuItem .menuItem .link .wrapper-item .text-item .title {
      max-width: 90%; }
    .layout.education-v2 .wrapper .menu-esp .ipWidget-MenuItem .menuItem .link .wrapper-item .text-item .subtitle {
      max-width: 93%; }
  .layout.seals {
    padding-bottom: 30px; }
    .layout.seals .wrapper {
      max-width: 90%;
      width: 1200px;
      margin: 0 auto; }
    .layout.seals .ipWidget-Image img {
      margin: 0 auto !important; }
    .layout.seals .ipWidget-Text {
      margin: 0 auto; }
  .layout.list-items {
    background: #e5eaee;
    position: relative; }
    .layout.list-items .block-0-list-items {
      padding-top: 100px;
      text-align: center; }
      .layout.list-items .block-0-list-items img {
        margin: 0 auto; }
    .layout.list-items .block-2-list-items, .layout.list-items .block-1-list-items {
      max-width: 902px;
      margin: 60px auto 0 auto;
      padding-bottom: 100px; }
    .layout.list-items .block-1-list-items {
      margin: 63px auto 0 auto;
      padding-bottom: 0; }
  .layout.contact .contact-menu {
    position: fixed;
    left: 47px;
    background: #fff;
    padding: 43px 35px 0 31px;
    border: 1px solid #f4f7f9;
    top: 130px;
    z-index: 6; }
    .layout.contact .contact-menu.absolute {
      position: absolute;
      top: 100px;
      z-index: 0; }
    .layout.contact .contact-menu .menu-title {
      font-family: 'Montserrat';
      font-size: 24px;
      color: #4d445d;
      margin-bottom: 25px;
      letter-spacing: 1px; }
    .layout.contact .contact-menu ul {
      padding: 0; }
      .layout.contact .contact-menu ul li {
        list-style: none;
        height: 74px;
        position: relative; }
        .layout.contact .contact-menu ul li a {
          text-transform: uppercase;
          font-family: "Montserrat";
          font-weight: 800;
          font-size: 14px;
          text-decoration: none;
          display: block;
          color: #3e3650;
          border-top: 1px solid #f4f7f9;
          padding: 30px 0 25px 0;
          padding-right: 22px;
          min-width: 210px;
          max-width: 230px; }
          .layout.contact .contact-menu ul li a:after {
            position: absolute;
            height: inherit;
            background: #e5eaee;
            z-index: 0;
            content: '';
            width: 128%;
            left: -54px;
            top: 2px;
            background: url("../img/menu-arrow-grey.png") no-repeat right 0px center; }
        .layout.contact .contact-menu ul li.active {
          width: 101%; }
          .layout.contact .contact-menu ul li.active a {
            position: absolute;
            z-index: 2;
            width: 100%;
            padding-right: 0; }
          .layout.contact .contact-menu ul li.active:after {
            position: absolute;
            height: inherit;
            background: #e5eaee;
            z-index: 1;
            content: '';
            width: 128%;
            left: -31px;
            top: 0; }
  .layout.contact .contact-block-rwd {
    display: none; }
  .layout.contact .contact-data-blocks {
    width: 775px;
    margin: 0 auto; }
    .layout.contact .contact-data-blocks .contact-item {
      display: inline-block;
      width: 380px; }
      .layout.contact .contact-data-blocks .contact-item.last {
        margin-left: 10px; }
  .layout.contact .contact-block-0, .layout.contact .contact-block {
    max-width: 950px;
    margin: 0 auto; }
  .layout.contact .contact-block-0 {
    text-align: center; }
  .layout.contact .contact-block-form-dist {
    width: 770px;
    margin: 0 auto; }
  .layout.contact .ipWidget-DynamicForm .dynamicForm_wrapper {
    max-width: 100%; }
  .layout.layout-wrapper .wrapper {
    width: 100%;
    background: #ffffff;
    text-align: center; }
    .layout.layout-wrapper .wrapper .layout-section {
      color: #70c3f5;
      font-family: "Montserrat";
      font-size: 14px;
      font-weight: bold;
      padding-top: 5%;
      text-transform: uppercase; }
    .layout.layout-wrapper .wrapper .layout-title {
      color: #3e3650;
      font-family: "Montserrat";
      font-size: 33px;
      padding-top: 3%;
      width: 70%;
      max-width: 950px;
      margin: 0 auto; }
    .layout.layout-wrapper .wrapper .layout-text {
      color: #7b828b;
      font-family: "Montserrat";
      font-size: 21px;
      width: 70%;
      max-width: 950px;
      margin: 0 auto;
      line-height: 45px;
      padding-top: 2%;
      padding-bottom: 1%; }
  .layout.news-inner {
    width: 80%;
    margin: 0 auto; }
    .layout.news-inner .wrapper {
      width: 100%;
      margin: 0 auto;
      text-align: left; }
      .layout.news-inner .wrapper .top {
        padding-top: 10%;
        width: 80%; }
        .layout.news-inner .wrapper .top a {
          text-transform: uppercase;
          text-decoration: none;
          color: #3e3650;
          font-family: "Montserrat";
          font-size: 12px;
          font-weight: bold;
          vertical-align: middle; }
          .layout.news-inner .wrapper .top a img {
            margin-right: 10px;
            transform: rotate(180deg); }
        .layout.news-inner .wrapper .top .share {
          float: right; }
      .layout.news-inner .wrapper .layout-section {
        padding-top: 3%; }
      .layout.news-inner .wrapper .news-title {
        color: #3e3650;
        font-family: "Montserrat";
        font-size: 36px;
        padding-top: 3%;
        width: 100%; }
      .layout.news-inner .wrapper .news-subtitle {
        color: #7b828b;
        font-family: "Montserrat";
        font-size: 24px;
        padding-top: 3%;
        width: 100%; }
      .layout.news-inner .wrapper .news-location {
        display: inline-block;
        color: #3e3650;
        font-family: "Noto Serif";
        font-style: italic;
        font-weight: bold;
        font-size: 14px;
        padding-top: 2%; }
      .layout.news-inner .wrapper .news-date {
        display: inline-block;
        color: #7b828b;
        font-family: "Noto Serif";
        font-style: italic;
        font-size: 14px; }
      .layout.news-inner .wrapper .news-text {
        color: #7b828b;
        font-family: "Montserrat";
        font-size: 14px;
        padding-top: 3%;
        line-height: 25px;
        max-width: 90%; }
      .layout.news-inner .wrapper .news-quote {
        color: #3e3650;
        font-family: "Montserrat";
        font-size: 18px;
        padding-top: 3%;
        line-height: 35px;
        max-width: 50%;
        margin: 0 auto; }
        .layout.news-inner .wrapper .news-quote:before {
          content: '____';
          color: #3e3350;
          display: block; }
      .layout.news-inner .wrapper .news-media {
        padding-top: 3%;
        text-align: center; }
      .layout.news-inner .wrapper .event-text {
        color: #7b828b;
        font-family: "Montserrat";
        font-size: 21px;
        padding-top: 3%;
        line-height: 25px;
        max-width: 90%; }
      .layout.news-inner .wrapper .event-mail {
        color: #39346b;
        font-family: "Montserrat";
        font-size: 21px;
        padding-top: 3%;
        line-height: 25px;
        max-width: 90%; }
        .layout.news-inner .wrapper .event-mail a {
          text-decoration: none;
          color: #39346b;
          font-family: "Montserrat";
          font-size: 21px;
          line-height: 25px; }
      .layout.news-inner .wrapper .event-name {
        color: #3e3650;
        font-family: "Montserrat";
        font-weight: bold;
        font-size: 18px;
        padding-top: 10px;
        line-height: 25px;
        max-width: 90%; }
      .layout.news-inner .wrapper .event-partner {
        color: #7b828b;
        font-family: "Montserrat";
        font-size: 18px;
        padding-top: 5px;
        line-height: 25px;
        max-width: 90%; }
      .layout.news-inner .wrapper .event-participate {
        color: #3e3650;
        font-family: "Noto Serif";
        font-style: italic;
        font-size: 24px;
        padding-top: 25px;
        line-height: 25px;
        max-width: 90%; }
      .layout.news-inner .wrapper .event-inner-info {
        padding-top: 100px; }
        .layout.news-inner .wrapper .event-inner-info .left {
          width: auto;
          float: left;
          display: inline-block;
          color: #3e3650;
          font-family: Montserrat;
          font-weight: bold;
          border-right: 2px solid #e1e1e1;
          padding-right: 70px; }
          .layout.news-inner .wrapper .event-inner-info .left .week-day {
            font-weight: normal;
            font-size: 24px; }
          .layout.news-inner .wrapper .event-inner-info .left .day {
            font-size: 48px; }
          .layout.news-inner .wrapper .event-inner-info .left .month {
            font-family: "Noto Serif";
            font-style: italic;
            font-weight: normal;
            font-size: 32px; }
          .layout.news-inner .wrapper .event-inner-info .left .hour {
            font-size: 36px; }
        .layout.news-inner .wrapper .event-inner-info .right {
          display: inline-block; }
          .layout.news-inner .wrapper .event-inner-info .right .location {
            padding-top: 10px; }
            .layout.news-inner .wrapper .event-inner-info .right .location img {
              display: inline-block;
              margin-bottom: 70px;
              margin-left: 40px;
              margin-top: 10px;
              vertical-align: top; }
            .layout.news-inner .wrapper .event-inner-info .right .location .text {
              padding-top: 0;
              display: inline-block;
              margin-left: 15px;
              font-family: Montserrat;
              font-size: 21px;
              color: #7b828b;
              line-height: 40px;
              max-width: 200px; }
          .layout.news-inner .wrapper .event-inner-info .right a {
            display: block;
            text-transform: uppercase;
            font-family: Montserrat;
            font-size: 14px;
            font-weight: bold;
            color: #39346b;
            margin-top: 10px;
            margin-left: 72px; }
        .layout.news-inner .wrapper .event-inner-info .text {
          padding-top: 80px; }
      .layout.news-inner .wrapper .event-inner-contact .left, .layout.news-inner .wrapper .event-inner-participate .left {
        width: 50%;
        float: left;
        display: inline-block; }
      .layout.news-inner .wrapper .event-inner-contact .right, .layout.news-inner .wrapper .event-inner-participate .right {
        width: 50%;
        display: inline-block; }
    .layout.news-inner .layer .share-news {
      width: 50%;
      height: 600px;
      background: #ffffff;
      margin: 0 auto;
      margin-top: 10%;
      text-align: center;
      font-family: Montserrat;
      position: relative; }
      .layout.news-inner .layer .share-news .title {
        font-size: 30px;
        color: #29223a;
        padding-top: 100px; }
      .layout.news-inner .layer .share-news .subtitle {
        font-size: 18px;
        color: #7b828b;
        padding-top: 20px;
        max-width: 80%;
        margin: 0 auto;
        line-height: 40px; }
      .layout.news-inner .layer .share-news ul {
        padding: 0;
        margin: 40px 0;
        list-style-type: none; }
        .layout.news-inner .layer .share-news ul li {
          padding-left: 0;
          margin-right: 65px;
          display: inline-block;
          cursor: pointer; }
          .layout.news-inner .layer .share-news ul li:last-child {
            margin-right: 0; }
      .layout.news-inner .layer .share-news .form {
        position: relative; }
        .layout.news-inner .layer .share-news .form input {
          width: 80%;
          margin: 0 auto;
          border-radius: 5px;
          color: #e3e4e6;
          height: 50px;
          padding-left: 50px;
          border: 1px solid #e3e4e6;
          background: url("../img/mail-icon.png") no-repeat 2% 45%; }
      .layout.news-inner .layer .share-news .button-wrapper {
        margin-top: 40px;
        padding: 0;
        border: none;
        color: #39346b;
        text-transform: uppercase; }
        .layout.news-inner .layer .share-news .button-wrapper a {
          color: #39346b;
          background: #2ffbfe;
          text-decoration: none;
          padding: 20px 35px;
          border-radius: 10px;
          text-align: center;
          font-family: Montserrat;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 1px; }
      .layout.news-inner .layer .share-news .close {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer; }
    .layout.news-inner .inscription {
      width: 100%;
      background: #fafbfc; }
  .layout.legal .block-0 {
    max-width: 790px;
    margin: 0 auto;
    padding-top: 140px;
    font-family: "Montserrat";
    font-weight: 400; }
  .layout.teachers .wrapper .block-1 {
    padding-top: 0; }
  .layout.av .av-block-1 .ipWidget-TMColumns ._container {
    margin: 0 0; }

.title {
  font-family: 'Montserrat';
  font-size: 44px;
  line-height: 45px; }

.subtitle {
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px; }

.ipWidget {
  margin-bottom: 0 !important; }

.layer {
  margin-left: -10000px;
  width: 100%;
  height: 100%;
  background-color: rgba(96, 89, 111, 0.7);
  transition: opacity 2s;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  .layer .close-video {
    position: absolute;
    top: 75px;
    right: 44px;
    cursor: pointer; }

.embedded-video, .embedded-video-project {
  position: absolute;
  z-index: 5;
  display: none;
  width: 68%;
  right: 0;
  left: 0 !important;
  margin: 0 auto; }

.embedded-video-project {
  z-index: 2; }

.embedded-video.news {
  top: 118px; }

.bulletin {
  height: 521px;
  background: #f4f7f9;
  padding: 86px 0 89px 0; }
  .bulletin .bulletin-block {
    max-width: 550px;
    margin: 0 auto; }

.material {
  font-family: "Montserrat";
  background: #f4f7f9; }
  .material section.finder {
    height: 550px;
    background: url("../img/header-c.jpg") no-repeat center bottom;
    background-size: cover;
    color: #fff;
    position: relative; }
    .material section.finder .wrapper {
      width: 930px;
      margin: 0 auto;
      padding-top: 87px; }
    .material section.finder h3 {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .material section.finder h4 {
      text-align: center;
      font-size: 28px;
      font-weight: 500;
      line-height: 34px;
      margin-top: 64px;
      margin-bottom: 66px; }
    .material section.finder .input {
      position: relative; }
      .material section.finder .input img {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer; }
    .material section.finder input[type="text"] {
      border: 1px solid #fff;
      border-radius: 4px;
      display: block;
      width: 100%;
      font-size: 16px;
      background: transparent;
      padding: 20px 25px;
      color: #fff; }
      .material section.finder input[type="text"]::placeholder {
        color: #fff; }
      .material section.finder input[type="text"]:focus {
        outline: none; }
    .material section.finder .look-2 {
      display: none; }
    .material section.finder .info {
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      margin-top: 69px; }
      .material section.finder .info * {
        font-size: 18px; }
      .material section.finder .info img {
        margin-top: 10px;
        animation: iterate 1.5s infinite; }
  .material article {
    width: 1500px;
    margin: 0 auto; }
    .material article .sleft,
    .material article .sright {
      width: 50%;
      float: left;
      padding-top: 50px;
      padding-bottom: 20px;
      font-size: 12px; }
      .material article .sleft a,
      .material article .sright a {
        text-decoration: none;
        color: #39346b;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: bolder; }
    .material article .sright {
      text-align: right; }
    .material article .wrapper-top {
      padding: 0 160px; }
    .material article .wrapper {
      padding: 55px 160px 160px; }
      .material article .wrapper .side-left,
      .material article .wrapper .side-right {
        min-height: 800px; }
      .material article .wrapper .side-left {
        float: left;
        width: 50%;
        background: #ebeff2;
        padding: 60px 40px 90px 80px; }
        .material article .wrapper .side-left .top {
          float: left;
          width: 50%; }
          .material article .wrapper .side-left .top span {
            color: #39346b;
            font-size: 14px;
            font-weight: bold; }
          .material article .wrapper .side-left .top.right {
            font-size: 18px;
            color: #67d0fd;
            text-align: right; }
        .material article .wrapper .side-left h3 {
          padding-top: 130px;
          font-size: 30px;
          color: #39346b;
          font-weight: normal;
          letter-spacing: 1px;
          margin-bottom: 10px; }
        .material article .wrapper .side-left .methods {
          font-size: 18px;
          color: #67d0fd;
          padding-right: 100px;
          margin-bottom: 46px; }
          .material article .wrapper .side-left .methods.first {
            margin-bottom: 10px; }
          .material article .wrapper .side-left .methods span {
            color: #77747c;
            text-transform: uppercase; }
        .material article .wrapper .side-left .text {
          padding-right: 70px;
          color: #7c8189;
          font-size: 16px;
          line-height: 30px; }
        .material article .wrapper .side-left .language {
          font-size: 14px;
          color: #7c8189;
          line-height: 22px; }
          .material article .wrapper .side-left .language span {
            color: #39346b;
            font-size: 14px;
            font-weight: bold; }
        .material article .wrapper .side-left .extra {
          padding-top: 40px;
          padding-bottom: 40px; }
          .material article .wrapper .side-left .extra .downloads-catalogue-spain {
            text-transform: uppercase;
            color: #66ccff;
            font-size: 15px;
            font-family: 'Montserrat';
            font-weight: 500;
            text-decoration: none;
            display: inline-block;
            max-width: 150px;
            line-height: 18px;
            margin-bottom: 16px; }
            .material article .wrapper .side-left .extra .downloads-catalogue-spain.demo {
              margin-right: 65px; }
            .material article .wrapper .side-left .extra .downloads-catalogue-spain img {
              display: block;
              float: left;
              margin-right: 12px;
              margin-top: 2px; }
          .material article .wrapper .side-left .extra .format-ico {
            float: left;
            width: 45px;
            height: 45px;
            margin-right: 15px; }
            .material article .wrapper .side-left .extra .format-ico.last {
              margin-right: 37px; }
          .material article .wrapper .side-left .extra .ico1 {
            float: left;
            width: 45px;
            height: 45px;
            margin-right: 37px;
            background: url("../img/cicon1.png") no-repeat center center; }
          .material article .wrapper .side-left .extra .ico2 {
            float: left;
            width: 45px;
            height: 45px;
            margin-right: 37px;
            background: url("../img/cicon2.png") no-repeat center center; }
          .material article .wrapper .side-left .extra .clearfix {
            padding: 30px; }
          .material article .wrapper .side-left .extra .authors {
            font-size: 14px;
            color: #7c8189;
            line-height: 22px;
            float: left;
            width: 55%; }
            .material article .wrapper .side-left .extra .authors span {
              color: #39346b;
              font-size: 14px;
              font-weight: bold;
              display: block; }
        .material article .wrapper .side-left .extra-button p {
          color: #39346b;
          font-size: 14px;
          margin-bottom: 20px;
          margin-top: 40px; }
        .material article .wrapper .side-left .extra-button a {
          text-decoration: none;
          color: #39346b;
          background: #ffffff;
          padding: 10px; }
        .material article .wrapper .side-left .price, .material article .wrapper .side-left .shop {
          font-size: 12px;
          color: #7c8189;
          border: 1px solid #d0d0d0;
          border-radius: 5px;
          float: left;
          height: 52px;
          padding-right: 19px;
          padding-left: 9px;
          padding-top: 17px;
          min-width: 196px; }
          .material article .wrapper .side-left .price span, .material article .wrapper .side-left .price a, .material article .wrapper .side-left .shop span, .material article .wrapper .side-left .shop a {
            font-size: 30px;
            color: #39346b;
            font-weight: 600;
            float: right;
            margin-top: -13px;
            padding-left: 30px;
            text-decoration: none; }
        .material article .wrapper .side-left .shop {
          min-width: auto;
          text-align: center;
          height: auto;
          padding: 0; }
          .material article .wrapper .side-left .shop a {
            text-transform: uppercase;
            font-size: 12px;
            text-align: center;
            margin-top: 0;
            height: 50px;
            padding: 18px 54px; }
      .material article .wrapper .side-right {
        float: left;
        width: 50%;
        background: #fff;
        position: relative; }
        .material article .wrapper .side-right .index,
        .material article .wrapper .side-right .isbn {
          font-size: 16px;
          color: #39346b;
          letter-spacing: 2px;
          font-weight: bold;
          text-transform: uppercase;
          text-align: center; }
          .material article .wrapper .side-right .index a,
          .material article .wrapper .side-right .isbn a {
            text-decoration: none;
            font-size: 16px;
            color: #39346b;
            letter-spacing: 2px;
            font-weight: bold; }
        .material article .wrapper .side-right .isbn {
          padding-top: 100px; }
        .material article .wrapper .side-right .index {
          transform: rotate(-90deg);
          position: absolute;
          top: 388px;
          left: -351px;
          width: 800px;
          z-index: 3; }
        .material article .wrapper .side-right .book-wrapper {
          height: 600px; }
          .material article .wrapper .side-right .book-wrapper .catalogue {
            position: absolute;
            left: 400px;
            top: 450px;
            z-index: 1; }
          .material article .wrapper .side-right .book-wrapper .book {
            /*-moz-perspective: 100px;
            -moz-transform-style: preserve-3d;
            -webkit-transform-style: preserve-3d;*/
            position: relative;
            -moz-perspective: 100px;
            -moz-transform: rotateY(4deg);
            -webkit-transform: perspective(100) rotateY(4deg);
            outline: 1px solid transparent;
            /* Helps smooth jagged edges in Firefox */
            box-shadow: none;
            margin: 0; }
          .material article .wrapper .side-right .book-wrapper .border {
            position: absolute;
            height: 422px;
            border-left: 6px solid #d6d6d6;
            top: 166px;
            left: 150px;
            transform: perspective(100px) rotateY(-15deg); }
          .material article .wrapper .side-right .book-wrapper .border2 {
            position: absolute;
            top: 513px;
            left: 149px;
            border-left: 3px solid #d2d2d2;
            height: 43px;
            display: none; }
          .material article .wrapper .side-right .book-wrapper .book-shadow {
            position: absolute;
            left: 14px;
            top: 264px;
            width: 35px;
            height: 30px;
            background: url("../img/book-shadow.png") no-repeat left center; }
          .material article .wrapper .side-right .book-wrapper .ribbon {
            background: url("../img/ribbon.png") no-repeat center center;
            position: absolute;
            top: 0;
            left: 0;
            width: 90px;
            height: 30px;
            color: #fff;
            font-size: 11px;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 9px 15px;
            font-width: 500;
            z-index: 1;
            top: 48px;
            left: 25px; }
          .material article .wrapper .side-right .book-wrapper img.frontal {
            max-width: 300px;
            position: relative;
            margin-left: 168px;
            margin-top: 168px; }

.confirm-box .bg {
  background: #000;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000; }
.confirm-box .box {
  position: fixed;
  top: 20%;
  left: 0;
  width: 100%;
  z-index: 10000001; }
  .confirm-box .box .white {
    background: #ffffff;
    padding: 75px 85px 60px;
    width: 530px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-family: Montserrat; }
    .confirm-box .box .white p {
      font-size: 16px; }
    .confirm-box .box .white h3 {
      font-size: 22px; }
    .confirm-box .box .white .close {
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer;
      color: #4b435c; }

.layout.full-wrapper .wrapper {
  width: 1200px;
  margin: 0 auto; }

/*	==========================================================================
	Buttons
	========================================================================== */
.button {
  font-family: 'Montserrat';
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 25px !important;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  letter-spacing: 1px; }
  .button.dark {
    background-color: #39346b;
    color: #fff;
    text-transform: uppercase; }
  .button.transparent {
    background: transparent !important;
    border: 1px solid; }
  .button.orange {
    background-color: #dd6e4d; }
  .button.red {
    background-color: #e05a76; }
  .button.blue {
    background-color: #57ccfe;
    color: #fff; }
  .button:hover {
    box-shadow: none !important;
    text-decoration: none !important; }

.buttons {
  margin-top: 30px; }
  .buttons.buttons-inline .button-wrapper {
    display: inline-block; }
    .buttons.buttons-inline .button-wrapper:first-child {
      margin-right: 20px;
      margin-bottom: 20px; }
  .buttons.buttons-block .button-wrapper {
    display: block; }
    .buttons.buttons-block .button-wrapper:first-child {
      margin-bottom: 20px; }

@media only screen and (min-width: 764px) and (max-width: 1200px) {
  .buttons.buttons-inline .button-wrapper {
    display: block; }
    .buttons.buttons-inline .button-wrapper:last-child {
      margin-top: 40px; } }
/*	==========================================================================
	Text Editor
	========================================================================== */
.digital-contents-text {
  font-family: "Montserrat";
  font-weight: 400;
  color: #79838d;
  font-size: 18px;
  line-height: 37px;
  margin: 0 auto !important;
  width: 42%; }

.digital-contents-claim {
  font-family: "Montserrat";
  font-weight: 900;
  color: #3e3350;
  font-size: 33px;
  line-height: 65px; }

.digital-contents-scroll {
  font-family: "Montserrat";
  font-weight: 400;
  color: #79838d;
  font-size: 12px;
  line-height: 37px; }

.projects-cols {
  font-family: "Montserrat";
  font-weight: 400;
  color: #7b828b;
  font-size: 16px;
  line-height: 30px !important; }

.project-text {
  font-family: "Montserrat";
  font-weight: 400;
  color: #3e3650;
  font-size: 17px;
  line-height: 30px; }

.small-title {
  font-family: "Montserrat";
  font-weight: 400;
  color: #3e3350;
  font-size: 20px;
  line-height: 37px;
  margin-top: 0;
  margin-bottom: 55px; }

.home-form-titles {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  color: #3e3350;
  height: 33px; }

.seal-title {
  color: #2e3135;
  font-family: "Montserrat";
  font-size: 36px; }

.seal-text {
  color: #7b828b;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 35px;
  width: 90%; }

.seal-quote {
  color: #b5bcc4;
  font-family: "Noto Serif";
  font-style: italic;
  font-size: 14px;
  text-align: center; }

.common-title-areas {
  font-family: "Montserrat";
  font-weight: 400;
  color: #4b435c;
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 35px !important; }

.common-text-areas {
  font-family: "Montserrat";
  font-weight: 400;
  color: #3e3650;
  font-size: 16px;
  line-height: 30px !important; }

.contact-claim {
  font-family: "Montserrat";
  font-weight: 900;
  color: #3e3350;
  font-size: 33px;
  line-height: 48px; }

.contact-subtitle {
  font-family: "Montserrat";
  font-weight: 400;
  color: #3e3650;
  font-size: 30px;
  letter-spacing: 2px; }

.contact-dist {
  font-family: "Montserrat";
  font-weight: 800;
  color: #70c3f5;
  font-size: 14px;
  letter-spacing: 3px; }

.contact-dist-form {
  font-family: "Montserrat";
  font-weight: 400;
  color: #70c3f5;
  font-size: 24px;
  letter-spacing: 2px; }

.kids {
  font-family: 'kidsplain';
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 10px; }
  .kids.blue {
    color: #0f8dc7; }
  .kids.green {
    color: #bae539; }
  .kids.orange {
    color: #e08368; }

.schedule-text {
  color: #7b828b;
  font-family: Montserrat;
  font-size: 16px; }

.schedule-hour {
  font-family: Montserrat;
  font-size: 21px;
  color: #3e3650;
  font-weight: bold;
  padding-top: 25px; }

.legal-title-big {
  font-family: "Montserrat";
  color: #2e3136;
  margin-bottom: 30px !important;
  font-size: 28px; }

.legal-title {
  font-family: "Montserrat";
  color: #2e3136;
  margin-bottom: 30px !important;
  font-size: 24px; }

.legal-p {
  font-family: "Montserrat";
  line-height: 24px !important;
  margin-bottom: 30px !important;
  color: #7b828a;
  font-size: 16px; }

.section_manifest-title {
  font-family: "Montserrat";
  color: #4d445d;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.link-news a, .link-events a {
  font-family: Montserrat;
  font-size: 16px;
  text-decoration: none;
  color: #9fffa8; }

.link-news a {
  text-decoration: none;
  color: #73c4f5; }

.link-news-title a, .link-events-title a {
  text-decoration: none;
  color: #73c4f5;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 12px; }
  .link-news-title a:after, .link-events-title a:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 11px;
    background: url("../img/back-arrow.png") no-repeat center center;
    background-size: 100%;
    margin-left: 10px; }

.link-events-title a {
  text-decoration: none;
  color: #9fffa8; }

@media only screen and (max-width: 764px) {
  .small-text {
    font-size: 18px; }

  .digital-contents-claim {
    font-size: 30px;
    line-height: 38px !important;
    padding-top: 80px !important;
    padding-bottom: 50px !important; }

  .digital-contents-text {
    font-size: 16px;
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important; }

  .common-title-areas {
    max-width: 80%;
    margin: 0 auto !important; }
    .common-title-areas span {
      display: block; }

  .common-text-areas {
    width: 80%;
    margin: 0 auto !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important; }

  .contact-claim {
    max-width: 85%;
    margin: 0 auto !important;
    font-size: 30px; }

  .contact-subtitle {
    max-width: 86%;
    margin: 0 auto !important;
    font-size: 26px;
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .projects-cols {
    max-width: 80%;
    margin: 0 auto !important; }

  .contact-dist-form {
    margin-bottom: 25px !important; } }
@media only screen and (min-width: 763px) and (max-width: 1200px) {
  .small-text {
    font-size: 18px; }

  .digital-contents-claim {
    font-size: 30px;
    line-height: 38px !important;
    padding-top: 60px !important;
    padding-bottom: 30px !important; }

  .digital-contents-text {
    font-size: 16px;
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important; }

  .common-title-areas {
    max-width: 80%;
    margin: 0 auto !important; }
    .common-title-areas span {
      display: block; }

  .common-text-areas {
    width: 80%;
    margin: 0 auto !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important; }

  .contact-claim {
    max-width: 85%;
    margin: 0 auto !important;
    font-size: 30px;
    padding-top: 30px !important; }

  .contact-subtitle {
    max-width: 80%;
    margin: 0 auto !important;
    font-size: 26px;
    padding-top: 20px !important;
    padding-bottom: 50px !important; }

  .contact-dist {
    padding-top: 90px !important;
    padding-bottom: 40px !important; }

  .contact-dist-form {
    margin-bottom: 20px !important; } }
/*	==========================================================================
	Cookies 
	========================================================================== */
.cookies {
  background: #e4e6f0;
  width: 100%;
  height: auto;
  padding: 20px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  display: none; }
  .cookies .wrapper {
    width: 1170px;
    margin: 0 auto; }
  .cookies img {
    cursor: pointer;
    width: 10px; }
  .cookies .cookies-text {
    color: #3e3650;
    font-size: 11px;
    font-family: Montserrat;
    line-height: 20px;
    padding-top: 5px;
    padding-right: 20px;
    text-align: left; }
    .cookies .cookies-text p {
      margin: 0;
      display: inline; }
    .cookies .cookies-text strong {
      text-transform: uppercase; }
    .cookies .cookies-text .text-2 {
      display: inline; }
    .cookies .cookies-text a {
      font-weight: bold;
      text-decoration: none;
      color: #505050; }
  .cookies .btn {
    margin-top: 18px;
    text-align: center; }
    .cookies .btn a {
      padding: 9px 23px;
      font-size: 11px;
      border-radius: 5px; }
  .cookies .close-button {
    text-align: right;
    position: absolute;
    right: 50px;
    top: 20px; }

.layer-cookies {
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  display: none; }
  .layer-cookies .cookies {
    position: absolute;
    right: 0;
    left: 0;
    top: 300px;
    max-height: 260px;
    margin: 0 auto 0 auto;
    max-width: 636px;
    padding: 16px 39px 0 39px;
    background: #fff; }
    .layer-cookies .cookies .title {
      font-size: 16px;
      margin-bottom: 12px; }
    .layer-cookies .cookies .cookies-text {
      float: left; }
      .layer-cookies .cookies .cookies-text .text-2 {
        font-weight: 300;
        color: #565757;
        font-size: 16px;
        line-height: 27px;
        width: 488px;
        display: block; }
      .layer-cookies .cookies .cookies-text a {
        text-decoration: underline;
        font-weight: 300; }
    .layer-cookies .cookies .close-button {
      float: right; }
      .layer-cookies .cookies .close-button img {
        width: 16px;
        height: 16px;
        margin-right: -25px; }
      .layer-cookies .cookies .close-button.button {
        float: inherit;
        margin: 0 auto;
        display: block;
        right: 0;
        left: 0;
        color: #ffffff;
        background: #3f3351;
        border-color: #ffffff;
        height: 40px;
        width: 120px;
        text-transform: uppercase;
        bottom: 18px;
        top: auto;
        text-align: center;
        padding: 0; }

@media only screen and (max-width: 764px) {
  .cookies {
    width: 100%;
    height: 115px;
    top: auto;
    bottom: 0;
    border-radius: 0; }
    .cookies .wrapper {
      width: 100%; }
    .cookies img {
      cursor: pointer; }
    .cookies .cookies-text {
      font-size: 11px;
      padding-left: 40px;
      padding-right: 77px;
      line-height: 17px; }
      .cookies .cookies-text p {
        display: inline; }
    .cookies .btn {
      margin-top: 25px; }
    .cookies .close-button {
      right: 20px; }

  .layer-cookies .cookies {
    max-height: inherit;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0; }
    .layer-cookies .cookies .title {
      font-size: 14px; }
    .layer-cookies .cookies .cookies-text {
      padding: 0;
      float: none; }
      .layer-cookies .cookies .cookies-text .text-2 {
        width: 100%;
        font-size: 14px; }
    .layer-cookies .cookies .close-button img {
      margin-top: 0;
      margin-right: 0; }
    .layer-cookies .cookies .close-button.button {
      position: initial;
      margin-top: 20px; } }
@media only screen and (min-width: 763px) and (max-width: 1200px) {
  .cookies {
    width: 100%;
    height: 100px;
    top: auto;
    bottom: 0;
    border-radius: 0; }
    .cookies .wrapper {
      width: 100%; }
    .cookies img {
      cursor: pointer; }
    .cookies .cookies-text {
      font-size: 11px;
      padding-top: 10px;
      padding-right: 60px;
      padding-left: 10%; }
    .cookies .btn {
      margin-top: 25px; }
    .cookies .close-button {
      right: 30px; }

  .layer-cookies .cookies {
    height: 264px; }
    .layer-cookies .cookies .cookies-text {
      padding-left: 0; }
    .layer-cookies .cookies .close-button {
      bottom: 8px !important; }
      .layer-cookies .cookies .close-button img {
        margin-right: -7px; } }
/*	==========================================================================
	Interstitial
	========================================================================== */
.interstitial-modal {
  font-family: Montserrat;
  color: #3e3650;
  width: 1036px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 5px;
  z-index: 1001;
  position: relative;
  padding: 80px 60px; }
  .interstitial-modal .title {
    font-weight: bold;
    font-size: 36px; }
  .interstitial-modal .text {
    font-size: 16px;
    line-height: 34px; }
  .interstitial-modal .btn a {
    text-decoration: none;
    font-family: Noto-Serif;
    font-style: italic;
    font-size: 16px;
    padding: 15px;
    color: #3e3650;
    border: 1px solid #3e3650;
    border-radius: 5px; }
  .interstitial-modal .image {
    border-radius: 5px; }
    .interstitial-modal .image img {
      max-width: 100%; }
  .interstitial-modal .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #bec1c6;
    cursor: pointer;
    z-index: 5; }
  .interstitial-modal .play-button {
    margin: 0 auto;
    cursor: pointer; }
  .interstitial-modal .wrapper-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center; }
  .interstitial-modal.image, .interstitial-modal.video {
    padding: 0;
    width: 675px; }
    .interstitial-modal.image .image, .interstitial-modal.video .image {
      width: 100%;
      border-radius: 5px;
      overflow: hidden; }
      .interstitial-modal.image .image img, .interstitial-modal.video .image img {
        width: 100%;
        max-height: 100%; }
        .interstitial-modal.image .image img.play-button, .interstitial-modal.video .image img.play-button {
          width: auto; }
    .interstitial-modal.image .close-button, .interstitial-modal.video .close-button {
      font-size: 35px;
      top: 5px;
      right: 5px; }
  .interstitial-modal.video {
    text-align: center; }
    .interstitial-modal.video .image {
      position: relative;
      margin-top: 50px; }
    .interstitial-modal.video iframe {
      width: 100%;
      min-height: 310px; }
  .interstitial-modal.text {
    text-align: center; }
    .interstitial-modal.text .text {
      margin-top: 50px; }
    .interstitial-modal.text .btn {
      margin-top: 50px; }
  .interstitial-modal.text-image .left, .interstitial-modal.text-video .left {
    width: 50%;
    float: left; }
  .interstitial-modal.text-image .right, .interstitial-modal.text-video .right {
    width: 50%;
    padding-left: 40px;
    padding-top: 30px;
    float: right; }
    .interstitial-modal.text-image .right .btn, .interstitial-modal.text-video .right .btn {
      margin-top: 40px; }
  .interstitial-modal.text-video .left .image {
    position: relative; }
  .interstitial-modal.text-video .left iframe {
    width: 100%;
    min-height: 310px; }

.interstitial {
  width: 100%;
  z-index: 1000;
  margin-top: 109px;
  padding-top: 100px;
  padding-bottom: 100px; }

.ipWidget-Interstitial {
  overflow: hidden; }
  .ipWidget-Interstitial .background, .ipWidget-Interstitial .interstitial {
    margin-left: -10000px; }

.background-interstitial {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  z-index: 1000;
  position: absolute; }

.interstitial-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }
  .interstitial-container .interstitial {
    margin-top: 0;
    background: none;
    padding-top: 330px; }
  .interstitial-container .background {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    opacity: 0.8; }

@media only screen and (min-width: 764px) and (max-width: 1200px) {
  .interstitial-modal {
    width: 600px;
    padding: 50px 40px; }
    .interstitial-modal .title {
      font-size: 22px; }
    .interstitial-modal .text {
      font-size: 14px;
      line-height: 20px; }
    .interstitial-modal .btn a {
      font-size: 13px;
      padding: 10px; }
    .interstitial-modal .close-button {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 20px;
      color: #bec1c6;
      cursor: pointer;
      z-index: 5; }
    .interstitial-modal.image, .interstitial-modal.video {
      width: 470px; }
      .interstitial-modal.image .close-button, .interstitial-modal.video .close-button {
        top: 15px;
        right: 15px;
        font-size: 20px; }
    .interstitial-modal.text .text {
      margin-top: 7px; }
    .interstitial-modal.text .btn {
      margin-top: 30px; }
    .interstitial-modal.video .play-button, .interstitial-modal.text-video .play-button {
      width: 60px; }
    .interstitial-modal.text-image .right, .interstitial-modal.text-video .right {
      padding-left: 30px;
      padding-top: 20px;
      float: right; }
      .interstitial-modal.text-image .right .btn, .interstitial-modal.text-video .right .btn {
        margin-top: 20px; } }
@media only screen and (max-width: 763px) {
  .interstitial-modal {
    width: 270px;
    padding: 40px 20px; }
    .interstitial-modal .title {
      font-size: 17px; }
    .interstitial-modal .text {
      font-size: 12px;
      line-height: 18px; }
    .interstitial-modal .btn a {
      font-size: 13px;
      padding: 10px; }
    .interstitial-modal .close-button {
      top: 10px;
      right: 10px;
      font-size: 18px; }
    .interstitial-modal.image, .interstitial-modal.video {
      width: 250px; }
      .interstitial-modal.image .close-button, .interstitial-modal.video .close-button {
        top: 10px;
        right: 10px;
        font-size: 18px; }
    .interstitial-modal.text .text {
      margin-top: 7px; }
    .interstitial-modal.text .btn {
      margin-top: 25px; }
    .interstitial-modal.video .play-button, .interstitial-modal.text-video .play-button {
      width: 47px !important; }
    .interstitial-modal.text-image .left, .interstitial-modal.text-video .left {
      float: none;
      width: 100%; }
      .interstitial-modal.text-image .left iframe, .interstitial-modal.text-video .left iframe {
        min-height: auto; }
    .interstitial-modal.text-image .right, .interstitial-modal.text-video .right {
      width: 100%;
      padding-left: 0;
      padding-top: 20px;
      text-align: center;
      float: none; }
      .interstitial-modal.text-image .right .btn, .interstitial-modal.text-video .right .btn {
        margin-top: 20px; }

  .ipWidget-Interstitial .interstitial, .interstitial-container .interstitial {
    padding-top: 100px; } }
@media only screen and (max-height: 800px) {
  .ipWidget-Interstitial .interstitial, .interstitial-container .interstitial {
    padding-top: 150px; } }
/*	==========================================================================
	Responsive
	========================================================================== */
@media only screen and (min-width: 764px) and (max-width: 1200px) {
  .desktop, .mobile {
    display: none !important; }

  .tablet {
    display: block !important; }

  ::-webkit-scrollbar {
    display: none; }

  header.main {
    height: 113px; }
    header.main.addTop {
      top: 0; }
    header.main .header-top {
      display: none; }
    header.main .header-top-tablet {
      top: 8px;
      right: 34px;
      z-index: 1;
      position: fixed; }
      header.main .header-top-tablet a {
        padding: 0 !important; }
      header.main .header-top-tablet .ipWidget-QuickSearch .quick-search .searches {
        right: -29px;
        top: 32px; }
    header.main .secondary-menu {
      border-bottom: 1px solid #ebebeb; }
      header.main .secondary-menu ul {
        display: inline-block;
        margin: 0;
        padding: 0; }
        header.main .secondary-menu ul li {
          list-style: none;
          display: inline-block;
          border-right: 1px solid #ebebeb; }
          header.main .secondary-menu ul li a {
            text-decoration: none;
            color: #3e3650;
            font-size: 13px;
            font-family: "Montserrat";
            padding: 10px 20px;
            display: inline-block; }
      header.main .secondary-menu .search-bar {
        display: none; }
    header.main .left {
      vertical-align: text-bottom; }
    header.main .center {
      width: auto; }
      header.main .center ul li {
        margin: 0 15px; }
        header.main .center ul li a {
          font-size: 11px; }
          header.main .center ul li a.hover {
            padding-bottom: 21px !important; }
        header.main .center ul li:first-of-type {
          margin: 0 15px 0 0; }
        header.main .center ul li:last-of-type {
          margin: 0 0 0 15px; }
        header.main .center ul li.active a {
          padding-bottom: 21px !important; }
      header.main .center .education-v2, header.main .center .education, header.main .center .teachers {
        top: 36px; }
        header.main .center .education-v2 .wrapper .left-items, header.main .center .education .wrapper .left-items, header.main .center .teachers .wrapper .left-items {
          width: 100% !important; }
          header.main .center .education-v2 .wrapper .left-items li, header.main .center .education .wrapper .left-items li, header.main .center .teachers .wrapper .left-items li {
            width: 198px !important; }
            header.main .center .education-v2 .wrapper .left-items li a, header.main .center .education .wrapper .left-items li a, header.main .center .teachers .wrapper .left-items li a {
              padding-bottom: 0 !important; }
        header.main .center .education-v2 .wrapper .right-items, header.main .center .education .wrapper .right-items, header.main .center .teachers .wrapper .right-items {
          display: inherit;
          width: 100%; }
          header.main .center .education-v2 .wrapper .right-items .block, header.main .center .education .wrapper .right-items .block, header.main .center .teachers .wrapper .right-items .block {
            width: 220px !important;
            margin-right: 0;
            display: inline-block; }
          header.main .center .education-v2 .wrapper .right-items .right, header.main .center .education .wrapper .right-items .right, header.main .center .teachers .wrapper .right-items .right {
            margin-top: -15px !important; }
      header.main .center .teachers .wrapper .left-items .block {
        width: 220px !important;
        margin-right: 0;
        display: inline-block;
        vertical-align: top; }
    header.main .secondary-menu.tablet .search-bar {
      display: inline-block;
      position: relative;
      border-right: 1px solid #ebebeb;
      padding-right: 15px;
      height: 37px;
      vertical-align: top; }
      header.main .secondary-menu.tablet .search-bar input {
        border-radius: 20px;
        background: transparent;
        border: none;
        color: #39346b;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
        width: 0;
        height: 0;
        font-size: 14px;
        letter-spacing: 1px;
        font-family: "Montserrat";
        vertical-align: sub; }
        header.main .secondary-menu.tablet .search-bar input.show {
          border: 1px solid #e1e6ea;
          height: 30px;
          width: 230px;
          border-radius: 5px;
          padding-left: 10px;
          padding-right: 30px; }
      header.main .secondary-menu.tablet .search-bar img {
        position: relative;
        right: 0;
        top: 0;
        cursor: pointer;
        padding-bottom: 0;
        vertical-align: top;
        margin-top: -12px;
        margin-left: 5px; }
    header.main .center {
      position: initial;
      margin-top: 25px; }
      header.main .center ul li a {
        font-size: 11px; }
      header.main .center ul li.active a {
        padding-bottom: 18px; }
    header.main .left .world {
      margin-left: 0;
      padding-right: 17px;
      padding-top: 20px; }
      header.main .left .world .country-selected {
        display: none; }
      header.main .left .world.grey {
        margin-top: -7px; }
    header.main .left .logo {
      margin-left: 25px;
      margin-top: 10px; }
      header.main .left .logo a img {
        height: 35px; }
    header.main .right {
      margin-top: 15px; }
      header.main .right .menu {
        display: none; }
      header.main .right .mobile-menu {
        display: none; }
      header.main .right .mobile-menu {
        margin-left: 24px; }
      header.main .right .search-bar img {
        top: 13px; }
      header.main .right .search-bar.search-top {
        display: none; }
    header.main .social {
      display: none; }
    header.main.not-fixed .center {
      margin-top: 0;
      top: -54px; }
    header.main.not-fixed .right .search {
      margin-top: 14px; }
    header.main.not-fixed .search-sm {
      top: -34px; }
    header.main.not-fixed.no-top-bar {
      height: 110px; }
      header.main.not-fixed.no-top-bar .center {
        top: -54px;
        left: 81px; }
      header.main.not-fixed.no-top-bar .hover-menu-wrapper {
        top: 108px; }
      header.main.not-fixed.no-top-bar .right {
        top: -148px; }
      header.main.not-fixed.no-top-bar .search-sm {
        top: -66px; }
    header.main.not-fixed.not-world .center {
      top: -24px;
      left: 0; }
    header.main.not-fixed.not-world .right {
      top: -114px; }
    header.main.not-fixed .header-top-tablet {
      position: absolute; }

  .search-sm {
    height: 80px;
    background: #f4f7f9;
    padding: 22px;
    position: relative;
    display: none;
    margin-left: 0;
    margin-top: 35px;
    width: 100%;
    top: -10px; }
    .search-sm input {
      background: #ffffff;
      border: none;
      border-radius: 20px;
      width: 75%;
      padding-left: 55px;
      color: #7b828b;
      height: 37px;
      margin-right: 5px; }
    .search-sm img#searchSM {
      position: absolute;
      left: 44px;
      top: 29px;
      width: 20px;
      height: 20px; }
    .search-sm .text {
      display: inline-block;
      font-size: 16px;
      color: #373737 !important;
      cursor: pointer; }
    .search-sm img#close {
      position: absolute;
      right: 25px;
      top: 30px;
      width: 20px;
      height: 20px; }
    .search-sm.search-top {
      margin-top: 35px; }

  body {
    min-width: inherit; }

  footer {
    padding-top: 100px; }
    footer .desktop {
      display: block !important; }
      footer .desktop .wrapper {
        width: 100%; }
        footer .desktop .wrapper.top {
          width: 740px;
          margin: 0 auto; }
          footer .desktop .wrapper.top .logo {
            display: none; }
          footer .desktop .wrapper.top .menu .level1 li {
            margin-right: 78px;
            max-width: 200px; }
            footer .desktop .wrapper.top .menu .level1 li:last-child {
              margin-right: 0; }
            footer .desktop .wrapper.top .menu .level1 li .level2 li {
              height: auto;
              margin-bottom: 10px; }
          footer .desktop .wrapper.top .social {
            display: none; }
        footer .desktop .wrapper .bottom .desktop {
          display: none !important; }
        footer .desktop .wrapper .bottom .world {
          display: inline-block; }
        footer .desktop .wrapper .bottom .right {
          float: inherit;
          text-align: center; }
        footer .desktop .wrapper .bottom .copyright {
          float: right;
          text-align: center;
          color: #949aa1;
          font-size: 12px;
          font-family: "Montserrat";
          font-weight: 400;
          padding-bottom: 0;
          margin-top: 0; }
        footer .desktop .wrapper .bottom .prisa {
          display: block;
          margin-top: 0; }
      footer .desktop .legal {
        text-align: center; }
        footer .desktop .legal ul {
          padding: 15px 0 0;
          margin: 0;
          vertical-align: top; }
          footer .desktop .legal ul li {
            display: inline-block;
            list-style: none; }
            footer .desktop .legal ul li a {
              font-family: "Montserrat";
              font-weight: 400;
              color: #7b828b;
              font-size: 11px;
              text-decoration: none;
              margin-right: 28px; }
      footer .desktop .social-tablet {
        border-bottom: 2px solid #f4f7f9;
        margin-bottom: 5px; }
        footer .desktop .social-tablet ul {
          text-align: center; }
          footer .desktop .social-tablet ul li {
            list-style: none;
            display: inline-block;
            margin-right: 70px; }
            footer .desktop .social-tablet ul li:last-child {
              margin-right: 0; }
            footer .desktop .social-tablet ul li a img {
              max-height: 20px;
              width: 28px; }

  .layout {
    margin-top: 113px; }
    .layout.list-items .block-0-list-items .ipWidget-Text, .layout.list-items .block-1-list-items .ipWidget-Text {
      width: 95%;
      margin: 0 auto; }
    .layout.seals .wrapper {
      width: 85%;
      margin: 0 auto;
      padding-top: 125px; }
    .layout.seals .ipWidget-Image {
      margin-bottom: 30px; }
    .layout.seals .ipWidget-ColumnsTM ._col {
      width: 100% !important;
      padding: 20px 0 0 !important; }
      .layout.seals .ipWidget-ColumnsTM ._col:first-child {
        padding: 0; }
    .layout.layout-wrapper .wrapper {
      padding-top: 110px; }
      .layout.layout-wrapper .wrapper .layout-section {
        padding-top: 5%; }
      .layout.layout-wrapper .wrapper .layout-text {
        font-size: 16px;
        max-width: 70%;
        line-height: 30px; }
    .layout.news-inner {
      width: 85%;
      padding: 90px 0 50px 0; }
      .layout.news-inner .wrapper {
        padding-top: 0; }
        .layout.news-inner .wrapper .top {
          padding-top: 60px;
          width: 100%; }
          .layout.news-inner .wrapper .top a {
            font-size: 14px; }
          .layout.news-inner .wrapper .top .share {
            margin-top: 70px; }
        .layout.news-inner .wrapper .layout-section {
          padding-top: 50px; }
        .layout.news-inner .wrapper .news-title {
          width: 100%;
          max-width: 100%;
          font-size: 30px;
          line-height: 36px;
          padding-top: 25px; }
        .layout.news-inner .wrapper .news-subtitle {
          width: 100%;
          max-width: 100%;
          font-size: 21px; }
        .layout.news-inner .wrapper .news-location {
          padding-top: 5%; }
        .layout.news-inner .wrapper .news-text {
          max-width: 100%; }
        .layout.news-inner .wrapper .news-quote {
          color: #3e3650;
          font-family: "Montserrat";
          font-size: 16px;
          padding-top: 3%;
          line-height: 30px;
          max-width: 80%;
          margin: 0 auto; }
          .layout.news-inner .wrapper .news-quote:before {
            content: '____';
            color: #3e3350;
            display: block; }
        .layout.news-inner .wrapper .news-media {
          padding-top: 40px;
          padding-bottom: 40px; }
          .layout.news-inner .wrapper .news-media img {
            max-width: 100%; }
          .layout.news-inner .wrapper .news-media iframe {
            max-width: 100%; }
        .layout.news-inner .wrapper .event-text {
          max-width: 100%; }
        .layout.news-inner .wrapper .event-inner-participate .left, .layout.news-inner .wrapper .event-inner-participate .right, .layout.news-inner .wrapper .event-inner-contact .left, .layout.news-inner .wrapper .event-inner-contact .right, .layout.news-inner .wrapper .event-inner-info .left, .layout.news-inner .wrapper .event-inner-info .right {
          width: 50%; }
        .layout.news-inner .wrapper .event-inner-participate {
          padding-top: 20px; }
        .layout.news-inner .wrapper .event-inner-contact {
          padding-top: 50px; }
        .layout.news-inner .wrapper .event-mail {
          max-width: 100%;
          padding-top: 0; }
        .layout.news-inner .wrapper .event-name {
          max-width: 100%;
          font-size: 20px; }
        .layout.news-inner .wrapper .event-partner {
          max-width: 100%; }
        .layout.news-inner .wrapper .event-participate {
          max-width: 100%;
          line-height: 21px;
          font-size: 16px; }
          .layout.news-inner .wrapper .event-participate * {
            line-height: 21px;
            font-size: 16px; }
        .layout.news-inner .wrapper .event-inner-info {
          padding-top: 60px; }
          .layout.news-inner .wrapper .event-inner-info .left {
            width: auto;
            float: left;
            display: inline-block;
            padding-right: 15px;
            border-right: 1px; }
            .layout.news-inner .wrapper .event-inner-info .left .week-day {
              font-size: 20px; }
            .layout.news-inner .wrapper .event-inner-info .left .day {
              font-size: 40px; }
            .layout.news-inner .wrapper .event-inner-info .left .month {
              font-size: 25px;
              margin-top: -15px; }
            .layout.news-inner .wrapper .event-inner-info .left .hour {
              font-size: 28px; }
          .layout.news-inner .wrapper .event-inner-info .right {
            display: inline-block;
            float: right; }
            .layout.news-inner .wrapper .event-inner-info .right .location {
              padding-top: 10px; }
              .layout.news-inner .wrapper .event-inner-info .right .location img {
                display: inline-block;
                margin-bottom: 70px;
                margin-left: 0;
                margin-top: 4px;
                vertical-align: top; }
              .layout.news-inner .wrapper .event-inner-info .right .location .text {
                font-size: 16px;
                line-height: 25px;
                max-width: 150px;
                margin-left: 5px; }
            .layout.news-inner .wrapper .event-inner-info .right a {
              margin-top: 0;
              margin-left: 24px; }
          .layout.news-inner .wrapper .event-inner-info .text {
            padding-top: 40px; }
      .layout.news-inner .layer .share-news ul li {
        padding-left: 0;
        margin-right: 25px; }
    .layout.education .ipWidget-GenericBanner .banner .content {
      padding: 90px 0 0 35px; }
    .layout.education .ipWidget-GenericBanner .banner .buttons {
      position: absolute;
      bottom: 33px;
      right: 26px; }
    .layout.digital .blocks {
      width: 100%; }
    .layout.digital-contents-common .block-1-digital-contents-common .banner {
      height: 683px !important; }
    .layout.digital-contents-common .block-2-digital-contents-common {
      height: auto;
      padding-top: 0; }
      .layout.digital-contents-common .block-2-digital-contents-common .digital-contents-text {
        padding: 40px 50px !important;
        line-height: 25px; }
    .layout.digital-contents-common .block-5-digital-contents-common {
      height: auto; }
      .layout.digital-contents-common .block-5-digital-contents-common .wrapper {
        width: 80%;
        margin: 0 auto; }
        .layout.digital-contents-common .block-5-digital-contents-common .wrapper ._col {
          padding: 0 10px !important;
          width: 100% !important; }
    .layout.main .banner .wrapper, .layout.rwdColumns .banner .wrapper {
      width: 100% !important; }
      .layout.main .banner .wrapper .position-5 .subtitle, .layout.rwdColumns .banner .wrapper .position-5 .subtitle {
        margin-top: 87px; }
    .layout.main .ipWidget-TMColumns ._col .banner, .layout.rwdColumns .ipWidget-TMColumns ._col .banner {
      height: 579px !important;
      position: relative; }
      .layout.main .ipWidget-TMColumns ._col .banner .wrapper, .layout.rwdColumns .ipWidget-TMColumns ._col .banner .wrapper {
        width: 284px !important; }
      .layout.main .ipWidget-TMColumns ._col .banner .tablet, .layout.rwdColumns .ipWidget-TMColumns ._col .banner .tablet {
        background-position: top center !important; }
      .layout.main .ipWidget-TMColumns ._col .banner .content, .layout.rwdColumns .ipWidget-TMColumns ._col .banner .content {
        padding-top: 96px;
        padding-left: 40px;
        padding-right: 40px; }
    .layout.main .ipWidget-TMColumns ._col:last-child .banner .wrapper, .layout.rwdColumns .ipWidget-TMColumns ._col:last-child .banner .wrapper {
      width: 400px !important; }
    .layout.rwdColumns .ipWidget-TMColumns ._col {
      width: 100% !important; }
      .layout.rwdColumns .ipWidget-TMColumns ._col .banner {
        height: 579px !important;
        position: relative; }
        .layout.rwdColumns .ipWidget-TMColumns ._col .banner .wrapper {
          width: 500px !important; }
        .layout.rwdColumns .ipWidget-TMColumns ._col .banner .tablet {
          background-position: inherit !important; }
        .layout.rwdColumns .ipWidget-TMColumns ._col .banner .content {
          padding-top: 96px;
          padding-left: 40px;
          padding-right: 40px; }
      .layout.rwdColumns .ipWidget-TMColumns ._col:last-child .banner .wrapper {
        width: 400px !important; }
    .layout.home .wrapper-home {
      width: 100%; }
      .layout.home .wrapper-home .block .ipWidget-GenericBanner .banner, .layout.home .wrapper-home .block .ipWidget-BannerEducationProjects .banner, .layout.home .wrapper-home .block .ipWidget-BannerCatalog .banner {
        background-size: cover !important; }
    .layout.school .wrapper-school {
      width: 560px; }
      .layout.school .wrapper-school .intro {
        padding-top: 50px;
        margin-bottom: 80px; }
        .layout.school .wrapper-school .intro * {
          font-size: 22px;
          line-height: 32px;
          max-width: 80%; }
      .layout.school .wrapper-school .block .ipWidget-GenericBanner .banner {
        background-size: cover !important; }
    .layout.school .block-full.banners-block .wrapper-school {
      width: 100%; }
    .layout.evocacion .wrapper-evocacion {
      width: 100%; }
    .layout.contact .ipWidget-TMColumns ._col {
      width: 100% !important; }
    .layout.contact .contact-block-rwd {
      display: block;
      overflow-y: hidden;
      overflow-x: scroll;
      height: 50px;
      padding-left: 40px;
      margin-top: 160px; }
    .layout.contact .contact-title {
      text-align: center; }
    .layout.contact .contact-menu {
      border: 0;
      width: 100%;
      position: relative;
      left: auto;
      padding: 0;
      border: inherit;
      top: 0;
      z-index: inherit;
      height: 50px; }
      .layout.contact .contact-menu ul {
        padding-bottom: 0;
        margin-bottom: 0;
        width: 100%;
        display: block;
        font-size: 0; }
        .layout.contact .contact-menu ul li {
          height: 50px;
          display: inline-block;
          padding-right: 20px; }
          .layout.contact .contact-menu ul li a {
            text-transform: inherit;
            text-decoration: none;
            border-top: 0;
            padding: 0 0 14px 0 !important;
            background: inherit;
            min-width: inherit;
            font-family: "Montserrat";
            color: #b5bcc4;
            margin: 0;
            cursor: pointer;
            font-size: 16px;
            font-weight: 200;
            max-width: 250px; }
            .layout.contact .contact-menu ul li a:after {
              display: none; }
          .layout.contact .contact-menu ul li:last-child {
            padding-right: 0; }
          .layout.contact .contact-menu ul li.active {
            width: auto; }
            .layout.contact .contact-menu ul li.active a {
              position: relative;
              z-index: inherit;
              border-bottom: 5px solid #70c3f5;
              color: #3e3350; }
            .layout.contact .contact-menu ul li.active:after {
              display: none;
              content: inherit; }
    .layout.contact .contact-block-0, .layout.contact .contact-block {
      max-width: 80%;
      margin: 0 auto; }
    .layout.contact .contact-data-blocks {
      display: none; }
    .layout.contact .contact-block-form-dist {
      width: 90%; }
    .layout.contact .ipWidget-MenuItem {
      width: 32%;
      vertical-align: top;
      display: inline-block;
      padding-left: 10px; }
      .layout.contact .ipWidget-MenuItem .menuItem .link .wrapper-item {
        width: 100%; }
    .layout.contact .ipWidget-TMColumns {
      width: 66%;
      display: inline-block; }
      .layout.contact .ipWidget-TMColumns .ipWidget-MenuItem {
        width: 100%;
        padding-left: 0px; }
    .layout.contact input {
      box-shadow: none; }
    .layout.project .project-menu {
      display: none; }
    .layout.project .project-top {
      padding-top: 162px;
      padding-bottom: 65px; }
      .layout.project .project-top .text {
        width: 80%; }
      .layout.project .project-top .links .first {
        float: left;
        margin-left: 30px;
        font-size: 16px;
        font-weight: 600; }
        .layout.project .project-top .links .first img {
          margin-top: -2px; }
      .layout.project .project-top .links .last {
        float: right;
        color: transparent;
        font-size: 0; }
        .layout.project .project-top .links .last img {
          margin-top: 6px; }
      .layout.project .project-top .links.files {
        text-align: center;
        max-width: 600px;
        margin: 0 auto; }
        .layout.project .project-top .links.files .item:nth-child(6n) {
          margin-right: 0; }
    .layout.project .project-video {
      min-height: 474px;
      overflow: hidden; }
      .layout.project .project-video .layer-video {
        padding-top: 0; }
        .layout.project .project-video .layer-video .title {
          position: absolute;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto;
          top: 174px;
          z-index: 1; }
        .layout.project .project-video .layer-video .img-video-project-play {
          margin-top: 0;
          top: 253px; }
    .layout.project .project-manifest {
      padding-left: 61px;
      padding-top: 55px; }
      .layout.project .project-manifest.desktop {
        height: 0 !important;
        padding: 0 !important;
        min-height: 0 !important;
        display: inherit !important; }
        .layout.project .project-manifest.desktop .project-manifest-block {
          display: none; }
      .layout.project .project-manifest ._container {
        margin: 0 !important; }
      .layout.project .project-manifest ._col {
        width: 100% !important;
        float: inherit !important; }
    .layout.project .project-materials {
      padding: 113px 0 0 0;
      text-align: center; }
      .layout.project .project-materials .materials-title {
        margin: 0 auto;
        padding-bottom: 65px;
        width: 80%; }
        .layout.project .project-materials .materials-title.title-right {
          margin-left: auto; }
      .layout.project .project-materials .project-materials-block {
        width: inherit;
        margin-left: 0; }
    .layout.project .project-apps {
      padding: 83px 0 130px 0; }
      .layout.project .project-apps .wrapper-apps {
        width: inherit;
        text-align: center; }
        .layout.project .project-apps .wrapper-apps .apps-title {
          font-size: 24px; }
          .layout.project .project-apps .wrapper-apps .apps-title span, .layout.project .project-apps .wrapper-apps .apps-title .apps-title-bold {
            display: block;
            margin: 10px auto 0 auto; }
          .layout.project .project-apps .wrapper-apps .apps-title.title-right {
            margin-left: inherit; }
    .layout.project .project-methodology {
      height: auto;
      background-image: url(../img/methodoligy-bg-s.png);
      padding-bottom: 52px;
      background-size: cover; }
      .layout.project .project-methodology .methodology-title-text {
        margin-bottom: 50px; }
        .layout.project .project-methodology .methodology-title-text.title-right {
          margin-left: inherit; }
      .layout.project .project-methodology .wrapper-methodology {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 0px; }
    .layout.project .project-related .related-wrapper.move-right {
      margin-left: auto; }
    .layout.menu .wrapper {
      width: 90%;
      margin: 0 auto; }
    .layout.menu .left-items, .layout.menu .right-items {
      width: 48%; }
      .layout.menu .left-items .block, .layout.menu .right-items .block {
        width: 100%; }
        .layout.menu .left-items .block .ipWidget-MenuItem .menuItem .link, .layout.menu .right-items .block .ipWidget-MenuItem .menuItem .link {
          max-width: 100%; }
          .layout.menu .left-items .block .ipWidget-MenuItem .menuItem .link .wrapper-item, .layout.menu .right-items .block .ipWidget-MenuItem .menuItem .link .wrapper-item {
            width: 87% !important; }
          .layout.menu .left-items .block .ipWidget-MenuItem .menuItem .link .item-image.center-right, .layout.menu .right-items .block .ipWidget-MenuItem .menuItem .link .item-image.center-right {
            top: 15%; }
        .layout.menu .left-items .block.block1, .layout.menu .right-items .block.block1 {
          padding-top: 0; }
          .layout.menu .left-items .block.block1 .number, .layout.menu .right-items .block.block1 .number {
            padding-left: 0; }
          .layout.menu .left-items .block.block1 img, .layout.menu .right-items .block.block1 img {
            top: 20%; }
    .layout.menu .bottom-items .block {
      width: 48%; }
      .layout.menu .bottom-items .block.block-7 {
        margin-right: 0;
        float: right; }
      .layout.menu .bottom-items .block.block-8 {
        width: 348px;
        margin: 0 auto;
        text-align: center;
        display: block; }
    .layout.menu.teachers .item-image {
      right: 9px !important;
      top: 10px !important; }
    .layout.menu.teachers .block1 {
      width: 45%; }
    .layout.menu.teachers .block-1 {
      padding-top: 0; }
      .layout.menu.teachers .block-1 .number {
        padding-left: 0; }
    .layout.menu.teachers .right-items .block-2 {
      width: 49%; }
      .layout.menu.teachers .right-items .block-2 .item-image {
        top: 7px !important; }
    .layout.menu.teachers .right-items .right {
      width: 48%;
      margin-right: 0; }
    .layout.menu.teachers .slider-controller {
      right: 9px !important;
      top: -15px !important; }
    .layout.menu.teachers .ipWidget-MenuItem .menuItem .link .wrapper-item .text-item .title {
      max-width: 90%; }
    .layout.menu.teachers .ipWidget-MenuItem .menuItem .link .wrapper-item .text-item .subtitle {
      max-width: 93%; }
    .layout.menu.education .wrapper .block-1 .left .title-menu, .layout.menu.education-v2 .wrapper .block-1 .left .title-menu {
      margin: 10px 0; }
    .layout.menu.education .wrapper .block-1 .left .section-title, .layout.menu.education-v2 .wrapper .block-1 .left .section-title {
      margin-bottom: 0;
      padding-top: 0;
      max-width: 80%;
      min-height: 40px; }
    .layout.menu.education .wrapper .block-1 .left .education-menu li a, .layout.menu.education-v2 .wrapper .block-1 .left .education-menu li a {
      width: 80%; }
      .layout.menu.education .wrapper .block-1 .left .education-menu li a:hover, .layout.menu.education-v2 .wrapper .block-1 .left .education-menu li a:hover {
        margin-left: 0; }
    .layout.menu.education .wrapper .block-1 .right .container, .layout.menu.education-v2 .wrapper .block-1 .right .container {
      width: 48%; }
      .layout.menu.education .wrapper .block-1 .right .container .helper, .layout.menu.education-v2 .wrapper .block-1 .right .container .helper {
        margin-top: 108px; }
        .layout.menu.education .wrapper .block-1 .right .container .helper ul, .layout.menu.education-v2 .wrapper .block-1 .right .container .helper ul {
          width: 100%; }
    .layout.menu.education .wrapper .menu-esp .title-menu, .layout.menu.education-v2 .wrapper .menu-esp .title-menu {
      margin-top: 70px; }
    .layout.menu.education .wrapper .menu-esp .block-1 .title-menu-v2, .layout.menu.education-v2 .wrapper .menu-esp .block-1 .title-menu-v2 {
      margin-top: 85px; }
    .layout.menu.education .wrapper .menu-esp .block-1 .education-menu-esp li .icon, .layout.menu.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li .icon {
      display: none; }
    .layout.menu.education .wrapper .menu-esp .block-1 .education-menu-esp li a, .layout.menu.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li a {
      margin-left: 0; }
    .layout.menu.education .wrapper .menu-esp .block-1 .education-menu-esp li:before, .layout.menu.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li:before {
      font-family: "dripicons-v2" !important;
      content: "m";
      display: none;
      font-size: 14px;
      float: left;
      color: #8ddffc;
      position: absolute; }
    .layout.menu.education .wrapper .menu-esp .middle-items .left-items .block-2, .layout.menu.education .wrapper .menu-esp .middle-items .left-items .block-3, .layout.menu.education-v2 .wrapper .menu-esp .middle-items .left-items .block-2, .layout.menu.education-v2 .wrapper .menu-esp .middle-items .left-items .block-3 {
      width: 46%; }
    .layout.menu.education .wrapper .menu-esp .middle-items .left-items .block-2, .layout.menu.education-v2 .wrapper .menu-esp .middle-items .left-items .block-2 {
      float: left; }
    .layout.menu.education .wrapper .menu-esp .middle-items .left-items .block-3, .layout.menu.education-v2 .wrapper .menu-esp .middle-items .left-items .block-3 {
      float: right; }
    .layout.menu.education .wrapper .menu-esp .middle-items .right-items, .layout.menu.education-v2 .wrapper .menu-esp .middle-items .right-items {
      width: 48%; }
      .layout.menu.education .wrapper .menu-esp .middle-items .right-items .block-4, .layout.menu.education-v2 .wrapper .menu-esp .middle-items .right-items .block-4 {
        width: 100%;
        margin: 0; }
    .layout.menu.education .wrapper .menu-esp .bottom-items .left-items, .layout.menu.education-v2 .wrapper .menu-esp .bottom-items .left-items {
      width: 100%; }
    .layout.menu.education .wrapper .menu-esp .bottom-items .block-6, .layout.menu.education .wrapper .menu-esp .bottom-items .block-7, .layout.menu.education-v2 .wrapper .menu-esp .bottom-items .block-6, .layout.menu.education-v2 .wrapper .menu-esp .bottom-items .block-7 {
      width: 48%; }
    .layout.menu.education .wrapper .menu-esp .bottom-items .block-8, .layout.menu.education-v2 .wrapper .menu-esp .bottom-items .block-8 {
      width: 542px;
      padding-left: 0; }
      .layout.menu.education .wrapper .menu-esp .bottom-items .block-8 input, .layout.menu.education-v2 .wrapper .menu-esp .bottom-items .block-8 input {
        width: 100%; }
    .layout.menu.education .wrapper .menu-esp .follow-search, .layout.menu.education-v2 .wrapper .menu-esp .follow-search {
      padding-top: 50px; }
    .layout.menu.education .wrapper .menu-esp .back-button, .layout.menu.education-v2 .wrapper .menu-esp .back-button {
      float: none; }
    .layout.menu.education .left-items img, .layout.menu.education .bottom-items img, .layout.menu.education-v2 .left-items img, .layout.menu.education-v2 .bottom-items img {
      max-height: 46px;
      right: 11px !important;
      margin-right: 30px !important; }
    .layout.menu.education .bottom-items img, .layout.menu.education-v2 .bottom-items img {
      margin-right: 0 !important; }
    .layout.menu.education .item-image, .layout.menu.education-v2 .item-image {
      max-height: 60px !important; }
    .layout.menu.education .right-items .block-2, .layout.menu.education-v2 .right-items .block-2 {
      width: 49%; }
    .layout.menu.education .right-items img, .layout.menu.education-v2 .right-items img {
      max-height: 60px;
      top: 15px !important; }
    .layout.menu.education .right-items .right, .layout.menu.education-v2 .right-items .right {
      width: 48%;
      margin-right: 0; }
      .layout.menu.education .right-items .right .title, .layout.menu.education-v2 .right-items .right .title {
        padding-top: 15px; }
      .layout.menu.education .right-items .right .subtitle, .layout.menu.education-v2 .right-items .right .subtitle {
        display: none; }
    .layout.menu.education .right-items .block-3 img, .layout.menu.education-v2 .right-items .block-3 img {
      right: 7px !important; }
    .layout.menu.education .right-items .block-4 img, .layout.menu.education-v2 .right-items .block-4 img {
      right: 13px !important;
      transform: none; }
    .layout.menu.education .slider-controller, .layout.menu.education-v2 .slider-controller {
      right: 9px !important;
      top: -15px !important; }

  .bulletin {
    margin-top: 65px; }

  .material section.finder .look {
    display: none; }
  .material section.finder .wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px; }
  .material article {
    width: 100%; }
    .material article .wrapper-top {
      padding: 0 40px; }
    .material article .wrapper {
      padding: 0;
      width: 100%; }
      .material article .wrapper .side-left,
      .material article .wrapper .side-right {
        min-height: 760px; }
      .material article .wrapper .side-left {
        padding: 60px 40px; }
        .material article .wrapper .side-left h3 {
          padding-top: 60px; }
      .material article .wrapper .side-right .book-wrapper .book-shadow,
      .material article .wrapper .side-right .book-wrapper .border,
      .material article .wrapper .side-right .book-wrapper .border2 {
        display: none; }
      .material article .wrapper .side-right .book-wrapper img.frontal {
        max-width: 250px;
        margin-left: 120px; }
      .material article .wrapper .side-right .book-wrapper .catalogue {
        left: 60%;
        top: 320px; }
      .material article .wrapper .side-right .index {
        top: 310px; }

  .layout.full-wrapper .wrapper {
    width: 98%;
    margin: 0 auto; }
    .layout.full-wrapper .wrapper .ipWidget-TMColumns ._col {
      margin-bottom: 20px; }

  .layout {
    margin-top: 75px !important; } }
@media only screen and (min-width: 764px) and (max-width: 880px) {
  header.main .center {
    width: auto;
    margin-left: 25px;
    vertical-align: top; }
    header.main .center ul li {
      margin: 0 15px; }
      header.main .center ul li a {
        font-size: 11px; }
      header.main .center ul li:first-of-type {
        margin: 0 15px 0 0; }
      header.main .center ul li:last-of-type {
        margin: 0 0 0 15px; }
  header.main.not-fixed .center {
    margin: 0 auto 0 22%; }
  header.main.not-fixed.not-top-bar .center {
    left: inherit; }
  header.main .secondary-menu.tablet .search-bar {
    display: inline-block;
    position: relative;
    border-right: 1px solid #ebebeb;
    padding-right: 15px;
    height: 37px;
    vertical-align: top; }
    header.main .secondary-menu.tablet .search-bar input {
      border-radius: 20px;
      background: transparent;
      border: none;
      color: #39346b;
      -webkit-transition: width 0.4s ease-in-out;
      transition: width 0.4s ease-in-out;
      width: 0;
      height: 0;
      font-size: 14px;
      letter-spacing: 1px;
      font-family: "Montserrat";
      vertical-align: sub; }
      header.main .secondary-menu.tablet .search-bar input.show {
        border: 1px solid #e1e6ea;
        height: 30px;
        width: 230px;
        border-radius: 5px;
        padding-left: 10px;
        padding-right: 30px; }
    header.main .secondary-menu.tablet .search-bar img {
      position: relative;
      right: 0;
      top: 0;
      cursor: pointer;
      padding-bottom: 0;
      vertical-align: top;
      margin-top: -12px;
      margin-left: 5px; } }
@media only screen and (max-width: 764px) {
  .mobile {
    display: block !important; }

  .desktop, .tablet {
    display: none !important; }

  ::-webkit-scrollbar {
    display: none; }

  .input-error-msg {
    margin-top: 5px; }

  body {
    min-width: inherit; }
    body.not-fixed .layout {
      margin-top: 75px !important; }

  footer {
    padding-top: 30px; }
    footer .logo {
      text-align: center;
      padding-bottom: 30px;
      border-bottom: 2px solid #f4f7f9; }
      footer .logo img {
        height: 35px; }
    footer .world {
      display: block;
      padding: 27px 0 0 0;
      height: 33px;
      margin: 0 auto;
      width: 120px; }
    footer .social {
      border-bottom: 2px solid #f4f7f9; }
      footer .social ul {
        text-align: center;
        padding: 0; }
        footer .social ul li {
          list-style: none;
          display: inline-block;
          margin-right: 70px; }
          footer .social ul li:last-child {
            margin-right: 0; }
          footer .social ul li a img {
            max-height: 20px;
            width: 28px; }
    footer .copyright {
      text-align: center;
      color: #949aa1;
      font-size: 12px;
      font-family: "Montserrat";
      font-weight: 400;
      padding-bottom: 0;
      margin-right: 30px;
      margin-top: 15px;
      float: right; }
    footer .prisa {
      float: left;
      background: url("../img/prisa-sm.png") no-repeat right top;
      height: 20px;
      width: 150px;
      margin-left: 30px;
      margin-top: 15px;
      margin-bottom: 10px;
      font-family: Montserrat;
      font-size: 12px;
      color: #7b828b;
      text-align: left; }
      footer .prisa span {
        vertical-align: middle; }
    footer .links {
      text-align: center;
      padding-top: 30px; }
      footer .links ul {
        text-align: center;
        padding: 0; }
        footer .links ul li {
          list-style: none;
          display: block;
          margin-bottom: 20px;
          width: 100%; }
          footer .links ul li a {
            text-decoration: none;
            text-transform: uppercase;
            font-family: "Montserrat";
            font-weight: 400;
            color: #949aa1;
            font-size: 11px; }

  header.main .header-top {
    display: none; }
  header.main.addTop {
    top: 0; }
  header.main .left .world {
    display: none; }
  header.main .left .logo {
    margin: 20px 0 0 25px; }
    header.main .left .logo a img {
      height: 35px; }
  header.main .center {
    display: none; }
  header.main .right {
    margin-right: 25px; }
    header.main .right .menu {
      display: none; }
    header.main .right .mobile-world, header.main .right .mobile-menu {
      display: inline-block !important; }
    header.main .right .mobile-world {
      margin-right: 53px; }
    header.main .right .mobile-menu {
      margin-left: 24px;
      float: right; }
      header.main .right .mobile-menu .open, header.main .right .mobile-menu .close {
        display: none; }
        header.main .right .mobile-menu .open.visible, header.main .right .mobile-menu .close.visible {
          display: inline-block; }
        header.main .right .mobile-menu .open.icon, header.main .right .mobile-menu .close.icon {
          font-size: 29px;
          color: #000000;
          margin-top: -4px; }
    header.main .right .search-bar img {
      top: 3px; }
    header.main .right .search-bar .search-icon.desktop {
      display: inline-block !important; }
  header.main .menu-mobile-sm {
    display: none;
    position: fixed;
    height: 90%;
    overflow-y: scroll;
    background: #fff;
    z-index: 1;
    width: 100%;
    top: 70px; }
    header.main .menu-mobile-sm .main-menu ul li, header.main .menu-mobile-sm .secondary-menu ul li {
      list-style: none; }
      header.main .menu-mobile-sm .main-menu ul li a, header.main .menu-mobile-sm .secondary-menu ul li a {
        text-decoration: none; }
    header.main .menu-mobile-sm .main-menu ul {
      padding: 0;
      margin: 0;
      border-top: 1px solid #dddddd; }
      header.main .menu-mobile-sm .main-menu ul li a {
        text-transform: uppercase;
        color: #39346b;
        font-family: "Archivo Black";
        font-size: 24px;
        letter-spacing: 1px;
        display: block;
        padding: 35px 57px 35px 44px;
        border-bottom: 1px solid #dddddd;
        background: url("../img/right-arrow.svg") no-repeat center right 35px;
        background-size: auto 30%; }
    header.main .menu-mobile-sm .main-menu .quick-search-sm {
      margin-bottom: -1px;
      background: #f4f7f9; }
      header.main .menu-mobile-sm .main-menu .quick-search-sm .level1 li a {
        font-size: 22px;
        font-family: "Montserrat";
        text-transform: none;
        background: url("../img/right-arrow-sm.png") no-repeat center right 45px;
        color: #7b828b;
        cursor: pointer; }
        header.main .menu-mobile-sm .main-menu .quick-search-sm .level1 li a.open-quick-search {
          background: url("../img/down-arrow-open.png") no-repeat center right 45px; }
      header.main .menu-mobile-sm .main-menu .quick-search-sm .searches {
        display: none;
        position: relative;
        width: 100%;
        background: #f4f7f9;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        top: 0;
        right: 0; }
        header.main .menu-mobile-sm .main-menu .quick-search-sm .searches ul {
          margin-bottom: -8px;
          border-top: none; }
          header.main .menu-mobile-sm .main-menu .quick-search-sm .searches ul li img {
            display: none; }
          header.main .menu-mobile-sm .main-menu .quick-search-sm .searches ul li a {
            font-size: 22px;
            font-family: "Montserrat";
            text-transform: none;
            background: none;
            color: #7b828b; }
      header.main .menu-mobile-sm .main-menu .quick-search-sm .open-search {
        display: none; }
    header.main .menu-mobile-sm .secondary-menu ul {
      margin-top: 47px; }
      header.main .menu-mobile-sm .secondary-menu ul li {
        list-style: none; }
        header.main .menu-mobile-sm .secondary-menu ul li a {
          color: #3e3650;
          font-family: "Montserrat";
          display: block;
          margin-bottom: 22px;
          font-size: 20px; }
  header.main .social {
    display: none; }
  header.main.not-fixed {
    height: 75px;
    position: fixed; }
    header.main.not-fixed .center {
      display: none; }
    header.main.not-fixed .search-sm {
      top: 5px; }
    header.main.not-fixed .right {
      top: inherit !important; }

  .search-sm {
    height: 80px;
    background: #f4f7f9;
    padding: 22px;
    position: relative;
    display: none;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    top: 0; }
    .search-sm input {
      background: #ffffff;
      border: none;
      border-radius: 20px;
      width: 75%;
      padding-left: 55px;
      color: #7b828b;
      height: 37px;
      margin-right: 5px; }
    .search-sm img#searchSM {
      position: absolute;
      left: 44px;
      top: 29px;
      width: 20px;
      height: 20px; }
    .search-sm .text {
      display: inline-block;
      font-size: 16px;
      color: #373737 !important;
      cursor: pointer; }
    .search-sm img#close {
      position: absolute;
      right: 25px;
      top: 30px;
      width: 20px;
      height: 20px; }

  .buttons.buttons-inline .button-wrapper:last-child {
    margin-top: 15px; }

  .layout.home .wrapper-home {
    width: 100%; }
    .layout.home .wrapper-home .block {
      width: 100% !important;
      float: inherit !important;
      display: block !important;
      padding: 0 !important; }
      .layout.home .wrapper-home .block .ipWidget-GenericBanner .banner, .layout.home .wrapper-home .block .ipWidget-BannerEducationProjects .banner, .layout.home .wrapper-home .block .ipWidget-BannerCatalog .banner {
        background-size: cover !important;
        height: 692px !important; }
    .layout.home .wrapper-home .block-4 .button {
      float: left; }
    .layout.home .wrapper-home .block-6 .wrapper {
      padding-top: 80px !important; }
  .layout.home .contact-home {
    margin-top: inherit; }
    .layout.home .contact-home .top {
      margin-top: 80px;
      overflow: hidden;
      position: relative;
      padding: 0 7%;
      margin-bottom: 50px; }
      .layout.home .contact-home .top h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 80px; }
      .layout.home .contact-home .top .item .item-title {
        line-height: 28px; }
      .layout.home .contact-home .top .item img {
        margin-bottom: 10px; }
      .layout.home .contact-home .top .item .mobile {
        padding-top: 40px; }
      .layout.home .contact-home .top .arrows {
        width: 364px;
        margin: 0 auto;
        position: relative; }
        .layout.home .contact-home .top .arrows .arrow-left {
          left: 0;
          position: absolute;
          top: 60px;
          cursor: pointer; }
        .layout.home .contact-home .top .arrows .arrow-right {
          right: 0;
          position: absolute;
          top: 60px;
          cursor: pointer; }
      .layout.home .contact-home .top .show-forms-items {
        overflow: hidden;
        width: 222px;
        height: 280px;
        margin: 0 auto; }
        .layout.home .contact-home .top .show-forms-items .item {
          display: none; }
          .layout.home .contact-home .top .show-forms-items .item:first-child {
            display: block; }
          .layout.home .contact-home .top .show-forms-items .item .button {
            margin-top: 40px;
            color: #fff; }
    .layout.home .contact-home .bottom {
      padding-top: 40px;
      display: none; }
      .layout.home .contact-home .bottom .close-form {
        display: block;
        float: right;
        margin-right: 25px;
        letter-spacing: 1px;
        color: #39346b;
        font-family: "Montserrat";
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 35px;
        cursor: pointer; }
  .layout.school .wrapper-school {
    width: 280px; }
    .layout.school .wrapper-school .intro {
      padding-top: 50px;
      margin-bottom: 80px; }
      .layout.school .wrapper-school .intro * {
        font-size: 22px;
        line-height: 32px;
        max-width: 80%; }
    .layout.school .wrapper-school .block .ipWidget-GenericBanner .banner {
      background-size: cover !important; }
  .layout.school .block-full.banners-block .wrapper-school {
    width: 100%; }
    .layout.school .block-full.banners-block .wrapper-school .block-2, .layout.school .block-full.banners-block .wrapper-school .block-3, .layout.school .block-full.banners-block .wrapper-school .block-4, .layout.school .block-full.banners-block .wrapper-school .block-5, .layout.school .block-full.banners-block .wrapper-school .block-6, .layout.school .block-full.banners-block .wrapper-school .block-7 {
      width: 100%;
      float: none; }
  .layout.digital .banner .mobile {
    background-size: cover !important; }
  .layout.digital .blocks {
    background: #f5f8fb;
    padding: 0;
    margin: 0 auto;
    width: 100%; }
    .layout.digital .blocks .block-1 {
      padding: 50px 30px !important; }
    .layout.digital .blocks .block-1, .layout.digital .blocks .block-2 {
      width: 100%; }
    .layout.digital .blocks .block-2 {
      padding-bottom: 8px; }
      .layout.digital .blocks .block-2 .banner {
        height: 491px !important; }
    .layout.digital .blocks .block-3 {
      display: inline-block;
      width: 52%;
      float: left;
      padding-right: 7px;
      padding-bottom: 5px; }
      .layout.digital .blocks .block-3 .banner {
        height: 487px !important;
        position: relative; }
        .layout.digital .blocks .block-3 .banner .title {
          font-size: 32px;
          text-align: center;
          padding-top: 150px; }
    .layout.digital .blocks .right {
      display: inline-block;
      width: 48%;
      margin-top: 5px; }
    .layout.digital .blocks .block-4, .layout.digital .blocks .block-5 {
      padding-bottom: 0; }
      .layout.digital .blocks .block-4 .banner, .layout.digital .blocks .block-5 .banner {
        height: 240px !important; }
    .layout.digital .blocks .block-5 .subtitle {
      font-size: 32px;
      line-height: 40px;
      margin-top: -80px; }
    .layout.digital .blocks .block-6, .layout.digital .blocks .block-7 {
      display: inline-block;
      width: 100%; }
      .layout.digital .blocks .block-6 .banner, .layout.digital .blocks .block-7 .banner {
        height: 479px !important; }
    .layout.digital .blocks .block-6, .layout.digital .blocks .block-7 {
      padding-right: 0;
      padding-left: 0;
      float: inherit; }
    .layout.digital .blocks .block-6 .wrapper {
      padding-top: 0; }
      .layout.digital .blocks .block-6 .wrapper .title {
        font-weight: 600; }
  .layout.digital .ipWidget-TMColumns ._col {
    width: 100% !important; }
  .layout.digital-contents-common .block-1-digital-contents-common .banner {
    height: 692px !important; }
  .layout.digital-contents-common .block-2-digital-contents-common {
    padding: 40px 0;
    height: inherit; }
  .layout.digital-contents-common .block-3-digital-contents-common ._col {
    width: 100% !important;
    padding: 0 !important;
    display: block; }
  .layout.digital-contents-common .block-5-digital-contents-common {
    overflow: hidden;
    height: auto; }
    .layout.digital-contents-common .block-5-digital-contents-common .wrapper {
      width: 100%;
      border-top: 1px solid #dbdbdb; }
      .layout.digital-contents-common .block-5-digital-contents-common .wrapper ._col {
        width: 100% !important;
        padding: 0 !important; }
  .layout.projects .block-1 ._col {
    width: 100% !important;
    padding: 0 0px 50px 0px !important;
    display: block; }
    .layout.projects .block-1 ._col:first-child {
      margin-top: 70px; }
  .layout.projects .block-1 .banner {
    height: 637px !important; }
    .layout.projects .block-1 .banner .title {
      font-size: 32px !important; }
    .layout.projects .block-1 .banner .mobile {
      background-size: cover !important; }
  .layout.projects .block-1 .ipWidget-Image {
    width: 80%;
    margin: 0 auto; }
    .layout.projects .block-1 .ipWidget-Image img {
      width: 100%; }
  .layout.project .project-menu {
    display: none; }
  .layout.project .project-top {
    padding-top: 162px;
    padding-bottom: 65px; }
    .layout.project .project-top .text {
      width: 80%; }
    .layout.project .project-top .links .first {
      float: left;
      margin-left: 30px;
      font-size: 18px;
      font-weight: 600; }
    .layout.project .project-top .links .last {
      float: right;
      color: transparent;
      font-size: 0;
      margin-top: 5px; }
    .layout.project .project-top .links.files {
      text-align: center;
      max-width: 300px;
      margin: 0 auto; }
      .layout.project .project-top .links.files .item {
        margin-right: 35px; }
        .layout.project .project-top .links.files .item:nth-child(3n) {
          margin-right: 0; }
  .layout.project .project-video {
    min-height: 474px;
    overflow: hidden; }
    .layout.project .project-video .layer-video {
      padding-top: 0; }
      .layout.project .project-video .layer-video .title {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 174px;
        z-index: 1; }
      .layout.project .project-video .layer-video .img-video-project-play {
        top: 60%;
        left: 0;
        right: 0;
        margin: 0 auto; }
  .layout.project .project-manifest {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 55px; }
    .layout.project .project-manifest.desktop {
      height: 0 !important;
      padding: 0 !important;
      min-height: 0 !important;
      display: inherit !important; }
      .layout.project .project-manifest.desktop .project-manifest-block {
        display: none; }
    .layout.project .project-manifest ._container {
      margin: 0 !important; }
    .layout.project .project-manifest ._col {
      width: 100% !important;
      float: inherit !important;
      padding: 0 !important; }
  .layout.project .project-materials {
    padding: 113px 0 0 0;
    text-align: center; }
    .layout.project .project-materials .materials-title {
      margin: 0 auto; }
      .layout.project .project-materials .materials-title.title-right {
        margin-left: auto; }
    .layout.project .project-materials .project-materials-block {
      width: inherit;
      margin-left: 0; }
  .layout.project .project-apps {
    padding: 83px 0 130px 0; }
    .layout.project .project-apps .wrapper-apps {
      width: inherit;
      text-align: center; }
      .layout.project .project-apps .wrapper-apps .apps-title {
        font-size: 24px; }
        .layout.project .project-apps .wrapper-apps .apps-title span, .layout.project .project-apps .wrapper-apps .apps-title .apps-title-bold {
          display: block;
          margin: 10px auto 0 auto; }
        .layout.project .project-apps .wrapper-apps .apps-title.title-right {
          margin-left: inherit; }
  .layout.project .project-methodology {
    height: auto;
    background-image: url(../img/methodoligy-bg-s.png);
    padding-bottom: 52px;
    background-size: cover; }
    .layout.project .project-methodology .methodology-title-text {
      margin-bottom: 50px; }
      .layout.project .project-methodology .methodology-title-text.title-right {
        margin-left: inherit; }
    .layout.project .project-methodology .wrapper-methodology {
      max-width: 100%;
      margin: 0 auto;
      padding-left: 0px; }
  .layout.project .project-related .related-wrapper.move-right {
    margin-left: auto; }
  .layout.list-items .block-1-list-items ._col {
    width: 100% !important;
    padding: 0 0 50px 0 !important;
    display: block; }
  .layout.list-items .block-3-list-items ._col {
    width: 100% !important;
    padding: 0 !important;
    display: block; }
    .layout.list-items .block-3-list-items ._col .banner {
      height: 637px !important; }
      .layout.list-items .block-3-list-items ._col .banner .title {
        font-size: 32px !important; }
      .layout.list-items .block-3-list-items ._col .banner .mobile {
        background-size: cover !important; }
      .layout.list-items .block-3-list-items ._col .banner .position-5 {
        top: 112px !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        width: 95% !important; }
  .layout.seals .wrapper {
    width: 85%;
    margin: 0 auto;
    padding-top: 125px; }
  .layout.seals .ipWidget-Image {
    margin-bottom: 30px; }
  .layout.seals .ipWidget-ColumnsTM ._col {
    width: 100% !important;
    padding: 20px 0 0 !important; }
    .layout.seals .ipWidget-ColumnsTM ._col:first-child {
      padding: 0; }
  .layout.layout-wrapper .wrapper {
    padding-top: 110px; }
    .layout.layout-wrapper .wrapper .layout-text {
      font-size: 16px;
      max-width: 90%;
      line-height: 30px;
      padding-top: 25px;
      padding-bottom: 70px; }
    .layout.layout-wrapper .wrapper .layout-title {
      padding-top: 25px;
      font-size: 30px !important;
      line-height: 36px !important; }
  .layout.news-inner {
    width: 100%;
    padding: 90px 25px 50px 25px; }
    .layout.news-inner .wrapper {
      padding-top: 0; }
      .layout.news-inner .wrapper .top {
        padding-top: 0;
        width: 100%; }
        .layout.news-inner .wrapper .top a {
          font-size: 14px; }
        .layout.news-inner .wrapper .top .share {
          margin-top: 70px; }
      .layout.news-inner .wrapper .layout-section {
        padding-top: 50px; }
      .layout.news-inner .wrapper .news-title {
        width: 100%;
        max-width: 100%;
        font-size: 30px;
        line-height: 36px;
        padding-top: 25px; }
      .layout.news-inner .wrapper .news-subtitle {
        width: 100%;
        max-width: 100%;
        font-size: 21px; }
      .layout.news-inner .wrapper .news-location {
        padding-top: 5%; }
      .layout.news-inner .wrapper .news-text {
        max-width: 100%; }
      .layout.news-inner .wrapper .news-quote {
        color: #3e3650;
        font-family: "Montserrat";
        font-size: 16px;
        padding-top: 3%;
        line-height: 30px;
        max-width: 80%;
        margin: 0 auto; }
        .layout.news-inner .wrapper .news-quote:before {
          content: '____';
          color: #3e3350;
          display: block; }
      .layout.news-inner .wrapper .news-media {
        padding-top: 40px;
        padding-bottom: 40px; }
        .layout.news-inner .wrapper .news-media img {
          max-width: 100%; }
        .layout.news-inner .wrapper .news-media iframe {
          max-width: 100%; }
      .layout.news-inner .wrapper .event-text {
        max-width: 100%; }
      .layout.news-inner .wrapper .event-inner-participate .left, .layout.news-inner .wrapper .event-inner-participate .right, .layout.news-inner .wrapper .event-inner-contact .left, .layout.news-inner .wrapper .event-inner-contact .right {
        width: 100%; }
      .layout.news-inner .wrapper .event-inner-participate {
        padding-top: 20px; }
      .layout.news-inner .wrapper .event-inner-contact {
        padding-top: 50px; }
        .layout.news-inner .wrapper .event-inner-contact .left {
          padding-top: 0; }
        .layout.news-inner .wrapper .event-inner-contact .right {
          padding-top: 45px; }
      .layout.news-inner .wrapper .event-mail {
        max-width: 100%;
        padding-top: 0; }
      .layout.news-inner .wrapper .event-name {
        max-width: 100%; }
      .layout.news-inner .wrapper .event-partner {
        max-width: 100%; }
      .layout.news-inner .wrapper .event-participate {
        max-width: 100%;
        line-height: 21px;
        font-size: 16px; }
        .layout.news-inner .wrapper .event-participate * {
          line-height: 21px;
          font-size: 16px; }
      .layout.news-inner .wrapper .event-inner-info {
        padding-top: 60px; }
        .layout.news-inner .wrapper .event-inner-info .left {
          width: auto;
          float: left;
          display: inline-block;
          padding-right: 15px;
          border-right: 1px; }
          .layout.news-inner .wrapper .event-inner-info .left .week-day {
            font-size: 20px; }
          .layout.news-inner .wrapper .event-inner-info .left .day {
            font-size: 40px; }
          .layout.news-inner .wrapper .event-inner-info .left .month {
            font-size: 25px;
            margin-top: -15px; }
          .layout.news-inner .wrapper .event-inner-info .left .hour {
            font-size: 28px; }
        .layout.news-inner .wrapper .event-inner-info .right {
          display: inline-block;
          float: right; }
          .layout.news-inner .wrapper .event-inner-info .right .location {
            padding-top: 10px; }
            .layout.news-inner .wrapper .event-inner-info .right .location img {
              display: inline-block;
              margin-bottom: 70px;
              margin-left: 10px;
              margin-top: 4px;
              vertical-align: top; }
            .layout.news-inner .wrapper .event-inner-info .right .location .text {
              font-size: 16px;
              line-height: 25px;
              max-width: 150px;
              margin-left: 5px; }
          .layout.news-inner .wrapper .event-inner-info .right a {
            margin-top: 0;
            margin-left: 33px; }
        .layout.news-inner .wrapper .event-inner-info .text {
          padding-top: 40px; }
    .layout.news-inner .layer .share-news {
      width: 80%; }
      .layout.news-inner .layer .share-news .title {
        font-size: 24px; }
      .layout.news-inner .layer .share-news .subtitle {
        font-size: 16px;
        line-height: 30px; }
      .layout.news-inner .layer .share-news ul li {
        padding-left: 0;
        margin-right: 25px;
        display: inline-block;
        cursor: pointer; }
        .layout.news-inner .layer .share-news ul li:last-child {
          margin-right: 0; }
  .layout.main .ipWidget-DynamicForm, .layout.rwdColumns .ipWidget-DynamicForm {
    margin-top: 50px;
    padding-bottom: 70px; }
  .layout.main .ipWidget-Text, .layout.rwdColumns .ipWidget-Text {
    width: 90%;
    margin: 0 auto; }
    .layout.main .ipWidget-Text .digital-contents-text br, .layout.rwdColumns .ipWidget-Text .digital-contents-text br {
      display: none; }
  .layout.main .banner, .layout.rwdColumns .banner {
    height: 693px !important; }
    .layout.main .banner .content, .layout.rwdColumns .banner .content {
      padding: 0;
      width: 90%;
      margin: auto;
      left: 0;
      right: 0; }
    .layout.main .banner .position-5, .layout.rwdColumns .banner .position-5 {
      margin-top: -203px; }
      .layout.main .banner .position-5 .subtitle, .layout.rwdColumns .banner .position-5 .subtitle {
        margin-top: 145px; }
      .layout.main .banner .position-5 .title, .layout.rwdColumns .banner .position-5 .title {
        margin-top: 46px; }
  .layout.main .ipWidget-TMColumns ._col, .layout.rwdColumns .ipWidget-TMColumns ._col {
    width: 100% !important; }
    .layout.main .ipWidget-TMColumns ._col .banner, .layout.rwdColumns .ipWidget-TMColumns ._col .banner {
      height: 675px !important;
      position: relative; }
      .layout.main .ipWidget-TMColumns ._col .banner .mobile, .layout.rwdColumns .ipWidget-TMColumns ._col .banner .mobile {
        background-position: top center !important; }
      .layout.main .ipWidget-TMColumns ._col .banner .subtitle, .layout.rwdColumns .ipWidget-TMColumns ._col .banner .subtitle {
        /*position: absolute;
        bottom: 90px;
        //color: #4b435c !important;
        left: 10%;
        padding-right: 30px;*/ }
      .layout.main .ipWidget-TMColumns ._col .banner .buttons, .layout.rwdColumns .ipWidget-TMColumns ._col .banner .buttons {
        position: absolute;
        bottom: 10px;
        left: 10%; }
    .layout.main .ipWidget-TMColumns ._col:last-child .banner, .layout.rwdColumns .ipWidget-TMColumns ._col:last-child .banner {
      height: 700px !important; }
      .layout.main .ipWidget-TMColumns ._col:last-child .banner .subtitle, .layout.rwdColumns .ipWidget-TMColumns ._col:last-child .banner .subtitle {
        bottom: 110px;
        right: 10%;
        padding-right: 0; }
      .layout.main .ipWidget-TMColumns ._col:last-child .banner .buttons, .layout.rwdColumns .ipWidget-TMColumns ._col:last-child .banner .buttons {
        bottom: 30px;
        right: 10%; }
  .layout.education ._col {
    width: 100% !important;
    padding: 0 !important;
    display: block; }
    .layout.education ._col .ipWidget-GenericBanner .banner .text {
      width: 210px !important; }
  .layout.contact .contact-block-rwd {
    display: block;
    overflow-y: hidden;
    overflow-x: scroll;
    height: 50px;
    padding-left: 0;
    margin-top: 100px;
    margin-bottom: 40px; }
  .layout.contact .contact-title {
    text-align: center; }
  .layout.contact .contact-menu {
    border: 0;
    width: 100%;
    position: relative;
    left: auto;
    padding: 0;
    border: inherit;
    top: 0;
    z-index: inherit;
    height: 42px;
    border-bottom: 2px solid #e7ecf3; }
    .layout.contact .contact-menu ul {
      padding-bottom: 0;
      margin-bottom: 0;
      width: 100%;
      display: block;
      font-size: 0;
      padding-left: 40px; }
      .layout.contact .contact-menu ul li {
        height: 50px;
        display: inline-block;
        padding-right: 20px; }
        .layout.contact .contact-menu ul li a {
          text-transform: inherit;
          text-decoration: none;
          border-top: 0;
          padding: 0 0 14px 0 !important;
          background: inherit;
          min-width: inherit;
          font-family: "Montserrat";
          color: #b5bcc4;
          font-size: 16px;
          font-weight: 200;
          margin: 0;
          cursor: pointer;
          max-width: inherit; }
          .layout.contact .contact-menu ul li a:after {
            display: none; }
        .layout.contact .contact-menu ul li:last-child {
          padding-right: 0; }
        .layout.contact .contact-menu ul li.active {
          width: auto; }
          .layout.contact .contact-menu ul li.active a {
            position: relative;
            z-index: inherit;
            border-bottom: 5px solid #70c3f5;
            color: #3e3350; }
          .layout.contact .contact-menu ul li.active:after {
            display: none;
            content: inherit; }
  .layout.contact .contact-block-0, .layout.contact .contact-block, .layout.contact .contact-data-blocks, .layout.contact .contact-block-form-dist {
    max-width: 100%;
    width: 100%;
    margin: 0 auto; }
    .layout.contact .contact-block-0 .digital-contents-claim, .layout.contact .contact-block .digital-contents-claim, .layout.contact .contact-data-blocks .digital-contents-claim, .layout.contact .contact-block-form-dist .digital-contents-claim {
      width: 90%;
      margin: 0 auto; }
    .layout.contact .contact-block-0 ._col, .layout.contact .contact-block ._col, .layout.contact .contact-data-blocks ._col, .layout.contact .contact-block-form-dist ._col {
      width: 100% !important;
      padding: 0 !important;
      display: block; }
      .layout.contact .contact-block-0 ._col p, .layout.contact .contact-block ._col p, .layout.contact .contact-data-blocks ._col p, .layout.contact .contact-block-form-dist ._col p {
        max-width: 80%;
        margin: 0 auto; }
    .layout.contact .contact-block-0 .contact-item, .layout.contact .contact-block .contact-item, .layout.contact .contact-data-blocks .contact-item, .layout.contact .contact-block-form-dist .contact-item {
      display: block;
      max-width: 100%; }
      .layout.contact .contact-block-0 .contact-item.last, .layout.contact .contact-block .contact-item.last, .layout.contact .contact-data-blocks .contact-item.last, .layout.contact .contact-block-form-dist .contact-item.last {
        margin-left: 0; }
    .layout.contact .contact-block-0 .ipWidget-TMSpace div, .layout.contact .contact-block .ipWidget-TMSpace div, .layout.contact .contact-data-blocks .ipWidget-TMSpace div, .layout.contact .contact-block-form-dist .ipWidget-TMSpace div {
      max-height: 30px !important; }
  .layout.contact .ipWidget-DynamicForm .dynamicForm input[type=submit] {
    margin: 20px auto 40px auto; }
  .layout.contact .contact-claim {
    margin-bottom: 30px !important; }
  .layout.contact .ipWidget-MenuItem .menuItem {
    position: relative;
    width: 100%;
    background: #f4f7f9;
    border-radius: 0; }
    .layout.contact .ipWidget-MenuItem .menuItem .link {
      padding: 0; }
      .layout.contact .ipWidget-MenuItem .menuItem .link .item-image {
        display: block; }
      .layout.contact .ipWidget-MenuItem .menuItem .link .number {
        display: none; }
      .layout.contact .ipWidget-MenuItem .menuItem .link .wrapper-item {
        width: 100% !important;
        margin: 0 auto;
        background: transparent;
        left: 30px !important; }
        .layout.contact .ipWidget-MenuItem .menuItem .link .wrapper-item .text-item .title {
          font-family: 'Montserrat';
          font-size: 15px;
          color: #3e3650;
          line-height: 60px; }
        .layout.contact .ipWidget-MenuItem .menuItem .link .wrapper-item .text-item .subtitle {
          display: block; }
    .layout.contact .ipWidget-MenuItem .menuItem.contact-skin .link .wrapper-item .text-item .subtitle {
      font-size: 14px; }
    .layout.contact .ipWidget-MenuItem .menuItem.pages-skin {
      height: inherit !important;
      padding: 50px;
      border-bottom: 1px solid #dbdbdb;
      background: inherit; }
      .layout.contact .ipWidget-MenuItem .menuItem.pages-skin .link {
        padding: 0 0 0 65px; }
        .layout.contact .ipWidget-MenuItem .menuItem.pages-skin .link:after {
          content: '';
          display: inline-block;
          background: url("../img/right-arrow.png") no-repeat center;
          height: 26px;
          width: 15px;
          position: absolute;
          right: 44px;
          top: 41px; }
        .layout.contact .ipWidget-MenuItem .menuItem.pages-skin .link .dtable, .layout.contact .ipWidget-MenuItem .menuItem.pages-skin .link .drow, .layout.contact .ipWidget-MenuItem .menuItem.pages-skin .link .dcell {
          height: 100%; }
        .layout.contact .ipWidget-MenuItem .menuItem.pages-skin .link .wrapper-item {
          padding: 0 !important;
          width: 100% !important;
          text-align: left; }
          .layout.contact .ipWidget-MenuItem .menuItem.pages-skin .link .wrapper-item .text-item {
            margin-top: 0 !important; }
            .layout.contact .ipWidget-MenuItem .menuItem.pages-skin .link .wrapper-item .text-item .title {
              font-size: 22px;
              color: #7b828b;
              padding-right: 40px; }
        .layout.contact .ipWidget-MenuItem .menuItem.pages-skin .link img, .layout.contact .ipWidget-MenuItem .menuItem.pages-skin .link .subtitle {
          display: none; }
  .layout.education-v2, .layout.teachers {
    padding: 0;
    width: 100%;
    height: 100%; }
    .layout.education-v2 .wrapper, .layout.teachers .wrapper {
      width: 100%;
      height: 100%;
      padding-top: 0;
      position: relative; }
      .layout.education-v2 .wrapper .block, .layout.teachers .wrapper .block {
        width: 100%;
        height: 60px;
        margin: 0;
        background: #f4f7f9;
        border-bottom: 1px solid #dbdbdb;
        border-radius: 0;
        display: block; }
        .layout.education-v2 .wrapper .block .number, .layout.education-v2 .wrapper .block .menu-icon, .layout.teachers .wrapper .block .number, .layout.teachers .wrapper .block .menu-icon {
          display: none; }
        .layout.education-v2 .wrapper .block .title-menu, .layout.education-v2 .wrapper .block .title-menu-v2, .layout.teachers .wrapper .block .title-menu, .layout.teachers .wrapper .block .title-menu-v2 {
          margin-top: 0;
          max-width: 100%;
          font-family: "Montserrat";
          font-size: 22px;
          color: #3e3650;
          line-height: 60px;
          padding-left: 30px; }
      .layout.education-v2 .wrapper .left-items, .layout.education-v2 .wrapper .right-items, .layout.teachers .wrapper .left-items, .layout.teachers .wrapper .right-items {
        width: 100%;
        float: none; }
      .layout.education-v2 .wrapper .right-items .right, .layout.teachers .wrapper .right-items .right {
        display: block;
        float: none;
        width: 100%;
        margin: 0; }
      .layout.education-v2 .wrapper .bottom-items .block, .layout.teachers .wrapper .bottom-items .block {
        display: block; }
        .layout.education-v2 .wrapper .bottom-items .block.follow-search, .layout.teachers .wrapper .bottom-items .block.follow-search {
          display: none; }
      .layout.education-v2 .wrapper .block-5, .layout.teachers .wrapper .block-5 {
        display: none; }
      .layout.education-v2 .wrapper .block-1, .layout.teachers .wrapper .block-1 {
        padding-top: 0; }
    .layout.education-v2.education-v2 .block-1 .left, .layout.teachers.education-v2 .block-1 .left {
      float: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #f4f7f9;
      padding-top: 0;
      z-index: 2;
      display: none; }
      .layout.education-v2.education-v2 .block-1 .left .section-title, .layout.teachers.education-v2 .block-1 .left .section-title {
        display: none; }
      .layout.education-v2.education-v2 .block-1 .left .education-menu, .layout.teachers.education-v2 .block-1 .left .education-menu {
        width: 100%;
        display: none;
        padding-left: 0; }
        .layout.education-v2.education-v2 .block-1 .left .education-menu li, .layout.teachers.education-v2 .block-1 .left .education-menu li {
          display: block;
          width: 100%;
          border-bottom: 1px solid #cbcbcb;
          padding-left: 30px;
          font-family: "Montserrat Black";
          color: #3e3650;
          font-size: 14px; }
          .layout.education-v2.education-v2 .block-1 .left .education-menu li.back, .layout.teachers.education-v2 .block-1 .left .education-menu li.back {
            text-transform: uppercase;
            line-height: 60px;
            margin-bottom: 0; }
          .layout.education-v2.education-v2 .block-1 .left .education-menu li a, .layout.teachers.education-v2 .block-1 .left .education-menu li a {
            color: #3e3650;
            transition: none;
            line-height: 60px;
            margin-bottom: 0; }
          .layout.education-v2.education-v2 .block-1 .left .education-menu li.active a, .layout.teachers.education-v2 .block-1 .left .education-menu li.active a {
            color: #3e3650; }
          .layout.education-v2.education-v2 .block-1 .left .education-menu li.active .icon, .layout.teachers.education-v2 .block-1 .left .education-menu li.active .icon {
            color: #3e3650; }
          .layout.education-v2.education-v2 .block-1 .left .education-menu li:hover a, .layout.teachers.education-v2 .block-1 .left .education-menu li:hover a {
            margin-left: 0; }
          .layout.education-v2.education-v2 .block-1 .left .education-menu li.see-all, .layout.teachers.education-v2 .block-1 .left .education-menu li.see-all {
            font-family: "Montserrat";
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase; }
          .layout.education-v2.education-v2 .block-1 .left .education-menu li .icon, .layout.teachers.education-v2 .block-1 .left .education-menu li .icon {
            color: #3e3650;
            height: 26px;
            width: 26px;
            margin-top: 20px;
            font-size: 18px; }
          .layout.education-v2.education-v2 .block-1 .left .education-menu li .level2, .layout.education-v2.education-v2 .block-1 .left .education-menu li .level2-0, .layout.teachers.education-v2 .block-1 .left .education-menu li .level2, .layout.teachers.education-v2 .block-1 .left .education-menu li .level2-0 {
            display: none;
            padding: 0;
            border-top: 1px solid #cbcbcb;
            width: 200%;
            overflow: hidden;
            margin-left: -30px; }
            .layout.education-v2.education-v2 .block-1 .left .education-menu li .level2 li, .layout.education-v2.education-v2 .block-1 .left .education-menu li .level2-0 li, .layout.teachers.education-v2 .block-1 .left .education-menu li .level2 li, .layout.teachers.education-v2 .block-1 .left .education-menu li .level2-0 li {
              padding: 0;
              margin: 0;
              border: none; }
              .layout.education-v2.education-v2 .block-1 .left .education-menu li .level2 li a, .layout.education-v2.education-v2 .block-1 .left .education-menu li .level2-0 li a, .layout.teachers.education-v2 .block-1 .left .education-menu li .level2 li a, .layout.teachers.education-v2 .block-1 .left .education-menu li .level2-0 li a {
                margin-left: 30px;
                line-height: 55px;
                color: #7b828b;
                font-size: 14px;
                font-family: "Montserrat";
                font-weight: 700;
                display: block;
                width: 320px; }
      .layout.education-v2.education-v2 .block-1 .left .link, .layout.teachers.education-v2 .block-1 .left .link {
        display: none; }
    .layout.education-v2.education-v2 .block-1 .right, .layout.teachers.education-v2 .block-1 .right {
      float: none;
      width: 100%;
      padding-top: 0; }
      .layout.education-v2.education-v2 .block-1 .right .title-menu, .layout.teachers.education-v2 .block-1 .right .title-menu {
        max-width: 100%;
        height: 60px;
        margin: 0;
        font-size: 15px; }
      .layout.education-v2.education-v2 .block-1 .right .level2, .layout.teachers.education-v2 .block-1 .right .level2 {
        display: none;
        padding-left: 28px;
        max-height: 350px;
        overflow-y: scroll; }
        .layout.education-v2.education-v2 .block-1 .right .level2 li, .layout.teachers.education-v2 .block-1 .right .level2 li {
          list-style-type: none; }
          .layout.education-v2.education-v2 .block-1 .right .level2 li a, .layout.teachers.education-v2 .block-1 .right .level2 li a {
            display: block;
            text-decoration: none;
            color: #acb3bc;
            font-family: "Montserrat";
            font-weight: bold;
            line-height: 25px;
            font-size: 12px; }
            .layout.education-v2.education-v2 .block-1 .right .level2 li a:hover, .layout.teachers.education-v2 .block-1 .right .level2 li a:hover {
              color: #3e3350; }
        .layout.education-v2.education-v2 .block-1 .right .level2.level2-0, .layout.teachers.education-v2 .block-1 .right .level2.level2-0 {
          display: none; }
      .layout.education-v2.education-v2 .block-1 .right ::-webkit-scrollbar, .layout.teachers.education-v2 .block-1 .right ::-webkit-scrollbar {
        width: 10px;
        background: #fff; }
      .layout.education-v2.education-v2 .block-1 .right ::-webkit-scrollbar-thumb, .layout.teachers.education-v2 .block-1 .right ::-webkit-scrollbar-thumb {
        background: #7b828b;
        border-radius: 10px; }
      .layout.education-v2.education-v2 .block-1 .right .container, .layout.teachers.education-v2 .block-1 .right .container {
        display: block;
        height: 60px;
        position: relative;
        overflow: hidden;
        width: 100%; }
        .layout.education-v2.education-v2 .block-1 .right .container .helper, .layout.teachers.education-v2 .block-1 .right .container .helper {
          #position: absolute;
          /*a variation of an "lte ie7" hack*/
          #top: 0;
          top: 0;
          left: 0;
          height: 60px;
          display: block; }
          .layout.education-v2.education-v2 .block-1 .right .container .helper ul, .layout.teachers.education-v2 .block-1 .right .container .helper ul {
            #position: relative;
            #top: 0;
            margin: 0 auto;
            width: 270px; }
    .layout.education-v2.education-v2 .wrapper .menu-esp .block-1, .layout.teachers.education-v2 .wrapper .menu-esp .block-1 {
      width: 100%;
      height: 60px;
      margin: 0;
      background: #f4f7f9;
      border-bottom: 1px solid #dbdbdb;
      border-radius: 0;
      padding-top: 0;
      padding-left: 30px; }
      .layout.education-v2.education-v2 .wrapper .menu-esp .block-1 .title-menu-v2, .layout.teachers.education-v2 .wrapper .menu-esp .block-1 .title-menu-v2 {
        max-width: 100%;
        height: 60px;
        margin: 0;
        font-size: 15px; }
      .layout.education-v2.education-v2 .wrapper .menu-esp .block-1 .number, .layout.teachers.education-v2 .wrapper .menu-esp .block-1 .number {
        display: none; }
      .layout.education-v2.education-v2 .wrapper .menu-esp .block-1 img, .layout.teachers.education-v2 .wrapper .menu-esp .block-1 img {
        display: none; }
      .layout.education-v2.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp, .layout.teachers.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp {
        display: none;
        padding-left: 0;
        height: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        position: absolute;
        z-index: 2;
        background: #f4f7f9; }
        .layout.education-v2.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li, .layout.teachers.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li {
          display: block;
          width: 100%;
          border-bottom: 1px solid #cbcbcb;
          padding-left: 30px;
          font-family: "Montserrat Black";
          color: #3e3650;
          font-size: 14px;
          height: 60px; }
          .layout.education-v2.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li a, .layout.teachers.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li a {
            transition: none;
            line-height: 60px;
            margin-bottom: 0;
            font-family: "Montserrat";
            font-weight: 800;
            color: #3e3650;
            display: inline-block;
            margin-left: 0;
            text-transform: uppercase;
            font-size: 14px; }
          .layout.education-v2.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li .icon, .layout.teachers.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li .icon {
            float: right;
            margin-right: 30px;
            margin-top: 24px; }
          .layout.education-v2.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li.back, .layout.teachers.education-v2 .wrapper .menu-esp .block-1 .education-menu-esp li.back {
            text-transform: uppercase;
            line-height: 60px;
            margin-bottom: 0; }
    .layout.education-v2.education-v2 .wrapper .menu-esp .middle-items .left-items .block-2, .layout.education-v2.education-v2 .wrapper .menu-esp .middle-items .left-items .block-3, .layout.teachers.education-v2 .wrapper .menu-esp .middle-items .left-items .block-2, .layout.teachers.education-v2 .wrapper .menu-esp .middle-items .left-items .block-3 {
      height: 60px; }
    .layout.education-v2.education-v2 .wrapper .menu-esp .middle-items .right-items, .layout.teachers.education-v2 .wrapper .menu-esp .middle-items .right-items {
      width: 100%; }
      .layout.education-v2.education-v2 .wrapper .menu-esp .middle-items .right-items .block-4, .layout.teachers.education-v2 .wrapper .menu-esp .middle-items .right-items .block-4 {
        width: 100%;
        height: 60px; }
    .layout.education-v2.education-v2 .wrapper .menu-esp .bottom-items .block-6, .layout.education-v2.education-v2 .wrapper .menu-esp .bottom-items .block-7, .layout.teachers.education-v2 .wrapper .menu-esp .bottom-items .block-6, .layout.teachers.education-v2 .wrapper .menu-esp .bottom-items .block-7 {
      width: 100%; }
    .layout.education-v2.education-v2 .wrapper .menu-esp .bottom-items .block-8, .layout.teachers.education-v2 .wrapper .menu-esp .bottom-items .block-8 {
      width: 100%;
      padding-left: 0; }
      .layout.education-v2.education-v2 .wrapper .menu-esp .bottom-items .block-8 input, .layout.teachers.education-v2 .wrapper .menu-esp .bottom-items .block-8 input {
        width: 100%; }
    .layout.education-v2.education-v2 .wrapper .menu-esp .follow-search, .layout.teachers.education-v2 .wrapper .menu-esp .follow-search {
      padding-top: 50px; }
    .layout.education-v2.education-v2 .wrapper .menu-esp .back-button, .layout.teachers.education-v2 .wrapper .menu-esp .back-button {
      margin-top: 30px;
      float: right; }
  .layout.evocacion .wrapper-evocacion {
    width: 100%; }

  .bulletin {
    height: auto; }

  .ipBlock {
    min-height: 0 !important; }

  .material section.finder {
    margin-top: 75px;
    background: url("../img/header-s.png") no-repeat center bottom;
    background-size: cover;
    height: 460px; }
    .material section.finder .wrapper {
      width: 100%;
      padding: 15px; }
    .material section.finder h3 {
      padding-top: 13px;
      font-size: 12px;
      letter-spacing: 2px;
      font-weight: normal; }
    .material section.finder h4 {
      font-size: 20px;
      line-height: 25px;
      padding: 0 50px; }
      .material section.finder h4 br {
        display: none; }
      .material section.finder h4 span {
        display: none; }
    .material section.finder input[type="text"] {
      background: #fff url("../img/look-s.png") no-repeat right 20px center;
      opacity: 0.9;
      color: #000;
      font-size: 12px;
      padding: 11px; }
      .material section.finder input[type="text"]::placeholder {
        color: #000; }
      .material section.finder input[type="text"]:focus {
        outline: none; }
    .material section.finder .info {
      margin-top: 50px;
      font-size: 10px; }
      .material section.finder .info img {
        width: 15px; }
  .material article {
    width: 100%; }
    .material article .wrapper-top {
      display: none; }
    .material article .wrapper {
      padding: 0; }
      .material article .wrapper .side-left {
        display: none;
        float: none;
        width: 100%;
        padding: 40px;
        background: transparent;
        min-height: 100px; }
        .material article .wrapper .side-left h3 {
          font-size: 18px;
          padding-top: 30px;
          text-align: center; }
        .material article .wrapper .side-left .methods {
          display: none; }
        .material article .wrapper .side-left .text {
          display: none; }
        .material article .wrapper .side-left .extra {
          display: none; }
      .material article .wrapper .side-right {
        width: 100%;
        min-height: 100px; }
        .material article .wrapper .side-right .index {
          display: none; }
        .material article .wrapper .side-right .book-wrapper {
          height: 165px; }
          .material article .wrapper .side-right .book-wrapper img.frontal {
            max-width: 130px;
            margin-left: 33%;
            margin-top: 43px; }
          .material article .wrapper .side-right .book-wrapper .border,
          .material article .wrapper .side-right .book-wrapper .border2,
          .material article .wrapper .side-right .book-wrapper .book-shadowo {
            display: none; }
          .material article .wrapper .side-right .book-wrapper .book {
            -webkit-transform: none;
            -moz-transform: none;
            text-align: center; }
            .material article .wrapper .side-right .book-wrapper .book img {
              margin: 32px auto 0; }
        .material article .wrapper .side-right .isbn {
          padding-bottom: 30px; }
      .material article .wrapper .tabs {
        background: #f4f7f9;
        padding: 11px 0;
        border-bottom: 1px solid #e2e6e9; }
        .material article .wrapper .tabs a {
          width: 50%;
          display: block;
          float: left;
          margin-top: 11px;
          text-align: center;
          font-size: 12px;
          color: #3e3650;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: 500; }
          .material article .wrapper .tabs a:first-child {
            border-right: 1px solid #e2e6e9; }
          .material article .wrapper .tabs a.single {
            border: 0 !important;
            width: 100%; }
      .material article .wrapper .mobile-info {
        background: #f4f7f9;
        padding: 20px 40px 40px; }
        .material article .wrapper .mobile-info h3 {
          font-size: 15px;
          font-weight: 500; }
        .material article .wrapper .mobile-info .methods {
          font-size: 12px;
          font-weight: 500;
          color: #67d0fd;
          margin-bottom: 30px; }
          .material article .wrapper .mobile-info .methods.first {
            margin-bottom: 10px; }
          .material article .wrapper .mobile-info .methods span {
            color: #77747c;
            text-transform: uppercase; }
        .material article .wrapper .mobile-info .text {
          color: #77747c;
          font-size: 12px;
          line-height: 24px;
          font-weight: normal;
          margin-bottom: 30px; }
        .material article .wrapper .mobile-info .button {
          background: #39346b;
          display: block;
          text-align: center; }
        .material article .wrapper .mobile-info .format-ico {
          float: left;
          width: 26px;
          height: 26px;
          margin-right: 15px;
          background-size: 100% auto; }
        .material article .wrapper .mobile-info .ico1 {
          float: left;
          width: 26px;
          height: 26px;
          margin-right: 15px;
          background: url("../img/cicon1.png") no-repeat center center;
          background-size: 100% auto; }
        .material article .wrapper .mobile-info .ico2 {
          float: left;
          width: 26px;
          height: 26px;
          margin-right: 37px;
          background: url("../img/cicon2.png") no-repeat center center;
          background-size: 100% auto; }
        .material article .wrapper .mobile-info .authors {
          margin-top: 15px;
          font-size: 12px;
          color: #7c8189; }
          .material article .wrapper .mobile-info .authors span {
            color: #3e3650;
            display: block; }
        .material article .wrapper .mobile-info .downloads-catalogue-spain {
          text-transform: uppercase;
          color: #66ccff;
          font-size: 15px;
          font-family: 'Montserrat';
          font-weight: 500;
          text-decoration: none;
          display: inline-block;
          max-width: 160px;
          line-height: 18px;
          margin-bottom: 16px; }
          .material article .wrapper .mobile-info .downloads-catalogue-spain.demo {
            margin-right: 10px; }
          .material article .wrapper .mobile-info .downloads-catalogue-spain img {
            display: block;
            float: left;
            margin-right: 12px;
            margin-top: 2px; }
        .material article .wrapper .mobile-info .price, .material article .wrapper .mobile-info .shop {
          font-size: 12px;
          color: #7c8189;
          border: 1px solid #d0d0d0;
          border-radius: 5px;
          float: left;
          height: 52px;
          padding-right: 19px;
          padding-left: 9px;
          padding-top: 17px;
          min-width: 196px;
          margin: 15px 0; }
          .material article .wrapper .mobile-info .price span, .material article .wrapper .mobile-info .price a, .material article .wrapper .mobile-info .shop span, .material article .wrapper .mobile-info .shop a {
            font-size: 30px;
            color: #39346b;
            font-weight: 600;
            float: right;
            margin-top: -13px;
            padding-left: 30px;
            text-decoration: none; }
        .material article .wrapper .mobile-info .extra-button p {
          color: #39346b;
          font-size: 14px;
          margin-bottom: 20px; }
        .material article .wrapper .mobile-info .extra-button a {
          text-decoration: none;
          color: #39346b;
          background: #ffffff;
          padding: 10px; }
        .material article .wrapper .mobile-info .shop {
          min-width: auto;
          text-align: center;
          height: auto;
          padding: 0; }
          .material article .wrapper .mobile-info .shop a {
            text-transform: uppercase;
            font-size: 12px;
            text-align: center;
            margin-top: 0;
            height: 50px;
            padding: 18px 63px; }

  .layout.full-wrapper .wrapper {
    width: 98%;
    margin: 0 auto; }
    .layout.full-wrapper .wrapper .ipWidget-TMColumns ._col {
      margin-bottom: 20px; }

  .layout {
    margin-top: 75px !important; } }
@media only screen and (max-width: 350px) {
  header.main .left .logo a img {
    width: 130px; } }
@media only screen and (max-width: 450px) {
  header.main .main-menu ul li:first-child a {
    background-size: auto 22%; } }
@media only screen and (max-width: 764px) {
  .ipWidget-TMColumns ._col {
    width: 100% !important;
    padding: 0 !important; }
  .ipWidget-TMColumns ._container {
    margin: 0; }

  .ipWidget-BannerEducationProjects .banner {
    height: auto !important; }
    .ipWidget-BannerEducationProjects .banner .content {
      padding-left: 25px;
      padding-right: 25px; }
    .ipWidget-BannerEducationProjects .banner .wrapper {
      width: auto !important;
      padding-top: 30px;
      max-width: 100%; }
      .ipWidget-BannerEducationProjects .banner .wrapper.ed-projects {
        width: inherit !important;
        max-width: 288px; }
  .ipWidget-BannerEducationProjects .title {
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 36px; }
  .ipWidget-BannerEducationProjects .educational-projects .item {
    margin-bottom: 10px; }
    .ipWidget-BannerEducationProjects .educational-projects .item .text {
      font-size: 12px; }

  .ipWidget-DynamicForm .dynamicForm_wrapper {
    max-width: 100%;
    padding: 0 25px; }
  .ipWidget-DynamicForm .dynamicForm .fields-block .block {
    margin-bottom: 30px;
    width: 100% !important;
    display: block !important; }
    .ipWidget-DynamicForm .dynamicForm .fields-block .block input[type="text"], .ipWidget-DynamicForm .dynamicForm .fields-block .block select {
      border: 1px solid #e1e6ea !important;
      margin-left: inherit;
      border-radius: 5px !important;
      box-shadow: none; }
    .ipWidget-DynamicForm .dynamicForm .fields-block .block input[type="text"], .ipWidget-DynamicForm .dynamicForm .fields-block .block select, .ipWidget-DynamicForm .dynamicForm .fields-block .block textarea {
      margin-bottom: 2px; }
    .ipWidget-DynamicForm .dynamicForm .fields-block .block.right {
      margin-left: 0; }
      .ipWidget-DynamicForm .dynamicForm .fields-block .block.right input[type="text"], .ipWidget-DynamicForm .dynamicForm .fields-block .block.right select {
        margin-left: 0; }
  .ipWidget-DynamicForm .dynamicForm input[type="submit"] {
    margin: 20px auto 0 auto; }

  .ipWidget-CountriesDropDown {
    width: 100%;
    left: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e7ecf3;
    min-width: 100%;
    min-height: 10px;
    padding-bottom: 120px; }
    .ipWidget-CountriesDropDown .countries-drop-down {
      width: 100%; }
      .ipWidget-CountriesDropDown .countries-drop-down .countries .column:last-child {
        margin-top: 60px; }
      .ipWidget-CountriesDropDown .countries-drop-down .top .close-button {
        margin-top: -4px; }
    .ipWidget-CountriesDropDown.show-important {
      display: block !important;
      position: absolute; }

  .ipWidget-MosaicApps, .ipWidget-AppsCategory {
    height: auto; }
    .ipWidget-MosaicApps .mosaic-wrapper .app, .ipWidget-AppsCategory .mosaic-wrapper .app {
      width: 100%;
      height: 689px;
      padding-top: 135px;
      display: block;
      text-align: center;
      position: relative;
      background-size: auto  !important;
      background-position: center bottom 50px !important;
      float: inherit; }
      .ipWidget-MosaicApps .mosaic-wrapper .app .app-title, .ipWidget-MosaicApps .mosaic-wrapper .app .app-title-hover, .ipWidget-AppsCategory .mosaic-wrapper .app .app-title, .ipWidget-AppsCategory .mosaic-wrapper .app .app-title-hover {
        width: 100%; }
      .ipWidget-MosaicApps .mosaic-wrapper .app .hover-app .app-title-hover, .ipWidget-MosaicApps .mosaic-wrapper .app .hover-app .text-hover, .ipWidget-AppsCategory .mosaic-wrapper .app .hover-app .app-title-hover, .ipWidget-AppsCategory .mosaic-wrapper .app .hover-app .text-hover {
        display: inherit; }
      .ipWidget-MosaicApps .mosaic-wrapper .app .filters, .ipWidget-AppsCategory .mosaic-wrapper .app .filters {
        display: none; }
      .ipWidget-MosaicApps .mosaic-wrapper .app .download-requirements, .ipWidget-AppsCategory .mosaic-wrapper .app .download-requirements {
        display: none; }
      .ipWidget-MosaicApps .mosaic-wrapper .app .img-down, .ipWidget-AppsCategory .mosaic-wrapper .app .img-down {
        display: none; }
      .ipWidget-MosaicApps .mosaic-wrapper .app.has-hover:hover .app-title, .ipWidget-AppsCategory .mosaic-wrapper .app.has-hover:hover .app-title {
        display: block; }
    .ipWidget-MosaicApps .mosaic-wrapper .text-app-mobile, .ipWidget-AppsCategory .mosaic-wrapper .text-app-mobile {
      text-align: center;
      padding: 50px 75px; }
      .ipWidget-MosaicApps .mosaic-wrapper .text-app-mobile p, .ipWidget-AppsCategory .mosaic-wrapper .text-app-mobile p {
        font-family: "Montserrat";
        font-size: 21px;
        color: #79838d;
        line-height: 36px;
        font-weight: 400; }

  .ipWidget-BannerShop .banner {
    height: 692px !important; }
    .ipWidget-BannerShop .banner .wrapper {
      width: 100% !important; }
      .ipWidget-BannerShop .banner .wrapper .buttons.buttons-inline .button-wrapper {
        margin: 0 0 20px 0 !important; }
        .ipWidget-BannerShop .banner .wrapper .buttons.buttons-inline .button-wrapper img {
          width: 80%; }

  .ipWidget-MenuItem .menuItem {
    position: relative;
    width: 100%;
    height: 60px;
    background: #f4f7f9;
    border-radius: 0; }
    .ipWidget-MenuItem .menuItem .link {
      padding: 0 0  0 30px; }
      .ipWidget-MenuItem .menuItem .link .item-image {
        display: none; }
      .ipWidget-MenuItem .menuItem .link .number {
        display: none; }
      .ipWidget-MenuItem .menuItem .link .wrapper-item {
        width: 100% !important;
        margin: 0 auto;
        background: transparent;
        left: 30px !important;
        bottom: 0 !important; }
        .ipWidget-MenuItem .menuItem .link .wrapper-item .text-item .title {
          font-family: 'Montserrat';
          font-size: 15px;
          color: #3e3650;
          line-height: 60px; }
        .ipWidget-MenuItem .menuItem .link .wrapper-item .text-item .subtitle {
          display: none; }
    .ipWidget-MenuItem .menuItem.contact-skin .link .wrapper-item .text-item .subtitle {
      font-size: 14px; }
    .ipWidget-MenuItem .menuItem.pages-skin {
      height: inherit !important;
      padding: 50px;
      border-bottom: 1px solid #dbdbdb;
      background: inherit; }
      .ipWidget-MenuItem .menuItem.pages-skin .link {
        padding: 0 0 0 65px; }
        .ipWidget-MenuItem .menuItem.pages-skin .link:after {
          content: '';
          display: inline-block;
          background: url("../img/right-arrow.png") no-repeat center;
          height: 26px;
          width: 15px;
          position: absolute;
          right: 44px;
          top: 41px; }
        .ipWidget-MenuItem .menuItem.pages-skin .link .dtable, .ipWidget-MenuItem .menuItem.pages-skin .link .drow, .ipWidget-MenuItem .menuItem.pages-skin .link .dcell {
          height: 100%; }
        .ipWidget-MenuItem .menuItem.pages-skin .link .wrapper-item {
          padding: 0 !important;
          width: 100% !important;
          text-align: left; }
          .ipWidget-MenuItem .menuItem.pages-skin .link .wrapper-item .text-item {
            margin-top: 0 !important; }
            .ipWidget-MenuItem .menuItem.pages-skin .link .wrapper-item .text-item .title {
              font-size: 22px;
              color: #7b828b;
              padding-right: 40px; }
        .ipWidget-MenuItem .menuItem.pages-skin .link img, .ipWidget-MenuItem .menuItem.pages-skin .link .subtitle {
          display: none; }
  .ipWidget-MenuItem.ipSkin-contact .menuItem {
    position: relative;
    width: 100%;
    background: #f4f7f9;
    border-radius: 0; }
    .ipWidget-MenuItem.ipSkin-contact .menuItem .link {
      padding: 0; }
      .ipWidget-MenuItem.ipSkin-contact .menuItem .link .item-image {
        display: block; }
      .ipWidget-MenuItem.ipSkin-contact .menuItem .link .number {
        display: none; }
      .ipWidget-MenuItem.ipSkin-contact .menuItem .link .wrapper-item {
        width: 100% !important;
        margin: 0 auto;
        background: transparent;
        left: 30px !important; }
        .ipWidget-MenuItem.ipSkin-contact .menuItem .link .wrapper-item .text-item .title {
          font-family: 'Montserrat';
          font-size: 15px;
          color: #3e3650;
          line-height: 60px; }
        .ipWidget-MenuItem.ipSkin-contact .menuItem .link .wrapper-item .text-item .subtitle {
          display: block; }
    .ipWidget-MenuItem.ipSkin-contact .menuItem.contact-skin .link .wrapper-item .text-item .subtitle {
      font-size: 14px; }
    .ipWidget-MenuItem.ipSkin-contact .menuItem.pages-skin {
      height: inherit !important;
      padding: 50px;
      border-bottom: 1px solid #dbdbdb;
      background: inherit; }
      .ipWidget-MenuItem.ipSkin-contact .menuItem.pages-skin .link {
        padding: 0 0 0 65px; }
        .ipWidget-MenuItem.ipSkin-contact .menuItem.pages-skin .link:after {
          content: '';
          display: inline-block;
          background: url("../img/right-arrow.png") no-repeat center;
          height: 26px;
          width: 15px;
          position: absolute;
          right: 44px;
          top: 41px; }
        .ipWidget-MenuItem.ipSkin-contact .menuItem.pages-skin .link .dtable, .ipWidget-MenuItem.ipSkin-contact .menuItem.pages-skin .link .drow, .ipWidget-MenuItem.ipSkin-contact .menuItem.pages-skin .link .dcell {
          height: 100%; }
        .ipWidget-MenuItem.ipSkin-contact .menuItem.pages-skin .link .wrapper-item {
          padding: 0 !important;
          width: 100% !important;
          text-align: left; }
          .ipWidget-MenuItem.ipSkin-contact .menuItem.pages-skin .link .wrapper-item .text-item {
            margin-top: 0 !important; }
            .ipWidget-MenuItem.ipSkin-contact .menuItem.pages-skin .link .wrapper-item .text-item .title {
              font-size: 22px;
              color: #7b828b;
              padding-right: 40px; }
        .ipWidget-MenuItem.ipSkin-contact .menuItem.pages-skin .link img, .ipWidget-MenuItem.ipSkin-contact .menuItem.pages-skin .link .subtitle {
          display: none; }

  .ipWidget-Books .banner {
    height: auto;
    overflow-x: hidden; }
    .ipWidget-Books .banner .banner-book, .ipWidget-Books .banner .banner-book-hover {
      background-size: cover !important;
      height: 710px;
      position: relative; }
      .ipWidget-Books .banner .banner-book .open-hover, .ipWidget-Books .banner .banner-book-hover .open-hover {
        right: 0;
        border-bottom-left-radius: 80px;
        border-top-left-radius: 80px; }
    .ipWidget-Books .banner .banner-book-hover {
      margin-left: 100%;
      position: absolute;
      top: 0;
      text-align: center;
      transition: 1s margin-left;
      overflow: hidden;
      width: 100%; }
      .ipWidget-Books .banner .banner-book-hover .row {
        display: block;
        margin-bottom: 10px; }
        .ipWidget-Books .banner .banner-book-hover .row:last-child {
          margin-bottom: 0; }
        .ipWidget-Books .banner .banner-book-hover .row .item {
          display: inline-block;
          max-width: 42%;
          vertical-align: top;
          margin-right: 15px; }
          .ipWidget-Books .banner .banner-book-hover .row .item .text {
            color: #fff;
            font-family: "Montserrat";
            font-size: 13px;
            line-height: 20px;
            font-weight: 400;
            margin-top: 25px; }
          .ipWidget-Books .banner .banner-book-hover .row .item:nth-child(2n) {
            margin-right: 0; }
        .ipWidget-Books .banner .banner-book-hover .row:last-child {
          padding-bottom: 40px; }
      .ipWidget-Books .banner .banner-book-hover .close-hover {
        left: 0;
        border-bottom-right-radius: 80px;
        border-top-right-radius: 80px;
        display: none; }
    .ipWidget-Books .banner .text-book {
      padding: 50px 60px 50px 40px; }
      .ipWidget-Books .banner .text-book .subtitle {
        font-family: "Montserrat";
        font-size: 18px;
        color: #79838d;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 40px; }
      .ipWidget-Books .banner .text-book .button-wrapper {
        display: inline-block; }
        .ipWidget-Books .banner .text-book .button-wrapper.first {
          margin-right: 60px; }
        .ipWidget-Books .banner .text-book .button-wrapper .button {
          text-align: center;
          width: 226px;
          font-size: 18px;
          padding: 22px 23px !important;
          margin-bottom: 20px;
          display: block; }
    .ipWidget-Books .banner .open-hover, .ipWidget-Books .banner .close-hover {
      position: absolute;
      top: 50px;
      background: #000000;
      height: 80px;
      width: 40px; }
      .ipWidget-Books .banner .open-hover .icon, .ipWidget-Books .banner .close-hover .icon {
        color: #ffffff;
        font-size: 25px;
        margin-top: 25px;
        text-align: center; }
      .ipWidget-Books .banner .open-hover.bottom, .ipWidget-Books .banner .close-hover.bottom {
        position: absolute;
        bottom: 50px;
        top: initial; }
      .ipWidget-Books .banner .open-hover.fixed, .ipWidget-Books .banner .close-hover.fixed {
        position: fixed;
        top: 180px; }

  .ipWidget-Blogs .row .item {
    display: inline-block;
    height: 692px;
    width: 100% !important;
    vertical-align: top;
    text-align: center;
    padding-top: 120px;
    position: relative;
    background: url(".") !important; }
    .ipWidget-Blogs .row .item .small-text {
      text-transform: uppercase;
      font-size: 18px; }
    .ipWidget-Blogs .row .item .title {
      font-family: Montserrat;
      max-width: 70%;
      padding-top: 50px; }
    .ipWidget-Blogs .row .item .text {
      font-family: Montserrat;
      font-size: 18px;
      max-width: 80%;
      top: 350px; }
    .ipWidget-Blogs .row .item .button-wrapper {
      bottom: 100px; }
      .ipWidget-Blogs .row .item .button-wrapper .button {
        font-size: 18px;
        font-weight: 600;
        padding: 22px 71px !important; }
    .ipWidget-Blogs .row .item:first-child {
      float: inherit; }
    .ipWidget-Blogs .row .item:last-child {
      float: inherit; }

  .ipWidget-Post .post {
    position: relative;
    padding-bottom: 87px; }
    .ipWidget-Post .post .left {
      float: inherit;
      width: 100%;
      padding-left: 50px;
      padding-right: 50px; }
      .ipWidget-Post .post .left .button-wrapper {
        margin-top: 60px; }
        .ipWidget-Post .post .left .button-wrapper .button {
          text-transform: uppercase; }
      .ipWidget-Post .post .left p.add-info {
        margin-left: 60px; }
    .ipWidget-Post .post .right {
      float: inherit;
      width: 122px;
      position: absolute;
      right: 40px;
      bottom: 60px; }
      .ipWidget-Post .post .right .image {
        position: relative;
        border: 6px solid #fff;
        -webkit-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.18);
        box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.18); }
        .ipWidget-Post .post .right .image .video .player img {
          width: 27px;
          height: 40px; }

  .ipWidget-MosaicProjects a {
    display: block;
    margin: 10px auto;
    width: 100%; }
    .ipWidget-MosaicProjects a .project {
      width: 100%; }
  .ipWidget-MosaicProjects .levels-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 60px; }
    .ipWidget-MosaicProjects .levels-wrapper .levels {
      width: 150%;
      border: none; }
  .ipWidget-MosaicProjects .levels {
    margin-bottom: 0 !important; }
  .ipWidget-MosaicProjects .mosaic-no-level {
    width: 100%; }
    .ipWidget-MosaicProjects .mosaic-no-level .project {
      margin: 10px auto;
      width: 100%; }

  .ipWidget-FeaturedMaterials .featured-materials-wrapper .materials-title, .ipWidget-Catalogue .featured-materials-wrapper .materials-title, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .materials-title {
    position: relative;
    width: inherit !important;
    left: 0;
    margin: 0 auto 30px auto !important; }
  .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials, .ipWidget-Catalogue .featured-materials-wrapper .row-materials, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials {
    text-align: inherit;
    display: none; }
    .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material {
      margin-left: 0;
      width: 50%;
      float: left;
      text-align: center; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material img, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material img, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material img {
        margin: 30px auto;
        width: 75%; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material .cover, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material .cover, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material .cover {
        background: #fff;
        padding-top: 1px;
        padding-bottom: 1px;
        border-right: 3px solid #f5f8fb; }
        .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material .cover.last, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material .cover.last, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material .cover.last {
          border-right: 0;
          border-left: 3px solid #f5f8fb; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material .link-wrapper, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material .link-wrapper, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material .link-wrapper {
        padding: 26px 0; }
  .ipWidget-FeaturedMaterials .featured-materials-wrapper.esp, .ipWidget-Catalogue .featured-materials-wrapper.esp, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper.esp {
    padding-top: 0; }
  .ipWidget-FeaturedMaterials .esp.tablet, .ipWidget-Catalogue .esp.tablet, .ipWidget-FeaturedMaterialsExternal .esp.tablet {
    padding-bottom: 80px;
    display: block !important; }
    .ipWidget-FeaturedMaterials .esp.tablet .materials-title, .ipWidget-FeaturedMaterials .esp.tablet .materials-subtitle, .ipWidget-Catalogue .esp.tablet .materials-title, .ipWidget-Catalogue .esp.tablet .materials-subtitle, .ipWidget-FeaturedMaterialsExternal .esp.tablet .materials-title, .ipWidget-FeaturedMaterialsExternal .esp.tablet .materials-subtitle {
      width: 80%;
      margin: 0 auto; }
    .ipWidget-FeaturedMaterials .esp.tablet .materials-title, .ipWidget-Catalogue .esp.tablet .materials-title, .ipWidget-FeaturedMaterialsExternal .esp.tablet .materials-title {
      width: 80% !important;
      top: auto;
      left: auto; }
    .ipWidget-FeaturedMaterials .esp.tablet .row-materials, .ipWidget-Catalogue .esp.tablet .row-materials, .ipWidget-FeaturedMaterialsExternal .esp.tablet .row-materials {
      display: none;
      height: 220px; }
      .ipWidget-FeaturedMaterials .esp.tablet .row-materials .wrapper-material, .ipWidget-Catalogue .esp.tablet .row-materials .wrapper-material, .ipWidget-FeaturedMaterialsExternal .esp.tablet .row-materials .wrapper-material {
        margin-left: 0;
        width: 45%;
        float: left;
        text-align: center;
        height: 150px; }
        .ipWidget-FeaturedMaterials .esp.tablet .row-materials .wrapper-material img, .ipWidget-Catalogue .esp.tablet .row-materials .wrapper-material img, .ipWidget-FeaturedMaterialsExternal .esp.tablet .row-materials .wrapper-material img {
          margin: 30px auto;
          width: 75%; }
          .ipWidget-FeaturedMaterials .esp.tablet .row-materials .wrapper-material img.frontal, .ipWidget-Catalogue .esp.tablet .row-materials .wrapper-material img.frontal, .ipWidget-FeaturedMaterialsExternal .esp.tablet .row-materials .wrapper-material img.frontal {
            width: 100px; }
        .ipWidget-FeaturedMaterials .esp.tablet .row-materials .wrapper-material .cover, .ipWidget-Catalogue .esp.tablet .row-materials .wrapper-material .cover, .ipWidget-FeaturedMaterialsExternal .esp.tablet .row-materials .wrapper-material .cover {
          background: #fff;
          padding-top: 1px;
          padding-bottom: 1px;
          border-right: 3px solid #f5f8fb; }
          .ipWidget-FeaturedMaterials .esp.tablet .row-materials .wrapper-material .cover.last, .ipWidget-Catalogue .esp.tablet .row-materials .wrapper-material .cover.last, .ipWidget-FeaturedMaterialsExternal .esp.tablet .row-materials .wrapper-material .cover.last {
            border-right: 0;
            border-left: 3px solid #f5f8fb; }
        .ipWidget-FeaturedMaterials .esp.tablet .row-materials .wrapper-material .link-wrapper, .ipWidget-Catalogue .esp.tablet .row-materials .wrapper-material .link-wrapper, .ipWidget-FeaturedMaterialsExternal .esp.tablet .row-materials .wrapper-material .link-wrapper {
          padding: 26px 0; }
      .ipWidget-FeaturedMaterials .esp.tablet .row-materials:first-of-type, .ipWidget-Catalogue .esp.tablet .row-materials:first-of-type, .ipWidget-FeaturedMaterialsExternal .esp.tablet .row-materials:first-of-type {
        display: block; }
    .ipWidget-FeaturedMaterials .esp.tablet .balls, .ipWidget-Catalogue .esp.tablet .balls, .ipWidget-FeaturedMaterialsExternal .esp.tablet .balls {
      margin-top: 50px; }

  .ipWidget-RelatedApps .apps img {
    display: block;
    margin: 0 auto 87px auto; }
    .ipWidget-RelatedApps .apps img:last-child {
      margin: 0 auto 0 auto; }

  .ipWidget-RelatedMethodology .methodologies .methodology {
    margin: 0 auto 27px auto;
    width: 80%;
    display: block;
    height: auto;
    padding-bottom: 36px;
    padding-top: 36px; }
    .ipWidget-RelatedMethodology .methodologies .methodology .body-methodology {
      width: 80%; }

  .ipWidget-RelatedProjects .projects {
    text-align: left; }
    .ipWidget-RelatedProjects .projects .projects-title {
      text-align: center;
      border-bottom: 1px solid #dbdbdb;
      font-size: 20px;
      font-weight: 400;
      color: #3e3350;
      margin-bottom: 0;
      padding-bottom: 30px; }
    .ipWidget-RelatedProjects .projects a {
      width: 100%;
      height: inherit !important;
      margin: 0;
      text-decoration: none; }
      .ipWidget-RelatedProjects .projects a .project {
        text-align: left;
        display: block;
        width: 100%;
        height: inherit !important;
        border-bottom: 1px solid #dbdbdb;
        background: inherit !important;
        padding: 24px 0 24px 25px;
        position: relative; }
        .ipWidget-RelatedProjects .projects a .project .level {
          display: none; }
        .ipWidget-RelatedProjects .projects a .project .project-title {
          width: auto;
          margin: auto;
          font-size: 18px;
          color: #7b828b;
          font-weight: 400; }
        .ipWidget-RelatedProjects .projects a .project:after {
          content: '';
          display: inline-block;
          background: url("../img/right-arrow.png") no-repeat center;
          height: 26px;
          width: 15px;
          position: absolute;
          right: 44px;
          top: 27px; }

  .ipWidget-Skills .list-items-widget .list-items-widget-title, .ipWidget-Platforms .list-items-widget .list-items-widget-title, .ipWidget-ReadingPromotion .list-items-widget .list-items-widget-title, .ipWidget-ReadingResources .list-items-widget .list-items-widget-title, .ipWidget-Evaluation .list-items-widget .list-items-widget-title, .ipWidget-LanguageLearning .list-items-widget .list-items-widget-title, .ipWidget-EducationalSolutions .list-items-widget .list-items-widget-title, .ipWidget-AdultEducation .list-items-widget .list-items-widget-title, .ipWidget-TeacherTraining .list-items-widget .list-items-widget-title {
    display: block;
    margin: 70px auto 75px auto;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #3e3650;
    text-align: center; }
  .ipWidget-Skills .list-items-widget .list-item-widget, .ipWidget-Platforms .list-items-widget .list-item-widget, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget, .ipWidget-ReadingResources .list-items-widget .list-item-widget, .ipWidget-Evaluation .list-items-widget .list-item-widget, .ipWidget-LanguageLearning .list-items-widget .list-item-widget, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget, .ipWidget-AdultEducation .list-items-widget .list-item-widget, .ipWidget-TeacherTraining .list-items-widget .list-item-widget {
    border-radius: 5px;
    display: block;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 40px; }
    .ipWidget-Skills .list-items-widget .list-item-widget .img-wrap, .ipWidget-Platforms .list-items-widget .list-item-widget .img-wrap, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .img-wrap, .ipWidget-ReadingResources .list-items-widget .list-item-widget .img-wrap, .ipWidget-Evaluation .list-items-widget .list-item-widget .img-wrap, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .img-wrap, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .img-wrap, .ipWidget-AdultEducation .list-items-widget .list-item-widget .img-wrap, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .img-wrap {
      display: block;
      width: 90%;
      height: 248px;
      text-align: center;
      background: #f4f9fc; }
      .ipWidget-Skills .list-items-widget .list-item-widget .img-wrap img, .ipWidget-Platforms .list-items-widget .list-item-widget .img-wrap img, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .img-wrap img, .ipWidget-ReadingResources .list-items-widget .list-item-widget .img-wrap img, .ipWidget-Evaluation .list-items-widget .list-item-widget .img-wrap img, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .img-wrap img, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .img-wrap img, .ipWidget-AdultEducation .list-items-widget .list-item-widget .img-wrap img, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .img-wrap img {
        margin-top: 34.5px; }
    .ipWidget-Skills .list-items-widget .list-item-widget .item-body, .ipWidget-Platforms .list-items-widget .list-item-widget .item-body, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .item-body, .ipWidget-ReadingResources .list-items-widget .list-item-widget .item-body, .ipWidget-Evaluation .list-items-widget .list-item-widget .item-body, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .item-body, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .item-body, .ipWidget-AdultEducation .list-items-widget .list-item-widget .item-body, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .item-body {
      max-width: inherit;
      margin-left: 0;
      margin-top: 50px;
      width: 90%; }
      .ipWidget-Skills .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-Platforms .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-ReadingResources .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-Evaluation .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-AdultEducation .list-items-widget .list-item-widget .item-body .item-title, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .item-body .item-title {
        margin-bottom: 26px;
        padding-top: 20px; }
    .ipWidget-Skills .list-items-widget .list-item-widget .buttons, .ipWidget-Platforms .list-items-widget .list-item-widget .buttons, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .buttons, .ipWidget-ReadingResources .list-items-widget .list-item-widget .buttons, .ipWidget-Evaluation .list-items-widget .list-item-widget .buttons, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .buttons, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .buttons, .ipWidget-AdultEducation .list-items-widget .list-item-widget .buttons, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .buttons {
      margin-top: 40px; }
      .ipWidget-Skills .list-items-widget .list-item-widget .buttons .button, .ipWidget-Platforms .list-items-widget .list-item-widget .buttons .button, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .buttons .button, .ipWidget-ReadingResources .list-items-widget .list-item-widget .buttons .button, .ipWidget-Evaluation .list-items-widget .list-item-widget .buttons .button, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .buttons .button, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .buttons .button, .ipWidget-AdultEducation .list-items-widget .list-item-widget .buttons .button, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .buttons .button {
        padding: 20px 40px !important;
        margin-bottom: 20px; }
        .ipWidget-Skills .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-Platforms .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-ReadingResources .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-Evaluation .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-AdultEducation .list-items-widget .list-item-widget .buttons .button.last, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .buttons .button.last {
          padding: 26px 71px !important;
          margin: 0; }
      .ipWidget-Skills .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-Platforms .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-ReadingResources .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-Evaluation .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-AdultEducation .list-items-widget .list-item-widget .buttons .date-c, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .buttons .date-c {
        float: inherit; }
    .ipWidget-Skills .list-items-widget .list-item-widget.big, .ipWidget-Platforms .list-items-widget .list-item-widget.big, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget.big, .ipWidget-ReadingResources .list-items-widget .list-item-widget.big, .ipWidget-Evaluation .list-items-widget .list-item-widget.big, .ipWidget-LanguageLearning .list-items-widget .list-item-widget.big, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget.big, .ipWidget-AdultEducation .list-items-widget .list-item-widget.big, .ipWidget-TeacherTraining .list-items-widget .list-item-widget.big {
      height: auto; }
      .ipWidget-Skills .list-items-widget .list-item-widget.big .item-body, .ipWidget-Platforms .list-items-widget .list-item-widget.big .item-body, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget.big .item-body, .ipWidget-ReadingResources .list-items-widget .list-item-widget.big .item-body, .ipWidget-Evaluation .list-items-widget .list-item-widget.big .item-body, .ipWidget-LanguageLearning .list-items-widget .list-item-widget.big .item-body, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget.big .item-body, .ipWidget-AdultEducation .list-items-widget .list-item-widget.big .item-body, .ipWidget-TeacherTraining .list-items-widget .list-item-widget.big .item-body {
        margin-top: 0; }

  .ipWidget-News .tabs, .ipWidget-NewsByCategory .tabs {
    max-width: 100%;
    padding-top: 30px; }
    .ipWidget-News .tabs .top, .ipWidget-NewsByCategory .tabs .top {
      text-align: center;
      border: none; }
      .ipWidget-News .tabs .top ul, .ipWidget-NewsByCategory .tabs .top ul {
        padding: 0;
        width: 100%;
        margin: 0 auto; }
        .ipWidget-News .tabs .top ul li, .ipWidget-NewsByCategory .tabs .top ul li {
          padding-bottom: 10px; }
    .ipWidget-News .tabs .mosaic, .ipWidget-NewsByCategory .tabs .mosaic {
      width: 100%;
      padding-top: 30px; }
    .ipWidget-News .tabs .item, .ipWidget-NewsByCategory .tabs .item {
      display: inline-block;
      text-decoration: none;
      text-align: center;
      margin-right: 0;
      margin-bottom: 65px;
      vertical-align: top; }
      .ipWidget-News .tabs .item .title, .ipWidget-NewsByCategory .tabs .item .title {
        max-width: 80%;
        margin: 0 auto; }
      .ipWidget-News .tabs .item .description, .ipWidget-NewsByCategory .tabs .item .description {
        max-width: 80%;
        margin: 0 auto; }
      .ipWidget-News .tabs .item .source, .ipWidget-NewsByCategory .tabs .item .source {
        font-family: "Noto Serif";
        font-style: italic;
        font-weight: bold;
        font-size: 14px;
        color: #73c4f5;
        display: inline-block;
        padding-top: 30px; }
        .ipWidget-News .tabs .item .source:after, .ipWidget-NewsByCategory .tabs .item .source:after {
          content: '-';
          margin: 0 10px;
          font-family: "Noto Serif";
          font-style: italic;
          font-size: 16px;
          color: #b5bcc4; }
      .ipWidget-News .tabs .item .image, .ipWidget-NewsByCategory .tabs .item .image {
        position: relative; }
        .ipWidget-News .tabs .item .image img, .ipWidget-NewsByCategory .tabs .item .image img {
          max-width: 100%;
          text-align: center;
          margin: 0 auto;
          display: block; }
    .ipWidget-News .tabs .grid-item, .ipWidget-NewsByCategory .tabs .grid-item {
      width: 100%; }
    .ipWidget-News .tabs .grid-item--width2, .ipWidget-NewsByCategory .tabs .grid-item--width2 {
      width: 100%; }
  .ipWidget-News .layer video, .ipWidget-NewsByCategory .layer video {
    margin: 0 auto;
    width: 100% !important; }

  .ipWidget-NewsByCategory .tabs .top {
    margin-bottom: 0; }

  .ipWidget-Events .tabs {
    max-width: 100%;
    padding-top: 30px; }
    .ipWidget-Events .tabs .top {
      text-align: center;
      border: none; }
      .ipWidget-Events .tabs .top ul {
        padding: 0;
        width: 100%;
        margin: 0 auto; }
        .ipWidget-Events .tabs .top ul li {
          padding-bottom: 10px;
          font-size: 18px; }
    .ipWidget-Events .tabs .mosaic {
      width: 100%;
      padding-top: 0; }
      .ipWidget-Events .tabs .mosaic .column {
        width: 100%;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top; }
        .ipWidget-Events .tabs .mosaic .column .section-title {
          padding-top: 30px;
          padding-left: 10%; }
        .ipWidget-Events .tabs .mosaic .column .item {
          margin: 0 auto;
          vertical-align: top;
          border-bottom: 1px solid #eff3f5;
          padding: 45px 25px 35px 25px; }
          .ipWidget-Events .tabs .mosaic .column .item .date {
            font-family: "Montserrat";
            font-size: 16px;
            color: #b5bcc4;
            display: inline-block;
            max-width: 90%; }
          .ipWidget-Events .tabs .mosaic .column .item .share-icon {
            float: right;
            width: 16px; }
          .ipWidget-Events .tabs .mosaic .column .item .title {
            font-family: "Montserrat";
            font-size: 20px;
            color: #3e3350;
            padding-top: 20px; }
          .ipWidget-Events .tabs .mosaic .column .item .description {
            font-family: "Montserrat";
            font-size: 14px;
            color: #7b828b;
            padding-top: 15px;
            line-height: 25px;
            width: 100%; }
          .ipWidget-Events .tabs .mosaic .column .item .image {
            position: relative;
            margin-bottom: 30px; }
            .ipWidget-Events .tabs .mosaic .column .item .image img {
              max-width: 100%; }
          .ipWidget-Events .tabs .mosaic .column .item .link {
            text-decoration: none;
            text-transform: uppercase;
            display: inline-block;
            margin-top: 25px;
            font-family: Montserrat;
            font-size: 12px;
            margin-right: 0; }
            .ipWidget-Events .tabs .mosaic .column .item .link:after {
              display: inline-block;
              content: '';
              width: 13px;
              height: 11px;
              background: url("../img/back-arrow.png") no-repeat center center;
              background-size: 100%;
              margin-left: 10px; }
          .ipWidget-Events .tabs .mosaic .column .item:last-child {
            border: none; }
        .ipWidget-Events .tabs .mosaic .column .highlighted {
          display: none;
          text-decoration: none; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh {
            padding: 0 35px;
            display: inline-block;
            background: #f9fafe;
            width: 380px;
            max-width: 100%;
            height: auto;
            vertical-align: top;
            text-align: left;
            padding-bottom: 50px;
            float: none; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .title {
              color: #b5bcc4;
              font-family: "Montserrat";
              font-style: italic;
              font-size: 16px;
              padding-top: 35px;
              max-width: 80%;
              display: inline-block; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .share-icon {
              padding-top: 35px;
              float: right;
              cursor: pointer; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .event-title {
              color: #3e3350;
              font-family: "Montserrat";
              font-weight: bold;
              font-style: normal;
              font-size: 24px;
              line-height: 35px;
              text-transform: uppercase;
              padding-top: 25px; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .description {
              color: #7b828b;
              font-family: "Montserrat";
              font-size: 16px;
              line-height: 30px; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .date {
              margin-top: 50px;
              width: 50%;
              float: left;
              color: #3e3650;
              font-family: "Montserrat";
              font-weight: bold;
              text-align: left;
              border-right: 1px solid #e0e1e5; }
              .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .date .day {
                font-size: 36px; }
              .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .date .month {
                font-family: "Montserrat";
                font-style: italic;
                font-size: 18px; }
              .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .date .hour {
                font-size: 24px; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .location {
              float: right;
              display: inline-block;
              width: 50%;
              text-align: left;
              padding-left: 25px;
              margin-top: 50px; }
              .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .location img {
                float: left;
                margin-bottom: 50px;
                margin-right: 15px; }
              .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .location .text {
                font-family: Montserrat;
                font-size: 12px;
                color: #7b828b; }
              .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .location a {
                text-decoration: none;
                color: #3e3350;
                font-family: Montserrat;
                font-weight: bold;
                font-size: 12px;
                text-transform: uppercase;
                padding-top: 20px;
                display: block;
                margin-left: 30px; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .image {
            display: inline-block;
            vertical-align: top;
            position: relative;
            float: none;
            height: auto;
            width: 100%; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .image img {
              max-width: 100%; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .player {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 30%; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .btn {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 45%; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .title {
            display: none; }
          .ipWidget-Events .tabs .mosaic .column .highlighted.hl-sm {
            display: block;
            position: relative; }
        .ipWidget-Events .tabs .mosaic .column .filter {
          width: 80%;
          margin: 60px auto 0 10%;
          list-style-type: none;
          background: #eff3f5;
          height: 60px;
          position: absolute;
          display: block;
          font-family: Montserrat;
          font-size: 18px;
          color: #39346b;
          border-radius: 5px; }
          .ipWidget-Events .tabs .mosaic .column .filter li {
            display: none;
            margin: 0;
            padding: 0;
            text-align: left;
            padding-left: 30px;
            line-height: 60px; }
            .ipWidget-Events .tabs .mosaic .column .filter li.active {
              display: block; }
          .ipWidget-Events .tabs .mosaic .column .filter img {
            position: absolute;
            top: 27px;
            right: 15px;
            width: 16px;
            height: 9px; }
        .ipWidget-Events .tabs .mosaic .column .inscription {
          display: block;
          padding-top: 60px; }
          .ipWidget-Events .tabs .mosaic .column .inscription .btn a {
            color: #39346b;
            background: #2ffbfe;
            text-transform: uppercase; }
        .ipWidget-Events .tabs .mosaic .column .future-events {
          margin-top: 120px; }
          .ipWidget-Events .tabs .mosaic .column .future-events .section-title {
            padding-top: 30px; }
        .ipWidget-Events .tabs .mosaic .column .past-events {
          margin-top: 120px; }
          .ipWidget-Events .tabs .mosaic .column .past-events .section-title {
            display: block;
            padding-top: 30px; }
        .ipWidget-Events .tabs .mosaic .column:nth-child(2) {
          width: 100%; }
        .ipWidget-Events .tabs .mosaic .column:nth-child(3) {
          margin-top: 60px; }
        .ipWidget-Events .tabs .mosaic .column:nth-child(1) {
          margin-left: 0; }
    .ipWidget-Events .tabs .calendar {
      display: none; }
    .ipWidget-Events .tabs .grid-item {
      width: 100%; }
    .ipWidget-Events .tabs .grid-item--width2 {
      width: 100%; }
  .ipWidget-Events .layer {
    margin-left: -10000px;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 41, 64, 0.9);
    transition: opacity 2s;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
    .ipWidget-Events .layer video {
      margin: 100px auto; }
    .ipWidget-Events .layer .close-video {
      position: absolute;
      top: 55px;
      right: 40px;
      cursor: pointer;
      z-index: 30; }
  .ipWidget-Events .layer-calendar {
    display: none; }

  .ipWidget-EventSchedule .program {
    padding: 25px; }

  .ipWidget-Seals .mosaic .column, .ipWidget-EDSeals .mosaic .column {
    width: 100%;
    padding-right: 0; }
    .ipWidget-Seals .mosaic .column .item, .ipWidget-EDSeals .mosaic .column .item {
      max-width: 90%;
      padding-top: 30px;
      height: 325px; }
      .ipWidget-Seals .mosaic .column .item .image, .ipWidget-EDSeals .mosaic .column .item .image {
        width: 100%; }
        .ipWidget-Seals .mosaic .column .item .image img, .ipWidget-EDSeals .mosaic .column .item .image img {
          max-width: 100%; }
  .ipWidget-Seals .see-more, .ipWidget-EDSeals .see-more {
    padding-bottom: 30px;
    margin-top: 30px; }

  .ipWidget-Newsletter {
    margin-top: 50px; }
    .ipWidget-Newsletter .newsletter {
      background: url("../img/nl-b-s.png") no-repeat center center;
      height: 692px;
      width: 100%; }
      .ipWidget-Newsletter .newsletter .title {
        width: 90%;
        margin: 0 auto;
        padding-top: 140px; }
      .ipWidget-Newsletter .newsletter .subtitle {
        padding-top: 42px; }
      .ipWidget-Newsletter .newsletter .newsletter-initial input {
        width: 90%;
        background: #C5BEB4 url("../img/email.png") no-repeat 98% 20px; }
      .ipWidget-Newsletter .newsletter .newsletter-initial .error {
        position: absolute;
        right: 0;
        left: 0;
        margin: 30px auto;
        width: auto; }
      .ipWidget-Newsletter .newsletter .newsletter-initial .button-wrapper .button {
        padding: 22px 76px !important;
        font-size: 18px;
        color: #fff; }
      .ipWidget-Newsletter .newsletter .newsletter-confirm {
        display: none; }

  .ipWidget-BannerEducation {
    font-family: Montserrat; }
    .ipWidget-BannerEducation.ipSkin-header .banner {
      position: relative;
      background: url("../img/live-ed-header-s.jpg") no-repeat center 0px;
      background-size: cover;
      height: 694px;
      margin-bottom: 100px; }
      .ipWidget-BannerEducation.ipSkin-header .banner .texts {
        position: absolute;
        left: 34px;
        top: 50px; }
        .ipWidget-BannerEducation.ipSkin-header .banner .texts p {
          padding: 0 !important;
          line-height: inherit !important; }
      .ipWidget-BannerEducation.ipSkin-header .banner .link {
        bottom: -60px;
        margin: auto;
        left: 0;
        right: 0;
        display: block;
        text-align: center; }
    .ipWidget-BannerEducation.ipSkin-santillana .banner {
      background: #fed4e9 url("../img/fundacion-santillana-s.png") no-repeat center center;
      height: 480px !important;
      background-size: contain; }
      .ipWidget-BannerEducation.ipSkin-santillana .banner .button {
        padding: 0 !important; }
      .ipWidget-BannerEducation.ipSkin-santillana .banner .text {
        padding-top: 280px; }
        .ipWidget-BannerEducation.ipSkin-santillana .banner .text a {
          font-size: 13px; }
        .ipWidget-BannerEducation.ipSkin-santillana .banner .text p {
          margin: 0; }
      .ipWidget-BannerEducation.ipSkin-santillana .banner .link {
        padding-top: 30px; }
        .ipWidget-BannerEducation.ipSkin-santillana .banner .link p {
          margin: 0; }
    .ipWidget-BannerEducation.ipSkin-delegations .banner {
      background: #00cdff url("../img/santillana-mundo-s.png") no-repeat bottom center;
      height: 400px;
      padding-left: 5%;
      background-size: contain; }
      .ipWidget-BannerEducation.ipSkin-delegations .banner .title {
        font-size: 28px; }
        .ipWidget-BannerEducation.ipSkin-delegations .banner .title * {
          font-size: 28px; }
      .ipWidget-BannerEducation.ipSkin-delegations .banner .icon {
        padding-top: 40px; }
        .ipWidget-BannerEducation.ipSkin-delegations .banner .icon img {
          height: 40px; }
      .ipWidget-BannerEducation.ipSkin-delegations .banner .text {
        max-width: 100%; }
        .ipWidget-BannerEducation.ipSkin-delegations .banner .text p {
          margin: 0; }
      .ipWidget-BannerEducation.ipSkin-delegations .banner .title {
        padding-top: 25px; }
        .ipWidget-BannerEducation.ipSkin-delegations .banner .title p {
          margin: 0; }
    .ipWidget-BannerEducation.ipSkin-team .banner {
      height: auto; }
      .ipWidget-BannerEducation.ipSkin-team .banner .image {
        height: 480px;
        background: url("../img/banner-equipo-s.png") no-repeat center center;
        background-size: cover; }
      .ipWidget-BannerEducation.ipSkin-team .banner .text {
        max-width: 80%; }
      .ipWidget-BannerEducation.ipSkin-team .banner .title {
        max-width: 77%;
        margin: 0 auto; }
      .ipWidget-BannerEducation.ipSkin-team .banner .button-wrapper {
        margin-top: 48px;
        padding-bottom: 70px; }
        .ipWidget-BannerEducation.ipSkin-team .banner .button-wrapper .button {
          display: block;
          max-width: 90%;
          margin: 0 auto;
          font-size: 18px;
          padding: 21px 60px !important; }

  .ipWidget-Counters {
    background: #f5f8fb; }
    .ipWidget-Counters .counters {
      width: 90%;
      margin: 0 auto; }
      .ipWidget-Counters .counters .title {
        padding-top: 96px; }
      .ipWidget-Counters .counters .subtitle {
        width: 315px;
        margin: 0 auto; }
      .ipWidget-Counters .counters .ciphers .item {
        padding-bottom: 100px; }
        .ipWidget-Counters .counters .ciphers .item .text {
          margin-top: 0; }
      .ipWidget-Counters .counters .button-wrapper {
        display: none; }

  .ipWidget-BannerTeam .banner {
    margin-top: 30px;
    position: relative;
    background: url(../img/trabaja-2.png) no-repeat center center;
    margin-bottom: 257px; }
    .ipWidget-BannerTeam .banner .text {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -215px;
      padding-top: 0;
      color: #79838d;
      margin: auto auto;
      width: 90%; }
      .ipWidget-BannerTeam .banner .text * {
        color: #79838d; }

  .ipWidget-Bulletin .bulletin-wrapper .title, .ipWidget-Bulletin .bulletin-wrapper .subtitle {
    width: 90%; }
  .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial input {
    width: 90%;
    box-shadow: none; }
  .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial .error {
    width: 140px;
    top: 175px;
    margin: auto auto;
    left: 0;
    right: 0; }
  .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial .button-wrapper {
    margin-bottom: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial .button-wrapper a {
      display: block; }

  .ipWidget-DelegationsByCountry .title {
    font-size: 30px;
    color: #3e3350;
    font-family: "Montserrat";
    font-weight: bold;
    margin-bottom: 25px;
    padding-top: 40px; }
  .ipWidget-DelegationsByCountry .delegations {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px; }
    .ipWidget-DelegationsByCountry .delegations .delegation {
      margin-bottom: 30px; }
  .ipWidget-DelegationsByCountry .countries-bg, .ipWidget-DelegationsByCountry .countries-bg-tablet {
    display: none; }
  .ipWidget-DelegationsByCountry .countries-sm {
    display: block; }

  .ipWidget-CountriesDropDown {
    top: -75px; }

  .ipWidget-Delegations {
    width: 80%;
    margin: 0 auto; }
    .ipWidget-Delegations * {
      max-width: 100%; }
    .ipWidget-Delegations .column {
      width: 100%; }

  .ipWidget-FindUs {
    background: url("../img/find-us-bg.png") no-repeat center center; }
    .ipWidget-FindUs .banner {
      width: 100%;
      text-align: center; }
      .ipWidget-FindUs .banner .banner-title {
        font-size: 30px;
        padding-top: 15%; }
      .ipWidget-FindUs .banner .banner-subtitle {
        font-size: 24px;
        padding-top: 0; }
      .ipWidget-FindUs .banner .banner-text {
        font-size: 16px;
        max-width: 80%;
        padding-top: 5%;
        line-height: 30px; }
        .ipWidget-FindUs .banner .banner-text p {
          line-height: 30px;
          font-size: 16px; }
      .ipWidget-FindUs .banner form {
        width: 80%;
        margin: 0 auto;
        padding-top: 10%;
        padding-bottom: 12%; }
        .ipWidget-FindUs .banner form input {
          display: block;
          border-radius: 5px;
          margin: 40px auto 0;
          padding: 0;
          width: 300px; }
        .ipWidget-FindUs .banner form select {
          display: block;
          width: 245px;
          margin: 0 auto; }
          .ipWidget-FindUs .banner form select option {
            padding: 15px 0; }
          .ipWidget-FindUs .banner form select.country {
            border-radius: 5px;
            border-right: none;
            margin: 0 auto; }
          .ipWidget-FindUs .banner form select.delegation {
            margin-top: 30px;
            margin-left: auto;
            border-radius: 5px; }
        .ipWidget-FindUs .banner form .select-wrapper {
          width: 300px;
          display: block;
          margin: 0; }
          .ipWidget-FindUs .banner form .select-wrapper:after {
            top: 0;
            right: 10px; }
      .ipWidget-FindUs .banner .link {
        padding-bottom: 15%; }
        .ipWidget-FindUs .banner .link a {
          font-size: 16px;
          font-weight: normal; }

  .ipWidget-BannerCatalog .links {
    display: none; }
  .ipWidget-BannerCatalog .banner .wrapper {
    width: 300px !important; }

  .ipWidget-faqs .faqs-wrapper {
    width: 100%;
    margin: 0 auto; }
    .ipWidget-faqs .faqs-wrapper .faqs-title {
      margin-left: 20px; }
    .ipWidget-faqs .faqs-wrapper .type {
      background: url(../img/faqs-arrow.png) no-repeat left 10px center; }
      .ipWidget-faqs .faqs-wrapper .type.open {
        background: url(../img/faqs-arrow-down.png) no-repeat left 10px center; }

  .ipWidget-Dealers .dealers-wrapper {
    width: 100%; }
    .ipWidget-Dealers .dealers-wrapper .dealers-initial .title {
      width: 90%; }
    .ipWidget-Dealers .dealers-wrapper .dealers-initial .tlf {
      font-size: 20px; }
  .ipWidget-Dealers .line {
    display: none; }

  .ipWidget-TMSpace {
    display: none; }

  .ipWidget-Reports {
    padding-bottom: 100px; }
    .ipWidget-Reports .highlighted {
      width: 100%;
      background: #fafbfc; }
      .ipWidget-Reports .highlighted .item {
        padding-top: 80px;
        padding-bottom: 60px;
        width: 80%;
        max-width: 830px;
        margin: 0 auto;
        text-align: left; }
        .ipWidget-Reports .highlighted .item .image {
          background: url("../img/shadow-bg.png") no-repeat bottom;
          position: relative; }
          .ipWidget-Reports .highlighted .item .image .veil {
            display: none; }
          .ipWidget-Reports .highlighted .item .image img {
            width: 100%;
            max-height: 625px;
            max-width: 815px;
            position: relative;
            z-index: 1; }
          .ipWidget-Reports .highlighted .item .image .shadow {
            background: url("../img/shadow-bg.png") no-repeat bottom;
            background-size: contain;
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            height: 160px;
            bottom: -21px;
            z-index: 0; }
          .ipWidget-Reports .highlighted .item .image:hover .veil {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            max-height: 625px;
            max-width: 815px;
            width: 100%;
            height: 100%;
            z-index: 2; }
          .ipWidget-Reports .highlighted .item .image:hover .search {
            display: block;
            left: 0;
            right: 0;
            top: 45%;
            background: url("../img/search-big.png") center center;
            width: 85px;
            height: 85px;
            position: absolute;
            z-index: 2;
            margin: 0 auto; }
        .ipWidget-Reports .highlighted .item .title {
          font-family: Montserrat;
          font-size: 30px;
          color: #3e3650;
          padding-top: 80px;
          line-height: 36px; }
        .ipWidget-Reports .highlighted .item .year {
          font-family: Montserrat;
          font-size: 18px;
          color: #89e9ec;
          letter-spacing: 2px;
          text-transform: uppercase;
          padding-top: 30px; }
        .ipWidget-Reports .highlighted .item .description {
          font-family: Montserrat;
          font-size: 16px;
          color: #7b828b;
          padding-top: 20px;
          line-height: 30px; }
        .ipWidget-Reports .highlighted .item .link {
          padding-top: 15px; }
          .ipWidget-Reports .highlighted .item .link a {
            text-decoration: none;
            font-family: Montserrat;
            font-size: 14px;
            color: #f06522;
            font-weight: bold;
            letter-spacing: 2px;
            text-transform: uppercase; }
    .ipWidget-Reports .mosaic {
      width: 90%; }
      .ipWidget-Reports .mosaic .column {
        width: 100%;
        padding-right: 0;
        margin: 0 auto; }
        .ipWidget-Reports .mosaic .column .item {
          max-width: 100%;
          padding-top: 55px;
          padding-bottom: 0;
          float: none; }
          .ipWidget-Reports .mosaic .column .item .year {
            padding-top: 30px; }
        .ipWidget-Reports .mosaic .column:nth-child(2) {
          padding-right: 0;
          float: right;
          margin-right: auto;
          margin-left: auto; }
          .ipWidget-Reports .mosaic .column:nth-child(2) .item {
            float: none; }
    .ipWidget-Reports .see-more {
      text-align: center;
      margin-top: 100px;
      margin-bottom: 100px; }

  .ipWidget-BannerHome {
    width: 100%; }
    .ipWidget-BannerHome .bg.bg-1 {
      background: url("../img/bg-home-v2-sm.jpg") no-repeat center center;
      background-size: cover; }
    .ipWidget-BannerHome .bg.bg-2 {
      background: url("../img/bg-home-v2-2-sm.jpg") no-repeat center center;
      background-size: cover; }
    .ipWidget-BannerHome .bg.bg-3 {
      background: url("../img/bg-home-v2-3-sm.jpg") no-repeat center center;
      background-size: cover; }
    .ipWidget-BannerHome .bg .text1 {
      right: auto;
      top: auto;
      width: 80%;
      margin: 0 auto;
      font-size: 24px;
      line-height: 28px;
      position: static;
      letter-spacing: -1px;
      padding-top: 100px;
      text-align: center; }
    .ipWidget-BannerHome .bg .text2 {
      width: 200px;
      height: 80px;
      font-size: 16px;
      line-height: 18px;
      padding: 23px 31px; }
    .ipWidget-BannerHome .bg .mouse {
      display: none; }

  .ipWidget-HomeIntro .banner, .ipWidget-Intro .banner {
    padding-top: 60px;
    width: 80%; }
    .ipWidget-HomeIntro .banner .claim, .ipWidget-Intro .banner .claim {
      line-height: 35px; }
      .ipWidget-HomeIntro .banner .claim *, .ipWidget-Intro .banner .claim * {
        line-height: 35px; }
    .ipWidget-HomeIntro .banner .text, .ipWidget-Intro .banner .text {
      padding-top: 30px; }

  .ipWidget-ManageableHomeHeader {
    width: 100%; }
    .ipWidget-ManageableHomeHeader .bg .bg-d,
    .ipWidget-ManageableHomeHeader .bg .bg-t {
      display: none; }
    .ipWidget-ManageableHomeHeader .bg .bg-m {
      display: block; }
    .ipWidget-ManageableHomeHeader .bg .text1 {
      right: auto;
      top: auto;
      width: 100%;
      margin: 0 auto;
      font-size: 24px;
      line-height: 28px;
      position: static;
      letter-spacing: -1px;
      margin-top: 100px;
      text-align: center;
      position: absolute;
      padding: 0 10%; }
      .ipWidget-ManageableHomeHeader .bg .text1 .btn {
        margin: 35px auto 0 auto; }
    .ipWidget-ManageableHomeHeader .bg .text2 {
      width: 200px;
      height: 80px;
      font-size: 16px;
      line-height: 18px;
      padding: 23px 31px; }
    .ipWidget-ManageableHomeHeader .bg .mouse {
      display: none; }

  .ipWidget-FixedContent {
    display: none; }

  .ipWidget-QuickSearch {
    position: inherit;
    width: auto;
    height: auto;
    left: inherit; }

  .ipWidget-Mosaic .item {
    width: 130px; }
    .ipWidget-Mosaic .item .title {
      font-size: 16px; }
    .ipWidget-Mosaic .item.dark, .ipWidget-Mosaic .item.light {
      background: #ffffff; }

  .ipWidget-Evocation .mosaic {
    text-align: center; }
    .ipWidget-Evocation .mosaic.mobile {
      display: block !important; }
  .ipWidget-Evocation .item {
    width: 276px;
    height: auto;
    margin: 40px 7px 0; }
    .ipWidget-Evocation .item .image {
      margin-top: 45px; }
    .ipWidget-Evocation .item .title {
      font-size: 15px;
      margin-top: 15px; }
    .ipWidget-Evocation .item .text {
      font-size: 15px;
      line-height: 26px;
      margin: 18px auto;
      width: 100%; }

  .ipWidget-TMColumnsPercent .ipsCol {
    width: 100% !important; } }
@media only screen and (min-width: 764px) and (max-width: 1200px) {
  .ipWidget-FindUs {
    background: url("../img/find-us-bg.png") no-repeat center center; }
    .ipWidget-FindUs .banner {
      width: 100%;
      text-align: center; }
      .ipWidget-FindUs .banner .banner-title {
        font-size: 33px;
        padding-top: 100px; }
      .ipWidget-FindUs .banner .banner-subtitle {
        font-size: 25px;
        padding-top: 15px; }
      .ipWidget-FindUs .banner .banner-text {
        font-size: 16px;
        max-width: 80%;
        padding-top: 5%;
        line-height: 30px; }
        .ipWidget-FindUs .banner .banner-text p {
          line-height: 30px;
          font-size: 16px; }
      .ipWidget-FindUs .banner form {
        width: 80%;
        margin: 0 auto;
        padding-top: 10%;
        padding-bottom: 12%; }
        .ipWidget-FindUs .banner form input {
          display: block;
          border-radius: 5px;
          margin: 90px auto 0;
          padding: 0 40px; }
        .ipWidget-FindUs .banner form select {
          display: block;
          width: 100% !important;
          margin: 0 auto !important;
          position: relative; }
          .ipWidget-FindUs .banner form select option {
            padding: 15px 0; }
          .ipWidget-FindUs .banner form select.country {
            border-radius: 5px;
            border-right: none;
            background: url("../img/country-select.png") 3%/3% no-repeat rgba(224, 232, 237, 0.4); }
          .ipWidget-FindUs .banner form select.delegation {
            margin-top: 30px !important;
            margin-left: auto;
            border-radius: 5px;
            background: url("../img/delegation-select.png") 2%/3% no-repeat rgba(224, 232, 237, 0.4);
            background-position-x: 15px; }
        .ipWidget-FindUs .banner form .select-wrapper {
          display: block;
          width: 90%; }
          .ipWidget-FindUs .banner form .select-wrapper:after {
            top: 15;
            right: 10px; }
      .ipWidget-FindUs .banner .link {
        padding-bottom: 15%; }
        .ipWidget-FindUs .banner .link a {
          font-size: 16px; }

  .ipWidget-RelatedApps .apps img {
    display: block;
    margin: 0 auto 67px auto; }
    .ipWidget-RelatedApps .apps img:last-child {
      margin: 0 auto 0 auto; }

  .ipWidget-RelatedMethodology .methodologies .methodology {
    margin: 8px;
    width: 364px;
    display: inline-block;
    padding-bottom: 20px;
    height: 261px;
    padding-top: 36px; }
    .ipWidget-RelatedMethodology .methodologies .methodology img {
      display: block;
      margin-bottom: 7px; }
    .ipWidget-RelatedMethodology .methodologies .methodology .body-methodology {
      width: 100%; }

  .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material {
    margin-left: 3%; }
  .ipWidget-FeaturedMaterials .esp.tablet, .ipWidget-Catalogue .esp.tablet, .ipWidget-FeaturedMaterialsExternal .esp.tablet {
    padding-bottom: 80px; }
    .ipWidget-FeaturedMaterials .esp.tablet .materials-title, .ipWidget-FeaturedMaterials .esp.tablet .materials-subtitle, .ipWidget-Catalogue .esp.tablet .materials-title, .ipWidget-Catalogue .esp.tablet .materials-subtitle, .ipWidget-FeaturedMaterialsExternal .esp.tablet .materials-title, .ipWidget-FeaturedMaterialsExternal .esp.tablet .materials-subtitle {
      width: 80%;
      margin: 0 auto; }
    .ipWidget-FeaturedMaterials .esp.tablet .materials-title, .ipWidget-Catalogue .esp.tablet .materials-title, .ipWidget-FeaturedMaterialsExternal .esp.tablet .materials-title {
      width: 80% !important;
      top: auto;
      left: auto;
      position: static;
      margin-bottom: 30px; }

  .ipWidget-RelatedProjects .projects a {
    width: 30%;
    height: 292px; }
    .ipWidget-RelatedProjects .projects a .project {
      width: 100%;
      height: 292px;
      background-size: cover !important; }
      .ipWidget-RelatedProjects .projects a .project .level {
        margin-top: 70px;
        font-size: 12px; }
      .ipWidget-RelatedProjects .projects a .project .project-title {
        font-size: 30px;
        margin-top: 20px; }

  .ipWidget-BannerEducation {
    font-family: Montserrat; }
    .ipWidget-BannerEducation.ipSkin-header .banner {
      position: relative;
      background: url("../img/live-ed-header-m.png") no-repeat center center;
      background-size: cover;
      height: 599px; }
      .ipWidget-BannerEducation.ipSkin-header .banner .texts {
        bottom: 45px;
        left: 42px; }
        .ipWidget-BannerEducation.ipSkin-header .banner .texts p {
          padding: 0 !important;
          line-height: inherit !important;
          margin: 0; }
        .ipWidget-BannerEducation.ipSkin-header .banner .texts .small-text {
          margin-bottom: -20px; }
        .ipWidget-BannerEducation.ipSkin-header .banner .texts .title-blue {
          margin-bottom: -20px; }
        .ipWidget-BannerEducation.ipSkin-header .banner .texts .title-italic {
          margin-bottom: 10px; }
      .ipWidget-BannerEducation.ipSkin-header .banner .link {
        bottom: 45px;
        right: 87px; }
    .ipWidget-BannerEducation.ipSkin-santillana .banner {
      background: url("../img/fundacion-santillana-m.png") no-repeat center top;
      background-size: contain;
      height: 720px !important;
      background-color: #ffd4e9; }
      .ipWidget-BannerEducation.ipSkin-santillana .banner .text {
        padding-top: 325px; }
      .ipWidget-BannerEducation.ipSkin-santillana .banner .link {
        padding-top: 10px; }
    .ipWidget-BannerEducation.ipSkin-delegations .banner {
      background: url("../img/santillana-mundo-m.png") no-repeat center center;
      height: 500px;
      padding-left: 18%; }
      .ipWidget-BannerEducation.ipSkin-delegations .banner .icon {
        padding-top: 50px; }
        .ipWidget-BannerEducation.ipSkin-delegations .banner .icon img {
          height: 50px; }
      .ipWidget-BannerEducation.ipSkin-delegations .banner .title {
        padding-top: 50px; }
      .ipWidget-BannerEducation.ipSkin-delegations .banner .text {
        padding-top: 30px; }
      .ipWidget-BannerEducation.ipSkin-delegations .banner .link {
        padding-top: 20px; }
    .ipWidget-BannerEducation.ipSkin-team .banner {
      height: 1070px; }
      .ipWidget-BannerEducation.ipSkin-team .banner .image {
        height: 500px;
        background: url("../img/banner-equipo-m.png") no-repeat center center;
        background-size: cover; }
      .ipWidget-BannerEducation.ipSkin-team .banner .text {
        max-width: 80%; }
      .ipWidget-BannerEducation.ipSkin-team .banner .title {
        max-width: 77%;
        margin: 0 auto; }
      .ipWidget-BannerEducation.ipSkin-team .banner .button-wrapper {
        margin-top: 48px; }
        .ipWidget-BannerEducation.ipSkin-team .banner .button-wrapper .button {
          font-size: 18px;
          padding: 21px 60px !important; }

  .ipWidget-Counters {
    background: #f5f8fb; }
    .ipWidget-Counters .counters {
      width: 90%;
      margin: 0 auto; }
      .ipWidget-Counters .counters .title {
        padding-top: 57px; }
      .ipWidget-Counters .counters .subtitle {
        margin: 0 auto;
        padding-top: 0;
        width: auto; }
      .ipWidget-Counters .counters .ciphers .item {
        padding-bottom: 43px;
        display: block; }
        .ipWidget-Counters .counters .ciphers .item .text {
          margin-top: 0; }
      .ipWidget-Counters .counters .button-wrapper {
        display: inherit;
        margin-top: 23px; }

  .ipWidget-BannerTeam .banner {
    position: relative;
    background: url(../img/banner-team-m.png) no-repeat center center;
    height: 581px; }
    .ipWidget-BannerTeam .banner .text {
      max-width: 450px;
      padding-top: 111px;
      margin-left: 14%;
      font-size: 24px; }
      .ipWidget-BannerTeam .banner .text * {
        color: #fff; }

  .ipWidget-MosaicApps, .ipWidget-AppsCategory {
    height: auto; }
    .ipWidget-MosaicApps .mosaic-wrapper .app, .ipWidget-AppsCategory .mosaic-wrapper .app {
      background: #e8f2f4 !important;
      padding-top: 0;
      width: 100%;
      height: 580px;
      display: block;
      text-align: center;
      position: relative;
      float: inherit; }
      .ipWidget-MosaicApps .mosaic-wrapper .app .bg, .ipWidget-AppsCategory .mosaic-wrapper .app .bg {
        position: absolute;
        top: 187px;
        left: 0;
        height: auto;
        width: 100%; }
      .ipWidget-MosaicApps .mosaic-wrapper .app .level, .ipWidget-MosaicApps .mosaic-wrapper .app .app-title, .ipWidget-MosaicApps .mosaic-wrapper .app .text, .ipWidget-AppsCategory .mosaic-wrapper .app .level, .ipWidget-AppsCategory .mosaic-wrapper .app .app-title, .ipWidget-AppsCategory .mosaic-wrapper .app .text {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1; }
      .ipWidget-MosaicApps .mosaic-wrapper .app .level, .ipWidget-AppsCategory .mosaic-wrapper .app .level {
        top: 121px; }
      .ipWidget-MosaicApps .mosaic-wrapper .app .app-title, .ipWidget-AppsCategory .mosaic-wrapper .app .app-title {
        top: 147px; }
      .ipWidget-MosaicApps .mosaic-wrapper .app .text, .ipWidget-AppsCategory .mosaic-wrapper .app .text {
        top: 250px;
        max-width: 452px; }
      .ipWidget-MosaicApps .mosaic-wrapper .app:hover .app-title, .ipWidget-AppsCategory .mosaic-wrapper .app:hover .app-title {
        display: block !important; }
      .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen {
        display: block !important;
        float: inherit;
        margin-left: auto;
        text-align: center; }
        .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .app-info .filters, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .app-info .filters {
          display: none; }
        .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .level, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .level {
          right: 0;
          left: 0;
          top: 121px; }
        .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .text, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .text {
          margin: 0 auto 0 auto; }
        .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .title, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .title {
          font-weight: 400; }
        .ipWidget-MosaicApps .mosaic-wrapper .app.full-screen .download-requirements, .ipWidget-AppsCategory .mosaic-wrapper .app.full-screen .download-requirements {
          display: none; }
    .ipWidget-MosaicApps .mosaic-wrapper .download-app, .ipWidget-AppsCategory .mosaic-wrapper .download-app {
      text-align: center;
      padding: 50px 75px; }
      .ipWidget-MosaicApps .mosaic-wrapper .download-app p, .ipWidget-AppsCategory .mosaic-wrapper .download-app p {
        font-family: "Montserrat";
        font-size: 18px;
        color: #79838d;
        line-height: 28px;
        font-weight: 400;
        max-width: 430px;
        margin: 0 auto; }
      .ipWidget-MosaicApps .mosaic-wrapper .download-app .filters, .ipWidget-AppsCategory .mosaic-wrapper .download-app .filters {
        margin: 0 auto;
        width: 260px; }
        .ipWidget-MosaicApps .mosaic-wrapper .download-app .filters select, .ipWidget-AppsCategory .mosaic-wrapper .download-app .filters select {
          border-radius: 20px;
          background: transparent;
          border: 1px solid #79838d;
          color: #79838d;
          font-size: 12px;
          font-family: "Montserrat";
          font-weight: 500;
          height: 40px;
          width: 260px;
          padding-left: 33px;
          padding-right: 30px;
          -webkit-appearance: none;
          appearance: none;
          -moz-appearance: none;
          background: url(../img/down-arrow-grey.png) no-repeat right 21px center;
          background-size: auto;
          display: block;
          margin-top: 40px; }
      .ipWidget-MosaicApps .mosaic-wrapper .download-app .button, .ipWidget-AppsCategory .mosaic-wrapper .download-app .button {
        text-transform: uppercase;
        color: #fff;
        margin-top: 39px; }
      .ipWidget-MosaicApps .mosaic-wrapper .download-app .download-requirements, .ipWidget-AppsCategory .mosaic-wrapper .download-app .download-requirements {
        position: relative;
        color: #79838d;
        font-size: 14px;
        font-family: "Montserrat";
        font-weight: 400;
        display: block;
        text-decoration: none;
        margin-top: 40px; }
      .ipWidget-MosaicApps .mosaic-wrapper .download-app .img-down, .ipWidget-AppsCategory .mosaic-wrapper .download-app .img-down {
        margin-right: 13px;
        vertical-align: sub; }

  .ipWidget-BannerShop .banner {
    height: 579px !important; }
    .ipWidget-BannerShop .banner .wrapper {
      width: 100% !important; }
      .ipWidget-BannerShop .banner .wrapper .text {
        max-width: 580px;
        margin: 0 auto; }
      .ipWidget-BannerShop .banner .wrapper .buttons.buttons-inline .button-wrapper {
        margin: 0 0 20px 0 !important; }
        .ipWidget-BannerShop .banner .wrapper .buttons.buttons-inline .button-wrapper img {
          width: 80%; }

  .ipWidget-MenuItem .menuItem.pages-skin {
    height: 295px; }
    .ipWidget-MenuItem .menuItem.pages-skin .link {
      padding: 0; }
      .ipWidget-MenuItem .menuItem.pages-skin .link .item-image.top-center {
        top: 72px; }
      .ipWidget-MenuItem .menuItem.pages-skin .link .wrapper-item {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        padding-top: 0;
        max-width: 100%; }
        .ipWidget-MenuItem .menuItem.pages-skin .link .wrapper-item .text-item {
          margin-top: 0; }
          .ipWidget-MenuItem .menuItem.pages-skin .link .wrapper-item .text-item .title {
            width: 180px;
            margin: 0 auto; }
          .ipWidget-MenuItem .menuItem.pages-skin .link .wrapper-item .text-item .subtitle {
            display: none; }

  .ipWidget-Newsletter .newsletter {
    background: url("../img/nl-b-m.png") no-repeat center center;
    height: 578px;
    width: 100%; }
    .ipWidget-Newsletter .newsletter .title {
      width: 620px;
      margin: 0 auto;
      padding-top: 137px; }
    .ipWidget-Newsletter .newsletter .subtitle {
      padding-top: 9px; }
    .ipWidget-Newsletter .newsletter .newsletter-initial input {
      width: 63%;
      background: #C5BEB4 url(../img/email.png) no-repeat 97% 20px; }
    .ipWidget-Newsletter .newsletter .newsletter-initial .error {
      position: absolute;
      right: 0;
      left: 0;
      margin: 30px auto; }
    .ipWidget-Newsletter .newsletter .newsletter-initial .button-wrapper .button {
      padding: 18px 64px !important;
      font-size: 13px;
      color: #fff; }
    .ipWidget-Newsletter .newsletter .newsletter-confirm {
      display: none; }

  .ipWidget-BannerCatalog .links {
    width: 463px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 26px; }
    .ipWidget-BannerCatalog .links a {
      margin-bottom: 14px; }

  .ipWidget-Seals, .ipWidget-EDSeals {
    padding-top: 40px; }
    .ipWidget-Seals .mosaic .column, .ipWidget-EDSeals .mosaic .column {
      width: 49%;
      padding-right: 25px; }
      .ipWidget-Seals .mosaic .column .item, .ipWidget-EDSeals .mosaic .column .item {
        max-width: 90%;
        padding-top: 30px; }
        .ipWidget-Seals .mosaic .column .item .image, .ipWidget-EDSeals .mosaic .column .item .image {
          width: 100%; }
          .ipWidget-Seals .mosaic .column .item .image img, .ipWidget-EDSeals .mosaic .column .item .image img {
            max-width: 100%; }
        .ipWidget-Seals .mosaic .column .item .description, .ipWidget-EDSeals .mosaic .column .item .description {
          min-height: 120px; }
    .ipWidget-Seals .see-more, .ipWidget-EDSeals .see-more {
      margin-top: 75px;
      padding-bottom: 60px; }

  .ipWidget-News, .ipWidget-NewsByCategory {
    width: 80%;
    margin: 0 auto; }
    .ipWidget-News .tabs, .ipWidget-NewsByCategory .tabs {
      max-width: 100%;
      padding-top: 30px; }
      .ipWidget-News .tabs .top, .ipWidget-NewsByCategory .tabs .top {
        text-align: center;
        border: none; }
        .ipWidget-News .tabs .top ul, .ipWidget-NewsByCategory .tabs .top ul {
          padding: 0;
          width: 100%;
          margin: 0 auto; }
          .ipWidget-News .tabs .top ul li, .ipWidget-NewsByCategory .tabs .top ul li {
            padding-bottom: 10px; }
      .ipWidget-News .tabs .mosaic, .ipWidget-NewsByCategory .tabs .mosaic {
        padding-top: 30px; }
      .ipWidget-News .tabs .item, .ipWidget-NewsByCategory .tabs .item {
        display: inline-block;
        text-decoration: none;
        text-align: left;
        margin-right: 0;
        margin-bottom: 65px;
        vertical-align: top; }
        .ipWidget-News .tabs .item .title, .ipWidget-NewsByCategory .tabs .item .title {
          max-width: 100%;
          margin: 0 auto; }
        .ipWidget-News .tabs .item .description, .ipWidget-NewsByCategory .tabs .item .description {
          max-width: 100%;
          margin: 0 auto; }
        .ipWidget-News .tabs .item .image, .ipWidget-NewsByCategory .tabs .item .image {
          position: relative; }
          .ipWidget-News .tabs .item .image img, .ipWidget-NewsByCategory .tabs .item .image img {
            max-width: 100%;
            margin: 0;
            display: block; }
        .ipWidget-News .tabs .item .date, .ipWidget-NewsByCategory .tabs .item .date {
          font-family: "Noto Serif";
          font-style: italic;
          font-size: 16px;
          color: #b5bcc4;
          display: inline-block;
          max-width: 90%; }
        .ipWidget-News .tabs .item .share-icon, .ipWidget-NewsByCategory .tabs .item .share-icon {
          float: right;
          width: 16px; }
        .ipWidget-News .tabs .item .link, .ipWidget-NewsByCategory .tabs .item .link {
          text-decoration: none;
          text-transform: uppercase;
          display: inline-block;
          margin-top: 25px;
          color: #9fffa8;
          font-family: Montserrat;
          font-size: 12px; }
          .ipWidget-News .tabs .item .link:after, .ipWidget-NewsByCategory .tabs .item .link:after {
            display: inline-block;
            content: '';
            width: 13px;
            height: 11px;
            background: url("../img/back-arrow.png") no-repeat center center;
            background-size: 100%;
            margin-left: 10px; }
        .ipWidget-News .tabs .item:last-child, .ipWidget-NewsByCategory .tabs .item:last-child {
          border: none; }
        .ipWidget-News .tabs .item.square, .ipWidget-NewsByCategory .tabs .item.square {
          max-width: 49%;
          text-align: left; }
          .ipWidget-News .tabs .item.square .title, .ipWidget-NewsByCategory .tabs .item.square .title {
            text-transform: uppercase;
            line-height: 30px; }
        .ipWidget-News .tabs .item.horizontal, .ipWidget-NewsByCategory .tabs .item.horizontal {
          max-width: 100%; }
        .ipWidget-News .tabs .item.vertical, .ipWidget-NewsByCategory .tabs .item.vertical {
          max-width: 49%; }
      .ipWidget-News .tabs .grid-item, .ipWidget-NewsByCategory .tabs .grid-item {
        width: 48%;
        padding-right: 25px; }
      .ipWidget-News .tabs .grid-item--width2, .ipWidget-NewsByCategory .tabs .grid-item--width2 {
        width: 100%; }
      .ipWidget-News .tabs .calendar, .ipWidget-NewsByCategory .tabs .calendar {
        display: none; }

  .ipWidget-NewsByCategory {
    width: 100%;
    margin: 0 auto; }
    .ipWidget-NewsByCategory .tabs {
      max-width: 100%;
      padding-top: 30px; }
      .ipWidget-NewsByCategory .tabs .top {
        margin-bottom: 27px;
        border-bottom: 1px solid #ecf1f3; }
        .ipWidget-NewsByCategory .tabs .top ul {
          padding: 0;
          width: 100%;
          margin: 0 auto; }
          .ipWidget-NewsByCategory .tabs .top ul li {
            padding-bottom: 10px; }
      .ipWidget-NewsByCategory .tabs .mosaic {
        padding-top: 30px;
        width: 80%;
        margin: 0 auto; }

  .ipWidget-Events .tabs {
    max-width: 100%;
    padding-top: 30px; }
    .ipWidget-Events .tabs .top {
      text-align: center;
      border: none; }
      .ipWidget-Events .tabs .top ul {
        padding: 0;
        width: 100%;
        margin: 0 auto; }
        .ipWidget-Events .tabs .top ul li {
          padding-bottom: 10px; }
    .ipWidget-Events .tabs .mosaic {
      width: 80%;
      padding-top: 30px;
      margin: 0 auto; }
      .ipWidget-Events .tabs .mosaic .column {
        width: 100%;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top; }
        .ipWidget-Events .tabs .mosaic .column .section-title {
          padding-top: 30px;
          padding-left: 0;
          margin-bottom: 20px; }
        .ipWidget-Events .tabs .mosaic .column .highlighted {
          display: none;
          text-decoration: none;
          padding-right: 0; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh {
            padding: 0 35px;
            display: inline-block;
            background: #f9fafe;
            width: 100%;
            height: 512px;
            vertical-align: top;
            text-align: left;
            float: none; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .title {
              color: #b5bcc4;
              font-size: 16px;
              padding-top: 35px;
              max-width: 80%;
              display: inline-block; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .share-icon {
              padding-top: 35px;
              float: right;
              cursor: pointer; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .event-title {
              color: #3e3350;
              font-weight: bold;
              font-style: normal;
              font-family: "Montserrat";
              font-size: 20px;
              line-height: 35px;
              padding-top: 75px; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .description {
              color: #7b828b;
              font-family: "Montserrat";
              font-size: 12px;
              line-height: 30px; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .date {
              margin-top: 50px;
              width: 50%;
              float: left;
              color: #3e3650;
              font-family: "Montserrat";
              font-weight: bold;
              text-align: left;
              border-right: 1px solid #e0e1e5; }
              .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .date .day {
                font-size: 36px; }
              .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .date .month {
                font-family: "Montserrat";
                font-style: italic;
                font-size: 18px; }
              .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .date .hour {
                font-size: 24px; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .location {
              float: right;
              display: inline-block;
              width: 50%;
              text-align: left;
              padding-left: 25px;
              margin-top: 50px; }
              .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .location img {
                float: left;
                margin-bottom: 50px;
                margin-right: 15px; }
              .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .location .text {
                font-family: Montserrat;
                font-size: 12px;
                color: #7b828b; }
              .ipWidget-Events .tabs .mosaic .column .highlighted .infoHigh .location a {
                text-decoration: none;
                color: #3e3350;
                font-family: Montserrat;
                font-weight: bold;
                font-size: 12px;
                text-transform: uppercase;
                padding-top: 20px;
                display: block;
                margin-left: 30px; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .image {
            width: 100%;
            float: none;
            height: auto; }
            .ipWidget-Events .tabs .mosaic .column .highlighted .image img {
              width: 100%; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .player {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 30%; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .btn {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 45%; }
          .ipWidget-Events .tabs .mosaic .column .highlighted .title {
            display: none; }
          .ipWidget-Events .tabs .mosaic .column .highlighted.hl-sm {
            display: block;
            position: relative; }
        .ipWidget-Events .tabs .mosaic .column .filter {
          width: 80%;
          margin: 60px auto 0 auto;
          list-style-type: none;
          background: #eff3f5;
          height: 60px;
          position: absolute;
          display: block;
          font-family: Montserrat;
          font-size: 21px;
          color: #39346b;
          border-radius: 5px; }
          .ipWidget-Events .tabs .mosaic .column .filter li {
            display: none;
            margin: 0;
            padding: 0;
            text-align: left;
            line-height: 60px; }
            .ipWidget-Events .tabs .mosaic .column .filter li.active {
              display: block; }
          .ipWidget-Events .tabs .mosaic .column .filter img {
            position: absolute;
            top: 27px;
            right: 15px;
            width: 16px;
            height: 9px; }
        .ipWidget-Events .tabs .mosaic .column .future-events {
          margin-top: 120px; }
          .ipWidget-Events .tabs .mosaic .column .future-events .section-title {
            padding-top: 30px; }
        .ipWidget-Events .tabs .mosaic .column .past-events {
          margin-top: 120px; }
          .ipWidget-Events .tabs .mosaic .column .past-events .section-title {
            display: block;
            padding-bottom: 0; }
          .ipWidget-Events .tabs .mosaic .column .past-events .item {
            padding-top: 0;
            padding-bottom: 0; }
        .ipWidget-Events .tabs .mosaic .column:nth-child(2) {
          width: 100%; }
        .ipWidget-Events .tabs .mosaic .column:nth-child(1) {
          margin-left: 0; }
        .ipWidget-Events .tabs .mosaic .column .item {
          display: inline-block;
          text-decoration: none;
          text-align: left;
          margin-right: 0;
          margin-bottom: 65px;
          vertical-align: top; }
          .ipWidget-Events .tabs .mosaic .column .item .title {
            max-width: 100%;
            margin: 0 auto; }
          .ipWidget-Events .tabs .mosaic .column .item .description {
            max-width: 100%;
            width: 90%; }
          .ipWidget-Events .tabs .mosaic .column .item .image {
            position: relative; }
            .ipWidget-Events .tabs .mosaic .column .item .image img {
              max-width: 100%;
              margin: 0;
              display: block; }
          .ipWidget-Events .tabs .mosaic .column .item .date {
            font-family: "Noto Serif";
            font-style: italic;
            font-size: 16px;
            color: #b5bcc4;
            display: inline-block;
            max-width: 90%; }
          .ipWidget-Events .tabs .mosaic .column .item .share-icon {
            float: right;
            width: 16px; }
          .ipWidget-Events .tabs .mosaic .column .item .link {
            text-decoration: none;
            text-transform: uppercase;
            display: inline-block;
            margin-top: 25px;
            font-family: Montserrat;
            font-size: 12px;
            margin-right: 93px; }
            .ipWidget-Events .tabs .mosaic .column .item .link:after {
              display: inline-block;
              content: '';
              width: 13px;
              height: 11px;
              background: url("../img/back-arrow.png") no-repeat center center;
              background-size: 100%;
              margin-left: 10px; }
          .ipWidget-Events .tabs .mosaic .column .item:last-child {
            border: none; }
          .ipWidget-Events .tabs .mosaic .column .item.square {
            max-width: 49%;
            text-align: left; }
            .ipWidget-Events .tabs .mosaic .column .item.square .title {
              text-transform: uppercase;
              line-height: 30px; }
          .ipWidget-Events .tabs .mosaic .column .item.horizontal {
            max-width: 100%; }
          .ipWidget-Events .tabs .mosaic .column .item.vertical {
            max-width: 49%; }
    .ipWidget-Events .tabs .grid-item {
      width: 50%;
      padding-right: 8px !important;
      padding-left: 8px; }
    .ipWidget-Events .tabs .grid-item--width2 {
      width: 100%; }
    .ipWidget-Events .tabs .calendar {
      display: none; }
  .ipWidget-Events .layer video {
    margin: 0 auto;
    width: 100% !important; }
  .ipWidget-Events .layer-calendar {
    display: none; }

  .ipWidget-Events .tabs .mosaic .column .item {
    width: 49%;
    float: left;
    margin-right: 0;
    padding-top: 0; }
    .ipWidget-Events .tabs .mosaic .column .item:nth-child(odd) {
      padding-right: 0; }

  .ipWidget-EventSchedule .program {
    padding: 25px; }

  .ipWidget-CountriesDropDown {
    top: -36px; }

  .ipWidget-DelegationsByCountry .title {
    font-size: 30px;
    color: #3e3350;
    font-family: "Montserrat";
    font-weight: bold;
    margin-bottom: 25px;
    padding-top: 60px; }
  .ipWidget-DelegationsByCountry .delegations {
    max-width: 100%;
    padding: 0 25px; }
    .ipWidget-DelegationsByCountry .delegations .delegation {
      height: 200px; }
  .ipWidget-DelegationsByCountry .column {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px; }
    .ipWidget-DelegationsByCountry .column:last-child {
      padding-right: 0; }
  .ipWidget-DelegationsByCountry .countries-sm, .ipWidget-DelegationsByCountry .countries-bg {
    display: none; }
  .ipWidget-DelegationsByCountry .countries-bg-tablet {
    display: block; }

  .ipWidget-BannerEducationProjects .banner .content {
    max-width: 100%; }
    .ipWidget-BannerEducationProjects .banner .content .wrapper {
      max-width: 100%;
      width: auto !important; }
    .ipWidget-BannerEducationProjects .banner .content .dtable .wrapper {
      max-width: 80%;
      width: 100% !important; }
  .ipWidget-BannerEducationProjects .banner .title {
    font-size: 30px; }

  .ipWidget-Books .banner {
    height: auto;
    overflow-x: hidden; }
    .ipWidget-Books .banner .banner-book, .ipWidget-Books .banner .banner-book-hover {
      background-size: cover !important;
      height: 710px;
      width: 100%; }
      .ipWidget-Books .banner .banner-book .open-hover, .ipWidget-Books .banner .banner-book-hover .open-hover {
        position: absolute;
        top: 300px;
        right: 0;
        background: #000000;
        height: 80px;
        width: 40px;
        border-bottom-left-radius: 80px;
        border-top-left-radius: 80px; }
        .ipWidget-Books .banner .banner-book .open-hover .icon, .ipWidget-Books .banner .banner-book-hover .open-hover .icon {
          color: #ffffff;
          font-size: 25px;
          margin-top: 25px;
          text-align: center; }
    .ipWidget-Books .banner .banner-book-hover {
      margin-left: 100%;
      position: absolute;
      top: 0;
      text-align: center;
      transition: 1s margin-left;
      overflow: hidden; }
      .ipWidget-Books .banner .banner-book-hover .row {
        display: block;
        margin-bottom: 10px; }
        .ipWidget-Books .banner .banner-book-hover .row:last-child {
          margin-bottom: 0; }
        .ipWidget-Books .banner .banner-book-hover .row .item {
          display: inline-block;
          max-width: 30%;
          vertical-align: top;
          margin-right: 85px; }
          .ipWidget-Books .banner .banner-book-hover .row .item .text {
            color: #fff;
            font-family: "Montserrat";
            font-size: 13px;
            line-height: 20px;
            font-weight: 400;
            margin-top: 25px; }
          .ipWidget-Books .banner .banner-book-hover .row .item:nth-child(2n) {
            margin-right: 0; }
        .ipWidget-Books .banner .banner-book-hover .row:last-child {
          padding-bottom: 40px; }
      .ipWidget-Books .banner .banner-book-hover .close-hover {
        position: absolute;
        top: 300px;
        left: 0;
        background: #000000;
        height: 80px;
        width: 40px;
        border-bottom-right-radius: 80px;
        border-top-right-radius: 80px;
        display: none; }
        .ipWidget-Books .banner .banner-book-hover .close-hover .icon {
          color: #ffffff;
          font-size: 25px;
          margin-top: 25px;
          text-align: center; }
    .ipWidget-Books .banner .text-book {
      padding: 50px 60px 50px 40px; }
      .ipWidget-Books .banner .text-book .subtitle {
        font-family: "Montserrat";
        font-size: 18px;
        color: #79838d;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 40px; }
      .ipWidget-Books .banner .text-book .button-wrapper {
        display: inline-block; }
        .ipWidget-Books .banner .text-book .button-wrapper.first {
          margin-right: 60px; }
        .ipWidget-Books .banner .text-book .button-wrapper .button {
          text-align: center;
          width: 226px;
          font-size: 18px;
          padding: 22px 23px !important;
          margin-bottom: 20px;
          display: block; }

  .ipWidget-Blogs .row .item .button-wrapper {
    bottom: 80px; }

  .ipWidget-MosaicProjects {
    padding-top: 80px;
    padding-bottom: 120px; }
    .ipWidget-MosaicProjects .mosaic-wrapper {
      width: 90%;
      margin: 0 auto; }
      .ipWidget-MosaicProjects .mosaic-wrapper .levels {
        border-bottom-width: 1px; }
    .ipWidget-MosaicProjects a {
      width: 45%; }
      .ipWidget-MosaicProjects a .project {
        width: 100%; }
    .ipWidget-MosaicProjects .mosaic-no-level .project {
      width: 100%; }

  .ipWidget-TMColumns ._container {
    margin: 0 auto; }

  .ipWidget-Skills, .ipWidget-Platforms, .ipWidget-ReadingPromotion, .ipWidget-ReadingResources, .ipWidget-Evaluation, .ipWidget-LanguageLearning, .ipWidget-EducationalSolutions, .ipWidget-AdultEducation, .ipWidget-TeacherTraining {
    width: 100%;
    padding: 0 25px; }
    .ipWidget-Skills .list-items-widget .list-item-widget, .ipWidget-Platforms .list-items-widget .list-item-widget, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget, .ipWidget-ReadingResources .list-items-widget .list-item-widget, .ipWidget-Evaluation .list-items-widget .list-item-widget, .ipWidget-LanguageLearning .list-items-widget .list-item-widget, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget, .ipWidget-AdultEducation .list-items-widget .list-item-widget, .ipWidget-TeacherTraining .list-items-widget .list-item-widget {
      height: auto; }
      .ipWidget-Skills .list-items-widget .list-item-widget .item-body, .ipWidget-Platforms .list-items-widget .list-item-widget .item-body, .ipWidget-ReadingPromotion .list-items-widget .list-item-widget .item-body, .ipWidget-ReadingResources .list-items-widget .list-item-widget .item-body, .ipWidget-Evaluation .list-items-widget .list-item-widget .item-body, .ipWidget-LanguageLearning .list-items-widget .list-item-widget .item-body, .ipWidget-EducationalSolutions .list-items-widget .list-item-widget .item-body, .ipWidget-AdultEducation .list-items-widget .list-item-widget .item-body, .ipWidget-TeacherTraining .list-items-widget .list-item-widget .item-body {
        max-width: 50%; }

  .ipWidget-faqs .faqs-wrapper {
    width: 100%;
    padding: 0 25px; }

  .ipWidget-BannerEducationProjects .educational-projects {
    display: none; }

  .ipWidget-BannerCatalog .links {
    display: none; }

  .ipWidget-TMSpace {
    display: none; }

  .ipWidget-Bulletin {
    margin-top: 65px; }
    .ipWidget-Bulletin .bulletin-wrapper .bulletin-initial .button-wrapper {
      margin-top: 60px; }

  .ipWidget-Dealers {
    width: 100%;
    margin-top: 70px; }
    .ipWidget-Dealers .dealers-wrapper {
      max-width: 100%; }
      .ipWidget-Dealers .dealers-wrapper .dealers-initial {
        padding-bottom: 40px; }
        .ipWidget-Dealers .dealers-wrapper .dealers-initial .tlf {
          font-size: 25px; }
    .ipWidget-Dealers .line {
      display: none; }

  .ipWidget-Reports {
    padding-bottom: 100px; }
    .ipWidget-Reports .highlighted {
      width: 100%;
      background: #fafbfc; }
      .ipWidget-Reports .highlighted .item {
        padding-top: 80px;
        padding-bottom: 60px;
        width: 70%;
        max-width: 830px;
        margin: 0 auto;
        text-align: left; }
        .ipWidget-Reports .highlighted .item .image {
          background: url("../img/shadow-bg.png") no-repeat bottom;
          position: relative; }
          .ipWidget-Reports .highlighted .item .image .veil {
            display: none; }
          .ipWidget-Reports .highlighted .item .image img {
            width: 100%;
            max-height: 625px;
            max-width: 815px;
            position: relative;
            z-index: 1; }
          .ipWidget-Reports .highlighted .item .image .shadow {
            background: url("../img/shadow-bg.png") no-repeat bottom;
            background-size: contain;
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            height: 160px;
            bottom: -50px;
            z-index: 0; }
          .ipWidget-Reports .highlighted .item .image:hover .veil {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            max-height: 625px;
            max-width: 815px;
            width: 100%;
            height: 100%;
            z-index: 2; }
          .ipWidget-Reports .highlighted .item .image:hover .search {
            display: block;
            left: 0;
            right: 0;
            top: 45%;
            background: url("../img/search-big.png") center center;
            width: 85px;
            height: 85px;
            position: absolute;
            z-index: 2;
            margin: 0 auto; }
        .ipWidget-Reports .highlighted .item .title {
          font-family: Montserrat;
          font-size: 30px;
          color: #3e3650;
          padding-top: 80px; }
        .ipWidget-Reports .highlighted .item .year {
          font-family: Montserrat;
          font-size: 18px;
          color: #89e9ec;
          letter-spacing: 2px;
          text-transform: uppercase;
          padding-top: 30px; }
        .ipWidget-Reports .highlighted .item .description {
          font-family: Montserrat;
          font-size: 18px;
          color: #7b828b;
          padding-top: 20px;
          line-height: 35px; }
        .ipWidget-Reports .highlighted .item .link {
          padding-top: 15px; }
          .ipWidget-Reports .highlighted .item .link a {
            text-decoration: none;
            font-family: Montserrat;
            font-size: 14px;
            color: #f06522;
            font-weight: bold;
            letter-spacing: 2px;
            text-transform: uppercase; }
    .ipWidget-Reports .mosaic {
      width: 90%; }
      .ipWidget-Reports .mosaic .column {
        width: 50%;
        padding-right: 0;
        margin: 0 auto; }
        .ipWidget-Reports .mosaic .column .item {
          max-width: 100%;
          padding-top: 55px;
          padding-bottom: 0;
          float: none; }
        .ipWidget-Reports .mosaic .column:nth-child(2) {
          padding-right: 0;
          float: right;
          margin-right: auto;
          margin-left: auto; }
          .ipWidget-Reports .mosaic .column:nth-child(2) .item {
            float: none; }
    .ipWidget-Reports .see-more {
      text-align: center;
      margin-top: 100px;
      margin-bottom: 100px; }

  .ipWidget-BannerHome {
    height: 961px !important;
    width: 100%; }
    .ipWidget-BannerHome .bg.bg-1, .ipWidget-BannerHome .bg.bg-2, .ipWidget-BannerHome .bg.bg-3 {
      height: 961px !important; }
    .ipWidget-BannerHome .bg.bg-1 {
      background: url("../img/bg-home-v2-md.png") no-repeat center center; }
    .ipWidget-BannerHome .bg.bg-2 {
      background: url("../img/bg-home-v2-2.jpg") no-repeat center center; }
    .ipWidget-BannerHome .bg.bg-3 {
      background: url("../img/bg-home-v2-3.jpg") no-repeat center center; }
    .ipWidget-BannerHome .bg .text1 {
      right: 50px;
      top: 110px;
      width: 420px;
      font-size: 32px; }
    .ipWidget-BannerHome .bg .text2 {
      width: 250px;
      height: 110px;
      font-size: 24px;
      line-height: 25px;
      bottom: 48px;
      padding: 30px 20px 40px 33px; }
      .ipWidget-BannerHome .bg .text2.long {
        width: 278px; }
    .ipWidget-BannerHome .bg .mouse {
      display: none; }

  .ipWidget-ManageableHomeHeader {
    height: 961px !important;
    width: 100%; }
    .ipWidget-ManageableHomeHeader .bg .bg-d,
    .ipWidget-ManageableHomeHeader .bg .bg-m {
      display: none; }
    .ipWidget-ManageableHomeHeader .bg .bg-t {
      display: block; }
    .ipWidget-ManageableHomeHeader .bg .text1 {
      right: 50px;
      top: 110px;
      width: 420px;
      font-size: 27px; }
    .ipWidget-ManageableHomeHeader .bg .text2 {
      width: 250px;
      height: 110px;
      font-size: 24px;
      line-height: 25px;
      bottom: 48px;
      padding: 30px 20px 40px 33px; }
      .ipWidget-ManageableHomeHeader .bg .text2.long {
        width: 270px; }
    .ipWidget-ManageableHomeHeader .bg .mouse {
      display: none; }

  .ipWidget-QuickSearch {
    right: 1px; }

  .ipWidget-Mosaic .item.dark, .ipWidget-Mosaic .item.light {
    background: #ffffff; }

  .ipWidget-Evocation .mosaic {
    text-align: center; }
  .ipWidget-Evocation .item {
    width: 350px;
    margin: 40px 7px 0; }
    .ipWidget-Evocation .item .image {
      margin-top: 45px; }
    .ipWidget-Evocation .item .title {
      font-size: 18px;
      margin-top: 30px; }
    .ipWidget-Evocation .item .text {
      font-size: 18px;
      line-height: 30px; }

  .ipWidget-TMColumnsPercent .ipsCol {
    width: 100% !important; } }
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  header.main {
    height: 113px; }
    header.main.addTop {
      top: 0; }
    header.main .header-top {
      display: none; }
    header.main .header-top-tablet {
      top: 8px;
      right: 34px;
      z-index: 1;
      position: fixed; }
      header.main .header-top-tablet a {
        padding: 0 !important; }
      header.main .header-top-tablet .ipWidget-QuickSearch .quick-search .searches {
        right: -29px;
        top: 32px; }
    header.main .secondary-menu {
      border-bottom: 1px solid #ebebeb; }
      header.main .secondary-menu ul {
        display: inline-block;
        margin: 0;
        padding: 0; }
        header.main .secondary-menu ul li {
          list-style: none;
          display: inline-block;
          border-right: 1px solid #ebebeb; }
          header.main .secondary-menu ul li a {
            text-decoration: none;
            color: #3e3650;
            font-size: 13px;
            font-family: "Montserrat";
            padding: 10px 20px;
            display: inline-block; }
      header.main .secondary-menu .search-bar {
        display: none; }
      header.main .secondary-menu.tablet {
        display: block !important; }
        header.main .secondary-menu.tablet .ipWidget-QuickSearch {
          right: 0; }
    header.main .center {
      position: initial;
      margin-top: 25px;
      width: auto; }
      header.main .center ul {
        width: auto; }
        header.main .center ul li a {
          font-size: 14px; }
          header.main .center ul li a.hover {
            padding-bottom: 20px !important; }
        header.main .center ul li.active a {
          padding-bottom: 20px; }
      header.main .center .education-v2, header.main .center .education, header.main .center .teachers {
        top: 36px; }
    header.main .left {
      vertical-align: top; }
      header.main .left .world {
        margin-left: 0;
        padding-right: 17px;
        padding-top: 20px; }
        header.main .left .world .country-selected {
          display: none; }
        header.main .left .world.grey {
          margin-top: -7px; }
      header.main .left .logo {
        margin-left: 25px;
        margin-top: 10px; }
        header.main .left .logo a img {
          height: 35px; }
        header.main .left .logo .desktop {
          display: none; }
        header.main .left .logo .tablet {
          display: inline-block !important; }
    header.main .right {
      margin-top: 22px; }
      header.main .right .menu {
        display: none; }
      header.main .right .mobile-menu {
        display: none; }
      header.main .right .mobile-menu {
        margin-left: 24px; }
    header.main.not-fixed .center {
      margin-top: 0;
      top: -53px; }
    header.main.not-fixed .hover-menu-wrapper {
      top: 108px; }
    header.main.not-fixed.no-top-bar {
      height: 110px; }
      header.main.not-fixed.no-top-bar .center {
        top: -54px; }
      header.main.not-fixed.no-top-bar .hover-menu-wrapper {
        top: 108px; }
      header.main.not-fixed.no-top-bar.no-top-bar .right {
        top: -151px; }
    header.main.not-fixed.not-world .center {
      top: -23px; }
    header.main.not-fixed.not-world .right {
      top: -103px !important; }

  .title {
    font-size: 36px;
    line-height: 40px; }

  .ipWidget-Books .banner .hover .wrapper {
    padding: 60px 20px 0; }
    .ipWidget-Books .banner .hover .wrapper .row .item .text {
      font-size: 12px;
      line-height: 18px;
      padding: 15px 27px 0; }
    .ipWidget-Books .banner .hover .wrapper .row .item img {
      width: 30%;
      margin-bottom: 20px; }

  .layout.project .project-manifest {
    background-size: cover;
    padding-left: 350px; }
    .layout.project .project-manifest .project-manifest-block {
      width: 100%; }
  .layout.project .project-menu {
    left: 20px;
    font-size: 18px;
    display: none; }
  .layout.project .project-materials .materials-title.title-right {
    margin-left: 298px; }
  .layout.project .project-materials .project-materials-block {
    margin: 0 auto;
    width: 75%; }
  .layout.project .project-apps {
    padding: 130px 0 120px 350px; }
    .layout.project .project-apps .wrapper-apps .apps-title.title-right {
      margin-left: inherit; }
  .layout.project .project-methodology .methodology-title-text.title-right {
    margin-left: 52px; }
  .layout.project .project-methodology .wrapper-methodology {
    max-width: 1085px;
    padding-left: 0; }
  .layout.project .project-related .related-wrapper.move-right {
    margin-left: auto; }

  .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials, .ipWidget-Catalogue .featured-materials-wrapper .row-materials, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials {
    margin-left: -4%; }
    .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material {
      float: left;
      width: 33%;
      display: block;
      margin-left: 0; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material img, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material img, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material img {
        width: 60%;
        display: inline-block;
        margin-bottom: 23px; }
      .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material span, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material span, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material span {
        margin-bottom: 41px; }

  .ipWidget-RelatedProjects a {
    width: 274px;
    height: 340px; }
    .ipWidget-RelatedProjects a .project {
      width: 100%;
      height: 100%;
      background-size: cover !important; }
      .ipWidget-RelatedProjects a .project .level {
        margin-top: 65px;
        font-size: 12px; }
      .ipWidget-RelatedProjects a .project .project-title {
        font-size: 26px; }

  .layout.contact .contact-menu.desktop {
    display: none; }
  .layout.contact .contact-block-rwd {
    display: block; }
  .layout.contact .contact-menu {
    width: 100% !important;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    left: 0;
    top: 0;
    margin-top: 206px;
    text-align: center; }
    .layout.contact .contact-menu ul {
      border-bottom: 1px solid #ecf1f3;
      width: 950px;
      margin: 0 auto; }
      .layout.contact .contact-menu ul li {
        display: inline-block;
        height: auto; }
        .layout.contact .contact-menu ul li a {
          padding: 0;
          background: none;
          min-width: 0;
          text-transform: none;
          font-family: "Montserrat";
          font-size: 15px;
          padding-bottom: 10px;
          margin: 0 15px;
          color: #b5bcc4;
          border-top: 0;
          max-width: 255px; }
          .layout.contact .contact-menu ul li a:after {
            display: none; }
        .layout.contact .contact-menu ul li.active {
          width: auto; }
          .layout.contact .contact-menu ul li.active a {
            border-bottom: 5px solid #9fffa8;
            color: #3e3350;
            font-weight: bold;
            position: relative;
            width: auto; }
          .layout.contact .contact-menu ul li.active:after {
            display: none; }

  .ipWidget-BannerTeam .banner .text * {
    font-style: 21px; }

  .ipWidget-BannerHome {
    width: 100%; }
    .ipWidget-BannerHome .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: opacity 1s;
      z-index: 1; }
      .ipWidget-BannerHome .bg.bg-1 {
        background: url("../img/bg-home-v2.jpg") no-repeat center center;
        background-size: cover;
        opacity: 1; }
      .ipWidget-BannerHome .bg.bg-2 {
        background: url("../img/bg-home-v2-2.jpg") no-repeat center center;
        background-size: cover; }
      .ipWidget-BannerHome .bg.bg-3 {
        background: url("../img/bg-home-v2-3.jpg") no-repeat center center;
        background-size: cover; }
        .ipWidget-BannerHome .bg.bg-3 .text1 {
          color: #fff; }
      .ipWidget-BannerHome .bg.upper {
        z-index: 10; }
      .ipWidget-BannerHome .bg .text1 {
        right: 160px;
        top: 60px;
        width: 475px;
        font-size: 33px;
        color: #000;
        font-family: "Montserrat";
        line-height: 38px;
        font-weight: 600;
        position: absolute;
        letter-spacing: -1px; }
      .ipWidget-BannerHome .bg .text2 {
        background: #fff;
        color: #000;
        width: 300px;
        width: 300px;
        height: 120px;
        font-size: 28px;
        line-height: 30px;
        font-weight: 900;
        letter-spacing: -0.5px;
        font-family: Montserrat;
        position: absolute;
        right: 0;
        bottom: 44px;
        padding: 30px 44px 40px 42px; }
      .ipWidget-BannerHome .bg .mouse {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: center; }
        .ipWidget-BannerHome .bg .mouse img {
          padding-left: 4px;
          margin-bottom: -6px;
          cursor: pointer; }
        .ipWidget-BannerHome .bg .mouse .icon {
          cursor: pointer; }
          .ipWidget-BannerHome .bg .mouse .icon:before {
            font-size: 30px;
            color: #fff; }

  .layout.home .wrapper-home {
    width: 1120px; }

  .layout {
    margin-top: 75px !important; }

  .layout.material article {
    width: 1180px; }
    .layout.material article .wrapper {
      padding: 55px 80px 160px; }
      .layout.material article .wrapper .side-right .book-wrapper .catalogue {
        left: 354px; } }
@media screen and (max-width: 1450px) and (min-width: 1200px) {
  header.main.addTop {
    top: 0; }
  header.main .header-top {
    display: none; }
  header.main .header-top-tablet {
    top: 8px;
    right: 34px;
    z-index: 1;
    position: fixed; }
    header.main .header-top-tablet a {
      padding: 0 !important; }
    header.main .header-top-tablet .ipWidget-QuickSearch .quick-search .searches {
      right: -29px;
      top: 32px; }
  header.main .right {
    margin-top: 30px; }
  header.main .right .menu {
    display: none; }
  header.main .center {
    top: 68px; }
    header.main .center .education-v2 .wrapper, header.main .center .education .wrapper, header.main .center .teachers .wrapper {
      width: 97%; }
      header.main .center .education-v2 .wrapper .block, header.main .center .education .wrapper .block, header.main .center .teachers .wrapper .block {
        margin-right: 0 !important; }
  header.main.not-fixed .center {
    top: -54px; }
  header.main.not-fixed .right {
    top: -136px;
    position: relative; }
  header.main.not-fixed.no-top-bar .right {
    top: -143px !important; }
  header.main.not-fixed.not-world .right {
    top: -103px !important; }
  header.main.not-fixed .header-top-tablet {
    position: absolute; }

  header.main .right .search-bar img {
    top: -2px; }

  header.main .right .search-bar input.show {
    vertical-align: top;
    margin-top: -9px;
    font-size: 12px;
    letter-spacing: 0; }

  .secondary-menu.tablet {
    display: block !important; }

  .secondary-menu {
    border-bottom: 1px solid #ebebeb; }
    .secondary-menu ul {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .secondary-menu ul li {
        list-style: none;
        display: inline-block;
        border-right: 1px solid #ebebeb; }
        .secondary-menu ul li a {
          text-decoration: none;
          color: #3e3650;
          font-size: 13px;
          font-family: "Montserrat";
          padding: 10px 20px;
          display: inline-block; }

  .layout {
    margin-top: 75px !important; } }
@media screen and (min-width: 1450px) {
  .ipWidget-FeaturedMaterials .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .border, .ipWidget-Catalogue .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .border, .ipWidget-FeaturedMaterialsExternal .featured-materials-wrapper .row-materials .wrapper-material .book-wrapper .border {
    left: 57px; } }
@media screen and (min-width: 1600px) {
  .layout.project .project-top .text {
    width: 1030px;
    padding-left: 150px; } }

/*# sourceMappingURL=theme.css.map */
