@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,600,700,800&display=swap");
.color-main {
  color: #DC5527 !important;
}

.form-conciliador .form-group {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 15px;
}
.form-conciliador .form-group:last-child {
  border-bottom: none;
}
.form-conciliador .form-group label {
  margin-top: 8px;
}

.table-zebra tr:nth-child(even) {
  background: #f1f1f1;
}

@media (min-width: 1170px) {
  .coluna2 {
    min-width: 152px !important;
    max-width: 200px !important;
    width: auto;
    /* width: 100%; */
  }
}
.link-pedido a {
  text-decoration: underline !important;
  color: #337ab7 !important;
}

.link-pedido a:hover {
  color: black;
}

.template-subtitulo {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/* CHECKOUT AGREEMENTS */
.bg-main {
  background-color: #ea4918c9;
}

thead.bg-main {
  color: #fff;
}

/* INVOICE */
.container-invoice {
  background: #fff;
  width: 90%;
  max-width: 980px;
  display: table;
  margin: 50px auto;
  overflow: hidden;
}

.container-invoice .center-box {
  padding: 0 65px;
}

.container-main .logo {
  max-width: 220px;
}

/**** DATATABLE ***/
.table.dataTable thead td {
  padding: 8px 10px 8px 5px !important;
  font-size: 12.5px;
  border-bottom: none !important;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #ddd !important;
}

.dataTables_wrapper .dataTables_filter input, .select-filter select {
  border: 1px solid rgba(182, 182, 182, 0.795);
  padding: 5px 15px;
  height: 32px;
  border-radius: 5px;
}

.dataTables_wrapper .dataTables_filter input:focus {
  outline-color: #DC5527;
  border: none;
}

.dataTables_filter {
  top: 0;
  position: relative;
}

.select-filter select {
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 15px;
}

.container-main {
  max-width: 880px;
  height: auto;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.4);
}

/***
HEADER
***/
.col-logo {
  width: 100%;
  display: block;
  padding: 2rem 2rem;
}

