body {
    background-color: #fff;
    overflow-y: scroll;
    background-repeat: repeat-x;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.45;
}

a {
    color: #474747;
    text-decoration: none;
    font-size: 11px;
}

a:link {
    color: #828282;
}

a:visited {
    color: #828282;
}

a:hover {
    color: #6F6F6F;
}

a:active {
    color: #828282;
}

.nav_topo {
    background-color: #004694;
    padding: 0;
}

.container-topo {
    max-width: 1100px;
}

.nav_menu {
    background-color: #0076EB;
    padding: 0;
}

ul.menu li a {
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    display: block;
}

ul.menu li {
    padding: 0px 0;
    margin-right: 30px;
    vertical-align: top;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu.logado li {
    margin-right: 30px;
}

.logo img {
    width: 90%;
    position: relative;
    right: 5px;
}

ul.menu li:last-of-type {
    margin-right: 0;
}

.divnavbar_menu {
    justify-content: center;
}

.login {
    position: relative;
    float: right;
    color: #fff;
    vertical-align: middle;
    height: 100px;
    width: 100%;
}

.login input[type="text"],
.login input[type="email"],
.login input[type="password"] {
    width: 212px;
    margin-top: 0px;
}

.login span {
    margin: 4px 0 0 1px;
    float: left;
    font-size: 12px;
    right: -2px;
}

.login span a {
    color: #034ea2;
}

.login p {
    white-space: nowrap;
    color: #fff;
}

.login .botao_login {
    margin: 10px 0 0 46px;
    width: 65px;
    height: 21px;
}

.login .botao_login:hover {
    cursor: pointer;
}

.login .botao_logoff {
    width: 52px;
    height: 21px;
    margin: 6px 0 0 174px;
}

.login .botao_logoff:hover {
    cursor: pointer;
}

.login a {
    color: #fff;
    font-size: 13px;
    transition: all .2s;
    font-weight: bold;
}

.login a:hover {
    text-decoration: underline;
    text-decoration-color: #034ea2;
    color: #ccc;
}

.login-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}

.login-box label {
    width: 100%;
    display: block;
    margin-bottom: 3px;
}

.login-box input[type='text'],
.login-box input[type='email'],
.login-box input[type='password'] {
    width: 368px !important;
    height: 15px;
    margin-bottom: 13px;
    padding: 10px 15px;
    font-size: 14px;
}

.login-box form {
    z-index: 100;
    position: absolute;
    background-color: #fff;
    width: 400px;
    margin: auto;
    height: 370px;
    padding: 24px 28px;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0px 0px 20px 0px #524f4f;
    border-radius: 2px;
}

.login-box a.fechar-login {
    position: absolute;
    right: 28px;
    top: 15px;
    display: block;
    color: #929292;
    font-size: 20px;
}

.login-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.login-box input[type="submit"] {
    width: 400px;
    font-weight: 600;
    font-size: 15px;
    margin: 5px 0;
    padding: 10px 20px;
    cursor: pointer;
}

.login-box a {
    color: #034ea2;
    display: block;
    margin: 10px 0;
    font-size: 14px;
}

.login-box .usuario {
    background-color: #03a132;
    width: 360px;
    font-weight: 600;
    font-size: 15px;
    margin: 5px 0;
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    text-align: center;
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100px;
}

.mini-login-box {
    top: 10px;
    right: 120px;
    background-color: #ffffff;
    z-index: 1000;
    text-align: center;
    border-radius: 2px;
    font-weight: normal;
    font-size: 11px;
    box-shadow: 0px 1px 3px 0px #929292;
    opacity: 0;
    transition: all 1s;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.mini-login-box span {
    margin: 0;
    right: 0;
    font-size: 13px;
    position: relative;
}

.mini-login-box p {
    display: flex;
    color: #474747 !important;
    font-size: 11px !important;
    font-weight: normal !important;
    text-align: left;
    margin: 1px 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.mini-login-box p:first-child {
    padding-top: 10px;
}

.mini-login-box p:nth-child(2) {
    justify-content: space-between;
}

.mini-login-box a {
    margin-top: 10px;
}

.mini-login-box:before {
    left: auto;
    height: 0;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    top: 30px;
    margin-right: -12px;
    right: 0px;
}

div#mini-login-box {
    position: fixed;
    top: 0;
    left: calc(50% - 495px);
    right: 0;
    z-index: 100;
    width: 990px;
    height: 100vh;
}

.mini-login-box a {
    background-color: #f7f7f7;
    font-size: 11px !important;
    padding: 10px 0px;
    color: #034ea2 !important;
    font-weight: bolder !important;
}

.mini-login-box a:hover {
    color: #6f6f6f;
}

@media (max-width: 1000px) {
    .mini-login-box {
        display: none;
    }
}

.on-hover:hover .show-hover {
    opacity: 1;
}

.banner_container {
    display: flex !important;
    justify-content: center !important;
    position: relative;
    width: 990px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

div#nav1 {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    height: 7px;
    padding: 10px 0;
    z-index: 50;
}

@media (max-width: 1000px) {
    div#nav1 {
        width: 95%;
    }
}

