/*
	Theme Name: Revolution Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: revolution
	Text Domain: revolution
	Domain Path: /inc/languages
*/

/* =========================================
   1. VARIABLES GLOBALES & ROOT
   ========================================= */
:root {
  --aj-white: #ffffff;
  --aj-news: #474030;
  --aj-shadow: 0 10px 24px rgba(0, 0, 0, .35);
}

/* =========================================
   2. BOTONES & CTAS (Ana y José)
   ========================================= */
.main--cta-ayj {
  background-color: #817A60 !important;
  color: #ffffff !important;
  min-width: 220px;
  height: 40px;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  text-decoration: none;
  line-height: 1;
  border-radius: 10px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.main--cta-ayj {
  transition: background-color .2s ease, color .2s ease;
}

.main--cta-ayj:hover,
.main--cta-ayj:focus {
  background-color: #DCD6C6 !important;
  color: #474030 !important;
  filter: none;
  text-decoration: none;
  background-image: none !important;
}

/* =========================================
   3. WPBAKERY TABS & BACKGROUNDS
   ========================================= */
/* Ocultar botones tabs en desktop */
.vc_tta.vc_tta-controls-align-center .vc_tta-tabs-container {
  display: none !important;
}

/* Fondos específicos por Tab */
.tab--tulum--home {
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("/wp-content/uploads/2025/11/tulum-home-ayj.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
}

.tab--holbox--home {
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("/wp-content/uploads/2025/11/ayj-holbox.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
}

.tab--casaagua--home {
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("/wp-content/uploads/2025/11/ayj-casadeagua.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
}

.tab--islamujeres--home {
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("/wp-content/uploads/2025/11/condo-isla-mujeres_.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
}

/* =========================================
   4. HOME SLIDER (AJ Slider)
   ========================================= */
.aj-slider {
  width: 100%;
}

.aj-slider-viewport {
  position: relative;
  width: 100%;
  height: 600px;
}

.aj-slides {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.aj-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease-in-out, visibility 0s linear .8s;
}

.aj-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: opacity .8s ease-in-out;
}

.aj-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

.aj-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aj-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 20%, rgba(0, 0, 0, .35) 55%, rgba(0, 0, 0, .65) 100%);
}

.aj-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  width: calc(100% - 64px);
  max-width: 980px;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .65);
}

.aj-content h2 {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.12;
}

.aj-content p {
  margin: 0;
  font-size: 16px;
}

.aj-learn {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 75px;
  height: 80px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .6));
}

.aj-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}

.aj-prev {
  left: 16px;
}

.aj-next {
  right: 16px;
}

.aj-nav img {
  width: 75px;
  height: 75px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .6));
}

/* Fija el color del texto incluso en hover/focus/active */
.aj-content h2,
.aj-content p {
  color: #fff;
}

.aj-card:hover .aj-content h2,
.aj-card:hover .aj-content p,
.aj-card:focus-visible .aj-content h2,
.aj-card:focus-visible .aj-content p,
.aj-card:active .aj-content h2,
.aj-card:active .aj-content p {
  color: #fff;
}

@media (max-width: 767px) {
  .aj-nav {
    display: none;
  }
}

/* =========================================
   5. WPBAKERY PAGINATION OVERRIDES
   ========================================= */
.vc_general.vc_pagination .vc_pagination-item .vc_pagination-trigger {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #A39D8F !important;
  border: 0 !important;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
  text-decoration: none;
}

.vc_general.vc_pagination .vc_pagination-item.vc_active .vc_pagination-trigger {
  background-color: #ffffff !important;
}

/* Mantener color en hover/focus */
.vc_general.vc_pagination .vc_pagination-item .vc_pagination-trigger:hover,
.vc_general.vc_pagination .vc_pagination-item .vc_pagination-trigger:focus {
  background-color: #A39D8F !important;
}

.vc_general.vc_pagination .vc_pagination-item.vc_active .vc_pagination-trigger:hover,
.vc_general.vc_pagination .vc_pagination-item.vc_active .vc_pagination-trigger:focus {
  background-color: #ffffff !important;
}

