/* @font-face {
    font-family: 'Eastman';
    src: url('fonts/eastman/EastmanTrial-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Eastman';
    src: url('fonts/eastman/EastmanTrial-Thin.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Eastman';
    src: url('fonts/eastman/EastmanTrial-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Eastman';
    src: url('fonts/eastman/EastmanTrial-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Literal;
    src: url('fonts/literal-light.otf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: Literal;
    src: url('fonts/literal-bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
} */

/** {*/
/*    font-family: 'ModernH', 'Roboto', 'Helvetica', 'Arial', Literal;*/
/*}*/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

p,a {
    font-family: 'Poppins', sans-serif !important;
    color: #f5ff54 !important;
}

b  {
    color: #FFF;
}

small {
    color: #FFF !important;
}


/* Seção Manual das coisas, esses abaixo editam os textos, mais precisamente da seção de cursos.*/
#editar-manual-1, #editar-manual-2 {
    font-family: 'Poppins', sans-serif !important;
    color: #191a19 !important;
}

#editar-manual-1 {
    font-size: 64px;
}

@media (max-width: 479px) {
    .container {
        width: 90% !important;
    }
}


#content {
    overflow: visible !important;
    width: 100% !important;
}

.white {
    color: #FFF !important;
}

a {
    text-decoration: none !important;
    color: #FFFFFF !important;
}

.btn {
    border-radius: 40px 40px 40px 40px;
    border: 0;
    min-width: 280px;
    height: 60px;
    font-size: 30px;
    font-weight: 600;
    padding: 12px;
}

.btn-2021 {
    border-radius: 0px;
    border: 0;
    min-width: 280px;
    height: 60px;
    font-size: 30px;
    font-weight: 600;
    padding: 12px;
    background-color: #a436d5 !important;
}

.imagem-principal {
    background-color: #ff7288;
}


.btn-white, .btn-white:hover {
    color: #FFF;
    background-color: #ffab35;
}

    .home .btn-white, .btn-white:hover {
        font-size: 24px;
    }

.btn-pink, .btn-pink:hover {
    color: #1a538d;
    background-color: #dedf98;
    /*padding: 16px;*/
}

.btn-roxo, .btn-roxo:hover {
    color: white;
    background-color: #8014ab;
    /*padding: 16px;*/
}

/*MENU*/
.btn-menu {
    margin-top: 10px;
    text-align: center;
}

    .btn-menu .btn {
        min-width: 100px;
        height: 34px;
        font-size: 12px;
        margin-top: -5px;
        padding-top: 10px;
        background-color: #ffab35;
    }

        .btn-menu .btn.btn-enem {
            font-weight: 200 !important;
            font-size: 11px;
            background-color: #fc275b;
        }

        .btn-menu .btn.btn-roxo {
            font-weight: 200 !important;
            font-size: 11px;
            background-color: #fc275b;
        }

    .btn-menu a {
        padding: 24px 0px 24px 4px !important;
    }

.sticky-header .btn-menu a {
    padding: 8px 0px 8px 4px !important;
}

.form-process {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-process-2021 {
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
}


.bg-bl .trapezio {
    border-bottom: 160px solid #FF9946;
    border-left: 25px solid transparent;
    border-right: 15px solid transparent;
    width: 450px;
    position: absolute;
    bottom: 0;
}


.banner-texto-precosa .bigger {
    margin: 12px auto 0;
    font-size: 3em;
}

    .banner-texto-precosa .bigger small {
        font-size: 0.6em;
    }

.banner-texto-precosa .pontualidade {
    font-size: 9px;
    margin-bottom: 4px;
}

.banner-texto-precosa .row {
    width: 350px;
    margin-bottom: 12px;
}

.bold {
    font-weight: 900;
}

.banner-texto-precosa p {
    margin: 0;
    line-height: 20px !important;
    text-align: left;
}


.banner-texto-precosa .row {
    margin-top: 6px;
}

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }

/* Bounce Out */
.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }

.aaaa {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    /* Prevent highlight colour when element is tapped */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /* Smooth fonts */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-rema {
    width: 90%;
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    /* Prevent highlight colour when element is tapped */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /* Smooth fonts */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner-texto-precosa .row p {
    font-size: 11px !important;
    line-height: 13px !important;
}

.banner-texto-precos {
    position: absolute;
    bottom: 10px;
    left: 50px;
}

    .banner-texto-precos .bigger {
        margin: 12px auto 0;
        font-size: 3em;
    }

        .banner-texto-precos .bigger small {
            font-size: 0.6em;
        }

    .banner-texto-precos .pontualidade {
        font-size: 9px;
        margin-bottom: 4px;
    }

    .banner-texto-precos .row {
        width: 350px;
        margin-bottom: 12px;
    }

.bold {
    font-weight: 900;
}

.banner-texto-precos p {
    margin: 0;
    line-height: 20px !important;
    text-align: left;
}


.banner-texto-precos .row {
    margin-top: 6px;
}

    .banner-texto-precos .row p {
        font-size: 11px !important;
        line-height: 13px !important;
    }


.mobile-texto-precos {
    background-color: #8014ab !important;
    text-align: center !important;
}

    .mobile-texto-precos p {
        text-align: center !important;
        line-height: 12px;
        margin: 0 auto 12px;
        font-size: 0.8em;
    }

    .mobile-texto-precos h4 {
        padding-top: 16px;
        margin-bottom: 0;
        color: #FFF !important;
    }

    .mobile-texto-precos .bigger {
        font-size: 2.3em;
        margin-bottom: -10px;
    }


.banner-principal #banner-conteudo img {
    max-width: 50%;
}

.chamada {
    font-size: 47px;
    font-weight: 300 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
}

    .chamada .bold {
        font-weight: 900 !important;
    }

.tarja-botoes {
    text-align: center;
    background: #ffffff;
    max-width: 1440px;
    margin: 50px 20px 70px;
}

    .tarja-botoes .btn {
        border: 1px solid #FF468C;
    }




h4.chamada {
    font-size: 35px !important;
}


.home p {
    text-align: left !important;
    font-family: 'Literal' !important;
    color: white !important;
    font-weight: bold !important;
}

.home {
    overflow: hidden;
}

    .home .banner-personagem {
        position: absolute;
        top: 0;
        right: 0;
        height: 44vw;
        max-height: 625px;
        width: auto;
    }

        .home .banner-personagem.md {
            display: block;
        }

        .home .banner-personagem.xlg {
            display: none;
        }

@media (min-width: 1920px) {
    .home .banner-personagem {
        right: 3%;
    }

        .home .banner-personagem.md {
            display: none;
        }

        .home .banner-personagem.xlg {
            display: block;
        }
}

.home .banner-home {
    position: relative;
    background: url('../img/2020-1/background-banner.jpg') repeat !important;
    color: white !important;
}

.home .btn-enem {
    font-size: 1.3em;
    font-weight: 300 !important;
}

.home .banner-home .btn-enem b {
    font-weight: 800;
}

.home .banner-home h5, .home .banner-home h4 {
    margin: -18px auto;
    /*text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);*/
}

.home .banner-home p.sub-chamada {
    margin: 40px auto;
    font-size: 20px;
    color: #2f2a6c;
    letter-spacing: 0;
    width: 270px;
    float: left;
}

.banner-home .btn-white {
    color: #2f2a6c;
}

.invisible {
    visibility: hidden;
}

.home .dir {
    position: absolute;
    right: 430px;
    top: 35vw;
}

.home .esq {
    position: absolute;
    right: 200px;
    top: 35vw;
}

.home .dirteste {
    position: absolute;
    right: 500px;
    top: 550px;
}

.home .esqteste {
    position: relative;
    right: 190px;
    top: 550px;
}

.home .dirmobille {
    position: fixed;
    left: 310px;
    top: 250px;
    height: 30px;
}

.home .esqmobille {
    position: fixed;
    left: 220px;
    top: 250px;
    height: 30px;
}

.home .online {
    position: absolute !important;
    font-size: 30px;
    margin-left: 850px;
    margin-top: -203px;
}

.banner-home .separate {
    margin-top: 100px;
}

.home .banner-home h5 {
    font-size: 50px;
    color: #2b53ca;
    letter-spacing: 0;
    line-height: 55px;
}

.home .banner-home h4 {
    font-size: 47.79px;
    color: #2b53ca;
    letter-spacing: 0;
}

p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}


