/* core */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
.container {
    width: 90% !important;
}
main {
    flex: 1 0 auto;
    padding-top: 2em;
    padding-bottom: 1em;
}
hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #ccc;  /* old IE */
    background-color: #ccc;  /* Modern Browsers */
}



.laranja {
    color: #E64310
}
.laranja-fundo {
    background-color: #E64310
}

.laranja-fundo input {
    color: white !important;

}
.laranja-fundo:hover {
    background-color: #E64310 !important;

}

.laranja2 {
    color: #e2a151;
}
.laranja2-fundo {
    background-color: #e2a151;
}

.laranja3 {
    color: #e6a960;
}
.laranja3-fundo {
    background-color: #e6a960;
}

.preto {
    color: black;
}

.rounded-button {
    border: 1px solid #cfcfcf; border-radius: 10px; padding-top: 8px; padding-bottom: 40px;margin: 10px   
}

.btn-style {
    color: #fff;
    background-color: #f18a0e;
    padding: 14px 26px;
    border-radius: 5px;
    align-items: center;
    cursor: pointer;
}

/* header */
.logo {
    width: 152px; 
    height: auto;
}

.burger-menu {
    height: 32px !important; 
    line-height: 32px !important; 
    padding: 0; 
    vertical-align: top;
}

@media (max-width:600px){
    .logo {
        width: auto;
        max-height: 55px;
    }
    .burger-menu {
        height: 20px !important; 
        line-height: 20px !important; 
    }
    .btn-menu {
        margin: 5px;
        padding: 6px 10px;        
    }
  }
  
.form-pesquisa {
  color: #ccc;
  display: flex;  
  border: 1px solid currentColor;
  border-radius: 5px;
  margin-top: 10px;
  height: 44px;
  width: 100%;
}
.form-pesquisa  input[type=search] {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    padding-left: 1rem !important;    
    font-size: 14pt;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit; 
    box-shadow: none; 
    height: 38px !important;   
  }
.form-pesquisa input[type="search"]::placeholder {
    color: #bbb;
}
.form-pesquisa input[type=search]:focus {
    border-bottom: none;
    box-shadow: none;
}

.form-pesquisa button[type="submit"] {
    overflow: hidden;
    width: 60px;
    padding: 0;
    margin: 0;
    border: none;
    border-left: 1px solid #ccc;
    border-radius: inherit;    
    cursor: pointer;    
    background-color: transparent;
}
nav {
    border-bottom: 1px solid #dfdfdf;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
nav ul li a {
    padding: 0 10px !important;
}
  

/* footer */
.page-footer {
    border-top: 1px solid #dfdfdf;
}

.page-footer li {
    margin-top: 20px;
}

/* product */
.description  {    
    color: #444 !important;
}
.description h1 {
    font-size: 14pt !important;
}
.description hr {
    display: none !important;
}
.description2  {    
    color: #666 !important;
}
.description2 h1 {
    font-size: 14pt !important;    
}

/* statement */
.extrato {
    border: 1px solid #ddd; padding: 15px;margin: 1px;
    max-height: 400px;
    overflow-y: auto;
}

.extratodata {
    font-size: 10pt;
    color: #777;
    line-height: 2em;
    margin-bottom: 5pt;
}

.extratoitem {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.alternativo {
    background-color: #fafafa;
}

.extratoicone {
    width: 40px;
}

.extratotitulo {
    font-size: 11pt;
    font-weight: bold;
    flex-grow: 2;
    line-height: 1em;
}

.extratodesc {
    font-size: 8pt;
    color: #777;
    line-height: 0.5em;
    font-weight: normal;
}

.extratovalor {
    font-size: 11pt;    
    line-height: 1em;
    text-align: right
}

.extratoitalic {
    font-style: italic;
    font-size: 10pt;
    color: #666;
}

@media (max-width:1200px){

    .extrato {
        overflow-y: visible !important;
        max-height: none;
    }
}

@media (max-width:600px){
 
    .extratoicone {
        width: 20px;
    }
    .extratotitulo {
        font-size: 8pt;
    }
    .extratodesc {
        font-size: 7pt;
    }
    .extratovalor {
        font-size: 8pt;        
    }
    
  }