body: {
    font-family: 'Open Sans', sans-serif;
}

.h3 {
    font-weight: 700;
}
.btn {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0e0e0e;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
    text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: 15px 40px;
  font-size: 0.8rem;
  border-radius: 3px;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: #1E1E1E !important;
}

.text-green {
  color: #67BE6F;
}
.btn-green {
  color: #fff;
  background-color: #67BE6F;
  border-color: #67BE6F;
}
.bg-green {
  color: #fff;
  background-color: #67BE6F;
  border-color: #67BE6F;
}
.bg-greenlight {
  color: #fff;
  background-color: #DFF0E3;
  border-color: #DFF0E3;
}
.bg-gris {
  color: #fff;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}

.nav-social .nav-link {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 42px !important;
  max-width: 100%;
  height: 35px;
}


.footer-copyright {
  font-size: .775em;
  color: #444;
}
hr.style1{
	border-top: 3px solid #000000;
}
.h2, h2 {
  font-size: 3em;
  line-height: 1.0;
}
.fs-5mez {
	font-size: 1.0rem;
    font-weight: 400;
}
.fw-medium {
  font-weight: 700 !important;
}
.fs-7 {
    font-size: 0.9rem;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.min-vh-40 {
  min-height: 40vh !important;
}
.text-green {
    color: #67BE6F !important;
}
.p-25 {
    padding: 25px !important;
}
.pr-70 {
    padding-right: 70px !important;
}
.media-review .media-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  min-width: 131px !important;
  max-width: 131px !important;
  margin-right: 30px;
}

@media (min-width: 200px) { 
.lines-style-3 .line {
  position: absolute;
  display: block;
  right: 50%;
  bottom: 0;
  height: 70px;
  border-right: 1px solid currentColor;
  z-index: 1;
}
}



