/*
Theme Name: WayShip - NTICS
Author: WayShip
Author URI: https://wayship.com.br/
Description: NTICS theme.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
*/

a:hover {
  text-decoration: none;
}

body {
  font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

header {
  height: 100px;
  top: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 10;
}
header .hamburger {
  position: fixed;
  width: 30px;
  cursor: pointer;
  top: 40px;
  z-index: 11;
}
header .hamburger .line {
  background: white;
  width: 30px;
  height: 4px;
  margin-bottom: 5px;
}
header .link-home {
  position: fixed;
  top: 15px;
  left: 100px;
  z-index: 5;
}
.home header .hamburger .line {
  background:#88C450;
  width: 30px;
  height: 4px;
  margin-bottom: 5px;
}
header .hamburger .line:nth-of-type(3) {
  margin-bottom: 0;
}
header .contact {
  position: relative;
  z-index: 5;
}
header .socials .link {
  margin: 0 3px;
}
header .socials .link i {
  background: white;
  color: #54990f;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  font-size: 14px;
  transition: 0.4s;
}
header .socials .link.login {
  background: transparent;
  color: white;
  font-size: 14px;
  transition: 0.4s;
  padding: 10px 10px;
  border: 1px solid white;
}
header .socials .link.login i {
  color: white;
  padding: 0;
  border-radius: 0;
  text-align: start;
  width: 0;
  margin-right: 15px;
}
header .socials .link:hover i {
  color: #54990f;
}
header .socials .link:hover.login {
  background: white;
  color: #54990f;
}

.mobile-menu {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 15;
  transition: 1s;
}

.mobile-menu .menu-content {
  background: white;
  position: fixed;
  max-width: 350px;
  width: 100%;
  padding: 40px 10px;
  padding-top: 120px;
  height: 100%;
  left: -100%;
  animation: openMenu 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.mobile-menu .menu-content.active {
  left: 0;
}

.close-menu {
  animation: closeMenu 1s cubic-bezier(1, 0.2, 0.8, 0.2) !important;
}
.close-menu-content {
  animation: 1s ease;
  right: 100%;
}


@keyframes openMenu {
  0% {
    left: -100%;
  }
  100% {
    left: 0; 
  }
}

@keyframes closeMenu {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.mobile-menu .menu-content .btn-close {
  color: #62B70E;
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 38px;
  cursor: pointer;
}
.mobile-menu .menu-content .menu-links {
  list-style-type: none;
  padding-left: 10px;
}
.mobile-menu .menu-content .menu-links .link {
  line-height: 3em;
  display: flex;
  align-items: center;
}
.mobile-menu .menu-content .menu-links .link a {
  color: #AEADB3;
  font-size: 24px;
  font-weight: 700;
  transition: 0.4s;
  text-transform: uppercase;
}
.mobile-menu .menu-content .menu-links .link a i {
  color: #62B70E;
  font-size: 18px;
}
.mobile-menu .menu-content .menu-links .link a:hover {
  color: #62B70E;
}

/* Breadcrumb */
.custom-breadcrumb a {
  color: #62B70E;
}
.custom-breadcrumb a:hover {
  color: #54990f;
}

#hero {
  position: relative;
  background: url('../ntics/assets/img/bg_pagina_inicial.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 900px;
  overflow: hidden;
  margin-top: -100px;
  z-index: 1;
}
#hero .banner-title {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  width: 100%;
  z-index: 1;
}
#hero .circles img {
  width: 100px;
}
#hero .circle {
  border-radius: 50%;
}
#hero .circle .text {
  background: white;
  color: #62B70E;
  position: absolute;
  top: 120%;
  padding: 10px 20px;
  left: 5%;
  white-space: nowrap;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  transition: .4s;
}
#hero .circle:hover .text {
  visibility: visible;
  opacity: 1;
}
#hero .circle .text::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: -8px;
  left: 20px;
  border-top: 12px solid white;
  border-bottom: 0;
  border-right: 12px solid white;
  border-left: 0;
  border-radius: 2px;
  transform: rotateZ(-45deg);
  z-index: 4;
}

