* {
  padding: 0;
  margin: 0;
  font-family: 'Nunito', sans-serif;
}

body {
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  background: #F6F6F6;
}

footer {
  font-size: 16px;
  background-color: #fff;
}

#body-produtos {
  background-color: #f6f6f6;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: #fff;
  border-color: #fff;
}

.nav-bar {
  display: flex;
  padding: 1.5rem 6rem;
  flex-direction: column;
}

.searchbar {
  align-items: end;
  display: flex;
  flex-direction: column;
}

label {
  font-weight: 600;
  font-size: 12px;
  color: #545454;
  text-transform: uppercase;
}

.title-line {
  font-weight: 500;
  height: 2.5em;
  line-height: 2em;
  text-align: left;
  color: #2d2d2d;
  border-top: 1px solid #d9d9d9;
  position: relative;
  margin-top: 5px;
  padding-top: 5px;
}

.payments {
  text-align: center;
  font-size: 15px;
  padding-top: 10px;
}

.img-produtos {
  max-width: 70px;
  max-height: 80px;
  width: auto;
  height: auto;
}

a {
  color: #000;
  font-weight: 700;
  text-transform: none;
}

a:hover {
  color: #000;
  font-weight: 700;
  text-transform: none;
}

i {
  padding: 0px 5px;
}

span.quant-size {
  font-size: 12px;
}

.titleProd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.descricao {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-top: 15px;
}

.spanFloat {
  float: right;
}

.card {
  position: relative;
  padding: 0 10px 10px;
  margin-bottom: 10px;
  margin: 10px 10px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 8px #cccccc85;
}

.card-produtos {
  position: relative;
  padding: 0 10px 10px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 30px;
}

.card-page {
  padding: 10px 10px;
  margin-bottom: 10px;
  background: #fff;
}

.card-header {
  position: absolute;
  top: -18px;
  left: 10px;
  z-index: 10;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  background-color: transparent !important;
  border-bottom: 0 !important;
}

.text-muted {
  color: #6c757d !important;
}

.card-header span.number {
  display: block !important;
  top: -4px;
  left: 0;
  color: #fff;
  background: #1b5f7c;
  padding: 3px 14px;
  border-radius: 307px;
  position: absolute;
  font-size: 22px;
  line-height: 36px;
  width: 42px;
  height: 42px;
  text-align: center;
}

.card-header strong {
  background: #0b2733;
  display: inline-block;
  padding: 5px 14px 5px 30px !important;
  border-radius: 300px;
  color: #fff;
  margin-left: 18px !important;
}

.card-body {
  margin-top: 30px;
  padding: 30px 15px;
}

.cardBody-prod {
  margin-top: 30px;
  padding: 30px 20px;
}

.btn-pagamento.flag-card-active {
  background: #fff !important;
  border-color: #0b2733 !important;
  color: #1b5f7c !important;
  box-shadow: inset 0 3px 5px rgba(125, 208, 99, 0.08) !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(125, 208, 99, 0.08) !important;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #ffffff !important;
  border-top: 1px solid #eee;
}

.flag-card:hover {
  transform: scale(1.05) !important;
  transition: 0.3s;
}

.btn-success {
  background: #1b5f7c;
  color: #fff;
  font-weight: 500;
  border: 0;
  padding: 14px 30px;
  margin: 0 auto;
  border-bottom: 5px solid #00374e;
  border-radius: 10px;
  font-size: 15px;
  width: 100%;
}

.btn-success:hover,
.btn-success:active {
  background-color: #0b2733;
  border-color: #0b2733;
}

.btn-pagamento {
  padding: 8px;
  white-space: normal;
  margin-bottom: 12px;
  border: 1px solid;
  min-width: 154px;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 10px;
  color: #8a8a8a;
}

.img-compraSegura {
  max-width: 275px;
}

.name-produto {
  display: flex;
  align-items: center;
}

.imgtopo {
  width: 100%;
  max-width: 100%;
}

.btn-pagamento:hover {
  background: #f5f5f5;
}

.btn-pagamento:focus {
  outline: 0 !important;
}

.btn-pagamento i {
  font-size: 16px;
  line-height: 1;
}

.btn-pagamento.flag-card-active::before {
  content: "\2713 ";
  position: absolute;
  top: -7px;
  right: -8px;
  border-radius: 300px;
  font-family: "Font Awesome 5 Pro";
  color: #1b5f7c;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  background: #fff;
  line-height: 20px;
}

.input-group-text {
  background-color: transparent;
  border: 0;
}

.m-0 {
  margin: 0 !important;
}

.icon-detalhes {
  display: flex;
  color: #626262;
}

.icon-detalhes .icon-detalhes-text h5 {
  font-size: 12px;
}

.icon-detalhes .icon-detalhes-icon {
  font-size: 1.5em;
  margin-right: 16px;
  display: grid;
  align-content: center;
}

.paddingless {
  padding: 0 !important;
}

