/* ==========================================================================
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;
}

.progress-sm {
    height: 12px !important;
    top: 5px;
    margin-bottom: 10px; 
    border-radius: 10px; 
    width: 100%;
    max-width: 170px;
}

.progress-sm .progress-bar {
    font-size: 10px;
    line-height: 12px;
}

.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-top-10px{
    margin-top: 10px;
}

.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;
}

.m-2{
    margin: 1%;
}

.titulo {
    padding: 30px 0;
}

.titulo h1 {
    margin: 0;
}

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

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

.p-2{
    padding: 2%;
}

/* 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-pacotes .slider-prev,
.slider-pacotes .slider-next,
.slider-noticias .slider-prev,
.slider-noticias .slider-next,
.slider-aprovados .slider-prev,
.slider-aprovados .slider-next,
.slider-depoimentos .slider-prev,
.slider-depoimentos .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,
.slider-pacotes,
.slider-depoimentos{
    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,
.slider-depoimentos .slider-prev,
.slider-depoimentos .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,
.slider-pacotes .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-pacotes .well,
.slider-noticias .well,
.slider-posts .well,
.slider-aprovados .well,
.slider-depoimentos .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,
.slider-depoimentos .well{
    padding: 10px;
}

.well .valor-original {
    text-align: center;
    text-decoration: line-through;
    font-size: 15px;
    margin-bottom: 0.3em;
}

.well .valor-atual {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 0.5em;
}

.cursos .capa,
.cursos-destacados .capa,
.slider-cursos .capa,
.slider-pacotes .capa,
.slider-noticias .capa,
.slider-posts .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,
.slider-pacotes .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;
}

.slider-posts .nome{
    font-weight: 700;
    margin: 0;
    color: black;
    padding: 10px 10px 10px;
}

.cursos .carga {
    font-size: 12px;
    margin: 0;
    padding: 0 10px 0px;
}

.cursos-destacados .carga,
.slider-cursos .carga,
.slider-pacotes .carga,
.cursos-mais-vendidos .carga,
.cursos-3 .carga,
.cursos .text-investimento,
.pacotes .carga{
    font-size: 12px;
    margin: 0;
    padding: 0 10px 10px;
}
.cursos .texto-investimento-vazio {
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
}
.cursos .text-investimento {
    text-align: center;
}

.texto.texto-investimento {
    text-align: center;
}

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

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

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

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

.well .valor-original {
    text-align: center;
    text-decoration: line-through;
    font-size: 15px;
    margin-bottom: 0.3em;
}

.well .valor-atual {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 0.5em;
}

.slider-cursos .comprar,
.slider-pacotes .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;
}

.nome-depoimento {
    word-wrap: break-word;
}

.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 .div-texto-investimento {
    max-height: 55vh;
}

.curso .ver-mais {
    display: none;
    justify-content: center;
}

.curso .ver-mais-button {
    cursor: pointer;
}

.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;
}

/* MENSAGENS DE CONVERS�O
========================================================================== */
.conversao .qrdcode-message {
	font-size: 11px;
	color: var(--cor-primaria);
}

.conversao .qrdcode-number {
	width: 70%;
	background: rgb(216, 216, 216);
	margin-left: 15%;
	border-radius: 5px;
	padding: 7px;
	overflow: hidden;
	height: 30px;
	font-size: 14px;
}

