#carousel,
#carousel .carousel-inner,
#carousel .carousel-inner .carousel-item {
  height: 60vh;
}
/* Arrumar pagina de produto em iphone */
@media (max-width: 768px) {
  .col-lg-3.col-md-4.col-sm-12.mb-2.text-center {
    max-width: 50% !important;
    flex: 45% !important;
    padding: 5px !important;
    margin: 0 !important;
  }
  div.col-lg-6.col-md-6.col-sm-12.py-lg-4.py-3.text-center {
    max-width: 50% !important;
    flex: 45% !important;
  }
  .col-lg-3.col-md-6.col-sm-12 {
    padding-bottom: 1em;
    max-width: 90% !important;
    flex: 45% !important;
  }
  
  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important
;
    justify-content: center;
}
}
/* FIM - arrumar pagina de produto em iphone */
body > main > div.container-fluid {
  padding: 0 !important;
}
html {
  scroll-behavior: smooth;
}
* {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
a {
  color: #313131;
}
a:link {
  color: #313131;
}
a:hover {
  color: #005adf;
  text-decoration: none !important;
  opacity: 1;
}
.card-img-top {
  height: 13em;
  object-fit: cover;
}
.scont {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.stitulo {
  color: #fff;
  font-size: 3em;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.section-bg {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.38) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
}
.button-section {
  padding: 12px 50px !important;
  background-color: #d19111;
  color: #fff !important;
  border-radius: 3px;
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
  top: 20px;
  transition: 0.3s ease-in-out all;
  text-transform: uppercase;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.sdesc {
  color: #fff;
  font-size: 1.7em;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.carousel-inner {
  background-size: cover;
}
.button-slider2 {
  padding: 12px 50px !important;
  background-color: #ff8f00 !important;
  color: #fff !important;
  border-radius: 3px;
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
  top: 20px;
  transition: 0.3s ease-in-out all;
  text-transform: uppercase;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.button-slider2:hover {
  background-color: #ff6f00 !important;
  color: #fff;
}
@media (max-width: 768px) {
  .stitulo {
    color: #fff;
    font-size: 2.4em;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
  }
  .sdesc {
    color: #fff !important;
    font-size: 1.3em;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
  }
}
.text-linha {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.btn-outline-primary {
  color: #c66c49 !important;
  background-color: transparent;
  background-image: none;
  border-color: #c66c49 !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #c66c49 !important;
  border-color: #c66c49 !important;
}
ul.lista-produtos-01 p {
  margin-top: 15px;
}
ul.lista-produtos-01 {
  list-style-type: none;
  position: relative;
}
ul.lista-produtos-01:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.lista-produtos-01 > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.lista-produtos-01 > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #007aa3;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
.cards {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}
.card-1 {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
  max-height: 150px;
}
.card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.footer-bs {
  background-color: #e8e8e8;
  color: #575757;
}
.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  padding: 10px 25px;
}
.footer-bs .footer-brand p {
  font-size: 14px;
  color: #575757;
}
.footer-bs .footer-nav ul.pages {
  list-style: none;
  padding: 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.footer-bs .footer-nav ul.pages li {
  padding: 5px 0px;
}
.footer-bs .footer-nav ul.pages li a {
  color: #575757;
  width: 100%;
  text-align: center;
  margin: 0 8px 0 8px;
}
@media (max-width: 768px) {
  .fixmenubt {
    width: 100%;
    justify-content: center !important;
  }
  .footer-bs .footer-nav ul.pages li {
    padding: 0.5rem 0.75rem;
    background: rgba(0, 0, 0, 0.2) !important;
    width: 100%;
  }
  .copyright-footer {
    display: flex;
    flex-direction: column;
  }
  .copyright-footer .selos {
    float: none;
  }
  .copyright-footer .selos a {
    display: block;
    margin: 10px 0px;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.1);
  }
}
.copyright-footer {
  text-align: left;
  color: #333 !important;
  font-size: 10px;
  background-color: #d8d8d8;
  /* padding: 20px 0;
    */
  padding-top: 50px;
}
.copyright-footer p {
  display: flex;
  align-items: center;
}
.copyright-footer .selos {
  display: flex;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
}
.copyright-footer .selos a {
  display: block;
  padding: 10px;
}
.copyright-footer .selos a {
  color: #262626;
  text-decoration: none;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 0.3s;
  font-size: 12px;
}
.copyright-footer .selos strong {
  background: #d8d8d8;
  color: #363b36;
  padding: 0px 5px;
  font-size: 9px;
}
.row strong {
  float: none !important;
}
.logo_footer img {
  max-width: 100px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer-bs .footer-nav ul.pages li a {
    color: #fff;
  }
}
/* codigos de correÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒ¢â¬ ÃÂ¢Ã¢âÂ¬Ã¢âÂ¢ÃÆÃâÃÂ¢Ã¢âÂ¬Ã ÃÆÃÂ¢ÃÂ¢Ã¢â¬Å¡ÃÂ¬ÃÂ¢Ã¢â¬Å¾ÃÂ¢ÃÆÃâÃâ Ã¢â¬â¢ÃÆÃÂ¢ÃÂ¢Ã¢â¬Å¡ÃÂ¬ ÃÆÃâÃâÃÂ¢ÃÆÃÂ¢ÃÂ¢Ã¢âÂ¬ÃÂ¡ÃâÃÂ¬ÃÆÃÂ¢ÃÂ¢Ã¢âÂ¬ÃÂ¾ÃâÃÂ¢ÃÆÃâÃâ Ã¢â¬â¢ÃÆÃ¢â¬ ÃÂ¢Ã¢âÂ¬Ã¢âÂ¢ÃÆÃâÃâÃÂ¢ÃÆÃÂ¢ÃÂ¢Ã¢âÂ¬ÃÂ¡ÃâÃÂ¬ÃÆÃ¢â¬Â¦ÃâÃÂ¡ÃÆÃâÃâ Ã¢â¬â¢ÃÆÃÂ¢ÃÂ¢Ã¢â¬Å¡ÃÂ¬Ãâ¦ÃÂ¡ÃÆÃâÃÂ¢Ã¢âÂ¬ÃÂ¡ÃÆÃ¢â¬Å¡ÃâÃÂ£o das paginas internas */
.card-body a {
  white-space: normal;
}
.mapaSite a {
  padding: 0px;
  text-decoration: none;
  color: #333;
}
.mapaSite,
.mapaSite ul {
  list-style-type: none;
}
.mapaSite ul li {
  padding-top: 10px;
  padding-bottom: 5px;
}
.mapaSite li a {
  font-size: 20px;
  font-weight: 600;
}
.mapaSite ul ul li {
  padding-top: 0px;
  padding-bottom: 5px;
}
.mapaSite ul ul li a {
  font-size: 14px;
}
.scrollTop {
  position: fixed;
  right: 3%;
  bottom: 50px;
  background-color: #00695c;
  padding: 11px 17px;
  opacity: 0;
  /*! border: solid #00695C; */
  border-radius: 8px;
  transition: all 0.4s ease-in-out 0s;
  z-index: 999999;
}
.scrollTop a {
  font-size: 18px;
  color: #fff !important;
  padding: 0px !important;
  background: none !important;
}
@media (max-width: 768px) {
  aside:first-child .bg-secondary::after {
    content: " + ";
    float: right;
    margin-top: -21px;
    transform: rotate(0deg);
    font-size: 33px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  img.rounded-0.img-fluid {
    width: 120px !important;
    height: 120px !important;
    margin-bottom: 20px;
  }
  aside:first-child .fechar.bg-secondary::after {
    content: " + ";
    float: right;
    margin-top: -21px;
    transform: rotate(45deg);
    font-size: 33px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  aside:first-child nav {
    display: none;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(http://www.envelopel.com.br/media/sig_0YKT4u4mEK/home_page/fancybox-sprite/fancybox-sprite-01.png);
  /* subir essa img no seu site */
}
.text-linha {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.logo_footer img:first-child {
  max-width: 120px;
}
.logo_footer img {
  max-width: 120px;
}
.logo_footer {
  margin-bottom: 0.5rem !important;
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
}
*,
::after,
::before {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  border: 0px solid #3aa7a0;
  background-color: #007aa3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f1f1f1;
  border-radius: 0px;
}
.d-block ul {
  display: flex;
  width: 100%;
  padding: 0px;
  list-style-type: none;
}
@media (max-width: 768px) {
  .tab-content > ul,
  .tab-content > .tab-pane > ul {
    padding: 0px;
  }
  .tab-content > ul > li,
  .tab-content > .tab-pane > ul > li {
    width: 45% !important;
  }
  .bg-light .col-md-6 {
    width: 100%;
  }
  .tab-pane > ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2px 5px;
    color: #555;
    font-size: 0.75em;
  }
  .d-block ul {
    display: block;
    width: 100%;
    padding-left: 30px;
  }
  header {
    position: relative !important;
  }
}
.list-group {
  border: 1px solid #ddd;
}
.list-group-item {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px;
}
aside li a:hover {
  color: #333;
  background: #b2dfdb;
}
aside li a {
  color: #333 !important;
}
header {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.bg-secondary {
  background-color: rgb(6, 47, 109) !important;
  background: linear-gradient(90deg, rgb(9, 89, 187) 0%, rgb(6, 47, 109) 100%);
  border-radius: 0px !important;
  margin: 0px;
  color: #f3fffd !important;
}
.p-3.shadow.text-center.h-100.d-inline-block {
  display: flex !important;
  flex-direction: column !important;
}
.botao-cotar {
  margin-top: auto !important;
}
/* ============================================ */
#toggle-menu {
  margin: 0 !important;
  padding: 10px 5px !important;
  border: 0px !important;
  font-size: 30px !important;
  color: #589bb6;
}
#menu ul {
  margin: 0 !important;
  padding: 0 !important;
  border: 0px !important;
}
#menu .main-menu {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}
#tm:checked + .main-menu {
  display: block !important;
}
#menu input[type="checkbox"],
#menu ul span.drop-icon {
  display: none !important;
}
#menu .sub-menu {
  background-color: #063171;
}
#menu .sub-menu li:hover {
  background-color: #0958b9;
  color: white !important;
}
#menu .sub-menu li:last-child {
  border-width: 0 !important;
}
#menu li,
#menu a {
  position: relative !important;
  display: block !important;
  color: #fff !important;
  font-size: 18px;
  text-shadow: unset !important;
}
#menu {
  background-color: rgb(9, 89, 187);
  background: linear-gradient(90deg, rgb(9, 89, 187) 0%, rgb(6, 47, 109) 100%);
}
#menu a {
  padding: 1em 1.5em !important;
  text-decoration: none !important;
  transition: all 0.125s ease-in-out !important;
  -webkit-transition: all 0.125s ease-in-out !important;
}
#menu li a:hover {
  color: #80e9ff !important;
}
#menu .sub-menu {
  display: none !important;
}
#menu input[type="checkbox"]:checked + .sub-menu {
  display: block !important;
}
#menu .sub-menu a:hover {
  color: white !important;
}
#menu .sub-menu a {
  color: #fff !important;
}
#menu li label.drop-icon {
  position: absolute !important;
  right: 1.5em !important;
  top: 0.75em !important;
  background: rgba(0, 0, 0, 0.1) !important;
  width: 30px !important;
  height: 30px !important;
  text-align: center !important;
  padding-top: 6px !important;
  cursor: pointer !important;
  border-radius: 100%;
}
#menu .drop-icon {
  line-height: 1 !important;
}
#menu .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  /* padding-left: 15px!important;
    */
}
#menu .navbar-brand {
  margin: 0 !important;
  padding: 10px 5px !important;
}
#menu .navbar-brand img {
  width: 100% !important;
  max-width: 187px !important;
}
@media only screen and (min-width: 768px) {
  #menu .main-menu {
    display: block !important;
  }
  #toggle-menu,
  #menu label.drop-icon {
    display: none !important;
  }
  #menu ul span.drop-icon {
    display: inline-block !important;
    float: right !important;
  }
  #menu li {
    float: left !important;
    width: 33.33% !important;
  }
  #menu .sub-menu li {
    float: none !important;
    width: 100% !important;
  }
  #menu .sub-menu {
    border-width: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    max-width: 17em !important;
    width: 100% !important;
    z-index: 3000 !important;
  }
  #menu .sub-menu,
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none !important;
  }
  #menu .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  #menu .sub-menu .sub-menu {
    top: 0 !important;
    left: 100% !important;
    max-height: 50vh !important;
    height: auto !important;
    overflow-y: auto !important;
  }
  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block !important;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #f3fffd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f1f1f1;
  border-radius: 0px;
}
.btn-success {
  background-color:   #00695c !important;
  border-color:  #001eff !important;
  border-radius: 5px !important;
  transition: 0.2s linear !important;
  background: linear-gradient(90deg, rgb(9, 89, 187) 0%, rgb(6, 47, 109) 100%);
}
.btn-success:hover {
  background-color: #f3fffd !important;
  border: 1px solid #f3fffd !important;
  box-shadow: none !important;
  transition: 0.2s linear;
  transform: scale(0.99);
  color: #ffffff !important;
}
.jumbotron .botao-cotar {
  display: flex;
  margin: 0 auto;
  width: 50%;
  justify-content: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.jumbotron h2 {
  color: #333;
  text-transform: uppercase;
}
.jumbotron h2::before {
  content: "";
  border: 2px solid #0046ae;
  margin-right: 20px;
}
.jumbotron h3 {
  text-transform: uppercase !important;
  color: #666 !important;
}
.jumbotron p {
  text-align: left !important;
  font-size: 14px;
}
img.rounded-0.img-fluid {
  width: 150px;
  height: 150px;
}
.d-block ul li {
  font-size: 0.75em;
  margin: 20px auto;
}
.d-block ul li a {
  padding: 8px 8px;
  color: #000;
  border-radius: 5px;
  text-decoration: none;
}
.d-block ul li a:hover {
}
.arrumaTlcs {
  font-size: 12px;
  float: left;
  margin-top: 4px;
}
@media only screen and (max-width: 600px) {
  .tab-content > ul > li {
    width: 35% !important;
  }
  .bg-light .col-md-6 {
    width: 100%;
  }
  
  
    #cotacao-modal .cotacao-modal-content{
        width: 90vw;
    }
    
    .row {
        flex-direction: column;
        align-items: center;
    }
}
.arrumaTlcs ul {
  display: flex;
  width: 77%;
  padding: 0;
}
.arrumaBT {
  margin: 0;
  position: absolute;
  bottom: 15px;
  width: 70%;
  display: block !important;
}
.arrumaTxtLcs {
  text-align: initial !important;
}


