.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body {
font-family: 'Manrope', sans-serif;
}


.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

/* CONTAINERS */

.c-container-first {
    position: relative;
    min-height: calc(100vh - 100px);
}
.c-container-gen {
    position: relative;
    min-height: 100vh;
}

/* ------------------------ */

/* FETA IMAGE */

.c-feta-img {
    position: absolute;
    top: 0;
    right: 0;
    /* bottom: 0; */
    width: 50%;
    /* left: 0; */
    height: 100%;
}

.c-feta-img img {
height: calc(100vh - 100px);
    position: absolute;
width: auto;
    top: 0;
    right: 0;
z-index: 2;
}

/* ------------------------ */

/* TITLES */

.c-big-title {
font-size: 5.5vw;
font-weight: 800;
    line-height: 1.2;
margin-bottom: 0px;
position: relative;
}

.c-md-title {
font-size: 3vw;
font-weight: 800;
    line-height: 1.2;
margin-bottom: 0px;
position: relative;
}

.c-md-title-slider {
font-size: 3vw;
font-weight: 800;
    line-height: 1.2;
margin-bottom: 0px;
position: absolute;
    top: 0;
    padding-top: 0;
}

/* ------------------------ */

/* ALIGNS */

.c-align-first {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
margin-left: 5%;
z-index: 1;
}
.c-align-mid {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
margin-left: 10%;
z-index: 1;
}

.c-align-padding-top {
position: relative;
padding-top: 100px;
margin-left: 5%;
z-index: 1;
}
.c-align-padding-bottom {
position: relative;
padding-bottom: 100px;
margin-left: 5%;
z-index: 1;
}

.c-align-padding-footer {
    position: relative;
    padding-bottom: 100px;
    margin-left: 5%;
    margin-right: 5%;
    z-index: 1;
}


/* ------------------------ */

/* UNDERLINE */

span.c-underline-big {
/* background-image: linear-gradient(rgb(43 242 224 / 0%) 65%, #2bf2e0 65%, #2bf2e0 90%, rgb(43 242 224 / 0%) 90%, rgb(43 242 224 / 0%) 100%); */
  box-shadow: inset 0px -2vw #2bf2e0;
  transition: box-shadow 250ms ease;
}
span.c-underline-big:hover {
box-shadow: inset 0px -6vw #2bf2e0;
/* background-image: linear-gradient(rgb(43 242 224 / 100%) 65%, #2bf2e0 65%, #2bf2e0 90%, rgb(43 242 224 / 100%) 90%, rgb(43 242 224 / 100%) 100%); */
}
span.c-underline-md {
/* background-image: linear-gradient(rgb(43 242 224 / 0%) 65%, #2bf2e0 65%, #2bf2e0 90%, rgb(43 242 224 / 0%) 90%, rgb(43 242 224 / 0%) 100%); */
  box-shadow: inset 0px -1.5vw #2bf2e0;
  transition: box-shadow 500ms ease;
}
span.c-underline-md:hover {
box-shadow: inset 0px -6vw #2bf2e0;
/* background-image: linear-gradient(rgb(43 242 224 / 100%) 65%, #2bf2e0 65%, #2bf2e0 90%, rgb(43 242 224 / 100%) 90%, rgb(43 242 224 / 100%) 100%); */
}


/* ------------------------ */

/* CIRCLE DESIGN */

.c-circle-first {
    position: absolute;
   width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-color: #389ff2;
    left: -40px;
    top: -20px;
    z-index: 0;
}

