/* Icones ================================================================================ */
.ico-usuario {
    background: url('../images/icones/ico-usuario.png');
    width: 22px;
    height: 24px;
    display: block;
}

.ico-usuario-logado {
    background: url('../images/icones/ico-usuario-logado.png');
    width: 22px;
    height: 24px;
    display: block;
}

.ico-carrinho {
    background: url('../images/icones/ico-carrinho.png');
    width: 40px;
    height: 40px;
    display: block;
}

.ico-carrinho-cheio {
    background: url('../images/icones/ico-carrinhocheio.png');
    width: 40px;
    height: 79px;
    display: block;
}

.ico-carrinho-produto {
    background: url('../images/icones/ico-carrinho-produto.png');
    width: 37px;
    height: 41px;
    display: block;
    background-size: 100%;
	background-repeat: no-repeat;
}

.ico-newsletter {
    background: url('../images/icones/ico-newsletter.png');
    width: 42px;
    height: 40px;
    display: block;
}

.ico-vermais {
    background: url('../images/icones/ico-mais.png');
    width: 16px;
    height: 16px;
    display: block;
}

.cms-index-index .icon-left-open,
.cms-promocional .icon-left-open,
.cursos-indicacao .icon-left-open {
    background: url('../images/icones/seta-esquerda.png');
    width: 60px;
    height: 60px;
    display: block;
    opacity: .4;
    background-repeat: no-repeat;
    background-size: 80%;
}

.cms-index-index .icon-left-open:before,
.cms-promocional .icon-left-open:before,
.cursos-indicacao .icon-left-open:before {
    display: none;
}

#latest_news .recent-posts .icon-left-open:before,
#latest_news .recent-posts .icon-right-open:before {
    display: block;
}

#latest_news .recent-posts .icon-left-open,
#latest_news .recent-posts .icon-right-open {
    background: none;
    opacity: 1;
    color: #00394c;
}

.cms-index-index .icon-right-open,
.cms-promocional .icon-right-open,
.cursos-indicacao .icon-right-open {
    background: url('../images/icones/seta-direita.png');
    width: 60px;
    height: 60px;
    display: block;
    opacity: .4;
    background-repeat: no-repeat;
    background-size: 80%;
}

.cms-index-index .icon-right-open:before,
.cms-promocional .icon-right-open:before,
.cursos-indicacao .icon-right-open:before {
    display: none;
}

.ico-contato {
    background: url('../images/icones/ico-contato.jpg');
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 28px;
    height: 28px;
    display: block;
}

.ico-chat {
    background: url('../images/icones/ico-chat.jpg');
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 28px;
    height: 28px;
    display: block;
}

.ico-faq {
    background: url('../images/icones/ico-faq.jpg');
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 28px;
    height: 28px;
    display: block;
}

.ico-sair {
    background: url(../images/icones/ico-sair.jpg);
    margin-right: 5px;
    margin-top: -15px;
    float: left;
    width: 28px;
    height: 28px;
    display: block;
}

.ico-tw {
    background: url('../images/icones/tw.png');
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 34px;
    height: 34px;
    display: block;
}

.ico-fb {
    background: url('../images/icones/fb.png');
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 34px;
    height: 34px;
    display: block;
}

.ico-mail {
    background: url('../images/icones/mail.png');
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 35px;
    height: 35px;
    display: block;
}

.ico-cartao {
    background: url('../images/icones/ico-cartao.png');
    margin-top: -8px;
    float: left;
    width: 57px;
    height: 34px;
    display: block;
}

.glyphicon.glyphicon-trash {
    color: black;
}

.slick-prev {
    background: url('../images/icones/seta-esquerda.png');
    width: 60px;
    height: 60px;
    display: block;
    opacity: .4;
    border: none;
    position: absolute;
    left: 0;
    top: 70px;
}

.slick-next {
    background: url('../images/icones/seta-direita.png');
    width: 60px;
    height: 60px;
    display: block;
    opacity: .4;
    border: none;
    position: absolute;
    right: 0;
    top: 70px;
}

/* Não exibir na home ================================================================================ */
.cms-index-index .banner-estatico,
.cms-index-index .cursos-indicacao {
    display: none;
}

/* Alinhamento dos textos ================================================================================ */
.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

/* Tags informacoes dos produtos ================================================================================ */
/* Produto novo */
span.new-product-icon {
    background-color: #ffcb03;
    height: 30px;
    text-align: center;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 0;
    padding: 10px 25px;
}

span.new-product-icon:before {
    border-right: 10px solid #ac8802;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

/* Produto em promocao */
span.sale-product-icon {
    background-color: #9d0d07;
    height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 0;
    padding: 10px 25px;
}

span.sale-product-icon:before {
    border-right: 10px solid #5b0804;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

/* Produto pre-venda */
span.presale-product-icon {
    background-color: #0d475a;
    height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 0;
    padding: 10px 25px;
    display: block;
}

span.presale-product-icon:before {
    border-right: 10px solid #061e26;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

/* Modal ================================================================================ */
a.fancybox-close:before {
    color: #00415a;
}

.fancybox-overlay {
    background: #000;
    opacity: .5;
}

.modal-dialog {
    width: 90%;
    min-width: 300px;
    max-width: 960px;
}

/* bootstrap modal */

.close {
    font-size: 36px;
}

/* Newsletter popup ====================================================================== */
#newsletter_popup .block-content img {
    max-width: 100%;
    display: block;
}

#newsletter_popup [type="checkbox"]:not(:checked) + label,
#newsletter_popup [type="checkbox"]:checked + label {
    padding-left: 30px;
    padding-top: 2px;
    margin-left: 0;
}

#confirmacao-assinatura .modal-dialog {
    max-width: 660px;
}

#confirmacao-assinatura .modal-dialog .success-msg {
    background-color: transparent;
    border: 0;
}

#confirmacao-assinatura .modal-dialog ul li h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 20px 0 10px 0;
    text-align: center;
}

#confirmacao-assinatura .modal-dialog ul li p {
    font-size: 16px;
    color: #3b3b3b;
    margin-bottom: 0;
    text-align: center;
}

#confirmacao-assinatura .modal-header {
    border-bottom: 0;
    padding: 10px 15px 0 15px;
    border-top: 3px solid #0b3c4f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#confirmacao-assinatura .modal-body {
    padding: 0 15px;
}

#confirmacao-assinatura .modal-body img {
    margin: 0 auto;
    display: block;
}

/* Carrossel ================================================================================ */
.slick-list {
    margin: 0 130px !important;
}

/* Checkbox e radio button customizacao ================================================================================ */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    padding-top: 2px;
    margin-left: 20px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 18px;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Global ================================================================================ */
body {
    font-family: 'Open Sans', sans-serif;
}

.wrapper {
    overflow-y: hidden;
}

.quebra {
    display: block;
}

.page {
    overflow-x: hidden;
}

/* Header ================================================================================ */
.header-container.type4 .header {
    padding: 40px 0;
}

/* Logo */
.header .logo img {
    max-width: 271px;
}

/* Campo de busca */
.header-container.type4 .header #search_mini_form {
    width: 670px;
}

.header #search_mini_form {
    margin-left: 90px;
}

.header .form-search {
    border: 1px solid #878787;
    -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.2);
}

.header .form-search button.button {
    background-color: #00415a;
    color: #fff;
    width: 45px;
}

.header .form-search #cat {
    width: 180px;
    background: url('../images/select-arrow.png') right 20px center no-repeat #FFF;
    right: 45px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 50px;
}

.header .form-search #cat:after {
    content: '\e81c';
    font-family: "porto";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    left: auto;
    margin-top: -7px;
}

.header .form-search #search {
    width: 90%;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-size: 120%;
}

.header .form-search #cat select option:hover {
    background: #00415a !important;
}

.header .form-search #cat select:hover {
    background: #00415a;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

/* Topbar */
.top-links-container {
    background: url('../images/bg_topbar.jpg');
    height: 60px;
    background-size: 100% 100%;
    padding: 10px 0;
}

.header-container {
    border-top-width: 0;
}

.header-container.type4 {
    border-top-color: transparent;
}

.header-container .links li {
    border-left: 0;
    padding: 0 12px;
    line-height: 15px;
}

.header-container .links li.last {
    padding-top: 10px;
    padding-bottom: 25px;
}

.header-container .top-links-area {
    float: left;
    left: 45%;
    top: 5px;
    width: 640px;
    margin-left: -590px;
}

.header-container .top-links-area a {
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1px;
}

.header-container .top-links-area a:hover {
    text-decoration: none;
}

/*.header-container .links li:nth-of-type(2) a {
    text-decoration: none;
    border-bottom: 4px solid #edbd00;
    white-space: nowrap;
    padding-bottom: 19px;
}

@-moz-document url-prefix() {
   .header-container .links li:nth-of-type(2) a {
        text-decoration: none;
        display: inline;
        border-bottom: 4px solid #edbd00;
        padding-bottom: 17px;
    }
} /* hack para firefox */ /* ajuste padding inferior borda destaque corpo docente */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 210px;
    right: -50px;
    border-radius: 5px;
    top: 40px;
    border: 1px solid #ccc;
    height: 160px;
    padding-top: 15px;
}

.dropdown-content a span {
    color: #013f5e;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content i.ico-chat,
.dropdown-content i.ico-contato,
.dropdown-content i.ico-faq {
    margin-left: 15px;
}

.dropdown-content a:hover i.ico-chat {
    color: white;
    background: url('../images/icones/ico-chat-hover.png') no-repeat;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    margin-top: 5px;
}

.dropdown-content a:hover i.ico-contato {
    color: white;
    background: url('../images/icones/ico-contato-hover.png') no-repeat;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    margin-top: 5px;
}

.dropdown-content a:hover i.ico-faq {
    color: white;
    background: url('../images/icones/ico-faq-hover.png') no-repeat;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    margin-top: 5px;
}

.dropdown-content a:hover span {
    background-color: #013f5e;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
    border-top: 5px solid #013f5e;
}

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(0, 65, 90, 0);
    border-bottom-color: #00415a;
    border-width: 20px;
    margin-left: -20px;
}

.arrow_box:before {
    border-color: rgba(0, 65, 90, 0);
    border-bottom-color: #00415a;
    border-width: 23px;
    margin-left: -23px;
}

/* Area do login do usuario */
.area-login-usuario .welcome-msg {
    float: left;
    padding-left: 0;
    padding-top: 6px;
    text-transform: none;
    color: #004961;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-right: 50px;
}

.area-login-usuario .welcome-msg i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.area-login-usuario .top-links-area {
    float: left;
    left: 48%;
    top: 0;
    width: 216px;
    margin-left: 130px;
    background-color: white;
    border-radius: 5px;
    height: 40px;
}

.area-login-usuario .links {
    /*border-left: 1px solid #00415a;*/
    float: none;
    margin: 12px 0;
}

.area-login-usuario .links li {
    border-left: 1px solid #00415a;
}

.area-login-usuario .links li:first-of-type {
    border-left: 0;
}

.area-login-usuario .top-links-area a {
    font-size: 12px;
    color: #00415a;
    letter-spacing: 0;
    font-weight: 700;
}

.area-login-usuario .links li:nth-of-type(2) a {
    border-bottom: 0;
    padding-bottom: 0;
}

/* Área do login usuario logado */
.area-login-usuario .top-links-area a.bt-area-aluno {
    background-color: #387d55;
    display: block;
    width: 200px;
    padding: 11px 0;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #000;
    clear: both;
    position: relative;
    top: -40px;
    left: 233px;
}

.logado.top-links-area a.bt-area-aluno {
    top: -39px;
    left: 290px;
}

.logado.top-links-area {
    width: 270px;
    margin-left: 70px;
}

.logado.top-links-area .welcome-msg {
    font-size: 18px;
    letter-spacing: 0;
    white-space: nowrap;
    width: 15em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
}

.logado.top-links-area .welcome-msg a {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 20px;
}

.logado.top-links-area .welcome-msg i {
    margin-left: 9px;
    margin-right: 9px;
}

.logado.top-links-area .dropdown {
    position: relative;
    display: inline-block;
}

.logado.top-links-area .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 100px;
    right: auto;
    border-radius: 5px;
    top: 35px;
    border: 1px solid #ccc;
    height: 40px;
    padding-top: 15px;
    padding-left: 15px;
    left: 40px;
}