.texto p {
    color: #0f0f0f;
}


/*UM DIA NO UNIFEB*/
.umdiaunifeb {
    background-color: #f8f8f8 !important;
}

    .umdiaunifeb .container {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 0 !important;
    }

    .umdiaunifeb h2 {
        color: #202020;
        font-size: 50px;
        font-weight: 900;
    }

    .umdiaunifeb p {
        text-align: left;
        font-size: 16px;
        color: #7b7b7b !important;
        font-weight: 300 !important;
        margin: 0;
    }

        .umdiaunifeb p.bold {
            font-weight: 900 !important;
        }

    .umdiaunifeb img {
        padding-top: 20px;
    }

.cursos-2021 {
    /*background: #0f2473 !important;*/
    background-image: linear-gradient(340deg, #ecece8 25%,  #ecece8 65%) !important;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    color: #9c45bb;
}
@media (max-width: 510px) {
    .cursos-2021{
    background-image: linear-gradient(420deg, #ecece8 25%,  #ecece8 65%) !important;
    }
}

.cursos {
    background: #2b53ca;
    padding-bottom: -100px !important;
    overflow: hidden;
}

.inscricao .prova100 {
    margin-top: -1090px;
    margin-left: 600px;
}

.inscricao .bannerinscr {
    margin-top: -50px;
}

.cursos .container {
    position: relative;
    padding-top: 50px;
}

    .cursos .container .bullets-1 {
        position: absolute;
        left: -50px;
        top: 500px;
        transform: rotate(10deg);
    }

    .cursos .container .bullets-2 {
        width: 100px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .cursos .container .qd-esq { /*<img src="img/2020-1/svg/preparando-qd-esq.svg" class="qd-esq" data-animate="fadeInRight">*/
        position: absolute;
        margin-top: -1000;
        left: -600px;
    }

    .cursos .container .qd-dir {
        position: absolute;
        bottom: 100px;
        right: -200px;
    }

.cursos .titulos p {
    text-align: center !important;
    margin-top: 0;
    margin-bottom: 30px;
    color: #FFF !important;
}


.home .cursos h1 {
    font-size: 3.8em;
    color: #FFF;
    line-height: 70px;
    margin: 20px auto 8px;
}

.cursos:not(.home) h1 {
    font-size: 50px;
    color: #5E005E;
}

.cursos .inscricao .btn {
    width: 280px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
}

@media (max-width: 767px) {
    .cursos .inscricao .btn-enem {
        margin-top: 20px;
    }
}


.cursos p {
    color: #202020 !important;
    margin-bottom: 0px;     
}

    .cursos p .btn {
        min-width: 0;
        color: #FFF;
        font-size: 1em;
        /* border: 1px solid #007dde; */
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        line-height: 1em;
        font-weight: 500;
    }

.teste {
    animation-delay: 1ms
}

.cursos p .btn.dt {
    padding: 15px;
}

.cursos p .btn small {
    font-size: 0.8em;
    font-weight: 300;
}

.cursos p .btn:hover {
    color: #4A4A4A;
    border: 1px solid #4A4A4A;
}

.cursos h2 {
    margin-top: 30px;
    color: #FFF;
}

.desconto-cursos {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .desconto-cursos {
        margin-top: -100px;
        font-size: 12px;
    }
}

.cursos .coluna-area {
    position: relative;
}


#humanas {
    position: absolute;
    top: 40px;
    left: 60px;
}

#exatas {
    position: absolute;
    left: -10px;
}

#biologicas {
    position: absolute;
    top: 110px;
    left: 130px;
}

#agrarias {
    position: absolute;
    top: 150px;
    left: 200px;
}

.cursos .small-areas img {
    margin: 15px 0;
}

@media (max-width: 1199px) {
    #biologicas {
        left: 115px;
    }
}

@media (max-width: 991px) {
    .btn-menu {
        display: none;
    }

    .cursos .esquerda p {
        text-align: left !important;
    }

    .cursos .direita p {
        text-align: left !important;
    }
}

@media (max-width: 480px) {
    .cursos .small-areas img {
        margin: 60px 0;
    }
}

/*VA SE PREPARANDO*/
@media (max-width: 320px) {
    .prepare{
        height: 1100px !important;
    }
}
.prep {
    background: #06063e !important;
    color: #FFFFFF !important;
    overflow: hidden;
}

.prepare {
    color: #FFFFFF !important;
    overflow: hidden;
}

    .prepare p {
        color: #FFFFFF !important;
        z-index: 100;
    }

    .prepare .container {
        height: 100%;
        position: relative;
    }

        .prepare .container img.modelo {
            width: 400px;
            position: absolute;
            bottom: 0;
            left: 500px;
        }

        /*.prepare .container img.modeloa {
            width: 150%;
            position: absolute;
            margin-bottom: 0px;
            left: 10px;
        }*/

        .prepare .container img.modeloab {
            width: 75%;
            position: absolute;
            margin-bottom: 0px;
        }

        .prepare .container .qd-esq {
            position: absolute;
            top: 0;
            left: -650px;
        }

        .prepare .container .qd-dir {
            position: absolute;
            top: 140px;
            right: -450px;
        }

        .prepare .container .bullets-1 {
            position: absolute;
            top: 400px;
            left: -100px;
            width: 80px;
        }

        .prepare .container .bullets-2 {
            position: absolute;
            top: 110px;
            right: -140px;
            transform: rotate(10deg);
        }

    .prepare .btn {
        font-size: 17px;
        max-width: 100%;
        border-radius: 0;
        border: 0;
        min-width: 0;
        width: 100%;
        height: 50px;
        background: #FFF;
        font-weight: 600;
    }

    .prepare .descricao p {
        margin: 20px 0;
        color: #FFFFFF !important;
        font-size: 16px;
        text-align: center !important;
    }

    .prepare .descricao .bold {
        font-weight: 900;
    }

    .prepare h1 {
        font-weight: 900;
        font-size: 50px;
        color: #ffffff !important;
    }

    .prepare .subtitulo {
        text-align: center !important;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 40px;
    }



@media (max-width: 767px) {
    .prepare .descricao p {
        font-size: 20px !important;
    }

    .prepare img {
        max-width: 150px;
    }

    .prepare .esquerda {
        text-align: center;
        margin: 0 auto;
    }

    .prepare .direita {
        width: 100%;
        text-align: center;
        margin: 50px auto 0;
    }

    .direita {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .prepare .esquerda {
        float: right;
        margin-right: 20px;
    }

    .prepare .direita {
        float: left;
        margin-right: 20px;
    }
}

/*FINANCIAMENTO*/
.financiamento p {
    color: #202020 !important;
    font-weight: 400 !important;
}

.financiamento a {
    color: #9B9B9B !important;
    font-weight: 600;
}

    .financiamento a:hover {
        color: #9B9B9B;
    }

.financiamento .img-financiamento {
    height: 110px;
}

.financiamento .lista p {
    text-align: center !important;
    color: #9B9B9B;
}

.financiamento h1 {
    font-size: 3em;
    color: #202020;
}

/*CONTATO*/
.contato {
    background: #FF8989;
    overflow: hidden;
}

    .contato .container {
        position: relative;
    }

    .contato .qd-esq {
        position: absolute;
        left: -700px;
    }

    .contato .qd-dir {
        position: absolute;
        right: -330px;
        bottom: 250px;
    }

    .contato h1 {
        font-weight: 900;
        font-size: 50px;
        color: #FFF;
    }

.subtitulo {
    color: #FFF;
    max-width: 600px;
    margin: 0 auto 60px;
}

.btn-submit {
    color: #FFF;
    background: #00615d;
}


#contact-form {
    max-width: 45%;
    margin: 0 auto;
}

.contact-widget {
    text-align: center;
}

.sm-form-control {
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 2px solid #FFFFFF;
    font-weight: 900;
    /*color: #860153;*/
    color: #FFF;
}

    .sm-form-control:focus {
        background: rgba(0, 0, 0, 0);
        border: 0;
        border-bottom: 2px solid #FFFFFF;
        font-weight: 900;
        /*color: #860153;*/
        color: #FFF;
    }

    .sm-form-control::placeholder {
        color: #FFF;
        font-weight: 300;
        font-size: 16px;
    }