.c-circle-biggrey {
    background-color: #f6f6f6;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(80%, -50%);
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
}
.c-circle-c1 {
    position: absolute;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-color: #389ff2;
    left: 73%;
    top: 4vw;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.c-circle-c2 {
    position: absolute;
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    background-color: #389ff2;
    left: 60%;
    top: -2vw;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.c-circle-c3 {
    position: absolute;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-color: #389ff2;
    left: 16%;
    top: 4vw;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.c-circle-c4 {
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: #389ff2;
    left: 27%;
    top: -2vw;
    z-index: 0;
    transform: translate(-50%, -50%);
}


/* ------------------------ */

/* ROW HEIGHT */

.c-row-height {
position: relative;
min-height: 100vh;
}

/* ------------------------ */

/* PARAGRAPHS */

.c-gen-text {
font-size: 1.2vw;
font-weight: 500;
}

.c-par-width {
width: 70%;
}

/* ------------------------ */

/* BUTTONS */

.c-button-1 {
    display: inline-block;
    text-decoration: none;
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: white;
    background-color: #389ff2;
    transition: 0.3s;
}

.c-button-1:hover {
color: white;
background-color: #2bf2e0;
}

/* ------------------------ */

/* COACHING */
.c-coaching {
    position: relative;
}

.c-coaching img {
    border-radius: 20px;
margin: auto;
display: block;
max-width: 500px;
height: auto;
transform: scale(1);
transition: 0.3s;
}

.c-coaching:hover img {
transform: scale(1.05);
}

.c-coaching-text {
    position: absolute;
    bottom: 60px;
    left: 0;
}

.c-coaching-text p {
    font-size: 2.3vw;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 800;
}


.c-contact-link {
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    z-index: 90;
    transform: scale(1);
    transition: 0.3s;
}
.c-contact-link a {
text-decoration: none;
color: #333333;
}

.c-contact-circle {
    width: 1vw;
    height: 1vw;
    position: absolute;
    top: -10%;
    left: -10%;
    background-color: #2bf2e0;
    transition: 0.3s;
    border-radius: 50%;
    z-index: 91;
transform: scale(1);
}

.c-contact-link-text {
font-size: 1vw;
font-weight: 800;
margin-bottom: 0px;
    position: relative;
    top: 0;
    left: 3%;
    z-index: 92;
transform: scale(1);
}

.c-contact-link:hover {
transform: scale(1.2);
}

.c-footer-link a{
text-decoration: none;
color: #333;
}

.c-footer-icon-1 {
    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url('/cache/files/1dee2349e68aa4a32db57f81f04bc2194bc69079.png');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
transition: 0.3s;
}
.c-footer-link:hover .c-footer-icon-1 {
    border: 1px solid #2bf2e0;
    background-image: url('/cache/files/947212aa9af1d71438c42315f75edbeaf19fa76b.png');
}


.c-footer-icon-2 {
    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url('/cache/files/7ad8a0216530de825ac755218f6e5eb6a3a84b62.png');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
transition: 0.3s;
}
.c-footer-link:hover .c-footer-icon-2 {
    border: 1px solid #2bf2e0;
    background-image: url('/cache/files/cdcdeaa09471dd874f23ce2a30142e8eceb43c62.png');
}


.c-footer-icon-3 {
    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url('/cache/files/763ecc43baa3d72a06db2fc44dfb4a1bf363a670.png');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
transition: 0.3s;
}

.c-footer-link:hover .c-footer-icon-3 {
    border: 1px solid #2bf2e0;
    background-image: url('/cache/files/9ba18a6bf2b9aa6c4f67d0a9f0a052660b7966ea.png');
}


.c-social-icons {
    width: 2vw;
    height: auto;
    border: 1px solid #333333;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px;
}


.c-icon-coaching {
height: 6vw;
position: relative;
opacity: 0.6;
transition: 0.3s;
}
.c-icon-coaching:hover {
opacity: 1;
}
.c-icon-coaching img {
width: 4vw;
height: auto;
margin-right: 30px;
}

.c-icon-coaching p {
font-size: 1.2vw;
font-weight: 300;
position: absolute;
top: 50%;
left: 0;
transform: translate(0%, -50%);
color: white;
}

/* ANIMATION */
.c-circle-animation-1 {
    animation-name: floating-1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-1 {
    0% { transform: translate(0px,  0px); }
  25% { transform: translate(0px,  0.5vw); }
    50% { transform: translate(0px,  0px); }
    75%  { transform: translate(0px, -0.5vw); }
    100%   { transform: translate(0px, 0px); }    
}

.c-circle-animation-c1 {
    animation-name: floating-c1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-c1 {
    0% { transform: translate(0px,  0px); }
  25% { transform: translate(0px,  0.5vw); }
    50% { transform: translate(0px,  0px); }
    75%  { transform: translate(0px, -0.5vw); }
    100%   { transform: translate(0px, 0px); }    
}

.c-circle-animation-c2 {
    animation-name: floating-c2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-c2 {
0% {    transform: translate(0px, 0px);}
25% {    transform: translate(0.5vw, 0px);}
50% {    transform: translate(0px, 0px);}
75% {    transform: translate(-0.5vw, 0px);}
100% {    transform: translate(0px, 0px);}
}

.c-circle-animation-c3 {
    animation-name: floating-c3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-c3 {
    0% { transform: translate(0px,  0px); }
  25% { transform: translate(0px,  0.5vw); }
    50% { transform: translate(0px,  0px); }
    75%  { transform: translate(0px, -0.5vw); }
    100%   { transform: translate(0px, 0px); }    
}

.c-circle-animation-c4 {
    animation-name: floating-c4;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-c4 {
0% {    transform: translate(0px, 0px);}
25% {    transform: translate(0.5vw, 0px);}
50% {    transform: translate(0px, 0px);}
75% {    transform: translate(-0.5vw, 0px);}
100% {    transform: translate(0px, 0px);} 
}/* CONTACT FORM */
.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 16px;
    border-bottom: 1px solid #333333;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
background-color: transparent;
}
.contactform h1 {
font-family: 'Manrope', sans-serif;
font-size: 3vw;
font-weight: 800;
line-height: 1.3;
}
div.contactform p label {
    display: block;
    color: #333;
}

@media (max-width: 768px) {
.contactform h1 {
font-family: 'Manrope', sans-serif;
text-align: center;
}
}

.contactform button {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: white;
    margin: auto;
margin-top: 10px;
    background-color: #389ff2;
    border: 0px solid rgba(51,51,51,1);
    transition: 0.3s;
}
.contactform button:hover {
color: #333;
background-color: #2bf2e0;
}



@media (max-width: 768px) {
.contactform .submit {
text-align: center;
}
}

.contactform textarea {
    height: 120px;
}* {
  box-sizing: border-box;
}

::  -webkit-scrollbar {
  /* Webkit */
  width: 0;
  height: 0;
}


.hs {
  display: -webkit-box;
  display: flex;
  overflow-x: hidden;;
  -webkit-box-pack: justify;
          justify-content: space-between;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
}

#hs ul li {
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}

.hs__wrapper {
    padding-top: 10vw;
    width: 100%;
    position: relative;
}

.hs__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: end;
    width: 130px;
    top: 4.5vw;
    right: 5vw;
    position: absolute;
    z-index: 10;
    background-color: white;
}

@media only screen and (max-width: 768px) {
.hs__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-height: 120vw;
    position: absolute;
    z-index: 0;
}
}

.hs__headline {
  -webkit-box-flex: 1;
          flex: 1;
}
.hs__arrows {
    position: relative;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0%);
    align-self: center;
    z-index: 50;
}
.hs__arrows .arrow:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-image: url('/cache/files/243d617e367361d71f27b8c2eb5a7e24d5fb99cd.png');
    background-size: 60%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #389ff2;
    padding: 10px;
transition: 0.3s;
}

.hs__arrows .arrow:hover:before{
    background-color: #2bf2e0;
}
.hs__arrows .arrow.disabled:before {
    background-color: #389ff2;
}
.hs__arrows .arrow.disabled:hover:before {
    background-color: #2bf2e0;
}
.hs__arrows .arrow.arrow-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 10px;
}
.hs__arrows .arrow.arrow-next:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.hs__item {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% / 4);
    /* margin: 10px; */
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (max-width: 768px) {
  .hs__item {
    flex-basis: calc(100% / 2);
  }
}
.hs__item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: 0;
}

