@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

.margim-30-grad{
    margin: 30px;
}
*{
    font-family: 'Montserrat', sans-serif;
}



.upper_box_whatsapp {
    padding: 10px;
    background-color: #25d366;
    border-radius: 10px;
    text-align: left;
}
.upper_box_whatsapp h6 {
    color: #000;
}
.upper_box_whatsapp p {
    font-size: 0.7em !important;
    color: #000;
    text-align: left;
    line-height: 0.2;
}



/*cores dos textos*/
.txt-white{
    color: #fff;
}
#grad-new-topo .menu-item{
    color: #60002e;
    background: transparent;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0rem 1rem;
}
.txt-grey{
    color: #616161;
}
.txt-dark{
    color: #343434;
}
.txt-rose{
    color: #e82058;
}
.txt-orange{
    color: #f28900;
}
.txt-purple{
    color: #68003c;
}
.semibold{
    font-weight: 600;
}
.extrabold{
    font-weight: 800!important;
}
.extrabold-size{
    font-weight: 600!important;
    font-size: 1.5rem!important;
}
.extrabold-color{
    color:#5f002f;
}
.area-aluno-btn{

    border: 1px solid #5f002f;

    color: white;
    border: 1px solid #ffffff;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: .9rem;
    background-color: #e72057;
    margin-bottom: -1rem;
}
.area-aluno-btn:hover{
    cursor: pointer;
}
.area-aluno-btn-grey {
    border: 1px solid #747474;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: #747474;
    font-weight: 500;
    font-size: .9rem;
    background: transparent;
}
.area-aluno-btn-grey:hover {
    border: 1px solid #5f002f;
    color: #5f002f;
}
.area-aluno-btn-grey:hover{
    cursor: pointer;
}
.bg-transparent{
    background: transparent;
    border: none;
}
.bg-transparent:hover{
    background: transparent;
    border: none;
    color: #ffdeea;
}
#allgraduacao-fixo{
    padding: 0rem 2rem 2rem 2rem;
}
#hello-bar{
    background-color: #68003c;
}
#hello-bar h2{
    font-size: 1.1rem;
    padding: 1.5rem 0;
}
#hello-bar a{
    background-color: #ff8f29;
    border-radius: 5rem;
    text-decoration: none;
    padding: 1rem 1.5rem;
}
#hello-bar a:hover{
    color: #fff;
}
.dropdown {
    position:static !important;
}
.grad-2021-dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(255, 255, 255, 0.73);
    margin-top: 0px;
    width: 100%;
    border: none;
    padding: 1rem 3rem!important;
    border-radius: 0;
}
.grad-2021-dropdown-menu h2{
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 1rem;

}
.mega-menu-title-gra{
    font-weight: 800;
    color: #343434;
    position: relative;
}
.mega-menu-title-gra::before{
    content: '';
    position: absolute;
    width: 110px;
    height: 2px;
    background-color: #f38a01;
    bottom: -5px;
}
.coluna-mega-menu .titulo-curso-megamenu{
    font-weight: 500;
    margin-bottom: 0;
}
.coluna-mega-menu .atributo-curso-megamenu{
    font-size: .9rem!important;
    margin-bottom: 0;
}
.coluna-negocios{
    margin-top: 1rem;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    justify-content: space-evenly;
    align-items: center;
}
.navbar-toggler{
    background-color: #fffdfdf2;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 55%);
    border-color: rgba(0,0,0,.1);
}
.coluna-mega-menu{
    margin-top: 1rem;
    background-color: #fafafa;
    padding: 1rem 1.5rem;
}
.mega-menu-item-list{
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
}
.mega-menu-item-list a{
    color: #616161;
    text-decoration: none;
    font-weight: 400;
}
.mega-menu-item-list a:hover{
    color: #767676;
    text-decoration: none;
    font-weight: 600;
}
.mega-menu-item-list li{
    padding: .5rem 0;
    font-size: .9rem;
    transition: .2s ease-in-out;
}
.mega-menu-item-list li:hover{
    background-color: #fff;
    padding-left: 1rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.assinatura-megamenu{
    padding-top: 1.5rem;
}
#grad-new-topo{
    background: rgb(232,32,88);
    background: linear-gradient(-60deg, rgba(232,32,88,1) 2%, rgba(232,32,88,1) 38%, rgba(242,137,0,1) 60%);
    min-height: 100vh;
    padding-bottom: 6px;
}
#grad-new-topo .home-menu{
    padding: 0rem 0;
}
#grad-new-fixed-bar .busca-home .form-control{
    padding: 1.375rem .75rem;
    background-color: white;
    border: 1px solid #6161610f!important;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem 0 0 5rem;
    border-radius: 5rem;
    text-transform: none;
}
#grad-new-fixed-bar .area-aluno-btn-grey {
    border: 1px solid #f28900;
    padding:9px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
    font-size: .9rem;
    background: #f28900;
    margin-bottom: -3px;
    margin-top: -0.1rem;
}
#grad-new-fixed-bar .busca-home .btn-busca-home {
    color: #ffffff;
    border-color: #61616142;
    background: #5f002f;
    border-radius: 0 5rem 5rem 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    height: 46px;
    margin-top: -2px;
    font-weight: 600;
    color: #616161;
}
#grad-new-fixed-bar{
    background: #fafafa;
    padding: -0.5rem;
}
#grad-new-fixed-bar .busca-home .btn-busca-home:hover{
    border: 1px solid #f28900;
    background: #e82058;
    color: #fff ;
}
#grad-new-fixed-bar .area-aluno-btn-grey:hover {
    border: 1px solid #f28900;
    background: #e92159;
}
.show-bar-scroll{
    display: none;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
}

@media (max-width: 575px) {

    .show-bar-scroll{
        display: none;
        position: fixed;
        top: 7px;
        width: 100%;
        z-index: 1000;
        margin-left: -12px;
    }

}

