@charset "UTF-8";
@import url("https://use.typekit.net/ale7evg.css");
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 */
/* structure */
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: hsl(226, 41%, 92%);
}
*::-webkit-scrollbar-thumb {
  background: hsl(225, 54%, 44%);
  border: 2px solid hsl(226, 41%, 92%);
  border-radius: 6px;
}

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(226, 41%, 92%);
  color: hsl(225, 54%, 44%);
  font-size: 16px;
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
}
@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: "trade-gothic-next", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 100%;
  margin-bottom: 0.2em;
  text-wrap: balance;
}

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

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

.title,
.supertitle {
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 100%;
  margin-bottom: 0.2em;
  text-wrap: balance;
}

.subtitle,
.subtitle_2 {
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  line-height: 100%;
  margin-bottom: 0.4em;
  text-wrap: balance;
}

.supertitle {
  font-size: 2.4em;
}

.title {
  font-size: 2em;
}

.subtitle {
  font-size: 1.7em;
}

.subtitle_2 {
  font-size: 1.4em;
}

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, 54%, 44%);
  padding: 0px 15px;
  height: 46px;
  background-color: transparent;
  color: hsl(226, 41%, 92%);
  font-size: 24px;
  border-radius: 0px;
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  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(226, 41%, 92%);
    color: hsl(226, 41%, 92%);
  }
}
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(226, 41%, 92%);
}
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, 54%, 44%);
}
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: rgb(136.862244898, 8.137755102, 8.137755102);
}

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

.msg-mail {
  display: block;
  width: auto;
  font-size: 15px;
  color: hsl(226, 41%, 92%);
  padding: 20px;
  border-radius: 5px;
  margin: 10px auto;
}
.msg-mail.error {
  background-color: rgb(88.7244897959, 5.2755102041, 5.2755102041);
}
.msg-mail.ok {
  background-color: rgb(7.5964125561, 113.4035874439, 51.5470852018);
}

.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, 54%, 44%);
  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, 54%, 44%);
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  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(226, 41%, 92%);
    color: hsl(226, 41%, 92%);
    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(226, 41%, 92%);
  color: hsl(226, 41%, 92%);
}
select:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
select.error {
  border-color: rgb(136.862244898, 8.137755102, 8.137755102);
}
select * {
  background-color: hsl(225, 54%, 20%);
  color: hsl(226, 41%, 92%);
}

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, 54%, 44%);
  }
}
.radio label .except,
.checkbox label .except {
  color: hsl(225, 54%, 44%);
  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(226, 41%, 92%);
  transition: color 0.3s ease-out;
  font-weight: 350;
}

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

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  background: hsl(226, 41%, 92%);
  border: 2px solid hsl(225, 54%, 44%);
  background-color: hsl(226, 41%, 92%);
  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: rgb(136.862244898, 8.137755102, 8.137755102);
}

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(225, 54%, 20%);
}

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

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(225, 54%, 20%);
  border-color: hsl(225, 54%, 20%);
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: hsl(225, 54%, 44%);
  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, 54%, 44%);
  color: hsl(226, 41%, 92%);
  border-color: hsl(225, 54%, 44%);
}

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: "trade-gothic-next", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  line-height: 100%;
  background-color: hsl(225, 54%, 44%);
  color: hsl(226, 41%, 92%);
  border: none;
  height: 40px;
  display: inline-flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  border-radius: 20px;
  font-size: 0.8em;
  text-transform: uppercase;
  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;
  overflow: hidden;
  position: relative;
}
button:after,
.btn:after,
input[type=submit]:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-color: hsl(49, 98%, 50%);
  border-radius: 20px;
  left: 100%;
  transition: left 0.3s ease-in-out;
  mix-blend-mode: multiply;
}
button i,
.btn i,
input[type=submit] i {
  font-size: 1.25em;
  transition: scale 0.3s ease-in;
  display: none;
}
button:hover, button:focus,
.btn:hover,
.btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: hsl(226, 41%, 92%);
  color: hsl(225, 54%, 44%);
}
button:hover:after, button:focus:after,
.btn:hover:after,
.btn:focus:after,
input[type=submit]:hover:after,
input[type=submit]:focus:after {
  left: 0;
}
button:hover i, button:focus i,
.btn:hover i,
.btn:focus i,
input[type=submit]:hover i,
input[type=submit]:focus i {
  scale: 1.1;
}
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, 54%, 44%);
  color: hsl(226, 41%, 72%);
}
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(226, 41%, 72%);
  color: hsl(225, 54%, 44%);
}
button.solid-alt,
.btn.solid-alt,
input[type=submit].solid-alt {
  background-color: hsl(49, 98%, 50%);
  color: hsl(49, 98%, 79%);
}
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(49, 98%, 79%);
  color: hsl(49, 98%, 50%);
}
button.ghost,
.btn.ghost,
input[type=submit].ghost {
  border: 2px solid;
  color: hsl(225, 54%, 44%);
  border-color: hsl(225, 54%, 44%);
  background-color: transparent;
}
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, 54%, 44%);
  color: hsl(226, 41%, 92%);
}
button.btn-alt:not(:hover),
.btn.btn-alt:not(:hover),
input[type=submit].btn-alt:not(:hover) {
  background-color: hsl(49, 98%, 50%);
  color: hsl(225, 54%, 44%);
}

