@charset "UTF-8";
@lost flexbox flex;
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 */
  outline: 0;
}

/**
 * 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;
}

/*! normalize.css v8.0.0 | 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 */
  filter: none;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  filter: none;
  color: #fff;
  font-family: Inter;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
  background: #F8F9FA;
}

/* title and subtitle default 
   ========================================================================== */
.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.title p {
  font-size: 16px;
  line-height: 22px;
  color: #47ACE6;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Inter;
}
.title h4 {
  color: #034266;
  font-size: 65px;
  font-weight: normal;
  font-family: Trirong;
}
@media (max-width: 768px) {
  .title h4 {
    font-size: 50px;
  }
}
.title h5 {
  font-size: 18px;
  line-height: 22px;
  font-family: Inter;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #034266;
}
.title p, .title h4, .title h5 {
  font-style: normal;
}

.subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.subtitle h4 {
  color: #034266;
  font-size: 50px;
  font-weight: normal;
  font-family: Trirong;
}
@media (max-width: 768px) {
  .subtitle h4 {
    font-size: 30px;
  }
}
.subtitle p {
  font-size: 16px;
  line-height: 22px;
  color: #47ACE6;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Inter;
}

/* variable block 
   ========================================================================== */
.block {
  display: block;
}

/* variable none 
   ========================================================================== */
.none {
  display: none;
}

/* Partition default 
   ========================================================================== */
.partition {
  border-bottom: solid #D5DCE5 1px;
  width: 75%;
  margin: 4rem 0 6rem;
}
@media (max-width: 768px) {
  .partition {
    margin: 2rem 0 3rem;
  }
}