#grad-new-topo .busca-home .form-control{
    padding: 1.375rem .75rem;
    background-color: transparent;
    border: 1px solid #ffffff!important;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem 0 0 5rem;
    border-radius: 5rem;
    text-transform: none;
}
#grad-new-topo .busca-home .form-control {
    color: #fef7f0!important;
}
@media (max-width: 568px) {
    #grad-new-topo .busca-home .form-control {
        font-size: 13px !important;
        padding-right: 117px;
    }
}
#grad-new-topo .busca-home .form-control:focus{
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
    color: #ffffff;
}
#grad-new-topo .busca-home input::placeholder{
    color: #fff;
    text-align: center;
}
#grad-new-topo .busca-home .btn-busca-home{
    color: #fff;
    border-color: #fff;
    border-radius: 0 5rem 5rem 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    height: 46px;
    margin-top: -2px;
}
#grad-new-topo .busca-home .btn-busca-home:hover{
    background-color: #5f002f;
    border: 1px solid #ffffff;
}
#grad-new-topo .chamada-principal{
    padding: 3rem 0;
}
#grad-new-fy-cta{
    padding: 1rem 0;
}
#grad-new-fy-cta h2{
    font-size: 3rem;
    position: relative;
}
#grad-new-fy-cta .form-elementos{
    padding-top: 3rem;
}
#grad-new-fy-cta .box-formulario-busca{
    position: relative;
    border-radius: 15px;
    background: rgb(232,32,88);
    /*background: linear-gradient(317deg, rgba(232,32,88,1) 0%, rgba(232,32,88,1) 34%, rgba(242,137,0,1) 63%);    overflow: hidden;*/
    backdrop-filter: blur(5px);
    padding: 3rem 1.5rem;
    margin-top: 1rem;
    bottom: 1.5rem;
}
.box-formulario-busca .select2-container--default .select2-selection--single, .box-formulario-busca form-control{
    border: none;
}
.box-formulario-busca h3{
    font-size: 1rem;
    padding: 0rem 0rem 0rem;
}
#grad-new-fy-cta .assinatura-graduacao-2021{
    padding: 2.5rem;
}
#grad-new-fy-cta .lista-atributos{
    padding: 0 5rem;
}
#grad-new-fy-cta .lista-atributos .atributo-item{
    border-radius: 20px;
    padding: 1.5rem 0 1.5rem 1.5rem;
}
#grad-new-fy-cta .lista-atributos .atributo-item img{
    padding: .5rem;
}
#grad-new-fy-cta .lista-atributos .atributo-item p{
    font-size: 1.2rem;
}
#grad-new-fy-cta .cta-conheca-cursos{
    font-size: 1.3rem!important;
    text-decoration: underline;
    transition: .2s ease-in-out;
}
.atributosgra{
}

#grad-new-fy-cta p:hover{
    color: #616161;
}
.box-formulario-busca .cta-conheca-carreiras{
    padding-top: 2rem;
}
.box-formulario-busca .cta-conheca-carreiras a:hover{
    color: #fff;
}
#form-home{
    padding-top: 0rem;
}
.descricao p{
    font-size: 1.3rem!important;
    margin-bottom: 2rem;
    padding: 2rem;
    font-weight: 400;
    text-align: justify;
}
.txt-dobra-curso p{
    font-size: 1.5rem!important;
}
#banner-principal-home .btn{
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    padding: 1rem .5rem;
    color: #343434;
    position: relative;
    bottom: -1rem;
    font-weight: 700;
}
#banner-principal-home .btn:hover {
    background-color: #e82058;
    border-color: #fff;
    color: #fff;
}
#banner-principal-home .aceito {
    margin: 5px!important;
    padding: 0.5rem 0!important;
    background: rgb(232 32 88 / 60%)!important;
    border-radius: 50px!important;
    background: none!important;
    text-align: center!important;
}
#grad-new-topo h1{
    color: #fff;
    font-size: 3rem;
    padding: 0px 2rem 0 0;
}
#grad-new-conheca-y{
    padding: 5rem 0;
}
#grad-new-conheca-y h2{
    font-size: 3.5rem;
    position: relative;
    padding: 1rem;
}
#grad-new-app-y{
    margin-bottom: 3rem;
    padding-top: 4rem;
}
#grad-new-app-y h2{
    position: relative;
    font-size: 2.5rem;
}
#grad-new-secao-4{
    background: rgb(232,32,88);
    background: linear-gradient(-60deg, rgba(232,32,88,1) 2%, rgba(232,32,88,1) 38%, rgba(242,137,0,1) 60%);
    margin-top: 12.5rem;
}
#grad-new-secao-4 .img-float{
    position: relative;
    bottom: 10rem;
}
#grad-new-secao-4 h2{
    font-size: 3.5rem;
    padding-top: 2rem;
}
.container-carreiras{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    z-index: 1;
    top: -8rem;
}
.container-carreiras .card{
    position: relative;
    width: 320px;
    height: 400px;
    margin: 1.5rem!important;
    box-shadow: 20px 20px 50px rgb(0, 0, 0, 0.5);
    border-radius: 15px;
    background: rgb(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5)!important;
    border-left: 1px solid rgba(255, 255, 255, 0.5)!important;
    /*backdrop-filter: blur(5px);*/
}
.container-carreiras .card .content{
    padding: 20px;
    transition: .5s;
}
.container-carreiras .card .content .titulo-carreiras{
    min-height: 20vh;
}
.container-carreiras .card .content h3{
    font-size: 2em;
    color: #fff;
    font-weight: 800;
}
.container-carreiras .card .content p {
    font-size: .9em!important;
    color: #fff;
    font-weight: 300;
}
.container-carreiras .card .content .btn-seguir-carreira{
    position: relative;
    display: inline-block;
    padding: 8px 12px;
    margin-top: 10px;
    background: #fff;
    color: #616161;
    font-weight: 600;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
    transition: .2s ease-in-out;
}
.container-carreiras .card .content .btn-seguir-carreira:hover{
    color: #fff;
    background: #ffa66f;
}
.container-carreiras .card .content .btn-conhecer-carreira{
    text-align: center;
    color: #fff;
    margin-top: 1rem;
}
.container-carreiras .card .content .btn-conhecer-carreira p{
    margin-top: 1rem;
    text-decoration: underline;
}
#grad-new-secao-5{
    padding-top: 0rem;
}
#grad-new-secao-5 .titulo-secao-5{
    font-size: 3rem;
    position: relative;
}
#grad-new-secao-5 .box-lista-cursos{
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 2rem 5rem;
    margin: 3rem 0;
}
#grad-new-secao-6 h2{
    position: relative;
}
#grad-new-depoimentos-y{
    margin-top: 5rem;
}
#grad-new-depoimentos-y h2{
    font-size: 3rem;
    position: relative;
}
#grad-new-depoimentos-y .box-depoimento{
    background-color: #e82058;
    border-radius: 20px;
    margin-top: 1.5rem;
}
#grad-new-depoimentos-y .box-depoimento img {
    position: relative;
    bottom: 0;
    border-radius: 20px 20px;
    width: 350px;
    margin-right: 2rem;
}

