/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1180px;
}

.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10,
.col_11, .col_12, .col_13, .col_14, .col_15, .col_16, .col_17, .col_18, .col_19, .col_20 {
    display: inline;
    float: left;
    margin-left: 20px;
    position: relative;
}

.row {
    margin-left: -20px;
}

.container .col_1 { width: 40px; }
.container .col_2 { width: 100px; }
.container .col_3 { width: 160px; }
.container .col_4 { width: 220px; }
.container .col_5 { width: 280px; }
.container .col_6 { width: 340px; }
.container .col_7 { width: 400px; }
.container .col_8 { width: 460px; }
.container .col_9 { width: 520px; }
.container .col_10 { width: 580px; }
.container .col_11 { width: 640px; }
.container .col_12 { width: 700px; }
.container .col_13 { width: 760px; }
.container .col_14 { width: 820px; }
.container .col_15 { width: 880px; }
.container .col_16 { width: 940px; }
.container .col_17 { width: 1000px; }
.container .col_18 { width: 1060px; }
.container .col_19 { width: 1120px; }
.container .col_20 { width: 1180px; }

@media (min-width: 980px) and (max-width: 1200px) {
    .container { width: 960px; }
    .container .col_1 { width: 29px; }
    .container .col_2 { width: 78px; }
    .container .col_3 { width: 127px; }
    .container .col_4 { width: 176px; }
    .container .col_5 { width: 225px; }
    .container .col_6 { width: 274px; }
    .container .col_7 { width: 323px; }
    .container .col_8 { width: 372px; }
    .container .col_9 { width: 421px; }
    .container .col_10 { width: 470px; }
    .container .col_11 { width: 519px; }
    .container .col_12 { width: 568px; }
    .container .col_13 { width: 617px; }
    .container .col_14 { width: 666px; }
    .container .col_15 { width: 715px; }
    .container .col_16 { width: 764px; }
    .container .col_17 { width: 813px; }
    .container .col_18 { width: 862px; }
    .container .col_19 { width: 911px; }
    .container .col_20 { width: 960px; }
}

@media (max-width: 979px) {
    .container {
        display: block;
        width: auto;
        padding: 0 20px;
    }

    .row {
        margin-left: 0;
    }

    .container .col_1,
    .container .col_2,
    .container .col_3,
    .container .col_4,
    .container .col_5,
    .container .col_6,
    .container .col_7,
    .container .col_8,
    .container .col_9,
    .container .col_10,
    .container .col_11,
    .container .col_12,
    .container .col_13,
    .container .col_14,
    .container .col_15,
    .container .col_16,
    .container .col_17,
    .container .col_18,
    .container .col_19,
    .container .col_20 {
        display: block;
        width: auto;
        float: none;
        margin: 0;
    }
}
/* ==========================================================================
   Natela Web
   ========================================================================== */

/**
 * Elementos padroes do site
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #494949;
    line-height: 1.3em;
    overflow-x: hidden;
    background-color: #fff;
}

a {
    color: #494949;
    text-decoration: none;
    outline: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.row:before, .row:after { content: ""; display: table; }
.row:after { clear: both; }
.row { *zoom: 1; }

input,
select,
textarea,
button {
    outline: 0;
}

::-webkit-input-placeholder { font-size: 1em; color: #696969; opacity: 1; }
:-moz-placeholder { font-size: 1em; color: #696969; opacity: 1; }
::-moz-placeholder { font-size: 1em; color: #696969; opacity: 1; }
:-ms-input-placeholder { font-size: 1em; color: #696969; opacity: 1; }

.left { float: left; }
.right { float: right; }

/* Mensagens de Retorno */

.alert-box {
    padding: 14px 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    clear: both;
    margin-top: 5px;
    margin-bottom: 15px;
}

