@charset "UTF-8";
/* IMG */
/* -------------- FONTS -------------- */
/* BUTTON */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
html {
  font-size: 18px;
  background-color: #2d2b2b;
}

body {
  font-family: Mirza;
  font-size: 1rem;
  line-height: 1.11;
  color: #f4ebdc;
  overflow-y: overlay;
  color: #f4ebdc;
  background-image: url("../../assets/fusta-mindblow.webp"); /* Reemplaza 'tu-imagen.jpg' con la ruta de tu imagen */
  background-attachment: fixed;
  background-size: cover; /* Asegura que la imagen de fondo cubra toda la página */
  background-position: center; /* Centra la imagen de fondo */
}
@media only screen and (min-width: 1024px) {
  body {
    font-family: Mirza;
    font-size: 1.222rem;
    line-height: 1.14;
    color: #f4ebdc;
  }
}

.primary-title {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #A5413C;
}
@media only screen and (min-width: 1024px) {
  .primary-title {
    font-family: "Medula One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 3.056rem;
    text-align: center;
    color: #A5413C;
  }
}

h1,
h2,
h3,
h4,
h5,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

h1.entry-title {
  margin-bottom: 20px;
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #A5413C;
}
@media only screen and (min-width: 768px) {
  h1.entry-title {
    margin-bottom: 50px;
    font-family: "Medula One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 3.056rem;
    text-align: center;
    color: #A5413C;
  }
}
@media only screen and (min-width: 1279px) {
  h1.entry-title {
    margin-bottom: 65px;
  }
}

.title-h1,
.title-1,
h1 {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.778rem;
  line-height: 1;
  color: #f4ebdc;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "New Rocker", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 3.889rem;
    line-height: 1.14;
    color: #f4ebdc;
  }
}

.title-h2,
.title-2,
h2 {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.556rem;
  line-height: 1;
  color: #f4ebdc;
}

.title-h3,
.title-3,
h3 {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.389rem;
  line-height: 1;
  color: #f4ebdc;
}
@media only screen and (min-width: 1024px) {
  .title-h3,
  .title-3,
  h3 {
    font-family: "Medula One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2.222rem;
    line-height: 1;
    color: #f4ebdc;
  }
}

.title-h4,
.title-4,
h4 {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.389rem;
  line-height: 1;
  color: #f4ebdc;
}
@media only screen and (min-width: 1024px) {
  .title-h4,
  .title-4,
  h4 {
    font-family: "Medula One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2.222rem;
    line-height: 1;
    color: #f4ebdc;
  }
}

.section-title {
  margin-bottom: 20px;
  font-family: "Mirza", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.111rem;
  line-height: 1.05;
  color: #f4ebdc;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .section-title {
    font-family: "Mirza", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.667rem;
    line-height: 1.05;
    color: #f4ebdc;
  }
}

.text-small {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.28;
  color: #f4ebdc;
}

.text-medium,
.text-important {
  font-family: "Mirza", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.111rem;
  line-height: 1.05;
  color: #f4ebdc;
  font-family: "Mirza", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.667rem;
  line-height: 1.05;
  color: #f4ebdc;
}

hr {
  margin: 30px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  table {
    margin-bottom: 18px;
  }
}
table thead tr {
  font-family: "Mirza", serif;
  font-weight: 700;
  font-style: normal;
}
table th,
table td {
  border: 3px solid #A5413C;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  table th,
  table td {
    padding: 10px 10px 13px;
  }
}
table tr {
  vertical-align: baseline;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #f4ebdc;
  text-decoration: underline;
}
a:hover {
  color: #A5413C;
}

/*Links*/
a[href^=sms],
a[href^="tel:"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: auto;
  color: inherit;
  font-weight: inherit;
  z-index: 0;
  cursor: default;
}

i {
  font-style: italic;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
}

p:empty {
  display: none;
}

input[type=submit],
.btn,
a.button {
  display: inline-block;
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.222rem;
  text-align: center;
  color: #A5413C;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 3px solid #A5413C;
  box-shadow: none;
  color: #A5413C;
  margin: 0 auto;
  padding: 4px 17px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=submit]:hover,
.btn:hover,
a.button:hover {
  color: #f4ebdc;
  background-color: #A5413C;
  border: 3px solid #A5413C;
}
input[type=submit]:active,
.btn:active,
a.button:active {
  color: #f4ebdc;
  background-color: #8F2823;
  border: 3px solid #8F2823;
}
input[type=submit]:disabled,
.btn:disabled,
a.button:disabled {
  opacity: 0.7;
}

input[type=submit] {
  display: block;
  margin-top: 25px;
  position: relative;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  input[type=submit] {
    margin: 25px 0 0 0;
  }
}

a.button--info {
  position: relative;
  padding-left: 63px;
}
a.button--info::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  left: 33px;
  padding-top: 5px;
  font-size: 30px;
  content: "\e90f";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
a.button--reserve {
  position: relative;
  padding-left: 63px;
}
a.button--reserve::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  left: 33px;
  padding-top: 5px;
  font-size: 30px;
  content: "\e91a";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
a.button--question {
  position: relative;
  padding-left: 63px;
}
a.button--question::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  left: 33px;
  padding-top: 5px;
  font-size: 30px;
  content: "\e90d";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.link__arrow {
  font-family: "Mirza", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1440px) {
  .link__arrow {
    height: 45px;
  }
}
.link__arrow span,
.link__arrow a {
  position: relative;
}
.link__arrow span:after,
.link__arrow a:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  .link__arrow span:after,
  .link__arrow a:after {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    right: -65px;
    padding: 0;
  }
}
.link__arrow:hover span:after,
.link__arrow:hover a:after {
  transform: translateY(-50%) translateX(4px);
}

.loadmore_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 2px;
}
@media only screen and (min-width: 1024px) {
  .loadmore_posts {
    padding-top: 68px;
  }
}
.cont__close {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .cont__close {
    width: 60px;
    height: 60px;
  }
}
.cont__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  .cont__close:before {
    font-size: 26px;
  }
}
.cont__close:hover:before {
  color: #b9b9b9;
}

lite-youtube {
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .only-mobile {
    display: none;
  }
}

