body{
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.72px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  }
nav ul a {
  padding: 0px 12px !important;
}
.swiper {
  min-width: 30%;
  max-width: 100%;
}
hr{
  border: 1px solid #f0f0f0;
}
nav a {
  color: #2d3135 !important;
}
.btn-large {
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 18px !important;
}
.title {
  font-weight: 700;
}
.degrade {
  background-color: #e0f2fe;
  color: #0c4a6e;
  border-radius: 16px;
  padding: 8px;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#38bdf8), to(#6366f1), to(#6366f1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
  margin-bottom: 1rem !important;
}
h3{
  font-size: 1.2em;
  color: #71717A;
  margin-top: 1rem !important;
}
h4 {
  font-size: 1.3em;
  font-weight: 600;
}
h5.feature-title {
  font-size: 18px;
  font-weight: 600;
}
.w400 {
  font-weight: 400;
  font-size: 18px;
}
.footer-copyright {
  background-color: #fff !important;
  color: #71717A !important;
  background-color: #fafafa !important;
}
.feature-desc{
  color: #71717A;
}
.grey2d {
  color: #2d3135;
}
.grey71{
  color: #71717A;
}
h6 {
  font-size: 14px;
  color: #0091ea;
}
.f36 {
  font-size: 36px;
}
.icone-recurso{
  font-size: 1.5em; 
  position: relative; 
  top: 6px; 
  margin-right: 8px;
}
.alert-success{
  border-left: 4px solid #388e3c;
  padding: 1px 0px 1px 15px;
}
.alert-error{
  border-left: 4px solid #d32f2f;
  padding: 1px 0px 1px 15px;
}
.cliHover {
  padding: 12px 12px;
}
.cliHover:hover {
  opacity: 0.7;
}
.boxprice {
  max-width: 420px;
  margin: auto;
}
.padd {
  position: relative;
  top: 5px;
}
.badgee {
  font-size: 12px;
  font-weight: 400;
  background-color: #e0f2fe;
  color: #0c4a6e;
  border-radius: 16px;
  padding: 4px 6px;
}
.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mt-12 {
  margin-top: 12px !important;
}

.h-30 {
  height: 30px;
}
@media screen and (max-width: 1023px) {
  .modal {
    max-height: 85% !important;
    top: 5% !important;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.7em;
  }
  h3{
    font-size: 1.2em;
  }
  .valign-wrapper {
    display: block !important;
  }
  .center-movel {
    text-align: center;
  }
  .cliHover {
    padding: 4px 4px;
  }
  .cliHover img {
    width: 55px;
  }
  .my-50 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

