/* Poppins Regular */
@font-face {
  font-family: 'Poppins';
  src: url('/assets/TIPOGRAFIA/Poppins-Regular.ttf') format('truetype');
  font-weight: 400; /* Normal */
  font-style: normal;
}

.text-base {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.text-sm{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

/* Poppins SemiBold */
@font-face {
  font-family: 'Poppins';
  src: url('/assets/TIPOGRAFIA/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600; /* SemiBold */
  font-style: normal;
}

/* Poppins Bold */
@font-face {
  font-family: 'Poppins';
  src: url('/assets/TIPOGRAFIA/Poppins-Bold.ttf') format('truetype');
  font-weight: 700; /* Bold */
  font-style: normal;
}

/* Texto Bold */
h1, strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

/* Texto SemiBold */
h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

p, span, button, a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.font-black {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
}

.font-bold{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.font-orange {
  color: #f97316;
}

.background-navbar {
    background-color: #fefefe;
}

.custom-li {
  list-style-type: circle;
  list-style-position: inside;
  padding-left: 0;
}

.custom-li li {
  position: relative;
  padding-left: 22px;
  text-indent: -22px;
}

.custom-li li::marker {
  font-size: 0;
}
.custom-li li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #f97316;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.b2v-bg-orange {
  background-color: #f97316;
}

.b2v-bg-blue {
  background-color: #26B2E8;
}

.b2v-border-blue {
  border: #3f5b9b solid 2px;
}

.b2v-bg-explora {
  background-color: #3f5b9b;
}

.b2v-bg-green {
  background-color: #2BAC75;
}

.b2v-border-green {
  border: #2BAC75 solid 2px;
}

.b2v-bg-purple {
  background-color: #AF7AD5;
}

.b2v-bg-lavanda {
  background-color: #B37BCF;
}

.b2v-border-purple {
  border: #AF7AD5 solid 2px;
}

.b2v-bg-gray{
  background-color: #EDEEED;
}

.b2v-shadow-bottom-right {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.b2v-shadow-contact {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

.b2v-text-orange {
  color: #F28000;
}

.b2v-text-green {
  color: #2BAC75;
}

.b2v-text-footer {
  color: #494949;
}

.active {
  color: #F28000 !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}

.point-main {
  color: #000000;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  font-size: 1rem;
}

.point-main p {
  text-indent: -24px;
  margin-left: 24px;
}

.point-main p::before {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  margin-right: 10px;
}
