@charset "utf-8";
/* Ao usar @charset "utf-8"; no início do arquivo CSS, você garante que o navegador interprete corretamente os caracteres especiais e acentos, evitando problemas de exibição e erros de codificação. */
@import url("icoMoon.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    padding: 0px;
    margin: 0px;
    outline-style: none;
    outline: none;
    box-sizing: border-box;
    white-space: wrap;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
*:before, *:after, * {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
body {
    ____font-size: 16px !important;
    display: flex;
    flex-direction: column;
}
img {
    display: flex;
}
a {
    text-decoration: none;
    padding: 4px 8px;
}
a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.width-default {
    width: 1024px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .width-default {
        /*width: auto;*/
        width: 100%;
    }
}
#grupo-header {
    background-color: #FFFFFF;
    /*padding: 20px;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.3s;
}
.bg-degrade {
    background-image: linear-gradient(to right top, #1f90bb, #2094c0, #2198c6, #229dcb, #23a1d1);
}
.topo-principal {
    background-color: #eeeeee;
    border-bottom: #e2e2e2;
}
.topo-principal .conteudo {
    color: #8888a3;
    font-size: 13px;
    padding: 6px 0 6px 0;
}
.cabecalho-principal {
    padding: 10px;    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    
}
.logotipo-cabecalho {
    /*border: solid 1px #A0A1AC;*/
}
.btn-pesquisar {
    /*border: solid 1px #A0A1AC;*/
    width: 300px;
}
.carrinho-cabecalho {
    /*border: solid 1px #FF0E50;*/
    width: 300px;
}
    .btn-carrinho {
        width: 100%;
    }
.resumo-valor-carrinho {
    font-size: 15px;
    margin-left: 6px;
}
@media screen and (max-width: 900px) {
    .cabecalho-principal {
        flex-direction: column;
        /*align-items: flex-start;*/
    }
    .logotipo-cabecalho {
        width: 100%;
    }
    .btn-pesquisar {
        width: 100%;
        margin: 10px 0;
    }
    .carrinho-cabecalho {
        width: 100%;
    }

}
nav {
    /*padding: 6px 0 6px 0;*/
}
/*nav a {*/
a.nav-link {
    color: #FFFFFF !important;
}
a.nav-link:hover {
    text-decoration: underline !important;
}
a.active, a.active:hover {
    color: #C6CCDA  !important;
    text-decoration: underline !important;
    cursor: default;
}
main {
    /* A margin está definida dentro da global.js*/
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #FFFFFF;
}
.conteudo-principal {
    background-color: #F4F4F4;
    padding: 8px;
    flex: 1;
}
footer {
    background-color: #303030;
}
.info-loja {
    color: #cccccc;
    font-size: 13px;
    padding: 4px;
    border-bottom: solid 1px #666666;
}
.info-cliente {
    color: #cccccc;
    font-size: 13px;
    text-align: center;
    padding: 4px;
    border-bottom: solid 1px #666666;
}
.info-agencia {
    color: #cccccc;
    font-size: 13px;
    text-align: center;
    padding: 4px;
}