.conversao .qrdcode-number input {
	width: 100%;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

.conversao .qrdcode-number i {
	background: var(--cor-primaria);
	position: absolute;
	right: 12px;
	padding: 8px;
	margin-top: -7px;
	margin-right: 15%;
	border-radius: 4px;
	color: #fff;

}


/* 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;
}

[id^="cpf-player"], [class^="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;
}

.izz-right {
  right: 10px;
  opacity: .5;
  position: fixed;
  bottom: 10px;
}

.izz-left {
  left: 10px;
  opacity: .5;
  position: fixed;
  bottom: 10px;
}

.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--default .select2-selection,
.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--default .select2-selection--multiple .select2-selection__choice,
.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--default .select2-selection--multiple .select2-selection__choice__remove::before,
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
    content: "x";
    font-size: 10px;
    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;
    background: #000;
    width: 20px;
    height: 20px;
    padding: 5px 0 0 7px;
    font-weight: bold;
    border-radius: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.54;
    color: #fff;
}
.select2-container--material .select2-search--inline .select2-search__field {
    width: 100% !important;
    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--default .select2-dropdown .select2-search__field:focus,
.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--default .select2-results__options,
.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--default .select2-results__option,
.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--default .select2-results__option[aria-disabled=true],
.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--default .select2-results__option--highlighted[aria-selected],
.select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
    color: #000;
}
.select2-container--default.select2-container--focus .select2-selection,
.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--default.select2-container--disabled.select2-container--focus .select2-selection,
.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Bloco de artigos */
.artigos h4 {
	font-weight: 800;
}
.artigos .busca {
	text-align: center;
}
.artigos .registros {
	margin-top: 30px;
}
.artigos .registros,
.artigos .categorias,
.artigos .categorias .well {
	margin-bottom: 0;
}
.artigos .busca input {
	background: #fff;
	height: 50px;
	padding: 10px;
	border-radius: 8px 8px 0 0;
	box-shadow: 1px 1px 5px #c1c1c1;
}
.artigos .btn-voltar {
	float: right;
	background: #e8e7e7;
	padding: 5px 20px;
	color: var(--cor-primaria);
	border-radius: 0 0 0 10px;
}
.artigos .busca .listagem {
	display: block;
	background: #fff;
	border: #c1c1c1;
	border-bottom: none;
	box-shadow: 2px 2px 8px #c1c1c1;
	position: absolute;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	margin: -3 15px 0 15px;
	z-index: 999;
}
.artigos .busca .form-group {
	margin-bottom: 0;
}
.artigos .busca .inner-addon { 
	position: relative; 
}
.artigos .busca .listagem .close-search {
	float: right;
	padding: 10px;
	cursor: pointer;
}
.artigos .busca .listagem a {
	padding: 15px;
	display: block;
	text-align: left;
}
.artigos .busca .listagem a h5 {
	margin: 0;
}
.artigos .busca .listagem a:hover {
	background: #f1f1f1;
	transition: all 0.5s;
}
.artigos .busca .inner-addon .glyphicon {
	position: absolute;
	padding: 15px 10px;
	pointer-events: none;
}
.artigos .busca .left-addon .glyphicon  {
	left:  0px;
}
.artigos .busca .right-addon .glyphicon {
	right: 0px;
}
.artigos .busca .left-addon input  {
	padding-left:  30px;
}
.artigos .busca .right-addon input {
	padding-right: 30px;
}
.artigos .listagem > .list-group-item {
	background: none;
	border: none;
	border-bottom: solid 1px #d8d6d6;
	height: 75px;
	margin: 8px 5px 8px 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	padding: 10px 10px 10px 0;
	overflow: hidden;
}
.artigos .listagem > .list-group-item:last-child {
	border: none;
}
.artigos .listagem > .list-group-item:hover {
	border-radius: 3px;
	background: #f7f5f5;
	padding-left: 9px;
}
.artigos .listagem > .list-group-item h5 {
	font-weight: 500;
	margin: 0;
}
.artigos .listagem > .list-group-item p {
	font-size: 14px;
}
.artigos .categorias .well .list-group a {
	background: white;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -3px #e6e6e6;
	box-shadow: inset 0 -3px rgba(0, 0, 0, 0.08);
	margin: 5px 0px;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.artigos .categorias .well .list-group a:hover {
	background: rgba(0, 0, 0, 0.08);
}

/* 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;
}

.badge-center-btom{
    margin-top: 10pt;
    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;
}

.slider-depoimentos .depoimentos h5{
    margin-top: 20px!important;
}

.btn-navegacao-tutoria {
    padding: 0px 3px 0px 0px;
}

.btn-navegacao-questao {
    padding: 0px 0px 0px 3px;
}

.m-t-1{
  margin-top: 1vh !important;
}

.m-t-2{
  margin-top: 2vh !important;
}

.m-t-5{
    margin-top: 5px;
}

.noPadding{
    padding: 0px !important;
}

/*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;
}

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

/*!* 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%;
}

.questao .panel-heading{
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
}

.questao .badge{
    background-color: #BBB!important;
    margin-top: 5px;
}

.questao .questaoEnunciado{
    display: block;
}

.questao .questaoEnunciado .questaoNumero{
    float: left;
    clear: right;
}

.lgpdCookie {
    position: fixed;
    min-height: 50px;
    bottom: 0;
    width: 100%;
    padding: 1%;
    color: white;
    z-index: 1000;
}

.btn-cookie {
    background-color: white;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 10px
}

.buttons-lgpd {
    display: inline;
}

.grupo-cursos .tituloCurso {
    margin: 10px 0px !important;
}

.table.table-condensed.avaliacao {
    margin-bottom: 5px;
}

.badge-center-btom.cursos-pacote {
    margin-top: 2px;
}

/* Simulados */
.fullscreen {
    z-index: 100;
    width: 101.2%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    padding: 50px 70px;
    overflow: auto;
}

.simulados .questao {
    border-top: solid 4px var(--cor-secundaria);
    padding: 20px 10px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 2px 2px 10px 1px rgb(216, 216, 216);
}

.simulados .questao .tags {
    margin-bottom: 20px;
}

.simulados .questao .enunciado .numero {
    float: left;
    font-size: 1.8em;
    line-height: 1.1;
    padding-right: 10px;
}

.simulados .questao > .justificativa > h5 {
    padding: 20px 0 10px 0;
    border-bottom: solid 2px #e2e2e2;
}

.simulados .sidebar > .well {
    border-top: solid 4px var(--cor-secundaria);
    background: #fff;
    box-shadow: 2px 2px 10px 1px rgb(216, 216, 216);
}

.simulados .sidebar > .well > h2 {
    margin: 16px;
}
.bloco-tempo-conclusao h2 {
    font-size: 24px;
}

.contorna-conteudo{
    float: left;
    clear: right;
    padding: 0 3% 3% 3%;
}

.sidebar-no-scroll-container div.no-scroll{
    top:10%;
    z-index: 9999;
}

@media (min-width: 768px){
    .fullscreen .sidebar-no-scroll-container div.no-scroll {
        top:18%;
    }
    .fullscreen div.no-scroll{
        width: 256px;
    }
    .sidebar-no-scroll-container {
        width: 266px;
    }

}

.bloco-ultimas-postagens > div.list-group{
    overflow-x: auto;
    overflow-y: scroll;
    max-height: 350px;
}

.bloco-ultimas-postagens p.p-small-cor-texto{
    color:var(--cor-textos);
}

.texto-elipsado {
    display: block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cursor-pointer {
    cursor: pointer;
}

.p-small{
    font-size: 10px;
}

.p-mid{
    font-size: 12px;
}

.zero-margem-inferior{
    margin-bottom: 0;
}

hr.custom-margin{
    margin: 3px auto;
}

p.descricao-xs{
    font-size: 10px;
    margin: 13px 0 0 0px;
}

.label-default > a.label-link {
   color: #ffffff;
}

.label-default > a.label-link:hover {
   color: var(--cor-primaria);
}



/*.modalBootbox > div {*/
/*    width: 700px;*/
/*}*/

.modalBootbox .btn-group {
    padding: 0 5px;
}

div.well.bg-success{
    background-color: #dff0d8;
}

div.well.bg-danger{
    background-color: #f9bdbb;
}

.tbody-border-bottom {
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.text-codigo {
    cursor: text;
}

.filter-compras{
    margin: 10px 0 30px 0;
}

.filter-compras .btn{
    text-transform: capitalize;
}

.m-r-4 {
    margin-right: 4px;
}

.conteudo-anotacao .trumbowyg-box {
    margin-bottom: 23px;
}

.resumo-pedido {
    float: right;
}

.well .nuvem {
    word-break: break-all;
}

.active-tab {
    background-color: #f5f5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.active-tab2 {
    background-color: #f5f5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 66px;
}

.status-produto.virtual {
    background: inherit;
}

.color-red{
    color: red;
}

.d-inline-block {
    display: inline-block;
}

.aviso-zoom {
    font-size: 35px;
    vertical-align: middle;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

/* ------------------------------------------------------------------------------------------------------------
MARGINS AND PADDINGS
------------------------------------------------------------------------------------------------------------ */
.m-0 {
    margin: 0 !important;
  }

  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }

  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }

  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }

  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }

  .m-1 {
    margin: 0.25rem !important;
  }

  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }

  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }

  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }

  .m-2 {
    margin: 0.5rem !important;
  }

  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }

  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }

  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }

  .m-3 {
    margin: 1rem !important;
  }

  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }

  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }

  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }

  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }

  .m-4 {
    margin: 1.5rem !important;
  }

  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }

  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }

  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }

  .m-5 {
    margin: 3rem !important;
  }

  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }

  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }

  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }

  .p-0 {
    padding: 0 !important;
  }

  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }

  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }

  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }

  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }

  .p-1 {
    padding: 0.25rem !important;
  }

  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }

  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }

  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }

  .p-2 {
    padding: 0.5rem !important;
  }

  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }

  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }

  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }

  .p-3 {
    padding: 1rem !important;
  }

  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }

  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }

  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }

  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }

  .p-4 {
    padding: 1.5rem !important;
  }

  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }

  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }

  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }

  .p-5 {
    padding: 3rem !important;
  }

  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }

  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }

  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }

  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }

  .m-n1 {
    margin: -0.25rem !important;
  }

  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-n1,
  .mx-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-n1,
  .mx-n1 {
    margin-left: -0.25rem !important;
  }

  .m-n2 {
    margin: -0.5rem !important;
  }

  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem !important;
  }

  .m-n3 {
    margin: -1rem !important;
  }

  .mt-n3,
  .my-n3 {
    margin-top: -1rem !important;
  }

  .mr-n3,
  .mx-n3 {
    margin-right: -1rem !important;
  }

  .mb-n3,
  .my-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-n3,
  .mx-n3 {
    margin-left: -1rem !important;
  }

  .m-n4 {
    margin: -1.5rem !important;
  }

  .mt-n4,
  .my-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-n4,
  .mx-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-n4,
  .my-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-n4,
  .mx-n4 {
    margin-left: -1.5rem !important;
  }

  .m-n5 {
    margin: -3rem !important;
  }

  .mt-n5,
  .my-n5 {
    margin-top: -3rem !important;
  }

  .mr-n5,
  .mx-n5 {
    margin-right: -3rem !important;
  }

  .mb-n5,
  .my-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-n5,
  .mx-n5 {
    margin-left: -3rem !important;
  }

  .m-auto {
    margin: auto !important;
  }

  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }

  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }

  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }

  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }

  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
      margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
      margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
      margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
      margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
      margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
      margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
      margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
      margin-left: 3rem !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
      padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
      padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
      padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
      padding-left: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
      padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
      padding-left: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
      padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
      padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
      padding-left: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
      padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
      padding-left: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
      padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
      padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
      padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
      padding-left: 3rem !important;
    }
    .m-sm-n1 {
      margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
      margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
      margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
      margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
      margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
      margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
      margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
      margin-left: -1rem !important;
    }
    .m-sm-n4 {
      margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
      margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
      margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
      margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
      margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
      margin-left: -3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
      margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
      margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
  }

  @media (min-width: 768px) {
    .m-md-0 {
      margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
      margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
      margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
      margin-left: 0 !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
      margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
      margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
      margin-left: 0.25rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
      margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
      margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
      margin-left: 0.5rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
      margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
      margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
      margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
      margin-left: 1rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
      margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
      margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
      margin-left: 1.5rem !important;
    }
    .m-md-5 {
      margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
      margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
      margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
      margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
      margin-left: 3rem !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
      padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
      padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
      padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
      padding-left: 0 !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
      padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
      padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
      padding-left: 0.25rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
      padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
      padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
      padding-left: 0.5rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
      padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
      padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
      padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
      padding-left: 1rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
      padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
      padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
      padding-left: 1.5rem !important;
    }
    .p-md-5 {
      padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
      padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
      padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
      padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
      padding-left: 3rem !important;
    }
    .m-md-n1 {
      margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
      margin-left: -0.25rem !important;
    }
    .m-md-n2 {
      margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
      margin-left: -0.5rem !important;
    }
    .m-md-n3 {
      margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
      margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
      margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
      margin-left: -1rem !important;
    }
    .m-md-n4 {
      margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
      margin-left: -1.5rem !important;
    }
    .m-md-n5 {
      margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
      margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
      margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
      margin-left: -3rem !important;
    }
    .m-md-auto {
      margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
      margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
      margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
      margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
      margin-left: auto !important;
    }
  }

  @media (min-width: 992px) {
    .m-lg-0 {
      margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
      margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0 !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
      margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
      margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
      margin-left: 0.25rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
      margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
      margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
      margin-left: 0.5rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
      margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
      margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
      margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
      margin-left: 1rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
      margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
      margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
      margin-left: 1.5rem !important;
    }
    .m-lg-5 {
      margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
      margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
      margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
      margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
      margin-left: 3rem !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
      padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
      padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0 !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
      padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
      padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
      padding-left: 0.25rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
      padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
      padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
      padding-left: 0.5rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
      padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
      padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
      padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
      padding-left: 1rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
      padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
      padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
      padding-left: 1.5rem !important;
    }
    .p-lg-5 {
      padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
      padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
      padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
      padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
      padding-left: 3rem !important;
    }
    .m-lg-n1 {
      margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
      margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
      margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
      margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
      margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
      margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
      margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
      margin-left: -1rem !important;
    }
    .m-lg-n4 {
      margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
      margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
      margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
      margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
      margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
      margin-left: -3rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
      margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
      margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
      margin-left: auto !important;
    }
  }

  @media (min-width: 1200px) {
    .m-xl-0 {
      margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
      margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 0 !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
      margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
      margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
      margin-left: 0.25rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
      margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
      margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
      margin-left: 0.5rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
      margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
      margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
      margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
      margin-left: 1rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
      margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
      margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
      margin-left: 1.5rem !important;
    }
    .m-xl-5 {
      margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
      margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
      margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
      margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
      margin-left: 3rem !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
      padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
      padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
      padding-left: 0 !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
      padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
      padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
      padding-left: 0.25rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
      padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
      padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
      padding-left: 0.5rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
      padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
      padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
      padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
      padding-left: 1rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
      padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
      padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
      padding-left: 1.5rem !important;
    }
    .p-xl-5 {
      padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
      padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
      padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
      padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
      padding-left: 3rem !important;
    }
    .m-xl-n1 {
      margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
      margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
      margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
      margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
      margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
      margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
      margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
      margin-left: -1rem !important;
    }
    .m-xl-n4 {
      margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
      margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
      margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
      margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
      margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
      margin-left: -3rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
      margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
      margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
      margin-left: auto !important;
    }
  }