@media (max-width: 991px) {

    #contact-form {
        max-width: 100%;
    }

    .btn-submit {
        width: 180px;
        font-size: 24px;
        height: 80px;
    }
}

/*FOOTER*/
#footer {
    font-family: Literal !important;
    background: #202020 !important;
    color: #FFF !important;
}

    #footer .logo {
        margin: 30px auto 50px;
    }


/*
.curso .btn-2-graduacao {
    background: #006461;
    color: #FFF;
}
*/
.home .info img {
    margin-bottom: 47px;
}

.home .info p {
    color: #000 !important;
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
}

@media (max-width: 767px) {
    .home .info {
        text-align: center;
    }

        .home .info p {
            text-align: center !important;
        }
}

.home .bg-bl p {
    font-weight: bold;
    letter-spacing: 0;
}

    .home .bg-bl p b {
        font-weight: 600 !important;
    }

        .home .bg-bl p b.data {
            font-weight: 800 !important;
        }

    .home .bg-bl p small {
        font-size: 0.85em !important;
    }

    .home .bg-bl p.nobottommargin {
        margin-bottom: -10px !important;
    }

.home .info-div img {
    max-width: 260px;
    margin-bottom: 30px;
}


@media (min-width: 768px) {
    .home .bg-bl h3.chamada {
        font-size: 3.5vw !important;
        margin-top: 40px !important;
    }

    .home .bg-bl h4.chamada {
        font-size: 2vw !important;
    }
}

@media (min-width: 992px) {
    .home .bg-bl {
        padding-left: 50px;
    }

        .home .bg-bl h3.chamada {
            font-size: 4vw !important;
            margin-top: 20px !important;
        }

        .home .bg-bl h4.chamada {
            font-size: 2.4vw !important;
        }

        .home .bg-bl p {
            line-height: 20px !important;
        }

    .home .info-prova {
        font-size: 18px !important;
    }

    .home .bg-bl .info-div img {
        margin-bottom: 12px;
    }
}

@media (min-width: 1200px) {

    .home .bg-bl h3.chamada {
        margin-top: 3vw !important;
    }

    .home .bg-bl h4.chamada {
        font-size: 2vw !important;
    }

    .home .info-div img {
        max-width: 260px;
        margin-bottom: 20px;
    }

    .home .bg-bl p {
        line-height: 25px !important;
        font-size: 18px;
    }

    .home .info-prova {
        font-size: 24px !important;
    }

    .home .bg-bl .info-div img {
        margin-bottom: 20px;
    }
}

@media (min-width: 1600px) {
    .home .bg-bl h3.chamada {
        font-size: 56px !important;
        margin-top: 60px !important;
    }

    .home .bg-bl h4.chamada {
        font-size: 40px !important;
    }

    .home .info-div img {
        max-width: 260px;
    }
}


.precos .bg-bl {
    height: 33vw;
    max-height: 625px;
}


.home .faca-sua-historia {
    margin: 40px auto;
    max-width: 500px;
}

.home .bg-bl {
    height: 60vw;
    max-height: 625px;
}

.home .divisoria {
    width: 5vw;
    height: 0.5vw;
    background-color: #ffffff;
    margin: 3vw 0;
}

.home .bg-bl .hashtag {
    color: #FFF;
    font-size: 2vw;
    font-weight: 300;
    margin-top: 4vw;
}

.home .tarja-botoes {
    padding-top: 10px !important;
}

@media (max-width: 767px) {
    .home .tarja-botoes img {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 200px;
    }
}

.home .tarja-botoes p {
    color: #FFFF !important;
    font-style: italic;
    font-size: 1em;
    font-weight: 200 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .home .info-div {
        display: none;
    }

    .home .tarja-botoes .info-div {
        display: block;
        text-align: center !important;
    }
}

.home .texto h3 {
    text-transform: uppercase;
    color: #FFF !important;
    margin-bottom: 0;
    font-weight: 900;
}

.home .texto {
    margin-top: 40px;
    font-weight: 300 !important;
    /*text-align:left;*/
    text-align: justify;
}

    .home .texto p {
        color: #202020;
        text-align: left;
        text-align: justify;
    }

.modelo img {
    max-height: 44vw;
}


@media (max-width: 1440px) {
    .home .banner-personagem {
        right: auto;
        left: 36vw;
        height: 60vw;
    }
}

@media (max-width: 991px) {

    .home .banner-personagem {
        right: auto;
        left: 36vw;
        height: 60vw;
    }

    .home .faca-sua-historia {
        margin: 7vw auto;
        max-width: 45vw;
    }

    /*.home .banner-home h5 {
        font-size: 2.2em !important;
    }

    .home .banner-home h4 {
        font-size: 3.5em !important;
    }*/
    .home .sub-chamada {
        width: 200px !important;
        /*font-size: 1.1em !important;
        line-height: 18px !important;
        margin-top: 80px !important;*/
    }
}

@media (max-width: 767px) {

    .home .faca-sua-historia {
        margin: 5vw auto;
        max-width: 45vw;
    }

    .home .faca-sua-historia {
        margin: 7vw auto;
    }

    .home .banner-home h5 {
        font-size: 2em !important;
        line-height: 35px;
    }

    .home .banner-home h4 {
        font-size: 2.4em !important;
    }

    .home .sub-chamada {
        font-size: 1.1em !important;
        line-height: 18px !important;
        margin-top: 80px !important;
    }

    .tarja-botoes .btn {
        min-width: 0;
        width: 100%;
        font-size: 1.4em;
    }

    .tarja-botoes .btn-enem {
        font-size: 1.2em;
    }

    .tarja-botoes .enem {
        margin-top: 30px;
    }
}

@media (max-width: 580px) {
    .chamada {
        font-size: 1.8em !important;
    }

    .sub-chamada {
        font-size: 0.8em !important;
        line-height: 20px !important;
    }

    .home .info-prova {
        margin-top: -10px;
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .home .banner-home h5 {
        margin-top: -30px;
        /*font-size: 1.3em !important;
        line-height: 2.5em;*/
    }

    .home .banner-home h4 {
        /*font-size: 1.8em !important;*/
    }

    .home .sub-chamada {
        font-size: 1em !important;
        line-height: 15px !important;
        margin-top: 30px !important;
    }
}

@media (max-width: 430px) {

    .home .faca-sua-historia {
        margin: 7vw auto;
    }

    .home .banner-home h5 {
        margin-top: -70px;
        font-size: 24px !important;
        line-height: 28px;
    }

    .home .banner-home h4 {
        font-size: 1.5em !important;
    }

    .home .sub-chamada {
        font-size: 0.8em !important;
        line-height: 12px !important;
        margin-top: 25px !important;
        width: 50% !important;
    }
}

.tarja-botoes .info-prova {
    display: none;
}

@media (max-width: 991px) {
    .tarja-botoes .info-prova {
        display: block;
    }
}


.cursos .primeira-coluna {
    margin-left: 12.5%
}

@media(max-width: 991px) {

    .cursos .primeira-coluna {
        margin-left: 0%
    }

    .cursos .container .bullets-1 {
        left: -150px;
    }
}


.ebook-parent {
    background: #D3D330;
    width: 50%;
    float: left;
    height: 100%;
}

    .ebook-parent .ebook {
        max-width: 70%;
        float: right;
    }

.apenas-coordenador {
    background: #FF468C;
}

.coordenador-parent {
    background: #FF468C;
    width: 50%;
    float: left;
    height: 100%;
}

    .coordenador-parent .coordenador {
        max-width: 70%;
        float: left;
    }

.coordenador {
    background: #FF468C;
}

.coordenador-formes {
    background: #006461 !important;
}

    .coordenador-formes h4 {
        font-size: 3em;
        color: #D3D330;
        font-weight: 900;
    }

.ebook {
    background: #D5D337;
}

    .ebook h4 {
        font-size: 3em;
        color: #D5D337;
        font-weight: 900;
    }

    .ebook p {
        height: 100px;
        color: #202020;
        text-align: center !important;
        font-size: 14px;
    }

    .ebook .btn-submit {
        font-size: 20px;
        width: 250px;
        background: transparent;
        color: #D5D337;
        border: 1px solid #D5D337;
    }

.coordenador h4 {
    font-size: 3em;
    color: #D3D330;
    font-weight: 900;
}

.coordenador p {
    height: 100px;
    text-align: center !important;
    font-size: 14px;
    /*margin: 40px auto;*/
}

.coordenador .sm-form-control {
    color: #D3D330;
}

    .coordenador .sm-form-control:focus {
        color: #D3D330;
    }

.coordenador .btn-submit {
    background: transparent;
    color: #D3D330;
    border: 1px solid #D3D330;
}


@media (max-width: 767px) {
    .curso .btn-inscricao {
        text-align: center !important;
        margin-top: 20px;
    }

        .curso .btn-inscricao img {
            width: 100%;
        }
}

/*CAPCHA*/
@media (min-width: 768px) {
    .g-recaptcha {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@media (max-width: 767px) {
    .g-recaptcha {
        -webkit-transform: scale(0.92);
        -moz-transform: scale(0.92);
        -ms-transform: scale(0.92);
        -o-transform: scale(0.92);
        transform: scale(0.92);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

#primary-menu ul > li {
    margin-left: 0px;
}

#primary-menu ul li > a {
    font-size: 12px !important;
}

@media(min-width: 1000px) {
    #primary-menu ul li > a {
        font-size: 13px !important;
    }
}

@media(min-width: 1100px) {
    #primary-menu ul li > a {
        font-size: 14px !important;
    }
}

@media (max-width: 1200px) {
    #header .container {
        min-width: 100%;
    }
}

