body {
  font-family: Manrope;
}

.header-title {
  font-size: 60px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 16px;
}
#home .como_podemos_ajudar-3{
	width:95% !important;
}

.header-subtitle {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: -0.15px;
  color: #fff;
  margin: 16px 0;
}
@media screen and (max-width: 768px) {
	#home .como_podemos_ajudar-3{
	width:90% !important;
}
	/*.bt-svg.bt-arrow-right-fill:hover{
		  background-image: url(../img/bt-header.svg) !important;
	}*/
	#post-404{
		left: 0% !important;
		top: 120px !important;
		min-height: fit-content;
		height: 475px;
		padding-right: 25px;
		padding-left: 25px;
	}
	.404title {
		font-size:2em !important;
	}
	.404subtitle {
		font-size:1.5em !important;
	}
  	.header-subtitle {
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.57;
		letter-spacing: -0.11px;
		margin: 24px 0;
  	}
	.header-title {
		font-size: 42px;
		font-weight: 300;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.19;
		letter-spacing: normal;
	}
}

.cta-button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  outline-width: 1px;
  outline-color: #fff;
  border: 1.7px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  padding-top: 9px;
  padding-left: 5px;
  padding-right: 10px;
}

@-webkit-keyframes growButton {
  0% {
    width: 50px;
    outline-width: 1px;
    outline-color: #fff;
    border: 1.7px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
  }
  100% {
    width: 258px;
    padding-left: 20px;
  }
}

@keyframes growButton {
  0% {
    width: 50px;
    outline-width: 1px;
    outline-color: #fff;
    border: 1.7px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
  }
  100% {
    width: 258px;
    padding-left: 20px;
  }
}
@-webkit-keyframes growArrow {
  from {
    right: -20%;
  }
  to {
    right: -90%;
    margin: 0px;
    padding: 0px;
    top: 7px;
  }
}
@keyframes growArrow {
  from {
    right: -20%;
  }
  to {
    right: -90%;
    margin: 0px;
    padding: 0px;
    top: 7px;
  }
}
.page-anchor {
  cursor: pointer;
}

.arrow-sticky-filter {
  position: absolute;
  right: 10;
  top: 15px;
}

.animate-button {
  background-color: #ace833;
  -webkit-animation: growButton 0.5s ease-in-out;
          animation: growButton 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animate-button-revese {
  animation: growButton 0.5s ease-in-out reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animate-arrow {
  -webkit-animation: growArrow 0.5s ease-in-out;
          animation: growArrow 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cta-hide {
  display: none;
}

.cta-content {
  color: rgb(0, 0, 0);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 168px;
  height: 0;
  font-weight: 500;
  font-size: 12px;
  z-index: 1;
}

.arrow-cta {
  color: white;
  right: -20%;
  position: relative;
  width: 5px;
  height: 15px;
  line-height: 2px;
  margin: 0;
  top: 6px;
}

.svg-paths-container {
  width: 0;
  height: 0;
  position: absolute;
}

.big-title {
  font-family: Manrope;
  font-size: 94px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.91;
  letter-spacing: -5px;
  color: #7a7423;
}
.big-title strong {
  color: black;
}
@media only screen and (max-width: 767px) {
  .big-title {
    width: 329px;
    /*height: 196px;
    margin: 77px 1px 11px 20px;*/
    font-family: Manrope;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 55px;
    letter-spacing: -2.66px;
    color: #7a7423;
  }
}

@media only screen and (max-width: 767px) {
  .container-no-padding-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.big-title-inverso {
  color: black;
}
.big-title-inverso strong {
  color: #7a7423;
}

.bt-svg {
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s;
  display: block;
  width: 42px;
  height: 42px;
}
.bt-svg.bt-arrow-right {
  background-image: url(../img/bt-header.svg);
}
.bt-svg.bt-arrow-right:hover {
  background-image: url(../img/bt-header-hover.svg);
}
.bt-svg.bt-arrow-right-fill {
  background-image: url(../img/bt-projetos-interna.svg);
}
/*.bt-svg.bt-arrow-right-fill:hover {
  background-image: url(../img/bt-projetos-interna-hover.svg);
}*/
.bt-svg.bt-arrow-right-primary {
  background-image: url(../img/bt-jovem-interna.svg);
}
.bt-svg.bt-arrow-right-primary:hover {
  background-image: url(../img/bt-projetos-interna-hover.svg);
}

@media only screen and (max-width: 575px) {
  .container {
    padding: 0 32px;
  }
}

.whiteFontColor {
  color: white !important;
}

.featured-content {
  height: 110vh;
  position: relative;
  padding-top: 10%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .featured-content {
    height: 80vh;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
}
.featured-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.featured-content .featured-media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.featured-content .featured-media .background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-content .featured-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-content .content {
  width: 60%;
  position: relative;
  z-index: 6;
}
@media only screen and (max-width: 991px) {
  .featured-content .content {
    width: 80%;
  }
}
.featured-content .content .supertitle {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.5;
  letter-spacing: -0.17px;
  color: #fff;
}
.featured-content .content .title {
  font-size: 60px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .featured-content .content .title {
    font-size: 42px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
  }
}
.featured-content .content .subtitle {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: -0.15px;
  color: #fff;
  margin: 16px 0;
}
@media only screen and (max-width: 767px) {
  .featured-content .content .subtitle {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: -0.11px;
    margin: 24px 0;
  }
}
.featured-content.shape-1 {
  -webkit-clip-path: url(#featured-svg-shape-1);
          clip-path: url(#featured-svg-shape-1);
}
@media only screen and (max-width: 996px) {
  .featured-content.shape-1 {
    -webkit-clip-path: url(#featured-svg-shape-1-mobile);
            clip-path: url(#featured-svg-shape-1-mobile);
  }
}
.featured-content.shape-2 {
  -webkit-clip-path: url(#featured-svg-shape-2);
          clip-path: url(#featured-svg-shape-2);
}
@media only screen and (max-width: 996px) {
  .featured-content.shape-2 {
    -webkit-clip-path: url(#featured-svg-shape-2-mobile);
            clip-path: url(#featured-svg-shape-2-mobile);
  }
}
.featured-content.shape-3 {
  -webkit-clip-path: url(#featured-svg-shape-3);
          clip-path: url(#featured-svg-shape-3);
}
@media only screen and (max-width: 996px) {
  .featured-content.shape-3 {
    -webkit-clip-path: url(#featured-svg-shape-3-mobile);
            clip-path: url(#featured-svg-shape-3-mobile);
  }
}