/* Sin sombras/outlines del tema */
.vc_general.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
  box-shadow: none !important;
}

/* 100px entre círculos */
.vc_general.vc_pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 100px !important;
}

.vc_general.vc_pagination .vc_pagination-item {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

/* Fallback para navegadores sin gap en flex */
@supports not (gap: 1rem) {
  .vc_general.vc_pagination .vc_pagination-item+.vc_pagination-item {
    margin-left: 100px !important;
  }
}

/* =========================================
   6. FOOTER GENERAL STYLES
   ========================================= */
.aj-footer,
.aj-footer * {
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.aj-footer {
  font-size: 12px;
  line-height: 1.6;
  color: var(--aj-white);
}

/* Títulos (sucursales + boletín) */
.aj-branch h3,
.aj-newsletter h3 {
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 12px;
  font-weight: 800;
  color: #fff;
}

/* Layout principal footer */
.aj-footer-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.aj-footer--left .aj-footer-left {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 64px;
  row-gap: 24px;
  width: 100%;
}

.aj-branch {
  min-width: 0;
}

.aj-footer--left,
.aj-footer-left {
  overflow-x: hidden;
}

/* Logo y separador */
.aj-footer-logo {
  width: 158px;
  height: auto;
  grid-column: 1 / -1;
  display: block;
}

.aj-footer-rule {
  grid-column: 1 / -1;
  height: 2px;
  background: #fff;
  opacity: .35;
  margin: 8px 0;
}

/* Enlaces de texto */
.aj-branch a,
.aj-legal a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Redes sociales */
.aj-social {
  display: flex;
  gap: 22px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.aj-social a {
  display: inline-block;
  line-height: 0;
}

.aj-social img {
  width: 37px;
  height: 37px;
  display: block;
}

/* Legales (parte inferior) */
.aj-legal {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.aj-legal-list {
  display: flex;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.aj-legal a {
  font-size: 8px;
}

/* Responsive Footer */
@media (max-width:1080px) {
  .aj-footer-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width:900px) {
  .aj-footer--left .aj-footer-left {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
  .aj-legal {
    justify-content: flex-start;
  }
}

/* =========================================
   7. NEWSLETTER & FORMS
   ========================================= */
.aj-newsletter-wrapper {
  background: var(--aj-news);
  color: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: var(--aj-shadow);
  max-width: 100%;
}

.aj-newsletter-wrapper h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

/* Grupo Input + Botón */
.aj-input-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.aj-input-group input[type="email"],
.aj-input-group input[type="submit"] {
  height: 50px !important;
  border-radius: 12px !important;
  border: none !important;
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  font-size: 14px;
  line-height: normal;
}

.aj-input-group input[type="email"] {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0 16px;
}

.aj-input-group input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.aj-input-group input[type="submit"] {
  background: #EAE1CD;
  color: #2b2b2b;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  appearance: none;
}

/* Consentimiento y Checkbox */
.aj-consent-group {
  margin-top: 15px;
  font-size: 13px;
  color: #fff;
}

.aj-consent-group .wpcf7-list-item {
  margin: 0 !important;
  display: block;
}

.aj-consent-group .wpcf7-list-item label {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  width: auto !important;
}

.aj-consent-group input[type="checkbox"] {
  margin-top: 3px !important;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  display: inline-block !important;
  accent-color: #EAE1CD;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: static !important;
}

.aj-consent-group .wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.4;
  padding-top: 0;
}

.aj-consent-group a {
  color: #fff;
  text-decoration: underline;
  margin-left: 3px;
}

/* Mensajes de respuesta */
.aj-newsletter-wrapper .wpcf7-response-output {
  margin: 15px 0 0 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-size: 12px;
  border: none;
}

/* Responsive Newsletter */
@media (min-width: 769px) {
  .aj-input-group {
    flex-direction: row;
    align-items: stretch;
  }
  .aj-field-email {
    flex-grow: 1;
  }
  .aj-field-submit {
    flex-shrink: 0;
    width: auto;
  }
  .aj-input-group input[type="submit"] {
    width: auto !important;
    padding: 0 30px;
  }
}

/* =========================================
   8. HERO & VISUAL EFFECTS
   ========================================= */
/* Fade Inferior Oscuro */
.ajx-hero-fade-bottom {
  position: relative !important;
  isolation: isolate;
  --ajx-fade-height: 35%;
}

.ajx-hero-fade-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--ajx-fade-height);
  pointer-events: none;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 55%, rgba(0, 0, 0, 0.65) 85%, #000 100%);
}

.ajx-hero-fade-bottom>img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.ajx-hero-fade-bottom>*:not(img) {
  position: relative;
  z-index: 10;
}

.vc_row.ajx-hero-fade-bottom,
.vc_row-fluid.ajx-hero-fade-bottom {
  background-clip: padding-box;
}

.ajx-hero-fade-bottom[data-hero="true"] {
  min-height: 60vh;
}

/* Acordeón de Fotos */
.ajx-photo-accordion {
  width: 100%;
}

.ajx-pa-track {
  display: flex;
  gap: 28px;
  height: 500px;
}

.ajx-pa-pane {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  cursor: pointer;
  transition: flex-basis .45s ease, flex-grow .45s ease;
  outline: none;
}

.ajx-pa-pane.is-active {
  flex: 0 0 700px;
}

.ajx-pa-pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ajx-pa-pane:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .6) inset;
}

/* Fade Inferior Claro (Light) */
.ajx-hero-light-fade-bottom {
  position: relative;
  isolation: isolate;
  --ajx-fade-height: 35%;
}

.ajx-hero-light-fade-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--ajx-fade-height);
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(220, 214, 198, 0) 0%, rgba(220, 214, 198, 0) 60%, rgba(220, 214, 198, .7) 85%, #DCD6C6 100%);
}