.formControlemail {
  display: inline;
  width: 51%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.marginless {
  margin: 0 !important;
}

.footer-pay {
  font-size: 8px;
}

.faixa-seguranca {
  background-color: #7cd063;
  padding: 13px 48px 10px 19px;
  z-index: 1;
  color: #ffffff;
  font-size: 11px;
  top: 23px;
  right: -23px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  max-width: 215px;
  border-radius: 2px;
}

.faixa-seguranca:before {
  position: absolute;
  content: " ";
  right: 0;
  bottom: -10px;
  display: block;
  border-style: solid;
  border-color: transparent;
  border-top-color: #56a03f;
  border-bottom: 10px;
  border-left-width: 0;
  border-right-width: 22px;
  border-top-width: 10px;
}

.text-center {
  text-align: center !important;
}

p {
  color: #303030;
  font-size: 19px;
}

ul p {
  color: #888888;
  font-size: 20px;
  margin: 10px 10px;
}

.btn-cian {
  background-color: #005e79;
  border-color: #005e79;
  color: #fff;
}

.btn-cianEmail {
  background-color: #005e79;
  border-color: #005e79;
  color: #fff;
  white-space: normal;
  margin-bottom: 12px;
  min-width: 50%;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.btn-gray {
  background-color: #888888;
  border-color: #888888;
  color: #fff;
}

.btn-grayProds {
  background-color: #888888;
  border-color: #888888;
  color: #fff;
  padding: 18px;
  white-space: normal;
  margin-bottom: 12px;
  min-width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 10px;
}

#padrao {
  background: #fff;
  color: #888888;
}

#whiteCian {
  background: #e3f2f8;
  color: #000;
}

#cian {
  background: #005e79;
  color: #fff;
}

.title-advance {
  color: #ff7e00;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 600;
}

.title-cian {
  color: #005e79;
  font-size: 36px;
}

.section {
  padding-top: 15px;
  padding-bottom: 15px;
}

#quadrado {
  float: left;
  width: 50px;
  height: 8px;
  shape-outside: inset(20px 5px 30px 10px round 50px);
  background: #ff7e00;
}

.boldText {
  color: #424242;
}

header {
  background-color: #fff;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 6rem;
}

.logo {
  display: flex;
  align-items: center;
}

.logo h1 {
  color: #24252a;
}

.nav-list {
  display: flex;
  align-items: center;
}

.nav-list ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

.nav-item {
  margin: 0 15px;
}

.nav-link {
  text-decoration: none;
  font-size: 1.15rem;
  color: #24252a;
  font-weight: 400;
}

.login-button button a {
  text-decoration: none;
  color: #24252a;
  font-weight: 500;
  font-size: 1.1rem;
}

.mobile-menu-icon {
  display: none;
}

.mobile-menu {
  display: none;
}

@media screen and (max-width: 730px) {
  .nav-bar {
    padding: 1.5rem 4rem;
  }

  .nav-item {
    display: none;
  }

  .login-button {
    display: none;
  }

  .mobile-menu-icon {
    display: block;
  }

  .mobile-menu-icon button {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }

  .mobile-menu ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;
  }

  .mobile-menu .nav-item {
    display: block;
    padding-top: 1.2rem;
  }

  .mobile-menu .login-button {
    display: block;
    padding: 1rem 2rem;
  }

  .mobile-menu .login-button button {
    width: 100%;
  }

  .open {
    display: block;
  }
}

.submit-lente {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 10;
  border: none;
  background: transparent;
  outline: none;
}

.submit-line {
  position: relative;
  width: 200px;
}

.submit-line input {
  width: 100%;
}

.descCian {
  color: #005e79;
}

.descLeft {
  text-align: left;
}

.btn-produtos {
  text-align: left;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.collapsible {
  background-color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

div.content p {
  font-size: 20px;
}

.contentProd {
  justify-content: center;
}

button:focus {
  outline: none;
}

.form-control {
  border: 1px solid #e1e1e1;
  background: #fafafa;
  color: #555;
  height: 53px;
  line-height: 49px;
  padding: 0 20px;
}

.form-control:focus {
  border-color: #b0e5e3!important;
  background-color: #EEF9F9!important;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
input {
  box-shadow: none!important;
}

.fundo-branco {
  padding: 20px 0;
  background: #FFF;
}

h6 {
  font-size: .7rem;
  font-weight: normal;
}

.icon-detalhes .icon-detalhes-text h5 {
  font-size: 12px;
}

.icon-detalhes .icon-detalhes-text p {
  font-size: 14px;
  padding-right: 12px;
}


.compra-segura {
  width: 275px;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 6px;
}

.dados-rodape {
  float: left;
}

.fa-mercadolivre {
  width: 41px;
  height: 41px;
  background-image: url('../img/iconMercadoPago.png');
}

.font-bold {
  font-weight: 700 !important;
}

@media screen and (max-width: 990px) {
  .icon-final {
    float: none;
  }

  .dados-rodape {
    margin: 10px 0;
  }
}
