@charset "UTF-8";
/*
Theme Name: RedBar
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: RedBar Theme is a customized version of Blankslate template.
Version: 2025
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
@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 */
@use '_common' as *;
/* structure */
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  box-shadow: none;
  background: #e2e6f3;
}

*::-webkit-scrollbar-thumb {
  background: #3452ad;
  border: 2px solid #e2e6f3;
  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: #e2e6f3;
  color: #3452ad;
  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,
p + h2, p + h3, p + h4 {
  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 */
@use '../_css/_common' as *;
input[type="text"],
input[type="number"],
input[type="email"],
input[type="mail"],
input[type="tel"],
input[type="password"],
textarea {
  border: 2px solid #3452ad;
  padding: 0px 15px;
  height: 46px;
  background-color: transparent;
  color: #e2e6f3;
  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: #e2e6f3;
    color: #e2e6f3;
  }
}

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: #e2e6f3;
}

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: #3452ad;
}

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(#B90B0B 100%, #17254f 30%);
}

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

.msg-mail {
  display: block;
  width: auto;
  font-size: 15px;
  color: #e2e6f3;
  padding: 20px;
  border-radius: 5px;
  margin: 10px auto;
}

.msg-mail.error {
  background-color: color-mix(#B90B0B 100%, #17254f 30%);
}

.msg-mail.ok {
  background-color: color-mix(#0ed15f 100%, #17254f 30%);
}

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

@use '../_css/_common' as *;
select {
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  cursor: pointer;
  border: 2px solid #3452ad;
  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: #3452ad;
  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: #e2e6f3;
    color: #e2e6f3;
    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: #e2e6f3;
  color: #e2e6f3;
}

select:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

select.error {
  border-color: color-mix(#B90B0B 100%, #17254f 30%);
}

select * {
  background-color: #17254f;
  color: #e2e6f3;
}

option {
  font-size: 16px;
}

@use '../_css/_common' as *;
.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: #3452ad;
  }
}

.radio label .except,
.checkbox label .except {
  color: #3452ad;
  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: #e2e6f3;
  transition: color 0.3s ease-out;
  font-weight: 350;
}

input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
  color: #e2e6f3;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: '';
  background: #e2e6f3;
  border: 2px solid #3452ad;
  background-color: #e2e6f3;
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 0px;
  margin-left: -32px;
  margin-top: .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(#B90B0B 100%, #17254f 30%);
}

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: #17254f;
}

input[type=radio] + label:hover,
input[type=checkbox] + label:hover {
  color: #e2e6f3;
}

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: #17254f;
  border-color: #17254f;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: #3452ad;
  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: #3452ad;
  color: #e2e6f3;
  border-color: #3452ad;
}

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: .05em 0 0 #bbb, -.05em 0 0 #bbb;
}

@use '../_css/_common' as *;
button,
.btn, .lang-item a,
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: #3452ad;
  color: #e2e6f3;
  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, .lang-item a:after,
input[type="submit"]:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-color: #fccf03;
  border-radius: 20px;
  left: 100%;
  transition: left 0.3s ease-in-out;
  mix-blend-mode: multiply;
}

button i,
.btn i, .lang-item a 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, .lang-item a:hover, .lang-item a:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #e2e6f3;
  color: #3452ad;
}

button:hover:after, button:focus:after,
.btn:hover:after,
.btn:focus:after, .lang-item a:hover:after, .lang-item a: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, .lang-item a:hover i, .lang-item a:focus i,
input[type="submit"]:hover i,
input[type="submit"]:focus i {
  scale: 1.1;
}

button:active,
.btn:active, .lang-item a:active,
input[type="submit"]:active {
  opacity: 0.7;
  transform: scale(0.97);
}

button:disabled, button.disabled,
.btn:disabled,
.btn.disabled, .lang-item a:disabled, .lang-item a.disabled,
input[type="submit"]:disabled,
input[type="submit"].disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

button.solid,
.btn.solid, .lang-item a.solid,
input[type="submit"].solid {
  background-color: #3452ad;
  color: #9aa8d5;
}

button.solid:hover, button.solid:focus,
.btn.solid:hover,
.btn.solid:focus, .lang-item a.solid:hover, .lang-item a.solid:focus,
input[type="submit"].solid:hover,
input[type="submit"].solid:focus {
  background-color: #9aa8d5;
  color: #3452ad;
}

button.solid-alt,
.btn.solid-alt, .lang-item a.solid-alt,
input[type="submit"].solid-alt {
  background-color: #fccf03;
  color: #feeb95;
}

