@font-face {
  font-family: MarkPro;
  src: url('../fonts/MarkPro/MarkPro-Hairline.woff') format('woff'),
  url('../fonts/MarkPro/MarkPro-Hairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MarkPro;
  src: url('../fonts/MarkPro/MarkPro.woff') format('woff'),
  url('../fonts/MarkPro/MarkPro.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MarkPro;
  src: url('../fonts/MarkPro/MarkPro-Medium.woff') format('woff'),
  url('../fonts/MarkPro/MarkPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MarkPro;
  src: url('../fonts/MarkPro/MarkPro-Bold.woff') format('woff'),
  url('../fonts/MarkPro/MarkPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

::selection {
  background: rgb(117, 255, 196);
  color: black;
}

#content {
  position: relative;
}

img,
svg {
  pointer-events: none;
}

body {
  background: black;
}

*,
a,
span {
  font-family: MarkPro;
  color: white;
  text-decoration: unset;
  margin: 0px;
  padding: 0px;
}

#particles-js {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -99;
  background-color: black;
}

body {
  margin: 0px;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-image: url('');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

main {
  overflow: hidden;
  position: relative;
}

main + .calendly-spinner + iframe {
  display: none !important;
}

.wpFloat {
  position: fixed;
  z-index: 99;
  top: 91vh;
  width: 50px;
  height: 50px;
  right: 2.5%;
  transition: 1s all ease-in-out;
  cursor: pointer;
  z-index: 99;
}

.wpFloat:hover {
  transform: scale(0.9) !important;
}

.wpFloat img {
  width: 100%;
}

header {
  position: fixed;
  margin: auto;
  width: calc(100% - 5%);
  padding: 0 2.5%;
  height: 90px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}

.active {
  background: rgb(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

header img {
  width: 40px;
}

.item {
  color: #fff;
  font-size: 20px;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  position: relative;
  padding: 7px 15px;
}

.last-item{
  font-size: 15px;
}

.item:hover {
  color: black;
}

.item::after {
  bottom: 2px;
  content: '';
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  background: rgb(117, 255, 196);
  color: black;
  transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 0;
  z-index: -1;
  border-radius: 100px;
}

.item:hover::after {
  width: 100%;
  color: black;
}

.item:hover img {
  filter: invert();
}

#videoContainer {
  position: relative;
  height: calc(var(--vh, 1vh) * 100) !important;
  width: 100vw;
  background: black;
  display: block;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
}

#video1Container {
  position: absolute;

  top: 0px;

  left: 0px;

  width: 100%;
}

#video1 {
  position: absolute;
}

.cover {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 9;
}

#video1Loader {
  position: fixed;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100) !important;
  background: rgb(0, 0, 0, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video1RedLoader {
  width: 150px;
  height: 150px;
  background: url(/files/loader_cards.gif);
  background-position: center;
  background-size: 100%;
  position: absolute;
}

.bg-video {
  width: 100%;
  height: 100vh;
}

.bold {
  font-weight: 700;
  color: rgb(117, 255, 196);
}

.linksHeader,
.linksHeader a {
  display: flex !important;
  align-items: center;
}

.linksHeader a img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-top: 3px;
}

.linksHeader a {
  font-weight: 300;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 17px;
}

.viewMore {
  position: absolute;
  bottom: 5%;
  left: calc(50% - 31px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 20px 23px;
  border-radius: 200px;
  animation: 6s ease-in-out 0s infinite normal none running float;
  background-color: rgb(117, 255, 196);
  border: 1px solid rgb(117, 255, 196);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-top: 3px;
  transition: 0.5s all ease-in-out;
  z-index: 99;
}

.viewMore img {
  width: 15px;
  filter: invert();
}

.viewMore:hover {
  background: transparent;
  border: 1px solid white;
}

.viewMore:hover p {
  color: white;
}

.viewMore:hover img {
  filter: unset;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.centerContent {
  padding: 90px 0px;
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 900px;
}

h1 {
  font-size: 80px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 300;
}

.centerContent p {
  font-size: 45px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 80px;
}

.openPopup {
  background-color: rgb(117, 255, 196);
  cursor: pointer;
  border: 1px solid rgb(117, 255, 196);
  color: black;
  padding: 15px 45px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out;
}

.openPopup:hover {
  box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px #00d7c3;
  transition: 0.3s;
  background: transparent;
  color: rgb(117, 255, 196);
}

.openPopup:hover .bold {
  color: black;
}

.bottomContent {
  width: 100%;
  margin: 50px auto 120px;
}

/***************/

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 6));
    transform: translateX(calc(-250px * 6));
  }
}

.slider {
  height: 80px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  position: relative;
  width: 90%;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
  height: 100px;
  position: absolute;
  width: 250px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 12);
}

.slider .slide {
  height: 80px;
  width: 250px;
  display: flex;
  align-items: center;
  transition: 0.5s all ease-in-out;
}

.slide img {
  width: 100%;
  height: 80px;
  margin: auto;
  object-fit: contain;
}

.slide:hover {
  transform: scale(0.9);
}

footer {
  width: 95%;
  padding: 20px 2.5%;
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
  background: black;
  z-index: 999;
  position: relative;
}

footer span {
  font-weight: 300;
  font-size: 10px;
}

footer img {
  width: 50px;
}

.calendly-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

#lightningjs-usabilla_live {
  display: block !important;
}

.mobileElement {
  display: none;
}

.desktopElement {
  display: block;
}

footer.desktopElement{
  display: flex !important;
}

footer.mobileElement{
  display: none !important;
}

