@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;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.content {
  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);
  }
}
*,
*: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%;
}
form {
  min-height: 100%;
  position: relative;
}
a {
  color: #111;
}
a,
a:hover {
  text-decoration: none;
}
.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;
}
.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;
  }
}
.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);
}
/*@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;
}*/
.vestibular-page > .loading,
.vestibular-page .msg-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 100px;
  right: 0;
  margin: auto;
}
.vestibular-page .msg-box {
  text-align: center;
  width: 450px;
  max-width: 100%;
  display: table;
  border: 0;
}
.vestibular-page .msg-box .logotype {
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .vestibular-page {
    padding-bottom: 100px;
  }
}
.vestibular-header {
  background: #0099cc;
  padding: 30px 0;
}
.vestibular-header .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.vestibular-header .btn {
  white-space: nowrap;
}
@media screen and (min-width: 700px) and (max-width: 959px) {
  .vestibular-header .btn {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .vestibular-header .content {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .vestibular-header .btn {
    margin-right: 15px;
  }
}
.vestibular-header--content {
  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-align: center;
}
.vestibular-title {
  font-size: 35px;
  margin: 20px 0;
  font-weight: 700;
  color: #fff;
  line-height: 0.76em;
}
@media screen and (min-width: 960px) {
  .vestibular-title {
    font-size: 60px;
    margin-top: 0;
  }
}
.vestibular-slider {
  margin: 30px 15px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40.85%;
}
@media screen and (min-width: 960px) {
  .vestibular-slider {
    margin-top: 60px;
  }
}
.vestibular-links {
  margin: 10px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.vestibular-links > li {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 15px;
  margin-top: 20px;
}
@media screen and (min-width: 700px) {
  .vestibular-links > li {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 960px) {
  .vestibular-links {
    margin: 30px 0;
  }
  .vestibular-links > li {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1120px) {
  .vestibular-links > li {
    width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }
}
.vestibular-link {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.7em;
  display: block;
  height: 100%;
}
.vestibular-link img {
  width: 60px;
  height: 60px;
}
.vestibular-link.orange {
  background: #e07229;
}
.vestibular-link.blue {
  background: #3c2893;
}
.vestibular-link.red {
  background: #e9445f;
}
.vestibular-link.light-blue {
  background: #0099cc;
}
.vestibular-link.gray {
  background: #768e8e;
}
.vestibular-link.green {
  background: #02aa6d;
}
.vestibular-link--intro {
  padding: 15px;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #fff;
}
.vestibular-link--intro strong {
  font-size: 20px;
  line-height: 1.15em;
  display: block;
}
.vestibular-link--intro strong.no-upper {
  text-transform: none;
}
.vestibular-link--intro:hover strong {
  text-decoration: underline;
}
@media screen and (min-width: 540px) {
  .vestibular-link--intro {
    height: 120px;
  }
  .vestibular-link--intro strong {
    font-size: 26px;
  }
}
@media screen and (min-width: 960px) {
  .vestibular-link--intro {
    padding: 30px 40px;
    height: 140px;
  }
}
.vestibular-link--list {
  padding: 0 40px 30px;
  margin: -25px 0 0;
  list-style: none;
}
.vestibular-link--list a {
  color: #fff;
  display: block;
}
.vestibular-link--list a:before {
  content: '';
  width: 7px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin: 0 10px 4px 0;
}
.vestibular-link--list a:hover {
  text-decoration: underline;
}
.vestibular-footer {
  background: #0099cc;
  line-height: 1.3em;
  padding: 20px 15px;
  margin: 30px 0 0;
  text-align: center;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .vestibular-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 100px;
    margin: 0;
    padding: 0;
  }
}