.hs__item__image__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hs__item__image {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* MOBILE SETTINGS */

/* @media (hover: none) and (pointer: coarse) {
  .hs__wrapper .hs__arrows {
    display: none;
  }
  .hs__wrapper .hs__item {
    -webkit-box-flex: 1;
flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
  }
} */
@media only screen and (hover: none) and (pointer: coarse) and (max-width: 768px) {
  .hs__wrapper .hs__item {
    -webkit-box-flex: 1;
flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
  }
}

.hs__item a {
text-decoration: none;
color: white;
}

.c-over-image-team {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 15vw;
    width: 20vw;
    background-color: rgb(43 242 224 / 90%);
}

.c-name-info {
    position: absolute;
top: 10%;
left: 10%;
}

.c-name {
font-size: 1.5vw;
font-weight: 800;
margin-bottom: 0px;
color: black;
}

.c-team-info {
font-size: 1vw;
font-weight: 500;
}

.c-image-bg-img {
width: 26vw;
height: auto;
filter: grayscale(100%);
transition: 0.3s;
}

.hs__item:hover .c-image-bg-img {
filter: grayscale(0%);
}

.c-overlay-image-team {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(56 159 242 / 30%);
    mix-blend-mode: color;
transition: 0.3s;
}

.hs__item:hover .c-overlay-image-team {
    background-color: rgb(56 159 242 / 0%);
}

.c-circle-button {
    background-color: black;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    position: absolute;
    bottom: 1vw;
    right: 1vw;
transform: scale(1);
transition: 0.3s;
}

.hs__item:hover .c-circle-button {
    background-color: white;
transform: scale(1.2);
}

.c-circle-button img{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(0deg) scale(1);
width: 1.5vw;
height: auto;
mix-blend-mode: difference;
transition: 0.3s;
}

.hs__item:hover .c-circle-button img {
transform: translate(-50%,-50%) rotate(-45deg) scale(1.2);
}#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
}

/* LOADER */

.c-circle-effect {
position: absolute;
top: 0;
right: 0%;
height: calc(100vh - 100px);
}

.ouro {
    top: 50%;
    /* left: 0; */
    right: 3vw;
    transform: translate(0, -50%);
    position: absolute;
    display: inline-block;
    height: calc(80vh - 100px);
    width: calc(80vh - 100px);
    /* margin: 1em; */
    border-radius: 50%;
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
}

.ouro:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
    height: calc(30vw - 1vw);
    width: calc(30vw - 1vw);
  background: none repeat scroll 0 0 white;
  border-radius: 50%;
transform: translate(-50%, -50%);
}
.ouro > span {
  position: absolute;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.left {
  left: 0;
}
.right {
  left: 50%;
}

.anim {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background: none repeat scroll 0 0 #2bf2e0;
  opacity: 0.8;
  -webkit-animation: ui-spinner-rotate-left 3s infinite;
  animation: ui-spinner-rotate-left 3s infinite;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
}
.left .anim {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.right .anim {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  left: -100%;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
}

.ouro3 .anim {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: linear;
}
.ouro3 .right .anim {
  -webkit-animation-name: ui-spinner-rotate-right;
  -webkit-animation-delay: 0;
  -webkit-animation-delay: 1.5s;
  animation-name: ui-spinner-rotate-right;
  animation-delay: 0;
  animation-delay: 1.5s;
}


@keyframes ui-spinner-rotate-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ui-spinner-rotate-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}