@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600');

@font-face {
    font-family: 'pt_sans';
    src: url('../res/PTSans/ptsans-bold-08-webfont.woff2') format('woff2'),
         url('../res/PTSans/ptsans-bold-08-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}




@font-face {
    font-family: 'pt_sans';
    src: url('../res/PTSans/ptsans-italic-02-webfont.woff2') format('woff2'),
         url('../res/PTSans/ptsans-italic-02-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}




@font-face {
    font-family: 'pt_sans';
    src: url('../res/PTSans/ptsans-regular-01-webfont.woff2') format('woff2'),
         url('../res/PTSans/ptsans-regular-01-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: smaller;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: smaller;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-size: smaller;
}

html {
    height: 100%;
}
body{
    height: 100%;
    margin: 0px;
    font-family: "pt_sans", "Trebuchet MS", Helvetica, sans-serif/*'Ubuntu', verdana, sans-serif*/;
    font-size: large;
    /*background-color: #009ad8;*/
    background-color: white;
    /*
    background-image: url('../img/pic06_overlay_white_50.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    */
    /*
    display: flex;
    flex-flow: row nowrap; 
    justify-content: space-evenly; 
    align-items: stretch;
    align-content: center;
    */
}

p{
    font-size: medium;
}
a{
    color: white;
    cursor: pointer;
    text-decoration: none;
}
a:hover{
    color: white;
    text-decoration: underline;
}

a:hover .fa {
    color: #0c3161;
}

button:hover .fa {
    color: #0c3161;
}

.table > tbody > tr:hover{
    background-color: lightgray;
}

.table th, .table td { 
    border-top: none !important; 
}

h2 {
    margin-top: 35px;
    font-size: large;
}
h3 {
    margin-top: 25px;
    font-size: medium;
}

label {
    font-size: medium;
    font-weight: normal;
}

.valign-parent {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0px;
}
.valigned-child {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0px;
}
.halign-center {
    text-align: center;
}


.outerContainer {
    display: flex; 
    flex-flow: row nowrap; 
    justify-content: space-evenly; 
    align-items: stretch; 
    align-content: center; 
    min-height: 100%; 
    padding-top: 150px;
}

.innerContainer {
    max-width: 1600px; 
    width: 100%; 
    padding: 20px 40px; 
    background-color: #f2f3f5;
}

.innerContainerResumo {
    padding: 20px 500px;
}

.circuloIcon {
    display: inline-block; 
    border: 1px solid #5bbfde; /*rgb(91, 192, 222);*/
    background: #5bbfde; /*rgb(91, 192, 222);*/
    /*display: table-cell;*/
    /*display: flex; flex-flow: row nowrap; justify-content: center; align-items: center;*/
}

.butaoDisabled > .circuloIcon {
    border: 1px solid gray; 
    background: gray;
}

.circuloIcon div {
    display: flex; 
    flex-flow: row nowrap; 
    justify-content: center; 
    align-items: center;
    width: 100%;
    height: 100%;
}


.circuloIcon i {
    color: white;
}

.circuloIconePeq {
    border-radius: 11px; 
    width: 22px; 
    height: 22px;
    font-size: 13px;
}

.circuloIconMed {
    border-radius: 15px; 
    width: 30px; 
    height: 30px; 
    font-size: 18px;
}

.botao {
    display: inline-block; 
    padding: 5px; 
    background-color: #0c3161; 
    border-radius: 20px; 
    height: 40px;
    border-width: 0px;
}
.botaoPeq {
    padding: 4px; 
    border-radius: 16px; 
    height: 32px;
}

.butaoDisabled {
    background-color: lightgrey;
}

.botao:hover {
    text-decoration: none;
}

.botao p {
    display: inline;
    text-align: center; 
    color: white; 
    font-size: large; 
    margin: 0px 15px;
}

.botaoPeq p {
    font-size: 14px; 
    margin: 0px 4px;
}

.detalheEncLabelTits {
    font-weight: bold;
    vertical-align: middle;
    margin: 6px;
}

.lblEstado {
    text-align: center; 
    vertical-align: middle; 
    padding: 8px; 
    border-radius: 10px;    
}

.conteudo {
    display: flex;
    flex-flow: column nowrap; 
    justify-content: space-evenly; 
    align-items: center;
    align-content: center;
    /*padding-top: 100px;*/
}

/* DASH */ 

.setaParaCima {
    position: relative; 
    display: none; 
    position: fixed; 
    left: 50px;
    bottom: 50px;
}
.setaParaCima span:first-child {
    color: rgb(91, 192, 222); 
    font-size: 50px;
}
.setaParaCima span:last-child {
    position: absolute; 
    left: 10px; 
    top: 10px; 
    right: 10px; 
    bottom: 10px; 
    background-color: white; 
    z-index: -1;
}

.splitContainer {
    max-height: 100%;
    display: flex;
    flex-flow: row nowrap; 
    justify-content: space-between; 
    align-items: stretch;
    align-content: center;
}

.tblResultados tbody tr:nth-child(odd) {
    background-color: white;
}
.tblResultados tbody tr:nth-child(even) {
    height: 5px;
}
.tblResultados tbody tr:nth-child(odd):hover {
    /*background-color: #DDD;*/
}

@media only screen and (max-width:1600px) {
    .splitContainer {
        flex-direction: column;
        justify-content: flex-start; 
        align-items: center;
    }
    #navMenuOptions {
        display: inline;
    }
    #navMenuItemContainer{
        display: none;
    }
    .navMenuItem {
        display: block;
        text-align: left;
    }
    .marca{
        max-width: 85px;
        max-height: 60px;
    }
    .marcaWrapper {
        width: 95px;
        height: 70px;
    }
}

/* CARRINHO */

.divTotais {
    text-align: right;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.divTotais>div {
    width: 340px;
    display: inline-block; 
    padding: 15px; 
    background-color: white;
    margin-bottom: 20px;
}

.tblTotais {
    font-size: small;
    width: 100%;
}

.tblTotais tr>td {
    padding: 5px;
}
.tblTotais tr>td:nth-child(1) {
    font-weight: bold; 
    text-align: left; 
    padding-right: 20px;
}
.tblTotais tr>td:nth-child(2) {
    font-weight: normal;
    text-align: right;
}
.tblTotais tr>td:nth-child(3) {
    font-weight: normal;
    text-align: right;
    padding-right: 26px;
    padding-left: 5px;
    width: 0px;
}
.tblTotais tr>td:nth-child(4) {
    font-weight: normal;
    text-align: right;
    padding-right: 39px;
    padding-left: 5px;
    width: 0px;
}

.divTotais>div:last-child .tblTotais td:nth-child(1) {
    font-size: large;
    /*padding: 10px;*/
}

.divTotais>div:last-child .tblTotais td:nth-child(2) {
    font-size: large;
    /*padding: 10px;*/
}

/* SECTIONS */

.seccaoTitulo {
    text-align: center;
    padding: 10px;
    color: #0c3161;
    text-transform: uppercase;
    font-weight: bold;
    font-size: medium;
}


/* NAV MENU */
.navWrapper {
    width: 100%;
    text-align: center;
    z-index: 999;
}

.navMenu {
    display: flex;
    flex-flow: row nowrap; 
    justify-content: center; 
    align-items: center;
    align-content: center;
    height: 110px;/*170px;*/
    width: 100%;
    overflow: hidden;
    /*opacity: 0.95;*/
    z-index: 999;
    background-color: #0c3161;
}
.navMenuInner {
    width: 100%;
    max-width: 1600px;
    display: flex;
    flex-flow: row nowrap; 
    justify-content: space-between; 
    align-items: center;
    align-content: center;
    padding: 0px 30px;
}
.navMenuFixed {
    position: fixed;
    top: 0;
}

.navLogo {
    display: block;
    /*position: absolute;
    left: 10px; 
    top: 10px; */
    max-height: 80px;
}
.navMenuFixed>.navLogo {
    display: block;
}
.navMenuPlaceholderWhenNotFixed{
    height: 0px;
}
.navMenuPlaceholderWhenFixed{
    height: 70px;
}
#navMenuItemContainer {
    display: inline;
    height: 100%;
}
.navMenuItem {
    display: inline;
    padding: 10px;
    margin: 0px 5px;
    height: auto;
    color: white;
    background-color: initial;
    text-decoration: none;
}
.navMenuItem>.fa{
    margin-right: 5px;
}
.navMenuItem:hover{
    /*background-color: #416bc3;*/
    text-decoration: none;
}

.navMenuItem:focus{
    color: white;
    background-color: initial;
    text-decoration: initial;
}
#navMenuOptions {
    display: none;
    padding: 10px;
    margin: 0px;
    height: 100%;
    color: white;
    background-color: initial;
    text-decoration: none;
}
#navMenuOptions:hover {
    color: white;
    background-color: #416bc3;
    text-decoration: none;
}
#menuModal .modal-header {
    background-color: gray;
}
#menuModal .modal-body {
    background-image: url('../img/pic06_50.jpg'); background-repeat: no-repeat; background-size: cover;
}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}