.logado.top-links-area .dropdown-content a span {
    color: #013f5e;
    line-height: 0;
    text-decoration: none;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

.logado.top-links-area .dropdown-content a:hover {
    background-color: #f1f1f1
}

.logado.top-links-area .dropdown:hover .dropdown-content {
    display: block;
    border-top: 5px solid #013f5e;
}

.logado.top-links-area .arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 65%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.logado.top-links-area .arrow_box:after {
    border-color: rgba(0, 65, 90, 0);
    border-bottom-color: #00415a;
    border-width: 10px;
    margin-left: -10px;
}

.logado.top-links-area .arrow_box:before {
    border-color: rgba(0, 65, 90, 0);
    border-bottom-color: #00415a;
    border-width: 13px;
    margin-left: -13px;
}

/* Menu */
.main-nav .menu-wrapper {
    background-color: #edbd00;
    border-bottom: 4px solid #004961;
}

.header-container.type4 .main-nav .menu-wrapper {
    border-radius: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.header-container.type4 .header-wrapper {
    margin-bottom: 0;
}

.fixed-header .menu, .main-nav .menu {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
    text-align: center;
}

.fixed-header ul.menu > li > a, .main-nav ul.menu > li > a {
    color: #00415a;
    font-size: 19px;
    font-weight: 700;
    text-transform: none;
}

.fixed-header ul.menu > li:hover, .main-nav ul.menu > li:hover,
.fixed-header ul.menu > li.act, .main-nav ul.menu > li.act {
    background-color: #00415a;
}

.fixed-header ul.menu > li.menu-full-width,
.fixed-header ul.menu > li.menu-item-has-children,
.main-nav ul.menu > li.menu-full-width,
.main-nav ul.menu > li.menu-item-has-children,
.fixed-header ul.menu > li.menu-static-width,
.fixed-header ul.menu > li.menu-item-has-children,
.main-nav ul.menu > li.menu-static-width,
.fixed-header ul.menu > li.menu-full-width.act:hover,
.fixed-header ul.menu > li.menu-item-has-children.act:hover,
.main-nav ul.menu > li.menu-full-width.act:hover,
.main-nav ul.menu > li.menu-item-has-children.act:hover,
.fixed-header ul.menu > li.menu-static-width.act:hover,
.fixed-header ul.menu > li.menu-item-has-children.act:hover,
.main-nav ul.menu > li.menu-static-width.act:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 7px 0;
}

.header-container.type4 .main-nav ul.menu > li a {
    border-right: 1px solid #00415a;
    border-radius: 0;
    line-height: 5px;
    padding-right: 50px;
}

.header-container.type4 .main-nav ul.menu > li:last-of-type a {
    border-right: 0;
}

/* Sticky Menu */
.header-container.type4.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
    border-bottom: 0;
    box-shadow: none;
}

.header-container.sticky-header .header-wrapper {
    padding: 20px 0 !important;
}

.header-container.type4 .fixed-header ul.menu > li, .header-container.type4 .main-nav ul.menu > li {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 7px 0;
}

.header-container.sticky-header .fixed-header ul.menu > li, .header-container.sticky-header .main-nav ul.menu > li {
    border-radius: 0;
}

.header-container.sticky-header .header-wrapper .menu-wrapper .mini-cart .cart-info {
    font-size: 14px;
    color: white;
    font-weight: 600;
    top: 0px;
    z-index: 2;
    position: absolute;
    left: 23px;
    text-align: center;
    display: block;
}

.header-container.sticky-header .topCartContent .mini-products-list .quant-prod .cart-info {
    font-size: 14px;
    color: white;
    font-weight: 600;
    top: inherit;
    z-index: 2;
    position: inherit;
    left: 41px;
    text-align: center;
    display: inherit;
}

.header-container.sticky-header .menu-wrapper .mybag-link .cart-qty {
    font-size: 14px;
}

.header-container.type4.sticky-header .main-nav ul.menu > li.menu-full-width {
    border-radius: 0;
    padding: 0;
}

.header-container.type4.sticky-header .main-nav ul.menu > li.menu-full-width > a {
    line-height: initial;
    border-right: 0;
}

.header-container.type4.sticky-header #ico-cart .cart-info {
    margin-top: -35px;
}

.fixed-header .menu > li > a:after, .main-nav .menu > li > a:after {
    bottom: 0;
}

.main-nav .menu > li:first-of-type > a:after {
    bottom: 5px;
    /*border-right: 1px solid #000;*/
    height: 35px;
}

.sticky-logo {
    margin-top: 5px;
}

.header-container.type4.sticky-header .main-nav ul.menu > li > a {
    border-right: none;
}

.header-container.sticky-header .menu-wrapper .mini-cart {
    right: 15px;
}

/* Menu mobile */
.mobile-nav.side-block .logado.top-links-area .welcome-msg {
    padding-left: 0;
    width: 15em;
}

.mobile-nav.side-block .logado.top-links-area .welcome-msg i {
    display: none;
}

.mobile-nav.side-block .logado.top-links-area .welcome-msg,
.mobile-nav.side-block .logado.top-links-area .welcome-msg a {
    color: white;
}

.mobile-nav.side-block .logado.top-links-area {
    width: auto;
    margin-left: 0;
    padding: 0 15px 15px 15px;
}

.mobile-nav.side-block .logado.top-links-area a.bt-area-aluno {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

.mobile-nav.side-block .menu a.level1 {
    color: white;
    font-weight: 400;
    display: block;
    padding: 0 15px 15px 15px;
    font-size: 16px;
}

.mobile-nav.side-block .logado.top-links-area .dropdown:hover .dropdown-content {
    display: none;
}

/* Carrinho */
.cart-area p.cart-title {
    font-size: 14px;
    color: #00415a;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.3px;
    margin-right: 10px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    top: 50%;
    margin-top: -10px;
}

.mini-cart .cart-empty {
    top: 0;
    left: 0;
    position: initial;
}

a#ico-cart {
    float: right;
    text-align: center;
    color: #ebbc58;
}

#ico-cart .cart-info {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    padding: 0;
    display: block;
    line-height: 1;
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin-left: -20px;
}

.header-container.type4 .ico-carrinho-cheio {
    margin-top: -25px;
}

.header-container.type4.sticky-header .ico-carrinho-cheio {
    margin-top: -12px;
}

.mini-cart .actions a {
    width: 100%;
}

.mini-cart .mini-products-list li {
    border-bottom: 1px solid #333;
}

.topCartContent {
    width: 350px;
}

.theme-border-color {
    border-color: #0d475a;
}

.topCartContent:before {
    border-bottom-color: #0d475a;
}

.mini-cart .actions .btn {
    border-radius: 5px;
    padding: 8px;
}

.mini-cart .actions .finaliza-compra {
    background-color: #387d55;
    color: white;
    text-transform: uppercase;
    border: none;
}

.totals .label {
    display: block;
}

.mini-cart .totals {
    text-align: left;
    line-height: 30px;
    padding-top: 30px;
    color: black;
    font-size: 16px;
    float: left;
}

.mini-cart .totals .label {
    padding: 0;
    text-align: left;
    font-size: 15px;
    color: black;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.topCartContent .qty-item {
    float: right;
}

.topCartContent .mini-products-list .quant-prod {
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 160px;
}

.topCartContent .mini-products-list .quant-prod span {
    color: black;
}

.topCartContent .mini-products-list .quant-prod .cart-info {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 5px;
    color: black;
}

.topCartContent .mini-products-list .quant-prod i {
    color: black;
    font-size: 16px;
    padding-right: 5px;
}

.topCartContent .qty-item .cart-qty {
    font-weight: 700;
}

.topCartContent .qty-item span {
    color: black;
    position: relative;
    top: 15px;
    right: 10px;
    font-size: 14px;
}

.mini-cart .actions .visualizar-carrinho {
    background-color: transparent;
    border: 1px solid #aaaaaa;
    color: #00415a;
    text-transform: uppercase;
    font-size: 13px;
}

.mini-cart .mini-products-list li .product-image img {
    width: 150px;
    height: 100px;
    border-radius: 5px;
    margin-right: 10px;
}

.mini-cart a:hover {
    text-decoration: none;
}

.mini-cart .product-name {
    font-size: 14px;
    margin-top: 0;
}

.mini-products-list li .product-name a {
    color: #00415a;
    font-weight: 700;
    line-height: 18px;
    display: block;
}

.mini-cart .option-detail {
    display: none;
}

.mini-cart .actions:last-of-type {
    margin-top: 15px;
}

.mini-cart .qty-price {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 20px;
}

.mini-cart .mini-products-list li a.btn-remove {
    top: 10px;
}

.header-container.type4.sticky-header .topCartContent .qty-item span {
    top: 35px;
    right: -75px;
}

.fixed-header ul.menu > li .nav-sublist-dropdown, .main-nav ul.menu > li .nav-sublist-dropdown {
    border: 0;
    background-color: #fff;
    border-radius: 0 6px 6px 6px;
    padding: 5px 0;
    min-width: 380px;
    width: auto;
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, .3);
    border-top: 5px solid #003343;
}

.fixed-header .menu > li .nav-sublist-dropdown ul li a > span, .main-nav .menu > li .nav-sublist-dropdown ul li a > span {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #6a6a6a;
}

a.addtocart {
    background: transparent;
}

.mini-cart .mini-products-list .product-details {
    margin-left: 160px;
}

/* Breadcrumb ================================================================================ */
.top-container > .breadcrumbs {
    background-color: #004763;
}

.breadcrumbs li {
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.breadcrumbs span.breadcrumbs-split {
    margin: 0 15px;
    font-size: 14px;
}

.col-main .page-title h1, .col-main .page-title h2 {
    color: black;
    font-size: 22px;
    font-weight: 600;
}

/* Carrinho vazio ================================================================================ */
.cart-empty {
    position: relative;
}

.cart-empty a#ico-cart {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
}

.checkout-cart-index h1.align-center {
    color: #003343;
}

.checkout-cart-index .main-container {
    padding-top: 60px;
}

/* Quem Somos ================================================================================ */
.cms-quem-somos .main.container p {
    color: #585757;
}

.cms-quem-somos .main.container .destaque,
.cms-promocional .main.container .destaque {
    position: relative;
    left: 50%;
    margin-left: -969px;
    top: 50%;
    margin-top: -20px;
}

/* Convenios ================================================================================ */
.cms-convenios .main.container p {
    color: #585757;
}

.cms-convenios .main.container .destaque,
.cms-convenios-convenio .main.container .destaque,
.cms-convenios-empresa .main.container .destaque {
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 50%;
    margin-top: -20px;
}

div.pagina-convenio {
    margin-top: 20px;
}

div.pagina-convenio h1.titulo-pagina-convenio {
    font-size: 40px;
    font-weight: 700;
    color: #003551;
    line-height: 26px;
}

div.pagina-convenio p.texto-pagina-convenio {
    font-size: medium;
    color: #373737;
}

div.pagina-convenio div.lista-convenios {
    margin-top: 30px;
}

div.pagina-convenio div.lista-convenios .row {
    margin-bottom: 18px;
}

div.pagina-convenio h1.titulo-lista-convenio {
    font-weight: 700;
    color: #666;
}