@media (max-width: 1053px) {
    .btn-menu img {
        padding-top: 4px;
        max-width: 130px !important;
        height: auto !important;
    }
}

.chamada.horario-prova {
    background-color: #e9fffa;
    color: #5E005E;
    border-radius: 5px;
    width: 300px;
    padding: 12px 40px;
    text-align: center !important;
}

h4.chamada.horario-prova {
    font-size: 28px !important;
}

/*ALTERAR PARA RIGHT*/
.faca-prova {
    text-align: right;
    !important;
    padding: 10px;
}

@media (max-width: 875px) {
    /*.banner-principal h4.chamada{
        font-size: 30px !important;
    }
    h4.chamada.horario-prova{
        font-size: 26px !important;
    }*/
}

@media (max-width: 767px) {
    .chamada.horario-prova, .faca-prova {
        text-align: center !important;
        margin: 0 auto;
    }

    h4.chamada {
        font-size: 20px !important;
    }

    .chamada.horario-prova {
        background-color: #e9fffa;
        border-radius: 5px;
        width: 220px;
        padding: 8px 8px 8px 8px;
        margin: 8px auto;
        text-align: center !important;
    }

    h4.chamada.horario-prova {
        text-align: center;
        font-size: 16px !important;
    }
}

@media (max-width: 581px) {
    .banner-principal #banner-conteudo {
        bottom: 0;
    }
}


.valor-mensalidades {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #004fa6;
}

    .valor-mensalidades h3, .valor-mensalidades h3 {
        font-size: 47px;
        font-weight: 900;
        line-height: 1.03;
        color: #ffbf67;
    }

    .valor-mensalidades p {
        font-size: 17px;
        color: #FFF;
        text-align: left;
        line-height: 20px !important;
        margin-bottom: 0;
    }

.bg-sl {
    background-color: #fe7e65;
}

.bg-lbl {
    background-color: #50e3c2;
}

.bg-rx {
    background-color: #5E005E;
}

/*PAGINA INTERNA PRECOS*/
.precos .bg-bl {
    height: 33vw;
    max-height: 500px;
    background: #FF468C;
}

.precos .bg-mobile {
    /*background: url('../img/fundo5.jpg?b') !important;*/
}

.transferencia .bg-yl {
    /*background: url('../img/fundo3.jpg?a') !important;*/
    /*height: 33vw;*/
    /*max-height: 500px;*/
}

.transferencia .bg-mobile {
    /*background: url('../img/fundo3.jpg?a') !important;*/
}

.precos .bg-bl h3, .precos .bg-mobile h3 {
    color: #5E005E;
    font-size: 3vw;
    font-weight: 400;
    margin-top: 10vw;
    margin-bottom: 0;
    line-height: 3.3vw;
}

.transferencia .bg-yl h3, .transferencia .bg-mobile h3 {
    color: #8e2b5e;
    font-size: 2.6vw;
    font-weight: 700;
    margin-top: 5vw;
    margin-bottom: 2vw;
    line-height: 3.1vw;
}

    .precos .bg-bl h3 .bold, .precos .bg-mobile h3 .bold, .transferencia .bg-yl h3 .bold, .transferencia .bg-mobile h3 .bold {
        color: #8e2b5e;
        font-weight: 900;
        font-size: 2.5vw;
    }

.precos .bg-bl p, .precos .bg-mobile p {
    color: #690069;
    text-align: left;
    max-width: 450px;
    font-size: 1.5vw;
}

.transferencia .bg-yl p, .transferencia .bg-mobile p {
    color: #8e2b5e;
    text-align: left;
    max-width: 450px;
    font-size: 1.5vw;
    margin: 4px 0;
    line-height: 1.5vw;
    margin-bottom: 14px;
}

    .transferencia .bg-yl p.small, .transferencia .bg-mobile p.small {
        font-size: 1.3vw;
        margin-bottom: 0px;
    }

.precos .bg-bl .modelo img, .transferencia .bg-yl .modelo img {
    max-height: 33vw;
    position: absolute;
    bottom: -33vw;
}

.bg-mobile {
    text-align: center !important;
}

.precos .bg-mobile h3, .transferencia .bg-mobile h3 {
    line-height: 24px;
    font-size: 24px;
}

    .precos .bg-mobile h3 .bold, .transferencia .bg-mobile h3 .bold {
        font-size: 20px;
    }

.precos .bg-mobile p, .transferencia .bg-mobile p {
    text-align: center !important;
    font-size: 14px;
}

.precos .bg-mobile img, .transferencia .bg-mobile img {
    width: 100%;
    height: auto;
    max-height: 1000px;
}


@media (min-width: 1505px) {
    .precos .bg-bl h3 .bold, .transferencia .bg-yl h3 .bold {
        font-size: 40px;
    }

    .precos .bg-bl h3 {
        font-size: 50px;
        margin-top: 150px;
        line-height: 50px;
    }

    .transferencia .bg-yl h3 {
        font-size: 40px;
        margin-top: 50px;
        line-height: 50px;
    }

    .precos .bg-bl p, .transferencia .bg-yl p {
        font-size: 22px;
    }

    .precos .bg-bl .modelo img, .transferencia .bg-yl .modelo img {
        max-height: 500px;
        bottom: -500px;
    }

    .transferencia .bg-yl p.small, .transferencia .bg-mobile p.small {
        font-size: 22px;
        margin-bottom: 0px;
    }
}

.precos h1, .transferencia h1 {
    line-height: 56px;
}

    .precos h1 .bigger, .transferencia h1 .bigger {
        line-height: 70px;
        font-size: 1.5em;
    }


.m-600 {
    max-width: 600px;
    margin: 0 auto;
}

.box-preco {
    border-radius: 10px;
    background-color: #5E005E;
    padding: 20px 0 5px;
}

    .box-preco p {
        color: #febe65 !important;
        line-height: 28px !important;
        font-size: 1.3em;
    }

    .box-preco .bold {
        font-weight: 600;
    }

    .box-preco .white-small {
        color: #FFF !important;
    }

    .box-preco .bigger {
        font-size: 1.5em;
    }

        .box-preco .bigger .white-small {
            font-size: 1.2em;
            font-weight: 700;
        }

    .box-preco .white-big {
        color: #FFF !important;
        font-size: 1.6em;
        font-weight: 700;
    }

    .box-preco .saiba-mais {
        font-size: 1.2em;
        margin-top: 20px !important;
        font-weight: 400;
        line-height: 20px !important;
        cursor: pointer;
    }

.precos .cursos .direita p a, .precos .cursos .direita p, .transferencia .cursos .direita p a, .transferencia .cursos .direita p {
    font-weight: 400 !important;
    line-height: 24px !important;
}

