* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
}

@import url("https://fonts.googleapis.com/css?family=Poppins:400");

body {
  overflow-x: hidden;
  width: 100%;
  background: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

p {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  margin-bottom: 0.3rem;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {
  font-size: 2.441rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1.563rem;
}

h5 {
  font-size: 1.25rem;
}

small,
.text_small {
  font-size: 0.8rem;
}

.brand-logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #000, #fff 60%);
  mix-blend-mode: screen;
}

.brand-logo-hero {
  position: absolute;
  right: 20px;
  top: -200px;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #000, #fff 60%);
  mix-blend-mode: screen;
  animation: subtleRotateAnimation 6s linear infinite;
  opacity: 0.15;
}

@keyframes subtleRotateAnimation {
  0%,
  100% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) rotate(0);
  }

  100% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(5deg) rotate(360deg);
  }
}

.brand-text {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 800;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 120px;
}
header {
  position: absolute;
  width: 100%;
}

.top-line {
  z-index: 999;
  width: 100%;
  height: 6px;
  background: linear-gradient(
    90deg,
    rgba(36, 66, 107, 1) 10%,
    rgba(76, 155, 248, 1) 26%,
    rgba(43, 180, 251, 1) 44%,
    rgba(102, 195, 242, 1) 62%,
    rgba(245, 245, 245, 1) 76%,
    rgba(255, 255, 255, 1) 95%
  );
  background-size: 200% 100%;
  /* Increase the background size to allow for smooth movement */
  animation: moveGradient 1s linear infinite alternate-reverse;
  /* Adjust the duration and animation timing to your preference */
}

@keyframes moveGradient {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 0;
  }
}

nav {
  height: 100px;
  margin: auto;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90vw;
  color: white;
}

ul {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: white;
}

li {
  z-index: 999;
  mix-blend-mode: screen;
}

a:link {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
  color: white;
}

a:hover {
  color: white;
}

a:active {
  text-decoration: underline;
  color: white;
}

a {
  color: white;
  align-items: center;
  justify-content: center;
}

.btn {
  border-radius: 5px;
  border: 1px solid white;
  padding: 15px 25px 15px 25px;
  transition: 0.3s ease;
  color: white;
}

li:hover .btn {
  background-color: white;
  color: #24426b;
}

.footer {
  width: 100%;
  background: #f5f5f5;
}

#hero {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  background: #24426b;
  color: white;
  overflow: hidden;
}

.hero-img-container-relative {
  position: relative;
}

.hero-img-container-absolute {
  position: absolute;
}

.hero-img {
  width: 600px;
  height: 600px;
  background-color: #4c9bf8;
  border-radius: 50%;
  animation: 3s infinite alternate hero-animation;
  color: white;
  opacity: 50%;
}

#phone {
  scale: 0.9;
  position: absolute;
  left: 90px;
}

.block-1 {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  background: #24426b;
  color: white;
}

.block-2 {
  z-index: 999;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  color: #24426b;
}

.block-3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  color: #24426b;
}

.block-4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #4c9bf8;
  color: white;
}

.container {
  width: 80vw;
  display: flex;
  flex-direction: column;
  padding: 10%;
}

.three-column-element {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 60px;
}

