@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.otf");
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: "Inter Bold";
  src: url("../fonts/Inter-Bold.otf");
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Variable.ttf");
}

@font-face {
  font-family: "Satoshi Bold";
  src: url("../fonts/Satoshi-Bold.otf");
}

@font-face {
  font-family: "Satoshi Light";
  src: url("../fonts/Satoshi-Light.otf");
}

#faturamentos {
  .topo_pagina {
    color: #0029bc;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    margin-top: 40px;
  }

  .btn {
    border: none;
    box-shadow: none;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
  }

  .btn:active {
    background-color: #0029bc !important;
    /* Cor de fundo quando pressionado */
    color: white !important;
    /* Cor do texto quando pressionado */
  }

  .btn:hover {
    background-color: #0029bc;
    color: white;
    /* Cor de fundo ao passar o mouse */
  }

  .seleciona-compras {
    background-color: transparent;
    color: black;
  }

  .titulo-produto {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    color: #101928;
  }

  .cor-produto,
  .tamanho-produto {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #475367;
  }

  .data-compra {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    color: #101928;
  }

  .assinado-entregue-ajuda {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
  }

  .dados-faturamento {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
  }
}

#negadaCompra {
  html,
  body {
    height: 100%;
    overflow: hidden;
    margin: 0;
  }

  .titulo-compra {
    font-family: Poppins;
    font-size: 46px;
    font-weight: 700;
  }

  .subtitulo-compra {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    opacity: 50%;
  }

  @media (max-width: 767px) {
    .titulo-compra {
      font-size: 23px;
    }

    .subtitulo-compra {
      font-family: Poppins;
      font-size: 16px;
    }
  }
}

#statusCompra {
  .topo_pagina {
    color: #0029bc;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    margin-top: 40px;
  }

  .btn {
    border: none;
    box-shadow: none;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
  }

  .btn:active {
    background-color: #0029bc !important;
    color: white !important;
  }

  .btn:hover {
    background-color: #0029bc;
    color: white;
  }

  .seleciona-compras {
    background-color: transparent;
    color: black;
  }

  .titulo-produto {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    color: #101928;
  }

  .cor-produto,
  .tamanho-produto {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #475367;
  }

  .data-compra {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    color: #101928;
  }

  .assinado-entregue-ajuda {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
  }
}

#carrinho-index {
  .texto_carrinho {
    color: #101928;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
  }

  .card-title {
    color: #101928;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
  }

  .card-text {
    color: #475367;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
  }

  .price {
    color: #101928;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
  }

  .primeiro_container,
  .segundo_container,
  .terceiro_container {
    border-radius: 15px;
    border: 1px solid #e4e7ec;
    margin-bottom: 20px;
  }

  .topo_pagina {
    color: #0029bc;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    margin-top: 40px;
  }

  .hr_tamanho {
    border: 1px solid #e4e7ec;
    width: 80%;
    margin: 0 auto;
  }

  .cards {
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: none !important;
    border: none !important;
  }

  .text_entrega {
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
  }

  ::placeholder {
    color: #98a2b3;

    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
  }

  @media (max-width: 576px) {
    .card-text,
    .card-title,
    .price {
      text-size-adjust: 10px;
    }
  }
}

#suasCompras {
  .topo_pagina {
    color: #0029bc;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    margin-top: 40px;
  }

  .btn {
    border: none;
    box-shadow: none;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
  }

  .btn:active {
    background-color: #0029bc !important;
    color: white !important;
  }

  .btn:hover {
    background-color: #0029bc;
    color: white;
  }

  .seleciona-compras {
    background-color: transparent;
    color: black;
  }

  .titulo-produto {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    color: #101928;
  }

  .cor-produto,
  .tamanho-produto {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #475367;
  }

  .data-compra {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    color: #101928;
  }

  @media (max-width: 767px) {
    .titulo-produto {
      font-size: 14px !important;
    }

    .cor-produto {
      font-size: 12px !important;
    }
  }
}

#posCompra {
  html,
  body {
    height: 100%;
    overflow: hidden;
    margin: 0;
  }

  .titulo-compra {
    font-family: Poppins;
    font-size: 46px;
    font-weight: 700;
  }

  .subtitulo-compra {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    opacity: 50%;
  }

  @media (max-width: 767px) {
    .titulo-compra {
      font-size: 23px;
    }

    .subtitulo-compra {
      font-family: Poppins;
      font-size: 16px;
    }
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #000000 !important;
  background-color: #eae8f5;
}

header {
  background-color: #ffffff !important;
  border-bottom: 1px solid #bfbfbf;
}

.navbar {
  background-color: #fff;
  border-bottom: 2px solid #0029bc;
}

.navbar-brand img {
  height: 40px;
}