div.pagina-convenio a.button {
    display: block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 18px;
    border-radius: 5px;
    padding: 0;
    padding-right: 5px;
    background-color: #005925;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

div.pagina-convenio a.button:hover {
    text-decoration: none;
}

div.pagina-convenio .botoes-lista-convenio {
    margin-top: 60px;
}

div.pagina-convenio .imagem-lista-convenio {
    padding: 10px 0;
    text-align: center;
}

div.pagina-convenio .descricao-lista-convenio {
    padding: 10px 30px 0 30px;
}

div.pagina-convenio a.convenie-sua-empresa {
    width: 270px;
    height: 60px;
    line-height: 58px;
    font-weight: bold;
    cursor: pointer;
}

div.pagina-convenio a.btn-regulamento {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    font-size: 15px;
    display: inline-block;
    font-weight: bold;
}

div.pagina-convenio a.btn-acesse-site {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
}

/* Formulario */

.form-convenio {
    margin: 20px 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    background: #fff;
    transition: 0.5s;
}

.ativo {
    height: 550px;
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
}

.form-convenio .form-list {
    list-style: none;
    padding: 0;
}

.form-convenio .field {
    width: 100%;
}

.form-convenio .fields:nth-child(2) .field{
    width: 48%;
}

.form-convenio .fields:nth-child(2) .field:first-child {
    margin-right: 4%;
}

.form-convenio .btn-enviar-convenio {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    background: #005925;
    border: none;
    border-radius: 5px;
}

/* FAQ ================================================================================ */
.cms-faq .main-container {
    padding-top: 60px;
}

.cms-faq .std h1 {
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.cms-faq h2.accordion {
    height: 90px;
    background: #e9edef;
    border-radius: 10px;
    border: 1px solid #999;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 60px;
    font-size: 24px;
    color: black;
}

.cms-faq h2.accordion span {
    line-height: normal;
    display: block;
    padding: 10px 0;
    float: left;
}

.cms-faq .std i {
    font-style: normal;
    font-size: 40px;
    color: #00415a;
    vertical-align: middle;
    padding-right: 30px;
    float: left;
    line-height: 70px;
}

.cms-faq i.glyphicon.glyphicon-chevron-down {
    float: right;
    line-height: 90px;
    color: #515151;
}

.cms-faq div.accordion {
    display: none;
}

.cms-faq div.accordion p {
	font-size: 18px;
	color: black;
	padding: 20px 0 0 30px;
}
.cms-faq div.accordion p:last-of-type {
    padding-bottom: 60px;
}

.cms-faq .feedback {
    margin-top: 40px;
}

.cms-faq .feedback h2 {
    line-height: 50px;
}

.cms-faq .btn-faq {
    width: 140px;
    height: 52px;
    text-align: center;
    padding: 6px 0;
    font-size: 18px;
    line-height: 40px;
    border: 1px solid #000;
    box-shadow: none;
    color: black;
    margin-right: 10px;
}

.cms-faq .feedback .resposta {
    display: none;
}

.cms-faq .feedback .resposta-sim {
    color: green;
}

.cms-faq .feedback .success-msg {
    padding: 15px 15px 5px 15px;
    margin-bottom: 0;
    box-shadow: 0px 3px 0 0;
}

/* CONTATO ================================================================================ */
.contacts-index-index .main-container {
    padding-top: 40px;
}

.contacts-index-index .webforms-fields-captcha {
    min-height: 106px;
}

.contacts-index-index textarea {
    resize: none;
}

.contacts-index-index .btn-enviar-contato {
    margin-top: -15px;
}

.contacts-index-index .form-list label {
    font-size: 18px;
    padding-right: 10px;
    color: #3d3c3c;
}

.contacts-index-index .col-main .contact-info i {
    background-color: #4d707f;
}

.contacts-index-index .form-list button.button {
    float: right;
}

.contacts-index-index .form-list button.button span {
    background: #005925;
    line-height: 50px;
    width: 230px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}

.contacts-index-index .form-list textarea {
    height: 15em;
}

.contacts-index-index .titulo h1 {
    font-size: 30px;
    padding-left: 20px;
    color: black;
}

.contacts-index-index .titulo p {
    font-size: 14px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: black;
}

.contacts-index-index .col-main .contact-info p {
    margin-left: 55px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
    color: #00415a;
}

.contacts-index-index .form-list select {
    background: url(../images/select-arrow.png) right 20px center no-repeat #FFF;
    right: 45px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.contacts-index-index .form-list textarea,
.contacts-index-index .form-list select,
.contacts-index-index .form-list input.input-text {
    border: 2px solid #adadad;
}

.contacts-index-index .webforms-fields-captcha .erro-captcha {
    color: #eb340a;
    font-size: 11px;
    font-weight: bold;
}

/* Slider Home ================================================================================ */
#banner-slider-demo-5 {
    position: relative;
}

#banner-slider-demo-5 .owl-item .item {
    height: 400px;
}

#banner-slider-demo-5 .owl-controls {
    background: yellow;
}

#banner-slider-demo-5 .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 5px;
}

#banner-slider-demo-5 .owl-pagination > .owl-page span {
    width: 23px;
    height: 23px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.20);
}

/* Banner Estático Home ================================================================================ */
.homepage-bar {
    border-top: 0;
    border-bottom: 0;
}

/* Custom Carrossel Home ================================================================================ */
.filter-products .products div.item .item-area {
    /*width: 270px;*/
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #999;
}

div.filter-title, h2.filter-title, h3.filter-title  {
    background: url(../images/slider-bar.png) right no-repeat;
    text-transform: none;
    font-size: 20px;
    color:#313131;
}

div.filter-title .content, h2.filter-title .content, h3.filter-title .content  {
/*  background-color: transparent;*/
}

.product-image-area {
    padding: 10px;
    height: 230px;
    border-radius: 5px;
    border: none;
}

.owl-top-narrow .owl-controls {
    position: absolute;
    right: -55px;
    top: 170px;
    margin: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}

.owl-top-narrow .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -1203px;
    right: auto;
}

/* Carrossel Cursos Destaque Home ================================================================================ */
.cursos-destaque,
.cursos-indicacao {
    background: url('../images/bg_cursodestaque.png') no-repeat top center;
    background-size: cover;
    height: 580px;
}

.cursos-destaque .container,
.cursos-indicacao .container {
    padding-top: 20px;
}

.cursos-oab {
    background-color: #e3e7e9;
    height: 580px;
}

.cursos-oab .container {
    padding-top: 20px;
}

.outros-cursos {
    background-color: #e3e7e9;
    height: 580px;
}

.filter-products .products div.item .details-area .product-name {
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}

.filter-products .products div.item .details-area .product-name a {
    font-size: 16px;
    font-weight: 700;
    color: #00415a;
    letter-spacing: 0.3px;
}

.filter-products .products .product-short-description {
    font-size: 14px;
    border-bottom: 1px solid #999999;
    padding: 15px 0 10px 0;
    letter-spacing: 0.3px;
    height: 80px;
}

.filter-products .products .price-box {
    float: left;
    height: 40px;
    text-align: left;
    width: 200px;
}

.price-box {
    margin: 5px 0 5px;
}

.filter-products .products .price-box .regular-price {
    vertical-align: bottom;
    display: block;
    text-align: left;
    padding-bottom: 5px;
}

.filter-products .products .item .details-area .actions a.addtocart {
    float: right;
    border: none;
    margin-top: 5px;
}

.item:hover .details-area .actions a.addtocart, .category-products .products-list li.item .details-area .actions a.addtocart {
    background-color: transparent;
}

.filter-products .products .tag-products .product-label {
    top: -16px;
    z-index: 1;
    width: 160px;
}

.catalog-product-view .product-label {
    z-index: 1 !important;
    left: 40px;
}

.filter-products .products div.item {
    padding: 15px 10px;
    height: 540px;
    max-height: 100%;
}

.filter-products .products .regular-price .price,
.filter-products .products .special-price .price {
    font-size: 16px;
    color: #000;
}

.filter-products .products .payment-part-price {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}

.filter-products .products .old-price .price {
    font-weight: 400;
    color: #000;
}

.filter-products .products .old-price .price-label,
.filter-products .products .special-price .price-label {
    display: inline-block;
    font-size: 12px;
}

#info-extra {
    display: block;
    position: relative;
    width: 235px;
    height: 35px;
    margin: 0 17px;
    background: #00415a;
    list-style: none;
    line-height: 2em;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.7s ease-in;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}

#info-extra li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-top: 3px;
    display: block;
}

#info-extra li a i {
    padding-right: 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
}

#info-cursos:hover #info-extra {
    max-height: 200px;
    width: 235px;
    margin: 0 17px;
}

#info-cursos:hover #info-extra li {
    height: 35px;
}

#info-cursos:hover #info-extra li a {
    text-decoration: none;
}

.filter-products .products .old-price .price-label,
.filter-products .products .special-price .price-label {
    vertical-align: bottom;
    font-weight: normal;
    color: #000;
}

.filter-products .products div.item .product-image {
    height: 160px;
}

.item .bloco-categoria {
    height: 50px;
    background-color: #00202b;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.item .bloco-categoria .categoria-curso {
    color: #fff;
    font-weight: 400;
}

.item .bloco-categoria .tipo-curso {
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffca00;
}

/* Widget ================================================================================ */
.top-container .widget a {
    padding: 0;
}

/* Newsletter ================================================================================ */
.newsletter {
    background: url('../images/bg_newsletter.png');
    height: 92px;
    background-size: 100% 100%;
    padding-top: 20px;
}

.newsletter h2, .newsletter span {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
}

.newsletter h2 i, .newsletter span i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 60px;
    background-repeat: no-repeat;
}

.newsletter .block.block-subscribe .input-box {
    padding: 3px;
}

.newsletter .block.block-subscribe .input-box input.input-text {
    height: 45px;
    margin-left: -60px;
}

.newsletter .block.block-subscribe .actions {
    padding: 0;
    margin-left: -50px;
    margin-top: 3px;
}

.newsletter .block .actions button.button {
    width: 100%;
}

.newsletter .block.block-subscribe .actions button.button span {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    background-color: #03506f;
    font-weight: 300;
}

.newsletter button.button span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.newsletter button.button:hover span {
    opacity: 1;
}

.newsletter .block-subscribe .validation-advice {
    left: -28px;
}

.newsletter .block.block-subscribe .input-box input.input-text {
    padding: 8px;
}

.newsletter ::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 300;
    padding-left: 8px;
}

.newsletter ::-moz-placeholder {
    font-size: 15px;
    font-weight: 300;
    padding-left: 8px;
}

.newsletter :-ms-input-placeholder {
    font-size: 15px;
    font-weight: 300;
    padding-left: 8px;
}

.newsletter input:-moz-placeholder {
    font-size: 15px;
    font-weight: 300;
    padding-left: 8px;
}

/* Livros GEN Home ================================================================================ */
.livros-gen {
    padding-top: 40px;
}

.livros-gen h2.filter-title {
    margin: 40px 0 25px 0;
}

.livros-gen div.filter-title, .livros-gen h2.filter-title {
    text-align: center;
    line-height: 36px;
    background: url(../images/slider-bar.png) right no-repeat;
    text-transform: none;
    font-size: 20px;
    background-size: 25%;
}

.livros-gen div.filter-title-2, .livros-gen span.filter-title-2 {
    /*background: url(../images/slider-bar.png) right no-repeat;*/
    background-size: 25%;
    display: block;
    margin-bottom: -20px;
    transform: rotate(-180deg);
}

.livros-gen div.filter-title, .livros-gen h2.filter-title span strong {
    font-weight: 400;
}

.livros-gen div.filter-title, .livros-gen h2.filter-title span:last-of-type {
    font-size: 23px;
}

.livros-gen h2.filter-title span {
    font-size: 30px;
}

.livros-gen h2.filter-title span {
    display: block;
}

.livros-gen .box-livros {
    background: url('../images/bg_livariagen.png') no-repeat;
    background-size: 100% 100%;
    height: 214px;
}

.livros-gen .box-livros .promo {
    margin: 10px -10px;
}

#slideshow img {
    max-width: initial !important;
}

/* Videos Curso Forum Home ================================================================================ */
.canal-forum {
    background-size: 100% 100%;
}

.canal-forum .container-fluid:first-of-type {
    background: url('../images/bg_newsletter.png');
    height: 92px;
}

.canal-forum .container-fluid:first-of-type h2, .canal-forum .container-fluid:first-of-type span a {
    padding-top: 35px;
    font-weight: 400;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.5px;
    display: block;
}

.canal-forum .container-fluid:first-of-type img {
    padding: 15px 0;
}

.canal-forum .box-videos {
    background: url('../images/bg_videocursoforum.png');
    height: 500px;
    background-size: 100% 100%;
    padding-top: 35px;
}

/* Tabs customizadas */
.canal-forum .box-videos div.video-tab-menu div.list-group > a {
    margin: 0 30px 30px 0;
    background: none;
    border: none;
    padding: 0;
}

.canal-forum .box-videos div.video-tab-content {
    height: 450px;
}

.canal-forum .box-videos div.video-tab div.video-tab-content:not(.active) {
    display: none;
}

.canal-forum .box-videos a.list-group-item {
    width: 250px;
    height: 200px;
    float: left;
    padding-right: 10px;
}

.canal-forum .box-videos .nome-video {
    height: 100px;
    background-color: #00394c;
    width: 95%;
    margin: 0 10px;
    border-radius: 5px;
}

.canal-forum .box-videos .nome-video h2 {
    padding: 15px 0;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
}

/* Indicados para você ================================================================================ */
.cursos-indicacao {
    padding-top: 60px;
    height: 700px;
}

.cursos-indicacao h2.filter-title {
    margin-bottom: 40px;
}

.cursos-indicacao div.filter-title, .cursos-indicacao h2.filter-title {
    text-align: center;
    line-height: 36px;
    background: url(../images/slider-bar.png) right no-repeat;
    text-transform: none;
    font-size: 34px;
    background-size: 37%;
    font-weight: 600;
}

.cursos-indicacao div.filter-title-2, .cursos-indicacao span.filter-title-2 {
    background: url(../images/slider-bar.png) right no-repeat;
    background-size: 37%;
    display: block;
    margin-bottom: -25px;
    transform: rotate(-180deg);
    display: block;
}

.cursos-indicacao div.filter-title .content, .cursos-indicacao h2.filter-title .content {
    background-color: transparent;
    padding-right: 0;
}

/* Ultimas do Blog Home ================================================================================ */
.cms-porto-home-5 .main-container {
    padding: 0px 0 50px;
    min-height: 350px;
}

.blog {
    margin-top: 80px;
}

.blog h2.filter-title, .blog h3.filter-title {
    margin-bottom: 40px;
}

.blog div.filter-title, .blog h3.filter-title {
    text-align: center;
    line-height: 36px;
    background: url(../images/slider-bar.png) right no-repeat;
    text-transform: none;
    font-size: 20px;
    background-size: 25%;
}

.blog div.filter-title-2, .blog span.filter-title-2 {
    background: url(../images/slider-bar.png) right no-repeat;
    background-size: 25%;
    display: block;
    margin-bottom: -50px;
    transform: rotate(-180deg);
}