#hero .circles .circle-0:hover,
#hero .circles .circle-1:hover,
#hero .circles .circle-2:hover,
#hero .circles .circle-3:hover,
#hero .circles .circle-4:hover,
#hero .circles .circle-5:hover {
  animation-play-state: paused;
}

#hero .circles .circle-0 {
  bottom: 15%;
  left: 10%;
  z-index: 4;
  animation: 2.5s floating0 cubic-bezier(.45,.02,.58,1.05) infinite;
}
#hero .circles .circle-1 {
  top: 18%;
  left: 20%;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  z-index: 4;
  animation: 2.5s floating1 cubic-bezier(.45,.02,.58,1.05) infinite;
  animation-delay: 0.2s;
}
#hero .circles .circle-2 {
  bottom: 20%;
  left: 46%;
  z-index: 4;
  animation: 2.5s floating2 cubic-bezier(.45,.02,.58,1.05) infinite;
  animation-delay: 0.4s;
}
#hero .circles .circle-3 {
  top: 16%;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  left: 50%;
  transform: translateY(-50%);
  z-index: 4;
  animation: 2.5s floating3 cubic-bezier(.45,.02,.58,1.05) infinite;
  animation-delay: 0.6s;
}
#hero .circles .circle-4 {
  top: 25%;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  right: 12%;
  z-index: 4;
  animation: 2.5s floating4 cubic-bezier(.45,.02,.58,1.05) infinite;
  animation-delay: 0.8s;
}
#hero .circles .circle-5 {
  bottom: 18%;
  right: 10%;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  z-index: 4;
  animation: 2.5s floating5 cubic-bezier(.45,.02,.58,1.05) infinite;
  animation-delay: 1s;
}
@keyframes floating0 {
  0% {bottom: 15%;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
  50% {bottom: 16%;box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);}
  100% {bottom: 15%;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
}
@keyframes floating1 {
  0% {top: 18%; box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);}
  50% {top: 19%; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
  100% {top: 18%; box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);}
}
@keyframes floating2 {
  0% {bottom: 20%; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
  50% {bottom: 21%; box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);}
  100% {bottom: 20%; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
}
@keyframes floating3 {
  0% {top: 16%; box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);}
  50% {top: 17%; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
  100% {top: 16%; box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);}
}
@keyframes floating4 {
  0% {top: 25%; box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);}
  50% {top: 26%; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
  100% {top: 25%; box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);}
}
@keyframes floating5 {
  0% {bottom: 18%; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
  50% {bottom: 19%; box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);}
  100% {bottom: 18%; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
}

.icon.ntics-login {
  background: white;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon.ntics-login img {
  max-width: 80px;
}

#pagesHero {
  position: relative;
  background: url('../ntics/assets/img/banner-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 300px;
  overflow: hidden;
  margin-top: -100px;
  z-index: 1;
  display: flex;
  align-items: center;
}
#pagesHero .mask {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#pagesHero .logo {
  position: relative;
  width: 250px;
  margin-left: 90px;
  margin-top: 20px;
  z-index: 2;
}

/* About */
#resume {
  background: #88C450;
  padding: 50px 0;
  border-bottom: 10px solid #71a342;
}
#resume .page-title {
  color: white;
  text-transform: uppercase;
}
#resume .resume-text {
  color: white;
  line-height: 2em;
	text-align: justify;
	hyphens: auto;
}