.alert-box.success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.alert-box.error {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.alert-box.info {
    color: #BFB823;
    background: #F5F197;
    border: 1px solid #F9F35B;
}

/* Form */

.form-site label {
    display: block;
    font-size: 0.88em;
    color: #696969;
    line-height: 1em;
    margin: 0 0 8px;
}

.form-site input {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #dadada;
    background-color: #fafafa;
    margin-bottom: 18px;
    font-size: 0.9em;
    color: #333;
    line-height: 45px;
    text-indent: 15px;
}

.form-site select {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #dadada;
    background-color: #fafafa;
    margin-bottom: 18px;
    font-size: 0.9em;
    color: #333;
    line-height: normal;
    padding: 10px 15px;
}

.form-site textarea {
    display: block;
    width: 100%;
    height: 90px;
    border: 1px solid #dadada;
    background-color: #fafafa;
    margin-bottom: 18px;
    padding: 10px 15px;
    font-size: 0.9em;
    color: #333;
    line-height: 1.4em;
    resize: none;
}

.form-site button[type=submit] {
    display: block;
    width: 100%;
    height: 46px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 46px;
    color: #fff;
    background-color: #206fb3;
    cursor: pointer;
    border: none;
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
    cursor: pointer;
}

.form-site button[type=submit]:hover {
    background-color: #14548b;
}

label.error {
    display: block;
    font-size: 0.90em;
    line-height: 1.2em;
    color: #f15656;
    margin: -12px 0 15px;
}

/* ==========================================================================
   Header
   ========================================================================== */

.pg-header {
    height: 144px;
    background: url('../img/bg-header.png') no-repeat center bottom;
}

.pg-logo {
    width: 100%;
    height: 144px;
    background: #fff;
    text-align: center;
}

.pg-logo img {
    margin-top: 21px;
}

.pg-header-right {
    margin-left: -20px;
}

/* Menu Superior */

.menu-top {
    margin: 20px 0;
    float: left;
}

.menu-top li {
    float: left;
    margin-right: 10px;
}

.menu-top li a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 0.75em;
    color: #7d898e;
    line-height: 38px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.menu-top-submenu-link > a {
    min-width: 160px;
    background: url('../img/icon-menu-top-submenu.png') no-repeat right 0;
}

.menu-top-submenu-link:hover > a {
    color: #fff;
    background-color: #56b0d6;
    background-position: right -38px;
}

.menu-top li:hover > ul {
    display: block;
}

.menu-top-submenu {
    display: none;
    position: absolute;
    width: 175px;
    z-index: 200;
}

.menu-top-submenu li {
    position: relative;
    display: block;
    float: none;
    margin-right: 0;
}

.menu-top-submenu li a {
    background-color: #fff;
    border-top: none;
}

.menu-top-submenu li.is-submenu > a {
    background: #fff url('../img/menu-top-submenu-icon.png') no-repeat right center;
}

.menu-top-submenu li.is-submenu:hover > a {
    background-image: url('../img/menu-top-submenu-icon-ativo.png');
}

.menu-top-submenu li:first-child > a {
    border: 1px solid #e2e2e2;
}

.menu-top-submenu li ul {
    position: absolute;
    top: 0;
    left: 100%;
}

.menu-top li a:hover {
    color: #fff;
    background-color: #56b0d6;
}

/* Header Logos */

.header-logos {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

.header-logos li {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
}

.header-logos li:first-child {
    margin-left: 0;
}

.header-logos li img {
    width: auto;
    max-height: 39px;
}

/* Menu Inferior */

.menu-centro {
    height: 64px;
    background-color: #206fb3;
}

.menu-centro-submenu-link {
    position: relative;
    float: left;
}

.menu-centro-submenu-link.first {
    border-right: 1px solid #6d6d6d;
}

.menu-centro-submenu-link > a {
    display: block;
    height: 64px;
    padding: 0 51px;
    font-size: 1.25em;
    color: #fff;
    font-weight: 300;
    line-height: 64px;
    text-align: center;
    background-color: #494949;
}

.menu-centro-submenu-link > a strong {
    font-weight: 800;
}

.menu-centro-submenu-link:hover > a {
    background-color: #21365b;
    color: #fff;
}

.menu-centro-submenu-link > a span {
    display: block;
    padding-right: 27px;
    background: url('../img/icon-menu-centro-submenu.png') no-repeat right top;
}

/*.menu-centro-submenu-link:hover .menu-centro-submenu {
    display: block;
}*/

.menu-centro-submenu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #21365b;
    padding: 0 21px 21px;
    z-index: 1000;
}

.menu-centro-submenu li {
    margin-bottom: 10px;
}

.menu-centro-submenu li a {
    display: block;
    padding: 14px 11px;
    background-color: #425473;
    font-size: 0.69em;
    color: #fff;
    line-height: 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menu-centro-submenu li a:hover {
    background-color: #60769a;
}

.menu-centro-submenu li:last-child {
    margin-bottom: 0;
}

.form-unidades select {
    display: block;
    width: 100%;
    border: 1px solid #bdc3ce;
    font-size: 0.70em;
    color: #fff;
    line-height: 40px;
    padding: 12px 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
    margin-bottom: 10px;
}

.form-unidades select option {
    background-color: #425473;
}

.form-unidades button {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    background-color: #425473;
    font-size: 0.69em;
    color: #fff;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    outline: none;
    border: none;
}

.form-unidades button:hover {
    background-color: #60769a;
}

.form-unidades label {
    margin-top: -2px;
}

.menu-centro-matricula {
    float: left;
}

.menu-centro-matricula a {
    display: block;
    height: 64px;
    padding: 16px 88px 0 67px;
    color: #fff;
    background: #1b5f9a url('../img/icon-matricule-se.png') no-repeat 30px center;
}

.menu-centro-matricula a:hover {
    background-color: #325777;
}

.menu-centro-matricula p {
    margin: 0;
}

.menu-centro-matricula .matricula-topo {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 34px;
}

.menu-centro-matricula .matricula-inferior {
    font-size: 0.65em;
    font-weight: 400;
}

#mobile-menu {
    display: none;
}

/* ==========================================================================
   Banner
   ========================================================================== */

.pg-banner {
    position: relative;
}

.pg-banner-item {
    position: relative;
    display: none;
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.pg-banner-lista .pg-banner-item:first-child {
    display: block;
}

.pg-banner-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pg-banner-nav {
    position: absolute;
    display: block;
    width: 50px;
    height: 90px;
    background: url('../img/nav-banner.png') no-repeat left center;
    top: 50%;
    margin-top: -45px;
    z-index: 900;
}

.pg-banner-nav#banner-prev {
    left: 15px;
}

.pg-banner-nav#banner-next {
    right: 15px;
    background-position: -50px 0;
}