.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;
}

@media only screen and (min-width: 800px) {
  :root {
    --master: 32px;
  }
}
@media only screen and (max-width: 800px) {
  :root {
    --master: 10px;
  }
}
.supertitle,
.title,
.subtitle,
p,
.buttons {
  opacity: 0;
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: calc(var(--master) * 0.5) var(--master);
  background-color: hsl(225, 54%, 44%);
}
header > .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 800px) {
  header > .box {
    height: 50px;
  }
}
header > .box .logo {
  margin-inline: auto;
  margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
  header > .box .logo {
    display: none;
  }
}
header > .box .logo svg {
  height: 36px;
  width: auto;
  position: relative;
  margin-right: 0;
}
header > .box .logo svg path {
  fill: #fff;
}
header > .box .buttons {
  display: flex;
  gap: 5px;
  position: absolute;
  right: 48px;
  top: 0;
}
@media only screen and (max-width: 800px) {
  header > .box .buttons {
    top: 5px;
  }
}
header > .box .tools {
  display: flex;
  gap: 5px;
  margin-right: 20px;
}
@media only screen and (max-width: 800px) {
  header > .box .tools {
    margin-left: auto;
    margin-right: 15px;
  }
}
header > .box .tools li {
  list-style: none;
}
header > .box .tools li a {
  padding: 0;
  width: 46px;
}
header > .box .tools li a:not(:hover) {
  background-color: rgba(255, 255, 255, 0.1);
  color: hsl(226, 41%, 72%);
}
header > .box .tools li a span {
  display: none;
}

.languages {
  position: absolute;
  right: 0;
  top: -4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 6px;
  padding-top: 4px;
  height: 48px;
}
@media only screen and (max-width: 800px) {
  .languages {
    top: 2px;
  }
}
@media only screen and (min-width: 900px) {
  .languages:hover {
    height: auto;
  }
}
.languages .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: hsl(226, 41%, 92%);
  color: hsl(225, 54%, 44%);
  border: 2px solid;
  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;
}
html[lang=es] .btn-es {
  pointer-events: none;
  order: 0 !important;
}
html[lang=es] .btn-en,
html[lang=es] .btn-ca {
  opacity: 0.5;
}
html[lang=es] .btn-en:hover,
html[lang=es] .btn-ca: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;
}

header nav {
  position: fixed;
  z-index: 1011;
  inset: 0;
  right: 50%;
  background-color: hsl(225, 54%, 44%);
  padding-top: 80px;
  transform: translateX(-110%);
  transition: transform 0.3s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 800px) {
  header nav {
    right: 0;
  }
}
header nav ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border-top: 1px solid hsl(226, 41%, 72%);
}
header nav ul li {
  margin-top: 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid hsl(226, 41%, 72%);
  width: 100%;
}
header nav ul li a {
  color: hsl(226, 41%, 92%);
  text-decoration: none;
  padding: 0.8em 20px 1em;
  display: block;
  font-size: 2em;
}
@media only screen and (min-width: 900px) {
  header nav ul li a:hover {
    color: hsl(226, 41%, 72%);
  }
}
header nav .redes {
  border-bottom: 1px solid hsl(226, 41%, 72%);
  display: flex;
  gap: 1em;
  padding: 1em 20px;
}
header nav .redes a {
  font-size: 2em;
  color: hsl(226, 41%, 92%);
}
@media only screen and (min-width: 900px) {
  header nav .redes a:hover {
    color: hsl(226, 41%, 72%);
  }
}
header nav .languages {
  position: static;
  border-bottom: 1px solid hsl(226, 41%, 72%);
  padding: 1em 18px;
  height: auto;
  flex-direction: row;
}