/* Projects */
#projects {
  position: relative;
  background: white;
  padding: 120px 0;
  z-index: 1;
}
#projects .title {
  color: #808080;
  font-size: 62px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#projects .text {
  color: #808080;
  margin-bottom: 20px;
	text-align: justify;
	hyphens: auto;
}
#projects li {
  text-align: justify;
	hyphens: auto;
}
#projects .btn-report {
  position: relative;
  background: #8AC651;
  color: white;
  max-width: 360px;
  border-radius: 25px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
}
#projects .btn-report i {
  position: absolute;
  font-size: 22px;
	top: 11px;
  right: 20px;
  animation: bounceRight 1s infinite linear;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}
@keyframes bounceRight {
  0% {right: 20px;}
  50% {right: 30px;}
  100% {right: 20px;}
}

#projects .engines {
  position: relative;
  width: 100%;
  padding-top: 40px;
  height: 500px;
}
#projects .engines .engine-1 img {
  position: absolute;
  width: 220px;
  /* animation: rotateEngine 2s infinite; */
}
#projects .engines .engine-2 img {
  top: 230px;
  position: absolute;
  width: 100px;
}
#projects .engines .engine-3 img {
  top: 230px;
  position: absolute;
  width: 190px;
}

/* Counters */
#counters {
  background: url('../img/counter-bg.png');
  background-size: 450px;
  background-position: center;
  background-color: #FBCF2B;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: white;
}
#counters .number {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}
#counters .text {
  font-size: 18px;
}

/* Locations */
#locations {
  background: #68C645;
  padding: 100px 0;
}
#locations .title {
  color: white;
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 40px;
}
#locations .countries {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
#locations .countries span {
  font-size: 20px;
  font-weight: 700;
}
#locations .map .map-content {
  position: relative;
	display: flex;
}
#locations .map .map-content .map-brasil {
  max-width: 500px;
  width: 100%;
	align-self: flex-start;
}
#locations .map .map-content .map-eua {
  max-width: 500px;
  width: 100%;
	align-self: flex-start;
}
#locations .map .map-content .map-alemanha {
  max-width: 500px;
  width: 100%;
	align-self: flex-start;
}
#locations .swiper-pagination-bullets {
  width: 40% !important;
}
#locations .swiper-pagination-bullet {
  background: white;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  opacity: 1;
}
#locations .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FBCF2B;
}
#locations .map-content {
  display: flex;
  justify-content: center;
}
#locations .pins-brasil a {
  padding: 0;
}
#locations .pins-brasil img {
  width: 60px;
} 
#locations .pins-brasil div {
 
}
#locations .pins-brasil .pin-1 {
  position: absolute;
  top: 12%;
  left: 20%;
}
#locations .pins-brasil .pin-2 {
  position: absolute;
  top: 30%;
  left: 48%;
}
#locations .pins-brasil .pin-3 {
  position: absolute;
  top:  80%;
  left: 54%;
}
#locations .pins-brasil .pin-4 {
  position: absolute;
  top: 56%;
  left: 70%;
}
#locations .pins-brasil .pin-5 {
  position: absolute;
  top: 22%;
  left: 82%;
}

#locations .pins-eua a {
  padding: 0;
}
#locations .pins-eua img {
  width: 60px;
} 
#locations .pins-eua div {
 
}
#locations .pins-eua .pin-1 {
  position: absolute;
  top: 40%;
  left: 5%;
}
#locations .pins-eua .pin-2 {
  position: absolute;
  top: 60%;
  left: 72%;
}
#locations .pins-eua .pin-3 {
  position: absolute;
  top:  20%;
  left: 80%;
}

#locations .pins-alemanha a {
  padding: 0;
}
#locations .pins-alemanha img {
  width: 60px;
} 
#locations .pins-alemanha div {
  
}
#locations .pins-alemanha .pin-1 {
  position: absolute;
  top: 50%;
  left: 30%;
}

