p,
form {
    margin: 0;
}

a,
a:hover {
    color: #285f93;
}

.inline-block {
    display: inline-block;
}

.img-crop img,
.img-fit img {
    display: none;
}

.blococontainer {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.blococontainer img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.fotoTopo {
    margin: 0 0 45px 0;
    text-align: center;
    display: block;
    clear: both;
    overflow: hidden;
}

.fotoTopo img {
    clear: both;
    display: block;
    max-width: 100% !important;
}

.fotoright {
    max-width: 100%;
    float: right;
    text-align: right;
    padding: 0 0 10px 0;
}

.fotoleft {
    max-width: 100%;
    float: left;
    text-align: left;
    padding: 0 0 10px 0;
}

.containerfotoleft {
    max-width: 100%;
    margin: 0 20px 0 0;
    float: left;
}

.fotoinferior {
    float: left;
    margin-right: 15px;
    margin-top: 45px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.fotoinferior img {
    clear: both;
    display: block;
    max-width: 100% !important;
}

.containerfotoright {
    max-width: 100%;
    margin: 0 0 0 20px;
    float: right;
}

.containerfotoinferior {
    max-width: 100%;
    margin: 20px 0 0 0;
    text-align: justify;
    overflow: hidden;
    clear: both;
    display: block;
}

.fotolegenda {
    font-size: .75em;
    text-align: center;
    line-height: 140%;
    padding: 5px 10px;
    display: block;
}

.fotocreditos {
    font-size: .7em;
    text-align: right;
}

.foto {
    background: white;
    border: 1px solid #ddd;
    padding: 4px;
}

.containerfotoleft .fotoleft img,
.containerfotoright .fotoright img {
    max-width: 100%;
    margin: 0!important;
}

.containerfotoleft img,
.containerfotoright img {
    max-width: 100%;
    margin: 0!important;
}



/* Pagenator */

.pagenator {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin: 20px 0;
    padding: 0;
}

.pagenator img {
    margin: 7px 2px 0 2px;
}

.pagenator a {
    color: #c4161c;
    text-decoration: none;
}

.pagenator a:hover {
    color: #c4161c;
    text-decoration: underline;
}








@media (max-width: 767px) {
    .fotoright,
    .fotoleft,
    .containerfotoleft,
    .containerfotoright,
    .fotoinferior {
        float: none;
    }
}

.col-half-offset {
    /*5 columns*/
    margin-left: 3%
}

@media (max-width: 991px) {
    .col-half-offset {
        margin-left: 0;
    }
}



/*ACTIVE MENUS (b=body / n=nav ) */

#blogin #nlogin>a {
    color: #c9252b;
}



/*CUSTOM*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    zoom: 1;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

*,
*:focus,
*:active,
* a,
* a:focus,
* a:active {
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #c9252b;
    text-decoration: none;
}

p a {
    text-decoration: underline;
}

@media (max-width: 480px) {
    p {
        text-align: inherit !important;
    }
}

hr {
    border-top-color: #e3e3e3;
}

hr.red {
    border-width: 2px;
    border-top-color: #c4161c;
}

.page-header {
    border-bottom-color: #e3e3e3;
}

h3.page-header {
    padding-bottom: 10px !important;
}

h2 {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
}

h4 {
    font-weight: 700;
    margin: 20px 0;
}

.spacer-xs {
    padding-top: 15px;
}

.spacer-sm {
    padding-top: 30px;
}

.spacer-md {
    padding-top: 60px;
}

.spacer-lg {
    padding-top: 120px;
}

.gray-bg {
    background: #e5e5e5;
}

::-webkit-input-placeholder {
    color: #999;
    font-weight: 300;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-weight: 300;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #999;
    font-weight: 300;
}

.placeholder {
    color: #999;
    font-weight: 300;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/* select option[selected] {
display: none;
} */

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    display: inline-block;
    width: 100%;
    height: 36px;
    vertical-align: middle;
    padding: 0 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    outline: none;
    font-size: 14px;
}

input[type="file"] {
    font-size: 13px;
    background: none;
}

.help-block {
    font-size: 12px;
}

.warning-border {
    border: 1px solid #c4161c;
    background: #fff;
}

textarea {
    height: auto;
    padding-top: 6px;
    overflow-x: hidden;
    resize: vertical;
}

.button-padding {
    padding-right: 48px !important;
}

.inside-button {
    display: inline-block;
    position: relative;
    float: right;
    line-height: 36px;
    width: 36px;
    margin-top: -36px;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    cursor: pointer;
}

.inside-button.alt {
    margin-top: -54px !important;
}

.more {
    cursor: pointer;
}

.btn-default,
.more {
    font-size: 12px !important;
    font-weight: 700;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0;
}

.btn-dark,
a.btn-dark {
    background: #555;
    border-color: #555;
    color: #fff !important;
}

.btn-dark:hover,
.btn-dark:focus,
a.btn-dark:hover,
a.btn-dark:active {
    background: #c4161c;
    border-color: #c4161c;
    color: #fff !important;
}

.btn-default .glyphicon-chevron-right,
a .glyphicon-chevron-right,
.btn-default .glyphicon-chevron-left,
a .glyphicon-chevron-left {
    font-size: 10px;
}

.btn-go {
    background: #666;
    color: #fff;
    height: 36px;
    border: none;
}