#grad-new-depoimentos-y .morecontent .morelink {
    color: #ffffff;
    font-weight: 700;
}

#grad-new-depoimentos-y .box-depoimento .owl-carousel .owl-nav .owl-next {
    margin-top: -140px!important;
}

#grad-new-depoimentos-y .box-depoimento p{
    padding: 0;
    margin-bottom: 0;
    font-size: 1.2rem!important;
}
#grad-new-depoimentos-y .box-depoimento .depo-content{
    padding: 1rem 0;
}
#grad-new-depoimentos-y .owl-carousel .owl-nav button.owl-next,
#grad-new-depoimentos-y .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    bottom: 5rem;
    padding: 25px!important;
    color: #fff!important;
    font-size: 30px!important;
    background-color: transparent;
    width: 0em;
    top: inherit;
}
.curso-infos{
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    border: solid 1px #6161611a;
    border-radius: 15px;
    transition: .2s ease-in-out;
}
.tit-atributos-gra{
    margin-bottom: -3rem;
}

.atributo-box-curso{
    margin-bottom: 0;
}
.curso-infos:hover{
    background-color: #fff;
    cursor: pointer;
    -webkit-box-shadow: -6px -4px 12px -8px rgba(97,97,97,0.15);
    -moz-box-shadow: -6px -4px 12px -8px rgba(97,97,97,0.15);
    box-shadow: -6px -4px 12px -8px rgba(97,97,97,0.15);
}
.curso-infos .btn-conhecer-curso{
    background-color: #f28900;
    padding: .5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
}
.curso-infos .btn-conhecer-curso:hover{
    text-decoration: none;
    color: #fff;
}
.box-lista-cursos .curso-infos .titulo-cursos{
    font-size: 1.2rem!important;
    margin-bottom: 0;
    font-weight: 500;
}
.titulo-cursos-gra{
    font-size: 0.9rem!important;
    margin-bottom: 0;
    font-weight: 500;
    color: #616161;
}
#grad-new-vantagens-y .itens-vantagens{
    padding: 3rem;
    background: rgb(232,32,88);
    background: linear-gradient(162deg, rgba(232,32,88,1) 0%, rgba(232,32,88,1) 34%, rgba(242,137,0,1) 63%);
    border-radius: 30px;
}
#grad-new-vantagens-y h2{
    font-size: 3rem;
    padding-bottom: 2.5rem;
    position: relative;
    left: 2rem;
}
#grad-new-vantagens-y .itens-vantagens a{
    text-decoration: underline;
    transition: .2s ease-in-out;
}
#grad-new-vantagens-y .itens-vantagens a:hover{
    color: #343434;
}
#grad-new-vantagens-y h4{
    font-size: 3rem;
    font-weight: 800;
}
#grad-new-vantagens-y .boxes{
    padding: 3rem 0;
    background: rgb(255, 255, 255, 0.1);
    overflow: hidden;
}
.first-box{
    border-radius: 15px 15px 0 0;
}
.last-box{
    border-radius: 0 0 15px 15px ;
}
#grad-new-vantagens-y .content-vantagens{
    position: relative;
    top: 2rem;
}
#grad-new-vantagens-y .boxes p{
    margin-bottom: 5px;
}
#grad-new-secao-6{
    padding-top: 3rem;
}
#grad-new-secao-6 h2{
    font-size: 4rem;
}
#grad-new-secao-7{
    background-color: #fafafa;
    padding: 3rem 0;
    margin-top: 3rem;
}
#grad-new-secao-7 .btn-cta{
    background-color: #e82257;
    border-radius: 50px;
}
#grad-new-secao-7 .btn-cta:hover{
    background-color: #ff0044;
}
#grad-new-secao-7 .btn-cta p{
    color: #fff;
    font-weight: 600;
    padding: 1rem;
    margin: 0;
}
#grad-new-secao-7 a{
    text-decoration: none;
}

/*pÃ¡gina de curso*/
#cabecalho-new-grad-interno{
    padding: 1rem 0;
}
#cabecalho-new-grad-interno .menu-item{
    font-weight: 600;
}

