@charset "UTF-8";

body {font:14px/1.4 'Montserrat',sans-serif;color: #333333;}
.bookTable{padding:30px 0;}
.disciplina{display:flex;justify-content: center;align-content: center;background: #f2f2f2;font-size:16px;padding:10px;text-transform: uppercase;font-weight:600;margin-top:1px;margin-bottom:15px;color:#ff0000;}

.bookRow{display: flex;justify-content: center;align-content: center;flex-flow: row wrap;gap:1px;margin:15px 0; padding-bottom:15px;border-bottom:1px solid #f2f2f2}
.bookRow.header {margin:0;padding:0;border:none;}
.bookRow.last {margin:0;padding-bottom:15px;border:none;}
.bookCell {padding:10px;background: #f2f2f2;font-size:16px;padding:10px;text-transform: uppercase;font-weight:600;text-align: center;display:flex;justify-content: center;align-items: center;}
.bookCell.clean {padding:10px;background: transparent;display:flex;justify-content: start;align-items:inherit ;}
.bookCell.clean img {max-width:50%}
.bookCell.clean input {display:none;}
.bkImagem,.bkLivro, .bkComprar, .bkVoucher, .bkValor {flex-grow: 1;width:calc(20% - 1px)}

.bkComprar small, .bkVoucher small{display:none;}
.bkImagem, .bkComprar, .bkVoucher {justify-content: center !important;}

.bkLivro {flex-direction:column;text-align: left;}
.bkLivro p {margin:0;text-transform: none;}
.bkLivro p.tipo {font-size:14px;color:#ff0000;text-transform:uppercase;font-weight:400;}
.bkLivro p.produto {font-size:14px;font-weight:600;margin:5px 0 15px}
.bkLivro p.idEditora {font-size:11px;color:#666;font-weight:400;}

.bkValor {flex-direction:column;text-align: right;}
.bkValor p {font-size:14px;text-transform:uppercase;font-weight:400;margin:0;}

label.cstb {position: relative;cursor: pointer; margin-bottom: 0;}

label.cstb::before {content: '';-webkit-appearance: none;background-color: transparent;border: 1px solid #b1b1b1;box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);padding: 10px;display: inline-block;position: relative;vertical-align: middle;cursor: pointer;}

input.cstb:checked + label.cstb::after {content: '';display: block;position: absolute;top: 5px;left: 50%;width: 6px;height: 14px;border: solid #e43928;    border-top-width: medium;    border-right-width: medium;    border-bottom-width: medium;    border-left-width: medium;border-width: 0 2px 2px 0;transform: rotate(45deg) translateX(-50%);}

/*!-----MD-----*/
@media (min-width:992px) and (max-width:1199px) {

}

/*!-----SM-----*/
@media (min-width:768px) and (max-width:991px) {
  .disciplina {font-size:13px;padding:10px;}
  .bookCell {font-size:13px;padding:10px;}
  .bookCell.clean img {max-width:80%}
}

/*!-----XS-----*/
@media (max-width:767px) {
  .disciplina {font-size:12px;}
  .bkImagem {width:calc(40% - 1px);}
  .bkLivro {width:calc(60% - 1px);}
  .bkComprar, .bkVoucher, .bkValor{width:calc(33% - 1px);}
  .bookCell {font-size:12px;padding:5px;}
  .bookCell.clean {padding:5px;}
  .bookCell.clean img {max-width:80%}
  .bkComprar, .bkVoucher {flex-direction: column;}
  .bkComprar small, .bkVoucher small{display:block;margin-top:5px;font-size:9px;color:#333333}
  .bkValor {justify-content: center!important;}


}