:root{
  --lev-header-height: clamp(3rem, 6rem + 3vw, 16rem);
}

header.navbar:has(+ #services-page){
  position: relative !important;
  background-color: var(--lev-dark) !important;
  padding: 2rem 0;
}

header.navbar:has(+ #contact-page){
  position: relative !important;
  background-color: var(--lev-dark) !important;
}

body { 
  background: var(--lev-light);
  font-weight: 400 }

[class*="container"] { 
  position: relative;
  z-index: 3 }

.inner header.navbar{
  position: relative !important;
  background-color: var(--lev-dark);
  height: auto;
  padding: 2rem;
}
.inner header.navbar img{
  --lev-header-height: clamp(75px, 10vw, 100px);
}

main, section { 
  position: relative;
  z-index: 1 }

.wrapper { padding: calc(5rem + 5vw) 0 }

#menu .nav-link { 
  transition: 300ms all;
  color: var(--lev-white) }

#menu .nav-link:hover,
#menu .nav-link.active { color: var(--lev-secondary) }

.navbar-toggler { 
  border: 0;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 100%;
  padding: .75rem .5rem }

.navbar-toggler .navbar-toggler-icon { 
  width: 100%;
  display: block;
  height: 4px;
  border-radius: 4px;
  background: var(--lev-white) !important }

header .navbar-brand img{ max-width: 100% }

header .navbar-brand img{
  height: var(--lev-header-height) }

@media(max-width:991.98px){

  header .navbar-collapse {
    background: var(--lev-dark);
    width: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
  }

  header .navbar-nav .nav-link {
    text-align: center;
    color: #FFF;
    padding: .75rem 3rem !important;
    width: 100%;
    font-size: 120%;
  }

  header .navbar-nav {
    justify-content: center;
    width: 100%;
    height: 100vh;
  }
  
  header [class*="container"] { padding: 0 1rem  !important }

  header .nav-item .btn { font-size: 100% }

}

.whatsapp-icon{
  width: 38px;
  height: 38px;
}

@media(max-width:299.98px){
  :root{
    --lev-header-height:2rem }

  .icon{
    width: 24px;
    height: 24px }

  .caption{
    top:calc(var(--lev-header-height) + 45% - 1rem) !important }

  .whatsapp-icon{
    width: 28px;
    height: 28px }
    
}

main,
section
.wrapper { padding: calc(3rem + 4vw) 0 }

#hero,
#hero img { height: 100vh }

#hero img { 
  width: 100% !important;
  object-fit: cover }

.caption{
  top:calc(var(--lev-header-height) + 50% - 3rem)
}

.black-mask{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6026785714285714) 100%);
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.secondary-mask{
  background: var(--lev-secondary);
  background: linear-gradient(0deg, var(--lev-secondary) 0%, rgba(var(--lev-secondary-rgb),0.6026785714285714) 100%);
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 991.98px){
  .hero.ratio-18x9{
    min-height: 100vh;
    --lev-aspect-ratio:100%
  }
}

.ratio-18x9 {
  --lev-aspect-ratio: calc(9 / 18 * 100%);
}

.deposition-profile{
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50%;
}

.deposition-profile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-img img{
  filter: grayscale(1);
  opacity: .5;
  transition: all .2s ease-in-out;
}

.case-img:hover img{
  filter: grayscale(0);
  opacity: 1;
  transition: all .2s ease-in-out;
}