#nav1 a {
    color: transparent;
    border: 1px solid #9a9a9a;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
    opacity: 0.8;
}

#nav1 a.activeSlide {
    background-color: #9a9a9a;
}

div#slideshow1 {
    width: 990px;
    height: 315px;
}

div#slideshow1 a {
    width: 990px !important;
}

div#slideshow1 a img {
    width: 100%;
}

@media (max-width: 1000px) {
    div#slideshow1 {
        max-width: 100%;
        height: auto;
    }

    .banner_container {
        max-width: 100%;
    }

    div#slideshow1 a {
        max-width: 100% !important;
    }

    div#slideshow1 a img {
        max-width: 100%;
    }

    .banner_container {
        width: 100%;
    }

    .banner-item {
        width: 100%;
    }
}

div.aba {
    height: auto;
    background-color: #0076eb;
    border: 1px solid #0076eb !important;
    background-repeat: repeat-x;
    color: #FEFFFD;
    width: 100%;
    margin-top: 5px;
}

#login-box form:first-child,
#menu-vertical .titulo-menu,
#detalhe-produto .produto-localizacao a {
    font-size: 14px;
    font-weight: bold;
}

#menu-vertical .titulo-menu {
    padding: 5px 0 5px 10px;
    width: auto;
    justify-content: center;
}

div.aba_pesquisa {
    background-color: #9a9a9a !important;
    border: 1px solid #9a9a9a !important;
    width: 100%;
    color: #fff;
    text-align: left;
}

h1 {
    font-weight: normal;
    font-size: 16px;
}

div.aba h1 {
    margin: 0px 0 0 10px;
    color: #FEFFFD;
    line-height: 30px;
}

div.aba h3 {
    margin: 6px 0 0 10px;
    color: #FEFFFD;
}

div.aba h1 a,
div.aba h3 a {
    font-size: 14px;
    color: #FEFFFD;
}

div.aba p {
    color: #FEFFFD;
    text-transform: uppercase;
}

#menu-vertical .aba {
    height: auto;
}

div.rodape,
#rodape div.display-flex>div {
    padding-top: 20px;
    background-color: #F7F7F8;
    padding: 14px 0;
}

div.rodape div h2 {
    font-weight: bold;
    font-size: 16px;
    color: #6d6d6d;
}

div.rodape div ul li a,
#rodape ul li a {
    font-weight: normal;
    font-size: 14px;
    margin: 4px 0;
    display: block;
}

div.rodape div ul li.negrito,
div.rodape div ul li.semlink,
#rodape ul li.negrito,
#rodape ul li.semlink {
    margin-top: 4px;
}

div.rodape div ul li.negrito,
#rodape ul li.negrito {
    font-weight: bolder;
    font-size: 12px;
}

div.rodape div ul li.semlink,
#rodape ul li.semlink {
    font-size: 12px;
}

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

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

.rodape-container {
    background-color: #f7f7f8;
    padding-top: 1.5rem;
}

.rodape-azul {
    background-color: #0076eb;
    padding: 30px 0;
}

.logo-rodape {
    float: right;
    text-align: right;
    color: #fff;
    margin: 0;
}

.logo-rodape p {
    color: #fff;
    font-size: 12px;
}

.logo-rodape em {
    color: #fff;
    font-size: 17px;
    margin-left: 10px;
}

.logo-rodape img {
    height: 60px;
}

#rodape .titulo-rodape {
    font-weight: bold;
    font-size: 16px;
    color: #6d6d6d;
}

#rodape div.display-flex .titulo-rodape {
    font-size: 15px;
}

#rodape ul {
    padding: 0;
}

