
body {
  color: #444444;
}
a {
  color: #159C31;
  text-decoration: none;
}
a:hover {
  color: #159C31;
  text-decoration: none;
}

p {
font-family: "fractul-variable", sans-serif;
font-variation-settings: "wght"450;
  color: #161616;
  font-size: 1.2rem;
  margin-top: 1.4rem;
}

p1 {
font-family: "fractul-variable", sans-serif;
font-variation-settings: "wght"850;
	letter-spacing: .05rem;
  color: #161616;
  font-size: .8rem;
}

p1 span{
font-family: "fractul-variable", sans-serif;
font-variation-settings: "wght"250;
	letter-spacing: .05rem;
  color: #161616;
  font-size: .8rem;
}

p span{
font-family: "fractul-variable", sans-serif;
font-variation-settings: "wght"450;
  color: #161616;
  font-size: 1.2rem;
}


h1 {
  font-size: 4.5rem;
  margin-top: 1rem;
  position: relative;
  font-family: "fractul-variable", sans-serif;
  font-variation-settings: "wght" 900;
  color: #161616;
  text-align: center;
  line-height: 1;
  margin-bottom: 3%;
}


@media (max-width: 991px){
	h1 {
  font-size: 4.5rem;
  line-height: 1;
}
}


@media (max-width: 768px){
	h1 {
  font-size: 4rem;
		line-height: 4rem;
}
}

@media (max-width: 575px){
	h1 {
  font-size: 2.5rem;
}
}




h2 {
  font-size: 2.5rem;
  position: relative;
  font-family: "fractul-variable", sans-serif;
  font-variation-settings: "wght" 850;
  color: #159C31;
  text-align: left;
  line-height: 1.2;
}

@media (max-width: 768px){
	h2 {
  font-size: 1.5rem;
		line-height: 1.8rem;
}
}

h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  position: relative;
  font-family: "fractul-variable", sans-serif;
  font-variation-settings: "wght" 850;
  color: #159C31;
  text-align: left;
  line-height: 1.2;
}

@media (max-width: 768px){
	h3 {
  font-size: 1.4rem;
		line-height: 2rem;
}
}

h4 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  position: relative;
  font-family: "fractul-variable", sans-serif;
  font-variation-settings: "wght" 850;
  color: #161616;
  text-align: center;
  line-height: 1.2;
}

h5 {
  font-size: 1.2rem;
  position: relative;
  font-family: "fractul-variable", sans-serif;
  font-variation-settings: "wght" 850;
  color: #161616;
  text-align: center;
}

@media (max-width: 768px){
	h5 {
  font-size: .8rem;
		line-height: 1rem;
}
}

h6 {
  font-size: 1.2rem;
  margin-top: 4rem;
  position: relative;
  font-family: "fractul-variable", sans-serif;
  font-variation-settings: "wght" 850;
  color: #161616;
  text-align: left;
  line-height: 1.2;
}

