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

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
#form-container {
  background: rgba(255, 255, 255, 0.21);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.1px);
  -webkit-backdrop-filter: blur(8.1px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 4rem 2rem;
  height: 638px;
}
#form-container .three_dots {
  display: flex;
  align-items: center;
}
#form-container .three_dots > * + * {
  margin-left: 10px;
}
#form-container .three_dots span {
  width: 15px;
  height: 15px;

  border-radius: 50%;
  margin-top: 1.2rem;
  background: #ffac23 0% 0% no-repeat padding-box;
  opacity: 1;
}
#form-container > h1 {
  font-size: 28px;
}
#form-container > p {
  margin: 2.5rem 0rem;
  line-height: 21px;
  font-size: 14px;
}
#form-container form label {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0.7rem;
}
#form-container form .input_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 10px #dbdbdb40;
  border: 2px solid #dbdbdb;
  border-radius: 7px;
  opacity: 1;
  height: 56px;
  padding: 0rem 0.8rem;
}
#form-container form .input_container {
  margin-bottom: 2rem;
}
#form-container form .input_wrapper input {
  flex: 1;
  width: 100%;
  margin-left: 5px;
  height: 90%;
  border: none;
  outline: none;
  font-size: 15px;
  font-family: "Montserrat";
}
#form-container form button {
  width: 208px;
  height: 55px;
  background: #ffac23 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 8px #f2c2614f;
  border-radius: 99px;
  opacity: 1;
  border: none;
  outline: none;
  font-size: 22px;
  font-family: "Montserrat";
  color: #fff;
  cursor: pointer;
}
#form-container form .button_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
a {
  text-decoration: none;
}
.mbl-option {
  display: none;
}
ul,
nav {
  list-style: none;
}
.burger_icon {
  display: none;
}
.net {
  width: 100%;
  position: absolute;
  left: 0;
  top: 800px;
  opacity: 0.6;
}
.net2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 1700px;
  z-index: -1;
}
.w80 {
  width: 80%;
  max-width: 1400px;
  margin: 0rem auto;
}
header {
  /* padding: 0.5rem 0rem; */
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #f0f9f9;
  opacity: 0.85;
  backdrop-filter: blur(5px);
  z-index: 9;
}

:root {
  --mainFont: "Montserrat", sans-serif;
}

body {
  font-family: var(--mainFont);
}
.inner_header {
  font-family: var(--mainFont);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_header img {
  width: 250px;
}
.inner_header a {
  color: #000;
}
main {
  background: url("./Illustrations\ and\ Backgrounds/Grupo -2@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 8rem;
}
.balls_area {
  position: absolute;
  top: 0%;
  left: -60px;
  height: 30px;
  color: gainsboro;
}
.balls_area > * {
  width: 30px;
  display: block;
  height: 30px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #6fe5df;
  cursor: pointer;
}
.balls_area > *.active {
  background-color: #6fe5df;
}
main .mainContent {
  display: grid;
  font-family: var(--mainFont);
  min-height: 450px;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  position: relative;
  align-items: center;
}
main .mainContent .left_side {
  position: relative;
}
main .mainContent .presentation {
  align-self: center;
}
main .mainContent .presentation h1 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 42px;
  font-weight: 600;
}
main .mainContent .presentation h1 span {
  font-weight: 400;
}
main .mainContent img {
  max-width: 100%;
}

main .mainContent p {
  margin: 2rem 0rem;
  font-size: 20px;
  font-weight: 400;
}

/* sliderArea */
.splide__pagination__page {
  display: none !important;
}
.sliderArea {
  background-color: #f5fbfb;
  opacity: 0.85;
  padding: 2rem;
  margin-top: 2rem;
}
.sliderArea img {
  /* width: 250px; */
}
.splide__arrow {
  display: none !important;
}

.formarea {
  display: grid;
  margin-top: 7rem;
  margin-bottom: 7rem;
  align-items: center;
  grid-template-columns: 1fr 0.8fr;
}
.formarea .left_side {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 30px;
  background-color: #fff;
}
.formarea .left_side > h1 {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 32px;
}
.formarea ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 20px;
}
.formarea ul li b {
  font-weight: 600;
}
.formarea ul li img {
  width: 20px;
  margin-right: 20px;
}