.blog div.filter-title, .blog h2.filter-title span strong {
    font-weight: 400;
}

.blog div.filter-title, .blog h2.filter-title span:last-of-type {
    font-size: 23px;
}

.blog h2.filter-title span {
    font-size: 30px;
}

.blog h2.filter-title span {
    display: block;
}

.blog .recent-posts .postTitle h2 a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.blog .recent-posts a.readmore {
    color: #000;
    font-weight: 600;
}

.blog .recent-posts .post-date .day {
    color: #000;
}

.blog .recent-posts .post-date .month {
    background-color: #005925;
}

.blog .postContent {
    color: #000;
}

.blog .owl-top-narrow .owl-controls .owl-buttons .owl-prev {
    left: -30px !important;
}

.blog .owl-top-narrow .owl-controls {
    top: -30px;
    right: -25px !important;
}

/* Footer ================================================================================ */
.footer-middle,
.footer-bottom {
    background-color: #00384a;
}

.footer-ribbon {
    background-color: #004961;
}

.block .block-title strong span {
    font-weight: 600;
}

.footer-middle a {
    font-size: 14px;
}

.footer-bottom a.logo {
    float: none;
    margin-right: 45px;
    margin-left: -260px;
}

.footer-bottom address {
    float: none;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    padding-top: 30px;
}

.footer-middle p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.footer-middle .block .block-title {
    margin-bottom: 30px;
}

.footer .social-icons a {
    border-radius: 0;
}

.links.social-media {
    position: relative;
    top: -120px;
    left: -10px;
    float: left;
}

.links.social-media ul li {
    margin-right: 20px;
}

/* Dashboard/Perfil do Usuário ================================================================================ */
.dashboard .page-title h1 {
    font-size: 30px;
    font-weight: 400;
    color: #014a61;
}

.dashboard .welcome-msg {
    background: none;
    border: none;
    color: black;
    font-size: 14px;
    padding: 10px 0;
}

.dashboard .welcome-msg p.hello {
    margin-bottom: 10px;
}

.dashboard .col1-set {
    margin: 0 0 25px;
}

.dashboard .col-1 {
    margin-bottom: 25px;
    margin-right: 10px;
    clear: both;
}

.dashboard .box .box-title {
    border: none;
    background: none;
    padding: 10px 0;
}

.dashboard .box .box-content {
    border: none;
    background: none;
    padding: 20px 0;
}

.dashboard .box-account .box-head {
    border-bottom: 1px solid black;
}

.dashboard .box-account .box-head h2 {
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #014a61;
}

.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    color: #014a61;
    font-size: 14px;
}

.dashboard .box .box-title a {
    float: left;
    clear: both;
    font-size: 14px;
    text-transform: uppercase;
    color: #565757;
}

.dashboard .info {
    float: left;
}

.dashboard .box .box-content p {
    font-size: 14px;
    color: #383737;
}

.dashboard .info .box .box-content a {
    font-size: 14px;
    color: #383737;
}

.dashboard .endereco {
    float: right;
}

.dashboard .endereco .box .box-title {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid black;
    width: 400px;
}

.dashboard .endereco .box .box-title h3 {
    margin-right: 10px;
}

.dashboard .endereco .box .box-content h4 {
    text-transform: uppercase;
    color: #014a61;
    font-weight: 700;
}

.dashboard .endereco .box .box-title a {
    clear: none;
    float: none;
    margin-left: 10px;
    text-transform: none;
}

.dashboard .endereco .box .box-content address {
    font-size: 14px;
    color: #383737;
}

.dashboard .endereco .box .box-content address a {
    font-size: 14px;
    text-transform: uppercase;
    color: #565757;
    margin-bottom: 10px;
    display: block;
}

.fieldset .legend {
    font-size: 14px;
    color: #014a61 !important;
    font-weight: 700;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.newsletter-manage-index .page-title h1,
.customer-address-form .page-title h1,
.customer-account-edit .page-title h1,
.sales-order-history .page-title h1,
.sales-order-view .page-title h1,
.customer-address-index .page-title h1 {
    color: #014a61;
}

.newsletter-manage-index #form-validate,
.customer-address-form #form-validate,
.customer-account-edit #form-validate,
.sales-order-view #form-validate {
    border: none;
    padding: 0;
    box-shadow: none;
}

.newsletter-manage-index button.button span,
.customer-address-form button.button span,
.customer-account-edit button.button span,
.sales-order-view button.button span,
.customer-address-index button.button span {
    background: #005925;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 12px;
    line-height: 37px;
}

.buttons-set .back-link {
    border: 1px solid black;
    border-radius: 5px;
    padding: 0 40px;
    text-transform: uppercase;
}

.buttons-set a {
    color: black;
}

.buttons-set button.button {
    float: left;
}

.customer-address-form .zip .zip-ok {
    width: 13px;
    height: 12px;
    display: block;
    position: absolute;
    right: 15px;
    top: 13px;
    z-index: 99;
    background: url('../images/check.png') no-repeat;
}

.customer-address-form .zip-load img {
    position: absolute;
    width: 20px;
    right: 10px;
    top: 9px;
}

.customer-address-form .form-list .field {
    clear: both;
}

.customer-address-form .form-list input.input-text,
.customer-account-edit .form-list input.input-text {
    border: 1px solid #000;
}

.addresses-list a {
    color: black;
    font-weight: 400;
    text-transform: uppercase;
}

.addresses-list li.item {
    padding-left: 0;
    border: none;
}

.customer-account-edit .name-lastname {
    margin-left: 10px;
}

.customer-account-edit .form-list .field {
    width: 49%;
}

.sales-order-history .data-table td.last, .sales-order-history .data-table th.last {
    border-right: none;
}

.sales-order-history .data-table tbody tr {
    border-left: none;
    border-right: none;
    background-color: none;
}

.sales-order-history .data-table thead tr {
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #000;
}

.sales-order-history .data-table thead th {
    color: #014a61;
    background: none;
}

.sales-order-history .data-table tbody th, .sales-order-history .data-table tbody td {
    border-left: none;
    border-right: none;
    padding: 20px 10px;
    border-color: #000;
}

.sales-order-history .nobr a {
    color: #014a61;
}

.sales-order-view .box .box-title,
.sales-order-view .box .box-content {
    border: none;
    background-color: transparent;
    padding: 10px 0;
}

.sales-order-view .box .box-content address {
    color: black;
    font-size: 14px;
}

.sales-order-view .order-info-box h2 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #00415a;
}

.order-info-box .box-payment th strong {
    font-weight: 400;
}

.order-info-box .box-payment p,
.order-info-box .box-payment th,
.order-info-box .box-payment tr td {
    font-size: 14px;
    color: black;
}

.sales-order-view .data-table thead th {
    background: none;
    color: #00415a;
    padding-left: 0;
}

.sales-order-view .data-table tfoot {
    border-bottom: 0;
}

.sales-order-view .data-table tbody th,
.sales-order-view .data-table tbody td {
    border: none;
    color: black;
    padding-left: 0;
}

.sales-order-view .order-details .product-name {
    color: black;
}

.sales-order-view .data-table tfoot td {
    color: black;
    border: none;
}

.sales-order-view .data-table thead tr {
    border: none;
}

.sales-order-view tr.subtotal.first,
.sales-order-view tr.shipping,
.sales-order-view .order-info .current {
    display: none;
}

.block-account ul li {
    font-size: 16px;
    text-transform: uppercase;
    color: #565757;
}

.block-account ul li strong:before, .block-account ul li a:before, .block.block-blog-categories a:before {
    display: none;
}

.block-account ul li, .block.block-blog-categories .blog-category {
    padding-left: 0;
    border-bottom: 0;
    line-height: 10px;
}

.block-account ul li strong, .block-account ul li a:hover, .block.block-blog-categories a:hover {
    color: #565757;
    text-decoration: underline;
}

.sales-order-view .data-table tbody tr {
    border: none;
}

.customer-address-form .form-list .input-box {
    margin-bottom: 20px;
}

.customer-address-form .validation-advice {
    position: absolute !important;
}

/* Login e Cadastro ================================================================================ */
.customer-account-login .main-container {
    margin-top: 60px;
}

.form-wrap, #form-validate, #login-form {
    border-top: 4px solid #003343;
}

.customer-account-login .page-title h2 {
    font-size: 19px;
}

.customer-account-login .form-wrap h2, .customer-account-login #form-validate h2 {
    text-transform: none;
    font-size: 20px;
    color: black;
}

.customer-account-login .main-container p {
    font-size: 14px;
    color: black;
}

.customer-account-login .required.obrigatorio {
    color: red;
}

.customer-account-login .main-container button.button span,
.customer-account-forgotpassword .main-container button.button span {
    background: #005925;
    padding: 0 30px;
    text-transform: uppercase;
}

.customer-account-login .registered-users h2 strong {
    color: #09465e;
}

.customer-account-login .form-list label {
    font-size: 18px;
}

.customer-account-login .registered-users a {
    font-size: 15px;
    line-height: 22px;
    color: #00415a;
}

.customer-account-create .zip .zip-ok {
    width: 13px;
    height: 12px;
    display: block;
    position: absolute;
    right: 15px;
    top: 13px;
    z-index: 99;
    background: url('../images/check.png') no-repeat;
}

.customer-account-create .zip-load img {
    position: absolute;
    width: 20px;
    right: 10px;
    top: 9px;
}

.customer-account-create .main-container {
    margin-top: 20px;
}

.customer-account-create ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.customer-account-create ul.tabs li {
    background: none;
    color: #003449;
    display: inline-block;
    padding: 10px 20px 0 20px;
    cursor: pointer;
    text-align: left;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 18px;
    font-weight: 700;
}

.customer-account-create ul.tabs li p {
    display: inline-block;
    width: 80px;
    line-height: 18px;
    text-align: center;
    padding-left: 10px;
    padding-top: 5px;
}

.customer-account-create ul.tabs li:first-of-type {
    margin: 0 20px;
}

.customer-account-create ul.tabs li i {
    color: #003449;
    font-size: 28px;
}

.customer-account-create ul.tabs li.active i {
    color: white;
}

.customer-account-create ul.tabs li.active {
    background: #003343;
    color: #fdbe00;
}

.customer-account-create .tab-content {
    display: none;
}

.customer-account-create .tab-content.active {
    display: inherit;
}

.customer-account-create .main-container .buttons-set button.button {
    float: none;
}

.customer-account-create .main-container .buttons-set {
    text-align: center;
}

.customer-account-create .main-container label {
    color: #3d3c3c;
}

.customer-account-create .main-container label.radio-inline input[type="radio"],
.customer-account-edit .main-container label.radio-inline input[type="radio"],
.customer-address-form .main-container label.radio-inline input[type="radio"],
.checkout-onepage-index .main-container label.radio-inline input[type="radio"] {
    margin-top: 1px;
}

.customer-account-create .main-container label.right-margin,
.customer-account-edit .main-container label.right-margin,
.customer-address-form .main-container label.right-margin,
.checkout-onepage-index .main-container label.right-margin {
    margin-right: 20px;
}

.customer-account-create .main-container button.button span {
    background: #005925;
    color: white;
    width: 235px;
    text-transform: uppercase;
    padding: 0;
}

.customer-account-create .main-container input, .form-list input.input-text, select, textarea {
    border-color: black;
}

.customer-account-create .main-container .nao-cep a {
    font-size: 20px;
    color: black;
    margin-top: 25px;
    display: block;
}

.customer-account-create .main-container .nao-cep a i {
    color: #004763;
}

.customer-account-create .main-container #form-pf h2.titulo,
.customer-account-create .main-container #form-pj h2.titulo {
    color: black;
    font-weight: 700;
    text-transform: none;
    font-size: 20px;
    margin-top: 20px;
}

.customer-account-create .main-container #inscricao-estadual {
    float: right;
    width: 84%;
}

.form-wrap, #form-validate, #form-pj, #form-pf, #login-form {
    border-top: 4px solid #003343;
}

/* Pagina do produto ================================================================================ */
.catalog-product-view .main-container {
    padding-top: 40px;
}

.product-view .product-name h1 {
    font-size: 40px;
    font-weight: 700;
    color: #00415a;
    line-height: 1.35;
}

.product-view .product-name h2 {
    font-size: 40px;
    font-weight: 700;
    color: #00415a;
}

.ratings .rating-links > a, .no-rating a {
    display: none;
}

.product-view .product-shop .short-description {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 400;
}

.product-view .product-shop .short-description span {
    display:none;
}

.product-view .product-name h2 {
    margin: 0 0 5px 0;
}

.product-view .product-shop h3 {
    color: #4f4f4f;
    font-weight: 400;
    font-size: 20px;
}


.product-view .product-shop span.autor {
      margin: 0 0 5px;
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: 400;
      color: #777;
      line-height: 1.35;
    }

.product-view .product-shop span.sku {
	display: block;
    color: #4f4f4f;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 5px;
    line-height: 1.35;
}