.full-content{
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.form-control.rounded-5,
.form-select.rounded-5,
textarea {
  border: 0 !important;
  padding-left: 1.5rem;
  background-color: #fff;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,.15)
}

.form-floating>label { color: #949494; }

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  color: #949494;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
  background-color: transparent;
}

.overflow-y-scroll {
  overflow-y: auto
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-deck article:nth-child(4), .service-deck article:nth-child(5){
    width: 50% !important;
  }
  .gallery-deck article:nth-child(4), .gallery-deck article:nth-child(5){
    width: 50% !important;
  }
}

@media (max-width: 991.98px) {
  .gallery-deck article:nth-child(4), .gallery-deck article:nth-child(5){
    width: 50% !important;
  }
}

.service-deck article img{
  scale: 1;
  transition: all .3s ease-in-out;
}

.service-deck article:has(a:hover) img{
  scale: 1.2;
  transition: all .2s ease-in-out;
}

@media (min-width: 768px) {
  .g-md-1-2 {
    --lev-gutter-x: 0.1rem;
    --lev-gutter-y: 1rem;
  }
}


.mw-90{ width: 90% }

.flex-none{ flex:none }

.deposition-carousel-buttons{
  gap: 6rem;
  top: 20px;
}

@media (min-width: 992px) {
  .row-cols-lg-11>* {
    flex: 0 0 auto;
    width: 9.09090% !important;
  }
}

@media (min-width: 768px) {
  .row-cols-md-8>* {
    flex: 0 0 auto;
    width: 12.5%;
  }
}

.button-carousel{
  background-color: rgba(var(--lev-dark-rgb), .75);
  width: 64px;
  height: 64px;
  top: 50%;
  transform: translateY(-50%);
}

.icon{ display: inline-block;position: relative }
.icon svg, .icon svg > *{ fill: currentColor; }
.icon-16 svg{ width: 16px;height: 16px }
.icon-24 svg{ width: 24px;height: 24px }
.icon-32 svg{ width: 32px;height: 32px }
.icon-40 svg{ width: 40px;height: 40px }
.icon-48 svg{ width: 48px;height: 48px }

.icon.text-primary {
  fill: var(--lev-primary);
  color: var(--lev-primary)
}

.icon.text-secondary {
  fill: var(--lev-secondary);
  color: var(--lev-secondary)
}

.icon.text-tertiary {
  fill: var(--lev-tertiary);
  color: var(--lev-tertiary)
}

.icon.text-dark {
  fill: var(--lev-dark);
  color: var(--lev-dark)
}

.icon.text-white {
  fill:#fff
}

.background-animate {
  background-image: linear-gradient(
    70deg,
    hsl(0deg 0% 0%) 0%,   /* Preto */
    hsl(0deg 0% 12%) 10%, /* Cinza Escuro */
    hsl(0deg 0% 24%) 20%, /* Cinza Médio */
    hsl(0deg 0% 36%) 30%, /* Cinza Médio Claro */
    hsl(0deg 0% 48%) 40%, /* Cinza Claro */
    hsl(0deg 0% 60%) 50%, /* Cinza Muito Claro */
    hsl(0deg 0% 72%) 60%, /* Cinza Claro */
    hsl(0deg 0% 84%) 70%, /* Cinza Médio Claro */
    hsl(0deg 0% 96%) 80%, /* Cinza Médio */
    hsl(0deg 0% 100%) 90%,/* Branco */
    hsl(0deg 0% 100%) 100%/* Branco */
  );
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.form-control.input-dark {
  background-color: white;
  color: black;
  border-color: var(--lev-secondary);
}

.form-control.input-dark:focus {
  background-color: white;
  color: black;
  border-color: var(--lev-secondary);
}

.form-control.input-white {
  background-color: var(--lev-secondary);
  color: var(--lev-primary);
  border-color: var(--lev-primary);
}

.form-floating:has(.form-control.input-white) label{
  color: var(--lev-primary);
}

.aspect-ratio-1x1{
  aspect-ratio: 1;
}

.digit-input{
  font-size: clamp(16px, calc(12px + 2vw), 32px);
  text-align: center;
}

.bg-visual{
  width: 100%;
  background-image: url('../img/bg-visual.jpg');
  background-size: 400px; 
  background-position: center; 
  background-repeat: repeat; 
}

.text-green{
  color: #374d7d;
}

main {
  min-height: 100%;
}

.custom-hover:hover {
  text-decoration:
  opacity: 0.8;
  transition: opacity 0.3s; 
}


.floating-icon {
	position: fixed;
	width: 51px;
	height: 51px;
	bottom: 40px;
	right: 40px;
	background-color: #0C9;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	font-size: 50px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
  cursor: pointer;
}

.floating-icon img {
	width: 200%;
	height: 200%;
}



.tooltip {
  display: none; 
  position: absolute;
  bottom: 60px; 
  right: calc(100% + 10px); 
  transform: translateY(50%);
  background: rgba(0, 0, 0, 0.8); 
  color: #fff; 
  padding: 8px 12px;
  border-radius: 5px;
  white-space: nowrap; 
  z-index: 999;
  transition: opacity 0.3s; 
  opacity: 0; 
}

.floating-icon:hover .tooltip {
  display: block; 
  opacity: 1; 
}

.floating-message {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 110px;
  background-color: #0C9;
  color: #FFF;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-size: 14px;
  z-index: 1001;
}



card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.10rem;
}

.card-header:first-child {
  border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #0c0505;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.track {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px;
}

.track .step {
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative;
}

.track .step.active:before {
  background: rgb(34, 183, 34);
}

.track .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px;
}