.review_block_smiles ul{
    padding:0;
    margin:0 -3px;
    list-style-type:none;
    display:flex;
    justify-content:center
}
.review_block_smiles ul li{
    display:list-item;
    margin:0 3px;
    width:100%
}
.container_smile{
    position:relative
}
.container_smile input[type="radio"]{
    display:none
}
.container_smile label{
    cursor:pointer
}
.container_smile .radio{
    position:relative;
    background-color:#fff;
    background-color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
    border:1px solid #d9e1e6;
    padding:15px;
    display:block;
    text-align:center
}
@media (max-width: 575px){
    .container_smile .radio{
        padding:10px
    }
}
.container_smile .radio:after{
    font-family:'smiles';
    font-size:42px;
    font-size:2.625rem
}
@media (max-width: 1199px){
    .container_smile .radio:after{
        font-size:36px;
        font-size:2.25rem
    }
}
@media (max-width: 575px){
    .container_smile .radio:after{
        font-size:30px;
        font-size:1.875rem
    }
}
.container_smile .radio span{
    display:none
}
.container_smile .radio{
    transition:all 450ms;
	border-radius: 5px;
}
.container_smile .radio.smile_1:hover{
    background-color:#ff0033;
    color:#fff
}
.container_smile .radio.smile_2:hover{
    background-color:#ff5f7f;
    color:#fff
}
.container_smile .radio.smile_3:hover{
    background-color:#94b49b;
    color:#fff
}
.container_smile .radio.smile_4:hover{
    background-color:#68cd7f;
    color:#fff
}
.container_smile .radio.smile_5:hover{
    background-color:#4ccd6a;
    color:#fff
}
.container_smile input[type="radio"]:checked ~ .radio{
    transition:all 450ms;
    color:#fff
}
.container_smile input[type="radio"]:checked ~ .radio:after{
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    -webkit-transition:all 0.6s ease;
    -ms-transition:all 0.6s ease;
    transition:all 0.6s ease;
    display:block;
    transform:rotateY(360deg)
}
.container_smile input[type="radio"]:checked ~ .radio.smile_1{
    background-color:#ff0033
}
.container_smile input[type="radio"]:checked ~ .radio.smile_2{
    background-color:#ff5f7f
}
.container_smile input[type="radio"]:checked ~ .radio.smile_3{
    background-color:#94b49b
}
.container_smile input[type="radio"]:checked ~ .radio.smile_4{
    background-color:#68cd7f
}
.container_smile input[type="radio"]:checked ~ .radio.smile_5{
    background-color:#4ccd6a
}
.container_smile svg {
	padding-top: 8px;
}