.form-cta-pag-curso{
    /* background-color: #fafafa;*/
    border-radius: 30px;
    padding: 2.5rem 1.5rem;
    margin: 6rem 0 0 0;
}
#form-pag-curso .form-control{
    /* background-color: #fff0;
     border: 1px #ced4da;
     border-bottom: 1px solid #616161;*/
    border-radius: 5px;
}
.form-cta-pag-curso h2{
    font-size: 1.2rem;
}
.form-cta-pag-curso .btn-cta-pink{
    background-color: #e82058;
    width: 100%;
    padding: 1.5rem;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
}
#topo-pag-curso-new-grad{
    background: rgb(232,32,88);
    background: linear-gradient(162deg, rgba(232,32,88,1) 0%, rgba(232,32,88,1) 34%, rgba(242,137,0,1) 63%);
    background-size: cover!important;
}
#topo-pag-curso-new-grad h1{
    font-size: 4rem;
}
.titulo-dobra{
    font-size: 3.5rem;
}
.txt-dobra-curso{
    font-size: 1.3rem!important;
    margin-bottom: 2rem;
    padding: 2rem;
    font-weight: 400;
}
#topo-pag-curso-new-grad .infos-curso-graduacao{
    padding: 5rem 0;
}
.atributo-curso-pag-graduacao{
    margin-bottom: 0;
}
.secao-curso{
    padding: 5rem;
}
.btn-receber-infos{
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #f28900;
    padding: 1rem 2rem;
    border-radius: 50px;
    width: 100%;
    text-decoration: none;
    position: relative;
    top: 2.5rem;
}
.titulo-dobra{
    position: relative;
}
/*.titulo-dobra::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 18px;*/
/*    width: 18px;*/
/*    background-color: #ff8f29;*/
/*    border-radius: 50%;*/
/*    top: 1.6rem;*/
/*    left: -1.6rem;*/
/*}*/

#pag-curso-new-grad-fixed-bar{
    background-color: #fafafa;
    padding: 0rem;
    margin-top: 2rem;
    text-align: center;
}
#pag-curso-new-grad-fixed-bar h2{
    font-size: 1.5rem;
    font-weight: 700;
}
#pag-curso-new-grad-infos-curso .itens{
    padding-top: 3rem;
}
/*#pag-curso-new-grad-infos-curso .titulo-dobra::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 18px;*/
/*    width: 18px;*/
/*    background-color: #ff8f29;*/
/*    border-radius: 50%;*/
/*    top: 1.7rem;*/
/*    left: 20rem;*/
/*}*/
#pag-curso-new-grad-matriz{
    background-color: #fafafa;
    padding: 3rem 0;
    margin-bottom: 5rem;
}
#pag-curso-new-grad-matriz h2{
    font-size: 2rem;
}
#pag-curso-new-grad-matriz .cta-grade-curricular{
    border: 2px solid #616161;
    padding: 1rem;
    border-radius: 5rem;
    max-width: 100%;
    color: #343434;
    background: #ffffff;
}
.cta-grade-curricular a{
    color: #616161;
    text-decoration: none;
}
.btn-cta-grade{
    margin-top: 1.5rem;
    max-width: 100%;
}
#pag-curso-new-grad-vantagens{
    padding: 5rem;
    margin-top: 2.5rem;
}
#pag-curso-new-grad-vantagens h2{
    font-size: 2.5rem;
    position: relative;
}
/*#pag-curso-new-grad-vantagens h2::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 15px;*/
/*    width: 15px;*/
/*    background-color: #ff8f29;*/
/*    border-radius: 50%;*/
/*    top: 1.1rem;*/
/*    left: -1.2rem;*/
/*}*/
#pag-curso-new-grad-vantagens .container-vantagens{
    padding-top: 3rem;
}
#pag-curso-new-grad-vantagens .box-vantagem{
    border-radius: 15px;
    background: #fafafa;
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}
#pag-curso-new-grad-vantagens .box-vantagem .capa-vantagem{
    border-radius: 10px;
}
#pag-curso-new-grad-vantagens .box-vantagem .content{
    margin-top: .5rem;
    padding: 1rem;
}
#pag-curso-new-grad-vantagens .box-vantagem .content h4{
    font-size: 1.5rem;
    padding: 1rem 0;
}
#pag-curso-new-grad-metodos{
    background: rgb(232,32,88);
    background: linear-gradient(153deg, rgba(232,32,88,1) 2%, rgba(232,32,88,1) 38%, rgba(242,137,0,1) 60%);
    padding: 2rem 4rem;
    border-radius: 20px;
    margin-bottom: 3rem;
}
#pag-curso-new-grad-metodos h2{
    font-size: 3.5rem;
    padding-bottom: 2rem;
}
#pag-curso-new-grad-metodos .titulo-video{
    position: relative;
}
#pag-curso-new-grad-metodos .titulo-video::before{
    position: absolute;
    content: url(../img/graduacao-2021/arrow-video.webp);
    z-index: 2;
    right: 2.7rem;
    top: .5rem;
}
#pag-curso-new-grad-metodos .card-como-estudar h3{
    font-size: 1.2rem;
    min-height: 25vh;
}
#pag-curso-new-grad-metodos .card-como-estudar{
    padding: 3rem 1rem;
    box-shadow: 10px 10px 30px rgb(0, 0, 0, 0.5);
    border-radius: 15px;
    background: rgb(255, 255, 255, 0.1);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    margin-bottom: 10px;
    min-height: 35vh;
}
#pag-curso-new-grad-dobra-6 h2, #pag-curso-new-grad-dobra-8 h2{
    font-size: 3.5rem;
    position: relative;
}
/*#pag-curso-new-grad-dobra-6 h2::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    background-color: #ff8f29;*/
/*    border-radius: 50%;*/
/*    top: 2rem;*/
/*    left: -2rem;*/
/*}*/
#pag-curso-new-grad-dobra-6 ul{
    list-style: none;
    padding-left: 0;
}
#pag-curso-new-grad-dobra-6 ul li{
    padding: 1rem 2rem 1rem 0;
    font-weight: 500;
}
#pag-curso-new-grad-dobra-7{
    margin-top: 3rem;
    background-color: #fafafa;
}
#pag-curso-new-grad-dobra-8{
    margin-top: 3rem;
    padding: 3rem 0;
    background-color: #fafafa;
}
#pag-curso-new-grad-fixed-bar .btn-cta-pink{
    background: #ea3769;
    font-weight: 600;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    padding: 1rem 1.5rem;
    color: #fafafa;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-top: 1rem;
}
#pag-curso-new-grad-dobra-8 .btn-cta-pink{
    background: #ea3769;
    font-weight: 600;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    padding: 1.5rem;
    color: #fafafa;
}
#pag-curso-new-grad-dobra-8 .btn-cta-pink:hover, #pag-curso-new-grad-fixed-bar .btn-cta-pink:hover{
    background: #fa0046;
}
#pag-curso-new-grad-dobra-8 .btn-cta-pink a, #pag-curso-new-grad-fixed-bar .btn-cta-pink a{
    color: #fff;
    text-decoration: none;
}
#quem-confia{
    margin-top: 5rem;
    padding: 5rem 0;
    background-color: #fafafa;
}
#quem-confia h2{
    font-size: 2.5rem;
    position: relative;
}
#quem-confia .lista-logos-parceiros{
    padding-top: 2rem;
}
#quem-confia .img-filter{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
    transition: .2s ease-in-out;
}
#quem-confia .img-filter:hover{
    -webkit-filter: none;
    filter: none;
    opacity: 0.8;
}