.rodape_container {
    justify-content: center;
    display: flex;
}

.dados-contato {
    padding-top: 14px;
    font-weight: normal;
    font-size: 13px;
    float: left;
}

.dados-contato p {
    color: #FFF;
}

.container_rodape_dadosempresa {
    width: 75%;
    display: table;
}

.botao-whats {
    position: fixed;
    padding: 20px;
    bottom: 0;
    right: 50px;
    width: 137px;
    z-index: 10;
}

.imagem-whats {
    height: 91px;
}

.imgbot:hover,
.cursor-pointer {
    cursor: pointer
}

.margin_top_5 {
    margin-top: 5px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_right_0 {
    margin-right: 0px;
}

#form-pesquisa {
    text-align: center;
}

#form-pesquisa select,
#form-pesquisa input[type="text"] {
    width: 100%;
}

.justify-content-center {
    justify-content: center;
    display: flex;
}

.justify-content-right {
    justify-content: right;
    display: flex;
}

.menu-button,
.pesquisa-button,
.pesquisa-button-mob {
    background-color: #fd772F;
    outline: none;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;
    color: #fdfdfd;
    padding: 5px 0 7px 0;
    border: 0;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 6px;
}

.pesquisa {
    width: 100%;
}

.floatright {
    float: right;
}

.form-control {
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
    appearance: auto !important;
}

.menu_lateral,
.carrinho,
.pesquisa {
    background-color: #f7f7f7;
}

.menu_lateral,
.carrinho {
    width: 100%;
}

.menu_lateral ul li {
    word-wrap: break-word;
    padding: 0;
    font-size: 11px;
    border: 0;
}

.menu_lateral ul li.active,
.menu_lateral ul li:hover {
    background-color: #000000;
    color: #FFF !important;
    cursor: pointer;
}

.menu_lateral ul li:hover a {
    color: #FFF !important;
}

.menu_lateral ul li a {
    display: block;
    padding: 8px 10px;
    border: 0;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
}

.menu_lateral ul {
    border: 0;
    padding-left: 0;
}

.menu_lateral ul li a.text_bold {
    font-weight: bold;
}

.menu_lateral ul li.text_bold a {
    font-weight: bold;
}

.menu_lateral ul li.active span,
.menu_lateral ul li:hover span {
    color: #FFF;
}