.product-view .product-shop .price-box {
    color: #383838;
}

.product-view .product-shop .price-box .regular-price {
    display: block;
    font-size: 20px;
    padding-bottom: 5px;
}

.product-view .product-shop .price-box .price-label {
    font-size: 20px;
    display: block;
    vertical-align: middle;
}

.product-view .product-shop .special-price .price-label {
    font-size: 20px;
    display: block;
    font-weight: 400;
    line-height: 30px;
}

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price {
    font-size: 29px;
    color: #383838;
}

.product-view .product-shop .price-box .special-price {
    display: block;
}

.product-view .product-shop .price-box .price-label {
    color: #383838;
    display: inline-block;
}

.product-view .product-shop .price-box .payment-part-price {
    font-size: 29px;
    color: #383838;
}

.product-tabs .tab-content {
    border-bottom: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    background-color: #e5ecee;
    padding: 37px 25px;
    line-height: 1.4;
}

.product-view .product-img-box .etalage .etalage_thumb_active a.fancy-images {
    display: none;
}

.product-view .etalage_thumb_image {
    max-width: 100%;
}

.product-view .embed-container {
    position: relative;
    padding-bottom: 68.45%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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

.product-tabs > ul li.active {
    background-color: #00415a;
    border-top-color: 0;
}

.product-tabs > ul li.active a {
    color: white;
}

.product-tabs > ul li a:hover {
    text-decoration: none;
}

.product-tabs > ul li {
    background-color: transparent;
    border: none;
    margin-right: -4px;
}

.product-tabs > ul li a {
    color: #00415a;
    font-size: 21px;
    border-right: 1px solid #00415a;
    padding: 10px 20px 0 20px;
    height: 36px;
    line-height: 16px;
    margin-bottom: 15px;
}

.product-tabs > ul li:last-of-type a {
    border: 0;
}

.product-collateral h2 {
    font-weight: 600;
    color: black;
    font-size: 20px;
    margin-bottom: 0;
}

.tab-content {
    color: black;
    font-size: 20px;
}

.product-view .product-img-box {
    margin-bottom: 0;
}

.product-view .product-shop .short-description,
.col1-layout .product-view .product-options + div.clearer,
.col1-layout .product-view .product-info + div.clearer {
    border-bottom: 0;
}

.product-view .product-shop .availability {
    display: none;
}

.product-view .product-shop .tipo-curso {
    padding: 15px 0;
}

.add-to-cart button.button span {
    height: 60px;
    line-height: 58px;
    font-weight: normal;
    font-size: 18px;
    border-radius: 5px;
    padding: 0;
    min-width: 210px;
    padding-right: 5px;
    background-color: #005925;
    text-transform: uppercase;
}

.product-view .add-to-links {
    display: none;
}

.qty-holder {
    display: block;
}

.product-view .product-info {
    padding: 0;
    margin-top: 0;
}

.add-to-box {
    margin-top: 0;
}

.product-view .product-img-box .etalage-control {
    margin-top: -140px;
}

li#tab_additional_tabbed,
li#tab_review_tabbed {
    display: none;
}

.product-tabs > ul {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    border-bottom: 5px solid #00415a;
    padding: 0 5%;
}

li.etalage_small_thumbs {
    display: block;
}

li.etalage_small_thumbs {
    text-align: center;
}

.etalage_small_thumbs .dots-list {
    /*display: block;*/
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.etalage_small_thumbs .dots-list > li {
   padding: 0 !important;
   border: none !important;
   height: 26px;
   border-radius: none !important;
   background: none !important;
}

.etalage_small_thumbs .dots-item {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #0088CC;
    border: 2px solid #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.20);
}

.product-tabs > ul li.active a {
    border-right: 0;
}

.product-tabs .tab-content .std {
    width: 960px;
    margin: 0 auto;
    max-width: 100%;
}

.catalog-product-view .main-container,
.catalog-product-view .col-main {
    padding-bottom: 0;
}

.product-view .product-img-box li.etalage_thumb {
    padding: 0 0 60px 0;
    border: 1px solid #666;
    border-radius: 0px 0px 5px 5px;
    background: #fff;
    max-width: 100%;
    -webkit-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, 0.5);
}

.col1-layout .product-view .product-info {
    width: 100%;
}

/* Social Share ================================================================================ */
.social {
    border: 1px solid #737272;
    border-radius: 5px;
    width: 320px;
    margin: 80px 0;
    position: relative;
    left: 50%;
    margin-left: -160px;
    height: 65px;
    padding: 10px 35px;
}

.social p {
    float: left;
    font-size: 12px;
    color: #00415a;
    line-height: 40px;
    margin-right: 15px;
}

.a2a_dd {
    display: none;
}

.a2a_s_twitter,
.a2a_s_facebook,
.a2a_s_email {
    visibility: hidden;
}

/* Carrinho ================================================================================ */
.cart-table thead th {
    color: black;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.cart .cart-table-wrap {
    border: 0;
    box-shadow: none;
}

.data-table thead tr:first-of-type {
    border: 0;
}

.data-table .product-name a {
    color: black;
    font-size: 16px;
    text-align: center;
    display: block;
}

.data-table .table_qty_inc, .data-table .table_qty_dec {
    background: none;
    border: 0;
    font-size: 24px;
    color: black;
    line-height: 50px;
}

.cart-table.data-table input.qty {
    color: black;
    margin: 0 -1px;
    height: 50px;
    border-color: black;
    border-radius: 5px;
    width: 50px !important;
    font-size: 16px;
    font-weight: 700;
}

.cart-table .cart-price,
.cart-table td.td-total .cart-price {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.data-table .edit-qty,
.btn-remove2:before {
    color: black;
}

.data-table tbody th, .data-table tbody td {
    border-color: black;
}

.data-table button.button > span {
    background: #fff;
    border: 1px solid black;
    color: black;
    line-height: 50px;
    padding: 0 35px;
    text-transform: uppercase;
}

.data-table button.button:hover > span {
    background: #005925;
    border-color: #005925;
}

.checkout-cart-index button.btn-update-cart span {
    color: #fff;
}

.cart .totals button.button span,
.checkout-cart-index button.btn-update-cart span {
    background: #005925;
    border-color: #005925;
}

.cart .cart-table-wrap {
    padding: 0;
}

.discount-form {
    display: block !important;
}

.cart .discount h2:before, .cart .shipping h2:before {
    display: none;
}

.cart .discount h2 {
    cursor: default;
}

.cart .discount input.input-text {
    width: 100%;
    float: left;
}

.cart .discount .buttons-set button.button {
    width: 100%;
}

.cart .discount .buttons-set.desc-aplicado button.button {
    width: 30%;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}

.cart .discount .buttons-set.desc-aplicado {
    float: none;
    clear: both;
    width: 100%;
}

.cart .discount .buttons-set {
    margin-top: 0;
    float: right;
    clear: none;
    width: 30%;
}

.cart .discount .input-box {
    float: left;
    width: 68%;
}

.cart .cart-collaterals h2 + * {
    height: 80px;
}

.cart .cart-collaterals h2,
.cart .cart-collaterals h2 + * {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.cart .discount {
    border: 1px solid #707070;
    background-color: #eef1f2;
    border-radius: 7px;
}

.cart .cart-collaterals h2 {
    padding: 20px 20px 0 20px;
}

.cart .discount button span {
    background-color: #005925;
    text-transform: uppercase;
}

.cart .totals {
    border: 1px solid;
    border-radius: 7px;
    padding: 15px 20px;
}

.cart .totals td {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
}

.cart .totals button.btn-checkout {
    width: 60%;
}

.cart .totals button.btn-checkout span,
.checkout-cart-index button.btn-update-cart span {
    line-height: 50px;
    text-transform: uppercase;
}

.link-remove {
    display: block;
    text-align: center;
    margin-left: -15px;
    font-size: 12px;
    padding-top: 7px;
    color: black;
}

.link-remove a:hover {
    color: black;
}

.cart .totals tr {
    border-bottom: 1px solid #a0a0a0;
}

.cart .totals .checkout-types {
    text-align: right;
}

.data-table .product-image img {
    min-width: 150px;
}

.data-table .product-name a {
    font-weight: 600;
}

/* Categoria e Resultado de busca ================================================================================ */
.category-products .products-grid li.item .item-area {
    width: 100%;
    position: relative;
    border-radius: 5px;
    height: auto;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #999;
}

.category-products .products-grid {
    margin-top: 30px;
}

.category-products .products-grid.columns3 li.item {
    margin-bottom: 40px;
}

.category-products .products-grid li.item .details-area .product-name {
    height: 40px;
}

.category-products .products-grid li.item .details-area .product-name a {
    font-size: 16px;
    font-weight: 700;
    color: #00415a;
    letter-spacing: 0.3px;
}

h2.sidebar-title,
.sidebar-filterproducts .custom-block {
    display: none;
}

.catalog-category-view .regular-price .price,
.catalogsearch-result-index .regular-price .price,
.catalog-category-view .special-price .price,
.catalogsearch-result-index .special-price .price {
    font-size: 16px;
    color: #000;
}

.catalog-category-view .price-box .regular-price,
.catalogsearch-result-index .price-box .regular-price {
    vertical-align: bottom;
    display: block;
    text-align: left;
    padding-bottom: 5px;
}

.catalog-category-view .old-price .price-label,
.catalogsearch-result-index .old-price .price-label,
.catalog-category-view .special-price .price-label,
.catalogsearch-result-index .special-price .price-label {
    vertical-align: bottom;
    font-weight: normal;
    color: #000;
    display: inline-block;
    font-size: 12px;
}

.catalog-category-view .old-price .price,
.catalogsearch-result-index .old-price .price {
    font-weight: 400;
    color: #000;
}

.catalog-category-view .regular-price .price,
.catalogsearch-result-index .regular-price .price,
.catalog-category-view .special-price .price,
.catalogsearch-result-index .special-price .price {
    font-size: 16px;
    color: #000;
}

.catalog-category-view .item .details-area .actions a.addtocart,
.catalogsearch-result-index .item .details-area .actions a.addtocart {
    float: right;
    border: none;
    margin-top: 5px;
}

.catalog-category-view .price-box,
.catalogsearch-result-index .price-box {
    float: left;
    height: 40px;
}

.catalog-category-view .payment-part-price,
.catalogsearch-result-index .payment-part-price {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}

.catalog-category-view .ratings,
.catalogsearch-result-index .ratings {
    display: none;
}

.catalog-category-view .product-label,
.catalogsearch-result-index .product-label {
    top: -16px;
    z-index: 3;
    width: 160px;
}

.catalog-category-view div.item .product-image,
.catalogsearch-result-index div.item .product-image {
    width: 100%;
    min-height: 60px;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
}

.tag-products .product-label {
    top: -16px;
    z-index: 9999;
    width: 160px;
}

.product-short-description {
    font-size: 14px;
    border-bottom: 1px solid #999999;
    padding: 15px 0 10px 0;
    letter-spacing: 0.3px;
    height: 80px;
}

.ui-slider .ui-slider-range,
.ui-slider .ui-slider-handle {
    background: #004961 !important;
    box-shadow: inset 3px 2px 4px 0px rgba(0, 0, 0, .8) !important;
}

.price-filter-slider .text-box input.go {
    background-color: #004961;
}

.block-layered-nav .actions a,
.btn-remove {
    color: #004961;
}

.sorter .view-mode {
    display: none;
}

/* Checkout ================================================================================ */
.opc .step-title .number,
.opc .step-title h2 {
    font-size: 20px;
    color: #00415a;
}

.checkout-onepage-index .zip .zip-ok {
    width: 13px;
    height: 12px;
    display: block;
    position: absolute;
    right: 15px;
    top: 13px;
    z-index: 99;
    background: url('../images/check.png') no-repeat;
}

.checkout-onepage-index .zip-load img {
    position: absolute;
    width: 20px;
    right: 10px;
    top: 9px;
}

.checkout-onepage-index .form-list .field {
    margin-right: 15px;
}

.checkout-onepage-index #billing:street2 {
    display: none;
}

.checkout-onepage-index .main-container label {
    color: #3d3c3c;
}

.checkout-onepage-index .main-container .sp-methods label {
    font-size: 16px;
}

.sp-methods dd {
    float: left;
    clear: both;
}

.sp-methods dt {
    display: inline-block;
    margin-right: 20px;
}

.sp-methods .form-list {
    margin-bottom: 30px;
    margin-top: 0px;
}

#mundipagg_boleto {
    margin-top: 75px;
}

#mundipagg_creditcard_new_credit_card_1_1 > li {
    margin-top: 80px !important;
}

#mundipagg_twocreditcards_new_credit_card_2_1 > li {
    margin-top: 80px !important;
}

#checkout-step-payment .buttons-set .back-link {
    display: none;
}

.checkout-onepage-index .buttons-set button.button {
    float: right;
}