.hidden-mobile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hidden-mobile {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .hidden-desktop {
    display: none;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.page-template-page-basic-page article .entry-header h1.entry-title {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #A5413C;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-basic-page article .entry-header h1.entry-title {
    font-family: "Medula One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 3.056rem;
    text-align: center;
    color: #A5413C;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-page-basic-page article .cont__image {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-basic-page article .cont__image {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-basic-page article .cont__image {
    max-width: 800px;
  }
}
.page-template-page-basic-page article .entry-content {
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-basic-page article .entry-content {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-basic-page article .entry-content {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-basic-page article .entry-content {
    max-width: 800px;
  }
}

.page-template-page-two-columns .cont__inner .cont__image {
  position: relative;
  margin-bottom: 40px;
}
.page-template-page-two-columns .cont__inner .cont__image img {
  position: sticky;
  top: 20px;
  max-width: 100%;
  height: auto;
}
.page-template-page-two-columns .cont__inner .entry-content p {
  margin-bottom: 16px;
}

.owl-dots .owl-dot {
  margin-right: 5px;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot {
    margin-right: 10px;
  }
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: #000;
}
.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cdcdcd;
  border-radius: 50%;
  border: 2.5px solid #f4ebdc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 5px solid #f4ebdc;
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f4ebdc;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.cont__coupon #ercalendar {
  margin-top: 0;
  margin-bottom: 50px;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  --gutters: 20px;
}
@media only screen and (min-width: 768px) {
  :root {
    --gutters: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  :root {
    --gutters: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --gutters: 0px;
  }
}

.container, .section__hero-image .owl-dots {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container, .section__hero-image .owl-dots {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .container, .section__hero-image .owl-dots {
    max-width: 1256px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutters) * -1);
  margin-left: calc(var(--gutters) * -1);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-95 {
  gap: 95px;
}

.gap-100 {
  gap: 100px;
}

@media (min-width: 768px) {
  .gap-tablet-10 {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-15 {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-20 {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-25 {
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-30 {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-35 {
    gap: 35px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-40 {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-45 {
    gap: 45px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-50 {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-55 {
    gap: 55px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-60 {
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-65 {
    gap: 65px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-70 {
    gap: 70px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-75 {
    gap: 75px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-80 {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-85 {
    gap: 85px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-90 {
    gap: 90px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-95 {
    gap: 95px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-100 {
    gap: 100px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-10 {
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-15 {
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-20 {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-25 {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-30 {
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-35 {
    gap: 35px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-40 {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-45 {
    gap: 45px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-50 {
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-55 {
    gap: 55px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-60 {
    gap: 60px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-65 {
    gap: 65px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-70 {
    gap: 70px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-75 {
    gap: 75px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-80 {
    gap: 80px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-85 {
    gap: 85px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-90 {
    gap: 90px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-95 {
    gap: 95px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-100 {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
/* -------------- FONTS -------------- */
#header-wrapper {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}
#header-wrapper header.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0 50px;
}
#header-wrapper header.site-header .site-branding {
  position: relative;
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header-wrapper header.site-header .site-branding .cont--logo img {
  display: block;
  width: inherit;
  max-height: 61px;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 85px;
  }
}
#header-wrapper header.site-header .cont--menu__open {
  position: relative;
  z-index: 2;
}
#header-wrapper header.site-header .cont--menu__open .burger {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#header-wrapper header.site-header .cont--menu__open .burger:hover span,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:before,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:after {
  background-color: #A5413C;
  border-color: #A5413C;
}
#header-wrapper header.site-header .cont--menu__open .burger span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #A5413C;
  border-radius: 20px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before, #header-wrapper header.site-header .cont--menu__open .burger span:after {
  position: absolute;
  content: "";
  border: 1px solid #A5413C;
  border-radius: 20px;
  margin-left: -1px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before {
  top: -13px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  top: 11px;
}
#header-wrapper header.site-header .cont--menu__open .burger span,
#header-wrapper header.site-header .cont--menu__open .burger span:before,
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  display: block;
  width: 27px;
  height: 3px;
  background-color: #A5413C;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span {
  background-color: transparent;
  border-color: transparent;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before, #header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  top: 0px;
  margin-top: -0.5875rem;
  border-color: #A5413C;
  width: 40px;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before {
  transform: translateY(0.525rem) rotate(45deg);
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  transform: translateY(0.525rem) rotate(-45deg);
}
#header-wrapper header.site-header .cont--menu__open .hidden {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
#header-wrapper header.site-header .cont__search {
  min-width: 28px;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont__search {
    display: none;
  }
}
#header-wrapper header.site-header .cont__search i {
  display: none;
  font-size: 28px;
  color: #A5413C;
}
#header-wrapper header.site-header .cont__menu_langss--desktop ul.menu__lang {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header-wrapper header.site-header .cont__menu_langss--desktop ul.menu__lang li {
  display: none;
}
#header-wrapper header.site-header .cont__menu_langss--desktop ul.menu__lang li.active {
  display: block;
}
#header-wrapper header.site-header .cont__menu_langss--desktop ul.menu__lang li.active a {
  color: #A5413C;
}
#header-wrapper header.site-header .cont__menu_langss--desktop ul.menu__lang li a {
  display: inline;
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.667rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f4ebdc;
  text-decoration: none;
}
#header-wrapper header.site-header .cont__menu_langss--desktop ul.menu__lang li a.active, #header-wrapper header.site-header .cont__menu_langss--desktop ul.menu__lang li a:hover {
  color: #A5413C;
}
#header-wrapper header.site-header .cont__menu_langss--desktop ul.menu__lang:hover li {
  display: block;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont__menu_lang--desktop {
    display: block;
  }
}
#header-wrapper header.site-header .cont__menu_lang--desktop .wpml-ls-legacy-dropdown {
  width: auto;
}
#header-wrapper header.site-header .cont__menu_lang--desktop .wpml-ls ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
#header-wrapper header.site-header .cont__menu_lang--desktop .wpml-ls ul li a {
  display: inline;
  padding: 0;
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.667rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #A5413C;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}
#header-wrapper header.site-header .cont__menu_lang--desktop .wpml-ls ul li a::after {
  content: none;
}
#header-wrapper header.site-header .cont__menu_lang--desktop .wpml-ls ul li a.active, #header-wrapper header.site-header .cont__menu_lang--desktop .wpml-ls ul li a:hover {
  color: #A5413C;
}
#header-wrapper header.site-header .cont__menu_lang--desktop .wpml-ls .wpml-ls-sub-menu li a {
  color: #fff;
}
#header-wrapper header.site-header .cont__menu_lang--desktop .wpml-ls .wpml-ls-sub-menu li:hover a {
  color: #A5413C;
}

body.home #header-wrapper,
body.header-fixed #header-wrapper,
body.tax-cat_product #header-wrapper,
body.tax-cat_faq #header-wrapper,
body.page-template-page-ingredients #header-wrapper,
body.single-product #header-wrapper,
body.page-template-page-recommender #header-wrapper {
  position: fixed;
}

.site-main {
  min-height: 300px;
}

#footer-wrapper {
  position: relative;
  margin-top: 60px;
}
#footer-wrapper .footer-wrapper--inner {
  padding: 20px 0 55px;
  background-color: #0e0d0d;
  color: #f4ebdc;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .footer-wrapper--inner {
    text-align: left;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .footer-wrapper--inner {
    padding: 50px 0 50px;
  }
}
#footer-wrapper .site-footer .footer__top {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top {
    position: relative;
    grid-template-areas: "cont__logo cont__follow cont__info_address";
    grid-template-columns: 2fr 2fr 3fr;
    column-gap: 50px;
    padding-top: 0;
  }
  #footer-wrapper .site-footer .footer__top .cont__logo {
    grid-area: cont__logo;
  }
  #footer-wrapper .site-footer .footer__top .cont__follow {
    grid-area: cont__follow;
  }
  #footer-wrapper .site-footer .footer__top .cont__info-address {
    grid-area: cont__info_address;
  }
  #footer-wrapper .site-footer .footer__top .cont__logo,
  #footer-wrapper .site-footer .footer__top .cont__follow {
    position: relative;
  }
  #footer-wrapper .site-footer .footer__top .cont__logo::after,
  #footer-wrapper .site-footer .footer__top .cont__follow::after {
    content: "";
    position: absolute;
    right: -25px; /* La mitad de tu column-gap */
    top: 0;
    bottom: 0;
    width: 2px; /* Ancho del borde */
    background: #f4ebdc; /* Color del borde */
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top {
    max-width: 930px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper .site-footer .footer__top {
    column-gap: 60px;
  }
  #footer-wrapper .site-footer .footer__top .cont__logo::after,
  #footer-wrapper .site-footer .footer__top .cont__follow::after {
    right: -30px; /* La mitad de tu column-gap */
  }
}
#footer-wrapper .site-footer .footer__top .cont__label {
  margin-bottom: 5px;
}
#footer-wrapper .site-footer .footer__top .cont__label span {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.556rem;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__label span {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__label span {
    font-size: 1.667rem;
  }
}
#footer-wrapper .site-footer .footer__top .cont__follow {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4ebdc;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__follow {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}
#footer-wrapper .site-footer .footer__top .cont__follow .cont__instagram a {
  color: #b9b9b9;
  line-height: 1.11;
  text-decoration: none;
}
#footer-wrapper .site-footer .footer__top .cont__follow .cont__instagram a:hover {
  color: #A5413C;
}
#footer-wrapper .site-footer .footer__top .cont__follow .cont__xxss {
  margin-top: 20px;
}
#footer-wrapper .site-footer .footer__top .cont__follow .cont__xxss a {
  font-size: 45px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__follow .cont__xxss a {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__follow .cont__xxss a {
    font-size: 45px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__follow .cont__xxss a i::before {
  color: #b9b9b9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer-wrapper .site-footer .footer__top .cont__follow .cont__xxss a:hover i::before {
  color: #A5413C;
}
#footer-wrapper .site-footer .footer__top .cont__info-address {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__info-address {
    display: grid;
    column-gap: 50px;
    margin-bottom: 0;
  }
}
#footer-wrapper .site-footer .footer__top .cont__info-address p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .cont__info-address {
    grid-template-columns: 1fr;
  }
}
#footer-wrapper .site-footer .footer__top .cont__info-address .cont__info .cont__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 8px;
  color: #b9b9b9;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__info-address .cont__info .cont__item {
    justify-content: left;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__info-address .cont__info .cont__item {
    margin-bottom: 3px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__info-address .cont__info .cont__item a {
  color: #b9b9b9;
  text-decoration: none;
}
#footer-wrapper .site-footer .footer__top .cont__info-address .cont__info .cont__item a:hover {
  color: #A5413C;
}
#footer-wrapper .site-footer .footer__top .cont__info-address .cont__info .cont__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__logo {
    display: flex;
    align-items: center;
  }
}
#footer-wrapper .site-footer .footer__top .cont__logo .cont__inner {
  margin: 0 auto;
  width: 207px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__logo .cont__inner {
    width: 170px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__logo .cont__inner {
    margin: 0;
    width: 207px;
  }
}

.footer__bottom {
  padding-bottom: 50px;
  background-color: #0e0d0d;
}
.footer__bottom .container, .footer__bottom .section__hero-image .owl-dots, .section__hero-image .footer__bottom .owl-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__bottom .container .menu--menu-legal .cont__menu .menu__footer, .footer__bottom .section__hero-image .owl-dots .menu--menu-legal .cont__menu .menu__footer, .section__hero-image .footer__bottom .owl-dots .menu--menu-legal .cont__menu .menu__footer {
  padding: 0;
  list-style: none;
}
.footer__bottom .container .menu--menu-legal .cont__menu .menu__footer li, .footer__bottom .section__hero-image .owl-dots .menu--menu-legal .cont__menu .menu__footer li, .section__hero-image .footer__bottom .owl-dots .menu--menu-legal .cont__menu .menu__footer li {
  float: left;
  position: relative;
}
.footer__bottom .container .menu--menu-legal .cont__menu .menu__footer li::after, .footer__bottom .section__hero-image .owl-dots .menu--menu-legal .cont__menu .menu__footer li::after, .section__hero-image .footer__bottom .owl-dots .menu--menu-legal .cont__menu .menu__footer li::after {
  content: "-";
  color: #b9b9b9;
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.111rem;
  line-height: 0.9;
  margin: 0 5px;
}
.footer__bottom .container .menu--menu-legal .cont__menu .menu__footer li:last-child::after, .footer__bottom .section__hero-image .owl-dots .menu--menu-legal .cont__menu .menu__footer li:last-child::after, .section__hero-image .footer__bottom .owl-dots .menu--menu-legal .cont__menu .menu__footer li:last-child::after {
  content: none;
}
.footer__bottom .container .menu--menu-legal .cont__menu .menu__footer li a, .footer__bottom .section__hero-image .owl-dots .menu--menu-legal .cont__menu .menu__footer li a, .section__hero-image .footer__bottom .owl-dots .menu--menu-legal .cont__menu .menu__footer li a {
  text-decoration: none;
  color: #b9b9b9;
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.111rem;
  line-height: 0.9;
}
.footer__bottom .container .menu--menu-legal .cont__menu .menu__footer li a:hover, .footer__bottom .section__hero-image .owl-dots .menu--menu-legal .cont__menu .menu__footer li a:hover, .section__hero-image .footer__bottom .owl-dots .menu--menu-legal .cont__menu .menu__footer li a:hover {
  color: #A5413C;
}
.footer__bottom .container .cont__copyright, .footer__bottom .section__hero-image .owl-dots .cont__copyright, .section__hero-image .footer__bottom .owl-dots .cont__copyright {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  color: #b9b9b9;
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.111rem;
  line-height: 0.9;
}

body.menu-open {
  overflow-y: hidden;
}
body.home #header-wrapper header.site-header .cont--menu__open .burger span,
body.home #header-wrapper header.site-header .cont--menu__open .burger span:before,
body.home #header-wrapper header.site-header .cont--menu__open .burger span:after {
  background-color: #A5413C;
  border-color: #A5413C;
}
body.home.menu-open #header-wrapper header.site-header .cont--menu__open .burger span {
  background-color: transparent;
  border-color: transparent;
}
body.home.menu-open #header-wrapper header.site-header .cont--menu__open .burger span:before,
body.home.menu-open #header-wrapper header.site-header .cont--menu__open .burger span:after {
  background-color: #A5413C;
  border-color: #A5413C;
}

.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(-100%);
  opacity: 1;
  visibility: visible;
  overflow-y: hidden !important;
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83), opacity 500ms ease, visibility 0s linear 500ms;
}
@media only screen and (min-width: 768px) {
  .main-navigation {
    width: 556px;
    height: inherit;
    transform: translateX(-100%);
  }
}
.main-navigation.show {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83), opacity 500ms ease, visibility 0s linear 0s;
}
.main-navigation ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul.menu li.menu-item a {
  display: block;
  text-decoration: none;
}
.main-navigation .cont--menu {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #202020;
}
@media only screen and (min-width: 768px) {
  .main-navigation .cont--menu {
    padding: 140px 80px 80px;
  }
}
.main-navigation .cont--menu .menu--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-navigation .cont--menu .menu--right .logo-menu {
  display: block;
}
.main-navigation .cont--menu .menu--right .logo-menu img {
  display: block;
  max-height: 48px;
  width: auto;
}
.main-navigation .cont--menu .menu--right .menu--right-categories {
  padding-top: 41px;
  padding-bottom: 28px;
}
.main-navigation .cont--menu .menu--right .menu--right-categories h2 {
  font-family: "Mirza", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.667rem;
  line-height: 1.2;
  color: #2d2b2b;
  margin-bottom: 20px;
}
.main-navigation .cont--menu .menu--right .menu-menu-header-container,
.main-navigation .cont--menu .menu--right .menu-menu-principal-container {
  position: relative;
  margin-top: 10px;
  padding-top: 11px;
  padding-bottom: 7px;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .main-navigation .cont--menu .menu--right .menu-menu-header-container,
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container {
    padding-top: 45px;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu--right .menu-menu-header-container,
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container {
    margin-top: 0;
    padding-top: 0;
  }
}
.main-navigation .cont--menu .menu--right .menu-menu-header-container ul.menu li.menu-item,
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item {
  border-bottom: 1px solid #f4e7dc;
}
.main-navigation .cont--menu .menu--right .menu-menu-header-container ul.menu li.menu-item:last-child,
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item:last-child {
  border: 0;
}
.main-navigation .cont--menu .menu--right .menu-menu-header-container ul.menu li.menu-item.menu-item-has-children,
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children {
  position: relative;
}
.main-navigation .cont--menu .menu--right .menu-menu-header-container ul.menu li.menu-item.menu-item-has-children:hover ul.sub-menu,
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  z-index: 0;
}
.main-navigation .cont--menu .menu--right .menu-menu-header-container ul.menu li.menu-item.menu-item-has-children > a,
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children > a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.main-navigation .cont--menu .menu--right .menu-menu-header-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu,
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
  list-style: none;
  padding: 0 0 0 35px;
}
.main-navigation .cont--menu .menu--right .menu-menu-header-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li,
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li {
  border: none;
}
.main-navigation .cont--menu .menu--right .menu-menu-header-container ul.menu li.menu-item a,
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item a {
  position: relative;
  padding: 1px 0;
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: normal;
  line-height: 1.87;
  color: #f4ebdc;
}
@media only screen and (min-width: 768px) {
  .main-navigation .cont--menu .menu--right .menu-menu-header-container ul.menu li.menu-item a,
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item a {
    padding: 2px 0;
    font-size: 1.667rem;
  }
}
.main-navigation .cont--menu .menu--right .menu-menu-header-container ul.menu li.menu-item a:hover,
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item a:hover {
  color: #A5413C;
}
.main-navigation .cont--menu .menu--right .menu-menu-header-container ul.menu li.menu-item.current_page_item a,
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.current_page_item a {
  color: #A5413C;
}
.main-navigation .cont--menu .menu--right .menu__footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
.main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__left-bottom .cont__xxss a {
  font-size: 35px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__left-bottom .cont__xxss a {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__left-bottom .cont__xxss a {
    font-size: 45px;
  }
}
.main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__left-bottom .cont__xxss a i::before {
  color: #f4ebdc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__left-bottom .cont__xxss a:hover i::before {
  color: #A5413C;
}
.main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__right-bottom {
  position: relative;
}
.main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__right-bottom .cont__menu_lang--mobile ul.menu__lang {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__right-bottom .cont__menu_lang--mobile ul.menu__lang li {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 2px solid #f4ebdc;
}
.main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__right-bottom .cont__menu_lang--mobile ul.menu__lang li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__right-bottom .cont__menu_lang--mobile ul.menu__lang li.active a {
  color: #A5413C;
}
.main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__right-bottom .cont__menu_lang--mobile ul.menu__lang li a {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.667rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f4ebdc;
  text-decoration: none;
}
.main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__right-bottom .cont__menu_lang--mobile ul.menu__lang li a.active, .main-navigation .cont--menu .menu--right .menu__footer-bottom .menu__right-bottom .cont__menu_lang--mobile ul.menu__lang li a:hover {
  color: #A5413C;
}

.cta__fixed {
  display: none;
}
.cta__fixed .cta__fixed-button {
  display: none;
  font-family: "Mirza", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: 20px;
  padding: 11px 20px;
  border-radius: 100px 0 0 100px;
  background-image: linear-gradient(9deg, #A5413C 25%, #A5413C 111%);
  color: #f4ebdc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .cta__fixed .cta__fixed-button {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .cta__fixed .cta__fixed-button {
    font-size: 0.867rem;
    line-height: 1.14;
    letter-spacing: 1.3px;
    padding: 15px 24px 15px 26px;
  }
}
.cta__fixed .cta__fixed-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.cta__fixed .cta__fixed-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: #f4ebdc;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 10px 50px 50px;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__fixed .cta__fixed-overlay.show {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.cta__fixed .cta__fixed-overlay .close-info-overlay {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .cta__fixed .cta__fixed-overlay .close-info-overlay {
    width: 60px;
    height: 60px;
  }
}
.cta__fixed .cta__fixed-overlay .close-info-overlay:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  .cta__fixed .cta__fixed-overlay .close-info-overlay:before {
    font-size: 26px;
  }
}
.cta__fixed .cta__fixed-overlay .close-info-overlay:hover:before {
  color: #b9b9b9;
}
.cta__fixed .cta__fixed-overlay iframe {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}