.low_level {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}
.low_level p {
  width: 370px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}

.low_level button,
.mainContent button {
  padding: 0.7rem 0.5rem;
  width: 200px;
  margin-top: 10px;
  background: transparent;
  border: 1px solid #87d7d6;
  border-radius: 99px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  font-size: 22px;
  transition: 0.3s ease all;
}
.low_level button::after,
.mainContent button::after {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background-color: red;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.low_level button:hover,
.mainContent button:hover {
  background-color: #87d7d6;
  color: #fff;
}
.low_level button:hover::after,
.mainContent button:hover::after {
  background-color: #fff;
}

/* footer */
footer {
  margin: 0rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .iconsWrapper {
  display: flex;
  align-items: center;
}
footer .iconsWrapper img {
  width: 30px;
}
footer > a img {
  width: 250px;
}
footer .iconsWrapper > * + * {
  margin-left: 20px;
}
footer .iconsWrapper > *:last-child {
  margin-top: 6px;
}

.industy_area {
  margin: 10rem 0rem;
  margin-bottom: 4rem;
}
.industy_area h1 {
  font-weight: 600;
  font-size: 32px;
}

/* contentarea */
.contentarea {
  margin: 0rem auto;
  display: grid;
  align-items: center;
  grid-template-columns: 300px 1fr;
}
.contentarea img {
  width: 100%;
}
.contentarea {
  margin-top: 5rem;
}
.presentationarea {
  padding: 2rem 3rem;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  transform: translateX(-20px);
}
.presentationarea h1 {
  font-weight: 600;
  font-size: 32px;
}
.presentationarea p {
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 400;
}
.cardsWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin-top: 20px;
}
.cardsWrapper > * {
  color: #fff;
  background: linear-gradient(45deg, #feb624, #ee5f46);
  padding: 1rem;
  border-radius: 20px;
}
.cardsWrapper h1 {
  font-size: 32px;
  font-weight: 600;
}
.cardsWrapper p {
  margin-top: 0px;
  font-size: 20px;
}

.image_area > * {
  display: none;
}
.image_area > .active {
  display: block;
}

@media screen and (max-width: 1100px) {
  .w80 {
    width: 90%;
  }
}
@media screen and (max-width: 1100px) {
  .balls_area {
    left: 0;
  }
  main .mainContent .presentation {
    padding-left: 3rem;
  }
  main .mainContent {
    padding-bottom: 2rem;
  }
  main .mainContent,
  .formarea,
  .contentarea {
    grid-template-columns: 1fr;
  }
  main .mainContent > *:first-child {
    order: 2;
  }
  .formarea > *:first-child {
    margin-bottom: 2rem;
  }
  main .mainContent > *:last-child {
    order: 1;
  }
  .presentationarea {
    transform: translateX(0px) translateY(-30px);
  }
}

@media screen and (max-width: 850px) {
  main .mainContent .presentation h1,
  .industy_area h1,
  #nh-form .nh-formBody-title,
  .formarea .left_side > h1 {
    font-size: 25px !important;
  }
  .formarea > *:first-child {
    margin-right: 0px !important;
  }
  .formarea ul li,
  main .mainContent p,
  .low_level button,
  .mainContent button,
  .presentationarea p {
    font-size: 16px;
  }
  .low_level p {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .cardsWrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 534px) {
  .cardsWrapper {
    grid-template-columns: 1fr;
  }
  .inner_header img,
  footer > a img {
    width: 200px;
  }
}

@media screen and (max-width: 450px) {
  .contact_link {
    display: none;
  }
  .burger_icon {
    display: block;
  }
  .mbl-option {
    position: fixed;
    top: 50px;
    right: 30px;
    padding: 2rem 2rem;
    border-radius: 20px;
    background-color: #f0f9f9;
    opacity: 0.85;
    backdrop-filter: blur(5px);
  }
  .mbl-option.active {
    display: block;
  }
  .burger_icon img {
    width: 50px;
  }

  #form-container {
    overflow: hidden;
  }
  .presentationarea {
    padding: 2rem;
  }
  .low_level p {
    width: 90%;
  }
}