h7 {
  font-size: 1.2rem;
  position: relative;
  font-family: "fractul-variable", sans-serif;
  font-variation-settings: "wght" 850;
  color: #eee;
  text-align: center;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #161616;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #f4f4f4;
  line-height: 0;
}
.back-to-top:hover {
  background: #505050;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.center-content {
  margin: 0 auto;
  width: 90vw;
  filter: grayscale();
  padding: 0 0 !important;
}
.container-fluid {
  padding: 0 0 !important;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  padding: 0px 0 16px 0px;
}
.social-icons {
  min-height: 4vh;
  position: relative;
  min-width: 100vw;
	background: #000;
  display: block;
  align-items: center;
  text-align: center;
  padding: 20px 20 20px 20px !important;
  font-size: 18px;
  color: #161616;
  white-space: nowrap;
  margin: 0 auto;
}
.social-wrapper {
  flex-direction: row;
  padding: 10px 10px;
  justify-content: center;
}
.fa {
  width: 4%;
  color: #f4f4f4;
}
@media (max-width: 991px) {
  .fa {
    width: 15%;
  }
}
.shadow {
background: #fff;
  margin-top: 0 !important;
  padding: 0px 0px 20px 0px;
  z-index: 9998;
  position: fixed;
  top: 0px;
  width: 100vw;
  min-width: 100vw;
  
}
.navbar-zyeah {
  padding: 20px 20px 0px 0px;
}
#header .logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo h1 a span, #header .logo h1 a:hover span {
  color: #505050;
}
#header .logo img {
  margin: 0;
  max-height: 65px;
}
@media (max-width: 768px) {
  #header .logo img {
    margin-left: 20%;
    max-height: 55px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  font-family: "peridot-pe-variable", sans-serif;
  font-variation-settings: "wght"400, "wdth"90, "ital"0;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  color: #161616;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 18px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #161616;
  font-variation-settings: "wght"600, "wdth"90, "ital"0;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #161616;
  font-size: 28px;
  font-weight: 900;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: relative;
  z-index: 9998;
  border-radius: 0px;
  background: transparent;
  padding: 2px;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 55px;
  right: 15px;
  font-size: 3rem;
  color: #f4f4f4;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #161616;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 30px 60px;
  font-size: 1.5rem;
  color: #f4f4f4;
  font-family: "obviously-variable", sans-serif;
  font-variation-settings: "wght"800, "wdth"100, "ital"0;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #505050;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
  display: block;
  border: 0;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
	
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #505050;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.container-fluid-zyeah {
  width: 100vw;
  min-width: 100vw;
  max-height: 75vh;
  padding: 0 0 0 0;
background-image:url("../img/back.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 60%;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0;
  overflow: hidden;
}
.section-bg_white {
  background: #fff;
}

.section-bg_grey {
  background: #eee;
}

.section-bg_black {
  background: #161616;
}

.section-bg_blue {
  background: #00D0CD;
}


.section-bg_gradblue1 {
    background-image: linear-gradient(to bottom, #159c31, #5ea91f, #91b405, #c1bd00, #f2c410);
	background-size: 400% 400%;

    -webkit-animation: gradblue1 8s ease infinite;
    -moz-animation: gradblue1 8s ease infinite;
    -o-animation: gradblue1 8s ease infinite;
    animation: gradblue1 8s ease infinite;
}

@-webkit-keyframes gradblue1 {
    0%{background-position:47% 0%}
    50%{background-position:54% 100%}
    100%{background-position:47% 0%}
}
@-moz-keyframes gradblue1 {
    0%{background-position:47% 0%}
    50%{background-position:54% 100%}
    100%{background-position:47% 0%}
}
@-o-keyframes gradblue1 {
    0%{background-position:47% 0%}
    50%{background-position:54% 100%}
    100%{background-position:47% 0%}
}
@keyframes gradblue1 {
    0%{background-position:47% 0%}
    50%{background-position:54% 100%}
    100%{background-position:47% 0%}
}
.section-title {
  padding-bottom: 0px;
}
/*--------------------------------------------------------------
# Features | PROGRAMA
--------------------------------------------------------------*/
.features .content1 + .content1 {
  margin-top: 50px;
}
/*--------------------------------------------------------------
# evento | EVENTO
--------------------------------------------------------------*/
.evento .content + .content {
  margin-top: 50px;
}
/*--------------------------------------------------------------
# Team | ORADORES
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
}
.team .member .pic {
  margin-bottom: 15px;
}
.team .member .pic img {
  max-width: 90%;
}
/*--------------------------------------------------------------
# Contact  || Inscrição
--------------------------------------------------------------*/
.info-box {
  text-align: center;
  border-radius: 20px;

	background-color: #00D0CD;

  padding: 15px 0px 10px 0px;
}

.info-box-1 {
  text-align: center;
  border-radius: 20px;

	background-color: #E54C92;

  padding: 15px 0px 10px 0px;
}

.info-box:hover {
  background-color: #412B64;
  text-align: center;
  border-radius: 20px;

  padding: 15px 0px 10px 0px;
}
.info-box i {
  font-size: 4rem;
  color: #f4f4f4;
  border-radius: 50%;
  padding: 8px;
}
/*--------------------------------------------------------------
# Clients | LOGOS
--------------------------------------------------------------*/
.clients {
  padding: 0;
}
.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 60px;
}
.clients .client-logo img {
  align-items: center;
}
.clients img {
  transition: all 0.4s ease-in-out;
}
.container-logos {
  border-radius: 75px;
  max-width: 100%;
  background-color: #FFFFFF;
  padding: 30px 60px;
  align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
}
.img-logo {
  height: 35px !important;
  width: auto;
  margin: 0px 20px;
}
.img-fluid {
  background-blend-mode: multiply;
}
.img-fluid1 {
  width: 9rem;
  height: auto;
}
.img-fluid-2 {
  max-width: 100%;
  height: auto;
  max-height: 100%;
    align-content: center;
	border-radius: 35px;
}
.hero-wrapper {
  max-height: 100%;
  width: auto;
  height: auto;
  align-content: center;
    margin-top: 10%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.divider {
  min-width: 100vw;
  background-color: #161616;
  height: 5px;
}
.padding-bot {
  padding-bottom: 2%;
}
.padding-top {
  padding-top: 3%;
}
.heading-space {
  padding-top: 200px;
}
.img-max {
  width: 10%;
}
.img-porto {
  width: 30%;
}
.black-white {
  filter: grayscale();
  max-width: 80%;
}
@media (max-width: 575px) {
  .heading-space {
    padding-top: 80px;
  }
  .padding-top {
    padding-top: 80px;
  }
}
.gif {
  position: relative;
}
/*--------------------------------------------------------------
# ACORDEAO
--------------------------------------------------------------*/
/* Style the button that is used to open and close the collapsible content */
.collapsible {
background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  margin: 10px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
  width: 100%;
 border: 2px solid;
	border-color: #159c31;
  border-radius: 20px;
	align-content: center;
	transition: all .5s ease-in-out;
 }


.collapsible:focus {
	background-color: #fff;
}
.content1 {
  margin-top: 20px;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  transition: max-height .5s ease-in-out;
}

.abre{
	display: flex;
	flex-direction: column;
	
}


.inscrever {
	background-image: url(../img/banner.png);
	overflow: hidden;
	background-size: cover;
	background-position: center;
	height: 60px;
}


.button-85 {
  background-color: #fff;
  border-radius: 8px;
  border-width: 0;
	margin: 2%;
  color: #fff;
  cursor: pointer;
  padding: 10px 12px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
