@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,700&display=swap");
*, body, section, div, header, nav, ul, li, ol, h1, h2, h3, h4, h5, h6, p, span, strong, footer, input, label, textarea {
  font-family: "Fira Sans", sans-serif;
}

body {
  background-image: -webkit-linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  background-image: -moz-linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  background-image: -ms-linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  overflow-x: hidden;
}

button:focus {
  outline: 0 !important;
}
.same-line {
  display: flex;
  gap: 16px;
}
.recaptcha{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.recaptcha input{
  padding: 14px 22px;
  border-radius: 6px;
  margin: 0;
  text-transform: uppercase;
}
.button {
  background-color: #43b649;
  color: #ffffff;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0.85em 3em;
  -webkit-transition: box-shadow ease 300ms, filter ease 300ms;
  -moz-transition: box-shadow ease 300ms, filter ease 300ms;
  -ms-transition: box-shadow ease 300ms, filter ease 300ms;
  transition: box-shadow ease 300ms, filter ease 300ms;
}
.button:hover {
  filter: brightness(85%);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  background-color: #43b649;
}
.button:focus {
  filter: brightness(75%);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  background-color: #43b649;
  outline: 0 !important;
}
.button:visited {
  background-color: #43b649;
  filter: none;
  background-color: #43b649;
  outline: 0 !important;
}

.button.hollow {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649;
  -moz-box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649;
  -ms-box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649;
  box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649;
  -webkit-transition: background-color ease 300ms, color ease 300ms, box-shadow ease 300ms;
  -moz-transition: background-color ease 300ms, color ease 300ms, box-shadow ease 300ms;
  -ms-transition: background-color ease 300ms, color ease 300ms, box-shadow ease 300ms;
  transition: background-color ease 300ms, color ease 300ms, box-shadow ease 300ms;
}
.button.hollow:hover {
  -webkit-box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649, 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649, 3px 3px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649, 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649, 3px 3px 5px rgba(0, 0, 0, 0.2);
  background-color: #43b649;
  color: #ffffff;
  border: 0;
  filter: none;
}
.button.hollow:focus {
  -webkit-box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649, 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649, 2px 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649, 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649, 2px 2px 3px rgba(0, 0, 0, 0.3);
  background-color: #43b649;
  color: #ffffff;
  border: 0;
  filter: none;
}
.button.hollow:visited {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649;
  -moz-box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649;
  -ms-box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649;
  box-shadow: inset 0 0 0px 1px #43b649, 0 0 0 1px #43b649;
  filter: none;
}

.button.hollow.dark-text {
  color: #414042;
}
.button.hollow.dark-text:hover, .button.hollow.dark-text:focus {
  color: #ffffff;
}

.button.dark {
  background-color: #414042;
  color: #ffffff;
}
.button.dark:hover, .button.dark:focus {
  background-color: #414042;
  color: #ffffff;
}
.button.dark:visited {
  background-color: #414042;
  color: #ffffff;
}

ol>li::marker {
  color: #5a5a5a;
  font-size: 1.5em;
  font-family: 'Fira Sans';
}

section h2, section h3 {
  color: #5a5a5a;
  line-height: 1.09;
}
section h2 strong, section h3 strong {
  color: #43b649;
}
section h2::after, section h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #43b649;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
section h2.centered,
section h3.centered {
  text-align: center;
}
section h2.centered::after,
section h3.centered::after {
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
section p, section ul li {
  color: #868686;
}
section p.half {
  max-width: 50%;
  margin: auto;
  color: #868686;
  text-align: center;
}
section .half p {
  max-width: 50%;
  margin: auto;
  color: #868686;
  text-align: center;
}

.off-canvas {
  background-color: #414042;
  padding-top: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.off-canvas .vertical.menu {
  max-width: 100%;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.off-canvas .vertical.menu li {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: bold;
}
.off-canvas .vertical.menu li a {
  color: inherit;
}
.off-canvas .search-form-wrapper {
  max-width: 100%;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.off-canvas .search-form-wrapper .button {
  width: 100%;
}
.off-canvas .search-form-wrapper input[type=text] {
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
  height: 50px;
  font-size: 0.8rem;
}
.off-canvas .search-form-wrapper input[type=text]::placeholder {
  color: #ffffff;
}
.off-canvas .search-form-wrapper input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
.off-canvas .search-form-wrapper input[type=text]::-moz-placeholder {
  color: #ffffff;
}
.off-canvas .search-form-wrapper input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}
.off-canvas .search-form-wrapper input[type=text]:-moz-placeholder {
  color: #ffffff;
}
.off-canvas .search-form-wrapper input[type=text] ~ span {
  margin-top: -2px;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #43b649;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform ease 300ms;
  -moz-transition: transform ease 300ms;
  -ms-transition: transform ease 300ms;
  transition: transform ease 300ms;
}
.off-canvas .search-form-wrapper input[type=text]:focus ~ span {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.off-canvas .search-form-wrapper input[type=text]:focus ~ button {
  background-color: #43b649;
  -webkit-transition: background-color ease 300ms 250ms;
  -moz-transition: background-color ease 300ms 250ms;
  -ms-transition: background-color ease 300ms 250ms;
  transition: background-color ease 300ms 250ms;
}

#top-nav {
  width: 100%;
  padding: 0.5em;
  background-color: #414042;
}
#top-nav .top-nav-right,
#top-nav .top-nav-left {
  display: flex;
  align-items: center;
  color: #ffffff;
}
#top-nav .top-nav-right span i,
#top-nav .top-nav-left span i {
  color: #ffffff;
  font-size: 1.25rem;
}
#top-nav .top-nav-left {
  justify-content: flex-start;
}
#top-nav .top-nav-left i {
  margin-right: 0.5em;
}
#top-nav .top-nav-right {
  justify-content: flex-end;
}
#top-nav .top-nav-right span a {
  margin-left: 1em;
}

header {
  position: relative;
  padding: 0.5rem 0;
  background-color: #43b649;
  background-image: url("../../img/home/imgs/header-bg.jpg");
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}
header .top-bar,
header .top-bar-left,
header .top-bar-right,
header .menu {
  background-color: initial;
}
header .top-bar a,
header .top-bar-left a,
header .top-bar-right a,
header .menu a {
  color: #ffffff;
}
header .top-bar li a::after,
header .top-bar-left li a::after,
header .top-bar-right li a::after,
header .menu li a::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #ffffff;
  margin-top: 0.25rem;
  margin-bottom: -0.25rem;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform cubic-bezier(0.65, 0.05, 0.36, 1) 300ms;
  -moz-transition: transform cubic-bezier(0.65, 0.05, 0.36, 1) 300ms;
  -ms-transition: transform cubic-bezier(0.65, 0.05, 0.36, 1) 300ms;
  transition: transform cubic-bezier(0.65, 0.05, 0.36, 1) 300ms;
}
header .top-bar li a:hover::after,
header .top-bar-left li a:hover::after,
header .top-bar-right li a:hover::after,
header .menu li a:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
header .top-bar li button,
header .top-bar-left li button,
header .top-bar-right li button,
header .menu li button {
  margin: 0;
  color: #ffffff;
  padding: 0.7rem 1rem;
  cursor: pointer;
}
header .header-content {
  padding-top: 9rem;
  padding-bottom: calc(9rem + 52px);
  text-align: center;
  color: #ffffff;
}
header .header-content h1 {
  font-weight: bold;
}
header .header-content h5 {
  max-width: 50%;
  margin: auto;
}
header .header-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.35em 0;
}
header .header-footer .header-footer-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
}
header .header-footer .header-footer-content .button {
  margin-right: 1.5em;
}
header .header-footer .header-footer-content p {
  color: #ffffff;
  margin-bottom: 0;
}