/* 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;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, ul, li, p {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/**
 * 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;
  max-width: 100%;
  height: auto;
}

/* 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;
}

a:-webkit-any-link:focus {
  outline: none !important;
}

/**
 * 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;
}

.zoom {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.zoom:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
a {
  color: #fff;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  position: relative;
}

.main {
  padding: 2.6rem 0;
}

.site-main {
  padding-bottom: 8rem;
}

.sec:not(:last-child) {
  margin-bottom: 2.6rem;
}
.sec > .title {
  margin-bottom: 1.6rem;
}

.default-title, .title2, .title3 {
  margin-bottom: 2rem;
}

.title3 {
  font-size: 2rem !important;
}

.content-area, .widget-area, .site-main {
  margin-bottom: 0;
}

.demo_store {
  bottom: 0 !important;
}

.demo_store a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .site-main {
    padding-bottom: 4rem;
  }
}
.row {
  box-sizing: border-box;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.col {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .col.-md1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col.-md2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .col.-md3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .col.-md4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .col.-md5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .col.-md6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col.-md7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .col.-md8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .col.-md9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .col.-md10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .col.-md11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col.-md12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.alert {
  display: flex;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 1.5rem;
  padding: 1.2rem 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
  font-family: Inter;
  top: 90px !important;
}
.alert.-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  border: none;
  background-color: transparent;
  top: 0px !important;
  right: 0px !important;
  cursor: pointer;
}

.alert-alert {
  z-index: 2147483640;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-danger {
  z-index: 2147483640;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  z-index: 2147483640;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.wpcf7-not-valid {
  border-color: #e01123 !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

@keyframes bg {
  0% {
    background-size: 0 0, 0 0, 0 3px, 0 0;
  }
  25% {
    background-size: 100% 0, 0 100%, 100% 3px, 0 100%;
  }
  50% {
    background-size: 100% 0, 0 100%, 100% 3px, 0 100%;
  }
  75% {
    background-size: 100% 0, 0 100%, 100% 3px, 0 100%;
  }
  100% {
    background-size: 100% 0, 0 100%, 100% 3px, 0 100%;
  }
}
.border-notify {
  z-index: 11000 !important;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--primary-color) 100%, var(--primary-color) 100%), linear-gradient(to bottom, var(--primary-color) 100%, var(--primary-color) 100%), linear-gradient(to right, var(--primary-color) 100%, var(--primary-color) 100%), linear-gradient(to bottom, var(--primary-color) 100%, var(--primary-color) 100%);
  background-size: 100% 0, 0 100%, 100% 3px, 0 100%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  animation: bg 26.2s cubic-bezier(1, 1, 1, 1) 1;
  animation-play-state: running;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
a.btn,
button.btn,
.button,
.btn {
  border: none;
  appearance: none;
  display: inline-block;
  padding: 15px 25px;
  margin: 0;
  font-family: Inter;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 25px;
  line-height: 1.25;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
}
a.btn:hover,
button.btn:hover,
.button:hover,
.btn:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.3s ease;
  color: #FFF !important;
}
a.btn:hover .buttons-form__whats,
button.btn:hover .buttons-form__whats,
.button:hover .buttons-form__whats,
.btn:hover .buttons-form__whats {
  background-image: url(../images/icon-whatsapp.png);
}
a.btn__icon,
button.btn__icon,
.button__icon,
.btn__icon {
  display: flex;
  margin-right: 0.6rem;
}
a.btn.-block,
button.btn.-block,
.button.-block,
.btn.-block {
  display: block;
}
a.btn.-center,
button.btn.-center,
.button.-center,
.btn.-center {
  display: table;
  margin: 0 auto;
}
a.btn.-primary,
button.btn.-primary,
.button.-primary,
.btn.-primary {
  background-color: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  border-color: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff;
}
a.btn.-primary svg,
button.btn.-primary svg,
.button.-primary svg,
.btn.-primary svg {
  fill: #fff;
}
a.btn.-secondary,
button.btn.-secondary,
.button.-secondary,
.btn.-secondary {
  background-color: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff;
  border-color: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
}
a.btn.-secondary svg,
button.btn.-secondary svg,
.button.-secondary svg,
.btn.-secondary svg {
  fill: #fff;
}
a.btn.-border,
button.btn.-border,
.button.-border,
.btn.-border {
  background-color: transparent;
  color: #777;
  border-color: #777;
}
a.btn.-border:hover,
button.btn.-border:hover,
.button.-border:hover,
.btn.-border:hover {
  border-color: #04457a;
  color: #04457a;
}
a.btn.-icon,
button.btn.-icon,
.button.-icon,
.btn.-icon {
  display: flex;
  align-items: center;
}
a.btn[disabled],
button.btn[disabled],
.button[disabled],
.btn[disabled] {
  cursor: default;
  opacity: 0.5;
}

.btn-primary {
  background-color: #0fbc8d;
}
.btn-primary:hover {
  background-color: #3FC9A4;
}

.btn-small {
  padding: 0 2rem;
  line-height: 1;
  height: 3.6rem;
}

.added_to_cart.alt, .added_to_cart.cta, .button.alt, .button.cta, button.alt, button.cta, input[type=button].alt, input[type=button].cta, input[type=reset].alt, input[type=reset].cta, input[type=submit].alt, input[type=submit].cta {
  background-color: #0fbc8d;
  border: 0;
}

.added_to_cart.alt:hover, .added_to_cart.cta:hover, .button.alt:hover, .button.cta:hover, button.alt:hover, button.cta:hover, input[type=button].alt:hover, input[type=button].cta:hover, input[type=reset].alt:hover, input[type=reset].cta:hover, input[type=submit].alt:hover, input[type=submit].cta:hover {
  background-color: #3FC9A4;
}

.woocommerce .cart-collaterals .checkout-button, .wc-proceed-to-checkout {
  margin-bottom: 0;
}

.woocommerce .cart-collaterals .checkout-button:after {
  content: " ";
  display: table;
}

.woocommerce .cart-collaterals .checkout-button:before {
  content: "";
  background: url(../images/svg/icon-cart-white.svg) no-repeat;
  display: block;
  margin-right: 0.7rem;
  display: inline-block !important;
  position: relative;
  top: 3px;
}

.button.checkout-button:before {
  width: 23px;
  height: 20px;
}

.wc-proceed-to-checkout .button.checkout-button {
  font-size: 1.1em;
}

.btn-continuar-comprando svg {
  filter: invert(100%);
  margin-bottom: -4px;
  transform: rotate(180deg);
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  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 {
  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("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.main-header {
  display: flex;
  flex-direction: row;
  background: #187FB9;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .main-header {
    margin-bottom: 0;
    width: 100%;
    z-index: 5000;
    flex-direction: column;
  }
}
.main-header__menu {
  padding: 4em 0 4em 8em;
}
@media (max-width: 768px) {
  .main-header__menu {
    padding: 0;
    z-index: 10;
    position: fixed;
    background: #187FB9;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-header__mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.main-header__mobile img {
  cursor: pointer;
}
@media (max-width: 768px) {
  .main-header__mobile img {
    width: 60%;
  }
}
.main-header__mobile__button {
  display: none;
}
@media (max-width: 768px) {
  .main-header__mobile__button {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3;
    display: block;
    height: 45px;
    width: 45px;
    background: url(../images/mobile-button.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 2rem;
  }
}
.main-header__desktop {
  display: block;
}
@media (max-width: 768px) {
  .main-header__desktop {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3;
    display: none;
    padding: 0 3rem 3rem;
  }
}
.main-header__content {
  display: flex;
  flex-direction: column;
  margin: 0 0 3rem;
}
.main-header__content a {
  padding-bottom: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-style: normal;
  cursor: pointer;
  color: #6EC4F5;
}
.main-header__content a:hover {
  color: #fff;
}
.main-header__content .active-label {
  color: #E0E5EB;
}
.main-header__form {
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .main-header__form {
    padding: 5rem 0;
  }
}
.main-header__form input {
  opacity: 0;
  background: transparent;
  height: 2em;
  border-radius: 20px;
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  width: 12%;
  padding: 0 1rem;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .main-header__form input {
    width: 60%;
    opacity: 1;
  }
}
.main-header__form button {
  height: 25px;
  width: 25px;
  background: url(../images/search.svg) no-repeat center center;
  background-size: contain;
  border: none;
  z-index: 999;
  cursor: pointer;
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .main-header__form button {
    margin-left: 0;
    position: absolute;
    right: 30px;
  }
}
.main-header__form form {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.main-header__languages {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.main-header__languages .lang_list {
  width: 100%;
  list-style: none;
  display: flex;
}
.main-header__languages .lang_list a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-style: normal;
  cursor: pointer;
  color: #6EC4F5;
  margin-right: 1rem;
  border: solid 1px rgba(255, 255, 255, 0);
  padding: 4px;
}
.main-header__languages .lang_list a:hover, .main-header__languages .lang_list .active-lang {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 25px;
  padding: 4px;
}
.main-header__box {
  width: 75%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-header__box {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 9rem 0 0;
  }
}
.main-header__box a {
  height: 40em !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .main-header__box a {
    height: 20em !important;
  }
}
.main-header__box__banner {
  height: 40em !important;
  width: 100%;
}
@media (max-width: 768px) {
  .main-header__box__banner {
    height: 20em !important;
  }
}
.main-header__box .slick-arrow {
  width: 35px;
  height: 35px;
}
.main-header__box .slick-next, .main-header__box .slick-prev {
  top: 80%;
  z-index: 8000;
}
.main-header__box .slick-next:before, .main-header__box .slick-prev:before {
  color: transparent;
  border: solid 1px #fff;
  border-radius: 40px;
  padding: 1.5rem;
  margin-left: -8px;
}
.main-header__box .slick-prev {
  left: 12% !important;
  background: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.main-header__box .slick-next {
  right: 10%;
  background: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.main-header__box .slick-dots {
  bottom: 111px;
}
.main-header__box .slick-dots li {
  width: 40px;
  margin-right: 0rem;
}
.main-header__box .slick-dots li button {
  border-radius: 0;
  background-color: transparent;
}
.main-header__box .slick-dots li.slick-active button:before {
  background-image: linear-gradient(to bottom right, #0087c5 0, #0087c5);
}
.main-header__box .slick-dots li button:before {
  width: 35px;
  height: 3px;
  border-radius: 0;
  content: "";
  background-color: #fff;
  opacity: 1;
}
.main-header__units {
  width: 67%;
  overflow: hidden;
  height: 63.5rem;
}
.main-header__units .cp-units__banner {
  height: 40em;
}
@media (max-width: 768px) {
  .main-header__units {
    width: 100%;
    height: auto;
    margin: 9rem 0 0;
  }
  .main-header__units .cp-units__banners {
    flex-direction: row;
  }
  .main-header__units .cp-units__banner {
    height: 30em;
    justify-content: flex-start;
  }
  .main-header__units .cp-units__banner h4 {
    margin-top: 6rem;
  }
}
.main-header .pg-units-restaurant-video {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .main-header .pg-units-restaurant-video {
    margin: 9rem 0 0;
  }
}
.main-header .pg-units-restaurant-video__box, .main-header .pg-units-restaurant-video iframe {
  height: 40em;
}
@media (max-width: 768px) {
  .main-header .pg-units-restaurant-video__box, .main-header .pg-units-restaurant-video iframe {
    height: 20em;
  }
}
.main-header .pg-units-restaurant-video iframe {
  position: inherit;
  margin: 0;
}

.cp-filter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp-filter__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 90%;
  background: #F8F9FA;
  box-shadow: 0px 30px 60px rgba(71, 172, 230, 0.3);
  border-radius: 52px;
  height: 5em;
  position: absolute;
  top: 37.5em;
}
@media (max-width: 768px) {
  .cp-filter__content {
    width: 90%;
    flex-direction: column;
    height: auto;
    top: 24.5em;
    border-radius: 25px;
    padding: 1rem;
  }
}
.cp-filter__content a {
  display: none;
}
.cp-filter__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cp-filter__box {
    width: 100%;
    flex-direction: column;
  }
}
.cp-filter__box .danger-msg {
  display: none;
  position: absolute;
  color: red;
  font-size: 13px;
  top: 48px;
  left: 48px;
}
@media (max-width: 768px) {
  .cp-filter__box .danger-msg {
    top: 50px;
  }
}
.cp-filter__box .not-valid {
  border-color: red !important;
}
.cp-filter__box .hotel-select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .cp-filter__box .hotel-select {
    width: 100%;
  }
}
.cp-filter__box .hotel-select select, .cp-filter__box .hotel-select .input {
  background: #F8F9FA;
  color: #034266;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  width: 230px;
  border: 1.5px solid #0b5F8F;
  border-radius: 25px;
  padding: 15px 40px 15px 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95%;
}
@media (max-width: 768px) {
  .cp-filter__box .hotel-select select, .cp-filter__box .hotel-select .input {
    width: 100%;
  }
}
.cp-filter__box .hotel-select select option, .cp-filter__box .hotel-select .input option {
  background: #FFF;
  color: #034266;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  width: 30%;
  border: 1.5px solid #0b5F8F;
  border-radius: 25px;
  padding: 15px 25px;
  cursor: pointer;
}
.cp-filter__box .hotel-select select::-ms-expand {
  display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}
.cp-filter__box .date {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cp-filter__box .date {
    justify-content: space-between;
    gap: 5px;
  }
}
.cp-filter__box .date input {
  background: #F8F9FA;
  color: #034266;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  width: 110px;
  border: 1.5px solid #0b5F8F;
  border-radius: 25px;
  padding: 15px 0px 15px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icon-calendar.png);
  background-repeat: no-repeat;
  background-position: 89%;
}
@media (max-width: 768px) {
  .cp-filter__box .date input {
    width: 100%;
  }
}
.cp-filter__box .date .left {
  padding: 15px 0px 15px 10px;
  border-radius: 25px 0px 0px 25px;
}
@media (max-width: 768px) {
  .cp-filter__box .date .left {
    border-radius: 25px;
  }
}
.cp-filter__box .date .right {
  padding: 15px 0px 15px 10px;
  border-radius: 0px 25px 25px 0px;
}
@media (max-width: 768px) {
  .cp-filter__box .date .right {
    border-radius: 25px;
  }
}
.cp-filter__box .select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .cp-filter__box .select {
    justify-content: space-between;
    width: 100%;
  }
}
.cp-filter__box .select select, .cp-filter__box .select .input {
  background: #F8F9FA;
  color: #034266;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  width: 165px;
  border: 1.5px solid #0b5F8F;
  border-radius: 25px;
  padding: 15px 40px 15px 25px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95%;
}
@media (max-width: 768px) {
  .cp-filter__box .select select, .cp-filter__box .select .input {
    width: 100%;
    padding: 15px 40px 15px 30px;
  }
}
.cp-filter__box .select select option, .cp-filter__box .select .input option {
  background: #FFF;
  color: #034266;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  width: 30%;
  border: 1.5px solid #0b5F8F;
  border-radius: 25px;
  padding: 15px 25px;
  cursor: pointer;
}
.cp-filter__box .select select::-ms-expand {
  display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}
.cp-filter__box .box-age {
  position: relative;
  display: none;
}
.cp-filter__box .box-age .age {
  width: 95px;
  pointer-events: none;
  text-align: center;
  background: #F8F9FA;
  color: #034266;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  border: 1.5px solid #0b5F8F;
  border-radius: 25px;
  padding: 15px 15px 15px 0px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95%;
}
@media (max-width: 768px) {
  .cp-filter__box .box-age .age {
    width: 150px;
  }
}
.cp-filter__box .box-age .mask-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 113px;
  height: 50px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .cp-filter__box .box-age .mask-shadow {
    width: 150px;
    left: auto;
  }
}
.cp-filter__box .box-age__modal {
  display: block;
  background-color: #fff;
  padding: 1rem;
  z-index: 1;
  position: absolute;
  top: 6rem;
  left: 14px;
  border-radius: 15px;
  box-shadow: 0px 0px 9px -1px #000;
}
@media (max-width: 767px) {
  .cp-filter__box .box-age__modal {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    gap: 15px;
  }
}
.cp-filter__box .box-age__modal__one, .cp-filter__box .box-age__modal__two, .cp-filter__box .box-age__modal__three {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 1rem;
}
.cp-filter__box .box-age__modal__one label, .cp-filter__box .box-age__modal__two label, .cp-filter__box .box-age__modal__three label {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #0087c5;
}
.cp-filter__box .box-age__modal__one select, .cp-filter__box .box-age__modal__two select, .cp-filter__box .box-age__modal__three select {
  text-align: center;
  width: 65px;
  padding: 0px 10px 0px 0px;
  height: 35px;
  border-radius: 10px;
  box-shadow: none;
  background-color: #fff;
}
.cp-filter__box .box-age__modal__one, .cp-filter__box .box-age__modal__two, .cp-filter__box .box-age__modal__three {
  display: none;
}
.cp-filter__box .box-age__modal .btn-ok {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cp-filter__box .box-age__modal .btn-ok {
    display: none;
  }
}
.cp-filter__box .box-age__modal .btn-ok button {
  width: 60%;
  border-radius: 7px;
  padding: 5px;
  border: none;
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: var(--text-color-primary);
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cp-filter__box .box-age__modal .btn-ok button {
    padding: 10px 5px;
  }
}
.cp-filter__box .active-age-1-field {
  display: block;
}
@media (max-width: 767px) {
  .cp-filter__box .active-age-1-field {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 93%;
    gap: 15px;
  }
  .cp-filter__box .active-age-1-field .box-age__modal {
    position: initial;
  }
  .cp-filter__box .active-age-1-field .box-age__modal__one {
    width: 45%;
    float: left;
  }
  .cp-filter__box .active-age-1-field .box-age__modal__one select {
    width: 100%;
  }
}
.cp-filter__box .active-age-1-field .box-age__modal__one {
  display: flex;
}
.cp-filter__box .active-age-1-field .box-age__modal__three {
  display: none !important;
}
.cp-filter__box .active-age-2-field {
  display: block;
}
@media (max-width: 767px) {
  .cp-filter__box .active-age-2-field {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 93%;
    gap: 15px;
  }
  .cp-filter__box .active-age-2-field .box-age__modal {
    position: initial;
  }
  .cp-filter__box .active-age-2-field .box-age__modal__one {
    width: 45%;
    float: left;
  }
  .cp-filter__box .active-age-2-field .box-age__modal__one select {
    width: 97%;
  }
  .cp-filter__box .active-age-2-field .box-age__modal__two {
    width: 45%;
    float: right;
  }
  .cp-filter__box .active-age-2-field .box-age__modal__two select {
    width: 97%;
  }
}
.cp-filter__box .active-age-2-field .box-age__modal__one, .cp-filter__box .active-age-2-field .box-age__modal__two {
  display: flex;
}
.cp-filter__box .active-age-2-field .box-age__modal__three {
  display: none !important;
}
.cp-filter__box .active-age-3-field {
  display: block;
}
@media (max-width: 767px) {
  .cp-filter__box .active-age-3-field {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 93%;
    gap: 15px;
  }
  .cp-filter__box .active-age-3-field .box-age__modal {
    position: initial;
  }
  .cp-filter__box .active-age-3-field .box-age__modal__one {
    width: 45%;
    float: left;
  }
  .cp-filter__box .active-age-3-field .box-age__modal__one select {
    width: 97%;
  }
  .cp-filter__box .active-age-3-field .box-age__modal__two {
    width: 45%;
    float: right;
  }
  .cp-filter__box .active-age-3-field .box-age__modal__two select {
    width: 97%;
  }
  .cp-filter__box .active-age-3-field .box-age__modal__three {
    width: 45%;
    float: left;
  }
  .cp-filter__box .active-age-3-field .box-age__modal__three select {
    width: 97%;
  }
}
.cp-filter__box .active-age-3-field .box-age__modal__one, .cp-filter__box .active-age-3-field .box-age__modal__two, .cp-filter__box .active-age-3-field .box-age__modal__three {
  display: flex;
}
.cp-filter__button {
  display: flex;
  align-items: center;
}
.cp-filter__button a {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  border-radius: 0px 52px 52px 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  height: 5em;
  padding: 0 2rem;
  border: none;
  transition: all 0.3s ease;
  font-family: Inter;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 155px;
}
@media (max-width: 768px) {
  .cp-filter__button a {
    border-radius: 52px;
    height: 3em;
    margin: 1rem 0;
  }
}
.cp-filter__button a:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.3s ease;
}

.heaer-button-mobile {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3;
  background: url(../images/close-button.svg);
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 30px;
  transform: rotate(180deg);
}

.active-menu {
  -moz-transition: all 0.3s;
  -webkit-transition: all 1s;
  transition: all 0.3;
  display: block;
  background-color: #187FB9;
  z-index: 1;
}

.overflow-y {
  overflow-y: hidden;
}

.active-dots {
  display: block !important;
}

.box-redirect {
  border-radius: 8px;
  border: solid 2px #47ACE6;
  background-color: #FFF;
  padding: 1rem 2rem 1rem;
  position: absolute;
  top: 0;
  z-index: 9000;
  display: none;
  width: 58rem;
}
@media (max-width: 768px) {
  .box-redirect {
    width: 86%;
  }
}
.box-redirect__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #47ACE6;
}

.overflow {
  overflow: hidden;
}

.popup {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7rem;
  z-index: 9000;
}
@media (max-width: 768px) {
  .popup {
    top: 15rem;
  }
}
.popup__content {
  border-radius: 8px;
  border: solid 2px #47ACE6;
  background-color: #FFF;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  position: relative;
}
@media (max-width: 766px) {
  .popup__content {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.popup__content .close-popup {
  width: 100%;
}
.popup__content .close-popup img {
  width: 4%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  z-index: 9001;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .popup__content .close-popup img {
    width: 7%;
  }
}
.popup__content .close-popup:hover img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.popup__content a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 480px;
  height: 480px;
}
@media (max-width: 767px) {
  .popup__content a {
    width: 100%;
  }
}
.popup__content .popup_mobile {
  display: none;
}
@media (max-width: 767px) {
  .popup__content .popup_mobile {
    display: block;
  }
}
.popup__content .popup_desktop {
  display: block;
}
@media (max-width: 767px) {
  .popup__content .popup_desktop {
    display: none;
  }
}

.cp-covid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15rem;
  z-index: 9000;
}
@media (max-width: 768px) {
  .cp-covid {
    top: 7rem;
  }
}
.cp-covid__content {
  border-radius: 8px;
  border: solid 2px #47ACE6;
  background-color: #FFF;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .cp-covid__content {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.cp-covid__content .close-pop-up {
  width: 100%;
}
.cp-covid__content .close-pop-up img {
  width: 4%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  z-index: 9001;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cp-covid__content .close-pop-up img {
    width: 7%;
  }
}
.cp-covid__content a div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.cp-covid__content a div h3 {
  color: #034266;
  font-size: 65px;
  font-weight: normal;
  font-family: Trirong;
  line-height: 1.15;
}
@media (max-width: 768px) {
  .cp-covid__content a div h3 {
    font-size: 45px;
  }
}
.cp-covid__content a div img {
  width: 18%;
}
.cp-covid__content a p {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: justify;
  color: #0B5F8F;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.6px;
}
.cp-covid__content a span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 0;
}
.cp-covid__content a span button {
  border: none;
  box-sizing: border-box;
  border-radius: 25px;
  width: 45%;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #FFF;
  transition: all 0.3s ease;
}
.cp-covid__content a span button:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cp-covid__content a span button {
    width: 70%;
  }
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes a {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.active-header {
  -webkit-animation: 1s a;
  animation: 1s a;
  position: fixed;
  top: 0 !important;
  z-index: 10000;
  width: 80%;
  background: #187FB9;
  box-shadow: 0px 5px 15px rgba(71, 172, 230, 0.692);
  border-radius: 0 0 52px 52px;
  padding: 0 3rem;
}
.active-header .cp-filter__box .hotel-select select {
  width: 210px;
  padding: 5px 10px;
  height: 35px;
  font-size: 13px;
}
.active-header .cp-filter__box .date input {
  width: 110px;
  padding: 5px 10px;
  height: 22px;
  font-size: 13px;
}
.active-header .cp-filter__box .select select {
  width: 135px;
  padding: 5px 10px;
  height: 35px;
  font-size: 13px;
}
.active-header .cp-filter__box .box-age .age, .active-header .cp-filter__box .box-age .mask-shadow {
  height: 22px;
  font-size: 13px;
  padding: 5px 10px;
}
.active-header .cp-filter__box .box-age__modal {
  top: 4.5rem;
  left: 15px;
}
.active-header a {
  box-sizing: border-box;
  border-radius: 25px;
  width: 45%;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  transition: all 0.5s;
  cursor: pointer;
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  height: 4em;
  width: 100%;
}
.active-header a:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.5s;
}

div.datedropper {
  --dd-color1: #187FB9;
  --dd-color2: #FFF;
  --dd-color3: #4D4D4D;
  --dd-color4: #FFF;
  --dd-radius: 8px;
  --dd-width: 180px;
  --dd-shadow: 0 0 32px 0px rgba(0, 0, 0, 0.1);
}

.main-footer {
  width: 100%;
  height: auto;
}
.main-footer__top {
  padding: 8rem 0;
  background: linear-gradient(90deg, #6EC4F5 0%, #0C73AD 100%);
  position: relative;
  line-height: 1.4rem;
  font-weight: 900;
}
.main-footer__top__content {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  line-height: 2rem;
}
.main-footer__top__content p {
  margin-top: 1rem;
}
.main-footer__top__content h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .main-footer__top__content {
    margin-bottom: 3rem;
  }
}
.main-footer__top__phone {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-top: 1rem;
}
.main-footer__top__phone a {
  color: #fff;
  padding: 0.1rem 0;
}
.main-footer__top .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .main-footer__top .center {
    justify-content: flex-start;
  }
}
.main-footer__payment {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer__payment p, .main-footer__payment img {
  padding-right: 2rem;
}
.main-footer__payment #visa {
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .main-footer__payment {
    flex-direction: column;
  }
  .main-footer__payment p, .main-footer__payment img {
    margin-bottom: 3rem;
  }
  .main-footer__payment #visa {
    margin-bottom: 35px;
  }
}
.main-footer__partition {
  border-bottom: solid #fff 1px;
  width: 100%;
  margin: 5rem 4rem;
}
.main-footer__item {
  display: flex;
  flex-direction: column;
}
.main-footer__item a {
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 2rem;
  font-size: 1rem;
  letter-spacing: 1.5px;
  cursor: pointer;
  color: #FFF;
}
.main-footer__item a:hover {
  color: #6EC4F5;
}
@media (max-width: 768px) {
  .main-footer__item {
    text-align: center;
    margin: 3rem 0;
  }
}
.main-footer__item .active-label {
  color: #6EC4F5;
}
.main-footer__bottom {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  padding: 5rem 0;
  text-align: center;
  line-height: 1.6;
  cursor: pointer;
}
@media (max-width: 768px) {
  .main-footer__bottom {
    padding: 3rem 0;
  }
}
.main-footer__bottom__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer__hangar {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  display: flex;
  padding-bottom: 2rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .main-footer__hangar {
    padding: 2rem 0 2rem;
  }
}
.main-footer__hangar a {
  filter: brightness(0) invert(1);
}
.main-footer__hangar a:nth-child(2) img {
  height: 40px;
}
.main-footer__social_networks {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer__bottom-up {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .main-footer__bottom-up {
    justify-content: flex-end;
    position: absolute;
    bottom: 95px;
    right: 5px;
  }
}

.bottom-facebook {
  height: 25px;
  width: 25px;
  background: url(../images/icon-facebook.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  margin-right: 15px;
}

.bottom-instagram {
  height: 25px;
  width: 25px;
  background: url(../images/icon-instagram.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  margin-right: 15px;
}

.bottom-up {
  height: 60px;
  width: 60px;
  background: transparent;
  border: solid 1px #fff;
  border-radius: 10em;
  background: url(../images/bottom-up.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .bottom-up {
    height: 40px;
    width: 40px;
  }
}

.btn-whats {
  bottom: 8px;
  right: 5px;
  background-color: #FFF;
  position: fixed;
  z-index: 999;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  outline: none;
  border-radius: 31px;
}

.btn-whats:before {
  content: "\f232";
  line-height: 60px;
  color: #00e676;
  font-family: fontawesome;
  font-size: 40px;
  position: relative;
  margin: 5px;
  padding: 8px;
}

.overlay-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8999;
  cursor: pointer;
}

.box-whats {
  border-radius: 8px;
  border: solid 2px #47ACE6;
  background-color: #FFF;
  padding: 1rem 2rem 1rem;
  position: absolute;
  top: 0;
  z-index: 9000;
  display: none;
  width: 58rem;
}
@media (max-width: 768px) {
  .box-whats {
    width: -webkit-fill-available;
  }
}
.box-whats__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #034266;
  margin-bottom: 1rem;
}
.box-whats__title p {
  font-weight: bold;
  font-family: Inter;
  font-size: 16px;
  line-height: 22px;
}
.box-whats__title img {
  height: 30px;
  cursor: pointer;
}
.box-whats__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.box-whats__content a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #47ACE6;
  color: #FFF;
  border-radius: 25px;
  width: 50%;
  text-align: center;
  margin-bottom: 1rem;
  padding: 10px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .box-whats__content a {
    width: 90%;
  }
}
.box-whats__content a:hover {
  background-color: #034266;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box-reserve {
  border-radius: 8px;
  border: solid 2px #47ACE6;
  background-color: #FFF;
  padding: 1rem 2rem 1rem;
  position: absolute;
  top: 0;
  z-index: 9000;
  display: none;
  width: 58rem;
}
@media (max-width: 768px) {
  .box-reserve {
    width: -webkit-fill-available;
  }
}
.box-reserve__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #034266;
  margin-bottom: 1rem;
}
.box-reserve__title p {
  font-weight: bold;
  font-family: Inter;
  font-size: 16px;
  line-height: 22px;
}
.box-reserve__title img {
  height: 30px;
  cursor: pointer;
}
.box-reserve__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.box-reserve__content a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #47ACE6;
  color: #FFF;
  border-radius: 25px;
  width: 50%;
  text-align: center;
  margin-bottom: 1rem;
  padding: 10px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .box-reserve__content a {
    width: 90%;
  }
}
.box-reserve__content a:hover {
  background-color: #034266;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cp-units {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  background: #F8F9FA;
}
@media (max-width: 768px) {
  .cp-units {
    margin-top: 25rem;
  }
}
.cp-units__banners {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.cp-units__banners a {
  width: 50%;
}
@media (max-width: 768px) {
  .cp-units__banners {
    flex-direction: column;
  }
  .cp-units__banners a {
    width: 100%;
  }
}
.cp-units__banner {
  height: 45em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3rem;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.288), rgba(0, 0, 0, 0.2392156863)) !important;
}
@media (max-width: 768px) {
  .cp-units__banner {
    padding: 0;
    height: 35em;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 255, 255, 0)) !important;
  }
}
.cp-units__banner h4 {
  font-size: 18px;
  line-height: 22px;
  padding: 5rem 8rem;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5137254902);
}
.cp-units__banner p {
  border: 1.5px solid #F8F9FA;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 25px;
  margin-bottom: 10rem;
}
.cp-units__banner p:hover {
  border-color: #0C73AD;
}
.cp-units__banner p, .cp-units__banner h4 {
  text-transform: uppercase;
  color: #F8F9FA;
  letter-spacing: 2.3px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
}
.cp-units__banner:hover {
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1921568627), rgba(255, 255, 255, 0)) !important;
}
@media (min-width: 768px) {
  .cp-units__link {
    height: 45em;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}

.cp-packages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0 8em;
}
@media (max-width: 768px) {
  .cp-packages {
    padding: 5rem 0 8rem;
  }
}
.cp-packages__content {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  background: #FFF;
}
.cp-packages__left {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cp-packages__left {
    display: none;
  }
}
.cp-packages__left__numbers {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-top: 10rem;
}
.cp-packages__left__numbers p {
  font-weight: bold;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  letter-spacing: -3px;
  padding: 0 2rem;
  color: #F8F9FA;
  display: none;
}
.cp-packages__left__numbers span {
  color: #A8E0FF;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  letter-spacing: -1px;
}
.cp-packages__right {
  margin: 5rem 0 0 -15rem;
}
@media (max-width: 768px) {
  .cp-packages__right {
    background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
    margin: 0;
    padding: 5rem 0 7rem 2.5rem;
  }
}
.cp-packages__right__select {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 2rem;
  margin: 0rem 0 -3rem 10em;
}
@media (max-width: 768px) {
  .cp-packages__right__select {
    margin-left: 0;
    padding: 2rem 2.5rem 2rem 0;
    width: auto;
  }
}
.cp-packages__right__select select {
  background: #FFF;
  color: #034266;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  width: 30%;
  border: 1.5px solid #0b5F8F;
  border-radius: 25px;
  padding: 15px 40px 15px 25px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95%;
}
@media (max-width: 768px) {
  .cp-packages__right__select select {
    width: 100%;
  }
}
.cp-packages__right__select select option {
  background: #FFF;
  color: #034266;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  width: 30%;
  border: 1.5px solid #0b5F8F;
  border-radius: 25px;
  padding: 15px 25px;
  cursor: pointer;
}
.cp-packages__right .danger-msg-pp {
  position: absolute;
  color: red;
  margin-top: 5rem;
}
.cp-packages__right__slick .slick-arrow {
  width: 35px;
  height: 35px;
  z-index: 8000;
}
@media (max-width: 768px) {
  .cp-packages__right__slick .slick-arrow {
    display: none !important;
  }
}
.cp-packages__right__slick .slick-next:before, .cp-packages__right__slick .slick-prev:before {
  color: transparent;
  border: solid 1px #fff;
  border-radius: 40px;
  padding: 1.5rem;
  margin-left: -9px;
}
.cp-packages__right__slick .slick-prev {
  top: 23%;
  left: -13%;
  background: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .cp-packages__right__slick .slick-prev {
    top: 50%;
    left: -11%;
  }
}
.cp-packages__right__slick .slick-next {
  top: 35%;
  left: -13%;
  background: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .cp-packages__right__slick .slick-next {
    top: 50%;
    left: 89%;
  }
}
.cp-packages__right__slick .slick-dots {
  bottom: -35px;
  width: 90%;
}
@media (max-width: 768px) {
  .cp-packages__right__slick .slick-dots {
    bottom: -52px;
  }
}
.cp-packages__right__slick .slick-dots li {
  margin-right: 2rem;
}
.cp-packages__right__slick .slick-dots li button {
  border-radius: 0;
  background-color: transparent;
}
.cp-packages__right__slick .slick-dots li.slick-active button:before {
  background-image: linear-gradient(to bottom right, #ffffff 0, #ffffff);
}
.cp-packages__right__slick .slick-dots li button:before {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: #ffffff;
  content: "";
}
.cp-packages__right__box {
  background: #F8F9FA;
  border-radius: 7px;
  width: 30%;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  margin: 4rem 3rem 10rem 0;
}
@media (max-width: 768px) {
  .cp-packages__right__box {
    box-shadow: none;
    margin: 4rem 3rem 0rem 0;
  }
}
.cp-packages__right__box img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  max-height: 192px;
  width: 100%;
  object-fit: cover;
}
.cp-packages__right__box__content {
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .cp-packages__right__box__content {
    padding: 0rem 2rem 1rem;
  }
}
.cp-packages__right__box__content h4 {
  font-family: Trirong;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -0.39px;
  color: #0B5F8F;
}
.cp-packages__right__box__content p, .cp-packages__right__box__content li {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.6px;
  color: #AEBBCD;
}
.cp-packages__right__box__content span {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #0C73AD;
}
@media (max-width: 768px) {
  .cp-packages__right__box__content span {
    font-size: 35px;
  }
}
.cp-packages__right__box__content ul {
  height: 150px;
}
.cp-packages__right__box__content li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cp-packages__right__box__content li img {
  margin-left: 1rem;
  height: 20px;
  width: 20px;
}
.cp-packages__right__box__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .cp-packages__right__box__button {
    padding: 0;
  }
}
.cp-packages__right__box__button__left, .cp-packages__right__box__button__right {
  box-sizing: border-box;
  border-radius: 25px;
  width: 45%;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cp-packages__right__box__button__left, .cp-packages__right__box__button__right {
    font-size: 13px;
    padding: 10px;
  }
}
.cp-packages__right__box__button__left {
  border: 1px solid #0B5F8F;
  color: #0B5F8F;
}
.cp-packages__right__box__button__left:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.3s ease;
  color: #FFF;
}
.cp-packages__right__box__button__right {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
}
.cp-packages__right__box__button__right:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.3s ease;
}

.cp-packages-partition {
  width: 35%;
  border-bottom: #fff solid 3px;
  display: flex;
}
.cp-packages-partition__dots {
  border-bottom: #fff solid 3px;
  margin-bottom: -3px;
}
.cp-packages-partition .active-dots-border {
  border-bottom: #034266 solid 3px;
}

.cp-your-event {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 5rem;
  background: #F8F9FA;
}
@media (max-width: 768px) {
  .cp-your-event {
    padding: 0;
  }
}
.cp-your-event__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #0B5F8F;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cp-your-event__title {
    padding: 0 2rem;
  }
}
.cp-your-event__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cp-your-event__content a {
  height: 16em;
  width: 48rem;
  margin: 6rem 2rem;
}
.cp-your-event__content p {
  border: 1.5px solid #F8F9FA;
  box-sizing: border-box;
  border-radius: 25px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 15px 25px;
  margin: 0 0 2rem;
}
.cp-your-event__content p:hover {
  border-color: #0C73AD;
}
@media (max-width: 768px) {
  .cp-your-event__content {
    flex-direction: column;
    margin: 4rem 0;
  }
  .cp-your-event__content a {
    width: 100%;
    margin: 1rem 0;
  }
}
.cp-your-event__link {
  height: 16em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .cp-your-event__link {
    border-radius: 0;
  }
}
.cp-your-event__banner {
  height: 16em;
  padding: 0 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 7px;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
}
@media (max-width: 768px) {
  .cp-your-event__banner {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 255, 255, 0)) !important;
  }
}
.cp-your-event__banner:hover {
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4901960784), rgba(255, 255, 255, 0)) !important;
  border-radius: 7px;
}

.cp-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  background: #F8F9FA;
}
@media (max-width: 768px) {
  .cp-newsletter {
    padding: 5rem 0 0;
  }
}
.cp-newsletter__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  border-radius: 7px;
  padding: 3em 5em 0;
  margin-bottom: 8rem;
}
.cp-newsletter__form .wpcf7 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cp-newsletter__form .wpcf7 form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cp-newsletter__form p {
  color: #47ACE6;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
}
@media (max-width: 768px) {
  .cp-newsletter__form p {
    font-size: 13px;
  }
}
.cp-newsletter__form input {
  width: 100%;
  border: none;
  background: #F8F9FA;
  border-bottom: 1px solid #47ACE6;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cp-newsletter__form {
    width: 100%;
    padding: 3em 0;
  }
}
.cp-newsletter__form .lgpd {
  width: 100%;
  margin: 2rem 0;
}
.cp-newsletter__form .lgpd span {
  color: #47ACE6;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 10px;
}
.cp-newsletter__form .lgpd span a {
  color: #034266;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 10px;
}
.cp-newsletter__form .lgpd span a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .cp-newsletter__form .lgpd span {
    font-size: 13px;
  }
}
.cp-newsletter__content {
  width: 90%;
}

.btn-newsletter {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  margin: 3em 0 !important;
  width: 20%;
}
@media (max-width: 768px) {
  .btn-newsletter {
    width: 40%;
  }
}

.cp-kth {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0rem 5rem;
  background: #F8F9FA;
}
@media (max-width: 768px) {
  .cp-kth {
    padding: 0;
  }
}
.cp-kth__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #0B5F8F;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cp-kth__title {
    padding: 0 2rem;
  }
}
.cp-kth__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 6rem;
}
.cp-kth__content a {
  height: 16em;
  margin: 6rem 2rem;
}
.cp-kth__content p {
  border: 1.5px solid #F8F9FA;
  box-sizing: border-box;
  border-radius: 25px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 1rem;
  margin: 0 0 2rem;
}
.cp-kth__content p:hover {
  border-color: #0C73AD;
}
@media (max-width: 768px) {
  .cp-kth__content {
    flex-direction: column;
    margin: 0rem 0;
  }
  .cp-kth__content a {
    width: 100%;
    margin: 1rem 0;
  }
}
.cp-kth__content__btns {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: center;
  padding: 0 6rem 0rem;
  gap: 20px;
}
@media (max-width: 768px) {
  .cp-kth__content__btns {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0rem 0rem;
    margin: 2rem 0;
  }
}
.cp-kth__content__btns button {
  font-size: 12px;
}
.cp-kth__content__info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.cp-kth__content__info .central {
  color: #0C73AD;
  text-transform: uppercase;
}
.cp-kth__content__info p {
  color: #929FB1;
  border: none;
  text-transform: none;
}
.cp-kth__content__info__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 4em;
  margin: 0 0 2rem;
}
.cp-kth__content__info__social a {
  height: unset;
}
.cp-kth__content__map {
  width: 100%;
}

.btn-kth {
  background: #fff;
  margin: 3em 0 !important;
  width: 30%;
  color: #0C73AD !important;
  border: 2px solid #0C73AD !important;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .btn-kth {
    width: 90%;
    margin: 0 !important;
  }
}

.btn-kth:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: none !important;
  border: 2px solid #fff !important;
}

.btn-kth-active {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: none !important;
  border: 2px solid #fff !important;
}
@media (max-width: 768px) {
  .btn-kth-active {
    width: 90%;
  }
}

.cp-po {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0rem 5rem;
  background: #F8F9FA;
}
.cp-po__text {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0B5F8F;
  text-transform: normal !important;
  padding: 0rem 10rem;
  margin-bottom: 4rem;
  font-size: 20px;
}
@media (max-width: 768px) {
  .cp-po__text {
    padding: 0rem 1rem;
  }
}
.cp-po__content {
  width: 100%;
  margin-bottom: 10em;
  box-shadow: 0px 30px 30px rgba(71, 172, 230, 0.3);
}
@media (max-width: 768px) {
  .cp-po__content {
    margin-bottom: 5em;
  }
}
.cp-po__content__box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 41em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cp-po__content__box {
    height: 20em;
  }
}
.cp-po__content__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 18%;
  height: 20rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cp-po__content__item {
    width: 35%;
  }
}
.cp-po__content iframe {
  position: absolute;
  width: 100%;
  height: 41em;
  margin-top: 0rem;
  display: none;
}
@media (max-width: 768px) {
  .cp-po__content iframe {
    height: 20em;
  }
}

.btn-po {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  margin: 3em 0 !important;
}

.pg-contact-us-banner {
  width: 100%;
}
.pg-contact-us-banner__box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 41em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pg-contact-us-banner__box {
    height: 30em;
  }
}
.pg-contact-us-banner__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 18%;
  height: 20rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pg-contact-us-banner__item {
    width: 35%;
  }
}
.pg-contact-us-banner iframe {
  position: absolute;
  width: 100%;
  height: 41em;
  margin-top: 0rem;
  display: none;
}
@media (max-width: 768px) {
  .pg-contact-us-banner iframe {
    height: 20em;
  }
}

.cp-contact-us {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .cp-contact-us {
    padding: 20rem 0 0;
  }
}
.cp-contact-us .contact-us__text p {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0B5F8F;
  text-transform: normal !important;
  font-size: 20px;
}
.cp-contact-us .contact-us__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  background: #F8F9FA;
}
@media (max-width: 768px) {
  .cp-contact-us .contact-us__form {
    padding: 5rem 0 0;
  }
}
.cp-contact-us .contact-us__form .wpcf7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp-contact-us .contact-us__form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  border-radius: 7px;
  padding: 3em 5em 0;
  margin-bottom: 8rem;
}
.cp-contact-us .contact-us__form form p {
  color: #47ACE6;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cp-contact-us .contact-us__form form p {
    font-size: 13px;
  }
}
.cp-contact-us .contact-us__form form input {
  width: 100%;
  border: none;
  background: #F8F9FA;
  border-bottom: 1px solid #47ACE6;
  margin-bottom: 1rem;
}
.cp-contact-us .contact-us__form form textarea {
  width: 100%;
  border: none;
  background: #F8F9FA;
  border-bottom: 1px solid #47ACE6;
  margin-bottom: 1rem;
}
.cp-contact-us .contact-us__form form select {
  width: 100%;
  border: none;
  background: #F8F9FA;
  border-bottom: 1px solid #47ACE6;
  margin-bottom: 1rem;
  color: #47ACE6;
  cursor: pointer;
}
.cp-contact-us .contact-us__form form select option {
  color: #47ACE6;
}
.cp-contact-us .contact-us__form form .input-icon-1 {
  background: url("../images/input-icons/icon-person.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.cp-contact-us .contact-us__form form .input-icon-2 {
  background: url('../images/input-icons/icon-email.png"');
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.cp-contact-us .contact-us__form form .input-icon-3 {
  background: url('../images/input-icons/icon-cell.png"');
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.cp-contact-us .contact-us__form form .input-icon-4 {
  background: url("../images/input-icons/icon-pin.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.cp-contact-us .contact-us__form form .contact-checkbox {
  width: 100%;
  display: flex;
}
.cp-contact-us .contact-us__form form .contact-checkbox input {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 2px solid #47ACE6;
  border-radius: 3px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .cp-contact-us .contact-us__form form .contact-checkbox input {
    height: 14px;
    width: 14px;
  }
}
.cp-contact-us .contact-us__form form .contact-checkbox input:checked {
  background-color: #47ACE6;
  border: 1px solid #47ACE6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.cp-contact-us .contact-us__form form .contact-checkbox input:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  margin-left: 1px;
  color: #FFf;
}
@media (max-width: 768px) {
  .cp-contact-us .contact-us__form form .contact-checkbox input:checked:after {
    font-size: 10px;
  }
}
.cp-contact-us .contact-us__form form .contact-checkbox p {
  margin-top: -9px;
}
@media (max-width: 768px) {
  .cp-contact-us .contact-us__form form {
    width: 100%;
    padding: 3em 0;
  }
}
.cp-contact-us .contact-us__form form .lgpd {
  width: 100%;
  margin: 2rem 0;
}
.cp-contact-us .contact-us__form form .lgpd span {
  color: #47ACE6;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 10px;
}
.cp-contact-us .contact-us__form form .lgpd span a {
  color: #034266;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 10px;
}
.cp-contact-us .contact-us__form form .lgpd span a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .cp-contact-us .contact-us__form form .lgpd span {
    font-size: 13px;
  }
}
.cp-contact-us .contact-us__form .contact-us-form__content {
  width: 70%;
}
@media (max-width: 768px) {
  .cp-contact-us .contact-us__form .contact-us-form__content {
    width: 90%;
  }
}
.cp-contact-us .cp-info-technical-contact {
  margin: 5rem 0 0rem;
}
@media (max-width: 768px) {
  .cp-contact-us .cp-info-technical-contact {
    margin: 13rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .cp-contact-us .cp-info-technical-contact .reservar {
    padding: 2em 1em;
    align-items: center;
    width: 100%;
  }
}
.cp-contact-us .cp-info-technical-contact .reservar a {
  display: flex;
  align-items: center;
  justify-content: start;
  background: #fff;
  width: 29%;
  color: #0C73AD !important;
  border: 2px solid #0C73AD !important;
  transition: all 0.3s ease;
  padding: 13px 25px;
  margin: 0 0.5rem;
}
@media (max-width: 768px) {
  .cp-contact-us .cp-info-technical-contact .reservar a {
    margin: 1rem 0;
    width: 85%;
    font-size: 1.3rem;
  }
}
.cp-contact-us .cp-info-technical-contact .reservar a span {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 1rem;
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
  .cp-contact-us .cp-info-technical-contact .reservar a span {
    margin-right: 0.3rem;
  }
}
.cp-contact-us .cp-info-technical-contact .reservar a:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: none !important;
  border: 2px solid #fff !important;
}
.cp-contact-us .cp-info-technical-contact .reservar a:hover span {
  background-image: none !important;
  background-image: url(../images/icon-whatsapp.png) !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
  color: #ff0000;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #398f14;
}

.btn-contact-us {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%) !important;
  margin: 3em 0 !important;
  width: 40% !important;
}
@media (max-width: 768px) {
  .btn-contact-us {
    width: 60% !important;
  }
}

.cp-wwu {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .cp-wwu {
    margin-top: 42em;
  }
}
.cp-wwu .wwu__text p {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0B5F8F;
  text-transform: normal !important;
}
.cp-wwu .wwu__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  background: #F8F9FA;
}
@media (max-width: 768px) {
  .cp-wwu .wwu__form {
    padding: 5rem 0 0;
  }
}
.cp-wwu .wwu__form .wpcf7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp-wwu .wwu__form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  border-radius: 7px;
  padding: 3em 5em 0;
  margin-bottom: 8rem;
}
.cp-wwu .wwu__form form p {
  color: #47ACE6;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cp-wwu .wwu__form form p {
    font-size: 13px;
  }
}
.cp-wwu .wwu__form form input {
  width: 100%;
  border: none;
  background: #F8F9FA;
  border-bottom: 1px solid #47ACE6;
  margin-bottom: 1rem;
}
.cp-wwu .wwu__form form .wwu-input-line {
  width: 100%;
  border-bottom: 1px solid #47ACE6;
}
.cp-wwu .wwu__form form #file-text {
  cursor: pointer;
}
.cp-wwu .wwu__form form #file-text::placeholder {
  color: #47ACE6;
  text-align: center;
}
.cp-wwu .wwu__form form .btn-upload {
  transition: all 0.2s;
  border: 1px solid #47ACE6;
  border-radius: 25px;
  padding: 4px 0;
}
.cp-wwu .wwu__form form .btn-upload:hover {
  transition: all 0.2s;
  border: 2px dotted #47ACE6;
}
.cp-wwu .wwu__form form input[type=file] {
  display: none;
  color: black;
}
.cp-wwu .wwu__form form .label-file {
  display: inline-block;
  height: 1px;
  cursor: pointer;
}
.cp-wwu .wwu__form form .label-file img {
  cursor: pointer;
}
.cp-wwu .wwu__form form textarea {
  width: 100%;
  border: none;
  background: #F8F9FA;
  border-bottom: 1px solid #47ACE6;
  margin-bottom: 1rem;
}
.cp-wwu .wwu__form form .lgpd {
  width: 100%;
  margin: 2rem 0;
}
.cp-wwu .wwu__form form .lgpd span {
  color: #47ACE6;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 10px;
}
.cp-wwu .wwu__form form .lgpd span a {
  color: #034266;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 10px;
}
.cp-wwu .wwu__form form .lgpd span a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .cp-wwu .wwu__form form .lgpd span {
    font-size: 13px;
  }
}
.cp-wwu .wwu__form form select {
  width: 100%;
  border: none;
  background: #F8F9FA;
  border-bottom: 1px solid #47ACE6;
  margin-bottom: 1rem;
  color: #47ACE6;
  cursor: pointer;
}
.cp-wwu .wwu__form form select option {
  color: #47ACE6;
}
.cp-wwu .wwu__form form .input-icon-1 {
  background: url("../images/input-icons/icon-person.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.cp-wwu .wwu__form form .input-icon-2 {
  background: url('../images/input-icons/icon-email.png"');
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.cp-wwu .wwu__form form .input-icon-3 {
  background: url('../images/input-icons/icon-cell.png"');
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.cp-wwu .wwu__form form .input-icon-5 {
  background: url("../images/input-icons/icon-cpf.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.cp-wwu .wwu__form form .input-icon-6 {
  background: url("../images/input-icons/icon-cidade.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.cp-wwu .wwu__form form .input-icon-7 {
  background: url("../images/input-icons/icon-area.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.cp-wwu .wwu__form form .input-icon-8 {
  background: url("../images/input-icons/icon-anexo.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.cp-wwu .wwu__form form .input-icon-9 {
  background: url("../images/input-icons/icon-suitcase.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.cp-wwu .wwu__form form .wwu-checkbox {
  width: 100%;
  display: flex;
}
.cp-wwu .wwu__form form .wwu-checkbox input {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 2px solid #47ACE6;
  border-radius: 3px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .cp-wwu .wwu__form form .wwu-checkbox input {
    height: 14px;
    width: 14px;
  }
}
.cp-wwu .wwu__form form .wwu-checkbox input:checked {
  background-color: #47ACE6;
  border: 1px solid #47ACE6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.cp-wwu .wwu__form form .wwu-checkbox input:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  margin-left: 1px;
  color: #FFf;
}
@media (max-width: 768px) {
  .cp-wwu .wwu__form form .wwu-checkbox input:checked:after {
    font-size: 10px;
  }
}
.cp-wwu .wwu__form form .wwu-checkbox p {
  margin-top: -9px;
}
@media (max-width: 768px) {
  .cp-wwu .wwu__form form {
    width: 100%;
    padding: 3em 0;
  }
}
.cp-wwu .wwu__form .wwu-form__content {
  width: 70%;
}
@media (max-width: 768px) {
  .cp-wwu .wwu__form .wwu-form__content {
    width: 90%;
  }
}

.btn-wwu {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%) !important;
  margin: 3em 0 !important;
  width: 40% !important;
}
@media (max-width: 768px) {
  .btn-wwu {
    width: 60% !important;
  }
}

.pg-units {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .pg-units {
    padding: 18rem 0 0;
  }
}
.pg-units__text {
  padding: 0rem 0 8rem;
  color: #0B5F8F;
}
.pg-units__text p {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.6px;
  text-align: center;
  font-weight: normal !important;
}
.pg-units__text p, .pg-units__text h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0B5F8F;
}
.pg-units__text h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  padding: 4em 0 0;
}
.pg-units__differential {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pg-units__differential__background {
  display: flex;
  justify-content: flex-end;
}
.pg-units__differential__background__item {
  width: 75%;
  height: 243px;
  background: linear-gradient(90deg, #0C73AD 32%, #6EC4F5 100%);
  border-radius: 7px 0px 0px 7px;
}
@media (max-width: 768px) {
  .pg-units__differential__background__item {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
  }
}
.pg-units__differential__slider {
  margin: -13em 0 0 0;
}
@media (max-width: 768px) {
  .pg-units__differential__slider {
    margin: -13em 0 0 0em;
  }
}
.pg-units__differential__slider .slick-list {
  height: 495px !important;
}
.pg-units__differential__slider .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 8000;
}
.pg-units__differential__slider .slick-next, .pg-units__differential__slider .slick-prev {
  top: 86%;
}
.pg-units__differential__slider .slick-prev:before {
  color: transparent;
  background: url(../images/arrow-prev-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-units__differential__slider .slick-next:before {
  color: transparent;
  background: url(../images/arrow-next-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-units__differential__slider .slick-next, .pg-units__differential__slider .slick-prev {
  background-color: #fff;
  border-radius: 40px;
}
.pg-units__differential__slider .slick-prev {
  left: 18%;
}
.pg-units__differential__slider .slick-next {
  right: 18%;
}
.pg-units__differential__slider .slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  bottom: 47px;
}
.pg-units__differential__slider .slick-dots li {
  width: 7%;
  margin-right: 0rem;
  margin: 0;
}
@media (max-width: 768px) {
  .pg-units__differential__slider .slick-dots li {
    width: 37px;
  }
}
.pg-units__differential__slider .slick-dots li button {
  border-radius: 0;
  background-color: transparent;
}
.pg-units__differential__slider .slick-dots li.slick-active button:before {
  background-image: linear-gradient(to bottom right, #0087c5 0, #0087c5);
}
.pg-units__differential__slider .slick-dots li button:before {
  width: 100%;
  height: 3px;
  border-radius: 0;
  content: "";
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .pg-units__differential__slider .slick-dots li button:before {
    width: 30px;
    background-color: #6ec4f5;
  }
}
.pg-units__differential__item {
  width: 20%;
  height: 30rem;
  background: #F8F9FA;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  border-radius: 7px;
  display: flex !important;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  margin: 5rem 2rem 12rem;
}
@media (max-width: 768px) {
  .pg-units__differential__item {
    width: 80%;
  }
}
.pg-units__differential__item img {
  margin-top: 5rem;
}
.pg-units__differential__item p {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.6px;
  color: #0B5F8F;
  padding: 0 3rem 1rem;
  text-align: center;
}
.pg-units__differential__item h2 {
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  color: #0b5f8f;
  padding: 0 3rem 1rem;
  text-align: center;
}
.pg-units__place {
  width: auto;
  overflow: hidden;
}
.pg-units__place__item {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg-units__place__item__content {
  width: 100%;
  height: 41em;
  display: flex !important;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .pg-units__place__item__content {
    height: 25em;
  }
}
.pg-units__place__item__content p {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #F8F9FA;
  padding: 0 21rem 12rem;
}
@media (max-width: 768px) {
  .pg-units__place__item__content p {
    padding: 0 2rem 9rem;
    font-size: 16px;
  }
}
.pg-units__place__item__content a {
  position: absolute;
  top: 0;
}
.pg-units__place .slick-arrow {
  width: 35px;
  height: 35px;
  z-index: 8000;
}
.pg-units__place .slick-next, .pg-units__place .slick-prev {
  top: 90%;
}
.pg-units__place .slick-next:before, .pg-units__place .slick-prev:before {
  color: transparent;
  border: solid 1px #fff;
  border-radius: 40px;
  padding: 1.5rem;
  margin-left: -8px;
}
.pg-units__place .slick-prev {
  left: 10%;
  background: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-units__place .slick-next {
  right: 10%;
  background: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-units__place .slick-dots {
  bottom: 48px;
}
.pg-units__place .slick-dots li {
  width: 40px;
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .pg-units__place .slick-dots li {
    width: 37px;
  }
}
.pg-units__place .slick-dots li button {
  border-radius: 0;
  background-color: transparent;
}
.pg-units__place .slick-dots li.slick-active button:before {
  background-image: linear-gradient(to bottom right, #0087c5 0, #0087c5);
}
.pg-units__place .slick-dots li button:before {
  width: 35px;
  height: 3px;
  border-radius: 0;
  content: "";
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .pg-units__place .slick-dots li button:before {
    width: 30px;
  }
}
.pg-units .button-units {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 12rem;
}
.pg-units .button-units a {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  transition: all 0.3s ease;
}
.pg-units .button-units a:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.3s ease;
  color: #fff !important;
}

iframe {
  width: 100%;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  margin: 5em 0 8em;
}

.pg-sfs {
  margin-top: 4em;
}
@media (max-width: 768px) {
  .pg-sfs {
    margin-top: 18em;
  }
}

.pg-units-slider {
  padding: 3rem 0 15rem;
  width: auto;
  height: auto;
  overflow: hidden;
}
.pg-units-slider__box {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 18em;
}
.pg-units-slider__box__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50px;
  height: 18em;
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-end;
}
.pg-units-slider__box__item img {
  height: 7rem;
  margin-top: 2rem;
}
.pg-units-slider__box .slick-center {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  height: 22em;
}
@media (max-width: 768px) {
  .pg-units-slider__box .slick-center {
    height: 20em;
  }
}
.pg-units-slider__box .slick-track {
  display: flex;
  align-items: center;
}
.pg-units-slider__box .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 8000;
}
.pg-units-slider__box .slick-next, .pg-units-slider__box .slick-prev {
  top: 125%;
  box-shadow: 0px 5px 80px rgba(71, 172, 230, 0.82);
}
.pg-units-slider__box .slick-prev:before {
  color: transparent;
  background: url(../images/arrow-prev-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-units-slider__box .slick-next:before {
  color: transparent;
  background: url(../images/arrow-next-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-units-slider__box .slick-next, .pg-units-slider__box .slick-prev {
  background-color: #fff;
  border-radius: 40px;
}
.pg-units-slider__box .slick-prev {
  left: 18%;
}
.pg-units-slider__box .slick-next {
  right: 18%;
}
.pg-units-slider__box .slick-dots {
  bottom: -92px;
}
.pg-units-slider__box .slick-dots li {
  width: 40px;
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .pg-units-slider__box .slick-dots li {
    width: 37px;
  }
}
.pg-units-slider__box .slick-dots li button {
  border-radius: 0;
  background-color: transparent;
}
.pg-units-slider__box .slick-dots li.slick-active button:before {
  background-image: linear-gradient(to bottom right, #0087c5 0, #0087c5);
}
.pg-units-slider__box .slick-dots li button:before {
  width: 35px;
  height: 3px;
  border-radius: 0;
  content: "";
  background-color: rgba(216, 216, 216, 0.5019607843);
  opacity: 1;
}
@media (max-width: 768px) {
  .pg-units-slider__box .slick-dots li button:before {
    width: 30px;
    background-color: #6ec4f5;
  }
}

.pg-unit-tour {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pg-unit-tour {
    padding: 0 0 2rem;
  }
}
.pg-unit-tour__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 600px;
  height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pg-unit-tour__item {
    height: 12rem;
  }
}
.pg-unit-tour__item p {
  border: 1.5px solid #F8F9FA;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 11px;
  line-height: 17px;
  padding: 1rem;
  color: #0B5F8F;
  background: #F8F9FA;
  margin-bottom: 2.5rem;
  font-family: Inter;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
}
@media (max-width: 768px) {
  .pg-unit-tour__item p {
    margin-bottom: 2rem;
    padding: 0.5rem;
  }
}
.pg-unit-tour__item p:hover {
  border-color: #0C73AD;
}

.pg-units-bedroom {
  margin-bottom: 5rem;
  overflow: hidden;
  max-width: 1300px;
  margin: 0 auto;
}
.pg-units-bedroom .title-bedroom {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  justify-content: flex-end;
  width: 85%;
}
@media (max-width: 768px) {
  .pg-units-bedroom .title-bedroom {
    flex-direction: column;
    align-items: start;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.pg-units-bedroom .title-bedroom span {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 768px) {
  .pg-units-bedroom .title-bedroom span {
    width: 53%;
  }
}
.pg-units-bedroom .title-bedroom span p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.904058px;
  color: #47ACE6;
}
.pg-units-bedroom .title-bedroom div {
  width: 15%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .pg-units-bedroom .title-bedroom div {
    margin-top: 2rem;
    width: 100%;
    justify-content: center;
  }
}
.pg-units-bedroom .title-bedroom div p, .pg-units-bedroom .title-bedroom div input {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #47ACE6;
}
.pg-units-bedroom .title-bedroom div input {
  border: none;
  background: transparent;
  width: 26px;
}
.pg-units-bedroom__slider {
  width: 100%;
}
.pg-units-bedroom__slider .slick-track {
  padding: 0 48rem;
}
@media (max-width: 768px) {
  .pg-units-bedroom__slider .slick-track {
    padding: 0;
  }
}
.pg-units-bedroom__slider .slick-track {
  display: flex;
  align-items: center;
}
.pg-units-bedroom__slider .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 8000;
}
.pg-units-bedroom__slider .slick-next, .pg-units-bedroom__slider .slick-prev {
  top: -8%;
  box-shadow: 0px 10px 30px rgba(3, 66, 102, 0.17);
}
@media (max-width: 768px) {
  .pg-units-bedroom__slider .slick-next, .pg-units-bedroom__slider .slick-prev {
    top: -11%;
  }
}
.pg-units-bedroom__slider .slick-prev:before {
  color: transparent;
  background: url(../images/arrow-prev-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-units-bedroom__slider .slick-next:before {
  color: transparent;
  background: url(../images/arrow-next-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-units-bedroom__slider .slick-next, .pg-units-bedroom__slider .slick-prev {
  background-color: #fff;
  border-radius: 40px;
}
.pg-units-bedroom__slider .slick-prev {
  left: 80%;
}
@media (max-width: 768px) {
  .pg-units-bedroom__slider .slick-prev {
    left: 60%;
  }
}
.pg-units-bedroom__slider .slick-next {
  right: 13%;
}
@media (max-width: 768px) {
  .pg-units-bedroom__slider .slick-next {
    right: 9%;
  }
}
.pg-units-bedroom__slider .slick-dots {
  bottom: -92px;
}
.pg-units-bedroom__slider .slick-dots li {
  width: 40px;
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .pg-units-bedroom__slider .slick-dots li {
    width: 37px;
  }
}
.pg-units-bedroom__slider .slick-dots li button {
  border-radius: 0;
  background-color: transparent;
}
.pg-units-bedroom__slider .slick-dots li.slick-active button:before {
  background-image: linear-gradient(to bottom right, #0087c5 0, #0087c5);
}
.pg-units-bedroom__slider .slick-dots li button:before {
  width: 35px;
  height: 3px;
  border-radius: 0;
  content: "";
  background-color: rgba(216, 216, 216, 0.5019607843);
  opacity: 1;
}
@media (max-width: 768px) {
  .pg-units-bedroom__slider .slick-dots li button:before {
    width: 30px;
    background-color: #6ec4f5;
  }
}
.pg-units-bedroom__slider__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 5rem;
}
@media (max-width: 768px) {
  .pg-units-bedroom__slider__item {
    margin-right: 0;
  }
}
.pg-units-bedroom__slider__item .background__slider .slick-track {
  padding: 0;
}
@media (max-width: 768px) {
  .pg-units-bedroom__slider__item .background__slider .slick-track {
    padding: 0;
  }
}
.pg-units-bedroom__slider__item .background__slider .slick-arrow {
  width: 35px;
  height: 35px;
}
.pg-units-bedroom__slider__item .background__slider .slick-next {
  right: 5%;
}
.pg-units-bedroom__slider__item .background__slider .slick-prev {
  left: 5%;
}
.pg-units-bedroom__slider__item .background__slider .slick-next, .pg-units-bedroom__slider__item .background__slider .slick-prev {
  top: 55%;
  z-index: 8000;
  background-color: transparent;
}
.pg-units-bedroom__slider__item .background__slider .slick-next:before, .pg-units-bedroom__slider__item .background__slider .slick-prev:before {
  color: transparent;
  border: solid 2px #fff;
  border-radius: 40px;
  padding: 1.5rem;
  margin-left: -9px;
}
.pg-units-bedroom__slider__item .background__slider .slick-prev:before {
  background: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-units-bedroom__slider__item .background__slider .slick-next:before {
  background: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-units-bedroom__slider__item .background__slider .slick-dots {
  bottom: 75px;
}
.pg-units-bedroom__slider__item .background__slider .slick-dots li {
  width: 40px;
  margin-right: 0rem;
}
.pg-units-bedroom__slider__item .background__slider .slick-dots li button {
  border-radius: 0;
  background-color: transparent;
}
.pg-units-bedroom__slider__item .background__slider .slick-dots li.slick-active button:before {
  background-image: linear-gradient(to bottom right, #0087c5 0, #0087c5);
}
.pg-units-bedroom__slider__item .background__slider .slick-dots li button:before {
  width: 35px;
  height: 3px;
  border-radius: 0;
  content: "";
  background-color: #fff;
  opacity: 1;
}
.pg-units-bedroom__slider__item .background__slider span {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 30em;
  border-radius: 4px;
}
.pg-units-bedroom__slider__item .box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 10rem;
  position: relative;
}
.pg-units-bedroom__slider__item .box-content .iframe-video-bedroom {
  display: none;
  position: absolute;
  z-index: 10000;
  top: -56rem;
  width: 100%;
  height: 58rem;
}
@media (max-width: 768px) {
  .pg-units-bedroom__slider__item .box-content .iframe-video-bedroom {
    padding: 4rem 0 0;
  }
}
.pg-units-bedroom__slider__item .box-content .iframe-video-bedroom img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 81px;
  cursor: pointer;
}
.pg-units-bedroom__slider__item .box-content .content {
  background: #F8F9FA;
  box-shadow: 0px 23.805px 71.4149px rgba(71, 172, 230, 0.3);
  border-radius: 4px;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 3rem 3rem 5rem;
  z-index: 9000;
  margin-top: -6rem;
}
.pg-units-bedroom__slider__item .box-content .content h4, .pg-units-bedroom__slider__item .box-content .content p {
  font-style: normal;
  color: #187FB9;
}
.pg-units-bedroom__slider__item .box-content .content h4 {
  font-family: Trirong;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -0.39px;
}
.pg-units-bedroom__slider__item .box-content .content p {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.904058px;
  margin: 2rem 0;
  height: 5rem;
}
.pg-units-bedroom__slider__item .box-content .content span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 768px) {
  .pg-units-bedroom__slider__item .box-content .content span {
    flex-direction: column;
    justify-content: center;
  }
}
.pg-units-bedroom__slider__item .box-content .content span button {
  background-color: transparent;
  border: 1px solid #0B5F8F;
  color: #0B5F8F;
  box-sizing: border-box;
  border-radius: 25px;
  width: 46%;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 3rem;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0B5F8F;
}
@media (max-width: 768px) {
  .pg-units-bedroom__slider__item .box-content .content span button {
    width: 100%;
    margin-right: 0;
    margin: 0 0 2rem;
  }
}
.pg-units-bedroom__slider__item .box-content .content span button:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.3s ease;
  color: #FFF;
}
.pg-units-bedroom__slider__item .box-content .content span a {
  margin-right: 0;
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  box-sizing: border-box;
  border-radius: 25px;
  width: 30%;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #F8F9FA;
}
@media (max-width: 768px) {
  .pg-units-bedroom__slider__item .box-content .content span a {
    width: 100%;
  }
}
.pg-units-bedroom__slider__item .box-content .content span a:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.3s ease;
}

.pg-units-restaurant-video {
  width: 100%;
  margin-bottom: 10em;
  box-shadow: 0px 30px 30px rgba(71, 172, 230, 0.3);
}
@media (max-width: 768px) {
  .pg-units-restaurant-video {
    margin-bottom: 5em;
  }
}
.pg-units-restaurant-video__box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 41em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pg-units-restaurant-video__box {
    height: 20em;
  }
}
.pg-units-restaurant-video__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 18%;
  height: 20rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pg-units-restaurant-video__item {
    width: 35%;
  }
}
.pg-units-restaurant-video iframe {
  position: absolute;
  width: 100%;
  height: 41em;
  margin-top: 0rem;
  display: none;
}
@media (max-width: 768px) {
  .pg-units-restaurant-video iframe {
    height: 20em;
  }
}

.pg-units-restaurant .partition {
  width: 45%;
}
.pg-units-restaurant__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 0 10rem;
}
@media (max-width: 768px) {
  .pg-units-restaurant__content {
    flex-direction: column;
    padding: 0 1rem;
  }
}
.pg-units-restaurant__content__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pg-units-restaurant__content__item {
    padding: 1rem 0;
  }
}
.pg-units-restaurant__content__item h4 {
  font-size: 48px;
  text-align: center;
  letter-spacing: -0.39px;
  color: #034266;
  font-weight: normal;
  font-family: Trirong;
  max-width: 90%;
}
@media (max-width: 768px) {
  .pg-units-restaurant__content__item h4 {
    font-size: 38px;
  }
}
.pg-units-restaurant__content__item h5 {
  color: #47ACE6;
  font-size: 18px;
  line-height: 22px;
  font-family: Inter;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}
.pg-units-restaurant__content__item p {
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
  color: #47ACE6;
  font-weight: bold;
  font-family: Inter;
  padding: 0 4rem;
}
.pg-units-restaurant__box {
  width: 90%;
  height: 12em;
  background: #F8F9FA;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  border-radius: 7px;
  margin: 6em auto 8em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pg-units-restaurant__box {
    flex-direction: column;
    margin: 1em auto 5em;
  }
}
.pg-units-restaurant__box p {
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
  color: #47ACE6;
  font-weight: bold;
  font-family: Inter;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .pg-units-restaurant__box p {
    padding: 1rem 0;
  }
}
.pg-units-restaurant__box__left, .pg-units-restaurant__box__right {
  box-sizing: border-box;
  border-radius: 25px;
  width: 25%;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .pg-units-restaurant__box__left, .pg-units-restaurant__box__right {
    font-size: 13px;
    width: 70%;
  }
}
.pg-units-restaurant__box__left {
  border: 1px solid #0B5F8F;
  color: #0B5F8F;
}
.pg-units-restaurant__box__left:hover {
  background: #0B5F8F;
  transition: all 0.3s ease;
  color: #FFF;
}
.pg-units-restaurant__box__right {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
}
.pg-units-restaurant__box__right:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.3s ease;
}

.lb-nav .lb-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  display: block !important;
  z-index: 10000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lb-nav .lb-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  display: block !important;
  z-index: 10000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cp-other-units {
  margin: 0 0 10em;
  box-shadow: 0px 30px 30px rgba(71, 172, 230, 0.3);
}
@media (max-width: 768px) {
  .cp-other-units {
    margin: 0 0 5em;
  }
}
.cp-other-units__banners {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.cp-other-units__banners a {
  width: 50%;
}
@media (max-width: 768px) {
  .cp-other-units__banners {
    flex-direction: column;
  }
  .cp-other-units__banners a {
    width: 100%;
  }
}
.cp-other-units__banner {
  height: 45em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.288), rgba(0, 0, 0, 0.2392156863)) !important;
}
@media (max-width: 768px) {
  .cp-other-units__banner {
    padding: 0;
    height: 35em;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 255, 255, 0)) !important;
  }
}
.cp-other-units__banner h4 {
  font-size: 18px;
  line-height: 22px;
  padding: 5rem 8rem;
}
.cp-other-units__banner p {
  border: 1.5px solid #F8F9FA;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 14px;
  line-height: 17px;
  padding: 1rem;
  margin-bottom: 10rem;
}
.cp-other-units__banner p:hover {
  border-color: #0C73AD;
}
.cp-other-units__banner p, .cp-other-units__banner h4 {
  text-transform: uppercase;
  color: #F8F9FA;
  letter-spacing: 2.3px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
}
.cp-other-units__banner:hover {
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
  background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 255, 255, 0)) !important;
}
@media (min-width: 768px) {
  .cp-other-units__link {
    height: 45em;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}

.pg-restaurants {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pg-restaurants {
    padding: 28rem 0 0;
  }
}
.pg-restaurants .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem;
  margin-bottom: 10em;
}
@media (max-width: 768px) {
  .pg-restaurants .container {
    padding: 0;
    margin-bottom: 0em;
  }
}
.pg-restaurants__text {
  padding: 0rem 0 2rem;
}
.pg-restaurants__text p {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.6px;
  text-align: center;
  font-weight: normal !important;
}
@media (max-width: 768px) {
  .pg-restaurants__text p {
    padding: 0rem 1rem 1rem;
  }
}
.pg-restaurants__text p, .pg-restaurants__text h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0B5F8F;
}
.pg-restaurants__text h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  padding: 4em 0 0;
}
.pg-restaurants__modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: -12em;
  background: #F8F9FA;
  width: 100%;
  max-width: 1141px;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  border-radius: 7px;
  padding: 3em 3em 0;
}
@media (max-width: 768px) {
  .pg-restaurants__modal {
    position: relative;
    padding: 2em 0em;
    top: 0em;
  }
}
.pg-restaurants__banner {
  background-repeat: no-repeat;
  width: 100%;
  height: 646px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .pg-restaurants__banner {
    height: 323px;
  }
}
.pg-restaurants__map {
  width: 100%;
  margin-bottom: 12em;
}
.pg-restaurants__map:nth-of-type(2) {
  width: 100%;
  margin-bottom: 0em;
}

.pg-restaurants-slider {
  padding: 9rem 0 15rem;
  width: auto;
  height: auto;
  overflow: hidden;
}
.pg-restaurants-slider__box {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 18em;
}
.pg-restaurants-slider__box__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50px;
  height: 18em;
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-end;
}
.pg-restaurants-slider__box__item a {
  margin-top: 1em;
  position: absolute;
}
.pg-restaurants-slider__box__item img {
  height: 100%;
  width: 100%;
}
.pg-restaurants-slider__box .slick-center {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  height: 22em;
}
@media (max-width: 768px) {
  .pg-restaurants-slider__box .slick-center {
    height: 20em;
  }
}
.pg-restaurants-slider__box .slick-track {
  display: flex;
  align-items: center;
}
.pg-restaurants-slider__box .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 9999;
}
.pg-restaurants-slider__box .slick-next, .pg-restaurants-slider__box .slick-prev {
  top: 125%;
  box-shadow: 0px 5px 80px rgba(71, 172, 230, 0.82);
}
.pg-restaurants-slider__box .slick-prev:before {
  color: transparent;
  background: url(../images/arrow-prev-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-restaurants-slider__box .slick-next:before {
  color: transparent;
  background: url(../images/arrow-next-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-restaurants-slider__box .slick-next, .pg-restaurants-slider__box .slick-prev {
  background-color: #fff;
  border-radius: 40px;
}
.pg-restaurants-slider__box .slick-prev {
  left: 18%;
}
.pg-restaurants-slider__box .slick-next {
  right: 18%;
}
.pg-restaurants-slider__box .slick-dots {
  bottom: -92px;
}
.pg-restaurants-slider__box .slick-dots li {
  width: 40px;
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .pg-restaurants-slider__box .slick-dots li {
    width: 37px;
  }
}
.pg-restaurants-slider__box .slick-dots li button {
  border-radius: 0;
  background-color: transparent;
}
.pg-restaurants-slider__box .slick-dots li.slick-active button:before {
  background-image: linear-gradient(to bottom right, #0087c5 0, #0087c5);
}
.pg-restaurants-slider__box .slick-dots li button:before {
  width: 35px;
  height: 3px;
  border-radius: 0;
  content: "";
  background-color: rgba(216, 216, 216, 0.5019607843);
  opacity: 1;
}
@media (max-width: 768px) {
  .pg-restaurants-slider__box .slick-dots li button:before {
    width: 30px;
    background-color: #6ec4f5;
  }
}
.pg-restaurants-slider__text {
  padding: 0rem 0 8rem;
}
.pg-restaurants-slider__text p {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.6px;
}
@media (max-width: 768px) {
  .pg-restaurants-slider__text p {
    text-align: justify !important;
  }
}
.pg-restaurants-slider__text p, .pg-restaurants-slider__text h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0B5F8F;
}
.pg-restaurants-slider__text h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  padding: 4em 0 0;
}

.pg-restaurants-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 7px;
  margin-bottom: 8rem;
}
.pg-restaurants-options__text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 90%;
  padding: 5em 1em;
  background: #F8F9FA;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
}
@media (max-width: 768px) {
  .pg-restaurants-options__text {
    flex-direction: column;
    align-items: center;
  }
}
.pg-restaurants-options__text p {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.6px;
  margin: 0em 3em;
}
@media (max-width: 768px) {
  .pg-restaurants-options__text p {
    text-align: justify !important;
  }
}
.pg-restaurants-options__text p, .pg-restaurants-options__text h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0B5F8F;
}
.pg-restaurants-options__text h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  padding: 4em 0 0;
}
.pg-restaurants-options a {
  width: 30%;
}
@media (max-width: 768px) {
  .pg-restaurants-options a {
    width: 90%;
  }
}
.pg-restaurants-options .btn-options {
  background: #fff;
  margin: 3em 0 !important;
  width: 100%;
  color: #0C73AD !important;
  border: 2px solid #0C73AD !important;
  transition: all 0.3s ease;
}
.pg-restaurants-options .btn-options:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: none !important;
  border: 2px solid #0C73AD !important;
}
.pg-restaurants-options .btn-options-reserva {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%) !important;
  margin: 3em 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pg-restaurants-options .btn-options-reserva:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%) !important;
  transition: all 0.3s ease;
}

.pg-restaurants-schedules {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 7px;
  margin-bottom: 25rem;
}
.pg-restaurants-schedules .container {
  width: 100%;
}
@media (max-width: 768px) {
  .pg-restaurants-schedules .container {
    padding: 0;
  }
}
.pg-restaurants-schedules__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pg-restaurants-schedules__title .partition {
  width: 100%;
}
.pg-restaurants-schedules__title p {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0B5F8F;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .pg-restaurants-schedules__title p {
    padding: 0 1rem;
  }
}
.pg-restaurants-schedules__text {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .pg-restaurants-schedules__text {
    flex-direction: column;
  }
}
.pg-restaurants-schedules__text div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pg-restaurants-schedules__text div {
    margin-top: 2em;
  }
}
.pg-restaurants-schedules__text div h4 {
  font-size: 48px;
  text-align: center;
  letter-spacing: -0.39px;
  color: #034266;
  font-weight: normal;
  font-family: Trirong;
}
@media (max-width: 768px) {
  .pg-restaurants-schedules__text div h4 {
    font-size: 38px;
  }
}
.pg-restaurants-schedules__text div p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.6px;
  color: #47ACE6;
}
@media (max-width: 768px) {
  .pg-restaurants-schedules__text div p {
    text-align: justify !important;
  }
}
.pg-restaurants-schedules__text div p, .pg-restaurants-schedules__text div a {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.pg-restaurants-schedules__text div a {
  font-family: Trirong;
  font-size: 30px;
  line-height: 60px;
  padding: 4em 0 0;
  color: #0B5F8F;
  font-weight: normal;
  padding: 0;
}

.single-restaurante .cp-filter {
  display: none;
}

.single-restaurants {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0 8rem 0;
}
@media (max-width: 768px) {
  .single-restaurants {
    padding: 12rem 0 4rem 0;
  }
}
.single-restaurants .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .single-restaurants .container {
    width: 100%;
    padding: 0 1.5rem;
    margin-bottom: 4rem;
  }
}
.single-restaurants .title {
  width: 100%;
}
.single-restaurants .partition {
  width: 100%;
}
.single-restaurants__main-image {
  width: 484px;
  height: 230px;
  margin-bottom: 8rem;
}
.single-restaurants .search-label {
  color: #47ace6;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #47ace6;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Inter;
}
.single-restaurants .search-label span {
  color: #034266;
}
@media (max-width: 992px) {
  .single-restaurants .search-label {
    position: initial;
    width: 100%;
    text-align: center;
  }
}
.single-restaurants__menu {
  position: absolute;
  width: 1170px;
}
@media (max-width: 992px) {
  .single-restaurants__menu {
    width: calc(100% - 3rem);
  }
}
.single-restaurants__menu.cardapio_active {
  position: fixed;
  top: 1rem;
}
@media (max-width: 992px) {
  .single-restaurants__menu.cardapio_active {
    top: 10rem;
  }
}
.single-restaurants__menu .menu-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem;
  background: #F8F9FA;
  box-shadow: 0px 30px 60px rgba(71, 172, 230, 0.3);
  border-radius: 52px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .single-restaurants__menu .menu-items {
    padding: 3rem;
  }
}
.single-restaurants__menu .menu-items a:not(.search) {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  user-select: none;
  white-space: nowrap;
  color: #6D7989;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .single-restaurants__menu .menu-items a:not(.search):hover {
    background: -webkit-linear-gradient(left, #0C73AD, #6EC4F5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
  }
}
.single-restaurants__menu .menu-items a.search {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-restaurants__menu .search-field {
  display: flex;
  flex-direction: column;
  left: 0;
  top: 6rem;
  background: #f8f9fa;
  padding: 7rem 3rem 3rem 3rem;
  gap: 2rem;
  box-shadow: 0px 30px 60px rgba(71, 172, 230, 0.3);
  border-radius: 0 0 52px 52px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .single-restaurants__menu .search-field {
    width: calc(100% - 6rem);
    padding: 6rem 3rem 3rem 3rem;
  }
}
.single-restaurants__menu .search-field .field {
  position: relative;
}
.single-restaurants__menu .search-field .field .search-submit, .single-restaurants__menu .search-field .field .search-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.single-restaurants__menu .search-field .field .search-clear:hover img {
  opacity: 0.75;
  transition: 0.3s;
}
.single-restaurants__menu .search-field .field .search-clear img {
  filter: invert(1);
  opacity: 0.5;
  transition: 0.3s;
}
.single-restaurants__menu .search-field .field .search-submit.left {
  right: calc(1rem + 24px);
}
.single-restaurants__menu .search-field .field input {
  background: transparent;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #47ace6;
  height: 30px;
  color: #034266;
  padding: 5px calc(25px + 2rem) 5px 10px;
}
.single-restaurants__menu .search-field .field input.padding-right {
  padding: 5px calc(25px + 2.5rem + 14px) 5px 10px;
}
.single-restaurants__menu .search-field .field input:-webkit-autofill, .single-restaurants__menu .search-field .field input:-webkit-autofill:hover, .single-restaurants__menu .search-field .field input:-webkit-autofill:focus, .single-restaurants__menu .search-field .field input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f8f9fa inset !important;
}
@media (max-width: 768px) {
  .single-restaurants__menu .search-field .field input {
    width: calc(100% - 6rem);
  }
}
.single-restaurants__menu .submenu-items {
  display: flex;
  flex-direction: column;
  right: 0;
  top: 6rem;
  background: #f8f9fa;
  padding: 7rem 3rem 3rem 3rem;
  gap: 2rem;
  box-shadow: 0px 30px 60px rgba(71, 172, 230, 0.3);
  border-radius: 0 0 52px 52px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .single-restaurants__menu .submenu-items {
    width: calc(100% - 6rem);
    padding: 6rem 3rem 3rem 3rem;
  }
}
.single-restaurants__menu .submenu-items a {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  user-select: none;
  white-space: nowrap;
  color: #6D7989;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .single-restaurants__menu .submenu-items a:hover {
    background: -webkit-linear-gradient(left, #0C73AD, #6EC4F5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
  }
}
.single-restaurants .search-items {
  margin-top: 14rem !important;
}
.single-restaurants .search-items .each-block {
  padding-bottom: 0 !important;
}
.single-restaurants__cardapios, .single-restaurants .search-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 12rem;
}
.single-restaurants__cardapios .each-block, .single-restaurants .search-items .each-block {
  padding: 4rem 0;
}
@media (max-width: 992px) {
  .single-restaurants__cardapios .each-block, .single-restaurants .search-items .each-block {
    padding: 2rem 0;
  }
}
.single-restaurants__cardapios .menu-degustacao, .single-restaurants .search-items .menu-degustacao {
  margin-top: 4rem;
}
.single-restaurants__cardapios .menu-degustacao h6, .single-restaurants .search-items .menu-degustacao h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #034266;
}
.single-restaurants__cardapios .title, .single-restaurants .search-items .title {
  margin: 0 0 4rem 0;
}
@media (max-width: 992px) {
  .single-restaurants__cardapios .title, .single-restaurants .search-items .title {
    margin: 0 0 2rem 0;
  }
}
.single-restaurants__cardapios .title h4, .single-restaurants .search-items .title h4 {
  font-family: Trirong;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  letter-spacing: -0.39px;
  text-transform: uppercase;
  color: #034266;
}
.single-restaurants__cardapios .nenhum-item-encontrado, .single-restaurants .search-items .nenhum-item-encontrado {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0b5f8f;
  margin: 2rem 0 0 0;
}
.single-restaurants__cardapios .subheading, .single-restaurants .search-items .subheading {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .single-restaurants__cardapios .subheading, .single-restaurants .search-items .subheading {
    margin: 0 0 2rem 0;
  }
}
.single-restaurants__cardapios .subheading p, .single-restaurants .search-items .subheading p {
  width: 75%;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.904058px;
  color: #034266;
  text-align: center;
}
.single-restaurants__cardapios .pessoas_filter, .single-restaurants .search-items .pessoas_filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .single-restaurants__cardapios .pessoas_filter, .single-restaurants .search-items .pessoas_filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.single-restaurants__cardapios .pessoas_filter span, .single-restaurants .search-items .pessoas_filter span {
  border: 1.5px solid #0B5F8F;
  border-radius: 25px;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 1rem 2rem;
  color: #0B5F8F;
  transition: 0.3s;
  user-select: none;
  cursor: pointer;
}
.single-restaurants__cardapios .pessoas_filter span.span-active, .single-restaurants .search-items .pessoas_filter span.span-active {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #F8F9FA;
  border-color: transparent;
  cursor: default;
}
.single-restaurants__cardapios .pessoas_filter span:not(.span-active):hover, .single-restaurants .search-items .pessoas_filter span:not(.span-active):hover {
  background: #0C73AD;
  color: #F8F9FA;
  border-color: transparent;
  transition: 0.3s;
}
.single-restaurants__cardapios__each, .single-restaurants .search-items__each {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-restaurants__cardapios__each:not(.blur-load), .single-restaurants .search-items__each:not(.blur-load) {
  transition: 0.2s;
}
.single-restaurants__cardapios__each__image, .single-restaurants .search-items__each__image {
  width: 100%;
  margin-bottom: 2rem;
}
.single-restaurants__cardapios__each__image img, .single-restaurants .search-items__each__image img {
  width: 100%;
}
.single-restaurants__cardapios__each__subheading, .single-restaurants .search-items__each__subheading {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-restaurants__cardapios__each__subheading h5, .single-restaurants .search-items__each__subheading h5 {
  width: 75%;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #034266;
  text-transform: uppercase;
  text-align: center;
}
.single-restaurants__cardapios__each__subheading h5 span, .single-restaurants .search-items__each__subheading h5 span {
  color: #187fb9;
}
.single-restaurants__cardapios__each__items, .single-restaurants .search-items__each__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .single-restaurants__cardapios__each__items, .single-restaurants .search-items__each__items {
    grid-template-columns: 1fr;
  }
}
.single-restaurants__cardapios__each__items__each-item, .single-restaurants .search-items__each__items__each-item {
  background-color: #EEF3F9;
  border-radius: 2px;
  padding: 2rem;
  border: 1.4px solid #DEE3E9;
  position: relative;
  z-index: -1;
}
.single-restaurants__cardapios__each__items__each-item:nth-child(odd):last-child, .single-restaurants .search-items__each__items__each-item:nth-child(odd):last-child {
  grid-column: 1/-1;
}
.single-restaurants__cardapios__each__items__each-item h4, .single-restaurants .search-items__each__items__each-item h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #187FB9;
}
.single-restaurants__cardapios__each__items__each-item p, .single-restaurants .search-items__each__items__each-item p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.904058px;
  color: #034266;
  margin-top: 1rem;
}
.single-restaurants__cardapios__each__items__each-item div, .single-restaurants .search-items__each__items__each-item div {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .single-restaurants__cardapios__each__items__each-item div, .single-restaurants .search-items__each__items__each-item div {
    position: relative;
  }
}
@media (min-width: 768px) {
  .single-restaurants__cardapios__each__items__each-item div, .single-restaurants .search-items__each__items__each-item div {
    bottom: 0;
    height: 35px;
  }
}
.single-restaurants__cardapios__each__items__each-item div span, .single-restaurants .search-items__each__items__each-item div span {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
  display: flex;
  align-items: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .single-restaurants__cardapios__each__items__each-item div span, .single-restaurants .search-items__each__items__each-item div span {
    position: absolute;
    bottom: 1rem;
  }
  .single-restaurants__cardapios__each__items__each-item div span:nth-child(1), .single-restaurants .search-items__each__items__each-item div span:nth-child(1) {
    left: 2rem;
  }
  .single-restaurants__cardapios__each__items__each-item div span:nth-child(2), .single-restaurants .search-items__each__items__each-item div span:nth-child(2) {
    right: 2rem;
  }
}
.single-restaurants__cardapios__each__items__each-item__price, .single-restaurants .search-items__each__items__each-item__price {
  color: #034266;
}
.single-restaurants__cardapios__each__items__each-item__pessoas, .single-restaurants .search-items__each__items__each-item__pessoas {
  color: #929FB1;
}

.blur-load {
  filter: blur(5px);
}

.pg-news {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pg-news {
    margin-top: 18em;
  }
}
.pg-news .filter-search {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
}
.pg-news .filter-search input {
  background: #F8F9FA;
  color: #034266;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  width: 100%;
  border: 1.5px solid #0b5F8F;
  border-radius: 25px;
  padding: 15px 40px 15px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95%;
  position: relative;
}
.pg-news .filter-search img {
  position: absolute;
  right: 15px;
  z-index: 1;
  cursor: pointer;
}
.pg-news .cp-filter__select {
  width: 100%;
  padding: 0;
  gap: 15px;
}
.pg-news .cp-filter__select input {
  background-image: none;
}
.pg-news .cp-filter__select select {
  width: 33%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95%;
}
@media (max-width: 768px) {
  .pg-news .cp-filter__select select {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .pg-news .cp-filter__select {
    width: auto;
    padding: 0;
    position: relative;
  }
  .pg-news .cp-filter__select input {
    width: auto;
  }
}

.pg-news-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pg-news-list .pg-news-posts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .pg-news-list .pg-news-posts {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.pg-news-list .pg-news-posts__item:first-child {
  width: 100%;
  padding-bottom: 3em;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  border-radius: 7px;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pg-news-list .pg-news-posts__item:first-child a div {
    height: auto;
    max-height: max-content;
  }
}
@media (max-width: 768px) {
  .pg-news-list .pg-news-posts__item:first-child {
    width: 100%;
  }
}
.pg-news-list .pg-news-posts__item:first-child a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.pg-news-list .pg-news-posts__item:first-child div:nth-child(1) {
  width: 100%;
  height: auto;
}
.pg-news-list .pg-news-posts__item:first-child div:nth-child(2) {
  width: 80%;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em 1em;
  margin-top: 4em;
  background: #fff;
}
.pg-news-list .pg-news-posts__item:first-child div:nth-child(2) span {
  font-family: Trirong;
  font-size: 50px;
  line-height: 60px;
  padding: 4em 0 0;
  color: #0B5F8F;
  font-weight: normal;
  padding: 0;
  text-align: center;
}
.pg-news-list .pg-news-posts__item:first-child div:nth-child(2) div {
  box-shadow: none;
  margin: 2rem 0 3rem;
  padding: 0;
}
.pg-news-list .pg-news-posts__item:first-child div:nth-child(2) button {
  width: 20%;
}
@media (max-width: 768px) {
  .pg-news-list .pg-news-posts__item:first-child div:nth-child(2) button {
    width: 80%;
  }
}
.pg-news-list .pg-news-posts__item:nth-child(2), .pg-news-list .pg-news-posts__item:nth-child(3) {
  margin-top: 2em;
}
.pg-news-list .pg-news-posts__item {
  width: 33%;
  margin-left: 15.65%;
  margin-bottom: 1em;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  border-radius: 7px;
}
@media (max-width: 768px) {
  .pg-news-list .pg-news-posts__item {
    width: 100%;
    margin-left: 0%;
  }
}
.pg-news-list .pg-news-posts__item__thumb {
  height: 340px;
}
@media (max-width: 768px) {
  .pg-news-list .pg-news-posts__item__thumb {
    max-height: 280px;
  }
}
.pg-news-list .pg-news-posts__item__thumb img {
  width: 100%;
  height: 100%;
}
.pg-news-list .pg-news-posts__item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em 1em;
}
.pg-news-list .pg-news-posts__item__content p {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.6px;
  color: #0B5F8F;
  padding: 0em 2em;
  padding-bottom: 1em;
}
@media (max-width: 768px) {
  .pg-news-list .pg-news-posts__item__content p {
    text-align: justify !important;
  }
}
.pg-news-list .pg-news-posts__item__content p, .pg-news-list .pg-news-posts__item__content h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.pg-news-list .pg-news-posts__item__content span {
  font-family: Trirong;
  font-size: 30px;
  line-height: 42px;
  padding: 4em 0 0;
  color: #0B5F8F;
  font-weight: normal;
  padding: 0;
  text-align: center;
}
.pg-news-list .pg-news-posts__item__content .partition {
  margin: 2rem 0 3rem;
}
.pg-news-list .pg-news-posts__item__content a {
  display: flex;
  justify-content: center;
}
.pg-news-list .pg-news-posts__item:nth-child(2n+1) {
  margin-left: 3%;
}
@media (max-width: 768px) {
  .pg-news-list .pg-news-posts__item:nth-child(2n+1) {
    margin-left: 0%;
  }
}
.pg-news-list__pagination {
  margin: 2em 0;
  width: 80%;
  background: #F8F9FA;
  box-shadow: 0px 27.3333px 82px rgba(71, 172, 230, 0.3);
  padding: 1em 1em;
  display: flex;
}
.pg-news-list__pagination .nav-links {
  display: flex;
}
.pg-news-list__pagination h2, .pg-news-list__pagination a, .pg-news-list__pagination span {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
  /* identical to box height, or 233% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.6px;
  /* #034266 */
  color: #034266;
  padding: 0em 1em;
}
.pg-news-list__pagination a, .pg-news-list__pagination span {
  cursor: pointer;
}
.pg-news-list__pagination a:hover, .pg-news-list__pagination span:hover {
  border: 1.5px solid #034266;
  box-sizing: border-box;
  border-radius: 25px;
}