@media (max-width: 568px) {
    .hide-on-mobile{
        display: none;
    }
    .dropdown-menu {
        padding: 0 .5rem 2.5rem .5rem;
    }
    #grad-new-topo .chamada-principal {
        padding: 3rem 1rem;
    }
    #grad-new-topo h1{
        font-size: 1.6rem;
        padding: 0rem;
    }
    #grad-new-fy-cta .box-formulario-busca{
        padding: 3rem 1.5rem;
    }
    #grad-new-conheca-y {
        padding: 2rem 0;
    }

    #video-gra{

    }

    #grad-new-conheca-y h2 {
        font-size: 1.8rem;
        position: relative;
        padding: 2.5rem 1.5rem;
    }
    #grad-new-secao-4{
        margin-top: 1rem;
    }
    #grad-new-secao-4 h2{
        font-size: 2.3rem;
    }
    .container-carreiras{
        top: 0;
    }
    #grad-new-pq-y h2 {
        font-size: 3rem;
        padding: 0rem 2rem;
        position: relative;
    }
    #grad-new-fy-cta h2{
        font-size: 2rem;
        position: relative;
    }
    #grad-new-pq-y .linha-pqs .box-pq{
        margin: 1rem 2rem;
    }
    #grad-new-vantagens-y h2{
        font-size: 1.8rem;
        left: 0;
        position: relative;
    }
    #grad-new-vantagens-y h4 {
        font-size: 1.5rem;
    }
    #grad-new-depoimentos-y h2 {
        font-size: 2rem;
        position: relative;
    }
    #grad-new-depoimentos-y .box-depoimento img {
        position: relative;
        width: 80%;
    }
    #grad-new-depoimentos-y .box-depoimento .owl-carousel .owl-nav .owl-prev,
    #grad-new-depoimentos-y .box-depoimento .owl-carousel .owl-nav .owl-next,
    #carouselConveniosGraduacao .box-depoimento .owl-carousel .owl-nav .owl-next{
        display: none;
    }
    #grad-new-vantagens-y .itens-vantagens img{
        padding: 1rem 0;
    }
    .box-depoimento .conteudo-depoimento{
        padding: 0 1rem 2rem 1rem;
        text-align: center;
    }
    #quem-confia h2 {
        font-size: 1.67rem;
        position: relative;
    }
    #quem-confia {
        margin-top: 1.5rem;
        padding: 3rem 1rem;
        background-color: #fafafa;
    }
    #grad-new-secao-5 .titulo-secao-5 {
        font-size: 2rem;
        position: relative;
        margin-top: 2rem;
    }
    #grad-new-secao-5 .box-lista-cursos{
        margin: 1rem 0;
        padding: 2.5rem;
    }
    #grad-new-secao-7{
        padding: 3rem 2rem;
    }
    .curso-infos{
        padding: 2rem 1rem;
    }
    .curso-infos .btn-conhecer-curso {
        font-size: 14px;
        position: relative;
        top: 1rem;
    }
    #topo-pag-curso-new-grad .infos-curso-graduacao{
        padding: 5rem 0 0;
    }
    #topo-pag-curso-new-grad h1{
        font-size: 2rem;
    }
    .form-cta-pag-curso{
        padding: 1.5rem 0;
    }
    .secao-curso {
        padding: 1rem;
    }
    .titulo-dobra{
        font-size: 2.2rem;
    }
    .titulo-dobra::before{
        content: none;
    }
    #pag-curso-new-grad-metodos{
        padding: 2rem;
    }
    #pag-curso-new-grad-vantagens{
        padding: 3rem .5rem 1.5rem .5rem;
    }
    #pag-curso-new-grad-dobra-6 h2, #pag-curso-new-grad-dobra-8 h2 {
        font-size: 2rem;
        position: relative;
    }
    #pag-curso-new-grad-metodos .card-como-estudar h3{
        min-height: 6vh;
    }
    #carouselConveniosGraduacao button.owl-prev{
        display: none;
    }
}
.alinhar-esquerda-form{
    text-align: center !important;
}

/* Important part */
#pag-curso-new-grad-matriz .cta-grade-curricular:hover{
    background: #fafafa;
}
.form-cta-pag-curso .btn-cta-pink:hover{
    background: #fa0046;
}
.btn-receber-infos:hover{
    background: #fdd8c3;
}
.conheca-position{
    margin-top: 0rem;
}
.btn-mais-info-position{
    margin-top: 0rem;
}

