@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);
@import url(/site/assets/css/diferenciais/animate.css);
@import url(/site/assets/css/diferenciais/font-awesome.min.css);
@import url(/site/assets/css/common/footer.css);
@import url(/site/assets/css/common/social-sideicons.css);
@import url(/site/assets/css/common/menu.css);
body {
    color: #999;
    font-size: 15px;
    font-family: Rubik, sans-serif;
    scroll-behavior: smooth
}

a {
    color: #1f1f1f;
    text-decoration: none!important;
    outline: 0!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

h2,
h3,
h5 {
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: 400;
    line-height: 120%!important;
    color: #1f1f1f;
    margin: 0
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: 0
}

a {
    text-decoration: none!important;
    outline: 0!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

nav {
    z-index: 2
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 70px 0
}

#features li p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.2em;
}

#features li {
    display: table;
    min-width: 150px;
    min-height: 150px;
    margin: 0;
    cursor: pointer;
    padding: 2em;
    -webkit-box-shadow: 0 5px 35px 0 rgba(148, 146, 245, .15);
    box-shadow: 0 5px 35px 0 rgba(148, 146, 245, .15);
    background: #01445f85;
    border-radius: 100px;
    border: 5px solid #105f10
}

#features li:hover {
    background-color: #e65a00;
    z-index: 1000
}

.features-left,
.features-right {
    padding: 0
}

.features-left li.active,
.features-right li.active {
    background-color: #deb887!important
}

.features-left li:last-child,
.features-right li:last-child {
    margin-bottom: 0;
    padding-bottom: 0!important
}

.fr-inner {
    color: #fff;
    text-align: center
}

.fl-inner {
    text-align: center;
    color: #fff
}

.fl-inner a,
.fr-inner a {
    padding: 1rem
}

#features h2 {
    margin: 0;
    color: #fff;
    font-weight: 700
}

.dmtop {
    background-color: #3c3d41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #fff!important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.dmtop:hover {
    background-color: #34750d
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #34750d;
    z-index: 11000;
    position: fixed;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 45%;
    width: 75px;
    height: 100px
}

.loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #fff;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.loader__bar:nth-child(1) {
    left: 0;
    -webkit-transform: scale(1, .2);
    transform: scale(1, .2);
    -webkit-animation: barUp1 4s infinite;
    animation: barUp1 4s infinite
}

.loader__bar:nth-child(2) {
    left: 15px;
    -webkit-transform: scale(1, .4);
    transform: scale(1, .4);
    -webkit-animation: barUp2 4s infinite;
    animation: barUp2 4s infinite
}

.loader__bar:nth-child(3) {
    left: 30px;
    -webkit-transform: scale(1, .6);
    transform: scale(1, .6);
    -webkit-animation: barUp3 4s infinite;
    animation: barUp3 4s infinite
}

.loader__bar:nth-child(4) {
    left: 45px;
    -webkit-transform: scale(1, .8);
    transform: scale(1, .8);
    -webkit-animation: barUp4 4s infinite;
    animation: barUp4 4s infinite
}

.loader__bar:nth-child(5) {
    left: 60px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation: barUp5 4s infinite;
    animation: barUp5 4s infinite
}

.loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: ball 4s infinite;
    animation: ball 4s infinite
}

@-webkit-keyframes ball {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px)
    }
    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px)
    }
    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px)
    }
    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px)
    }
    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px)
    }
    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px)
    }
    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px)
    }
    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px)
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0)
    }
    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px)
    }
    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px)
    }
    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px)
    }
    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px)
    }
    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px)
    }
    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px)
    }
    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px)
    }
    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px)
    }
    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px)
    }
    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px)
    }
    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px)
    }
    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px)
    }
    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px)
    }
    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px)
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0)
    }
    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px)
    }
    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px)
    }
    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px)
    }
    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px)
    }
    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px)
    }
    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px)
    }
    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    40% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
}

@keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    40% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
}

@-webkit-keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    40% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    50% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    90% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    100% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
}

@keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    40% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    50% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    90% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    100% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
}

@-webkit-keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, .6);
        transform: scale(1, .6)
    }
    100% {
        -webkit-transform: scale(1, .6);
        transform: scale(1, .6)
    }
}

@keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, .6);
        transform: scale(1, .6)
    }
    100% {
        -webkit-transform: scale(1, .6);
        transform: scale(1, .6)
    }
}

@-webkit-keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    40% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    50% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    90% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    100% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
}

@keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    40% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    50% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    90% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    100% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
}

@-webkit-keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    90% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    90% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.banner {
    position: relative;
    text-align: center;
    background-color: #e65a00;
    padding: 1em;
    width: 100%
}

.banner h2 {
    color: #f1f1f1;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 20px;
    position: relative
}

.banner h2::after {
    content: "";
    height: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 8px;
    width: 30%
}

.banner h2 span {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.bg-turmas-novo {
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: -111px;
    width: 100%;
    height: 100%;
    position: fixed
}

#banner-diferenciais {
    margin-top: 100px
}

#group-area-restrita {
    padding: 19px
}

@media (max-width:991px) {
    #group-area-restrita.hide {
        display: none
    }
}

.descricao-diferencial.hide {
    display: none
}

.descricao-diferencial li {
    min-width: 0!important;
    min-height: 0!important;
    border-radius: 10px!important;
    width: 100%!important;
    padding: 0!important
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: ''
}

.video-container iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-outros-cursos {
    max-width: 1920px
}

.banner-outros-cursos h1 {
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
    font-family: Rubik, sans-serif
}

.banner-outros-cursos div {
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 0!important;
    padding-right: 0!important
}

.banner-outros-cursos div.row {
    position: relative;
    padding: 1em;
    background-color: rgba(0, 204, 0, .3)
}

.banner-outros-cursos h1 {
    text-transform: uppercase;
    padding: 1rem;
    background-color: #fff;
    color: #e65a00
}

.banner-outros-cursos a {
    text-align: center;
    position: relative;
    margin: 1vw
}

.bg-cursos {
    width: 100%
}

.inline-curso:hover {
    background-color: #333;
    transition: all .3s ease
}

.curso-label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.curso-label span {
    display: none;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    font-size: 1em
}

.curso-label:hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: rgba(14, 121, 0, 0);
    z-index: 2
}

.curso-label:hover span {
    display: block;
    background-color: #00870098;
    color: #fff;
    bottom: 10px;
    right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    float: right;
    border-radius: 20px
}

.centered {
    margin: 0 auto !important;
    float: none !important;
}

@media (max-width: 991px) {
    .inline-curso {
        width: 23vw !important;
        height: 23vw !important;
    }
    .inline-curso img {
        width: auto;
        height: auto;
        max-width: 17vw !important;
        max-height: 17vw !important;
    }
    #features .container div {
        display: flex;
        position: relative;
        justify-content: center;
    }
    .video-container {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100vw;
    }
}