/* Development */
#ods {
  padding: 100px 0;
}
#ods .title {
  color: #88C450;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.5em;
  margin-bottom: 40px;
}
#ods .ods img {
  width: 100%;
  height: auto;
}
#ods .swiper-container {
  height: 200px;
}
#ods .swiper-pagination {
  bottom: 0;
}
#ods .swiper-pagination-bullet {
  background: #D7D8DC;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  opacity: 1;
}
#ods .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FBCF2B;
}
#ods .btn-more {
  position: relative;
  background: #88C450;
  color: white;
  width: 180px;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  float: right;
}
#ods .btn-more i {
  position: absolute;
  font-size: 22px;
	top: 11px;
  right: 20px;
  animation: bounceRight 1s infinite linear;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

/* Commitments */
#commitments {
  background: #8AA3B1;
  padding: 100px 0;
}
#commitments .title {
  color: #FBCF2B;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5em;
  margin-bottom: 40px;
}

#commitments .contents {
  color: #FBCF2B;
  font-size: 20px;
  font-weight: 700;
  line-height: 3em;
  margin-bottom: 40px;
}
#commitments .btn-more {
  position: relative;
  background: #FBCF2B;
  color: #8AA3B1;
  width: 180px;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  float: right;
}
#commitments .btn-more i {
  position: absolute;
  font-size: 22px;
	top: 11px;
  right: 20px;
  animation: bounceRight 1s infinite linear;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

/* Transformations */
#transformations {
  padding: 100px 0;
}
#transformations .title {
  color: #88C450;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.5em;
  margin-bottom: 40px;
}
#transformations .text {
  color: #C1C2C9;
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
  letter-spacing: 5px;
}
#transformations .btn-projects {
  position: relative;
  background: #88C450;
  color: white;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 25px;
}
#transformations .swiper-container.transformations {
  margin-top: 40px;
  padding: 0 50px;
}
#transformations .swiper-prev {
  color: #EBEDEF;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 40px;
  z-index: 2;
  transform: translateY(-50%);
}
#transformations .swiper-next {
  color: #EBEDEF;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 40px;
  z-index: 2;
  transform: translateY(-50%);
}

#projectsContent .project-banner {
  background-size: covert !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 500px;
  padding-top: 100px;
}
#projectsContent .project-title {
  background: #88C450; 
  font-size: 20px; 
  font-weight: 700; 
  text-transform: uppercase;
  text-transform: uppercase; 
  color: white; 
  padding: 15px 20px;
}
#projectsContent .project-banner .link .arrow {
  transition: .2s;
  filter: brightness(0%) invert();
}
#projectsContent .project-banner .link:hover .arrow {
  margin-left: 20px;
}
#projectsContent .btn-all-projects {
	background: #62B70E;
	border: 2px solid #62B70E;
	color: white;
	max-width: 250px;
  	border-radius: 25px;
  	padding: 10px 25px;
}

/* Page Hero */
#pageHero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  height: 300px;
  overflow: hidden;
  margin-top: -100px;
  z-index: 1;
  display: flex;
  align-items: center;
}
#pageHero .mask {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#pageHero .logo {
  position: relative;
  width: 250px;
  margin-left: 90px;
  margin-top: 20px;
  z-index: 2;
}

/* Page Resume */
#pageResume {
  background: #88C450;
  padding: 50px 0;
  border-bottom: 10px solid #71a342;
}
#pageResume .page-title {
  color: white;
  text-transform: uppercase;
}
#pageResume .resume-text {
  line-height: 2em;
	text-align: justify;
	hyphens: auto;
}

/* Page Content */
#pageContent {
  padding: 100px 0 !important;
}
#pageContent h2 {
  color: #88C450;
  font-size: 42px;
   font-weight: 800;
  margin-bottom: 0;
  line-height: 1em;
  align-self: flex-end;
}
#pageContent .engines {
  max-width: 1000px;
  width: 100%;
  border-bottom: 1px solid #88C450;
  margin-left: 80px;
}
#pageContent .engines img {
  width: 80px;
  margin-bottom: 10px;
  float: right;
}
#pageContent .content-text {
  color: #808080;
  text-align: justify;
}