.ajx-hero-light-fade-bottom>* {
  position: relative;
  z-index: 2;
}

/* =========================================
   9. SECCIÓN: HOTEL PROPERTIES
   ========================================= */
.hotel-properties,
.hotel-properties * {
  box-sizing: border-box;
}

.hotel-properties {
  position: relative;
  height: 725px;
  color: #ffffff;
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hotel-properties__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hotel-properties__bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.7s ease-in-out;
}

.hotel-properties__bg-layer--current {
  opacity: 1;
}

.hotel-properties__bg-layer--next {
  opacity: 0;
}

.hotel-properties__bg-layer--next.is-visible {
  opacity: 1;
}

.hotel-properties__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7vw;
  gap: 60px;
}

.hotel-properties__col {
  flex: 1;
}

.hotel-properties__col--left {
  max-width: 520px;
}

.hotel-properties__title {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hotel-properties__description {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.hotel-properties__text.animate {
  animation: textSlideUp 0.6s ease forwards;
}

@keyframes textSlideUp {
  from {
    transform: translateY(24px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.hotel-properties__col--right {
  display: flex;
  justify-content: flex-end;
}

.hotel-properties__gallery {
  max-width: 620px;
  width: 100%;
}

.hotel-properties__cards-viewport {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow-x: hidden;
  overflow-y: visible;
  height: 350px;
}

.hotel-properties__cards-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s ease;
}

.property-card {
  width: 250px;
  height: 250px;
  flex-shrink: 0;
  cursor: pointer;
  align-self: flex-end;
  overflow: visible;
}

.property-card__inner {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
  transform-origin: bottom center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.property-card__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.property-card.is-active .property-card__inner {
  transform: scaleY(1.4);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.hotel-properties__dots {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
}

.hotel-properties__dot {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: none;
  background-color: #474030;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.hotel-properties__dot.is-active {
  background-color: #817a60;
  transform: scale(1.08);
}

/* Responsive Hotel Properties */
@media (max-width: 991px) {
  .hotel-properties {
    height: auto;
    min-height: 640px;
  }
  .hotel-properties__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 24px 72px;
    gap: 40px;
  }
  .hotel-properties__col--left {
    max-width: none;
  }
  .hotel-properties__title {
    font-size: 34px;
  }
  .hotel-properties__overlay {
    background: linear-gradient(to top, #030303 0%, rgba(3, 3, 3, 0.95) 45%, rgba(3, 3, 3, 0.1) 90%);
  }
  .hotel-properties__cards-viewport {
    margin-top: 8px;
    height: 320px;
  }
  .hotel-properties__dots {
    position: static;
    margin: 24px 0 24px;
    transform: none;
    justify-content: center;
    width: 100%;
  }
  .hotel-properties__text {
    min-height: 220px;
  }
}

@media (max-width: 600px) {
  .hotel-properties__inner {
    padding-inline: 16px;
  }
  .hotel-properties__title {
    font-size: 28px;
  }
  .hotel-properties__description {
    font-size: 15px;
  }
  .property-card {
    width: 210px;
    height: 210px;
  }
  .hotel-properties__cards-viewport {
    height: 300px;
  }
  .property-card.is-active .property-card__inner {
    transform: scaleY(1.35);
  }
}

/* =========================================
   10. SECCIÓN: HOMES SHOWCASE
   ========================================= */
.homes-showcase,
.homes-showcase * {
  box-sizing: border-box;
}

.homes-showcase {
  position: relative;
  height: 900px;
  color: #ffffff;
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Fondo + overlay */
.homes-showcase__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.homes-showcase__bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.7s ease-in-out;
}

.homes-showcase__bg-layer--current {
  opacity: 1;
}

.homes-showcase__bg-layer--next {
  opacity: 0;
}

.homes-showcase__bg-layer--next.is-visible {
  opacity: 1;
}

.homes-showcase__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #030303 0%, rgba(3, 3, 3, 0.9) 35%, rgba(3, 3, 3, 0) 80%);
  z-index: 1;
}

/* Layout interno */
.homes-showcase__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 7vw 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}

.homes-showcase__text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.homes-showcase__title {
  margin: 0 0 12px;
}

.homes-showcase__description {
  margin: 0;
}

.homes-showcase__cta {
  margin-top: 18px;
}

.homes-showcase__text.animate {
  animation: homesTextSlideUp 0.6s ease forwards;
}

@keyframes homesTextSlideUp {
  from {
    transform: translateY(24px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Carrusel de imágenes */
.homes-showcase__carousel {
  width: 100%;
  display: flex;
  justify-content: center;
}

.homes-showcase__carousel-viewport {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
}

.homes-showcase__carousel-track {
  display: flex;
  gap: 24px;
  will-change: transform;
}

.homes-showcase__card {
  width: 342px;
  aspect-ratio: 342 / 228;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.homes-showcase__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dots de control */
.homes-showcase__dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-wrap: nowrap;
  gap: 26px;
}

.homes-showcase__dot {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  background-color: #a39d8f;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.homes-showcase__dot.is-active {
  background-color: #ffffff;
  transform: scale(1.08);
}

/* Responsive Homes Showcase */
@media (max-width: 991px) {
  .homes-showcase {
    height: auto;
    min-height: 720px;
  }
  .homes-showcase__inner {
    padding: 90px 24px 90px;
    justify-content: flex-end;
    gap: 28px;
  }
  .homes-showcase__text {
    max-width: 100%;
  }
  .homes-showcase__carousel-viewport {
    max-width: 100%;
  }
  .homes-showcase__card {
    width: 260px;
  }
  .homes-showcase__dots {
    bottom: 24px;
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .homes-showcase__inner {
    padding-inline: 16px;
  }
  .homes-showcase__card {
    width: 220px;
  }
  .homes-showcase__dots {
    bottom: 20px;
  }
}

/* =========================================
   11. MISC & MOBILE GLOBAL
   ========================================= */
@media (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
}

.rewards-boxes {
  padding-bottom: 20px;
}

/* Switcher idiomas */
.thb-language-switcher li.menu-item-has-children>a {
  text-transform: uppercase !important;
}