.menu-image {
  position: fixed;
  z-index: 1011;
  inset: 0;
  left: 50%;
  background-color: hsl(226, 41%, 92%);
  transform: translateX(110%);
  transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .menu-image {
    display: none;
  }
}
.menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0);
}

body.menu-open header nav {
  transform: translateX(0);
}
body.menu-open .menu-image {
  transform: translateX(0);
}

.show-menu {
  position: fixed;
  z-index: 1102;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  padding: 0 6px;
  height: 42px;
  width: 42px;
  border-radius: 10px;
  background-color: transparent;
  border: 4px solid hsl(49, 98%, 50%);
}
@media only screen and (max-width: 800px) {
  .show-menu {
    left: 15px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.show-menu i {
  display: block;
  height: 4px;
  border-radius: 4px;
  background-color: hsl(49, 98%, 50%);
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
}
.show-menu.open i:nth-child(1) {
  transform: translateX(0px) translateY(8px) rotate(45deg);
}
.show-menu.open i:nth-child(2) {
  transform: scaleY(0);
}
.show-menu.open i:nth-child(3) {
  transform: translateX(0px) translateY(-8px) rotate(-45deg);
}

.image {
  background-color: hsl(226, 41%, 72%);
  border-radius: 5px;
  overflow: hidden;
}
.image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image.fade img {
  opacity: 0;
}

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 rotate {
  100% {
    rotate: 359deg;
  }
}
.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, 54%, 44%);
}