/* ------------------------------------------------------------------------------------------------------------
TPAY
------------------------------------------------------------------------------------------------------------ */

.tpay-checkout .well {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 25px;
    box-shadow: 4px 2px 7px rgb(0 0 0 / 5%);
    padding: 25px 20px;
    position: relative;
}
.tpay-checkout .well.title {
    margin-top: 0;
    padding: 10px;
}
.tpay-checkout .well img {
    border-radius: 8px;
    margin-bottom: 10px;
}
.tpay-checkout .well legend {
    font-weight: bold;
}
.tpay-checkout .well .valor-original,
.tpay-checkout .well .valor-atual {
    text-align: left !important;
}
.tpay-checkout .well select,
.tpay-checkout .well input[type=text] {
    height: 46px;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
    display: block;
    width: 100%;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
}

.titulo-pedido {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titulo-pedido .btn-baixa-nota{
    border-radius: 0.5rem;
    border: 0px;
    padding: 1rem;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none !important;
}

.disabled-like {
    cursor: not-allowed;
    opacity: 0.5;
}

.position-absolute {
  position: absolute !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.d-flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.position-fixed {
  position: fixed !important;
}

.position-static {
  position: static !important;
}

.fw-bold {
  font-weight: bold !important;
}

@media (max-width:767px) {
  .hidden-xs {
    display:none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display:none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display:none !important
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display:none !important
  }
}