@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s background, 0.3s color, 0.3s border-color, 0.3s box-shadow;
}
html {
  scroll-behavior: smooth;
}
body {
  /* font-family: "Montserrat"; */
  font-family: "Montserrat", sans-serif;
  background: var(--background);
  color: var(--foreground);
}

body.body-gallery {
  padding-top: 0px;
}

body::-webkit-scrollbar {
  background: var(--background);
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  background: #07a36a;
  border-radius: 5000px;
}
a {
  text-decoration: none;
  color: unset;
}
:root {
  --background: #ffffff;
  --foreground: #1b4332;
  --borderground: #dae9e4;
  --stroke: #cad4c7;
  --greenlight: #e5f8e8;
  --greenshadow: rgba(154, 240, 179, 0.2);
  --inputground: rgb(239, 244, 242);
  --main__color: #07a36a;
}

body.dark {
  --background: #000;
  --foreground: #ffffff;
  --borderground: #222323;
  --stroke: #3a5454;
  --greenlight: #293832;
  --greenshadow: rgba(52, 73, 58, 0.2);
  --inputground: rgb(9, 20, 13);
}

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.button__main {
  color: var(--background);
  background: var(--foreground);
  padding: 20px 36px;
  border-radius: 500px;
  font-weight: 400;
  font-size: 14px;
  display: block;
  width: max-content;
  height: max-content;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: max-content;
  z-index: 10;
  padding: 10px 25px;
  transition: 0.3s;
  /* background: rgba(255, 255, 255, 0.9); */
  /* backdrop-filter: blur(20px); */
}
header .header__b1,
header .header__b2 {
  width: 25%;
  display: flex;
}

header .header__b2 {
  justify-content: flex-end;
}

header.change__header .logo {
  width: 65px;
}

header .logo {
  width: 100px;
  height: auto;
  transition: 0.3s;
}

header nav {
  display: flex;
  gap: 50px;
  font-size: 14px;
  font-weight: 300;
  padding: 18px 44px;
  border-radius: 20px;
  border: 1px solid var(--borderground);
  background: var(--background);
}

.switch {
  display: flex;
  gap: 5px;
  font-size: 14px;
  padding: 10px;
  border-radius: 14px;
  width: max-content;
  border: 1px solid var(--borderground);
  background: var(--background);
  cursor: pointer;
}

.home {
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 225px 25px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.lion {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  fill: transparent;
  stroke: var(--stroke);
  stroke-width: 0.5px;
  transform: translate(50px, -25px);
}

.home__picture {
  width: 100%;
  height: 100vh;
  background-image: url("../imgs/home2.png");
  background-size: cover;
  background-position: center;
  border-radius: 100px;
  padding: 50px;
  z-index: 1;
}

.home__description {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 1;
  margin-bottom: 25px;
  padding: 25px;
}

.home__description .title {
  width: max-content;
}

.title {
  font-size: 78px;
  font-weight: 400;
}

.home__description p {
  line-height: 1.5;
  font-weight: 500;
  max-width: 300px;
}

.keys {
  display: flex;
  gap: 5px;
  margin-top: 25px;
}

.keys span {
  font-size: 12px;
  font-weight: 700;
}

.reveal__effect {
  height: max-content;
  position: relative;
}

.about {
  height: max-content;
  z-index: 1;
  position: relative;
  z-index: 1;
  padding: 0px 25px 0px;
}

.about__desc-container {
  margin-bottom: 25px;
  border-radius: 100px;
  background: var(--greenlight);
  border: 1px solid var(--borderground);
  padding: 150px 100px;
}
.about .about__des {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.about .about__des span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.about .about__des h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  max-width: 650px;
  text-align: center;
}

.about__info {
  display: flex;
  height: max-content;
}

.about__info .about__info-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 75px 50px;
}

.certificates {
  display: flex;
  gap: 25px;
}
.certificates p {
  font-size: 14px;
  max-width: 50%;
  font-weight: 500;
  line-height: 1.3;
  font-style: italic;
}
.logos {
  display: flex;
  gap: 25px;
}

.logos img {
  width: 75px;
}

.logos img.sict {
  width: 100px;
}
.resaltado {
  color: #226f54;
}

.aig__section {
  display: flex;
  justify-content: center;
}

.aig__section p {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  max-width: 68%;
  padding-bottom: 15px;
}

.about__rules {
  display: flex;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
  gap: 25px;
}
.about__rules h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  opacity: 0.4;
}
.about__rules a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}