.btn-red,
a.btn-red {
    background: #c4161c;
    border-color: #c4161c;
    color: #fff !important;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus,
.btn-red:active:focus,
a.btn-red:hover,
a.btn-red:active,
a.btn-red:focus,
a.btn-red:active:focus {
    background: #d10007;
    border-color: #d10007;
    color: #fff !important;
}

.btn-blue,
a.btn-blue {
    background: #1d3d8c;
    border-color: #1d3d8c;
    color: #fff !important;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:active:focus,
a.btn-blue:hover,
a.btn-blue:active,
a.btn-blue:focus,
a.btn-blue:active:focus {
    background: #3f51b5;
    border-color: #3f51b5;
    color: #fff !important;
}

.form-control:focus {
    border-color: none;
    outline: 0;
}

.form-section {
    margin-top: 40px;
    overflow: hidden;
    padding: 0 1px 2px;
}

.form-cell {
    display: inline-block;
    position: relative;
    width: 48%;
}

.form-cell-full {
    display: inline-block;
    position: relative;
    width: 100%;
}

@media (max-width: 569px) {
    .form-cell {
        display: block;
        width: 100%;
    }
}

form label {
    font-size: 12px;
    margin-top: 15px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blococontainer ul {
    list-style: inherit;
    padding: inherit;
    margin: inherit;
}

.header {
    display: inline-block;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}

.header span {
    margin-right: 5px;
    font-size: 24px;
    color: #666;
}

small {
    font-size: 80%;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.visible {
    display: block !important;
}

.modal-header {
    background-color: #c4161c;
    color: #fff;
    padding: 30px;
}

.modal-header p {
    width: 100%;
    padding: 0 !important;
    padding-right: 75px;
}

.modal-title {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.modal-body {
    padding: 30px 45px;
}

.modal-content {
    border-radius: 0;
}

.modal-footer {
    border: none;
    background: #f0f0f0;
    padding-left: 45px;
    padding-right: 45px;
}

.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media (max-width: 570px) {
    .modal-header {
        padding: 15px;
    }
    .modal-body {
        padding: 15px;
    }
}

address {
    margin-bottom: 0;
}

.embed-border {
    border: 1px solid #e8e8e8;
    background: #eee;
}

.popover-wrap {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 320px;
    height: auto;
    padding: 15px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
}

.popover-head {
    display: block;
    background: #eee;
    margin: -15px -15px 15px;
    padding: 15px;
    font-weight: bold;
}

.popover-head .close {
    margin-top: -3px;
    margin-left: 10px;
}

.popover-body {
    font-size: 14px;
}

.popover-body iframe {
    width: 100%;
}

.popover-body .form-cell,
.popover-body .form-cell-full {
    margin-top: 15px;
}

.pagination {
    margin: 0;
}

.pagination>li>a,
.pagination>li>span {
    font-size: 14px;
    color: #333;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #c4161c;
    border-color: #c4161c;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    cursor: default;
}

.top-slant {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}

.bottom-slant {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}

@media (max-width: 991px) {
    .top-slant,
    .bottom-slant {
        display: none;
    }
}

.remove-top {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

a.inline-btn {
    display: inline-block;
    color: #999;
    font-size: 13px;
    padding: 3px 10px 3px 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none !important;
}

a.inline-btn:hover,
a.inline-btn:focus {
    color: #c9252b;
    border-color: #c9252b;
    text-decoration: none !important;
}



/*SCROLL TOP BUTTON*/

.scroll-top {
    position: fixed;
    bottom: 16px;
    right: 14px;
    outline: 0;
    display: none;
    opacity: .5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.scroll-top:hover {
    opacity: 1;
}

.scroll-top:before {
    content: "\f0aa ";
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #000;
    text-decoration: none;
}

.embed-responsive {
    margin-bottom: 40px;
}



/*HOME CHANNEL*/

.home-channel .header,
.home-channel .embed-responsive,
.home-channel .caption {
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .home-channel .header {
        padding-top: 60px;
    }
}



/*PLUGINS*/

.fb-page-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: #eee;
}

.fb-page {
    display: inline-block !important;
    width: 100%;
    /*left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);*/
}

@media (max-width: 420px) {
    .fb-page>span {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}



/*DEFAULT BOX SHADOWS*/

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea,
.find-courses,
.next-courses,
.form-control:focus,
.btn-go,
#carousel-top,
.top,
.article-main-wrap,
.article .side-box,
.btn-default,
.card,
.warning-border,
.card-thumb,
.author .image,
.hot-contact.open {
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, .1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border: 1px solid rgba(50, 50, 50, .5);
    box-shadow: inset 1px 1px 4px 0px rgba(50, 50, 50, .2);
    background: #fff;
}

.popover-wrap,
.menu-categories>li>ul,
.menu .student-portal-submenu {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}



/*DEFAULT BORDER RADIUS*/

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea,
.menu .student-portal a,
.btn,
.menu-categories>li {
    border-radius: 3px;
}



/*DEFAULT TRANSITIONS*/

header *,
input,
select,
textarea {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}



/*NO TRANSITIONS*/

.menu-links .menu a {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
}



/*Z-INDEXES*/

.scroll-top {
    z-index: 1400;
}

.footer .partner .owl-stage-outer {
    z-index: 1300;
}

.footer .partner .owl-nav {
    z-index: 1200;
}

.student-portal-submenu {
    z-index: 1100;
}

.pre-registration.pin {
    z-index: 1000;
}

.menu-categories>li>ul {
    z-index: 900;
}

.popover-wrap {
    z-index: 800;
}

.menu-categories {
    z-index: 700;
}

.social .testimony {
    z-index: 600;
}

.hot-contact,
.hot-contact-toggle {
    z-index: 550;
}

.menu-wrap {
    z-index: 500;
}

.top {
    z-index: 400;
}

#carousel-top {
    z-index: 340;
}

.courses {
    z-index: 330;
}

.banner-center {
    z-index: 325;
}

.controls {
    z-index: 300;
}

.submenu {
    z-index: 100;
}

.footer {
    z-index: 50;
}

.testimony {
    z-index: 1;
}



/*SPRITE ICONS*/

.icon {
    display: inline-block;
    position: relative;
    background-image: url('../images/sprite.png');
    -webkit-background-size: 316px 226px;
    background-size: 316px 226px;
}

.icon-facebook {
    background-position: 0 -97px;
}

.icon-twitter {
    background-position: -33px -97px;
}

.icon-linkedin {
    background-position: -66px -97px;
}

.icon-youtube {
    background-position: -99px -97px;
}

.icon-ilion {
    width: 46px;
    height: 10px;
    background-position: -102px -78px;
}

.icon-fast-mail {
    width: 19px;
    height: 10px;
    background-position: -126px -26px;
}

.icon-menu-wrap {
    /*Used in ilion.js to close the submenu on mouseleave*/
    position: relative;
    height: auto;
}

.icon-menu-caret {
    left: 50%;
    display: block;
    width: 6px;
    height: 5px;
    margin-left: -3px;
    margin-top: 2px;
    background-position: 0 0;
    opacity: .5;
}

.icon-user {
    width: 17px;
    height: 17px;
    background-position: 0 -6px;
}

.icon-facebook-gray {
    width: 12px;
    height: 22px;
    background-position: -18px 0;
}

.icon-facebook-gray:hover {
    background-position: -18px -25px;
}

.icon-instagram-gray {
    width: 20px;
    height: 21px;
    background-position: -260px -162px;
}

.icon-instagram-gray:hover {
    background-position: -284px -162px;
}

.icon-twitter-gray {
    width: 21px;
    height: 17px;
    background-position: -31px -5px;
}

.icon-twitter-gray:hover {
    background-position: -31px -30px;
}

.icon-linkedin-gray {
    width: 21px;
    height: 21px;
    background-position: -54px -2px;
}

.icon-linkedin-gray:hover {
    background-position: -54px -27px;
}

.icon-youtube-gray {
    width: 20px;
    height: 23px;
    background-position: -77px 0;
}

.icon-youtube-gray:hover {
    background-position: -77px -25px;
}

.icon-institute {
    width: 22px;
    height: 21px;
    background-position: -46px -70px;
}

.icon-clock {
    width: 21px;
    height: 21px;
    background-position: 0 -48px;
}

.icon-academic-cap {
    width: 30px;
    height: 19px;
    background-position: -22px -49px;
}

.icon-executives {
    width: 25px;
    height: 19px;
    background-position: -53px -50px;
}

.icon-location-light {
    width: 21px;
    height: 21px;
    background-position: -24px -70px;
}

.icon-oportunity {
    width: 30px;
    height: 30px;
    background-position: -152px -1px;
}

.icon-clock-white {
    width: 21px;
    height: 21px;
    background-position: 0 -71px;
}

.icon-post {
    width: 19px;
    height: 24px;
    background-position: -102px 0px;
}

.icon-post-light {
    width: 19px;
    height: 24px;
    background-position: -176px -133px;
}

.icon-timetable {
    width: 22px;
    height: 22px;
    background-position: -101px -25px;
}

.icon-video {
    width: 26px;
    height: 19px;
    background-position: -102px -48px;
}

.icon-earphone {
    width: 18px;
    height: 18px;
    background-position: -183px 0;
}

.icon-previous {
    width: 10px;
    height: 19px;
    background-position: -80px -49px;
}

.icon-previous:hover {
    width: 10px;
    height: 19px;
    background-position: -80px -69px;
}

.icon-next {
    width: 10px;
    height: 19px;
    background-position: -91px -49px;
}

.icon-next:hover {
    width: 10px;
    height: 19px;
    background-position: -91px -69px;
}

.icon-quote-mark {
    width: 25px;
    height: 22px;
    background-position: -122px 0;
    position: absolute;
    left: -35px;
    margin-bottom: -25px;
}

.icon-parchment {
    width: 18px;
    height: 18px;
    background-position: -149px -77px;
}

.icon-facebook-small {
    background-position: 0 -135px;
}

.icon-twitter-small {
    background-position: -21px -135px;
}

.icon-linkedin-small {
    background-position: -42px -135px;
}

.icon-youtube-small {
    background-position: -63px -135px;
}

.icon-google-plus-small {
    background-position: -84px -135px;
}

.icon-pinterest-small {
    background-position: -105px -135px;
}

.icon-email-small {
    background-position: -126px -135px;
}

.icon-whatsapp-small {
    background-position: -264px -109px;
}

.icon-add-user {
    display: block;
    position: absolute;
    left: 100%;
    margin-left: -70px;
    margin-top: -70px;
    width: 49px;
    height: 61px;
    background-position: 0 -161px;
}

.icon-location {
    width: 18px;
    height: 27px;
    background-position: -218px 0;
}

.icon-related {
    width: 24px;
    height: 19px;
    background-position: -215px -29px;
}

.icon-add-user-modal {
    display: inline-block;
    float: right;
    left: -10px;
    width: 49px;
    height: 61px;
    background-position: 0 -161px;
    top: -80px;
    left: -20px;
}

.icon-envelope {
    width: 20px;
    height: 20px;
    background-position: -217px -51px;
}

.icon-facebook-big {
    width: 51px;
    height: 51px;
    background-position: -51px -161px;
}

.icon-twitter-big {
    width: 51px;
    height: 51px;
    background-position: -103px -161px;
}

.icon-linkedin-big {
    width: 51px;
    height: 51px;
    background-position: -154px -161px;
}

.icon-youtube-big {
    width: 51px;
    height: 51px;
    background-position: -206px -161px;
}

.icon-social {
    width: 24px;
    height: 24px;
    background-position: -149px -133px;
}

.icon-fast-envelope {
    width: 30px;
    height: 16px;
    background-position: -171px -78px;
}

.icon-timetable-small {
    width: 14px;
    height: 13px;
    background-position: -207px -79px;
}

.icon-comments {
    width: 15px;
    height: 13px;
    background-position: -226px -79px;
}

.icon-category {
    width: 8px;
    height: 13px;
    background-position: -244px -78px;
}

.icon-resume {
    width: 18px;
    height: 22px;
    background-position: -218px -73px;
}

.icon-briefcase {
    width: 22px;
    height: 20px;
    background-position: -197px -137px;
}

.icon-handshake {
    width: 27px;
    height: 19px;
    background-position: -221px -138px;
}

.icon-regiao-norte {
    width: 33px;
    height: 20px;
    background-position: -248px -1px;
}

.icon-regiao-nordeste {
    width: 20px;
    height: 26px;
    background-position: -255px -22px;
}

.icon-regiao-centro-oeste {
    width: 27px;
    height: 24px;
    background-position: -251px -49px;
}

.icon-regiao-sudeste {
    width: 26px;
    height: 22px;
    background-position: -252px -74px;
}

.icon-regiao-sul {
    width: 20px;
    height: 25px;
    background-position: -284px -2px;
}

.icon-headset {
    width: 24px;
    height: 24px;
    background-position: -250px -133px;
}

.icon-laptop {
    width: 25px;
    height: 19px;
    background-position: -277px -136px;
}



/*SATURATION*/

.desaturate:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    filter: url("data:image/svg+xml;utf8,&amp;lt;svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'>&amp;lt;filter id='greyscale'>&amp;lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' />&amp;lt;/filter>&amp;lt;/svg>#greyscale");
}



/*STICKY FOOTER*/

html,
body {
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px;
    /* Negative indent footer by its height */
    padding-bottom: 90px;
    /* Pad bottom by footer height */
}

.push {
    height: 90px;
    position: relative;
}



/*FOOTER*/

.footer {
    width: 100%;
    background: #fff;
    border-top: 2px solid #e6e6e6;
    padding: 60px 0;
    font-size: 12px;
}

.footer .msc-links {
    margin-bottom: 15px;
}

.footer .msc-links a {
    margin: 5px 0;
    text-decoration: none;
}

.footer .partner .header {
    display: block;
    margin-bottom: 20px;
}

.footer .partner .owl-carousel {
    text-align: center;
}

.footer .partner .owl-carousel .owl-stage-outer {
    display: inline-block;
    max-width: 100%;
}

.footer .partner .owl-item {
    padding: 0 15px;
}

.footer .partner .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer .owl-theme .owl-controls .owl-nav [class*=owl-],
.footer .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: none;
}

.footer .partner .owl-nav .owl-prev,
.footer .partner .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    background: none;
}

.footer .partner .owl-nav .owl-prev {
    left: -30px;
}

.footer .partner .owl-nav .owl-next {
    right: -30px;
}

.footer .partner .owl-nav .owl-prev:hover,
.footer .partner .owl-nav .owl-next:hover {
    background: none;
}

@media (max-width: 991px) {
    .footer {
        padding-bottom: 15px;
        font-size: 14px;
    }
}

@media (max-width: 619px) {
    .footer {
        padding-top: 25px;
    }
}



/*NAVIGATION*/

.footer .navigation {
    display: table;
    width: 100%;
}

.footer .navigation li {
    display: table-cell;
    padding-right: 2%;
    font-weight: 700;
}

.footer .navigation li:last-child {
    padding-right: 0;
}



/*NEWSLETTER*/

@media (max-width: 991px) {
    .footer .newsletter {
        height: auto;
        padding-bottom: 30px;
    }
}

.footer .newsletter {}

.footer .newsletter .title {
    padding-bottom: 15px;
}

.footer .newsletter span {
    margin-right: 5px;
    color: #666;
}

.footer .newsletter form {
    max-width: 350px;
}



/*SOCIAL NETWORKS*/

.footer .social-networks .title {
    padding-bottom: 10px;
}

.footer .social-networks a {
    display: inline-block;
    margin-right: 3px;
    width: 32px;
    height: 32px;
}

.footer .social-networks a:last-child {
    margin-right: 0;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .footer .social-networks a {
        margin-right: 1px;
        width: 23%;
        height: 23%;
    }
}

@media (max-width: 991px) {
    .footer .social-networks {
        padding-top: 20px;
    }
}

.footer .social-networks .fa {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.footer .social-networks .fa-facebook {
    background-color: #3b579d;
}

.footer .social-networks .fa-twitter {
    background-color: #7acded;
}

.footer .social-networks .fa-linkedin {
    background-color: #0c86c5;
}

.footer .social-networks .fa-youtube {
    background-color: #c4161c;
}

.footer .social-networks .fa:hover {
    background-color: #333;
}



/*COPYRIGHT*/

.footer .copyright {
    display: table;
    height: 102px;
    width: 100%;
}

.footer .copyright .text {
    display: table-cell;
    vertical-align: bottom;
}

.footer .copyright .poweredby {
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
}



/*TOP*/

.top {
    position: relative;
    height: 70px;
    background: #c4161c;
    padding: 17px 0;
}

.top .logo {
    width: 152px;
    margin-top: 2px;
}

.top .search {
    display: block;
    width: 200px;
    float: right;
}

.top .menu-social {
    margin-right: 10px;
    float: right;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 5px;
}

.top .menu-social a {
    margin-right: 6px;
    float: left;
    color: #fff;
}

.top .menu-social a:hover {
    opacity: .7;
}

.top #menu-toggle {
    float: right;
    margin-top: 4px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.top #menu-toggle:hover {
    opacity: .7;
}

@media (min-width: 992px) {
    .top #menu-toggle {
        display: none;
    }
}

@media (max-width: 991px) {
    .top .menu-social {
        display: none;
    }
}



/*MENU*/

.menu-wrap {
    position: relative;
}

@media (min-width: 992px) {
    /*Avoids hidden menu from small window to large window
	after using jquery hide() method in toggle menu*/
    .menu-wrap {
        display: block !important;
    }
}

.menu {
    height: 50px;
    background: #f0f0f0;
}

.menu .menu-links-wrap {
    height: 50px;
    overflow: hidden;
}

.menu .menu-links {
    display: table;
}

.menu ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.menu li a {
    display: table-cell;
    position: relative;
    float: left;
    border-left: 1px solid #e8e8e8;
    text-align: center;
    padding: 0 1.5%;
    margin: 0;
    font-size: 13px;
    color: #333;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
}

.menu li:nth-last-child(2) a {
    border-right: 1px solid #e8e8e8;
}

@media (max-width: 1200px) {
    .menu li a {
        padding: 0 1.2%;
        font-size: 12px;
    }
}

.menu li:hover a {
    background: #555;
    color: #fff;
    border-color: #555;
}

.menu li:hover a+li {
    border-color: #555;
}

.menu li>a>span {
    display: block;
    top: -16px;
    color: #ccc;
}

.menu .current-menu {
    /*background: #fff url('../images/menu-current-bg.png') repeat-x left top;*/
}

@media (max-width: 991px) {
    .menu ul {
        width: 50%;
    }
    .menu .current-menu {
        /* background: transparent;
	color: #c4161c; */
    }
}

.menu .active-menu {
    background: #333 !important;
    color: #fff !important;
    border-color: #333;
}

.menu .student-portal .icon-user {
    top: 4px;
}

.menu .student-portal .fa {
    margin-right: 3px;
    font-size: 14px;
    color: #666;
}

.menu .student-portal .icon-menu-caret {
    margin-top: -5px;
}

.menu .student-portal:hover .icon-menu-caret {
    display: none;
}

.menu .student-portal>a {
    display: block;
    float: right;
    width: 140px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background: #f0f0f0;
    cursor: pointer;
}

.menu .student-portal>a:hover .icon-user {
    background-position: 0 -24px;
}

.menu .student-portal>a:hover .fa {
    color: #aaa;
}

.menu .student-portal>a:hover {
    background: #555;
    color: #fff;
}

/*.menu .student-portal:hover .student-portal-submenu {
    display: block;
}*/
.display-block {
    display: block!important;
}
.menu .student-portal .student-portal-submenu {
    position: absolute;
    top: 100%;
    right: 14px;
    display: none;
    width: 100%;
    height: auto;
    margin-left: 15px;
    padding: 10px;
    background: #fff;
}

.menu .student-portal .student-portal-submenu a {
    width: 100%;
    padding: 7px;
    line-height: 1;
    border: 1px;
    text-transform: none;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
}

.menu .student-portal .student-portal-submenu.portalipog .active a {
    border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

.menu .student-submenu-mobile a {
    font-size: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .menu .student-portal>a {
        width: 134px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .menu-wrap {
        display: none;
        position: relative;
        height: auto;
        background: none;
    }
    .search {
        margin: 30px 0 30px 0;
    }
    .menu {
        display: block;
        height: 100%;
        background: #e8e8e8;
        overflow: hidden;
        padding-bottom: 30px;
    }
    .menu ul {
        display: block;
        width: 50%;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 0;
    }
    .menu li a {
        display: block;
        position: relative;
        float: none;
        border-top: 1px solid #e0e0e0;
        border-left: 0;
        border-right: 0;
        text-align: left;
        padding: 0 10px;
        margin: 0;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        line-height: 36px;
        text-transform: none;
    }
    .menu li:nth-last-child(2) a {
        border-right: none;
    }
    .menu li:first-child a {
        border-top: none;
    }
    .menu li:hover a {
        background: none;
        color: #c4161c;
        border-color: #e0e0e0;
    }
    .menu li:hover a+li {
        border-color: #555;
    }
    .menu li>a>.icon-menu-caret {
        position: absolute;
        right: 0;
        left: inherit;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 0;
        margin-top: 0;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .menu .active-menu {
        left: 50px;
        padding: 0 10px;
        margin-left: -50px;
        border-radius: 3px;
    }
    .menu .menu-links-wrap {
        height: auto;
        overflow: visible;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .menu li a {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .menu li a {
        font-size: 10px;
    }
}



/*SUBMENU*/

@media (min-width: 992px) {
    .mobile-wrap {
        margin: 0;
        padding: 0;
        left: 0;
        width: 100%;
    }
}

.submenu-wrap {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    background: #333;
    color: #fff;
    overflow: hidden;
    padding: 40px 0;
}

.submenu i.fa {
    color: #999;
}

.submenu h4 {
    margin: 7px 0;
    color: #999;
    clear: both;
    vertical-align: middle;
    cursor: default;
}

.submenu h4 a,
.submenu a h4 {
    color: #999;
    cursor: pointer
}

.submenu h4 a:hover,
.submenu a:hover h4 {
    color: #c4161c;
}

.submenu .section:first-child {
    border: none;
}

.submenu .section span {
    margin-right: 7px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.submenu ul {
    display: table-cell;
    list-style: none;
    padding: 0;
}

.submenu li {
    line-height: 1.1;
    font-size: 14px;
    padding: 5px 0;
}

.submenu a {
    color: #fff;
}

.submenu a:hover,
.submenu .current-submenu {
    color: #c4161c;
}

@media (max-width: 991px) {
    .submenu-wrap {
        display: none;
        position: relative;
        float: right;
        width: 50%;
        height: 369px;
        background: #333;
        color: #fff;
        overflow: hidden;
        overflow-y: scroll;
        padding: 20px 10px;
        margin-top: -399px;
        border-radius: 3px;
    }
    .submenu-wrap::-webkit-scrollbar {
        width: 10px;
    }
    .submenu-wrap::-webkit-scrollbar-track {
        background: #444;
    }
    .submenu-wrap::-webkit-scrollbar-thumb {
        background: #777;
    }
    .submenu-wrap::-webkit-scrollbar-track,
    .submenu-wrap::-webkit-scrollbar-thumb {
        border-radius: 3px;
    }
    .submenu .section {
        margin-bottom: 50px;
    }
    .submenu .section:first-child {
        border: none;
    }
    .submenu a {
        display: inline-block;
        padding: 8px 0;
        line-height: normal;
        font-size: 14px;
    }
    .submenu a:hover {
        color: #c4161c;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .submenu a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .submenu a {
        font-size: 10px;
    }
}



/*PATH*/

.path {
    display: block;
    width: 100%;
    line-height: 45px;
    text-align: right;
    font-size: 12px;
    color: #999;
    background: #fff;
}

.path a {
    color: #999;
}

.path a:hover {
    color: #333;
}

.path .current-path {
    font-weight: bold;
    color: #c4161c;
}

@media (max-width: 600px) {
    .path {
        display: none;
    }
}



/*TOP CAROUSEL*/

.carousel {
    height: 480px;
    background: #ccc;
    position: relative;
    overflow: hidden;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    position: relative;
    max-width: none;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media (max-width: 991px) {
    .carousel {
        height: 350px;
    }
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        height: 350px;
        width: auto;
    }
}

@media (max-width: 619px) {
    .carousel {
        height: 220px;
    }
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        height: 220px;
        width: auto;
    }
}



/*TOP SLIDER*/

.top-slider {
    display: block;
    height: 480px;
    overflow: hidden;
}

.top-slider .flickity-viewport {
    height: 100% !important;
}

.top-slider .gallery-cell {
    width: 100%;
    height: 100%;
}

.top-slider .flickity-page-dots {
    bottom: 12px;
}

.top-slider .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(50, 50, 50, .9);
    background: rgba(50, 50, 50, .7);
    filter: alpha(opacity=5);
    opacity: 0.5;
}

.top-slider .gallery-cell .img-mobile {
    display: none;
}

@media (max-width: 1199px) {
    .top-slider {
        height: 330px;
    }
}

@media (max-width: 991px) {
    .top-slider {
        height: 256px;
    }
}

@media (max-width: 768px) {
    .top-slider {
        height: 180px;
    }
    .top-slider .flickity-page-dots .dot {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 480px) {
    .top-slider {
        height: 320px;
        background-color: #252525;
        background: #252525 url(../images/ajax-loader2.gif) center center no-repeat;
    }
    .top-slider .flickity-viewport {
        height: auto;
    }
    .top-slider .flickity-page-dots {
        bottom: 24px;
        position: relative;
    }
    .top-slider .flickity-page-dots .dot {
        width: 12px;
        height: 12px;
        margin: 0 2px;
        border: 0 solid #fff;
        background-color: rgba(255, 255, 255, .4);
    }
    .top-slider .flickity-page-dots .dot.is-selected {
        background-color: rgba(255, 255, 255, .4);
    }
    .top-slider .gallery-cell .img-desktop {
        display: none;
    }
    .top-slider .gallery-cell .img-mobile {
        display: block;
        height: 300px;
        margin: 10px 0;
    }
    .top-slider .gallery-cell .img-mobile div {
        -webkit-background-size: contain !important;
        background-size: contain !important;
    }
}



/*COURSES*/

.courses {
    position: relative;
    padding: 40px 0 60px;
    background: #455a64 url('../images/courses-bg.jpg') center top;
}

@media (max-width: 991px) {
    .courses {
        padding-bottom: 40px;
        box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 767px) {
    .courses {
        padding: 15px 0;
        background-image: none;
        background-color: #455a64;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}



/*FIND COURSES*/

.find-courses {
    display: block;
    height: 450px;
    background: #fff;
}

@media (max-width: 619px) {
    .find-courses {
        height: auto;
    }
}

.find-courses .header {
    width: 100%;
    height: 67px;
    color: #fff;
    font-size: 38px;
    line-height: 27px;
    padding: 20px;
    background: #78909c;
}

.find-courses .filters {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    height: 55px;
    line-height: 20px;
    padding: 0 10px;
    background: #eee;
    overflow: hidden;
    font-size: 12px;
}

.find-courses .filters .text,
.find-courses .filters .city-filter,
.find-courses .filters .search {
    display: table-cell;
}

@media (max-width: 619px) {
    .find-courses .filters .text,
    .find-courses .filters .city-filter {
        display: none;
    }
    .find-courses .filters .text {
        padding: 10px 0;
    }
    .find-courses .filters .search {
        margin-bottom: 15px;
    }
    .find-courses-unit .filters .search {
        width: 100% !important;
        margin-top: 0;
    }
}

.find-courses .filters .text {
    width: 20%;
}

.find-courses .filters .city-filter {
    width: 35%;
}

.find-courses .filters .search {
    width: 45%;
}



/*FIND COURSES UNIT*/

.find-courses-unit {
    display: block;
    height: 435px;
    background: #fff;
}

@media (max-width: 619px) {
    .find-courses-unit {
        height: auto;
    }
}

.find-courses-unit .card-header {
    color: #c4161c;
}

.find-courses-unit .filters {
    display: block;
    border-spacing: 10px;
    height: 55px;
    padding: 8px 20px;
    background: #eee;
    overflow: hidden;
    font-size: 12px;
    margin: 0 -20px;
}

.find-courses-unit .filters .search {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
}

.find-courses-unit .filters .text {
    display: inline-block;
    float: right;
    margin-top: 10px;
    vertical-align: middle;
}

@media (max-width: 619px) {
    .find-courses-unit .filters .text,
    .find-courses-unit .filters .city-filter {
        display: none;
    }
    .find-courses-unit .filters .text {
        padding: 10px 0;
    }
    .find-courses-unit .filters .search {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .find-courses-unit .filters .search {
        margin: 0;
    }
}



/*TREEVIEW*/

.treeview {
    display: block;
    padding: 20px 20px;
    overflow: hidden;
    font-size: 0;
}

.find-courses-unit .treeview {
    padding: 20px 0 0;
}

.treeview-column {
    display: inline-block;
    width: 33.33%;
    height: 285px;
    padding: 0 20px 10px;
    overflow: hidden;
    overflow-y: scroll;
    border-right: 1px solid #eee;
}

.treeview-small-menu {
    display: none;
}

@media (min-width: 620px) {
    .treeview-column {
        display: inline-block;
    }
}

@media (max-width: 619px) {
    .treeview-column,
    .treeview-column:first-child span {
        display: none;
        float: none;
    }
    .treeview-column {
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }
    .treeview-small-menu {
        display: inline-block !important;
    }
    .treeview-small-menu ul {
        margin-bottom: 0;
    }
    .treeview-small-menu ul li {
        border-top: 1px solid #ccc;
        padding: 10px 0;
        font-size: 18px;
    }
}

#t2 ul,
#t3 ul {
    display: none;
}

.treeview li {
    cursor: pointer;
    padding: 7px 0;
    border-top: 1px solid #efefef;
    font-size: 13px;
}

.treeview li:first-child {
    border-top: none;
}

.treeview .active,
.treeview li:hover {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 -20px;
}

.treeview .active,
.treeview .active:hover {
    color: #fff;
    background: #c4161c;
    border-top: 1px solid #c4161c;
    border-bottom: 1px solid #c4161c;
}

.treeview .active:first-child,
.treeview .active+li {
    border-top: none !important;
}

.treeview li:hover {
    background: #eee;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.treeview li:hover:first-child,
.treeview li:hover+li {
    border-top: none;
}

.treeview li span {
    float: right;
}

.treeview::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;
}

.treeview::-webkit-scrollbar-track {
    background: #dfdfdf;
}

.treeview::-webkit-scrollbar-thumb {
    background: #bbb;
}



/*NEXT COURSES*/

.next-courses {
    background: rgba(58, 76, 85, .9);
    height: 450px;
    padding: 20px;
    overflow: hidden;
}

.next-courses .header {
    color: #fff;
    margin-bottom: 10px;
}

.next-courses .header span {
    color: #fff;
}

.next-courses .body {
    overflow: hidden;
    height: auto;
}

.next-courses li a {
    display: block;
    color: #fff;
    padding: 10px 0;
    border-top: 1px solid rgba(224, 224, 224, .1);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

.next-courses ul>li:first-child>a {
    border-top: 0;
}

.next-courses li a:hover {
    color: #cfd8dc;
}

.next-courses .more {
    position: absolute;
    bottom: 0px;
    margin-bottom: 20px;
}

.next-courses .city-filter {
    margin: 10px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .next-courses li a {
        padding: 5px 0;
    }
}

@media (max-width: 991px) {
    .next-courses {
        display: none;
    }
}



/*BANNER-CENTER*/

.banner-center {
    width: 100%;
    background: #fff;
    position: relative;
}

@media (max-width: 991px) {
    .banner-center {
        display: none;
    }
}



/*RECENT*/

.recent {
    width: 100%;
    padding: 80px 0;
    background: #e8eaf6;
    position: relative;
}

@media (max-width: 991px) {
    .recent {
        padding: 60px 0;
        background: #fff;
        background-image: none;
    }
}

@media (max-width: 767px) {
    .recent {
        padding: 0 0 60px;
    }
    .recent .thumb {
        display: none;
    }
}



/*NEWS*/

.recent .news {
    height: 450px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .recent .news {
        height: auto;
        padding: 30px 0;
    }
}

.recent .news .header {
    margin-bottom: 20px;
}

.recent .news ul {
    display: table;
    width: 90%;
    overflow: hidden;
    height: 450px;
}

.recent .news li a {
    display: table-row;
    font-size: 14px;
    ;
    line-height: 1.2;
    height: 92px;
}



/*More info*/

.recent .news li:last-child a {
    display: table-cell;
    height: 30px;
}

.recent .news li a:hover {
    color: #c4161c;
}

.recent .news .thumb {
    display: inline-block;
    width: 52px;
    height: 52px;
    overflow: hidden;
    margin-top: 5px;
    background: #e5e5e5 url(../images/thumb-standard.gif) no-repeat center center;
    background-size: cover;
}

.recent .news .thumb img {
    position: relative;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.recent .news .text {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
}

.recent .news .text small {
    color: #c4161c;
}

@media (max-width: 991px) {
    .recent .news ul {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .recent .news .thumb {
        display: none;
    }
    .recent .news ul {
        display: block;
        width: 100%;
    }
    .recent .news li a {
        display: block;
        height: auto;
        font-size: 18px;
    }
    .recent .news li:last-child a {
        padding-top: 20px;
    }
    .recent .news .text {
        display: inline-block;
        width: 100%;
        padding: 20px 0px;
        vertical-align: top;
        border-bottom: 1px solid #c4161c;
    }
    .recent .news li:first-child .text {
        padding-top: 0;
    }
}



/*EVENTS*/

.events {
    height: 338px;
    overflow: hidden;
}

.events.events-home {
    height: 450px;
}

@media (max-width: 991px) {
    .events {
        /*		height: auto;*/
        padding: 30px 0;
    }
}

.events .header {
    margin-bottom: 20px;
}

.events ul {
    display: table;
    width: 90%;
    overflow: hidden;
    height: 410px;
}

@media (max-width: 991px) {
    .events ul {
        height: auto !important;
    }
}

.events li a {
    display: table-row;
    font-size: 14px;
    ;
    line-height: 1.2;
    height: 80px;
}

.events.events-home li a {
    height: 92px;
}

.events li a:hover {
    color: #c4161c;
}

.events .date {
    display: table-cell;
    vertical-align: top;
    padding-top: 5px;
}

.events .date-wrap {
    display: block;
    width: 52px;
    height: 52px;
    background: #c4161c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
}

.events .date-wrap .day {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
}

.events .date-wrap .month {
    font-size: 13px;
}

.events .text {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.events .text small {
    color: #c4161c;
}

.events .more {
    padding-top: 10px;
}

.recent .events li:last-child a {
    /*More info*/
    display: table-cell;
    height: 30px;
}



/*CHANNEL*/

.channel {
    height: 450px;
    overflow: hidden;
}

.channel .header {
    padding: 0;
    margin-bottom: 20px;
}

.channel ul {
    display: table;
    width: 100%;
    height: 410px;
}

.channel li {
    display: table-row;
    font-size: 14px;
    ;
    line-height: 1.2;
    height: 185px;
}

@media (max-width: 991px) {
    .channel {
        height: auto;
        padding: 30px 0;
    }
    .channel ul {
        height: auto !important;
    }
}



/*More info*/

.recent .channel li:last-child {
    display: table-cell;
    height: 30px;
}

.recent .channel li a:hover {
    color: #c4161c;
}

.recent .channel .channel-video {
    margin: 5px 0;
    width: 250px;
}

.recent .channel .channel-video iframe {
    border: 3px solid #fff;
}

.recent .channel .text {
    display: block;
    font-size: 12px;
}

@media (max-width: 991px) {
    .recent .channel .channel-video {
        margin-left: auto;
        margin-right: auto;
    }
    .recent .channel .text {
        display: block;
        font-size: 12px;
        text-align: center;
    }
}



/*SOCIAL*/

.social {
    width: 100%;
    padding-top: 60px;
    background: #fff;
}

.social .home-channel .header {
    width: 100%;
}

.social .home-channel .more {
    margin-top: 3px;
    float: right;
}

@media (max-width: 991px) {
    .social {
        padding-top: 0;
        margin-top: 0;
    }
    .social .header {
        padding-top: 0;
    }
}



/*FACEPILE*/

.facepile {
    display: block;
    height: 160px;
}

@media (max-width: 991px) {
    .facepile {
        display: none;
    }
}



/*CALL SERVICE*/

.social .call-service {
    display: block;
    height: 160px;
}

@media (max-width: 991px) {
    .social .call-service {
        padding-bottom: 30px;
    }
}

.social .call-service .header {
    display: block;
    letter-spacing: -1px;
    height: 40px;
}

.social .call-service .header .icon.icon-earphone {
    display: none;
}

.social .call-service .body {
    display: block;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .social .call-service .body {
        height: auto;
        padding-bottom: 15px;
    }
}

.social .call-service .form {
    display: block;
    height: 40px;
    max-width: 350px;
}



/*TESTIMONY CAROUSEL*/

.social .testimony {
    display: block;
    height: 160px;
}

.social .testimony .header .fa {
    padding-right: 5px;
    font-size: 24px;
    color: #666;
}

.social .testimony .controls {
    display: block;
    position: absolute;
    width: 35px;
    left: -35px;
    margin-left: 100%;
    margin-top: 3px;
    letter-spacing: 10px;
}

.social .testimony .header {
    display: inline-block;
    max-width: 80%;
    height: 28px;
    /*overflow: hidden;*/
    padding-right: 70px;
    margin-bottom: 0;
    cursor: pointer;
}

.social .testimony .body {
    padding-top: -25px;
    padding-bottom: 10px;
}

.imageDepoimento {
    width: 80px;
    height: 80px;
    float: left;
    clear: both;
    position: relative;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin: 0 10px 45px 0;
    background: url("../images/thumb-user-standard.gif") no-repeat center center;
    background-size: cover;
}

.titNomeDepoimento {
    margin-bottom: 5px;
}

.imageDepoimento img {
    position: absolute;
    top: 0px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 110px;
    min-width: 100%;
}

.social .testimony .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4;
    max-height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.social .carousel {
    background: transparent;
    background: #fff;
    overflow: visible;
}

.social .carousel-inner {
    overflow: visible;
}

.social .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.social .carousel-fade .carousel-inner .active {
    opacity: 1;
}

.social .carousel-fade .carousel-inner .active.left,
.social .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.social .carousel-fade .carousel-inner .next.left,
.social .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.social .carousel-fade .carousel-control {
    z-index: 2;
}

@media (max-width: 991px) {
    .social .testimony {
        height: auto;
        padding-top: 60px;
    }
    .social .testimony .header {
        padding-right: 0;
    }
    .social .testimony .imageDepoimento,
    .social .testimony .icon-quote-mark {
        display: none;
    }
    .social .testimony .text:before {
        display: none;
    }
    .social .testimony .controls {
        margin-left: calc(100% - 20px);
    }
}



/*TESTIMONY MODAL*/

#testimony-modal .form-cell,
#testimony-modal .form-cell-full {
    margin-top: 15px;
}



/*ARTICLE*/

.article {
    background: #e5e5e5;
    /*overflow-x: hidden;*/
}

.article .page-title {
    display: inline-block;
    /*width: auto;*/
    font-size: 42px;
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 35px;
}

.article .page-title:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 26px;
    color: #c4161c;
    margin-right: 5px;
    margin-left: -35px;
}

.article .page-title.small {
    font-size: 20px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
}

.article .page-title.small:before {
    ;
    font-size: 16px;
    margin-right: 0;
}

@media (max-width: 767px) {
    .article .page-title {
        font-size: 36px;
        line-height: 40px;
        margin-left: 0;
    }
    .article .page-title:before {
        content: none;
        margin-right: 0;
    }
}

.article-main-wrap {
    display: block;
    width: 100%;
    min-height: 800px;
    background: #fff;
    padding: 5px 60px;
    overflow: hidden;
}

.article-main-wrap:first-of-type {
    padding-top: 60px;
}

.article-main-wrap:last-of-type {
    padding-bottom: 60px;
}

.article-main-wrap img.img-responsive {
    margin-bottom: 30px;
}

@media (max-width: 519px) {
    .article-main-wrap {
        padding: 20px;
    }
}

.article-main-wrap p {
    padding-bottom: 20px;
}

.article-main-wrap h1,
.article-main-wrap h3 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-main-wrap h1 {
    font-size: 36px;
    font-weight: 300;
}

.article-main-wrap h1:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

.article-main-wrap input,
.article-main-wrap textarea,
.article-main-wrap select {
    margin-bottom: 20px;
}

.article-main-wrap .text-list {
    list-style: disc;
    -webkit-margin-before: 10px;
    -webkit-margin-after: 10px;
    -webkit-margin-start: 17px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.article-info {
    display: block;
    padding: 15px 0 40px;
}

.article-info small {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .article-info {
        padding: 15px 0;
    }
}

.article-info .glyphicon {
    color: #999;
}

.article-info a:hover .glyphicon {
    color: #c4161c;
}

.event .article-info .glyphicon {
    color: #c4161c;
}

.event .article-info a:hover .glyphicon {
    color: #333;
}

.article-footer {
    display: block;
    background: #f0f0f0;
    height: auto;
    margin: 60px -60px -60px;
    padding: 25px 60px;
    vertical-align: middle;
    color: #999;
    font-size: 12px;
}

@media (max-width: 520px) {
    .article-footer {
        margin: 20px -20px -20px;
        padding: 20px 20px;
    }
}

.article-footer a {
    color: #999;
}

.article-footer a:hover {
    color: #333;
}

.article-item {
    display: block;
    padding: 60px 0;
    border-bottom: 1px solid #e0e0e0;
}

.article-item:first-of-type {
    margin-top: 15px;
    padding-top: 0;
}

.article-item:last-of-type {
    border-bottom: none;
}

.article-item .image {
    display: inline-block;
    width: 32%;
    min-height: 100px;
    max-height: 225px;
    margin-right: 5%;
    overflow: hidden;
    vertical-align: top;
}

@media (max-width: 767px) {
    .article-item .image {
        display: block;
        width: 100%;
    }
}

.article-item .image img {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 100%;
    height: auto;
}

.article-item .text {
    display: inline-block;
    width: 62%;
    vertical-align: top;
}

.article-item .text-alltype {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

@media (max-width: 767px) {
    .article-item .text {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
}

.article-item .text h3,
.article-item .text-alltype h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.article-item .text .more,
.article-item .text-alltype .more {
    vertical-align: bottom;
}

.article-item .text .more .glyphicon,
.article-item .text-alltype .more .glyphicon {
    color: #fff;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .article-item .text .more,
    .article-item .text-alltype .more {
        vertical-align: bottom;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .article-item .text .more,
    .article-item .text-alltype .more {
        float: none;
        margin-top: 20px;
    }
}

.article-item-info {
    display: block;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .article-item-info small {
        display: block;
    }
}

.article-item-info .glyphicon {
    color: #999;
}

.article-item-info a:hover .glyphicon {
    color: #c4161c;
}

.article-previous a {
    float: left;
    padding-right: 10px;
}

.article-next a {
    float: right;
    border-left: 1px solid #e0e0e0;
    padding-left: 10px;
    text-align: right;
}

.article-previous a,
.article-next a {
    display: inline-block;
    width: 50%;
    margin-bottom: 80px;
}

.article-previous a small,
.article-next a small {
    color: #999;
}

.article-comment {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.article .likes a,
.article .likes button {
    width: 24px;
    height: 24px;
    font-size: 13px;
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    border-radius: 50%;
    border: none;
    background: #e0e0e0;
}

.article .likes a:hover,
.article .likes button:hover {
    color: #fff;
    background: #090;
}

.article-share {
    display: block;
    margin: 30px 0;
}

.article-share .icon {
    width: 20px;
    height: 20px;
    margin: 10px 10px 0 0;
    cursor: pointer;
}

.article-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-share li {
    display: inline-block;
    cursor: pointer;
}

.article-author {
    display: block;
    color: #999;
    margin-bottom: 10px;
}



/*ARTICLE TESTIMONY*/

.article.testimony .article-item .image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ddd url("../images/thumb-user-standard.gif") no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .article.testimony .article-item .image {
        width: 100px;
    }
}

.article.testimony .article-item .image img {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.article.testimony .article-item .text {
    width: 78%;
}



/*ARTICLE SEARCH*/

.article.search .article-item .image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ddd url("../images/thumb-user-standard.gif") no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .article.testimony .article-item .image {
        width: 100px;
    }
}

.article.testimony .article-item .image img {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.article.testimony .article-item .text {
    width: 78%;
}



/*ARTICLE BENEFITS CLUB*/

.article.benefits-club .article-item .image {
    display: inline-block;
    width: 24%;
    height: 100px;
    margin-right: 5%;
    overflow: hidden;
    vertical-align: top;
}

@media (max-width: 767px) {
    .article.benefits-club .article-item .image {
        display: inline-block;
        width: 100%;
        max-width: 250px;
        height: 150px;
    }
}

.article.benefits-club .article-item .image img {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.article-main-wrap .main-title {
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: 300;
    color: #c4161c;
}

.article.curso .article-main-wrap .main-title {
    font-size: 35px;
}

.article.curso .article-main-wrap h1 {
    padding: 0;
    font-size: 26px;
    font-weight: 300;
    cursor: pointer;
}

.article.curso .article-main-wrap h1:last-of-type {
    padding-bottom: 20px;
}

.article.curso .article-main-wrap h1:before {
    content: '\f196';
    padding-right: 10px;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #c4161c;
    vertical-align: middle;
}

.article.curso .article-main-wrap h1.open:before {
    content: '\f147';
}

.article.curso .article-main-wrap .blococontainer {
    display: none;
    border-bottom: 1px solid #e3e3e3;
}

.article.curso .page-wrap {
    margin: 0;
    padding-bottom: 60px;
}

.article.curso .footer,
.article.curso .push {
    display: none;
}

.article.curso .sticky-anchor {
    background-color: #1d3d8c !important;
}

@media (min-width: 992px) {
    .article.curso .menu-social,
    .article.curso .search {
        display: none;
    }
    .article.curso #menu-toggle.active-lg {
        display: block;
    }
    .article.curso .menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .article.curso .article-main-wrap h1 {
        font-size: 20px;
    }
}

.curso-info {
    margin: 20px 0;
}

.curso-info img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}



/*CARD*/

.card {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    overflow: hidden;
}

.card .fa {
    color: #666;
}

@media (max-width: 991px) {
    .card {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .first-card {
        margin-top: 0;
    }
}

.card-with-overflow .card {
    /*For popovers, etc*/
    overflow: visible;
}

.card .card-media-box {
    display: block;
    height: auto;
    background: #f0f0f0;
    padding: 0;
    font-size: 0;
}

.card .card-header {
    display: block;
    margin: 20px;
    margin-bottom: 15px;
    width: 75%;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.card .card-header span {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
}

.card .card-header .glyphicon {
    top: 20px;
    color: #666;
}

.card .card-main {
    margin: 20px;
}

.card .card-main-scroll {
    position: absolute;
    height: auto;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 60px;
    overflow: hidden;
    overflow-y: scroll;
}

.card .card-footer {
    display: block;
    overflow: hidden;
    background: #f0f0f0;
    height: auto;
    padding: 15px 20px;
    vertical-align: middle;
    color: #999;
    font-size: 12px;
}

.card .card-footer.contact {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}



/*CARD DOWNLOAD*/

.card-download .more .fa {
    color: #fff;
}



/*CARD MENU*/

.current-card-menu {
    color: #c4161c;
    font-weight: bold;
}



/*CARD SHARE*/

.card-share .facepile {
    display: block;
    height: 200px;
    background: #eee;
}

.card-share a {
    margin-left: 3px;
}

.card-share .card-footer .icon {
    width: 20px;
    height: 20px;
}

.card-share .card-footer ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-share .card-footer li {
    display: inline-block;
    cursor: pointer;
}

@media (min-width: 768px) {
    .card-share-whatsapp {
        display: none !important;
    }
}



/*CARD-PRE-REGISTRATION*/

.card-pre-registration .card-header {}

.card-pre-registration {
    height: auto;
}

.card-pre-registration .card-main {
    /*margin-top: 60px;*/
}

.card-pre-registration input,
.card-pre-registration select {
    height: 30px;
}

.card-pre-registration .btn-default {
    width: 100%;
    font-size: 18px !important;
    font-weight: 400;
}

.card-pre-registration .btn-default .fa {
    font-size: 14px;
    color: #fff;
}

.card-pre-registration label {
    margin-top: 5px;
}

@media (min-width: 992px) {
    .card-pre-registration.pin {
        position: fixed;
        top: 0;
        z-index: 100;
    }
    .card-pre-registration.pin.stop {
        position: absolute;
    }
}



/*PRE-REGISTRATION MODAL*/

#pre-registration-modal .modal-header {
    background-color: #c4161c;
    color: #fff;
    padding: 30px;
}

#pre-registration-modal .modal-title {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

#pre-registration-modal .modal-body {
    padding: 0 45px 30px;
}

@media (max-width: 570px) {
    #pre-registration-modal .modal-header {
        padding: 15px;
    }
    #pre-registration-modal .modal-body {
        padding: 15px;
    }
}

#pre-registration-modal .modal-header p {
    width: 100%;
    padding-right: 75px;
}



/* FILTRO PRE-MATRICULA */

.card.filtro-prematricula form {
    display: inline-block;
    margin-bottom: 65px;
}

.card.filtro-prematricula .checkbox {
    margin: 2px 0;
    margin-left: 20px;
}

.card.filtro-prematricula .form-cell-full {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .card.filtro-prematricula .form-cell-full {
        margin: 0;
        margin-top: 15px;
    }
}



/*ALUGUEL SALA*/

.aluguel-sala {
    background-color: #c4161c !important;
    color: #fff;
    display: block;
}

.aluguel-sala .content {
    display: inline-block;
}

.aluguel-sala i.fa {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 48px;
    color: #9c1116;
}



/*ALUGUEL SALA MODAL*/

#aluguel-sala-modal .modal-header {
    background-color: #c4161c;
    color: #fff;
    padding: 30px;
}

#aluguel-sala-modal .modal-title {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

#aluguel-sala-modal .modal-body {
    padding: 0 45px 30px;
}

@media (max-width: 570px) {
    #aluguel-sala-modal .modal-header {
        padding: 15px;
    }
    #aluguel-sala-modal .modal-body {
        padding: 15px;
    }
}

#aluguel-sala-modal .modal-header p {
    width: 100%;
    padding-right: 75px;
}



/*ALUGUEL SALA*/

.aluguel-sala {
    background-color: #c4161c !important;
    color: #fff;
    display: block;
}

.aluguel-sala .content {
    display: inline-block;
}



/*OUVIDORIA*/

.ouvidoria {
    background-color: #c4161c !important;
    color: #fff;
    display: block;
}

.ouvidoria .content {
    display: inline-block;
}

.ouvidoria i.fa {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 48px;
    color: #9c1116;
}



/*OUVIDORIA MODAL*/

#ouvidoria-modal .modal-header {
    background-color: #c4161c;
    color: #fff;
    padding: 30px;
}

#ouvidoria-modal .modal-title {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

#ouvidoria-modal .modal-body {
    padding: 0 45px 30px;
}

@media (max-width: 570px) {
    #ouvidoria-modal .modal-header {
        padding: 15px;
    }
    #ouvidoria-modal .modal-body {
        padding: 15px;
    }
}

#ouvidoria-modal .modal-header p {
    width: 100%;
    padding-right: 75px;
}



/*OUVIDORIA*/

.ouvidoria {
    background-color: #c4161c !important;
    color: #fff;
    display: block;
}

.ouvidoria .content {
    display: inline-block;
}



/*CARD RELATED COURSES*/

.card-related-courses li {
    display: block;
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.card-related-courses li:first-child {
    border: none;
}

.card-related-courses li a {
    color: #666;
}

.card-related-courses li:hover a {
    color: #c4161c;
}



/*CARD RELATED CONTENT*/

.card-related-content ul {
    display: table;
    overflow: hidden;
}

.card-related-content li {
    display: table-row;
    height: 92px;
}

.card-related-content li:last-child {
    height: auto;
}

.card-related-content .thumb-wrap {
    display: table-cell;
}

.card-related-content .thumb {
    display: inline-block;
    width: 52px;
    height: 52px;
    overflow: hidden;
    margin-top: 7px;
    background: #e5e5e5 url(../images/thumb-standard.gif) no-repeat center center;
    background-size: cover;
}

.card-related-content .thumb img {
    position: relative;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.card-related-content .text {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
}

.card-related-content .text small {
    color: #c4161c !important;
}



/*CARD EVENTS*/

.card-events {
    height: 435px;
}

.card-events li {
    padding-bottom: 20px;
}

.card-events li a {
    height: auto;
}

.card-events .events ul li:last-child a .date {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .card-events .events {
        padding: 0;
    }
}

#ul-proximas-turmas {
    max-height: 275px;
    overflow: hidden;
    overflow-y: auto;
}



/*CARD NEWS*/

.card-news {
    height: 465px;
    overflow: hidden;
}

.card-news ul {
    display: table;
    margin-top: 20px;
    margin-bottom: 0;
    height: 337px;
}

.card-news li {
    display: table-row;
    height: 80px;
}

.card-news li:last-child {
    height: auto;
}

.card-news .thumb-wrap {
    display: table-cell;
}

.card-news .thumb {
    display: inline-block;
    width: 52px;
    height: 52px;
    overflow: hidden;
    margin-top: 7px;
    background: #e5e5e5 url(../images/thumb-standard.gif) no-repeat center center;
    background-size: cover;
}

.card-news .thumb img {
    position: relative;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.card-news .text {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
    line-height: 1.2;
}

.card-news .text small {
    color: #c4161c !important;
}



/*CARD UNITS CONTACT*/

.card-units-contact {
    height: 465px;
    overflow: hidden;
}

.card-units-contact address {
    height: 60px;
    font-size: 14px;
    overflow: hidden;
    overflow-y: auto;
}

#map-canvas {
    width: 100%;
    height: 279px;
}



/*CARD UNITS MESSAGE*/

.card-units-message {
    height: 465px;
}

.card-units-message input,
.card-units-message textarea {
    margin-bottom: 20px;
}



/*CARD UNITS SOCIAL*/

.card-units-social {
    display: block;
    height: 169px;
}

.units-social {
    display: block;
    width: 100%;
}

.facepile-units {
    display: inline-block;
}

.units-social-icons {
    display: table;
    width: 100%;
}

.units-social-icons .icon {
    display: table-cell;
    margin-left: 2%;
    float: left;
    margin-top: 16px;
}

.units-social-icons .icon-facebook-big {
    margin-left: 0;
}

@media (max-width: 767px) {
    .card-units-social {
        display: inline-block;
        height: auto;
    }
    .units-social {
        height: 50px;
    }
    .facepile-units {
        display: none;
    }
    .units-social-icons {
        display: block;
        width: 100%;
        height: auto;
    }
    .units-social-icons .icon {
        float: left;
        zoom: .75;
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 0;
    }
}



/*CARD UNITS PARTNERS*/

.card-units-partners {
    height: 169px;
}

.card-units-partners .card-main {
    margin-left: 40px;
    margin-right: 40px;
}

.card-units-partners .owl-carousel {
    text-align: center;
}

.card-units-partners .owl-carousel .owl-stage-outer {
    display: inline-block;
    max-width: 100%;
}

.card-units-partners .owl-carousel .owl-item {
    padding: 0 15px;
}

.card-units-partners .owl-carousel .owl-item .img-fit {
    height: 75px;
}

.card-units-partners .owl-nav .owl-prev,
.card-units-partners .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    background: none !important;
}

.card-units-partners .owl-nav .owl-prev {
    left: -30px;
}

.card-units-partners .owl-nav .owl-next {
    right: -30px;
}

.card-units-partners .owl-nav .owl-prev:hover,
.card-units-partners .owl-nav .owl-next:hover {
    background: none;
}



/*CARD UNITS TESTIMONY*/

.card-units-testimony {
    height: 169px;
    font-size: 14px;
    ;
}

.card-units-testimony .owl-item {
    background: #fff;
}



/*CARD NEWSLETTER*/

.card-newsletter {
    height: 170px;
}

.card-newsletter .text {
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    .card-newsletter {
        display: inline-block;
        height: auto;
    }
}



/*CARD MESSAGE CONTACT*/

.card-message-contact {
    height: 515px;
}

.card-message-contact .card-header {
    width: 82%;
}

@media (max-width: 569px) {
    .card-message-contact {
        height: 661px;
    }
}

.card-message-contact .card-main .caption {
    height: 44px;
    overflow: hidden;
}

.card-message-contact form {
    display: block;
    height: auto;
}

.card-message-contact form div {
    margin-top: 15px;
}

.card-message-contact form textarea {
    height: 112px;
}



/*CARD PHONES*/

.card-phones {
    height: 515px;
}

.card-phones ul {
    font-size: 0;
}

.card-phones li span {
    font-size: 14px;
    ;
    font-weight: 400;
}

.card-phones li span:before {
    content: '\e062';
    font-family: 'Glyphicons Halflings';
    color: #c4161c;
    padding-right: 5px;
    font-size: 12px;
}

.card-phones li:hover span:before {
    color: #fff;
}

.card-phones li a {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

.card-phones li:hover a {
    color: #fff;
    background: #c4161c;
}

.card-phones li:first-child a {
    border-top: none;
}

.card-phones li:nth-child(even) {
    background: #f0f0f0;
}



/*CARD CATEGORIES*/

.card-categories {
    height: 270px;
}

.card-categories .card-header span {
    color: #666;
}

.card-categories .category-icon {
    position: relative;
    top: 7px;
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.card-categories .category-icon img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}



/*CARD NEW POSTS*/

.card-new-posts li {
    display: block;
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.card-new-posts li:first-child {
    border: none;
}

.card-new-posts li a {
    color: #666;
}

.card-new-posts li:hover a {
    color: #c4161c;
}



/*NEWS THUMB*/

.news-thumb {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    color: #fff;
    background: #eee;
    border: 1px solid transparent;
    overflow: hidden;
}

.news-thumb:hover {
    border-color: #c4161c;
}

.news-thumb-media {
    display: block;
    overflow: hidden;
}

.news-thumb-media img {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0 !important;
}

.news-thumb-top {
    display: inline-block;
    padding: 7px;
    left: -20px;
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    background: #eee;
    padding: 7px 12px;
    overflow: hidden;
}

.news-thumb-top small {
    float: right;
    font-weight: 300;
}

.news-thumb-caption {
    padding: 5px;
    font-size: 12px;
    color: #333;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news-thumb {}
    .news-thumb-media {
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .news-thumb-wrap:nth-child(3n+1) {
        clear: both;
    }
}

@media (max-width: 480px) {
    .news-thumb-wrap {
        width: 100%;
    }
}



/*BANNER BOTTOM*/

.banner-bottom {
    display: block;
    border: 1px solid #b0b0b0;
    margin: 50px 0 0;
}



/*ARTICLE MAIN CAROUSEL*/

.article-main-carousel .carousel {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}

.article-main-carousel .carousel img {
    width: 100%;
    height: auto;
}

.article-main-carousel .carousel-control {
    opacity: .15;
}

.article-main-carousel .carousel-control:hover,
.article-main-carousel .carousel-control:focus {
    opacity: .3;
}

@media (max-width: 767px) {
    .article-main-carousel {
        display: none;
    }
}



/*ARTICLE SIDE CAROUSEL*/

.article-side-carousel .carousel,
.article-side-carousel .carousel img {
    max-width: 320px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*REGISTERED COMPANIES*/

.registered-companies img {
    display: inline-block;
    max-width: 100%;
    padding: 20px;
}

@media (max-width: 767px) {
    .registered-companies {
        margin-bottom: 30px;
    }
    .registered-companies h4 {
        text-align: center;
    }
    .registered-companies img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding: 10px 80px;
    }
}



/*LOGO BANCO TALENTOS*/

.logo-banco-talentos {
    display: block;
    padding: 50px 0;
}

@media (max-width: 519px) {
    .logo-banco-talentos {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding: 20px;
        padding-bottom: 60px;
    }
}



/*CARD RESUME*/

.card-resume {
    height: 635px;
}

.card-resume .card-main>p {
    height: 116px;
}

@media (max-width: 569px) {
    .card-resume {
        height: 802px;
    }
    .card-resume .card-main p {
        height: 130px;
    }
}

.card-resume form {
    display: block;
    height: auto;
}

.card-resume form div {
    margin-top: 15px;
}

.card-resume form textarea {
    height: 75px;
}

.form-cell-resume {
    display: block;
    width: 100%;
    height: 70px;
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

.form-cell-resume label {
    margin-top: 0;
}



/*CARD SEARCH AUTHOR*/

.card-search-author input {
    margin-bottom: 20px;
}



/* FORM ERROR */

.required-field {
    border: 1px solid #f00 !important;
    color: #c00 !important;
    background: #fff;
}

.required-field::-webkit-input-placeholder {
    color: #c00;
}

.required-field:-moz-placeholder {
    /* Firefox 18- */
    color: #c00;
}

.required-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #c00;
}

.required-field:-ms-input-placeholder {
    color: #c00;
}



/*COURSES MAP*/

.courses-map {
    margin-top: 30px;
}

.courses-map>ul>li {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
}

.courses-map>ul>li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080\202f";
    font-size: 10px;
    color: #c9252b;
}

.courses-map>ul>li>ul>li {
    font-weight: 400;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 30px;
}



/*BLOG*/

.blog .info a,
.blog .info {
    display: inline-block;
    color: #b7b7b7;
    font-size: 12px;
    margin-bottom: 10px;
}

.blog .info .fa {
    padding-left: 10px;
    padding-right: 5px;
}

.blog a:not('.more.btn') {
    display: block;
}

.blog a:hover .thumb {
    opacity: .92;
}



/*.blog .headline a:hover .thumb {
opacity: 1;
}*/

.box-noticia {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.box-noticia .thumb {
    display: inline-block;
    width: 52px;
    height: 52px;
    overflow: hidden;
    margin-top: 5px;
    background: #e5e5e5 url(../images/thumb-standard.gif) no-repeat center center;
    background-size: cover;
}

.box-noticia .thumb img {
    position: relative;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.box-noticia p {
    position: relative;
    display: block;
    float: left;
    padding-left: 20px;
    font-size: 14px;
}

.img-not {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    float: left;
    background: red;
}

.img-not p a {
    text-decoration: none;
}

.blog .category {
    margin-top: 15px;
    font-size: 12px;
    color: #b7b7b7;
    text-transform: uppercase;
}

.blog .category-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: 3px;
    margin-bottom: -4px;
}

.blog h1 {
    margin: 0;
    padding-top: 0;
}

.headline {
    margin-top: 340px;
}

.headline .thumb {
    position: absolute;
    height: 400px;
    top: -400px;
    right: -45px;
    left: -45px;
    overflow: hidden;
}

.headline .thumb span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: url(../images/headline-title-bg.png) repeat-x left bottom;
}

.headline .title {
    position: absolute;
    font-size: 28px;
    font-weight: 700;
    top: -100px;
    color: #fff;
}

.headline .title h1 {
    font-size: 22px;
}

.headline .excerpt {
    margin-top: 30px;
}

.highlights h3 {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 7px;
}

.highlights .thumb {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.highlights .item {
    display: inline-block;
}

.thumbs-list-3 {
    line-height: 1.1;
}

.section-title {
    display: block;
    position: relative;
    padding: 5px 0;
    margin: 60px 0 30px;
    border-top: 3px solid #e5e5e5;
}

.section-title span {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    position: absolute;
    top: -20px;
    background: #fff;
    padding: 0 10px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.monthly-images {
    height: 420px;
}

.monthly-images .item {
    height: 420px;
}

.monthly-images .carousel-control.left,
.monthly-images .carousel-control.right {
    background: none;
}

.monthly-images .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    font-size: 12px;
    line-height: 12px;
    padding: 9px;
    background: url(../images/headline-title-bg.png) repeat-x left bottom;
}

.monthly-images .carousel-caption span {
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 15px;
}

.blog-popular .item {
    display: table;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-popular .item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.blog-popular .item .thumb {
    display: inline-block;
    float: left;
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.blog-popular .item .text {
    display: table-cell;
    width: 70%;
    height: 50px;
    padding-left: 15px;
    vertical-align: middle;
}

.blog-popular .item .text small {
    color: #b7b7b7;
}

.blog-categories .card-main {
    max-height: 110px;
    overflow-y: auto;
}

.blog-categories .item .fa {
    font-size: 12px;
    color: #b7b7b7;
    padding-right: 7px;
}

.blog-categories .item {
    overflow: hidden;
}

.side-highlight {
    position: relative;
    width: 100%;
    height: 270px;
    margin-bottom: 20px;
    overflow: hidden;
}

.side-highlight .thumb {
    width: 100%;
    height: 100%;
}

.side-highlight .thumb span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: url(../images/headline-title-bg.png) repeat-x left bottom;
}

.side-highlight .title {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    color: #fff;
}

.side-highlight h3 {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .headline .thumb {
        top: -430px;
    }
    .headline .title {
        top: -120px;
    }
    .section-title span {
        top: -12px;
        font-size: 12px;
    }
    .side-highlight {
        margin-top: 20px;
    }
}

@media (max-width: 479px) {
    .headline {
        margin-top: 200px;
    }
    .headline .thumb {
        top: -235px;
        height: 200px;
    }
    .headline .thumb span {
        display: none;
    }
    .headline .title {
        position: relative;
        top: 0;
    }
    .headline .title h1 {
        display: block;
        height: auto;
        font-size: 28px;
        color: #333;
        padding-bottom: 0;
    }
    .highlights .item {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .monthly-images {
        height: 300px;
        overflow: hidden
    }
    .monthly-images .item {
        height: 300px;
        overflow: hidden;
    }
}



/*MENU CATEGORIES*/

.menu-categories {
    left: -2px;
    bottom: 30px;
}

.menu-categories>li {
    float: left;
    position: relative;
    margin: 2px;
    font-size: 14px;
    ;
    cursor: pointer;
    /*background: #fff;*/
    padding: 5px 10px;
    color: #333;
}

.menu-categories>li:hover {
    color: #fff;
    background: #c9252b;
}

.menu-categories>li>ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    max-width: 320px;
    min-width: 220px;
    width: auto;
    height: auto;
    background: #fff;
    border-top: 4px solid #c9252b;
}

.menu-categories>li>ul>li a {
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
    border-bottom: 1px solid #e5e5e5;
}

.menu-categories>li>ul>li:hover a {
    color: #333;
    background: #eee;
}

.menu-categories>li>ul>li:last-child {
    border: none;
}

.menu-categories>li>ul>li a {
    display: block;
    font-size: 14px;
    ;
}

@media (max-width: 767px) {
    .menu-categories {
        display: none;
    }
}



/*BLOG ARTICLE*/

.blog-article .article-main-wrap h1 {
    font-weight: 700;
    font-size: 36px;
}

.blog-article .info a,
.blog-article .info {
    display: inline-block;
    color: #b7b7b7;
    font-size: 12px;
    margin-bottom: 10px;
}



/*SHARE BLOCK*/

.share-block {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 20px 0 40px;
    padding: 5px 0;
    color: #999;
    font-size: 0;
    vertical-align: top;
    border-top: 1px dashed #e3e3e3;
    border-bottom: 1px dashed #e3e3e3;
}

.share-block ul {
    display: inline-block;
    margin-left: 15px;
    font-size: 0;
}

.share-block li {
    display: block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.share-block .icon {
    width: 20px;
    height: 20px;
}

.share-block .item {
    display: inline-block;
    padding-right: 10px;
    margin: 5px 0;
    font-size: 0;
}



/*THUMBS LIST 3*/

.thumbs-list-3 .item {
    margin-bottom: 20px;
}

.thumbs-list-3 .item:nth-child(3n+1) {
    clear: both;
}

.thumbs-list-3 .thumb {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .thumbs-list-3 .item: nth-child(3n+1) {
        clear: none;
    }
    .thumbs-list-3 .item:nth-child(n+1) {
        clear: none;
    }
}

@media (max-width: 479px) {
    .thumbs-list-3 .item {
        width: 100%;
        float: none;
    }
}



/*OWL CAROUSEL*/

.owl-item div {
    position: relative;
    height: 65px;
}

.owl-item div img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.esconder {
    display: none;
}



/* AUTHOR */

.author {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 60px 0;
}

.author .image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 100%;
}

.author .caption {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    font-size: 12px;
}

.author .caption h4 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .author .image,
    .author .caption {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0;
        margin-top: 15px;
    }
}

#filtroCursosHome {
    display: none;
}

.btnIncompany {
    padding: 5.5px 13px;
}

@media (max-width: 480px) {
    #treeview {
        display: none;
    }
    #filtroCursosHome {
        display: block;
    }
    #filtroCursosHome.nav>li.open>a {
        background-color: #c4161c!important;
        color: #fff;
    }
    #filtroCursosHome.nav li a:hover,
    #filtroCursosHome.nav>li>a:hover,
    #filtroCursosHome.nav>li.active>a {
        background-color: #c4161c!important;
        color: #fff;
    }
    #filtroCursosHome.nav li ul li a:hover,
    #filtroCursosHome.nav li ul li a:focus,
    #filtroCursosHome.nav li ul li.open>a {
        background-color: #444!important;
        color: #fff;
        border-radius: 0;
    }
    #filtroCursosHome.nav li ul li ul li a:hover,
    #filtroCursosHome.nav li ul li.open>a ul li {
        background-color: #4f0000!important;
        color: #fff;
    }
    #filtroCursosHome.nav>li>a {
        font-size: 16px!important;
        line-height: 20px;
        padding: 10px!important;
    }
    #filtroCursosHome.nav ul {
        margin: 0;
        background: #eee;
    }
    #filtroCursosHome.nav ul ul {
        margin: 0;
        background: #7f7f7f;
    }
    #filtroCursosHome.nav ul ul li a {
        color: #fff;
    }
    #filtroCursosHome.nav ul li a {
        font-size: 16px!important;
        line-height: 20px;
        padding: 7px 10px!important;
    }
}