button.solid-alt:hover, button.solid-alt:focus,
.btn.solid-alt:hover,
.btn.solid-alt:focus, .lang-item a.solid-alt:hover, .lang-item a.solid-alt:focus,
input[type="submit"].solid-alt:hover,
input[type="submit"].solid-alt:focus {
  background-color: #feeb95;
  color: #fccf03;
}

button.ghost,
.btn.ghost, .lang-item a.ghost,
input[type="submit"].ghost {
  border: 2px solid;
  color: #3452ad;
  border-color: #3452ad;
  background-color: transparent;
}

button.ghost:hover, button.ghost:focus,
.btn.ghost:hover,
.btn.ghost:focus, .lang-item a.ghost:hover, .lang-item a.ghost:focus,
input[type="submit"].ghost:hover,
input[type="submit"].ghost:focus {
  background-color: #3452ad;
  color: #e2e6f3;
}

button.btn-alt:not(:hover),
.btn.btn-alt:not(:hover), .lang-item a.btn-alt:not(:hover),
input[type="submit"].btn-alt:not(:hover) {
  background-color: #fccf03;
  color: #3452ad;
}

@use '_common' as *;
.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: calc(100% * 70 / 3);
  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: calc(100% / 70);
  height: 10px;
  float: left;
}

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

@use '_common' as *;
@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: #3452ad;
}

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 {
    margin-bottom: 0;
  }
}

header > .box .logo svg {
  height: 36px;
  width: auto;
  position: relative;
  margin-right: 0;
}

@media only screen and (max-width: 800px) {
  header > .box .logo svg {
    height: 32px;
  }
}

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;
    right: 0;
  }
}

@media only screen and (max-width: 800px) {
  header > .box .languages.hide-mobile {
    display: none;
  }
}

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: #9aa8d5;
}

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 .lang-item {
  list-style: none;
  order: 1;
}

.languages .lang-item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #e2e6f3;
  color: #3452ad;
  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;
  opacity: 0.5;
}

.languages .lang-item a:hover {
  opacity: 1;
}

.languages .lang-item.current-lang {
  order: 0 !important;
}

.languages .lang-item.current-lang a {
  pointer-events: none;
  opacity: 1;
}

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

	.btn-es {
		opacity: 0.5;

		&:hover {
			opacity: 1;
		}
	}
}*/
header nav {
  position: fixed;
  z-index: 1011;
  inset: 0;
  right: 50%;
  background-color: #3452ad;
  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 #9aa8d5;
}

header nav ul li {
  margin-top: 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #9aa8d5;
  width: 100%;
}

header nav ul li a {
  color: #e2e6f3;
  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: #9aa8d5;
  }
}

header nav .redes {
  border-bottom: 1px solid #9aa8d5;
  display: flex;
  gap: 1em;
  padding: 1em 20px;
}

header nav .redes a {
  font-size: 2em;
  color: #e2e6f3;
}

@media only screen and (min-width: 900px) {
  header nav .redes a:hover {
    color: #9aa8d5;
  }
}

header nav .languages {
  position: static;
  border-bottom: 1px solid #9aa8d5;
  padding: 1em 18px;
  height: auto;
  flex-direction: row;
}

.menu-image {
  position: fixed;
  z-index: 1011;
  inset: 0;
  left: 50%;
  background-color: #e2e6f3;
  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 #fccf03;
}

@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: #fccf03;
  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: #9aa8d5;
  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: #3452ad;
}

.circle {
  /*width: 20vw;
	height: 20vw;*/
  width: 320px;
  height: 320px;
  padding: 5%;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-image: url("/wp-content/themes/redbar/img/donut.svg");
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-image: url("/wp-content/themes/redbar/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;
  animation: rotate-animation 20s infinite linear;
}

.circle img path, .circle svg path {
  fill: currentColor;
}

.circle i {
  font-size: 6em;
  font-weight: lighter;
  color: inherit;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.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: #fccf03;
  color: #17254f;
  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: #3452ad;
  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: #9aa8d5;
}

.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: rgba(154, 168, 213, 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: #3452ad;
}

@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: #fccf03;
  font-size: 1em;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  .contact-whatsapp {
    right: 15px;
    bottom: 7px;
  }
}

.contact-whatsapp svg {
  width: 20px;
  height: auto;
}

.contact-whatsapp svg path {
  fill: #3452ad;
}

@media only screen and (min-width: 900px) {
  .contact-whatsapp:hover {
    background-color: #e2e6f3;
  }
}

footer {
  padding: calc(var(--master) * 2) calc(var(--master) * 2);
  background: #3452ad;
  color: #e2e6f3;
  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: 1.5em;
  }
}

