@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('/css/reboot.css');

body {
  overflow: visible;
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'roboto';
    font-weight: 700;
    font-style: normal;
}

small {
    font-family: roboto;
    font-weight: 300;
    font-style: normal;
} 

input {
  font-family: roboto;
  font-optical-sizing: auto;
  font-style: normal;
}

a, tt {
  font-family: roboto;
  font-optical-sizing: auto;
  font-style: normal;
}

p, #obs_modal {
  font-family: roboto;
  font-weight: 400;
}

select {
  font-family: roboto;
  font-weight: 400;
}

.xpButton {
  background-color: #115A97 !important;
  border-color: #115A97 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: #FFF !important;
  cursor: pointer !important;
  font-size: 11px !important;
  font-weight: bold !important;
  height: 35px !important;
  outline: none !important;
  padding: 10px 5px !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  border: none !important;
  transition: background-color 0.3sease;
}

.btn {
  font-family: roboto;
  font-weight: 700;
  border-radius: 10px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  text-transform: uppercase;
}

.btn-pagamento-novo {
  height: 32px !important;
  font-size: 14px;
  margin: 0px !important;
  background: #003380;
}

.btn-pagamento-novo:hover {
  background: #2664c0;
}

.badge {
  font-family: roboto;
  font-weight: 700;
}

a {
  font-weight: 500;
}
b {
  font-weight: 700;
}
tt {
  font-weight: 300;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #697ffaec;
  overflow: hidden;
}
.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}
.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background:#013fb3;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes preloader-fx {
  0% {transform: scale(0, 0); opacity:0.5;}
  100% {transform: scale(1, 1); opacity:0;}
}
@-webkit-keyframes preloader-fx {
  0% {-webkit-transform: scale(0, 0); opacity:0.5;}
  100% {-webkit-transform: scale(1, 1); opacity:0;}
}

/*Material Icons Google*/
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  overflow: hidden;
}
.material-icons {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.md-18 { font-size: 18px; overflow: hidden;}
.md-24 { font-size: 24px; overflow: hidden;}
.md-36 { font-size: 36px; overflow: hidden;}
.md-48 { font-size: 48px; overflow: hidden;}

/* Rules for using icons as black on a light background. */
.md-dark { color: rgba(var(--bs-dark-rgb), 0.54); }
.md-dark.md-inactive { color: rgba(11, 11, 11, 0.56); }

/* Rules for using icons as white on a dark background. */
.md-light { color: rgba(255, 255, 255, 1); }
.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.md-inactive { color: rgba(255, 255, 255, 0.3); }

/*TOGLER ICON*/
.navbar-toggler-icon {
  background-image: none!important;
  background-color: var(--bs-gray-800);
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.25s ease-out;/*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}

/* Chrome e outros */
#qtdeProd::-webkit-outer-spin-button,
#qtdeProd::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
#qtdeProd {
    -moz-appearance: textfield;
}

/* Chrome e outros */
.qtdeCart_input::-webkit-outer-spin-button,
.qtdeCart_input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
.qtdeCart_input {
    -moz-appearance: textfield;
}


@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-25px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-25px);
    }
}

.alinhar-esquerda {
    bottom: 2rem;
    left: 1rem;
    position: fixed;
    z-index: 99999;
    text-decoration: none;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

@media screen and (max-width: 498px) {
  .padding-sm {
      padding-top: 50px;
      padding-bottom: 100px;
  }
}

@media only screen and (max-width: 600px) {
    /*caso precise para o minimini do whatsapp*/
    .alinhar-esquerda {
        bottom: 3rem;
        left: 1rem;
        position: fixed;
        z-index: 99999;
        text-decoration: none;
        animation: bounce 1s infinite alternate;
        -webkit-animation: bounce 1s infinite alternate;
    }
}
@media only screen and (min-width: 601px) and (max-width: 1200px) {
  /*outra media query fora do padrão*/
    .alinhar-esquerda {
        bottom: 2.3rem;
        left: 1rem;
        position: fixed;
        z-index: 99999;
        text-decoration: none;
        animation: bounce 1s infinite alternate;
        -webkit-animation: bounce 1s infinite alternate;
    }
}

.block-top {
    margin-top: 185px;
}


#nav_2 {
  position: fixed;
  z-index: 100;
  margin-top: -35px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

#nav_cats {
  padding-bottom: 7px;
  padding-top: 7px;
  font-size: 16px;
  cursor: pointer;
}

.nav-pills {
  gap: 3px;
  justify-content: center;
}

@keyframes button-hover {
  0% {
    transform: scale(1);
    background: #00327e;
  }
  50% {
    transform: scale(1.05);
    background: #012761;
  }
  100% {
    transform: scale(1);
    background: #00327e;
  }
}

.btn-third {
  background: #00327e;
  color: white;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  transition: all 0.3s ease;
}

.btn-third:hover {
  animation: button-hover 0.6s ease forwards;
  color: white;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.btn-third:active,
.btn-third:focus {
  background: #012761;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  outline: none;
}

.card {
  border: 1px solid #3435361c !important;
}

#footerAlfa {
  background-color: #0076ee !important;
}

#footerAlfa .svg-inline--fa fa-facebook {
  color: #00347a !important;
}

.back-to-top {
  color: #003676 !important;
}

.input-group-text {
  background: #0072f5;
  color: white;
}

#content-atrib {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
}

.xzoom {
  width: 410px;
  border-radius: 15px !important;
  margin-bottom: 10px;
}

.dim-qtde, #btnMenos {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.aum-qtde, #btnMais {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

#fotoprod_modal {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

#precoprod_modal_formated {
  font-size: 40px;
}

.opcao-frete {
  background-color: #FFFFFF;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 10px;
  margin: 5px 0px 0px 0px;
  padding: 5px 8px;
  width: 100%;
}

div:where(.swal2-icon).swal2-question {
  color: #0d6efd;
  border-color: #0d6dfd5d;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #0d6efd;
}

a {
  text-decoration: none !important;
}

.img-pgto {
  width: 65px !important;
}

@media only screen and (max-width: 1200px) {
  .col-login-logo {
    text-align: center;
  }

  #imagem_banner{
    margin-top: 53px !important;
  }

  .xzoom {
    width: 400px;
    margin-bottom: 10px;
  }

  .class_prod_cat {
    text-align: center;
  }

  #produto, .div-blue-cart {
    margin-left: 0px !important;
  }

  #swal_frete_2 {
    padding: 0px 55px !important;
  }

  #label_finalizapag {
    margin-left: 20px !important;
  }

  .img-pgto {
    width: 70px !important;
  }
}

.card-prods {
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.card-prods:hover {
  border: 1px solid #214b747d !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (min-width: 992px) and (max-width: 1015px) {
  .btn-home-comprar {
    font-size: 14px;
  }
}

@media (min-width: 1400px) and (max-width: 1466px) {
  .btn-home-comprar {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  #container_contato {
    padding: 0px !important;
  }

  #offcanvasCart {
    min-width: 100% !important;
  }

}