.beneficios h1 {
    max-width: 612px;
    font-size: 3.5em;
    font-weight: 900;
    line-height: 0.97;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    margin-bottom: 50px;
}

.beneficios {
    background: #D3D330;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .beneficios .container {
        position: relative;
    }

    .beneficios .qd-dir {
        position: absolute;
        bottom: 0;
        right: -950px;
    }

    .beneficios .qd-esq {
        position: absolute;
        left: -1000px;
        top: -200px;
    }

    .beneficios img {
        margin: 20px;
    }

    .beneficios h4 {
        color: #FF468C;
        font-weight: 800;
    }

    .beneficios p {
        color: #FF468C;
        font-weight: 400;
    }

    .beneficios .img-container {
        height: 150px;
    }

.metodologias {
    background: #006461;
    padding-top: 30px;
    overflow: hidden;
}

    .metodologias .container {
        position: relative;
    }

        .metodologias .container .qd-dir {
            position: absolute;
            right: -350px;
            top: -170px;
        }

    .metodologias .modelo {
        min-height: 180px;
        padding-bottom: 0;
    }

.bg-programas {
    background: #FFA826;
}

.programas {
    background: transparent;
    padding-bottom: 50px;
    position: relative;
}

    .programas h1 {
        max-width: 612px;
        font-size: 3.5em;
        font-weight: 900;
        line-height: 0.97;
        margin: 50px auto -120px;
        text-align: center;
        color: #FFF;
    }

    .programas h3 {
        text-align: center;
        margin-bottom: 20px;
        color: #FFF;
    }

    .programas p {
        color: #FFF;
        text-align: center;
        max-width: 450px;
        margin: 0 auto;
    }

    .programas .programa-hub {
        position: absolute;
        top: 200px;
    }


.noticias {
    padding-bottom: 50px;
    position: relative;
}

    .noticias h1 {
        max-width: 612px;
        font-size: 3.5em;
        font-weight: 500;
        line-height: 0.97;
        margin: 50px auto 0;
        text-align: center;
        color: #FFA826;
    }

    .noticias h3 {
        text-align: center;
        color: #303030;
    }

    .noticias p {
        color: #303030;
        text-align: center;
        margin: 0 auto;
    }

    .noticias #slider .owl-dots span {
        border-color: #5E005E !important;
    }

    .noticias #slider .owl-dots .owl-dot.active span, #slider .owl-dots .owl-dot:hover span {
        background-color: #5E005E !important;
    }

.link-gabarito {
    font-size: 20px;
}

@media (min-width: 992px) {
    .link-gabarito {
        font-size: 16px;
    }

    .programas .programa-hub {
        left: 80px;
    }
}

.programas .titulo {
    /*position: absolute;*/
    /*left: 0;*/
    width: 100% !important;
    text-align: center !important;
}


@media (min-width: 1199px) {
    .programas .programa-hub {
        left: 130px;
    }
}

.link {
    cursor: pointer;
}

@media (max-width: 767px) {
    .link-gabarito {
        font-size: 14px;
    }

    .metodologias .modelo img {
        width: 100%;
        margin-bottom: 0;
        max-height: 500px;
    }

    .precos h1, .transferencia h1 {
        font-size: 36px;
        line-height: 50px;
    }

    .programas h1 {
        font-size: 32px;
    }

    .transferencia .bg-yl p, .transferencia .bg-mobile p {
        font-size: 16px;
        margin: 4px 0;
        line-height: 1.5vw;
        margin-bottom: 0px;
    }
}

.link-gabarito {
    cursor: pointer;
}

.chamada .bold.link-gabarito {
    color: #5E005E !important;
}

.resultados .resultado {
    margin-bottom: 20px;
}

.resultados .prova {
    width: 30px;
    margin-top: -5px;
}

.resultados .nome {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
}

.resultados .btn-confira img {
    margin-top: -5px;
}

.resultado-home {
    cursor: pointer !important;
}

@media (max-width: 768px) {
    .resultados .prova {
        width: 15px;
        margin-top: -5px;
    }

    .resultados .nome {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
    }

    .resultados .btn-confira img {
        margin-top: -5px;
        height: 25px !important;
    }
}