header.page {
  background-blend-mode: multiply;
  background-image: url("../../img/home/projetos/bg-o-instituto.jpg");
  background-color: var(--categoria);
  background-color: var(--curso);
}
header.page .header-content {
  padding-top: 6.5rem;
  padding-bottom: 9rem;
}

#projetos-sociais-desktop {
  padding: 100px 0 0 0;
}
#projetos-sociais-desktop .projetos-sociais-header {
  /*text-align: center;*/
}
#projetos-sociais-desktop .projetos-sociais-header h2 {
  color: #5a5a5a;
}
#projetos-sociais-desktop .projetos-sociais-header h2::after {
  margin-bottom: 2rem;
}
#projetos-sociais-desktop .projetos-sociais-header p {
  color: #868686;
  /*max-width: 50%;*/
  margin: auto;
}
#projetos-sociais-desktop .psd-thumb-swiper {
  margin-top: 3rem;
  border-bottom: 1px solid #f9f9f9;
}
#projetos-sociais-desktop .psd-thumb-swiper .swiper-wrapper {
  height: 125px;
}
#projetos-sociais-desktop .psd-thumb-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color ease 300ms;
  -moz-transition: background-color ease 300ms;
  -ms-transition: background-color ease 300ms;
  transition: background-color ease 300ms;
}
#projetos-sociais-desktop .psd-thumb-swiper .swiper-wrapper .swiper-slide img {
  max-width: 90%;
  margin: auto;
}
#projetos-sociais-desktop .psd-thumb-swiper .swiper-wrapper .swiper-slide:hover {
  background-color: #f9f9f9;
}
#projetos-sociais-desktop .psd-thumb-swiper .swiper-wrapper .swiper-slide-thumb-active {
  background-color: #f1f1f1;
}
#projetos-sociais-desktop .psd-swiper {
  padding: 6rem 0;
}
#projetos-sociais-desktop .psd-swiper .psd-swiper-content h4 {
  color: #5a5a5a;
}
#projetos-sociais-desktop .psd-swiper .psd-swiper-content h4 strong {
  color: #43b649;
}
#projetos-sociais-desktop .psd-swiper .psd-swiper-content p {
  color: #5a5a5a;
  padding-right: 2.5rem;
}

#projetos-sociais-mobile {
  padding: 100px 0;
  background-image: -webkit-linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  background-image: -moz-linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
}
#projetos-sociais-mobile .psm-header p {
  text-align: center;
  margin-bottom: 2.5rem;
}
#projetos-sociais-mobile .swiper-container,
#projetos-sociais-mobile .swiper-wrapper {
  overflow: visible;
}
#projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card {
  background-color: #ffffff;
  opacity: 0.5;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity ease 600ms, margin-top ease 300ms;
  -moz-transition: opacity ease 600ms, margin-top ease 300ms;
  -ms-transition: opacity ease 600ms, margin-top ease 300ms;
  transition: opacity ease 600ms, margin-top ease 300ms;
  margin-top: 30px;
}
#projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card .psm-card-img {
  width: 100%;
  height: 270px;
  overflow: hidden;
  background-color: var(--curso);
}
#projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card .psm-card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
#projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card .psm-card-content {
  padding: 2rem;
  text-align: center;
  color: #868686;
}
#projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card .psm-card-content h5, #projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card .psm-card-content p {
  text-align: left;
}
#projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card .psm-card-content h5 {
  margin-bottom: 1rem;
}
#projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card .psm-card-content h5 strong {
  color: var(--curso);
}
#projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card .psm-card-content p {
  font-size: 0.9em;
  margin-bottom: 1.5rem;
}
#projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card .psm-card-content .button {
  background-color: var(--curso);
}
#projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card .psm-card-content .button:hover, #projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card .psm-card-content .button:visited, #projetos-sociais-mobile .psm-swiper .swiper-slide .psm-card .psm-card-content .button:focus {
  background-color: var(--curso);
}
#projetos-sociais-mobile .psm-swiper .swiper-slide-active .psm-card {
  opacity: 1;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  margin-top: 0;
}
#projetos-sociais-mobile .psm-swiper .psm-pagination {
  position: static;
  margin: auto;
  margin-top: 1rem;
}
#projetos-sociais-mobile .psm-swiper .psm-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0.4px 0.9px 1px 0 rgba(40, 40, 40, 0.5);
  -moz-box-shadow: inset 0.4px 0.9px 1px 0 rgba(40, 40, 40, 0.5);
  -ms-box-shadow: inset 0.4px 0.9px 1px 0 rgba(40, 40, 40, 0.5);
  box-shadow: inset 0.4px 0.9px 1px 0 rgba(40, 40, 40, 0.5);
}
#projetos-sociais-mobile .psm-swiper .psm-pagination .swiper-pagination-bullet-active {
  background-color: #43b649;
  -webkit-box-shadow: inset 0 0 0 0 rgba(40, 40, 40, 0.5);
  -moz-box-shadow: inset 0 0 0 0 rgba(40, 40, 40, 0.5);
  -ms-box-shadow: inset 0 0 0 0 rgba(40, 40, 40, 0.5);
  box-shadow: inset 0 0 0 0 rgba(40, 40, 40, 0.5);
}

#instituto {
  color: #ffffff;
  padding: 200px 0;
  background-image: url("../../img/home/sobre/bg-desktop.png");
  background-size: cover;
  background-position: center;
}
#instituto h2 {
  color: #ffffff;
}
#instituto h2::after {
  margin-bottom: 1rem;
}
#instituto p {
  font-size: 0.9em;
  margin-bottom: 2rem;
  color: #ffffff;
}
#instituto .instituto-anchors {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#instituto .instituto-anchors a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#instituto .instituto-anchors a .instituto-anchors-hover {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -ms-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
#instituto .instituto-anchors a::after {
  width: 100%;
  content: attr(data-text);
  color: #ffffff;
  position: absolute;
  top: calc(100% + .75rem);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.9em;
}
#instituto .instituto-anchors a:hover .instituto-anchors-hover {
  opacity: 1;
}