/* ==========================================================================
   Porque
   ========================================================================== */

.pg-porque {
    padding: 85px 0 70px;
    background: url('../img/bg-porque.jpg') no-repeat center top;
}

.porque-titulo {
    font-family: 'PT Serif', serif;
    font-style: italic;
    margin-top: 19px;
    color: #fff;
}

.porque-titulo-peq {
    font-size: 1.88em;
    line-height: 1em;
}

.porque-titulo-grande {
    font-size: 3.81em;
    line-height: 1em;
    margin-top: -4px;
}

.porque-item-lista {
    float: right;
}

.porque-item {
    width: 180px;
    height: 202px;
    float: left;
}

.porque-item.it-1 { background-color: #fab234; }
.porque-item.it-2 { background-color: #f57f26; }
.porque-item.it-3 { background-color: #6ca44e; }
.porque-item.it-4 { background-color: #385d8e; }
.porque-item.it-5 { background-color: #b03a3a; }

.porque-item-imagem {
    margin-top: -15px;
}

.porque-item-imagem img {
    display: block;
    margin: 0 auto;
}

.porque-item-texto {
    font-size: 0.92em;
    color: #fff;
    line-height: 1.3em;
    padding: 0 16px;
    margin: 8px 0 0;
}

.pg-porque.interna {
    padding: 48px 0 35px;
}

.pg-porque.interna
.porque-titulo {
    margin-top: -2px;
}

.pg-porque.interna
.porque-titulo-peq {
    font-size: 1.75em;
}

.pg-porque.interna
.porque-titulo-grande {
    font-size: 3.5em;
}

.pg-porque.interna
.porque-item {
    height: 133px;
}

.pg-porque.interna
.porque-item-imagem img {
    width: auto;
    height: 86px;
}


/* ==========================================================================
   Nossos Cursos
   ========================================================================== */

.nossos-cursos {
    padding: 45px 0 58px;
    background: url('../img/bg-nossos-curso.png') no-repeat center top;
}

.nossos-cursos-titulo {
    font-size: 1.88em;
    line-height: 1em;
    font-weight: 300;
    margin: 0 0 39px;
    text-align: center;
}

.nossos-cursos-titulo strong {
    font-weight: 600;
}

.nossos-cursos-lista {
    height: 387px;
    text-align: center;
}

.curso-item {
    display: inline-block;
    width: 280px;
    height: 389px;
    margin: 0 10px 30px;
    text-align: left;
}

.curso-item-imagem {
    position: relative;
    padding: 15px 0;
}

.curso-item-imagem-zoom {
    position: absolute;
    width: 200px;
    height: 202px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    top: 0;
    left: 50%;
    margin-left: -100px;
    z-index: 100;
}

.curso-item-imagem-fundo {
    width: 100%;
    height: 171px;
    overflow: hidden;
}

.curso-item-nome {
    font-family: 'PT Serif', serif;
    font-size: 1.88em;
    font-weight: normal;
    font-style: italic;
    line-height: 1em;
    margin: 24px 0 20px;
}

.curso-item-descricao {
    width: 74%;
    font-size: 0.81em;
    line-height: 1.3em;
}

.curso-item-link {
    display: block;
    width: 96px;
    height: 30px;
    font-size: 10px;
    color: #494949;
    line-height: 30px;
    border: 1px solid #b7b7b7;
    margin-top: 25px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.curso-item-link:hover {
    background-color: #d8d7d7;
}

.nossos-cursos .slick-arrow {
    position: absolute;
    width: 19px;
    height: 35px;
    top: 133px;
    z-index: 200;
    background: url('../img/arrow-cursos.png') no-repeat;
    text-indent: -99999px;
    outline: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    outline: none;
}

.nossos-cursos .slick-prev {
    left: -35px;
}

.nossos-cursos .slick-next {
    right: -35px;
    background-position: -19px 0;
}


/* ==========================================================================
   Home Footer
   ========================================================================== */

.home-footer {
    padding: 39px 0 0;
    margin-bottom: 41px;
}

.home-footer-titulo {
    margin-bottom: 26px;
}

.home-footer-titulo h2 {
    font-size: 0.94em;
    font-weight: bold;
    margin: 0 0 1px;
}

.home-footer-titulo a,
.home-footer-titulo p {
    font-size: 0.81em;
    margin: 0;
}

.home-footer-titulo strong {
    font-weight: 600;
}

.bg-facebook {
    padding-right: 38px;
    background: url('../img/deg-home-footer.png') repeat-y right 25px top;
}

.form-novidades input {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #e9eaed;
    font-size: 0.88em;
    color: #696969;
    text-indent: 15px;
    line-height: 45px;
    background: #fafafa;
    margin-bottom: 20px;
}

.form-novidades button {
    display: block;
    width: 100%;
    height: 39px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.75em;
    line-height: 38px;
    color: #fff;
    background-color: #206fb3;
    cursor: pointer;
    border: none;
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
}

.form-novidades button:hover {
    background-color: #14548b;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.pg-footer {
    padding-bottom: 28px;
}

.footer-topo {
    background-color: #1b5f9a;
    padding: 30px 0;
}

.footer-topo-lista {
    background: url('../img/bg-footer-topo-lista.png') repeat-y center top;
}

.footer-topo-item {
    position: relative;
    width: 100%;
    height: 138px;
    background-color: #206fb3;
    background-position: 28px 25px;
    background-repeat: no-repeat;
    padding: 22px 20px 20px 120px;
    color: #fff;
    margin: 5px 0;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}

.footer-topo-item:hover {
    background-color: #1B5181;
    -webkit-box-shadow: inset 1px 0 10px #000;
    box-shadow: inset 1px 0 10px #113C63;
}

.footer-topo-titulo {
    font-family: 'PT Serif', serif;
    font-size: 1.25em;
    font-style: italic;
    margin: 0 0 19px;
}

.footer-topo-descricao {
    font-size: 0.81em;
    line-height: 1.4em;
    margin: 0;
}

.footer-topo-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

.footer-topo-item.it-1 {
    background-image: url('../img/icon-pos.png');
}

.footer-topo-item.it-2 {
    background-image: url('../img/icon-cursos-online.png');
}

.footer-logos-link {
    height: 40px;
    font-size: 0.81em;
    line-height: 1.4em;
    margin-top: 28px;
    padding-top: 3px;
    padding-left: 60px;
    background: url('../img/footer-logos-link.png') no-repeat left center;
}

.footer-logos-link.is-active {
    background-image: url('../img/footer-logos-link-is-active.png');
}

.footer-logo {
    position: absolute;
    left: 50%;
    margin-left: -31px;
    top: 24px;
}

.footer-facebook {
    display: block;
    font-size: 0.56em;
    color: #494949;
    line-height: 12px;
    background: url('../img/icon-facebook.png') no-repeat left center;
    text-indent: 18px;
    margin: 30px 0 15px;
}

.footer-natela {
    display: block;
    font-size: 11px;
    color: #494947;
}

.footer-logos {
    display: none;
    padding: 60px 0 20px;
    text-align: center;
}

.footer-logos li {
    display: inline-block;
    margin: 0 15px 15px;
}

.footer-logos li img {
    display: block;
    position: relative;
}

/* ==========================================================================
   Pagina Interna
   ========================================================================== */

.pagina-interna {
    padding: 45px 0 0 0;
}

.pagina-interna-titulo {
    font-family: 'PT Serif', serif;
    font-size: 2.85em;
    color: #1b5f9a;
    line-height: 1.2em;
    font-style: italic;
    margin: 0;
}

.pagina-interna
.pagina-interna-subtitulo {
    font-size: 1.25em;
    font-weight: 300;
    margin: 12px 0 0;
}

.pagina-interna-subtitulo strong {
    font-weight: 800;
}

.pagina-interna-texto {
    font-size: 0.94em;
    color: #324e5a;
    line-height: 1.5em;
}

.pagina-interna p {
    margin: 0 0 27px;
}

/* ==========================================================================
   Empresa
   ========================================================================== */

.empresa {
    padding: 42px 0 60px;
}

.menu-left li {
    position: relative;
}

.menu-left li:first-child a {
    border-top: 1px solid #dadada;
}

.menu-left li a {
    display: block;
    width: 100%;
    height: 39px;
    border: 1px solid #dadada;
    border-top: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.75em;
    color: #324e5a;
    line-height: 39px;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
}

.menu-left li:hover a {
    background-image: none;
}

.menu-left .is-submenu > a {
    background: #fff url('../img/menu-top-submenu-icon.png') no-repeat right center;
}

.menu-left .is-submenu:hover > a {
    background-image: url('../img/menu-top-submenu-icon-ativo.png');
}

.menu-left ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 100;
}

.menu-left ul li {
    width: 220px;
}

.menu-left li:hover ul {
    display: block;
}

.menu-left li:hover > a {
    color: #fff;
    font-weight: 500;
    font-style: italic;
    background-color: #1b5f9a;
}

/* ==========================================================================
   Perguntas Frequentes
   ========================================================================== */

.faq {
    padding: 48px 0 0;
}

.faq-item {
    margin-bottom: 52px;
}

.faq-item-pergunta {
    display: block;
    width: 100%;
    padding: 20px 25px;
    background-color: #1b5f9a;
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    color: #fff;
}

.faq-item-resposta {
    margin-top: 18px;
}

/* ==========================================================================
   Fale Conosco
   ========================================================================== */

.fale-conosco {
    padding: 46px 0 59px;
}

.fale-conosco button[type=submit] {
    font-size: 0.8em;
    height: 38px;
    line-height: 38px;
}

.fale-conosco button:hover {
    background-color: #f3f3f3;
}

/* ==========================================================================
   Detalhe dos Cursos
   ========================================================================== */

.curso-detalhe {
    padding-bottom: 30px;
}

.curso-detalhe-bandeira {
    height: 25px;
    font-size: 1.25em;
    font-weight: 300;
    color: #494949;
    line-height: 25px;
    margin-top: 8px;
}

.curso-detalhe-bandeira strong {
    font-weight: 900;
}

.curso-detalhe-bandeira img {
    float: left;
    margin-right: 11px;
}

.curso-detalhe-descricao {
    margin-top: 43px;
}

.curso-detalhe-imagem {
    position: relative;
    width: 100%;
    height: 345px;
    margin-top: -20px;
    margin-left: 22px;
    padding: 20px 0;
    max-width: 580px;
}

.curso-detalhe-imagem-zoom {
    position: absolute;
    width: 345px;
    height: 345px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    border: 5px solid #fff;
    top: 0;
    left: 50%;
    margin-left: -172.5px;
    z-index: 100;
}

.curso-detalhe-imagem-mobile {
    display: none;
}

.curso-detalhe-imagem-fundo {
    height: 307px;
    overflow: hidden;
}

.curso-detalhe-conteudo {
    margin-top: 32px;
}

.curso-detalhe-conteudo-abas {
    margin-bottom: 25px;
    margin-left: -20px;
}

.curso-detalhe-conteudo-abas li {
    width: 280px;
    float: left;
    margin-left: 20px;
    background: #206fb3;
}

.curso-detalhe-conteudo-abas a {
    display: table-cell;
    width: 100%;
    height: 64px;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 0.94em;
    font-weight: 500;
    color: #fff;
    line-height: 1.4em;
}

.curso-detalhe-conteudo-abas li:hover,
.curso-detalhe-conteudo-abas .r-tabs-state-active {
    background: #0e4575;
}

.curso-detalhe-aba {
    display: none;
}

.curso-detalhe-aba.first {
    display: block;
}

.unidades-estados {

}

.unidades-estado {

}

.unidades-estado-header {
    display: block;
    padding: 14px 26px 14px 16px;
    font-size: 14px;
    color: #324e5a;
    line-height: 1.3em;
    font-weight: 300;
    color: #fff;
    outline: none;
    border: 1px solid #dadada;
    border-bottom: none;
    background: #1b5f9a url('../img/bg-unidades-estado.png') no-repeat right center;
}

.unidades-estado-header.is-active {
    background: #494949 url('../img/bg-unidades-estado-active.png') no-repeat right center;
}

.unidades-lista {
    display: none;
    margin: 5px 0;
}

.unidades {
    margin-top: 87px;
}

.unidades-disponiveis {
    font-size: 1.5em;
    color: #324e5a;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 0 14px;
}

.unidades-disponiveis strong {
    font-weight: 800;
}

.unidade {
    display: none;
    padding: 17px 20px 30px ;
    border: 1px solid #dadada;
    border-top: none;
    border-bottom: none;
}

.unidade.last {
    border-bottom: 1px solid #dadada;
}

.unidade-nome {
    display: block;
    padding: 12px 16px;
    font-size: 0.75em;
    color: #324e5a;
    line-height: 1.4em;
    font-weight: 300;
    outline: none;
    border: 1px solid #dadada;
    border-bottom: none;
    background-color: #fff;
}

.unidades-lista .unidade-nome.last {
    border-bottom: 1px solid #dadada;
}

.unidades-lista
.unidade-nome.is-active {
    background-color: #1b5f9a;
    color: #fff;
    border: none;
}

.unidade-cidade {
    font-size: 20px;
    font-weight: bold;
    color: #324e5a;
    margin-bottom: 16px;
}

.unidade-desc {
    font-size: 0.81em;
    color: #324e5a;
    line-height: 1.3em;
    left: 35px;
}

.unidade-desc li {
    margin-bottom: 7px;
}

.unidade-desc-email {
    word-break: break-all;
}

.unidade-desc a {
    color: #324e5a;
}

.unidade-como-chegar {
    display: block;
    width: 120px;
    height: 30px;
    border: 1px solid #dadada;
    font-size: 0.63em;
    color: #324e5a;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 2px;
    margin-left: 37px;
}

.unidade-como-chegar:hover {
    background-color: #efefef;
}

.btn-matricula {
    display: block;
    height: 30px;
    padding-left: 36px;
    background: url('../img/icon-btn-matricula.png') no-repeat left top;
    margin-top: 20px;
}

.btn-matricula-header {
    display: block;
    font-size: 1.25em;
    color: #206fb3;
    line-height: 28px;
    font-weight: 600;
}

.btn-matricula-texto {
    display: block;
    font-size: 0.69em;
    color: #324e5a;
}

.outras-unidades {
    margin-top: 55px;
}

.outras-unidades li:first-child a {
    border-top: 1px solid #dadada;
}

.outras-unidades li a {
    display: block;
    font-size: 0.88em;
    color: #324e5a;
    line-height: 1.4em;
    border: 1px solid #dadada;
    border-top: none;
    padding: 15px;
}

.outras-unidades li a:hover {
    background-color: #efefef;
}

/* ==========================================================================
   Matricula de Curso
   ========================================================================== */

.curso-matricula .btn-voltar {
    display: block;
    width: 96px;
    height: 30px;
    border: 1px solid #dadada;
    background-color: #fff;
    font-size: 0.63em;
    color: #324e5a;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 69px;
    cursor: pointer;
}

.curso-matricula .btn-voltar:hover {
    background-color: #efefef;
}

.curso-matricula-conteudo {
    margin: 22px 0 58px;
}

.curso-matricula-conteudo-left {
    padding-right: 20px;
}

.curso-matricula-conteudo
.curso-detalhe-imagem {
    margin: 0 0 28px;
}

.curso-matricula-form-subtitulo {
    font-size: 1.25em;
    color: #324e5a;
    font-weight: 600;
    margin: 6px 0 25px;
}

/* ==========================================================================
   Unidades
   ========================================================================== */

.nossas-unidades {
    margin-bottom: 54px;
}

.nossas-unidades select {
    margin-bottom: 26px;
}

.form-unidades-busca {
    margin-top: 45px;
}

#svg-map {
    margin-top: -39px;
}

#svg-map path {
    fill: #dadada;
}

#svg-map .circle {
    display: none;
}

#svg-map text {
    display: none;
}

#svg-map a {
    text-decoration: none;
}