.col-title, .bg-gradient-green {
  background: #52b746;
  background: -moz-linear-gradient(45deg, #ee7049 0%, #dc5527 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ee7049), color-stop(100%, #dc5527));
  background: -webkit-linear-gradient(45deg, #ee7049 0%, #dc5527 100%);
  background: -o-linear-gradient(45deg, #ee7049 0%, #dc5527 100%);
  background: -ms-linear-gradient(45deg, #ee7049 0%, #dc5527 100%);
  background: linear-gradient(45deg, #ee7049 0%, #dc5527 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#52b746", endColorstr="#7dae4f", GradientType=1 );
}

.col-title {
  padding: 2rem 4rem;
}

.col-title h1, .col-title h2 {
  color: #fff;
}

.col-title h1 {
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 8px;
  margin: 0;
}

.col-title h2 {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  width: 100%;
  margin-top: -5px;
}

.col-title h2 span {
  display: block;
}

.header-info {
  margin: 2.5rem 0;
}

.header-info .col-client hr {
  margin: 10px 0;
}

.header-info .col-client h6 {
  color: #DC5527;
  font-size: 20px;
  font-weight: 800;
}

.header-info .col-client h5 {
  color: #353A45;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
}

.header-info .col-client .txt p {
  margin-bottom: 0;
}

.header-info .col-client span {
  display: block;
  color: #666;
}

.header-info .col-client span strong {
  color: #353A45;
  min-width: 145px;
  display: inline-block;
}

.header-info .col-right .txt {
  padding-left: 4rem;
}

.header-info .col-right h6 {
  color: #353A45;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 0;
}

.header-info .col-right h5,
.title-h5 {
  color: #353A45;
  font-size: 26px;
  font-weight: 800;
  min-width: 50%;
  margin-bottom: 0;
}

.title-h5 {
  font-size: 22px;
  display: block;
  margin-bottom: 30px;
}

/** TABELA **/
.table .thead-dark th {
  color: #fff;
  background-color: #353A45;
  border-color: transparent;
  text-align: left;
  font-size: 24px;
  padding: 2rem 1.5rem;
  border: none !important;
}

.table-invoice tbody {
  background: #fff;
  border: none;
}

.table-invoice tr, .table-invoice td {
  border: none;
}

.table-invoice tr td {
  padding: 2rem 1.5rem;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.table-invoice tr td .description {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
}

.table-invoice tr td ul {
  list-style: none;
  padding-left: 18px;
  position: relative;
}

.table-invoice tr td ul li {
  list-style: none;
  line-height: 18px;
  margin: 5px 0;
  position: relative;
}

.table-invoice tr td ul li:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: -18px;
  top: 0;
  color: #8AB65F;
}

/** sub **/
.table-invoice tr td ul ul {
  width: 100%;
}

.table-invoice tr td ul ul.d-block li {
  display: inline-block;
  margin-right: 15px;
}

.table-invoice tr td ul ul.d-block li:last-child {
  margin-right: 0;
}

.table-invoice tr td ul ul.d-block li p {
  display: inline-block;
}

.table-invoice tr td ul ul.d-block li:before {
  content: "";
  position: relative !important;
  left: 0 !important;
  margin-right: 4px;
}

.table-invoice tr {
  background: #fff;
}

.table-invoice tr:nth-child(even) {
  background: #f2f2f2;
}

.table-invoice .pl-5 {
  padding-left: 80px !important;
}

tfoot strong, tfoot span, tfoot small {
  color: #fff;
  text-align: center;
  display: inline-block;
}

tfoot h6 {
  font-size: 30px;
  position: relative;
  z-index: 2;
}

tfoot tr {
  text-align: center;
}

tfoot .em-ate {
  display: block;
  font-weight: 600;
}

tfoot .valor, tfoot .dias {
  font-size: 44px;
}

tfoot .dias {
  display: block;
}

tfoot small {
  font-size: 22px;
  font-weight: 400;
}

tfoot .shape {
  position: relative;
  max-width: 90%;
  height: 130px;
}

tfoot .shape:after {
  content: "";
  width: 100px;
  height: 100%;
  background: #353A45;
  transform: skew(-20deg);
  display: block;
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 1;
}

tfoot .shape2 {
  position: relative;
  max-width: 90%;
  height: 130px;
}

tfoot .shape2:after {
  content: "";
  width: 50px;
  height: 100%;
  background: #66B34A;
  transform: skew(-20deg);
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 0;
}

/**
INFO FOOTER
**/
.info-footer h5 {
  font-size: 1.6rem;
  color: #353A45;
  display: block;
  margin-bottom: 2rem;
}

.col-pay {
  padding: 3rem 6rem;
  background: #F4F4F4;
}

.col-pay:nth-child(2) {
  background: #eee;
}

.info-footer h6 {
  font-size: 18px;
  display: block;
  margin: 0 auto 15px auto;
  position: relative;
  padding-left: 30px;
}

.info-footer h6:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #8AB65F;
}

.info-footer .text p {
  font-size: 17px;
  line-height: 20px;
}

.info-footer h4 {
  font-size: 22px;
  margin-bottom: 24px;
}

.info-footer ul li {
  position: relative;
  display: block;
  padding-left: 20px;
  margin: 8px 0;
}

.info-footer ul li:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  margin-right: 4px;
  color: #8AB65F;
  line-height: 20px;
}

.info-footer ul li p {
  margin-bottom: 0;
}

.col-veja {
  padding: 1.5rem 6rem;
  background: #fff;
  position: relative;
}

.col-veja:nth-child(1):after {
  content: "";
  border-right: 1px solid #ddd;
  display: block;
  width: 1px;
  height: 75%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
}

/*** 
MENSAGEM
***/
.message-um {
  padding: 2rem 4rem;
  background: #f2f2f2;
  margin: 1rem 0 3rem 0;
}

.message-um p, .thanks p {
  max-width: 680px;
  display: table;
  margin: 0 auto;
  line-height: 22px;
  font-weight: 300;
  color: #999;
}

.thanks {
  margin: 0 0 3rem;
}

.thanks h2 {
  font-size: 1.5rem;
  color: #353A45;
  display: block;
  margin-bottom: 1.2rem;
}

.thanks p {
  max-width: 520px;
}

/***
FOOTER
***/
footer .logo-footer {
  padding: 3rem 2rem;
  background: #353A45;
}

footer .logo-footer img {
  position: relative;
  z-index: 2;
}

footer .logo-footer:after {
  content: "";
  width: 100px;
  height: 100%;
  background: #353A45;
  transform: skew(-20deg);
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 1;
}

footer .col-contact {
  padding: 3rem 2rem 3rem 5rem;
}

footer .col-contact a, footer .col-contact h2 {
  color: #fff;
  text-decoration: none;
  line-height: 18px;
}

footer .col-contact h2 {
  font-size: 18px;
  margin-bottom: 8px;
}

/***
RESPONSIVE
***/
@media all and (max-width: 960px) {
  .table {
    min-width: 1240px;
  }
}
@media all and (max-width: 960px) {
  .col-title h1 {
    font-size: 3.5rem;
  }

  .col-title h2 {
    margin-top: 10px;
  }
}
@media all and (max-width: 960px) {
  .col-title h1 {
    font-size: 38px;
  }

  .col-title h2 {
    font-size: 18px;
  }

  .col-title h2 span {
    text-align: center;
  }

  .header-info .col-right .txt {
    padding-left: 1rem;
  }

  .header-info .col-right h5 {
    margin-right: 40px;
  }
}
@media all and (max-width: 768px) {
  .p-default {
    padding: 0 2.2rem;
  }

  .col-veja {
    padding: 0 2rem;
  }

  .col-pay {
    padding: 3rem 2.2rem;
  }

  .col-title {
    min-height: 0;
    padding: 2rem 1.5rem;
  }

  .col-logo {
    min-height: 0;
  }

  .header-info .col-left h6 {
    margin-right: 20px;
  }

  .header-info .col-right .txt:nth-child(1) {
    margin-top: 30px;
  }

  .header-info .col-right h5 {
    font-size: 1.2rem;
  }

  .header-info .col-right h6 {
    font-size: 1rem;
  }

  .header-info .col-left span {
    margin: 10px 0;
  }

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

  footer .col-contact {
    padding-left: 3rem;
  }

  .info-footer ul {
    margin-bottom: 3rem;
  }

  .info-footer h5 {
    padding: 0 1rem;
  }
}
/*
################################################
################################################
*/
.table-responsive-new {
  display: table;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-invoice {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table-invoice th,
.table-invoice td {
  padding: 0.75rem;
  vertical-align: top;
}

.table-invoice thead th {
  vertical-align: bottom;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-invoice .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table-invoice .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
  font-size: 16.5px;
}

.table-dark {
  color: #fff;
  background-color: #ddd;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }

  .table-responsive-new {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.total-final-box {
  font-size: 20px;
}
.total-final-box h6 .dest {
  display: inline-block;
  min-width: 120px;
  font-weight: 800;
  color: #353A45;
  font-size: 16.5px;
}
.total-final-box h6 .price {
  font-weight: 600;
  color: #353A45;
  font-size: 15px;
}
.total-final-box .total-final {
  padding: 5px 0;
  margin: 10px 0 0 0;
  background: #DC5527;
  position: relative;
}
.total-final-box .total-final:before {
  content: "";
  width: 30px;
  height: 100%;
  background: #DC5527;
  left: -30px;
  top: 0;
  display: block;
  position: absolute;
}
.total-final-box .total-final:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #DC5527;
  right: -100%;
  top: 0;
  display: block;
  position: absolute;
}
.total-final-box .total-final h5 .dest {
  display: inline-block;
  min-width: 120px;
  font-weight: 800;
  color: #fff;
  font-size: 24px;
}
.total-final-box .total-final h5 .price {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
}

.footer-table-invoice {
  margin-top: -20px;
  margin-bottom: 40px;
  padding: 40px 30px;
  border-top: 4px solid #ddd;
}

.copy {
  padding: 15px 30px;
  background: #ddd;
  color: #333;
  font-size: 13px;
  font-weight: 600;
}

/* preloader admin agreements */
.lds-ring {
  /*display: inline-block;*/
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
}

.lds-ring:before {
  content: "Carregando...";
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: -60px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 6px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #DC5527 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

/* customize */
.preloader-modal-button div {
  border-color: #fff transparent transparent transparent !important;
  top: -4px;
}

.preloader-modal-button:before {
  display: none !important;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-contratar-nav {
  background-color: #DC5527 !important;
}

.btn-contratar-nav:hover {
  color: #fff !important;
  opacity: 0.95;
}

@media all and (min-width: 768px) {
  body .navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.btn-primary-default {
  background-color: #3c8dbc;
  border-color: #367fa9;
  color: #fff;
}
.btn-primary-default:hover, .btn-primary-default:focus {
  background-color: #367fa9;
  color: #fff;
}
.btn-primary-default i {
  color: #fff;
}

.bs-callout-info {
  border-left-color: #1b809e;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

/** NAV SUBNIVEL 3 **/
.dropdown_hover {
  position: relative;
}
.dropdown_hover:hover {
  background: #e1e3e9;
}
.dropdown_hover:hover ul {
  display: block;
}
.dropdown_hover ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: auto;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #eee;
  border-left: none;
  padding: 0;
}
.dropdown_hover ul li {
  display: block;
}
.dropdown_hover ul li a {
  display: block;
  height: auto;
  padding: 5px 10px;
  color: #333;
}
.dropdown_hover ul li a:hover {
  background: #e1e3e9;
}

/*# sourceMappingURL=style.css.map */