.pre-matricula-home {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pre-matricula-home .text1 {
    padding-top: 0px;
    font-size: 36px;
    font-weight: 700;
    color: #3a4c55;
    ;
    text-align: center;
}

.pre-matricula-home .text2 {
    padding-top: 0px;
    font-size: 18px;
    color: #3a4c55;
    line-height: 1.2;
    text-align: center;
}

.pre-matricula-home form {
    padding-top: 19px;
}

.pre-matricula-home select {
    font-size: 14px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .pre-matricula-home .text1 {
        margin-top: -18px;
        /*font-size: 24px;*/
    }
}

@media (max-width: 991px) {
    .pre-matricula-home {
        padding-top: ;
        padding-bottom: 30px;
        border-bottom: 1px solid #e3e3e3;
    }
    .pre-matricula-home .image {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .table-telefone {
        margin-top: 30px;
    }
    .table-telefone thead {
        display: none;
    }
    .table-telefone td {
        display: block;
        width: 100%;
    }
    .table-telefone td:nth-child(2) {
        padding-top: 0;
        border-top: none;
    }
}

.user-post {
    background-color: #c4161c;
}

.user-post a,
.user-post a:hover {
    color: #fff;
}

.user-post .fa {
    color: #fff;
}

.user-post-form {
    margin: 30px 0;
}

.user-post-form form {
    margin-top: 0px;
}

.user-post-form h2 {
    margin: 0;
}

.user-post-form .description {
    margin-top: 30px;
}

.user-post-form label {
    font-size: 16px;
    margin-top: 0;
}

.user-post-form input,
.user-post-form textarea,
.user-post-form select {
    margin-bottom: 15px;
}

.user-post-form .btn-dark {
    margin-top: 20px;
}

@media (max-width: 480px) {
    .user-post-form .btn-red h2 {
        font-size: 22px;
    }
}

.faq .panel-default,
.faq .panel-default>.panel-heading,
.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.faq .panel-default>.panel-heading {
    color: #333;
    border-radius: 3px;
    background-color: #eee;
}

.faq .panel-title {
    line-height: 1.42857143;
}

.count-comments {
    display: inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-box;
}



/* SMODAL*/

.smodal img {
    vertical-align: middle;
}

.smodal {
    display: none;
}

.smodal .backstage {
    position: fixed;
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
    background: rgba(0, 0, 0, .85);
    z-index: 100100;
}

.smodal .close {
    position: fixed;
    top: 16px;
    right: 16px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .5) url(images/close.png) center center no-repeat;
    opacity: .5;
    cursor: pointer;
    transition: all .2s;
    z-index: 100300;
}

.smodal .close:hover {
    opacity: 1;
}

.smodal .content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    max-width: 90% !important;
    max-height: 80% !important;
    border-radius: 2px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 100200;
    height: 450px;
    width: 600px;
}