.checkout-onepage-index .buttons-set button.button span,
.mundipagg-standard-partial .buttons-set button.button span {
    background: #005925;
    padding: 0 30px;
    line-height: 30px;
}

.checkout-onepage-index .form-list label {
    font-size: 16px;
}

.checkout-onepage-index .required {
    font-size: 16px;
}

.checkout-onepage-index .buttons-set {
    padding: 28px 0 0;
}

#boleto ul.regras-boleto li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 18px;
    color: black;
    line-height: 25px;
    margin-top: 10px;
}

#checkout-step-review .data-table tbody td {
    border-right: 0;
    border-color: #d1d1d1;
}

#checkout-step-review .data-table thead th {
    background-color: #f6f6f6;
    text-align: center;
    color: black;
    font-size: 16px;
    font-weight: 700;
}

#checkout-step-review .data-table tr.last td,
#opc-review .product-name {
    text-align: center !important;
    font-size: 16px;
    color: black;
}

#opc-review .data-table tfoot td strong {
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    font-size: 18px;
}

/*#checkout-step-review .data-table tfoot tr.first,
#checkout-step-review .data-table tfoot tr:nth-of-type(2) {
    display: none;
}*/

#checkout-step-review .data-table tbody td {
    padding: 20px 10px;
    color: black;
}

#opc-review tr td.last .cart-price .price {
    color: black;
}

#checkout-step-review .data-table tfoot tr.last td,
#checkout-step-review .data-table tbody tr.last td {
    text-align: right !important;
}

#opc-review .price {
    font-size: 14px;
    color: black;
}

#checkout-step-review .data-table tbody tr.last td.a-center {
    text-align: center !important;
    font-size: 14px;
}

#opc-review .data-table tfoot td {
    border-left: 0;
}

#opc-review tfoot tr.last td {
    border-right: 0;
    border-bottom: 0;
}

#checkout-step-review .data-table tfoot {
    border-bottom: 0;
}

#checkout-step-review .data-table tbody tr {
    border-left: 0;
    border-right: 0;
}

#opc-review tfoot tr .price {
    margin-right: 30px;
    font-size: 16px;
}

#opc-review .buttons-set p {
    display: none;
}

.opc .checkout-agreements {
    border: 0;
    padding: 5px;
}

.block-progress dd {
    background-color: white;
}

.block-progress dt {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 7px;
    color: #00415a;
    font-size: 16px;
    font-weight: normal;
    margin-top: 13px;
    padding: 15px 15px;
    position: relative;
    text-transform: none;
}

#checkout-progress-wrapper i {
    color: black;
    float: right;
}

.block-progress dd.complete {
    font-size: 15px;
    color: black;
}

.checkout-agreements .agree input.checkbox {
    margin-right: -35px;
    left: -9999px;
    position: relative;
}

.mundipagg-standard-success .page-title h1 {
    font-size: 30px;
    color: #005925;
    padding-bottom: 40px;
}

.mundipagg-standard-success p {
    font-size: 14px;
    color: #141414;
}

.mundipagg-standard-success p a {
    color: #004961;
}

.mundipagg-standard-success p a:hover {
    color: #004961;
    text-decoration: underline;
}

.mundipagg-standard-success .main.container {
    padding-top: 40px;
}

.mundipagg-standard-success .bloco-finalizacao {
    border: 1px solid #6b6b6b;
    padding: 35px 20px;
    border-radius: 7px;
    border-top: 5px solid #004961;
}

.mundipagg-standard-success .bloco-pedido p:first-of-type {
    font-size: 24px;
    color: #004961;
    padding-top: 20px;
}

.mundipagg-standard-success .bloco-pedido p {
    font-size: 18px;
    color: #2e2e2e;
}

.mundipagg-standard-success .bloco-pedido .resumo {
    border: 1px solid #6b6b6b;
    padding: 10px 20px;
    border-radius: 7px;
    border-top: 5px solid #004961;
    width: 280px;
}

.mundipagg-standard-success .bloco-pedido .resumo p {
    line-height: 14px;
}

.mundipagg-standard-success .bloco-pedido .resumo p:first-of-type {
    font-size: 18px;
    color: #2e2e2e;
}

.mundipagg-standard-success .bloco-pedido .resumo p:last-of-type {
    font-size: 20px;
    color: #2e2e2e;
    font-weight: 600;
}

#checkout-review-submit p:first-of-type {
    font-size: 16px;
    color: black;
    font-weight: 600;
    padding-top: 20px;
    padding-left: 20px;
}

#checkout-review-submit label {
    font-size: 16px;
    margin-left: 0;
}

#checkout-review-submit label a {
    color: black;
    text-decoration: underline;
    font-weight: 600;
}

#checkout-review-submit input[type=checkbox] {
    position: absolute;
    left: -9999px;
}

#checkout-step-payment [type="checkbox"]:not(:checked) + label,
#checkout-step-payment [type="checkbox"]:checked + label {
    margin-left: 0;
}

.checkout-agreements .agreement-content {
    height: 35em;
    border: none;
    color: black;
    font-size: 16px;
    margin-bottom: 30px;
}

.checkout-agreements .agreement-content .aceitacao {
    margin-top: 40px;
    float: right;
    margin-right: 20px;
}

.checkout-agreements .agreement-content .aceitacao .agree,
.checkout-agreements .agreement-content .aceitacao button {
    border: 1px solid black;
    background: transparent;
    border-radius: 7px;
    padding: 20px 20px;
    font-weight: 600;
    font-size: 16px;
    color: black;
}

.checkout-agreements .agreement-content .aceitacao button:hover {
    background-color: #005925;
    color: white;
}

.payment-mundipagg #mundipagg_creditcard label.required:first-child {
    margin-top: 60px;
}

#mundipagg_twocreditcards_new_credit_card_2_2:first-of-type {
    margin-top: -60px;
}

li.cc_brands .validation-advice {
    display: none;
}

li.endereco-fatura p {
    color: black;
    font-size: 14px;
    line-height: normal;
}

.mundipagg-standard-partial #mundipagg_twocreditcards_new_credit_card_2_1 {
    margin-top: 100px;
}

.mundipagg-standard-partial [type="checkbox"]:not(:checked) + label,
.mundipagg-standard-partial [type="checkbox"]:checked + label {
    margin-left: 0;
}

.mundipagg-standard-cancel .col-main .page-title h1 {
    text-align: center;
    padding-top: 60px;
}

.mundipagg-standard-cancel .buttons-set {
    text-align: center;
}

.mundipagg-standard-cancel .buttons-set button.button {
    float: none;
}

.mundipagg-standard-cancel button.button span {
    background: #00581b;
}

.mundipagg-standard-partial .sp-methods .form-list {
    margin-top: initial;
}

.mundipagg-standard-partial .sp-methods dt {
    position: absolute;
    left: 0;
}

.mundipagg-standard-partial .sp-methods dt:last-of-type {
    margin-left: 160px;
}

.mundipagg-standard-partial ul#payment_form_mundipagg_twocreditcards {
    margin-top: -70px;
}

/* Promocional ================================================================================ */
.cms-promocional .promocional {
    margin-top: 40px;
}

.cms-promocional .std {
    line-height: inherit;
}

/* Corpo Docente ================================================================================ */
.cms-corpo-docente .ordem-alfa hr {
    border-color: black;
    width: 90%;
    position: relative;
    top: -35px;
}

.cms-corpo-docente .carrossel-professores {
    margin-bottom: 80px;
}

.cms-corpo-docente .carrossel-professores img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.cms-corpo-docente .carrossel-professores .nome {
    position: relative;
    margin: 0 auto;
    top: 20px;
}

.cms-corpo-docente .carrossel-professores .nome p:first-of-type {
    font-size: 16px;
    text-align: center;
    color: black;
    line-height: 5px;
}

.cms-corpo-docente .carrossel-professores .nome p {
    font-size: 14px;
    text-align: center;
    color: black;
}

.cms-corpo-docente .carrossel-professores > div {
    cursor: pointer;
}

.modal {
    z-index: 8050 !important;
}

.cms-corpo-docente .modal-body {
    padding: 15px 30px 30px 30px;
}

.cms-corpo-docente .modal-header {
    border-bottom: 0;
    padding: 5px 15px 0 15px;
}

.cms-corpo-docente .modal-dialog .close {
    font-size: 48px;
}

.cms-corpo-docente .modal-body .apresentacao img {
    float: left;
    margin-right: 20px;
}

.cms-corpo-docente .modal-body .apresentacao .nome h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #164859;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 40px;
}

.cms-corpo-docente .modal-body .apresentacao .nome p:first-of-type {
    color: #3d3d3d;
    font-size: 24px;
    font-weight: 400;
}

.cms-corpo-docente .modal-body .apresentacao .nome p {
    font-size: 16px;
    color: #3d3d3d;
}

.cms-corpo-docente .modal-body .descricao h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #164859;
}

.cms-corpo-docente .modal-body .descricao p {
    text-align: center;
    font-size: 20px;
    color: #373737;
}

.cms-corpo-docente .navegacao div {
    margin: 0 auto;
    display: inline-block;
    padding: 0 9px;
}

.cms-corpo-docente .navegacao div a {
    font-size: 28px;
    color: #00415a;
    font-style: italic;
    font-weight: 600;
    line-height: 40px;
}

.cms-corpo-docente .navLetra:first-of-type {
    display: block;
}

.cms-corpo-docente .navLetra {
    display: none;
}

/* Blog ================================================================================ */
.post-list-item {
    margin-bottom: 60px;
}

.mc-post-title,
.post-list-item h3 {
   color: #00415a;
   font-weight: 600;
   font-size: 20px;
   padding-bottom: 10px;
}

.mageplaza-betterblog-index-index .main.container .block .block-content ul li a,
.mageplaza-betterblog-post-view .main.container .block .block-content ul li a,
.mageplaza-betterblog-category-view .main.container .block .block-content ul li a {
   font-size: 13px;
   margin-bottom: 15px;
   display: block;
}

.mageplaza-betterblog-index-index .main.container a,
.mageplaza-betterblog-post-view .main.container a,
.mageplaza-betterblog-category-view .main.container a {
    color: #00415a;
    line-height: normal;
}

.post-list-container .post-short-description p,
.post-post_excerpt {
    color: #313131;
    font-size: 14px;
    line-height: normal;
}

.mc-post-info {
    font-size: 12px;
    color: #313131;
}

.post-post_content {
    line-height: normal;
    color: #313131;
    font-size: 14px;
}

.post-list h2 {
    color: #313131;
}

.betterblog-rss {
    display: none;
}

.mageplaza-betterblog-index-index .main.container .block .block-title,
.mageplaza-betterblog-post-view .main.container .block .block-title,
.mageplaza-betterblog-category-view .main.container .block .block-title {
    border-bottom: 1px solid #313131;
    padding-bottom: 10px;
}

/* Desconectado ================================================================================ */
.customer-account-logoutsuccess .main.container .page-title h1,
.customer-account-logoutsuccess .main.container p {
    text-align: center;
}

.customer-account-logoutsuccess .main.container .page-title h1 {
    font-size: 30px;
    margin-top: 60px;
    color: #00415a;
}

.customer-account-logoutsuccess .main.container p {
    font-size: 20px;
    color: #777;
}

/* Media Queries ================================================================================ */
@media (max-width: 375px) {
    .filter-products .products .price-box,
    .catalog-category-view .price-box,
    .catalogsearch-result-index .price-box {
        float: left !important;
        text-align: left !important;
        margin-top: 0 !important;
        height: 40px !important;
    }

    .filter-products .products .tag-products .product-label,
    .catalog-category-view .product-label,
    .catalogsearch-result-index .product-label {
        width: 120px !important;
    }

    span.new-product-icon,
    span.sale-product-icon,
    span.presale-product-icon {
        padding-left: 17px !important;
        padding-right: 17px !important;
    }

    .header-container.type4 .menu-icon {
        margin: -33px 40px !important;
    }

    .header-container.type4 .header .logo img {
        max-width: 100% !important;
    }

    .header-container.type4 .search-area {
        left: -15px !important;
    }

    .fa-bars:before {
        font-size: 22px !important;
    }

    .login-icon {
        margin-right: 13px !important;
        margin-top: 12px !important;
        margin-left: -30px;
    }

    .customer-account-create ul.tabs li {
        padding: 10px 10px 0 15px;
    }

    .customer-account-create ul.tabs li:first-of-type {
        margin: 0;
    }

    .cms-faq h2.accordion span {
        width: 220px !important;
    }

    .cms-faq .btn-faq {
        width: 100px;
        height: 50px;
        line-height: 38px;
    }

    .filter-products .products .product-short-description,
    .catalog-category-view .product-short-description,
    .catalogsearch-result-index .product-short-description {
        padding: 10px 0 10px 0 !important;
        font-size: 10px !important;
        height: 70px !important;
        line-height: 13px;
    }

    .filter-products .products div.item .details-area .product-name a,
    .catalog-category-view div.item .details-area .product-name a,
    .catalogsearch-result-index div.item .details-area .product-name a {
        font-size: 12px !important;
    }

    .filter-products .products div.item .product-image,
    .catalog-category-view div.item .product-image,
    .catalogsearch-result-index div.item .product-image {
        height: 100px !important;
    }

    .product-image-area {
        height: 130px !important;
    }

    .blog div.filter-title, .blog h2.filter-title span strong {
        font-size: 15px !important;
    }

    .regular-price .price,
    .special-price .price,
    .payment-part-price {
        font-size: 11px !important;
        vertical-align: middle;
    }

    .header-container.type4 .header .mini-cart .topCartContent {
        width: 300px;
        left: -250px;
    }

    .mini-cart .mini-products-list li .product-image img {
        width: 120px;
        height: 90px;
    }

    .topCartContent .mini-products-list .quant-prod {
        left: 130px;
    }

    .item .bloco-categoria {
        height: 40px;
        font-size: 10px;
        padding: 10px 0;
    }

    .item .bloco-categoria .tipo-curso {
        line-height: 13px;
    }

    .products-grid li.item .details-area .product-name {
        height: 25px !important;
    }

    .sp-methods .form-list {
        margin-top: 12px !important;
    }

    #newsletter_popup .subscribe-bottom {
        bottom: 20px;
    }

}