#ava {
  padding: 50px 0;
}
#ava p {
  color: #868686;
  padding-right: 2.5rem;
}
#ava h5 {
  color: #5a5a5a;
  padding-right: 2.5rem;
}
#ava .ava-content-cell {
  display: flex;
  align-items: center;
}
.ava-menu a .ava-menu-item {
  display: flex;
  align-items: center;
  position: relative;
  margin: auto;
  height: 90px;
  padding: 0 1em;
  background-color: var(--curso);
  width: 200%;
  max-width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: max-width ease 200ms, height ease 200ms, left ease 200ms, top ease 200ms, box-shadow ease 300ms;
  -moz-transition: max-width ease 200ms, height ease 200ms, left ease 200ms, top ease 200ms, box-shadow ease 300ms;
  -ms-transition: max-width ease 200ms, height ease 200ms, left ease 200ms, top ease 200ms, box-shadow ease 300ms;
  transition: max-width ease 200ms, height ease 200ms, left ease 200ms, top ease 200ms, box-shadow ease 300ms;
}
.ava-menu a .ava-menu-item img {
  margin-right: 2em;
  pointer-events: none;
}
.ava-menu a .ava-menu-item span {
  color: #ffffff;
  font-size: 1.8em;
  line-height: 1;
  pointer-events: none;
}
.ava-menu a:hover .ava-menu-item {
  max-width: calc(100% + 1.5em);
  height: 100px;
  left: -0.75em;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 6;
}
.ava-menu a:hover ~ a .ava-menu-item {
  top: -10px;
}
.ava-menu a:nth-of-type(1) .ava-menu-item {
  z-index: -1;
}
.ava-menu a:nth-of-type(2) .ava-menu-item {
  z-index: -2;
}
.ava-menu a:nth-of-type(3) .ava-menu-item {
  z-index: -3;
}
.ava-menu a:nth-of-type(4) .ava-menu-item {
  z-index: -4;
}
.ava-menu a:nth-of-type(5) .ava-menu-item {
  z-index: -5;
}

#parceiros {
  padding-top: 50px;
  padding-bottom: 150px;
}
#parceiros .swiper-container {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}
#parceiros .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  height: initial;
  flex-grow: 1;
}
#parceiros .swiper-container .swiper-wrapper .swiper-slide img {
  max-height: 150px;
}
#parceiros .button {
  margin-top: 75px;
}

#projetos-brasil {
  padding: 200px 0;
  background-color: #5bb35f;
  position: relative;
  margin-bottom: 80px;
}
#projetos-brasil #projetos-brasil-svg {
  position: absolute;
  height: 90%;
  left: 0;
  top: 0;
  z-index: 0;
}
#projetos-brasil #projetos-brasil-svg circle {
  animation: pulse 4000ms infinite;
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.1;
    -webkit-transform: scale(1.002);
    -moz-transform: scale(1.002);
    -ms-transform: scale(1.002);
    transform: scale(1.002);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(1) {
  animation-delay: 200ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(2) {
  animation-delay: 400ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(3) {
  animation-delay: 600ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(4) {
  animation-delay: 800ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(5) {
  animation-delay: 1000ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(6) {
  animation-delay: 1200ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(7) {
  animation-delay: 1400ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(8) {
  animation-delay: 1600ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(9) {
  animation-delay: 1800ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(10) {
  animation-delay: 2000ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(11) {
  animation-delay: 2200ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(12) {
  animation-delay: 2400ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(13) {
  animation-delay: 2600ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(14) {
  animation-delay: 2800ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(15) {
  animation-delay: 3000ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(16) {
  animation-delay: 3200ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(17) {
  animation-delay: 3400ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(18) {
  animation-delay: 3600ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(19) {
  animation-delay: 3800ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(20) {
  animation-delay: 4000ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(21) {
  animation-delay: 4200ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(22) {
  animation-delay: 4400ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(23) {
  animation-delay: 4600ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(24) {
  animation-delay: 4800ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(25) {
  animation-delay: 5000ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(26) {
  animation-delay: 5200ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(27) {
  animation-delay: 5400ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(28) {
  animation-delay: 5600ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(29) {
  animation-delay: 5800ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(30) {
  animation-delay: 6000ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(31) {
  animation-delay: 6200ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(32) {
  animation-delay: 6400ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(33) {
  animation-delay: 6600ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(34) {
  animation-delay: 6800ms;
}
#projetos-brasil #projetos-brasil-svg circle:nth-of-type(35) {
  animation-delay: 7000ms;
}
#projetos-brasil h2 {
  color: #ffffff;
  margin-bottom: 2rem;
}
#projetos-brasil h2::after {
  display: none;
}
#projetos-brasil p {
  color: #ffffff;
  margin-bottom: 2rem;
}
#projetos-brasil .select-wrapper {
  position: relative;
}
#projetos-brasil .select-wrapper select {
  border-radius: 0;
  border: 0;
  background-color: #f9f9f9;
  color: #414042;
  padding: 0.5rem 1rem;
  background-image: none;
  margin-bottom: 2rem;
}
#projetos-brasil .select-wrapper::after {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  content: "";
  color: #43b649;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  pointer-events: none;
}
#projetos-brasil .grid-container {
  z-index: 2;
  position: relative;
}
#projetos-brasil .projetos-brasil-info .cell {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 0.75em;
  margin-bottom: 0.25em;
}
#projetos-brasil .projetos-brasil-info .cell i {
  margin-right: 0.5em;
}
#projetos-brasil .projetos-brasil-footer {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
#projetos-brasil .projetos-brasil-footer .projetos-brasil-footer-item {
  height: 160px;
  background-color: #468949;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #ffffff;
  line-height: 1;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#projetos-brasil .projetos-brasil-footer .projetos-brasil-footer-item .data {
  display: block;
}
#projetos-brasil .projetos-brasil-footer .projetos-brasil-footer-item .data .number {
  font-size: 3.25rem;
}
#projetos-brasil .projetos-brasil-footer .projetos-brasil-footer-item .content {
  margin-left: 2.25rem;
  text-align: right;
}
#projetos-brasil .projetos-brasil-footer .projetos-brasil-footer-item .content p {
  margin-bottom: 0;
}

#noticias {
  padding: 150px 0;
}
#noticias h2.centered ~ p {
  max-width: 50%;
  margin: auto;
  color: #5a5a5a;
  text-align: center;
}
#noticias .noticias-swiper {
  margin-top: 2rem;
  background-color: #414042;
}
#noticias .noticias-swiper .noticias-img {
  height: 380px;
  overflow: hidden;
}
#noticias .noticias-swiper .noticias-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#noticias .noticias-swiper .noticias-content {
  display: flex;
  align-items: center;
  color: #ffffff;
}
#noticias .noticias-swiper .noticias-content .noticias-content-wrapper {
  padding: 0.5rem 1.5rem;
}
#noticias .noticias-swiper .noticias-content .noticias-content-wrapper .categoria {
  font-size: 0.9em;
  display: block;
  color: var(--categoria);
  margin-bottom: 0.25rem;
}
#noticias .noticias-swiper .noticias-content .noticias-content-wrapper h4 {
  line-height: 1.09;
  color: #ffffff;
}
#noticias .noticias-swiper .noticias-content .noticias-content-wrapper h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--categoria);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#noticias .noticias-swiper .noticias-content .noticias-content-wrapper p {
  font-size: 0.9em;
}
#noticias .noticias-swiper .noticias-content .noticias-content-wrapper .leia-mais {
  display: flex;
  align-items: center;
  color: #ffffff;
}
#noticias .noticias-swiper .noticias-content .noticias-content-wrapper .leia-mais i {
  color: var(--categoria);
  margin-left: 0.5em;
}
#noticias .noticias-swiper-thumb {
  background-color: #414042;
}
#noticias .noticias-swiper-thumb .noticias-card {
  height: 125px;
  overflow: hidden;
  cursor: pointer;
  background-color: black;
}
#noticias .noticias-swiper-thumb .noticias-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -ms-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
#noticias .noticias-swiper-thumb .noticias-card h6 {
  font-size: 0.95em;
  color: #ffffff;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  text-shadow: 0 0 2px black;
  background-image: -webkit-linear-gradient(to bottom, transparent 0%, black 100%);
  background-image: -moz-linear-gradient(to bottom, transparent 0%, black 100%);
  background-image: -ms-linear-gradient(to bottom, transparent 0%, black 100%);
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  -webkit-transition: bottom ease 300ms;
  -moz-transition: bottom ease 300ms;
  -ms-transition: bottom ease 300ms;
  transition: bottom ease 300ms;
}
#noticias .noticias-swiper-thumb .noticias-card h6 span {
  display: block;
  position: relative;
  margin-left: 0.5rem;
}
#noticias .noticias-swiper-thumb .noticias-card h6 span::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  bottom: 0;
  height: 100%;
  width: 2px;
  background-color: var(--categoria);
}
#noticias .noticias-swiper-thumb .noticias-card:hover img {
  opacity: 0.6;
}
#noticias .noticias-swiper-thumb .noticias-card:hover h6 {
  bottom: 0;
}
#noticias .noticias-visite-blog {
  margin-top: 2.5rem;
}