.btn-item {
  background: #fff;
  margin: 3em 0 !important;
  width: 100%;
  color: #0C73AD !important;
  border: 2px solid #0C73AD !important;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .btn-item {
    width: 100%;
  }
}

.btn-item:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: none !important;
  border: 2px solid #fff !important;
}

.primary-input {
  background-image: inherit !important;
}

.pg-news-single {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .pg-news-single {
    padding-top: 28rem;
  }
}
.pg-news-single__thumb {
  width: 100%;
  height: auto;
}
.pg-news-single__thumb img {
  width: 100%;
  height: 100%;
}
.pg-news-single__content {
  width: 80%;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  margin: 2em 0;
  padding: 5em;
}
@media (max-width: 768px) {
  .pg-news-single__content {
    padding: 2em;
  }
}
.pg-news-single__content p {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.6px;
  color: #0B5F8F;
  text-align: justify !important;
  font-weight: normal !important;
}
.pg-news-single__content h5 {
  font-size: 36px;
}
.pg-news-single__content ul, .pg-news-single__content li {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.6px;
  color: #0B5F8F;
  text-align: justify !important;
  font-weight: normal !important;
  list-style-type: disc;
}
.pg-news-single__content p, .pg-news-single__content h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.pg-news-single__content span {
  font-family: Trirong;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  /* identical to box height, or 120% */
  letter-spacing: -0.39px;
  /* #034266 */
  color: #034266;
}
.pg-news-single__content .wp-block-file a {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.6px;
  color: #0B5F8F;
}
.pg-news-single__content .author {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #034266;
  display: flex;
  margin-top: 1em;
  align-items: center;
}
@media (max-width: 768px) {
  .pg-news-single__content .author {
    flex-direction: column;
  }
}
.pg-news-single__content .author img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 1em;
}
.pg-news-single__content .author p {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #AEBBCD;
  margin-left: 4.6px;
}
@media (max-width: 768px) {
  .pg-news-single figure {
    margin: 0;
  }
}
.pg-news-single figure .wp-block-embed__wrapper iframe {
  height: 550px;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .pg-news-single figure .wp-block-embed__wrapper iframe {
    height: auto;
  }
}