.track .step.active .icon {
  background: rgb(34, 183, 34);
  color: #fff;
}

.track .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd;
}

.track .step.active .text {
  font-weight: 400;
  color: #000;
}

.track .text {
  display: block;
  margin-top: 7px;
}

.itemside {
  position: relative;
  display: flex;
  width: 100%;
}

.itemside .aside {
  position: relative;
  flex-shrink: 0;
}

.img-sm {
  width: 80px;
  height: 80px;
  padding: 7px;
}

ul.row, 
ul.row-sm {
  list-style: none;
  padding: 0;
}

.itemside .info {
  padding-left: 15px;
  padding-right: 7px;
}

.itemside .title {
  display: block;
  margin-bottom: 5px;
  color: #212529;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.btn-warning {
  color: #ffffff;
  background-color: #ee5435;
  border-color: #ee5435;
  border-radius: 1px;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #ff2b00;
  border-color: #ff2b00;
  border-radius: 1px;
}

.progress-title{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px 0;
}
.progress {
  height: 25px;
  position: relative;
}
#truck-icon {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0; /* Começa no início */
  transition: left 0.3s ease;
  font-size: 20px;
  color: #007bff;
}
.progress .progress-bar{
  background: rgb(117, 227, 117);
  position: relative;
  border-radius: 20px 0 0 20px;
  animation: animate-positive 2s;
}
.progress .progress-value{
  display: block;
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 8px;
}
@-webkit-keyframes animate-positive{
  0% { width: 0%; }
}
@keyframes animate-positive{
  0% { width: 0%; }
}

.btn-recuperar {
  background-color: #28a745;  
  border-color: #28a745;
  color: white;
}

.btn-recuperar:hover {
  background-color: #218838; 
  border-color: #1e7e34;
}


.btn-voltar {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #6c757d;  
}

.btn-voltar:hover {
  background-color: #f8f9fa;
  border-color: #ddd;
}

#trackingCode {
  font-weight: bold; 
  color: rgb(145, 96, 7);     
}

.btn-warning {
  background-color: #f39c12;  
  color: white;              
  font-weight: bold;          
  padding: 10px 20px;      
  border-radius: 5px;         
  transition: background-color 0.3s ease; 
}

.btn-warning:hover {
  background-color: #e67e22;  
}

.informacoes-loja {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #eaeaea;
}