#svg-map a.is-active {
    cursor: pointer;
    text-decoration: none;
}

#svg-map a.is-active path {
    fill: #1178b1;
}

#svg-map a:hover .circle,
#svg-map a.is-active .circle {
    display: none;
}
/* ==========================================================================
   Natela Web
   ========================================================================== */

@media (min-width: 980px) and (max-width: 1200px) {
    .menu-top {
        font-size: 13px;
    }

    .menu-top li a {
        padding: 0 10px;
    }

    .menu-top-submenu-link > a {
        min-width: 112px;
    }

    .header-logos li {
        margin-left: 10px;
    }

    .pg-header-right {
        margin-left: 0;
    }

    .pg-header {
        background-image: url('../img/bg-header-menor.png');
    }

    .menu-centro-submenu-link > a {
        padding: 0 26px;
    }

    .menu-centro-matricula a {
        padding: 16px 20px 0 54px;
        background-position: 21px center;
    }

    .pg-banner-item {
        height: 300px;
        background-size: auto 100%;
    }

    .pg-porque {
        padding: 69px 0 65px;
    }

    .porque-titulo {
        font-size: 12px;
    }

    .porque-item {
        width: 152px;
        height: 156px;
        font-size: 12px;
    }

    .porque-item-imagem img {
        width: 100px;
    }

    .nossos-cursos-lista {
        width: 90%;
        margin: 0 auto;
    }

    .curso-item {
        margin: 0 5px;
    }

    .bg-facebook {
        background: no-repeat;
    }

    .footer-topo-titulo {
        margin-bottom: 7px;
    }

    .curso-detalhe-imagem {
        width: 470px;
        height: 330px;
    }

    .curso-detalhe-imagem-fundo {
        height: 289px;
    }

    .curso-detalhe-imagem-zoom {
        width: 320px;
        height: 320px;
        margin-left: -160px;
        top: 6px;
    }

    #svg-map {
        max-width: 400px;
    }

    .curso-detalhe-conteudo-abas li {
        width: 235px;
        margin-left: 10px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .curso-detalhe-conteudo-abas a {
        padding: 25px 14px;
    }

    .unidade-desc {
        padding-left: 0;
    }

    .unidade-como-chegar {
        margin-left: 0;
    }

    .btn-matricula-header {
        font-size: 1em;
    }

    .outras-unidades {
        margin-top: 40px;
    }
}