@media (max-width: 500px) {
    .resultados .prova {
        width: 15px;
        margin-top: -5px;
    }

    .resultados .nome {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

    .resultados .btn-confira img {
        margin-top: -5px;
        height: 25px !important;
    }
}


.coordenadores h5, .coordenadores h4, .coordenadores h3 {
    font-style: italic;
}

.coordenadores h5 {
    font-size: 1.5em;
    font-weight: 400;
}

.coordenadores h4 {
    font-size: 2.5em;
}

.coordenadores .container {
    padding-top: 30px;
    padding-bottom: 35px;
}

.coordenadores p {
    text-align: justify;
    font-size: 1.2em;
    font-weight: 400;
}

.coordenadores .roxo, .coordenadores .roxo p {
    color: #592766 !important;
}

.coordenadores .branco, .coordenadores .branco p {
    color: #FFF !important;
}

.coordenadores .bg-green {
    background-color: #5ecda2 !important;
}

.coordenadores .preco p {
    text-align: center !important;
}

.coordenadores .preco h4, .coordenadores .preco h3 {
    color: #fff;
}

.coordenadores .venha {
    margin-top: 30px;
    font-size: 2.5em;
}

.coordenadores .preco h4 {
    font-size: 2.5em;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
}

.coordenadores .preco h3 {
    font-size: 4.5em;
    font-style: italic;
    font-weight: 900;
}

.coordenadores .foto {
    margin-top: -50px;
}

.coordenadores .parcial-small {
    margin-top: 40px;
    height: 130px;
    max-width: 60px;
    margin-left: -30px;
}

.coordenadores .parcial-xl {
    float: right;
    margin-top: -60px;
    height: 280px;
}

@media (max-width: 991px) {
    .coordenadores .parcial-xl {
        display: none;
    }
}

.text-curso-small {
    color: #5E005E;
    font-size: 13px;
    font-weight: 500;
}

.precos .btn.btn-interesse {
    width: 100% !important;
    font-size: 18px !important;
    min-width: 200px !important;
    width: 200px;
    height: 76px;
}


/*@media(min-width: 1200px){
    @media( max-width: 1350px){
        .chamada{
            font-size: 42px;
        }
        .info-div img{
            margin-top:-20px !important;
            margin-bottom:5px !important;
        }
    }
}*/

.link-saiba {
    color: #5E005E !important;
}


/*2020-1*/
.tarja-branca, .tarja-cinza, .tarja-roxa {
    width: 150px;
    height: 8px;
    background: #FFFFFF;
}

.tarja-cinza {
    margin-top: 60px;
    margin-bottom: 15px;
    background: #202020;
}

.tarja-roxa {
    margin-top: 20px;
    background-color: #5E005E;
}

@media (max-width: 579px) {
    .tarja-branca, .tarja-cinza {
        width: 120px;
        height: 6px;
        background: #FFFFFF;
    }
}

.reescrevendo-historias-2021 {
    background: #20294f;
}


    .reescrevendo-historias-2021 h3, .reescrevendo-historias-2021 h4 {
        color: #FFF;
    }

    .reescrevendo-historias-2021 h3 {
        font-size: 2.4em;
        line-height: 1em;
        margin-bottom: 20px;
    }

    .reescrevendo-historias-2021 h4 {
        font-size: 1.4em;
        margin-bottom: 0px;
        line-height: 1.2em;
    }


.reescrevendo-historias {
    background: #8e2b5e;
    padding: 60px 0;
}

    .reescrevendo-historias img {
        width: 35%;
        max-width: 180px;
        margin-bottom: 40px;
    }

@media (max-width: 1199px) {
    .reescrevendo-historias img {
        margin-top: 20px;
        max-width: 150px;
    }
}

.reescrevendo-historias h3, .reescrevendo-historias h4 {
    color: #FFF;
}

.reescrevendo-historias h3 {
    font-size: 2.4em;
    line-height: 1em;
    margin-bottom: 20px;
}

.reescrevendo-historias h4 {
    font-size: 1.4em;
    margin-bottom: 0px;
    line-height: 1.2em;
}

.porque-unifeb {
    background: #00457d;
    padding-top: 40px;
    overflow: hidden;
}

    .porque-unifeb .container {
        position: relative;
    }

    .porque-unifeb p {
        color: #FFF !important;
        max-width: 330px;
        font-weight: 300;
    }

    .porque-unifeb .texto {
        padding-top: 20px;
    }

    .porque-unifeb h2 {
        color: #FFF;
        font-size: 4em;
        line-height: 1.3em;
        margin-top: 20px;
    }

    .porque-unifeb img.esq {
        position: absolute;
        left: -550px;
        top: -50px;
    }

    .porque-unifeb img.dir {
        position: absolute;
        right: -300px;
        top: -50px;
    }

@media (max-width: 991px) {

    .porque-unifeb {
        padding-top: 0px;
        padding-bottom: 30px !important;
    }

        .porque-unifeb p {
            font-size: 1.2em;
        }

        .porque-unifeb h2 {
            font-size: 3em;
        }

        .porque-unifeb img.dir {
            right: -700px;
            top: -300px;
        }

    .home h1, .financiamento h1 {
        font-size: 2em !important;
        line-height: 36px !important;
        margin-bottom: 40px !important;
        text-align: center !important;
    }
}


@media (max-width: 579px) {

    .porque-unifeb {
        padding-top: 0px;
        padding-bottom: 30px !important;
    }

        .porque-unifeb p {
            font-size: 0.8em;
        }

        .porque-unifeb h2 {
            font-size: 2em;
        }

        .porque-unifeb img.dir {
            right: -700px;
            top: -300px;
        }
}

@media (max-width: 430px) {
    .porque-unifeb .tarja-branca {
        margin-top: 25px;
    }

    .porque-unifeb h2 {
        font-size: 1.6em;
    }

    .porque-unifeb p {
        font-size: 0.7em;
    }
}

.botoes-20201 {
    background-color: #ff7288;
}

.porque-unifeb-2021 {
    overflow: hidden;
    background-color: #ff7288;
}

    .porque-unifeb-2021 .container {
        position: relative;
    }

    .porque-unifeb-2021 p {
        color: #FFF !important;
        max-width: 330px;
        font-weight: 300;
    }

    .porque-unifeb-2021 .texto {
        padding-top: 20px;
    }

    .porque-unifeb-2021 h2 {
        font-family: 'Literal' !important;
        font-weight: bold;
        color: #FFF;
        font-size: 3em;
        line-height: 1.3em;
        margin-top: 20px;
    }

    .porque-unifeb-2021 h3 {
        font-family: 'Literal' !important;
        font-weight: bold;
        color: #FFF;
        font-size: 2em;
        line-height: 1.3em;
        margin-top: 20px;
    }

    .porque-unifeb-2021 h4 {
        font-family: 'Literal' !important;
        font-weight: normal;
        color: #FFF;
        font-size: 1.5em;
        line-height: 1.3em;
        margin-top: 20px;
    }

@media (max-width: 991px) {

    .porque-unifeb-2021 {
        padding-top: 0px;
        padding-bottom: 30px !important;
    }

        .porque-unifeb-2021 p {
            font-size: 1.2em;
        }

        .porque-unifeb-2021 h2 {
            font-size: 3em;
        }

        .porque-unifeb-2021 img.dir {
            right: -700px;
            top: -300px;
        }
}


@media (max-width: 579px) {

    .porque-unifeb-2021 {
        padding-top: 0px;
        padding-bottom: 30px !important;
    }

        .porque-unifeb-2021 p {
            font-size: 0.8em;
        }

        .porque-unifeb-2021 h2 {
            font-size: 2em;
        }

        .porque-unifeb-2021 img.dir {
            right: -700px;
            top: -300px;
        }
}

@media (max-width: 430px) {
    .porque-unifeb-2021 .tarja-branca {
        margin-top: 25px;
    }

    .porque-unifeb-2021 h2 {
        font-size: 1.6em;
    }

    .porque-unifeb-2021 p {
        font-size: 0.7em;
    }
}


.entre-este-ano {
    background: #FFA826;
    padding: 60px 0;
}

    .entre-este-ano .container {
        position: relative;
    }

    .entre-este-ano img {
        width: 35%;
        max-width: 180px;
    }

@media (max-width: 1199px) {
    .entre-este-ano img {
        margin-top: 20px;
        max-width: 150px;
    }
}



.resultados {
    background: #FFA826;
    overflow: hidden;
}

    .resultados .container {
    }

    .resultados .resultado .descricao {
        font-weight: 300;
        margin-top: 12px;
    }

    .resultados .prova {
        width: 50px;
    }

    .resultados h3 {
        color: #FFF;
        font-size: 3em;
        line-height: 1em;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .resultados .btn {
        height: 60px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .resultados .container .qd-esq {
        position: absolute;
        top: 0px;
        right: -400px;
        width: 600px;
    }

    .resultados .container .qd-dir {
        position: absolute;
        top: 30px;
        left: -450px;
        transform: rotate(-10deg);
    }

    .resultados .container .bullets-1 {
        position: absolute;
        top: 400px;
        left: -100px;
        width: 80px;
    }

    .resultados .container .bullets-2 {
        position: absolute;
        top: 110px;
        right: -140px;
        transform: rotate(10deg);
    }


/*PAGINA INTERNA DIFERENCIAIS*/
.interna .diferenciais .bg-bl {
    background: #FF468C;
    overflow: hidden;
}

    .interna .diferenciais .bg-bl .container {
        position: relative;
    }

.interna .diferenciais .qd-dir {
    position: absolute;
    right: -500px;
}

.interna .diferenciais .bg-bl .modelo {
    padding-top: 30px;
}

.interna .diferenciais .bg-bl .tarja-branca {
    width: 250px;
    margin: 100px 0 30px;
}

.interna .diferenciais .bg-bl h3, .interna .diferenciais .bg-bl h4, .interna .diferenciais .bg-bl p {
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: lighter;
}

.interna .diferenciais .bg-bl h3 {
    font-size: 3.5em;
    line-height: 1em;
    font-weight: 500;
}

.interna .diferenciais .bg-bl h4 {
    font-size: 3em;
    font-weight: 300;
}

.interna .diferenciais .bg-bl p {
    margin-top: 30px;
    font-size: 1.3em;
}

@media (max-width: 991px) {

    .interna .diferenciais .bg-bl {
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 40px;
    }

        .interna .diferenciais .bg-bl .tarja-branca {
            width: 130px;
            margin: 30px 0 30px;
        }

        .interna .diferenciais .bg-bl h3 {
            font-size: 3em;
            line-height: 1em;
            font-weight: 500;
        }

        .interna .diferenciais .bg-bl h4 {
            font-size: 2.3em;
            font-weight: 300;
        }
}

@media (max-width: 579px) {
    .interna .diferenciais .bg-bl h3 {
        font-size: 2.8em;
    }

    .interna .diferenciais .bg-bl h4 {
        font-size: 2em;
    }

    .interna .diferenciais .bg-bl p {
        font-size: 1em !important;
    }
}

@media (max-width: 430px) {
    .interna .diferenciais .container {
        width: 100%;
    }

    .interna .diferenciais .bg-bl h3 {
        font-size: 2em;
    }

    .interna .diferenciais .bg-bl h4 {
        font-size: 1.3em;
    }

    .interna .diferenciais .bg-bl p {
        font-size: 0.8em !important;
    }
}


.abandono {
    background-color: #50E3C2;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .abandono h3 {
        color: #5E005E;
        font-size: 3em;
    }

    .abandono .btn {
        height: 86px;
        margin-top: 50px;
        color: #5E005E;
        border: 1px solid #5E005E;
        font-size: 18px;
        padding: 16px;
        font-weight: lighter;
    }

.curso .row {
    margin-left: auto;
    margin-right: auto;
}

.interna {
    overflow: hidden;
}

.bg-t1 {
    background: #50E3C2;
}

.bg-t2 {
    background: #FF8989;
}

.bg-t3 {
    background: #D3D330;
}


.img-noticia {
    max-width: 300px;
}

.curso .btn-enem {
    font-size: 20px !important;
}


.banner-mais-sobre-precos .bigger {
    margin: 20px auto 20px;
    font-size: 4em;
}

    .banner-mais-sobre-precos .bigger small {
        font-size: 0.6em;
    }

.banner-mais-sobre-precos .pontualidade {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 4px;
}

.banner-mais-sobre-precos .row {
    text-align: center;
    width: auto;
    margin-bottom: 12px;
}

.banner-mais-sobre-precos p {
    margin: 0;
    line-height: 24px !important;
    text-align: center !important;
}


.banner-mais-sobre-precos .row p {
    font-size: 16px !important;
    line-height: 22px !important;
}

.btn-50 {
    padding-top: 0 !important;
    line-height: 50px !important;
}

.btn-60 {
    padding-top: 0 !important;
    line-height: 60px !important;
}

.transferencia {
    background-color: #8e2b5e;
}

    .transferencia .container {
    }

    .transferencia .resultado .descricao {
        font-weight: 300;
        margin-top: 12px;
    }

    .transferencia .prova {
        width: 50px;
    }

    .transferencia p {
        color: #FFF;
        font-size: 2em;
        line-height: 1.2em !important;
        margin-top: 30px;
        margin-bottom: 40px;
    }

        .transferencia p.small {
            font-size: 12px;
        }

    .transferencia .btn {
        height: 60px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .transferencia .container .qd-esq {
        position: absolute;
        top: 0px;
        right: -400px;
        width: 600px;
    }

    .transferencia .container .qd-dir {
        position: absolute;
        top: 0px;
        left: -450px;
        transform: rotate(-10deg);
    }

.titulos .qd-esq {
    position: absolute;
    top: 0px;
    right: -400px;
    width: 600px;
}

.titulos .qd-dir {
    position: absolute;
    top: 800px;
    left: 850px;
    transform: rotate(-10deg);
}

.transferencia .container .bullets-1 {
    position: absolute;
    top: 400px;
    left: -100px;
    width: 80px;
}

.transferencia .container .bullets-2 {
    position: absolute;
    top: 110px;
    right: -140px;
    transform: rotate(10deg);
}

.transferencia .btn {
    padding-top: 13px;
}

.btn-transferencia, .btn-transferencia:hover {
    color: #FFFFFF;
    background-color: #ffab35;
    font-size: 24px;
    position: right 0px;
}

@media (max-width: 1920px) {
    .btn-botao1 {
        background-color: #8014ab !important;
        font-size: 24px;
        margin-top: 120px;
        width: 120px !important;
        height: 70px !important;
    }
}

@media (max-width: 1360px) {
    .btn-botao1 {
        background-color: #8014ab !important;
        font-size: 24px;
        margin-top: 150px;
        width: 120px !important;
        height: 70px !important;
    }
}

.curso .btn-transferencia {
    border: 1px solid #312d74;
}


.btn-2-graduacao, .btn-2-graduacao:hover {
    color: #FFF;
    background-color: #312d74;
    font-size: 24px;
}

.btn-reingresso, .btn-reingresso:hover {
    color: #FFF;
    background-color: #006461;
    font-size: 24px;
}


/*PÁGINA INTERNA DO CURSO*/
#img-porque-escolher {
    margin-top: -220px;
}

.reescrevendo-historias-2021 {
    padding-top: 100px;
}


/*LIMTIA O TAMANHO DO CONTAINER DENTRO DO BANNER PRINCIPAL*/
.curso .content-wrap .container {
    width: 85%;
    min-height: 68vw;
}

@media (max-width: 992px) {
    .curso .content-wrap {
        background-color: #8014ab;
    }
}

/*AJUSTA A IMAGEM DE FUNDO - QUE POSSUI O NOME DO CURSO*/
#img-topo-curso {
    position: absolute;
}




.curso .content-wrap .container h1 {
    text-align: left;
    font-size: 4vw;
    margin-top: 110px;
    color: #fff;
    line-height: 1em;
}


.curso .content-wrap .container .botoes-inscricao {
    margin-top: 80px;
    margin-bottom: 70px;
    text-align: center;
}

#foto-relacionada {
    margin-top: 80px;
}

#dados-curso img {
    margin-bottom: 10px;
}