.column {
  width: 20vw;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.text {
  z-index: 998;
  width: 50vw;
  padding: 0 5% 0 5%;
}

.container h4 {
  margin-top: 10px;
}

.hero-circle1 {
  right: -450px;
  top: -850px;
  position: absolute;
  z-index: 899;
  width: 1500px;
  height: 1500px;
  border-radius: 50%;
  /* border: 30px solid #4C9BF8; */
  background: url(/hr/img/hands-holding-puzzle-business-problem-solving-concept.jpg);
  background-size: cover;
  background-position: center;
  opacity: 20%;
  animation: 3s infinite alternate hero-animation;
  animation: 480s linear infinite brand2anim;
}

@keyframes brand2anim {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hero-circle2 {
  top: -150px;
  right: 0;
  position: absolute;
  z-index: 899;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(146, 170, 196, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotateAnimation2 5s infinite ease alternate;
}

@keyframes rotateAnimation2 {
  0% {
    transform: perspective(400px) rotateY(0deg);
  }

  50% {
    transform: perspective(400px) rotateY(35deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
  }
}

.hero-circle3 {
  top: -70px;
  right: 150px;
  scale: 0.5;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: absolute;
  z-index: 899;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(146, 170, 196, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotateAnimation3 5s infinite ease;
}

@keyframes rotateAnimation3 {
  0% {
    transform: perspective(400px) rotateY(0deg);
  }

  50% {
    transform: perspective(400px) rotateY(180deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
  }
}

.hero-circle4 {
  top: -270px;
  right: -90px;
  scale: 0.3;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: absolute;
  z-index: 899;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(146, 170, 196, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotateAnimation4 15s infinite ease;
}

@keyframes rotateAnimation4 {
  0% {
    transform: perspective(400px) rotateY(0deg);
  }

  50% {
    transform: perspective(400px) rotateY(180deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
  }
}

.phone {
  position: absolute;
  width: fit-content;
  height: fit-content;
  right: 10px;
}

.phone img {
  scale: 0.46;
}

footer {
  width: 100%;
  background-color: #24426b;
}

footer a {
  all: unset;
}

.credits {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.numero-verde {
  display: flex;
  flex-direction: column;
}

#whatsapp {
  margin-top: 10%;

  cursor: pointer;
}

.block-footer {
  width: 100%;
  color: white;
  padding-top: 5%;
  padding-bottom: 10px;
}

.container2 {
  display: flex;
  padding: 0 5% 0 5%;
}

.container3 {
  padding: 8% 5% 10% 5%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.container-form {
  width: 90vw;
  display: flex;
  flex-direction: column;
  padding: 15% 10% 10% 10%;
}

.form-text {
  width: 70vw;
  padding-right: 10%;
}

input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="email"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="tel"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="submit"] {
  width: 100%;
  background-color: #4caf50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Styling for the input field when it is focused or active (clicked) */
input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  border: 1px solid #ccc;
  /* Add your preferred border color */
  box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 28px,
    rgba(0, 0, 0, 0.1) 0px 10px 10px;
  outline: none;
  /* Remove the default outline */
  /* Add any other styles you want to apply when the input is focused or active */
}

form button {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 60px;
  background-color: #24426b;
  color: white;
  transition: 0.3s ease;
}

form button p {
  margin: 0;
  padding: 0;
  transition: 0.3s ease;
}

button[type="submit"]:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 28px,
    rgba(0, 0, 0, 0.1) 0px 10px 10px;
}

button[type="submit"]:hover p {
  scale: 1.2;
}

textarea {
  border-radius: 4px;
  /* padding: 12px 20px; */
  margin: 8px 0;
  display: inline-block;
  width: 100%;
  height: 100px;
  resize: none;
}

label {
  opacity: 70%;
}

.smaller {
  margin-top: 100px;
  font-size: 10px;
}

@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5 p {
  }

  .three-column-element {
    flex-direction: column;
  }

  .column {
    width: 90%;
    text-align: left;
  }

  .text {
    padding: 0;
    width: 90vw;
  }

  .credits {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }

  .container {
    margin-top: 30%;
  }
  .container2 {
    flex-direction: column;
    gap: 50px;
  }

  .container-form {
    padding: 10%;
    padding-top: 40%;
  }

  .hero-img-container-relative {
    margin: 200px -20px 200px 0;
  }

  .brand-logo-hero {
    right: 0;
  }
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}

/* Styles for the pop-up overlay */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

/* Styles for the pop-up content */
.popup-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: black;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
}

/* Style for the close button */
.close {
  font-weight: 700;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: white;
  font-size: 38px;
  background-color: #10c145;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-self: self-end;
  float: right;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}
