@charset "UTF-8";
/*
  _   _               __  __
 | \ | | ____        |  \/  |
 |  \| | __ _  ___   | \  / | _____  _____ _ __
 | . ` |/ _` |/ _ \  | |\/| |/ _ \ \/ / _ \ '__|
 | |\  | (_| | (_) | | |  | |  __/>  <  __/ |
 |_| \_|\__,_|\___/  |_|  |_|\___/_/\_\___|_|

*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 16px;
  box-sizing: border-box;
  height: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #111;
  background: #e7f7f7;
  height: 100%;
}
body.ov-hidden {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  body {
    padding-top: 120px;
  }
}
form {
  min-height: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .website-content {
    padding-bottom: 616px;
  }
}
a {
  color: #111;
}
a,
a:hover {
  text-decoration: none;
}
hr {
  background: #eaeaea;
  height: 1px;
  margin: 30px 0;
  border: 0;
}
@media screen and (min-width: 960px) {
  hr {
    margin: 60px 0;
  }
}
p {
  line-height: 1.5em;
  margin: 1.3em 0;
}
.banner {
  display: block;
  margin: 30px 15px 0;
}
.banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .banner {
    margin-top: 60px;
  }
}
.msg-box {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 20px 12px;
  border: 1px solid;
  display: block;
  line-height: 1.4em;
}
.msg-box a {
  text-decoration: underline;
  font-weight: 700;
}
.msg-box.is-info {
  border-color: #6cd0f5;
  background-color: #e3f6fd;
}
.msg-box.is-info strong,
.msg-box.is-info a {
  color: #6cd0f5;
}
.msg-box.is-error {
  border-color: #ff5e5e;
  background-color: #ffdddd;
}
.msg-box.is-error strong,
.msg-box.is-error a {
  color: #ff5e5e;
}
.msg-box.is-success {
  border-color: #97ff46;
  background-color: #dfffc6;
}
.msg-box.is-success strong,
.msg-box.is-success a {
  color: #97ff46;
}
.msg-box.is-warning {
  border-color: #ffc231;
  background-color: #ffe8b1;
}
.msg-box.is-warning strong,
.msg-box.is-warning a {
  color: #ffc231;
}
.msg-box.is-full {
  margin: 0 15px;
}
.msg-box[hidden] {
  display: none;
}
.breadcrumb {
  display: none;
}
@media screen and (min-width: 700px) {
  .breadcrumb {
    display: block;
    font-size: 12px;
    line-height: 1em;
  }
  .breadcrumb,
  .breadcrumb a {
    color: #45cefc;
  }
  .breadcrumb a {
    display: inline-block;
    margin-left: 5px;
  }
  .breadcrumb a[href]:hover {
    text-decoration: underline;
  }
  .breadcrumb a + a:before {
    content: '•';
    display: inline-block;
    margin-right: 8px;
  }
  .breadcrumb.white,
  .breadcrumb.white a {
    color: #fff;
  }
}
.btn {
  font-size: 12px;
  color: #999;
  line-height: 1em;
  text-transform: uppercase;
  border: 1px solid #999;
  padding: 8px 18px;
  background: transparent;
  display: inline-block;
  -o-transition: 0.3s color, 0.3s background, 0.3s background-color;
  transition: 0.3s color, 0.3s background, 0.3s background-color;
}
.btn[type] {
  cursor: pointer;
}
.btn.is-courses {
  font-weight: 600;
  font-size: 14px;
  padding: 10px 18px;
}
.btn.btn-black {
  color: #111;
  border-color: #111;
}
.btn.btn-black.btn-active,
.btn.btn-black:hover {
  background: #111;
  border-color: #111;
}
.btn.btn-white {
  color: #fff;
  border-color: #fff;
}
.btn.btn-white.btn-active,
.btn.btn-white:hover {
  background: #fff;
  border-color: #fff;
  color: #0099cc;
}
.btn.btn-bold {
  font-weight: 700;
  border-width: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.btn.btn-active,
.btn:hover {
  background: #0099cc;
  border-color: #0099cc;
  color: #fff;
}
.btn[hidden] {
  display: none;
}
.btn + .btn {
  margin-left: 6px;
}
.alternate-btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  outline: 1px solid #fff;
  padding: 13px 19px;
  background: transparent;
  display: table;
  -o-transition: 0.3s outline-offset;
  transition: 0.3s outline-offset;
  border: 0;
  cursor: pointer;
}
.alternate-btn.alternate-color {
  color: #111;
  background: #fff;
  outline-color: #fff;
}
.alternate-btn:hover {
  outline-offset: 5px;
}
.alternate-btn--big {
  padding: 23px 36px;
}
.btn-mobile {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .btn-mobile {
    display: none;
  }
}
.hamburguer {
  position: relative;
  display: block;
  width: 33px;
  height: 22px;
}
.hamburguer span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  -o-transition: transform 0.5s, background 0.5s, opacity 0.5s ease;
  transition: transform 0.5s, background 0.5s, opacity 0.5s ease;
  transform-origin: 0 0;
}
.hamburguer.active span:first-child {
  opacity: 0;
  transform: rotate(-45deg) translate(-10px, 18px);
}
.hamburguer.active span:nth-child(2) {
  transform: rotate(-45deg) translate(-4px, 12px);
}
.hamburguer.active span:nth-child(3) {
  transform: rotate(45deg) translate(-8px, -21px);
}
.calendar-home--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .calendar-home--wrapper {
    margin-top: 60px;
  }
}
.calendar-home--intro,
.calendar-home--plugin {
  padding: 0 15px;
}
.calendar-home--intro {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .calendar-home--intro {
    margin-bottom: 40px;
  }
}
.calendar-home--plugin {
  display: none;
}
@media screen and (min-width: 700px) {
  .calendar-home--plugin {
    display: block;
    margin: 0 auto 30px;
    width: 400px;
  }
}
@media screen and (min-width: 960px) {
  .calendar-home--plugin {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 8.33333333%;
  }
}
.calendar-home--content {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .calendar-home--content {
    width: calc(100% - 400px - 8.33333333%);
  }
}
.calendar-home--list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 30px;
}
.calendar-home--list .calendar-item {
  -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
}
.calendar-home--list .msg-box {
  margin-top: 30px;
  width: 100%;
}
.calendar-home--list + .btn {
  margin-left: 15px;
}
@media screen and (min-width: 570px) {
  .calendar-home--list .calendar-item {
    -ms-flex-preferred-size: calc((100%/2) - 30px);
        flex-basis: calc((100%/2) - 30px);
  }
}
@media screen and (min-width: 960px) {
  .calendar-home--list {
    margin-bottom: 60px;
  }
}
.calendar-internal--list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px -15px 0;
  max-width: 1200px;
}
.calendar-internal--list .calendar-item:not(.cfw-modal) {
  width: calc(100% - 30px);
  -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
}
@media screen and (min-width: 570px) {
  .calendar-internal--list .calendar-item:not(.cfw-modal) {
    width: calc((100% / 2) - 30px);
    -ms-flex-preferred-size: calc((100% / 2) - 30px);
        flex-basis: calc((100% / 2) - 30px);
  }
}
@media screen and (min-width: 880px) {
  .calendar-internal--list .calendar-item:not(.cfw-modal) {
    width: calc((100% / 3) - 30px);
    -ms-flex-preferred-size: calc((100% / 3) - 30px);
        flex-basis: calc((100% / 3) - 30px);
  }
}
.calendar-item {
  border: 0;
  padding: 0;
  text-align: left;
}
.calendar-item:not(.cfw-modal) {
  background: transparent;
  margin: 30px 15px 0;
  box-shadow: rgba(17, 17, 17, 0) 0 0 0;
  -o-transition: 0.3s box-shadow;
  transition: 0.3s box-shadow;
}
.calendar-item:not(.active) {
  cursor: pointer;
}
.calendar-item .date-wrapper + .date-wrapper {
  margin-top: 15px;
}
.calendar-item .date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  float: left;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #fff;
}
.calendar-item .day,
.calendar-item .month {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 0.8em;
  -o-transition: 0.2s color;
  transition: 0.2s color;
}
.calendar-item .day {
  font-weight: 800;
  font-size: 40px;
}
.calendar-item .month {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-top: 10px;
}
.calendar-item .date--detail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(calc(100% - 4px));
  -o-transition: 0.2s transform;
  transition: 0.2s transform;
  z-index: 0;
  background-color: #0099cc;
}
.calendar-item .title {
  margin: 0 0 14px;
  font-weight: 400;
  font-size: 16px;
  padding-top: 15px;
}
.calendar-item .desc {
  color: #999;
  font-size: 14px;
}
.calendar-item.active,
.calendar-item:hover {
  box-shadow: rgba(17, 17, 17, 0.2) 0 0 20px;
}
.calendar-item.active .date--detail,
.calendar-item:hover .date--detail {
  transform: translateY(0);
}
.calendar-item.active .day,
.calendar-item:hover .day,
.calendar-item.active .month,
.calendar-item:hover .month {
  color: #fff !important;
}
.calendar-modal {
  width: calc(100% - 120px);
  float: left;
}
.calendar-modal iframe {
  max-width: 100%;
}
.calendar-modal .small-txt {
  margin-top: -10px;
}
.calendar-caption {
  cursor: pointer;
}
@media screen and (min-width: 700px) {
  .calendar-caption {
    display: -ms-flexbox;
    display: flex;
  }
  .calendar-caption i {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-top: 1px;
  }
  .calendar-caption i:nth-child(1) {
    background: #e9445f;
  }
  .calendar-caption i:nth-child(2) {
    background: #02aa6d;
  }
  .calendar-caption i:nth-child(3) {
    background: #ffcc00;
  }
  .calendar-caption i:nth-child(4) {
    background: #6b288c;
  }
  .calendar-caption i + i {
    margin-left: -3px;
  }
  .calendar-caption i:last-of-type {
    margin-right: 6px;
  }
}
.contact-form--wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form--wrapper .formee {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0;
  margin: 20px 0 -10px;
}
@media screen and (min-width: 960px) {
  .contact-form--wrapper {
    margin-bottom: 260px;
  }
  .contact-form--wrapper .formee {
    width: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    -ms-flex-order: 1;
        order: 1;
    margin-top: -10px;
  }
}
.contact-form--intro {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 15px;
  text-align: center;
}
.contact-form--intro .big-title {
  margin-bottom: 20px;
}
.contact-form--intro .default-title {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .contact-form--intro {
    width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    -ms-flex-order: 2;
        order: 2;
    text-align: right;
  }
  .contact-form--intro .big-title {
    margin-bottom: 40px;
  }
  .contact-form--intro .default-title {
    margin-top: 60px;
  }
}
.contact-form--phone,
.contact-form--address {
  display: table;
  position: relative;
  margin: 30px auto 0;
}
@media screen and (min-width: 470px) {
  .contact-form--phone:before,
  .contact-form--address:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 960px) {
  .contact-form--phone,
  .contact-form--address {
    margin-right: 0;
  }
}
.contact-form--phone {
  color: #768e8e;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.8em;
}
@media screen and (min-width: 470px) {
  .contact-form--phone:before {
    background-image: url(/images/icons/cellphone.min.svg);
    left: -31px;
  }
}
.contact-form--address {
  line-height: 1.5em;
}
@media screen and (min-width: 470px) {
  .contact-form--address:before {
    background-image: url(/images/icons/world.min.svg);
    left: -33px;
  }
}
.website-footer {
  background: #fff;
  padding-top: 30px;
}
@media screen and (min-width: 960px) {
  .website-footer {
    padding-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.website-rights,
.website-powered {
  font-size: 10px;
  text-transform: uppercase;
}
.website-rights {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #ccc;
  text-align: center;
  margin: 20px 0 30px;
  line-height: 1em;
}
@media screen and (min-width: 740px) {
  .website-rights {
    margin: 40px 0;
  }
}
.selo-amigodosurdo {
  width: 100%;
}
.selo-amigodosurdo img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 739px) {
  .selo-amigodosurdo {
    width: 80%;
    margin: 15px auto 0px auto;
  }
}
@media screen and (min-width: 740px) {
  .selo-amigodosurdo {
    width: 28%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .selo-amigodosurdo {
    padding-right: 0px;
  }
}
.qr-code-emac {
  width: 100%;
}
.qr-code-emac img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 739px) {
  .qr-code-emac {
    width: 80%;
    margin: 30px 0;
  }
}
@media screen and (min-width: 740px) {
  .qr-code-emac {
    width: 30%;
  }
}
.website-powered {
  padding: 0 15px;
  line-height: 2.2em;
  text-align: right;
}
.website-powered img {
  display: block;
  float: right;
  width: 20px;
  height: 22px;
  margin-left: 9px;
}
@media screen and (max-width: 1024px) {
  .website-powered {
    margin: 30px auto 0 auto;
  }
}
.website-footer--intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (min-width: 739px) {
  .website-footer--intro {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .website-footer--intro {
    width: 33%;
  }
}
.website-footer--intro .link {
  margin-right: 20px;
  padding: 0 15px;
}
.website-footer--intro .detail {
  font-size: 12px;
  line-height: 1.15em;
}
.website-footer--intro .logotype {
  width: 130px;
  height: 60px;
  background: url(/images/logotype-color.min.svg) no-repeat center / contain;
  margin: 0;
}
.website-footer--intro strong {
  font-size: 20px;
  font-weight: 800;
  line-height: 0.8em;
  display: block;
  margin-bottom: 14px;
}
.website-footer--info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 739px) {
  .website-footer--info {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (min-width: 740px) {
  .website-footer--info {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.website-footer--menu {
  display: none;
}
@media screen and (min-width: 960px) {
  .website-footer--menu {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .website-footer--menu:after {
    content: '';
    margin: 40px 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    background: #eaeaea;
    height: 1px;
  }
  .website-footer--menu .link,
  .website-footer--menu .title {
    display: block;
    line-height: 1em;
  }
  .website-footer--menu [target="_blank"]:after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background: url(/images/icons/targetblank.min.svg) no-repeat center;
    margin-left: 6px;
    transform: translateY(-1px);
  }
  .website-footer--menu .link {
    color: #111;
    font-size: 12px;
    margin-top: 10px;
  }
  .website-footer--menu .link:before {
    content: '';
    display: block;
    float: left;
    margin: 3px 6px 0 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    border: 1px solid #0099cc;
  }
  .website-footer--menu .link + .title {
    margin-top: 40px;
  }
  .website-footer--menu .link:hover {
    text-decoration: underline;
  }
  .website-footer--menu .title {
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
    font-size: 16px;
  }
  .website-footer--menu .title + .title {
    margin-top: 10px;
  }
}
/*WhatsApp Fixo*/
.btn-whats {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 87px;
  height: 86px;
  z-index: 10;
}
.btn-whats img {
  position: absolute;
  bottom: 7px;
  left: 6px;
  z-index: 20;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.btn-whats img:hover {
  -webkit-transform: rotateZ(15deg);
  -ms-transform: rotateZ(15deg);
  transform: rotateZ(15deg);
}
@media screen and (min-width: 960px) {
  .btn-whats img {
    bottom: 14px;
    right: 10px;
    left: auto;
  }
}
.btn-whats:before {
  content: '';
  width: 110px;
  height: 105px;
  background-color: #00d45b;
  position: absolute;
  left: -70px;
  bottom: -39px;
  transform: rotate(48deg) translate(20px);
}
@media screen and (min-width: 960px) {
  .btn-whats:before {
    width: 140px;
    height: 135px;
    transform: rotate(42deg) translate(32px);
    left: auto;
    bottom: auto;
  }
}
@media screen and (min-width: 960px) {
  .btn-whats {
    right: 0;
    left: auto;
  }
}
.formee input[type="datetime"],
.formee input[type="file"],
.formee input[type="month"],
.formee input[type="range"],
.formee input[type="time"],
.formee input[type="url"],
.formee input[type="week"],
.formee input[type="url"],
.formee input[type*="date"],
.formee input[type="number"],
.formee input[type="text"],
.formee input[type="password"],
.formee input[type="email"],
.formee input[type="tel"],
.formee input[type="file"],
.formee input[type="search"],
.formee textarea,
.formee select {
  width: 100%;
  color: #999;
  padding: 9px 15px 8px;
  background: #fff;
  border: 1px solid transparent;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
  height: 40px;
}
.formee input[type="datetime"]:hover,
.formee input[type="file"]:hover,
.formee input[type="month"]:hover,
.formee input[type="range"]:hover,
.formee input[type="time"]:hover,
.formee input[type="url"]:hover,
.formee input[type="week"]:hover,
.formee input[type="url"]:hover,
.formee input[type*="date"]:hover,
.formee input[type="number"]:hover,
.formee input[type="text"]:hover,
.formee input[type="password"]:hover,
.formee input[type="email"]:hover,
.formee input[type="tel"]:hover,
.formee input[type="file"]:hover,
.formee input[type="search"]:hover,
.formee textarea:hover,
.formee select:hover,
.formee input[type="datetime"]:focus,
.formee input[type="file"]:focus,
.formee input[type="month"]:focus,
.formee input[type="range"]:focus,
.formee input[type="time"]:focus,
.formee input[type="url"]:focus,
.formee input[type="week"]:focus,
.formee input[type="url"]:focus,
.formee input[type*="date"]:focus,
.formee input[type="number"]:focus,
.formee input[type="text"]:focus,
.formee input[type="password"]:focus,
.formee input[type="email"]:focus,
.formee input[type="tel"]:focus,
.formee input[type="file"]:focus,
.formee input[type="search"]:focus,
.formee textarea:focus,
.formee select:focus {
  color: #999;
  border-color: #999;
}
.formee input[type="datetime"][disabled],
.formee input[type="file"][disabled],
.formee input[type="month"][disabled],
.formee input[type="range"][disabled],
.formee input[type="time"][disabled],
.formee input[type="url"][disabled],
.formee input[type="week"][disabled],
.formee input[type="url"][disabled],
.formee input[type*="date"][disabled],
.formee input[type="number"][disabled],
.formee input[type="text"][disabled],
.formee input[type="password"][disabled],
.formee input[type="email"][disabled],
.formee input[type="tel"][disabled],
.formee input[type="file"][disabled],
.formee input[type="search"][disabled],
.formee textarea[disabled],
.formee select[disabled] {
  cursor: not-allowed;
}
.formee select {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
     text-overflow: '';
}
.formee label {
  display: block;
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 0.9em;
  text-transform: uppercase;
  color: #768e8e;
}
.formee textarea {
  height: 8em;
  resize: vertical;
}
.formee .cfw-input-invalid input::-webkit-input-placeholder {
  color: #b01717;
  opacity: 1;
}
.formee .cfw-input-invalid textarea::-webkit-input-placeholder {
  color: #b01717;
  opacity: 1;
}
.formee .cfw-input-invalid input:-ms-input-placeholder {
  color: #b01717;
  opacity: 1;
}
.formee .cfw-input-invalid textarea:-ms-input-placeholder {
  color: #b01717;
  opacity: 1;
}
.formee .cfw-input-invalid input::-moz-placeholder {
  color: #b01717;
  opacity: 1;
}
.formee .cfw-input-invalid textarea::-moz-placeholder {
  color: #b01717;
  opacity: 1;
}
.formee .cfw-input-invalid input:-moz-placeholder {
  color: #b01717;
  opacity: 1;
}
.formee .cfw-input-invalid textarea:-moz-placeholder {
  color: #b01717;
  opacity: 1;
}
.formee input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.formee textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.formee input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.formee textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.formee input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.formee textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.formee input:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.formee textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.formee input[type="submit"],
.formee input[type="button"],
.formee input[type="reset"],
.formee button {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  display: table;
  line-height: 50px;
  color: #fff;
  padding: 0 59px;
  border: 0;
  background: #768e8e;
}
.formee input[type="submit"][disabled],
.formee input[type="button"][disabled],
.formee input[type="reset"][disabled],
.formee button[disabled] {
  cursor: not-allowed;
}
.formee .col1,
.formee .col2,
.formee .col3,
.formee .col4,
.formee .col5,
.formee .col6,
.formee .col7,
.formee .col8,
.formee .col9,
.formee .col10,
.formee .col11,
.formee .col12 {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin: 10px 0;
  position: relative;
}
@media screen and (max-width: 364px) {
  .w-captcha {
    padding: 0 !important;
  }
}
@media screen and (max-width: 739px) {
  .w-captcha > div {
    display: table;
    margin: 0 auto;
  }
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 740px) {
  .formee .col1 {
    width: 8.33333333%;
  }
  .formee .col2 {
    width: 16.66666667%;
  }
  .formee .col3 {
    width: 25%;
  }
  .formee .col4 {
    width: 33.33333333%;
  }
  .formee .col5 {
    width: 41.66666667%;
  }
  .formee .col6 {
    width: 50%;
  }
  .formee .col7 {
    width: 58.33333333%;
  }
  .formee .col8 {
    width: 66.66666667%;
  }
  .formee .col9 {
    width: 75%;
  }
  .formee .col10 {
    width: 83.33333333%;
  }
  .formee .col11 {
    width: 91.66666667%;
  }
  .formee input[type="submit"].is-centered,
  .formee input[type="button"].is-centered,
  .formee input[type="reset"].is-centered,
  .formee button.is-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .formee input[type="submit"].is-right,
  .formee input[type="button"].is-right,
  .formee input[type="reset"].is-right,
  .formee button.is-right {
    margin-left: auto;
    margin-right: 0;
  }
}
.website-header {
  position: fixed;
  z-index: 5;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .website-header {
    top: 0;
    background: #0099cc;
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.2);
  }
  .website-header.scrolled .website-header--bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .website-header.scrolled .logotype {
    height: 60px;
  }
}
@media screen and (min-width: 960px) {
  .website-header {
    position: absolute;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 959px) {
  .website-header--bottom {
    padding: 20px 5px;
    -o-transition: 0.3s padding;
    transition: 0.3s padding;
  }
}
@media screen and (min-width: 960px) {
  .website-header--bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.website-header--internal {
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.website-header--internal .content {
  padding: 30px 15px;
}
.website-header--internal.bg-default {
  background-image: url(/images/header/materdei.jpg);
}
.website-header--internal:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0099cc;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .website-header--internal.at-cursos {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .website-header--internal {
    height: 425px;
  }
  .website-header--internal .content {
    padding-top: 275px;
  }
}
@media screen and (max-width: 699px) {
  .website-header--content {
    text-align: center;
  }
  .website-header--content .internal-title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 700px) {
  .website-header--content {
    float: left;
  }
}
.website-header--ico {
  max-width: 70px;
  max-height: 40px;
  display: block;
  margin: 0 auto 15px;
}
@media screen and (min-width: 700px) {
  .website-header--ico {
    float: left;
    margin: 0 20px 0 0;
    max-height: 70px;
  }
  .website-header--ico + .website-header--content {
    width: calc(100% - 90px);
  }
}
.at-servico-escola .website-header--ico {
  max-width: 100px;
  max-height: 80px;
}
@media screen and (min-width: 700px) {
  .at-servico-escola .website-header--ico {
    max-height: 90px;
  }
  .at-servico-escola .website-header--ico + .website-header--content {
    width: calc(100% - 120px);
  }
}
.links-menu .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.links-menu.links-menu-colored,
.links-menu.links-menu-transparent {
  display: none;
}
.links-menu.links-menu-inside .intro {
  display: block;
  margin: 20px 0 10px 10px;
}
.links-menu.links-menu-inside .restrict-menu,
.links-menu.links-menu-inside .social-menu {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.links-menu.links-menu-inside .restrict-menu a,
.links-menu.links-menu-inside .social-menu a {
  margin-left: 0;
  padding: 10px;
}
.links-menu.links-menu-inside .restrict-menu {
  display: block;
  margin: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.links-menu.links-menu-inside .restrict-menu a {
  font-size: 15px;
  display: block;
}
.links-menu.links-menu-inside .social-menu {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.links-menu.links-menu-inside .facebook-ico,
.links-menu.links-menu-inside .instagram-ico,
.links-menu.links-menu-inside .twitter-ico,
.links-menu.links-menu-inside .youtube-ico {
  width: 20px;
  height: 21px;
}
@media screen and (min-width: 960px) {
  .links-menu.links-menu-colored,
  .links-menu.links-menu-transparent {
    display: block;
  }
  .links-menu.links-menu-colored {
    margin-bottom: 35px;
    background: #768e8e;
  }
  .links-menu.links-menu-colored .content {
    padding: 12px 15px;
  }
  .links-menu.links-menu-transparent {
    margin-bottom: 21px;
  }
  .links-menu.links-menu-transparent .content {
    padding: 0 15px;
    position: relative;
  }
  .links-menu.links-menu-transparent .content:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -1px;
    height: 1px;
    background: #fff;
  }
}
.restrict-menu {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.restrict-menu .intro,
.restrict-menu a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
}
.restrict-menu .intro {
  font-size: 10px;
}
.restrict-menu a {
  font-size: 12px;
  font-weight: 700;
  margin-left: 30px;
}
.restrict-menu a:hover {
  text-decoration: underline;
}
.social-menu {
  width: 16.66666667%;
  -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.social-menu:hover a {
  opacity: 0.3;
}
.social-menu a {
  display: block;
  padding: 10px 0;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social-menu a + a {
  margin-left: 14px;
}
.social-menu a:hover {
  opacity: 1;
}
@media screen and (max-width: 469px) {
  .link-side-side {
    display: -ms-flexbox;
    display: flex;
  }
  .link-side-side a {
    text-align: center;
  }
}
.default-list,
.structure-item--desc ul {
  padding: 0;
  margin: 5px 0 20px;
  list-style-position: inside;
  line-height: 1.5em;
}
.links-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.links-list a {
  word-break: break-all;
}
.links-list li {
  display: block;
  line-height: 1.5em;
}
.links-list li + li {
  margin-top: 10px;
}
.caption-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.caption-list li {
  line-height: 20px;
  margin-top: 20px;
}
.caption-list span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 3px;
}
.loading {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #768e8e;
  border-top-color: #e7f7f7;
  animation: roundround 0.7s infinite linear;
  margin: 30px auto;
  background: transparent;
}
.loading.on-blue {
  border: 5px solid #fff;
  border-top-color: #0099cc;
}
.loading.on-white {
  border-top-color: #fff;
}
@keyframes roundround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.logotype {
  background: url(/images/logotype.min.svg) no-repeat center / contain;
  text-indent: -999px;
  overflow: hidden;
  width: 140px;
  height: 70px;
  margin: 0 15px;
  -o-transition: 0.3s height;
  transition: 0.3s height;
}
@media screen and (min-width: 1024px) {
  .logotype {
    width: 190px;
    height: 85px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 959px) {
  .logotype-wrapper {
    display: table;
    margin: 0 auto;
  }
}
.main-menu {
  padding: 10px;
  margin: 0;
  list-style: none;
}
.main-menu li.just-mobile {
  display: block;
}
@media screen and (max-width: 959px) {
  .main-menu {
    width: calc(100% - 70px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    background: #0099cc;
    box-shadow: 0 10px 10px rgba(17, 17, 17, 0.2);
    -o-transition: 0.3s transform;
    transition: 0.3s transform;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main-menu.active {
    transform: translateX(0);
  }
}
@media screen and (min-width: 960px) {
  .main-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    float: right;
    padding: 0;
  }
  .main-menu li {
    margin-right: 0;
  }
  .main-menu li:hover .main-menu--link {
    background: #fff;
    color: #0099cc;
  }
  .main-menu li:hover .main-menu--link:before {
    opacity: 1;
  }
  .main-menu li.just-mobile {
    display: none;
  }
  .main-menu .w-submenu {
    position: relative;
  }
  .main-menu .w-submenu .main-menu--link {
    padding-right: 30px;
  }
  .main-menu .w-submenu:hover .arrow-ico {
    fill: #0099cc;
  }
  .main-menu .w-submenu:hover .main-menu--sub {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    -o-transition: 0.3s opacity, 0.3s transform, 0 visibility;
    transition: 0.3s opacity, 0.3s transform, 0 visibility;
  }
  .main-menu .on-mobile {
    display: none;
  }
}
@media screen and (min-width: 1170px) {
  .main-menu li {
    margin-right: 15px;
  }
}
.shadow-menu {
  position: fixed;
  right: -70px;
  left: 0;
  background: rgba(17, 17, 17, 0.5);
  top: 0;
  bottom: 0;
  z-index: 4;
  transform: translateX(-100%);
  opacity: 0;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.shadow-menu.active {
  transform: translateX(0);
  opacity: 1;
}
.main-menu--link {
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  position: relative;
  z-index: 2;
  padding: 10px;
  -o-transition: 0.3s color, 0.3s background;
  transition: 0.3s color, 0.3s background;
  display: block;
}
.main-menu--link .arrow-ico {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .main-menu--link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #0099cc;
    opacity: 0;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
}
.main-menu--sub {
  white-space: nowrap;
  padding: 0;
  margin: -5px 0;
  list-style: none;
  z-index: 1;
  display: none;
}
.main-menu--sub a {
  font-size: 14px;
  line-height: 1em;
  position: relative;
  display: block;
  padding: 10px 15px 10px 30px;
}
@media screen and (max-width: 959px) {
  .main-menu--sub a {
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .main-menu--sub {
    position: absolute;
    top: 38px;
    left: 0;
    background: #fff;
    padding: 5px 0;
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    -o-transition: 0.3s opacity, 0.3s transform, 0.3s visibility;
    transition: 0.3s opacity, 0.3s transform, 0.3s visibility;
    min-width: calc(100% + 10px);
    display: block;
  }
  .main-menu--sub a {
    padding: 10px 15px;
  }
  .main-menu--sub a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: -2px;
    height: 10px;
    margin: auto;
    width: 3px;
    background: #0099cc;
    opacity: 0;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  .main-menu--sub a:hover:before {
    opacity: 1;
  }
}
.list-news {
  display: -ms-flexbox;
  display: flex;
  margin: -30px 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-news .loading {
  position: absolute;
  top: 0;
  bottom: 70px;
  margin: auto 30px;
}
.list-news .msg-box {
  width: 100%;
  margin: 0 15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.list-news li {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 15px;
  margin-top: 30px;
}
.list-news + .btn {
  margin: 30px auto 0;
}
@media screen and (max-width: 469px) {
  .list-news.at-home {
    margin-top: 0;
  }
}
@media screen and (min-width: 570px) {
  .list-news.by-row li,
  .list-news.by-column li {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 570px) and (max-width: 879px) {
  .list-news.by-column li:last-child {
    display: none;
  }
}
@media screen and (min-width: 880px) {
  .list-news.by-row li,
  .list-news.by-column li {
    width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }
}
@media screen and (min-width: 1170px) {
  .list-news.at-home {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
  .list-news.at-home li {
    width: 400px;
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.news-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 370px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.news-link .img {
  display: block;
  max-width: 100%;
}
.news-link .date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 70px;
  height: 70px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 0.8em;
  background-color: #0099cc;
  color: #0099cc;
  -o-transition: 0.3s color, 0.3s background-color;
  transition: 0.3s color, 0.3s background-color;
}
.news-link .date span {
  font-weight: 900;
  line-height: 0.8em;
  font-size: 30px;
  margin-bottom: 9px;
  display: block;
}
.news-link .title {
  margin: 15px 0 0 15px;
  font-weight: 500;
  line-height: 1.1em;
  width: calc(100% - 85px);
  max-height: 3.3em;
  overflow: hidden;
}
.news-link:not(:hover) .date {
  color: #fff !important;
}
.news-link:hover .date {
  background: #fff !important;
}
.news-content {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
}
.news-content .big-title,
.news-content .tie-title {
  text-align: center;
}
.news-content .addthis_inline_share_toolbox {
  display: table;
  margin: 0 auto;
}
.news-content a:not(.btn) {
  text-decoration: underline;
  color: #111;
}
.news-content img,
.news-content iframe,
.news-content object {
  max-width: 100%;
}
.news-content .image {
  display: table;
  border: 0;
  margin: 0 auto;
}
.news-content .image p {
  margin: 0;
}
.news-content .image img {
  display: block;
  margin: 0 auto;
}
.news-content .image[href] {
  color: #111;
  text-decoration: none;
}
.news-content .image figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 11px;
  background: #f1f1f1;
  padding: 10px;
}
.news-content .image.align-left {
  margin-left: 0;
}
.news-content .image.align-right {
  margin-right: 0;
}
@media screen and (max-width: 699px) {
  .news-content img[width][height] {
    height: auto;
  }
  .news-content img,
  .news-content .image {
    float: none !important;
  }
  .news-content img,
  .news-content .image,
  .news-content iframe,
  .news-content object {
    display: block !important;
    margin: 10px auto !important;
  }
  .news-content .image img {
    margin-bottom: 0 !important;
  }
  .news-content .image figcaption {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 700px) {
  .news-content .align-left {
    float: left;
  }
  .news-content .align-right {
    float: right;
  }
  .news-content .align-left,
  .news-content img[style*="float: left"],
  .news-content img[style*="float:left"] {
    margin-right: 15px;
  }
  .news-content .align-right,
  .news-content img[style*="float: right"],
  .news-content img[style*="float:right"] {
    margin-left: 15px;
  }
  .news-content img[style*="float: left"],
  .news-content img[style*="float:left"],
  .news-content img[style*="float: right"],
  .news-content img[style*="float:right"],
  .news-content .image {
    margin-bottom: 15px;
  }
}
.tab-table td {
  line-height: 1.2em;
  display: block;
}
.tab-table td:empty {
  height: 1.3em;
}
@media screen and (min-width: 700px) {
  .tab-table td {
    display: table-cell;
  }
  .tab-table td:not(:last-child) {
    padding-right: 30px;
  }
}
.bigtab-table {
  width: 100%;
}
.bigtab-table td {
  line-height: 1.3em;
  display: block;
}
.bigtab-table td:not(:last-child) {
  font-weight: 700;
}
.bigtab-table small {
  font-size: 12px;
  line-height: 1.5em;
  display: block;
  margin-bottom: 3px;
}
@media screen and (min-width: 1170px) {
  .bigtab-table {
    margin: -10px 0;
  }
  .bigtab-table td {
    line-height: 2.25em;
    vertical-align: top;
    display: table-cell;
  }
  .bigtab-table td:not(:last-child) {
    padding-right: 60px;
    min-width: 215px;
    font-weight: 400;
  }
}
.img-left {
  display: block;
  max-width: 100%;
  margin: 0 auto 15px;
}
@media screen and (min-width: 700px) {
  .img-left {
    float: left;
    margin: 0 30px 10px 0;
  }
}
.img-bordered {
  border: 1px solid #ccc;
  float: left;
}
.img-bordered,
.img-bordered img {
  display: block;
  max-width: 100%;
}
.img-bordered + .img-bordered {
  margin-left: 30px;
}
/*@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova'), local('Proxima-Nova-Regular'),
         url('http://src.inf.br/fonts/proximanova/proximanova-regular-webfont.woff2') format('woff2'),
         url('http://src.inf.br/fonts/proximanova/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
.arrow-ico {
  fill: #fff;
  fill-rule: evenodd;
  width: 10px;
  height: 6px;
  display: block;
  -o-transition: 0.3s fill;
  transition: 0.3s fill;
}
.facebook-ico,
.twitter-ico,
.youtube-ico,
.youtubeblue-ico,
.instagram-ico,
.whatsapp-ico {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 15px;
  height: 16px;
}
.facebook-ico {
  background-image: url(/images/icons/facebook.min.svg);
}
.twitter-ico {
  background-image: url(/images/icons/twitter.min.svg);
}
.youtube-ico {
  background-image: url(/images/icons/youtube.min.svg);
}
.youtubeblue-ico {
  background-image: url(/images/icons/youtubeblue.min.svg);
}
.instagram-ico {
  background-image: url(/images/icons/instagram.min.svg);
}
.whatsapp-ico {
  background-image: url(/images/icons/whatsapp.svg);
}
.cont-resp {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  /* square */
}
.cont-resp iframe,
.cont-resp object,
.cont-resp embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont-resp.is-wide {
  padding-bottom: 56.25%;
  /* wide */
}
.default-title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1em;
}
.small-txt,
.calendar-caption span {
  font-size: 12px;
  display: block;
  color: #999;
  line-height: 1em;
  text-transform: uppercase;
}
.txt-center {
  text-align: center;
}
.big-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2em;
  color: #111;
  margin: 0;
}
@media screen and (min-width: 880px) {
  .big-title {
    font-size: 50px;
    line-height: 0.98em;
  }
  .big-title.big-title--small {
    line-height: 1.09em;
    font-size: 46px;
  }
}
.nav-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1em;
  margin: 0 0 20px;
}
.section-title {
  font-size: 30px;
  font-weight: 700;
  margin: 60px 0 20px;
  line-height: 1em;
}
.section-title.small {
  font-size: 26px;
}
.section-title.no-marg {
  margin-top: 0;
}
.internal-title {
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.1em;
  color: #fff;
  font-size: 35px;
}
@media screen and (min-width: 570px) {
  .internal-title {
    line-height: 0.9em;
    font-size: 50px;
  }
}
.semi-bold {
  font-weight: 500;
}
.txt-small {
  font-size: 12px;
}
.txt-small:last-child {
  margin-bottom: 0;
}
.tie-title {
  font-weight: 500;
  font-size: 20px;
  margin: 20px 0;
  line-height: 1.4em;
}
.course-home--wrapper {
  padding-top: 30px;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.course-home--wrapper > .content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
@media screen and (min-width: 880px) {
  .course-home--wrapper {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1170px) {
  .course-home--wrapper {
    padding-top: 60px;
  }
  .course-home--wrapper > .content {
    min-height: 790px;
    text-align: left;
  }
  .course-home--wrapper > .content:after,
  .course-home--wrapper > .content:before {
    content: '';
    position: absolute;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
  }
  .course-home--wrapper > .content:after {
    background-image: url(/images/home/detail-courses.min.svg);
    width: 522px;
    height: 782px;
    left: -360px;
    z-index: 2;
  }
  .course-home--wrapper > .content:before {
    background-image: url(/images/home/man-courses.jpg);
    width: 898px;
    height: 606px;
    left: -194px;
    z-index: 1;
  }
}
.course-home--content,
.course-home--intro {
  position: relative;
  z-index: 3;
  padding: 0 15px;
}
.course-home--intro {
  width: 100%;
}
@media screen and (min-width: 1170px) {
  .course-home--intro {
    width: calc(100% - 900px);
  }
}
.course-home--content {
  width: 100%;
}
@media screen and (min-width: 880px) {
  .course-home--content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1170px) {
  .course-home--content {
    width: 900px;
    margin-top: 0;
  }
}
.course-select {
  max-width: 300px;
  margin: 15px auto 0;
}
.course-select select {
  width: 100%;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
     text-overflow: '';
}
.course-select.select-seta:after {
  right: 20px;
  top: -4px;
}
@media screen and (min-width: 880px) {
  .course-select {
    display: none;
  }
}
@media screen and (max-width: 879px) {
  .course-menu {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 880px) {
  .course-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .course-menu .title {
    color: #999;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0 0 10px;
    display: block;
  }
}
@media screen and (min-width: 1170px) {
  .course-menu {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media screen and (min-width: 880px) {
  .course-menu-freecourses {
    margin-left: 40px;
  }
}
@media screen and (min-width: 880px) {
  .course-menu-postgraduate {
    margin-left: 40px;
  }
}
.list-courses {
  margin: 0 -15px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.list-courses .msg-box,
.list-courses .msg-empty {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.list-courses .msg-empty {
  margin-top: 30px;
}
.list-courses .loading {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .list-courses {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1170px) {
  .list-courses {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.course-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% /2) - 30px);
  margin: 30px 15px 0;
  max-width: 195px;
  background-position: center;
  background-repeat: no-repeat;
  -o-transition: 0.3s transform, 0.3s box-shadow;
  transition: 0.3s transform, 0.3s box-shadow;
  animation-fill-mode: both;
  animation-duration: 0.4s;
  opacity: 0;
  transform: translateY(20px);
  -ms-flex-align: center;
      align-items: center;
  background: #0099cc;
}
.course-link:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.course-link .ico,
.course-link .title {
  position: absolute;
  display: block;
  margin: auto;
}
.course-link .ico {
  top: 15.4%;
  left: 0;
  right: 0;
  z-index: 2;
  width: 25.9%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.course-link .ico + .title {
  bottom: 45px;
}
.course-link .ico:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.course-link .title {
  font-weight: 500;
  color: #fff;
  line-height: 1.3em;
  left: 10px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  height: 40px;
  z-index: 2;
  font-size: 12px;
}
.course-link[hidden] {
  display: none;
}
.course-link:hover {
  box-shadow: rgba(17, 17, 17, 0.4) 0 5px 25px;
}
.course-link.entering {
  animation-name: entering;
  animation-timing-function: ease-out;
}
.course-link .tarja-subcat {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
  background: rgba(63, 65, 63, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 470px) {
  .course-link {
    width: 195px;
  }
  .course-link .title {
    font-size: 16px;
  }
  .course-link .ico {
    top: 30px;
    width: 70px;
  }
  .course-link .title {
    left: 15px;
    right: 15px;
  }
}
@keyframes entering {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.news-home--wrapper {
  margin-top: 30px;
}
.news-home--wrapper > .content {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 470px) {
  .news-home--wrapper {
    position: relative;
    min-height: 270px;
    overflow: hidden;
  }
  .news-home--wrapper .list-news {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .news-home--wrapper .list-news {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 960px) {
  .news-home--wrapper {
    margin-top: 60px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1170px) {
  .news-home--wrapper .list-news {
    right: auto;
    left: calc((1200px * .3278) + (100vw - 1200px)/ 2);
    width: calc((1200px * .6722) + (100vw - 1200px)/ 2);
    padding-left: 0;
  }
  .news-home--wrapper:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 200px;
    top: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(231, 247, 247, 0) 0%, rgba(231, 247, 247, 0.2) 40%, #e7f7f7 99%, #e7f7f7 100%);
    background: -webkit-linear-gradient(left, rgba(231, 247, 247, 0) 0%, rgba(231, 247, 247, 0.2) 40%, #e7f7f7 99%, #e7f7f7 100%);
    background: -o-linear-gradient(left, rgba(231, 247, 247, 0) 0%, rgba(231, 247, 247, 0.2) 40%, #e7f7f7 99%, #e7f7f7 100%);
    background: linear-gradient(to right, rgba(231, 247, 247, 0) 0%, rgba(231, 247, 247, 0.2) 40%, #e7f7f7 99%, #e7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e7f7f7', endColorstr='#e7f7f7', GradientType=1);
  }
}
.news-home--intro {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 15px;
  text-align: center;
}
.news-home--intro .btn {
  margin-top: 20px;
}
.news-home--intro br {
  display: none;
}
@media screen and (min-width: 470px) {
  .news-home--intro {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: left;
  }
  .news-home--intro .btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 800px) {
  .news-home--intro {
    width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }
}
@media screen and (min-width: 960px) {
  .news-home--intro br {
    display: block;
  }
}
.slider-home {
  height: 400px;
  position: relative;
  z-index: 1;
  background: #0099cc;
}
.slider-home .loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.slider-home > .slide-home {
  display: none;
}
.slider-home .owl-stage-outer,
.slider-home .owl-stage,
.slider-home .owl-item {
  height: 100%;
}
.slider-home .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
  bottom: 0;
  height: 30px;
}
.slider-home .owl-dot {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  position: relative;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.slider-home .owl-dot:after {
  content: '';
  background: transparent;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -o-transition: 0.3s background, 0.3s opacity;
  transition: 0.3s background, 0.3s opacity;
}
.slider-home .owl-dot:hover:after,
.slider-home .owl-dot.active:after {
  background: #fff;
}
.slider-home .owl-dot:hover:after {
  opacity: 0.5;
}
.slider-home .owl-dot + .owl-dot {
  margin-left: 8px;
}
.slider-home .owl-nav {
  display: none;
}
.slider-home.w-detail:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: url(/images/slider/detail.svg) no-repeat center;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 760px) {
  .slider-home {
    height: 550px;
  }
}
@media screen and (min-width: 960px) {
  .slider-home {
    height: 100vh;
    min-height: 650px;
  }
}
.slide-home {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-shadow: 0px 2px 10px rgba(17, 17, 17, 0.4);
}
.slide-home .is-title {
  font-size: 27px;
  font-weight: 900;
  margin: 0 0 15px;
  line-height: 1em;
}
.slide-home .is-desc {
  font-size: 14px;
  margin: 0;
}
.slide-home .is-link {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid currentColor;
  padding: 14px 20px;
  line-height: 0.9em;
  display: table;
  margin: 20px auto 0;
  -o-transition: 0.3s text-shadow, 0.3s color, 0.3s background;
  transition: 0.3s text-shadow, 0.3s color, 0.3s background;
}
.slide-home .is-link:hover {
  background: #fff;
  color: #0099cc;
  text-shadow: none;
}
@media screen and (min-width: 760px) {
  .slide-home .is-title {
    font-size: 40px;
    margin: 0 0 20px;
  }
  .slide-home .is-desc {
    font-size: 16px;
  }
  .slide-home .is-link {
    font-size: 16px;
    padding: 14px 26px;
  }
}
@media screen and (min-width: 960px) {
  .slide-home .is-title {
    font-size: 60px;
    margin: 0 0 30px;
  }
  .slide-home .is-desc {
    font-size: 20px;
  }
  .slide-home .is-link {
    font-size: 24px;
    margin: 40px auto 0;
  }
}
/** PROUNI / FIES **/
.text-bolsa {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .text-bolsa {
    width: 50%;
    float: left;
  }
}
.video-bolsa {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .video-bolsa {
    width: 50%;
    float: right;
    margin-top: 20px;
  }
}
.video-bolsa-fies {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .video-bolsa-fies {
    width: 70%;
    margin: 0 auto;
  }
}
.internal-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.internal-wrapper > .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .internal-wrapper {
    margin-top: 60px;
    margin-bottom: 260px;
  }
  .internal-wrapper article.news-content {
    padding-bottom: 200px;
  }
}
.internal-content {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 960px) {
  .internal-content {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
.internal-article {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 15px;
}
.internal-article > img {
  max-width: 100%;
}
.internal-article.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0;
}
.internal-article.flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.internal-article.w-marg,
.internal-article:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .internal-article.w-marg,
  .internal-article:not(:first-child) {
    margin-top: 60px;
  }
}
.internal-nav {
  display: none;
}
@media screen and (min-width: 960px) {
  .internal-nav {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 15px;
    display: block;
    position: sticky;
    top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .internal-nav--link {
    font-size: 14px;
    font-weight: 500;
    display: block;
    position: relative;
    padding-left: 20px;
  }
  .internal-nav--link:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #0099cc;
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-transition: 0.3s background;
    transition: 0.3s background;
  }
  .internal-nav--link:hover:before {
    background: #0099cc;
  }
  .internal-nav--link + .internal-nav--link {
    margin-top: 20px;
  }
}
.content-gallery {
  margin: -10px -15px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-gallery--link {
  padding: 0 15px;
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-top: 30px;
}
.content-gallery--link img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .content-gallery--link {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.course-nav {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: block;
  padding: 0 0 20px;
  position: fixed;
  z-index: 3;
  top: 120px;
  border-bottom: 1px solid #fff;
}
.course-nav .alternate-color {
  display: block;
  width: 100%;
}
.course-nav .alternate-btn {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .course-nav {
    max-height: 40px;
    overflow: hidden;
    -o-transition: 0.3s max-height, 0.3s top;
    transition: 0.3s max-height, 0.3s top;
  }
  .course-nav.scrolled {
    top: 70px;
  }
  .course-nav.active {
    max-height: 380px;
  }
}
@media screen and (min-width: 960px) {
  .course-nav {
    padding: 20px 0;
    position: sticky;
    top: 0;
  }
  .course-nav .content {
    padding: 0 15px;
  }
  .course-nav .alternate-btn {
    float: left;
  }
  .course-nav .alternate-btn.alternate-color {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .course-nav .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .course-nav .alternate-btn {
    display: none;
  }
}
.course-nav--link {
  display: block;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
}
.course-nav--link[hidden] {
  display: none;
}
@media screen and (max-width: 959px) {
  .course-nav--link {
    margin: 0 auto;
    width: calc(100% - 30px);
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .course-nav--link {
    outline: 2px solid transparent;
    -o-transition: 0.3s outline-color;
    transition: 0.3s outline-color;
    float: left;
  }
  .course-nav--link:hover {
    outline-color: currentColor;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .course-nav--link {
    padding: 0 11px;
  }
}
.teachers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 30px;
}
.teacher-modal.cfw-modal .cfw-modal__pos-conteudo {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  max-height: none;
  width: 320px;
  transform: none;
}
.teacher-modal.cfw-modal .cfw-modal__conteudo {
  top: 0;
  text-align: center;
  bottom: 0;
  word-break: break-word;
}
.teacher-link {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 15px;
  text-align: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin-top: 30px;
}
@media screen and (min-width: 570px) {
  .teacher-link {
    width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }
}
@media screen and (min-width: 880px) {
  .teacher-link {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .teacher-link {
    width: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
  }
}
.teacher-link--img,
.teacher-link--name,
.teacher-link--desc,
.teacher-link--btn {
  display: block;
}
.teacher-link--name,
.teacher-link--btn {
  font-weight: 700;
}
.teacher-link--desc,
.teacher-link--btn {
  font-size: 10px;
}
.teacher-link--img {
  max-width: 100%;
  margin: 0 auto 20px;
}
.teacher-link--name {
  margin: 0 0 8px;
  line-height: 1.2em;
  font-size: 16px;
}
.teacher-link--desc {
  margin: 0 0 9px;
  line-height: 1.1em;
  color: #999;
}
.teacher-link--btn {
  line-height: 0.8em;
}
.structures-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  width: 100%;
}
.structures-list .owl-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.structures-list .owl-dot {
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #ccc;
}
.structures-list .owl-dot.active {
  background: currentColor;
}
.structures-list .owl-dot + .owl-dot {
  margin-top: 8px;
}
.structure-item {
  display: block;
  color: #111;
}
.structure-item figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 585px;
  margin: 0 auto;
}
.structure-item .section-title {
  margin-top: 10px;
}
@media screen and (min-width: 880px) {
  .structure-item figure {
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: none;
  }
  .structure-item a {
    width: 50%;
  }
  .structure-item figcaption {
    width: 50%;
    padding: 0 20px 0 30px;
  }
  .structure-item .section-title {
    margin-top: 0;
  }
}
.structure-item--img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.career-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto;
  padding: 30px 15px 0;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .career-wrapper {
    text-align: left;
    margin: 60px auto;
    padding: 60px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden;
  }
}
.career-content {
  color: #fff;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .career-content:not(.full) {
    width: 50%;
  }
  .career-content:not(.full) iframe {
    display: none;
  }
}
.career-img {
  display: block;
  margin: 30px auto 0;
  max-width: 100%;
}
@media screen and (min-width: 700px) {
  .career-img {
    margin: -60px 0;
    box-shadow: rgba(17, 17, 17, 0.3) 0 0 20px;
  }
}
.career-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 0.83em;
  display: block;
  margin: 0 0 30px;
}
@media screen and (min-width: 700px) {
  .career-title {
    font-size: 60px;
  }
}
.career-desc {
  margin: 0;
}
.programs-government {
  margin: 10px auto 0;
  padding: 0;
  list-style: none;
  max-width: 400px;
}
.programs-government li {
  float: left;
  width: 50%;
}
.programs-government a,
.programs-government img {
  display: block;
  margin: 0 auto;
}
.programs-government img {
  filter: grayscale(1) brightness(0.5);
  -o-transition: 0.3s filter;
  transition: 0.3s filter;
}
.programs-government a:hover img {
  filter: grayscale(0);
}
@media screen and (min-width: 470px) {
  .programs-government {
    margin-top: 20px;
  }
}
@media screen and (min-width: 880px) {
  .programs-government {
    margin: 20px -15px 0;
    max-width: none;
  }
  .programs-government li {
    padding: 0 15px;
    width: auto;
  }
}
.general-section {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 15px;
  text-align: center;
}
.general-section + .general-section {
  margin-top: 30px;
}
@media screen and (min-width: 700px) {
  .general-section {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .general-section + .general-section {
    margin-top: 0;
  }
}
@media screen and (min-width: 880px) {
  .general-section {
    text-align: left;
  }
  .general-section.column3 {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
  }
}
@media screen and (min-width: 1170px) {
  .general-section.column3 {
    margin-right: 4.16666667%;
  }
}
.general-cv {
  padding: 0 15px;
  max-width: 300px;
  margin: 30px auto 0;
}
.general-cv a,
.general-cv svg {
  display: block;
}
.general-cv a {
  padding: 25px 24px;
  border: 1px solid;
  line-height: 1.5em;
  text-align: center;
}
.general-cv svg {
  fill-rule: evenodd;
  width: 50px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 880px) {
  .general-cv {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin: 0;
    max-width: none;
  }
}
@media screen and (min-width: 1170px) {
  .general-cv {
    width: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
  }
}
.courses-form {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.courses-form .formee {
  -ms-flex-order: 1;
      order: 1;
  margin: -10px 0;
}
.courses-form--img {
  display: none;
}
@media screen and (min-width: 1200px) {
  .courses-form--img {
    margin: 0 15px -60px 0;
    display: block;
    -ms-flex-order: 2;
        order: 2;
  }
  .courses-form--img + .formee {
    width: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
  }
}
.palavra-coordenador-wrapper iframe,
.career-desc iframe,
.sobre-o-curso-wrapper iframe {
  display: block;
  margin: 20px 0;
  max-width: 100%;
}
.links-newspapers {
  display: -ms-flexbox;
  display: flex;
  margin: -30px 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.links-newspapers li {
  width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 0 15px;
  margin-top: 30px;
}
@media screen and (max-width: 569px) {
  .links-newspapers li {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 569px) and (max-width: 979px) {
  .links-newspapers li {
    width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }
}
.memoria-curso {
  display: -ms-flexbox;
  display: flex;
  margin: -30px 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.memoria-curso li {
  width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 0 15px;
  margin-top: 30px;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.memoria-curso li .newspapers-link {
  -ms-flex-align: center;
      align-items: center;
}
.memoria-curso li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 569px) {
  .memoria-curso li {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 569px) and (max-width: 979px) {
  .memoria-curso li {
    width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }
}
.newspapers-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 270px;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.newspapers-link .title {
  margin: 15px 0 0 0;
  font-weight: 600;
  line-height: 1.1em;
}
.newspapers-link .description {
  margin: 5px 0 0 0;
}
.newspapers-link .img {
  display: block;
  max-width: 100%;
}
.attest-wrapper {
  list-style: none;
  padding: 0;
}
.attest-wrapper li {
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6em;
}
.attest-wrapper .msg-attest {
  padding: 0 15px;
}
.attest-wrapper .msg-attest a {
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .attest-wrapper li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box-info-attest {
  width: 24.41666667%;
  -ms-flex-preferred-size: 24.41666667%;
      flex-basis: 24.41666667%;
  padding: 0 15px;
}
.box-info-attest a {
  display: block;
}
@media screen and (max-width: 639px) {
  .box-info-attest {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.attest--img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}
.attest--name {
  margin: 0 0 8px;
  line-height: 1.2em;
  font-size: 16px;
  text-align: center;
}
.attest--desc {
  margin: 0;
  display: block;
  text-align: center;
  line-height: 1.1em;
  color: #999;
  font-size: 10px;
}
.box-text-attest {
  width: 75.58333333%;
  -ms-flex-preferred-size: 75.58333333%;
      flex-basis: 75.58333333%;
  padding: 0 15px;
}
.box-text-attest p:first-child {
  margin: 0;
}
@media screen and (max-width: 639px) {
  .box-text-attest {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 50px;
}
table td,
table th {
  padding: 0;
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
table tbody {
  border: 0;
}
table thead {
  border-bottom: 1px solid #d0d0d0;
}
table table,
table th,
table td {
  border: none;
}
table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: 1px solid #d5ecec;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: #d5ecec;
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: #d5ecec;
}
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}
.video-cpa {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .video-cpa iframe {
    height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .video-cpa iframe {
    width: 100%;
  }
}
#videos a {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: fit-content;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
#videos a .youtubeblue-ico {
  width: 25px;
  height: 26px;
}
#servicos-oferecidos ul {
  display: -ms-flexbox;
  display: flex;
  margin: -30px 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#servicos-oferecidos ul li {
  width: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
  padding: 0 15px;
  margin-top: 30px;
}
#servicos-oferecidos ul li .title {
  margin: 15px 0 0 0;
  font-weight: 600;
  line-height: 1.1em;
}
#servicos-oferecidos ul li img {
  display: block;
  max-width: 100%;
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 569px) {
  #servicos-oferecidos ul li {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 569px) and (max-width: 979px) {
  #servicos-oferecidos ul li {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
#contato a {
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#contato a:hover {
  text-decoration: underline;
}
.internal-nav--link-pdf {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 20px;
  gap: 7px;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.internal-nav--link-pdf:hover {
  text-decoration: underline;
}
.internal-nav--link-pdf img {
  display: block;
  width: 23px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-links-diploma {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0;
}
.list-links-diploma li {
  width: 32%;
  border: 3px solid #0099cc;
  text-align: center;
  padding: 20px;
  margin-right: 2%;
  margin-bottom: 20px;
}
.list-links-diploma li a {
  display: block;
  width: 50%;
  margin: 0 auto;
  background: #0099cc;
  padding: 20px 0;
  color: #fff;
  border: 3px solid #0099cc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list-links-diploma li a:hover {
  background: #e7f7f7;
  color: #0099cc;
}
.list-links-diploma li:nth-child(3),
.list-links-diploma li:nth-child(6) {
  margin-right: 0;
}
@media (max-width: 959px) {
  .list-links-diploma {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .list-links-diploma li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
.acervo-links {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.acervo-links .item-acervo {
  width: 19%;
  margin-right: 5%;
}
.acervo-links .item-acervo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.acervo-links .item-acervo a img {
  margin-right: 8%;
}
.acervo-links .item-acervo a p {
  color: #203562;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}
.container-app {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
}
.container-app a {
  margin-right: 1%;
  display: block;
}
.container-app img {
  display: block;
  height: auto;
  width: 100%;
}
.list-courses.periodicos-cursos {
  -ms-flex-pack: center;
      justify-content: center;
}
.course-menu.periodicos-cursos {
  display: none;
}
#detail-periodico {
  cursor: pointer;
}
.list-periodicos {
  width: 100%;
}
.list-periodicos #detail-periodico-internal {
  margin-bottom: 20px;
  width: 23%;
  margin-right: 2%;
  display: -ms-inline-grid;
  display: inline-grid;
}
.list-periodicos #detail-periodico-internal .box-image-book {
  width: 100%;
  height: 300px;
}
.list-periodicos #detail-periodico-internal .title {
  text-align: center;
  display: block;
  font-weight: 600;
}
.list-periodicos #detail-periodico-internal:nth-child(4n) {
  margin-right: 0;
}
.course-home--wrapper > .content.internal-periodicos:before {
  display: none;
}
.title-periodicos {
  text-align: center;
}
.no-results {
  width: 100%;
  text-align: center;
}
.course-select select {
  display: none;
}
.course-select.select-seta:after {
  display: none;
}
/*RESPONSIVE*/
@media (max-width: 900px) {
  .acervo-links .item-acervo {
    width: 30%;
  }
  .list-periodicos #detail-periodico-internal {
    width: 48%;
    margin-right: 2%;
  }
  .list-periodicos #detail-periodico-internal:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .acervo-links {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0;
  }
  .acervo-links .item-acervo {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .acervo-links .item-acervo a img {
    margin-right: 2%;
  }
}
@media (max-width: 600px) {
  .list-periodicos #detail-periodico-internal {
    width: 100%;
    margin-right: 0;
  }
}
.cf:after,
.calendar-item:after,
.website-header--internal .content:after,
.course-nav .content:after,
.programs-government:after {
  content: "";
  display: block;
  clear: both;
}
.content,
.calendar-home--wrapper,
.contact-form--wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
input,
textarea,
keygen,
select,
button {
  font-size: 16px;
  line-height: 1em;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
::-ms-clear {
  display: none;
}
select {
  -webkit-appearance: listbox;
}
figure {
  margin: 0;
}
object {
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .select-seta {
    position: relative;
  }
  .select-seta:after {
    content: '';
    display: block;
    position: absolute;
    right: 33px;
    top: 13px;
    bottom: 0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent black black transparent;
    margin: auto;
    background: transparent;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateY(-1px);
  }
}