.circle {
  width: 20vw;
  height: 20vw;
  padding: 5%;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-image: url("/redbar/assets/img/donut.svg");
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-image: url("/redbar/assets/img/donut.svg");
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.circle img, .circle svg {
  position: absolute;
  inset: 10%;
  width: 80%;
  height: auto;
}
.circle img path, .circle svg path {
  fill: currentColor;
}
.circle i {
  font-size: 6em;
  font-weight: lighter;
  color: inherit;
}

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

.text .buttons {
  margin-top: 1em;
}

.ficha {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.ficha .text {
  padding: var(--master) 0 0;
}
.ficha .markee {
  position: absolute;
}

.markee-app {
  white-space: nowrap;
  overflow: hidden;
  background-color: hsl(49, 98%, 50%);
  color: hsl(225, 54%, 20%);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.markee-app .markee-container {
  display: flex;
  align-items: center;
  gap: 1em;
}
.markee-app .markee-container img {
  height: 32px;
  display: inline-block;
  margin-top: 0.25em;
}

.limit {
  max-width: 1200px;
  margin-inline: auto;
}

.loading {
  position: fixed;
  inset: 0;
  background: hsl(225, 54%, 44%);
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes rotate {
  100% {
    transform: rotate(359deg);
  }
}
.loading svg {
  display: block;
  width: 70px;
  height: 70px;
}
.loading svg path {
  fill: hsl(226, 41%, 72%);
}

.ball {
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: width 0.3s ease-out, height 0.3s ease-out;
  position: fixed;
  top: 0;
  left: -20px;
  z-index: 100000;
  background-color: hsla(226, 41%, 72%, 0.5);
  border-radius: 50%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ball:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: hsl(225, 54%, 44%);
}
@media only screen and (max-width: 800px) {
  .ball {
    display: none;
  }
}
.ball.hide {
  width: 10px;
  height: 10px;
  left: -5px;
}

.contact-whatsapp {
  position: fixed;
  right: var(--master);
  bottom: var(--master);
  z-index: 999;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  background-color: hsl(49, 98%, 50%);
  font-size: 1em;
  overflow: hidden;
}
.contact-whatsapp svg {
  width: 20px;
  height: auto;
}
.contact-whatsapp svg path {
  fill: hsl(225, 54%, 44%);
}
@media only screen and (min-width: 900px) {
  .contact-whatsapp:hover {
    background-color: hsl(226, 41%, 92%);
  }
}

footer {
  padding: calc(var(--master) * 2) calc(var(--master) * 2);
  background: hsl(225, 54%, 44%);
  color: hsl(226, 41%, 92%);
  font-size: 0.85em;
  position: relative;
  z-index: 1;
}
footer .limit {
  display: flex;
  justify-content: space-between;
  gap: calc(var(--master) * 2);
}
@media only screen and (max-width: 800px) {
  footer .limit {
    flex-direction: column-reverse;
  }
}
footer .info .location {
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  footer .info .location {
    margin-top: var(--master);
  }
  footer .info .location a {
    font-size: 2em;
  }
}
@media only screen and (max-width: 800px) {
  footer .info {
    border-top: 1px solid;
    padding-top: calc(var(--master) * 2);
  }
}
footer .logo svg {
  width: 80px;
}
footer .logo svg path {
  fill: hsl(226, 41%, 92%);
}
footer nav ul {
  display: flex;
  gap: var(--master);
  white-space: nowrap;
}
@media only screen and (max-width: 800px) {
  footer nav ul {
    flex-direction: column;
  }
}
footer nav ul a {
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  footer nav ul a:hover {
    text-decoration: underline;
    color: hsl(226, 41%, 72%);
  }
}
footer nav ul ul {
  margin-top: 0.6em;
  font-size: 0.8em;
  display: block;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
@media only screen and (max-width: 800px) {
  footer nav ul ul {
    font-size: 1.5em;
    gap: 1em;
  }
}
@media only screen and (min-width: 800px) {
  footer nav > ul > li {
    border-left: 1px solid;
    padding-left: calc(var(--master) * 0.5);
  }
}
@media only screen and (max-width: 800px) {
  footer nav > ul > li {
    border-top: 1px solid;
    padding-top: calc(var(--master) * 0.5);
  }
}
footer nav .list-foods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3em var(--master);
}
@media only screen and (max-width: 800px) {
  footer nav .list-foods {
    gap: 1em;
  }
}
footer .redes {
  display: flex;
  gap: 0.8em;
}
footer .redes a {
  text-decoration: none;
  font-size: 1.6em;
}
@media only screen and (min-width: 900px) {
  footer .redes a:hover {
    color: hsl(226, 41%, 72%);
  }
}
@media only screen and (max-width: 800px) {
  footer .redes a {
    font-size: 3em;
  }
}

.footer-copy {
  background-color: hsl(225, 54%, 20%);
  color: hsl(226, 41%, 92%);
  font-size: 0.75em;
  padding: var(--master);
}
.footer-copy a {
  color: hsl(226, 41%, 92%);
}
.footer-copy .limit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  .footer-copy .limit {
    flex-direction: column;
    gap: calc(var(--master) * 2);
  }
}
.footer-copy .legals {
  display: flex;
  gap: 1em;
}
@media only screen and (max-width: 800px) {
  .footer-copy .legals {
    flex-direction: column;
    gap: calc(var(--master) * 2);
    font-size: 1.5em;
    text-align: center;
    margin-bottom: calc(var(--master) * 2);
  }
}

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

@keyframes scrollplease {
  0% {
    transform: translateY(-30px);
  }
  10% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.home .main {
  padding-top: 100vh;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .home .main {
    padding-top: calc(50vh + 20px);
  }
}
.home .video {
  position: fixed;
  inset: calc(var(--master) * 3.75 + 10px) calc(var(--master) * 1.75) calc(var(--master) * 1.75);
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .home .video {
    top: 80px;
    bottom: 50vh;
  }
}
.home .video .buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--master) * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--master) * 2);
  z-index: 2;
  opacity: 1 !important;
}
@media only screen and (max-width: 800px) {
  .home .video .buttons {
    gap: 40px;
    bottom: 80px;
  }
}
.home .video .buttons .btn {
  transform: scale(1.5);
}
.home .video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home .scroll-down {
  position: fixed;
  bottom: 0;
  margin-bottom: var(--master);
  left: calc(50% - 20px);
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .home .scroll-down {
    bottom: 50vh;
  }
}
.home .scroll-down .scroller {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  color: hsl(49, 98%, 50%);
  background-color: hsl(225, 54%, 44%);
  font-size: 1em;
  overflow: hidden;
}
.home .scroll-down .scroller i {
  animation: scrollplease 2s infinite;
  font-weight: bold;
}

.intro {
  padding: var(--master);
  overflow: hidden;
  position: relative;
}
.intro .image img {
  width: 100%;
  height: auto;
}

