@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
html {
    font-size: 1em;
    line-height: 1.4;
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    padding: .2em 0;
    color: #000;
    background: #ccc
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: bold
}

button,
input,
select {
    overflow: visible
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer
}

[disabled] {
    cursor: default
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url("../fonts/BebasNeueBold.eot");
    src: url("../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype"), url("../fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'ITC Avant Garde Pro Md';
    src: url("../fonts/ITCAvantGardePro-Bold.eot");
    src: url("../fonts/ITCAvantGardePro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ITCAvantGardePro-Bold.woff2") format("woff2"), url("../fonts/ITCAvantGardePro-Bold.woff") format("woff"), url("../fonts/ITCAvantGardePro-Bold.ttf") format("truetype"), url("../fonts/ITCAvantGardePro-Bold.svg#ITCAvantGardePro-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

.btn {
    padding: 18px 60px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #ff0044;
    transition: border-color 0.3s, background-color 0.3s, width 0.4s, padding 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.btn:after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 18px 60px;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.btn>span {
    display: block;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s
}

.btn:hover {
    background-color: rgba(255, 102, 51, 0.8)
}

.btn:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.btn:hover>span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0)
}

@media screen and (max-width: 414px) {
    .btn {
        padding: 12px 20px
    }
    .btn:after {
        padding: 12px 20px
    }
}

.btn-round {
    max-width: 276px;
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    position: relative;
    background-color: #ff0044;
    border-radius: 50%;
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.3125rem;
    line-height: 1;
    color: #fff
}

.btn-round>span {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.btn-round:before {
    content: "";
    display: block;
    padding-top: 100%
}

.btn-round:after {
    width: 80%;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.btn-round:hover>span {
    -webkit-transform: translate3d(-50%, -75%, 0);
    transform: translate3d(-50%, -75%, 0)
}

.btn-round:hover:after {
    -webkit-transform: translate3d(-50%, -5%, 0);
    transform: translate3d(-50%, -5%, 0)
}

.btn-align-center {
    text-align: center
}

input.btn,
button.btn {
    border: 0;
    outline: none;
    height: auto
}

.btn-verde {
    background-color: #41b079 !important
}

.btn-verde:hover {
    background-color: rgba(65, 176, 121, 0.8) !important
}

.btn-vermelho {
    background-color: #d62344 !important
}

.btn-vermelho:hover {
    background-color: rgba(214, 35, 68, 0.8) !important
}

.btn-azul {
    background-color: #00b0d2 !important
}

.btn-azul:hover {
    background-color: rgba(0, 176, 210, 0.8) !important
}

.btn-cinza {
    background-color: #4A4A4A !important
}

.btn-cinza:hover {
    background-color: #000
}

.btn-preto {
    background-color: #000 !important
}

.btn-preto:hover {
    background-color: rgba(0, 0, 0, 0.8) !important
}

.btn-musgo {
    background-color: #008994 !important
}

.btn-musgo:hover {
    background-color: rgba(0, 137, 148, 0.8) !important
}

.btn-rosa {
    background-color: #C73684 !important
}

.btn-rosa:hover {
    background-color: rgba(199, 54, 132, 0.8) !important
}

.btn-limao {
    background-color: #b2cf39 !important
}

.btn-limao:hover {
    background-color: rgba(178, 207, 57, 0.8) !important
}

.btn-amarelo {
    background-color: #f1ac42 !important
}

.btn-amarelo:hover {
    background-color: rgba(241, 172, 66, 0.8) !important
}

.btn-roxo {
    background-color: #8b2979 !important
}

.btn-roxo:hover {
    background-color: rgba(139, 41, 121, 0.8) !important
}

.btn-fail {
    background-color: red
}

.btn-success {
    background-color: #398f14
}

.btn-pay {
    margin-top: 30px
}

.hamburger-icon {
    width: 22px;
    height: 15px;
    position: relative;
    display: none;
    vertical-align: middle;
    z-index: 99
}

.hamburger-icon .line {
    display: block;
    background: #fff;
    width: 22px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 1.5px;
    transition: all .4s
}

.hamburger-icon .line.line-1 {
    top: 0
}

.hamburger-icon .line.line-2 {
    top: 50%
}

.hamburger-icon .line.line-3 {
    top: 100%
}

.hamburger-icon:hover .line-1,
.hamburger-icon:focus .line-1 {
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px)
}

.hamburger-icon:hover .line-3,
.hamburger-icon:focus .line-3 {
    -webkit-transform: translateY(1.5px);
    transform: translateY(1.5px)
}

.hamburger-icon.active .line {
    background: #fff
}

.hamburger-icon.active .line-1 {
    -webkit-transform: translateY(7.5px) translateX(0) rotate(45deg);
    transform: translateY(7.5px) translateX(0) rotate(45deg)
}

.hamburger-icon.active .line-2 {
    opacity: 0
}

.hamburger-icon.active .line-3 {
    -webkit-transform: translateY(-7.5px) translateX(0) rotate(-45deg);
    transform: translateY(-7.5px) translateX(0) rotate(-45deg)
}

.hamburger-icon.active:before {
    content: 'Fechar';
    color: #fff
}

.hamburger-icon:before {
    content: 'Menu';
    position: absolute;
    top: 50%;
    right: 22px;
    font-size: .875rem;
    line-height: 1.1428571429;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: translate(-10px, -35%);
    transform: translate(-10px, -35%)
}

@media screen and (max-width: 991px) {
    .hamburger-icon {
        display: inline-block
    }
}

.flex-container a:hover,
.flex-slider a:hover {
    outline: none
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    height: 100%;
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    height: 100%;
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    position: relative;
    zoom: 1
}

.flexslider .slides {
    height: 100%;
    zoom: 1
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #ff0044;
    transition: all 0.3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 40px;
    display: inline-block;
    content: '\f104';
    color: #ff0044
}

.flex-direction-nav a.flex-next:before {
    content: '\f105'
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 260px;
    text-align: center;
    z-index: 77
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: #000;
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 991px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

/* form:not(#newsletterForm) input:not(.btn):not(.input),
select:not(.langtoggle),
textarea {
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    text-indent: 25px;
    background: #EEEEEE;
    border: 0;
    border-radius: 4px;
    outline: none
} */

textarea {
    height: 100px;
    padding-top: 25px
}

select {
    margin-bottom: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wpcf7 input[type="checkbox"] {
    display: none
}

.wpcf7 input[type="checkbox"]+label {
    display: block;
    margin-bottom: 5px
}

.wpcf7 input[type="checkbox"]+label span {
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #eee
}

.wpcf7 input[type="checkbox"]:checked+label span {
    background-color: #ff0044;
    border-color: #ff0044
}

.wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wpcf7 .col {
    width: 49%;
    display: inline-block;
    vertical-align: top
}

.wpcf7 .col input:not(.btn),
.wpcf7 .col select {
    margin-bottom: 12px
}

.wpcf7-form h2 {
    width: 100%
}

/*.wpcf7-form p {
    width: 100%;
    font-size: .875rem;
    line-height: 1.1428571429
}

.wpcf7-submit {
    width: 230px
}*/

.wpcf7-form .separador {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 0 0 30px 0
}

.ajax-loader {
    display: none !important
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block
}

.wpcf7 .wpcf7-form-control-wrap.estado:after,
.wpcf7 .wpcf7-form-control-wrap.cidade:after,
.wpcf7 .wpcf7-form-control-wrap.cargo:after,
.wpcf7 .wpcf7-form-control-wrap.conheceu:after,
.wpcf7 .wpcf7-form-control-wrap.turma:after,
.wpcf7 .wpcf7-form-control-wrap.vegetariano:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    top: 35%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

div.wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 10px;
    font-size: .875rem;
    line-height: 1.1428571429;
    color: #444444
}

div.wpcf7-validation-errors {
    background-color: #f7e700
}

div.wpcf7-mail-sent-ok {
    background-color: #398f14;
    color: #fff
}

.wpcf7-not-valid-tip {
    margin-top: -15px
}

.wpcf7 .label-password,
.wpcf7 .label {
    display: block;
    margin-bottom: 15px
}

.matricule-se input:not(.btn),
.matricule-se textarea,
.matricule-se select {
    background-color: #fff
}

*,
*:before,
*:after {
    box-sizing: border-box
}

body * {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility
}

html {
    font-size: 16px
}

@media screen and (max-width: 991px) {
    html {
        font-size: 14px
    }
}

@media screen and (max-width: 475px) {
    html {
        font-size: 13px
    }
}

html,
body {
    overflow-x: hidden
}

body {
    font-family: "Roboto Mono", "Times New Roman", Times, serif;
    position: relative
}

body.no-scroll {
    position: fixed;
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4 {
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    margin: 0
}

h4 {
    font-family: "Roboto Mono", "Times New Roman", Times, serif;
    font-size: 1.3125rem;
    line-height: 1.8095238095;
    font-weight: 400;
    color: #000
}

strong {
    /*font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;*/
    font-weight: bold
}

p {
    font-family: "Roboto Mono", "Times New Roman", Times, serif;
    margin: 0;
    color: #4A4A4A
}

p a:not(.btn) {
    font-weight: bold;
    text-decoration: none;
    color: #4A4A4A
}

p a:not(.btn):hover {
    text-decoration: underline
}

.container {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto
}

@media screen and (max-width: 1140px) {
    .container {
        width: 100%;
        padding: 0 20px
    }
}

.main {
    margin-top: -220px;
    z-index: 77
}

/*.title,*/
.conheca-escola .column:nth-of-type(7) {
    width: 17.9824561404%
}

.title h1,
.conheca-escola .column:nth-of-type(7) h1 {
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 2.1875rem;
    line-height: 1.0571428571;
    font-weight: bold;
    color: #4A4A4A;
    letter-spacing: -2px
}

.title h1:after,
.conheca-escola .column:nth-of-type(7) h1:after {
    content: '';
    width: 60px;
    height: 4px;
    margin-top: 40px;
    display: block;
    background-color: #ff0044
}

@media screen and (max-width: 920px) {
    .title h1,
    .conheca-escola .column:nth-of-type(7) h1 {
        margin-bottom: 5px;
        margin-top: 40px;
    }
}

.title h4,
.conheca-escola .column:nth-of-type(7) h4 {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    font-weight: 400;
    margin-top: 40px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 920px) {
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
}

@media screen and (max-width: 920px) {
    .column {
        width: 100% !important;
        margin-left: 0 !important
    }
    .column:not(:last-child) {
        margin-bottom: 40px
    }
}

.header {
    width: 100%;
    margin-top: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 88
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1140px) {
    .header .container {
        width: 90%
    }
}

.header .logo {
    width: 190px;
    height: 74px;
    background: transparent url(../img/edt-logo.png) center center no-repeat;
    background-size: contain;
    text-indent: -9999px
}

@media screen and (max-width: 414px) {
    .header .logo {
        width: 170px
    }
}

.main-nav {
    width: 64.9122807018%
}

@media screen and (max-width: 991px) {
    .main-nav {
        width: 100%;
        height: 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
        transition: .5s;
        overflow-y: scroll
    }
}

.main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0
}

@media screen and (max-width: 991px) {
    .main-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        padding: 0 8%;
        margin-top: 70px;
        text-align: center
    }
}

.main-nav ul ul {
    display: none;
    padding: 20px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000
}

.main-nav ul ul li {
    width: 220px;
    padding: 5px 15px;
    background-color: #000
}

.main-nav ul ul li:hover>a {
    color: #fff
}

@media screen and (max-width: 991px) {
    .main-nav ul ul {
        display: none;
        margin: 15px auto;
        position: relative;
        top: auto;
        left: auto;
        text-align: center
    }
    .main-nav ul ul li {
        margin: 0 auto;
        background-image: none;
        text-align: center
    }
    .main-nav ul ul li:hover {
        background-image: none
    }
    .main-nav ul ul li:hover>a {
        color: #fff
    }
}

.main-nav li {
    position: relative
}

.main-nav li:hover>ul {
    display: block
}

@media screen and (max-width: 991px) {
    .main-nav li {
        margin: 10px 0;
        opacity: 0;
        transition: opacity 1s
    }
    .main-nav li:hover>ul {
        display: none
    }
}

.main-nav a {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: none
}

.main-nav a:hover {
    text-decoration: underline
}

@media screen and (max-width: 991px) {
    .main-nav a {
        font-size: 1.375rem;
        line-height: 1
    }
}

.main-nav ul ul a {
    font-size: .875rem;
    line-height: 1;
    text-transform: none
}

@media screen and (max-width: 991px) {
    .main-nav ul ul a {
        font-size: 1.375rem;
        line-height: 1
    }
}

.main-nav a.btn {
    font-size: .875rem;
    line-height: 1.1428571429;
    padding: 8px 20px;
    border-radius: 2px
}

.main-nav a.btn:after {
    padding: 8px 20px
}

.main-nav a.btn:hover {
    text-decoration: none
}

.feature {
    height: 980px
}
@media screen and (max-height: 700px) {
    .feature {
        height: 800px
    }
}
@media screen and (max-width: 991px) {
    .feature {
        height: 680px
    }
}
@media screen and (max-width: 767px) {
    .feature {
        height: 550px
    }
}

.feature .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.feature .item-content {
    width: 96%;
    max-width: 852px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.feature .item-content h1 {
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 3.375rem;
    line-height: 1;
    color: #fff
}

@media screen and (max-width: 414px) {
    .feature .item-content h1 {
        font-size: 3.125rem;
        line-height: 1
    }
}

.feature .item-content h3 {
    font-size: 1.3125rem;
    line-height: .7619047619;
    color: #ff0044;
    letter-spacing: .65px;
    margin-bottom: 40px
}

.breadcrumb .search-form {
    width: 250px;
    margin-left: auto;
    display: block
}

@media screen and (max-width: 767px) {
    .breadcrumb .search-form {
        width: 100%;
        margin: 10px 0;
    }
}

.breadcrumb input[type="text"] {
    width: 75% !important;
    height: 40px !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    border: 2px solid #ff0044 !important;
    background-color: transparent !important;
    color: #fff !important;
    padding-left:10px;
}

@media screen and (max-width: 767px) {
    .breadcrumb input[type="text"] {
        width: 88% !important;
       
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb input[type="text"] {
        width: 80% !important;
       
    }
}

.breadcrumb input[type="text"]::-webkit-input-placeholder {
    color: #fff
}

.breadcrumb input[type="text"]::-moz-placeholder {
    color: #fff
}

.breadcrumb input[type="text"]:-ms-input-placeholder {
    color: #fff
}

.breadcrumb input[type="text"]:-moz-placeholder {
    color: #fff
}

.breadcrumb .search-submit {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    border: 2px solid #ff0044;
    background-color: #ff0044;
    color: #fff
}

.breadcrumb {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.1428571429;
    color: #979797;
    letter-spacing: 0.5px;
    margin-bottom: 20px
}

.breadcrumb .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb a {
    color: #EEEEEE;
    text-decoration: none;
    cursor: pointer
}

.breadcrumb a:hover {
    text-decoration: underline
}

.breadcrumb span {
    margin: 0 3px;
    color:white;
}

.category-search {
    width: 200px;
    margin-left: 10px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .category-search {
        width: 100%;
        margin-left: 0px
    }
}

.category-search select {
    height: 40px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding-left:13px;
    padding-right:40px;

}

@media screen and (max-width: 767px) {
    .category-search select {
        width:100%;
    }
}

.category-search:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #000;
    position: absolute;
    top: 52%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.box-intro {
    width: 100%;
    height: auto;
    min-height: 440px;
    padding-top: 100px;
    padding-left: 22.1052631579%;
    padding-right: 22.1052631579%;
    position: relative;
    text-align: center;
    background: #ff0044 url(../img/cursos-teste-bg.jpg) right center no-repeat;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .box-intro {
        padding-left: 3.5087719298%;
        padding-right: 3.5087719298%
    }
}

.box-intro h2 {
    font-size: 2.1875rem;
    line-height: 1.4285714286;
    color: #fff
}

@media screen and (max-width: 414px) {
    .box-intro h2 {
        font-size: 1.5625rem;
        line-height: 1.6
    }
}

.box-intro h3 {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 40px
}

.box-intro .btn,
.cursos-sugeridos .btn-show-cursos-sugeridos {
    width: 49.4736842105%;
    height: 120px;
    padding: 50px 0;
    position: absolute;
    left: 50%;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.3125rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none
}

@media screen and (max-width: 991px) {
    .box-intro .btn,
    .cursos-sugeridos .btn-show-cursos-sugeridos {
        width: 90%
    }
}

.box-intro .btn:hover,
.cursos-sugeridos .btn-show-cursos-sugeridos:hover {
    background-color: #4A4A4A
}

.box-intro .btn:nth-last-child(2),
.box-intro .btn:nth-last-child(2) ~ .btn {
    position: relative;
    left: auto;
    bottom: -160px;
    -webkit-transform: none;
    transform: none
}

@media screen and (max-width: 991px) {
    .box-intro .btn:nth-last-child(2),
    .box-intro .btn:nth-last-child(2) ~ .btn {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.home-intro .column {
    width: 43.1578947368%
}

.home-intro a:not(.btn) {
    color: #000;
    text-decoration: none
}

.home-intro a:not(.btn):hover {
    text-decoration: underline
}

.curso-destaque,
.ebooks {
    width: 100%;
    height: 600px
}

@media screen and (max-width: 920px) {
    .curso-destaque,
    .ebooks {
        height: auto
    }
}

.ebooks {
    height: auto;
    margin-top: 180px
}

.ebooks .column:nth-of-type(1) {
    padding: 60px 0
}

@media screen and (max-width: 920px) {
    .ebooks .column:nth-of-type(1) {
        display: none
    }
}

.ebooks .column:nth-of-type(2) {
    width: 80.701754386%
}

.ebooks .slider {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.curso-destaque .item,
.ebooks .item {
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat
}

.curso-destaque .flex-control-nav,
.ebooks .flex-control-nav {
    bottom: 40px;
    right: 40px;
    text-align: right
}

@media screen and (max-width: 920px) {
    .curso-destaque .flex-control-nav,
    .ebooks .flex-control-nav {
        text-align: center;
        bottom: 15px;
        right: 0;
        display: none
    }
}

.curso-destaque .flex-control-nav li,
.ebooks .flex-control-nav li {
    text-align: center
}

.curso-destaque .item-content,
.ebooks .item-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ebooks .item-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 920px) {
    .ebooks .item-content {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.curso-destaque .item-image,
.ebooks .item-image {
    width: 50%
}

.curso-destaque .item-image img,
.ebooks .item-image img {
    width: auto;
    margin: 0 auto
}

@media screen and (max-width: 920px) {
    .curso-destaque .item-image,
    .ebooks .item-image {
        width: 90%;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto
    }
}

.ebooks .item-image {
    width: 32.3943661972%;
    text-align: left
}

.ebooks .item-image img {
    margin: 0
}

@media screen and (max-width: 920px) {
    .ebooks .item-image {
        width: 100%;
        text-align: center
    }
    .ebooks .item-image img {
        margin: 0 auto
    }
}

.curso-destaque .item-text,
.ebooks .item-text {
    width: 36.8421052632%;
    color: #fff
}

@media screen and (max-width: 920px) {
    .curso-destaque .item-text,
    .ebooks .item-text {
        width: 90%;
        text-align: center
    }
}

.curso-destaque .item-text p {
    color: #fff
}

.ebooks .item-text p {
    margin-bottom: 30px;
    color: #fff
}

.ebooks .item-text ul {
    list-style: inside;
    padding: 0
}

.ebooks .item-text {
    width: 58.4507042254%;
    font-size: 1rem;
    line-height: 1.75
}

@media screen and (max-width: 920px) {
    .ebooks .item-text {
        width: 90%
    }
}

.curso-destaque .item-text h2,
.ebooks .item-text h2 {
    font-size: 2.375rem;
    line-height: 1.0526315789;
    margin-bottom: 40px
}

.ebooks .item-text h2 {
    font-size: 1.5rem;
    line-height: 1;
    color: #d62344
}

.curso-destaque .item-text .btn,
.ebooks .item-text .btn {
    margin-top: 60px
}

.background-wrap {
    position: relative;
    padding: 180px 0
}

.background-wrap:after {
    content: '';
    width: 61.785714286%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background-color: #333333
}

@media screen and (max-width: 920px) {
    .background-wrap:after {
        width: 200%
    }
}

.background-wrap-right:after {
    right: 0
}

.background-wrap-left:after {
    left: 0
}

@media screen and (max-width: 920px) {
    .background-wrap {
        padding: 20px 0
    }
}

.nossos-cursos {
    margin: 120px 0 0 0
}

.nossos-cursos .column:nth-of-type(2) {
    max-width: 492px
}

.nossos-cursos p {
    margin-bottom: 30px
}

.nossos-cursos-lista {
    width: 100% !important;
    margin: 140px auto 0 auto;
    padding: 0;
    list-style: none
}

@media screen and (max-width: 1140px) {
    .nossos-cursos-lista {
        max-width: 760px
    }
}

@media screen and (max-width: 760px) {
    .nossos-cursos-lista {
        max-width: 380px
    }
}

.nossos-cursos-lista .item {
    width: 100%;
    max-width: 380px;
    float: left;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.nossos-cursos-lista .item:before {
    content: '';
    display: block;
    padding-top: 100%
}

.nossos-cursos-lista .item:hover img {
    opacity: 0;
    -webkit-transform: translate(-50%, -300%);
    transform: translate(-50%, -300%)
}

.nossos-cursos-lista .item:hover .item-hover {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.nossos-cursos-lista .item-content {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nossos-cursos-lista .item-content img {
    max-width: 165px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity .350s, -webkit-transform .650s;
    transition: transform .650s, opacity .350s;
    transition: transform .650s, opacity .350s, -webkit-transform .650s
}

.nossos-cursos-lista .item-hover {
    height: 100%;
    padding: 10.5263157895%;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    color: #D8D8D8;
    text-align: center;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: opacity .250s, -webkit-transform .450s;
    transition: transform .450s, opacity .250s;
    transition: transform .450s, opacity .250s, -webkit-transform .450s
}

.nossos-cursos-lista p {
    color: #D8D8D8
}

@media screen and (max-width: 414px) {
    .nossos-cursos-lista p {
        font-size: 1rem;
        line-height: 1.125
    }
}

.nossos-cursos-lista .btn {
    width: 60%;
    position: absolute;
    bottom: 10.5263157895%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.nossos-cursos-lista .turmas {
    color: #4A4A4A;
    margin-bottom: 10px
}

.agenda {
    margin: 0 0 140px 0
}

.agenda-lista {
    width: 852px;
    position: relative
}

.agenda-lista ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.agenda-lista .item {
    width: 426px;
    max-width: 426px;
    height: 600px;
    margin: 0 auto
}

@media screen and (max-width: 760px) {
    .agenda-lista .item {
        width: 100%;
        float: none
    }
}

.agenda-lista .item-content {
    height: 100%;
    padding: 65px 65px 0 65px;
    position: relative
}

@media screen and (max-width: 414px) {
    .agenda-lista .item-content {
        padding: 65px 40px 0 40px
    }
}

.agenda-lista .flex-control-nav {
    bottom: -60px
}

.agenda-lista .data {
    display: block;
    margin-bottom: 40px;
    font-family: "Roboto Mono", "Times New Roman", Times, serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    color: #fff
}

.agenda-lista h2 {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.0625;
    color: #ff0044
}

.agenda-lista p {
    font-size: .875rem;
    line-height: 2;
    color: #fff
}

.agenda-lista .btn {
    margin-bottom: 0;
    position: absolute;
    bottom: 30px
}

.novas-geracoes {
    font-size: 2.375rem;
    line-height: 1.4210526316;
    color: #ff0044;
    margin: 140px 0
}

.conheca-escola h4 {
    max-width: 420px;
    margin-right: 8.4507042254%;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    color: #fff
}

.conheca-escola .btn {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px
}

.conheca-escola .column:nth-of-type(3) {
    width: 62.1052631579%;
    margin-left: 0
}

.conheca-escola .column:nth-of-type(5) {
    width: 36.8421052632%;
    margin-top: 80px;
    margin-left: 0
}

.conheca-escola .column:nth-of-type(5) p {
    font-size: 1.3125rem;
    line-height: 1.0952380952;
    color: #fff
}

@media screen and (max-width: 920px) {
    .conheca-escola .column:nth-of-type(5) {
        margin-top: 40px
    }
}

.conheca-escola .column:nth-of-type(6) {
    width: 24.2105263158%;
    margin-top: 80px;
    margin-left: 6.3157894737%
}

@media screen and (max-width: 920px) {
    .conheca-escola .column:nth-of-type(6) {
        margin-top: 40px
    }
}

.conheca-escola .column:nth-of-type(7) {
    width: 17.9824561404%;
    margin-top: 80px;
    margin-left: 13.6842105263%
}

@media screen and (max-width: 920px) {
    .conheca-escola .column:nth-of-type(7) {
        margin-top: 40px
    }
    .conheca-escola .column:nth-of-type(7) h1 {
        color: #fff
    }
}

.follow-us-lista {
    max-width: 205px;
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0
}

.follow-us-lista {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.follow-us-lista a {
    font-size: 1.375rem;
    line-height: 1;
    color: #282828;
    display: block;
    transition: -webkit-transform .350s;
    transition: transform .350s;
    transition: transform .350s, -webkit-transform .350s
}

.follow-us-lista a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media screen and (max-width: 920px) {
    .follow-us-lista a {
        color: #fff
    }
}

.ultimas-blog .column:nth-of-type(2) {
    width: 43.1578947368%
}

.ultimas-blog .column:nth-of-type(3) {
    width: 24.2105263158%
}

.blog-inove {
    margin: 140px 0 110px 0
}

.blog-inove p {
    max-width: 492px;
    margin-right: 8.4507042254%;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top
}

.blog-inove .btn {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px
}

.blog-inove-lista {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 100px auto 0 auto
}

.blog-inove-lista .item {
    width: 432px;
    height: 320px;
    padding: 40px 60px;
    float: left;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ff0044
}

.blog-inove-lista .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8)
}

.blog-inove-lista .item:nth-of-type(1) {
    width: 708px;
    height: 640px
}

.blog-inove-lista .item:nth-of-type(1) p {
    display: block
}

.blog-inove-lista .item:nth-of-type(1) h2 {
    font-size: 2.375rem;
    line-height: 1.1578947368;
    margin-bottom: 20px
}

@media screen and (max-width: 1140px) {
    .blog-inove-lista .item {
        width: 50%
    }
    .blog-inove-lista .item:nth-of-type(1) {
        width: 100%
    }
}

@media screen and (max-width: 920px) {
    .blog-inove-lista .item {
        height: auto;
        padding: 20px 20px
    }
    .blog-inove-lista .item:nth-of-type(1) {
        height: auto
    }
    .blog-inove-lista .item .btn {
        display: none
    }
}

@media screen and (max-width: 520px) {
    .blog-inove-lista .item {
        width: 100%;
        float: none
    }
    .blog-inove-lista .item:nth-of-type(1) h2 {
        font-size: 1.5rem;
        line-height: 1.4166666667;
        margin-bottom: 0
    }
    .blog-inove-lista .item:nth-of-type(1) p {
        display: none
    }
    .blog-inove-lista .item .btn {
        display: none
    }
}

.blog-inove-lista .item-content {
    height: 100%;
    position: relative;
    z-index: 2
}

.blog-inove-lista .item .data {
    margin-bottom: 20px;
    display: block;
    font-family: "Roboto Mono", "Times New Roman", Times, serif;
    font-size: 1rem;
    line-height: 1.125;
    font-weight: 700;
    color: #ff0044
}

@media screen and (max-width: 920px) {
    .blog-inove-lista .item .data {
        margin-bottom: 20px
    }
}

.blog-inove-lista .item h2 {
    font-size: 1.1875rem;
    line-height: 1.2631578947;
    color: #fff
}

.blog-inove-lista .item h2 a {
    color: #fff;
    text-decoration: none
}

.blog-inove-lista .item h2 a:hover {
    text-decoration: underline
}

.blog-inove-lista .item p {
    display: none;
    font-size: .875rem;
    line-height: 1.2857142857;
    color: #fff
}

.blog-inove-lista .item p:not(:last-child) {
    margin-bottom: 10px
}

.blog-inove-lista .item .btn {
    position: absolute;
    bottom: 0
}

.newsletter {
    padding: 72px 0;
    background-color: #282828
}

.newsletter .column:nth-of-type(2) {
    width: 74.7368421053%;
    margin-left: 7.2807017544%
}

.newsletter .title h1:after,
.newsletter .conheca-escola .column:nth-of-type(7) h1:after,
.conheca-escola .newsletter .column:nth-of-type(7) h1:after {
    display: none
}

.newsletter p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.newsletter .wpcf7-form-control-wrap {
    width: 32.2769953052%;
    height: 60px;
    border-radius: 4px;
    border: 0;
    outline: none
}

@media screen and (max-width: 700px) {
    .newsletter .wpcf7-form-control-wrap {
        width: 100%;
        margin-bottom: 10px
    }
}

.newsletter .wpcf7-form-control-wrap input {
    padding: 0 25px;
    color: #fff;
    background-color: #333333
}

.newsletter button[type="submit"] {
    height: 60px;
    color: #fff;
    background-color: #4A4A4A;
    border-radius: 4px;
    border: 0;
    text-indent: 0
}

.newsletter div.wpcf7-response-output {
    margin: 80px 0 0 0
}

[data-component="footer"] .row{
    flex-direction: row;
}

/*
.footer {
    padding: 100px 0 0 0;
    background-color: #333333
}

.footer .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 920px) {
    .footer .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.footer .column:nth-of-type(1) {
    width: 17.9824561404%;
    padding-bottom: 220px
}

.footer .column:nth-of-type(1):after {
    content: '';
    width: 4px;
    height: 120px;
    background-color: #ff0044;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer .column:nth-of-type(2) {
    width: 74.7368421053%
}

@media screen and (max-width: 920px) {
    .footer .column {
        width: 40% !important
    }
    .footer .column:first-of-type {
        padding-bottom: 0
    }
    .footer .column:after {
        display: none
    }
}

@media screen and (max-width: 700px) {
    .footer .column {
        width: 100% !important;
        margin-bottom: 40px
    }
}

.footer .logo {
    width: 132px;
    height: 160px;
    display: block;
    margin-bottom: 40px;
    background: transparent url(../img/edt-logo-footer.png) left top no-repeat
}

@media screen and (max-width: 920px) {
    .footer-nav,
    .social-nav {
        display: none
    }
}

.footer-nav ul,
.social-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-nav li:not(:last-child),
.social-nav li:not(:last-child) {
    margin-bottom: 20px
}

.footer-nav li:nth-last-child(-n+2),
.social-nav li:nth-last-child(-n+2) {
    display: none
}

.footer-nav a {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.125;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.footer-nav a:hover {
    text-decoration: underline
}

.social-nav a {
    font-family: "Roboto Mono", "Times New Roman", Times, serif;
    font-size: .8125rem;
    line-height: 1;
    color: #979797;
    text-decoration: none
}

.footer h3 {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.125;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

.footer p {
    color: #979797
}

.footer .echos {
    width: 32.3943661972%;
    padding-bottom: 40px;
    font-size: .875rem;
    line-height: 1.5;
    color: #979797
}

@media screen and (max-width: 920px) {
    .footer .echos {
        width: 100%
    }
}

.footer .echos .logo {
    width: 100%;
    max-width: 190px;
    height: 103px;
    background: transparent url(../img/edt-logo-alt.png) top center no-repeat;
    background-size: contain
}

.footer .endereco {
    width: 66.1971830986%;
    padding-top: 40px;
    padding-right: 4.6948356808%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #979797
}

.footer .endereco>div {
    width: 45%
}

.footer .endereco p {
    display: block;
    font-size: .8125rem;
    line-height: 1.2307692308;
    color: #fff
}

.footer .endereco p:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (max-width: 920px) {
    .footer .endereco {
        width: 100%;
        padding-bottom: 40px
    }
}

.footer .copy {
    width: 33.8028169014%;
    padding-top: 40px;
    padding-left: 4.6948356808%;
    border-top: 1px solid #979797;
    border-left: 1px solid #979797
}

.footer .copy p {
    display: block;
    font-size: .8125rem;
    line-height: 1.2307692308;
    color: #979797
}

.footer .copy p:not(:last-child) {
    margin-bottom: 20px
}

.footer .copy a {
    font-size: .6875rem;
    line-height: 1.1818181818;
    color: #979797;
    text-decoration: none
}

.footer .copy a i {
    font-size: .625rem;
    line-height: 1.3
}

.footer .copy a:hover {
    color: #fff
}

.footer .copy a:hover i {
    color: red
}

@media screen and (max-width: 920px) {
    .footer .copy {
        width: 100%;
        padding-left: 0;
        padding-bottom: 40px;
        border-left: 0
    }
    .footer .copy br {
        display: none
    }
}
*/
.intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro {
    background-color: #fff;
    margin: 160px auto 140px auto
}

.intro+.intro .item-content:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.intro+.intro .item-content:nth-of-type(1) p:first-of-type {
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 2.375rem;
    line-height: 1.4210526316;
    font-weight: 700;
    letter-spacing: -2px;
    max-width: 137.23404255%;
    margin-left: -37.234042553%;
    margin-top: 140px
}

@media screen and (max-width: 991px) {
    .intro+.intro .item-content:nth-of-type(1) p:first-of-type {
        max-width: 100%;
        margin-left: auto;
        margin-top: -110px
    }
}

@media screen and (max-width: 414px) {
    .intro+.intro .item-content:nth-of-type(1) p:first-of-type {
        font-size: 1.75rem;
        line-height: 1.5714285714
    }
}

.intro+.intro .item-content:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.intro+.intro .item-content:nth-of-type(2) img {
    margin-left: -37.234042553%
}

@media screen and (max-width: 991px) {
    .intro+.intro .item-content:nth-of-type(2) img {
        margin-left: 0
    }
}

@media screen and (max-width: 991px) {
    .intro {
        margin: 80px auto 70px auto
    }
}

.intro .item-content:nth-of-type(1),
.image-text .item-content:nth-of-type(1) {
    width: 43.1578947368%
}

@media screen and (max-width: 991px) {
    .intro .item-content:nth-of-type(1),
    .image-text .item-content:nth-of-type(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.intro .item-content:nth-of-type(2),
.image-text .item-content:nth-of-type(2) {
    width: 49.4736842105%
}

.intro .item-content:nth-of-type(2) img,
.image-text .item-content:nth-of-type(2) img {
    max-width: 137.23404255%;
    margin-right: -37.234042553%
}

@media screen and (max-width: 991px) {
    .intro .item-content:nth-of-type(2) img,
    .image-text .item-content:nth-of-type(2) img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 991px) {
    .intro .item-content:nth-of-type(1),
    .image-text .item-content:nth-of-type(1) {
        width: 100%
    }
    .intro .item-content:nth-of-type(2),
    .image-text .item-content:nth-of-type(2) {
        width: 100%
    }
}

.intro .item-content p,
.image-text .item-content p {
    font-size: 1rem;
    line-height: 1.75
}

.intro .item-content p:first-of-type,
.image-text .item-content p:first-of-type {
    font-size: 1.3125rem;
    line-height: 1.8095238095;
    color: #ff0044
}

.intro .item-content p:not(:last-child),
.image-text .item-content p:not(:last-child) {
    margin-bottom: 40px
}

@media screen and (max-width: 991px) {
    .intro .item-content p,
    .image-text .item-content p {
        width: 90%;
        margin: 0 auto
    }
}

.module {
    padding: 140px 0
}

.module+.intro {
    padding-top: 0;
    margin-top: 0
}

.module.fluid {
    padding: 0
}

.module.fluid .container {
    max-width: 100%
}

.module.fluid .row {
    display: block
}

@media screen and (max-width: 991px) {
    .module {
        padding: 70px 0
    }
}

@media screen and (max-height: 800px) {
    .module {
        padding: 70px 0
    }
}

.text {
/*    width: 55.7894736842%;
    margin-left: 7.2807017544%*/
}

.text p {
    max-width: 636px;
    font-size: 1rem;
    line-height: 1.75
}

.text p.cor {
    font-size: 1.3125rem;
    line-height: 1.8095238095;
    color: #ff0044
}

.text p:not(:last-child) {
    margin-bottom: 40px
}

@media screen and (max-width: 991px) {
    .text p {
        width: 90%;
        margin: 0 auto
    }
}

.text ul {
    color: #4A4A4A
}

.text img {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px
}

@media screen and (max-width: 920px) {
    .text img {
        margin-left: auto;
        margin-right: auto
    }
}

.text p.quotes {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    font-style: italic;
    color: #000000;
    max-width: 520px;
    position: relative
}

.text p.quotes:before,
.text p.quotes:after {
    content: '';
    width: 100%;
    height: 32px;
    display: inline-block;
    background: transparent url(../img/quote.png) left center no-repeat
}

.text p.quotes:after {
    margin-left: 30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.image-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-slider {
    width: 100%;
    max-width: 780px;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative
}

@media screen and (max-width: 1015px) {
    .single-slider {
        margin-left: auto;
        margin-right: auto
    }
}

.single-slider .slides li:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.single-slider .flex-control-nav {
    max-width: 780px;
    bottom: 40px;
    left: -40px;
    text-align: right
}

.single-slider .flex-control-nav li {
    text-align: center
}

.single-slider h2 {
    font-size: 2.375rem;
    line-height: 1.4210526316;
    color: #ff0044;
    letter-spacing: -2px;
    width: 72.3076923077%;
    position: absolute;
    top: 140px;
    right: -30%;
    z-index: 99
}

@media screen and (max-width: 1015px) {
    .single-slider h2 {
        right: 20px
    }
}

@media screen and (max-width: 640px) {
    .single-slider h2 {
        display: none
    }
}

.gallery ul,
.boxes ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.gallery li {
    width: 25%;
    float: left;
    position: relative
}

.gallery li:before {
    content: '';
    display: block;
    padding-top: 100%
}

.gallery li:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(224, 88, 41, 0.6);
    transition: opacity .350s
}

.gallery li:hover:after {
    opacity: 0;
    z-index: 9
}

@media screen and (max-width: 1140px) {
    .gallery li {
        width: 33.333333333%
    }
}

@media screen and (max-width: 920px) {
    .gallery li {
        width: 50%
    }
}

.gallery li a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.gallery li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.video {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: transparent url(../img/pattern.png)
}

.video .item-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video h2 {
    font-size: 2.375rem;
    line-height: 1.4210526316;
    color: #fff;
    letter-spacing: -2px;
    text-align: center
}

@media screen and (max-width: 991px) {
    .video h2 {
        font-size: 1.75rem;
        line-height: 1.5714285714
    }
}

.play {
    width: 56px;
    height: 65px;
    display: block;
    margin: 0 auto 50px auto;
    background: transparent url(../img/icn-play.svg) center center no-repeat;
    background-size: contain;
    transition: -webkit-transform .350s;
    transition: transform .350s;
    transition: transform .350s, -webkit-transform .350s
}

.play:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.conheca p {
    max-width: 492px;
    display: inline-block;
    vertical-align: top
}

.conheca img {
    max-width: 180px;
    margin: 0;
    display: inline-block;
    vertical-align: top
}

.two-columns {
    width: 74.7368421053%;
    margin-left: 6.3157894737%
}

.two-columns>div {
    padding: 0 8.4507042254%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.two-columns-with-bg>div {
    padding: 130px 8.4507042254%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.two-columns-with-bg>div .two-column-column p,
.two-columns-with-bg>div .two-column-column ul,
.two-columns-with-bg>div .two-column-column ol {
    color: #fff
}

.two-columns-with-bg>div:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6)
}

.two-column-column {
    width: 45%;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 920px) {
    .two-column-column {
        width: 100%
    }
    .two-column-column:not(:last-child) {
        margin-bottom: 40px
    }
}

.two-columns p {
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    margin-bottom: 50px
}

.two-column-column ol,
.two-column-column ul {
    color: #4A4A4A;
    list-style: decimal inside;
    padding: 0;
    margin: 0
}

.two-column-column ul {
    list-style: disc inside
}

.two-column-column li {
    font-size: 1rem;
    line-height: 1.75
}

.two-column-column li:not(:last-child) {
    margin-bottom: 50px
}

.clientes {
    width: 74.7368421053%;
    margin-left: 25.2631578947%
}

.clientes-lista {
    list-style: none;
    padding: 0;
    margin: 100px auto 0 auto
}

.por-quem-fez {
    padding-top: 245px
}

.quem-fez-slider {
    width: 74.7368421053%;
    margin-left: 7.2807017544%;
    position: relative
}

.quem-fez-slider .item {
    padding: 60px 8.4507042254% 115px 8.4507042254%;
    background-color: #F5F5F5;
    position: relative
}

.quem-fez-slider .flex-control-nav {
    bottom: 60px;
    left: 8.4507042254%;
    text-align: left
}

.quem-fez-slider .flex-control-paging li a {
    background-color: #D8D8D8
}

.quem-fez-slider .flex-control-paging li a.flex-active,
.quem-fez-slider .flex-control-paging li a:hover {
    background-color: #000
}

.quem-fez-slider .nome {
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #ff0044
}

.quem-fez-slider .curso {
    width: 46.9483568075%;
    font-size: .875rem;
    line-height: 1.1428571429;
    margin-bottom: 50px;
    color: #000000
}

.quem-fez-slider .depoimento {
    color: #4A4A4A;
    font-style: italic
}

.quem-fez-slider .image {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -102px;
    right: 17.0187793427%;
    border-radius: 50%
}

@media screen and (max-width: 700px) {
    .quem-fez-slider .image {
        display: none
    }
}

.quem-fez-slider .play {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.boxes .item {
    width: 33.333333333%;
    float: left;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.boxes .item:before {
    content: '';
    display: block;
    padding-top: 100%
}

.boxes .item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .350s
}

.boxes .item:hover h2,
.boxes .item:active h2 {
    top: 30%
}

@media screen and (max-width: 1024px) {
    .boxes .item:hover h2,
    .boxes .item:active h2 {
        top: 20%
    }
}

@media screen and (max-width: 775px) {
    .boxes .item:hover h2,
    .boxes .item:active h2 {
        opacity: 0
    }
}

.boxes .item:hover .item-hover,
.boxes .item:active .item-hover {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.boxes .item:hover:after,
.boxes .item:active:after {
    opacity: 0
}

@media screen and (max-width: 414px) {
    .boxes .item {
        width: 100%
    }
}

.boxes h2 {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .350s
}

.boxes .item-hover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .350s;
    background-color: rgba(224, 88, 41, 0.8);
    opacity: 0
}

.boxes .item-hover p {
    color: #fff;
    text-align: center;
    width: 70%;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 2;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media screen and (max-width: 1024px) {
    .boxes .item-hover p {
        top: 30%
    }
}

@media screen and (max-width: 775px) {
    .boxes .item-hover p {
        width: 80%;
        top: 20%
    }
}

.cronograma {
    width: 74.7368421053%;
    margin-left: 7.2807017544%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cronograma div:nth-of-type(1) {
    width: 65.4292343387%
}

@media screen and (max-width: 500px) {
    .cronograma div:nth-of-type(1) {
        width: 100%;
        display: block;
        margin-bottom: 60px
    }
}

.cronograma div:nth-of-type(2) {
    width: 32.0185614849%
}

@media screen and (max-width: 500px) {
    .cronograma div:nth-of-type(2) {
        width: 100%;
        display: block
    }
}

.cronograma ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0
}

.cronograma li {
    margin-bottom: 50px
}

.cronograma li strong {
    display: block
}

.equipe {
    list-style: none;
    width: 100%;
    margin: 140px auto 0 auto;
    padding: 0
}

.equipe .item {
    width: 33.3333333333%;
    padding: 40px 52px 60px 52px;
    border: 1px solid #D8D8D8;
    text-align: center
}

@media screen and (max-width: 920px) {
    .equipe .item {
        width: 50%
    }
}

@media screen and (max-width: 600px) {
    .equipe .item {
        width: 100%
    }
}

.equipe .item-sizer {
    width: 33.3333333333%
}

@media screen and (max-width: 920px) {
    .equipe .item-sizer {
        width: 50%
    }
}

@media screen and (max-width: 600px) {
    .equipe .item-sizer {
        width: 100%
    }
}

.equipe .item img {
    margin-bottom: 20px;
    border-radius: 50%
}

.equipe .item h3 {
    font-size: 1.125rem;
    line-height: 1;
    color: #ff0044
}

.equipe .item h4 {
    font-size: .875rem;
    line-height: 1.1428571429;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #979797;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 3px auto 12px auto
}

.equipe .item p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    text-align: left
}

.equipe .item p:not(:last-child) {
    margin-bottom: 30px
}

.proposta .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.proposta .text img {
    margin: 0
}

.proposta .column:nth-of-type(2) {
    width: 43.1578947368%
}

.proposta .column:nth-of-type(3) {
    width: 24.2105263158%
}

.matricule-se .column:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.investimento {
    width: 43.1578947368%
}

@media screen and (max-width: 768px) {
    .investimento {
        width: 100%;
        margin-bottom: 60px
    }
}

.investimento strong {
    display: block
}

.investimento p:not(:last-child) {
    margin-bottom: 50px
}

.investimento div {
    display: none
}

.investimento ul {
    list-style: inside;
    padding: 0;
    margin-top: -20px;
    color: #4A4A4A
}

.inscricao {
    width: 36.8421052632%
}

@media screen and (max-width: 768px) {
    .inscricao {
        width: 100%
    }
}

.inscricao form {
    margin-top: 40px
}

.inscricao #loginform {
    display: none
}

.cursos-online {
    width: 100%;
    margin-top: 160px
}

@media screen and (max-width: 1054px) {
    .cursos-online {
        max-width: 492px;
        margin-left: 24.3859649123%
    }
}

.cursos-online ul {
    padding: 0;
    list-style: none
}

.cursos-online .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cursos-online .item:not(:last-child) {
    margin-bottom: 120px
}

.cursos-online .item-description {
    width: 49.5614035088%
}

@media screen and (max-width: 1054px) {
    .cursos-online .item-description {
        width: 100%;
        margin-top: 40px
    }
}

.cursos-online .item h2 {
    font-size: 1.3125rem;
    line-height: 1.0952380952;
    color: #000
}

.cursos-online .item h2 a {
    color: #000;
    text-decoration: none
}

.cursos-online .item h2 a:hover {
    text-decoration: underline
}

.cursos-online .item h3 {
    font-family: "Roboto Mono", "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.1428571429;
    margin-top: 10px;
    margin-bottom: 40px
}

.cidades {
    width: 74.7368421053%;
    margin-left: 7.2807017544%
}

.cidades ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 767px) {
    .cidades ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto
    }
}

.cidades li {
    width: 32.3943661972%;
    padding-bottom: 60px;
    margin-bottom: 12px;
    margin-right: 12px;
    position: relative;
    text-align: center;
    background-color: #333333
}

.cidades li:nth-child(3n+3) {
    margin-right: 0
}

.item-image img{
    width: 100%;
}

@media screen and (max-width: 1140px) {
    .cidades li:nth-child(2n+2) {
        margin-right: 0
    }
    .cidades li:nth-child(3n+3) {
        margin-right: 12px
    }
}

@media screen and (max-width: 991px) {
    .cidades li {
        height: auto
    }
    .cidades li:nth-child(2n+2) {
        margin-right: 0
    }
    .cidades li:nth-child(3n+3) {
        margin-right: 0px
    }
}

@media screen and (max-width: 1160px) {
    .cidades li {
        width: 100%;
    margin-right: 0;
    }
}

.cidades .item-image {
    position: relative
}

.cidades .item-image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6)
}

.cidades .item-estado {
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    letter-spacing: -2px;
    position: absolute;
    top: 55px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cidades .item-data {
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1rem;
    line-height: 1.125;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 155px;
    left: 0;
    z-index: 2
}

.cidades .item-data p {
    color: #fff
}

.cidades .item-data p:not(:last-child) {
    margin-bottom: 10px
}

.cidades .item-local {
    padding: 30px 7.2463768116%;
    text-align: center
}

.cidades .item-local p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4285714286;
    color: #9A9A9A
}

.cidades .btn {
    width: 85%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.blog-posts {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-posts .item {
    width: 56.8421052632%;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    background-color: #fff
}

@media screen and (max-width: 991px) {
    .blog-posts .item {
        margin-bottom: 40px;
        width: 100%
    }
}

.blog-posts .item-image {
    width: 100%;
    height: 340px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.blog-posts .item-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color .350s
}

.blog-posts .item-info {
    width: 100%;
    padding-left: 3.5087719298%;
    padding-right: 3.5087719298%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2
}

.blog-posts .item-author-avatar,
.feature .item-author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden
}

.feature .item-author-avatar {
    margin: 60px auto 10px auto
}

.feature .item-author-name {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.1428571429;
    color: #EEEEEE;
    letter-spacing: 0.5px
}

.blog-posts .item-categories {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.1428571429;
    color: #ff0044;
    letter-spacing: 0.5px;
    transition: all .650s
}

.blog-posts .item-categories a {
    color: #ff0044;
    text-decoration: none
}

.blog-posts .item-categories a:hover {
    text-decoration: underline
}

.blog-posts .item-data,
.sidebar .item-data {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.1428571429;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.sidebar .item-data {
    color: #ff0044
}

.blog-posts .item-content {
    width: 100%;
    margin-top: 370px;
    position: relative;
    z-index: 2
}

.blog-posts .item h1 {
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 2.25rem;
    line-height: 1.2777777778;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .350s
}

.blog-posts .item h1 a {
    color: #000;
    text-decoration: none
}

.blog-posts .item h1 a:hover {
    text-decoration: underline
}

.blog-posts .item-description p {
    font-size: .875rem;
    line-height: 1.5714285714;
    color: #4A4A4A;
    font-family: "Roboto Mono","Times New Roman",Times,serif;
}

.blog-posts .item-description p:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (min-width: 992px) {
    .blog-posts .item:nth-of-type(1) {
        width: 100%;
        height: 600px
    }
    .blog-posts .item:nth-of-type(1) h1 a {
        color: #fff
    }
    .blog-posts .item:nth-of-type(1) .item-image {
        height: 100%
    }
    .blog-posts .item:nth-of-type(1) .item-content {
        width: 49.4736842105%;
        margin-top: 45px;
        margin-right: 6.3157894737%
    }
    .blog-posts .item:nth-of-type(1) .item-info {
        bottom: auto;
        top: 30px
    }
    .blog-posts .item:nth-of-type(1) .item-description p {
        color: #fff
    }
    .blog-posts .item:nth-of-type(2),
    .blog-posts .item:nth-of-type(5) {
        width: 37.8947368421%;
        height: 680px
    }
    .blog-posts .item:nth-of-type(2) h1 a,
    .blog-posts .item:nth-of-type(5) h1 a {
        color: #fff
    }
    .blog-posts .item:nth-of-type(2) .btn,
    .blog-posts .item:nth-of-type(5) .btn {
        display: inline-block
    }
    .blog-posts .item:nth-of-type(2) .item-image,
    .blog-posts .item:nth-of-type(5) .item-image {
        height: 100%
    }
    .blog-posts .item:nth-of-type(2) .item-content,
    .blog-posts .item:nth-of-type(5) .item-content {
        width: 81.4814814815%;
        margin: 0 auto;
        position: absolute;
        bottom: 75px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .blog-posts .item:nth-of-type(2) .item-info,
    .blog-posts .item:nth-of-type(5) .item-info {
        bottom: auto;
        top: 30px
    }
    .blog-posts .item:nth-of-type(2) .item-description,
    .blog-posts .item:nth-of-type(5) .item-description {
        position: absolute;
        bottom: 0;
        opacity: 0
    }
    .blog-posts .item:nth-of-type(2) .item-description p,
    .blog-posts .item:nth-of-type(5) .item-description p {
        color: #fff
    }
    .blog-posts .item:nth-of-type(2):hover h1,
    .blog-posts .item:nth-of-type(2):hover .item-categories,
    .blog-posts .item:nth-of-type(5):hover h1,
    .blog-posts .item:nth-of-type(5):hover .item-categories {
        opacity: 0
    }
    .blog-posts .item:nth-of-type(2):hover .item-description,
    .blog-posts .item:nth-of-type(5):hover .item-description {
        opacity: 1
    }
    .blog-posts .item:nth-of-type(2):hover .item-image:before,
    .blog-posts .item:nth-of-type(5):hover .item-image:before {
        background-color: rgba(0, 0, 0, 0.8)
    }
    .blog-posts .item:nth-of-type(4) {
        height: 680px
    }
    .blog-posts .item:nth-of-type(4) h1 a {
        color: #fff
    }
    .blog-posts .item:nth-of-type(4) .btn {
        display: inline-block
    }
    .blog-posts .item:nth-of-type(4) .item-image {
        height: 100%
    }
    .blog-posts .item:nth-of-type(4) .item-content {
        width: 77.7777777778%;
        margin: 0 auto;
        position: absolute;
        bottom: 75px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .blog-posts .item:nth-of-type(4) .item-info {
        bottom: auto;
        top: 30px
    }
    .blog-posts .item:nth-of-type(4) .item-description {
        position: absolute;
        bottom: 0;
        opacity: 0
    }
    .blog-posts .item:nth-of-type(4) .item-description p {
        color: #fff
    }
    .blog-posts .item:nth-of-type(4):hover h1,
    .blog-posts .item:nth-of-type(4):hover .item-categories {
        opacity: 0
    }
    .blog-posts .item:nth-of-type(4):hover .item-description {
        opacity: 1
    }
    .blog-posts .item:nth-of-type(4):hover .item-image:before {
        background-color: rgba(0, 0, 0, 0.8)
    }
}

.single-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 111px;
    background-color: #fff;
}

.single-wraper p,
.single-wraper li{
    font-family: "Roboto Mono","Times New Roman",Times,serif;
}

.sidebar {
    width: 17.8947368421%;
    text-align: center
}

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

.content:not(.content--100){
    width: 62.1052631579%
}

.content p:nth-of-type(1) {
    font-size: 1.3125rem;
    line-height: 1.4761904762
}

.content p:not(:last-child) {
    margin-bottom: 30px
}

.content a:not(.btn) {
    color: #ff0044;
    text-decoration: none
}

.content a:not(.btn):hover {
    text-decoration: underline
}

@media screen and (max-width: 991px) {
    .content {
        width: 90%;
        margin: 0 auto
    }
}

.content h2 {
    color: #ff0044
}

.author-box {
    width: 87.5438596491%;
    height: auto;
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 5.2631578947% 60px 5.2631578947%;
    border: 1px solid #D8D8D8
}

@media screen and (max-width: 991px) {
    .author-box {
        width: 100%
    }
}

.author-box .item-author-avatar {
    max-width: 205px;
    max-height: 205px;
    border-radius: 50%;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .author-box .item-author-avatar {
        display: none
    }
}

.author-box .item-author-name {
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    font-weight: 700;
    color: #d62344;
    margin-bottom: 20px
}

.author-box .item-author-bio {
    width: 63.627254509%;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.2857142857
}

.author-box .item-author-bio p:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (max-width: 991px) {
    .author-box .item-author-bio {
        width: 100%
    }
}

#mapa {
    margin-top: -360px;
    display: none
}

.contato .column:nth-of-type(2) {
    width: 24.2105263158%
}

.contato .column:nth-of-type(2) .tel {
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.3125rem;
    line-height: 1.0952380952;
    font-weight: 700;
    display: block
}

.contato .column:nth-of-type(2) a {
    font-weight: 700;
    color: #ff0044
}

.cursos-sugeridos .nossos-cursos-lista {
    margin: 0 auto 120px auto
}

.teste-sugerido .nossos-cursos-lista {
    margin: 120px auto 120px auto
}

.cursos-sugeridos-content {
    display: none;
    padding-bottom: 120px
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: 12px 24px 12px 0;
    margin: 0.857142857rem 1.714285714rem 0.857142857rem 0
}

img.alignright {
    margin: 12px 0 12px 24px;
    margin: 0.857142857rem 0 0.857142857rem 1.714285714rem
}

img.aligncenter {
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto
}

.teste-container {
    margin-top: -120px;
    padding-top: 120px;
    background-color: red
}

.teste .column:nth-of-type(2) {
    width: 74.7368421053%;
    margin-left: 6.3157894737%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.teste .column:nth-of-type(3) {
    width: 100%
}

.teste input[type="checkbox"] {
    display: none
}

.teste.result {
    display: none
}

.teste input[type="checkbox"]+label {
    width: 32.3943661972%;
    height: 200px;
    margin-bottom: 13px;
    position: relative;
    border: 1px solid #D8D8D8;
    cursor: pointer
}

.teste input[type="checkbox"]+label:hover,
.teste input[type="checkbox"]+label:active {
    background-color: #D8D8D8
}

.teste input[type="checkbox"]+label:hover span,
.teste input[type="checkbox"]+label:active span {
    color: #979797
}

@media screen and (max-width: 520px) {
    .teste input[type="checkbox"]+label {
        width: 49.2957746479%;
        height: 120px;
        margin-bottom: 5px
    }
}

.teste input[type="checkbox"]+label span {
    width: 65.2173913043%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    color: #000;
    text-align: center
}

@media screen and (max-width: 520px) {
    .teste input[type="checkbox"]+label span {
        font-size: .875rem;
        line-height: 1.1428571429
    }
}

.teste input[type="checkbox"]:checked+label {
    background-color: #fff
}

.teste input[type="checkbox"]:checked+label span {
    color: #ff0044
}

.teste button {
    width: 32.3943661972%;
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: #ff0044;
    text-align: center;
    background-color: transparent;
    border: 0
}

@media screen and (max-width: 520px) {
    .teste button {
        width: 100%;
        height: 120px
    }
}

.etapa-2 {
    display: none
}

.etapa-2 input[type="checkbox"]+label {
    width: 15.4929577465%;
    height: 102px
}

@media screen and (max-width: 768px) {
    .etapa-2 input[type="checkbox"]+label {
        width: 23.9436619718%
    }
}

@media screen and (max-width: 520px) {
    .etapa-2 input[type="checkbox"]+label {
        width: 49.2957746479%;
        height: 120px
    }
}

.etapa-2 input[type="checkbox"]+label span {
    width: 84.8484848485%;
    font-size: .75rem;
    line-height: 1.1666666667
}

.etapa-2 button {
    width: 15.4929577465%;
    height: 102px
}

@media screen and (max-width: 768px) {
    .etapa-2 button {
        width: 100%
    }
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../img/fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../img/fancybox_loading.gif") center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../img/blank.gif");
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

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

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../img/fancybox_overlay.png")
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("../img/fancybox_sprite@2x.png");
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url("../img/fancybox_loading@2x.gif");
        background-size: 24px 24px
    }
}

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.remodal,
[data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: ""
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(0, 0, 0, 0.8)
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 10px 10px 0
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
    text-align: justify
}

.remodal.modal-login-create {
    max-width: 600px
}

.remodal p.status {
    font-size: .8125rem;
    line-height: 1;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px
}

.remodal p.error {
    color: red
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent
}

.remodal-close:hover,
.remodal-close:focus {
    color: #2b2e38
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center
}

.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}

.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 400px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

body.menu-is-active .main-nav {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .1s linear, -webkit-transform .3 s linear;
    transition: transform .3 s linear, opacity .1s linear;
    transition: transform .3 s linear, opacity .1s linear, -webkit-transform .3 s linear
}

body.menu-is-active .main-nav li {
    opacity: 1
}

body.menu-is-active .main-nav li:nth-child(1) {
    transition-delay: .2s
}

body.menu-is-active .main-nav li:nth-child(2) {
    transition-delay: .3s
}

body.menu-is-active .main-nav li:nth-child(3) {
    transition-delay: .4s
}

body.menu-is-active .main-nav li:nth-child(4) {
    transition-delay: .5s
}

body.menu-is-active .main-nav li:nth-child(5) {
    transition-delay: .6s
}

body.menu-is-active .main-nav li:nth-child(6) {
    transition-delay: .7s
}

body.menu-is-active .main-nav li:nth-child(7) {
    transition-delay: .8s
}

body.menu-is-active .main-nav li:nth-child(8) {
    transition-delay: .9s
}

body.page:not(.page-home) .box-intro {
    padding-left: 6.3157894737%;
    padding-right: 6.3157894737%;
    text-align: left
}

body.page:not(.page-home) .box-intro .item-content {
    max-width: 494px
}

body.single-cursos .feature .item-content {
    max-width: 1140px
}

body.single-cursos .feature .item-content img {
    max-width: 348px;
    display: inline-block
}

body.single-cursos .box-intro {
    height: auto;
    padding-top: 60px;
    padding-bottom: 90px;
    padding-left: 6.3157894737%;
    padding-right: 6.3157894737%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.single-cursos .box-intro .item-content:nth-child(1) {
    width: 42.1686746988%
}

@media screen and (max-width: 767px) {
    body.single-cursos .box-intro .item-content:nth-child(1) {
        display: none
    }
}

body.single-cursos .box-intro .item-content:nth-child(2) {
    width: 49.3975903614%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    body.single-cursos .box-intro .item-content:nth-child(2) {
        width: 100%
    }
}

body.single-cursos .box-intro .item {
    width: 41.4634146341%;
    margin-bottom: 30px
}

body.single-cursos .box-intro .item+.item+.item:before {
    content: '';
    width: 60px;
    height: 4px;
    margin-bottom: 30px;
    display: block;
    background-color: #000
}

@media screen and (max-width: 414px) {
    body.single-cursos .box-intro .item {
        width: 100%
    }
}

body.single-cursos .box-intro p {
    color: #fff
}

body.single-cursos .box-intro p:not(:last-child) {
    margin-bottom: 40px
}

body.single-cursos .intro .item-content p:first-of-type,
body.single-cursos .image-text .item-content p:first-of-type,
body.single-cursos .single-slider h2,
body.single-cursos .cor,
body.single-cursos .quem-fez-slider .nome,
body.single-cursos .feature .item-content h3,
body.single-cursos .equipe .item h3 {
    color: inherit
}

body.single-post .feature .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5)
}

body.single-post .feature .item-content {
    max-width: 564px;
    z-index: 2
}

body.single-post .feature .item-content h1 {
    font-family: "ITC Avant Garde Pro Md", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 2.375rem;
    line-height: 1.3157894737;
    text-transform: none
}

body.single-post .feature .item-content h3 {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.1428571429
}

body.single-post .feature .item-content h3 a {
    color: #ff0044;
    text-decoration: none
}

body.blog .main,
body.archive .main,
body.single-post .main {
    margin-bottom: 120px;
}

@media screen and (max-width:992px){
    body.blog .main,
    body.archive .main,
    body.single-post .main {
        margin-bottom: 60px;
    }
}

body.fixed-menu .header:not(.header--modal) {
    margin-top: 0;
    padding: 10px 0;
    position: fixed;
    z-index: 1000;
    background-color: #333333;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .350s;
    transition: transform .350s;
    transition: transform .350s, -webkit-transform .350s
}

body.logged-in .wpcf7-form-control-wrap.senha {
    display: none
}

body.logged-in .wpcf7-form-control-wrap.senha+br,
body.logged-in .label-password,
body.logged-in .label-password+br {
    display: none
}

.modal-termos,
.modal-terms,
.modal-privacy {
    max-width: 900px;
    font-size: .75rem;
    line-height: 1.1666666667
}

.modal-termos p,
.modal-terms p,
.modal-privacy p {
    margin: 15px 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.nossos-cursos-lista:before,
.blog-inove-lista:before,
.gallery ul:before,
.boxes ul:before,
.clearfix:after,
.nossos-cursos-lista:after,
.blog-inove-lista:after,
.gallery ul:after,
.boxes ul:after {
    display: table;
    content: ' '
}

.clearfix:after,
.nossos-cursos-lista:after,
.blog-inove-lista:after,
.gallery ul:after,
.boxes ul:after {
    clear: both
}

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: ''
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}



[data-component='header'] {
    height: 100%;
    padding: 20px 0 0;
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
    max-height: 85px; }
    @media (min-width: 768px) {
      [data-component='header'] {
        position: absolute;
        padding: 0; } }
    [data-component='header'].header-white {
      background-color: #fff;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      left: 0;
      -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1); }
    .single-product [data-component='header'].header-white {
        background: #000;
    }

      @media (min-width: 480px) {
        [data-component='header'].header-white {
          -webkit-box-shadow: none;
                  box-shadow: none; } }
      [data-component='header'].header-white .fill {
        fill: #000; }
      [data-component='header'].header-white .stroke {
        stroke: #000; }

        .single-product [data-component='header'].header-white .fill {
        fill: #FFF; }
      .single-product [data-component='header'].header-white .stroke {
        stroke: #FFF; }

    [data-component='header'].header-black {
      background-color: #000;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      left: 0;
      -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
      position: fixed; }

    [data-component='header'].header-black + div,
    [data-component='header'].header-black + section{
        margin-top: 0 !important;
    }
      @media (min-width: 480px) {
        [data-component='header'].header-black {
          -webkit-box-shadow: none;
                  box-shadow: none; } }
      [data-component='header'].header-black .fill {
        fill: #fff; }
      [data-component='header'].header-black .stroke {
        stroke: #fff; }
      /*[data-component='header'].header-black .content-left > .menu-link,
      [data-component='header'].header-black .content-left > .dropdown > .menu-link {
        padding: 30px 0 !important; }
*/

        [data-component='header'].institutional .bar-desk .content-left .dropdown.top-menu .menu-link,
        [data-component='header'].institutional .bar-desk .content-left .dropdown.normal-menu .dropdown-content .menu-link {
            padding: 0 !important;
            border:none !important;
        }
        [data-component='header'].institutional-dropdown-menu {
            max-width: 160px;
            font-weight: bold;
            display: inline-block;
            line-height: 28px;
            font-size: 16px;
            padding: 0 !important;
            border:none !important;
        }
        }

    [data-component='header'] .blur {
      display: none;
      width: 100%;
      height: 100vh;
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      opacity: .8; }
    [data-component='header'] .cart-count {
      background-color: #ff0044;
      color: #fff;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      position: absolute;
      text-align: center;
      top: -12px;
      right: -10px;
      border: 0;
      text-decoration: none;
      line-height: 19px; }
    @media (min-width: 768px) {
      [data-component='header'].institutional .content-nav {
        padding-top: 20px; } }
    @media (min-width: 1024px) {
      [data-component='header'].institutional .content-nav {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
    @media (min-width: 768px) {
      [data-component='header'].institutional.header-black .content-nav {
        padding-top: 16px; } }
    @media (min-width: 1024px) {
      [data-component='header'].institutional.header-black .content-nav {
        border-bottom: 0; } }
    @media (min-width: 1024px) and (min-width: 1200px) {
      [data-component="header"].institutional.header-black .bar-desk .content-left{
        margin-top: 0;
      }
      [data-component='header'].institutional.header-black .content-nav .bar-desk .content-left a:not(.account-link) {
        padding-top:29px;
        } }
    @media (min-width: 1024px) {
        [data-component='header'].institutional.header-black .content-nav .bar-desk .content-left a:last-child {
          margin-right: 0; }
        [data-component='header'].institutional.header-black .content-nav .bar-desk .content-left .dropdown .dropbtn {
          padding-bottom: 30px; } }
    @media (min-width: 768px) {
      [data-component='header'].institutional .bar-desk {
        display: none; } }
    @media (min-width: 1024px) {
      [data-component='header'].institutional .bar-desk {
        display: inline-block; } }
    [data-component='header'].institutional .bar-desk .content-left {
      margin: 0 0 0 230px; }
      @media (min-width: 1200px) {
        [data-component='header'].institutional .bar-desk .content-left {
          margin: -6px 0 0 230px; } }
      [data-component='header'].institutional .bar-desk .content-left a {
        font-size: 12px;
        margin-right: 22px;
        font-weight: bold; }
        @media (min-width: 1200px) {
          [data-component='header'].institutional .bar-desk .content-left a {
            font-size: 13px;
            margin-right: 32px; } }
        @media (min-width: 1200px) {
          [data-component='header'].institutional .bar-desk .content-left a {
            margin-right: 50px; } }
        [data-component='header'].institutional .bar-desk .content-left a:last-child {
          margin-right: 0; }
        [data-component='header'].institutional .bar-desk .content-left a.menu-link {
          padding: 41px 0 30px;
          font-weight:700;
          border-bottom: 3px solid transparent;
          -webkit-transition: border-bottom .3s ease;
          transition: border-bottom .3s ease; }

     @media screen and (max-width: 1199px){
        [data-component='header'].institutional .bar-desk .content-left a.menu-link {
              padding: 34px 0 30px;
         }
    }
          [data-component='header'].institutional .bar-desk .content-left a.menu-link.current-page, [data-component='header'].institutional .bar-desk .content-left a.menu-link:hover {
            border-bottom: 3px solid #ff0044; }
      [data-component='header'].institutional .bar-desk .content-left .dropdown {
        padding: 0;
        min-width: inherit;
        position: unset; }
        @media (min-width: 1200px) {
          [data-component='header'].institutional .bar-desk .content-left .dropdown {
            padding: 3px 0; } }
        [data-component='header'].institutional .bar-desk .content-left .dropdown.top-menu .dropdown-content {
          display: block;
          opacity: 0;
          visibility: hidden;
          position: absolute; }
          [data-component='header'].institutional .bar-desk .content-left .dropdown.top-menu .dropdown-content:before {
            height: 100%;
            background: #fff;
            position: absolute;
            left: 0;
            top: 0;
            width: 8000px;
            content: "";
            left: -7998px; }
        [data-component='header'].institutional .bar-desk .content-left .dropdown.top-menu:hover .dropdown-content {
          opacity: 0;
          margin-top: 0; }
          [data-component='header'].institutional .bar-desk .content-left .dropdown.top-menu:hover .dropdown-content strong {
            margin-bottom: 23px; }
        [data-component='header'].institutional .bar-desk .content-left .dropdown.top-menu:hover .dropbtn svg {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        [data-component='header'].institutional .bar-desk .content-left .dropdown.top-menu .dropdown-content h3 {
          max-width: 160px;
          font-weight: bold;
          display: inline-block;
          line-height: 28px;
          font-size: 16px;
          opacity: .1;
          top: 300px;
          position: relative; }


    @media screen and (max-width: 1199px){
        [data-component='header'].institutional .bar-desk .content-left .dropdown.top-menu .dropdown-content h3 {
            display: none;
        }
    }
        [data-component='header'].institutional .bar-desk .content-left .dropdown.top-menu .dropdown-content > * {
          margin-right: 45px;
          line-height: 20px; }
          [data-component='header'].institutional .bar-desk .content-left .dropdown.top-menu .dropdown-content > *:last-child {
            margin-right: 0; }
        [data-component='header'].institutional .bar-desk .content-left .dropdown.top-menu .dropdown-content ul {
          opacity: .1;
          top: 300px;
          position: relative; }

        [data-component='header'].institutional .bar-desk .content-left .dropdown.top-menu .content-logo {
          position: absolute;
          -webkit-transform: translateY(50%);
                  transform: translateY(50%); }
        [data-component='header'].institutional .bar-desk .content-left .dropdown.current-page .dropbtn {
          border-bottom: 3px solid #ff0044; }
        [data-component='header'].institutional .bar-desk .content-left .dropdown a {
          font-size: 13px;
              padding: 41px 0 30px;
      }
    @media screen and (max-width: 1199px){
        [data-component='header'].institutional .bar-desk .content-left .dropdown a {
              padding: 34px 0 30px;
         }
    }
          @media (min-width: 1200px) {
            [data-component='header'].institutional .bar-desk .content-left .dropdown a.dropbtn {
              font-size: 13px; } }
          [data-component='header'].institutional .bar-desk .content-left .dropdown a.dropbtn svg {
            margin-left: 10px; }
        [data-component='header'].institutional .bar-desk .content-left .dropdown:hover {
          background-color: transparent; }
          [data-component='header'].institutional .bar-desk .content-left .dropdown:hover .dropbtn {
            border-bottom: 3px solid #ff0044;
            z-index: 2;
            position: relative; }
          [data-component='header'].institutional .bar-desk .content-left .dropdown:hover::before {
            background-color: transparent; }
        [data-component='header'].institutional .bar-desk .content-left .dropdown .dropdown-content {
          background-color: #fff;
          padding: 70px 20px 50px;
          font-size: 14px;
          opacity: 0;
          visibility: hidden; }
          [data-component='header'].institutional .bar-desk .content-left .dropdown .dropdown-content strong {
            color: #ff0044;
            display: block;
            margin-bottom: 20px; }
          [data-component='header'].institutional .bar-desk .content-left .dropdown .dropdown-content ul {
            opacity: 0;
            top: -90px;
            list-style: none;
            display: inline-block;
            vertical-align: top;
            padding-left: 0;
            margin-right: 88px;
            margin-bottom: 0;
            position: relative; }
            [data-component='header'].institutional .bar-desk .content-left .dropdown .dropdown-content ul:last-child {
              margin-right: 0; }
            [data-component='header'].institutional .bar-desk .content-left .dropdown .dropdown-content ul li a {
              color: #000;
              margin: 0 0 15px;
              padding: 0;
              font-size: 14px; }
    [data-component='header'].institutional .content-nav .bar-mobile {
      top: 8px; }
      @media (min-width: 768px) {
        [data-component='header'].institutional .content-nav .bar-mobile {
          top: 26px;
          display: inline-block; } }
      @media (min-width: 1024px) {
        [data-component='header'].institutional .content-nav .bar-mobile {
          display: none; } }
      [data-component='header'].institutional .content-nav .bar-mobile .icons-mobile ul li {
        margin: 0 0 0 28px; }
    [data-component='header'].institutional .nav-mobile .title-section {
      color: #fff;
      padding-right: 60px; }
    [data-component='header'].institutional .nav-mobile .nav-mobile-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 0;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      margin-top: -2px; }
      [data-component='header'].institutional .nav-mobile .nav-mobile-slide a,
      [data-component='header'].institutional .nav-mobile .nav-mobile-slide p {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        margin-right: 40px; }
        [data-component='header'].institutional .nav-mobile .nav-mobile-slide a:last-child,
        [data-component='header'].institutional .nav-mobile .nav-mobile-slide p:last-child {
          margin-right: 0; }
      [data-component='header'].institutional .nav-mobile .nav-mobile-slide a.selected {
        border-bottom: 5px solid #ff0044;
        padding-bottom: 23px;
        text-transform: lowercase; }
    [data-component='header'].institutional .nav-mobile [data-component='accordion-section'] .accordion-box {
      padding-left: 5px;
      padding-left: 5px; }
      [data-component='header'].institutional .nav-mobile [data-component='accordion-section'] .accordion-box svg {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        right: 30px; }
        [data-component='header'].institutional .nav-mobile [data-component='accordion-section'] .accordion-box svg g {
          stroke: #fff; }
    [data-component='header'].institutional .nav-mobile .accordion-content {
      padding-left: 30px; }
    [data-component='header'].institutional .nav-mobile ul {
      display: none;
      background-color: #000;
      border-bottom: 1px solid #000; }
      [data-component='header'].institutional .nav-mobile ul.current-site {
        display: block; }
      [data-component='header'].institutional .nav-mobile ul > * {
        position: relative; }
        [data-component='header'].institutional .nav-mobile ul > *::before {
          content: "";
          background: #000;
          top: 0;
          position: absolute;
          left: -400px;
          width: 400px;
          height: 101%; }
        [data-component='header'].institutional .nav-mobile ul > *::after {
          content: "";
          background: #000;
          top: 0;
          position: absolute;
          right: -400px;
          width: 400px;
          height: 101%; }
      [data-component='header'].institutional .nav-mobile ul li {
        border-top: 1px solid #505050; }
        [data-component='header'].institutional .nav-mobile ul li .dropdown p {
          color: #fff;
          font-weight: bold;
          margin: 0;
          padding-right: 30px;
          text-transform: lowercase; }
        [data-component='header'].institutional .nav-mobile ul li .dropdown svg {
          position: absolute;
          right: 0;
          top: 40px; }
          [data-component='header'].institutional .nav-mobile ul li .dropdown svg path {
            stroke: #fff; }
        [data-component='header'].institutional .nav-mobile ul li .dropdown .dropdown-content {
          display: none;
          padding-left: 30px; }
          [data-component='header'].institutional .nav-mobile ul li .dropdown .dropdown-content a {
            margin-bottom: 30px;
            font-weight: normal;
            display: block; }
            [data-component='header'].institutional .nav-mobile ul li .dropdown .dropdown-content a:first-child {
              margin-top: 65px; }
            [data-component='header'].institutional .nav-mobile ul li .dropdown .dropdown-content a:last-child {
              margin-bottom: 0; }
        [data-component='header'].institutional .nav-mobile ul li a {
          color: #fff;
          font-weight: bold;
          font-size: 16px;
          text-transform: lowercase; }
    [data-component='header'] .content-nav {
      position: relative; }
      @media (min-width: 768px) {
        [data-component='header'] .content-nav {
          padding-top: 40px; } }
      [data-component='header'] .content-nav .content-logo {
        display: inline-block; }
      [data-component='header'] .content-nav .bar-mobile {
        position: absolute;
        right: 0;
        display: inline-block; }
        @media (min-width: 768px) {
          [data-component='header'] .content-nav .bar-mobile {
            display: none; } }
        [data-component='header'] .content-nav .bar-mobile .icons-mobile {
          float: right; }
          [data-component='header'] .content-nav .bar-mobile .icons-mobile ul {
            vertical-align: sub;
            margin: 0;
            padding: 0;
            display: inline-block; }
            [data-component='header'] .content-nav .bar-mobile .icons-mobile ul li {
              position: relative;
              margin: 0 0 0 35px;
              display: inline-block; }
          [data-component='header'] .content-nav .bar-mobile .icons-mobile .nav-icon {
            display: inline-block;
            vertical-align: middle; }
    [data-component='header'] .bar-desk {
      display: none; }
      @media (min-width: 768px) {
        [data-component='header'] .bar-desk {
          display: inline-block; } }
      [data-component='header'] .bar-desk a {
        position: relative; }
      [data-component='header'] .bar-desk .content-right {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 50px; }
        [data-component='header'] .bar-desk .content-right li {
          display: inline-block;
          margin: 0 0 0 10px; }
          @media (min-width: 768px) {
            [data-component='header'] .bar-desk .content-right li {
              margin: 0 0 0 20px; } }
          @media (min-width: 1024px) {
            [data-component='header'] .bar-desk .content-right li {
              margin: 0 0 0 50px; } }
          [data-component='header'] .bar-desk .content-right li a {
            font-family: "Lato", Arial, sans-serif;
            text-decoration: none;
            color: white;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: -0.2px; }
      [data-component='header'] .bar-desk .content-left {
        margin: 45px 0 0 65px;
        position: absolute;
        top: 0; }
        @media (min-width: 1024px) {
          [data-component='header'] .bar-desk .content-left {
            margin: 50px 0 0 150px;
            font-size: 0; } }
        [data-component='header'] .bar-desk .content-left a {
          margin: 0 70px 0 0;
          display: inline-block;
          font-family: "Lato", Arial, sans-serif;
          text-decoration: none;
          color: white;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: -0.2px; }
      [data-component='header'] .bar-desk .dropdown {
        display: inline-block;
        position: relative;
        padding: 0 30px 0;
        min-width: 265px; }
        [data-component='header'] .bar-desk .dropdown:hover::before {
          content: "";
          background: #000;
          position: absolute;
          top: -20px;
          left: 0;
          width: 100%;
          height: 20px; }
        [data-component='header'] .bar-desk .dropdown .dropbtn {
          font-family: "Lato", Arial, sans-serif;
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: -0.2px;
          margin: 0;
          border-bottom: 3px solid transparent;
          -webkit-transition: border-bottom .3s ease;
          transition: border-bottom .3s ease; }
        [data-component='header'] .bar-desk .dropdown .dropdown-content {
          position: fixed;
          min-width: 160px;
          z-index: 1;
          left: 0;
          padding: 30px 30px 10px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100vw; }
          @media screen and (max-width:1200px) 
          {
            /*[data-component='header'] .bar-desk .dropdown .dropdown-content{
                width:120%;
            }*/
          }
          [data-component='header'] .bar-desk .dropdown .dropdown-content a {
            line-height: 1.43;
            font-family: "Lato", Arial, sans-serif;
            font-size: 14px;
            letter-spacing: 0px;
            margin: 0 0 20px; }
            [data-component='header'] .bar-desk .dropdown .dropdown-content a:hover {
              text-decoration: underline; }
      [data-component='header'] .bar-desk .dropdown:hover {
        background: #000; }
        [data-component='header'] .bar-desk .dropdown:hover .dropdown-content {
          display: block;
          background: #000; }
    [data-component='header'] .nav-icon {
      display: inline-block;
      width: 25px;
      cursor: pointer; }
      [data-component='header'] .nav-icon span {
        display: block;
        height: 1px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        margin: 6px 0 0; }
    [data-component='header'] .nav-mobile {
      padding: 20px 0;
      background-color: #f7f7f7;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: -100%;
      z-index: 10;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      overflow: scroll;
      -webkit-overflow-scrolling: touch; }
      [data-component='header'] .nav-mobile .container {
        overflow: hidden !important; }
      [data-component='header'] .nav-mobile ::-webkit-input-placeholder {
        color: #000;
        font-size: 16px;
        font-style: italic;
        font-family: "Lato", Arial, sans-serif; }
      [data-component='header'] .nav-mobile :-moz-placeholder {
        color: #000;
        font-size: 16px;
        font-style: italic;
        font-family: "Lato", Arial, sans-serif; }
      [data-component='header'] .nav-mobile ::-moz-placeholder {
        color: #000;
        font-size: 16px;
        font-style: italic;
        font-family: "Lato", Arial, sans-serif; }
      [data-component='header'] .nav-mobile :-ms-input-placeholder {
        color: #000;
        font-size: 16px;
        font-style: italic;
        font-family: "Lato", Arial, sans-serif; }
      [data-component='header'] .nav-mobile.show {
        left: 0;
        background: #fff; }
      [data-component='header'] .nav-mobile .nav-top {
        padding: 0 0 18px;
        position: relative; }
        [data-component='header'] .nav-mobile .nav-top .content-logo-mobile {
                max-width: 125px;
          display: inline-block; }
        [data-component='header'] .nav-mobile .nav-top .content-close-mobile {
          display: inline-block;
          position: absolute;
          max-width: 16px;
          right: 0;
          top: 13px; }
        [data-component='header'] .nav-mobile .nav-top .close-nav-mobile {
          float: right;
          border: none;
          background: none;
          padding: 0; }
      [data-component='header'] .nav-mobile .search-box {
        padding: 25px 20px;
        border: none;
        background-image: url("../../assets/img/search.png");
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) center;
        width: calc(100% + 30px);
        margin: 0 -15px; }
      [data-component='header'] .nav-mobile ul {
        padding: 0; }
        [data-component='header'] .nav-mobile ul li {
          list-style: none;
          padding: 30px 0;
          border-top: 1px solid #e5e5e5; }
          [data-component='header'] .nav-mobile ul li:first-child {
            border: none; }
          [data-component='header'] .nav-mobile ul li a {
            font-size: 18px;
            font-weight: bold;
            line-height: 1.22;
            letter-spacing: -0.3px;
            color: #000;
            font-family: "Lato", Arial, sans-serif; }
      [data-component='header'] .nav-mobile [data-component='accordion-section'] {
        margin: 0; }
        [data-component='header'] .nav-mobile [data-component='accordion-section'] .accordion-box {
          width: calc(100% + 40px);
          margin: 0 -20px;
          border-top: 1px solid #e5e5e5;
          border-bottom: 0; }
          [data-component='header'] .nav-mobile [data-component='accordion-section'] .accordion-box .accordion-content {
            margin: 10px 0 0 0; }
            [data-component='header'] .nav-mobile [data-component='accordion-section'] .accordion-box .accordion-content li {
              margin: 0;
              padding: 5px 0 0;
              border: none; }
              [data-component='header'] .nav-mobile [data-component='accordion-section'] .accordion-box .accordion-content li::before {
                content: none; }
              [data-component='header'] .nav-mobile [data-component='accordion-section'] .accordion-box .accordion-content li a {
                font-weight: normal;
                font-size: 16px; }
        [data-component='header'] .nav-mobile [data-component='accordion-section'] .title-section {
          font-size: 18px; }
        [data-component='header'] .nav-mobile [data-component='accordion-section'] .arrow-icon .fill {
          fill: #000; }
    [data-component='header'].black-bg-only {
      background: #000; }

/*newsletter sec*/
.newsletter-sec {
    padding: 0 0 40px;
}

.newsletter-sec .container{
    max-width: 1050px;
}

.newsletter-sec .newsletter__title {
    display: flex;
    justify-content: center;
}

.newsletter-sec .newsletter__title h2 {
    font-size: 30px;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px){
    .newsletter-sec {
        padding: 0px 0 100px;
    }

    .newsletter-sec .newsletter__title h2 {
        font-size: 50px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 1200px){
    .newsletter-sec .newsletter__title h2 {
        font-size: 60px;
        padding-bottom: 30px;
    }
}

.newsletter-sec .newsletter__title h2 em {
    font-weight: 300;
}

.newsletter-sec > .container .newsletter__content p {
    font-size: 16px;
    line-height: 1.3;
}

.newsletter-sec > .container .newsletter__content img {
    margin-left: auto;
    display: block;
    float: none;
}

@media screen and (max-width: 991px){
    .newsletter-sec > .container .newsletter__content img {
        margin: 0 auto;
    }   
}

.newsletter-sec > .container .newsletter__content a {
    display: block;
    background: black;
    color: white;
    width: 280px;
    text-align: center;
    padding: 5px 0 10px;
    border-radius: 50px;
    font-size: 20px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: -16px;
    display: table;
    margin-top: 60px;
}

@media screen and (max-width: 767px){
    .newsletter-sec > .container .newsletter__content a {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px){
    .newsletter-sec > .container .newsletter__content a {
        margin-top: 60px;
    }
}

.newsletter-sec > .container .newsletter__image {
    display: flex;
    align-items: flex-end;
    padding-right: 40px;
}

@media screen and (max-width: 991px){
    .newsletter-sec > .container .newsletter__image {
        padding-bottom: 50px;
    }
    .newsletter-sec > .container .newsletter__image img{
        max-width: 475px;
        margin: 0 auto;
    }
}



/* product bundles */
.bundled_product_excerpt{
    display: none;
}

.bundled_product table{
    width:100%;
}

.bundled_product td.label{
    position: relative;
    text-transform: capitalize;
    top:0;
    left:0;
}

.bundled_product_title_link{
    position: relative;
    margin-left:10px;
}   

.bundled_product_permalink:after{
    content: '\e803';
    font-family: 'FontAwesomePB';
    position: absolute;
    font-size: 0.7em;
    top: 50%;

    right:-20px;
    -webkit-transform: translateY(-46%);
    -ms-transform: translateY(-46%);
    transform: translateY(-46%);
}

.bundled_product{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bundled_product:not(:nth-last-child(2)){
    margin-bottom: 30px !important;
}

.bundled_product .bundled_product_images.images{
    float: none !important;
    width:28% !important;
    margin-right:30px;
}

.bundled_product .details{
    width:50%;
}

.bundled_product .attribute_options td{
    display: block;
}

.reset_bundled_variations,
.bundle_availability{
    display: none;
}

.bundled_product select{
    height: 50px;
    border:none;
    width:100%;
    text-indent: 0;
    padding-left:20px;
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,.6);
    border-radius: 4px;
}

.bundle_data .bundle_button{
    padding-left: calc(28% + 30px);
}

.bundle_data .bundle_button button{
    padding: 17px 35px;
    font-size: 18px;
}


@media screen and (max-width: 1199px){
    .bundled_product .details{
        width: calc(72% - 30px);
    }
}


.single-product .main-content > div:first-child:not([data-component="next-courses"]){
    margin-top: 100px;
}

@media screen and (max-width: 767px){
    .single-product .main-content > div:first-child:not([data-component="next-courses"]){
        margin-top: 50px;
    }
}

.icons-row{
    display:flex;
    justify-content: space-around;

}

.icons-column{
    flex:33%;
}

html{
    margin:0 !important;
}

@media (min-width: 1200px) {

    .card-list.courses .card-item-uf {
        font-size: 45px !important;
    }

}

@media (min-width: 1366px) {

    [data-component='slider-text'] .content-box .content-behind {
        margin: 30px 20px 0 0 !important;
    }
}

.woocommerce-additional-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