#noticias-page {
  padding: 150px 0;
}
#noticias-page .noticias-card {
  margin-bottom: 2.5rem;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
#noticias-page .noticias-card .noticias-card-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
#noticias-page .noticias-card .noticias-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#noticias-page .noticias-card .noticias-card-content {
  padding: 0.5rem 1rem;
  background-color: #f1f1f1;
}
#noticias-page .noticias-card .noticias-card-content .category {
  color: var(--categoria);
  font-size: 0.75em;
}
#noticias-page .noticias-card .noticias-card-content .category a {
  color: inherit;
}
#noticias-page .noticias-card .noticias-card-content h6 {
  color: #414042;
  font-size: 1.1rem;
}
#noticias-page .noticias-card .noticias-card-content h6 a {
  color: inherit;
}
#noticias-page .noticias-card .noticias-card-content h6::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--categoria);
  margin-top: 0.5rem;
}
#noticias-page .noticias-card .noticias-card-content p {
  color: #868686;
  font-size: 0.9rem;
}
#noticias-page .noticias-card .noticias-card-content .read-more {
  color: #5a5a5a;
}
#noticias-page .noticias-card .noticias-card-content .read-more:hover {
  color: #5a5a5a;
}
#noticias-page .noticias-card:hover {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

#noticia-detalhes {
  padding: 100px 0;
}
#noticia-detalhes .noticia-container {
  padding-right: 2rem;
}
#noticia-detalhes .noticia-container article {
  color: #868686;
}
#noticia-detalhes .noticia-container article .category {
  color: var(--categoria);
  margin-top: calc((.5rem + 22px) * -1);
}
#noticia-detalhes .noticia-container article h3::after {
  display: none;
}
#noticia-detalhes .noticia-container article .date {
  display: block;
  margin-top: 1rem;
}
#noticia-detalhes .noticia-container article .date::after {
  content: "";
  display: block;
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--categoria);
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#noticia-detalhes .noticia-container article p {
  line-height: 1.68;
  font-size: 0.975em;
}
#noticia-detalhes .noticia-container article .article-img {
  width: 100%;
  margin: 2.5rem 0;
}
#noticia-detalhes .noticia-container article .article-img .legend {
  display: block;
  padding: 0 2.5rem;
  text-align: center;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}
#noticia-detalhes .noticia-container article .share-links {
  width: 100%;
  height: 40px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  background-color: #fafafa;
  position: sticky;
  bottom: 0;
  padding: 0 1rem;
}
#noticia-detalhes .noticia-container article .share-links p {
  margin-bottom: 0;
  color: var(--categoria);
  margin-right: 0.5rem;
}
#noticia-detalhes .noticia-container article .share-links a {
  color: #868686;
  font-size: 1.25rem;
  margin: 0 0.75rem;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  transition: color ease 300ms;
}
#noticia-detalhes .noticia-container article .share-links a:hover {
  color: var(--categoria);
}
#noticia-detalhes .noticia-sidemenu .more-pubs {
  margin-bottom: 2.5rem;
}
#noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  margin-bottom: 1rem;
}
#noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-img {
  min-width: 125px;
  min-height: 125px;
  width: 125px;
  height: 125px;
  overflow: hidden;
}
#noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-content {
  padding: 0 1rem;
  color: #414042;
}
#noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-content .category {
  color: var(--categoria);
  font-size: 0.75rem;
}
#noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-content .category a {
  color: inherit;
}
#noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-content h6 {
  margin-bottom: 0.25rem;
}
#noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-content h6 a {
  color: inherit;
}
#noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-content .date {
  font-size: 0.65rem;
  color: #868686;
}
#noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card:last-of-type {
  margin-bottom: 0;
}

#sobre-projeto-intro {
  padding: 100px 0;
}
#sobre-projeto-intro .grid-x {
  margin-bottom: 100px;
}
#sobre-projeto-intro .grid-x:last-of-type {
  margin-bottom: 0;
}

#sobre-timeline {
  padding-bottom: 150px;
}
#sobre-timeline .sobre-timeline-thumbs {
  margin-top: 3rem;
}
#sobre-timeline .sobre-timeline-thumbs .swiper-wrapper {
  height: 100px;
  align-items: center;
}
#sobre-timeline .sobre-timeline-thumbs .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#sobre-timeline .sobre-timeline-thumbs .swiper-wrapper .swiper-slide .sobre-timeline-bullet {
  display: flex;
  align-items: center;
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
  border-radius: 50%;
  background-color: #43b649;
  position: relative;
}
#sobre-timeline .sobre-timeline-thumbs .swiper-wrapper .swiper-slide .sobre-timeline-bullet::before {
  content: "";
  position: absolute;
  right: 100%;
  width: calc((75rem / 4) - 22.5px);
  height: 2px;
  background-color: #43b649;
}
#sobre-timeline .sobre-timeline-thumbs .swiper-wrapper .swiper-slide:first-of-type .sobre-timeline-bullet::before {
  display: none;
}
#sobre-timeline .sobre-timeline-thumbs .swiper-wrapper .swiper-slide-thumb-active .sobre-timeline-bullet {
  -webkit-box-shadow: inset 0 0 0 5px #ffffff;
  -moz-box-shadow: inset 0 0 0 5px #ffffff;
  -ms-box-shadow: inset 0 0 0 5px #ffffff;
  box-shadow: inset 0 0 0 5px #ffffff;
}
#sobre-timeline .sobre-timeline-thumbs .swiper-wrapper .swiper-slide-thumb-active .sobre-timeline-bullet::after {
  content: attr(data-date);
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  color: #5a5a5a;
  font-weight: bold;
}
#sobre-timeline .sobre-timeline-thumbs .swiper-wrapper .swiper-slide-thumb-active ~ .swiper-slide .sobre-timeline-bullet {
  background-color: #d5d5d5;
}
#sobre-timeline .sobre-timeline-thumbs .swiper-wrapper .swiper-slide-thumb-active ~ .swiper-slide .sobre-timeline-bullet::before {
  background-color: #d5d5d5;
}
#sobre-timeline .sobre-timeline-tl {
  margin-top: 5rem;
}
#sobre-timeline .sobre-timeline-tl .swiper-wrapper .swiper-slide {
  color: #868686;
}
#sobre-timeline .sobre-timeline-tl .swiper-wrapper .swiper-slide h6 {
  color: #5a5a5a;
  font-weight: bold;
  margin-bottom: 1rem;
}
#sobre-timeline .sobre-timeline-tl .swiper-wrapper .swiper-slide ul {
  margin: 0;
  margin-bottom: 1.75rem;
  list-style-type: none;
}
#sobre-timeline .sobre-timeline-tl .swiper-wrapper .swiper-slide p {
  margin-bottom: 1.75rem;
}