.smodal .smodal-img {
    display: inline-block;
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
}

.smodal .smodal-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.sticky-anchor {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    margin-bottom: 45px;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    background-color: #c4161c;
}

.sticky-anchor:hover,
.sticky-anchor:focus {
    color: #fff;
}

.sticky-anchor.pin {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.sticky-anchor-checkpoint {
    height: 0;
}

@media (min-width: 768px) {
    .sticky-anchor,
    .sticky-anchor-checkpoint {
        display: none;
    }
}

.articles-cols .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4;
    max-height: 220px;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.articles-cols .excerpt2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4;
    max-height: 93px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.articles-cols .excerpt p,
.articles-cols .excerpt2 p {
    margin: 0;
    padding: 0;
}

.articles-cols .excerpt.more,
.articles-cols .excerpt2.more {
    margin-bottom: 45px;
    margin-top: 5px;
}

.articles-cols .img-wrap {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}

.articles-cols .highlights .item:nth-child(3n+1) {
    clear: both;
}

.articles-cols .highlights .item {
    margin-bottom: 30px;
}

.articles-cols .highlights h2 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    color: #c4161c;
    text-transform: none;
}

.articles-cols .highlights h2 .fa {
    font-size: 16px;
}

@media (max-width: 767px) {
    .articles-cols .video {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

.menu-social-grad {
    margin-right: 35px;
}

.hot-contact {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 296px;
    height: 70px;
    overflow: hidden;
    color: #fff;
    background-color: #a7181d;
}

.hot-contact.open {
    height: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.hot-contact-top {
    padding: 8px 20px;
    font-size: 18px;
    text-align: center;
}

.hot-contact-top .fa {
    margin-right: 2px;
}

.hot-contact-top .caret {
    opacity: .5;
}

.hot-contact form {
    padding: 20px;
    padding-top: 5px;
}

.hot-contact .form-control {
    margin: 5px 0;
}

.hot-contact .form-control::-webkit-input-placeholder {
    color: #999 !important;
}

.hot-contact .form-control:-moz-placeholder {
    color: #999 !important;
}

.hot-contact .form-control::-moz-placeholder {
    color: #999 !important;
}

.hot-contact .form-control:-ms-input-placeholder {
    color: #999 !important;
}

.hot-contact .btn {
    margin-top: 5px;
}

.hot-contact-toggle {
    position: absolute;
    top: 0;
    right: 70px;
    bottom: 0;
    display: inline-block;
    height: 70px;
    padding: 0 30px;
    line-height: 70px;
    color: #fff;
    background-color: #a7181d;
    cursor: pointer;
}

@media (min-width: 768px) {
    .hot-contact-toggle {
        display: none;
    }
    .hot-contact-top {
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .hot-contact .fa-phone,
    .hot-contact .caret {
        display: none;
    }
    .hot-contact {
        top: 70px;
        right: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        height: 0;
    }
}

@media (max-width: 480px) {
    .hot-contact-toggle {
        padding: 0 20px;
    }
}

.indicacao {
    color: #555;
    background-color: #fff;
}

.indicacao .indicacao-head {
    position: relative;
    width: 100%;
    height: 90px;
    background-color: #cbecf1;
}

.indicacao .indicacao-head img {
    max-height: 90px;
    margin-left: -35px;
}

.indicacao .indicacao-banner {
    position: relative;
    width: 100%;
    background-color: #f0f4f5;
}

.indicacao .indicacao-banner .container {
    height: 410px;
}

.indicacao .indicacao-banner .title {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 550px;
    height: auto;
    font-size: 36px;
    line-height: 1.2;
    color: #555;
    text-transform: uppercase;
}

.indicacao .indicacao-banner .alunos {
    height: 100%;
}

.indicacao main a {
    display: inline-block;
}

.indicacao main a:not(:hover) {
    color: #555;
}

.indicacao .indicacao-table {
    display: table;
    width: 100%;
}

.indicacao .cell-texto {
    display: table-cell;
    padding-right: 120px;
    font-size: 18px;
}

.indicacao h1 {
    margin-bottom: 30px;
    font-size: 32px;
}

.indicacao h3 {
    margin-bottom: 30px;
}

.indicacao h3 {
    margin-bottom: 20px;
    color: #1098b2;
    text-transform: uppercase;
}

.indicacao p {
    margin-bottom: 20px;
}

.indicacao p a {
    text-decoration: none;
}

.indicacao .cell-texto ul {
    list-style: disc outside;
    padding-left: 20px;
}

.indicacao .cell-texto li {
    margin-bottom: 20px;
}

.indicacao .cell-texto .indicacao-regulamento {
    margin-top: 90px;
}

.indicacao .cell-form {
    display: table-cell;
    width: 290px;
}

.indicacao .cell-form #buzzleadForm {
    width: 290px;
    margin: 30px auto;
}

.indicacao #buzzleadForm .block {
    position: relative;
    width: 290px;
    padding: 18px 20px 15px 20px;
    margin-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 100;
    line-height: 1.42857;
    border: 1px solid #4cbefe;
    background-color: #eff9ff;
}

.indicacao #buzzleadForm .bl-input,
.indicacao #buzzleadForm .bl-select {
    background-color: #fff!important;
    border: 1px solid #aee2ff;
    height: 45px;
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 0 12px 0 58px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 17px;
}

.indicacao #buzzleadForm .bl-select {
    padding-left: 12px;
}