@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: #e2e6f3;
}

footer nav ul {
  display: flex;
  gap: var(--master);
  white-space: nowrap;
  flex-wrap: wrap;
}

@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: #9aa8d5;
  }
}

footer nav ul .titulo-footer {
  font-size: 1.1em;
  font-weight: 400;
}

@media only screen and (max-width: 800px) {
  footer nav ul .titulo-footer {
    font-size: 1.5em;
    margin: 5px 0 10px 0;
    font-weight: 400;
    display: table;
  }
}

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: 0.4em;
    margin: 0 0 10px 0;
  }
}

@media only screen and (min-width: 800px) {
  footer nav > ul > li {
    border-left: 1px solid;
    padding-left: calc(var(--master) * 0.5);
  }
}

footer nav > ul > li a {
  font-size: 1.2em;
  font-weight: 300;
}

@media only screen and (max-width: 800px) {
  footer nav > ul > li {
    border-top: 1px solid;
    padding-top: calc(var(--master) * 0.5);
  }
  footer nav > ul > li a {
    white-space: normal;
    font-size: 0.7em;
    font-weight: 300;
  }
}

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: 1em;
}

footer .redes a {
  text-decoration: none;
  font-size: 1.6em;
}

@media only screen and (min-width: 900px) {
  footer .redes a:hover {
    color: #9aa8d5;
  }
}

@media only screen and (max-width: 800px) {
  footer .redes a {
    font-size: 3em;
  }
}

@media only screen and (min-width: 800px) {
  footer .footer-cities {
    width: 100%;
  }
  footer .footer-cities ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    white-space: normal;
    gap: 0 var(--master);
  }
}

.footer-copy {
  background-color: #17254f;
  color: #e2e6f3;
  font-size: 0.75em;
  padding: var(--master);
}

@media only screen and (max-width: 800px) {
  .footer-copy {
    padding-bottom: 70px;
  }
}

.footer-copy a {
  color: #e2e6f3;
}

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

.footer-copy .legals .menu {
  display: flex;
  flex-wrap: wrap;
}

.footer-copy .legals .menu .menu-item {
  display: block;
  padding: 0;
  width: auto;
  order: 2;
  list-style: none;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 800px) {
  .footer-copy .legals .menu .menu-item {
    padding: 10px;
  }
}

@use '_common' as *;
.main {
  padding-top: 76px;
}

@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(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.25);
}

.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: #fccf03;
  background-color: #3452ad;
  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, #9aa8d5, #fff 80%);
  color: #3452ad;
}

.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;*/
  top: -160px;
  right: -160px;
  background-color: #e2e6f3;
  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, #e2e6f3, #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: 1200px) {
  .foods .foods-container .slider-foods {
    grid-template-columns: repeat(3, 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: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
  font-size: 1.3em;
  line-height: 110%;
  color: #3452ad;
  padding: 0 10px;
  background-color: #e2e6f3;
}

@media only screen and (max-width: 1200px) {
  .foods .foods-container a .text {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 800px) {
  .foods .foods-container a .text {
    top: 60%;
    font-size: 1.1em;
  }
}

.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: #9aa8d5;
}

@media only screen and (min-width: 900px) {
  .foods .foods-container a:hover .text {
    top: 0;
    opacity: 1;
  }
}

.foods .circle {
  transform: translateX(calc(-50% + calc(var(--master) * 0.5))) scale(0.5);
  left: 50%;
  top: calc(var(--master) * 2);
  color: #3452ad;
  overflow: hidden;
  background-color: #e2e6f3;
  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, #9aa8d5, #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;
  text-decoration: none;
}

.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: #3452ad;
  color: #e2e6f3;
  position: relative;
}

.colofon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/themes/redbar/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: #e2e6f3;
  border-color: #e2e6f3;
}

.colofon .ficha .btn:hover {
  color: #9aa8d5;
  border-color: #9aa8d5;
}

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

.place-detail .limit > .image img {
  max-height: 60vh;
}

@media only screen and (max-width: 800px) {
  .place-detail .limit > .image img {
    max-height: 50vh;
  }
}

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

@media only screen and (min-width: 800px) {
  .place-detail .limit .location-frame {
    margin-left: var(--master);
    margin-top: calc(var(--master) * 3 * -1);
    height: 100%;
  }
}

.place-detail .limit .location-frame iframe {
  filter: grayscale(0.5);
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .place-detail .limit .location-frame iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 370px) {
  .place-detail .limit .location-frame iframe {
    height: 300px;
  }
}

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

