@import url("http://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Antonio", sans-serif;
  font-weight: normal;
}

/* Colors */
/* Size */
/* Border */
/* Margin */
.navbar {
  color: #2f3745 !important;
  padding: 60px 0;
  /* .contato-box {
		.nav-link {
			color: unset !important;
			border: 3px solid $green-olive;
			border-radius: $border-radius-circle;
			padding: 15px 20px;
			font-size: $font-small;
			text-transform: uppercase;
		}
	} */
}

.navbar .navbar-nav .nav-item {
  padding: 0 6px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: unset !important;
}

.background-slide {
  padding: 40px 0 200px 0;
  background-color: #bec53f;
}

.background-slide .line {
  width: 20%;
  height: 4px;
  background-color: #9da235;
}

.background-slide h2 {
  padding: 0 30px;
  color: white;
}

.topo-other-pages {
  padding: 40px 0 200px 0;
}

.topo-other-pages .line {
  width: 20%;
  height: 4px;
  background-color: #9da235;
}

.topo-other-pages h2 {
  padding: 0 30px;
  color: #bec53f;
}

.btn-border {
  color: unset !important;
  border: 3px solid #bec53f;
  border-radius: 90px;
  padding: 15px 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.bg-border {
  background-color: #bec53f;
  color: #2b1f19;
  border-radius: 90px;
  padding: 15px 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.card {
  border: 0;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(229, 228, 231, 0.49);
          box-shadow: 0px 0px 15px -3px rgba(229, 228, 231, 0.49);
  border-radius: 7px;
}

.card h2 {
  font-weight: bold;
  color: #2b1f19;
  padding: 0;
  margin: 0;
}

.card p {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 13px;
  color: #868b2b;
}

.sobre-chamada {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .sobre-chamada .pr-1,
  .sobre-chamada .pl-1 {
    padding: unset !important;
  }
}

.sobre-chamada .content-box {
  background-color: #2f3745;
  height: inherit !important;
  padding: 39px;
  color: white;
}

.sobre-chamada .content-box .line {
  background-color: #bec53f;
  height: 2px;
  width: 100px;
  margin-right: -50px;
  margin: 20px 0;
}

.sobre-chamada .content-box h2 {
  text-transform: uppercase;
  font-size: 40px;
}

.sobre-chamada .content-box p {
  font-weight: 400;
  font-size: 16px;
}

.resultados-chamada {
  background-color: #f4f4f5;
  padding: 90px 0;
  margin-top: -30px;
}

@media (max-width: 992px) {
  .resultados-chamada {
    padding: 30px;
  }
}

.resultados-chamada .content {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .resultados-chamada .content {
    width: 100%;
    padding: 30px 0;
  }
}

.resultados-chamada .content h2 {
  text-transform: uppercase;
  font-size: 40px;
  color: #2b1f19;
}

.resultados-chamada .content p {
  font-size: 13px;
}

.resultado-slide .card {
  -webkit-box-shadow: 0px 0px 15px -3px rgba(229, 228, 231, 0.49);
          box-shadow: 0px 0px 15px -3px rgba(229, 228, 231, 0.49);
  border-radius: 7px;
}

.resultado-slide h2 {
  font-size: 30px;
  text-transform: uppercase;
}

.resultado-slide p {
  font-size: 13px;
  text-transform: unset;
  padding: 5px 0;
}

.resultado-slide ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.resultado-slide ul li img {
  padding-right: 20px;
  width: 200px;
}

.resultado-slide ul li strong {
  font-size: 19px;
  font-weight: 100;
  color: #2b1f19;
}

.resultado-slide ul li small {
  font-size: 11px;
  color: #868b2b;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Parts */
.negative-margin {
  margin-top: -190px;
}

.card-img-bottom {
  height: inherit !important;
}

.parceiros-chamada .line {
  background-color: #f4f4f5;
  height: 2px;
  width: 100px;
  margin: 20px 0;
}

.parceiros-chamada h2 {
  text-transform: uppercase;
  padding: 13px;
  font-size: 40px;
}

footer {
  /* margin-top: 30px; */
  background-color: #2f3745;
  padding: 50px 0;
}

footer p {
  color: white;
  font-size: 11px;
  font-weight: 100;
}

footer a img {
  margin: 0 5px;
}

footer .btn-border {
  padding: 10px 40px;
  font-size: 13px;
  color: white !important;
}

footer .content {
  text-align: right;
}

@media (max-width: 992px) {
  footer .content {
    text-align: left;
  }
}

footer .content small {
  color: #7d8aa1;
  text-transform: uppercase;
}

footer .content h3 {
  color: white;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .hide-mobile {
    display: none;
  }
}

.page-sobre {
  border-top: 30px solid #bec53f;
}

.page-sobre .content {
  padding: 40px 0 0 0;
  width: 80%;
}

@media (max-width: 992px) {
  .page-sobre .content {
    width: 100%;
  }
}

.page-sobre .content h1 {
  font-weight: bold;
  text-transform: uppercase;
}

.page-sobre .content p {
  color: #2f3745;
  font-weight: 300;
  font-size: 13px;
  padding: 10px 0;
  margin: 0;
}

.page-sobre .content ul {
  list-style: none;
  margin: 0;
  padding: 20px 30px;
  list-style-image: url("../images/ui-semente.png");
}

.page-sobre .content ul li {
  font-size: 14px;
  font-weight: bold;
  color: #2f3745;
}

.topo-produtos-pages {
  border-top: 30px solid #bec53f;
  padding: 40px 0 200px 0;
}

.topo-produtos-pages span {
  color: #f2f2f2;
  font-size: 30px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .topo-produtos-pages span {
    font-size: 15px;
  }
}

.topo-produtos-pages h2 {
  padding: 0 30px;
  color: #2b1f19;
}

@media (max-width: 992px) {
  .topo-produtos-pages h2 {
    font-size: 20px;
  }
}

.topo-produtos-pages p {
  font-size: 16px;
  text-align: center;
  font-weight: 100;
}

.paginacao ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paginacao ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  font-size: 13px;
}

.paginacao ul li a {
  color: #2b1f19 !important;
}

.paginacao ul li a .btn-paginacao-left {
  color: #2b1f19 !important;
  background-color: transparent;
  border: 3px solid #f4f4f5;
  border-radius: 90px;
  padding: 15px 40px;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 50px;
}

.paginacao ul li a .btn-paginacao-right {
  color: #2b1f19 !important;
  background-color: transparent;
  border: 3px solid #f4f4f5;
  border-radius: 90px;
  padding: 15px 40px;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 50px;
}

.paginacao ul .active {
  border-radius: 90px;
  border: 2px solid #bec53f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-produto {
  border-top: 30px solid #bec53f;
}

.page-produto .content {
  padding: 30px;
  width: 80%;
}

@media (max-width: 992px) {
  .page-produto .content {
    width: 100%;
  }
}

.page-produto .content h1 {
  font-weight: bold;
  text-transform: uppercase;
}

.page-produto .content span {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-produto .content span h2 {
  padding: 0;
  font-size: 40px;
  color: #2b1f19;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-produto .content span h2 small {
  font-size: 15px;
}

.page-produto .content p {
  color: #2f3745;
  font-weight: 300;
  font-size: 13px;
  padding: 10px 0;
  margin: 0;
}

.page-produto .content ul {
  list-style: none;
  margin: 0;
  padding: 20px 30px;
  list-style-image: url("../images/ui-semente.png");
}

.page-produto .content ul li {
  font-size: 14px;
  font-weight: bold;
  color: #2f3745;
}

.page-contato {
  border-top: 30px solid #bec53f;
}

.page-contato .content {
  padding: 30px;
  width: 80%;
}

@media (max-width: 992px) {
  .page-contato .content {
    width: 100%;
  }
}

.page-contato .content h1 {
  font-weight: bold;
  text-transform: uppercase;
}

.page-contato .content p {
  color: #2f3745;
  font-weight: 300;
  font-size: 13px;
  padding: 10px 0;
  margin: 0;
}

.page-contato .content form input {
  border: 1px solid #e8e8e8;
  border-radius: 90px;
}

.page-contato .content form input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: bold;
}

.page-contato .content form input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: bold;
}

.page-contato .content form input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: bold;
}

.page-contato .content form input::placeholder {
  font-size: 13px;
  font-weight: bold;
}

.page-contato .content form textarea {
  border: 1px solid #e8e8e8;
  border-radius: 90px;
}

.page-contato .content form textarea::-webkit-input-placeholder {
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
}

.page-contato .content form textarea:-ms-input-placeholder {
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
}

.page-contato .content form textarea::-ms-input-placeholder {
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
}

.page-contato .content form textarea::placeholder {
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
}
/*# sourceMappingURL=main.css.map */