@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: Neue Regular;
  src: url("../neue-machina/woff/NeueMachina-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Neue UltraBold;
  src: url("../neue-machina/woff/NeueMachina-Ultrabold.woff2") format("woff2");
  font-display: swap;
}

:root {
  --violet-heyb: #6c36fe;
  --yellow-heyb: #fefb34;
  --blue-heyb: #001524;
  --green-heyb: #10cf72;
  --light-blue-heyb: #cae5ff;
  --border-radius: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: var(--green-heyb) #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background: var(--blue-heyb);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--green-heyb);
  border-radius: 10px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  background-color: var(--blue-heyb);
  color: var(--light-blue-heyb);
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  box-shadow: 0px 4px 4px 2px rgba(202, 229, 255, 0.5);
  -webkit-box-shadow: 0px 4px 4px 2px rgba(202, 229, 255, 0.5);
  -moz-box-shadow: 0px 4px 4px 2px rgba(202, 229, 255, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--blue-heyb);
  z-index: 9;
}

header .logo img {
  width: 120px;
  height: auto;
}

.menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu ul li {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.menu ul li a {
  color: var(--light-blue-heyb);
  text-decoration: none;
  font-size: 16px;
  font-family: "Neue Ultrabold", sans-serif;
  white-space: nowrap;
}

.menu ul li a:hover {
  border-bottom: var(--light-blue-heyb) solid 1px;
}
.menu ul li .btn-translator {
  background-color: var(--blue-heyb);
  color: var(--green-heyb);
  border: solid 1px var(--green-heyb);
  border-radius: var(--border-radius);
  padding: 2px 15px;
  margin-left: 5px;
  min-width: 65px;
}
.menu ul li .btn-translator:hover {
  background-color: var(--green-heyb);
  color: var(--blue-heyb);
}

.menuHeyB li .btn-translator {
  background-color: var(--blue-heyb);
  color: var(--green-heyb);
  border: solid 1px var(--green-heyb);
  border-radius: 10px;
  padding: 2px 15px;
  margin-left: 5px;
}

.menu-active{
  border-bottom: 1px solid;
}

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

.first-section-abtest, .first-section-digital {
  flex-direction: row;
}

.first-section-digital  {
    justify-content: space-evenly;
}

.first-section h1 {
  font-family: "Neue UltraBold", sans-serif;
  font-size: 60px;
  color: var(--light-blue-heyb);
  margin-bottom: 20px;
  text-align: center;
}

.first-section-abtest h1, .first-section-digital h1 {
  font-size: 36px;
  font-family: "Neue UltraBold", sans-serif;
  margin-bottom: 20px;
}

.first-section h1 span {
  white-space: nowrap;
}

.first-section h1 span:nth-child(2),
.first-section h1 div:nth-child(2) {
  color: var(--yellow-heyb);
}

.first-section h1 div:nth-child(3) {
  color: var(--violet-heyb);
}

.first-section h2 {
  font-family: "Neue Regular", sans-serif;
  font-size: 30px;
  color: var(--violet-heyb);
}

.social-bar {
  position: fixed;
  bottom: 200px;
  left: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 220px;
  justify-content: space-between;
}

.social-bar span {
  color: var(--green-heyb);
  transform: rotate(270deg);
  display: block;
}

.social-bar ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-bar ul li {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.social-bar ul li a img {
  width: 30px;
  height: auto;
}

.who-we-are {
  max-width: 645px;
  margin: 30px auto 60px;
  padding: 40px;
  text-align: center;
  border: 2px solid var(--light-blue-heyb);
  border-radius: var(--border-radius);
}

.who-we-are h2 {
  font-family: "Neue Ultrabold", sans-serif;
}

.who-we-are p {
  font-size: 1.3rem;
  margin: 0;
}

.what-we-do {
  text-align: center;
  margin: 120px auto;
}

.what-we-do h2 {
  font-family: "Neue UltraBold", sans-serif;
}

.what-we-do .wwd-cards {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 60px 0;
}

.what-we-do .wwd-cards div {
  width: 570px;
  min-height: 200px;
  margin: 0 10px;
  padding: 20px;
  border-radius: var(--border-radius);
  background-color: var(--violet-heyb);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.what-we-do .wwd-cards div h3 {
  font-family: "Neue UltraBold", sans-serif;
  color: var(--yellow-heyb);
  font-size: 2rem;
  margin: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.our-clients {
  text-align: center;
  margin: 120px 0;
}

.our-clients h2 {
  font-family: "Neue UltraBold", sans-serif;
}

.slider {
  height: 200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

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

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

.slider .slider-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
  display: flex;
  justify-content: center;
}

.slider .slide {
  height: 200px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.our-work {
    background-color: var(--light-blue-heyb);
    color: var(--blue-heyb);
    padding: 30px 0;
}

.our-work .slider .slide {
    width: 350px;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 20px;
}

.our-work a {
    text-decoration: none;
    color: var(--blue-heyb);
}

.our-work h2, .our-work h3 {
    font-family: "Neue UltraBold", sans-serif;
}

.our-work h3 {
    margin-top: 10px;
}

.our-work h4 {
    font-size: 1.3rem;
    font-weight: 400;
}

.our-work .slider {
    height: 100%;
}

.slider .slide img {
  width: 150px;
  height: auto;
}

.our-work .slider .slide img {
    width: 100%;
    height: 200px;
    border-radius: var(--border-radius);
}

.our-work .img-slider-digital {
    height: 200px;
    width: 345px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--border-radius);
}

.our-form {
  margin: 120px auto;
  padding-top: 50px;
}

.our-form h2 {
  font-family: "Neue UltraBold", sans-serif;
  font-size: 2.4rem;
}

.our-form h3 {
  font-family: "Neue Regular", sans-serif;
  font-size: 2rem;
}

.our-form .form-terms {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.inp-txt {
  width: 100%;
  color: var(--light-blue-heyb);
  margin-bottom: 30px;
  resize: vertical;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}

.inp-txt:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  color: var(--light-blue-heyb);
}

.inp-txt::placeholder {
  color: var(--light-blue-heyb);
  opacity: 0.4;
}

.inp-ta {
  height: 130px;
}

footer {
  background-color: var(--light-blue-heyb);
  color: var(--blue-heyb);
  padding: 40px 0;
}

footer p {
  margin: 0;
}

footer h3 {
  font-family: "Neue UltraBold", sans-serif;
  font-size: 2.4rem;
}

.footer-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 60px 0 0 0;
}

.footer-info > p {
  border-right: 1px solid var(--blue-heyb);
  padding: 0 4px;
}

.footer-info .footer-payment-methods {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
}

.footer-info .footer-payment-methods img {
  width: 20px;
  height: 20px;
  margin: 0 4px;
}

.first-section-abtest h1 {
  text-align: left;
}

.img-ab-test-1,
.img-ab-test-2,
.img-ab-test-3 {
  width: 100%;
  max-width: 650px;
  height: auto;
}

.second-section-abtest,
.third-section-abtest {
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-section-abtest p,
.third-section-abtest p {
  max-width: 500px;
  font-size: 1.3rem;
}

.our-form .message-template-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 20px 0;
}

.our-form .message-template-wrapper span {
  color: var(--green-heyb);
  padding: 6px 15px;
  border: 1px solid var(--green-heyb);
  border-radius: var(--border-radius);
  margin-right: 10px;
  margin-top: 10px;
}

.our-form .message-template-wrapper span:hover {
  background-color: var(--green-heyb);
  color: #fff;
  cursor: pointer;
}

.our-form .form-btn {
  text-align: left;
  background-color: var(--violet-heyb);
  color: #fff;
  border-radius: var(--border-radius);
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  padding: 10px 30px;
  border: 0;
  margin: 20px 0;
  width: 150px;
}

.our-form .form-btn:hover {
  animation: expand 0.3s ease-in;
  width: 160px;
}

.our-form .form-terms em {
  text-decoration: underline;
}

@keyframes expand {
  0% {
    width: 150px;
  }
  100% {
    width: 160px;
  }
}

.plans-section {
  background-color: var(--violet-heyb);
  color: var(--light-blue-heyb);
  min-height: 60vh;
}

.plans-section .plans-container {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plans-section .plans-container .plans-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.plans-section .plans-container .plans-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid var(--light-blue-heyb) 2px;
  border-radius: var(--border-radius);
  margin: 10px;
  text-align: center;
  min-width: 250px;
  min-height: 250px;
}

.plans-section .plans-container .plans-items:hover {
  box-shadow: 3px 3px var(--light-blue-heyb);
}

.plans-section .plans-container .plans-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  text-align: center;
  padding: auto;
  color: var(--yellow-heyb);
  min-width: 250px;
  min-height: 250px;
  font-family: Neue UltraBold;
}

.plans-section .plans-container .plans-items h3 {
  border: solid var(--light-blue-heyb) 2px;
  border-radius: var(--border-radius);
  margin: 10px;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
}

.plans-section .plans-container .plans-items.expand {
  background-color: var(--blue-heyb);
  border: none;
  height: 400px;
  width: 250px;
}

.plans-section .plans-container .plans-items.collapse {
  max-height: 90px;
  height: 90px;
  min-height: 90px;
  width: 250px;
}

.plans-section .plans-container .plans-title.collapse {
  max-height: 90px;
  height: 90px;
  min-height: 90px;
  width: 250px;
}

.plans-section .plans-container .plans-items span {
  display: block;
  text-decoration: underline;
  margin-bottom: 10px;
}

.plans-section .plans-container .plans-items img {
  margin-bottom: 30px;
  max-width: 90px;
  max-height: auto;
}

.plans-section .plans-container .plans-items.expand img {
  display: none;
}
.plans-section .plans-container .plans-items.collapse img {
  display: none;
}
.plans-section .plans-container .plans-items.collapse h3 {
  display: block;
}
.plans-section .plans-container .plans-items .plans-info {
  display: none;
}
.plans-section .plans-container .plans-items.expand .plans-info {
  display: block;
}
.plans-section .plans-container .plans-items.collapse h3 {
  border: none;
}

.plans-section .plans-container .plans-items .plans-info a {
  background-color: var(--yellow-heyb);
  color: var(--blue-heyb);
  padding: 5px 20px;
  border-radius: var(--border-radius);
  margin-top: 20px;
  text-decoration: none;
}

.plans-section .plans-container .plans-items.expand h3 {
  background-color: var(--violet-heyb);
  color: var(--light-blue-heyb);
  margin-bottom: 30px;
  border: none;
}

.plans-section .plans-container .plans-items.expand p {
  border-top: solid var(--light-blue-heyb) 2px;
  text-align: start;
  padding-top: 20px;
  padding: 20px 15px;
  margin: 20px 0;
  width: 220px;
}

.plans-items a:hover {
  text-decoration: none !important;
  color: var(--violet-heyb) !important;
}

.plans-title h2 {
  font-family: Neue UltraBold;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--yellow-heyb);
}

.leer-mas-js,
.ocultar-js {
  cursor: pointer;
}

.terms {
    margin-top: 20px;
}

.terms-titles {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-terms {
    background-color: var(--green-heyb);
    color: #fff;
    border-radius: var(--border-radius);
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    padding: 10px 30px;
    border: 0;
    margin: 20px 0;
    text-decoration: none;
}

.btn-terms:hover {
    color: #FFF;
}

.footer-links {
    text-decoration: none;
    color: var(--blue-heyb);
}

.footer-links:hover {
    color: var(--blue-heyb);
}

.formulario-error {
    background-color: transparent!important;
}

.formulario-error::placeholder{
    color: red !important;
}

.btnMenuDesplegable {
  border: 1px solid var(--light-blue-heyb);
}

.btnMenuDesplegable i {
  color: var(--light-blue-heyb);
}

.off-canvas-heyb {
  background-color: var(--blue-heyb);
}

.off-canvas-heyb h5 {
  color: var(--yellow-heyb);
  font-family: Neue UltraBold;
}

.menuHeyB {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menuHeyB li {
  padding: 10px;
  border-bottom: 1px solid var(--light-blue-heyb);
  text-align: center;
}

.menuHeyB li a {
  color: var(--light-blue-heyb);
  font-family: Poppins;
  text-decoration: none;
}

.menuHeyB li a:hover {
  font-weight: 600;
}

.btnCloseHeyB {
  color: var(--light-blue-heyb);
  font-family: Poppins;
  font-size: 1.2rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .navbar {
    margin: 0 16px;
  }

  .social-bar {
    left: 0;
    bottom: 75px;
    justify-content: space-around;
  }

  .first-section h1 {
    font-size: 40px;
  }

  .first-section h1 span {
    white-space: normal;
    display: block;
  }

  .first-section h2 {
    font-size: 24px;
    color: var(--violet-heyb);
    text-align: center;
  }

  .what-we-do .wwd-cards {
    flex-direction: column;
  }

  .what-we-do .wwd-cards div {
    margin: 0 0 20px 0;
  }

  .first-section-abtest {
    margin-top: 20px;
    flex-direction: column;
  }

  .first-section-digital {
    margin-top: 60px;
    flex-direction: column;
  }

  .first-section-abtest h1 {
    text-align: center;
  }

  .second-section-abtest,
  .third-section-abtest {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .first-section-abtest > div,
  .third-section-abtest .third-div-abtest-1,
  .first-section-digital > div {
    order: 2;
  }

  .first-section-abtest h1,
  .third-section-abtest .third-div-abtest-2,
  .first-section-digital h1 {
    order: 1;
  }
  .our-form,.our-clients{
    margin: 35px 0px;
  }
  .our-form .message-template-wrapper {
    display: none;
  }

  .our-form .mail-text{
    visibility: hidden;
  }

  .footer-info {
    flex-direction: column;
  }

  .footer-info > p {
    border: 0;
  }

  .wwd-cards .wwd-abtest, .wwd-cards .wwd-digital-solutions {
    width: 100%!important;
  }
  .slider .slider-track {
    width: calc(200px * 13);
  }
}

@media screen and (max-width: 850px) {
  .plans-section .plans-container {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .plans-section .plans-container .plans-items {
    width: 300px !important;
  }

  .plans-section .plans-container .plans-items.expand p {
    border-top: solid var(--light-blue-heyb) 2px;
    text-align: start;
    padding-top: 20px;
    margin: 20px 0;
    width: 260px;
  }
}