.share {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}
.share div {
  width: 80%;
  box-shadow: 0px 27.3333px 82px rgba(71, 172, 230, 0.3);
  padding: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .share div {
    padding: 2em;
  }
}
.share div img {
  margin-left: 1em;
}
.share span {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -1px;
  /* #0B5F8F */
  color: #0B5F8F;
}
.share .billiard-marker {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.share .billiard-marker .marker {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .share .billiard-marker .marker {
    flex-direction: row;
    align-items: start;
  }
}
.share .billiard-marker .marker ul {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .share .billiard-marker .marker ul {
    flex-direction: column;
  }
}
.share .billiard-marker .marker ul li {
  padding: 15px 0;
  margin: 0.5rem 0;
}
.share .billiard-marker .marker ul li a {
  font-size: 17px;
  letter-spacing: 0.6px;
  color: #0B5F8F;
  text-align: center;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 30px;
  border: 2px solid #0B5F8F;
  padding: 15px 25px;
  margin: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.share .billiard-marker .marker ul li a:hover {
  background-color: #0B5F8F;
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.share .billiard-marker hr {
  width: 100%;
  margin: 4rem 0;
}
.share .billiard-marker aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.pg-news-single-slider {
  padding: 3rem 0 15rem;
  width: auto;
  height: auto;
  overflow: hidden;
}
.pg-news-single-slider__box {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 18em;
}
.pg-news-single-slider__box .item-shadow {
  height: 18em;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.486), rgba(0, 0, 0, 0)) !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.pg-news-single-slider__box__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50px;
  height: 18em;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.pg-news-single-slider__box__item img {
  height: 7rem;
  margin-top: 2rem;
}
.pg-news-single-slider__box__item span {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -1px;
  color: #F8F9FA;
}
.pg-news-single-slider__box__item button {
  background: transparent;
  margin: 3em 0 !important;
  color: #F8F9FA !important;
  border: 2px solid #F8F9FA !important;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .pg-news-single-slider__box__item button {
    width: 90%;
  }
}
.pg-news-single-slider__box .slick-center {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  height: 22em;
}
@media (max-width: 768px) {
  .pg-news-single-slider__box .slick-center {
    height: 20em;
  }
}
.pg-news-single-slider__box .slick-track {
  display: flex;
  align-items: center;
}
.pg-news-single-slider__box .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 9999;
}
.pg-news-single-slider__box .slick-next, .pg-news-single-slider__box .slick-prev {
  top: 125%;
  box-shadow: 0px 5px 80px rgba(71, 172, 230, 0.82);
}
.pg-news-single-slider__box .slick-prev:before {
  color: transparent;
  background: url(../images/arrow-prev-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-news-single-slider__box .slick-next:before {
  color: transparent;
  background: url(../images/arrow-next-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-news-single-slider__box .slick-next, .pg-news-single-slider__box .slick-prev {
  background-color: #fff;
  border-radius: 40px;
}
.pg-news-single-slider__box .slick-prev {
  left: 18%;
}
.pg-news-single-slider__box .slick-next {
  right: 18%;
}
.pg-news-single-slider__box .slick-dots {
  bottom: -92px;
}
.pg-news-single-slider__box .slick-dots li {
  width: 113px;
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .pg-news-single-slider__box .slick-dots li {
    width: 37px;
  }
}
.pg-news-single-slider__box .slick-dots li button {
  border-radius: 0;
  background-color: transparent;
}
.pg-news-single-slider__box .slick-dots li.slick-active button:before {
  background-image: linear-gradient(to bottom right, #0087c5 0, #0087c5);
}
.pg-news-single-slider__box .slick-dots li button:before {
  width: 119px;
  height: 3px;
  border-radius: 0;
  content: "";
  background-color: rgba(216, 216, 216, 0.5019607843);
  opacity: 1;
}
@media (max-width: 768px) {
  .pg-news-single-slider__box .slick-dots li button:before {
    width: 30px;
    background-color: #6ec4f5;
  }
}
.pg-news-single-slider__text {
  padding: 0rem 0 8rem;
}
.pg-news-single-slider__text p {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.6px;
}
@media (max-width: 768px) {
  .pg-news-single-slider__text p {
    text-align: justify !important;
  }
}
.pg-news-single-slider__text p, .pg-news-single-slider__text h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0B5F8F;
}
.pg-news-single-slider__text h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  padding: 4em 0 0;
}

.fb-comments {
  width: 100%;
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .fb-comments {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.fb-comments button {
  background: transparent;
  margin: 3em 0 !important;
  color: #0B5F8F !important;
  border: 2px solid #0B5F8F !important;
  transition: all 0.3s ease;
}
.fb-comments button:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: none !important;
  border: 2px solid #fff !important;
}

figcaption {
  font-size: 14px !important;
  text-align: center !important;
}

.cp-events {
  padding: 3em 0 0;
}
@media (max-width: 768px) {
  .cp-events {
    padding: 18em 0 0;
  }
}
.cp-events__subtitle h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #0B5F8F;
  padding: 0 20rem 5rem;
}
@media (max-width: 768px) {
  .cp-events__subtitle h4 {
    padding: 0 0 3rem;
    font-size: 15px;
  }
}

.cp-choice-events__content p {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.6px;
  color: #0B5F8F;
  padding: 7rem;
}
@media (max-width: 768px) {
  .cp-choice-events__content p {
    text-align: justify;
    padding: 2rem;
  }
}

.cp-events-services {
  padding: 10rem 0 0;
}

.cp-events-before {
  padding: 5rem 0 0;
}
.cp-events-before .cp-events-before-slider {
  padding: 3rem 0 15rem;
  width: auto;
  height: auto;
  overflow: hidden;
}
.cp-events-before .cp-events-before-slider__box {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 18em;
}
.cp-events-before .cp-events-before-slider__box .item-shadow {
  height: 18em;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.486), rgba(0, 0, 0, 0)) !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.cp-events-before .cp-events-before-slider__box__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50px;
  height: 18em;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.cp-events-before .cp-events-before-slider__box__item img {
  height: 7rem;
  margin-top: 2rem;
}
.cp-events-before .cp-events-before-slider__box__item span {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -1px;
  color: #F8F9FA;
  padding: 0 2rem;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}
.cp-events-before .cp-events-before-slider__box__item button {
  background: transparent;
  margin: 3em 0 !important;
  color: #F8F9FA !important;
  border: 2px solid #F8F9FA !important;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cp-events-before .cp-events-before-slider__box__item button {
    width: 90%;
  }
}
.cp-events-before .cp-events-before-slider__box .slick-center {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  height: 22em;
}
@media (max-width: 768px) {
  .cp-events-before .cp-events-before-slider__box .slick-center {
    height: 20em;
  }
}
.cp-events-before .cp-events-before-slider__box .slick-track {
  display: flex;
  align-items: center;
}
.cp-events-before .cp-events-before-slider__box .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 9999;
}
.cp-events-before .cp-events-before-slider__box .slick-next, .cp-events-before .cp-events-before-slider__box .slick-prev {
  top: 125%;
  box-shadow: 0px 5px 80px rgba(71, 172, 230, 0.82);
}
.cp-events-before .cp-events-before-slider__box .slick-prev:before {
  color: transparent;
  background: url(../images/arrow-prev-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.cp-events-before .cp-events-before-slider__box .slick-next:before {
  color: transparent;
  background: url(../images/arrow-next-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.cp-events-before .cp-events-before-slider__box .slick-next, .cp-events-before .cp-events-before-slider__box .slick-prev {
  background-color: #fff;
  border-radius: 40px;
}
.cp-events-before .cp-events-before-slider__box .slick-prev {
  left: 18%;
}
.cp-events-before .cp-events-before-slider__box .slick-next {
  right: 18%;
}
.cp-events-before .cp-events-before-slider__box .slick-dots {
  bottom: -92px;
}
.cp-events-before .cp-events-before-slider__box .slick-dots li {
  width: 40px;
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .cp-events-before .cp-events-before-slider__box .slick-dots li {
    width: 37px;
  }
}
.cp-events-before .cp-events-before-slider__box .slick-dots li button {
  border-radius: 0;
  background-color: transparent;
}
.cp-events-before .cp-events-before-slider__box .slick-dots li.slick-active button:before {
  background-image: linear-gradient(to bottom right, #0087c5 0, #0087c5);
}
.cp-events-before .cp-events-before-slider__box .slick-dots li button:before {
  width: 35px;
  height: 3px;
  border-radius: 0;
  content: "";
  background-color: rgba(216, 216, 216, 0.5019607843);
  opacity: 1;
}
@media (max-width: 768px) {
  .cp-events-before .cp-events-before-slider__box .slick-dots li button:before {
    width: 30px;
    background-color: #6ec4f5;
  }
}

@media (max-width: 768px) {
  .form-events .cp-wwu {
    margin: 0;
  }
}

.buttons-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .buttons-form {
    flex-direction: column;
  }
}
.buttons-form p {
  margin: 0 2rem;
}
.buttons-form a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #0B5F8F;
  margin: 3em 0 !important;
  width: 40% !important;
}
.buttons-form .btn, .buttons-form a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1.5px solid #0B5F8F;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .buttons-form .btn, .buttons-form a {
    width: 60% !important;
    margin: 0em 0 !important;
    padding: 15px 20px;
  }
}
.buttons-form .btn:last-child {
  color: #0087c5;
}
.buttons-form__whats {
  background-image: url(../images/icon-whats.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .buttons-form__whats {
    margin-right: 0.5rem;
  }
}

.modal {
  display: none; /* Hidden by default */
  align-items: center;
  justify-content: center;
  position: fixed; /* Stay in place */
  overflow: hidden;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
@media (max-width: 768px) {
  .modal {
    margin-top: 10px;
    width: 100%;
    height: 100vh;
    overflow: visible;
  }
}
.modal__content {
  background-color: #fefefe;
  padding: 1em;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .modal__content {
    width: 90vw;
    height: 30vh;
    margin: 30% auto; /* 15% from the top and centered */
    padding: 0;
  }
}
.modal__content span {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.modal__content span img {
  width: 27px;
}
.modal__content .modal-slider {
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.modal__content .modal-slider .slick-list {
  height: 100%;
}
.modal__content .modal-slider__item {
  width: 534px;
  height: 448px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .modal__content .modal-slider__item {
    width: 88vw;
    height: 28vh;
    margin-bottom: 1rem;
  }
}
.modal__content button {
  position: absolute;
  background: transparent;
  margin: 3em 0 !important;
  color: #F8F9FA !important;
  border: 2px solid #F8F9FA !important;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .modal__content button {
    width: 90%;
  }
}
.modal__content .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 9999;
}
.modal__content .slick-next, .modal__content .slick-prev {
  top: 125%;
  box-shadow: 0px 5px 80px rgba(71, 172, 230, 0.82);
}
.modal__content .slick-prev:before {
  color: transparent;
  background: url(../images/arrow-prev-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.modal__content .slick-next:before {
  color: transparent;
  background: url(../images/arrow-next-slider.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.modal__content .slick-next, .modal__content .slick-prev {
  background-color: #fff;
  border-radius: 40px;
  margin-top: -1em;
}
.modal__content .slick-prev {
  left: -10%;
  top: 50%;
}
.modal__content .slick-next {
  right: -10%;
  top: 50%;
}
.modal__content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1em;
}
.modal__content .close:hover,
.modal__content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal__content #btn-catalogo {
  display: none;
}

.cp-single-events-header {
  padding: 3em 0 0;
}
@media (max-width: 768px) {
  .cp-single-events-header {
    padding: 18em 0 0;
  }
}

.cp-info-technical {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10rem;
}
.cp-info-technical__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 80%;
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .cp-info-technical__title {
    width: 100%;
    flex-direction: column;
  }
}
.cp-info-technical__title p {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #F8F9FA;
}
.cp-info-technical__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 80%;
}
@media (max-width: 768px) {
  .cp-info-technical__content {
    width: 100%;
    flex-direction: column;
  }
}
.cp-info-technical__content__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.33%;
}
@media (max-width: 768px) {
  .cp-info-technical__content__item {
    width: 100%;
  }
}
.cp-info-technical__content__item span {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #0B5F8F;
  background-color: #E0E5EB;
}
.cp-info-technical__content__item p {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #6D7989;
}
.cp-info-technical__content__item span, .cp-info-technical__content__item p {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0;
  width: 100%;
}
.cp-info-technical__content .middle span {
  background-color: #D5DCE5;
}
.cp-info-technical__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  width: 80%;
}
@media (max-width: 768px) {
  .cp-info-technical__image {
    width: 100%;
  }
}
.cp-info-technical__image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cp-info-technical__image img {
    width: 100%;
  }
}