.corporate {
  padding: calc(var(--master) * 4) calc(var(--master) * 2);
  background-color: color-mix(in srgb, hsl(226, 41%, 72%), #fff 80%);
  color: hsl(225, 54%, 44%);
}
.corporate .block {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--master);
}
.corporate .block.vert {
  display: flex;
  flex-direction: column;
  gap: var(--master);
}
.corporate .block.vert > div {
  width: 75%;
}
@media only screen and (max-width: 800px) {
  .corporate .block.vert > div {
    width: 100%;
  }
}
.corporate .block.vert .text {
  padding-right: calc(10vw + var(--master));
}
@media only screen and (max-width: 800px) {
  .corporate .block.vert .text {
    padding-right: 0;
  }
}
.corporate .block.vert .images {
  position: relative;
}
.corporate .block.vert .images .circle {
  top: -10vw;
  right: -10vw;
  background-color: hsl(226, 41%, 92%);
  border-radius: 50%;
  transform: scale(0.5);
}
@media only screen and (max-width: 800px) {
  .corporate .block.vert .images .circle {
    display: none;
  }
}
.corporate .block.vert .buttons {
  margin-top: 1em;
}
.corporate .block.hrz {
  margin-top: calc(var(--master) * 2 * -1);
  position: relative;
  z-index: 1;
}
.corporate .block.hrz .image {
  grid-column: 2/7;
}
.corporate .block.hrz .text {
  grid-column: 7/-3;
  padding-left: var(--master);
  padding-top: calc(var(--master) * 4);
}
.corporate .block.hrz .buttons {
  margin-top: 1em;
}

.foods {
  padding-bottom: calc(var(--master) * 3);
  background-color: color-mix(in srgb, hsl(226, 41%, 92%), #fff 50%);
  position: relative;
}
.foods .limit {
  padding: calc(var(--master) * 4) calc(var(--master) * 2) 0;
}
.foods .header {
  padding-right: 50px;
}
@media only screen and (max-width: 800px) {
  .foods .header {
    padding-right: 0;
  }
}
.foods .header .buttons {
  margin-top: 1em;
  display: flex;
  gap: 10px;
}
.foods .grid_2 .image {
  margin-bottom: -var(--master);
}
.foods .foods-container {
  padding: calc(var(--master) * 2);
}
.foods .foods-container .slider-foods {
  display: grid;
  gap: var(--master);
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 800px) {
  .foods .foods-container .slider-foods {
    grid-template-columns: repeat(2, 1fr);
  }
}
.foods .foods-container a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.foods .foods-container a .text {
  position: absolute;
  inset: 0;
  top: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
  font-size: 1.5em;
  color: hsl(225, 54%, 44%);
  background-color: hsl(226, 41%, 92%);
}
.foods .foods-container a .image {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.foods .foods-container a .image img {
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scaleX(2);
}
.foods .foods-container a .back {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.foods .foods-container a .back svg {
  width: 75%;
  height: auto;
}
.foods .foods-container a .back svg path {
  fill: hsl(226, 41%, 72%);
}
@media only screen and (min-width: 900px) {
  .foods .foods-container a:hover .text {
    top: 0;
    opacity: 1;
  }
}
.foods .circle {
  transform: translateX(calc(-50% + var(--master) * 0.5)) scale(0.5);
  left: 50%;
  top: calc(var(--master) * 2);
  color: hsl(225, 54%, 44%);
  overflow: hidden;
  background-color: hsl(226, 41%, 92%);
  border-radius: 50%;
}
@media only screen and (max-width: 800px) {
  .foods .circle {
    display: none;
  }
}

.locations {
  padding: calc(var(--master) * 4) calc(var(--master) * 2);
  position: relative;
  background-color: color-mix(in srgb, hsl(226, 41%, 72%), #fff 90%);
}
.locations .block {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: flex-end;
  padding-bottom: var(--master);
}
@media only screen and (max-width: 800px) {
  .locations .block {
    grid-template-columns: 1fr;
    align-items: start;
  }
}
.locations .block .text {
  grid-column: 1/10;
}
@media only screen and (max-width: 800px) {
  .locations .block .text {
    grid-column: 1/-1;
  }
}
.locations .block .buttons {
  grid-column: 10/-1;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 800px) {
  .locations .block .buttons {
    grid-column: 1/-1;
    margin-top: 6px;
    width: 100%;
  }
  .locations .block .buttons .btn {
    width: 100%;
  }
}
.locations .block .buttons .btn {
  white-space: nowrap;
}
.locations .location-slider .slide {
  cursor: grab;
}
.locations .location-slider .slide .image {
  aspect-ratio: 16/9;
}
.locations .location-slider .text {
  margin-left: auto;
  width: calc(30vw + var(--master));
  padding-top: calc(var(--master) * 0.5);
}
@media only screen and (max-width: 800px) {
  .locations .location-slider .text {
    width: 100%;
    padding: var(--master);
  }
}
.locations .location-slider .text .place {
  font-size: 1.2em;
  margin-bottom: 0.3em;
}
.locations .location-slider .text .address {
  line-height: 150%;
  font-size: 0.8em;
}
.locations .tns-outer {
  margin-right: calc(var(--master) * -2);
  position: relative;
}
@media only screen and (max-width: 800px) {
  .locations .tns-outer {
    margin-inline: 0 calc(var(--master) * -2);
  }
}
.locations .tns-nav {
  display: none;
  position: absolute;
  z-index: 10;
  right: var(--master);
  top: var(--master);
}

.colofon {
  padding: calc(var(--master) * 4) calc(var(--master) * 2);
  overflow: hidden;
  background-color: hsl(225, 54%, 44%);
  color: hsl(226, 41%, 92%);
  position: relative;
}
.colofon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/redbar/assets/img/logo-redbar.svg") no-repeat center center;
  background-size: auto 100%;
  opacity: 0.1;
}
.colofon .limit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--master);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .colofon .limit {
    grid-template-columns: 1fr;
  }
}
.colofon .ficha {
  overflow: hidden;
}
.colofon .ficha .btn {
  color: hsl(226, 41%, 92%);
  border-color: hsl(226, 41%, 92%);
}
.colofon .ficha .btn:hover {
  color: hsl(226, 41%, 72%);
  border-color: hsl(226, 41%, 72%);
}
.colofon .ficha:first-child {
  transform: scaleX(2) translateX(-50vw);
}
.colofon .ficha:last-child {
  transform: scaleX(2) translateX(50vw);
}

.place-detail {
  background-color: #fff;
}
.place-detail .limit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--master);
  align-items: center;
  padding: calc(var(--master) * 2) var(--master);
}
@media only screen and (max-width: 800px) {
  .place-detail .limit {
    grid-template-columns: 1fr;
  }
  .place-detail .limit > * {
    order: 0;
  }
  .place-detail .limit > *.location-frame {
    order: 2;
  }
  .place-detail .limit > *.text {
    order: 1;
  }
}
@media only screen and (min-width: 800px) {
  .place-detail .limit > .image {
    grid-column: span 2;
  }
}
.place-detail .limit .location-frame {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: hsl(226, 41%, 72%);
}
@media only screen and (min-width: 800px) {
  .place-detail .limit .location-frame {
    margin-left: var(--master);
    margin-top: calc(var(--master) * 3 * -1);
  }
}
.place-detail .limit .location-frame iframe {
  filter: grayscale(0.5);
  display: block;
}
.place-detail .limit .location-frame .go-google {
  position: absolute;
  right: calc(var(--master) * 0.5);
  top: calc(var(--master) * 0.5);
}
.place-detail .limit .text .buttons {
  margin-top: calc(var(--master) * 0.5);
}