@media (max-width: 568px) {
    .accordion-button {
        font-size: 0.7rem;
    }
    .accordion{
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .accordion-body p{
        font-size: 0.8rem!important;
    }
    .accordion-body h5{
        font-size: 0.9rem!important;
    }
    .conheca-position {
        margin-top: 2rem;
    }
    #pag-curso-new-grad-metodos h2{
        font-size: 2rem;
    }
    #grad-new-fy-cta .lista-atributos .atributo-item p {
        margin-bottom: 0;
        font-size: 1.1rem!important;
        margin-left: .5rem;
        text-align: center;
    }
    #pag-curso-new-grad-fixed-bar h2 {
        font-size: 1rem;
        font-weight: 700;
    }
    #pag-curso-new-grad-fixed-bar .btn-cta-pink {
        font-size: 0.8rem;
        padding: 0.8rem;
    }
    .form-cta-pag-curso h2 {
        font-size: 1.1rem;
    }
    #pag-new-grad-fixed-bar .busca-home .form-control {
        font-size: 13px !important;
        padding-right: 67px;
    }
    #pag-new-grad-fixed-bar {
        background: linear-gradient(322deg, rgba(232, 32, 88, 1) 2%, rgba(232, 32, 88, 1) 82%, rgba(242, 137, 0, 1) 120%);
        padding: 0.5rem;
        margin-top: -4px;
    }
    #pag-new-grad-fixed-bar form {
        padding: 0.5rem 0rem 0rem 0rem;
        width: 100%;
        margin-left: -30px;
    }
    #pag-new-grad-fixed-bar .busca-home .btn-busca-home {
        margin-right: -30px;
    }
    #pag-curso-new-grad-fixed-bar {
        padding: 1.1rem;
    }
}

@media (max-width: 320px) {
    #grad-new-topo .busca-home .form-control {
        font-size: 11px !important;
        padding-right: 96px;
    }
    #grad-new-topo .busca-home .btn-busca-home {
        font-size: 11px;
        font-weight: 600;
    }
    #grad-new-topo h1 {
        font-size: 1.9rem;
    }
    #grad-new-fy-cta h2 {
        font-size: 1.5rem;
        position: relative;
    }
    #grad-new-fy-cta .lista-atributos .atributo-item p {
        margin-bottom: 0;
        font-size: 0.9rem!important;
        margin-left: .5rem;
    }
    .box-formulario-busca h3 {
        font-size: 1.3rem;
        text-transform: lowercase;
        padding: 0rem 0rem;
    }
    #grad-new-secao-4 h2 {
        font-size: 2rem;
    }
    .container-carreiras .card .content h3 {
        font-size: 1.5em;
        color: #fff;
        font-weight: 800;
    }
    #topo-pag-curso-new-grad h1 {
        font-size: 1.8rem;
    }
    .form-cta-pag-curso h2 {
        font-size: 1rem;
    }
    .titulo-dobra {
        font-size: 1.8rem;
    }
    #pag-curso-new-grad-dobra-8 .btn-cta-pink {
        padding: 1rem;
    }
    #pag-curso-new-grad-fixed-bar .btn-cta-pink {
        padding: 1rem 1rem;
    }
    #grad-new-depoimentos-y h2 {
        font-size: 1.4rem;
        position: relative;
    }
    #pag-curso-new-grad-vantagens h2 {
        font-size: 1.5rem;
        position: relative;
    }
    #pag-curso-new-grad-dobra-6 h2, #pag-curso-new-grad-dobra-8 h2 {
        font-size: 1.3rem;
        position: relative;
    }
    #pag-curso-new-grad-fixed-bar .btn-cta-pink {
        padding: 0.3rem;
    }
    .navbar-brand {
        margin-right: 0rem;
    }
    #pag-curso-new-grad-fixed-bar {
        background-color: #fafafa;
        padding: 0.5rem;
    }
    #pag-new-grad-fixed-bar .busca-home .form-control {
        font-size: 12px !important;
        padding-right: 42px;
    }
    #pag-new-grad-fixed-bar .busca-home .btn-busca-home {
        margin-right: -30px;
        font-size: 13px;
    }
}

@media (max-width: 667px) {
    .accordion-button {
        font-size: 0.9rem;
    }
}

#pag-curso-new-grad-metodos h2{
    font-size: 2.5rem;
}

/* Inicio modal's */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 80vh;
    overflow-y: auto;
}
.modal-body-video{
    height: 400px;
    overflow-y: auto;
}
.modal-body-pre{
    overflow-y: auto;
    padding: 1rem 1rem 1rem 0.5rem;
}
.modal .enviar-grad {
    background-color: #ea3769;
    color: #fff;
    border-radius: 50px 50px;
    margin-bottom: 1.1rem;
}
.modal .enviar-grad:hover {
    background-color: #ff0047;
}
.aceito {
    margin-top: 5px!important;
    padding: 0.5rem 0rem!important;
    /*background: rgb(0 0 0 / 60%)!important;*/
    /* border-radius: 50px!important; */
}
/* fim modal's */

#busca-principal-home {
    background-color: transparent;
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    z-index: 1020;
}

/* inicio accordeon pÃ¡g. cursos */
.accordion-button:not(.collapsed) {
    color: #ea3769;
    background-color: #f2890008;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #f2890045;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(242 137 0 / 20%);
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-radius: 5px;
}
.accordion-flush .accordion-button {
    border-radius: 5px;
}
.dropdown-menu {
    z-index: 9999;
}
/* fim accordeon pÃ¡g. cursos */

/* Inicio tabela da grade curricular */
.table-bordered>:not(caption)>* {
    border-width: 1px 0;
    background: #d3d6da26;
    color: #212529;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #ebecec;
    color: #212529;
}
.table>thead {
    vertical-align: bottom;
    background: #eee;
}
/* Fim tabela da grade curricular */

.dropdown-menu {
    padding: 1rem 0rem 1rem 1rem;
}

#modal-aniversario-15-anos .aceito {
    margin-top: 5px!important;
    padding: 0.5rem 0rem!important;
    background: rgb(255 255 255)!important;
    /* border-radius: 50px!important; */
}

.selo-direito-pre-lancamento{
    margin-bottom: -3rem;
    margin-top: -3rem;
    float: right;
}

.selo5-mec{
    margin-bottom: -4rem;
    margin-top: -3rem;
    float: right;
}

.cont-cert{
    margin-left: -1.5rem;;
}