.place-detail .covermanager-container {
  padding: calc(var(--master) * 2) var(--master);
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0;
}

.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, #e2e6f3, #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;
}

.food-more .limit .text {
  padding-block: var(--master);
}

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

.general-section {
  gap: calc(var(--master) * 2);
  padding: calc(var(--master) * 2) var(--master);
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  display: grid;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 800px) {
  .general-section {
    grid-template-columns: 1fr;
  }
}

.general-section .title {
  margin-bottom: 0.3em;
}

.general-section .subtitle {
  margin-top: 0.5em;
}

.general-section .buttons {
  margin-top: 1em;
}

.general-section .reservation-details {
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
}

.general-section .reservation-details .subtitle {
  margin-top: 0;
}

/* Migas de pan */
.migas {
  background-color: color-mix(in srgb, #9aa8d5, #fff 50%);
  padding: 8px 20px;
  line-height: 150%;
  font-size: 0.9em;
  font-weight: 400;
}

.migas a {
  font-weight: 300;
  text-decoration: none;
}

.migas a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  .migas a:hover {
    text-decoration: none;
  }
}

/* Dropdown de menu de navegacion */
.menu-item {
  display: block;
  padding: 0;
  width: 100%;
  order: 2;
}

.menu-item.menu-item-has-children .arrow-down {
  display: block;
  width: 72px;
  height: 76px;
  background: url("/wp-content/themes/redbar/img/arrow-down.svg") no-repeat center center;
  background-size: 22px 16px;
  position: absolute;
  opacity: 0.8;
  top: 0;
  right: 0;
  z-index: 13;
  padding: 0 20px 0 0;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 800px) {
  .menu-item.menu-item-has-children .arrow-down {
    height: 68px;
  }
}

.menu-item.menu-item-has-children .arrow-down.arrow-up {
  transform: rotate(180deg);
}

.menu-item.menu-item-has-children .sub-menu {
  border-top: 1px solid #9aa8d5;
  position: initial;
  right: initial;
  top: initial;
  display: none;
  opacity: 1;
  width: 100%;
  border-radius: 0;
  border: 0;
  height: auto;
}

.menu-item.menu-item-has-children .sub-menu li a {
  padding: 0.6em 20px 0.8em 35px;
  font-size: 1.8em;
}

.menu-item.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.menu-item.menu-item-has-children .sub-menu li:first-child {
  border-top: 1px solid #9aa8d5;
}

.menu-item.menu-item-has-children .sub-menu li.menu-item-has-children .arrow-down {
  height: 58px;
  background-size: 20px 14px;
}

@media only screen and (max-width: 800px) {
  .menu-item.menu-item-has-children .sub-menu li.menu-item-has-children .arrow-down {
    height: 52px;
  }
}

.menu-item.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
  padding: 0.6em 20px 0.8em 50px;
}