.places-city {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(var(--master) * 0.4);
}
@media only screen and (max-width: 800px) {
  .places-city {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(var(--master) * 1);
    margin-block: 1em;
  }
}
@media only screen and (max-width: 800px) {
  .places-city article .subtitle {
    margin-bottom: 0.2em;
  }
}
.places-city article .buttons {
  margin-top: 1em;
}

.reviews {
  padding: calc(var(--master) * 2);
}
.reviews .title {
  margin-bottom: var(--master);
}
.reviews img {
  width: 100%;
}

.food-detail .limit {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: calc(var(--master) * 2);
}
@media only screen and (max-width: 800px) {
  .food-detail .limit {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 800px) {
  .food-detail .limit .image {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
@media only screen and (min-width: 800px) {
  .food-detail .limit .text {
    grid-row: 1/2;
    grid-column: 2/8;
    margin-bottom: calc(var(--master) * 2 * -1);
    padding: var(--master);
    background-color: color-mix(in srgb, hsl(226, 41%, 92%), #fff 50%);
  }
}

.food-more .limit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 var(--master);
  align-items: center;
  padding: calc(var(--master) * 2);
  padding-top: 0;
}
@media only screen and (max-width: 800px) {
  .food-more .limit {
    grid-template-columns: 1fr;
    gap: var(--master);
  }
}
@media only screen and (min-width: 800px) {
  .food-more .limit > * {
    order: 0;
  }
  .food-more .limit > *:nth-child(3) {
    order: 2;
  }
  .food-more .limit > *:nth-child(4) {
    order: 1;
  }
}

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