@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import 'icons/icons.css';
:root {
  --primary: #007fc2;
  --primary-rgb: 0, 127, 194;
  --secondary: #ec1b24;
  --secondary-rgb: 236, 27, 36;
  --tertiary: #a2398f;
  --tertiary-rgb: 162, 57, 143;
  --background: #f5f5f5;
  --background-rgb: 245, 245, 245;
  --text-dark: #0d0d0d;
  --text-dark-rgb: 13, 13, 13;
  --text: #666666;
  --text-rgb: 102, 102, 102;
  --text-mid: #a7a7a7;
  --text-mid-rgb: 167, 167, 167;
  --light-grey: #f7f7f7;
  --light-grey-rgb: 247, 247, 247;
  --border: #eaeaea;
  --border-rgb: 234, 234, 234;
  --badge-red: #ec1b24;
  --badge-red-rgb: 236, 27, 36;
  --badge-orange: #EC8A2F;
  --badge-orange-rgb: 236, 138, 47;
  --white: #FFF;
  --white-rgb: 255, 255, 255;
  --font: "Merriweather", sans-serif;
  --gap: 2rem;
  --gap-large: 4rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: var(--font);
  overflow-x: hidden;
  color: var(--text);
}
@media all and (max-width: 999px) {
  body {
    padding-top: 80px;
  }
}

.content {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.content.min {
  max-width: 1200px;
}

* {
  box-sizing: border-box;
}

a {
  color: var(--primary);
}

.button {
  display: flex;
  text-decoration: none;
  background: var(--primary);
  color: white;
  padding: 0.8rem 1rem;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}
.button i {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.button.dark {
  background: var(--text-dark);
}
.button.clear {
  background: none;
}
.button.clear.dark {
  color: var(--text-dark);
}
.button.secondary {
  background: var(--secondary);
}
.button.desconto {
  background: var(--tertiary);
}
.button.centered {
  justify-content: center;
}
.button.grey {
  background: var(--light-grey);
  color: var(--text-dark);
}

.badge {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.4rem 1rem;
  background: var(--light-grey);
  display: inline-block;
}
.badge.badge-red {
  background: rgba(var(--badge-red-rgb), 0.1);
  color: var(--badge-red);
}
.badge.badge-orange {
  background: rgba(var(--badge-orange-rgb), 0.1);
  color: var(--badge-orange);
}

section.ads.full {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
@media all and (max-width: 699px) {
  section.ads.full {
    padding: 1rem 0;
  }
}
section.ads.full .content {
  display: flex;
  max-width: 100%;
  width: auto;
}
@media all and (max-width: 999px) {
  section.ads.full .content {
    flex-direction: column;
  }
}
section.ads.full .content span {
  transform: rotateZ(-90deg);
  transform-origin: 90% 10px;
  text-transform: uppercase;
  font-size: 0.7rem;
}
@media all and (max-width: 999px) {
  section.ads.full .content span {
    transform: rotateZ(0deg);
    transform-origin: 0 0;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 699px) {
  section.ads.full .content span {
    font-weight: bold;
    font-size: 0.6rem;
  }
}
section.ads.side {
  display: flex;
  flex-direction: column;
}
section.ads.side span {
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.ads.side img {
  width: 100%;
  height: auto;
}
section.ads img {
  max-width: 100%;
  height: auto;
}
section.ads a {
  outline: 1px solid #f1f1f1;
}

.text-content {
  line-height: 140%;
}
.text-content .align-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.text-content .align-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.text-content h1 {
  color: var(--primary);
  line-height: 120%;
}
.text-content h2 {
  color: var(--primary);
  line-height: 120%;
}
.text-content h3 {
  color: var(--primary);
  line-height: 120%;
}
.text-content h4 {
  color: var(--primary);
  line-height: 120%;
}
.text-content h5 {
  color: var(--primary);
  line-height: 120%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header .menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  display: none;
  color: var(--text-mid);
}
@media all and (max-width: 999px) {
  header .menu {
    display: flex;
  }
}
header .mobile-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  text-decoration: none;
  color: var(--text-dark);
  display: none;
}
@media all and (max-width: 999px) {
  header .mobile-search {
    display: flex;
  }
}
header .tabs {
  background: var(--background);
}
header .tabs .content {
  display: flex;
  padding-top: 10px;
}
header .tabs .content a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  color: var(--text-dark);
  font-size: 0.95rem;
  position: relative;
  margin-right: 2rem;
}
header .tabs .content a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
}
header .tabs .content a.active {
  background: white;
  padding: 12px 25px;
}
header .tabs .content a.comercios {
  color: var(--secondary);
}
header .tabs .content a.comercios:before {
  background: var(--secondary);
}
header .tabs .content a.descontos {
  color: var(--tertiary);
}
header .tabs .content a.descontos:before {
  background: var(--tertiary);
}
header .main-header {
  padding: 2rem 0;
}
header .main-header .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .main-header .content .search {
  flex: 1;
  margin: 0 3rem;
  border: 1px solid var(--border);
  display: flex;
  position: relative;
}
header .main-header .content .search .autocomplete-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(var(--text-rgb), 0.1);
  z-index: 1000;
  background: white;
}
header .main-header .content .search .autocomplete-wrapper .autocomplete-list {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
header .main-header .content .search .autocomplete-wrapper .autocomplete-list .autocomplete-list-item {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  gap: 20px;
  padding: 15px 0;
}
header .main-header .content .search .autocomplete-wrapper .autocomplete-list .autocomplete-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
header .main-header .content .search .autocomplete-wrapper .autocomplete-list .autocomplete-list-item .image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
header .main-header .content .search .autocomplete-wrapper .autocomplete-list .autocomplete-list-item .info a {
  text-decoration: none;
}
header .main-header .content .search .autocomplete-wrapper .autocomplete-list .autocomplete-list-item .info a h4 {
  color: var(--primary);
  margin-top: 0;
  font-size: 1.1rem;
}
header .main-header .content .search .autocomplete-wrapper .autocomplete-list .autocomplete-list-item .info a span {
  color: var(--text);
}
header .main-header .content .search i {
  color: var(--text-dark);
  padding-right: 10px;
  border-right: 1px solid var(--border);
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-header .content .search input {
  flex: 1;
  border: 0;
  padding: 13px;
  outline: none;
}
header .main-header .content .search:focus-within {
  border-color: var(--primary);
  box-shadow: 0px 0px 0px 6px rgba(var(--primary-rgb), 0.05);
}
header .main-header .content .search:focus-within i {
  color: var(--primary);
}
header .main-header .content .login a {
  font-weight: bold;
  text-decoration: none;
}
header .main-header .content .weather {
  display: flex;
  margin-right: 2rem;
}
header .main-header .content .weather img {
  margin-right: 10px;
}
header .main-header .content .weather span {
  font-size: 0.75rem;
  text-transform: uppercase;
}
header .main-header .content .weather .weather-info-numbers {
  display: flex;
  width: 100px;
}
header .main-header .content .weather .weather-info-numbers strong:nth-child(1) {
  flex: 1;
  display: flex;
  align-items: center;
}
header .main-header .content .weather .weather-info-numbers strong:nth-child(1):after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--border);
  margin-right: 10px;
  margin-left: 10px;
}
header nav {
  border-bottom: 1px solid var(--border);
}
header nav .content {
  display: flex;
  justify-content: space-around;
}
header nav .content a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: var(--text-dark);
  font-weight: 500;
  padding: 15px 0;
  margin-bottom: -1px;
}
header nav .content a.active {
  color: var(--primary);
  border-color: var(--primary);
}
header nav .content a:hover {
  color: var(--primary);
  border-color: var(--border);
}
@media all and (max-width: 999px) {
  header {
    position: fixed;
    top: 0;
    height: 70px;
    border-bottom: 1px solid var(--border);
    width: 100%;
    background: rgba(var(--white-rgb), 0.8);
    z-index: 1000;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  header .tabs {
    display: none;
  }
  header .main-header {
    padding: 0;
  }
  header .main-header .search,
  header .main-header .weather,
  header .main-header .login {
    display: none !important;
  }
  header .main-header .logo {
    flex: 1;
    text-align: center;
    height: 70px;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header nav {
    display: none;
  }
}

#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
}
#main-nav .inset {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(var(--white-rgb), 0.9);
  width: 100vw;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-right: 1px solid var(--border);
  margin-left: -100vw;
  -webkit-transition: margin-left 300ms ease-in;
  -moz-transition: margin-left 300ms ease-in;
  -o-transition: margin-left 300ms ease-in;
  transition: margin-left 300ms ease-in;
}
#main-nav .inset .close {
  padding: 1rem;
  text-align: right;
}
#main-nav .inset .tabs {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border);
}
#main-nav .inset .tabs a {
  display: block;
  padding: 0.9rem 1rem;
  text-decoration: none;
  color: var(--text-dark);
  border-bottom: 1px solid var(--border);
  font-weight: 500;
}
#main-nav .inset .tabs a.comercios {
  color: var(--secondary);
}
#main-nav .inset .tabs a.descontos {
  color: var(--tertiary);
}
#main-nav .inset nav {
  padding: var(--gap);
  display: flex;
  flex-direction: column;
}
#main-nav .inset nav a {
  font-size: 1.1rem;
  text-decoration: none;
  color: var(--text);
  margin: 5px 0;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