.informacoes-loja .itens {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.informacoes-loja .card {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  width: 100%;
}

.informacoes-loja .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.informacoes-loja img {
  width: 50px;
  height: auto;
  margin-top: -8px;
}

.informacoes-loja .imagem {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.informacoes-loja .titulo {
  font-weight: bold;
  margin-bottom: -4px;
  font-size: 18px;
  color: #503B66;
  justify-content: flex-start; 
}

.informacoes-loja .texto {
  font-size: 14px;
  margin-top: -4px;
  color: #757575;
}

.informacoes-loja .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 15px;
}

.informacoes-loja .imagem-titulo {
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}

.progress {
  width: 100%;
  height: 10px;
  border-radius: 4px;
  background-color: #e9ecef; 
}

.progress-bar {
  background-color: #4caf50; 
  height: 100%;
  width: 0%;
  border-radius: 4px;
  transition: width 0.4s ease-in-out;
}

.texto-frete {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.texto-frete span {
  color: #4caf50; 
}

@media (max-width: 767px) {
  .informacoes-loja {
    display: flex;
    flex-direction: column;
    padding: 24px 50px;
  }

  .informacoes-loja .card {
    flex-direction: column;
    align-items: flex-start;
  }

  .informacoes-loja img {
    width: 40px;
    margin-top: -4px;
  }

  .informacoes-loja .texto {
    margin-top: 0;
  }
}

.texto-verde {
  color: #28a745; 
  font-weight: bold; 
}

.invisivel {
  display: block;  
  width: 100%;     
  height: 8px;     
  visibility: hidden; 
  background-color: #f0f0f0; 
  color: #f0f0f0; 
  border: none;   
}

.card-frete {
  position: relative;
  overflow: hidden;
  background-color: #ffffff; 
}

.card-frete::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  animation: movePolygons 10s infinite linear;
}

@keyframes movePolygons {
  0% {
      background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy533bW9y...') no-repeat center center;
      transform: translate(0, 0) rotate(0deg);
  }
  100% {
      background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53Z29vLm9yZ2QnIGh0d3c....') no-repeat center center;
      transform: translate(100px, 100px) rotate(360deg);
  }
}

.input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-group .form-control {
    flex-grow: 1;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.navbar-auth .navbar-brand {
  max-width: calc(100% - 64px);
}

.navbar-auth-user {
  display: inline-block;
  max-width: 220px;
}

.navbar-auth-rep {
  max-width: 200px;
}

@media (min-width: 992px) {
  .navbar-auth .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
  }

  .navbar-auth-layout {
    flex-direction: row !important;
    align-items: center !important;
    width: 100%;
    gap: 1rem !important;
  }

  .navbar-auth-center {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center !important;
    text-align: center;
  }

  .navbar-auth-main {
    justify-content: center !important;
  }

  .navbar-auth-toolbar {
    flex-direction: row !important;
    align-items: center !important;
    margin-left: auto !important;
  }

  .navbar-auth .dropdown-menu {
    position: absolute;
  }
}

.navbar-auth .dropdown-menu {
  max-width: min(92vw, 360px);
}

.table-responsive,
.dataTables_wrapper {
  width: 100%;
  max-width: 100%;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-pedidos-wrap .table-pedidos thead th {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #495057;
  border-bottom-width: 1px;
  vertical-align: middle;
}

.table-pedidos-wrap .table-pedidos tbody td {
  vertical-align: middle;
}

.table-pedidos .table-pedidos-cliente {
  min-width: 0;
}

@media (min-width: 992px) {
  .table-pedidos .table-pedidos-cliente {
    max-width: 18rem;
  }
}

@media (min-width: 1200px) {
  .table-pedidos .table-pedidos-cliente {
    max-width: 24rem;
  }
}

.btn-icon-pedido {
  padding: 0.35rem 0.5rem;
  line-height: 1;
}

.btn-icon-pedido .ti {
  font-size: 1.15rem;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .navbar-auth .container {
    padding-inline: 1rem;
  }

  .navbar-auth .navbar-collapse {
    position: static;
    width: 100%;
    background: transparent;
    margin-top: 0.75rem !important;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  .navbar-auth-main,
  .navbar-auth-toolbar {
    gap: 0.5rem;
  }

  .navbar-auth-main .nav-item,
  .navbar-auth-main .dropdown,
  .navbar-auth-toolbar .nav-item,
  .navbar-auth-toolbar .dropdown {
    width: 100%;
  }

  .navbar-auth-main .nav-link,
  .navbar-auth-toolbar .nav-link {
    width: 100%;
    padding: 0.65rem 0.75rem !important;
    white-space: normal;
    word-break: break-word;
  }

  .navbar-auth .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar-auth .nav-item.dropdown .nav-link {
    justify-content: center;
  }

  .navbar-auth .dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    margin-top: 0.5rem !important;
    width: 100%;
    max-width: 100%;
  }

  .informacoes-loja {
    padding: 16px 0 !important;
  }

  .input-group {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .input-group .form-control,
  .accordion-body input[id^="preco_"] {
    min-width: 0 !important;
  }

  .dataTables_wrapper .dataTables_filter input {
    max-width: 100%;
  }

  .floating-icon {
    right: 16px;
    bottom: 16px;
  }

  .floating-icon img {
    width: 100%;
    height: 100%;
  }
}
