@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/* Fonts */
/* Colors */
/* Fonts */
/* structure */
*::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: hsl(225, 5%, 15%);
}
*::-webkit-scrollbar-thumb {
  background: hsl(5, 79%, 58%);
  border: 3px solid hsl(225, 5%, 15%);
  border-radius: 8px;
}
*::selection {
  background: hsl(5, 79%, 58%);
  color: hsl(0, 0%, 100%);
  text-shadow: none;
}
*::-moz-selection {
  background: hsl(5, 79%, 58%);
  color: hsl(0, 0%, 100%);
  text-shadow: none;
}

details summary {
  cursor: pointer;
  transition: color 0.3s;
}
/* Lenis */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*	General	*/
html,
body {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-block-start: 20px;
}
@media only screen and (max-width: 800px) {
  html,
  body {
    scroll-padding-block-start: 60px;
  }
}

body {
  background-color: hsl(0, 0%, 100%);
  color: hsl(225, 5%, 15%);
  font-size: 20px;
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

a {
  cursor: pointer;
  outline: none;
  color: inherit;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}

a img {
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}

h1, h2, h3, h4 {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 0.2em;
  text-wrap: balance;
}

p {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 130%;
  font-size: 1em;
  text-wrap: balance;
}
p b, p strong {
  font-weight: 600;
}
p.big {
  font-size: 1.2em;
}
p.small {
  font-size: 0.8em;
}

p + p {
  margin-top: 0.75em;
}

.title,
.subtitle,
.supertitle,
.subtitle_2 {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 0.2em;
  text-wrap: balance;
}

.supertitle {
  font-size: 3.2em;
}

.title {
  font-size: 2.8em;
}

.subtitle {
  font-size: 2.1em;
}

.subtitle_2 {
  font-size: 1.8em;
}

small {
  font-size: 0.7em;
}

/* Forms */
input[type=text],
input[type=number],
input[type=email],
input[type=mail],
input[type=tel],
input[type=password],
textarea {
  border: 2px solid hsl(225, 5%, 15%);
  padding: 0px 15px;
  height: 46px;
  background-color: transparent;
  color: hsl(0, 0%, 100%);
  font-size: 24px;
  border-radius: 0px;
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.5px;
  font-weight: 300;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  vertical-align: bottom;
  box-sizing: border-box;
}
@media only screen and (min-width: 900px) {
  input[type=text]:hover,
  input[type=number]:hover,
  input[type=email]:hover,
  input[type=mail]:hover,
  input[type=tel]:hover,
  input[type=password]:hover,
  textarea:hover {
    border-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 100%);
  }
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=mail]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: hsl(0, 0%, 100%);
}
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=mail]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
textarea:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=mail]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: hsl(225, 5%, 15%);
}
input[type=text].error,
input[type=number].error,
input[type=email].error,
input[type=mail].error,
input[type=tel].error,
input[type=password].error,
textarea.error {
  border-color: color-mix(in srgb, hsl(0, 89%, 38%), #000 10%);
}

textarea {
  min-height: 100px;
  padding-top: 7px;
  width: 100%;
}

.msg-mail {
  display: block;
  width: auto;
  font-size: 15px;
  color: hsl(0, 0%, 100%);
  padding: 20px;
  border-radius: 5px;
  margin: 10px auto;
}
.msg-mail.error {
  background-color: color-mix(in srgb, hsl(0, 89%, 38%), #000 20%);
}
.msg-mail.ok {
  background-color: color-mix(in srgb, hsl(145, 87%, 44%), #000 20%);
}

.input-group {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.input-group input,
.input-group .btn {
  border-radius: 0;
  border-left-width: 0 !important;
}
.input-group input:first-child,
.input-group .btn:first-child {
  border-radius: 5px 0 0 5px;
  border-left-width: 2px !important;
}
.input-group input:last-child,
.input-group .btn:last-child {
  border-radius: 0 5px 5px 0;
  margin-left: -2px;
}

.inputs {
  display: flex;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .inputs {
    display: block;
  }
}
.inputs > * {
  width: 100%;
}
.inputs > * input, .inputs > * select {
  width: 100%;
}
.inputs > * + * {
  margin-left: 10px;
}
@media only screen and (max-width: 800px) {
  .inputs > * + * {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 800px) {
  .doble {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .doble .input + .input {
    margin-top: 15px;
  }
}
.doble + .input {
  margin-top: 15px;
}

select {
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  cursor: pointer;
  border: 2px solid hsl(225, 5%, 15%);
  border-radius: 0px;
  padding: 0px 18px 0 12px;
  padding-right: 40px;
  height: 46px;
  background: url("../img/angle-down-grey.svg") no-repeat;
  background-position: right 14px center;
  background-color: transparent;
  background-size: 16px;
  color: hsl(225, 5%, 15%);
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.5px;
  font-size: 24px;
  font-weight: 300;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  select:hover {
    border-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 100%);
    background-image: url("../img/angle-down-white.svg");
  }
}
@media only screen and (max-width: 800px) {
  select {
    font-size: 16px;
  }
}
select:focus {
  outline: none;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
select:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
select.error {
  border-color: color-mix(in srgb, hsl(0, 89%, 38%), #000 10%);
}
select * {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

option {
  font-size: 16px;
}

.radio,
.checkbox {
  margin-top: 20px;
  position: relative;
}
.radio + .checkbox, .radio + .radio,
.checkbox + .checkbox,
.checkbox + .radio {
  margin-top: 10px;
}
.radio label a,
.checkbox label a {
  color: inherit;
}
@media only screen and (min-width: 900px) {
  .radio label a:hover,
  .checkbox label a:hover {
    color: hsl(225, 5%, 15%);
  }
}
.radio label .except,
.checkbox label .except {
  color: hsl(225, 5%, 15%);
  font-weight: normal;
}
.radio + .submit,
.checkbox + .submit {
  margin-top: 20px;
}
.radio + .submit input,
.checkbox + .submit input {
  width: 100%;
  justify-content: center;
}

input[type=radio] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  padding: 5px;
  padding-left: 32px;
  cursor: pointer;
  font-size: 21px;
  color: hsl(0, 0%, 100%);
  transition: color 0.3s ease-out;
  font-weight: 350;
}

input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
  color: hsl(0, 0%, 100%);
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  background: #fff;
  border: 2px solid hsl(225, 5%, 15%);
  background-color: hsl(0, 0%, 100%);
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 0px;
  margin-left: -32px;
  margin-top: 0.15em;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0px;
}

input[type=radio] + label:before {
  content: "●";
  line-height: 90%;
  color: transparent;
}

input[type=radio].error + label:before,
input[type=checkbox].error + label:before {
  border-color: color-mix(in srgb, hsl(0, 89%, 38%), #000 10%);
}

input[type=radio]:hover + label:before,
input[type=checkbox]:hover + label:before,
input[type=radio] + label:hover:before,
input[type=checkbox] + label:hover:before {
  border-color: hsl(0, 0%, 0%);
}

input[type=radio] + label:hover,
input[type=checkbox] + label:hover {
  color: hsl(0, 0%, 100%);
}

input[type=radio] + label:before {
  border-radius: 100%;
}

input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
  border-color: #dadada;
  background-color: #eaeaea;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  color: #ccc;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:checked + label:before {
  background-color: hsl(0, 0%, 0%);
  border-color: hsl(0, 0%, 0%);
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: hsl(225, 5%, 15%);
  font-weight: 500;
}

input[type=checkbox] {
  position: absolute;
  top: 10px;
  border-radius: 2px;
  width: auto !important;
}

input[type=checkbox] + label {
  padding-top: 10px;
}

input[type=checkbox] + label:before {
  margin-top: 8px;
}

input[type=checkbox] + label:before {
  content: "●";
  text-align: center;
  line-height: 24px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  padding: 0px 0 2px 0px;
  font-weight: 350;
}

input[type=checkbox]:checked + label:before {
  background-color: hsl(225, 5%, 15%);
  color: hsl(0, 0%, 100%);
  border-color: hsl(225, 5%, 15%);
}

input[type=checkbox]:disabled + label:before {
  color: rgba(255, 255, 255, 0);
  pointer-events: none;
  cursor: default;
}

input[type=checkbox]:checked:disabled + label:before {
  color: #bbb;
  text-shadow: 0.05em 0 0 #bbb, -0.05em 0 0 #bbb;
}

button,
.btn,
input[type=submit] {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.5px;
  line-height: 100%;
  background-color: hsl(225, 5%, 15%);
  color: hsl(0, 0%, 100%);
  border: none;
  height: 48px;
  display: inline-flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  vertical-align: bottom;
  box-sizing: border-box;
  text-decoration: none;
}
button i,
.btn i,
input[type=submit] i {
  font-size: 1.25em;
  transition: scale 0.3s ease-in;
}
button:hover, button:focus,
.btn:hover,
.btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: color-mix(in srgb, hsl(225, 5%, 15%), hsl(5, 79%, 58%) 40%);
}
button:hover i, button:focus i,
.btn:hover i,
.btn:focus i,
input[type=submit]:hover i,
input[type=submit]:focus i {
  scale: 1.2;
}
button:active,
.btn:active,
input[type=submit]:active {
  opacity: 0.7;
  transform: scale(0.97);
}
button:disabled, button.disabled,
.btn:disabled,
.btn.disabled,
input[type=submit]:disabled,
input[type=submit].disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
button.solid,
.btn.solid,
input[type=submit].solid {
  background-color: hsl(225, 5%, 15%);
  color: hsl(225, 5%, 55%);
}
button.solid:hover, button.solid:focus,
.btn.solid:hover,
.btn.solid:focus,
input[type=submit].solid:hover,
input[type=submit].solid:focus {
  background-color: hsl(225, 5%, 55%);
  color: hsl(225, 5%, 15%);
}
button.solid-alt,
.btn.solid-alt,
input[type=submit].solid-alt {
  background-color: hsl(5, 79%, 58%);
  color: hsl(5, 79%, 78%);
}
button.solid-alt:hover, button.solid-alt:focus,
.btn.solid-alt:hover,
.btn.solid-alt:focus,
input[type=submit].solid-alt:hover,
input[type=submit].solid-alt:focus {
  background-color: hsl(5, 79%, 78%);
  color: hsl(5, 79%, 58%);
}
button.ghost,
.btn.ghost,
input[type=submit].ghost {
  border: 2px solid;
  color: hsl(225, 5%, 15%);
  border-color: hsl(225, 5%, 15%);
  background-color: #ffffff;
}
button.ghost:hover, button.ghost:focus,
.btn.ghost:hover,
.btn.ghost:focus,
input[type=submit].ghost:hover,
input[type=submit].ghost:focus {
  background-color: hsl(225, 5%, 55%);
  color: hsl(225, 5%, 15%);
}
button.ghost-alt,
.btn.ghost-alt,
input[type=submit].ghost-alt {
  border: 2px solid;
  border-color: hsl(5, 79%, 58%);
  color: hsl(5, 79%, 58%);
  background-color: #ffffff;
}
button.ghost-alt:hover, button.ghost-alt:focus,
.btn.ghost-alt:hover,
.btn.ghost-alt:focus,
input[type=submit].ghost-alt:hover,
input[type=submit].ghost-alt:focus {
  background-color: hsl(5, 79%, 78%);
  color: hsl(5, 79%, 58%);
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

button[data-action=stop] {
  display: none;
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 64px;
  height: 72px;
  background-color: hsl(225, 5%, 15%);
}
@media only screen and (max-width: 800px) {
  header {
    transform: none;
    height: 46px;
    padding: 10px 20px;
  }
}
header > .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 800px) {
  header > .box .logo {
    height: 40px;
    width: 30px;
    overflow: hidden;
  }
}
header > .box .logo svg {
  height: 40px;
  width: auto;
  position: relative;
  margin-right: 0;
}
@media only screen and (max-width: 800px) {
  header > .box .logo svg {
    height: 46px;
  }
}
header > .box .logo svg path:not(.dest) {
  fill: hsl(0, 0%, 100%);
}

.languages {
  position: fixed;
  z-index: 100;
  right: 32px;
  top: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 6px;
  height: 44px;
}
@media only screen and (min-width: 900px) {
  .languages:hover {
    height: auto;
  }
}
@media only screen and (max-width: 800px) {
  .languages {
    right: 55px;
    top: 2px;
  }
}
.languages .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  color: transparent;
  border: 2px solid hsl(225, 5%, 15%);
  aspect-ratio: 1;
  border-radius: 999px;
  transition: opacity 0.3s ease-in;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.75em;
  order: 1;
}
.languages .btn.btn-es {
  background-image: url("/img/flag-es.webp");
}
.languages .btn.btn-en {
  background-image: url("/img/flag-en.webp");
}

html[lang=es] .btn-es {
  pointer-events: none;
  order: 0 !important;
}
html[lang=es] .btn-en {
  opacity: 0.5;
}
html[lang=es] .btn-en:hover {
  opacity: 1;
}

html[lang=en] .btn-en {
  pointer-events: none;
  order: 0 !important;
}
html[lang=en] .btn-es {
  opacity: 0.5;
}
html[lang=en] .btn-es:hover {
  opacity: 1;
}

@media only screen and (min-width: 800px) {
  header nav {
    margin-left: 64px;
  }
}
@media only screen and (max-width: 800px) {
  header nav {
    position: fixed;
    z-index: 1011;
    inset: 0;
    left: 25%;
    background-color: hsl(0, 0%, 0%);
    padding-top: 80px;
    transform: translateX(110%);
    transition: transform 0.3s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  }
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 800px) {
  header nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-top: 1px solid hsl(0, 0%, 100%);
  }
}
header nav ul li {
  margin-top: 0;
  list-style: none;
  position: relative;
}
@media only screen and (max-width: 800px) {
  header nav ul li {
    border-bottom: 1px solid hsl(0, 0%, 100%);
    width: 100%;
  }
}
header nav ul li a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  display: block;
}
@media only screen and (min-width: 900px) {
  header nav ul li a:hover {
    color: hsl(5, 79%, 58%);
  }
}
@media only screen and (max-width: 800px) {
  header nav ul li a {
    padding: 15px 20px;
    display: block;
    font-size: 2em;
  }
}

@media only screen and (max-width: 800px) {
  body.menu-open header nav {
    transform: translateX(0);
  }
}

@media only screen and (min-width: 800px) {
  .show-menu {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .show-menu {
    position: fixed;
    z-index: 1102;
    top: -1px;
    right: 0px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 10px;
    gap: 6px;
    height: 46px;
    width: 46px;
    background-color: hsl(5, 79%, 58%);
  }
}
.show-menu i {
  display: block;
  height: 2px;
  background-color: black;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
}
.show-menu.open i {
  background-color: hsl(0, 0%, 100%);
}
.show-menu.open i:nth-child(1) {
  transform: scaleY(0);
}
.show-menu.open i:nth-child(2) {
  transform: translateX(0px) translateY(4px) rotate(45deg);
}
.show-menu.open i:nth-child(3) {
  transform: translateX(0px) translateY(-4px) rotate(-45deg);
}
.show-menu.open i:nth-child(4) {
  transform: scaleY(0);
}

.image {
  border-radius: 5px;
  background-color: hsl(225, 5%, 55%);
}
.image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.image.fade img {
  opacity: 0;
}

a .image {
  overflow: hidden;
  border-radius: 10px;
}
a .image img {
  transition-property: transform;
}
a .image:not(.fade) img {
  transition: all 0.3s ease-in;
  transition-property: opacity, transform;
}
@media only screen and (min-width: 900px) {
  a:hover .image img {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

@keyframes scrollplease {
  0% {
    transform: translateY(-30px);
  }
  10% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.scroll-down {
  position: fixed;
  bottom: 0;
  margin-bottom: 64px;
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  color: hsl(0, 0%, 100%);
  background-color: hsl(225, 5%, 15%);
  font-size: 1em;
  overflow: hidden;
}
.scroll-down i {
  animation: scrollplease 2s infinite;
  font-weight: bold;
}

.tns-nav {
  display: flex;
  gap: 6px;
}
.tns-nav button {
  min-width: none;
  min-height: none;
  padding: 0;
  width: 18px;
  height: 18px;
  border-radius: 12px;
}
.tns-nav button.tns-nav-active {
  background-color: hsl(225, 5%, 15%);
}

@keyframes rotate {
  100% {
    rotate: 360deg;
  }
}
.loading {
  position: fixed;
  inset: 0;
  background: hsl(5, 79%, 58%);
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes rotate {
  100% {
    transform: rotate(359deg);
  }
}
.loading svg {
  animation: rotate 1s infinite;
  display: block;
  width: 70px;
  height: 70px;
}
.loading svg path {
  fill: hsl(0, 0%, 100%);
}

footer {
  position: relative;
  z-index: 2;
  padding: 32px;
  background: hsl(225, 5%, 15%);
  color: hsl(0, 0%, 100%);
  display: flex;
  gap: 64px;
}
@media only screen and (max-width: 800px) {
  footer {
    gap: 0;
    justify-content: space-between;
  }
}
footer .logo svg {
  width: 160px;
}
footer .logo svg path:not(.dest) {
  fill: hsl(0, 0%, 100%);
}
footer .redes {
  display: flex;
  gap: 0.8em;
  margin-left: auto;
}
footer .redes a {
  text-decoration: none;
  font-size: 1.6em;
}
@media only screen and (min-width: 900px) {
  footer .redes a:hover {
    color: hsl(5, 79%, 78%);
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 800px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 800px) {
  .double {
    grid-template-columns: 1fr;
  }
}

.fichas > * .image img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fichas > * .image + .text {
  margin-top: 1em;
}
.fichas > * .image + .text .btn {
  margin-top: 1em;
}
.fichas a {
  text-decoration: none;
}

.main {
  padding-top: 72px;
}
@media only screen and (max-width: 800px) {
  .main {
    padding-top: 46px;
  }
}

.home header {
  transform: translateY(-72px);
}
.home .main {
  padding-top: 100vh;
  position: relative;
}
.home .video {
  position: fixed;
  inset: 0px;
  background-color: hsl(0, 0%, 100%);
  overflow: hidden;
}
.home .video .intro {
  position: absolute;
  z-index: 2;
  left: 64px;
  bottom: 128px;
  max-width: 50vw;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 800px) {
  .home .video .intro {
    left: 20px;
    right: 20px;
    bottom: 20vh;
    max-width: none;
    font-size: 0.7em;
  }
}
.home .video .intro svg {
  width: 300px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {
  .home .video .intro svg {
    width: 175px;
  }
}
.home .video .intro svg path:not(.dest) {
  fill: hsl(0, 0%, 100%);
}
.home .video .visor {
  position: absolute;
  right: 64px;
  bottom: -5px;
  text-align: right;
  z-index: 2;
}
.home .video .visor img {
  height: 80vh;
}
@media only screen and (max-width: 800px) {
  .home .video .visor {
    display: none;
  }
}
.home .video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.home section.services {
  background-color: hsl(0, 0%, 100%);
}

.hero {
  height: calc(100vh - 72px);
  background-color: hsl(225, 5%, 15%);
}
@media only screen and (max-width: 800px) {
  .hero {
    height: calc(100vh - 46px);
  }
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section {
  position: relative;
  z-index: 1;
  background-color: hsl(5, 79%, 58%);
  padding: 96px 64px;
}
@media only screen and (max-width: 800px) {
  section {
    padding: 30px 20px;
  }
}
section > .title {
  margin-bottom: 32px;
}
section .header {
  text-align: center;
}
@media only screen and (max-width: 800px) {
  section .header {
    text-align: left;
  }
}
section .header .btn {
  margin-top: 1em;
}
section .header + * {
  margin-top: 32px;
}
section .more {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
section.products .grid .image img {
  aspect-ratio: 1/1;
}
section.products .grid + .header {
  margin-top: 64px;
}
section.products .double {
  margin-top: 32px;
}

.product-detail dl {
  border-top: 1px solid;
}
.product-detail dl dt {
  text-transform: uppercase;
  font-size: 0.75em;
  padding-top: 0.5em;
}
.product-detail dl dd {
  font-size: 1.25em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
}
.product-detail .info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .product-detail .info {
    grid-template-columns: 1fr;
  }
}
.product-detail .info .text ul {
  list-style-position: inside;
  margin-top: 1em;
}
.product-detail .info .text ul + p {
  margin-top: 1em;
}
@media only screen and (max-width: 800px) {
  .product-detail .info .image {
    display: none;
  }
}
.product-detail .others {
  background-color: hsl(0, 0%, 100%);
}

.calification {
  background-color: hsl(225, 5%, 15%);
  color: hsl(0, 0%, 100%);
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
}
@media only screen and (max-width: 800px) {
  .calification {
    grid-template-columns: 1fr;
  }
}
.calification .alter {
  height: 1em;
}
@media only screen and (min-width: 800px) {
  .calification .text {
    position: sticky;
    top: 104px;
  }
}
.calification .text > img {
  margin-block: 1em;
  width: 100px;
  height: auto;
}
.calification .grid {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 800px) {
  .calification .grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=styles.css.map */