.indicacao #buzzleadForm [type="radio"]:not(:checked),
.indicacao #buzzleadForm [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.indicacao #buzzleadForm [type="radio"]:not(:checked)+label,
.indicacao #buzzleadForm [type="radio"]:checked+label {
    position: relative;
    padding-left: 1.95em;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}



/* checkbox aspect */

.indicacao #buzzleadForm [type="radio"]:not(:checked)+label:before,
.indicacao #buzzleadForm [type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #0fb3e8;
}



/* checked mark aspect */

.indicacao #buzzleadForm [type="radio"]:not(:checked)+label:after,
.indicacao #buzzleadForm [type="radio"]:checked+label:after {
    content: '\f00c';
    position: absolute;
    top: 5px;
    left: 3px;
    font-family: "FontAwesome";
    font-size: 17px;
    line-height: 0.8;
    color: #0fb3e8;
    transition: all .2s;
}



/* checked mark aspect changes */

.indicacao #buzzleadForm [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.indicacao #buzzleadForm [type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}



/* disabled checkbox */

.indicacao #buzzleadForm [type="radio"]:disabled:not(:checked)+label:before,
.indicacao #buzzleadForm [type="radio"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.indicacao #buzzleadForm [type="radio"]:disabled:checked+label:after {
    color: #142a35;
}

