body {
    margin: 0;
    padding: 0;
    color: #555;
    font: 10pt Arial, Helvetica, sans-serif;
    background: #F8F9FA;
}

.title {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 600px
}

#page {
    margin-top: 5px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #c9e0ed
}

#header {
    margin: 0;
    padding: 0;
    border-top: none
}

#content {
    width: 1169px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%
}

#sidebar {
    padding: 20px 20px 20px 0
}

#footer {
    padding: 10px;
    margin: 10px 20px;
    font-size: .8em;
    text-align: center;
    border-top: 1px solid #c9e0ed
}

#mainmenu ul li a {
    color: #fff;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none
}

#mainmenu ul li a:hover,
#mainmenu ul li.active a {
    color: #6399cd;
    background-color: #eff4fa;
    text-decoration: none
}

div.flash-error,
div.flash-notice,
div.flash-success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd
}

div.flash-error {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4
}

div.flash-notice {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324
}

div.flash-success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880
}

div.flash-error a {
    color: #8a1f11
}

div.flash-notice a {
    color: #514721
}

div.flash-success a {
    color: #264409
}

div.form .rememberMe label {
    display: inline
}

div.view {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #c9e0ed
}

div.breadcrumbs {
    font-size: .9em;
    padding: 5px 20px
}

div.breadcrumbs span {
    font-weight: 700
}

div.search-form {
    padding: 10px;
    margin: 10px 0;
    background: #eee
}

.portlet-decoration {
    padding: 3px 8px;
    background: #b7d6e7;
    border-left: 5px solid #6faccf
}

.portlet-title {
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #298dcd
}

.portlet-content {
    font-size: .9em;
    margin: 0 0 15px;
    padding: 5px 8px;
    background: #effdff
}

.portlet-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.portlet-content li {
    padding: 2px 0 4px
}

.operations {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.operations li {
    padding-bottom: 2px
}

.operations li a {
    font: bold 12px/15px Arial;
    color: #0066a4;
    display: block;
    padding: 2px 0 2px 8px;
    text-decoration: none
}

.operations li a:visited {
    color: #0066a4
}

.operations li a:hover {
    background: #80cfff
}

#quantidade-carrinho {
    position: absolute;
    right: 1px;
    left: 10px;
    bottom: 14px;
    height: 14px;
    width: 23px;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
    color: #000;
    line-height: 1;
    font-size: 13px;
    box-shadow: 0 0 0 3px #b9863f;
    border-radius: 50rem !important;
    --bs-bg-opacity: 1;
    background-color: #fff !important;
    text-align: center;
    font-weight: 700
}

#info-right {
    z-index: 999
}

#modalCarrinho {
    top: 30%
}

#modalCarrinho .modal-footer,
#modalCarrinho .modal-header {
    border: none
}

#btn-verMaisCursos {
    background-color: #fff;
    border: 1px solid #da9752;
    color: #da9752;
    padding: 15px;
    margin-right: 10px;
    width: 45%;
    font-weight: 700
}

#btn-finalizarCompra {
    background-color: #171a44;
    color: #fff;
    padding: 15px;
    margin-left: 10px;
    width: 45%;
    font-weight: 700
}

.link {
    width: 100%;
    max-width: 100px
}