.single-content-ajax,
.overlay-info-product {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  z-index: 9;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transition-delay: 0s;
  padding-top: 21px;
  padding-bottom: 37px;
  background-color: #f4ebdc;
}
@media only screen and (min-width: 1024px) {
  .single-content-ajax,
  .overlay-info-product {
    max-width: 960px;
    transform: translateY(0) translateX(100%);
    padding-top: 29px;
  }
}
.single-content-ajax > .wrapper,
.overlay-info-product > .wrapper {
  font-size: 1.067rem;
  line-height: 1.38;
  max-width: 660px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    font-family: Mirza;
    font-size: 1rem;
    line-height: 1.11;
    color: #f4ebdc;
  }
}
.single-content-ajax > .wrapper .title-1,
.overlay-info-product > .wrapper .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1440px) {
  .single-content-ajax > .wrapper .title-1,
  .overlay-info-product > .wrapper .title-1 {
    margin-bottom: 30px;
  }
}
.single-content-ajax .close-product,
.single-content-ajax .close-info-product,
.overlay-info-product .close-product,
.overlay-info-product .close-info-product {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    margin-right: 50px;
  }
}
.single-content-ajax .close-product:before,
.single-content-ajax .close-info-product:before,
.overlay-info-product .close-product:before,
.overlay-info-product .close-info-product:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  .single-content-ajax .close-product:before,
  .single-content-ajax .close-info-product:before,
  .overlay-info-product .close-product:before,
  .overlay-info-product .close-info-product:before {
    font-size: 26px;
  }
}
.single-content-ajax .close-product:hover:before,
.single-content-ajax .close-info-product:hover:before,
.overlay-info-product .close-product:hover:before,
.overlay-info-product .close-info-product:hover:before {
  color: #b9b9b9;
}