/* Login */
.login-form label {
  color: #4B4B4B;
}
.login-form button {
  background: #88C450;
  color: white;
  padding: 5px 30px;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}
.page-id-1844 #pageResume,
.page-id-1844 #talents {
  display: none;
}

/* ODS */
#ods {
  padding-bottom: 100px;
}
#ods h3 {
  font-size: 24px;
  font-weight: 600;
}
#ods .ods-icon {

}
#ods .ods-content {
  padding: 70px 0;
}
.ods-modal .modal-dialog {
  max-width: 600px;
}
.ods-modal .modal-header {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ods-modal .modal-icon {
  width: 50px;
  margin-right: 10px;
}
.ods-modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0;
  padding: 0;
}
.ods-modal .close:focus {
  box-shadow: none;
  outline: 0;
}
.ods-modal .ods-info p {
	text-align: justify;
	hyphens: auto;
}
#ods p {
  color: #808080;
}
.newsletter-modal .modal-header {
  background: #62B70E;
  color: white;
}
.coming-modal .modal-header {
  background: #62B70E;
  color: white;
}
.coming-modal .modal-header .close {
  color: white;
}
.coming-modal .modal-header .close:hover {
  color: white;
  opacity: 1;
}
.coming-modal .coming-text {
  color: #62B70E;
}
.coming-modal .gear {
  color: #62B70E;
  font-size: 42px;
}
.coming-modal .gear i {
  animation: rotatingGear 2s linear infinite;
}
@keyframes rotatingGear {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {-ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);}
}
.newsletter-modal .modal-header .close {
  color: white;
  opacity: 1;
  text-shadow: none;
}
.newsletter-modal .wpcf7-form p {
  margin-bottom: 0;
}
.newsletter-modal .wpcf7-form input[type=text],
.newsletter-modal .wpcf7-form input[type=tel],
.newsletter-modal .wpcf7-form input[type=email],
.newsletter-modal .wpcf7-form input[type=url],
.newsletter-modal .wpcf7-form textarea {
  letter-spacing: 1px;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid #C1C2C9;
  border-radius: 5px;
}
.newsletter-modal .wpcf7-form textarea {
  height: 225px;
}
.newsletter-modal .wpcf7-form input[type=text]::placeholder,
.newsletter-modal .wpcf7-form input[type=tel]::placeholder,
.newsletter-modal .wpcf7-form input[type=email]::placeholder,
.newsletter-modal .wpcf7-form input[type=url]::placeholder,
.newsletter-modal .wpcf7-form textarea::placeholder {
  color: #C1C2C9;
}
.newsletter-modal .wpcf7-form input[type=submit] {
  background-color: #62B70E;
  color: white;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #62B70E;
  border-radius: 25px;
  padding: 8px 25px;
  transition: .4s;
  float: right;
}

.newsletter-modal span.wpcf7-not-valid-tip {
  display: none !important;
}

/* Acting */
#acting {
  background: #88C450;
  padding: 100px 0;
}
#acting h2 {
  color: white;
  font-size: 42px;
   font-weight: 800;
  margin-bottom: 0;
  line-height: 1em;
  align-self: flex-end;
}
#acting .engines {
  max-width: 1000px;
  width: 100%;
  border-bottom: 1px solid white;
  margin-left: 80px;
}
#acting .engines img {
  width: 50px;
  margin-bottom: 10px;
  float: right;
  filter: brightness(0) invert(1);
}
#acting .acting-locations {
  display: flex;
  flex-direction: row;
}
#acting .acting-locations span {
  color: black;
  font-size: 28px;
  font-weight: 600;
  cursor: pointer;
  opacity: 0.3;
  line-height: 1em;
  margin-bottom: 0;
}
#acting .acting-locations span:hover {
  color: white;
  opacity: 1;
}
#acting .acting-locations .active{
  color: white;
  opacity: 1;
}
#acting .acting-locations .active::before {
  content: '• ';
  position: absolute;
  left: -10px;
}
#acting .acting-locations div {
  width: 100%;
  margin-left: 40px;
  border-bottom: 1px solid #88C450;
}
#acting .text-content {
  color: white;
  font-size: 16px;
  line-height: 1.8em;
  text-align: justify;
  max-width: 700px;
  margin-top: 20px;
  margin-left: 25px;
}
#acting .text-content p {
	hyphens: true;
}

