/* Fonte */
@font-face {
  font-family: "Arlon";
  src: url('../fontes/arlon-bold.ttf');
}

@font-face {
  font-family: 'Quattrocento Sans';
  src: url('../fontes/QuattrocentoSans-Regular.ttf');
}

/* Tags */
h1, h2, h3, h4, .btn-primary, .btn-secondary {
  font-family: 'Arlon' !important;
  color: #1C1330 !important;
}

h5 {
  font-weight: 700 !important;
}

p, span, small, h5, li {
  font-family: 'Quattrocento Sans' !important;
  color: #666;
}

h1 {
  font-size: 76px !important;
}

h2 {
  font-size: 45px !important;
}

h3 {
  font-size: 35px !important;
}

h4 {
  font-size: 25px !important;
}


body {
  font-family: 'Quattrocento Sans' !important;
}

section, main {
  padding: 2.5rem 0;
}

/* Botões */
.btn-primary, .btn-secondary {
  padding: .5rem 2rem .4rem;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 10px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.btn-primary {
  background-image: linear-gradient(to right, #5D38E0, #2EC0E8);
}

.btn-primary:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid #2EC0E9;
}

.btn-secondary:hover {
  background-color: #2EC0E9;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* Classes */
.navbar img {
  height: 34px;
  width: auto;
}

.header {
  text-align: center;
}

.header h1 {
  margin-top: 2rem;
}

.header p {
  max-width: 720px;
  margin: 0 auto 1rem !important;
}

.header img {
  margin: 2rem 0;
}

.header .btn-primary {
  display: inline-block;
}

.sobre {
  background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fcfbfb, #faf9f9, #f8f7f6);
  padding-bottom: 6rem;
}

.title {
  max-width: 720px !important;
  display: block;
  margin: 0 auto 4rem;
  text-align: center;
}

.title span {
  color: #5D38E0;
  font-weight: 700 !important;
}

.fx {
  background-color: #F8F7F6;
  border-radius: 30px;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
}

.funcionalidades2 span {
  display: block;
  color: #2F64E9;
  font-weight: 700 !important;
}

.funcionalidades2 p {
  margin-bottom: 1rem !important;
}

.funcionalidades2 li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 19px;
  background-image: url('../img/check.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
}

ul {
  padding-left: 0 !important;
}

.wfc {
  width: 300px;
  text-align: justify;
  margin-right: 1rem;
}

.relative {
  position: relative;
  margin-bottom: 6rem;
}

.imgfc {
  width: 428px;
  height: 428px;
  border-radius: 30px;
  object-fit: cover;
  position: relative;
}

.ig {
  display: block;
  position: absolute;
  width: 458px;
  height: 458px;
  background-color: #F8F7F6;
  border-radius: 30px;
}

.ig.lf {
  top: -30px;
}

.ig.rg {
  top: -30px;
  right: .8rem;
}

.flex-end {
  display: flex;
  justify-content: end;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.cta {
  background: url('../img/element.webp'), linear-gradient(to right, #5d38e0, #5146e4, #4551e6, #3a5be8, #2f64e9);
  padding: 7rem 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.cta h2, .cta p {
  color: #fff !important;
}

.cta p {
  margin-bottom: 1rem !important;
}

footer {
  padding: 1rem 0;
  text-align: center;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2EC0E8;
}

.navbar-toggler {
  border: none !important;
}

.float-placeholder {
  color: #fff;
}

.form-control:focus {
  border-color: #2EC0E8 !important;
  box-shadow: none !important;
}

.sobre p, .fx p, .cta p {
  text-align: justify;
}

.error-input {
  color: #b90c15 !important;
}