@-webkit-keyframes menuFixed {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-moz-keyframes menuFixed {
  from {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%); }
  to {
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@-o-keyframes menuFixed {
  from {
    -o-transform: translateY(-100%);
       transform: translateY(-100%); }
  to {
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes menuFixed {
  from {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes scrollEffecit {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@-moz-keyframes scrollEffecit {
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px);
         transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-5px);
         transform: translateY(-5px); } }

@-o-keyframes scrollEffecit {
  100% {
    -o-transform: translateY(0);
       transform: translateY(0); }
  40% {
    -o-transform: translateY(-20px);
       transform: translateY(-20px); }
  60% {
    -o-transform: translateY(-5px);
       transform: translateY(-5px); } }

@keyframes scrollEffecit {
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px); } }

@-webkit-keyframes circleRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-moz-keyframes circleRotate {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes circleRotate {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes circleRotate {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.color-blue {
  color: #002a54 !important; }

.color-white {
  color: #fff; }

.color-black {
  color: #000; }

.color-gray {
  color: #424446; }

.color-blueLight {
  color: #1185ff; }

.preset-text {
  font-size: 16px;
  line-height: 25.15px;
  padding: 0 10px;
   }
  .preset-text + .preset-text {
    margin-top: 45px !important; }
  .preset-text h3 {
    color: #174c9c;
    font-weight: 900;
    font-size: 30px;
    padding-left: 30px;
    margin-bottom: 5px; }
    @media screen and (max-width: 991px) {
      .preset-text h3 {
        font-size: 24px; } }
  .preset-text h4 {
    color: #174c9c;
    margin-top: 25px;
    font-weight: 400;
    margin-bottom: 5px; }
    @media screen and (max-width: 991px) {
      .preset-text h4 {
        font-size: 18px; } }
  .preset-text h5 {
    font-size: 30px;
    color: #174c9c;
    padding-left: 30px;
    margin-bottom: 5px; }
    @media screen and (max-width: 991px) {
      .preset-text h5 {
        font-size: 24px; } }
  .preset-text p {
    color: #1a1a1a; }
    .preset-text p strong {
      font-weight: bold; }
  .preset-text ul li {
    color: #0b336d;
    line-height: 28px; }

@media(min-width: 992px) {
  .preset-text {
    width: 856px;
    margin: 0 auto !important;
  }
}
.page-id-105 .preset-text h5 {
  padding-left: 0;
}
.details-triangle {
  position: relative; }
  .details-triangle h3 {
    position: relative;
  }
  .details-triangle h3:after,
  .details-triangle h5:after {
    content: '';
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 23.6px;
    border-color: transparent transparent transparent #ffd122;
    position: absolute;
    top: -10px;
    left: 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }


    @media screen and (max-width: 991px) {
      .details-triangle h3:after,
      .details-triangle h5:after {
        top: -4px;
        left: 10px;
        border-width: 13px 0 13px 15.6px; } }

.page-call-for-workshop .preset-text ul {
  padding-left: 20px; }
  .page-call-for-workshop .preset-text ul li {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 400; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    html {
      font-size: 58%; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 50%; } }

body {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  max-width: 100%;
  color: #000 !important;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  padding-top: 66px;
   }
  @media screen and (max-width: 991px) {
    body {
} }
  body.active {
    overflow: hidden; }

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

*, *:focus, *:active {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

.clearfix {
  clear: both; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important; }

input,
select,
textarea,
button {
  outline: none !important; }

[data-scroll-animation] {
  opacity: 0; }
  [data-scroll-animation].animated {
    opacity: 1; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  text-decoration: none !important; }

ul,
p {
  margin: 0;
  padding: 0; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1390px) {
  .container {
    max-width: 1330px; } }

.logo {
  width:250px; }
  @media (max-width: 1280px) {
    .logo {
      width: 320px; } }
  @media screen and (max-width: 991px) {
    .logo {
      width: 215px; } }

.topbar {
  width: 100%;
  height: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#174c9c), color-stop(12%, #385e8a), color-stop(44%, #8c8f5e), color-stop(71%, #cab23e), color-stop(90%, #f0c82a), to(#ffd123));
  background-image: -webkit-linear-gradient(left, #174c9c 0%, #385e8a 12%, #8c8f5e 44%, #cab23e 71%, #f0c82a 90%, #ffd123 100%);
  background-image: -moz- oldlinear-gradient(left, #174c9c 0%, #385e8a 12%, #8c8f5e 44%, #cab23e 71%, #f0c82a 90%, #ffd123 100%);
  background-image: -o-linear-gradient(left, #174c9c 0%, #385e8a 12%, #8c8f5e 44%, #cab23e 71%, #f0c82a 90%, #ffd123 100%);
  background-image: linear-gradient(to right, #174c9c 0%, #385e8a 12%, #8c8f5e 44%, #cab23e 71%, #f0c82a 90%, #ffd123 100%); }

header {
  background-image: url("../png/background-header.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  padding: 8px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
 }
  @media screen and (max-width: 991px) {
    header {
      padding: 15px 0; } }
  header .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }


header.fixedTop {

}

footer {
  background: #f3f4f6;
  padding: 40px 0;
  width: 100%; }
  @media screen and (max-width: 991px) {
    footer {
      padding: 20px 0; } }
  footer p {
    color: #4e4e4e;
    font-weight: 400;
    font-size: 19px;
    line-height: 25.15px; }
    @media screen and (max-width: 991px) {
      footer p {
        text-align: center;
        font-size: 16px; } }

.nav-mobile {
  position: fixed;
  top: 69px;
  width: 100%;
  background: #fff;
  z-index: 9999;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#174c9c), color-stop(12%, #385e8a), color-stop(44%, #8c8f5e), color-stop(71%, #cab23e), color-stop(90%, #f0c82a), to(#ffd123));
  background-image: -webkit-linear-gradient(left, #174c9c 0%, #385e8a 12%, #8c8f5e 44%, #cab23e 71%, #f0c82a 90%, #ffd123 100%);
  background-image: -moz- oldlinear-gradient(left, #174c9c 0%, #385e8a 12%, #8c8f5e 44%, #cab23e 71%, #f0c82a 90%, #ffd123 100%);
  background-image: -o-linear-gradient(left, #174c9c 0%, #385e8a 12%, #8c8f5e 44%, #cab23e 71%, #f0c82a 90%, #ffd123 100%);
  background-image: linear-gradient(to right, #174c9c 0%, #385e8a 12%, #8c8f5e 44%, #cab23e 71%, #f0c82a 90%, #ffd123 100%); }
  .nav-mobile.is-open {
    opacity: 1;
	      overflow: scroll;
    visibility: visible; }
  .nav-mobile > ul {
    padding: 70px 0; }
    .nav-mobile > ul > li {
      text-align: center;
      margin-bottom: 25px; }
      .nav-mobile > ul > li.menu-item-has-children > a {
        display: inline-block; }
        .nav-mobile > ul > li.menu-item-has-children > a:after {
          content: '';
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 7px solid white;
          margin-left: 10px;
          -webkit-transform: rotate(-180deg);
             -moz-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
               -o-transform: rotate(-180deg);
                  transform: rotate(-180deg);
          display: inline-block; }
      .nav-mobile > ul > li > a {
        color: #fff;
        font-size: 22px;
        letter-spacing: 0.85px;
        line-height: 26px; }


.nav-mobile > ul > li.active .sub-menu {
	display:block;
}

.nav-mobile .sub-menu {
  margin-top: 20px;
  display: none; }
  .nav-mobile .sub-menu.active {
    display: block; }
  .nav-mobile .sub-menu li {
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .nav-mobile .sub-menu li:hover {
      -webkit-transform: translateX(5px);
         -moz-transform: translateX(5px);
          -ms-transform: translateX(5px);
           -o-transform: translateX(5px);
              transform: translateX(5px); }
    .nav-mobile .sub-menu li + li {
      margin-top: 20px;
      display: block; }
    .nav-mobile .sub-menu li a {
      font-size: 16px;
      color: #002a54; }

@media screen and (max-width: 991px) {
  .menu-content {
    display: none; } }

.menu-content nav > ul > li {
  display: inline-block;
  margin-left: 30px;
  position: relative; }
  .menu-content nav > ul > li.menu-item-has-children > a:after {
    content: '';
    background-image: url("../svg/caret-down.svg");
    display: inline-block;
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
    margin-top: 3px;
    margin-left: 10px; }
  .menu-content nav > ul > li:hover .sub-menu__wrapper {
    opacity: 1;
    visibility: visible; }
  .menu-content nav > ul > li > a {
    font-size: 18px;
    font-weight: 400;
    color: #fff; }
    .menu-content nav > ul > li > a:hover {
      color: #efb614;
      font-weight: 700; }

@media(min-width: 992px) and (max-width: 1400px) {
	.menu-content nav > ul > li {
		margin-left: 20px;
	}
	.menu-content nav > ul > li > a {
		font-size: 16px;
	}
}

@media screen and (min-width: 992px) {
  .sub-menu__wrapper {
    position: absolute;
    z-index: 999;
    padding-top: 10px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; } }

.sub-menu__wrapper ul {
  background-color: #f4eded;
  padding: 15px; }
  .sub-menu__wrapper ul li {
    margin-bottom: 10px;
    white-space: nowrap; }
    .sub-menu__wrapper ul li:last-child {
      margin-bottom: 0; }
    .sub-menu__wrapper ul li a {
      font-size: 14px;
      color: #174c9c;
      font-weight: 400; }
      .sub-menu__wrapper ul li a:hover {
        font-weight: 700; }

.button-nav {
  display: none;
  z-index: 9999999; }
  @media screen and (max-width: 991px) {
    .button-nav {
      display: block; } }
  .button-nav .btn-burguer .icon-bar:nth-of-type(2) {
    top: 1px; }
  .button-nav .btn-burguer .icon-bar:nth-of-type(3) {
    top: 2px; }
  .button-nav .btn-burguer .icon-bar:nth-of-type(4) {
    top: 3px; }
  .button-nav .btn-burguer .icon-bar {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .button-nav .btn-burguer.active .icon-bar:nth-of-type(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff; }
  .button-nav .btn-burguer.active .icon-bar:nth-of-type(2) {
    background: transparent; }
  .button-nav .btn-burguer.active .icon-bar:nth-of-type(3) {
    top: -4px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff; }
  .button-nav .btn-burguer {
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    float: left;
    z-index: 999999;
    position: relative;
    width: 25px; }
  .button-nav .btn-burguer .icon-bar {
    background: #fff;
    display: table;
    margin: 0 auto;
    margin-bottom: 4px;
    width: 25px;
    height: 3px;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px; }

.hero {
  padding: 15px 0;
  height: 630px;
  position: relative;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 991px) {
    .hero {
      height: 490px; } }
  .hero:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    background: #f0b31b;
    bottom: 0;
    opacity: 0.7; }
  .hero .hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    .hero .hero-image .slick-list {
      height: 100%; }
    .hero .hero-image .slick-track {
      height: 100%; }
    .hero .hero-image .item {
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover;
      background-position: center center; }
  .hero .content-contdown .countdown-top {
    width: 312px;
    background-color: rgba(255, 209, 35, 0.8);
    padding: 20px;
    position: relative;
    overflow-x: hidden; }
    @media screen and (max-width: 991px) {
      .hero .content-contdown .countdown-top {
        width: 79%; } }
    .hero .content-contdown .countdown-top:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid white;
      position: absolute;
      top: -4px;
      right: -16px;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
    .hero .content-contdown .countdown-top .preset-text1 {
      font-weight: 100;
      font-size: 46px;
      color: #174c9c;
      line-height: 46.21px; }
    .hero .content-contdown .countdown-top .preset-text2 {
      color: #ffffff;
      font-size: 30px;
      font-weight: 700;
      margin-top: 15px; }

.contentHome-1 {
  background: #ffd123;
  margin-top: -75px; }
  .contentHome-1 .title-1 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    background: #174c9c;
    display: table;
    margin: 0 auto;
    padding: 25px 45px;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .contentHome-1 .title-1 {
        font-size: 30px;
        padding: 15px 25px; } }
    .contentHome-1 .title-1:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid white;
      position: absolute;
      bottom: -4px;
      left: -16px;
      -webkit-transform: rotate(-135deg);
         -moz-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
           -o-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .contentHome-1 .title-1 strong {
      font-weight: 900; }

.contentHome-2 {
  background: #ffd123 url("../png/background-texthome.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  padding: 80px 0;
  background-position: center bottom;
  position: relative; }
  .contentHome-2::before {
    content: ''; }
  @media screen and (max-width: 991px) {
    .contentHome-2 {
      padding: 20px 0; } }
  .contentHome-2 .content-text {
    grid-gap: 20px;
    color: #174c9c;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px; }
    @media screen and (max-width: 991px) {
      .contentHome-2 .content-text p {
        margin-top: 15px; } }
    @media screen and (min-width: 992px) {
      .contentHome-2 .content-text {
        column-count: 2;} }
  .contentHome-2 .button-pdf {
    margin: 0 auto;
    display: table;
    width: 455px;
    margin-top: 70px; }
    @media screen and (max-width: 991px) {
      .contentHome-2 .button-pdf {
        width: 100%;
        margin-top: 25px; } }
    .contentHome-2 .button-pdf a {
      color: #174c9c;
      font-size: 22px;
      font-weight: 700;
      padding: 20px 30px;
      background: #fff;
      display: inline-block;
      text-align: center;
      line-height: 26px; }
      @media screen and (max-width: 991px) {
        .contentHome-2 .button-pdf a {
          font-size: 18px;
          padding: 15px 15px; } }

.contentHome-3 {
  padding: 45px 0; }
  .contentHome-3 .content-video h2 {
    margin: 0;
    text-align: center;
    color: #174c9c;
    font-size: 40px;
    font-weight: 400; }
    @media screen and (max-width: 991px) {
      .contentHome-3 .content-video h2 {
        font-size: 32px; } }
    .contentHome-3 .content-video h2 strong {
      font-weight: 900; }
  .contentHome-3 .video-iframe {
    position: relative;
    padding-bottom: 52.25%;
    overflow: hidden;
    top: 0;
    left: 0;
    margin-top: 35px; }
    .contentHome-3 .video-iframe iframe {
      position: absolute;
      height: 100%;
      width: 100%; }

.contentHome-4 {
  background: #174c9c;
  padding-top: 35px;
  padding-bottom: 55px; }

  .contentHome-4 h2 {
    margin: 0;
    color: #ffd123;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px; }

.news {
  display: grid;
  grid-gap: 15px; }
  @media screen and (min-width: 992px) {
    .news {
      grid-template-columns: repeat(2, 2fr);
      grid-gap: 0 15px; } }
  .news .item {

    padding: 20px 0; }

  .news .title {
    color: #ffd123;
    font-size: 20px;
    font-weight: 700; }
  .news .date {
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
    font-weight: 400; }
  .news .desc {
    font-size: 14px;
    color: #f4eded;
    font-weight: 400;
    line-height: 25.19px; }

.breadcrumb {
  background: #ffd123;
  font-size: 18px;
  padding: 8px 0;
  font-weight: 400;
  color: #fff; }
  @media screen and (max-width: 991px) {
    .breadcrumb {
      font-size: 16px;
      padding: 8px; } }
  .breadcrumb strong {
    font-weight: 900; }

/* @media(min-width: 992px) {
  .breadcrumb .container {
    max-width: 910px;
    margin: 0 auto;
  }
} */

.content-inner {
  display: flex;
  justify-content: space-between;
}

.content-inner .content-news {
  width: 65%;

}

.content-inner .news {
  border-bottom: 1px solid #aba14f;
  border-top: 1px solid #aba14f;
  padding-bottom: 50px;
}

.content-inner .twiiter {
  width: 30%;
}

@media(max-width: 992px) {
  .content-inner .content-news,
  .content-inner .twiiter {
    width: 100%;
  }
}

.content-twiiter {
  border-top: 1px solid #aba14f;
}
.content-twiiter a,
.content-twiiter p {
  color: #fff;
  font-size: 14px;
  margin: 20px 0;
}
.content-pageInnner {
  padding: 45px 0 50px 0; }
  @media screen and (max-width: 991px) {
    .content-pageInnner {
      padding: 25px 0 50px 0; } }

#countdown {
  background: #c4e0e9;
  padding: 20px;
  width: 312px;
  position: relative; }
  @media screen and (max-width: 991px) {
    #countdown {
      width: 79%; } }
  #countdown ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #countdown ul li {
      display: inline-block;
      color: #174c9c;
      font-size: 14px;
      font-style: italic;
      text-align: center; }
      #countdown ul li span {
        display: block;
        font-size: 28px;
        font-weight: 100;
        font-style: normal; }
        @media screen and (max-width: 399px) {
          #countdown ul li span {
            font-size: 24px; } }
      #countdown ul li.circles {
        font-style: normal;
        margin-left: 8px;
        margin-right: 8px;
        font-size: 46px;
        font-weight: 100;
        line-height: 16.25px;
        margin-top: 16px; }
        @media screen and (max-width: 575px) {
          #countdown ul li.circles {
            margin-left: 15px;
            font-size: 34px;
            margin-right: 15px; } }
        @media screen and (max-width: 399px) {
          #countdown ul li.circles {
            margin-left: 5px;
            margin-right: 5px;
            margin-top: 10px; } }


@media(max-width: 992px) {
  #countdown ul li {
    font-size: 12px;
  }
}

.page-content,
.content-pageInnner {
  background: #fff;
  position: relative;
  z-index: 9; }




@media(min-width: 992px) {
  .content-pageInnner .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-pageInnner .section-organization:nth-child(1),
  .content-pageInnner .section-organization:nth-child(3) {
    width: 25%;
  }
  .content-pageInnner .section-organization:nth-child(2) {
    margin-top: 0;
  }
  .content-pageInnner .section-organization:nth-child(2),
  .content-pageInnner .section-organization:nth-child(4) {
    width: 70%;
  }
}

@media(min-width: 992px) and (max-width: 1281px) {
  .content-pageInnner .section-organization:nth-child(2),
  .content-pageInnner .section-organization:nth-child(4) {
    width: 75%;
  }
}

.section-organization + .section-organization {
  margin-top: 75px; }

.section-organization .list-organization {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 0 15px; }
  @media screen and (min-width: 992px) {
    .section-organization .list-organization {
      grid-template-columns: repeat(6, 6fr);
      grid-gap: 0 40px; } }
  .section-organization .list-organization .item {
    margin-top: 30px; }
    .section-organization .list-organization .item .image {
      width: 190px;
      height: 190px;
      background-position: center;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover; }
      @media screen and (max-width: 991px) {
        .section-organization .list-organization .item .image {
          width: 130px;
          height: 130px; } }
    .section-organization .list-organization .item .name {
      color: #174c9c;
      font-size: 22px;
      font-weight: 700;
      text-align: center;
      margin-top: 15px; }
      @media screen and (max-width: 991px) {
        .section-organization .list-organization .item .name {
          font-size: 18px; } }
    .section-organization .list-organization .item .function {
      font-size: 19px;
      line-height: 25.15px;
      color: #000;
      text-align: center;
      font-style: italic; }
      @media screen and (max-width: 991px) {
        .section-organization .list-organization .item .function {
          font-size: 16px; } }

.preset-text a {
	color: #184c9c;
	margin: 10px 0;
}

.preset-text .mail {
	display: flex;
    align-content: center;
    font-size: 16px;
    margin: 0;
    color: #000;
}
.preset-text .mail svg {
	width: 15px;
	margin-right: 10px;
}
.menu-content nav > ul > li.current-menu-item a,
.menu-content nav > ul > li.current-menu-ancestor > a{
	color: #efb614;
	font-weight: bold;
}

.sub-menu__wrapper ul li.current-menu-item a {
	font-weight: bold;
}
.text-important--top {
	font-size: 16px; margin: 15px 0;
}



.content-sponsor {

}

.content-sponsor .sponsor-list {
  display: flex;
  padding: 0px 0;
  margin-bottom: 15px;
  flex-wrap: wrap;
  width: 100%;
}
.content-sponsor .sponsor-list .item {
  margin-right: 50px;
  margin-bottom: 30px;
}
.content-sponsor .sponsor-list .item .title-sponsor {
  font-size: 16px;
  color: #4e4e4e;
}
.content-sponsor .sponsor-list .item .list-images {
  display: flex;
  align-items: center;
}
.content-sponsor .sponsor-list .item .list-images .images {
  width: 170px;
  margin-top: 20px;

}
.content-sponsor .sponsor-list .item .list-images .images + .images {
  margin-left: 30px;
}

@media(max-width: 768px) {
  .content-sponsor .sponsor-list .item .list-images {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content-sponsor .sponsor-list .item .list-images .images {
    width: 44%;
  }
  .content-sponsor .sponsor-list {
    width: 100%;
  }
  .content-sponsor .sponsor-list .item {
    margin-right: 0;
  }
  .content-sponsor .sponsor-list .item {
    width: 100%;
  }
}


/* Keynote Speakers Page */

.main-keynote {
margin-top: 60px;
}

.head-keynone {

}

.head-keynone .title-keynote {
  font-size: 22px;
  font-weight: bold;
  color: #184c9c;
}
.head-keynone .date {
  font-size: 15px;
  color: #000;
  margin-top: 5px;
}


.content-keynote {
  margin-top: 30px;
}

.thumb-keynote {
  min-width: 190px;
  min-height: 190px;
  width: 190px;
  margin-bottom: 20px;
}
.thumb-keynote img {
  border-radius: 50%;
}

.keynote-espec .key-name {
  font-size: 20px;
  font-weight: bold;
  color: #184c9c;
}
.keynote-espec .key-position {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  font-style: italic;
}
.keynote-espec .key-company {
  font-size: 18px;
  font-weight: bold;
  color: #184c9c;
}
.keynote-espec .key-site {
  font-size: 18px;
  color: #184c9c;
}

.keynote-espec .key-text{
  margin-top: 30px;
}

.keynote-espec .key-text p{
  font-size: 14px;
  line-height: 22px;
}



@media(min-width: 992px) {
  .content-keynote {
    display: flex;
  }

  .keynote-espec {
    margin-left: 40px;
  }
}


.padding-left {
  padding-left: 30px;
}



@media(max-width: 992px) {
  .content-inner {
    flex-direction: column;
  }
	.preset-text {
		padding: 0;
	}
}

@media(min-width: 992px) {
	.preset-text p,
.preset-text span{
	padding-left: 35px;
}
.page-call-for-workshop .preset-text ul{
	margin-left: 30px;
}
.preset-text table {
	margin-left: 40px;
}

}



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