.about__picture {
  width: 50%;
  min-width: 50%;
  /* clip-path: polygon(0 0, 100% 0, 100% 14%, 0 14%); */
  overflow: hidden;
  border-radius: 100px;
}

.about__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services {
  position: relative;
  overflow: hidden;
  z-index: 5;
  min-height: 100vh;
}

.services__description {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  text-align: center;
}

.services__reveal-text p {
  padding: 0;
}

.srp1 {
  z-index: 3;
}
.srp2 {
  z-index: 2;
}
.services__cards {
  display: flex;
  width: 300vw;
  padding-top: 25px;
}
.service__card {
  width: 100vw;
  height: calc(100vh - 25px);
}
.service__card-content {
  height: 100%;
  padding: 75px 100px 50px;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 75px;
}

.service__card-title {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.service__card-title h2 {
  font-size: 78px;
  font-weight: 400;
  line-height: 1.1;
}

.service__card-title p {
  max-width: 450px;
  line-height: 1.5;
  margin-top: 25px;
}

.service__card-title span {
  background-image: url("../imgs/home.png");
  background-size: cover;
  background-position: center;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 178px;
  font-weight: 700;
}

.parts {
  width: 50%;
}

.parts__item {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid var(--borderground);
  padding: 15px 20px;
}
.parts__item:last-child {
  border-bottom: 1px solid var(--borderground);
}

.parts__item:last-child {
  grid-column: 2 span;
}

.parts__item h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 800;
  max-width: 25%;
}

.parts__item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.5;
  max-width: 45%;
  text-align: right;
}

.parts__item figure {
  display: none;
}

.service__card svg {
  width: 24px;
}

.service__card-description {
  width: 50%;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;

  border-radius: 50px;
  gap: 25px;
}

.scd__group {
  padding: 50px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.scd__group:nth-of-type(1) {
  padding-top: 0;
}

.scd__group:nth-of-type(2) {
  background: var(--greenlight);
  border: 1px solid var(--borderground);
}

.scd__group h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
}

.scd__group p,
.scd__group a,
.scd__group li {
  max-width: 60%;
  line-height: 1.3;
  font-size: 14px;
}

.question span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.norms {
  display: flex;
  gap: 25px;
  font-weight: 500;
}

.scd__group ul {
  margin-top: 10px;
  font-weight: 500;
}

.characteristics__installations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 25px;
}

.character__group {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12.5px;
}

.character__group figure {
  display: block;
  width: 50px;
  min-width: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--greenlight);
  border: 1px solid var(--borderground);
  border-radius: 15px;
  font-size: 26px;
}

.character__group h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.character__group p {
  max-width: 100%;
  font-size: 14px;
  opacity: 0.6;
  font-weight: 500;
}

.character__group:last-child {
  grid-column: 2 span;
  padding: 25px;
  border-radius: 25px;
}

.character__group:last-child p {
  opacity: 1;
  font-weight: 600;
  padding-right: 100px;
}

.relleno {
  height: 100vh;
}

.contact {
  height: 110vh;
  position: relative;
  z-index: 1;
  padding: 75px;
}
.form__container {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  display: flex;
  gap: 100px;
  z-index: 3;
  position: relative;
  padding: 25px;
  border-radius: 100px;
  border: 1px solid var(--borderground);
  box-shadow: 0 0 20px var(--greenshadow);
}

.form__container .form__inputs {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding: 50px;
}

.form__container .form__inputs form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact__picture {
  width: 60%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 80px;
}

.contact__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.formulario__grupo {
  width: 100%;
  height: max-content;
  position: relative;
}

.formulario__grupo .formulario__input {
  height: 50px;
  width: 100%;
  background: var(--inputground);
  border: none;
  border: 1px solid var(--borderground);
  outline: none;
  transition: 0.3s;
  padding: 0 15px;
  font-family: "montserrat";
  font-weight: 500;
  border-radius: 20px;
  color: var(--foreground);
}

.formulario__grupo .formulario__input:hover,
.formulario__grupo .formulario__input:focus {
  border: 1px solid var(--main__color);
}

.formulario__input-error {
  padding: 5px;
  font-size: 14px;
  display: none;
}
.contact-section
  form
  .formulario__grupo.formulario__grupo-incorrecto
  .formulario__input {
  border-bottom: 1px solid #ff1414;
}

.contact-section
  form
  .formulario__grupo.formulario__grupo-correcto
  .formulario__input {
  border-bottom: 1px solid #5eff14;
  box-shadow: 0 10px 20px rgba(67, 130, 255, 0.2);
}