.div_rodape {
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.input-pesquisa {
    height: 30px;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #dddddd;
}

.width_100pc {
    width: 100%;
}

.width_30 {
    width: 300px;
}

.display-flex {
    display: flex;
}

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

.justify-content-space_between {
    justify-content: space-between;
}

.margin_left_0 {
    margin-left: 0px;
}

.margin_left_5 {
    margin-left: 5px;
}

.margin_right_5 {
    margin-right: 5px;
}

.flex-direction-column {
    flex-direction: column;
}

.justify-content-space_around {
    justify-content: space-around;
}

.align-items-center {
    align-items: center;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_50 {
    margin-top: 50px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.text_vermelho {
    color: #de250c !important;
}

.text_11 {
    font-size: 11px;
    line-height: 14px;
}

.text_12 {
    font-size: 12px;
}

.text_14 {
    font-size: 14px;
}

.text_15 {
    font-size: 15px;
    line-height: 16px;
}

.text_19 {
    font-size: 19px;
}

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

.navbar-toggler {
    border: 0;
}

@media (max-width: 1000px) {
    .menu li {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-top: 1px solid #004694 !important;
    }
}

.row_topo {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.col_topo a,
.col_topo p {
    color: #FFF;
    font-size: 13px;
}

.col_topo {
    text-align: right;
    padding: 0px 5px 0px 0px !important;
}

@media (max-width: 1000px) {
    .col_topo {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #0076EB !important;
    }

    #navbarAcoesTopo {
        border-top: 1px solid #0076EB !important;
        border-bottom: 1px solid #0076EB !important;
    }

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

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

.navbar-toggler-menu-cliente {
    float: right;
    margin-top: 15px;
}

.col_login_entrar a {
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
}

.col_login_entrar_flex a {
    color: #FFF;
    font-size: 13px;
}

.col_login_entrar {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    /* align-self: stretch; */
    /* align-items: center; */
    justify-content: end;
    margin-right: 15px;
}

.col_login_entrar_flex {
    display: flex;
    justify-content: end;
}

.col_login_entrar_flex_items {
    width: 55px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    justify-content: end;
}

.login_float {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    float: right;
}

.showmobile {
    display: none !important;
}

.hidemobile {
    display: block !important;
}

@media (max-width: 767px) {

    .showmobile {
        display: block !important;
    }

    .hidemobile {
        display: none !important;
    }

    .pesquisa-button-mob {
        width: 100px;
    }

    .navbar-toggler-menu-cliente {
        margin-top: 0px;
    }

    .logo-rodape {
        text-align: center;
    }

    .logo-rodape img {
        height: 50px;
    }

    .align-items-xs-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .mgx-xs-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.busca_vazia {
    width: 100%;
}

.fundocinza {
    background-color: #CCC;
}

a.pagina,
div.pagina {
    font-size: 14px;
    padding: 2px 0;
    border: 1px solid #cccccc;
    margin-right: 4px;
    display: inline-block;
    width: 25px;
    color: #333;
    text-align: center;
}

.pagination_custom {
    position: relative;
    clear: both;
    text-align: center;
    padding: 0px 0 15px 0;
    margin: 15px 0;
}

.menumobile {
    height: 50px;
}

#modalCadastro {
    display: none;
    position: fixed;
    z-index: 10;
    top: 20px;
    background-color: white;
    padding: 0;
    margin-left: 40%;
    margin-top: 8%;
    width: 18%;
    border-radius: 10px 10px 0 0;
    background: #034ea2;
}

.modal-body-cadastro {
    background-color: #fff;
}

.modal-content-cadastro {
    border: 1px solid;
    border-radius: 9px;
}

.button-cadastro {
    cursor: pointer;
    font-size: 14px;
    background: none;
    border: none;
    color: #fff;
    margin-left: 289px;
    display: flex;
    margin-top: -8%;
}

.h4-cadastro {
    width: 40%;
    display: flex;
    color: #fff;
    font-size: 14px;
}

.p-cadastro {
    margin-left: 2%;
    padding-top: 2%;
    padding-bottom: 3%;
    font-weight: 600;
}

.button-confirm-cadastro {
    padding: 6px;
    width: 50%;
    margin-left: 25%;
    border: none;
    background: #0b9b0b;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 3%;
    cursor: pointer;
}

.espacamento-cadastro-modal {
    display: flex;
    margin-bottom: 5%;
}

.margin-left05 {
    margin-left: 0.5%;
}

.margin-left24 {
    margin-left: 24%;
}

.modal-header-cadastro {
    padding: 10px;
    display: block;
}

@media (max-width: 1770px) {
    #modalCadastro {
        width: 19%;
    }
}

@media (max-width: 1690px) {
    #modalCadastro {
        width: 21%;
    }
}

@media (max-width: 1550px) {
    #modalCadastro {
        width: 23%;
    }
}

@media (max-width: 1400px) {
    #modalCadastro {
        width: 23%;
    }
}

@media (max-width: 1000px) {
    #modalCadastro {
        width: 90%;
        margin-left: 5%;
    }
}

.card-img-top {
    width: auto;
}

.miniatura-produto-imagem {
    text-align: center;
}

.display-none {
    display: none;
}

.text_bold {
    font-weight: bold;
}

.text_13 {
    font-size: 13px;
}

.text_azul,
a.text_azul {
    color: #0075eb !important;
}

.divseupedido {
    display: block;
}

@media (max-width: 1000px) {
    .divseupedido {
        display: block !important;
    }
}

.custom-tooltip-arrow-bottom,
.custom-tooltip-arrow-left {
    /* position: absolute; */
    background-color: rgb(255, 109, 19);
    z-index: 1000;
    text-align: center;
    border-radius: 2px;
    /* padding: 15px; */
    font-weight: normal;
    font-size: 11px;
    box-shadow: 0px 1px 3px 0px #929292;
    opacity: 0;
    transition: all 1s;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 0 1em 0.2em;
}

.custom-tooltip-arrow-bottom {
    bottom: 0.8rem;
    right: 3rem;
}

.custom-tooltip-arrow-left {
    left: 9rem;
    margin-top: -1.5rem;
}

.custom-tooltip-arrow-bottom .custom-tooltip-arrow {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgb(255, 109, 19);
}

