body, html {
    background: #eeeeee !important;
    font-family: sans-serif;
    font-size: 14px;
}

header {
    height: 88px;
    background: #143a78;
    position: relative;
}

header a.logo {
    position: absolute;
    display: block;
    margin-top: 10px;
    left: 50%;
    margin-left: -97.5px;
    z-index: 2;
}

header .menu-right {
    color: #fff;
    margin-left: 30px;
}

header .menu-right:hover {
    text-decoration: underline;
}

header a.home {
    font-size: 24px;
    color: #e6e6e6;
    display: inline-block;
    vertical-align: top;
    margin-top: 28px;
    margin-left: 15px;
}

header a.home:hover,
header a.home:link,
header a.home:active {
    text-decoration: none;
}

header .btn-menu {
    cursor: pointer;
}

header .btn-menu:hover a {
    color: #b19d79 !important;
    transition: 200ms;
}

header a.icone-menu-mobile {
    color: #e6e6e6;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 15px;
}

header a.icone-menu-mobile:hover,
header a.icone-menu-mobile:link,
header a.icone-menu-mobile:active {
    text-decoration: none;
}

header a.icone-menu-mobile:hover {
    color: #b19d79 !important;
}

header a.icone-menu-mobile2 {
    color: #e6e6e6;
    display: inline-block;
    vertical-align: top;
}

header a.icone-menu-mobile2:hover,
header a.icone-menu-mobile2:link,
header a.icone-menu-mobile2:active {
    text-decoration: none;
}

header a.icone-menu-mobile2:hover {
    color: #b19d79 !important;
}

header .perfil,
header .carrinho {
    display: inline-block;
    vertical-align: top;
    margin-top: 29px;
    margin-right: 15px;
}

header .carrinho i {
    color: #e6e6e6;
    display: inline-block;
    vertical-align: middle;
}