.cp-info-technical-contact {
  margin: 5rem 0;
}
.cp-info-technical-contact .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp-info-technical-contact .container .buttons-form {
  width: 70%;
  background: #F8F9FA;
  box-shadow: 0px 27.3333px 82px rgba(71, 172, 230, 0.3);
  border-radius: 7px;
}
@media (max-width: 768px) {
  .cp-info-technical-contact .container .buttons-form {
    width: 100%;
    padding: 3rem 0;
  }
}
.cp-info-technical-contact .container .buttons-form a {
  width: 25% !important;
}
@media (max-width: 768px) {
  .cp-info-technical-contact .container .buttons-form a {
    width: 65% !important;
  }
}
.cp-info-technical-contact .container .buttons-form .btn-wwu {
  margin-left: 5rem !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  .cp-info-technical-contact .container .buttons-form .btn-wwu {
    margin: 0 !important;
    margin-top: 1rem !important;
  }
}
.cp-info-technical-contact .reservar {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 5em 2em;
  background: #F8F9FA;
  box-shadow: 0px 27.3333px 82px rgba(71, 172, 230, 0.3);
  border-radius: 7px;
  margin-bottom: 7em;
}
@media (max-width: 768px) {
  .cp-info-technical-contact .reservar {
    flex-direction: column;
    margin-bottom: 0em;
  }
}
.cp-info-technical-contact .reservar button {
  background: #fff;
  width: 30%;
  color: #0C73AD !important;
  border: 2px solid #0C73AD !important;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cp-info-technical-contact .reservar button {
    width: 100%;
    margin: 0;
  }
}
.cp-info-technical-contact .reservar button:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: none !important;
  border: 2px solid #fff !important;
}
.cp-info-technical-contact .reservar button:last-child {
  margin-left: 3em;
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: none !important;
  border: 2px solid #fff !important;
}
@media (max-width: 768px) {
  .cp-info-technical-contact .reservar button:last-child {
    margin: 0;
    margin-top: 3em;
  }
}
.cp-info-technical-contact .reservar button:last-child:hover {
  background: #fff;
  transition: all 0.3s ease;
  color: #0C73AD !important;
  border: 2px solid #0C73AD !important;
  transition: all 0.3s ease;
}