@media (max-width: 475px) {
    .newsletter h2 {
        font-size: 24px !important;
    }

    .newsletter ::-webkit-input-placeholder {
        font-size: 12px;
        padding-left: 4px;
    }

    .newsletter ::-moz-placeholder {
        font-size: 12px;
        padding-left: 4px;
    }

    .newsletter :-ms-input-placeholder {
        font-size: 12px;
        padding-left: 4px;
    }

    .newsletter input:-moz-placeholder {
        font-size: 12px;
        padding-left: 4px;
    }

    .filter-products .products .product-short-description {
        font-size: 12px;
    }

    .filter-products .products div.item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .filter-products .products .old-price .price {
        font-size: 14px;
    }

    .filter-products .products .regular-price .price,
    .filter-products .products .special-price .price {
        font-size: 14px;
    }

    .filter-products .products .tag-products .product-label {
        width: 130px;
        right: 5px !important;
    }

    .price-box {
        font-size: 10px;
    }

    .canal-forum .box-videos .nome-video {
        margin-left: 10px !important;
    }

    .canal-forum .box-videos .nome-video h2 {
        padding: 10px;
        font-size: 14px !important;
    }

    .canal-forum .box-videos a.list-group-item {
        margin-left: -173px !important;
        margin-top: 45px !important;
    }

    a.list-group-item img {
        width: 100% !important;
    }

    .canal-forum .box-videos {
        height: 700px !important;
    }

    .canal-forum .container-fluid:first-of-type {
        height: 65px;
    }

    .cms-faq h2.accordion span {
        width: 290px;
        display: block;
        float: left;
        margin-top: -15px;
    }

    .cms-faq i.glyphicon.glyphicon-chevron-down {
        line-height: 45px !important;
    }

    .cms-faq .feedback .resposta-sim p {
        height: auto;
    }

    .social {
        width: 280px;
        margin-left: -140px;
        padding: 10px 15px;
    }

    .blog div.filter-title, .blog h2.filter-title span strong {
        font-size: 18px;
    }

    .product-tabs > ul li {
        background-color: transparent;
        border: 1px solid #aaaaaa;
        border-radius: 0;
        margin-right: 0;
    }

    .product-tabs > ul li:first-of-type {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .product-tabs > ul li.active {
        border: 0;
    }

    .old-price {
        margin-left: 0;
    }

    .products-grid li.item,
    .product-image-area,
    .products-grid li.item .details-area {
        padding: 5px !important;
    }

    .products-grid li.item .details-area .product-name {
        height: 30px;
    }

    .products-grid li.item .details-area .product-name a {
        font-size: 12px !important;
        line-height: 14px;
        display: block;
    }

    .ico-carrinho-produto {
        margin-top: 0 !important;
        margin-right: -5px !important;
    }

    .item .bloco-categoria {
        top: -18px !important;
    }

    .product-short-description {
        font-size: 12px;
    }

    .cms-corpo-docente .ordem-alfa hr {
        width: 85%;
    }

    .slick-list {
        margin: 0 70px !important;
    }

    .cms-corpo-docente .carrossel-professores .nome p:first-of-type {
        line-height: 20px;
    }

    .product-view .product-shop .price-box .regular-price .price,
    .product-view .product-shop .price-box .special-price .price,
    .product-view .product-shop .price-box .payment-part-price {
        font-size: 18px !important;
        line-height: normal;
    }

    .product-view .product-shop .price-box .regular-price {
        padding-bottom: 0;
    }

    .product-view .product-shop .price-box .price-label {
        display: inline-block;
        color: black;
    }

    .g-recaptcha {
        transform: scale(0.97);
        transform-origin: 0 0;
    }

    .cms-faq h2.accordion {
        height: 100px;
    }
}

@media (max-width: 767px) {
    #banner-slider-demo-5 .owl-item .item {
        height: 200px !important;
    }

    .top-links-container {
        display: none;
    }

    .header-container.type4 .header .logo img {
        max-width: 130%;
        margin-top: 5px;
    }

    .header-container.type4 {
        border-bottom: 1px solid #00415a;
    }

    div.filter-title, h2.filter-title {
        background: none;
        text-align: center;
        font-size: 24px;
        letter-spacing: 0.5px;
    }

    div.filter-title .content, h2.filter-title .content {
        padding-right: 0;
    }

    .footer-middle .block.block-subscribe .input-box {
        margin-top: 0;
    }

    .links.social-media {
        top: -120px;
    }

    .footer {
        background-color: #00384a;
    }

    .footer-bottom a.logo {
        margin-left: -200px;
    }

    .footer-bottom address {
        text-align: center;
    }

    .footer-bottom {
        padding: 100px 0 50px 0;
    }

    .footer-middle .block .block-title {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .blog div.filter-title, .blog h2.filter-title {
        background: none !important;
        text-align: left;
    }

    .blog div.filter-title, .blog h2.filter-title span:last-of-type {
        font-size: 22px;
    }

    .blog h2.filter-title {
        margin-bottom: 0;
    }

    .blog {
        margin-top: 15px;
    }

    .newsletter {
        height: 150px;
    }

    .newsletter .block.block-subscribe .input-box input.input-text {
        margin-left: 10px !important;
    }

    .item .bloco-categoria {
        top: -30px;
        position: relative;
    }

    #info-cursos:hover #info-extra {
        width: 190px;
        height: 40px;
    }

    .ico-carrinho-produto {
        margin-right: -25px;
    }

    .filter-products .products .tag-products .product-label {
        width: 140px;
        right: -8px;
    }

    #info-extra {
        display: none;
    }

    .cursos-destaque,
    .cursos-oab,
    .outros-cursos,
    .promocional {
        height: auto;
    }

    .canal-forum .box-videos iframe {
        height: 90% !important;
    }

    .canal-forum .box-videos {
        height: 800px !important;
        background-size: cover;
    }

    .canal-forum .box-videos a.list-group-item {
        width: 95% !important;
        position: absolute;
        float: none !important;
        left: 50%;
        margin-left: -47% !important;
        top: 50%;
        margin-top: 50px !important;
    }

    .canal-forum .box-videos a.list-group-item img {
        width: 100% !important;
    }

    .canal-forum .box-videos a.list-group-item:first-of-type,
    .canal-forum .box-videos a.list-group-item:nth-of-type(1),
    .canal-forum .box-videos a.list-group-item:nth-of-type(2) {
        display: none;
    }

    .canal-forum .box-videos div.video-tab-menu div.list-group > a {
        margin: 0;
    }

    .canal-forum .box-videos .nome-video {
        margin-left: 18px;
        height: 70px !important;
    }

    .canal-forum .container-fluid:first-of-type img {
        width: 60% !important;
        padding: 0 !important;
    }

    .cursos-destaque .owl-top-narrow .owl-controls,
    .cursos-oab .owl-top-narrow .owl-controls,
    .outros-cursos .owl-top-narrow .owl-controls,
    .promocional .owl-top-narrow .owl-controls,
    .cursos-indicacao .owl-top-narrow .owl-controls {
        display: none !important;
    }

    .cms-faq h2.accordion {
        padding: 15px !important;
        line-height: 20px;
    }

    .cms-faq div.accordion p {
        font-size: 14px;
        padding: 15px;
        text-align: left !important;
    }

    .customer-account-create .main-container #inscricao-estadual {
        width: 100%;
    }

    .dashboard .box .box-content {
        padding: 0;
    }

    .dashboard .endereco .box .box-content h4 {
        padding-top: 20px;
    }

    .sidebar .block .block-title,
    .dashboard .welcome-msg p.hello {
        float: none;
    }

    .sidebar .block .block-content,
    .sidebar .welcome-msg p.hello {
        text-align: left;
    }

    .customer-account-index .main-container,
    .customer-account-index .col-main {
        padding-bottom: 0;
    }

    .customer-account-edit .form-list .field {
        width: 100%;
    }

    .customer-account-edit .name-lastname {
        margin-left: 0;
    }

    .customer-account-edit .wide {
        margin-top: 10px;
    }

    .newsletter-manage-index .page-title h1,
    .customer-address-form .page-title h1,
    .customer-account-edit .page-title h1,
    .sales-order-history .page-title h1,
    .sales-order-view .page-title h1,
    .customer-address-index .page-title h1 {
        text-align: center;
    }

    .buttons-set .back-link {
        display: none;
    }

    .page-title.title-buttons {
        text-align: center;
        margin-bottom: 10px;
    }

    .contacts-index-index .titulo p {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .contacts-index-index .titulo h2 {
        padding-left: 0;
        text-align: center;
    }

    .dashboard .endereco .box .box-title {
        width: inherit;
    }

    .dashboard .endereco {
        margin-top: 0 !important;
    }

    .header .form-search #cat {
        display: none;
    }

    .header .form-search #search {
        width: 250px;
    }

    .header .form-search button.button .icon-search:before {
        color: #fff;
        font-size: 18px;
    }

    .special-price {
        display: block;
    }

    .customer-account-login .required.obrigatorio {
        clear: both;
        text-align: left;
    }

    .product-view .product-img-box {
        margin-bottom: 40px;
    }

    .breadcrumbs li {
        font-size: 16px;
    }

    .col1-layout .product-view .product-info,
    .col1-layout .product-shop .product-options-bottom,
    .col1-layout .add-to-box {
        border-bottom: 0;
    }

    .product-tabs > ul {
        padding: 0;
    }

    .product-view .product-shop .tipo-curso {
        position: relative;
        width: 200px;
        margin-left: -70px;
        left: 50%;
    }

    .add-to-box .add-to-cart {
        width: 100%;
    }

    .add-to-cart button.button {
        width: 100%;
    }

    .cart .discount input.input-text {
        width: 100% !important;
        float: none;
    }

    .cart .cart-collaterals h2 + * {
        height: 130px;
        padding: 15px 30px;
    }

    .cart .discount .buttons-set {
        float: none;
        margin-top: 15px;
    }

    .cart .cart-collaterals h2 {
        text-align: center;
    }

    .cart .totals button.btn-checkout {
        float: none;
    }

    .toolbar {
        margin: 0 auto;
        position: relative;
        width: 320px;
        left: 50%;
        margin-left: -130px;
    }

    .catalog-category-view .product-image-area,
    .filter-products .product-image-area,
    .catalogsearch-result-index .product-image-area {
        height: 180px;
    }

    .category-products .products-grid li.item .details-area .product-name a {
        font-size: 14px;
    }

    .catalog-category-view .product-short-description,
    .catalogsearch-result-index .product-short-description {
        height: 110px;
    }

    .breadcrumbs span.breadcrumbs-split {
        margin: 0 5px;
        font-size: 14px;
        line-height: 26px;
    }

    .data-table .product-image img {
        width: 200px;
    }

    .cart .discount .input-box {
        width: 100%;
    }

    .cart .discount .buttons-set {
        width: 100%;
        margin-top: 50px;
    }

    .cart .totals button.btn-checkout {
        width: 100%;
    }

    .cart .cart-table-wrap {
        margin-bottom: 30px;
    }

    .cart .cart-collaterals {
        margin-bottom: 0;
    }

    .cms-quem-somos .main.container .destaque,
    .cms-promocional .main.container .destaque {
        margin-left: -373px;
        height: 200px;
    }

    .mundipagg-standard-success .page-title h1 {
        text-align: center;
    }

    div.pagina-convenio h1.titulo-pagina-convenio {
        margin-top: 20px;
        text-align: center;
        font-size: 36px;
    }

    div.pagina-convenio a.convenie-sua-empresa {
        margin: 0 auto;
    }

    div.pagina-convenio h1.titulo-lista-convenio {
        text-align: center;
    }

    #boleto ul.regras-boleto li {
        font-size: 15px;
    }

    #checkout-step-review .data-table tfoot tr.last td,
    #checkout-step-review .data-table tbody tr.last td {
        text-align: center !important;
    }

    #opc-review tfoot tr .price {
        margin-right: 0;
    }

    #checkout-step-review .data-table tbody td {
        padding: 10px;
    }

    #checkout-review-submit p:first-of-type {
        padding-left: 0;
        text-align: center;
    }

    #opc-login .col2-set .content {
        min-height: 100px;
    }

    ul#payment_form_mundipagg_creditcard {
        margin-top: -170px;
    }

    #mundipagg_boleto {
        top: 90px;
    }

    .checkout-agreements .agreement-content .aceitacao .agree,
    .checkout-agreements .agreement-content .aceitacao button {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .checkout-agreements .agreement-content .aceitacao {
        float: none;
        margin-right: 0;
    }

    .cursos-indicacao {
        padding-top: 20px;
        height: 540px;
    }

    .cursos-indicacao h2.filter-title {
        margin-bottom: 0;
    }

    .opc .step-title .number, .opc .step-title h2 {
        font-size: 19px;
    }

    .mundipagg-standard-success .bloco-pedido .resumo {
        width: 100%;
    }

    .sp-methods .form-list {
        margin-top: 0 !important;
    }

    dd#dd_method_mundipagg_twocreditcards .form-list {
        margin-top: -170px !important;
    }

    .cms-faq .std p:first-of-type {
        text-align: center;
    }

    .contacts-index-index .form-list button.button {
        width: 100%;
        float: none;
    }

    .contacts-index-index .form-list button.button span {
        width: initial;
    }

    .customer-account-login .main-container,
    .customer-account-create .main-container {
        margin-top: 0;
        padding-bottom: 0;
    }

    .product-tabs > ul li a {
        border-right: 0;
        height: auto;
        padding: 10px 15px;
        margin-bottom: 0;
    }

    .product-view .product-shop .price-box .old-price {
        float: none;
    }

    .col1-layout .product-view .product-info {
        position: relative;
        left: 50%;
        margin-left: -150px;
        text-align: center;
        line-height: 25px;
        width: 300px;
    }

    .contacts-index-index .col-main .contact-info p {
        font-size: 15px;
        line-height: 40px;
    }

    .contacts-index-index .main-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .customer-address-form .main-container {
        padding-bottom: 0;
    }

    .cms-faq .main-container {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .glyphicon.glyphicon-trash {
        position: absolute;
        right: 50px;
        top: 360px;
        font-size: 36px;
        display: block !important;
    }

    .mundipagg-standard-partial #mundipagg_twocreditcards_new_credit_card_2_1 {
        margin-top: 0;
    }

    .topCartContent .mini-products-list .glyphicon.glyphicon-trash {
        right: -115px;
        top: -17px;
        position: relative;
    }

    .mini-cart .qty-price {
        padding-bottom: 40px;
    }

    .topCartContent .mini-products-list .quant-prod .cart-info {
        margin-right: 5px;
    }

    .cms-corpo-docente .navegacao div {
        padding: 0;
    }

    #checkout-step-payment fieldset {
        height: 60px;
    }

    .cms-corpo-docente .navegacao .slick-list {
        margin: 0 auto !important;
        width: 16em;
        top: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cms-corpo-docente .navegacao .slick-arrow {
        color: #00415a;
    }

    .cms-corpo-docente .navegacao.slick-slider {
        left: 50%;
        margin-left: -140px;
    }

    .cms-corpo-docente .navegacao div a:first-of-type {
        padding-left: 10px;
    }

    .cms-corpo-docente .navegacao div a {
        padding: 0 20px;
    }

    .mundipagg-standard-partial .sp-methods .form-list {
        margin-top: 100px !important;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .header-container.type4 .header .logo img {
        height: initial !important;
    }

    .header-container.type4 .header {
        padding: 28px 0;
    }

    .header-container .top-links-area {
        display: none;
    }

    .login-icon {
        float: right;
        margin-right: 20px;
        margin-top: 12px;
    }

    .fa-bars:before {
        font-size: 28px;
        color: #00415a;
    }

    .icon-search:before {
        color: #00415a;
    }

    .header-container.type4 .menu-icon {
        margin: 5% 5%;
        width: 15%;
    }

    .header-container.type4 .search-area {
        left: -120px;
        width: 30px;
    }

    .header-container.type4 .mini-cart {
        left: -20px;
    }

    .top-links-container {
        display: none;
    }

    .owl-top-narrow .owl-controls .owl-buttons .owl-prev {
        left: -785px !important;
    }

    .owl-top-narrow .owl-controls {
        right: -56px !important;
    }

    .newsletter h2 {
        font-size: 18px !important;
    }

    .newsletter .block.block-subscribe .input-box input.input-text {
        margin-left: 0;
    }

    .newsletter .block.block-subscribe .actions {
        margin-left: -15px;
    }

    .cms-index-index .messages li {
        margin-top: 30px;
    }

    .livros-gen div.filter-title, .livros-gen h2.filter-title,
    .livros-gen div.filter-title-2, .livros-gen span.filter-title-2 {
        background-size: 15%;
    }

    .livros-gen .box-livros .promo {
        margin: 20px 30px !important;
    }

    .livros-gen h2.filter-title {
        margin: 40px 0 20px 0;
    }

    .canal-forum .box-videos div.video-tab-content {
        height: 315px;
    }

    .canal-forum .box-videos iframe {
        height: 200px;
    }

    .canal-forum .container-fluid:first-of-type h2 {
        padding-top: 28px;
        text-align: left;
    }

    .cms-faq i.glyphicon.glyphicon-chevron-down {
        line-height: 90px;
        padding-right: 0;
    }

    .dashboard .endereco {
        float: left;
    }

    .header-container.type4 {
        border-bottom: 1px solid #00415a;
    }

    #info-extra {
        display: none;
    }

    .tab-content {
        font-size: 14px;
    }

    .product-view .product-name h1 {
        font-size: 28px;
    }

    .product-view .product-shop .short-description,
    .product-view .product-shop .price-box .price-label {
        font-size: 16px;
    }

    .product-view .product-shop .price-box .regular-price .price,
    .product-view .product-shop .price-box .special-price .price,
    .product-view .product-shop .price-box .payment-part-price {
        font-size: 24px;
    }

    .product-view .product-shop .price-box .regular-price {
        font-size: 14px;
    }

    .filter-products .products div.item .product-image {
        height: 140px;
    }

    .product-image-area {
        height: 200px;
    }

    .filter-products .products .product-short-description {
        height: 100px;
    }

    .filter-products .products div.item .details-area .product-name a {
        font-size: 15px;
    }

    .data-table .product-name a {
        font-weight: 700;
    }

    .data-table .table_qty_inc, .data-table .table_qty_dec {
        font-size: 36px;
    }

    .cart-table.data-table input.qty {
        font-size: 18px;
    }

    .link-remove {
        font-size: 15px;
    }

    .product-tabs > ul li a {
        font-size: 16px !important;
    }

    .cart .discount input.input-text {
        width: 88%;
    }

    .checkout-onepage-index .form-list .field {
        margin-right: 5px !important;
    }

    #checkout-step-payment .sp-methods select.month,
    #checkout-step-payment .sp-methods select.year {
        width: 115px !important;
    }

    .checkout-onepage-index .main-container .sp-methods label {
        font-size: 14px;
    }

    #boleto ul.regras-boleto li {
        font-size: 15px;
        line-height: 20px;
    }

    .cms-corpo-docente .modal-body .apresentacao img {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .cms-corpo-docente .modal-body .apresentacao .nome {
        text-align: center;
        padding: 40px 0;
    }

    .checkout-cart-index .data-table.cart-table tfoot tr.first td {
        display: block;
    }

    #confirmacao-assinatura .modal-dialog .success-msg {
        margin-top: -30px;
    }

    .filter-products .products div.item {
        height: auto;
        padding-left: 5px;
        padding-right: 5px;
    }

    .filter-products .products .price-box {
        width: auto;
        height: 60px;
        display: block;
        margin-top: 0;
    }

    .special-price {
        display: block;
    }

    .form-convenio .fields:nth-child(2) .field{
        width: 100%;
    }

    .form-convenio .fields:nth-child(2) .field:first-child {
        margin-right: 0%;
    }

    .ativo {
        height: 650px;
    }
}

