@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-Medium.ttf") format("truetype");
  font-display: swap;
}


@font-face {
  font-family: "Karla";
  src: url("../../fonts/Karla-Medium.ttf") format("truetype");
  font-display: swap;
}

button .btn {
  cursor: pointer !important;
  background: linear-gradient(180deg, #0064F0 0%, #00C8FA 108.33%);

}

.border {
  border-bottom: 1px solid #E2E2E2;
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .border {
    margin-top: 56px;
  }
}

body{
  overflow-x: hidden;
}

.underline {
  text-decoration: underline;
}

.form {
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 48px 32px;
}

button.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-bottom {
  justify-content: end;
}

@media (max-width: 425px) {
  .form {
    padding: 32px 16px;
  }
}

.color-primary {
  color: var(--color-primary);
}

.background-primary {
  background-color: var(--color-primary);
}

.background-white {
  background-color: var(--color-white);
}

.color-white {
  color: var(--color-white);
  -webkit-text-fill-color: #ffffff
}

.text-gray {
  color: var(--text-gray);
}

.color-dark-gray {
  color: var(--color-dark-gray);
}

.link-footer {
  font-size: 18px;
  line-height: 22.5px;
  font-family: var(--font-text);
}

select.input-default {
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 12px !important;
  color: #B2B2B2;
  font-size: 14px;
  width: 140px;

  background-image: url("../../images/svg/select-arrow.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 16px);
  background-position-y: 50%;

  border: 0.5px solid transparent;
  border-radius: 2px;

  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

select.input-default:hover {
  cursor: pointer;
  border: 0.5px solid #7c878ea1;
}



.input-default.input-bordered {
  border: 1px solid #B2B2B2;
  width: 141px;
}

.input-default {
  width: 250px;
  height: 56px;
  background-color: var(--color-white);
  border: none;
  border-radius: 4px;
  padding: 17px 0 17px 24px;
}

.input-border-b {
  box-sizing: border-box;

  padding: 4px 0;
  border: none;
  border-bottom: 1px solid #B2B2B2;
  background-color: transparent;
}

.input-border-b::placeholder {
  color: #1B1D1C;
}

select.input-border-b {
  -webkit-appearance: none;
  appearance: none;

  background-image: url("../../images/svgs/arrow-bottom-black.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
}






.bold {
  font-weight: bold;
}

.right {
  justify-content: right;
}

.left {
  justify-content: left;
}



.skeleton-load .product-images,
.spp-item-single-card-image {
  height: 350px;
}

.grid {
  display: grid;
  justify-items: center;
}

.swal-modal {
  font-family: "Poppins";
}

.swal-modal .swal-text {
  text-align: center;
}

div.info-card-header-action {
  display: none !important;
}

@keyframes appear-product-image-secondary {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .hide-mb {
    display: none !important;
  }
}

.inter {
  font-family: "inter";
}

/* Voltar ao topo */
.cd-top {
  background-size: 64px;
  border-radius: 300px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 18px;
  right: 15px;
  opacity: 0;
  overflow: hidden;
  padding: 20px 0;
  position: fixed;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  visibility: hidden;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  z-index: 101;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  -ms-border-radius: 300px;
  -o-border-radius: 300px;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}

.cd-top.cd-is-visible {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
  background-color: var(--color-primary);
}

.cd-top.cd-fade-out {
  opacity: 0.5;
}

.cd-top:hover {
  opacity: 1;
}

.cd-top i {
  color: #ffffff;
  margin: 0 auto;
}

.cd-top img {
  width: 64px;
}

.cd-top .upload-two {
  margin-top: -3px;
}
/* Tamanho específico para os banners */

@media screen and (min-width: 961px) {
  .hd-desktop {
    display: none !important;
  }
}


@media screen and (max-width: 960px) {
  .hd-mobile {
    display: none !important;
  }
}


.title {
  width: auto;
  height: auto;
  position: absolute;
  top: 140px;
  left: 197px;
}

.title-vazada {
  color: transparent;
  -webkit-text-stroke: 1px var(--color-white);
  -webkit-text-stroke-color: var(--color-white);
  font-family: 'Poppins';
  font-size: 150px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 8px;
}

@media (max-width: 1199px) {
  .title-vazada {
    font-size: 48px;
    letter-spacing: 5px;
  }

  .banner,
  .banner img {
    height: 317px !important;
  }

  .banner {
    margin-top: 92px;
  }

  .title {
    left: 5%;
    top: 120px;
  }
}

@media (max-width: 350px) {
  .title-vazada {
    letter-spacing: 0px;
  }
}

.hidden{
  opacity: 0;
  filter: blur(10px);
  transition: all 1s;
}

.hidden.left{
  transition: 0s;
  transform: translateX(-100%);
}

.hidden.right{
  transition: 0s;
  transform: translate3d(100px, 0, 0);
}


.show{
  opacity: 1;
  filter: blur(0);
  transition: all 2s;
}

.show.hidden.left{
  transform: translateX(0);
  transition: all 1s;
}

.show.hidden.right{
  transform: translate3d(0px, 0px, 0px);
  transition: all 1s;
}

@media (max-width: 768px) {
  .hidden.right{
    transition: 0s;
    transform: translate3d(0, 0, 0);
}
}