.search-bar {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.input-group .form-control {
  border-right: 0;
}

.input-group .input-group-text {
  background-color: #fff;
  border-left: 0;
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 0;
}

.nav-icons {
  font-size: 20px;
  color: #000;
}

.header-nav {
  padding: 15px;
}

.input-group {
  max-width: 160px;
}

.button {
  border-radius: 15px;
  background-color: white;
  color: #0029bc;
  border: none;
}

.imagem_carrinho {
  width: 213px;
  height: 193px;
}

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

#quantity {
  text-align: center;
  background-color: #f0f2f5;
  border: none;
}

.descricao {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.3px;
  color: #475367;
}

.titulo {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
}

.price {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: #101928;
}

.header-offer {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  padding: 5px;
  color: white;
  background-color: #0029bc;
}

.header-link-space {
  margin-right: 80px;
  margin-top: 20px;
}

.btn-custom:hover {
  background-color: #0029bc;
  color: white !important;
}

.header-link {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000000;
  text-decoration: none;
}

.header-search {
  width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 8px;
  background-color: #f5f5f5;
}

.header-button {
  background-color: transparent !important;
  border: none !important;
  margin-top: -13px !important;
}

.paragrafh-primary {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #0029bc;
}

.title-home {
  font-family: "Inter";
  font-size: 28px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000000;
}

.home-produtos-box {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.home-produtos-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: 0;
}

.home-produtos-box .home-produtos-descount {
  position: absolute;
  bottom: 50%;
  width: 70px;
  height: 34px;
  left: 5%;
  top: 5%;
  background-color: #0029bc;
  border-radius: 5%;
  color: white;
  font-size: 14px !important;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .home-produtos-icons {
    left: 75% !important;
  }
}

.home-produtos-box .home-produtos-icons {
  position: absolute;
  bottom: 50%;
  width: 34px;
  height: 34px;
  left: 80%;
  top: 5%;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: auto;
}

.home-produtos-box .home-produtos-icons:hover {
  color: #0029bc;
}

.home-produtos-box .home-produtos-icons:focus {
  color: #0029bc;
}

.home-produtos-box .home-produtos-box-caption {
  position: absolute;
  bottom: -75%;
  left: 0%;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.5s ease;
  z-index: 5;
}

.home-produtos-box:hover .home-produtos-box-caption {
  bottom: 0%;
}

.home-produtos {
  padding: 0 0 0px 0;
}

.home-produtos a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.home-produtos a:hover {
  color: #facf7c;
  font-weight: bold;
  text-decoration: none;
}

.home-produtos button {
  color: black;
}

.home-produtos .owl-nav {
  width: 100%;
  color: black;
}