@media (max-width: 979px) {
    .pg-logo {
        width: auto;
        margin: 21px auto 12px;
    }

    .pg-logo img {
        margin: 0;
    }

    .pg-header {
        width: 100%;
        height: auto;
        background: none;
    }

    .container .pg-header-right {
        display: none;
    }

    #mobile-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 8888;
        background: url('../img/bg-overlay.png') repeat;
    }

    /* Menu Mobile */

    #mobile-menu {
        display: block;
        position: fixed;
        width: 250px;
        min-height: 400px;
        border: 1px solid #ccc;
        background: #e1e1e2;
        padding: 5px;
        top: 18px;
        left: 0px;
        z-index: 9999;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-backface-visibility:hidden;
    }

    #mobile-menu.is-closed {
        left: -250px;
    }

    .mobile-menu-link {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        background: #ed3237 url('../img/icon-ocultar.png') no-repeat center center;
        top: -1px;
        right: -41px;
        z-index: 100;
    }

    #mobile-menu.is-closed .mobile-menu-link {
        right: -55px;
        background-image: url('../img/icon-menu-mobile.png');
    }

    .mobile-menu-lista  {
        width: 240px;
        overflow: scroll;
    }

    .mobile-menu-lista > li {
        border-bottom: 1px solid #ccc;
    }

    .mobile-menu-lista li a {
        position: relative;
        display: block;
        font-size: 0.78em;
        color: #333;
        padding: 8px 10px;
    }

    .mobile-menu-lista-link .btn {
        position: absolute;
        content: '';
        width: 30px;
        height: 100%;
        background: #bbbbc0 url('../img/icon-submenu-link.png') no-repeat center center;
        top: 0;
        right: 0;
    }

    .mobile-menu-sub-lista
    .mobile-menu-lista-link .btn {
        background-color: #b3b3b3;
    }

    .mobile-menu-sub-lista {
        display: none;
    }

    .mobile-menu-sub-lista li {
        border-bottom: 1px solid #ccc;
    }

    .mobile-menu-sub-lista li a {
        font-size: 0.75em;
        background-color: #d6d6d6;
        padding: 5px 16px;
    }

    .mobile-menu-sub-lista li ul li a {
        background-color: #c5c5c5;
    }

    .mobile-menu-lista .link-matricula {
        background-color: #E8686C;
        color: #fff;
        font-weight: 600;
    }

    .mobile-menu-lista-link.is-active {
        color: #ed3237;
        font-weight: 600;
    }

    .pg-banner {
        display: none;
    }

    .pg-porque {
        display: none;
    }

    .nossos-cursos-lista {
        width: 90%;
        margin: 0 auto;
    }

    .bg-facebook {
        display: none;
    }

    .curso-item {
        width: 240px;
        overflow: hidden;
    }

    .nossos-cursos .slick-prev {
        left: -27px;
    }

    .nossos-cursos .slick-next {
        right: -27px;
    }

    .curso-detalhe-conteudo-abas li {
        width: 29%;
    }

    .footer-topo-item {
        height: auto;
        margin-bottom: 10px;
        background-position: 14px 25px;
    }

    .footer-topo-lista {
        background: none;
    }

    .footer-topo-item {
        background-image: none;
        margin: 0;
        padding: 22px 20px 29px 20px;
        border-bottom: 1px solid #1b5f9a;
    }

    .footer-topo-item.it-1,
    .footer-topo-item.it-2 {
        background-image: none;
    }

    .footer-logos-link {
        padding-left: 52px;
    }

    .footer-logo {
        display: none;
    }

    .footer-topo-titulo {
        line-height: 1.2em;
        margin-bottom: 6px;
    }

    .footer-logos-link {
        font-size: 0.70em;
        padding-top: 6px;
    }

    .pagina-interna {
        padding-top: 20px;
        border-top: 1px solid #efefef;
    }

    .pagina-interna-titulo {
        font-size: 1.85em;
    }

    .pagina-interna
    .pagina-interna-subtitulo {
        line-height: 1.2em;
    }

    .menu-left {
        margin-bottom: 25px;
    }

    .menu-left ul {
        position: relative;
        width: 100%;
        left: 0;
        margin-bottom: 0;
    }

    .menu-left ul li {
        width: 100%;
    }

    .menu-left ul li a {
        background-color: #efefef;
    }

    .empresa {
        padding: 30px 0 20px;
    }

    .fale-conosco {
        padding: 25px 0 59px;
    }

    .curso-detalhe-imagem,
    .curso-matricula-conteudo .curso-detalhe-imagem {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 15px 0 10px;
        text-align: center;
    }

    .curso-matricula-conteudo-left {
        padding-right: 0;
    }

    .curso-matricula .btn-voltar {
        display: none;
    }

    .curso-detalhe-bandeira {
        position: relative;
        padding-left: 50px;
    }

    .curso-detalhe-bandeira img {
        position: absolute;
        top: 2px;
        left: 0;
    }

    .curso-detalhe-imagem {
        width: 100%;
        max-width: none;
    }

    .curso-detalhe-imagem-zoom,
    .curso-detalhe-imagem-fundo {
        display: none;
    }

    .curso-detalhe-imagem-mobile {
        display: block;
        margin: 0 auto;
    }

    .curso-detalhe-imagem-wrapper {
        float: none;
        clear: both;
    }

    .curso-detalhe-imagem-fundo img {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        filter: none;
        -webkit-filter: none;
        -moz-filter: none;
        -o-filter: none;
        -ms-filter: none;
        filter: none;
    }

    .curso-detalhe-aba {
        padding-top: 20px;
    }

    .curso-detalhe-conteudo {
        margin-top: 30px;
    }

    .curso-detalhe-descricao {
        margin-top: 20px;
    }

    .unidades {
        margin-top: 30px;
    }

    .unidade-desc {
        padding-left: 0;
    }

    .unidade-como-chegar {
        margin-left: 0;
    }

    .outras-unidades {
        margin-top: 30px;
    }

    #svg-map {
        display: none;
    }
}
