/* ==========================================================================
THINKR DEFAULT STRUCTURE
========================================================================== */
body {
    font-size: 16px;
    line-height: 1.425;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1.225em 0 1.225em;
}

h1 {
    font-size: 1.25em;
    margin: 0 0 1.225em;
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin: 0 0 1.225em;
}

h3:first-of-type:not(:last-of-type) {
    margin: 0 0 1.225em;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
}

h1 small,
h2 small,
h3 small,
h4 small {
    font-size: 75%;
}

.btn {
    white-space: normal;
}

.input-group .btn {
    white-space: nowrap;
}

p {
    margin: 0 0 1.25em;
    word-wrap: break-word;
}

.dropdown-menu {
    margin-top: 5px;
}

.container-fluid {
    max-width: 1170px;
}

/* MATERIAL DESIGN BOOTSTRAP INFO STYLE MODIFICATION
========================================================================== */
.text-info {
    color: #277eb0;
}

a.text-info:hover,
a.text-info:focus {
    color: #1f6187;
}

.bg-info {
    background-color: #bedde7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #abdde0;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #bedde7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #abdde0;
}

.btn-info {
    background-color: #277eb0;
    border-color: transparent;
    color: #fff;
}

.btn-info:focus,
.btn-info.focus,
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    background-color: #1f6187;
    border-color: transparent;
    color: #fff;
}