.home-produtos .owl-nav .owl-next,
.home-produtos .owl-nav .owl-prev {
  background-color: #facf7c !important;
  border-radius: 50%;
  position: absolute;
  width: 30px;
  height: 30px;
  color: black;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  top: 25%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-produtos .owl-nav .owl-next.disabled,
.home-produtos .owl-nav .owl-prev.disabled {
  display: none;
}

.home-produtos .owl-nav .owl-next span,
.home-produtos .owl-nav .owl-prev span {
  font-size: 30px;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 18%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}

.home-produtos .owl-nav .owl-next:hover,
.home-produtos .owl-nav .owl-prev:hover {
  opacity: 0.6;
}

.home-produtos .owl-nav .owl-prev {
  left: 0;
}

.home-produtos .owl-nav .owl-next {
  right: 0;
}

.home-produtos-item {
  text-align: center;
  margin: 0 auto;
}

.home-produtos-icon {
  background: #ffffff;
  border: 2px solid #fbfbfb;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 auto 15px auto;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
}

.home-produtos-icon img {
  width: 60px !important;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-produtos-icon:hover {
  border-color: #847cfa;
}

.home-produtos-btn {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.home-produtos-title {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #000000 !important;
}

.home-produtos-price {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #0029bc !important;
  margin-top: -10px;
}

.home-produtos-old-price {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #bfbfbf;
  margin-left: 10px;
}

.home-produtos-star {
  font-size: 14px;
  color: #bfbfbf;
  margin-top: -10px;
}

.home-produtos-star-yellow {
  font-size: 14px;
  color: #ffad33;
  margin-top: -10px;
}

.home-produtos-rate {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: #bfbfbf;
  margin-left: 10px;
  margin-top: -12px;
}

.home-button {
  width: 246px;
  height: 56px;
  top: 1414px;
  left: 741px;
  padding: 16px 48px 16px 48px;
  gap: 10px;
  border-radius: 4px 0px 0px 0px;
  opacity: 0px;
}

.home-button-text {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

@media (max-width: 1170px) {
  .home-produtos {
    padding: 0;
  }

  .home-produtos-icon {
    width: 80px;
    height: 80px;
  }

  .home-produtos-icon img {
    width: 40px !important;
    height: 40px;
  }
}

.home-produtos-name {
  width: 100%;
  text-align: center;
  display: block;
}

footer {
  padding: 4rem 0rem;
  background-color: #061c3d;
  color: #9ba4b1;
}

footer b {
  color: #fff;
}

footer span {
  color: #fff;
}

.btn-social {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 5px;
  height: 37px;
  width: 37px;
  background-color: #414652;
  border: 1px solid #414652;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.btn-social:hover {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 5px;
  height: 37px;
  width: 37px;
  background-color: #2b2d31;
  border: 1px solid #2b2d31;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.btn-social a {
  text-decoration: none;
  color: #fff;
}

.text-footer {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: left !important;
  color: white;
  text-decoration: none;
  cursor: pointer;
  transition: margin-left 0.3s ease;
}

.text-footer:hover {
  color: white;
  margin-left: 5px;
}

.text-footer:hover::before {
  content: "-";
  color: white;
  display: inline-block;
  margin-right: 5px;
}

.title-login {
  font-family: Poppins;
  font-weight: 700;
  text-align: left;
}

.label-login {
  font-family: Poppins;
  font-weight: 500;
  line-height: 20.23px;
  text-align: left;
}

.showMobile {
  display: none !important;
}

.hideMobile {
  display: block !important;
}

.category {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #0029bc !important;
}

.container-total {
  width: 65%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 576px) {
  .container-total {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .home-produtos-box {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
  }

  .home-produtos-box .home-produtos-descount {
    position: absolute;
    bottom: 50%;
    width: 80px;
    height: 30px;
    left: 5%;
    top: 5%;
    background-color: #0029bc;
    border-radius: 5%;
    color: white;
    font-size: 14px !important;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 5px !important;
  }

  .home-produtos-box .home-produtos-descount p {
    font-size: 12px !important;
  }

  .title-login {
    font-family: Poppins;
    font-size: 18.78px;
    font-weight: 700;
    line-height: 26.29px;
    text-align: left;
  }

  .header-button {
    margin-top: 3px !important;
  }

  .container-total {
    width: 100%;
  }

  .showMobile {
    display: block !important;
  }

  .hideMobile {
    display: none !important;
  }

  .showMobile.col-12,
  .hideMobile:not(.col-12) {
    display: none !important;
  }

  .text-start {
    text-align: center !important;
    margin-top: 2;
  }

  .text-start img {
    text-align: center !important;
    margin-top: 2rem;
  }

  .custom-center.col-12 {
    text-align: center;
  }

  .custom-center.col-6 {
    text-align: center;
  }

  .custom-center-only {
    text-align: center !important;
    margin-top: 2rem !important;
  }

  .custom-center-icon {
    justify-content: center !important;
    margin-top: 2rem !important;
  }

  .custom-space-icon {
    margin-top: 2rem !important;
  }

  .custom-space-mobile {
    margin-top: 20rem !important;
  }

  .img-footer {
    width: 30% !important;
  }

  .img-mobile {
    width: 100%;
    height: auto;
    justify-content: center !important;
    align-items: center !important;
  }

  .space-mobile {
    margin-top: 100px;
  }

  .space-image-mobile {
    margin-top: 20px !important;
  }

  .center-mobile {
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }

  .center-mobile-left {
    justify-content: center !important;
    text-align: left;
    display: flex !important;
    float: center;
  }

  .card-mobile {
    display: flex;
    flex-basis: 400px;
    flex-wrap: wrap;
  }

  .title-banner {
    font-size: 38px;
    line-height: 46px;
    text-align: center;
  }

  .title-cotacao {
    font-size: 24px;
    line-height: 28.56px;
  }

  .title-vacinas {
    font-size: 24px;
    line-height: 28.56px;
  }

  .paragrafh-vacinas {
    font-size: 14px;
    line-height: 16.66px;
  }

  .text-header-offer {
    font-family: Poppins;
    font-size: 9px;
    font-weight: 400;
    line-height: 11.22px;
    text-align: center;
  }
}

.carousel-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.carousel-subtitle {
  font-size: 1rem;
  color: blue;
  margin-bottom: 5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

.carousel-item h5 {
  font-size: 1.5rem;
  margin: 10px 0;
}

.carousel-item p {
  font-size: 1rem;
  color: #555;
}

#bttn {
  height: 40px !important;
  width: 40px !important;
}

@media (max-width: 576px) {
  .carousel-title {
    font-size: 20px;
  }

  .margin-arrow {
    margin-bottom: 50px !important;
  }

  .carousel {
    margin-top: -40px !important;
  }

  .btn-carousel-1 {
    margin-top: -7px;
  }

  .paragrafh-primary {
    size: 10px;
  }
}

@media (max-width: 992px) {
  .container-total {
    width: 85%;
  }
}

@media (max-width: 1200px) {
  .container-total {
    width: 85%;
  }
}

@media (max-width: 1399px) {
  .container-xxl {
    width: 90%;
  }
}

@media (min-width: 1400px) {
  .space-desktop {
    margin-top: 10rem !important;
  }
}

@media (min-width: 900px) AND (max-width: 1600px) {
  .container-xxl {
    width: 90% !important;
  }
}

@media (min-width: 1601px) {
  .container-xxl {
    min-width: 1512px !important;
  }
}

:root {
  --home-text-line-height: 1.6;
  --home-brd-radius: 0.001px;
  --home-form-height: 42px;
  --home-form-color: inherit;
  --home-form-placeholder-color: inherit;
  --home-form-bg: transparent;
  --home-form-brd-color: rgba(0, 0, 0, 0.1);
  --home-form-brd-color-focus: rgba(0, 0, 0, 0.15);
  --home-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
  --btn-height: 42px;
  --btn-transform: uppercase;
  --btn-font-weight: 600;
  --btn-font-family: inherit;
  --btn-font-style: unset;
  --home-main-bgcolor: #fff;
  --home-scroll-w: 0.001px;
  --home-admin-bar-h: 0.001px;
  --home-tags-mb: 20px;
  --home-block-spacing: 20px;
  --home-header-banner-mt: 0.001px;
  --home-sticky-nav-w: 0.001px;
  --color-white: #fff;
  --color-gray-100: #f7f7f7;
  --color-gray-200: #f1f1f1;
  --color-gray-300: #bbb;
  --color-gray-400: #a5a5a5;
  --color-gray-500: #777;
  --color-gray-600: #666;
  --color-gray-700: #555;
  --color-gray-800: #333;
  --color-gray-900: #242424;
  --bgcolor-white-rgb: 255, 255, 255;
  --bgcolor-white: #fff;
  --bgcolor-gray-100: #f7f7f7;
  --bgcolor-gray-200: #f7f7f7;
  --bgcolor-gray-300: #f1f1f1;
  --bgcolor-gray-400: rgba(187, 187, 187, 0.4);
  --brdcolor-gray-200: rgba(0, 0, 0, 0.075);
  --brdcolor-gray-300: rgba(0, 0, 0, 0.105);
  --brdcolor-gray-400: rgba(0, 0, 0, 0.12);
  --brdcolor-gray-500: rgba(0, 0, 0, 0.2);
}

.pix {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
}

.fa-regular {
  color: #4189e6;
  background-color: #d9e7f4;
  border-radius: 100%;
  margin-right: 10px;
}

.bttn {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;

  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}

#cabecalho {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  color: #0029bc;
  margin-top: 40px;
}

.campo_texto {
  background-color: #f5f5f5;
  border: none;
  border-radius: 5px;
  width: 250px;
  height: 40px;
}

.nome_do_campo {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.btn_editar {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.2px;
  text-align: center;
}

.texto_carrinho {
  color: #101928;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}

.card-title {
  color: #101928;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
}

.card-text {
  color: #475367;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

.price {
  color: #101928;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
}

.primeiro_container,
.segundo_container,
.terceiro_container {
  border-radius: 15px;
  border: 1px solid #e4e7ec;
  margin-bottom: 20px;
}

.topo_pagina {
  color: #0029bc;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px;
}

.hr_tamanho {
  border: 1px solid #e4e7ec;
  width: 80%;
  margin: 0 auto;
}

.cards {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: none !important;
  border: none !important;
}

.text_entrega {
  color: #344054;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

::placeholder {
  color: #98a2b3;

  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

input[readonly] {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

.input-group {
  max-width: 160px;
}

.button {
  border-radius: 15px;
  background-color: white;
  color: #0029bc;
  border: none;
}

.imagem_carrinho {
  width: 213px;
  height: 193px;
}

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

#quantity {
  text-align: center;
  background-color: #f0f2f5;
  border: none;
}

.descricao {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.3px;
  color: #475367;
}

.titulo {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
}

.price {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: #101928;
}

.texto_carrinho {
  color: #101928;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}

.card-title {
  color: #101928;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
}

.card-text {
  color: #475367;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

.price {
  color: #101928;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
}

.primeiro_container,
.segundo_container,
.terceiro_container {
  border-radius: 15px;
  border: 1px solid #e4e7ec;
  margin-bottom: 20px;
}

.topo_pagina {
  color: #0029bc;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px;
}

.hr_tamanho {
  border: 1px solid #e4e7ec;
  width: 80%;
  margin: 0 auto;
}

.cards {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: none !important;
  border: none !important;
}

.text_entrega {
  color: #344054;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

::placeholder {
  color: #98a2b3;

  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

input[readonly] {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

.contact-info i {
  color: #667185;
}

.text-header-offer {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
  right: 0%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

.filter {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #0029bc !important;
}

.filters {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