.rodape {
    background-color: #0c3161;
    /*margin-top: 40px;*/
    padding: 10px;
    color: white;
}
.rodape>div {
    display: flex;
    flex-flow: row nowrap; 
    justify-content: center; 
    align-items: center;
    align-content: center;
}
.rodape a {
    font-size: small;
}
.rodape>p {
    text-align: center;
    font-size: small;
    margin: 5px;
}
.navSep {
    margin: 0px 10px;
}


.form-control{
    margin-bottom: 12px;
}


.encTableHead {
    text-align: center;
    font-weight: bold;
}
.encTableHeadValor {
    text-align: right;
}
.encTableCell {
    text-align: center;
    padding: 20px !important;
}
.encTableCellValor {
    text-align: right;
}

.corpoLateral{
    /*position: absolute;*/
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.barraProdutos{
    /*position: fixed;
    left: 15px;*/
    /*top: 90px;*/
    /*width: auto;*/
    /*height: auto;*/
    /*z-index: 999;*/
    /*overflow: visible;*/
    /*background-color: lightgray;*/
    /*padding: 5px;*/
    /*float: left;*/
    /*opacity: 0.95;*/
    /*border: 1px #0c3161 solid;*/
    /*-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);*/
}

/* PROGRESS */

#progress {
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    width: 100%;
}