.indicador-qualidade {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}


#titulo-diferencial, #titulo-sobre-curso {
    width: 400px;
    margin-bottom: 20px;
}

#texto-diferenciais {
    margin-top: 110px;
}


#mercado-trabalho {
    background-image: url('../img/2021-1/INTERNA-CURSOSFUNDO-ROXO.png');
    !important;
    padding-top: 400px;
    margin-top: -200px;
}

    #mercado-trabalho .row {
        margin-bottom: 60px;
    }


/*AJUSTES RESPONSIVOS*/


@media (max-width: 1400px) {
    .curso .content-wrap .container h1 {
        margin-top: 80px;
    }

    .curso .content-wrap .container .botoes-inscricao {
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center;
    }
}



@media (max-width: 1215px) {
    .curso .content-wrap .container h1 {
        margin-top: 50px;
    }

    .curso .content-wrap .container .botoes-inscricao {
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
    }

    .banner-texto-precosa h4 {
        font-size: 0.9em;
    }
}

@media (max-width: 991px) {
    .curso .container {
        width: 98% !important;
    }

    .curso .content-wrap .container h1 {
        text-align: center;
        font-size: 6.5vw;
    }

    #foto-relacionada {
        margin-top: 18vw;
    }

    #texto-diferenciais {
        margin-top: 20px;
    }

    #mercado-trabalho {
        margin-top: -60px;
        padding-top: 280px;
    }
}


@media (max-width: 768px) {
    .curso .content-wrap .container h1 {
        text-align: center;
        font-size: 8vw;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .curso .content-wrap .container .botoes-inscricao {
        margin-top: 10px;
        margin-bottom: 0px;
        text-align: center;
    }

    #foto-relacionada {
        margin-top: 15vw;
    }

    .preco-curso {
        color: red !important;
    }
}


@media (min-width: 1920px) {
    #img-topo-curso {
        left: calc((100vw - 1920px) / 2);
    }

    .container {
        width: 1800px;
    }
}


.curso .professor p {
    text-align: left;
    color: #202020;
    margin: 0;
    font-size: 12px;
    font-style: italic;
}

.curso .professor a {
    color: #202020 !important;
}

.curso .professor h4.nome {
    font-size: 16px;
    text-transform: uppercase;
    color: #5E005E;
    margin: 0;
}

.curso .indicadores h3, .curso .documentos h3 {
    text-align: center;
    text-transform: uppercase;
    color: #5E005E;
}

.curso .indicadores img {
    /*text-align: left;*/
    /*float:left;*/
    margin-top: -20px;
    max-width: 250px;
}

.curso .indicadores p {
    color: #202020;
    font-size: 14px;
}

.curso .indicadores .image-curso {
    text-align: right !important;
}

.curso .documentos p {
    text-align: center !important;
    font-weight: 900;
}

.curso .documentos {
    margin-bottom: 60px;
}

    .curso .documentos a {
        color: #ffa942 !important;
    }


.curso .info p {
    color: #202020 !important;
    margin-bottom: 0;
    text-align: center !important;
    font-size: 13px;
}

@media (max-width: 767px) {
    .curso .info {
        text-align: center;
    }


        .curso .info p {
            color: #202020 !important;
            text-align: center !important;
        }
}


@media (max-width: 1360px) {

    .reescrevendo-historias-2021 {
        margin-top: -100px !important;
        padding-top: 0px !important;
    }
}


@media (max-width: 1920px) {
    .btn-botao1 {
        margin-left: 1400px;
        position: absolute;
    }

    #btn-inscrever-online {
        width: 40%;
    }

    .reescrevendo-historias-2021 {
        margin-top: -100px !important;
        padding-top: 0px !important;
    }
}

@media (max-width: 991px) {
    .btn-botao1 {
        margin-top: 20px;
        margin-left: 700px !important;
        position: absolute;
    }

    #btn-inscrever-online {
        width: 40%;
    }
}

@media (max-width: 991px) {
    #img-porque-escolher {
        margin-top: -100px !important;
    }

    #btn-inscrever-1 {
        width: 80% !important;
    }

    .reescrevendo-historias-2021 {
        padding-top: 0px !important;
    }
}

@media (max-width: 1199px) {

    .btn-botao1 {
        margin-top: 30px;
        margin-left: 350px;
        position: absolute;
        visibility: hidden;
    }

    #btn-inscrever-online {
        width: 40%;
    }

    .reescrevendo-historias-2021 {
        margin-top: -90px !important;
    }
}