.indicacao #buzzleadForm [type="radio"]:disabled+label {
    color: #aaa;
}

.indicacao #buzzlead-root {
    height: 800px !important;
    overflow: hidden;
}

.indicacao #buzzlead-root iframe {
    width: 290px !important;
    height: 800px !important;
}

@media (min-width: 992px) {
    .indicacao .menu {
        display: none;
    }
}

@media (max-width: 991px) {
    .indicacao .indicacao-banner .title {
        width: 280px;
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .indicacao .indicacao-head img {
        display: block;
        margin: 0 auto;
    }
    .indicacao .indicacao-banner .container {
        height: auto;
    }
    .indicacao .indicacao-banner .title {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        margin-top: 15px;
        font-size: 26px;
        text-align: center;
    }
    .indicacao .indicacao-banner .alunos {
        position: relative;
        display: block;
        max-width: 100%;
        height: auto;
        margin: 15px auto;
    }
    .indicacao .cell-texto,
    .indicacao .cell-form {
        display: block;
    }
    .indicacao .cell-texto {
        padding-right: 0;
    }
    .indicacao .cell-texto .indicacao-regulamento {
        margin-top: 0;
    }
    .indicacao .cell-form {
        width: auto;
        margin: 30px auto;
        padding: 30px 0;
    }
}


/*INDICACAO2*/

.indicacao2 .indicacao-head {
    overflow: hidden;
    background-color: #1878a8;
}

.indicacao2 .indicacao-head img {
    margin-left: -560px;
}

.indicacao2 .indicacao-banner {
    overflow: hidden;
    background-color: transparent;
}

.indicacao2 .indicacao-banner .container {
    height: auto;
}

.indicacao2 .indicacao-banner .title {
    z-index: 100;
    display: inline-block;
    width: 380px;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    text-transform: none;
}

.indicacao2 .indicacao-banner .title h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.indicacao2 .indicacao-banner .bg {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 310px;
}

.indicacao2 .indicacao-banner .bg img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.indicacao2 h3 {
    color: #1a8aa1;
}

.indicacao2 h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #1a8aa1;
}