/* Commitments */
#aboutCommitments {
  padding: 100px 0;
}
#aboutCommitments .title {
  color: #89C550;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.5em;
}
#aboutCommitments .subtitle {
  color: #C1C2C9;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
  letter-spacing: 5px;
}
#aboutCommitments .c-title {
  font-size: 18px;
  font-weight: 800;
}
#aboutCommitments .c-content {
  color: #808080;
  font-size: 14px;
  text-align: justify;
	hyphens: auto;
}

/* Posts */
.recent-post-link {
  color: black;
}
.recent-post-link:hover {
  color: black;
}
.recent-post-link .recent-post-indicator {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.recent-post-link .recent-post-title {
  font-weight: 700;
}
.recent-post-link .recent-post-excerpt {
  text-align: justify;
}
.recent-post-link .recent-post-author {
  font-size: 12px;
}
.post-link {
  color: black;
}
.post-link:hover {
  color: black;
}
.post-link .post-title {
  font-size: 16px;
  font-weight: 700;
}
.post-link:hover .post-title {
  text-decoration: underline;
}
.post-link .post-excerpt {
  font-size: 12px;
	text-align: justify;
	hyphens: auto !important;
}

/* Single Post */
.single-post-title {
  font-weight: 700;
}
.single-post-author {
  font-size: 12px;
  margin-bottom: 40px;
}
.read-too {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
  padding-bottom: 10px;
}
.swiper-container.posts .swiper-prev {
  color: #EBEDEF;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 40px;
  z-index: 2;
  transform: translateY(-50%);
}
.swiper-container.posts  .swiper-next {
  color: #EBEDEF;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 40px;
  z-index: 2;
  transform: translateY(-50%);
}

/* Vídeo */
#videos {
  background: black;
  padding: 100px 0;
}

/* Other Posts */
#otherPosts {
  padding-bottom: 100px;
}

/* Talents */
#talents {
  background: #FBCF2B;
  padding: 50px 0;
}
#talents .title {
  color: white;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
#talents .text {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
}
#talents .btn-send-curriculum {
  position: relative;
  background: black;
  color: #FBCF2B;
  width: 220px;
  border-radius: 25px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
}
#talents .btn-send-curriculum i {
  position: absolute;
  font-size: 22px;
	top: 11px;
  right: 20px;
  animation: bounceRight 1s infinite linear;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

/* Contact */
#contact {
  padding: 100px 0;
}
#contact .title {
  color: #88C450;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.5em;
  margin-bottom: 40px;
}
#contact .contact {
  color: #62B70E;
  line-height: 2em;
  font-weight: 600;
  letter-spacing: 5px;
  font-size: 18px;
}
#contact .blog {
  color: #AEADB3;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 700;
}
#contact .text {
  color: #AEADB3;
  font-size: 12px;
  line-height: 2.5em;
  letter-spacing: 2px;
  max-width: 500px;
}
#contact .socials .link {
  margin-left: 20px;
}
#contact .socials .link i {
  background: #AEADB3;
  color: white;
  width: 50px;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
