body {
  color: #444444;
  font-family: "scale-variable", sans-serif;
font-variation-settings: "wght" 900, "wdth" 110;
}
a {
  color: #45A29E;
  text-decoration: none;
}
a:hover {
  color: #505050;
  text-decoration: none;
}
p {
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 300, "wdth" 100;
  color: #000;
  font-size: 1rem;
  margin-top: 2rem;
  letter-spacing: .1rem;
}

li {
	font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 90;
  color: #000;
  font-size: .8rem;
  letter-spacing: .12rem;
	line-height: 1.4rem;
}
p span {
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 500, "wdth" 120;
  color: #113827;
  font-size: 1.3rem;
  margin-top: 2rem;
  letter-spacing: .2rem;

}

p1 {
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 300, "wdth" 80;
  color: #000;
  text-align: left;
}

p1 span {
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 300, "wdth" 80;
  color: #000;
  text-align: center;
}
h1 {
  font-size: 8rem;
  margin-top: 1.5rem;
  position: relative;
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 800, "wdth" 80;
  color: #2D6E52;
  text-align: left;
  line-height: .1;
}


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


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

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


h2 {
  font-size: 1.9rem;
  margin-top: 2rem;

  position: relative;
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 900, "wdth" 110;
  color: #113827;
  text-align: left;
  line-height: 1.2;
}

h2 span{
  font-size: 1.1rem;
  margin-top: 2rem;
  position: relative;
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 900, "wdth" 110;
  color: #2D6E52;
  text-align: left;
  line-height: 1.2;
}

h3 {
  font-size: 1.1rem;
  position: relative;
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 500, "wdth" 140;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

h3 span{
  font-size: 1.1rem;
  margin-top: 2rem;

  position: relative;
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 900, "wdth" 110;
  color: #2D6E52;
  text-align: left;
  line-height: 1.2;
}

h4 {
  font-size: 2rem;
  margin-top: 3rem;
  position: relative;
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 800, "wdth" 70;
  color: #2D6E52;
  text-align: center;
  line-height: 1.1;
}

h4 span{
  font-size: 1.3rem;
  position: relative;
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 300, "wdth" 80;
  color: #113827;
  text-align: center;
  line-height: 1.1;
}

h5 {
  font-size: 1.3rem;
  margin-top: .5rem;
  position: relative;
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 800, "wdth" 90;
  color: #2D6E52;
  text-align: center;
  line-height: 1;
}

h5 span{
  font-size: 1.3rem;
	margin-top: 1.5rem;
  position: relative;
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 300, "wdth" 80;
  color: #113827;
  text-align: center;
  line-height: 1.1;
}

/*--------------------------------------------------------------
# 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: #2c6e51;
  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 {
  box-shadow: 0px 150px 20px 20px #e8e8e8;
  margin-top: 0 !important;
  padding: 0px 0px 20px 0px;
  z-index: 9998;
  position: fixed;
  top: 0px;
  width: 100vw;
  min-width: 100vw;
  background: #f4f4f4;
}
.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: "scale-variable", sans-serif;
  font-variation-settings: "wght" 500, "wdth" 80;
}
.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: 1.1rem;
  color: #161616;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 1.1rem;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #2D6E52;
  font-variation-settings: "wght" 700, "wdth" 110;
}
/**
* 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: "scale-variable", sans-serif;
  font-variation-settings: "wght" 900, "wdth" 110;
}
.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;
  min-height: 100vh;
  padding: 0 0 0 0;
  background-image: url("../img/bg_img.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: #f4f4f4;
}
.section-bg_grey {
  background: #dedede;
}
.section-bg_green {
  background: #addfba;
}
.section-bg_pink {
  /*background: #E74D94;*/
background: #eee;
}
.section-title {
  padding-bottom: 30px;
}
/*--------------------------------------------------------------
# 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: #2D6E52;

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


.info-box:hover {
  background-color: #113827;
  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-fluid1 {
  width: 9rem;
  height: auto;
}
.img-fluid-2 {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.hero-wrapper {
  max-height: 90%;
  width: auto;
  height: auto;
  align-content: center;
  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: 100px;
}
.padding-top {
  padding-top: 150px;
}
.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 {
  cursor: pointer;
  margin: 10px 0px 10px 0px;
  padding: 20px 10px 10px 10px;
  width: 100%;
  border: 8px solid;
  border-color: #161616;
  border-radius: 80px;
  text-align: center;
  text-transform: uppercase;
  color: #161616;
  transition: all .5s ease-in-out;
}
.collapsible:focus {
  background-color: #161616;
  color: #f4f4f4;
}
.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;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