header .perfil .nome {
    font-size: 14px;
    color: #7a2789;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

header .perfil img {
    display: inline-block;
    vertical-align: middle;
}

header .perfil img.seta-menu-perfil {
    margin-left: 15px;
}

header .carrinho {
    margin-left: 30px;
    position: relative;
}

header .carrinho img {
    display: inline-block;
    vertical-align: middle;
}

header .carrinho span {
    font-size: 14px;
    color: #e6e6e6;
    text-transform: uppercase;
    display: inline-block;
}


header .carrinho span.badge {
    position: absolute;
    left: -5px;
    top: -10px;
    background: #f7f7f7;
    color: #0d1e44;
}

header .menu-out {
    height: 88px;
    line-height: 88px;
}

header .menu-out * {
    line-height: normal;
}

header .menu-out a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    margin-left: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

header .menu-out a:hover,
header .menu-out a:link,
header .menu-out a:active {
    text-decoration: none;
}

header .menu-out a:hover {
    border: 1px solid #722c89;
}

header .row-menu {
    height: 100%;
}

header .menu-icons .notification {
    position: relative;
}

header .menu-icons .notification i.alert-icon {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
}

header .menu-icons .notification i.bell-icon {
    color: white;
}

header .menu-icons .user-menu span {
    color: #ffffff;
}

header .menu-icons .user-menu small {
    color: #b31b1b;
}

header .menu-icons .user-menu small:hover {
    color: #ea2c2c;
}

footer {
    padding: 15px;
    background: #f7f5f9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
}

.sem-bold {
    font-weight: normal !important;
}

.relative {
    position: relative;
}

.pagination {
    margin: 0;
    padding: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #009bd2;
    border-color: #009bd2;
}

.pagination>li>a, .pagination>li>span {
    color: #4d4c4c;
}

/**
    RADIO BUTTOM CUSTOM
 */
/* Custom labels: the container */
.checkcontainer {
    display: block;
    font-weight: normal;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    /* Chrome, Opera, Safari */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

.checkcontainer:last-child {
    margin-bottom: 0 !important;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input~.radiobtn {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked~.radiobtn {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked~.radiobtn:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*=============================*/

.cursor-hand {
    cursor: pointer;
}

.alert {
    margin-bottom: 0;
}

.no-boder {
    border: none !important;
}

.sep-5 {
    height: 5px;
}

.sep-10 {
    height: 10px;
}

.sep-15 {
    height: 15px;
}

.sep-30 {
    height: 30px;
}

.ajuste-lateral {
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
}

.pagina-titulo {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #646161;
    text-transform: uppercase;
    position: relative;
    margin-left: 30px;
}

.pagina-titulo:before {
    display: block;
    content: ' ';
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 4px;
    width: 40px;
    background: #722c89;
}

.box-menu-principal {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 30;
    display: none;
}

.box-menu-principal .menu-principal {
    background: #ffffff;
    width: 300px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    overflow: auto;
}

.box-menu-principal .menu-principal .infos {
    background: #143a78;
    padding: 0 15px;
}

.box-menu-principal .menu-principal .infos .nome,
.box-menu-principal .menu-principal .infos .lbl,
.box-menu-principal .menu-principal .infos .graducao {
    color: #ffffff;
}

.box-menu-principal .menu-principal .infos .nome {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.box-menu-principal .menu-principal .infos .lbl,
.box-menu-principal .menu-principal .infos .graducao {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.010em;
}

.box-menu-principal .menu-principal .item a {
    display: flex;
    align-items: center;
    height: 50px;
    font-weight: bold;
    color: #143a78;
    border-bottom: 1px solid #e3e0e0
}

.box-menu-principal .menu-principal .item a:hover,
.box-menu-principal .menu-principal .item a:link,
.box-menu-principal .menu-principal .item a:active {
    text-decoration: none;
}

.box-menu-principal .menu-principal .item a i {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    color: #143a78;
}

.box-menu-principal .menu-principal .item a:hover {
    background: #b19d79;
}

.box-menu-principal .menu-principal .item a:hover,
.box-menu-principal .menu-principal .item a:hover i {
    color: #ffffff;
}

.box-menu-principal .menu-principal .item.cor-2 a:hover {
    background: #ff5151;
}

.box-menu-principal .menu-principal .item.cor-2 a,
.box-menu-principal .menu-principal .item.cor-2 a i {
    color: #b31b1b;
}

.box-menu-principal .menu-principal .item.cor-2 a:hover,
.box-menu-principal .menu-principal .item.cor-2 a:hover i {
    color: #ea2c2c;
}

/**
    SWITCH RADIO
 */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #939798;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2295b9;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/**
    CARDS LATERAIS
 */
.box-card-lateral {
    border: 1px solid #009bd2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box-card-lateral .titulo {
    height: 50px;
    line-height: 50px;
    background: #009bd2;
    color: #722c89;
    text-transform: uppercase;
    padding: 0 15px;
}

.box-card-lateral .corpo {
    margin: 0 15px;
}

/**
    TABELA MODELO A
 */
.tabela-a {
    margin: 0 30px;
}

.tabela-a table {
    width: 100%;
}

.tabela-a table thead th {
    height: 36px;
    background: #e6e5e5;
    color: #646161;
    font-weight: bold;
    padding: 0 10px;
}

.tabela-a table tbody td {
    height: 50px;
    color: #646161;
    padding: 0 10px;
    border-bottom: 1px solid #e6e5e5;
}

.tabela-a table tbody td img {
    display: inline-block;
    vertical-align: middle;
}

.sombra-box {
    -webkit-box-shadow: 0px 0px 37px -6px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: 0px 0px 37px -6px rgba(0, 0, 0, 0.63);
    box-shadow: 0px 0px 37px -6px rgba(0, 0, 0, 0.63);
}

label.required:after {
    content: "*";
    color: red;
}

.lista-endereco-modal label {
    font-weight: normal;
    cursor: pointer;
}

.lista-endereco-modal span {
    display: inline-block;
    vertical-align: top;
}

.lista-endereco-modal span:first-child {
    margin-right: 10px;
}

.sumir-b {
    display: none;
}

.sumir-ib {
    display: none;
}

a.more {
    font-size: 20px !important;
}

@media screen and (max-width: 1280px) {
    .ajuste-lateral {
        padding: 0 30px;
    }
}

@media screen and (max-width: 991px) {
    .sumir-b {
        display: block;
    }

    .sumir-ib {
        display: inline-block;
    }

    .sumir-mobile {
        display: none !important;
    }

    header .carrinho span {
        display: none;
    }

    header .carrinho {
        position: absolute;
        margin: 0;
        padding: 0;
        top: -34px;
        right: 25px;
    }

    header a.home {
        display: none;
    }
}

/* BREADCRUMB */
.breadcrumb {
    background: none;
    font-weight: bold;
}

.breadcrumb a {
    color: #3593F7;
}

ol.breadcrumb {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .d-none-flex-mobile {
        display: block !important;
    }

    .breadcrumb {
        padding: 0 !important;
    }

    .breadcrumb a {
        font-size: 10px;
    }

    .page-header {
        padding: 0 0 0 0;
        margin: 20px 0 20px 0;
    }

    /* header a.logo {
        position    : static;
        display     : inline-block;
        margin-top  : 0;
        margin-left : 0;
        margin-right: 0;
        padding     : 10px 0;
    }
    header .menu-right {
        margin-left: 0;
        flex: 1;
        padding: 10px 0;
    } */
}