.container-nauber-pro {
}

body {
  background-color: #f1f1f1;
}
.card {
  border: 2px solid #cacaca;
  background-color: white !important;
  border-radius: 25px;
  color: white;
  font-family: "Inter", sans-serif !important;
  text-transform: capitalize;
}

.card-header {
  color: #666666;
  padding: 0px;
  background-color: transparent;
  font-weight: bold;
}

.productContainer {
}

.f-button svg {
  padding: 5px;
  background-color: #ebebeb;
  color: #0a831e;
  border-radius: 50%;
  border: 1px solid #cacaca;
}

.f-carousel__viewport {
  border-radius: 25px;
}

.f-carousel {
  border-radius: 25px;
  border: 1px solid #cacaca;
}

.card-revendedor .col-infos {
  border-left: 2px solid #cacaca;
}

.card-revendedor .col-infos .card-header {
  border-bottom: 2px solid #cacaca;
  width: 100%;
}

.card-body {
  width: 100%;
  color: #666666;
}

.card-revendedor {
  align-items: center;
}

.row-revendedores .row {
  width: 100%;
  align-items: center;
  padding: 10px 0px;
}

.card p,
.card h5 {
  font-family: "Inter", sans-serif !important;
  text-transform: capitalize;
}

.card p {
  font-weight: 400;
}

.card-revendedor img {
  width: 100%;
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

.f-carousel__slide {
  max-height: 360px;
}

.f-carousel__slide img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card-body a {
  color: #666666;
  width: 100%;
}

.card-body a:hover {
  color: #000000 !important;
}

.card-title {
  font-size: 22px;
}

.revendedor-nauber-pro {
  background-color: white;
  border: 3px solid #cacaca;
  border-radius: 25px;
  margin: 10px;
}

.revendedor-nome {
  font-family: "Inter", sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.63px;
  text-align: left;
  color: #666666;
}

.row-titulo {
  border-bottom: 3px solid #cacaca;
  border-left: 3px solid #cacaca;

  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

.row-content {
  border-left: 3px solid #cacaca;
}

.row-content p {
  font-family: "Inter", sans-serif !important;
  font-size: 100%;
  font-weight: 400;
  line-height: 26.63px;
  text-align: left;
  color: #666666;
}

.row-content img {
  max-width: 60px;
  width: 100%;
}
.row-content a {
  padding: 10px 0px;
}

.logo-revendedor {
  max-width: 75px;
}

.col-slider {
}

@media (max-width: 767px) {
  .row-titulo {
    border-left: none;
  }

  .row-content {
    border-left: none;
  }

  .col-slider {
    margin: 20px 0px;
  }
}

.only-data .row-titulo {
  border-left: none;
}

.only-data .row-content {
  border-left: none;
}

.whatsapp-icon {
  width: 100% !important;
  max-width: 55px !important;
}
