    /* CSS LISTAGEM DE CURSOS DE PÓS-GRADUAÇÃO */
    
    a,
    a:hover,
    a:active,
    a:focus,
    a:visited {
        text-decoration: none;
        color: inherit;
    }
    
    .banner-topo-pos {
        background-image: url('https://www.uniritter.edu.br/modules-cms/graduacao/dist/img/banner-pos-redesign.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 450px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .banner-topo-pos h1 {
        color: #ffffff;
        font-weight: 300;
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 0;
        letter-spacing: 5px;
        text-transform: uppercase;
    }
    
    .banner-topo-pos h2 {
        color: #ffffff;
        font-weight: 700;
        font-size: 45px;
        line-height: 48px;
        margin-bottom: 40px;
        margin-top: 5px;
        letter-spacing: 5px;
        text-transform: uppercase;
    }
    
    .banner-topo-pos .d-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }
    
    .banner-topo-pos .box-campo-select {
        width: calc((100%/3) - 10px);
        margin: 5px;
        padding: 5px;
    }
    
    .banner-topo-pos .box-campo-select span {
        display: block;
        width: 100%;
        padding: 0 10px;
        text-align: left;
        color: #ffffff;
        font-weight: bold;
        text-align: left;
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 20px;
    }
    
    .banner-topo-pos .box-select {
        width: 100%;
        margin-top: 5px;
        background-color: #ffffff;
        height: 60px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    
    .banner-topo-pos select {
        margin-bottom: 0;
        width: 100%;
        padding: 5px 35px 5px 5px;
        height: 60px;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url('https://www.uniritter.edu.br/modules-cms/graduacao/dist/img/arrow_down_black.png') 95%/7% no-repeat;
        font-size: 20px;
        line-height: 25px;
        padding: 15px 20px;
        font-weight: bold;
        color: #e1e1e1;
    }
    
    .banner-topo-pos select.active {
        color: #000000;
        font-weight: 900;
    }
    
    .banner-topo-pos select option {
        color: #000000;
    }
    
    .banner-topo-pos .container {
        max-width: 980px;
    }
    
    .box-lista-cursos {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        width: 100%;
        list-style-type: none;
    }
    
    .box-lista-cursos.cursos-destaque {
        margin-top: 80px;
    }
    
    .box-lista-cursos .box-curso-pos {
        width: calc((100%/4) - 20px);
        border: 1px solid #dcdcdc;
        margin: 0 10px 40px 10px;
        background-color: #f6f6f6;
        position: relative;
        padding-bottom: 10px;
    }
    
    .box-lista-cursos .box-curso-pos a,
    .box-lista-cursos .box-curso-pos a:hover,
    .box-lista-cursos .box-curso-pos a:focus,
    .box-lista-cursos .box-curso-pos a:active,
    .box-lista-cursos .box-curso-pos a:visited {
        color: inherit;
        text-decoration: none;
    }
    
    .box-lista-cursos .box-curso-pos .box-img-curso {
        width: 100%;
        height: 100px;
        background-image: url('https://www.uniritter.edu.br/modules-cms/graduacao/dist/img/background.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .box-lista-cursos .box-curso-pos h4 {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        margin: 20px 0;
        width: 100%;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 70px;
    }
    
    .box-lista-cursos .box-curso-pos hr {
        border: 1px solid #eeeeee;
        width: calc(100% - 60px);
        padding: 0 10px;
        margin: 10px auto;
    }
    
    .box-lista-cursos .box-curso-pos ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style-type: none;
        padding-left: 0;
        width: 100%;
    }
    
    .box-lista-cursos .box-curso-pos ul li {
        height: 30px;
        width: 100%;
        font-size: 11px;
        line-height: 15px;
        font-weight: bold;
        border-right: 1px solid transparent;
        padding: 0 2px;
    }
    
    .box-lista-cursos .box-curso-pos ul li.campus-no-iguatemi {
        border-top: 5px solid #ff861f;
        color: #ff861f;
    }
    
    .box-lista-cursos .box-curso-pos ul li.campus-fapa {
        border-top: 5px solid #00727d;
        color: #00727d;
    }
    
    .box-lista-cursos .box-curso-pos ul li.campus-zona-sul {
        border-top: 5px solid #ff3946;
        color: #ff3946;
    }
    
    .box-lista-cursos .box-curso-pos ul li.campus-canoas {
        border-top: 5px solid #0e8335;
        color: #0e8335;
    }
    
    .box-lista-cursos .box-curso-pos p {
        width: 100%;
        color: #000;
        font-weight: 800;
        padding: 0 10px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    
    .box-lista-cursos .box-curso-pos p b {
        font-weight: 900;
    }
    
    .box-lista-cursos .box-curso-pos p h6 {
        color: #1aabd8;
        margin: 0;
        padding: 0;
    }
    
    .box-lista-cursos .box-curso-pos p span {
        color: #989795;
    }
    
    .box-lista-cursos .box-curso-pos .box-efeito {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 12px;
        right: 12px;
        border: 1px solid #a9a9a9;
        opacity: .4;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }
    
    .box-lista-cursos .box-curso-pos .box-efeito:before {
        font-family: 'Glyphicons Halflings';
        content: '\e258';
        width: 15px;
        height: 15px;
        color: #a9a9a9;
        font-size: 19px;
        margin-left: 5px;
    }
    /* CSS PÁGINA DE DETALHES DOS CURSOS DE PÓS-GRADUAÇÃO */
    
    .banner-topo-pagina-detalhes-pos {
        width: 100%;
        height: 350px;
        background-color: #f9f5f4;
        position: relative;
    }
    
    .banner-topo-pagina-detalhes-pos::after {
        position: absolute;
        content: '';
        background-color: #c62421;
        height: 100%;
        width: 50%;
        top: 0;
        left: -40px;
        z-index: 2;
        transform: skew(10deg);
        -webkit-transform: skew(10deg);
        -moz-transform: skew(10deg);
    }
    
    .banner-topo-pagina-detalhes-pos .container {
        /* width: 90%;
    max-width: 90%; */
        position: absolute;
        right: 0;
        left: 0;
        top: 40px;
        margin: 0 auto;
        display: flex;
        z-index: 5;
    }
    
    .banner-topo-pagina-detalhes-pos .container .bloco-dados-topo {
        padding: 0;
        padding-right: 30px;
        width: 50%;
    }
    
    .banner-topo-pagina-detalhes-pos .container .bloco-dados-topo h1 {
        color: #ffffff;
        font-weight: 600;
        font-size: 45px;
        line-height: 45px;
        margin: 40px 0 0 0;
    }
    
    .banner-topo-pagina-detalhes-pos .container .bloco-dados-topo h5 {
        color: #fff;
        width: 15rem;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        margin: 0;
        text-decoration: none;
        padding: 3px 0;
        border-radius: 10px;
        background-color: #9E292D;
        text-align: center;
    }
    
    .bloco-dados-topo .d-flex {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .btn-padrao-pos,
    .btn-padrao-pos:focus,
    .btn-padrao-pos:active,
    .btn-padrao-pos:hover {
        font-size: 14px;
        line-height: 16px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        width: 200px;
        height: 50px;
        margin: 0;
        padding: 0 20px;
        text-align: center;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .btn-red-topo {
        background-color: #d62d32;
    }
    
    .btn-red-detalhes {
        background-color: #c62421;
    }
    
    .btn-no-radius {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    
    .pad-top-0 {
        padding-top: 0 !important;
    }
    
    .pad-bottom-0 {
        padding-bottom: 0 !important;
    }
    
    .color-blue {
        color: #008eca !important;
    }
    
    .bg-gray-light {
        background-color: #f7f7f7;
    }
    
    .bg-white {
        background-color: #ffffff;
    }
    
    .bg-gray {
        background-color: #efefef;
    }
    
    .bg-dark-gray-light {
        background-color: #f6f4f5;
    }
    
    .bloco-dados-topo .box-dados-campus {
        width: 450px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
    }
    
    .bloco-dados-topo .box-dados-campus h4 {
        color: #272324;
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
        margin: 0 auto 20px 0;
        text-align: center;
        width: 100%;
    }
    
    .mb-0 {
        margin-bottom: 0 !important;
    }
    
    .bloco-dados-topo .box-dados-campus h4 span {
        font-weight: bold;
    }
    
    .bloco-dados-topo .box-dados-campus .bg-white {
        background-color: #ffffff;
        width: 100%;
        padding: 40px;
        margin-bottom: 30px;
    }
    
    .bloco-dados-topo .box-dados-campus ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style-type: none;
        padding-left: 0;
        width: 100%;
    }
    
    .bloco-dados-topo .box-dados-campus ul li {
        height: 30px;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        border: 1px solid #ffffff;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    
    .bloco-dados-topo .box-dados-campus ul li hr {
        width: 100%;
        border-top: 7px solid transparent;
        border: 0;
        margin: 0 0 5px 0;
        padding: 0;
    }
    
    .bloco-dados-topo .box-dados-campus ul li.iguatemi hr {
        border-top: 7px solid #ff861f;
    }
    
    .bloco-dados-topo .box-dados-campus ul li.iguatemi span {
        color: #ff861f;
    }
    
    .bloco-dados-topo .box-dados-campus ul li.fapa hr {
        border-top: 7px solid #00727d;
    }
    
    .bloco-dados-topo .box-dados-campus ul li.fapa span {
        color: #00727d;
    }
    
    .bloco-dados-topo .box-dados-campus ul li.zonasul hr {
        border-top: 7px solid #ff3946;
    }
    
    .bloco-dados-topo .box-dados-campus ul li.zonasul span {
        color: #ff3946;
    }
    
    .bloco-dados-topo .box-dados-campus ul li.canoas hr {
        border-top: 7px solid #0e8335;
    }
    
    .bloco-dados-topo .box-dados-campus ul li.canoas span {
        color: #0e8335;
    }
    
    .btn-inscreva-se,
    .btn-inscreva-se:hover,
    .btn-inscreva-se:active,
    .btn-inscreva-se:focus,
    .btn-inscreva-se:visited {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 220px;
        height: 50px;
        font-size: 16px;
        line-height: 18px;
        text-transform: uppercase;
        color: #fff;
        background-color: #00c57e;
    }
    
    .tab-btn-mais-info-pos {
        background-color: #605e5f;
        padding: 20px;
    }
    
    .tab-btn-mais-info-pos .btn-padrao-pos {
        width: 350px;
        font-size: 18px;
        line-height: 20px;
        float: right;
    }
    
    .tab-btn-mais-info-pos ul {
        list-style-type: none;
        float: left;
        margin-top: 5px;
    }
    
    .tab-btn-mais-info-pos ul li {
        padding: 15px 50px;
        border-right: 1px solid #817f80;
    }
    
    .tab-btn-mais-info-pos ul li:first-child {
        padding-left: 0;
    }
    
    .tab-btn-mais-info-pos ul li:last-child {
        border-right: 0;
    }
    
    .tab-btn-mais-info-pos .nav-tabs {
        border: 0;
    }
    
    .tab-btn-mais-info-pos .nav-tabs>li>a,
    .tab-btn-mais-info-pos .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        background-color: transparent;
        color: #ffffff !important;
        padding: 0;
        font-size: 17px;
        line-height: 20px;
        text-align: center;
        border: 0;
        text-transform: none;
        font-weight: 500;
    }
    
    .tab-btn-mais-info-pos .nav-tabs a:hover {
        color: #817f80 !important;
        background-image: none;
        font-weight: 500;
    }
    
    .tabs-detalhes-curso-pos {
        padding: 0;
    }
    
    .tabs-detalhes-curso-pos .tab-content {
        display: flex;
        margin-top: 0;
        width: 100%;
    }
    
    .tabs-detalhes-curso-pos .tab-content>.tab-pane {
        width: 100%;
    }
    
    .tabs-detalhes-curso-pos .tab-content .container.d-flex {
        display: flex;
        padding: 15px 15px;
    }
    
    .tabs-detalhes-curso-pos .tab-content .box-conteudo-textos {
        width: calc(100% - 350px);
        padding-right: 200px;
    }
    
    .width-100 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    
    .tabs-detalhes-curso-pos .tab-content .box-sidebar {
        width: 350px;
    }
    
    .tabs-detalhes-curso-pos .tab-content .box-textos {
        margin: 0 0 80px 0;
    }
    
    .box-estrutura-curricular {
        margin: 0 !important;
    }
    
    .tabs-detalhes-curso-pos .tab-content .box-textos h4 {
        font-weight: bold;
        font-size: 28px;
        line-height: 35px;
        padding: 5px 0 5px 15px;
        border-left: 7px solid #c62421;
        text-align: left;
        margin-bottom: 20px;
    }
    
    .tabs-detalhes-curso-pos .tab-content .box-textos p {
        font-size: 15px;
        line-height: 25px;
        margin: 10px 0 30px 0;
    }
    
    .box-conteudo-preco-curso {
        background-color: #c62421;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 12px;
    }
    
    .box-conteudo-preco-curso .preco-curso {
        display: flex;
        flex-direction: column;
        color: #fff;
        text-align: center;
    }
    
    .box-conteudo-preco-curso .preco-curso span {
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }
    
    .box-conteudo-preco-curso .preco-curso h1,
    .box-conteudo-preco-curso .preco-curso h2,
    .box-conteudo-preco-curso .preco-curso h3,
    .box-conteudo-preco-curso .preco-curso h4 {
        font-weight: bold;
        text-align: center;
        font-size: 75px;
        line-height: 70px;
        margin: 0 auto;
    }
    
    .box-conteudo-preco-curso .preco-curso b {
        font-weight: bold;
        text-align: center;
        font-size: 18px;
        line-height: 20px;
    }
    
    .box-conteudo-preco-curso .box-saiba-mais-preco {
        background-color: #ffffff;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 15px;
    }
    
    .box-conteudo-preco-curso .box-saiba-mais-preco ul {
        display: flex;
        margin: 0 auto;
        list-style-type: none;
        padding-left: 0;
        width: 100%;
        justify-content: space-around;
    }
    
    .box-conteudo-preco-curso .box-saiba-mais-preco ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 7px;
    }
    
    .box-conteudo-preco-curso .box-saiba-mais-preco ul li hr {
        height: 50px;
        background-color: #c62421;
        width: 1px;
    }
    
    .box-conteudo-preco-curso .box-saiba-mais-preco ul li span {
        font-weight: bold;
        text-align: center;
        font-size: 13px;
        line-height: 15px;
    }
    
    .box-conteudo-preco-curso .texto-preco-curso {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin: 5px 0;
    }
    
    .box-conteudo-preco-curso .texto-preco-curso h4 {
        font-weight: bold;
        text-align: center;
        color: #c62421;
        font-size: 40px;
        line-height: 35px;
        margin: 0 auto;
    }
    
    .box-conteudo-preco-curso .texto-preco-curso i {
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        color: #c62421;
        margin-right: 2px;
        font-style: normal
    }
    
    .box-conteudo-preco-curso .box-saiba-mais-preco ul li b {
        font-weight: bold;
        text-align: center;
        font-size: 17px;
        line-height: 17px;
    }
    
    .box-conteudo-preco-curso .box-saiba-mais-preco ul li a.btn-padrao-pos {
        width: 100%;
        height: 40px;
        width: 100%;
        height: 35px;
        padding: 0 12px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    
    .box-sidebar .lista-info-campus {
        margin-top: 0;
        width: 100%;
        padding: 40px;
        background-color: #ffffff;
    }
    
    .box-sidebar .lista-info-campus h4 {
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .box-sidebar .lista-info-campus h4 span {
        display: block;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }
    
    .box-sidebar .lista-info-campus ul {
        list-style-type: none;
        padding-left: 0;
        width: 100%;
    }
    
    .box-sidebar .lista-info-campus ul li {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .box-sidebar .lista-info-campus ul li p {
        font-size: 12px;
        line-height: 16px;
        text-align: left;
        margin-bottom: 5px;
    }
    
    .box-sidebar .lista-info-campus ul li p strong {
        font-weight: 900;
    }
    
    .box-sidebar .lista-info-campus ul li>div {
        position: relative;
    }
    
    .box-sidebar .lista-info-campus ul li a.btn-padrao-pos {
        position: absolute;
        width: 40%;
        top: 0;
        right: 0;
        height: 35px;
        font-size: 15px;
        line-height: 15px;
        padding: 0;
        margin-top: 7px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    
    .box-sidebar .lista-info-campus ul li hr {
        width: 100%;
        margin: 0 0 5px 0;
    }
    
    .box-sidebar .lista-info-campus ul li h5 {
        font-size: 17px;
        line-height: 18px;
        width: 100%;
        margin: 15px 0 10px 0;
        font-weight: bold;
    }
    
    .box-sidebar .lista-info-campus ul li.zonasul hr {
        border-top: 4px solid #c62421;
    }
    
    .box-sidebar .lista-info-campus ul li.zonasul h5 {
        color: #c62421;
    }
    
    .box-sidebar .lista-info-campus ul li.zonasul a.btn-padrao-pos {
        background-color: #c62421;
    }
    
    .box-sidebar .lista-info-campus ul li.iguatemi hr {
        border-top: 4px solid #ff851e;
    }
    
    .box-sidebar .lista-info-campus ul li.iguatemi h5 {
        color: #ff851e;
    }
    
    .box-sidebar .lista-info-campus ul li.iguatemi a.btn-padrao-pos {
        background-color: #ff851e;
    }
    
    .box-sidebar .lista-info-campus ul li.fapa hr {
        border-top: 4px solid #01717d;
    }
    
    .box-sidebar .lista-info-campus ul li.fapa h5 {
        color: #01717d;
    }
    
    .box-sidebar .lista-info-campus ul li.fapa a.btn-padrao-pos {
        background-color: #01717d;
    }
    
    .box-sidebar .lista-info-campus ul li.canoas hr {
        border-top: 4px solid #0e8335;
    }
    
    .box-sidebar .lista-info-campus ul li.canoas h5 {
        color: #0e8335;
    }
    
    .box-sidebar .lista-info-campus ul li.canoas a.btn-padrao-pos {
        background-color: #0e8335;
    }
    
    .box-sidebar .box-slider-form {
        background-color: #c62421;
        width: 100%;
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }
    
    .box-sidebar .box-slider-form a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .box-sidebar .box-slider-form h5 {
        font-size: 18px;
        line-height: 20px;
        color: #ffffff;
        margin: 0;
        font-weight: 300;
    }
    
    .box-sidebar .box-slider-form h5 span {
        font-weight: bold;
    }
    
    .box-sidebar .box-slider-form i {
        color: #ffffff;
        font-size: 22px;
    }
    
    .box-egresso {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    .box-egresso h4 {
        width: 100%;
        text-align: left;
    }
    
    .box-egresso ul {
        padding-left: 0;
        margin-bottom: 0;
        width: auto;
        max-width: 100%;
        margin: 80px auto 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    
    .box-egresso ul li {
        float: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        margin-bottom: 40px;
        padding: 0 20px;
        min-width: 300px;
        max-width: 350px;
        height: 200px;
        overflow: inherit;
    }
    
    .box-egresso ul li figure {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .box-egresso ul li img {
        max-width: 100%;
        margin: 0;
    }
    
    .box-egresso ul li p {
        color: #000000;
        font-size: 18px;
        line-height: 20px;
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    
    .box-formas-ingresso {
        position: relative;
        width: 100%;
        border: 4px solid #f74b59;
        z-index: 1;
        margin-top: 40px;
        height: 130px;
        display: flex;
        flex-direction: column;
    }
    
    .box-formas-ingresso p {
        color: #3e3c3d;
        font-size: 15px;
        line-height: 18px;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    
    .box-formas-ingresso h6,
    .box-formas-ingresso h5,
    .box-formas-ingresso h4,
    .box-formas-ingresso h3 {
        color: #6f6f6f;
        font-size: 20px;
        line-height: 25px;
        width: 650px;
        text-align: center;
        margin: -15px auto 0 auto;
        background-color: #ffffff;
        padding: 0;
        font-weight: 600;
    }
    
    .box-formas-ingresso ul {
        padding-left: 0;
        margin-bottom: 0;
        width: auto;
        max-width: 90%;
        margin: 50px auto 0 auto;
        display: block;
    }
    
    .box-formas-ingresso ul li {
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 30px;
        padding: 20px;
        min-width: 190px;
        max-width: 190px;
        height: 130px;
        border: 4px solid #f74b59;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        background-color: #ffffff;
        color: #5a5a5a;
        font-weight: 700;
    }
    
    .box-formas-ingresso span {
        color: #3e3c3d;
        font-size: 14px;
        line-height: 25px;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    
    .box-formas-ingresso ul li p {
        margin: 0 !important;
        padding: 0;
    }
    
    .html-box-form-duvidas {
        display: none;
    }
    
    .box-formulario-duvidas {
        margin: 50px auto;
        -webkit-box-shadow: 1px -1px 23px -11px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 1px -1px 23px -11px rgba(0, 0, 0, 0.75);
        box-shadow: 1px -1px 23px -11px rgba(0, 0, 0, 0.75);
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    
    .box-formulario-duvidas form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .box-formulario-duvidas .box-texto-form h5 {
        font-size: 20px;
        line-height: 25px;
        color: #1c1a1b;
        text-align: left;
    }
    
    .box-formulario-duvidas .box-texto-form h5 span {
        font-weight: bold;
        color: #c42522;
        display: block;
    }
    
    .box-formulario-duvidas .box-campos-form {
        width: calc(100% - 450px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 10px;
    }
    
    .box-formulario-duvidas .box-campos-form .campos-form {
        width: calc((100%/3) - 10px);
        margin-bottom: 5px;
    }
    
    .box-formulario-duvidas .box-campos-form .campos-form.w-100 {
        width: 100%;
    }
    
    .box-formulario-duvidas .box-campos-form .campos-form span {
        font-weight: bold;
        color: #1a1819;
        text-align: left;
    }
    
    .box-formulario-duvidas .box-texto-form .btn-padrao-pos {
        width: 200px;
        height: 130px;
        font-size: 24px;
        line-height: 24px;
        padding: 40px;
        font-weight: 300;
        border: 0;
    }
    
    .box-formulario-duvidas .msg-form-sucesso {
        text-align: center;
        color: #0a754e;
        font-weight: bold;
        margin: 10px auto;
        display: none;
    }
    
    .box-formulario-duvidas .form-control {
        border: 0;
        background-color: #f7f7f7;
        padding: 10px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        font-size: 15px;
        line-height: 18px;
        height: 45px;
    }
    
    .box-formulario-duvidas label.error {
        color: red;
        margin-left: 5px;
        font-size: 12px;
    }
    
    .box-formulario-duvidas .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #d4d4d4;
        font-weight: bold;
    }
    
    .box-formulario-duvidas .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #d4d4d4;
        font-weight: bold;
    }
    
    .box-formulario-duvidas .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #d4d4d4;
        font-weight: bold;
    }
    
    .box-formulario-duvidas .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #d4d4d4;
        font-weight: bold;
    }
    
    [data-carousel="depoimentos-novo-pos"] {
        margin: 70px auto;
        width: 80%;
        max-width: 850px;
    }
    
    [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items {
        list-style: none;
        padding: 0 40px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        height: 250px;
    }
    
    [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items .box-foto-estudante {
        width: 40%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 100%;
        -webkit-box-shadow: -1px 4px 38px -22px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px 4px 38px -22px rgba(0, 0, 0, 0.75);
        box-shadow: -1px 4px 38px -22px rgba(0, 0, 0, 0.75);
    }
    
    [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items .box-texto-estudante {
        width: calc(60% - 50px);
        height: 100%;
        position: relative;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        padding: 40px;
        font-weight: 300;
        margin-left: 50px;
    }
    
    [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items .box-texto-estudante h5 {
        color: #626262;
        font-size: 25px;
        line-height: 30px;
        font-style: italic;
        text-align: left;
        margin: 10px 0 0 0;
        font-weight: 350;
        overflow: hidden;
    }
    
    [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items .box-texto-estudante h6 {
        color: #626262;
        font-size: 13px;
        line-height: 15px;
        text-align: right;
        font-weight: bold;
    }
    
    [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items .box-texto-estudante .img-referencia {
        position: absolute;
        top: 20px;
        left: 0;
        width: auto;
    }
    
    [data-carousel="depoimentos-novo-pos"] .news-home-item {
        list-style: none;
        text-align: center;
        max-width: 80%;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
    }
    
    [data-carousel="depoimentos-novo-pos"] .news-home-items a {
        font-weight: bold;
        color: #9e1a24;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        text-align: center;
        text-decoration: none!important;
        width: 100%;
        padding: 0 20px;
    }
    
    [data-carousel="depoimentos-novo-pos"] .news-home-title {
        font-weight: bold;
        color: #9e1a24;
        position: relative;
        margin-bottom: 5px;
        text-align: center;
        text-decoration: underline;
        text-decoration-color: #e9d6d7;
        line-height: 1;
        font-size: 18px;
    }
    
    [data-carousel="depoimentos-novo-pos"] .news-home-description {
        font-weight: 400;
        color: #1e1e1e;
        text-align: center;
    }
    
    [data-carousel="depoimentos-novo-pos"] .owl-nav {
        height: 0;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
    }
    
    [data-carousel="depoimentos-novo-pos"] .owl-nav .owl-prev,
    [data-carousel="depoimentos-novo-pos"] .owl-nav .owl-next {
        position: absolute;
        color: transparent!important;
        background-color: transparent!important;
        top: 0;
        transform: translate(-50%, -50%);
        opacity: 1!important;
    }
    
    [data-carousel="depoimentos-novo-pos"] .owl-nav .owl-prev {
        left: 0;
    }
    
    [data-carousel="depoimentos-novo-pos"] .owl-nav .owl-next {
        right: 0;
    }
    
    [data-carousel="depoimentos-novo-pos"] .owl-nav .owl-prev:after,
    [data-carousel="depoimentos-novo-pos"] .owl-nav .owl-next:after {
        content: ' ';
        position: absolute;
        height: 20px;
        width: 20px;
    }
    
    [data-carousel="depoimentos-novo-pos"] .owl-nav .owl-prev:after {
        transform: rotate(-45deg);
        border-top: 3px solid #ff0028;
        border-left: 3px solid #ff0028;
    }
    
    [data-carousel="depoimentos-novo-pos"] .owl-nav .owl-next:after {
        transform: rotate(45deg);
        border-top: 3px solid #ff0028;
        border-right: 3px solid #ff0028;
    }
    
    .bloco-disciplinas {
        width: 100%;
    }
    
    .bloco-disciplinas .d-flex .box-header-disciplinas {
        font-size: 20px;
        line-height: 30px;
        padding: 5px 0 5px 15px;
        border-left: 3px solid #c62421;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .d-flex {
        display: flex;
    }
    
    .bloco-disciplinas-desktop {
        display: block;
    }
    
    .bloco-disciplinas .d-flex .box-header-disciplinas.box-titulo {
        width: 30%;
        font-weight: bold;
        color: #6f6f6f;
    }
    
    .bloco-disciplinas .d-flex .box-header-disciplinas.box-descricao {
        width: 70%;
        font-weight: bold;
        color: #6f6f6f;
    }
    
    .bloco-disciplinas ul li .box-dados-titulo {
        width: 30%;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        color: #6f6f6f;
    }
    
    .bloco-disciplinas ul li .box-dados-descricao {
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        font-weight: bold;
        color: #6f6f6f;
    }
    
    .bloco-disciplinas ul {
        padding-left: 0;
        list-style-type: none;
        width: 100%;
        margin: 10px 0;
        border: 1px solid #f3f1f2;
    }
    
    .bloco-disciplinas ul li {
        width: 100%;
        padding: 15px;
    }
    
    .bloco-disciplinas ul li:nth-child(odd) {
        background-color: #ffffff;
    }
    
    .bloco-disciplinas ul li:nth-child(even) {
        background-color: #fff3f3;
    }
    
    .bloco-disciplinas-mobile {
        display: none;
        width: 90%;
        margin: 0 auto;
    }
    
    .bloco-disciplinas-mobile .panel-heading .accordion-toggle:after {
        font-family: 'Glyphicons Halflings';
        content: '\e260';
        float: right;
        color: #4c4c4c;
    }
    
    .bloco-disciplinas-mobile .panel-heading .accordion-toggle.collapsed:after {
        content: '\e259';
    }
    
    .bloco-disciplinas-mobile .panel.panel-default {
        background-color: #efefef;
        border: 1px solid #adadad;
        margin-bottom: 20px;
    }
    
    .bloco-disciplinas-mobile .panel-default>.panel-heading {
        border-left: 1px solid transparent;
    }
    
    .bloco-disciplinas-mobile .panel-heading .panel-title a {
        padding: 15px;
        font-size: 18px !important;
        line-height: 22px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .bloco-disciplinas-mobile .panel-heading .panel-title a span {
        width: calc(100% - 50px);
        margin-right: 10px;
    }
    
    .bloco-disciplinas-mobile .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top-color: transparent;
        background-color: #fff;
        font-size: 13px;
        line-height: 20px;
    }
    
    .bloco-disciplinas-mobile .panel .panel-collapse {
        padding: 0;
    }
    
    .bloco-professores-curso {
        width: 85%;
        margin: 0 auto;
    }
    
    .bloco-professores-curso ul {
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        list-style-type: none;
    }
    
    .bloco-professores-curso ul li {
        width: calc((100%/2) - 30px);
        background-color: #ffffff;
        border: 1px solid #edebec;
        margin: 15px;
        height: 170px;
    }
    
    .bloco-professores-curso ul li .d-flex {
        margin: 15px;
        width: calc(100% - 20px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .bloco-professores-curso ul li .d-flex .box-foto-professor {
        width: 125px;
        border: 2px solid #f3111c;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 125px;
        margin-right: 3%;
    }
    
    .bloco-professores-curso ul li .d-flex .box-dados-professor {
        width: calc(100% - 160px);
        margin-left: 20px;
    }
    
    .bloco-professores-curso ul li .d-flex .box-dados-professor h5 {
        width: 100%;
        font-size: 18px;
        line-height: 20px;
        margin: 0;
        font-weight: 500;
        height: 20px;
        overflow: hidden;
        color: #313131;
    }
    
    .bloco-professores-curso ul li .d-flex .box-dados-professor p {
        width: 90%;
        font-size: 13px;
        line-height: 20px;
        margin: 10px 0;
        height: 80px;
        overflow: hidden;
        color: #313131;
    }
    
    .bloco-professores-curso ul li .d-flex .box-dados-professor ul.lista-links-professor {
        padding-left: 0;
        margin-bottom: 0;
        display: block;
        list-style-type: none;
    }
    
    .bloco-professores-curso ul li .d-flex .box-dados-professor ul.lista-links-professor li {
        height: auto;
        float: left;
        width: auto;
        margin: 0;
        border: 0;
    }
    
    .bloco-professores-curso ul li .d-flex .box-dados-professor ul.lista-links-professor li a {
        color: #f32330;
        font-size: 13px;
        line-height: 20px;
        text-decoration: none;
        padding: 0 10px;
        font-weight: bold;
    }
    
    .bloco-professores-curso ul li .d-flex .box-dados-professor ul.lista-links-professor li:nth-child(2) a {
        border-left: 1px solid #6a6a6a;
    }
    
    .bloco-professores-curso ul li .d-flex .box-dados-professor ul.lista-links-professor li:first-child a {
        padding-left: 0;
    }
    
    .bloco-professores-curso ul li.flag-coordenador-curso {
        height: 240px;
    }
    
    .bloco-professores-curso ul li .box-flag-coordenador {
        width: 100%;
        display: flex;
        text-align: left;
        position: relative;
        height: 40px;
    }
    
    .bloco-professores-curso ul li .box-flag-coordenador:after {
        content: '';
        position: absolute;
        top: 20px;
        width: 100%;
        height: 2px;
        background: #fa494f;
    }
    
    .bloco-professores-curso ul li .box-flag-coordenador span {
        font-weight: bold;
        color: #2c2c2c;
        padding: 10px;
        background-color: #ffffff;
        position: relative;
        z-index: 1;
        margin-left: 15px;
    }
    
    .bloco-professores-curso ul li.flag-coordenador-curso .d-flex .box-dados-professor p {
        height: 100px;
    }
    
    .btn-show-form-desktop {
        display: flex;
    }
    
    .btn-show-form-mobile {
        display: none;
    }
    /* modal floating */
    
    .modal {
        background-color: rgba(0, 0, 0, .8);
        padding: 35px 30px 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        display: none;
        overflow-y: scroll;
    }
    
    .modal-container {
        background-color: #fff;
        width: 100%;
        max-width: 1020px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 30vh auto;
        position: relative;
    }
    
    .modal-close {
        background: url(../images/icons/close.png) no-repeat;
        width: 28px;
        height: 28px;
        border: 0;
        position: absolute;
        top: -45px;
        right: 0;
        cursor: pointer;
    }
    
    .modal-formas {
        margin: 5vh auto;
        max-width: 900px;
        width: 100%;
    }
    
    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
    
    .modal-content .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .modal-formas .btn-inscreva-se {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        color: #fff;
        border: 0;
        text-transform: uppercase;
        cursor: pointer;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        cursor: pointer;
        font-size: 13px;
        line-height: 15px;
    }
    
    .modal-formas h3 {
        font-weight: 900;
        text-align: center;
        font-size: 16px;
        color: #313131;
    }
    
    .modal-formas .campus-iguatemi .btn-inscreva-se {
        background-color: #ff861f;
        color: #ffffff;
    }
    
    .modal-formas .campus-fapa .btn-inscreva-se {
        background-color: #00727d;
    }
    
    .modal-formas .campus-zona-sul .btn-inscreva-se {
        background-color: #c62421;
    }
    
    .modal-formas .campus-canoas .btn-inscreva-se {
        background-color: #0e8335;
    }
    
    .valores-curso {
        width: 95%;
        margin: 10px auto;
        border: 1px solid #999;
    }
    
    .valores-curso thead th {
        background-color: #c62421;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        padding: 10px;
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
    }
    
    .valores-curso tbody tr td {
        border: 1px solid #999;
        padding: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 17px;
        line-height: 20px;
    }
    
    .corpo-modal-valores {
        height: auto;
        overflow: auto;
        max-height: 300px;
    }
    
    .box-egresso .fa,
    .box-egresso .fab,
    .box-egresso .fad,
    .box-egresso .fal,
    .box-egresso .far,
    .box-egresso .fas {
        display: block;
        font-size: 70px;
        margin-bottom: 15px;
    }
    
    @media screen and (max-width:1024px) {
        .modal-container {
            margin: 250px auto;
        }
        .box-lista-cursos .box-curso-pos {
            width: calc((100%/2) - 20px);
        }
        .box-egresso ul li {
            width: calc(100%/2);
            min-width: calc(100%/2);
        }
        .tab-btn-mais-info-pos .container {
            display: flex;
        }
        .banner-topo-pagina-detalhes-pos .container .bloco-dados-topo h1 {
            font-size: 40px;
            line-height: 45px;
        }
        .tab-btn-mais-info-pos {
            padding: 10px 20px;
        }
        .box-sidebar .box-slider-form {
            max-width: 400px;
            margin: 30px auto 0 auto;
        }
        [data-carousel="depoimentos-novo-pos"] {
            margin: 40px auto;
            width: 95%;
        }
        [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items {
            align-items: flex-start;
            padding: 0 20px;
            flex-direction: column;
            height: auto;
        }
        [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items .box-foto-estudante {
            width: 100%;
            height: 250px;
        }
        [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items .box-texto-estudante {
            width: 100%;
            margin-left: 0;
        }
        [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items .box-texto-estudante h5 {
            font-size: 17px;
            line-height: 25px;
            height: auto;
            overflow: visible;
        }
        [data-carousel="depoimentos-novo-pos"] .owl-nav {
            top: 70%
        }
        [data-carousel="depoimentos-novo-pos"] .owl-nav .owl-prev {
            left: -10px;
        }
        [data-carousel="depoimentos-novo-pos"] .owl-nav .owl-next {
            right: 10px;
        }
        .box-formas-ingresso {
            padding: 50px 30px;
            background-color: #efefef;
            height: auto;
            border: 0;
        }
        .box-formas-ingresso h6,
        .box-formas-ingresso h5,
        .box-formas-ingresso h4,
        .box-formas-ingresso h3 {
            color: #6f6f6f;
            font-size: 19px;
            line-height: 26px;
            width: 100%;
            text-align: center;
            margin: 0;
            background-color: transparent;
            padding: 0;
            font-weight: 600;
        }
        .box-formas-ingresso ul {
            padding-left: 0;
            margin-bottom: 0;
            width: auto;
            max-width: 90%;
            margin: 50px auto 0 auto;
            display: flex;
            flex-direction: column;
        }
        .box-formas-ingresso ul li {
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 15px auto;
            padding: 30px 20px;
            min-width: 200px;
            max-width: 200px;
            width: 100%;
            height: 120px;
            text-align: center;
            border: 1px solid #c62421;
            border-radius: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            background-color: #efefef;
            position: relative;
            overflow: inherit;
        }
        .box-formas-ingresso ul li:first-child:before {
            position: absolute;
            content: '';
            height: 35px;
            width: 1px;
            top: -35px;
            background-color: #c62421;
        }
        .box-formas-ingresso span {
            color: #3e3c3d;
            font-size: 14px;
            line-height: 25px;
            width: 100%;
            margin: 0;
            font-weight: 600;
            text-align: center;
        }
        .bloco-professores-curso ul li .d-flex .box-foto-professor {
            height: 120px;
        }
    }
    
    @media screen and (max-width:768px) {
        .modal-content .row {
            flex-direction: column;
        }
        .modal-container {
            margin: 150px auto;
        }
        .valores-curso thead th {
            font-size: 16px;
            line-height: 18px;
        }
        .valores-curso tbody tr td {
            font-size: 15px;
            line-height: 18px;
        }
        [data-carousel="depoimentos-novo-pos"] .owl-nav {
            top: 75%;
        }
        [data-carousel="depoimentos-novo-pos"] .owl-nav .owl-prev {
            left: 10px;
        }
        [data-carousel="depoimentos-novo-pos"] .owl-nav .owl-next {
            right: 20px;
        }
        .container-fluid {
            padding: 0;
        }
        .box-conteudo-preco-curso {
            max-width: 350px;
            margin: 0 auto;
        }
        .bloco-disciplinas-desktop {
            display: none;
        }
        .bloco-disciplinas-mobile {
            display: block;
        }
        .tabs-detalhes-curso-pos .tab-content .box-textos h4 {
            font-size: 23px;
            line-height: 28px;
        }
        .tabs-detalhes-curso-pos .tab-content .box-textos ul {
            padding-left: 0;
            margin-bottom: 0;
        }
        .btn-show-form-desktop {
            display: none;
        }
        .btn-show-form-mobile {
            display: flex;
        }
        .btn-show-form-mobile .btn-padrao-pos {
            width: 80%;
            max-width: 300px;
            margin: 30px auto;
            font-size: 16px;
            line-height: 18px;
        }
        .banner-topo-pos h1 {
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 0;
        }
        .banner-topo-pos h2 {
            font-size: 22px;
            line-height: 25px;
            font-weight: bold;
            letter-spacing: 1px;
            margin-top: 5px;
        }
        .banner-topo-pos .d-flex {
            flex-direction: column;
            width: 220px;
            margin: 0 auto;
        }
        .banner-topo-pos .box-select {
            height: 45px;
        }
        .banner-topo-pos select {
            height: 45px;
            background: url(https://www.uniritter.edu.br//modules-cms/graduacao/dist/img/arrow_down_black.png) 95%/9% no-repeat;
            font-size: 14px;
            line-height: 18px;
        }
        .banner-topo-pos .box-campo-select {
            width: 100%;
            margin: 5px 5px 0 5px;
        }
        .banner-topo-pos .box-campo-select span {
            font-size: 12px;
            line-height: 20px;
        }
        .box-lista-cursos.cursos-destaque {
            flex-direction: column;
        }
        .box-lista-cursos .box-curso-pos {
            width: 78%;
            margin: 0 auto 40px auto;
        }
        .box-lista-cursos .box-curso-pos h4 {
            height: auto;
            justify-content: flex-start;
        }
        .banner-topo-pagina-detalhes-pos {
            height: auto;
        }
        .banner-topo-pagina-detalhes-pos .container {
            flex-direction: column;
            top: 0;
            position: relative;
        }
        .banner-topo-pagina-detalhes-pos .container .bloco-dados-topo {
            width: 100%;
            padding: 0;
        }
        .banner-topo-pagina-detalhes-pos .container .bloco-dados-topo.dados-topo-curso {
            padding: 40px;
        }
        .banner-topo-pagina-detalhes-pos::after {
            width: 100%;
            -webkit-transform: skew(0);
            transform: skew(0);
            -moz-transform: skew(0);
            left: 0;
        }
        .banner-topo-pagina-detalhes-pos .btn-padrao-pos {
            height: 45px;
        }
        .bloco-dados-topo .box-dados-campus .bg-white {
            padding: 40px 0;
            margin-bottom: 0;
            max-width: 400px;
        }
        .bloco-dados-topo .box-dados-campus h4 {
            font-size: 20px;
            line-height: 25px;
        }
        .bloco-dados-topo .box-dados-campus ul li {
            font-size: 12px;
            line-height: 15px;
        }
        .banner-topo-pagina-detalhes-pos .container .bloco-dados-topo h1 {
            font-size: 30px;
            line-height: 30px;
            margin: 30px 0;
        }
        .bloco-dados-topo .box-dados-campus {
            background-color: #ffffff;
            width: 100%;
            padding: 40px;
        }
        .tab-btn-mais-info-pos .nav-tabs {
            display: flex;
        }
        .tab-btn-mais-info-pos {
            padding: 10px 0;
        }
        .tab-btn-mais-info-pos .nav-tabs>li {
            background-color: #605e5f;
            border-bottom: 0;
            padding: 15px;
        }
        .tab-btn-mais-info-pos ul li:first-child {
            padding-left: 15px;
        }
        .tab-btn-mais-info-pos .nav-tabs>li>a,
        .tab-btn-mais-info-pos .nav-tabs>li.active>a,
        .nav-tabs>li.active>a:focus,
        .nav-tabs>li.active>a:hover {
            font-size: 14px;
            line-height: 18px;
            color: #ffffff !important;
        }
        .tab-btn-mais-info-pos ul {
            float: none;
            margin: 0 auto;
        }
        .tabs-detalhes-curso-pos .tab-content .container.d-flex {
            flex-direction: column;
        }
        .tabs-detalhes-curso-pos .tab-content .box-content-egresso .container.d-flex {
            padding: 70px 0 0 0;
        }
        .tabs-detalhes-curso-pos .tab-content .box-conteudo-textos {
            width: 100%;
            padding-right: 0;
        }
        .tabs-detalhes-curso-pos .tab-content .box-sidebar {
            width: 100%;
        }
        .box-content-egresso {
            padding: 0;
        }
        .box-content-egresso h4 {
            width: 95%;
            margin-left: 15px;
        }
        .tabs-detalhes-curso-pos .tab-content .box-content-egresso .box-egresso {
            margin: 0;
        }
        .bg-white-mobile {
            background-color: #ffffff;
        }
        .tabs-detalhes-curso-pos .tab-content .box-textos {
            margin: 0;
        }
        .box-formulario-duvidas {
            width: 95%;
        }
        .box-formulario-duvidas form {
            flex-direction: column;
        }
        .box-formulario-duvidas .box-campos-form {
            width: 100%;
        }
        .box-formulario-duvidas .box-campos-form .campos-form {
            width: 100%;
            margin-bottom: 15px;
        }
        .box-formulario-duvidas .box-texto-form .btn-padrao-pos {
            width: 100%;
            height: auto;
            font-size: 22px;
            line-height: 24px;
            padding: 15px 50px;
            font-weight: 300;
            border: 0;
        }
        .bloco-professores-curso {
            width: 100%;
            margin: 50px auto 0 auto;
        }
        .bloco-professores-curso ul {
            flex-direction: column;
        }
        .bloco-professores-curso ul li {
            width: 100%;
            margin: 0 0 20px 0;
            height: auto;
        }
        .bloco-professores-curso ul li.flag-coordenador-curso {
            height: auto;
        }
        .bloco-professores-curso ul li .d-flex {
            margin: 15px 10px;
        }
        .bloco-professores-curso ul li .d-flex .box-dados-professor p {
            width: 100%;
            height: 80px;
            margin: 20px 0;
        }
        .bloco-professores-curso ul li .d-flex .box-dados-professor {
            width: calc(100% - 140px);
        }
        .bloco-professores-curso ul li .d-flex .box-foto-professor {
            width: 100px;
            height: 90px;
            margin-right: 0;
            margin-bottom: 20px;
        }
        .bloco-professores-curso ul li .d-flex .box-dados-professor h5 {
            font-size: 16px;
            line-height: 20px;
            height: auto;
        }
        .box-egresso ul li {
            width: calc(100%/2);
            max-width: calc(100%/2);
            min-width: calc(100%/2);
        }
        .box-sidebar .lista-info-campus ul {
            display: flex;
            flex-wrap: wrap;
        }
        .box-sidebar .lista-info-campus ul li {
            width: calc((100%/2) - 20px);
            margin: 10px;
        }
        .box-formas-ingresso ul {
            width: 200px;
            max-width: 200px;
        }
        .box-formas-ingresso ul li {
            width: 200px;
            max-width: 200px;
            height: 120px;
        }
    }
    
    @media screen and (max-width:767px) {
        .modal-formas .col-sm-3 {
            margin-bottom: 20px;
        }
        .modal-formas .btn-inscreva-se {
            width: 80%;
        }
        .modal-container {
            margin: 50px auto;
        }
        .box-formas-ingresso h6,
        .box-formas-ingresso h5,
        .box-formas-ingresso h4,
        .box-formas-ingresso h3 {
            font-size: 17px;
            line-height: 25px;
        }
        .box-sidebar .lista-info-campus ul li {
            width: 100%;
            margin: 10px 0;
        }
        .box-egresso ul {
            width: 90%;
            max-width: 90%;
        }
        .box-egresso ul li {
            width: 100%;
            max-width: 100%;
            height: 200px;
            font-size: 13px;
            line-height: 15px;
        }
        .box-formas-ingresso ul {
            width: 200px;
            max-width: 200px;
        }
        .box-formas-ingresso ul li {
            width: 200px;
            max-width: 200px;
            height: 120px;
        }
        [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items {
            padding: 0 50px;
        }
        [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items .box-foto-estudante {
            height: 180px;
        }
        [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items .box-texto-estudante .img-referencia {
            left: -30px;
        }
        [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items .box-texto-estudante h5 {
            font-size: 14px;
            line-height: 20px;
        }
        [data-carousel="depoimentos-novo-pos"] .depoimentos-pos-items .box-texto-estudante {
            padding: 40px 10px;
        }
    }