#contact .wpcf7-form p {
  margin-bottom: 0;
}
#contact .wpcf7-form input[type=text],
#contact .wpcf7-form input[type=tel],
#contact .wpcf7-form input[type=email],
#contact .wpcf7-form input[type=url],
#contact .wpcf7-form select[name=your-subject],
#contact .wpcf7-form textarea {
  letter-spacing: 1px;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid #C1C2C9;
  border-radius: 5px;
}
#contact .wpcf7-form textarea {
  height: 225px;
}
#contact .wpcf7-form input[type=text]::placeholder,
#contact .wpcf7-form input[type=tel]::placeholder,
#contact .wpcf7-form input[type=email]::placeholder,
#contact .wpcf7-form input[type=url]::placeholder,
#contact .wpcf7-form textarea::placeholder {
  color: #C1C2C9;
}
#contact .wpcf7-form input[type=submit] {
  background-color: #62B70E;
  color: white;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #62B70E;
  border-radius: 25px;
  padding: 8px 25px;
  transition: .4s;
  float: right;
}
#contact span.wpcf7-not-valid-tip {
  display: none !important;
}
#contact .wpcf7-form .file-upload {
  color: #B2B2B2;
  font-size: 20px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  transition: .2s;
}
#contact .wpcf7-form .file-upload:hover {
  color: #868686;
}
#contact div.wpcf7 .ajax-loader {
  position: absolute;
  right: -20px;
}
#contact .wpcf7-form .file-upload i {
  font-size: 38px;
  margin-right: 10px;
}
#contact .wpcf7-form #fileUpload {
  display: none;
}
#contact .filename {
  color: #B2B2B2;
  position: absolute;
  bottom: -25px;
}

.archive-projeto-content {
  transition: .2s linear;
}
.archive-projeto-content:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}
.archive-project-title {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  margin-bottom: 0;
}

.projects-pagination .page-numbers {
  color: #B2B2B2;
  font-size: 28px;
  font-weight: 500;
  margin: 0 5px;
}
.projects-pagination .page-numbers.current {
  color: #62B70E;
  font-weight: 700;
}

/* Single Project */
.project-pagination {
	padding-top: 60px;
	padding-bottom: 60px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
}
.project-pagination .prev-link span, .project-pagination .next-link span {
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 400;
}
.project-pagination .next-link {
	text-align: right;
	float: right;
}
.project-pagination .next-link:hover h5, .project-pagination .prev-link:hover h5 {
  color: #62B70E;
} 
.project-pagination .prev-link h5, .project-pagination .next-link h5 {
	color: #B2B2B2;
	font-size: 18px;
	font-weight: 600;
	max-width: 250px;
}
.project-link {
	color: #B2B2B2;
  font-size: 18px;
  font-weight: 600;
	text-align: center;
}
.project-link:hover {
  color: #62B70E;
}

.notes-category-name {
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  text-transform: uppercase;
}

footer {
  padding-top: 50px;
}
footer .countries h2 {
  color: #868686;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 40px;
  opacity: 1;
  cursor: pointer;
  transition: 0.4s;
}
footer .countries h2:hover {
  color: #62B70E;
  opacity: 1;
}
footer .countries h2.active {
  color: #62B70E;
  opacity: 1;
}
footer .title {
  color: white !important;
  margin-bottom: 20px;
}
footer .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.5em;
}
footer .text a {
	color: white;
	transition: .4s;
}
footer .text a:hover {
	color: #62B70E;
}
footer .text .contact-link {
  color: white;
  text-decoration: underline;
}
footer .address {
  transition: 0.4s;
}
footer .socials a {
  color: white;
  transition: .4s;
  line-height: 2em;
}
footer .socials a:hover {
  color: #62B70E;
}
footer .copyright {
  background: black;
  padding: 30px 0;
  border-top: 1px solid white;
}
footer .copyright p {
  color: white;
  font-size: 14px;
}
footer .copyright p .wayship {
  color: white;
  transition: .4s;
}
footer .copyright p .wayship:hover {
  color: #62B70E;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front {
  color: white;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #62B70E;
  color: white;
  transform: rotateY(180deg);
}