body.product-open,
body.product-info-open,
body.overlay-open {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.product-open .single-content-ajax,
body.product-open .overlay-info-product.show,
body.product-info-open .single-content-ajax,
body.product-info-open .overlay-info-product.show,
body.overlay-open .single-content-ajax,
body.overlay-open .overlay-info-product.show {
  transform: translateY(0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  body.product-open .single-content-ajax,
  body.product-open .overlay-info-product.show,
  body.product-info-open .single-content-ajax,
  body.product-info-open .overlay-info-product.show,
  body.overlay-open .single-content-ajax,
  body.overlay-open .overlay-info-product.show {
    transform: translateY(0) translateX(0);
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
}

body.show-overlay,
body.product-open,
body.product-info-open,
body.overlay-open {
  overflow: hidden;
}
body.show-overlay .site-main:before,
body.product-open .site-main:before,
body.product-info-open .site-main:before,
body.overlay-open .site-main:before {
  visibility: visible;
  opacity: 0.25;
}

.site-main {
  position: relative;
}
.site-main:before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pum-theme-1633 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 60px 28px 28px 28px !important;
}

.pum-theme-1633 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  position: relative;
  width: 50px;
  height: 50px;
  right: 18px !important;
  top: 18px !important;
  cursor: pointer;
  background-color: #fff !important;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .pum-theme-1633 .pum-content + .pum-close,
  .pum-theme-enterprise-blue .pum-content + .pum-close {
    width: 60px;
    height: 60px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  .pum-theme-1633 .pum-content + .pum-close:before,
  .pum-theme-enterprise-blue .pum-content + .pum-close:before {
    font-size: 26px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:hover:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:hover:before {
  color: #b9b9b9;
}

.cli-modal-backdrop {
  background-color: rgba(37, 29, 25, 0.21) !important;
}
.cli-modal-backdrop.cli-show {
  opacity: 1;
}

.wt-cli-cookie-bar-container .cli-bar-container {
  max-width: 1800px;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar {
  bottom: 0 !important;
  top: inherit !important;
  left: 0 !important;
  transform: inherit !important;
  width: 100% !important;
  padding: 30px 20px 16px !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 40px 16px !important;
  }
}
@media only screen and (min-width: 1279px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 50px 16px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 40px 60px 30px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
  font-family: Mirza;
  font-size: 1rem;
  line-height: 1.11;
  color: #f4ebdc;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
    padding-bottom: 18px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message a:hover {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    text-align: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  display: inline-block;
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.222rem;
  text-align: center;
  color: #A5413C;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 3px solid #A5413C;
  box-shadow: none;
  color: #A5413C;
  margin: 0 auto;
  padding: 4px 17px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  border-radius: 100px !important;
  color: #fff !important;
  margin: 0 auto !important;
  padding: 10px 42px !important;
  border: none !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:hover,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:hover {
  color: #f4ebdc;
  background-color: #A5413C;
  border: 3px solid #A5413C;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:active,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:active {
  color: #f4ebdc;
  background-color: #8F2823;
  border: 3px solid #8F2823;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:disabled,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies {
    float: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  padding-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    padding-top: 0;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
}

.wcc-preference-btn {
  color: #f4ebdc !important;
}
.wcc-preference-btn:hover {
  color: #A5413C !important;
}

form a:hover {
  opacity: 0.7;
}
form .columns-one {
  display: grid;
  row-gap: 10px;
}
form .columns-one > br {
  display: none;
}
form .columns-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  form .columns-two {
    column-gap: 40px;
  }
}
form .columns-two > br {
  display: none;
}
form .cont--input-checkbox {
  padding: 15px 0;
}
@media only screen and (min-width: 1024px) {
  form .cont--input-checkbox {
    padding: 22px 0;
  }
}
form .cont--input-checkbox > br {
  display: none;
}
form .max-lenght {
  font-size: 0.867rem;
  line-height: 1.15;
  text-align: right;
  color: #c4c4c4;
  margin-top: -5px;
}
form small {
  display: inline;
  color: #C4C4C4;
}
form small a {
  color: #C4C4C4;
}
form .wpcf7-not-valid-tip {
  font-family: "Mirza", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff0b0b;
  padding-top: 6px;
}
form .wpcf7-response-output {
  text-align: center;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #000 !important;
}

.cont--input {
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.cont--input .label {
  font-family: "Mirza", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #c4c4c4;
  position: absolute;
  top: 27px;
  left: 0;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}
.cont--input input,
.cont--input textarea {
  font-family: "Mirza", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.38;
  letter-spacing: normal;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: inherit;
  padding: 13px 16px 15px;
  transition: all 0.15s ease;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: #d9d9d9;
}
.cont--input input:not(:placeholder-shown) + .label,
.cont--input textarea:not(:placeholder-shown) + .label {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.389rem;
  line-height: 1.5;
  letter-spacing: 1px;
  transform: translate3d(0, -27px, 0);
}
.cont--input input:focus,
.cont--input textarea:focus {
  outline: none;
  border-color: #000;
}
.cont--input input:focus + .label,
.cont--input textarea:focus + .label {
  font-size: 0.667rem;
  line-height: 1.5;
  letter-spacing: 1px;
  transform: translate3d(0, -27px, 0);
}
@media only screen and (min-width: 1024px) {
  .cont--input input,
  .cont--input textarea {
    padding: 13px 16px 15px;
    font-size: 1.389rem;
    line-height: 1;
  }
}
.cont--input textarea {
  max-height: 142px;
}
@media only screen and (min-width: 1024px) {
  .cont--input textarea {
    max-height: 140px;
  }
}

.cbx {
  font-size: 0.933rem;
  line-height: 1.43;
  letter-spacing: normal;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .cbx {
    font-size: 1.067rem;
    line-height: 1.38;
  }
}
.cbx:hover span:first-child {
  border-color: #f4ebdc;
}
.cbx a {
  color: #f4ebdc;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #c4c4c4;
  transition: all 0.2s ease;
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
  transform: scale(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.cbx span:last-child {
  margin-left: 10px;
}

.inp-cbx {
  display: none;
}
.inp-cbx:checked + .cbx span:first-child {
  border-color: #f4ebdc;
  background: #f4ebdc;
  animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media only screen and (min-width: 768px) {
  .page-template-page-contact .cont__contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
}
.page-template-page-contact .cont__contact .cont__left {
  margin-bottom: 40px;
}
.page-template-page-contact .cont__contact .cont__left .cont__mapa {
  margin-bottom: 40px;
}
.page-template-page-contact .cont__contact .cont__left .cont__info {
  margin-bottom: 40px;
}
.page-template-page-contact .cont__contact .cont__left .cont__info h2 {
  margin-bottom: 18px;
  text-transform: uppercase;
}
.page-template-page-contact .cont__contact .cont__left .cont__info .cont__items .cont__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-template-page-contact .cont__contact .cont__left .cont__info .cont__items .cont__item.cont__item--timetable {
  align-items: flex-start;
}
.page-template-page-contact .cont__contact .cont__left .cont__info .cont__items .cont__item i {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #A5413C;
  width: 35px;
  height: 35px;
}
.page-template-page-contact .cont__contact .cont__left .cont__info .cont__items .cont__item p {
  margin-bottom: 0;
}
.page-template-page-contact .cont__contact .cont__left .cont__info .cont__items .cont__item a {
  color: #f4ebdc;
  text-decoration: none;
}
body.page-template-page-confirmation-error #wrapper-navbar,
body.page-template-page-confirmation #wrapper-navbar,
body.error404 #wrapper-navbar {
  position: relative;
}
body.page-template-page-confirmation-error section.confirmation,
body.page-template-page-confirmation-error section.error-404,
body.page-template-page-confirmation section.confirmation,
body.page-template-page-confirmation section.error-404,
body.error404 section.confirmation,
body.error404 section.error-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 100px 0;
}
body.page-template-page-confirmation-error section.confirmation header.page-header img,
body.page-template-page-confirmation-error section.error-404 header.page-header img,
body.page-template-page-confirmation section.confirmation header.page-header img,
body.page-template-page-confirmation section.error-404 header.page-header img,
body.error404 section.confirmation header.page-header img,
body.error404 section.error-404 header.page-header img {
  display: block;
  margin: 0 auto;
  padding-bottom: 37px;
}
body.page-template-page-confirmation-error section.confirmation .page-content .cont__subtitle,
body.page-template-page-confirmation-error section.error-404 .page-content .cont__subtitle,
body.page-template-page-confirmation section.confirmation .page-content .cont__subtitle,
body.page-template-page-confirmation section.error-404 .page-content .cont__subtitle,
body.error404 section.confirmation .page-content .cont__subtitle,
body.error404 section.error-404 .page-content .cont__subtitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body.page-template-page-confirmation-error section.confirmation .page-content .cont__subtitle:before,
body.page-template-page-confirmation-error section.error-404 .page-content .cont__subtitle:before,
body.page-template-page-confirmation section.confirmation .page-content .cont__subtitle:before,
body.page-template-page-confirmation section.error-404 .page-content .cont__subtitle:before,
body.error404 section.confirmation .page-content .cont__subtitle:before,
body.error404 section.error-404 .page-content .cont__subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #b9b9b9;
}
body.page-template-page-confirmation-error section.confirmation .page-content a:hover,
body.page-template-page-confirmation-error section.error-404 .page-content a:hover,
body.page-template-page-confirmation section.confirmation .page-content a:hover,
body.page-template-page-confirmation section.error-404 .page-content a:hover,
body.error404 section.confirmation .page-content a:hover,
body.error404 section.error-404 .page-content a:hover {
  opacity: 0.7;
}

.cont__menu-cat {
  margin: 10px 0 18px;
}
@media only screen and (min-width: 1024px) {
  .cont__menu-cat {
    margin-bottom: 30px;
  }
}
.cont__menu-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.cont__menu-cat ul li {
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-right: 2px solid #A5413C;
}
@media only screen and (min-width: 768px) {
  .cont__menu-cat ul li {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__menu-cat ul li {
    padding-right: 30px;
    margin-right: 30px;
  }
}
.cont__menu-cat ul li:last-of-type {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.cont__menu-cat ul li.current-cat a {
  color: #A5413C;
}
.cont__menu-cat ul li a {
  display: block;
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.389rem;
  line-height: 1;
  color: #f4ebdc;
  text-decoration: none;
  text-transform: uppercase;
}
.cont__menu-cat ul li a:hover {
  color: #A5413C;
}

.blog-grid.cont__posts,
.archive__grid.cont__posts {
  display: grid;
  row-gap: 10px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .blog-grid.cont__posts,
  .archive__grid.cont__posts {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 20px;
  }
}
@media only screen and (min-width: 1279px) {
  .blog-grid.cont__posts,
  .archive__grid.cont__posts {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
}
.blog-grid.cont__posts .cont__post .cont__inner a .cont__post-info .cont__post-description,
.archive__grid.cont__posts .cont__post .cont__inner a .cont__post-info .cont__post-description {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts .cont__post .cont__inner a .cont__post-info .cont__post-description,
  .archive__grid.cont__posts .cont__post .cont__inner a .cont__post-info .cont__post-description {
    display: block;
  }
}

.cont__post {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #f4ebdc;
}
.cont__post .cont__inner .post-category {
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1440px) {
  .cont__post .cont__inner .post-category {
    padding-bottom: 10px;
  }
}
.cont__post .cont__inner a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont__post .cont__inner a .cont__post-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.cont__post .cont__inner a .cont__post-image img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  object-fit: cover;
}
.cont__post .cont__inner a .cont__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cont__post .cont__inner a .cont__header .cont__date {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.28;
  color: #f4ebdc;
  color: #f4ebdc;
}
.cont__post .cont__inner a .cont__header .post-category {
  color: #A5413C;
  text-transform: uppercase;
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
}
.cont__post .cont__inner a .cont__post-info {
  flex-grow: 1;
}
.cont__post .cont__inner a .cont__post-info .cont__post-title {
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .cont__post .cont__inner a .cont__post-info .cont__post-title {
    min-height: 56px;
  }
}
.cont__post .cont__inner a .cont__post-info .cont__extract {
  color: #f4ebdc;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1279px) {
  .cont__post .cont__inner a .cont__post-info .cont__extract {
    margin-bottom: 30px;
  }
}
.cont__post .cont__inner a .cont__post-info .cont__button {
  text-align: right;
  color: #A5413C;
}
.cont__post .cont__inner a .cont__post-info .cont__button i {
  font-size: 25px;
}
.cont__post:hover .cont__post-image {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.6;
}

@media only screen and (min-width: 1024px) {
  body.single-post #header-wrapper {
    position: fixed;
  }
}

#single-post {
  overflow-x: hidden;
  padding-top: 200px;
}
@media only screen and (min-width: 768px) {
  #single-post .cont__menu-cat {
    margin-bottom: 25px;
  }
}
#single-post .cont__columns .cont__left .cont__image {
  margin-bottom: 50px;
}
#single-post .cont__columns .cont__left .cont__image img {
  width: 100%;
}
#single-post .cont__columns .cont__left .cont__gallery {
  margin-bottom: 100px;
}
#single-post .cont__columns .cont__left .cont__gallery img {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont__columns .cont__left .cont__gallery img {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  #single-post .cont__columns .cont__right {
    padding-top: 25px;
    border-top: 2px solid #f4ebdc;
  }
}
#single-post .cont__columns .cont__right .cont__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
#single-post .cont__columns .cont__right .cont__header .cont__date {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.28;
  color: #f4ebdc;
}
#single-post .cont__columns .cont__right .cont__header .cont__category a {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #A5413C;
  text-transform: uppercase;
  text-decoration: none;
}
#single-post .cont__columns .cont__right .cont__title h1 {
  font-size: 2rem;
  line-height: 1.33;
  margin-bottom: 30px;
}
#single-post .cont__columns .cont__right .cont__footer {
  display: flex;
  justify-content: space-between;
  margin: 65px 0;
  padding-top: 65px;
  border-top: 2px solid #f4ebdc;
}
#single-post #social__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 20px;
}
#single-post #social__share .socialbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
#single-post #social__share .socialbox a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4ebdc;
}
#single-post #social__share .socialbox a:hover {
  opacity: 0.7;
}
#single-post .related__posts {
  margin-bottom: 100px;
}
#single-post .related__posts .title {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.556rem;
  line-height: 1;
  color: #f4ebdc;
  padding-bottom: 28px;
}
@media only screen and (min-width: 1024px) {
  #single-post .related__posts .title {
    font-family: "New Rocker", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2.778rem;
    line-height: 1;
    color: #f4ebdc;
    padding-bottom: 38px;
  }
}
#single-post .related__posts .cont__link-blog {
  text-align: center;
}