/* Lista de restaurantes sin slider */
.location-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.location-grid .slide {
  width: 33.33333%;
  padding: 20px 10px 0 10px;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .location-grid .slide {
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .location-grid .slide {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
}

.location-grid .slide .image {
  aspect-ratio: 16 / 9;
}

.location-grid .slide .text {
  margin-left: auto;
  width: calc(30vw + var(--master));
  padding-top: calc(var(--master) * 0.5);
}

@media only screen and (max-width: 1200px) {
  .location-grid .slide .text {
    width: 100%;
  }
}

.location-grid .slide .text .place {
  font-size: 1.2em;
  margin-bottom: 0.3em;
}

.location-grid .slide .text .address {
  line-height: 150%;
  font-size: 0.8em;
}

/* Botones mobile */
@media only screen and (max-width: 800px) {
  header > .box .buttons.buttons-mobile {
    position: fixed;
    display: flex;
    justify-content: center;
    bottom: 0;
    right: initial;
    left: 0;
    width: 100%;
    background: #3452ad;
    padding: 12px 50px 12px 20px;
    top: inherit;
    opacity: 1 !important;
    gap: 10px;
  }
}

@media only screen and (max-width: 800px) {
  header > .box .buttons.buttons-mobile .btn {
    font-size: 1em;
  }
}

/* Nosotros */
.colofon-highlights .limit {
  display: block;
}

.colofon-highlights .limit p {
  text-align: center;
}

.colofon-highlights .limit .highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px 0 0 0;
}

@media only screen and (max-width: 800px) {
  .colofon-highlights .limit .highlights {
    margin: 40px 0 0 0;
  }
}

.colofon-highlights .limit .highlights .item-highlight {
  width: 25%;
  padding: 0 30px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .colofon-highlights .limit .highlights .item-highlight {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 800px) {
  .colofon-highlights .limit .highlights .item-highlight {
    width: 50%;
    padding: 10px 20px;
  }
}

.colofon-highlights .limit .highlights .item-highlight img {
  height: 80px;
  width: auto;
  margin: 0 auto 20px auto;
}

@media only screen and (max-width: 800px) {
  .colofon-highlights .limit .highlights .item-highlight img {
    height: 70px;
    margin: 0 auto 10px auto;
  }
}

.locations-nosotros {
  background-color: color-mix(in srgb, #e2e6f3, #fff 50%);
  padding-top: 0;
}

/* Pagina */
.contenido-pagina {
  padding: calc(var(--master) * 4) calc(var(--master) * 2);
  background: white;
}

.contenido-pagina .limit {
  max-width: 900px;
}

.contenido-pagina .limit h1, .contenido-pagina .limit h2, .contenido-pagina .limit h3, .contenido-pagina .limit h4, .contenido-pagina .limit h5, .contenido-pagina .limit .h1, .contenido-pagina .limit .h2, .contenido-pagina .limit .h3, .contenido-pagina .limit .h4, .contenido-pagina .limit .h5 {
  margin: 20px 0 10px 0;
  font-weight: 700;
  padding: 0;
}

.contenido-pagina .limit h1 {
  font-size: 2.5em;
  margin: 0 0 10px 0;
}

.contenido-pagina .limit h2 {
  font-size: 1.5em;
}

.contenido-pagina .limit h3 {
  font-size: 1.3em;
}

.contenido-pagina .limit h4 {
  font-size: 1.2em;
}

.contenido-pagina .limit h5, .contenido-pagina .limit h6 {
  font-size: 1em;
}

.contenido-pagina .limit strong {
  font-weight: 700;
}

.contenido-pagina .limit ul, .contenido-pagina .limit ol {
  padding: 10px 0 5px 40px;
  margin: 0;
}

.contenido-pagina .limit ul li, .contenido-pagina .limit ol li {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 300;
}

.contenido-pagina .limit ul li {
  list-style: disc;
}

.contenido-pagina .limit img {
  display: block;
  width: 100%;
  height: auto;
}

.contenido-pagina .limit a {
  outline: none;
  text-decoration: underline;
  font-weight: 700;
  position: relative;
}

/* FAQs */
.colofon.faqs .limit {
  display: block;
  max-width: 900px;
}

.colofon.faqs .limit .accordion {
  margin: 0 auto;
  padding: 0;
}

.colofon.faqs .limit .accordion .extra-box {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid white;
}

.colofon.faqs .limit .accordion .extra-box .link-acordeon {
  text-decoration: none;
}

.colofon.faqs .limit .accordion .extra-box .link-acordeon .extra-titulo {
  position: relative;
  display: block;
  cursor: pointer;
}

.colofon.faqs .limit .accordion .extra-box .link-acordeon .extra-titulo h1, .colofon.faqs .limit .accordion .extra-box .link-acordeon .extra-titulo h2, .colofon.faqs .limit .accordion .extra-box .link-acordeon .extra-titulo h3, .colofon.faqs .limit .accordion .extra-box .link-acordeon .extra-titulo h4, .colofon.faqs .limit .accordion .extra-box .link-acordeon .extra-titulo h5, .colofon.faqs .limit .accordion .extra-box .link-acordeon .extra-titulo p {
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 100%;
  margin-bottom: 0.4em;
  text-wrap: balance;
  font-size: 1.3em;
  margin: 0;
  padding-right: 50px;
}

.colofon.faqs .limit .accordion .extra-box .link-acordeon .extra-titulo span {
  position: absolute;
  right: 0;
  top: -6px;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 30px;
  font-weight: normal;
  padding: 0;
}

.colofon.faqs .limit .accordion .extra-box .link-acordeon .extra-titulo span:before {
  content: "+";
}

.colofon.faqs .limit .accordion .extra-box .link-acordeon.open .extra-titulo span:before {
  content: "-";
}

.colofon.faqs .limit .accordion .extra-box .submenu {
  display: none;
  padding: 15px 30px 0 0;
}

/* Contacto */
/*Formularios*/
.hidden-fields-container {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  .box-form {
    margin: 30px 0 0 0;
  }
}

.box-form :active, .box-form :focus {
  outline: none;
}

.box-form ::placeholder {
  color: #7E91C9 !important;
  opacity: 1;
}

.box-form :-ms-input-placeholder {
  color: #7E91C9 !important;
}

.box-form ::-ms-input-placeholder {
  color: #7E91C9 !important;
}

.box-form textarea, .box-form input, .box-form select {
  border-radius: 0;
  color: #3452ad !important;
  height: 40px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  border: 0;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #3452ad !important;
}

@media only screen and (max-width: 800px) {
  .box-form textarea, .box-form input, .box-form select {
    font-size: 14px;
  }
}

.box-form textarea:hover, .box-form input:hover, .box-form select:hover {
  color: #3452ad !important;
  border: 1px solid #3452ad !important;
}

.box-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='darkblue' height='24' viewBox='0 0 34 24' width='34' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 8px;
}

.box-form input {
  -webkit-appearance: none;
}

.box-form textarea {
  -webkit-appearance: none;
  height: 100px;
  resize: none;
}

.box-form input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.box-form [type="radio"]:checked,
.box-form [type="radio"]:not(:checked), .box-form [type="checkbox"]:checked,
.box-form [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.box-form [type="radio"]:checked + label,
.box-form [type="radio"]:not(:checked) + label, .box-form [type="checkbox"]:checked + span,
.box-form [type="checkbox"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: block;
  color: #3452ad;
}

.box-form [type="radio"]:checked + label:before,
.box-form [type="radio"]:not(:checked) + label:before, .box-form [type="checkbox"]:checked + span:before,
.box-form [type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 20px;
  border: 1px solid #3452ad;
}

.box-form [type="radio"]:checked + label:after,
.box-form [type="radio"]:not(:checked) + label:after, .box-form [type="checkbox"]:checked + span:after,
.box-form [type="checkbox"]:not(:checked) + span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #3452ad;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  left: 4px;
}

.box-form [type="radio"]:not(:checked) + label:after, .box-form [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}

.box-form [type="radio"]:checked + label:after, .box-form [type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}

form .form-row {
  height: 75px;
}

form .form-row p {
  margin: 0;
}

form .form-row input, form .form-row select, form .form-row textarea {
  width: 100%;
}

form .form-row .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 13px;
  padding: 6px 0 0 0;
  font-weight: 500;
}

form .form-row.form-textarea {
  height: 140px;
}

form .form-row.form-check {
  display: flex;
  align-items: start;
  height: auto;
}

form .form-row.form-check p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
}