.row strong {
  font-size: 12px;
  float: left;
}
.nav-tabs a {
  font-size: 0.8em;
  color: #333;
}
.nav-tabs a.nav-link.active {
  font-weight: bold;
}
#servicosTabs {
  font-size: 0.8em;
  color: #333;
}
#servicosTabs a {
  color: #666;
}
#servicosTabs .nav-link.active {
  font-weight: bold;
}
.tab-pane > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.tab-pane > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  color: #555;
  font-size: 0.75em;
}
#nav-tabContent {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3e3e3;
  border-radius: 0px 0 6px 6px;
  border: 1px solid #ccc;
}
.tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3e3e3;
  border-radius: 0px 0 6px 6px;
  border: 1px solid #ccc;
}
.tab-content > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
.tab-content > ul > li {
  margin: 10px;
  color: #555;
  font-size: 0.75em;
  display: inline-block;
  width: 15%;
  margin: 0px 5px;
}
.p-3.shadow.text-center.h-100.d-inline-block {
  display: flex !important;
  flex-direction: column !important;
  background-color: #e9ecef;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3) !important;
  transition: 0.2s linear;
  min-height: 380px;
}
.p-3.shadow.text-center.h-100.d-inline-block:hover {
  transition: 0.2s linear;
  transform: scale(1.04);
}
.p-3.shadow.text-center.h-100.d-inline-block h2 {
  font-size: 14px;
  min-height: 50px;
}
.p-3.shadow.text-center.h-100.d-inline-block p {
  min-height: 55px;
}
.botao-cotar {
  margin-top: auto !important;
}
.card-body img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.card-body {
  border-radius: 8px;
  max-height: 100px;
}
.card-body a {
  white-space: normal;
}
@media (max-width: 768px) {
  .p-3.shadow.text-center.h-100.d-inline-block {
    display: flex !important;
    flex-direction: column !important;
  }
  .p-3.shadow.text-center.h-100.d-inline-block p {
    font-size: 14px;
    min-height: 65px;
  }
  img.rounded-0.img-fluid {
    width: 120px !important;
    height: 120px !important;
    margin-bottom: 20px;
  }
  .jumbotron .col-lg-3.col-md-4.col-sm-12 {
    text-align: center;
  }
  #menu li,
  #menu a {
    font-size: 15px !important;
  }
}
#modal.orcamento .modal-footer .btn-proximo {
  padding: 9px 90px;
  width: 100%;
  font-size: 14px;
  transform: scale(1.01);
  color: #fff;
}
#modal.orcamento .modal-footer {
  text-align: center;
  height: auto !important;
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.modal-form-contato {
  min-width: 100%;
}
.modal-form-contato .btn_salvar {
  margin: auto !important;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
}
.modal-contato-itens > div {
  /* width: 100%;
    */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
.modal-contato-itens div.descricao {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  /* margin-left: 20px;
    */
}
.input-group .form-control {
  height: 36px !important;
}
.file-caption {
  padding: 7px !important;
}
.btn-file {
  margin-top: 0 !important;
  padding: 5px !important;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.modal-contato-itens div.descricao {
  padding-left: 30px !important;
}
.customCheckbox {
  margin-bottom: auto !important;
  position: absolute !important;
  left: -19px;
  top: 1px;
}
.customCheckbox label:after {
  width: 12px !important;
  height: 6px !important;
}
.customCheckbox label {
  position: relative !important;
  top: -25px !important;
}
#formOrcamento h4 {
  display: block !important;
  font-weight: 600;
}
.btn-file input[type="file"] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
@media (max-width: 768px) {
  .tab-content > ul > li,
  .tab-content > .tab-pane > ul > li {
    width: 50% !important;
  }
  .tab-pane > ul > li,
  .tab-content > ul > li {
    margin: 0 !important;
    text-align: center;
  }
  .tab-content > .active {
    display: flex;
  }
}
/* Estilo básico para o popup */
  #exit-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
  }
  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  button#close-popup {
    position: absolute;
    right: 4px;
    top: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 24px;
    outline: none;
}