#sobre-gallery-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

#evento h4{
  color: #43b649;
  font-weight: 700;
}

#sobre-gallery-modal.active {
  display: flex;
}

#sobre-projeto-gallery {
  padding-bottom: 100px;
}
#sobre-projeto-gallery h2.centered {
  margin-bottom: 5rem;
}
#sobre-projeto-gallery .sobre-projeto-gallery-category h4 {
  color: #5a5a5a;
  display: block;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 1.5rem;
}
#sobre-projeto-gallery .sobre-projeto-gallery-item {
  margin-bottom: 2.5rem;
}
#sobre-projeto-gallery .sobre-projeto-gallery-item .sobre-projeto-gallery-item-img {
  overflow: hidden;
  display: block;
  margin: auto;
  width: 100%;
  height: 215px;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
#sobre-projeto-gallery .sobre-projeto-gallery-item .sobre-projeto-gallery-item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#sobre-projeto-gallery .sobre-projeto-gallery-item .sobre-projeto-gallery-item-img:hover {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
#sobre-projeto-gallery .sobre-projeto-gallery-item .sobre-projeto-gallery-item-legend {
  text-align: center;
  color: #868686;
  margin-top: 1rem;
}
#sobre-projeto-gallery .sobre-projeto-gallery-item .sobre-projeto-gallery-item-diretor {
  text-align: center;
  margin-top: 1rem;
}
#sobre-projeto-gallery .sobre-projeto-gallery-item .sobre-projeto-gallery-item-diretor h5 {
  color: #43b649;
}
#sobre-projeto-gallery .sobre-projeto-gallery-item .sobre-projeto-gallery-item-diretor p {
  color: #868686;
  font-size: 0.9rem;
}

#sobre-projeto-info {
  position: relative;
  padding: 150px 0;
}
#sobre-projeto-info .sobre-projeto-info-icon {
  width: 50%;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}
#sobre-projeto-info .sobre-projeto-info-icon img {
  height: 65%;
  width: auto;
  margin-right: -100px;
}
#sobre-projeto-info .sobre-projeto-info-icon.first {
  left: 0;
  background-color: #5bb35f;
}
#sobre-projeto-info .sobre-projeto-info-icon.second {
  right: 0;
  background-color: #468949;
}
#sobre-projeto-info .sobre-projeto-info-item {
  display: flex;
}
#sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content {
  max-width: 75%;
  text-align: center;
}
#sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content img {
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}
#sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content h1 {
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1;
}
#sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content h1::after {
  display: none;
}
#sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content p, #sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content ul, #sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content li {
  color: #ffffff;
}
#sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content.first {
  margin-right: auto;
}
#sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content.second {
  margin-left: auto;
}

#catalogo-desktop {
  padding: 50px 0;
}
#catalogo-desktop .catalogo-desktop-menu-container {
  margin-top: 6rem;
}
#catalogo-desktop .catalogo-desktop-menu-container .ava-menu a .ava-menu-item span {
  font-size: 1.25rem;
}

.ava-cursos-list .ava-cursos-item {
  height: 115px;
  padding: 0.5rem 1rem;
  background-color: var(--curso);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  transition: all ease 300ms;
  margin-bottom: 1.875rem;
  -webkit-animation: appear 300ms;
  -moz-animation: appear 300ms;
  -ms-animation: appear 300ms;
  animation: appear 300ms;
  cursor: pointer;
}
.ava-cursos-list .ava-cursos-item img {
  position: absolute;
  left: 1rem;
  top: 5px;
  z-index: 0;
  height: 50px;
  opacity: 0.8;
}
.ava-cursos-list .ava-cursos-item span {
  color: #ffffff;
  font-size: 1rem;
  z-index: 2;
  margin-top: 1rem;
}
.ava-cursos-list .ava-cursos-item:hover {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

#search-results {
  padding: 50px 0;
}
#search-results .search-results-item {
  padding: 1rem;
  background-color: #f9f9f9;
  border-left: 4px solid var(--categoria);
}
#search-results .search-results-item h5 {
  color: #414042;
  font-weight: bold;
}
#search-results .search-results-item h5 a {
  color: inherit;
}
#search-results .search-results-item p {
  font-size: 0.9rem;
  color: #868686;
  margin-bottom: 0.5rem;
}
#search-results .search-results-item .ver-mais {
  color: var(--categoria);
  font-size: 0.95rem;
}
#search-results .search-results-item:nth-of-type(even) {
  background-color: #f1f1f1;
}

#contato {
  padding: 50px 0;
  background-image: -webkit-linear-gradient(to right, #5bb35f 0%, #5bb35f 49.99%, #468949 50%, #468949 100%);
  background-image: -moz-linear-gradient(to right, #5bb35f 0%, #5bb35f 49.99%, #468949 50%, #468949 100%);
  background-image: -ms-linear-gradient(to right, #5bb35f 0%, #5bb35f 49.99%, #468949 50%, #468949 100%);
  background-image: linear-gradient(to right, #5bb35f 0%, #5bb35f 49.99%, #468949 50%, #468949 100%);
}
#contato h2 {
  color: #ffffff;
}
#contato h2::after {
  background-color: #ffffff;
}
#contato p {
  color: #ffffff;
}
#contato .contato-content {
  padding-right: 3rem;
}
#contato .contato-form {
  padding-left: 3rem;
}
#contato .contato-form .contato-form-item {
  margin-bottom: 1rem;
}
#contato .contato-form .contato-form-item input[type=text],
#contato .contato-form .contato-form-item input[type=email],
#contato .contato-form .contato-form-item textarea {
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  color: #ffffff;
}
#contato .contato-form .contato-form-item input[type=text]::placeholder,
#contato .contato-form .contato-form-item input[type=email]::placeholder,
#contato .contato-form .contato-form-item textarea::placeholder {
  color: #ffffff;
}
#contato .contato-form .contato-form-item input[type=text]::-webkit-input-placeholder,
#contato .contato-form .contato-form-item input[type=email]::-webkit-input-placeholder,
#contato .contato-form .contato-form-item textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#contato .contato-form .contato-form-item input[type=text]::-moz-placeholder,
#contato .contato-form .contato-form-item input[type=email]::-moz-placeholder,
#contato .contato-form .contato-form-item textarea::-moz-placeholder {
  color: #ffffff;
}
#contato .contato-form .contato-form-item input[type=text]:-ms-input-placeholder,
#contato .contato-form .contato-form-item input[type=email]:-ms-input-placeholder,
#contato .contato-form .contato-form-item textarea:-ms-input-placeholder {
  color: #ffffff;
}
#contato .contato-form .contato-form-item input[type=text]:-moz-placeholder,
#contato .contato-form .contato-form-item input[type=email]:-moz-placeholder,
#contato .contato-form .contato-form-item textarea:-moz-placeholder {
  color: #ffffff;
}
#contato .contato-form .contato-form-item input[type=text] ~ span,
#contato .contato-form .contato-form-item input[type=email] ~ span,
#contato .contato-form .contato-form-item textarea ~ span {
  margin-top: -2px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform ease 300ms;
  -moz-transition: transform ease 300ms;
  -ms-transition: transform ease 300ms;
  transition: transform ease 300ms;
}
#contato .contato-form .contato-form-item input[type=text]:focus ~ span,
#contato .contato-form .contato-form-item input[type=email]:focus ~ span,
#contato .contato-form .contato-form-item textarea:focus ~ span {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#contato .contato-form .contato-form-item textarea {
  height: 150px;
  resize: none;
}