.btn-info:active {
    background-image: radial-gradient(circle, #1f6187 10%, #277eb0 11%);
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #277eb0;
    border-color: transparent;
}

.btn-info .badge {
    background-color: #fff;
    color: #277eb0;
}

.label-info {
    background-color: #277eb0;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #1f6187;
}

.alert-info {
    background-color: #bedde7;
    border-color: #a4d4dd;
    color: #277eb0;
}

.alert-info hr {
    border-top-color: #91CAD6;
}

.alert-info .alert-link {
    color: #1f6187;
}

.progress {
    height: 20px;
    margin-bottom: 0;
}

.progress-bar-info {
    background-color: #277eb0;
}

.progress-bar-info:last-child.progress-bar:before {
    background-color: #C9F3F3;
}

.list-group-item-info {
    background-color: #bedde7;
    color: #277eb0;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #277eb0;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    background-color: #abdde0;
    color: #277eb0;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    background-color: #277eb0;
    border-color: #277eb0;
    color: #fff;
}

.panel-info {
    border-color: #a4d4dd;
}

.panel-info > .panel-heading {
    background-color: #277eb0;
    border-color: #a4d4dd;
    color: #fff;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #a4d4dd;
}

.panel-info > .panel-heading .badge {
    background-color: #fff;
    color: #277eb0;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #a4d4dd;
}

/* STRUCTURE SPECIFICS
========================================================================== */
.floating-share {
    border-radius: 0 3px 3px 0;
    left: 0;
    padding: 10px;
    position: fixed;
    top: 35%;
    z-index: 2;
}

.floating-share > a {
    border-radius: 3px;
    clear: both;
    float: left;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: center;
    width: 30px;
}

.floating-share > a:last-child {
    margin-bottom: 0;
}

.error-message {
    font-size: 80%;
    font-weight: 700;
    margin-top: 2.5px;
}

.sep {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(#BBB), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #BBB, rgba(0, 0, 0, 0));
    border: 0;
    height: 2px;
    margin: 2em 0;
}

.sep-mini {
    margin: .5em 0;
}

.m-left-5{
    margin-left: 5%;
}

.m-top-5{
    margin-top: 5%;
}

.m-right-5{
    margin-right: 5%;
}

.m-left-10{
    margin-left: 10%;
}

.m-right-10{
    margin-right: 10%;
}

.m-left-15{
    margin-left: 15%;
}

.m-right-15{
    margin-right: 15%;
}

.no-margin {
    margin: 0 !important;
}

.titulo {
    padding: 30px 0;
}

.titulo h1 {
    margin: 0;
}

.main,
.sliders {
    padding: 60px 0;
}

.fa-block {
    display: block;
    font-size: 20px;
}

/* HEADERS
========================================================================== */
.header {
    padding: 1em 0;
}

.header-3 {
    border: 0;
    padding: 0;
}

.header-3 .hidden-xs .top-menu {
    margin: 5px 0 1.5em;
}

.header-3 .busca {
    margin-top: 30px;
}

.header-3 .btn-carrinho {
    margin-bottom: 1rem;
}

.header .bem-vindo {
    text-align: right;
    padding-right: 5px;
}

.header-1 .bem-vindo {
    margin-top: -25px;
}

.header-3 .navbar-default .navbar-nav > li > a {
    border-radius: 0;
    border: 0;
}

.navbar {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0;
    min-height: initial;
}

.navbar-nav {
    margin: 0;
    text-align: center;
}

.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:active {
    background-color: transparent;
}

.navbar-brand > img {
    max-height: 150px;
}

.navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-nav > li > a {
    border-radius: 3px;
    padding: 7px 10px;
}

.navbar-default .social-media > li > a {
    min-width: 30px;
}

.set-flash .alert {
    margin: 15px 0;
}

.set-flash .alert .fa {
    margin-right: 5px;
}

.set-flash-lista-espera {
    margin: 15px 0;
}

/* ANIMATED TOGGLE
========================================================================== */
.navbar-toggle {
    float: right;
    margin: 0;
    padding: 10px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    border: none;
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.navbar-default .navbar-toggle .top-bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
}

.navbar-default .navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-default .navbar-toggle .bottom-bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 90% 90%;
    transform-origin: 90% 90%;
}

.navbar-default .navbar-toggle.collapsed .top-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.navbar-default .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-default .navbar-toggle.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

/* SLIDERS
========================================================================== */
.slider-padrao-container {
    background: url(../img/bg-slider-container.png) repeat;
    -webkit-box-shadow: inset 0 0 10px 0 #999;
    box-shadow: inset 0 0 10px 0 #999;
    padding: 2em 0;
}

.slider-padrao,
.slider-full {
    -webkit-box-shadow: 0 3px 10px -3px #999;
    box-shadow: 0 3px 10px -3px #999;
}

.slider-padrao-pagination,
.slider-full-pagination {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.slider-padrao-pagination .swiper-pagination-bullet,
.slider-full-pagination .swiper-pagination-bullet {
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    opacity: .33;
    width: 12px;
}

.slider-padrao-pagination .swiper-pagination-bullet-active,
.slider-full-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.slider-padrao-prev,
.slider-padrao-next,
.slider-full-prev,
.slider-full-next {
    cursor: pointer;
    font-size: 36px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.slider-cursos .slider-prev,
.slider-cursos .slider-next,
.slider-noticias .slider-prev,
.slider-noticias .slider-next,
.slider-aprovados .slider-prev,
.slider-aprovados .slider-next {
    bottom: -4px;
    margin-top: 0;
    top: auto;
}

.slider-padrao-prev,
.slider-full-prev {
    left: 10px;
}

.slider-padrao-next,
.slider-full-next {
    right: 10px;
}

.slider-padrao .swiper-slide > a ,
.slider-full .swiper-slide > a {
    display: block;
}

.slider-full .swiper-slide .img-responsive {
    width: 100%;
}

.img-noticia {
    margin-bottom: 5px;
}

/* SLIDERS 2
========================================================================== */
.slider-container {
    background: url(../img/bg-slider-container.png) repeat;
    -webkit-box-shadow: inset 0 0 10px 0 #999;
    box-shadow: inset 0 0 10px 0 #999;
    padding: 2em 0;
}

.slider-cursos,
.slider-noticias,
.slider-aprovados {
    padding-bottom: 30px;
}

.slider-pagination {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.slider-pagination .swiper-pagination-bullet {
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    opacity: .33;
    width: 12px;
}

.slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.slider-prev,
.slider-next {
    cursor: pointer;
    font-size: 36px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

.slider-cursos .slider-prev,
.slider-cursos .slider-next,
.slider-noticias .slider-prev,
.slider-noticias .slider-next,
.slider-aprovados .slider-prev,
.slider-aprovados .slider-next {
    bottom: -4px;
    margin-top: 0;
    top: auto;
}

.swiper-slide > a {
    display: block;
}

.slider-full .swiper-slide .img-responsive {
    width: 100%;
}

.slider-cursos .valor > b,
.cursos-mais-vendidos .valor > b,
.cursos-3 .valor > b {
    font-size: 2.0rem;
}

/* HOME
========================================================================== */
.sliders .col-sm-12 + .col-sm-12 {
    margin-top: 60px;
}

.flex-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.categorias {
    margin-bottom: 40px;
}

.categorias .btn,
.flex-container .btn {
    margin: 0 5px 5px 0;
}

.cursos .well,
.cursos-destacados .well,
.pacotes .well{
    background-color: #eee;
    border-radius: 3px;
    display: block;
    margin-bottom: 30px;
    padding: 0;
}

.slider-cursos .well,
.slider-noticias .well,
.slider-aprovados .well,
.cursos-mais-vendidos .well,
.cursos-3 .well {
    background-color: #f7f7f7;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 30px;
    padding: 0;
}

.slider-aprovados .well {
    padding: 10px;
}

.cursos .capa,
.cursos-destacados .capa,
.slider-cursos .capa,
.slider-noticias .capa,
.cursos-mais-vendidos .capa,
.cursos-3 .capa,
.pacotes .capa{
    border-radius: 3px 3px 0 0;
}

.cursos-mais-vendidos .capa,
.cursos-3 .capa {
    width: 100%;
}

.cursos .nome,
.cursos-destacados .nome,
.slider-cursos .nome,
.pacotes .nome{
    font-weight: 700;
    margin: 0;
    padding: 10px;
}

.slider-noticias .nome,
.cursos-mais-vendidos .nome,
.cursos-3 .nome{
    font-weight: 700;
    margin: 0;
    padding: 10px 10px 10px;
}

.cursos .carga,
.cursos-destacados .carga,
.slider-cursos .carga,
.cursos-mais-vendidos .carga,
.cursos-3 .carga,
.pacotes .carga{
    font-size: 12px;
    margin: 0;
    padding: 0 10px 10px;
}

.slider-noticias .data {
    font-size: 12px;
    margin: 0;
    padding: 10px;
}

.cursos .valor,
.cursos-destacados .valor,
.slider-cursos .valor,
.cursos-mais-vendidos .valor,
.cursos-3 .valor,
.pacotes .valor{
    font-size: 12px;
    margin: 0;
    padding: 0 10px 10px;
}

.slider-cursos .texto,
.cursos-mais-vendidos .texto,
.cursos-3 .texto {
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
}

.slider-cursos .comprar,
.cursos-mais-vendidos .comprar
.cursos-3 .comprar {
    margin: 0;
    padding: 0 10px 10px;
}

.mt-30 {
    margin-top: 30px;
}

.fb-page,
.twitter-timeline,
.instafeed,
.banner-pagseguro {
    border: 1px solid;
    border-radius: 3px;
}

.instafeed {
    margin: 0 0 15px;
    padding: 7.5px;
}

.instafeed .each {
    padding: 7.5px;
}

.instafeed-container {
    overflow: hidden;
    position: relative;
}

.instafeed .overlay {
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 1;
}

.instafeed-container:focus > .overlay,
.instafeed-container:hover > .overlay {
    opacity: 1;
}

.instafeed .info {
    color: #fff;
    font-size: 10px;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 2;
}

.instafeed-container:hover .info {
    opacity: 1;
}

.instafeed .info .caption {
    display: none;
    margin-bottom: 5px;
    word-wrap: break-word;
}

.instafeed .info .likes,
.instafeed .info .comments {
    margin: 0 5px;
}

.modal .modal-footer a ~ a {
    margin-top: 20px;
}

.panel-heading h4 {
    margin-bottom: 0;
}

.modulo-depoimentos blockquote {
    font-size: 14px;
    margin: 0;
}

.modulo-feed p {
    margin: 0;
}

.modulo-feed .carousel-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modulo-feed .carousel-caption {
    padding: 10px 0;
    position: static;
    text-align: left;
    text-shadow: none;
}

.professores .media {
    background-color: #eee;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 10px;
}

/* INSTITUCIONAL
/* PROFESSORES
/* DEPOIMENTOS
/* NOTÍCIAS
/* ÁLBUNS
/* VÍDEOS
/* BUSCA
/* DADOS
/* ERRO 404
========================================================================== */
.institucional p:last-of-type {
    margin-bottom: 0;
}

.listagemCursos h4{
    margin-top: 10px!important;
    margin-bottom: 20px!important;
    font-size: 16px;
}

.listagemCursos p{
    font-size: 13px;
    margin: 0;
}

.listagemCursos .thumbnail .caption .label{
    display: block!important;
}

.listagemCursos .thumbnail{
    border-radius: unset;
    -webkit-transition: unset;
    transition: unset;
    padding: 0;
}

.listagemCursos .caption span{
    margin-bottom: 5px;
}

.listagemCursos .caption span:last-child{
    margin-bottom: 0;
}

.listagem h4 {
    margin-bottom: 5px;
}

.list-group-item {
    padding: 10px 15px;
}

.listagem .list-group-item p:last-child {
    margin: 0;
}

.dados label {
    display: block;
}

.bg-404 {
    background: url(../img/thinkr-info.png) no-repeat left;
    background-size: contain;
    min-height: 200px;
    padding-left: 80px;
}

.albuns .each {
    margin-bottom: 30px;
}

.albuns .card {
    background-color: #F7F7F7;
    border-left: 5px solid;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.albuns .card-img {
    max-height: 180px;
    min-height: 70px;
    overflow: hidden;
    position: relative;
}

.albuns .card .data {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 7.5px 0;
    position: absolute;
    width: 60px;
    z-index: 1;
}

.albuns .card .data span {
    display: block;
    line-height: 1.25;
    text-align: center;
}

.albuns .card .data .dia {
    font-size: 1.25em;
}

.albuns .card .data .mes,
.card .data .ano {
    font-size: 12px;
}

.albuns .card-img img {
    -webkit-transition: all .9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all .9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.albuns .card-img:focus img,
.albuns .card-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.albuns .card-block {
    padding: 15px;
}

.albuns .card-block .title {
    margin-bottom: 7.5px;
    text-transform: uppercase;
}

.videos .listagem {
    list-style: none;
    padding: 0;
}

.videos .listagem .each {
    border-bottom: 1px dashed #999;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.videos .listagem h3 {
    margin: 0;
}

.videos .listagem .item-meta {
    font-size: 12px;
    font-style: italic;
    margin: 0;
}

.videos .listagem .item-categorias {
    margin-bottom: 15px;
}

.videos .listagem .item-descricao {
    margin: 0;
}

.videos .well {
    background-color: #eee;
    border-top: 2.5px solid #999;
}

.videos .well h5 {
    margin-bottom: 15px;
}

.videos .well .list-inline > li {
    margin-bottom: 15px;
    font-style: italic;
    margin: 0;
}

.blogroll .well {
    background-color: #fff;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    margin-bottom: 30px;
    padding: 15px;
}

.blogroll .view {
    display: block;
    overflow: hidden;
    position: relative;
}

.blogroll .view .mask {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, .75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}

.blogroll .view:focus .mask,
.blogroll .view:hover .mask {
    opacity: 1;
}

.blogroll .nuvem {
    min-height: 200px;
    width: 100%;
}

.blogroll .list-group-item {
    padding: 15px;
}

.blogroll .list-group-item:first-child,
.blogroll .list-group-item:last-child {
    border-radius: 0;
}

.agenda .fc-day-grid-event {
    padding: 2px 4px;
}

/* CARRINHO
========================================================================== */
.carrinho .table {
    margin: 0;
}

.carrinho .table h4 {
    margin: 10px 0;
    text-align: center;
}

.carrinho .table .glyphicon {
    font-size: 16px;
}

/* CURSOS
========================================================================== */
.nav-tabs > li {
    margin-bottom: -2px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:hover:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
}

.curso .nav-tabs > li.active > a,
.curso .nav-tabs > li.active > a:hover,
.curso .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px 4px 0 0;
}

.curso .tab-content > .tab-pane {
    border-top-color: transparent;
    border-radius: 0 0 5px 5px;
    padding: 32px;
}

.curso .tab-content > .tab-pane > h4 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
}

.curso .tab-content > .tab-pane > h4:first-child {
    margin-top: 0;
}

.curso .tab-content > .tab-pane > p:last-child {
    margin-bottom: 0;
}

.curso .tab-content > .tab-pane .glyphicon {
    font-size: 16px;
}

.curso .tab-content > .tab-pane .listagem:last-child .well {
    margin-bottom: 0;
}

.curso .tab-content > .tab-pane .listagem h5 {
    margin-bottom: 5px;
}

.curso .tab-content > .tab-pane .listagem .email {
    font-size: 12px;
    margin: 0;
}

.curso .tab-content > .tab-pane .listagem .email > a {
    text-overflow: ellipsis;
}

.curso .no-scroll {
    top: 60px;
}

.curso .investimento .preco-normal {
    font-size: 1.2em;
    margin: 0;
    text-decoration: line-through;
}

.curso .investimento .preco-promocional {
    font-size: 1.4em;
    margin: 0;
}

/* PEDIDOS
/* CERTIFICADOS
========================================================================== */
.pedidos .listagem p,
.certificados .listagem p {
    margin: 0;
}

.pedidos .listagem table {
    margin-bottom: 0;
    margin-top: 20px;
}

.certificados .listagem .label {
    font-size: 12px;
    font-weight: 400;
}

.validacao .status-codigo .fa {
    display: block;
    margin: 0 auto 5px;
}

/* TUTORIA
========================================================================== */
.tutoria .modulo a > p {
    margin: 0;
}

.tutoria .modulo a > p > span {
    font-size: 20px;
}

.tutoria .data {
    font-size: 12px;
}

.tutoria .nome {
    font-size: 16px;
}
.adicionar-anexo{
    margin-bottom: 2%;
}
.anexo-item{
    margin-top: 3%;
    margin-bottom: 3%;
}
.anexo-item{
    clear:right;width:95%;margin-bottom:3%
}
.exclui-anexo{
    margin-top:4%;
    padding: 3px 6px;
}

/* MEUS CURSOS
========================================================================== */
.meus-cursos h3 {
    margin-bottom: 5px;
}

.meus-cursos h4 {
    margin-bottom: 20px;
    margin-top: 0;
}

.meus-cursos .hgroup {
    border-bottom: 1px solid #999;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.meus-cursos .hgroup .progress {
    margin-top: 20px;
}

.meus-cursos .listagem .label,
.meus-cursos .hgroup .label {
    clear: both;
    float: right;
}

.meus-cursos .listagem .label ~ .label,
.meus-cursos .hgroup .label ~ .label {
    margin-top: 5px;
}

.meus-cursos .nav-tabs > li.active > a,
.meus-cursos .nav-tabs > li.active > a:hover,
.meus-cursos .nav-tabs > li.active > a:focus {
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.meus-cursos .tab-content > .tab-pane {
    border-radius: 0 0 5px 5px;
    padding: 15px;
}

.meus-cursos .tab-content > .tab-pane .list-group {
    margin: 0;
}

.meus-cursos .tab-content > .tab-pane .fa {
    margin-left: 15px;
    margin-top: 4px;
}

.meus-cursos .modulo h4 {
    margin: 0;
}

.meus-cursos .modulo .list-group {
    margin: 0;
}

.meus-cursos h5 {
    margin-bottom: 20px;
}

.meus-cursos .panel-title {
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
}

.meus-cursos .aulas .col-xs-12,
.meus-cursos .embed-responsive {
    margin-bottom: 20px;
}

.meus-cursos .tab-content > .tab-pane{
    border: none!important;
}

.meus-cursos .tab-content > .tab-pane{
    padding: 0;
}

#cpf-player, .cpf-player {
    background: #395D77;
    border-radius: 3px;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: .10;
    padding: 2.5px 5px;
}
/* MINHAS COMPRAS
========================================================================== */
.minhas-compras .swiper-container .swiper-slide .thumbnail {
    margin-bottom: 0;
}

.minhas-compras .swiper-container .swiper-button-prev i.fa,
.minhas-compras .swiper-container .swiper-button-next i.fa {
    border-radius: 50%;
    padding: 10px;
    margin: 0;
    color: #fff;
}

.remove-after:after {
    content: none !important;
}
/* FOOTER
========================================================================== */
.footer {
    -webkit-box-shadow: 0 0 10px 0 #999;
    box-shadow: 0 0 10px 0 #999;
    padding: 2em 0;
}

.footer .nav-stacked > li + li {
    margin-top: 5px;
}

.footer .nav-stacked > li > a {
    padding: 5px 10px;
}

.footer h2 {
    font-size: 36px;
    margin: 0 0 20px 0;
}

.footer h4{
    margin-bottom: 15px;
    color: #fff;
}

.footer address,
.footer address p {
    margin: 0;
}

.footer .social-media {
    margin-bottom: 1rem;
}

.footer .social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
}

.footer .banner-pagamento {
    margin-top: 1em;
}

.footer .banner-pagamento:first-child{
    margin-top: 0;
}

.footer .banner-pagamento .img-responsive {
    margin: 0 auto;
}

.copyright {
    padding: 1em 0;
}

.copyright p {
    font-size: 12px;
    margin: 0;
}

.copyright .izz {
    float: right;
    opacity: .5;
}

.copyright .izz:hover,
.copyright .izz:focus {
    opacity: 1;
}

/* ==========================================================================
MEDIA QUERIES
========================================================================== */
@media (min-width: 480px) {
    h1 {
        font-size: 1.563em;
    }

    h2 {
        font-size: 1.25em;
    }

    h3,
    h4,
    h5,
    h6 {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .header-1 .btn-carrinho {
        clear: right;
        margin-top: 1em;
    }

    .header-2 .btn-carrinho {
        margin-right: 10px;
    }

    .header-2 .navbar-brand {
        display: inline-block;
        float: none;
    }

    .navbar-default .social-media {
        margin-top: 5px;
    }

    .navbar-default .navbar-nav > li {
        margin-bottom: 5px;
        margin-left: 0;
    }

    .navbar-default .social-media > li {
        display: inline-block;
        float: none;
        margin: 0 5px;
    }

    .header-2 .acesso-privado {
        text-align: center;
    }

    .header-2 .acesso-privado .dropdown {
        display: inline-block;
    }

    .header-2 .acesso-privado .btn {
        margin: 0 7.5px;
    }
    .footer .container .row > div .blockFooter{
        border-bottom: 1px solid #eee;
        border-right: 0;
        margin-bottom: 2em;
        padding-bottom: 2em;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 1.953em;
    }

    h2 {
        font-size: 1.563em;
    }

    h3 {
        font-size: 1.25em;
    }

    h4,
    h5,
    h6 {
        font-size: 1em;
    }

    .header {
        padding: 1em 0;
    }

    .navbar-nav.navbar-right:last-child {
        margin: 0;
    }

    .header-1 .navbar-default {
        margin-top: 2em;
    }

    .navbar-default .navbar-nav > li {
        margin-bottom: 0;
        margin-left: 10px;
    }

    .navbar-default .navbar-nav > li:first-child {
        margin-left: 0;
    }

    .navbar-right {
        margin: 0;
    }

    .navbar-default .social-media {
        float: right;
    }

    .header-2 .navbar-nav {
        margin: 30px 0 7.5px;
    }

    .header-2 .social-media {
        margin: 7.5px 0 30px;
    }

    .header-2 .navbar-default .social-media {
        clear: right;
    }

    .header-2 .acesso-privado .btn {
        float: right;
        margin-left: 10px;
    }

    .instafeed-container .info .caption {
        display: block;
    }

    .certificados .listagem button {
        margin-top: 20px;
    }

    .footer .container .row > div .blockFooter{
        border-right: 1px solid #eee;
        border-bottom: 0;
        padding-bottom: 0;
        padding-right: 2em;
    }

    .footer .container .row > div:last-child div{
        border-right: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-1 {
        padding: 1em 0 0;
    }

    .header-1 .navbar-nav {
        width: 100%;
    }

    .header-1 .navbar-nav > li {
        display: inline-block;
        float: none;
    }

    .header-1 .navbar-default .navbar-nav {
        padding: 6px 0 3px;
    }

    .header-1 .navbar-default .social-media {
        padding: 3px 0 6px;
    }

    .header-1 .navbar-default .navbar-nav > li > a,
    .header-2 .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        padding: 3px 6px;
    }

    .list-group-item {
        margin-bottom: -7px;
    }
}

@media (min-width: 992px) {
    h1,
    h2 {
        font-size: 1.953em;
    }

    h3 {
        font-size: 1.563em;
    }

    h4 {
        font-size: 1.25em;
    }

    h5,
    h6 {
        font-size: 1em;
    }

    .header-1 .navbar-default .navbar-nav > li > a,
    .header-2 .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

    .list-group-item {
        margin-bottom: -7px;
    }
}

@media (min-width: 1200px) {
    .header-1 .navbar-default .navbar-nav > li > a,
    .header-2 .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }

    .list-group-item {
        margin-bottom: -7px;
    }
}

/* ==========================================================================
CSS MISTERIOSO
========================================================================== */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
}

.color-white{
    color: #ffffff !important;
}

.bg-black{
    background-color:#000000;
    color:white;
}

.embed-container iframe,
.embed-container object,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;

}


/* Galeria de fotos do album */

.galeria-de-fotos {
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap:   0px;
    -moz-column-count:    5;
    -moz-column-gap:      0px;
    column-count:         5;
    column-gap:           0px;
    width:100%;
    padding-left:0px;
}

.galeria-de-fotos a > img {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 1200px) {
    .galeria-de-fotos {
        -moz-column-count:    4;
        -webkit-column-count: 4;
        column-count:         4;
    }
}
@media (max-width: 1000px) {
    .galeria-de-fotos {
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;
    }
}
@media (max-width: 800px) {
    .galeria-de-fotos {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
}
@media (max-width: 400px) {
    .galeria-de-fotos {
        -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
    }
}

/* ==========================================================================
Select2 Material design
========================================================================== */

.select2-container--material {
    width: 100% !important;
}
.select2-container--material ::-webkit-input-placeholder {
    color: inherit;
}
.select2-container--material :-ms-input-placeholder {
    color: inherit;
}
.select2-container--material ::-ms-input-placeholder {
    color: inherit;
}
.select2-container--material ::-webkit-input-placeholder {
    color: inherit;
    background-color: transparent !important;
}
.select2-container--material :-ms-input-placeholder {
    color: inherit;
    background-color: transparent !important;
}
.select2-container--material ::placeholder {
    color: inherit;
    background-color: transparent !important;
}
.select2-container--material .select2-selection {
    overflow: visible;
    font: inherit;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin: 0;
    line-height: inherit;
    border-radius: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    width: 100%;
    color: #55595c;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: .5rem 0 .6rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    margin-top: .2rem;
    margin-bottom: 1rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    width: 100%;
    font-size: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-height: 2.1rem;
}
.select2-container--material .select2-selection .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--material .select2-selection--single .select2-selection__rendered {
    float: left;
}
.select2-container--material .select2-selection--single .select2-selection__arrow {
    float: right;
}
.select2-container--material .select2-selection--multiple {

}
.select2-container--material .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    background-color: #dedede;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    margin: 2px 0;
    font-size: 0;
    white-space: nowrap;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 4px;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 0;
    opacity: 0.38;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    margin-right: -6px;
    margin-left: 6px;
    -webkit-transition: opacity;
    transition: opacity;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
    content: "x";
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-weight: bolder;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.54;
}
.select2-container--material .select2-search--inline .select2-search__field {
    width: 100%;
    margin-top: 0;
    height: 34px;
    line-height: 1;
    background-color: transparent;
}
.select2-container--material .select2-dropdown {
    border: 0;
}
.select2-container--material .select2-dropdown .select2-search__field {
    min-height: 2.1rem;
    margin-bottom: 16px;
    border: 0;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.select2-container--material .select2-dropdown .select2-search__field:focus {
    border-bottom: 1px solid #4285f4;
    -webkit-box-shadow: 0 1px 0 0 #4585f4;
    box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--material .select2-results__options {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    z-index: 999;
    will-change: width,height;
}
.select2-container--material .select2-results__option {
    cursor: pointer;
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.5rem;
    text-align: left;
    text-transform: none;
    font-size: 1.2rem;
    display: block;
    padding: 1rem;
}
.select2-container--material .select2-results__option[aria-disabled=true] {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent !important;
    cursor: context-menu;
    cursor: not-allowed;
}
.select2-container--material .select2-results__option[aria-selected=true] {
    color: #4285f4;
    background-color: #eee;
}
.select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
}
.select2-container--material.select2-container--focus .select2-selection {
    border-bottom: 1px solid #4285f4;
    -webkit-box-shadow: 0 1px 0 0 #4585f4;
    box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--material.select2-container--disabled .select2-selection {
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Bloco de noticias */
blockquote > p.small, p.small{
    font-size: 80%;
}

.bloco-noticias{
    padding: 5%;
}

.bloco-busca{
    height: 180px;
}

.bloco-busca > img {
    max-height: 150px;
}

.bloco-busca > h4{
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 800px) {
    .bloco-noticias p h4{
        font-size: 60%;
    }
    .bloco-noticias h6{
        margin-top: 5%;
        font-size: 65%;
    }
    .bloco-destaque img{
        width: 70%;
    }
    .bloco-destaque p{
        font-size: 80%;
    }
    .bloco-busca{
        height: 100%;
        min-height: 200px;
    }
    .bloco-busca > p {
        font-size: 80%;
    }
}

/* Cursos interna */

.aula-titulo{
    word-wrap:break-word;
}

.aula-item{
    min-height:42px;
    height: 100%;
}

@media (max-width: 600px) {
    .aula-item{
        height: 100%;
    }
}

@media (max-width: 300px) {
    .aula-item{
        height: 100px;
    }
    .aula-titulo{
        font-size: 82%;
    }
}
.elipsar{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Elemento de alunos aprovados */
.carousel-inner-block{
    padding-left: 5%;
    padding-right: 5%;
}
.aprovados-well{
    height: 400px;
}
.carousel-img{
    width: 150px !important;
    height: 150px !important;
}

/* ------------------------------------------------------------------------------------------------------------
FLEX
------------------------------------------------------------------------------------------------------------ */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-item {
    max-width: 100%;
}

/* Listagem de noticias */

.img-group {
    height: 100%;
}

.noticia-item {
    height: 100%;
    clear: both;
    position: relative; width: 100%;
    display: inline-block;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
}

.noticias-container{
    display: block;
    clear: both;
}
/* Slider secundario s/ sombras */

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 500px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

#slider ul li > a > img {
    margin-left: 25%;
}

a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

.noticia-text{
    left: 1%;
    position: relative;
    word-break: break-word;
}

.noticia-text > p, .noticia-text > h6, .noticia-destaque-titulo{
    margin-bottom: 1px;
    margin-top: 0;
    line-height: 1.3;
    width: 98%;
}
.noticia-text > h6{
    font-size: 12px;
}

@media (max-width: 300px) {
    .ml-1{
        margin-left: 1%;
    }
    .noticia-text{
        left: 3%;
    }
}

a.no-color{
    color: inherit;
}

.no-ml{
    margin-left: 0px !important;
}

.no-mr{
    margin-right: 0px !important;
}

.no-pl{
    padding-left: 0% !important;
}

.no-pr{
    padding-right: 0% !important;
}

.no-pl-3{
    padding-left: 3% !important;
}

.no-pr-3{
    padding-right: 3% !important;
}
.no-mb{
    margin-bottom: 0% !important;
}

.comunicado-item h6{
    margin-top: 5px;
    margin-bottom: 5px;
}

.comunicado-lista{
    overflow-y: auto;
    max-height: 400px;
    padding-bottom: 20px;
}
a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

@media (max-width: 600px)
{
    #slider{
        width: 100%;
        margin-bottom: 5%;
    }

    #slider ul li > a > img {
        margin-left: 25%;
        width: 100%;
        height: 500px;
    }

    #menu-principal > ul > li.dropdown.open > ul > li > a{
        text-align: center;
    }

    .top-menu > li {
        padding: 0px;
        font-size: 90%;
    }
}

/* Carrossel */
.font-80{
    font-size: 80%;
}

.listagemCursos{
    padding: 3% 0% 3% 0%;
    margin: 0% 1% 0% 1%;
}

.btn-vz-curso-dsp{
    margin-bottom: 3%;
    margin-top: 3%;
}

.no-cursor{
    cursor: default !important;
}

.vertical-center-container{
    display: table-cell;
    vertical-align: middle;
}

/* ------------------------------------------------------------------------------------------------------------
MENU
------------------------------------------------------------------------------------------------------------ */
/* overlay do menu */

.side-menu-wrapper, .side-menu-wrapper-busca{
    display: none;
}

.side-menu-wrapper, .side-menu-wrapper-busca { /* style menu wrapper */
    background: #ffffff;
    padding: 35px 10px 0 10px;
    position: fixed; /* Fixed position */
    top: 0;
    right: 0; /* Sidebar initial position. "right" for right positioned menu */
    height: 100%;
    z-index: 5;
    transition: 0.5s; /* CSS transition speed */
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    min-height: 100%;
}

.social-mobile{
   margin-bottom: 35%;
}

.side-menu-wrapper-busca { /* style menu wrapper */
    background: #ffffff;
    padding: 35px 10px 0 10px;
    position: fixed; /* Fixed position */
    top: 0;
    right: 0; /* Sidebar initial position. "right" for right positioned menu */
    height: 100%;
    z-index: 5;
    transition: 0.5s; /* CSS transition speed */
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
}

.side-menu-wrapper > ul{ /* css ul list style */
    list-style:none;
    padding:0;
    margin:0;
    overflow-y: auto; /* enable scroll for menu items */
    height:95%;
}
.side-menu-wrapper > ul > li > a { /* links */
    display: block;
    padding: 6px 4px 6px 4px;
    transition: 0.3s;
    text-decoration: none;
}
.side-menu-wrapper > a.menu-close, .side-menu-wrapper-busca > a.menu-close { /* close button */
    padding: 8px 0 4px 23px;
    color: #6B6B6B;
    display: block;
    margin: -30px 0 -10px -20px;
    font-size: 35px;
    text-decoration: none;
}

.menu-overlay { /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

.btn-transparent{
    padding: 5px;
    font-size: 1.3em;
}

.btn-sanduiche{
    font-size: 1.8em;
}

.logo-mobile{
    max-height: 60px !important;
}

.contador-carrinho{
    font-weight: bold;
    position: absolute;
    top:2%;
    right: 2%;
    font-size: 0.4em !important;
}

.menu-mobile > div.side{
    margin-top:2%;
}

.dropdown-menu-header-2{
    float: right;
    margin-top: 5%;
}

.social-header-busca{
    min-width: 300px;
}

.bloco-menu-mobile{
    position: absolute;
    top: 0%;
    right: 0%;
}

.pull-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.rotate-180{
    transform: rotateZ(180deg);
}

.bt-entrar-mobile{
    margin-top: 3%;
    margin-bottom: 3%;
}
/* Ajustes template 2*/
/* fix chrome */
.template-2-input-group{
    max-width: 300px;
}

/* Banner do Subtitulo */
.bannerSubTittle{
    min-height: 200px;
    height: 100%;
    border-bottom: none !important;
    border-top: none !important;
    background-size: cover;
}

.bannerSubTittle > div.container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*  Pagina de pacote de cursos */
.text-strike{
    text-decoration: line-through;
    opacity:0.6;
}

.text-bold{
    font-weight: bold;
}
.pacote-curso-container > div{
    padding-left: 0px !important;
}
hr.no-vm{
   margin-top: 10px !important;
   margin-bottom: 10px !important;
}
.no-lateral-paddding{
    padding-right:0;
    padding-left:0;
}

.badge-lft-btom{
    position: absolute;
    bottom: -20%;
    font-size: 70% !important;
}
/* pag de simulado */
.m-top{
    margin-top: -5px;
}

/* vertical bar */
.vertical .progress-bar {
    height: 300px;
    width: 40px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.vertical .progress-track {
    position: relative;
    width: 40px;
    height: 100%;
    background: #ebebeb;
}

.vertical .progress-fill {
    position: relative;
    height: 50%;
    width: 40px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

/* [VERTICAL BARS] */
.bar-vertical {
    display: table;
    width: 100%;
    min-width: 320px;
    max-width: 600px;
    height: 250px;
}

.col-porcentagem {
    font-size: 80%;
    font-weight: bold;
    padding-top: 5%;
    display: table-cell;
    vertical-align: bottom;
    width: 1000px;
    height: 250px;
}

/* vertical middle */
.pull-middle-content {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* Boxes */
.box {
    display: flex;
}

.one {
    flex: 1 1 auto;
}

.two {
    flex: 1 1 auto;
}

.three {
    flex: 1 1 auto;
}

.one-full{
    flex: 1;
}

.cabecalho-flutuante{
    top: 0;
    z-index: 10000000000;
    background-color: #FCF9F9;
    opacity: 0.8;
}

/* Desempenho de estudos */

.headtab-item{
    padding: 0.3%;
}
.lista-disciplina-chk{
    margin-left: 25%;
}
.lista-disciplina-chk li{
    position: absolute;
}
.lista-disciplina-chk > li:nth-child(1){
    left: 23%;
}
.lista-disciplina-chk > li:nth-child(2){
    left: 55%;
}
.lista-disciplina-chk > li:nth-child(3){
    left: 90%;
}
.progress-container{
    position: absolute;
    right: 0;
    left: 20%;
    top: 18%;
}
@media screen and (max-width: 1200px) and (min-width: 480px) {
    .lista-disciplina-chk > li:nth-child(1){
        left: -5%;
    }
    .lista-disciplina-chk > li:nth-child(2){
        left: 32%;
    }
    .lista-disciplina-chk > li:nth-child(3){
        left: 75%;
    }
    .bar-vertical{
        min-width: 200px;
        max-width: 300px;
    }
    .cabecalho-flutuante table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1) {
        width: 30%;
    }
}

@media screen and (min-width: 1300px) {
    .cabecalho-flutuante table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1) {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .bar-vertical{
        width: 100%;
        max-width: none;
        min-width: 150px;
    }
}


/* Minhas Compras */
.label-product{
    position: absolute;
    right: 0px;
}

.label-product-w-img{
    position: absolute;
    left: 15px;
}

.biblioteca .segmentos {
    position: absolute;
    top: -3px;
    right: 15px;
}
.biblioteca .title-biblioteca {
    position: relative;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    word-break: break-word;
    margin-top: 5px;
}

.conteudo-biblioteca {
    color: #5285a8;
}

.radius-biblioteca {
    border-radius: 0 0 0 .25em !important;
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.btn-biblioteca {
    position: absolute;
    bottom: 18px;
    right: 36px;
}

.row.biblioteca > div[class*="col-"] {
display: flex;
flex-direction: column;
}

.well-video{
    background-size: 100% auto;
    border: none!important;
    height: 100%;
    min-height: 200px;
}



/*Remoçao do watermark do viblast*/
span[id^="viblast_"]{
    display: none !important;
}

.m-b-1 {
    margin-bottom: 1%;
}

.m-b-3 {
    margin-bottom: 3%;
}

.m-b-8 {
    margin-bottom: 8%;
}

.m-b-20p {
    margin-bottom: 20px;
}

/*!* Foruns *!*/
.pdn-5{
    padding: 3% 5% 3% 5%;
}

.float-avatar {
    float: left;
    margin: 1% 1% 0% 1%;
    max-width:60px;
    clear:right;
}

.list-forum .list-group-item {
    margin-bottom: 0px !important;
}

.autorForum {
    margin-bottom: 3%;
}

@media (max-width: 767px) {
    .autorForum {
        padding: 0% 5% 0% 5%;
    }
}

@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }
}

.bg-professor {
    background-color: #cccccc;
}

@media (min-width: 767px) {
    .text-forum {
        text-align: center;
    }
}

[data-toggle="collapse"][aria-expanded="true"].topico-item > span
{
    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    transform:         rotate(-90deg);
    -webkit-transition: transform 500ms;
    transition: transform 500ms;
}

[data-toggle="collapse"][aria-expanded="false"].topico-item > span
{
    -webkit-transform: rotate(0deg);
    -moz-transform:    rotate(0deg);
    -ms-transform:     rotate(0deg);
    -o-transform:      rotate(0deg);
    transform:         rotate(0deg);
    -webkit-transition: transform 500ms;
    transition: transform 500ms;
}

.search-forum-row {
    background-color: white;
}

.img-avatar{
    margin: 1% 1% 0% 0%;
    float: left;
    margin-left: 0;
    clear: right;
    width: 80px;
    height: 80px;
}
.bloco-forum{
    margin: 3% 0 5% 0;
}

.bt-flutuante-d-r{
    position: absolute;
    bottom: 10%;
    right: 10%;
}