.cp-hall-events {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0 8em;
  background: #F8F9FA;
}
@media (max-width: 768px) {
  .cp-hall-events {
    padding: 5rem 0 8rem;
  }
}
.cp-hall-events__content {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  background: #FFF;
}
.cp-hall-events__left {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cp-hall-events__left {
    display: none;
  }
}
.cp-hall-events__left__numbers {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-top: 10rem;
}
.cp-hall-events__left__numbers p {
  font-weight: bold;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  letter-spacing: -3px;
  padding: 0 2rem;
  color: #F8F9FA;
  display: none;
}
.cp-hall-events__left__numbers span {
  color: #A8E0FF;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  letter-spacing: -1px;
}
.cp-hall-events__right {
  margin-left: -15rem;
}
@media (max-width: 768px) {
  .cp-hall-events__right {
    background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
    margin-left: 0;
  }
}
.cp-hall-events__right__select {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 2rem;
  margin-left: 10em;
}
@media (max-width: 768px) {
  .cp-hall-events__right__select {
    margin-left: 0;
    width: auto;
  }
}
.cp-hall-events__right__select select {
  background: #FFF;
  color: #034266;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  width: 30%;
  border: 1.5px solid #187FB9;
  border-radius: 25px;
  padding: 15px 40px 15px 25px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95%;
}
@media (max-width: 768px) {
  .cp-hall-events__right__select select {
    width: 100%;
  }
}
.cp-hall-events__right__select select option {
  background: #FFF;
  color: #034266;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  width: 30%;
  border: 1.5px solid #0b5F8F;
  border-radius: 25px;
  padding: 15px 25px;
  cursor: pointer;
}
.cp-hall-events__right .choice-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 55%;
  padding: 2rem 2rem 2rem 0rem;
  margin-left: 10em;
}
@media (max-width: 768px) {
  .cp-hall-events__right .choice-buttons {
    width: 100%;
    justify-content: center;
    padding: 0;
    margin: 3rem 0;
  }
}
.cp-hall-events__right .choice-buttons__left {
  width: 100%;
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .cp-hall-events__right .choice-buttons__left {
    width: 100% !important;
    margin-right: 0rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.cp-hall-events__right .choice-buttons__left, .cp-hall-events__right .choice-buttons__right {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .cp-hall-events__right .choice-buttons__left, .cp-hall-events__right .choice-buttons__right {
    width: 45%;
  }
}
.cp-hall-events__right .choice-buttons__left a, .cp-hall-events__right .choice-buttons__right a {
  width: 30%;
  margin: 1rem 0;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  transition: all 0.3s ease;
  border: 1px solid #0B5F8F;
  color: #0B5F8F;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cp-hall-events__right .choice-buttons__left a, .cp-hall-events__right .choice-buttons__right a {
    width: 45% !important;
    background-color: #fff;
    width: auto;
    font-size: 12px;
  }
}
.cp-hall-events__right .choice-buttons__left a:hover, .cp-hall-events__right .choice-buttons__right a:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff;
}
.cp-hall-events__right .choice-buttons__left .active-a, .cp-hall-events__right .choice-buttons__right .active-a {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff;
}
@media (max-width: 768px) {
  .cp-hall-events__right__slick, .cp-hall-events__right__slick2, .cp-hall-events__right__slick3 {
    padding-left: 2.5rem;
  }
}
.cp-hall-events__right__slick .slick-arrow, .cp-hall-events__right__slick2 .slick-arrow, .cp-hall-events__right__slick3 .slick-arrow {
  width: 35px;
  height: 35px;
  z-index: 9999;
}
@media (max-width: 768px) {
  .cp-hall-events__right__slick .slick-arrow, .cp-hall-events__right__slick2 .slick-arrow, .cp-hall-events__right__slick3 .slick-arrow {
    display: none !important;
  }
}
.cp-hall-events__right__slick .slick-next:before, .cp-hall-events__right__slick .slick-prev:before, .cp-hall-events__right__slick2 .slick-next:before, .cp-hall-events__right__slick2 .slick-prev:before, .cp-hall-events__right__slick3 .slick-next:before, .cp-hall-events__right__slick3 .slick-prev:before {
  color: transparent;
  border: solid 1px #fff;
  border-radius: 40px;
  padding: 1.5rem;
  margin-left: -9px;
}
.cp-hall-events__right__slick .slick-prev, .cp-hall-events__right__slick2 .slick-prev, .cp-hall-events__right__slick3 .slick-prev {
  top: 23%;
  left: -13%;
  background: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .cp-hall-events__right__slick .slick-prev, .cp-hall-events__right__slick2 .slick-prev, .cp-hall-events__right__slick3 .slick-prev {
    top: 50%;
    left: -11%;
  }
}
.cp-hall-events__right__slick .slick-next, .cp-hall-events__right__slick2 .slick-next, .cp-hall-events__right__slick3 .slick-next {
  top: 35%;
  left: -13%;
  background: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .cp-hall-events__right__slick .slick-next, .cp-hall-events__right__slick2 .slick-next, .cp-hall-events__right__slick3 .slick-next {
    top: 50%;
    left: 89%;
  }
}
.cp-hall-events__right__slick .slick-dots, .cp-hall-events__right__slick2 .slick-dots, .cp-hall-events__right__slick3 .slick-dots {
  bottom: 30px;
  width: 90%;
}
.cp-hall-events__right__slick .slick-dots li, .cp-hall-events__right__slick2 .slick-dots li, .cp-hall-events__right__slick3 .slick-dots li {
  margin-right: 2rem;
}
.cp-hall-events__right__slick .slick-dots li button, .cp-hall-events__right__slick2 .slick-dots li button, .cp-hall-events__right__slick3 .slick-dots li button {
  border-radius: 0;
  background-color: transparent;
}
.cp-hall-events__right__slick .slick-dots li.slick-active button:before, .cp-hall-events__right__slick2 .slick-dots li.slick-active button:before, .cp-hall-events__right__slick3 .slick-dots li.slick-active button:before {
  background-image: linear-gradient(to bottom right, #ffffff 0, #ffffff);
}
.cp-hall-events__right__slick .slick-dots li button:before, .cp-hall-events__right__slick2 .slick-dots li button:before, .cp-hall-events__right__slick3 .slick-dots li button:before {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: #ffffff;
  content: "";
}
.cp-hall-events__right__slick .slick-next:hover, .cp-hall-events__right__slick .slick-next:focus, .cp-hall-events__right__slick2 .slick-next:hover, .cp-hall-events__right__slick2 .slick-next:focus, .cp-hall-events__right__slick3 .slick-next:hover, .cp-hall-events__right__slick3 .slick-next:focus {
  background: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.cp-hall-events__right__slick .slick-prev:hover, .cp-hall-events__right__slick .slick-prev:focus, .cp-hall-events__right__slick2 .slick-prev:hover, .cp-hall-events__right__slick2 .slick-prev:focus, .cp-hall-events__right__slick3 .slick-prev:hover, .cp-hall-events__right__slick3 .slick-prev:focus {
  background: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.cp-hall-events__right__box {
  background: #F8F9FA;
  border-radius: 7px;
  width: 30%;
  box-shadow: 0px 30px 90px rgba(71, 172, 230, 0.3);
  margin: 4rem 3rem 10rem 0;
}
.cp-hall-events__right__box img {
  width: 100%;
  height: 226px;
  object-fit: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.cp-hall-events__right__box__content {
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .cp-hall-events__right__box__content {
    padding: 0rem 2rem 1rem;
  }
}
.cp-hall-events__right__box__content h4 {
  font-family: Trirong;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -0.39px;
  color: #0B5F8F;
  padding: 1rem 0;
}
.cp-hall-events__right__box__content p, .cp-hall-events__right__box__content li {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.6px;
  color: #AEBBCD;
}
.cp-hall-events__right__box__content span {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #0C73AD;
}
@media (max-width: 768px) {
  .cp-hall-events__right__box__content span {
    font-size: 35px;
  }
}
.cp-hall-events__right__box__content li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 0;
}
.cp-hall-events__right__box__content .partition {
  width: 100%;
  margin: 3rem 0;
}
.cp-hall-events__right__box__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .cp-hall-events__right__box__button {
    padding: 0;
  }
}
.cp-hall-events__right__box__button__left, .cp-hall-events__right__box__button__right {
  box-sizing: border-box;
  border-radius: 25px;
  width: 45%;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cp-hall-events__right__box__button__left, .cp-hall-events__right__box__button__right {
    font-size: 13px;
    padding: 10px 5px;
  }
}
.cp-hall-events__right__box__button__left {
  border: 1px solid #0B5F8F;
  color: #0B5F8F;
}
.cp-hall-events__right__box__button__left:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.3s ease;
  color: #FFF;
}
.cp-hall-events__right__box__button__right {
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
}
.cp-hall-events__right__box__button__right:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.3s ease;
}
.cp-hall-events__right__slick3 .slick-dots {
  bottom: 55px;
}
.cp-hall-events__right__slick3 .cp-hall-events__right__box__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.cp-hall-events-partition {
  width: 35%;
  border-bottom: #fff solid 3px;
  display: flex;
}
.cp-hall-events-partition__dots {
  border-bottom: #fff solid 3px;
  margin-bottom: -3px;
}
.cp-hall-events-partition .active-dots-border {
  border-bottom: #034266 solid 3px;
}