#progress li {
    float: left;
    /*padding: 19px 30px 19px 40px;*/
    height: 56px;
    /*background: #ddd; /*#0c3161*/ /*rgba(242, 243, 245, 1)*/
    background-color: rgb(12, 49, 97);
    color: white;
    font-weight: lighter;
    position: relative;
    /*border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
    width: 32%;
    margin: 30px 0px;
    white-space: nowrap;
    
    display: flex;
    flex-flow: row nowrap; 
    justify-content: center; 
    align-items: center;
    align-content: center;
}

#progress li a {
    text-decoration: none;
    color: white;
}

#progress li a:hover {
    text-decoration: underline;
}

#progress li:nth-child(n+2):before {
    /*content: '';
    border-left: 28px solid rgb(12, 49, 97);
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    position: absolute;
    top: 0;
    left: 0;*/
}
#progress li:last-child:after {
    content: '';
    border-left: 28px solid rgb(12, 49, 97);
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
    clear: both;
}

#progress li.active {
    /*background: rgb(91, 192, 222) /*#416bc3*/
    font-weight: bold;
    /*color: black;*/
}

#progress li.active:after {
    /*border-left-color: rgb(91, 192, 222);*/
}


.asteriscoObrig {
    margin-left: 8px;
    font-size: 18px;
    font-weight: bold;
    color: red;
}