.mobileElementVideo {
  display: none;
}
a#whatsappContainer {
  position: fixed;
  height: auto;
  bottom: 80px;
  right: 50px;
  z-index: 9;
}

img#whatsappImg {
  position: relative;
  width: 55px;
}
div#formContainer {
  position: relative;
  width: 86%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}

.formInput {
  position: relative;
  float: left;
  width: calc(50% - 64px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 10px;
  height: 50px;
  background: transparent;
  border: 1px solid white;
  border-radius: 10px;
  margin-bottom: 15px;
  font-weight: 300;
  outline:none;
  background: rgba(255, 255, 255, 0.1);
}

.formInput.fullInput {
  width: calc(100% - 64px);
}

#formMessage {
  width: calc(100% - 64px);
  height: 130px;
  padding-top: 10px;
}

.formInput::placeholder {
  color: white;
  opacity:0.6;
}
#sendForm {
  position: relative;
  width: 140px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-left: calc(50% - 75px);
  background-color: #75ffc4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-top: 10px;
  cursor: pointer;
  color:black;
  transition: background-color 0.2s;
}
#sendForm:hover{
  background-color:#53bb8e;
}
#formTitle{
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}

#alertDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.alert-box {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  height: 80px;
  width: 350px;
  /* color: black; */
}
#alertMessage{
  margin-top:30px;
  font-weight:300;
  color: black;
  font-size: 15px;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: black;
}
.form-btn{
  font-size:17px;
  cursor:pointer;
}
@media only screen and (max-width: 700px) {
  .mobileElementVideo {
    display: block;
    height: 110vh;
    margin-top: -10vh;
  }

  .desktopElementVideo {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .wpFloat {
    top: 0;
    position: relative;
    right: 0;
    margin-bottom: 30px;
  }

  .mobileElement {
    display: block !important;
  }

  .desktopElement {
    display: none !important;
  }

  footer.desktopElement{
    display:  none !important;
  }

  footer.mobileElement{
    display: flex !important;
  }

  h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .centerContent p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
  }

  header {
    height: 70px;
  }

  .item:hover {
    color: white;
  }

  .item::after {
    background: black;
  }

  .openPopup {
    padding: 10px 30px;
    font-size: 16px !important;
  }

  #main-container-responsive {
    display: block;
    height: auto;
  }

  #hamburger button {
    background: none;
    border: 0px;
    cursor: pointer;
    padding: 0px;
    width: 35px;
    height: 35px;
  }

  #hamburger button span {
    background: white;
    display: block;
    height: 3px;
    width: 80%;
    margin: 7px;
    animation: 1s ease 0s 1 normal forwards running none;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
  }

  #hamburger button.open span {
    margin: 0px;
  }

  #hamburger button span:nth-child(3) {
    top: 31px;
  }

  #hamburger button.open span:nth-child(1) {
    top: 18px;
    transform: rotate(135deg);
    margin-bottom: -5px;
  }

  #hamburger button.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  #hamburger button.open span:nth-child(3) {
    top: 18px;
    transform: rotate(-133deg);
  }

  #container-menu-responsive {
    position: fixed;
    /* top: 60px;*/
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: black;
    transform: translateX(100%);
    transition: transform 0.5s;
    z-index: 101;
    align-items: center;
    justify-content: center;
    display: flex !important;
  }

  #container-menu-responsive.open {
    display: flex !important;
  }

  #container-menu-responsive.open {
    transform: translateX(0);
  }

  #content {
    margin-bottom: 0px !important;
  }

  header .container {
    width: 90%;
    height: 80px;
  }

  .mainmenu a {
    display: flex !important;
    align-items: center;
  }

  .mainmenu a img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: 2px;
  }

  .mainmenu li {
    margin-bottom: 40px;
    text-decoration: none;
    list-style: none;
  }

  #container-menu-responsive nav {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 2rem;
  }

  #container-menu-responsive nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1em 0px 0px;
  }

  .mainmenu li a,
  nav a {
    line-height: 18px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 300;
  }

  .item-menu-responsive {
    margin: 1.2em 0px !important;
  }

  .mainmenu li a {
    padding-bottom: 5px !important;
  }

  .logo img {
    width: 200px;
  }

  .viewMore:hover {
    transform: unset;
    background-color: unset;
  }

  .viewMore p {
    font-size: 16px;
    line-height: 15px;
  }

  .sliderClientsTop img,
  .sliderClientsBottom img {
    width: 90px;
    margin: 0 10px;
  }

  .widthLogo {
    width: 50px !important;
  }

  #page-region {
    width: 90%;
    margin: auto;
  }

  .slider::before,
  .slider::after {
    width: 50px;
  }

  .slider .slide-track {
    width: calc(150px * 12);
  }

  .slider .slide {
    width: 150px;
  }

  .bottomContent {
    width: 100%;
    margin: 20px auto 30px;
  }

  .centerContent {
    margin: 0 auto;
  }

  .viewMore {
    padding: 15px 18px;
    left: calc(50% - 26px);
  }

  .slider {
    height: 70px;
    margin: 0px auto 0px;
  }

  .slider .slide,
  .slide img {
    height: 50px;
  }

  .containerInformationMobile {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  footer.mobileElement div{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .formInput{
    width: calc(100% - 64px) !important;
    height: 40px;
  }
  a#whatsappContainer{
    bottom: 20px;
    right: 20px;
  }
  .form-btn{
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 300;
  }
  div#formContainer {
    width:100%;
  }
}

.g-recaptcha{
  height: auto;
  padding-top: 10px;
  position: relative;
  display: flex;
  min-width: 300px;
  text-align: center;
  justify-content: center;
}