.pg-pap {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pg-pap {
    padding: 28rem 0 0;
  }
}
.pg-pap .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .pg-pap .container {
    padding: 0;
    margin-bottom: 0em;
  }
}
.pg-pap__text {
  padding: 0rem 0 2rem;
}
.pg-pap__text p {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.6px;
  font-weight: normal !important;
  text-align: center;
}
@media (max-width: 768px) {
  .pg-pap__text p {
    padding: 0rem 1rem 1rem;
  }
}
.pg-pap__text p, .pg-pap__text h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0B5F8F;
}
.pg-pap__text h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  padding: 4em 0 0;
}

.pg-pd {
  width: 100%;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pg-pd {
    padding: 28rem 0 0;
  }
}
.pg-pd .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .pg-pd .container {
    padding: 0;
    margin-bottom: 2em;
  }
}
.pg-pd__text {
  padding: 0rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pg-pd__text {
    width: 90%;
  }
}
.pg-pd__text p {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.6px;
  text-align: justify !important;
  font-weight: normal !important;
}
.pg-pd__text p, .pg-pd__text span {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0B5F8F;
}
.pg-pd__text span {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  padding: 4em 0 0;
}
.pg-pd__text .cp-filter__select {
  margin-top: 1em;
  width: 85%;
}
.pg-pd__text .cp-filter__select select {
  width: auto;
}
.pg-pd__content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pg-pd__content__banner {
  width: 100%;
  height: 500px;
  margin-bottom: 5em;
  border-radius: 1%;
  box-shadow: 0px 27.3333px 82px rgba(138, 136, 136, 0.3);
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 768px) {
  .pg-pd__content__banner {
    height: 200px;
  }
}
.pg-pd__content__table {
  width: 80%;
}
@media (max-width: 768px) {
  .pg-pd__content__table {
    width: 100%;
  }
}
.pg-pd__content__table div {
  width: 100%;
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  padding: 2em 0em;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 120% */
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  /* #F8F9FA */
  color: #F8F9FA;
}
.pg-pd__content__table table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0px 27.3333px 82px rgba(71, 172, 230, 0.3);
}
.pg-pd__content__table tr {
  background: #F8F9FA;
}
.pg-pd__content__table tr:nth-child(2n+1) {
  background: #E0E5EB;
}
.pg-pd__content__table th {
  background: #47ACE6;
  width: 50%;
  padding: 2em 0em;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 120% */
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  /* #F8F9FA */
  color: #F8F9FA;
}
.pg-pd__content__table th:last-child {
  background: #A8E0FF;
  color: #0C73AD;
}
.pg-pd__content__table td {
  width: 50%;
  padding: 1em 0em;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  text-align: center;
  letter-spacing: -1px;
  /* #6D7989 */
  color: #6D7989;
}
.pg-pd__content__table td span {
  position: absolute;
  background: #A5E8BD;
  padding: 0.5em 1em;
  border-radius: 17px;
  margin-left: 2%;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
  letter-spacing: 0.3px;
  /* #1B7D3E */
  color: #1B7D3E;
}
@media (max-width: 768px) {
  .pg-pd__content__table td span {
    display: none;
  }
}
.pg-pd__content__includes {
  width: 100%;
  margin-top: 10em;
}
@media (max-width: 768px) {
  .pg-pd__content__includes {
    margin-top: 0em;
  }
}
.pg-pd__content__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pg-pd__content__items div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2em 0em;
}
.pg-pd__content__items div img {
  width: 93px;
  margin-bottom: 4em;
}
.pg-pd__content__items div span {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 120% */
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  /* #0B5F8F */
  color: #0B5F8F;
}
.pg-pd__content__items .reservar {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 5em 2em;
  background: #F8F9FA;
  box-shadow: 0px 27.3333px 82px rgba(71, 172, 230, 0.3);
  border-radius: 7px;
  margin-bottom: 7em;
}
@media (max-width: 768px) {
  .pg-pd__content__items .reservar {
    flex-direction: column;
  }
}
.pg-pd__content__items .reservar button {
  background: #fff;
  width: 30%;
  color: #0C73AD !important;
  border: 2px solid #0C73AD !important;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .pg-pd__content__items .reservar button {
    width: 100%;
    margin: 0;
  }
}
.pg-pd__content__items .reservar button:hover {
  background: #0B5F8F;
  transition: all 0.3s ease;
  color: #FFF !important;
}
.pg-pd__content__items .reservar button:last-child {
  margin-left: 3em;
  background: linear-gradient(90deg, #0C73AD 0%, #6EC4F5 100%);
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: none !important;
  border: 2px solid #fff !important;
}
@media (max-width: 768px) {
  .pg-pd__content__items .reservar button:last-child {
    margin: 0;
    margin-top: 3em;
  }
}
.pg-pd__content__items .reservar button:last-child:hover {
  background: linear-gradient(90deg, #0C73AD 0%, #034266 100%);
  transition: all 0.3s ease;
}

.privacy-policy {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .privacy-policy {
    margin: 10rem 0 0;
  }
}
.privacy-policy a, .privacy-policy p, .privacy-policy h1, .privacy-policy h2, .privacy-policy h3,
.privacy-policy h4, .privacy-policy h5, .privacy-policy h6, .privacy-policy ul, .privacy-policy li, .privacy-policy ol, .privacy-policy span, .privacy-policy table {
  color: #0b5f8f;
  text-align: justify;
}
.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5,
.privacy-policy h6 {
  margin-bottom: 1.6rem;
  font-weight: 600;
}
.privacy-policy h1 {
  font-size: 3.4rem;
  margin: 0 0 4rem;
}
.privacy-policy h2 {
  font-size: 2.6rem;
}
.privacy-policy h3 {
  font-size: 2rem;
}
.privacy-policy h4 {
  font-size: 1.6rem;
}
.privacy-policy h5 {
  font-size: 1.2rem;
}
.privacy-policy h6 {
  font-size: 1rem;
}
.privacy-policy strong {
  font-weight: 900;
}
.privacy-policy h1 {
  text-align: center;
}
.privacy-policy p {
  margin: 1rem 0;
}
.privacy-policy a {
  text-decoration: underline;
}