.selo-ultimas-turmas{
    margin-right: 12rem;
    margin-top: -2rem;
    float: right;
}

@media (max-width: 570px) {
    .selo-ultimas-turmas {
        margin-right: 0rem;
        margin-top: 0rem;
        float: right;
    }
    #icone-certificacao{
        max-height: 75px;!important;
        max-width: 75px;!important;
    }

}

.selo-ultimas-turmas-fixed-bar {
    margin-right: 15rem;
    margin-top: -0.5rem;
    float: right;
    width: 6rem;
}
@media (max-width: 570px) {
    .selo-ultimas-turmas-fixed-bar {
        margin-right: 0rem;
        margin-top: -5.5rem;
        float: right;
        width: 4.5rem;
    }
}
@media (max-width: 570px) {
    .selo-direito-pre-lancamento{
        margin-top: -7rem;
        float: right;
        width: 11rem;
        padding-left: 5rem;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .selo5-mec{

        margin: 0rem;
    }

    .direito-pre-lancamento h1 {
        font-size: 2.8rem!important;
    }
    .box-formulario-busca h3 {
        font-size: 1.2rem;
        padding: 1rem;
    }
    #allgraduacao-fixo {
        padding: 0rem 1rem 0rem 1rem;
    }
    #grad-new-fy-cta .lista-atributos {
        padding: 0rem;
    }
}
#pag-curso-faq{
    border-radius: 20px;
    margin-bottom: 3rem;
}

.link-curso-info{
    display: contents;
    text-decoration: none;
}

.link-curso-info:hover{
    display: contents;
    text-decoration: none;
}

.img-fluid-new-home {
    max-width: 70%;
    margin-top: -1.5rem;
}
@media (max-width: 570px) {
    .img-fluid-new-home {
        max-width: 100%;
    }
}

#carouselAtributosGraduacao .box-carousel {
    background-color: transparent;
    border-radius: 20px;
    margin-top: 1.5rem;
}

@media (max-width: 768px){
    #grad-new-fy-cta {
        display: none;
    }

    .form-cta-pag-curso{
        /* background-color: #fafafa;*/
        border-radius: 30px;
        padding: 2.5rem 1.5rem;
        margin: 0;
    }

}

@media (min-width: 768px) {
    #atributos-carousel-mobile{
        display: none;
    }
}

#carouselAtributosGraduacao{
    text-align: center;
}

#atributos-carousel-mobile .owl-prev{
    background-color: transparent!important;
    color: #f28900!important;
    border: none!important;
    width: 0rem;
    font-size: 5rem!important;
    position: relative!important;
    margin-top: -9.5rem!important;
    float: left!important;
}

#atributos-carousel-mobile .owl-next{
    background-color: transparent!important;
    color: #f28900!important;
    border: none!important;
    width: 0rem!important;
    font-size: 5rem!important;
    position: relative!important;
    margin-top: 1.2rem!important;
    float: right!important;
    display: block;
}

.depoimentos-videos-grad{
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.depoimentos-videos-grad iframe{
    border-radius: 1rem;
}

.depoimento-video-grad-titulo{
    padding-top: 1rem;
}

.depoimento-video-grad-titulo p{
    text-align: center;
    color: white;
}

@media (max-width: 570px) {
    .depoimentos-videos-grad iframe {
        width: 350px;
        height: 180px;
        margin-bottom: 1rem;
    }
    .depoimento-video-grad-titulo{
        display:none;
    }
}

.destaque-black {
    color: #ef3b8d;
}

.navbar-light .navbar-nav .nav-link.show{
    color: rgb(255 255 255);
}

.font-w600{
    font-weight: 600;
}

.grad-atributos-home{
    padding: 1rem 3rem 1rem 3rem;
}

.grad-row-atributos-home{
    align-items: center;
    justify-content: center;
}

#curso-info-direito{
    background: #f28900!important;
}

#curso-info-direito:hover{
    background: #bf6c00!important;
}

#curso-info-direito p{
    color: #fff!important;
}
.celo-curso-info-direito {
    position: absolute;
    margin-top: -0.2rem;
    width: 6.5rem;
    margin-left: 11rem;
}

@media (max-width: 575.98px) {
    .celo-curso-info-direito {
        position: absolute;
        margin-top: 1.3rem;
        width: 5.5rem;
        margin-left: 9rem;
    }
}

.destaque-contador {
    color: #6A103E;
}

#clockdiv > div {
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.headline-contador {
    font-size: 16px;
}

.headline-bg {
    padding: 1rem;
}

#clockdiv > div {
    border-radius: 12px!important;
    background: #ffffff!important;
    display: inline-block!important;
    width: 4.7rem!important;
}

#clockdiv div > span{
    border-radius: 3px!important;
    color: #e82058!important;
    font-weight: 500!important;
}

.smalltext{
    padding-top: 0px!important;
    font-size: 12px!important;
    color: #e82058!important;
    font-weight: 700!important;
    border-radius: 0 0 0.5rem 0.5rem!important;
}
/* Campanha jan */
#grad-new-topo {
    background-size: cover;
    min-height: inherit;
    z-index: 9;
    /*background: linear-gradient(-60deg, rgba(232,32,88,1) 2%, rgba(232,32,88,1) 38%, rgba(242,137,0,1) 60%);*/
    background: white;
}
@media screen and (max-width: 767px) {
    #grad-new-topo {
        background: #ffffff ;
        background-size: cover;
        z-index: 9;
    }
}

#cabecalho-new-grad-interno .navbar-light .navbar-nav .nav-link.show {
    color: rgb(237 70 54);
}

.img-novo-ano-novos-cursos img{
    float: right;
    width: 12rem;
    margin-top: -10rem;
}

@media (max-width: 767px) {
    .img-novo-ano-novos-cursos img {
        display: none;
    }
}

@media (max-width: 767px) {
    #topo-pag-curso-new-grad{
        background: url("../img/graduacao-2021/banner-neutro-mobile.webp") no-repeat!important;
        background-size: cover!important;
    }
}