@media (max-width: 1200px) {
    .header-container.type4 .header #search_mini_form {
        width: 450px;
    }

    .fixed-header .menu, .main-nav .menu {
        width: 960px;
    }

    .header-container .top-links-area {
        margin-left: -535px;
    }

    .fixed-header ul.menu > li > a, .main-nav ul.menu > li > a {
        font-size: 14px;
    }

    .area-login-usuario .top-links-area {
        margin-left: 40px;
        width: 200px;
        height: 38px;
    }

    .area-login-usuario .top-links-area a.bt-area-aluno {
        width: 180px;
        font-size: 16px;
        left: 209px;
    }

    .header-container .top-links-area a {
        font-size: 16px;
    }

    .area-login-usuario .top-links-area a {
        font-size: 12px;
    }

    .icon-left-open,
    .icon-right-open {
        background-repeat: no-repeat;
        background-size: 40%;
    }

    .owl-top-narrow .owl-controls {
        right: -65px;
    }

    .owl-top-narrow .owl-controls .owl-buttons .owl-prev {
        left: -1015px;
    }

    div.filter-title, h2.filter-title {
        background-size: 60%;
    }

    .newsletter h2 {
        font-size: 24px;
        line-height: 45px;
    }

    .newsletter .block.block-subscribe .input-box input.input-text {
        height: 40px;
    }

    .newsletter .block.block-subscribe .actions button.button span {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .livros-gen .box-livros .promo {
        margin: 0 30px;
    }

    .livros-gen .box-livros .promo img {
        width: 110% !important;
        margin: 20px 70px;
    }

    .canal-forum .box-videos a.list-group-item img {
        width: 70%;
    }

    .canal-forum .box-videos a.list-group-item {
        height: 150px;
    }

    .canal-forum .box-videos div.video-tab-menu div.list-group > a {
        margin: 0 -65px 0 0;
    }

    .canal-forum .container-fluid:first-of-type h2 {
        font-size: 16px;
    }

    .canal-forum .box-videos iframe {
        height: 250px;
    }

    .canal-forum .box-videos .nome-video h2 {
        padding: 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .canal-forum .box-videos .nome-video {
        height: 80px;
    }

    .canal-forum .box-videos {
        height: 410px;
    }

    .canal-forum .container-fluid:first-of-type img {
        padding: 20px 0;
        width: 100%;
    }

    .dashboard .endereco {
        float: left;
        margin-top: -50px;
    }

    .col1-layout .add-to-box {
        border-bottom: 0;
    }

    .cart-table .qty-holder {
        width: 110px;
        margin-top: 15px;
        margin: 0 auto;
        padding-top: 30px;
    }

    .link-remove {
        margin-left: 0;
    }

    .data-table.cart-table tbody td.td-total {
        display: none;
    }

    .cart-table .cart-price, .cart-table td.td-total .cart-price {
        font-size: 18px;
    }

    .catalog-category-view .special-price {
        display: block;
    }

    .product-tabs > ul li a {
        font-size: 20px;
        padding: 10px 20px;
    }

    .logado.top-links-area .welcome-msg i {
        margin-left: 10px;
    }

    .area-login-usuario .welcome-msg {
        margin-right: 30px;
    }

    .cms-faq h2.accordion {
        padding: 0 30px;
        font-size: 15px;
    }

    .cursos-indicacao div.filter-title-2, .cursos-indicacao span.filter-title-2 {
        background-size: 33%;
    }

    .cursos-indicacao div.filter-title, .cursos-indicacao h2.filter-title {
        background-size: 33%;
        font-size: 28px;
        line-height: 32px;
    }

    .checkout-onepage-index .form-list .field {
        margin-right: 10px;
    }

    #checkout-step-payment .sp-methods select.month,
    #checkout-step-payment .sp-methods select.year {
        width: 200px;
    }

    .sp-methods .form-list {
        margin-top: -100px;
    }

    dd#dd_method_mundipagg_boleto .form-list {
        margin-bottom: 260px;
    }

    .logado.top-links-area .welcome-msg {
        width: 11em;
    }

    .glyphicon.glyphicon-trash {
        display: none;
    }

    .mundipagg-standard-partial .sp-methods .form-list {
        margin-top: initial;
    }

}

  span.up {
    font-size: 35px;
    font-weight: 600;
    display: inline-block;
  }

div.logo-site {
	display:block;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 5px;
	margin-bottom: 20px;
	line-height: 1.35;
	color: #777;
}

h3.tab {
  color: #000;
  font-weight: 500;
  font-size: 20px;
}

#blog-h3 a {
  color:#333;
  font-size: 30px;
}

li.subcategory-list-item {
    margin-left: 5%;
}