.formulario__grupo textarea.formulario__input {
  height: 100px;
  resize: none;
  padding-top: 15px;
}

.formulario__grupo .formulario__label {
  transition: 0.3s;
  display: none;
  justify-content: space-between;
  margin: 25px 25px 0 25px;
  font-weight: 500;
  font-size: 14px;
}

.formulario__grupo svg {
  width: 24px;
  fill: currentColor;
  display: none;
}

.form__button {
  display: flex;
  justify-content: flex-end;
}

.formulario__grupo .btn-send {
  background: rgb(77, 170, 134);
  color: #f7f7f7;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  border-radius: 25px;
  font-size: 14px;
  gap: 10px;
  transition: 0.3s;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Montserrat";
  padding: 0 50px;
}

.formulario__grupo .btn-send.disabled {
  background: #e4e4e4;
  color: #000000;
  pointer-events: none;
}

.formulario__grupo .btn-send p {
  opacity: 1;
}

.formulario__grupo .btn-send svg {
  width: 22px;
  height: 22px;
}

.formulario__grupo .btn-send:hover {
  box-shadow: none;
}
.clean {
  position: absolute;
  width: max-content;
  height: max-content;
  bottom: 15px;
  right: 25px;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
}

.formulario__grupo.formulario__grupo-incorrecto .clean,
.formulario__grupo.formulario__grupo-correcto .clean {
  opacity: 1;
}

.form__inputs h3 {
  font-size: 48px;
  font-weight: 500;
}

.form__inputs p {
  line-height: 1.3;
  margin-top: 25px;
  padding-right: 100px;
  opacity: 0.5;
  font-weight: 500;
}

.clean svg {
  stroke-width: 1;
  stroke: #1b4332;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 32px;
}

.grid-span-2 {
  grid-column: 2 span;
}

.map {
  width: 100%;
  height: 800px;
  background: var(--background);
  overflow: hidden;
}

footer {
  background: var(--footerground);
  padding: 125px 50px 18%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 25px;
  overflow: hidden;
  position: relative;
}

.footer__content {
  display: flex;
  justify-content: space-between;
}

footer .footer-groups {
  display: flex;
  gap: 25px;
  height: max-content;
}

.fg {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 300px;
  border-right: 1px solid var(--borderground);
  padding-bottom: 50px;
}
.fg:last-child {
  border-right: none;
}
.fg:first-child {
  width: 200px;
}
.fg.fg-logo {
  grid-column: 4 span;
}
.fg h1 {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}
.fg h1::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: linear-gradient(
    109deg,
    rgba(7, 163, 106, 1) 0%,
    rgba(7, 163, 106, 0.452) 100%
  );
  transition: 0.3s;
  bottom: -10px;
  left: 0;
  border-radius: 500px;
}
.fg a {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.7;
}
.fg a:hover {
  color: var(--main__color);
}
.big__zame {
  position: absolute;
  bottom: -22%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 31.1vw;
  font-weight: 900;
  pointer-events: none;
  opacity: 0.1;
}

.cer__num {
  font-weight: 700;
  font-size: 14px;
}

.social__group {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--main__color);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social__group {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}

.social__group p {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.7;
}

.social__group figure {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--main__color);
  padding: 6px;
}

@media screen and (max-width: 1440px) {
  .title {
    font-size: 64px;
  }

  .home__description p {
    font-size: 14px;
  }

  .about .about__des h2 {
    font-size: 24px;
  }

  .aig__section p {
    font-size: 24px;
    max-width: 80%;
  }

  .about__rules a {
    font-size: 12px;
  }

  .logos img.sict {
    width: 75px;
  }

  .logos img {
    width: 50px;
  }

  .certificates p {
    font-size: 12px;
    max-width: 70%;
  }

  .about__info .about__info-group {
    width: 100%;
    padding: 50px 25px;
  }

  .service__card-content {
    padding: 75px 50px 50px;
  }
  .parts {
    width: 70%;
  }

  .service__card-title span {
    font-size: 154px;
    font-weight: 700;
  }

  .service__card-title h2 {
    font-size: 58px;
  }

  .service__card-description {
    width: 65%;
  }

  .scd__group h3 {
    font-size: 22px;
  }
}

.button__whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(
    109deg,
    rgba(46, 217, 154, 1) 0%,
    rgba(0, 237, 150, 1) 100%
  );
  color: #fff;
  padding: 10px 10px;
  border-radius: 500px;
  font-size: 14px;
  font-weight: 500;
  z-index: 1000;
}

.button__whatsapp svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