form .form-row.form-check p a {
  color: #3452ad;
  text-decoration: underline;
}

form .form-row.form-check .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: block;
}

form .form-row.form-check .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0;
}

form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=radio]:checked + label:before, form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=radio]:not(:checked) + label:before, form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=checkbox]:checked + span:before, form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=checkbox]:not(:checked) + span:before {
  background: #3452ad;
}

form .form-row.form-check .wpcf7-not-valid-tip {
  display: none;
}

form .form-row.form-file {
  height: 90px;
}

form .form-row.form-file input {
  background: transparent;
  padding: 10px 0;
  border-radius: 0;
  border: none !important;
}

form .form-captcha {
  font-size: 15px;
}

form .form-send {
  margin: 10px 0 0 0;
}

form .form-send p {
  margin: 0;
  display: flex;
}

form .form-send p input {
  border: 0 !important;
  background: #fccf03;
  cursor: pointer;
  font-size: 14px;
  border-radius: 30px;
  padding: 0 1.5em;
}

form .form-send p input:hover {
  background: #3452ad !important;
  color: white !important;
  border: none !important;
}

form .form-send p .wpcf7-spinner {
  top: 6px;
}

form .disclaimer {
  margin: 10px 0 30px 0;
}

form .disclaimer p {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
}

form .disclaimer p a {
  color: #3452ad;
  text-decoration: underline;
}

form .wpcf7-response-output {
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #3452ad !important;
  border-radius: 10px;
  color: #3452ad;
  font-weight: 500;
  padding: 10px 15px !important;
}

/* Blog */
.lista-posts .limit .supertitle {
  margin: 0 0 20px 0;
  display: block;
}

.lista-posts .limit .location-grid .post-grid {
  width: calc(33.33333% - 20px);
  text-decoration: none;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px;
}

