@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);@charset "UTF-8";
/*********VENDOR STYLES****************/
/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, picture {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  display: block;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-72 {
  width: 72% !important;
}

.w-73 {
  width: 73% !important;
}

.w-75 {
  width: 75% !important;
}

.w-76 {
  width: 76% !important;
}

.w-77 {
  width: 77% !important;
}

.w-78 {
  width: 78% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
  vertical-align: middle;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px;
}

.position-relative {
  position: relative !important;
}

.font-italic {
  font-style: italic !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-transform-none {
  text-transform: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../img/icon/slick/loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  /*
   font-family: 'slick';
   font-weight: normal;
   font-style: normal;

  src: url('../../fonts/slick/slick.eot');
   src: url('../../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../../fonts/slick/slick.woff') format('woff'), url('../../fonts/slick/slick.ttf') format('truetype'), url('../../fonts/slick/slick.svg#slick') format('svg');

   */
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*********SHARED STYLES AMONG ELEMENTS,COMPONENTS AND SECTIONS****************/
@font-face {
  font-family: "Raph Lanok Future";
  src: url("../../../assets/fonts/RaphLanokFuture.woff2") format("woff2"), url("../../../assets/fonts/RaphLanokFuture.woff") format("woff"), url("../../../assets/fonts/RaphLanokFuture.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan MB";
  src: url("../../../assets/fonts/SpartanMB-SemiBold.woff2") format("woff2"), url("../../../assets/fonts/SpartanMB-SemiBold.woff") format("woff"), url("../../../assets/fonts/SpartanMB-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan MB";
  src: url("../../../assets/fonts/SpartanMB-Regular.woff2") format("woff2"), url("../../../assets/fonts/SpartanMB-Regular.woff") format("woff"), url("../../../assets/fonts/SpartanMB-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan MB";
  src: url("../../../assets/fonts/SpartanMB-Bold.woff2") format("woff2"), url("../../../assets/fonts/SpartanMB-Bold.woff") format("woff"), url("../../../assets/fonts/SpartanMB-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.form-control::-moz-placeholder {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}
.form-control:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}
.form-control,
.form-control:focus,
.form-control::placeholder, .font-regular, body {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}

.directory .list ul .info .business, .footer .right, .banner .submenu ul li a, .btn-orange,
.btn-transparent, .font-semibold {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
}

.directory .title, .home .promotions .btn-transparent, .home .welcome .btn-transparent, .footer .left a, .font-title, strong, .font-montserrat-bold {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
}

.gallery .grid-featured > div:last-child h1 {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}

.gallery .grid-featured > div:last-child h1 strong {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}

.home .welcome .font-title {
  font-family: "Raph Lanok Future" !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.header nav .menu li a {
  font-family: "Spartan MB" !important;
  font-weight: 600 !important;
  font-style: normal !important;
}

.contact .info .title, .contact .font-title, .home .promotions .font-title, .home .welcome .font-title strong, .location .info .title {
  font-family: "Spartan MB" !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

body {
  color: #46484A;
}

.font-orange {
  color: #EF5023 !important;
}

html {
  font-size: 1rem;
}

body {
  font-size: 1.0625rem;
}

.font-10 {
  font-size: 0.625rem;
}

.font-11 {
  font-size: 0.6875rem;
}

.font-12 {
  font-size: 0.75rem;
}

.font-13 {
  font-size: 0.8125rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-15 {
  font-size: 0.9375rem;
}

.font-16 {
  font-size: 1rem;
}

.font-17 {
  font-size: 1.0625rem !important;
}

.font-18 {
  font-size: 1.125rem !important;
}

.font-19 {
  font-size: 1.25rem;
}

.font-20 {
  font-size: 1.25rem;
}

.font-21 {
  font-size: 1.3125rem;
}

.font-22 {
  font-size: 1.375rem;
}

.font-23 {
  font-size: 1.4375rem;
}

.font-24 {
  font-size: 1.5rem;
}

.font-25 {
  font-size: 1.5625rem;
}

.font-26 {
  font-size: 1.625rem;
}

.font-27 {
  font-size: 1.6875rem;
}

.font-28 {
  font-size: 1.75rem;
}

.font-29 {
  font-size: 1.8125rem;
}

.font-30 {
  font-size: 1.875rem;
}

.font-31 {
  font-size: 1.9375rem;
}

.font-32 {
  font-size: 2rem;
}

.font-33 {
  font-size: 2.0625rem;
}

.font-34 {
  font-size: 2.125rem;
}

.font-35 {
  font-size: 2.1875rem;
}

.font-36 {
  font-size: 2.25rem;
}

.font-37 {
  font-size: 2.3125rem;
}

.font-38 {
  font-size: 2.375rem;
}

.font-39 {
  font-size: 2.4375rem;
}

.font-40 {
  font-size: 2.5rem;
}

.font-41 {
  font-size: 2.5625rem;
}

.font-42 {
  font-size: 2.625rem;
}

.font-43 {
  font-size: 2.6875rem;
}

.font-44 {
  font-size: 2.75rem;
}

.font-45 {
  font-size: 2.8125rem;
}

.font-46 {
  font-size: 2.875rem;
}

.font-47 {
  font-size: 2.9375rem;
}

.font-48 {
  font-size: 3rem;
}

.font-49 {
  font-size: 3.0625rem;
}

.font-50 {
  font-size: 3.125rem;
}

.font-51 {
  font-size: 3.1875rem;
}

.font-52 {
  font-size: 3.25rem;
}

.font-53 {
  font-size: 3.3125rem;
}

.font-54 {
  font-size: 3.375rem;
}

.font-55 {
  font-size: 3.4375rem;
}

.font-56 {
  font-size: 3.5rem;
}

.font-57 {
  font-size: 3.5625rem;
}

.font-58 {
  font-size: 3.625rem;
}

.font-59 {
  font-size: 3.6875rem;
}

.font-60 {
  font-size: 3.75rem;
}

.font-61 {
  font-size: 3.8125rem;
}

.font-62 {
  font-size: 3.875rem;
}

.font-63 {
  font-size: 3.9375rem;
}

.font-64 {
  font-size: 4rem;
}

.font-65 {
  font-size: 4.0625rem;
}

.font-66 {
  font-size: 4.125rem;
}

.font-67 {
  font-size: 4.1875rem;
}

.font-68 {
  font-size: 4.25rem;
}

.font-69 {
  font-size: 4.3125rem;
}

.font-70 {
  font-size: 4.375rem;
}

.font-71 {
  font-size: 4.4375rem;
}

.font-72 {
  font-size: 4.5rem;
}

.font-73 {
  font-size: 4.5625rem;
}

.font-74 {
  font-size: 4.625rem;
}

.font-75 {
  font-size: 4.6875rem;
}

.font-76 {
  font-size: 4.75rem;
}

.font-77 {
  font-size: 4.8125rem;
}

.font-78 {
  font-size: 4.875rem;
}

.font-79 {
  font-size: 4.9375rem;
}

.font-80 {
  font-size: 5rem;
}

.font-81 {
  font-size: 5.0625rem;
}

.font-82 {
  font-size: 5.125rem;
}

.font-83 {
  font-size: 5.1875rem;
}

.font-84 {
  font-size: 5.25rem;
}

.font-85 {
  font-size: 5.3125rem;
}

.font-86 {
  font-size: 5.375rem;
}

.font-87 {
  font-size: 5.4375rem;
}

.font-88 {
  font-size: 5.5rem;
}

.font-89 {
  font-size: 5.5625rem;
}

.font-90 {
  font-size: 5.625rem;
}

.font-91 {
  font-size: 5.6875rem;
}

.font-92 {
  font-size: 5.75rem;
}

.font-93 {
  font-size: 5.8125rem;
}

.font-94 {
  font-size: 5.875rem;
}

.font-95 {
  font-size: 5.9375rem;
}

.font-96 {
  font-size: 6rem;
}

.font-97 {
  font-size: 6.0625rem;
}

.font-98 {
  font-size: 6.125rem;
}

.font-99 {
  font-size: 6.1875rem;
}

.font-100 {
  font-size: 6.25rem;
}

.font-title {
  position: relative;
  display: block;
  font-size: 3.125rem;
  margin-bottom: 1.25rem;
  line-height: 1.1;
  letter-spacing: 0.125rem;
  word-spacing: 0.3125rem;
}

.font-title-underline {
  left: 5.5%;
}

.font-title-underline::after {
  content: "";
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 12.5rem;
  height: 1.5625rem;
  background-color: #EF5023;
  z-index: -1;
}

body {
  line-height: 1.2;
}

p {
  line-height: 1.7;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .font-title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 13px;
  }

  .font-title {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}
* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  text-align: left;
  background: white;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

section {
  padding-top: 6.875rem;
}

.wrapper, .events .list, .directory .list {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.only-mobile {
  display: none;
}

.top-spacer, .events .list, .directory .list {
  padding-top: 5rem;
}

.bottom-spacer, .events .list, .directory .list {
  padding-bottom: 5rem;
}

@media screen and (max-width: 1023px) {
  .top-spacer, .events .list, .directory .list {
    padding-top: 3.125rem;
  }

  .bottom-spacer, .events .list, .directory .list {
    padding-bottom: 3.125rem;
  }

  .only-mobile {
    display: block;
  }

  .only-desktop {
    display: none;
  }
}
.btn-orange,
.btn-transparent {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  padding: 0;
  margin: 0;
  line-height: 2.875rem;
  background-color: transparent;
  text-decoration: none;
  font-size: 0.9375rem;
  border: 0.125rem solid;
  text-align: center;
}

.btn-orange {
  color: white;
  border-color: #EF5023;
  background-color: #EF5023;
}
.btn-orange:hover {
  color: white;
  border-color: #46484A;
  background-color: #46484A;
}

.btn-transparent {
  color: black;
  border-color: #46484A;
}
.btn-transparent:hover {
  color: white;
  background-color: #46484A;
}

.btn-close {
  display: block;
  position: absolute;
  right: 5%;
  top: 5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../../img/icon/navigation/btn-close.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .btn-white,
.btn-transparent {
    width: 100% !important;
    height: 3.75rem;
    line-height: 3.5rem;
    font-size: 1.125rem;
  }
}
form {
  overflow: hidden;
}

.form-row {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start !important;
  margin: 0;
}
.form-row .form-group {
  width: 49%;
}
.form-row .error {
  font-size: small;
  color: red;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control,
.form-control:focus {
  display: block;
  width: 100%;
  padding: 0 1rem 0;
  border: 0.125rem solid #46484A;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

input.form-control {
  height: 3.125rem;
}

textarea.form-control::-moz-placeholder {
  padding-top: 1rem;
  height: 6.875rem;
}

textarea.form-control:-ms-input-placeholder {
  padding-top: 1rem;
  height: 6.875rem;
}

textarea.form-control,
textarea.form-control:focus,
textarea.form-control::placeholder {
  padding-top: 1rem;
  height: 6.875rem;
}

select.form-control {
  height: 3.125rem !important;
  padding-right: 3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../../img/icon/form/black/select/arrow-down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 96% center !important;
  background-size: auto 0.625rem !important;
}
select.form-control option {
  color: #46484A;
}

select.form-control::-ms-expand {
  display: none;
}

.form-control::-moz-placeholder {
  font-size: 0.9375rem;
  color: #46484A !important;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  font-size: 0.9375rem;
  color: #46484A !important;
  opacity: 1;
}

.form-control,
.form-control:focus,
.form-control::placeholder {
  font-size: 0.9375rem;
  color: #46484A !important;
  opacity: 1;
}

.form-control:focus {
  outline: 0;
}

.form-check {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.form-check input[type=radio],
.form-check input[type=checkbox] {
  display: none;
}
.form-check label {
  display: block;
  cursor: pointer;
  background: transparent no-repeat left center;
  background-size: auto 1.1875rem;
  padding: 0.1875rem 0 0.1875rem 2rem;
  font-size: 0.9375rem;
}
.form-check input[type=checkbox] + label {
  background-image: url("../../img/icon/form/black/checkbox/unchecked.svg");
}
.form-check input[type=checkbox]:checked + label {
  background-image: url("../../img/icon/form/black/checkbox/checked.svg");
}
.form-check input[type=radio] + label {
  background-image: url("../../img/icon/form/black/radio/unchecked.svg");
}
.form-check input[type=radio]:checked + label {
  background-image: url("../../img/icon/form/black/radio/checked.svg");
}
.form-check a {
  text-decoration: underline;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .form-row {
    display: block;
  }
  .form-row .form-group {
    width: 100%;
  }

  select.form-control,
input.form-control {
    height: 3.75rem !important;
  }

  textarea.form-control::-moz-placeholder {
    height: 9rem;
  }

  textarea.form-control:-ms-input-placeholder {
    height: 9rem;
  }

  textarea.form-control,
textarea.form-control:focus,
textarea.form-control::placeholder {
    height: 9rem;
  }

  .form-control::-moz-placeholder {
    font-size: 1rem;
  }

  .form-control:-ms-input-placeholder {
    font-size: 1rem;
  }

  .form-control,
.form-control:focus,
.form-control::placeholder {
    font-size: 1rem;
  }

  .form-check label {
    font-size: 1.0625rem;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header a.close-nav,
.header a.hamburger, .btn-orange,
.btn-transparent {
  cursor: pointer;
}

.privacy-policy ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .convenient ul, .footer .right .menu, .banner .submenu ul, .header nav .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.events .list ul, .directory .list ul {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  list-style: none;
}

.home .welcome .wrapper, .home .welcome .events .list, .events .home .welcome .list, .home .welcome .directory .list, .directory .home .welcome .list, .footer .right, .footer .wrapper, .footer .events .list, .events .footer .list, .footer .directory .list, .directory .footer .list, .social-media, .header .wrapper, .header .events .list, .events .header .list, .header .directory .list, .directory .header .list, .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header nav .menu li .submenu a, a,
a:hover, .btn-orange,
.btn-transparent {
  transition: 0.8s all;
}

.header nav .menu li a {
  transition: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #416aa8;
}

::-webkit-scrollbar-thumb {
  background-color: #46484A;
}

/*********COMPONENT STYLES****************/
.header {
  justify-content: center;
  height: 6.875rem;
  background-color: #46484A;
  z-index: 1001;
}
.header.smaller {
  background-color: #46484A !important;
  transition: 0.8s all;
}
.header .logo {
  display: block;
  width: 6.25rem;
  height: 5.6875rem;
  background: url("../../img/logo/atlacomulco/logo-plaza-atlacomulco-white.svg") no-repeat center;
  background-size: 90%;
  margin: 0 auto;
  border-bottom: 0 !important;
}
.header .logo:hover {
  border-bottom: 0;
}
.header .logo.only-mobile {
  display: none;
}
.header a.close-nav,
.header a.hamburger {
  display: none;
  position: absolute;
  width: 2.125rem;
  height: 2.125rem;
  background: center no-repeat;
  background-size: contain;
}
.header a.hamburger {
  top: 50%;
  left: 5%;
  margin-top: -1.0625rem;
  background-image: url("../../img/icon/navigation/hamburger.svg");
}
.header a.close-nav {
  position: absolute;
  top: 2rem;
  left: 5%;
  background-image: url("../../img/icon/navigation/close-nav.svg");
}
.header nav {
  width: 100%;
}
.header nav .logo-mov {
  display: none;
}
.header nav .menu {
  align-items: center;
}
.header nav .menu li {
  width: calc(100% / 7);
  text-align: center;
}
.header nav .menu li:hover .submenu {
  display: block;
}
.header nav .menu li.logo-space {
  width: 28.125rem;
}
.header nav .menu li a {
  color: white;
  padding-bottom: 0.3125rem;
  border-bottom: 0.1875rem solid transparent;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
}
.header nav .menu li a:hover, .header nav .menu li a.selected {
  border-bottom-color: #EF5023;
}
.header nav .menu li .submenu {
  display: none;
  position: absolute;
  width: 14.375rem;
  z-index: 1002;
  padding-top: 1.25rem;
  left: 18%;
}
.header nav .menu li .submenu a {
  display: block;
  text-align: left;
  padding: 0.9375rem 0.9375rem;
  background-color: #EF5023;
  border: 0;
  font-size: 1.2rem;
}
.header nav .menu li .submenu a:hover {
  padding-left: 1.875rem;
}
.header nav .menu li .submenu a:last-child {
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 1023px) {
  .header .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
  }
  .header .logo.only-mobile {
    display: block;
  }
  .header .wrapper, .header .events .list, .events .header .list, .header .directory .list, .directory .header .list {
    justify-content: center;
  }
  .header a.hamburger,
.header a.close-nav {
    display: block;
  }
  .header nav {
    position: fixed;
    top: 0;
    left: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #46484A;
    z-index: 1003;
  }
  .header nav .logo-mov {
    display: block;
    top: 1.625rem;
    width: 7.5rem;
    height: 6.75rem;
  }
  .header nav .menu {
    display: block;
    margin-top: 26vw;
  }
  .header nav .menu li {
    margin-bottom: 2.125rem;
    width: 100%;
  }
  .header nav .menu li:nth-child(2) {
    display: none;
  }
  .header nav .menu li:hover .submenu {
    display: none;
  }
  .header nav .menu li a {
    border: 0;
    font-size: 1.125rem;
  }
  .header nav .menu li a:hover, .header nav .menu li a.selected {
    color: #EF5023;
  }
}
@media screen and (max-width: 1023px) {
  .header .logo {
    background-size: 98%;
  }
}
.banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .submenu {
  background-color: #DEDEDE;
  padding: 1.25rem 5% 1.25rem;
  overflow-x: auto;
}
.banner .submenu ul {
  min-width: 720px;
  justify-content: center;
  text-align: center;
}
.banner .submenu ul li {
  margin: 0 1.875rem;
}
.banner .submenu ul li a {
  padding-bottom: 0.3125rem;
  border-bottom: 0.1875rem solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
}
.banner .submenu ul li a::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: 0 auto 0.3125rem;
}
.banner .submenu ul li a:hover, .banner .submenu ul li a.selected {
  border-bottom-color: #EF5023;
}
.banner .submenu ul li a.map::before {
  background: url("../../../assets/img/icon/navigation/directory/ico_map.svg") no-repeat center;
  background-size: contain;
}
.banner .submenu ul li a.map:hover::before {
  background: url("../../../assets/img/icon/navigation/directory/ico_map_on.svg") no-repeat center;
  background-size: contain;
}
.banner .submenu ul li a.services::before {
  background: url("../../../assets/img/icon/navigation/directory/ico_services.svg") no-repeat center;
  background-size: contain;
}
.banner .submenu ul li a.services:hover::before {
  background: url("../../../assets/img/icon/navigation/directory/ico_services_on.svg") no-repeat center;
  background-size: contain;
}
.banner .submenu ul li a.health::before {
  background: url("../../../assets/img/icon/navigation/directory/ico_health.svg") no-repeat center;
  background-size: contain;
}
.banner .submenu ul li a.health:hover::before {
  background: url("../../../assets/img/icon/navigation/directory/ico_health_on.svg") no-repeat center;
  background-size: contain;
}
.banner .submenu ul li a.kids::before {
  background: url("../../../assets/img/icon/navigation/directory/ico_kids.svg") no-repeat center;
  background-size: contain;
}
.banner .submenu ul li a.kids:hover::before {
  background: url("../../../assets/img/icon/navigation/directory/ico_kids_on.svg") no-repeat center;
  background-size: contain;
}
.banner .submenu ul li a.food::before {
  background: url("../../../assets/img/icon/navigation/directory/ico_food.svg") no-repeat center;
  background-size: contain;
}
.banner .submenu ul li a.food:hover::before {
  background: url("../../../assets/img/icon/navigation/directory/ico_food_on.svg") no-repeat center;
  background-size: contain;
}
.banner .submenu ul li a.furniture::before {
  background: url("../../../assets/img/icon/navigation/directory/ico_furniture.svg") no-repeat center;
  background-size: contain;
}
.banner .submenu ul li a.furniture:hover::before {
  background: url("../../../assets/img/icon/navigation/directory/ico_furniture_on.svg") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 650px) {
  .banner .submenu ul {
    justify-content: flex-start;
  }
  .banner .submenu ul li {
    margin: 0 1.875rem;
  }
  .banner .submenu ul li:first-child {
    margin-left: 0;
  }
}
.social-media {
  width: 6.25rem;
}
.social-media span {
  font-size: 0;
}
.social-media a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: no-repeat center left;
  background-size: auto 100%;
}
.social-media .facebook {
  background-image: url("../../img/icon/social-media/dark-gray/facebook.svg");
}
.social-media .instagram {
  background-image: url("../../img/icon/social-media/dark-gray/instagram.svg");
}

@media screen and (max-width: 1023px) {
  .social-media {
    width: 8.75rem;
  }
  .social-media a {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.location {
  position: relative;
  background-color: #ededed;
}
.location .info {
  padding-right: 65%;
  padding-left: 5%;
}
.location .info .logo {
  display: block;
  width: 7.5rem;
  margin-bottom: 3.125rem;
}
.location .info .title {
  text-transform: uppercase;
}
.location .info strong {
  display: block;
}
.location .map {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
}
.location .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .location .info {
    padding-right: 0;
  }
  .location .info .logo {
    display: none;
  }
  .location .map {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 31.25rem;
  }
  .location .social-media {
    display: none;
  }
}
.footer {
  width: 100%;
  padding: 3.125rem 5%;
  font-size: 0.875rem;
  background: #46484A;
  color: white;
}
.footer .wrapper, .footer .events .list, .events .footer .list, .footer .directory .list, .directory .footer .list {
  align-items: flex-start;
}
.footer .left img {
  width: 6.25rem;
}
.footer .left a {
  display: block;
  margin-bottom: 1.25rem;
}
.footer .right {
  align-items: flex-end;
  flex-direction: column;
}
.footer .right .menu {
  margin-bottom: 1.875rem;
}
.footer .right .menu li {
  padding: 0 0.625rem;
  border-right: 0.0625rem white solid;
}
.footer .right .menu li:last-child {
  padding-right: 0;
  border: 0;
}
.footer .social-media span {
  font-size: 0px;
}
.footer .social-media .facebook {
  background-image: url("../../img/icon/social-media/white/facebook.svg");
}
.footer .social-media .instagram {
  background-image: url("../../img/icon/social-media/white/instagram.svg");
}

@media screen and (max-width: 1023px) {
  .footer {
    font-size: 1.0625rem;
  }
  .footer .left .logo {
    margin-bottom: 2.5rem;
  }
  .footer .right {
    display: none;
  }
}
.slick-prev {
  left: -3.75rem;
}

.slick-next {
  right: -3.75rem;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.625rem;
  height: 2.625rem;
  margin-top: -1.3125rem;
  background: no-repeat center;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
}

.slick-prev:before {
  left: 0;
  background-image: url("../../img/icon/slick/prev.svg");
}

.slick-next:before {
  right: 0;
  background-image: url("../../img/icon/slick/next.svg");
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.next-slide,
.prev-slide {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background: no-repeat center;
  background-size: 1.25rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.prev-slide {
  background-image: url("../../img/icon/slick/button/prev.svg");
}

.next-slide {
  background-image: url("../../img/icon/slick/button/next.svg");
}

.slick-dotted.slick-slider {
  margin-bottom: 5rem !important;
}

.slick-dots {
  bottom: -2.75rem;
}

.slick-dots li,
.slick-dots li button {
  width: 1rem;
  height: 1rem;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  border-radius: 3.125rem;
  width: 1.0625rem;
  height: 1.0625rem;
  opacity: 1;
}

.slick-dots li button:before {
  background-color: #ededed;
  content: "";
}

.slick-dots li.slick-active button:before {
  background-color: #EF5023;
}

.hero-video {
  height: calc(100vh - 6.875rem);
  position: relative;
  width: 100%;
}
.hero-video .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hero-video .slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hero-video .slider .slick-slide {
  height: calc(100vh - 6.875rem);
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-video .slider .slick-list {
  height: calc(100vh - 6.875rem);
}
.hero-video .slider .slick-dots {
  bottom: 2rem;
  z-index: 999;
}
.hero-video .slider .slide-video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.hero-video .slider .video-mobile {
  display: none;
}
.hero-video .slider .slide-image {
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
  transition: all 0.8s ease;
}
.hero-video .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 16, 0.4);
}
.hero-video .slogan {
  position: absolute;
  bottom: 30%;
  left: 10%;
  color: white;
}
.hero-video .slogan .logo {
  display: block;
  height: 9.375rem;
  margin-bottom: 2.8125rem;
}
.hero-video .slogan .logo.sky-santa-fe, .hero-video .slogan .logo.edificio-basalto {
  height: 6.875rem;
}
.hero-video .slogan span {
  display: block;
  line-height: 1;
}
.hero-video .slogan .title {
  font-size: 4.375rem;
  letter-spacing: 0.125rem;
}

@media screen and (max-width: 700px) {
  .hero-video .slider .video-web {
    display: none;
  }
  .hero-video .slider .video-mobile {
    display: block;
  }
  .hero-video .slider .slide-image {
    background-position: top center;
    background-size: 100% 100%;
  }
  .hero-video .slogan .title {
    font-size: 3.75rem;
  }
}
/*********SECTION STYLES****************/
.home .hero-video {
  height: 100vh;
}
.home .hero-video .slider .slick-slide {
  height: 100vh;
}
.home .hero-video .slider .slick-list {
  height: 100vh;
}
.home .hero-video .slider .slide-copri-1 {
  background-image: url("../../img/section/home/hero-video/web/copri-1.png");
}
.home .hero-video .slider .slide-copri-2 {
  background-image: url("../../img/section/home/hero-video/web/copri-2.png");
}
.home .hero-video .slider .slide-copri-3 {
  background-image: url("../../img/section/home/hero-video/web/copri-3.png");
}
.home .hero-video .slider .slide-quality-of-life {
  background-image: url("../../img/section/home/hero-video/web/quality-of-life-v2.jpg");
}

@media screen and (max-width: 700px) {
  .home .hero-video .slider .slide-copri-1 {
    background-image: url("../../img/section/home/hero-video/mobile/copri-1.png");
  }
  .home .hero-video .slider .slide-copri-2 {
    background-image: url("../../img/section/home/hero-video/mobile/copri-2.png");
  }
  .home .hero-video .slider .slide-copri-3 {
    background-image: url("../../img/section/home/hero-video/mobile/copri-3.png");
  }
  .home .hero-video .slider .slide-quality-of-life {
    background-image: url("../../img/section/home/hero-video/mobile/quality-of-life-v2.jpg");
  }
}
.home .welcome .wrapper, .home .welcome .events .list, .events .home .welcome .list, .home .welcome .directory .list, .directory .home .welcome .list {
  justify-content: center;
  max-width: 1300px;
}
.home .welcome .w-50 {
  padding: 0 2%;
}
.home .welcome .font-title {
  font-size: 3.125rem;
  line-height: 1.19;
  letter-spacing: 2.7px;
}
.home .welcome .font-title strong {
  text-transform: uppercase;
}
.home .welcome .btn-transparent {
  width: 100%;
  max-width: 18rem;
  color: #46484a;
}
.home .welcome .btn-transparent:hover {
  color: white;
}

@media screen and (max-width: 1023px) {
  .home .welcome {
    padding: 0 1.25rem;
  }
  .home .welcome .image {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .home .welcome .w-50 {
    padding: 0;
    width: 100% !important;
  }
  .home .welcome .text {
    order: -1;
    margin-bottom: 1.875rem;
  }
}
.home .convenient {
  padding: 2.5rem 0;
  background-color: #46484A;
  font-size: 1.125rem;
  color: white;
}
.home .convenient ul {
  width: 94%;
  margin: 0 auto;
  justify-content: space-around;
}
.home .convenient ul li {
  background: left center no-repeat;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1.875rem;
}
.home .convenient ul li.wifi {
  background-image: url("../../img/section/home/convenient/wifi.svg");
  background-size: 3.5rem;
  padding-left: 5.375rem;
}
.home .convenient ul li.pet-friendly {
  background-image: url("../../img/section/home/convenient/pet-friendly.svg");
  background-size: 4.5rem;
  padding-left: 5.75rem;
}
.home .convenient ul li.contact-us {
  background-image: url("../../img/section/home/convenient/contact-us.svg");
  background-size: 3.75rem;
  padding-left: 5.25rem;
}
.home .convenient ul li:last-child {
  margin-right: 0;
}
.home .convenient strong {
  display: block;
  font-size: 1.875rem;
  margin-bottom: 0.125rem;
}

@media screen and (max-width: 1023px) {
  .home .convenient {
    display: none;
  }
  .home .convenient ul {
    width: 100%;
    flex-direction: column;
  }
  .home .convenient ul li {
    margin-right: 0;
    margin-bottom: 2.1875rem;
  }
  .home .convenient ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .home .convenient strong {
    font-size: 1.25rem;
  }
}
.home .promotions {
  background-color: #DEDEDE;
}
.home .promotions .slider {
  width: 90%;
  margin: 0 auto 2.5rem;
}
.home .promotions .slider .slick-slide {
  position: relative;
  padding: 0 0.3125rem;
  height: inherit;
}
.home .promotions .font-title {
  font-size: 3.375rem;
  letter-spacing: normal;
}
.home .promotions .btn-transparent {
  display: block;
  width: 23rem;
  margin: 0 auto;
  color: #46484a;
}
.home .promotions .btn-transparent:hover {
  color: white;
}
.home .promotions .font-title-underline {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .home .promotions {
    background-color: #46484A;
  }
  .home .promotions .font-title {
    color: white;
  }
  .home .promotions .slider {
    width: 100%;
  }
  .home .promotions .btn-transparent {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .home .promotions .font-title-underline {
    letter-spacing: normal;
    font-size: 2rem;
    width: 87%;
    display: block;
  }

  .home .promotions .slider .slick-slide {
    padding: 0 0.5rem;
  }
}
#layer-promos {
  display: none;
  width: 800px !important;
  height: 600px !important;
  padding: 0 !important;
  background: white !important;
  overflow: visible !important;
  border-radius: 0 !important;
}
#layer-promos .fancybox-button {
  width: 2.625rem !important;
  height: 2.625rem !important;
  color: black !important;
  right: -0.9375rem !important;
  top: -0.9375rem !important;
  background-color: white !important;
  border-radius: 1.875rem !important;
  padding: 0.3125rem !important;
}
#layer-promos .slider {
  width: 100%;
}
#layer-promos .slick-prev {
  left: 1.25rem;
  z-index: 20;
}
#layer-promos .slick-next {
  right: 1.25rem;
}
#layer-promos .slick-prev:before {
  background-image: url("../../img/icon/layer/prev.svg");
}
#layer-promos .slick-next:before {
  background-image: url("../../img/icon/layer/next.svg");
}

@media screen and (max-width: 600px) {
  #layer-promos {
    width: 320px !important;
    height: 320px !important;
  }
}
.home {
  padding: 0;
}

.btn-filter {
  width: 100%;
  background-color: #707070;
  border-radius: 0.3125rem;
  color: white;
  font-size: 0.875rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-filter::after {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.375rem;
  background: url("../../img/icon/accordion/arrow_down.svg") no-repeat center;
  background-size: contain;
}
.btn-filter:hover {
  background-color: black;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn-filter:hover::after {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.375rem;
  background: url("../../img/icon/accordion/arrow_up.svg") no-repeat center;
  background-size: contain;
}
.btn-filter.active {
  background-color: black;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn-filter.active::after {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.375rem;
  background: url("../../img/icon/accordion/arrow_up.svg") no-repeat center;
  background-size: contain;
}
.btn-filter:focus {
  background-color: #EF5023;
}
.btn-filter:disabled {
  background-color: white;
  color: black;
}
.btn-filter:disabled::after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.6875rem;
  background-image: url("../../img/icon/accordion/arrow_right_black.svg") no-repeat center;
  background-size: contain;
}

.directory .wrapper, .directory .list {
  width: 100%;
  max-width: 1785px;
  margin: 0 auto;
  padding: 5rem 1.75rem;
}
.directory .list ul {
  grid-template-columns: repeat(4, 24%);
  grid-row-gap: 1.875rem;
}
.directory .list ul img {
  display: block;
  width: 100%;
}
.directory .list ul .info {
  padding: 1.25rem;
  border: 0.0625rem solid #ededed;
  font-size: 0.9375rem;
}
.directory .list ul .info .business {
  display: block;
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
.directory .list ul .info strong {
  display: block;
}
.directory .list ul .info .grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.directory .list ul .info .grid a {
  display: block;
  width: 100%;
  max-width: 9.5rem;
  font-size: 0.6875rem;
  padding: 0 0.75rem;
  line-height: 30px;
  height: 32px;
}
.directory .title {
  font-size: 1.5rem;
  width: 100%;
  margin: 0 auto 4.5625rem;
  text-align: center;
}
.directory .search-local {
  width: 100%;
  max-width: 59.3125rem;
  margin: 0 auto 2.9375rem;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  background-color: #F5F5F5;
}
.directory .search-local .grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.directory .search-local .campo {
  background: none;
  border: 0;
  width: 100%;
  font-size: 1.125rem;
}
.directory .search-local .send {
  background: url("../../img/icon/form/search-normal.svg") no-repeat center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
}
.directory .content-general {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 2.5rem;
}
.directory .content-general > div:first-child {
  width: 100%;
  max-width: 18.75rem;
}
.directory .content-general > div:last-child .content-newmap img {
  width: 100%;
  display: block;
}
.directory .content-general .accordion {
  width: 100%;
}
.directory .content-general .accordion .title-list {
  cursor: pointer;
  margin: 0 0 0.3125rem;
}
.directory .content-general .accordion .panel {
  display: none;
}
.directory .content-general .accordion .panel .option {
  background-color: #F5F5F5;
  color: #707070;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
  padding: 0.5rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
  cursor: pointer;
}
.directory .content-general .accordion .panel .option::after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.6875rem;
  background: url("../../img/icon/accordion/arrow_right.svg") no-repeat center;
  background-size: contain;
}
.directory .content-general .accordion .panel .option:hover, .directory .content-general .accordion .panel .option.active {
  background-color: #EF5023;
  color: white;
}
.directory .content-general .accordion .panel .option:hover::after, .directory .content-general .accordion .panel .option.active::after {
  width: 0.375rem;
  height: 0.6875rem;
  background: url("../../img/icon/accordion/arrow_right_white.svg") no-repeat center;
  background-size: contain;
}
.directory .content-general .accordion .panel .option:focus {
  background-color: #EF5023;
  color: white;
}
.directory .content-general .accordion .panel .option:focus::after {
  width: 0.375rem;
  height: 0.6875rem;
  background: url("../../img/icon/accordion/arrow_down.svg") no-repeat center;
  background-size: contain;
}
.directory .flag-separador,
.directory .btn-more-filters {
  display: none;
}
.directory .search-local {
  margin-bottom: 1.5rem;
}
.directory .flag-separador {
  background: url("../../img/icon/separator.svg") no-repeat center;
  background-size: contain;
  width: 100%;
  max-width: 14.375rem;
  height: 0.5rem;
  margin: 0 auto 1.25rem;
}
.directory .btn-more-filters {
  background-color: #FFD600;
  border-radius: 0.3125rem;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  color: black;
  font-weight: 700;
  gap: 0.625rem;
  cursor: pointer;
}
.directory .btn-more-filters::after {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.375rem;
  background: url("../../img/icon/arrow_down_black.svg") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 1400px) {
  .directory .list ul {
    grid-template-columns: 32% 32% 32%;
  }
}
@media screen and (max-width: 1023px) {
  .directory .flag-separador {
    display: block;
  }
  .directory .btn-more-filters {
    display: flex;
  }
  .directory .list ul {
    grid-template-columns: 49% 49%;
  }
  .directory .content-general {
    flex-direction: column;
  }
  .directory .content-general > div:first-child {
    max-width: 100%;
  }
  .directory .content-general > div:last-child {
    width: 100%;
    margin-bottom: 2.625rem;
  }
  .directory .content-general .content-newmap {
    width: 100%;
  }
  .directory .content-general .content-newmap img {
    margin: 0 auto;
  }
  .directory .content-general .accordion {
    border-radius: 8px;
    background: white;
    box-shadow: 4px 2px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 1.75rem 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .directory .list ul {
    grid-template-columns: 100%;
  }
  .directory .list ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem;
    border: 0.0625rem solid #ededed;
  }
  .directory .list ul img {
    display: block;
    width: 30%;
  }
  .directory .list ul .info {
    width: 65%;
    padding: 0;
    border: 0;
    font-size: 1.0625rem;
  }

  .directory .title {
    text-align: center;
  }
}
.events .list ul {
  grid-template-columns: 32% 32% 32%;
  grid-row-gap: 1.875rem;
}
.events .list ul img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .events .list ul {
    grid-template-columns: 49% 49%;
  }
}
.contact {
  position: relative;
  background-color: #ededed;
}
.contact .wrapper, .contact .directory .list, .directory .contact .list, .contact .events .list, .events .contact .list {
  height: 56.25rem;
}
.contact .font-title {
  text-transform: uppercase;
  letter-spacing: normal;
}
.contact .info {
  padding-right: 65%;
}
.contact .info .logo {
  display: block;
  width: 7.5rem;
  margin-bottom: 3.125rem;
}
.contact .info .title {
  text-transform: uppercase;
}
.contact .info strong {
  display: block;
}
.contact .contact-form {
  position: absolute;
  right: 0;
  top: 56.9rem;
  width: 60%;
  height: 56.25rem;
  padding: 1.6rem 5% 0;
  background-color: white;
}
.contact .contact-form form {
  width: 100%;
  max-width: 720px;
}
.contact .map {
  position: relative;
  width: 100%;
  height: 50rem;
}
.contact .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1440px) {
  .contact .info {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .contact {
    display: flex;
    flex-wrap: wrap;
  }
  .contact .wrapper, .contact .directory .list, .directory .contact .list, .contact .events .list, .events .contact .list {
    height: auto;
  }
  .contact .info {
    padding-right: 0;
  }
  .contact .contact-form {
    position: relative;
    right: auto;
    top: auto;
    padding: 0 5% 0;
    width: 100%;
    margin: 0 auto;
    height: auto;
    order: -1;
  }
  .contact .contact-form form {
    max-width: none;
  }
  .contact .map {
    height: 31.25rem;
  }
}
.privacy-policy {
  text-align: justify;
  text-justify: inter-word;
  border-bottom: 1px solid #cccccc;
}
.privacy-policy strong {
  display: block;
  margin-bottom: 0.625rem;
}
.privacy-policy p {
  margin-bottom: 1.25rem;
}
.privacy-policy ul {
  margin-bottom: 1.25rem;
}
.privacy-policy ul li {
  margin-bottom: 0.625rem;
}
.privacy-policy ul li:last-child {
  margin-bottom: 0;
}

.cartelera a {
  display: block;
  text-align: center;
}
.cartelera a img {
  max-width: 100%;
  display: block;
  margin: 2rem auto;
}

.gallery {
  padding: 6.875rem 1.25rem 0;
}
.gallery .grid-featured {
  display: flex;
  align-items: center;
  margin-bottom: 3.375rem;
}
.gallery .grid-featured > div:first-child {
  width: 100%;
  max-width: 40rem;
  margin-right: 4rem;
}
.gallery .grid-featured > div:first-child img {
  width: 100%;
}
.gallery .grid-featured > div:last-child {
  width: 100%;
  max-width: 40rem;
}
.gallery .grid-featured > div:last-child h1 {
  padding: 0;
  margin: 0 0 1.75rem;
  font-size: 2.5rem;
  line-height: 1.19;
  letter-spacing: 2.7px;
}
.gallery .grid-featured > div:last-child h1 strong {
  text-transform: uppercase;
  font-size: 2.9375rem;
}
.gallery .content-grid .subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.gallery .content-grid .grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery .content-grid .grid > div {
  width: 25%;
  margin: 0 0 1.75rem;
  padding: 0 0.375rem;
}
.gallery .content-grid .grid > div img {
  width: 100%;
}
.gallery .pagination {
  display: flex;
  justify-content: center;
}
.gallery .pagination .nav.next,
.gallery .pagination .nav.prev {
  display: none;
}
.gallery .pagination .page {
  font-size: 0;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #CCCCCC;
  margin: 0 0.625rem;
  cursor: pointer;
}
.gallery .pagination .page.current {
  background-color: #3E3E3E;
}

@media screen and (max-width: 1023px) {
  .gallery {
    padding: 3rem 0 0;
  }

  .gallery .grid-featured {
    flex-direction: column;
    margin-bottom: 0;
  }

  .gallery .grid-featured > div:last-child h1 {
    font-size: 2.1875rem;
  }

  .gallery .grid-featured > div:last-child p {
    font-size: 1.125rem;
  }

  .gallery .grid-featured > div:first-child {
    margin-right: 0;
    max-width: 100%;
  }

  .gallery .grid-featured > div:last-child {
    padding: 2.5rem 1.25rem;
  }

  .gallery .content-grid {
    padding: 0 1.25rem;
  }

  .gallery .content-grid .grid > div {
    width: 50%;
  }
}