footer {
  padding: 100px 0;
  background-color: #414042;
}
footer h6 {
  color: #ffffff;
}
footer h6::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #43b649;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul li {
  font-size: 0.9rem;
  line-height: 1.09;
  margin-bottom: 0.9rem;
}
footer ul li a {
  color: #ffffff;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  transition: color ease 300ms;
}
footer ul li a:hover {
  color: rgba(250, 250, 250, 0.6);
}
footer .footer-mailing-container h6 {
  margin-bottom: 1rem;
}
footer .footer-mailing-container h6::after {
  display: none;
}
footer .footer-mailing-container .footer-mailing-social {
  display: flex;
  align-items: center;
}
footer .footer-mailing-container .footer-mailing-social a {
  margin: 0 0.5rem;
}
footer .footer-mailing-container .footer-mailing-social a i {
  color: #ffffff;
  font-size: 1.5rem;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  transition: color ease 300ms;
}
footer .footer-mailing-container .footer-mailing-social a:hover i {
  color: rgba(250, 250, 250, 0.6);
}
footer .footer-mailing-container .footer-mailing {
  position: relative;
  margin-bottom: 1rem;
}
footer .footer-mailing-container .footer-mailing input[type=email] {
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
  height: 30px;
  font-size: 0.8rem;
}
footer .footer-mailing-container .footer-mailing input[type=email]::placeholder {
  color: #ffffff;
}
footer .footer-mailing-container .footer-mailing input[type=email]::-webkit-input-placeholder {
  color: #ffffff;
}
footer .footer-mailing-container .footer-mailing input[type=email]::-moz-placeholder {
  color: #ffffff;
}
footer .footer-mailing-container .footer-mailing input[type=email]:-ms-input-placeholder {
  color: #ffffff;
}
footer .footer-mailing-container .footer-mailing input[type=email]:-moz-placeholder {
  color: #ffffff;
}
footer .footer-mailing-container .footer-mailing input[type=email] ~ span {
  margin-top: -2px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #43b649;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform ease 300ms;
  -moz-transition: transform ease 300ms;
  -ms-transition: transform ease 300ms;
  transition: transform ease 300ms;
}
footer .footer-mailing-container .footer-mailing input[type=email]:focus ~ span {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
footer .footer-mailing-container .footer-mailing input[type=email]:focus ~ button {
  background-color: #43b649;
  -webkit-transition: background-color ease 300ms 250ms;
  -moz-transition: background-color ease 300ms 250ms;
  -ms-transition: background-color ease 300ms 250ms;
  transition: background-color ease 300ms 250ms;
}
footer .footer-mailing-container .footer-mailing button {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background-color ease 300ms;
  -moz-transition: background-color ease 300ms;
  -ms-transition: background-color ease 300ms;
  transition: background-color ease 300ms;
}
footer .footer-mailing-container .footer-mailing button i {
  color: #ffffff;
}

.img-parceiro {
  max-width: 90%;
  display: block;
  max-height: 150px;
  margin: auto;
}

.wrapper-client{
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo{
  background: #FFF;
  padding: 10px;
  height: 130px;
}

.client-logo img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}

#presidente {
  background-image: url("/img/cirlei.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #414042;
  color: #ffffff;
  background-position-x: -webkit-calc((100vw - 90rem) / 2);
  background-position-x: -moz-calc((100vw - 90rem) / 2);
  background-position-x: -ms-calc((100vw - 90rem) / 2);
  background-position-x: calc((100vw - 90rem) / 2);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  padding: 20px;
}
#presidente h6 {
  margin-bottom: 2rem;
}

#presidente h2 {
  color: #FFF;
}
#presidente h2 strong {
  color: #FFF;
}
#presidente p {
  color: #FFF;
}

.relative{
  position: relative;
}

.next-1{
  right: -40px;
}

.prev-1{
  left: -40px;
}

#publicacoes-page {
  padding: 50px 0;
}
#publicacoes-page .publicacoes-card {
  margin-bottom: 2.5rem;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
#publicacoes-page .publicacoes-card .publicacoes-card-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
#publicacoes-page .publicacoes-card .publicacoes-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#publicacoes-page .publicacoes-card .publicacoes-card-content {
  padding: 0.5rem 1rem;
  background-color: #f1f1f1;
}

#publicacoes-page .publicacoes-card .publicacoes-card-content h6 {
  color: #414042;
  font-size: 1.1rem;
}
#publicacoes-page .publicacoes-card .publicacoes-card-content h6 a {
  color: inherit;
}
#publicacoes-page .publicacoes-card .publicacoes-card-content h6::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--categoria);
  margin-top: 0.5rem;
}
#publicacoes-page .publicacoes-card .publicacoes-card-content p {
  color: #868686;
  font-size: 0.9rem;
}
#publicacoes-page .publicacoes-card .publicacoes-card-content .read-more {
  color: #5a5a5a;
}
#publicacoes-page .publicacoes-card .publicacoes-card-content .read-more:hover {
  color: #5a5a5a;
}
#publicacoes-page .publicacoes-card:hover {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}