.flip-card-back p {
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  
  #projects .title {
    font-size: 56px;
  }
  #transformations .title {
    font-size: 42px;
  }
  #transformations .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  #hero {
    height: 700px;
  }
  #hero .circles img {
    width: 80px;
  }
  #hero .icon.ntics-login {
    width: 80px;
    height: 80px;
  }
  .icon.ntics-login img {
    max-width: 60px;
  }
  #projects .title {
    font-size: 42px;
  }
  #ods .title {
    font-size: 38px;
  }
  #locations .title {
    font-size: 38px;
  }
  #commitments .title {
    font-size: 26px;
  }
  #commitments .contents {
    font-size: 16px;
  }
  #transformations .title {
    font-size: 34px;
  }
  #transformations .text {
    margin-top: 5px;
    font-size: 12px;
  }
  #contact .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  header .link-home {
    position: fixed;
    top: 35px;
    left: 60px;
  }
  header .link-home img {
    width: 75px;
  }
  header .contact {
    display: none !important;
  }
	header .hamburger {
    left: 20px;
  }
  #hero {
    height: 600px;
  }
	#hero .circles img {
    width: 60px;
  }
  #hero .icon.ntics-login {
    width: 60px;
    height: 60px;
  }
  .icon.ntics-login img {
    max-width: 40px;
  }
  #hero .circle .text {
    font-size: 12px;
  }
  #locations .pins-brasil img {
    width: 10vw;
  }
  #locations .pins-eua img {
    width: 10vw;
  }
  #locations .pins-alemanha img {
    width: 10vw;
  }
  #projects .title {
    font-size: 9vw;
  }
  #projects .engine-1 img {
    width: 190px !important;
  }
  #projects .engine-2 img {
    left: 20%;
    width: 80px !important;
  }
  #projects .engine-3 img {
    left: -20%;
    width: 170px !important;
  }
  #projects .text {
    margin-bottom: 40px;
  }
  #ods .title {
    font-size: 8vw;
  }
  #locations .title {
    font-size: 8vw;
  }
  #commitments .title {
    font-size: 6vw;
  }
  #transformations .title {
    font-size: 7vw;
  }
  #contact .title {
    font-size: 5vw;
  }
  #contact .socials .link {
    margin-left: 0;
    margin-right: 20px;
  }
  #projectsContent .project-banner {
    background-position: center left !important;
  }

  .flip-card-back p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 550px) {
  #hero {
    height: 450px;
  }
  #hero .circles img {
    width: 50px;
  }
  #hero .icon.ntics-login {
    width: 50px;
    height: 50px;
  }
  .icon.ntics-login img {
    max-width: 30px;
  }
  
  #hero .circle .text {
    font-size: 14px;
    padding: 5px 5px !important;
    top: 125%;
    left: -10px;
  }
  #hero .circle .text::before {
    width: 15px !important;
    height: 15px !important;
    border-radius: 2px !important;
    top: -5px;
    left: 27px;
  }
  #projects .btn-report {
    width: 100%;
    font-size: 12px;
  }
  #ods .swiper-container.ods {
    height: 260px;
  }
  #transformations .title {
    font-size: 8vw;
  }
  #transformations .text {
    font-size: 10px;
  }
  #contact .title {
    font-size: 6vw;
  }
  #contact .text {
    font-size: 10px;
    letter-spacing: 2px;
  }
  #pageContent h2 {
    font-size: 8vw;
  }
  #acting h2 {
    font-size: 8vw;
  }
  #acting .acting-locations span {
    font-size: 7vw;
  }
  #aboutCommitments .title {
    font-size: 8vw;
  }
  #aboutCommitments .subtitle {
    font-size: 3vw;
    letter-spacing: 3px;
  }
  .single-post-title {
    font-size: 7vw;
  }
  .single-post-excerpt {
    font-size: 3.5vw;
  }
  .next-link h5, .prev-link h5 {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  #hero {
    height: 350px;
  }
}