.indicacao2 p,
.indicacao2 .cell-texto li {
    color: #585858;
    font-weight: 400;
}

.indicacao2 .cell-texto ul {
    margin-top: 60px;
    padding-left: 40px;
    list-style: none;
}

.indicacao2 .cell-texto li {
    position: relative;
    margin-bottom: 30px;
}

.indicacao2 .cell-texto li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    width: 30px;
    height: 25px;
    background: url(../images/icon-diamante-bullet.png) center center no-repeat;
    -webkit-background-size: 30px 25px;
    background-size: 30px 25px;
}

.indicacao2 .cell-texto li.hide-icon:before {
    opacity: 0;
    visibility: hidden;
}

.indicacao2 .cell-texto .indicacao-regulamento {
    margin-top: 45px;
    margin-bottom: 45px;
}

.indicacao2 .cell-texto .indicacao-regulamento:hover strong {
    background-color: #ae1319;
}

.indicacao2 .cell-texto .indicacao-regulamento .icon {
    display: inline-block;
    width: 60px;
    margin-right: -4px;
    vertical-align: middle;
}

.indicacao2 .cell-texto .indicacao-regulamento strong {
    display: inline-block;
    padding: 13px 16px;
    vertical-align: middle;
    color: #fff;
    background-color: #c4161c;
}


