/*  Google fonts */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
::-webkit-scrollbar {
  width: 6px;
  background: #f4f4f4;
}
::-webkit-scrollbar-thumb {
  background: #04d361;
}
::selection {
  background: #04d361;
}
::-moz-selection {
  background: #04d361;
}
nav a {
  color: #121214;
}
nav a:hover {
  color: #04d361;
}
header {
  color: #121214;
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  padding-top: 0rem;
}
section {
  display: block;
}
#contact {
  background-color: #f3f3f3;
  padding-top: 4rem;
  padding-bottom: 6rem;
  color: #121214;
}
#services {
  background-color: #f3f3f3;
  padding-top: 4rem;
  padding-bottom: 6rem;
  color: #121214;
}
#apoio {
  background-color: #121214;
  padding-top: 16rem;
  color: #e6e6e6;
}
#divs1 {
  background-color: #121214;
}
#divs2 {
  background-color: #f3f3f3;
}
.card {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #8257e6;
}
.divistextochama {
  font-weight: 900;
  line-height: 1;
  color: #e6e6e6;
}
.divistextochama2 {
  font-weight: 900;
  line-height: 1;
  color: #2b2b2c;
}
#divapoiadores {
  padding-top: 2rem;
}
.card-deck {
  padding-left: 1rem;
  padding-right: 1rem;
}
#css_email {
  position: relative;
  background-color: #2b2b2c;
}
.titlesection {
  padding: 0rem 0rem 2rem 0rem;
}
footer {
  background-color: #18181a;
}
#linhagrad {
  background: linear-gradient(to right, #8257e6, #04d361);
}

.btnstyle {
  margin-top: 2rem;
  background-color: #04d361;
  border-radius: 15px;
  color: #e6e6e6;
  width: 200px;
  height: auto;
}

.textsecund {
  margin-top: 2rem;
  font-size: 24px;
  line-height: 1;
  color: #e6e6e6;
}
.textsecund2 {
  margin-top: 2rem;
  font-size: 24px;
  line-height: 1;
  color: #2b2b2c;
}
.grad {
  background-image: linear-gradient(to right, #8257e6, #04d361);
  background-clip: content-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
h1 {
  font-weight: 700;
  font-size: 80px;
  line-height: 0.8;
}
h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}