.custom-tooltip-arrow-left .custom-tooltip-arrow {
    top: 25%;
    left: -1px;
    margin-top: -5px;
    border-width: 7px 7px 7px 0;
    border-bottom-color: rgb(255, 109, 19);
    transform: rotate(45deg);
}

.custom-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.custom-tooltip-fix {
    opacity: 1;
    transition: none;
}

#tooltip-fidelidade {
    text-align: center;
    color: #ffffff;
}

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

.bold {
    font-weight: bold;
}

.width_50 {
    width: 500px;
}

.text_center {
    text-align: center;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.padding_top_5 {
    padding-top: 5px;
}

.wrapper_esqueciasenha {
    justify-content: center;
}

@media (max-width: 1000px) {
    .wrapper_esqueciasenha {
        justify-content: initial;
    }
}

.div_esqueciasenha {
    max-width: 1000px;
    width: 1000px;
}

@media (max-width: 1000px) {
    .div_esqueciasenha {
        width: 100%;
    }
}

.wrapper_alterarasenha {
    justify-content: center;
}

@media (max-width: 1000px) {
    .wrapper_alterarasenha {
        justify-content: initial;
    }
}

.div_alterarasenha {
    max-width: 1000px;
    width: 1000px;
}

@media (max-width: 1000px) {
    .div_alterarasenha {
        width: 100%;
    }
}

.botaoSubmit {
    border: 0;
    background-color: #034ea2;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.inputAreaRestrita {
    width: 100%;
    color: #474747;
    padding: 4px;
    border: 1px solid #dddddd;
}

.result-bucket li {
    padding: 7px 5px;
}

.result-bucket {
    margin-bottom: 0 !important;
}

.search-form {
    position: relative;
    max-width: 100%;
}

.result-link {
    color: #4f7593;
}

.result-link .media-body {
    font-size: 13px;
    color: gray;
}

.result-link .media-heading {
    font-size: 14px;
    font-weight: 400;
    color: #4f7593;
    font-weight: bold;
}

.result-link:hover,
.result-link:hover .media-heading,
.result-link:hover .media-body {
    text-decoration: none;
    color: #4f7593
}

.media-object {
    height: 100px;
    max-width: 100%;
}

.result-entry+.result-entry {
    border-top: 1px solid #ddd;
}

.result-entry-termo {
    border-top: 0px !important;
    padding: 2px !important;
    margin: 0px 0px 0px 20px;
}

.result-entry-produtos {
    border-top: 1px solid #ddd;
    margin: 0px 0px 0px 20px;
}

.rowProdutosSugestoes {
    margin: 0 !important;
}

.media-left {
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}

.vocequisdizer {
    font-size: 16px;
    color: #004694 !important;
    line-height: 2;
}

.flex_0 {
    flex-grow: 0;
}

.flex_1 {
    flex-grow: 1;
}

#topo-site-js .container {
    justify-content: center;
}

.col_login_entrar_flex_items .fa-user-circle-o {
    font-size: 26px;
}

.hide-others-except-mobile {
    display: block !important;
}

.align-vertical {
    display: flex !important;
    align-items: center !important;
}

@media (min-width: 992px) {
    .hide-others-except-mobile {
        display: none !important;
    }
}

.cursorPointer {
    cursor: pointer;
}

@media (max-width: 768px) {
    .width-sm-100 {
        width: 100% !important;
    }
}

.display-contents {
    display: contents;
}

.input-pesquisa-linx {
    width: 50%;
    height: 35px;
    border-radius: 50vw;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    border: none;
}

.form-control:focus {
    -webkit-box-shadow: -1px -2px 2px 2px #0076eb;
    -moz-box-shadow: -1px -2px 2px 2px #0076eb;
    box-shadow: -1px -2px 2px 2px #0076eb;
}

.input-pesquisa-append {
    height: 100%;
    color: #004694;
    background-color: white;
    border: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 50vw;
    border-top-right-radius: 50vw;
}

.dropdown-sugestoes {
    position: absolute;
    width: 100%;
    top: 100%;
    display: flex;
    justify-content: center;
}

.instant-results-topo {
    background: #fff;
    width: 90%;
    color: gray;
    left: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    display: none;
    z-index: 19;
}

.media-topo {
    display: flex;
}

.media-topo-img {
    width: 40%;
    text-align-last: center;
}

.media-topo-text {
    width: 60%;
}

.media-object-topo {
    height: 50px;
    max-width: 100%;
}