@media only screen and (max-width: 991px) {
  .lista-posts .limit .location-grid .post-grid {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 600px) {
  .lista-posts .limit .location-grid .post-grid {
    width: 100%;
  }
}

.lista-posts .limit .location-grid .post-grid .link-img {
  width: calc(100% - 20px);
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 10px;
  opacity: 1;
}

.lista-posts .limit .location-grid .post-grid .link-img:after {
  content: "";
  background: #3452ad;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 9px;
}

.lista-posts .limit .location-grid .post-grid .link-img img {
  margin: 0;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in;
}

.lista-posts .limit .location-grid .post-grid .link-text {
  padding: 10px 20px 20px 20px;
}

.lista-posts .limit .location-grid .post-grid .link-text .date {
  margin: 0 0 10px 0;
  display: table;
  font-weight: 600;
  font-size: 0.9em;
}

.lista-posts .limit .location-grid .post-grid .link-text .excerpt {
  margin: 0;
  font-weight: 300;
}

.lista-posts .limit .location-grid .post-grid .link-text .subtitle {
  font-weight: 700;
}

.lista-posts .limit .location-grid .post-grid .link-text .btn {
  margin: 10px 0 0 0;
}

.lista-posts .limit .location-grid .post-grid:hover .link-img img {
  opacity: 0.65;
}

.lista-posts .limit .location-grid .post-grid.post-main {
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .lista-posts .limit .location-grid .post-grid.post-main {
    flex-wrap: wrap;
  }
}

.lista-posts .limit .location-grid .post-grid.post-main .link-img {
  width: 50%;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .lista-posts .limit .location-grid .post-grid.post-main .link-img {
    width: 100%;
  }
}

.lista-posts .limit .location-grid .post-grid.post-main .link-text {
  width: 50%;
  margin-left: 0;
  padding: 40px;
}

@media only screen and (max-width: 991px) {
  .lista-posts .limit .location-grid .post-grid.post-main .link-text {
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .lista-posts .limit .location-grid .post-grid.post-main .link-text {
    width: 100%;
    padding: 10px 20px 20px 20px;
  }
}

.lista-posts .limit .location-grid .post-grid.post-main .link-text .btn {
  margin: 20px 0 0 0;
}

.pagination {
  margin: 60px auto 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .pagination {
    margin: 40px auto 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .pagination {
    margin: 25px auto 0 auto;
  }
}

.pagination h2 {
  display: none;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
}

.pagination .page-numbers {
  margin: 0 3px;
  width: 28px;
  height: 28px;
  display: block;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #3452ad;
  font-weight: 500;
  text-decoration: none;
}

.pagination .page-numbers.prev span, .pagination .page-numbers.next span {
  position: relative;
  top: -1px;
}

.pagination .page-numbers.dots {
  width: auto;
}

.pagination .page-numbers.current {
  background: #3452ad;
  color: white;
}

.pagination .page-numbers.current:hover {
  background: #3452ad;
  color: white;
}

.pagination .page-numbers:hover {
  background: #3452ad;
  color: white;
}

.pagination .page-numbers:hover.current {
  background: #3452ad;
  color: white;
}

/* Articulo */
.contenido-articulo .limit .date {
  margin: 0 0 5px 0;
  display: block;
}

.contenido-articulo .limit img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto 0 auto;
}

@media only screen and (max-width: 800px) {
  .contenido-articulo .limit img {
    margin: 20px auto 0 auto;
  }
}

.contenido-articulo .limit .content-post {
  max-width: 900px;
  margin: 40px auto 0 auto;
  font-size: 1.1em;
}

@media only screen and (max-width: 800px) {
  .contenido-articulo .limit .content-post {
    margin: 20px auto 0 auto;
  }
}

.contenido-articulo .limit .content-post a {
  color: #3452ad;
  text-decoration: underline;
  font-weight: 600;
}

.contenido-articulo .limit .content-post a:hover {
  color: #3452ad;
}

.contenido-articulo .limit .content-post strong {
  font-weight: 700;
}

.contenido-articulo .limit .content-post ul, .contenido-articulo .limit .content-post ol {
  padding: 0 0 5px 40px;
  margin: 0;
}

.contenido-articulo .limit .content-post ul li, .contenido-articulo .limit .content-post ol li {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 300;
  color: #3452ad;
}

.contenido-articulo .limit .content-post ul li {
  list-style: disc;
}

.contenido-articulo .limit .content-post blockquote {
  margin: 40px 0;
  display: block;
  padding: 50px 40px 40px 100px;
  background: #3452ad;
  position: relative;
  border-radius: 8px;
  font-weight: 500;
}

.contenido-articulo .limit .content-post blockquote:before {
  content: "“";
  color: #3452ad;
  position: absolute;
  top: 30px;
  left: 40px;
  font-size: 100px;
  line-height: 100px;
  font-weight: normal;
  display: block;
}

.contenido-articulo .limit .content-post blockquote p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
}

.contenido-articulo .limit .content-post img {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
}

.contenido-articulo .limit .content-post iframe {
  border-radius: 8px;
}

.contenido-articulo .limit .content-post table {
  width: 100%;
}

.contenido-articulo .limit .content-post table tr td {
  width: auto;
}

.contenido-articulo .limit .content-post .wp-caption {
  width: 100% !important;
}

.contenido-articulo .limit .content-post h1, .contenido-articulo .limit .content-post h2, .contenido-articulo .limit .content-post h3, .contenido-articulo .limit .content-post h4, .contenido-articulo .limit .content-post h5, .contenido-articulo .limit .content-post h6 {
  margin: 30px 0 20px 0;
  font-weight: 700;
}

@media only screen and (max-width: 800px) {
  .contenido-articulo .limit .content-post h1, .contenido-articulo .limit .content-post h2, .contenido-articulo .limit .content-post h3, .contenido-articulo .limit .content-post h4, .contenido-articulo .limit .content-post h5, .contenido-articulo .limit .content-post h6 {
    margin: 20px 0 10px 0;
  }
}

.contenido-articulo .limit .content-post h1 strong, .contenido-articulo .limit .content-post h2 strong, .contenido-articulo .limit .content-post h3 strong, .contenido-articulo .limit .content-post h4 strong, .contenido-articulo .limit .content-post h5 strong, .contenido-articulo .limit .content-post h6 strong {
  font-weight: 700;
  color: #3452ad;
}

.contenido-articulo .limit .content-post h2 {
  font-size: 1.5em;
}

.contenido-articulo .limit .content-post h3 {
  font-size: 1.4em;
}

.contenido-articulo .limit .content-post h4 {
  font-size: 1.3em;
}

.contenido-articulo .limit .content-post h5 {
  font-size: 1.2em;
}

.contenido-articulo .limit .content-post h6 {
  font-size: 1.1em;
}

.contenido-articulo .limit .content-post .relacionados {
  border-top: 1px solid #3452ad;
  margin: 60px 0 0 0;
  padding: 20px 0 0 0;
}

.contenido-articulo .limit .content-post .relacionados .microtitulo {
  margin: 0 0 30px 0;
}

.contenido-articulo .limit .content-post .relacionados .link-relacionado {
  margin: 10px 0 0 0;
  display: block;
  text-decoration: underline !important;
}

.contenido-articulo .limit .content-post table {
  font-size: 14px !important;
  line-height: 1;
  margin: 20px 0;
}

.contenido-articulo .limit .content-post table thead {
  background: #3452ad;
  color: white;
}

.contenido-articulo .limit .content-post table thead th {
  font-weight: 600 !important;
}

.contenido-articulo .limit .content-post table tbody tr td {
  font-weight: 400 !important;
}

.contenido-articulo .limit .content-post table tbody tr:nth-child(odd) {
  background: #3452ad;
}

.contenido-articulo .limit .content-post table tr th, .contenido-articulo .limit .content-post table tr td {
  padding: 10px;
}

/* Horarios */
.horarios {
  margin: 20px 0;
  background-color: color-mix(in srgb, #9aa8d5, #fff 80%);
  padding: 12px 20px 2px 20px;
  border-radius: 8px;
  display: table;
}

@media only screen and (max-width: 370px) {
  .horarios {
    display: block;
  }
}

.horarios .titulo-horario {
  font-weight: 700;
  margin: 0 0 3px 0;
}

.horarios p {
  margin: 0 0 10px 0;
}

.infomenu {
  margin: 20px 0;
  background-color: color-mix(in srgb, #9aa8d5, #fff 70%);
  padding: 12px 20px 12px 50px;
  border-radius: 8px;
  position: relative;
}

.infomenu:after {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/redbar/img/info.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  top: 12px;
  left: 20px;
}

.infomenu p + p, .infomenu p + h2, .infomenu p + h3, .infomenu p + h4 {
  margin-top: 5px;
}

.trabaja-con-nosotros .limit .image {
  margin-bottom: 40px;
}

.place-detail .limit .location-frame iframe {
  margin-top: -130px;
}

.btn span b {
  background: #fccf03;
  border-radius: 20px;
  padding: 2px;
  text-align: center;
  line-height: 22px;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 -10px 0 5px;
  color: #3452ad;
}

.buttons-carta .btn {
  margin: 10px 10px 0 0;
}

@media only screen and (max-width: 450px) {
  .buttons-carta .btn {
    width: 100%;
    margin: 10px 0;
  }
}

.circle svg rect, .circle svg polygon {
  fill: #3452ad;
}

.contenido-iframe {
  padding-top: 30px;
  background: #3452ad;
}