@media (max-width: 991px) {
    .indicacao2 .cell-texto,
    .indicacao2 .cell-form {
        display: block;
    }
    .indicacao2 .cell-texto {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .indicacao2 .indicacao-head {
        height: 0;
        padding-bottom: 12%;
        background: url(../images/logo-aluno-diamante2.jpg) center center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .indicacao2 .indicacao-head img {
        display: none;
    }
    .indicacao2 .indicacao-banner .title {
        display: block;
        margin: 0 auto;
        padding: 30px 0;
    }
    .indicacao2 .indicacao-banner .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #008ba4;
    }
    .indicacao2 .indicacao-banner .bg img {
        opacity: .2;
    }
    .indicacao2 .cell-texto .indicacao-regulamento strong {
        padding: 13px 10px;
    }
}

@media (max-width: 480px) {
    .indicacao2 .indicacao-head {
        height: 0;
        padding-bottom: 18%;
    }
    .indicacao2 .indicacao-banner .title {
        width: 100%;
        font-size: 22px;
    }
    .indicacao2 .indicacao-banner .title h1 {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .indicacao2 .cell-texto .indicacao-regulamento .icon {
        display: none;
    }
    .indicacao2 .cell-texto .indicacao-regulamento strong {
        padding: 13px 40px;
        text-align: center;
    }
    .indicacao2 .cell-form {
        margin-top: 0;
        padding-top: 0;
    }
}


/*INDICACAO CONSULTOR*/

.consultor .cell-form #buzzleadForm {
    width: auto!important;
    text-align: center;
}

.consultor #buzzleadForm .block {
    width: auto!important;
    display: inline-block!important;
}

.consultor #buzzleadForm .block div {
    display: inline-block!important;
    margin-right: 20px!important;
}

.consultor #buzzleadForm .block div:last-child {
    margin-right: 0!important;
}





