.popover-custom {
    opacity: 0;
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border-radius: 2px;
    font-weight: normal;
    font-size: 11px;
    transition: all 1s ease;
}

.popover-custom.show {
    opacity: 1;
}

.popover-custom span {
    margin: 0;
    right: 0;
    font-size: 13px;
    position: relative;
}

.popover-custom p {
    display: flex;
    color: #474747 !important;
    font-size: 11px !important;
    font-weight: normal !important;
    text-align: left;
    margin: 1px 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.popover-custom a {
    background-color: #f7f7f7;
    font-size: 11px !important;
    padding: 10px 0px;
    color: #034ea2 !important;
    font-weight: bolder !important;
}

.popover-custom a:hover {
    color: #6f6f6f;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.position-relative {
    position: relative;
}

.result-entry a {
    color: #000;
    font-size: 13px;
}

.cc-window,
.cc-revoke {
    z-index: 99999999999 !important;
}

.boxImagemProdutoUpload {
    width: 98%;
    height: 98%;
    border: 2px solid #E2E2E2;
    padding: 32px 43px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
}

.boxImagemProdutoUploadImagem {
    width: 98%;
    height: 98%;
    border: 2px solid #E2E2E2;
    padding: 0px !important;
}

.boxImagemProdutoUploadRemover a {
    color: #004694 !important;
    font-size: 14px;
    cursor: pointer;
}

.boxImagemProdutoUploadInput {
    display: none;
}

.custom-file-upload {
    padding: 0px !important;
}

input[type="button"],
input[type="submit"] {
    border: 0;
    background-color: #034ea2;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 6px;
    cursor: pointer;
}

input[type="text"]:not(.form-control),
input[type="email"],
input[type="password"],
input[type="file"],
textarea {
    padding: 4px;
    border: 1px solid #dddddd;
    margin-top: 7px;
    border-radius: 2px;
    font-weight: normal;
    font-size: 14px;
}

.img-menu-solar {
    width: 180px;
    height: 55px;
}

.btn-ancora {
    background: transparent;
    border: none;
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 30000;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    animation: rotation 1.1s infinite ease;
    transform: translateZ(0);
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 98;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    animation: rotation 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes rotation {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em #004694, 1.75em 1.75em 0 0em #004694, 0em 2.5em 0 0em #004694, -1.8em 1.8em 0 0em #004694, -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em #004694, 1.75em 1.75em 0 0em #004694, 0em 2.5em 0 0em #004694, -1.8em 1.8em 0 0em #004694, -2.6em 0em 0 0em #004694, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em #004694, 0em 2.5em 0 0em #004694, -1.8em 1.8em 0 0em #004694, -2.6em 0em 0 0em #004694, -1.8em -1.8em 0 0em #004694;
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em #004694, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em #004694, -1.8em 1.8em 0 0em #004694, -2.6em 0em 0 0em #004694, -1.8em -1.8em 0 0em #004694;
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em #004694, 1.8em -1.8em 0 0em #004694, 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em #004694, -2.6em 0em 0 0em #004694, -1.8em -1.8em 0 0em #004694;
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em #004694, 1.8em -1.8em 0 0em #004694, 2.5em 0em 0 0em #004694, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em #004694, -1.8em -1.8em 0 0em #004694;
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em #004694, 1.8em -1.8em 0 0em #004694, 2.5em 0em 0 0em #004694, 1.75em 1.75em 0 0em #004694, 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em #004694;
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em #004694, 1.8em -1.8em 0 0em #004694, 2.5em 0em 0 0em #004694, 1.75em 1.75em 0 0em #004694, 0em 2.5em 0 0em #004694, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

h3 {
    font-weight: normal;
    font-size: 14px;
}

.botao-primario{
    border: 0;
    background-color: #034ea2;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.wrapper_container {
    justify-content: center;
}

.link-video{
    font-size: 0 !important;
  }

@media (max-width: 1000px) {
    .wrapper_container {
        justify-content: initial;
    }
}

.div_container {
    max-width: 1000px;
    width: 1000px;
}

@media (max-width: 1000px) {
    .div_container {
        width: 100%;
    }
}
.escondido{
    display: none;
}

#modal-expiracao {
    background-color: #00000094;
}

#modal-expiracao .corCabecDicomp {
    background-color: #034ea2 !important;
    color: white !important;
}

.margin_top_100 {
    margin-top: 100px;
}