@media(max-width: 768px) {
    .btn-botao1 {
        margin-top: 20px;
        margin-left: 50px !important;
        position: absolute;
        visibility: hidden;
    }

    #btn-inscrever-online {
        width: 80%;
    }

    .reescrevendo-historias-2021 {
        margin-top: 0px !important;
        padding-top: 45px !important;
    }

    .botoes-2021 {
        margin-top: -50px !important;
        padding-bottom: 70px;
    }
}

@media(max-width: 991px) {

    .reescrevendo-historias-2021 {
        margin-top: 0px !important;
        padding-top: 45px !important;
    }
}



@media (max-width: 479px) {

    .btn-botao1 {
        margin-top: 20px;
        margin-left: 50px !important;
        position: absolute;
        visibility: hidden;
    }

    #btn-inscrever-online {
        width: 80%;
    }

    .reescrevendo-historias-2021 {
        padding-top: 0px !important;
    }
}

@media (min-width: 1921px) {
    .reescrevendo-historias-2021 {
        margin-top: -100px !important;
        padding-top: 0px !important;
    }
}

.number {
    font-family: 'Literal', 'Helvetica' !important;
}

/*Greco Lindao*/

.btn-three {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
}

    .btn-three::before {
        content: '';
        position: absolute;
        top: 0;
        left: 4px;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(255,255,255,0.1);
        transition: all 0.3s;
    }

    .btn-three:hover::before {
        opacity: 0;
        transform: scale(0.5,0.5);
    }

    .btn-three::after {
        content: '';
        position: absolute;
        top: 0;
        left: 4px;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: all 0.3s;
        border: 1px solid rgba(255,255,255,0.5);
        transform: scale(1.2,1.2);
    }

    .btn-three:hover::after {
        opacity: 1;
        transform: scale(1,1);
    }

    /*Mecher aqui Greco*/

@media (max-width: 414px) {
    .hidden-sm {
        /*width: 20%;*/
    }

    .hidden-xs {
        /*width: 20%;*/
    }

    .cell-tam-a {
        background-color: #d10284;
        position: relative;
        margin-top: -60px !important;
        margin-left: 13px !important;
        font-size: 9px !important;
        width: 36%
    }

    .cell-tam-b {
        background-color: #d10284;
        position: relative;
        margin-top: -48px !important;
        margin-left: 120px !important;
        font-size: 8.9px !important;
        width: 36%;
    }
}

@media only screen and (max-width: 414px) {
    .mobile-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 414px) {
    .mobile {
        display: inline !important;
    }
}

@media only screen and (min-width: 500px) {
    .desktop-hide {
        display: none !important;
    }
}

.back-img-teste {
    width: 100%;
    height: 1070px;
    background-repeat: no-repeat;
}

@media (max-width: 414px) {
    .back-img-teste {
        width: 414px;
    }
}


.banner-novo img {
    width: 100% !important;
}

.cell-tam {
    width: 30%;
}



@media (max-width: 415px) {
    .mobile-botao {
        width: 70%;
    }
}


@media (max-width: 1366px) {
    .desktop-botao {
        margin-top: 40px !important;
        width: 30% !important;
    }

    .botao-a {
        background-color: #d10284;
        position: relative;
        margin-top: -300px !important;
        margin-left: 0px;
        font-size: 25px;
        width: 100% !important;
    }

    .botao-b {
        background-color: #d10284;
        position: relative;
        margin-top: -350px !important;
        margin-left: 500px !important;
        font-size: 20px !important;
        width: 75% !important;
        padding-top: 28px !important;
        padding-bottom: 29px !important;
    }
}

@media (max-width: 375px) {

    .cell-tam-a {
        background-color: #d10284;
        position: relative;
        margin-top: -60px !important;
        margin-left: 17px !important;
        font-size: 9px !important;
        width: 30%
    }

    .cell-tam-b {
        background-color: #d10284;
        position: relative;
        margin-top: -61px !important;
        margin-left: 90px !important;
        font-size: 8.9px !important;
        width: 30%
    }
    /*background-color: #d10284;
    position: relative;
    margin-top: -100px;
    margin-left: 60px;
    font-size: 8px;

    background-color: #0034a4;
    position: relative;
    margin-left: 60px;
    margin-top: 10px;
    font-size: 8px;*/
}

@media (max-width: 1025px) {
    .desktop-botao {
        margin-top: 40px !important;
        width: 30% !important;
    }

    .botao-a {
        background-color: #d10284;
        position: relative;
        margin-top: -250px !important;
        margin-left: 0px;
        font-size: 25px;
    }

    .botao-b {
        background-color: #d10284;
        position: relative;
        margin-top: -300px !important;
        margin-left: 300px !important;
        letter-spacing: 2px !important;
        font-size: 20px !important;
    }
}

@media (max-width: 1024px) {
    .desktop-botao {
        margin-top: 40px !important;
        width: 30% !important;
    }

    .botao-a {
        background-color: #d10284;
        position: relative;
        margin-top: -250px !important;
        margin-left: 0px;
        font-size: 25px;
    }

    .botao-b {
        background-color: #d10284;
        position: relative;
        margin-top: -300px !important;
        margin-left: 300px !important;
        letter-spacing: 2px !important;
        font-size: 20px !important;
    }
}



@media (max-width: 1366px) {
    .desktop-botao {
        margin-top: 40px !important;
    }
}

/*Mecher aqui Greco*/


@media (min-width: 1025px) {
    .desktop-botao {
        margin-top: 40px !important;
        width: 30% !important;
    }

    .botao-a {
        background-color: #d10284;
        position: relative;
        margin-top: -300px !important;
        margin-left: 0px;
        font-size: 25px;
        width: 100% !important;
    }

    .botao-b {
        background-color: #d10284;
        position: relative;
        margin-top: -350px !important;
        margin-left: 340px !important;
        font-size: 20px !important;
        width: 75% !important;
        padding-top: 28px !important;
        padding-bottom: 29px !important;
    }
}

@media (min-width: 1199px) {
    .desktop-botao {
        margin-top: 40px !important;
        width: 30% !important;
    }

    .botao-a {
        background-color: #d10284;
        position: relative;
        margin-top: -300px !important;
        margin-left: 0px;
        font-size: 25px;
        width: 100% !important;
    }

    .botao-b {
        background-color: #d10284;
        position: relative;
        margin-top: -350px !important;
        margin-left: 400px !important;
        font-size: 20px !important;
        width: 75% !important;
        padding-top: 28px !important;
        padding-bottom: 29px !important;
    }
}

@media (min-width: 1920px) {
    .desktop-botao {
        margin-top: 40px !important;
        width: 30% !important;
    }

    .botao-a {
        background-color: #d10284;
        position: relative;
        margin-top: -330px !important;
        margin-bottom: 100px !important;
        margin-left: 0px;
        font-size: 25px;
        width: 100% !important;
    }

    .botao-b {
        background-color: #d10284;
        position: relative;
        margin-top: -380px !important;
        margin-bottom: 100px !important;
        margin-left: 600px !important;
        font-size: 20px !important;
        width: 75% !important;
        padding-top: 28px !important;
        padding-bottom: 29px !important;
    }
}





@media (min-width: 360px) {
    .mobile-botao {
        width: 70%;
        font-size: 6px;
    }
}

.descricao-btn h5{
    color: #fff !important;
}
/*.cursos p {
    color: #202020 !important;
    margin-bottom: 0px;
}*/
@media (max-width: 320px){
    .texto-remanescentes{
        font-size: 10px !important;
        font-color: black;
    }
}




@media (max-width: 510px){

    #botao-ins-trans{
        width: 49% !important;
    }
}

@media only screen and (max-width: 2000px) {
.prepare .container img.modeloa{
    margin-left: 1050px ;
    margin-top: -10px ;
    width: 38%;
    }
}

@media (max-width: 1919px){

.prepare .container img.modeloa{
    margin-left: 630px;
    margin-top: 0px;
    width: 50%;
    }
}
                       
#img-btn-remanescentes{
transition: transform 250ms;
}
#img-btn-remanescentes:hover{
transform: translateY(-10px);
}
@media (max-width: 530px){

    #img-btn-remanescentes{
        width: 60% !important;
    }
}