.page-template-page-faqs article {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-faqs article {
    margin-bottom: 200px;
  }
}

.cont__faqs {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1279px) {
  .cont__faqs {
    margin-bottom: 50px;
  }
}
.cont__faqs .section-title {
  text-transform: none;
  color: grey;
  font-size: 1.222rem;
  line-height: 1.14;
}
.cont__faqs .cont__faq {
  padding: 20px 0;
  border-top: 3px solid #A5413C;
}
.cont__faqs .cont__faq:last-of-type {
  border-bottom: 3px solid #A5413C;
}
.cont__faqs .cont__faq h2,
.cont__faqs .cont__faq h3 {
  position: relative;
  padding-left: 12px;
  padding-right: 50px;
  margin-bottom: 0;
  font-family: "Mirza", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.367rem;
  line-height: 1;
  color: #f4ebdc;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .cont__faqs .cont__faq h2,
  .cont__faqs .cont__faq h3 {
    font-size: 1.667rem;
  }
}
.cont__faqs .cont__faq h2:before,
.cont__faqs .cont__faq h3:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #f4ebdc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .cont__faqs .cont__faq h2:before,
  .cont__faqs .cont__faq h3:before {
    top: 16px;
  }
}
.cont__faqs .cont__faq h2:after,
.cont__faqs .cont__faq h3:after {
  content: "\e909";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  top: 0px;
  right: 0;
  color: #A5413C;
}
.cont__faqs .cont__faq h2.active:after,
.cont__faqs .cont__faq h3.active:after {
  content: "\e90a";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.cont__faqs .cont__faq h2:hover,
.cont__faqs .cont__faq h3:hover {
  color: #A5413C;
}
.cont__faqs .cont__faq h2:hover:before,
.cont__faqs .cont__faq h3:hover:before {
  background-color: #A5413C;
}
.cont__faqs .cont__faq .cont__content {
  margin-top: 20px;
  color: #b9b9b9;
}

.section__hero-image-video {
  position: relative;
  padding-top: 110px;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video {
    padding-top: 130px;
  }
}
.section__hero-image-video.center .cont__info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -60px;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video.center .cont__info {
    margin-top: -30px;
    padding: 0 75px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video.center .cont__info {
    padding: 0 170px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video.center .cont__info {
    margin-top: -90px;
  }
}
.section__hero-image-video.center .cont__info .cont__title {
  max-width: 620px;
  margin: 0 auto 20px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video.center .cont__info .cont__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video.center .cont__info .cont__title {
    max-width: 690px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title {
    margin-bottom: 60px;
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video.center .cont__info .cont__title {
    max-width: 935px;
    margin-bottom: 95px;
  }
}
.section__hero-image-video.center .cont__info .cont__title span {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.06;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video.center .cont__info .cont__title span {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video.center .cont__info .cont__title span {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title span {
    font-size: 3.7rem;
    line-height: 1.14;
  }
}
.section__hero-image-video .cont__video {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__hero-image-video .cont__video #myVideo {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__video #myVideo {
    min-height: 550px;
  }
}
.section__hero-image-video .cont--video--iframe {
  background-color: #000;
}
.section__hero-image-video .cont--video--iframe.active {
  display: flex !important;
}
.section__hero-image-video .cont--video--iframe .close-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video {
    top: 25px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #f4ebdc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close {
    width: 48px;
    height: 48px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 14px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:hover {
  background-color: #A5413C;
}
.section__hero-image-video .cont__image img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__mobile {
    display: none;
  }
}
.section__hero-image-video .cont__image .image__desktop {
  display: none;
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;*/
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__desktop {
    display: block;
  }
}
.section__hero-image-video .cont__info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video .cont__info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.section__hero-image-video .cont__info .cont__title {
  padding-bottom: 3px;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__title {
    margin-bottom: -29px;
  }
}
.section__hero-image-video .cont__info .cont__title span {
  font-family: "Mirza", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 90px;
  line-height: 0.89;
  letter-spacing: 1.35px;
  color: #f4ebdc;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__title span {
    font-size: 160px;
    letter-spacing: 3px;
  }
}
.section__hero-image-video .cont__info .cont__subtitle {
  padding-bottom: 14px;
}
.section__hero-image-video .cont__info .cont__subtitle span {
  font-family: "Mirza", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.45px;
  color: #A5413C;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__subtitle span {
    font-size: 99.3px;
    letter-spacing: 1.49px;
  }
}
.section__hero-image-video .cont__info .cont__link-video span {
  font-family: "Mirza", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  color: #A5413C;
  cursor: pointer;
  background-image: linear-gradient(120deg, #A5413C 0%, #A5413C 100%);
  background-repeat: no-repeat;
  background-size: 0 65%;
  background-position: 0 110%;
  transition: background-size 0.4s ease-in;
  background-image: linear-gradient(120deg, #000 0%, #000 100%);
}
.section__hero-image-video .cont__info .cont__link-video span:hover {
  background-size: 100% 65%;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__link-video span {
    font-size: 15px;
    letter-spacing: 0.23px;
  }
}

.cont--video--iframe {
  opacity: 0;
  z-index: -1;
}
.cont--video--iframe.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  background-color: #f4ebdc;
}
.cont--video--iframe.overlay.active {
  z-index: 999;
}
.cont--video--iframe.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 1;
}
.cont--video--iframe iframe {
  width: calc(100vw - 50px);
  height: calc(100vh - 156px);
}
@media only screen and (min-width: 1024px) {
  .cont--video--iframe iframe {
    width: calc(100vw - 200px);
    height: calc(100vh - 200px);
  }
}

.section__hero-image {
  margin-bottom: 100px;
  min-height: 100vh;
  overflow-x: hidden;
}
.section__hero-image .cont__banners .owl-item {
  font-size: 0;
}
.section__hero-image .cont__banners .owl-item.active .image__product {
  opacity: 1;
  transform: translateY(0);
}
.section__hero-image .cont__banners .owl-item .image__product {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  transition-delay: 1s;
}
.section__hero-image .cont__banners .cont__banner {
  max-height: 100vh;
}
.section__hero-image .owl-dots {
  position: relative;
  margin-top: -25px;
  margin-left: 60px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image .owl-dots {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .owl-dots {
    margin-left: auto;
    padding-left: 100px;
    margin-top: -83px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__hero-image .owl-dots {
    padding-left: 80px;
    margin-top: -130px;
  }
}

.section__text-full {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .section__text-two-columns .cont__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1279px) {
  .section__text-two-columns .cont__columns {
    column-gap: 80px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .section__text-two-columns .cont__columns {
    column-gap: 100px;
  }
}
.section__text-two-columns .cont__columns .cont__column p:last-child {
  margin-bottom: 0;
}

.section__text_image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section__text_image .cont__text_image {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-left {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .section__text_image .cont__text_image .cont__text {
    font-family: Mirza;
    font-size: 1.222rem;
    line-height: 1.14;
    color: #f4ebdc;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text {
    width: 55%;
    padding-top: 29px;
  }
}
.section__text_image .cont__text_image .cont__text h2 {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text h2 {
    margin-bottom: 7px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .section__text_image .cont__text_image .cont__text .text-important {
    margin-bottom: 30px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #b9b9b9;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text p {
    margin-bottom: 16px;
  }
}
.section__text_image .cont__text_image .cont__image {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__image {
    width: 45%;
  }
}
.section__text_image .cont__text_image .cont__image img {
  display: block;
  height: 100%;
  object-fit: contain;
}

.section__cta {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__cta .cont__cta {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta {
    padding: 40px 0 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section__cta .cont__cta a:hover .link__arrow span:after {
  transform: translateY(-50%) translateX(4px);
}
.section__cta .cont__cta a .cont__description p {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.389rem;
  line-height: 1;
  color: #f4ebdc;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a .cont__description p {
    font-size: 1.5rem;
    line-height: 1.17;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__cta .cont__cta a .cont__description p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a .link__arrow {
    padding-right: 65px;
  }
}

.section__last-articles {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__last-articles .cont__title h2 {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.778rem;
  line-height: 1;
  color: #f4ebdc;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__title h2 {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__last-articles .cont__title h2 {
    margin-bottom: 42px;
  }
}
.section__last-articles .owl-carousel .owl-stage {
  display: flex;
}
.section__last-articles .cont__post {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.section__last-articles .aticle-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.section__faq {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1440px) {
  .section__faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
.section__faq .section__faq--inner .cont__footer {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.556rem;
  line-height: 1;
  color: #f4ebdc;
  border-top: 2px solid #A5413C;
  margin-top: 63px;
  padding-top: 29px;
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__footer {
    margin-top: 47px;
    padding-top: 39px;
  }
}
.section__faq .section__faq--inner .cont__left {
  max-width: 665px;
}
.section__faq .section__faq--inner .cont__left .cont__title {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.778rem;
  line-height: 1;
  color: #f4ebdc;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__left .cont__title {
    margin-bottom: 23px;
  }
}
.section__faq .section__faq--inner .cont__left .cont__description {
  margin-bottom: -15px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__description {
    margin-bottom: 0;
  }
}
.section__faq .section__faq--inner .cont__left .cont__footer {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__footer {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__questions {
    margin-top: -30px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
  position: relative;
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.556rem;
  line-height: 1;
  color: #f4ebdc;
  margin: 50px 0 22px;
  padding-right: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  top: -7px;
  right: 0;
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
    font-family: "Medula One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2.222rem;
    line-height: 1;
    color: #f4ebdc;
    margin: 53px 0 22px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3.active:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "mindblow";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:hover {
  color: #A5413C;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content {
  display: none;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
    margin-bottom: 20px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__footer {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .section__escape-room.text__position--left .cont__escape_room {
    grid-template-columns: 6fr 4fr;
  }
}
@media only screen and (min-width: 1279px) {
  .section__escape-room.text__position--left .cont__escape_room {
    grid-template-columns: 6fr 5fr;
  }
}
@media only screen and (min-width: 768px) {
  .section__escape-room.text__position--left .cont__escape_room .cont__image {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .section__escape-room.text__position--left .cont__escape_room .cont__info {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .section__escape-room.text__position--right .cont__escape_room {
    grid-template-columns: 4fr 6fr;
  }
}
@media only screen and (min-width: 1279px) {
  .section__escape-room.text__position--right .cont__escape_room {
    grid-template-columns: 5fr 6fr;
  }
}
.section__escape-room .cont__escape_room {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 2px solid #f4ebdc;
}
@media only screen and (min-width: 768px) {
  .section__escape-room .cont__escape_room {
    margin-bottom: 70px;
    padding-bottom: 0;
    border-bottom: 0;
    column-gap: 50px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__escape-room .cont__escape_room {
    column-gap: 65px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__escape-room .cont__escape_room {
    column-gap: 120px;
  }
}
.section__escape-room .cont__escape_room .cont__image {
  margin-bottom: 35px;
}
.section__escape-room .cont__escape_room .cont__info .cont__title h2 {
  margin-bottom: 2px;
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.778rem;
  line-height: 1;
  color: #f4ebdc;
  text-transform: uppercase;
}
@media only screen and (min-width: 1279px) {
  .section__escape-room .cont__escape_room .cont__info .cont__title h2 {
    margin-bottom: 0;
    font-family: "New Rocker", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 3.889rem;
    line-height: 1.14;
    color: #f4ebdc;
  }
}
.section__escape-room .cont__escape_room .cont__info .cont__type_escape_room h3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .section__escape-room .cont__escape_room .cont__info .cont__type_escape_room h3 {
    margin-bottom: 25px;
  }
}
.section__escape-room .cont__escape_room .cont__info .cont__features {
  display: grid;
  column-gap: 42px;
  row-gap: 20px;
  margin: 32px 0 20px;
  padding-top: 32px;
  border-top: 2px solid #A5413C;
}
.section__escape-room .cont__escape_room .cont__info .cont__features.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.section__escape-room .cont__escape_room .cont__info .cont__features.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.section__escape-room .cont__escape_room .cont__info .cont__features.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 768px) {
  .section__escape-room .cont__escape_room .cont__info .cont__features {
    margin: 32px 0 30px;
    padding: 20px 0;
    border-top: 2px solid #f4ebdc;
    border-bottom: 2px solid #f4ebdc;
  }
}
@media only screen and (min-width: 1024px) {
  .section__escape-room .cont__escape_room .cont__info .cont__features {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1279px) {
  .section__escape-room .cont__escape_room .cont__info .cont__features {
    padding: 32px 0;
    margin: 52px 0 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__escape-room .cont__escape_room .cont__info .cont__features {
    margin: 64px 0 34px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__escape-room .cont__escape_room .cont__info .cont__features .cont__feature {
    display: flex;
    align-items: center;
  }
}
.section__escape-room .cont__escape_room .cont__info .cont__features .cont__feature .cont__feature_icon {
  width: 70px;
  min-width: 70px;
  margin: 0 auto 10px;
  text-align: center;
}
.section__escape-room .cont__escape_room .cont__info .cont__features .cont__feature .cont__feature_icon img {
  width: auto;
  height: 70px;
}
.section__escape-room .cont__escape_room .cont__info .cont__features .cont__feature .cont__feature_text {
  text-align: center;
}
.section__escape-room .cont__escape_room .cont__info .cont__features .cont__feature .cont__feature_text span {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.05;
  text-align: center;
  color: #f4ebdc;
}
@media only screen and (min-width: 1279px) {
  .section__escape-room .cont__escape_room .cont__info .cont__features .cont__feature .cont__feature_text span {
    font-family: "Medula One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.389rem;
    line-height: 1;
    color: #f4ebdc;
  }
}
.section__escape-room .cont__escape_room .cont__info .cont__button {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section__escape-room .cont__escape_room .cont__info .cont__button a {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1279px) {
  .section__escape-room .cont__escape_room .cont__info .cont__button a {
    font-size: 2.222rem;
  }
}

.section__modalities {
  margin-top: 68px;
}
@media only screen and (min-width: 768px) {
  .section__modalities {
    margin-bottom: 68px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__modalities {
    margin-bottom: 100px;
  }
}
.section__modalities .cont__title {
  margin: auto;
  text-align: center;
  max-width: 320px;
}
@media only screen and (min-width: 768px) {
  .section__modalities .cont__title {
    max-width: 350px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__modalities .cont__title {
    max-width: 450px;
  }
}
.section__modalities .cont__title h2 {
  font-size: 2rem;
  line-height: 1.06;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .section__modalities .cont__title h2 {
    font-size: 2.222rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section__modalities .cont__title h2 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__modalities .cont__title h2 {
    font-size: 3.056rem;
    margin-bottom: 40px;
  }
}
.section__modalities .cont__subtitle {
  text-align: center;
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.389rem;
  line-height: 1;
  color: #f4ebdc;
}
@media only screen and (min-width: 768px) {
  .section__modalities .cont__subtitle {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .section__modalities .cont__subtitle {
    font-family: "Medula One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2.222rem;
    line-height: 1;
    color: #f4ebdc;
  }
}
.section__modalities .cont__modalities {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 2px solid #f4ebdc;
}
@media only screen and (min-width: 768px) {
  .section__modalities .cont__modalities {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section__modalities .cont__modalities {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__modalities .cont__modalities {
    margin-top: 80px;
    column-gap: 80px;
  }
}
.section__modalities .cont__modalities .cont__modality {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section__modalities .cont__modalities .cont__modality {
    display: block;
    text-align: center;
  }
}
.section__modalities .cont__modalities .cont__modality .cont__image {
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .section__modalities .cont__modalities .cont__modality .cont__image {
    margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__modalities .cont__modalities .cont__modality .cont__image {
    width: 160px;
  }
}
.section__modalities .cont__modalities .cont__modality .cont__image img {
  width: 95px;
}
@media only screen and (min-width: 768px) {
  .section__modalities .cont__modalities .cont__modality .cont__image img {
    width: 100%;
  }
}
.section__modalities .cont__modalities .cont__modality .cont__info {
  flex: 1;
}
.section__modalities .cont__modalities .cont__modality .cont__info .cont__item_title h3 {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.222rem;
  line-height: 1;
  color: #f4ebdc;
}
.section__modalities .cont__modalities .cont__modality:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section__reviews {
  margin-top: 50px;
}
.section__reviews .cont__title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section__reviews .cont__title {
    width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (min-width: 1279px) {
  .section__reviews .cont__title {
    width: 600px;
  }
}
.section__reviews .cont__title h2 {
  font-size: 2rem;
  line-height: 1.06;
}
@media only screen and (min-width: 768px) {
  .section__reviews .cont__title h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .section__reviews .cont__title h2 {
    font-family: "New Rocker", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 3.889rem;
    line-height: 1.14;
    color: #f4ebdc;
  }
}
.section__reviews .cont__subtitle {
  text-align: center;
}
.section__reviews .cont__subtitle span {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.05;
  text-align: center;
  color: #f4ebdc;
}
@media only screen and (min-width: 768px) {
  .section__reviews .cont__subtitle span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1279px) {
  .section__reviews .cont__subtitle span {
    font-family: "Medula One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2.222rem;
    line-height: 1;
    color: #f4ebdc;
  }
}
.section__reviews .cont__reviews {
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .section__reviews .cont__reviews {
    max-width: 460px;
    margin: 50px auto 0;
  }
}
@media only screen and (min-width: 1279px) {
  .section__reviews .cont__reviews {
    max-width: 580px;
  }
}
.section__reviews .cont__reviews .cont__link {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.section__reviews .cont__reviews .cont__link a {
  display: block;
  width: 100%;
  height: 100%;
}
.section__reviews .cont__reviews .cont__link--left {
  left: 0;
}
.section__reviews .cont__reviews .cont__link--right {
  right: 0;
}

.section__reservations {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section__reservations .container__inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    column-gap: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__reservations .container__inner {
    padding-left: 125px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__reservations .container__inner {
    padding-left: 250px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__reservations .container__inner {
    padding-left: 275px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reservations .container__inner {
    padding-left: 215px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__reservations .container__inner {
    padding-left: 270px;
  }
}
.section__reservations .cont__image {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .section__reservations .cont__image {
    max-width: 300px;
  }
}
.section__reservations .cont__info .cont__title h2 {
  margin-bottom: 2px;
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.778rem;
  line-height: 1;
  color: #f4ebdc;
}
@media only screen and (min-width: 1279px) {
  .section__reservations .cont__info .cont__title h2 {
    font-family: "New Rocker", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 3.889rem;
    line-height: 1.14;
    color: #f4ebdc;
  }
}
.section__reservations .cont__info .cont__type_escaperoom {
  margin-bottom: 20px;
}
.section__reservations .cont__info .cont__text {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.05;
}
@media only screen and (min-width: 1279px) {
  .section__reservations .cont__info .cont__text {
    font-family: "Medula One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.389rem;
    line-height: 1;
    color: #f4ebdc;
  }
}
.section__reservations .cont__info .cont__text p:last-of-type {
  margin-bottom: 0;
}

.section__separator .container span, .section__separator .section__hero-image .owl-dots span, .section__hero-image .section__separator .owl-dots span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 20px 0;
  background-color: #f4ebdc;
}
@media only screen and (min-width: 768px) {
  .section__separator .container span, .section__separator .section__hero-image .owl-dots span, .section__hero-image .section__separator .owl-dots span {
    margin: 40px 0;
  }
}
.section__separator.color-red span {
  background-color: #A5413C;
}

.section__image {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-95 {
  gap: 95px;
}

.gap-100 {
  gap: 100px;
}

@media (min-width: 768px) {
  .gap-tablet-10 {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-15 {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-20 {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-25 {
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-30 {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-35 {
    gap: 35px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-40 {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-45 {
    gap: 45px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-50 {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-55 {
    gap: 55px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-60 {
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-65 {
    gap: 65px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-70 {
    gap: 70px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-75 {
    gap: 75px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-80 {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-85 {
    gap: 85px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-90 {
    gap: 90px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-95 {
    gap: 95px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-100 {
    gap: 100px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-10 {
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-15 {
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-20 {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-25 {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-30 {
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-35 {
    gap: 35px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-40 {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-45 {
    gap: 45px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-50 {
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-55 {
    gap: 55px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-60 {
    gap: 60px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-65 {
    gap: 65px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-70 {
    gap: 70px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-75 {
    gap: 75px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-80 {
    gap: 80px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-85 {
    gap: 85px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-90 {
    gap: 90px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-95 {
    gap: 95px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-100 {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.single-escape-room .escape-room > .cont__content {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .single-escape-room .escape-room > .cont__content {
    display: grid;
    grid-template-columns: 2fr 3fr;
    column-gap: 50px;
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1279px) {
  .single-escape-room .escape-room > .cont__content {
    column-gap: 80px;
    grid-template-columns: 11fr 12fr;
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .single-escape-room .escape-room > .cont__content .cont__sidebar {
    position: sticky;
    top: 70px;
    height: calc(100vh - 260px);
    text-align: center;
  }
}
.single-escape-room .escape-room > .cont__content .cont__sidebar .cont__gallery {
  perspective: 1000px;
  max-width: 100%;
  position: relative;
  height: 100%;
  margin-bottom: 30px;
}
.single-escape-room .escape-room > .cont__content .cont__sidebar .cont__gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
  max-height: 100%;
  width: auto;
}
.single-escape-room .escape-room > .cont__content .cont__sidebar .cont__gallery img:first-child {
  position: static;
  opacity: 1;
  transform: translateY(0);
}
.single-escape-room .escape-room > .cont__content .cont__sidebar .cont__gallery img.active {
  opacity: 1;
  transform: translateY(0);
}
.single-escape-room .escape-room > .cont__content .cont__sidebar .cont__button-reserve {
  display: none;
}
@media only screen and (min-width: 768px) {
  .single-escape-room .escape-room > .cont__content .cont__sidebar .cont__button-reserve {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .single-escape-room .escape-room > .cont__content .cont__info {
    grid-row: 1;
    grid-column: 2;
  }
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-header {
  margin-bottom: 30px;
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-header h1.entry-title {
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.778rem;
  line-height: 1;
  color: #f4ebdc;
}
@media only screen and (min-width: 1024px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-header h1.entry-title {
    font-family: "New Rocker", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 3.889rem;
    line-height: 1.14;
    color: #f4ebdc;
  }
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-header .cont__type_escape_room {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.389rem;
  line-height: 1;
  color: #f4ebdc;
}
@media only screen and (min-width: 1024px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-header .cont__type_escape_room {
    font-family: "Medula One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2.222rem;
    line-height: 1;
    color: #f4ebdc;
  }
}
.single-escape-room .escape-room > .cont__content .cont__info .line-separator {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #f4ebdc;
}
@media only screen and (min-width: 1279px) {
  .single-escape-room .escape-room > .cont__content .cont__info .line-separator {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__descripcion {
  color: #b9b9b9;
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  margin: 42px 0 20px;
  padding-top: 42px;
  border-top: 2px solid #A5413C;
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 768px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features {
    margin: 32px 0 30px;
    padding: 20px 0;
    border-top: 2px solid #f4ebdc;
  }
}
@media only screen and (min-width: 1024px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    padding: 30px 0;
    border-bottom: 2px solid #f4ebdc;
  }
}
@media only screen and (min-width: 1279px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features {
    padding: 32px 0;
    margin: 52px 0 30px;
    column-gap: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features {
    margin: 64px 0 34px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features .cont__feature {
    display: flex;
    align-items: center;
  }
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features .cont__feature .cont__feature_icon {
  width: 40px;
  min-width: 40px;
  margin: 0 auto 10px;
  text-align: center;
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features .cont__feature .cont__feature_icon img {
  width: auto;
  max-height: 70px;
}
@media only screen and (min-width: 1024px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features .cont__feature .cont__feature_icon {
    width: 100px;
  }
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features .cont__feature .cont__feature_text {
  text-align: center;
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features .cont__feature .cont__feature_text h3 {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.05;
  text-align: center;
  color: #f4ebdc;
}
@media only screen and (min-width: 1024px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__features .cont__feature .cont__feature_text h3 {
    font-family: "Medula One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.389rem;
    line-height: 1;
    color: #f4ebdc;
  }
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__button-reserve {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__table-prices table tbody tr td {
    width: 50%;
    text-align: center;
  }
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__infoextra {
  color: #b9b9b9;
}
@media only screen and (min-width: 1024px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__infoextra {
    display: flex;
  }
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__infoextra h2 {
  margin-bottom: 10px;
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__infoextra i {
  display: block;
  margin-bottom: 15px;
  font-size: 33px;
  color: #f4ebdc;
}
@media only screen and (min-width: 1024px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__infoextra i {
    margin-right: 20px;
  }
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__infoextra .cont__text p:last-of-type {
  margin-bottom: 0;
}
.single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__button-faqs {
  text-align: center;
}
@media only screen and (min-width: 1279px) {
  .single-escape-room .escape-room > .cont__content .cont__info .entry-content .cont__button-faqs {
    text-align: left;
  }
}
.single-escape-room .escape-room .cont__video {
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.single-escape-room .escape-room .cont__video.cont__video--desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .single-escape-room .escape-room .cont__video.cont__video--desktop {
    display: grid;
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1279px) {
  .single-escape-room .escape-room .cont__video.cont__video--desktop {
    margin-top: 65px;
  }
}
.single-escape-room .escape-room .cont__video video {
  width: 100%;
  height: auto;
}
.single-escape-room .escape-room .cont__video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-bottom: 20px;
  font-size: 60px;
  color: #f4ebdc;
}
.single-escape-room .escape-room .more_info_footer_description {
  margin-top: 50px;
  color: #b9b9b9;
}/*# sourceMappingURL=styles1.css.map */