#main-nav .inset .login {
  padding: 1rem;
  display: flex;
  gap: 1rem;
}
#main-nav .inset .login a {
  flex: 1;
  border: 1px solid var(--primary);
  padding: 0.6rem 1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}
#main-nav:target .inset {
  margin-left: 0;
}

#mobile-search {
  position: fixed;
  top: 70px;
  z-index: 1000;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  background: var(--white);
  display: none;
}
#mobile-search:target {
  display: flex;
}
#mobile-search form {
  flex: 1;
}
#mobile-search a {
  padding: 1rem;
}
#mobile-search input {
  border: none;
  box-shadow: none;
  background: none;
}

.autocomplete-wrapper-mobile {
  position: absolute;
  top: 123px;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(var(--text-rgb), 0.1);
  z-index: 1000;
  background: white;
  max-height: 60vh;
  overflow: auto;
}
.autocomplete-wrapper-mobile .autocomplete-list {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.autocomplete-wrapper-mobile .autocomplete-list .autocomplete-list-item {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  gap: 20px;
  padding: 15px 0;
}
.autocomplete-wrapper-mobile .autocomplete-list .autocomplete-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.autocomplete-wrapper-mobile .autocomplete-list .autocomplete-list-item .image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.autocomplete-wrapper-mobile .autocomplete-list .autocomplete-list-item .info a {
  text-decoration: none;
}
.autocomplete-wrapper-mobile .autocomplete-list .autocomplete-list-item .info a h4 {
  color: var(--primary);
  margin-top: 0;
  font-size: 1.1rem;
}
.autocomplete-wrapper-mobile .autocomplete-list .autocomplete-list-item .info a span {
  color: var(--text);
}

main.home .home-featured {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
main.home .home-featured .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  align-items: flex-start;
  position: relative;
}
@media all and (max-width: 999px) {
  main.home .home-featured .content {
    display: flex;
    flex-direction: column;
  }
}
main.home .home-featured .content:after {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--border);
  content: "";
}
@media all and (max-width: 999px) {
  main.home .home-featured .content:after {
    display: none;
  }
}
main.home .home-featured .content .area {
  padding-top: var(--gap);
  padding-bottom: var(--gap);
}
@media all and (max-width: 999px) {
  main.home .home-featured .content .area {
    border-bottom: 1px solid var(--border);
  }
}
main.home .home-second-content {
  padding: 4rem 0;
}
main.home .home-second-content .content {
  display: grid;
  grid-template-columns: 68% auto;
  gap: var(--gap-large);
  align-items: flex-start;
}
@media all and (max-width: 999px) {
  main.home .home-second-content .content {
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 800px) {
  main.home .home-second-content .content .area.area-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 699px) {
  main.home .home-second-content .content .area.area-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.home .most-viewed {
  border-top: 1px solid var(--border);
  padding: var(--gap-large) 0;
}
main.home .most-viewed .content {
  display: flex;
}
@media all and (max-width: 999px) {
  main.home .most-viewed .content {
    display: flex;
    flex-direction: column;
  }
}
main.home .most-viewed .content .block-title {
  margin-bottom: 2rem;
}
@media all and (max-width: 699px) {
  main.home .most-viewed .content .area.area-3 {
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 1280px) {
  main.home .most-viewed .content .discount-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 999px) {
  main.home .most-viewed .content .discount-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 599px) {
  main.home .most-viewed .content .discount-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 1280px) {
  main.home .most-viewed .content .story {
    flex-direction: column;
  }
  main.home .most-viewed .content .story .image {
    width: 100%;
  }
  main.home .most-viewed .content .story .image img {
    aspect-ratio: 16/9;
  }
}
main.home .places-featured .block-title {
  margin-bottom: 2rem;
}
@media all and (max-width: 999px) {
  main.home .places-featured .area {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 699px) {
  main.home .places-featured .area {
    grid-template-columns: repeat(1, 1fr);
  }
}

main.article {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
main.article .content {
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
}
@media all and (max-width: 999px) {
  main.article .content {
    flex-direction: column;
  }
}
main.article .content > .recommended {
  border-top: 1px solid var(--border);
}
@media all and (max-width: 999px) {
  main.article .content > .recommended {
    order: 2;
  }
}
main.article .content aside {
  width: 30%;
  border-left: 1px solid var(--border);
  padding-left: var(--gap);
  padding-top: var(--gap);
  padding-bottom: var(--gap);
}
@media all and (max-width: 999px) {
  main.article .content aside {
    width: 100%;
    border-left: 0;
    padding: var(--gap);
    border-top: 1px solid var(--border);
    padding: 0;
    padding-top: 2rem;
    order: 3;
  }
}
main.article .content aside .author-profile {
  display: flex;
  flex-direction: column;
  border: 2px solid #f1f1f1;
  padding: 2rem;
  border-bottom: 2px solid var(--primary);
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
main.article .content aside .author-profile .avatar img {
  border-radius: 100%;
}
main.article .content aside .author-profile h3 {
  text-align: center;
}
main.article .content aside .block-title {
  margin-bottom: 2rem;
}
main.article .content aside .stories {
  margin-bottom: 2rem;
}
main.article .content aside .stories .story {
  margin-bottom: 2rem;
}
main.article .content article {
  flex: 1;
  padding: var(--gap);
  padding-left: 0;
  min-width: 0;
}
@media all and (max-width: 999px) {
  main.article .content article {
    padding: 0;
    order: 1;
  }
}
main.article .content article img {
  max-width: 100%;
}
main.article .content article figure {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
main.article .content article figure figcaption {
  font-style: italic;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
main.article .content article h1 {
  font-size: clamp(2rem, 4vw, 2.95rem);
  font-weight: normal;
  color: var(--text-dark);
}
main.article .content article .story-meta {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-bottom: 2rem;
}
main.article .content article .story-meta .story-badge {
  margin-right: 1rem;
}
main.article .content article .story-meta .story-badge a {
  text-decoration: none;
  display: block;
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: flex;
  padding: 0.2rem 0.5rem;
}
main.article .content article .story-meta .story-datespan {
  font-size: 0.8rem;
  display: flex;
  color: var(--text-mid);
  font-weight: 500;
}
main.article .content article .story-meta .story-datespan span:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--text-mid);
  vertical-align: middle;
  margin: 0px 10px;
  border-radius: 10px;
}
main.article .content article .story-meta .story-datespan span:last-child:after {
  display: none;
}
main.article .content article .story-meta .story-datespan span a {
  color: var(--text-mid);
  text-decoration: none;
}
main.article .content .whatsapp-cta {
  background: rgba(27, 224, 100, 0.1);
  color: #1be064;
  text-decoration: none;
}
main.article .content .whatsapp-cta a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-right: 10px;
  font-size: 1.3rem;
}
main.article .content .whatsapp-cta a:hover {
  background: #1be064;
  color: white;
}
main.article .content .whatsapp-cta i {
  width: 60px;
  height: 60px;
  background: #1be064;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

main.category {
  border-top: 1px solid var(--border);
}
main.category .featured {
  border-bottom: 1px solid var(--border);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
main.category .category-featured {
  display: flex;
  gap: var(--gap);
}
@media all and (max-width: 999px) {
  main.category .category-featured {
    flex-direction: column;
  }
}
main.category .category-featured .area.area-featured .story:nth-child(n+2) {
  grid-column: auto !important;
}
@media all and (max-width: 699px) {
  main.category .category-featured .area.area-featured {
    display: flex;
    flex-direction: column;
  }
}
main.category .category-featured .area-sub-featured-2 .story {
  margin-bottom: 2rem;
}
@media all and (max-width: 999px) {
  main.category .category-featured .area-sub-featured-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  main.category .category-featured .area-sub-featured-2 .min {
    flex-direction: column;
  }
  main.category .category-featured .area-sub-featured-2 .min .image {
    width: 100%;
  }
  main.category .category-featured .area-sub-featured-2 .min .image img {
    aspect-ratio: auto;
  }
}
@media all and (max-width: 699px) {
  main.category .category-featured .area-sub-featured-2 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
main.category .category-listing {
  display: flex;
  gap: var(--gap);
  margin-top: var(--gap);
  padding-top: var(--gap);
  padding-bottom: var(--gap);
  margin-bottom: var(--gap);
}
main.category .category-listing .ads {
  width: 30%;
}
main.category .category-listing .area {
  flex: 1;
}
main.category .category-listing .area .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media all and (max-width: 999px) {
  main.category .category-listing {
    flex-direction: column;
  }
  main.category .category-listing .ads {
    order: 1;
    width: 100%;
  }
  main.category .category-listing .area {
    order: 2;
  }
}

main.search {
  border-top: 1px solid var(--border);
  padding-top: var(--gap);
  padding-bottom: var(--gap);
  margin-bottom: var(--gap);
}
main.search .search-listing {
  display: flex;
  gap: var(--gap);
  margin-top: var(--gap);
}
@media all and (max-width: 999px) {
  main.search .search-listing {
    flex-direction: column;
  }
}
main.search .search-listing .filter-trigger {
  flex: 100%;
  display: none;
}
@media all and (max-width: 999px) {
  main.search .search-listing .filter-trigger {
    display: block;
  }
}
main.search .search-listing aside {
  width: 35%;
}
@media all and (max-width: 999px) {
  main.search .search-listing aside {
    width: 100%;
  }
}
main.search .search-listing aside .search-options {
  border: 1px solid var(--border);
  margin-bottom: 20px;
  padding: var(--gap);
  border-bottom: 2px solid var(--primary);
  position: relative;
}
main.search .search-listing aside .search-options .close {
  position: absolute;
  right: 0;
  top: 0;
}
main.search .search-listing aside .search-options .close a {
  padding: 20px;
  display: block;
}
main.search .search-listing aside .search-options:target {
  display: block;
}
@media all and (max-width: 999px) {
  main.search .search-listing aside .search-options {
    display: none;
    position: fixed;
    top: 70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    background: white;
    overflow: auto;
    border: 0;
    margin-bottom: 0;
  }
}
main.search .search-listing aside .search-options .datepicker-wrapper {
  display: flex;
  flex-direction: column;
}
main.search .search-listing aside .search-options .datepicker-wrapper > span {
  margin-bottom: 10px;
}
main.search .search-listing aside .search-options .datepicker-wrapper .datepicker-range {
  display: flex;
}
main.search .search-listing aside .search-options .datepicker-wrapper .datepicker-range > span {
  background: rgba(var(--border-rgb), 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}
main.search .search-listing aside .search-options h4 {
  color: var(--text-dark);
  font-weight: normal;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 1.5rem;
}
main.search .search-listing aside .search-options .term {
  margin-bottom: 2rem;
  position: relative;
}
main.search .search-listing aside .search-options .term button {
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  margin: 0;
  background: none;
  color: var(--primary);
  width: 50px;
  cursor: pointer;
}
main.search .search-listing aside .search-options .term button:hover {
  color: var(--text-dark);
}
main.search .search-listing aside .search-options .action button.button {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  border: 0;
  margin-top: 2rem;
}
main.search .search-listing aside .search-options .categories {
  margin-bottom: 2rem;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media all and (max-width: 999px) {
  main.search .search-listing aside .search-options .categories {
    max-height: none;
  }
}
main.search .search-listing aside .search-options .categories::-webkit-scrollbar {
  width: 5px;
}
main.search .search-listing aside .search-options .categories::-webkit-scrollbar-track {
  background: var(--border);
}
main.search .search-listing aside .search-options .categories::-webkit-scrollbar-thumb {
  background: var(--text);
}
main.search .search-listing aside .search-options .categories::-webkit-scrollbar-thumb:hover {
  background: var(--text-dark);
}
main.search .search-listing aside .search-options .categories ul {
  margin: 0;
  padding: 0;
}
main.search .search-listing aside .search-options .categories ul li {
  list-style: none;
  display: flex;
  padding-bottom: 10px;
  align-items: center;
}
main.search .search-listing aside .search-options .categories ul li input[type=checkbox] {
  margin-right: 10px;
  appearance: none;
  border: 2px solid var(--border);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
main.search .search-listing aside .search-options .categories ul li input[type=checkbox]:checked {
  background: url("data:image/svg+xml,%0A%3Csvg width='18px' height='14px' viewBox='0 0 18 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M6.89253926,13.7302927 C6.72071803,13.9034111 6.48629395,14 6.24278235,14 C5.99927074,14 5.76484667,13.9034111 5.59302544,13.7302927 L0.403889304,8.53168458 C-0.134629768,7.99226999 -0.134629768,7.11757553 0.403889304,6.57917236 L1.05364621,5.92816636 C1.5923336,5.38875177 2.46456618,5.38875177 3.00308525,5.92816636 L6.24278235,9.17341939 L14.9969147,0.404560943 C15.5356021,-0.134853648 16.4086761,-0.134853648 16.9463538,0.404560943 L17.5961107,1.05556695 C18.1346298,1.59498154 18.1346298,2.4695074 17.5961107,3.00807917 L6.89253926,13.7302927 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") center center var(--text-dark) no-repeat;
  background-size: 80% auto;
  border-color: var(--text-dark);
}
main.search .search-listing aside .search-options .categories ul li a {
  text-decoration: none;
  color: var(--text);
}
main.search .search-listing aside .search-options .categories ul li a:hover {
  color: var(--text-dark);
}
main.search .search-listing .area {
  flex: 1;
}

@media all and (max-width: 999px) {
  body:has(.search-options:target) {
    overflow: hidden;
  }
}
main.page {
  padding-bottom: var(--gap);
  margin-bottom: var(--gap);
}

main.places {
  border-top: 1px solid var(--border);
  padding-top: var(--gap);
}
main.places .featured {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap);
}
@media all and (max-width: 800px) {
  main.places .featured {
    display: flex;
    flex-direction: column;
  }
}
main.places .featured .main-featured,
main.places .featured .sub-featured {
  position: relative;
  min-height: 50vh;
}
@media all and (max-width: 800px) {
  main.places .featured .main-featured,
  main.places .featured .sub-featured {
    height: 500px;
  }
}
@media all and (max-width: 800px) {
  main.places .featured .sub-featured {
    height: 400px;
    min-height: auto;
  }
}
main.places .featured .info {
  position: absolute;
  bottom: var(--gap);
  left: var(--gap);
}
@media all and (max-width: 800px) {
  main.places .featured .info {
    right: var(--gap);
  }
}
main.places .featured .image {
  width: 100%;
  height: 100%;
}
main.places .featured .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main.places .places-listing {
  border-top: 1px solid var(--border);
  margin-top: var(--gap);
}
main.places .places-listing .content {
  display: flex;
}
@media all and (max-width: 999px) {
  main.places .places-listing .content {
    flex-direction: column;
  }
}
main.places .places-listing .listing {
  padding: var(--gap);
  padding-left: 0;
  flex: 1;
}
main.places .places-listing .listing .load-more {
  margin-top: 20px;
}
main.places .places-listing .listing .filter-trigger {
  margin-bottom: var(--gap);
  display: none;
}
@media all and (max-width: 999px) {
  main.places .places-listing .listing .filter-trigger {
    display: block;
  }
}
@media all and (max-width: 999px) {
  main.places .places-listing .listing {
    padding: 0;
    padding-top: var(--gap);
  }
}
@media all and (max-width: 750px) {
  main.places .places-listing .listing .area.area-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.places .places-listing aside {
  padding-top: var(--gap);
  border-left: 1px solid var(--border);
  padding-left: var(--gap);
  width: 25%;
}
@media all and (max-width: 999px) {
  main.places .places-listing aside {
    border-left: 0;
    padding-left: 0;
  }
}
main.places .places-listing aside h5 {
  color: var(--secondary);
  font-weight: normal;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 1.5rem;
}
main.places .places-listing aside .categories {
  margin-bottom: 2rem;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media all and (max-width: 999px) {
  main.places .places-listing aside .categories {
    max-height: none;
  }
}
main.places .places-listing aside .categories::-webkit-scrollbar {
  width: 5px;
}
main.places .places-listing aside .categories::-webkit-scrollbar-track {
  background: var(--border);
}
main.places .places-listing aside .categories::-webkit-scrollbar-thumb {
  background: var(--text);
}
main.places .places-listing aside .categories::-webkit-scrollbar-thumb:hover {
  background: var(--text-dark);
}
main.places .places-listing aside .categories ul {
  margin: 0;
  padding: 0;
}
main.places .places-listing aside .categories ul li {
  list-style: none;
  display: flex;
  padding-bottom: 10px;
  align-items: center;
}
main.places .places-listing aside .categories ul li input[type=checkbox] {
  margin-right: 10px;
  appearance: none;
  border: 2px solid var(--border);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
main.places .places-listing aside .categories ul li input[type=checkbox]:checked {
  background: url("data:image/svg+xml,%0A%3Csvg width='18px' height='14px' viewBox='0 0 18 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M6.89253926,13.7302927 C6.72071803,13.9034111 6.48629395,14 6.24278235,14 C5.99927074,14 5.76484667,13.9034111 5.59302544,13.7302927 L0.403889304,8.53168458 C-0.134629768,7.99226999 -0.134629768,7.11757553 0.403889304,6.57917236 L1.05364621,5.92816636 C1.5923336,5.38875177 2.46456618,5.38875177 3.00308525,5.92816636 L6.24278235,9.17341939 L14.9969147,0.404560943 C15.5356021,-0.134853648 16.4086761,-0.134853648 16.9463538,0.404560943 L17.5961107,1.05556695 C18.1346298,1.59498154 18.1346298,2.4695074 17.5961107,3.00807917 L6.89253926,13.7302927 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") center center var(--text-dark) no-repeat;
  background-size: 80% auto;
  border-color: var(--text-dark);
}
main.places .places-listing aside .categories ul li a {
  text-decoration: none;
  color: var(--text);
}
main.places .places-listing aside .categories ul li a:hover {
  color: var(--text-dark);
}
main.places .places-listing aside #filtros {
  position: relative;
}
@media all and (max-width: 999px) {
  main.places .places-listing aside #filtros {
    display: none;
    position: fixed;
    top: 70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    background: white;
    overflow: auto;
    border: 0;
    margin-bottom: 0;
    padding: var(--gap);
  }
  main.places .places-listing aside #filtros:target {
    display: block;
  }
}
main.places .places-listing aside #filtros .close {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media all and (max-width: 999px) {
  main.places .places-listing aside #filtros .close {
    display: block;
  }
}
main.places .places-listing aside #filtros .close a {
  padding: 20px;
  display: block;
  color: var(--secondary);
}

@media all and (max-width: 999px) {
  body:has(#filtros:target) {
    overflow: hidden;
  }
}
.place-page {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2rem;
}
@media all and (max-width: 999px) {
  .place-page {
    display: flex;
    flex-direction: column;
  }
  .place-page .sidebar {
    display: none;
  }
}
.place-page .featured {
  display: flex !important;
}
.place-page .featured .main-featured {
  width: 100% !important;
}
.place-page .place-content {
  margin-top: 20px;
}
.place-page .sidebar {
  border-left: 1px solid #e5e5e5;
  padding-left: 30px;
}
.place-page .sidebar h5 {
  color: var(--secondary);
  margin: 0;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.place-page .sidebar ul {
  margin: 0;
  padding: 0;
}
.place-page .sidebar ul li {
  list-style: none;
  padding-bottom: 10px;
}
.place-page .sidebar ul li a {
  text-decoration: none;
}

.place-page .main-page-content {
  min-width: 0;
}
.place-page .main-page-content .gallery .slider .swiper-slide img {
  width: 100%;
  height: auto;
}
.place-page .place-content img {
  max-width: 100%;
  height: auto;
}
.place-page .featured .main-featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media all and (max-width: 999px) {
  .place-page .featured .main-featured {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
    height: auto !important;
  }
}
.place-page .featured .main-featured .image {
  border: 1px solid #e5e5e5;
}
.place-page .featured .main-featured .image img {
  object-fit: contain;
}
.place-page .featured .main-featured .info {
  position: static;
}

main.discounts {
  border-top: 1px solid var(--border);
  padding-top: var(--gap);
}
main.discounts .discounts-featured {
  aspect-ratio: 16/8;
  background: url("../images/discount-featured.svg") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}
@media all and (max-width: 999px) {
  main.discounts .discounts-featured {
    height: 600px;
    aspect-ratio: auto;
  }
}
main.discounts .discounts-featured h1 {
  font-size: 4rem;
  font-weight: 500;
  max-width: 800px;
  text-align: center;
  margin-bottom: 0rem;
}
@media all and (max-width: 999px) {
  main.discounts .discounts-featured h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
main.discounts .discounts-featured h3 {
  font-weight: normal;
  max-width: 800px;
  text-align: center;
}
main.discounts .discount-listing {
  border-top: 1px solid var(--border);
  margin-top: var(--gap);
}
main.discounts .discount-listing .content {
  display: flex;
}
@media all and (max-width: 999px) {
  main.discounts .discount-listing .content {
    flex-direction: column;
  }
}
main.discounts .discount-listing .listing {
  padding: var(--gap);
  padding-left: 0;
  flex: 1;
}
@media all and (max-width: 999px) {
  main.discounts .discount-listing .listing {
    padding: 0;
    padding-top: var(--gap);
  }
}
@media all and (max-width: 999px) {
  main.discounts .discount-listing .area {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 599px) {
  main.discounts .discount-listing .area {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.discounts .discount-listing aside {
  padding-top: var(--gap);
  border-left: 1px solid var(--border);
  padding-left: var(--gap);
  width: 25%;
}
@media all and (max-width: 999px) {
  main.discounts .discount-listing aside {
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }
}

.datepicker {
  width: -moz-min-content;
  width: min-content;
}

.datepicker:not(.active) {
  display: none;
}

.datepicker-dropdown {
  padding-top: 4px;
  position: absolute;
  z-index: 20;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-bottom: 4px;
  padding-top: 0;
}

.datepicker-picker {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-main {
  flex: auto;
  padding: 2px;
}

.datepicker-footer {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-title {
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 1px hsla(0, 0%, 4%, 0.1);
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  text-align: center;
}

.datepicker-controls {
  display: flex;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: none;
  color: #363636;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: calc(0.375em - 1px) 0.75em;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.datepicker-controls .button:active,
.datepicker-controls .button:focus {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #b8b8b8;
  color: #363636;
}

.datepicker-controls .button:focus {
  border-color: var(--primary);
  color: #363636;
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.datepicker-controls .button:active {
  border-color: #474747;
  color: #363636;
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: 700;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-footer .datepicker-controls .button {
  border-radius: 2px;
  flex: auto;
  font-size: 0.75rem;
  margin: calc(0.375rem - 1px) 0.375rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .next-button,
.datepicker-controls .prev-button {
  flex: 0 0 14.2857142857%;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.datepicker-controls .next-button.disabled,
.datepicker-controls .prev-button.disabled {
  visibility: hidden;
}

.datepicker-grid,
.datepicker-view {
  display: flex;
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem;
}

.datepicker-grid {
  flex: auto;
  flex-wrap: wrap;
}

.datepicker .days {
  display: flex;
  flex: auto;
  flex-direction: column;
}

.datepicker .days-of-week {
  display: flex;
}

.datepicker .week-numbers {
  display: flex;
  flex: 0 0 9.6774193548%;
  flex-direction: column;
}

.datepicker .weeks {
  align-items: stretch;
  display: flex;
  flex: auto;
  flex-direction: column;
}

.datepicker span {
  -webkit-touch-callout: none;
  align-items: center;
  border-radius: 4px;
  cursor: default;
  display: flex;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker .dow {
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.5rem;
}

.datepicker .week {
  color: #b8b8b8;
  flex: auto;
  font-size: 0.75rem;
}

.datepicker .days .dow,
.datepicker-cell {
  flex-basis: 14.2857142857%;
}

.datepicker-cell {
  height: 2.25rem;
}

.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e9e9e9;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: #dcdcdc;
}

.datepicker-cell.next:not(.disabled),
.datepicker-cell.prev:not(.disabled) {
  color: #7a7a7a;
}

.datepicker-cell.next.selected,
.datepicker-cell.prev.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  background-color: #f5f5f5;
  border-radius: 0;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #efefef;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e9e9e9;
}

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00ccad;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #b8b8b8;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #b3b3b3;
}

.datepicker-cell.range-start:not(.range-end) {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  background-color: #dcdcdc;
  border-radius: 0;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d7d7d7;
}

.datepicker-cell.range.disabled {
  color: #c6c6c6;
}

.datepicker-cell.range.focused {
  background-color: #d1d1d1;
}

.datepicker-input.in-edit {
  border-color: #276bda;
}

.datepicker-input.in-edit:active,
.datepicker-input.in-edit:focus {
  box-shadow: 0 0 0.25em 0.25em rgba(39, 107, 218, 0.2);
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-title h4 {
  margin: 0;
  color: var(--primary);
  font-weight: normal;
  font-size: 2rem;
}
.block-title h1 {
  color: var(--primary);
  font-weight: normal;
  font-size: clamp(2rem, 4vw, 2.9rem);
}
.block-title h1 span {
  color: var(--text-dark);
}
.block-title.descontos h1,
.block-title.descontos h4 {
  color: var(--tertiary);
}
.block-title.places h1,
.block-title.places h4 {
  color: var(--secondary);
}

.opinions-block-list {
  border: 1px solid var(--border);
  border-bottom: 2px solid var(--primary);
  padding: var(--gap);
}
.opinions-block-list .list {
  margin-top: 20px;
}
.opinions-block-list .list .item {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}
.opinions-block-list .list .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.opinions-block-list .list .item .image {
  margin-right: 20px;
}
.opinions-block-list .list .item .image img {
  border-radius: 200px;
  width: 100px;
}
.opinions-block-list .list .item .info {
  flex: 1;
  margin-top: 10px;
}
.opinions-block-list .list .item .info a {
  text-decoration: none;
  font-weight: normal;
}
.opinions-block-list .list .item .info h5,
.opinions-block-list .list .item .info h3 {
  margin: 0;
}
.opinions-block-list .list .item .info h5 {
  font-weight: normal;
  text-transform: uppercase;
  color: var(--text-mid);
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.opinions-block-list .list .item .info h3 {
  font-size: 1.3rem;
  font-weight: normal;
  color: var(--text-dark);
}

.discount-item {
  background: rgba(var(--tertiary-rgb), 0.1);
  padding: 30px 40px;
  padding-right: 30px;
  position: relative;
}
.discount-item .cover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: white;
  margin-top: -2rem;
  box-shadow: 0px 4px 14px 3px rgba(222, 222, 222, 0.25);
  margin-bottom: 20px;
  margin-top: -40px;
  position: relative;
}
.discount-item:before {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  border-left: 2px dashed rgba(var(--tertiary-rgb), 0.4);
  content: "";
}
.discount-item h3 {
  margin: 0;
  color: var(--text-dark);
  font-weight: normal;
  margin-bottom: 10px;
}

.discount-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
.discount-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.place-item {
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
}
.place-item .cover {
  width: 100%;
}
.place-item .cover img {
  width: 100%;
  height: auto;
  display: block;
}
.place-item .place-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.place-item .place-logo-inset {
  position: relative;
  margin-top: -50px;
}
.place-item .place-logo-inset img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100px;
}
.place-item .place-info {
  padding: var(--gap);
  display: flex;
  flex-direction: column;
  flex: 1;
  line-height: 1.4;
}
.place-item .place-info .location {
  flex: 1;
  display: flex;
  gap: 10px;
}
.place-item .place-info .location address {
  font-style: normal;
}
.place-item .place-info .location-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 20px 0;
}
.place-item .place-info .location-actions a {
  background: #f1f1f1;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  color: var(--text);
}
.place-item .place-info .location-actions a:hover {
  background-color: var(--secondary);
  color: white;
}
.place-item .place-info .location-actions a i {
  margin-right: 10px;
}
.place-item .place-info .working-hours {
  margin: 10px 0;
  display: flex;
  gap: 10px;
}
.place-item .place-info .contacts {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}
@media all and (max-width: 999px) {
  .place-item .place-info .contacts {
    flex-direction: column;
  }
}
.place-item .place-info .contacts span,
.place-item .place-info .contacts a {
  padding: 10px;
  border-radius: 3px;
  display: flex;
  text-decoration: none;
}
@media all and (max-width: 999px) {
  .place-item .place-info .contacts span,
  .place-item .place-info .contacts a {
    align-items: center;
    justify-content: center;
  }
}
.place-item .place-info .contacts span i,
.place-item .place-info .contacts a i {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.place-item .place-info .contacts span {
  background: #f9f9f9;
}
.place-item .place-info .contacts .whatsapp {
  background: #3bcb4e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1100px) {
  .place-item .place-info {
    padding: calc(var(--gap) * 0.6);
  }
}
.place-item .place-info h4 {
  color: var(--text-dark);
  font-weight: normal;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  margin: 0;
  margin-bottom: 20px;
}
.place-item .place-info .badges {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.place-item .place-info .badges .badge {
  margin-right: 0.7rem;
  margin-bottom: 0.4rem;
  padding: 0.5rem;
}
.place-item .place-info .button {
  margin-top: 1rem;
}

section.recommended {
  padding: 4rem 0;
}
section.recommended .block-title {
  margin-bottom: 2rem;
}
@media all and (max-width: 999px) {
  section.recommended .area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 699px) {
  section.recommended .area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.load-more {
  background: var(--background);
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.load-more a {
  background: white;
  display: inline-block;
  padding: 1rem 2rem;
  text-decoration: none;
  border: 1px solid var(--border);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.04);
}
.load-more a:hover {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}
.load-more.red a {
  color: var(--secondary);
}
.load-more.red a:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: white;
}

textarea,
input[type=text],
input[type=email],
input[type=phone],
select,
input[type=password] {
  border: 2px solid var(--border, #eaeaea);
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05) inset;
  padding: 1rem;
  width: 100%;
  outline: none;
}
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=phone]:focus,
select:focus,
input[type=password]:focus {
  border: 2px solid var(--primary);
  box-shadow: 0px 0px 0px 6px rgba(var(--primary-rgb), 0.05);
}

select {
  appearance: none;
  background: url(../images/arrow.svg) right center no-repeat;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.form-group label {
  color: var(--text-dark);
  font-weight: 500;
  margin-bottom: 5px;
}

.inline-check {
  display: flex;
  margin-bottom: 10px;
}
.inline-check input[type=checkbox] {
  margin-right: 10px;
  appearance: none;
  border: 2px solid var(--border);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.inline-check input[type=checkbox]:checked {
  background: url("data:image/svg+xml,%0A%3Csvg width='18px' height='14px' viewBox='0 0 18 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M6.89253926,13.7302927 C6.72071803,13.9034111 6.48629395,14 6.24278235,14 C5.99927074,14 5.76484667,13.9034111 5.59302544,13.7302927 L0.403889304,8.53168458 C-0.134629768,7.99226999 -0.134629768,7.11757553 0.403889304,6.57917236 L1.05364621,5.92816636 C1.5923336,5.38875177 2.46456618,5.38875177 3.00308525,5.92816636 L6.24278235,9.17341939 L14.9969147,0.404560943 C15.5356021,-0.134853648 16.4086761,-0.134853648 16.9463538,0.404560943 L17.5961107,1.05556695 C18.1346298,1.59498154 18.1346298,2.4695074 17.5961107,3.00807917 L6.89253926,13.7302927 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") center center var(--text-dark) no-repeat;
  background-size: 80% auto;
  border-color: var(--text-dark);
}

.contact-view {
  display: flex;
  gap: var(--gap-large);
  margin-top: var(--gap);
  padding-top: var(--gap);
}
@media all and (max-width: 999px) {
  .contact-view {
    flex-direction: column;
  }
}
.contact-view .form {
  flex: 1;
}
.contact-view .form .action button {
  float: right;
  font-size: 1rem;
  padding: 1rem 3rem;
}
.contact-view .info {
  flex: 1;
}
.contact-view .info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.contact-view .info .info-item .icon {
  width: 70px;
  height: 70px;
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 100px;
  margin-right: 20px;
}
.contact-view .info .info-item-inset {
  flex: 1;
  flex-direction: column;
  display: flex;
}
.contact-view .info .info-item-inset strong {
  color: var(--primary);
  font-size: 1.2rem;
}
.contact-view .info .info-item-inset h3 {
  margin: 0;
  color: var(--primary);
  font-size: 1.5rem;
  margin-top: 5px;
}
.contact-view .info .info-item-inset address {
  font-style: normal;
  margin-top: 10px;
  font-weight: bold;
  color: var(--text-dark);
}
.contact-view .info .social {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
  padding-top: 2rem;
}
.contact-view .info .social span {
  flex: 100%;
  margin-bottom: 10px;
}
.contact-view .info .social a {
  text-decoration: none;
  font-size: 1.3rem;
  margin-right: 1rem;
}
.contact-view .info .social a .icon-facebook {
  color: #4a67a7;
}
.contact-view .info .social a .icon-twitter {
  color: #1d9cf0;
}
.contact-view .info .social a .icon-instagram {
  color: #f46b84;
}

#login,
#forgot-password {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--white-rgb), 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
#login:target,
#forgot-password:target {
  visibility: visible;
  opacity: 1;
}
#login .inset,
#forgot-password .inset {
  width: 100%;
  max-width: 500px;
  padding: 3rem;
  background: var(--white);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
  border-bottom: 2px solid var(--primary);
  position: relative;
}
#login .inset .close,
#forgot-password .inset .close {
  position: absolute;
  right: 0;
  top: 0;
}
#login .inset .close a,
#forgot-password .inset .close a {
  padding: 20px;
  display: inline-block;
}
#login .inset .action .button,
#forgot-password .inset .action .button {
  float: right;
}
#login .inset .action a,
#forgot-password .inset .action a {
  text-decoration: none;
  color: var(--text);
  font-size: 0.8rem;
}
#login .inset h2,
#forgot-password .inset h2 {
  color: var(--primary);
  margin: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: normal;
}

section.gallery {
  min-width: 0;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
}
section.gallery .thumbnails .swiper-container,
section.gallery .slider .swiper-container {
  display: grid;
}
section.gallery .thumbnails .swiper-container .swiper-wrapper,
section.gallery .slider .swiper-container .swiper-wrapper {
  min-width: 0;
}
section.gallery img {
  max-width: 100%;
  height: auto;
}
section.gallery .thumbnails {
  margin-top: 20px;
  position: relative;
}
section.gallery .thumbnails i {
  position: absolute;
  background: white;
  color: var(--primary);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}
section.gallery .thumbnails i.next {
  right: 0;
}
section.gallery .thumbnails .swiper-slide {
  cursor: pointer;
}
section.gallery .thumbnails .swiper-slide:hover {
  opacity: 0.6;
}
section.gallery .thumbnails img {
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

.poll h4 {
  margin-top: 0px;
  font-size: 1.2rem;
}
.poll .action {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.poll .action a {
  margin-left: 10px;
  text-decoration: none;
}
.poll ul {
  margin: 0;
  padding: 0;
}
.poll ul li {
  list-style: none;
  padding-bottom: 5px;
}

#ad {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  visibility: hidden;
}
#ad.active {
  visibility: visible;
}
#ad .inset {
  padding: 20px;
  background: white;
  position: relative;
  background: #ffffff;
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.21);
}
#ad .inset img {
  max-width: 100%;
  height: auto;
}
#ad .inset .close {
  position: absolute;
  top: 0;
  right: 0;
}
#ad .inset .close a {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.inline-loader {
  display: block;
  height: 100px;
  background: url(../images/loading.svg) center center no-repeat;
  display: none;
}

section.signup-form form .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media all and (max-width: 999px) {
  section.signup-form form .row {
    display: flex;
    flex-direction: column;
  }
}
section.signup-form form .row h3 {
  grid-column: 1/-1;
}
section.signup-form form .radios {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}
section.signup-form form .radios .item {
  display: flex;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
section.signup-form form .radios .item > span {
  flex: 100%;
  font-weight: bold;
}
section.signup-form form .radios .item .inline {
  display: flex;
  gap: 10px;
}
section.signup-form form .action {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
}
section.signup-form form .action button {
  float: right;
}

.breadcrumb {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  color: var(--text);
}
.breadcrumb a {
  text-decoration: none;
  color: var(--text);
}

.full-search {
  margin-bottom: 30px;
  position: relative;
}
.full-search i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}
.full-search input {
  padding-left: 40px !important;
}

#back-top {
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 40px;
  height: 40px;
  color: white;
  background: var(--primary);
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in;
}
#back-top.shown {
  opacity: 1;
  visibility: visible;
}

footer {
  background: var(--light-grey);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer .upper {
  display: flex;
  gap: 2rem;
}
@media all and (max-width: 999px) {
  footer .upper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 699px) {
  footer .upper {
    display: flex;
    flex-direction: column;
  }
}
footer .upper .col {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  max-width: 25%;
  align-items: flex-start;
}
@media all and (max-width: 999px) {
  footer .upper .col {
    max-width: 100%;
  }
}
@media all and (max-width: 699px) {
  footer .upper .col {
    margin-bottom: 2rem;
  }
}
footer .upper .col h5 {
  color: var(--text-dark);
  flex: 100%;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: normal;
}
footer .upper .col .social {
  display: flex;
}
footer .upper .col .social a {
  text-decoration: none;
  font-size: 1.2rem;
  margin-right: 1rem;
}
footer .upper .col .social a .icon-facebook {
  color: #4a67a7;
}
footer .upper .col .social a .icon-twitter {
  color: #1d9cf0;
}
footer .upper .col .social a .icon-instagram {
  color: #f46b84;
}
footer .upper .col ul {
  margin: 0;
  padding: 0;
  flex: 1;
}
footer .upper .col ul li {
  list-style: none;
  padding: 5px 0;
}
footer .upper .col ul li a {
  color: var(--text-mid);
  text-decoration: none;
}
footer .upper .col ul li a:hover {
  color: var(--primary);
}
footer .upper .col .newsletter {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
footer .upper .col .newsletter form {
  display: flex;
  width: 100%;
  margin-top: 10px;
  border: 1px solid var(--border);
  background: white;
}
footer .upper .col .newsletter form input {
  flex: 1;
  padding: 10px;
  border: 0;
  background: none;
}
footer .upper .col .newsletter form button {
  border: 0;
}
footer .upper .col .whatsapp {
  background: rgba(27, 224, 100, 0.1);
  color: #1be064;
  text-decoration: none;
}
footer .upper .col .whatsapp a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-right: 10px;
}
footer .upper .col .whatsapp a:hover {
  background: #1be064;
  color: white;
}
footer .upper .col .whatsapp i {
  width: 40px;
  height: 40px;
  background: #1be064;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
footer .ending {
  border-top: 1px solid var(--border);
  margin-top: 2rem;
  padding-top: 2rem;
}
footer .ending .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 699px) {
  footer .ending .content {
    flex-direction: column;
  }
}
footer .ending .content .logo-wrapper {
  display: flex;
  align-items: center;
}
@media all and (max-width: 699px) {
  footer .ending .content .logo-wrapper {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
footer .ending .content .logo-wrapper span {
  margin-left: 20px;
  font-size: 0.8rem;
  color: var(--text-mid);
}
@media all and (max-width: 699px) {
  footer .ending .content .logo-wrapper span {
    margin-top: 1rem;
  }
}
footer .ending .content > a {
  text-decoration: none;
}
footer .ending .content > a .icon-fw {
  color: #10b9c5;
  font-size: 0.6rem;
}

section.story {
  display: flex;
  flex-direction: column;
}
section.story .image {
  width: 100%;
}
section.story .image img {
  width: 100%;
  height: auto;
}
section.story .story-meta {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
section.story .story-meta .story-badge {
  margin-right: 1rem;
}
section.story .story-meta .story-badge a {
  text-decoration: none;
  display: block;
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: flex;
  padding: 0.2rem 0.5rem;
}
section.story .story-meta .story-datespan {
  font-size: 0.8rem;
  display: flex;
  color: var(--text-mid);
  font-weight: 500;
}
section.story .story-meta .story-datespan span:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--text-mid);
  vertical-align: middle;
  margin: 0px 10px;
  border-radius: 10px;
}
section.story .story-meta .story-datespan span:last-child:after {
  display: none;
}
section.story .story-meta .story-datespan span a {
  color: var(--text-mid);
  text-decoration: none;
}
section.story .story-inset a {
  text-decoration: none;
}
section.story .story-inset a h3 {
  font-size: 1.2em;
  margin: 0;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 2rem;
  line-height: 118%;
}
section.story .story-inset a:hover h3 {
  color: var(--primary);
}
section.story.min {
  flex-direction: row;
  gap: 1rem;
}
section.story.min .image {
  width: 100px;
}
section.story.min .image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
section.story.min .story-inset {
  flex: 1;
}
section.story.min .story-inset a h3 {
  margin-bottom: 0;
}
section.story.min .story-meta {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  margin-top: 0;
}
section.story.min .story-meta .story-badge {
  margin-bottom: 10px;
}
section.story.sided {
  flex-direction: row;
  gap: var(--gap);
  font-size: 1.3rem;
}
section.story.sided .image {
  width: 40%;
}
section.story.sided .image img {
  aspect-ratio: 16/9;
}
section.story.sided .story-inset {
  flex: 1;
}
@media all and (max-width: 999px) {
  section.story.sided {
    flex-direction: column;
    gap: 0;
  }
  section.story.sided .image {
    width: 100%;
  }
}

.area {
  gap: 2rem;
}

.area.area-featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.area.area-featured .story:nth-child(1) {
  grid-column: 1/3;
  font-size: 2.2em;
}
@media all and (max-width: 999px) {
  .area.area-featured .story:nth-child(1) {
    font-size: 1.5em;
  }
}
@media all and (max-width: 1100px), (max-width: 699px) {
  .area.area-featured .story:nth-child(n+2) {
    grid-column: 1/3 !important;
    flex-direction: row;
  }
  .area.area-featured .story:nth-child(n+2) .image {
    width: 30%;
    margin-right: 20px;
  }
  .area.area-featured .story:nth-child(n+2) .image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .area.area-featured .story:nth-child(n+2) .story-inset {
    flex: 1;
  }
}
@media all and (max-width: 999px) {
  .area.area-featured .story:nth-child(n+2) {
    grid-column: auto;
    flex-direction: column;
  }
  .area.area-featured .story:nth-child(n+2) .image {
    width: 100%;
  }
  .area.area-featured .story:nth-child(n+2) .image img {
    aspect-ratio: 16/9;
  }
  .area.area-featured .story:nth-child(n+2) h3 {
    margin-bottom: 0;
  }
}
.area.area-sub-featured {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.area.area-sub-featured .story:nth-child(1) {
  grid-column: 1/3;
}
.area.area-sub-featured .story:nth-child(2) {
  grid-column: 3/5;
}
.area.area-sub-featured .story:nth-child(n+3) {
  grid-column: 1/3;
}
@media all and (max-width: 1380px) {
  .area.area-sub-featured .story:nth-child(n+3) {
    grid-column: 1/3;
  }
}
@media all and (max-width: 1380px) {
  .area.area-sub-featured .story:nth-child(n+4) {
    grid-column: 3/5;
  }
}
@media all and (max-width: 1380px) {
  .area.area-sub-featured .story:nth-child(n+5) {
    grid-column: 1/3;
  }
}
.area.area-sub-featured .ads.side {
  grid-column: 3/5;
  grid-row: 2/5;
}
@media all and (max-width: 1380px) {
  .area.area-sub-featured .ads.side {
    grid-row: 3/5;
  }
  .area.area-sub-featured .story.min {
    flex-direction: column;
  }
  .area.area-sub-featured .story.min .image {
    width: 100%;
  }
  .area.area-sub-featured .story.min .image img {
    aspect-ratio: 16/9;
  }
}
@media all and (max-width: 699px) {
  .area.area-sub-featured {
    display: flex;
    flex-direction: column;
  }
}

.area.area-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.area.area-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.area.area-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.area.area-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.area.area-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

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