/* Small only */
@media screen and (max-width: 39.9375em) {
  section h2, section h3 {
    text-align: center;
  }
  section h2::after, section h3::after {
    margin: auto;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  section p.half {
    max-width: 100%;
  }
  section .half p {
    max-width: 100%;
  }

  header {
    min-height: 600px;
    height: 100vh;
    max-height: calc(100vh - 3.5rem);
  }
  header .top-bar {
    position: relative;
  }
  header .top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .top-bar .top-bar-left a {
    z-index: 3;
  }
  header .top-bar .top-bar-left img {
    max-width: 220px;
  }
  header .top-bar .top-bar-right {
    display: none;
  }
  header .top-bar .mobile-top-bar {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  header .top-bar .mobile-top-bar .search, header .top-bar .mobile-top-bar .menu {
    color: #ffffff;
    font-size: 2rem;
    z-index: 3;
    cursor: pointer;
  }
  header .top-bar .mobile-top-bar .menu {
    margin-left: auto;
  }
  header .header-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
  }
  header .header-content .grid-x {
    margin-top: -3.5rem;
  }
  header .header-content h1 {
    font-size: 2.5rem;
  }
  header .header-content h5 {
    max-width: 80%;
  }
  header .header-footer {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  header .header-footer .header-footer-content {
    justify-content: center;
  }
  header .header-footer .header-footer-content .button {
    margin: 0 0.5rem;
    width: calc(50% - 1rem);
  }
  header .header-footer .header-footer-content p {
    margin-bottom: 1rem;
    text-align: center;
  }
  header .header-footer::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 50vw solid #ffffff;
    border-left: 50vw solid #ffffff;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
  }

  header.page {
    height: auto;
    min-height: 0;
  }
  header.page .header-content {
    position: static;
    padding-top: 7.5rem;
    padding-bottom: 7rem;
  }

  #noticias h2.centered ~ p {
    max-width: 100%;
  }
  #noticias .noticias-swiper .noticias-content .noticias-content-wrapper {
    padding: 2rem 1.5rem;
  }
  #noticias .noticias-swiper-thumb .noticias-card img {
    opacity: 0.6;
  }
  #noticias .noticias-swiper-thumb .noticias-card h6 {
    bottom: 0;
  }

  #noticias-page {
    padding: 2.5rem 0;
  }

  #noticia-detalhes {
    padding: 2.5rem 0;
  }
  #noticia-detalhes .noticia-container {
    padding-right: 0;
  }
  #noticia-detalhes .noticia-container article .category {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  #noticia-detalhes .noticia-container article h3 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  #noticia-detalhes .noticia-container article h3::after {
    display: none;
  }
  #noticia-detalhes .noticia-container article .date {
    margin: auto;
    margin-top: 1rem;
    text-align: center;
  }
  #noticia-detalhes .noticia-container article .date::after {
    margin: auto;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
  }
  #noticia-detalhes .noticia-container article .share-links {
    width: 100vw;
    margin-left: -0.975rem;
    margin-bottom: 2.5rem;
  }
  #noticia-detalhes .noticia-sidemenu .more-pubs {
    margin-bottom: 2.5rem;
  }
  #noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    margin-bottom: 1rem;
  }
  #noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-img {
    min-width: 125px;
    max-width: 125px;
    min-height: 125px;
    max-height: 125px;
    overflow: hidden;
  }
  #noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-content {
    padding: 0 1rem;
    color: #414042;
  }
  #noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-content .category {
    color: var(--categoria);
    font-size: 0.75rem;
  }
  #noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-content .category a {
    color: inherit;
  }
  #noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-content h6 {
    margin-bottom: 0.25rem;
    color: #414042;
  }
  #noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-content h6 a {
    color: inherit;
  }
  #noticia-detalhes .noticia-sidemenu .more-pubs .more-pubs-card .more-pubs-content .date {
    font-size: 0.65rem;
    color: #868686;
  }

  #instituto {
    background-position: 0% 50%;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    text-align: center;
    padding: 100px 0;
  }
  #instituto .instituto-anchors {
    flex-wrap: wrap;
  }
  #instituto .instituto-anchors a {
    width: 50%;
    margin-bottom: 5rem;
  }
  #instituto .instituto-anchors a .instituto-anchors-hover {
    opacity: 1;
  }
  #instituto .instituto-anchors a:nth-of-type(3), #instituto .instituto-anchors a:nth-of-type(4) {
    margin-bottom: 0;
  }

  #ava h5, #ava p {
    padding: 0;
  }
  #ava .ava-content-cell {
    margin-bottom: 3rem;
    text-align: center;
  }

  .ava-menu a .ava-menu-item span {
    font-size: 1rem;
  }

  #catalogo-desktop .catalogo-desktop-menu-container {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2.5rem;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: sticky;
    top: 0;
    z-index: 11;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu .ava-menu-item {
    position: static;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu .ava-menu-item img {
    margin: auto;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu .ava-menu-item span {
    position: absolute;
    top: calc(100% - 1px);
    width: 100vw;
    left: 0;
    right: 0;
    background-color: var(--curso);
    padding: 1rem 0;
    text-align: center;
    display: none;
    font-size: 1rem !important;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu a.active .ava-menu-item span {
    display: initial;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu a {
    min-width: calc(20% + 2px);
    margin: 0 -1px;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu a:hover .ava-menu-item {
    max-width: 100%;
    height: 90px;
    left: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu a:hover ~ a .ava-menu-item {
    top: 0;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-cursos-list {
    margin-top: 5rem;
    padding: 0 0.9375rem;
  }

  #projetos-brasil {
    padding: 0;
    padding-bottom: calc(((190px + 1rem) * 3) / 2);
    margin-bottom: calc((140px * 3) / 2);
  }
  #projetos-brasil #projetos-brasil-svg {
    position: static;
    height: auto;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
  }
  #projetos-brasil .grid-container {
    text-align: center;
  }
  #projetos-brasil .projetos-brasil-info .cell {
    justify-content: center;
  }
  #projetos-brasil .projetos-brasil-footer {
    position: absolute;
    bottom: calc((((160px + 1rem) * 3) / 2) * -1);
    max-width: 380px;
  }
  #projetos-brasil .projetos-brasil-footer .projetos-brasil-footer-item {
    margin-bottom: 1rem;
  }

  #sobre-projeto-intro {
    padding: 50px 0;
  }
  #sobre-projeto-intro p:last-of-type {
    margin-bottom: 2.5rem;
  }
  #sobre-projeto-intro .grid-x {
    margin-bottom: 50px;
  }
  #sobre-projeto-intro .grid-x:last-of-type {
    flex-wrap: wrap-reverse;
    margin-bottom: 0;
  }
  #sobre-projeto-intro .grid-x img {
    display: block;
    margin: auto;
  }

  #sobre-projeto-info {
    padding: 50px 0;
    background-image: linear-gradient(140deg, #43b649 0%, #43b649 9.99%, #468949 10%, #468949 89.99%, #43b649 90%, #43b649 100%);
  }
  #sobre-projeto-info .sobre-projeto-info-icon {
    display: none;
  }
  #sobre-projeto-info .sobre-projeto-info-item {
    margin-bottom: 2.5rem;
  }
  #sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content {
    max-width: 100%;
  }
  #sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content.first {
    margin-right: auto;
  }
  #sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content.second {
    margin-left: auto;
  }
  #sobre-projeto-info .sobre-projeto-info-item:last-of-type {
    margin-bottom: 0;
  }

  #sobre-projeto-gallery {
    padding: 50px 0;
  }

  #contato {
    padding: 50px 0;
    background-image: -webkit-linear-gradient(to bottom, #5bb35f 0%, #5bb35f 32.49%, #468949 32.5%, #468949 100%);
    background-image: -moz-linear-gradient(to bottom, #5bb35f 0%, #5bb35f 32.49%, #468949 32.5%, #468949 100%);
    background-image: -ms-linear-gradient(to bottom, #5bb35f 0%, #5bb35f 32.49%, #468949 32.5%, #468949 100%);
    background-image: linear-gradient(to bottom, #5bb35f 0%, #5bb35f 32.49%, #468949 32.5%, #468949 100%);
  }
  #contato p {
    text-align: center;
  }
  #contato .contato-content {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  #contato .contato-form {
    padding-left: 0;
  }

  footer {
    padding: 50px 0;
  }
  footer h6::after {
    margin-bottom: 1.5rem;
  }
  footer ul li {
    margin-bottom: 1.1rem;
  }
  footer ul li:last-of-type {
    margin-bottom: 2rem;
  }
  footer a img {
    display: block;
    margin: auto;
    margin-bottom: 3rem;
  }
  #presidente {
    background: transparent;
    background-image: url("../img/palavra-do-presidente.png");
    background-size: cover;
    background-position-x: 25%;
    position: relative;
  }
  #presidente::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: none;
    background-color: rgba(175, 20, 24, 0.6);
    z-index: 0;
  }
  #presidente .cell {
    z-index: 1;
  }

}
/* Medium and up */
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  section h2, section h3 {
    text-align: center;
  }
  section h2::after, section h3::after {
    margin: auto;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  section p.half {
    max-width: 100%;
  }
  section .half p {
    max-width: 100%;
  }

  header {
    min-height: 600px;
    height: 100vh;
    max-height: calc(100vh - 3.5rem);
  }
  header .top-bar {
    position: relative;
  }
  header .top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .top-bar .top-bar-left a {
    z-index: 3;
  }
  header .top-bar .top-bar-left img {
    max-width: 220px;
  }
  header .top-bar .top-bar-right {
    display: none;
  }
  header .top-bar .mobile-top-bar {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  header .top-bar .mobile-top-bar .search, header .top-bar .mobile-top-bar .menu {
    color: #ffffff;
    font-size: 2rem;
    z-index: 3;
  }
  header .top-bar .mobile-top-bar .menu {
    margin-left: auto;
  }
  header .header-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
  }
  header .header-content .grid-x {
    margin-top: -3.5rem;
  }
  header .header-content h1 {
    font-size: 2.5rem;
  }
  header .header-content h5 {
    max-width: 80%;
  }
  header .header-footer {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  header .header-footer .header-footer-content {
    justify-content: center;
  }
  header .header-footer .header-footer-content .button {
    margin: 0 0.5rem;
    width: calc(50% - 1rem);
  }
  header .header-footer .header-footer-content p {
    margin-bottom: 1rem;
    text-align: center;
  }
  header .header-footer::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 50vw solid #ffffff;
    border-left: 50vw solid #ffffff;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
  }

  header.page {
    height: auto;
    min-height: 0;
  }
  header.page .header-content {
    position: static;
    padding-top: 7.5rem;
    padding-bottom: 7rem;
  }

  #noticias h2.centered ~ p {
    max-width: 100%;
  }
  #noticias .noticias-swiper .noticias-content .noticias-content-wrapper {
    padding: 2rem 1.5rem;
  }
  #noticias .noticias-swiper-thumb .noticias-card img {
    opacity: 0.6;
  }
  #noticias .noticias-swiper-thumb .noticias-card h6 {
    bottom: 0;
  }

  #instituto {
    background-position: 0% 50%;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    text-align: center;
    padding: 100px 0;
  }
  #instituto .instituto-anchors {
    flex-wrap: wrap;
  }
  #instituto .instituto-anchors a {
    width: 50%;
    margin-bottom: 5rem;
  }
  #instituto .instituto-anchors a .instituto-anchors-hover {
    opacity: 1;
  }
  #instituto .instituto-anchors a:nth-of-type(3), #instituto .instituto-anchors a:nth-of-type(4) {
    margin-bottom: 0;
  }

  #ava h5, #ava p {
    padding: 0;
  }
  #ava .ava-content-cell {
    margin-bottom: 3rem;
    text-align: center;
  }

  .ava-menu a .ava-menu-item span {
    font-size: 1.25rem;
  }

  #catalogo-desktop .catalogo-desktop-menu-container {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2.5rem;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: sticky;
    top: 0;
    z-index: 11;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu .ava-menu-item {
    position: static;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu .ava-menu-item img {
    margin: auto;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu .ava-menu-item span {
    position: absolute;
    top: calc(100% - 1px);
    width: 100vw;
    left: 0;
    right: 0;
    background-color: var(--curso);
    padding: 1rem 0;
    text-align: center;
    display: none;
    font-size: 1rem !important;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu a.active .ava-menu-item span {
    display: initial;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu a {
    min-width: calc(20% + 2px);
    margin: 0 -1px;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu a:hover .ava-menu-item {
    max-width: 100%;
    height: 90px;
    left: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-menu a:hover ~ a .ava-menu-item {
    top: 0;
  }
  #catalogo-desktop .catalogo-desktop-menu-container .ava-cursos-list {
    margin-top: 5rem;
    padding: 0 0.9375rem;
  }

  #projetos-brasil {
    padding: 0;
    padding-bottom: calc(((190px + 1rem) * 3) / 2);
    margin-bottom: calc((140px * 3) / 2);
  }
  #projetos-brasil #projetos-brasil-svg {
    position: static;
    height: auto;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
  }
  #projetos-brasil .grid-container {
    text-align: center;
  }
  #projetos-brasil .projetos-brasil-info .cell {
    justify-content: center;
  }
  #projetos-brasil .projetos-brasil-footer {
    position: absolute;
    bottom: calc((((160px + 1rem) * 3) / 2) * -1);
    max-width: 380px;
  }
  #projetos-brasil .projetos-brasil-footer .projetos-brasil-footer-item {
    margin-bottom: 1rem;
  }

  #sobre-projeto-intro {
    padding: 50px 0;
  }
  #sobre-projeto-intro p:last-of-type {
    margin-bottom: 2.5rem;
  }
  #sobre-projeto-intro .grid-x {
    margin-bottom: 50px;
  }
  #sobre-projeto-intro .grid-x:last-of-type {
    flex-wrap: wrap-reverse;
    margin-bottom: 0;
  }
  #sobre-projeto-intro .grid-x img {
    display: block;
    margin: auto;
  }

  #sobre-projeto-info {
    padding: 50px 0;
    background-image: linear-gradient(140deg, #43b649 0%, #43b649 9.99%, #468949 10%, #468949 89.99%, #43b649 90%, #43b649 100%);
  }
  #sobre-projeto-info .sobre-projeto-info-icon {
    display: none;
  }
  #sobre-projeto-info .sobre-projeto-info-item {
    margin-bottom: 2.5rem;
  }
  #sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content {
    max-width: 100%;
  }
  #sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content.first {
    margin-right: auto;
  }
  #sobre-projeto-info .sobre-projeto-info-item .sobre-projeto-info-item-content.second {
    margin-left: auto;
  }
  #sobre-projeto-info .sobre-projeto-info-item:last-of-type {
    margin-bottom: 0;
  }

  #sobre-projeto-gallery {
    padding: 50px 0;
  }

  #contato {
    padding: 50px 0;
    background-image: -webkit-linear-gradient(to bottom, #5bb35f 0%, #5bb35f 38.99%, #468949 39%, #468949 100%);
    background-image: -moz-linear-gradient(to bottom, #5bb35f 0%, #5bb35f 38.99%, #468949 39%, #468949 100%);
    background-image: -ms-linear-gradient(to bottom, #5bb35f 0%, #5bb35f 38.99%, #468949 39%, #468949 100%);
    background-image: linear-gradient(to bottom, #5bb35f 0%, #5bb35f 38.99%, #468949 39%, #468949 100%);
  }
  #contato p {
    text-align: center;
  }
  #contato .contato-content {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  #contato .contato-form {
    padding-left: 0;
  }

  footer {
    padding: 50px 0;
  }
  footer h6::after {
    margin-bottom: 1.5rem;
  }
  footer ul li {
    margin-bottom: 1.1rem;
  }
  footer ul li:last-of-type {
    margin-bottom: 2rem;
  }
  footer a img {
    margin-bottom: 3rem;
  }
  .next-1{
    right: -15px;
  }

  .prev-1{
    left: -15px;
  }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 75.9375em) {
  #presidente {
    background-position-x: 0%;
  }
  .next-1{
    right: -20px;
  }

  .prev-1{
    left: -20px;
  }
}

/* Large and up */
@media screen and (min-width: 75.9376em) {
  #presidente   {
    background-position-x: 0%;
  }
  .next-1{
    right: -40px;
  }

  .prev-1{
    left: -40px;
  }
}



/* Large only */

/*# sourceMappingURL=app.css.map */