.nav-novos-cursos-info{
    background: #eb3a42;
    padding: 0rem 0.3rem 0 0.3rem;
    margin-left: 11.2rem;
    border-radius: 0.4rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    margin-top: -3.5rem;
    position: absolute;
}
.form-gra-fy{
    position: relative;
    float: right;
    top: -40rem;
    z-index: 9;
    padding: 4rem;
}

.banner-gra-fy{
    height: 100vh;
    background: url(../img/graduacao/bgpromojan.webp) no-repeat right;
    background-size: cover;
    min-height: inherit;
}
@media (max-width: 767px) {
    .banner-gra-fy {
        height: auto;
        background: url(../img/graduacao/bgultimachance.webp) no-repeat right;
        background-size: cover;
        min-height: inherit;
    }
}

.banner-gra-fy-2{
    height: 100vh;
    background: url(../img/banners/new-id-bg-home.webp) no-repeat left;
    background-size: cover;
    min-height: inherit;
}

@media (max-width: 767px) {
    .banner-gra-fy-2 {
        background: url(../img/banners/new-id-bg-home.webp) no-repeat left;
        background-size: cover;
        min-height: inherit;
        display: flex!important;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-evenly;
        align-items: stretch;
        height: 70vh;
    }
}

.banner-graduacao{
    margin-left: 0px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border-radius: 0.5rem;
    border: none;
    font: inherit;
    left: inherit;
    bottom: inherit;
    position: absolute;
    background: #ed542c00;
    width: inherit;
    margin: -15rem 2rem 2rem 2rem;
    padding: 1rem!important;
    color: #fff!important;
}

#quem-confia .owl-carousel .owl-nav button.owl-next, #quem-confia .owl-carousel .owl-nav button.owl-prev, #quem-confia .owl-carousel button.owl-dot {
    border-radius: 0.2rem;
    border: none;
    font: inherit;
    bottom: inherit;
    background: #f2890000;
    width: 3rem;
    margin: -10rem 2rem 0rem 0rem;
    color: #5f002f!important;
    font-size: 3rem!important;
}
.owl-carousel .owl-nav button.owl-next {
    margin-right: 5rem!important;
}

.owl-dot{
    display:none!important;
}

.col-form-gra-fy{
    background: #620447;
    padding: 2rem 3rem 2rem 3rem;
}

@media (max-width: 767px) {
    .col-form-gra-fy {
        padding: 0rem 2rem 0rem 2rem;
        z-index: 1;
    }
}

#banners-gra-fy{
    padding-right: 0px;
    padding-left: 0px;
}

.banners-col-md-8{
    padding: 2rem 0rem 2rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #5f002f;
}

.bg-banner-owl-carousel{
    background: #5f002f;
}

.d-flex{
    display: flex;
}

.d-flex-end{
    display: flex;
    justify-content: flex-end;
}

.d-flex-center{
    display: flex;
    justify-content: center;
}
.container-d-flex{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.owl-carousel .owl-nav .owl-next {
    right: -47px;
    top: -10rem;
}
.owl-carousel .owl-nav .owl-prev {
    top: -10rem;
}

@media (max-width: 767px) {
    #grad-new-topo .navbar-collapse {
        background: rgba(247, 247, 247, 0.98);
        border-radius: 0.4rem;
        padding: 1.8rem;
        margin-top: -6px;
    }
}
@media (max-width: 767px) {
    .close-balloon{
        display: none !important;
    }
    .balloon{
        display: none !important;
    }
}


@media (max-width: 768px) {
    .btn-contact-float{
        display: none;
    }
    .balloon-content{
        display: none;
    }
    .close-balloon{
        display: none;
    }
    .balloon{
        display: none;
    }
}


@media (min-width: 768px) {
    #footer-grad{
        display: none;
    }
}

@media (max-width: 768px){
    #footer-grad {
        position: fixed;
        height: 75px;
        background-color: #f5f5f5;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin-bottom: 0px;
        z-index: 99999999;
        display: grid;
    }

    #footer-grad p {
        color: #343434;
        font-weight: 500;
        font-size: 0.9rem;
    }

    .footer-d-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
        border: 1px solid;
        border-left: hidden;
        border-right: hidden;
        border-top: outset;
    }

    .footer-right {
        float: right;
    }

    .footer-left {
        float: left;
    }

    .footer-gra-d-flex-collumn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.footer-right button{
    border: none;
    background: transparent;
}

#pag-curso-new-grad-infos-curso .itens img {
    border-radius: 1rem;
}
@media (max-width: 800px) {
    .img-home-gra {
        display: none!important;
    }
    .fs-5{
        font-size: 1rem!important;
    }
}

@media (max-width: 800px) {
    #grad-new-secao-5 .nav-novos-cursos-info {
        top: 0!important;
        margin-top: 1!important;
    }
}
.barrapesq-grad-curso{
    background: #ea3769!important;
    border-radius: 1rem!important;
    top:0;
    margin-top: 1rem;
    position: sticky;
    z-index: 1020;
    padding: 0;

}

@media(max-width:768px) {
    .barrapesq-grad-curso{
        display: none;
    }
    .falar-consultor-barra {
        display: none;
    }

    #busca-principal-home{
        position: inherit;
    }
}

.barrapesq-graduacaoindex{
    background: #ef6101!important;
    border-radius: 1rem!important;
    margin-top:-7px;

}

@media(min-width:481px) and (max-width:767.9px) {
    .barrapesq-graduacaoindex{
        max-width: 516px ;
        justify-content: center;
        background: #ef6101!important;
        border-radius: 1rem!important;
        margin:-7px 0px 0px 0px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .barrapesq-graduacaoindex{
        max-width: 564px ;
        margin:-7px 0px 0px 94px;
    }
}

@media(max-width:480px) {
    .barrapesq-graduacaoindex {
        background: #ef6101 !important;
        border-radius: 1rem !important;
        margin-top: -7px;
    }
}
