/* ==========================================================================
HELPERS CLASSES
========================================================================== */
:root {
  --icon-angle: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}

.grecaptcha-badge {
  right: -300px !important;
}

a {
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

.btn-close:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

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

.map {
  line-height: 0;
}
.map iframe {
  width: 100%;
}

/* ==========================================================================
FORMS
========================================================================== */
label {
  display: block;
}

select,
input[type=text],
input[type=url],
input[type=date],
input[type=file],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=number],
textarea {
  display: block;
  width: 100%;
  padding: 0.7rem 0.75rem;
  line-height: 1.5;
  background: none;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: var(--wp--custom--border--radius);
  font-weight: 500;
  letter-spacing: 0.15em;
}
select:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
select[readonly],
input[type=text][readonly],
input[type=url][readonly],
input[type=date][readonly],
input[type=file][readonly],
input[type=email][readonly],
input[type=tel][readonly],
input[type=number][readonly],
input[type=password][readonly],
input[type=number][readonly],
textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=file] {
  padding-top: 4px;
  padding-bottom: 0;
  display: none;
}

#fileName {
  background-color: var(--wp--preset--color--primary);
  display: inline-block;
  padding: 7px 20px;
  border-radius: var(--wp--custom--border--radius);
  color: #FFFFFF;
  margin-top: 10px;
  font-weight: normal;
  overflow: hidden;
  cursor: pointer;
  font-size: 0.875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
}

textarea {
  height: 120px;
}

select {
  -moz-padding-start: calc(0.75rem - 3px);
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.25rem auto;
  background-image: var(--icon-angle);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0.75rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  background-position: center;
  background-image: var(--icon-angle);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.nice-select {
  float: none;
  font-size: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0;
  padding-left: 0.75rem;
  line-height: 40px;
  border-radius: var(--wp--custom--border--radius);
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
  border: 1px solid #dee2e6;
}
.nice-select:after {
  margin-top: -0.125rem;
  right: 0.75rem;
}

body .select2-container,
body .ui-widget.ui-datepicker {
  z-index: 5 !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: var(--wp--custom--border--radius);
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.btn,
.wp-block-post-navigation-link a,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
.wp-element-button,
.wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline,
.woocommerce .button,
input[type=button],
input[type=submit] {
  line-height: 1.5;
  padding: 0.55rem 1.5rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-width: 2px;
  border-style: solid;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.wp-block-post-navigation-link a,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
.woocommerce .button,
input[type=button],
input[type=submit] {
  border-radius: var(--wp--custom--border--radius);
  background-color: var(--wp--preset--color--secondary);
  color: #FFF;
  display: inline-block;
  border-color: var(--wp--preset--color--secondary);
}
.wp-block-post-navigation-link a:hover,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover,
.wp-block-post-excerpt__more-link:hover,
.woocommerce .button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  color: #FFF;
  background-color: var(--wp--custom--hover-color);
  border-color: var(--wp--custom--hover-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
  color: #FFFFFF !important;
}

.wp-block-button.is-style-alternative .wp-block-button__link {
  background-color: var(--wp--preset--color--secondary);
  color: #FFFFFF;
}
.wp-block-button.is-style-alternative .wp-block-button__link:hover {
  opacity: 0.9;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  opacity: 0.8;
  text-transform: uppercase;
}

::-moz-placeholder {
  opacity: 0.8;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  opacity: 0.8;
  text-transform: uppercase;
}

:-moz-placeholder {
  opacity: 0.8;
  text-transform: uppercase;
}

/* ==========================================================================
CF7
========================================================================== */
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .field-cf7 {
  margin-bottom: calc(var(--wp--custom--main-size) / 2);
}
.wpcf7-form .field-cf7 > p {
  margin: 0;
}
.wpcf7-form .field-cf7 label {
  margin-bottom: 0.188rem;
}
.wpcf7-form .field-icon {
  position: relative;
}
.wpcf7-form .field-icon .wpcf7-form-control {
  padding-left: calc(var(--wp--custom--main-size) * 2);
}
.wpcf7-form .field-icon img {
  position: absolute;
  left: calc(var(--wp--custom--main-size) / 2);
  top: 10px;
  z-index: 9;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
  display: block;
}
.wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../images/loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem;
  color: transparent;
}
.wpcf7-form .wpcf7-submit {
  min-width: 9.375rem;
}
.wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #f00;
}
.wpcf7-form .wpcf7-not-valid + .nice-select {
  border-color: #f00;
}
.wpcf7-form div.wpcf7-response-output {
  margin: 0 0 0.75rem 0;
  padding: 0.313rem;
  font-size: 0.875rem;
  text-align: center;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: var(--wp--custom--border--radius);
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border-radius: var(--wp--custom--border--radius);
}
.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  padding-top: 5px;
  display: block;
  display: none !important;
}
.wpcf7-form div.wpcf7-spam-blocked,
.wpcf7-form div.wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.wpcf7-field-group-remove,
.wpcf7-field-group-add {
  border: none;
  border-radius: 30px;
  background-color: var(--wp--preset--color--primary);
  color: #FFF;
  font-size: 18px;
  padding: 8px 30px;
  display: block;
}
.wpcf7-field-group-remove:hover,
.wpcf7-field-group-add:hover {
  color: white;
  background-color: #134A8C;
}

.wpcf7-field-group-add {
  max-width: 200px;
  margin: 10px auto 20px auto;
}

@media (min-width: 768px) {
  .cf7-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 calc(var(--wp--custom--main-size) / 2);
  }
}
@media (min-width: 1200px) {
  .wpcf7-form .field-cf7 {
    margin-bottom: var(--wp--custom--main-size);
  }
  .wpcf7-form .cf7-two-cols {
    grid-gap: 0 var(--wp--custom--main-size);
  }
}
/* ==========================================================================
OWL CAROUSEL
========================================================================== */
.owl-carousel {
  position: relative;
  display: none;
}
.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
.owl-carousel .owl-dots {
  margin-top: var(--wp--custom--main-size);
  line-height: 1;
}
.owl-carousel .owl-nav {
  margin-top: var(--wp--custom--main-size);
}
.owl-carousel .owl-nav button {
  border-radius: 0 !important;
  margin: 0;
  width: 2.813rem;
  height: 2.813rem;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url(../images/arrow-left-circle.svg) !important;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.owl-carousel .owl-nav button.owl-prev {
  background-color: transparent;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot span {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.313rem;
  background: none;
  border: 1px solid var(--wp--preset--color--primary);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--wp--custom--hover-color);
  opacity: 1;
}

@media (min-width: 1200px) {
  .owl-carousel .owl-dots {
    margin-top: var(--wp--custom--main-size);
  }
  .owl-carousel .owl-nav {
    margin-top: calc(var(--wp--custom--main-size) / 2);
    padding: 0;
    text-align: right;
  }
  .owl-actividades .owl-nav {
    margin-top: var(--wp--custom--main-size);
    padding: 0 calc(var(--wp--custom--main-size) * 2);
  }
}
@media (min-width: 768px) {
  .owl-carousel.middle-arrows-owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    top: calc(50% - 1.563rem);
    left: 0;
    width: 100%;
    pointer-events: none;
  }
  .owl-carousel.middle-arrows-owl-carousel .owl-nav button {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: auto;
  }
  .owl-carousel.middle-arrows-owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin: 0;
  }
  .owl-carousel.middle-arrows-owl-carousel .owl-nav button.owl-next {
    float: right;
    margin: 0;
  }
}
.owl-carousel.owl-flex .owl-stage {
  display: flex;
}
.owl-carousel.owl-flex .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.owl-carousel.owl-flex .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.owl-carousel.owl-flex .flex-text {
  flex-grow: 1;
}
.owl-carousel.owl-flex .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}

/* ==========================================================================
GALLERY
========================================================================== */
.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: var(--wp--custom--main-size);
}
.gallery figure {
  margin: 0;
}
.gallery img {
  max-width: none;
  width: 100%;
}
.gallery.gallery-columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery.gallery-columns-3 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* ==========================================================================
ANIMATE
========================================================================== */
.owl-carousel .animated,
.wow {
  visibility: hidden;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.delay-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.list-animation-3 .wow:nth-child(3n+2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.list-animation-3 .wow:nth-child(3n+3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.list-animation-4 .wow:nth-child(4n+2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.list-animation-4 .wow:nth-child(4n+3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.list-animation-4 .wow:nth-child(4n+4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/* ==========================================================================
ZOOM EFECT
========================================================================== */
a.zoom-effect {
  position: relative;
  display: inline-block;
}
a.zoom-effect:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.875rem;
}
a.zoom-effect:hover:after {
  opacity: 1;
}
a.zoom-effect:hover:before {
  opacity: 1;
}

/* ==========================================================================
NAVIGATION
========================================================================== */
.navigation {
  padding-top: var(--wp--custom--main-size);
}
.navigation .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  width: 100%;
  text-align: center;
}
.navigation.pagination a,
.navigation.pagination span {
  border: none;
  color: var(--wp--preset--color--primary);
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  line-height: 37px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  border-radius: 50%;
}
.navigation.pagination a:hover,
.navigation.pagination span.current {
  background-color: var(--wp--preset--color--primary);
  color: #FFFFFF;
}
.navigation.post-navigation {
  padding-top: calc(var(--wp--custom--main-size) * 2);
}
.navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.navigation.post-navigation .nav-links .nav-next {
  margin-left: auto;
}
.navigation.post-navigation .nav-links a {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border-radius: var(--wp--custom--border--radius);
}
.navigation.post-navigation .nav-links a:hover {
  color: var(--wp--custom--hover-color);
}

/* ==========================================================================
BLOG
========================================================================== */
.list-posts .col {
  margin-bottom: var(--wp--custom--main-size);
  position: relative;
  padding-bottom: 40px;
}
.list-posts h3 {
  font-size: 1.375rem;
}
.list-posts.list-posts-related .col:nth-child(3) {
  display: none;
}

.list-post-search {
  padding-bottom: var(--wp--custom--main-size);
}
.list-post-search .col-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-post-search .col-item article {
  padding-top: var(--wp--custom--main-size);
  padding-bottom: var(--wp--custom--main-size);
}
.list-post-search .col-item article .meta-post {
  font-size: 90%;
  opacity: 0.8;
}
.list-post-search .col-item article > * {
  margin-bottom: calc(var(--wp--custom--main-size) / 2);
}
.list-post-search .col-item article > .content-post {
  margin-bottom: 0;
}
.list-post-search .col-item article > .content-post p {
  margin: 0;
}

@media (min-width: 768px) {
  .list-posts .col {
    margin-bottom: calc(var(--wp--custom--main-size) * 2);
  }
}
@media (min-width: 992px) {
  .list-posts.list-posts-related .col:nth-child(3) {
    display: block;
  }
}
.post > * {
  margin-bottom: var(--wp--custom--main-size);
}
.post .read-more {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}
.post .image-post img {
  max-width: none;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--wp--custom--border--radius);
}
.post .image-post a {
  display: block;
}
.post .meta-post {
  font-size: 90%;
  display: flex;
}
.post .meta-post span {
  display: block;
}
.post .meta-post span:not(:last-child):after {
  content: " | ";
  display: inline-block;
  padding: 0 0.75rem;
}
.post .meta-post span:last-child {
  padding-right: 0;
}
.post .meta-post .list-terms a:not(:last-child):after {
  content: ", ";
}

/* ==========================================================================
GENERAL
========================================================================== */
.error404 article .title-page {
  font-size: 6.25rem;
  line-height: 1;
}

.search-no-results article .inner {
  max-width: 31.25rem;
  margin: 0 auto;
}
.search-no-results article .inner .form-group {
  margin-bottom: 0;
}

/* ==========================================================================
SEARCH
========================================================================== */
.search-form .input-group {
  border: 1px solid #ced4da;
}
.search-form .form-control {
  margin-left: 0 !important;
}
.search-form .search-field {
  border: none;
}
.search-form .btn {
  border-radius: 0;
  background-color: #FFFFFF;
}
.search-form .btn img {
  width: 30px;
}

.wrap-search .search-form .input-group {
  border: none;
}
.wrap-search .search-form .form-control {
  margin-left: 0 !important;
  padding: 0;
  font-size: 18px;
}
.wrap-search .search-form .search-field {
  border: none;
}
.wrap-search .search-form .btn {
  border-radius: 0;
  background-color: #FFFFFF;
  padding: 0;
}
.wrap-search .search-form .btn img {
  width: 30px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
}

body.no-scroll {
  overflow: hidden;
  padding-right: 0px;
}

.wrap-search {
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  padding: 24px 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.wrap-search.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.wrap-search .dgwt-wcas-sf-wrapp {
  width: calc(100% - 48px);
}
.wrap-search .dgwt-wcas-sf-wrapp {
  margin: 0 24px;
}
.wrap-search .search-form {
  padding: 0 24px;
}

@media (min-width: 768px) {
  .wrap-search .search-form,
  .wrap-search .dgwt-wcas-sf-wrapp {
    margin: 0 auto;
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .wrap-search {
    padding: 36px 0;
  }
}
/* ==========================================================================
BOOTSTRAP
========================================================================== */
.accordion {
  background: none;
}

.accordion-item {
  background: none;
  border: none;
  background: none !important;
}

.accordion-header {
  border-radius: 0;
  overflow: hidden;
  background: none !important;
  border-bottom: 1px solid var(--wp--preset--color--primary);
}

.accordion-body {
  padding: var(--wp--custom--main-size) 0;
}

.accordion-button:not(.collapsed) {
  color: var(--wp--preset--color--secondary);
  background: none;
  box-shadow: none;
}

.accordion-button {
  background: none;
  color: var(--wp--preset--color--secondary);
  font-size: 1.15rem;
  padding-left: 0;
  padding-right: 0;
}

.accordion-button::after {
  background-image: var(--icon-angle);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--icon-angle);
  background-position: center;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

@media (min-width: 1200px) {
  .accordion-button {
    font-size: 1.25rem;
  }
}
/* ==========================================================================
GENERAL
========================================================================== */
body {
  font-family: var(--wp--preset--font-family--body-font);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 400;
}

a {
  color: var(--wp--preset--color--secondary);
}
a:hover {
  color: var(--wp--custom--hover-color);
  opacity: 0.3s;
}

h2 {
  font-size: clamp(1.875rem, 1.6898rem + 0.9259vw, 2.5rem);
}

strong {
  font-weight: 500;
}

.btn-custom {
  background-color: var(--wp--preset--color--secondary);
  color: #FFF;
}
.btn-custom:hover {
  color: #FFF;
  background-color: var(--wp--custom--hover-color);
}

.content-page table,
.content-post table {
  width: 100%;
  max-width: 100%;
  margin: 25px 0;
  background-color: transparent;
  font-size: 0.9rem;
}
.content-page table tbody tr:nth-of-type(2n+1),
.content-post table tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}
.content-page table td,
.content-page table th,
.content-post table td,
.content-post table th {
  padding: 0.3rem;
}
.content-page table td,
.content-page table th,
.content-post table td,
.content-post table th {
  border-top: 1px solid #dee2e6;
}

@media (min-width: 1200px) {
  h1.is-style-big {
    font-size: 3rem;
  }
  h2.is-style-big {
    font-size: 2.5rem;
  }
  h3.is-style-big {
    font-size: 2rem;
  }
  h4.is-style-big {
    font-size: 1.75rem;
  }
  h5.is-style-big {
    font-size: 1.5rem;
  }
  h6.is-style-big {
    font-size: 1.25rem;
  }
}
.container,
.container-xl,
.container-xxl,
.container-fluid {
  padding-left: var(--wp--custom--main-size);
  padding-right: var(--wp--custom--main-size);
}

section.wp-block-group,
.section {
  margin: 0;
  padding-top: calc(var(--wp--custom--main-size) * 2);
  padding-bottom: calc(var(--wp--custom--main-size) * 2);
}

@media (min-width: 992px) {
  section.wp-block-group,
  .section {
    padding-top: calc(var(--wp--custom--main-size) * 2);
    padding-bottom: calc(var(--wp--custom--main-size) * 2);
  }
}
@media (min-width: 1200px) {
  section.wp-block-group,
  .section {
    padding-top: calc(var(--wp--custom--main-size) * 4);
    padding-bottom: calc(var(--wp--custom--main-size) * 4);
  }
}
/* ==========================================================================
GUTENBERG
========================================================================== */
.wp-block-separator {
  opacity: 1;
}

.row {
  gap: var(--bs-gutter-y) 0;
  margin-top: 0 !important;
}
.row > div {
  margin-top: 0 !important;
}

.is-style-box {
  border: 1px solid var(--wp--preset--color--secondary);
  padding: var(--wp--custom--main-size);
  height: 100%;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 0.9em;
  width: 0.9em;
}

.p-icon {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wp-block-spacer {
  margin: 0 !important;
}

.main-header :where(body .is-layout-constrained) > *,
.main-footer :where(body .is-layout-constrained) > *,
#main-content :where(body .is-layout-constrained) > * {
  -webkit-margin-before: var(--wp--custom--main-size);
          margin-block-start: var(--wp--custom--main-size);
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* ==========================================================================
TOP BAR
========================================================================== */
#top-bar {
  position: relative;
  z-index: 999;
  font-size: 0.75rem;
  background-color: var(--wp--preset--color--secondary);
}
#top-bar .container-xxl {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (max-width: 369px) {
  #top-bar img {
    display: none;
  }
}
@media (min-width: 768px) {
  #top-bar p {
    letter-spacing: 0.25em;
  }
}
@media (min-width: 1024px) {
  #top-bar {
    background: none;
  }
  #top-bar .container-xxl:after {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}
/* ==========================================================================
HEADER
========================================================================== */
.main-header {
  z-index: 998;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
}
.main-header .col-logo a {
  display: block;
}
.main-header .col-logo a img {
  max-width: 45px;
}

@media (max-width: 1023px) {
  .main-header .col-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 0;
  }
  .main-header .row {
    height: 70px;
    align-items: center;
  }
  .main-header .row .col-right,
  .main-header .row .col-logo {
    z-index: 99;
  }
  .main-header .row .col-right {
    margin-right: 3.4rem;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .main-header {
    padding-top: calc(var(--wp--custom--main-size) / 2);
    padding-bottom: calc(var(--wp--custom--main-size) / 2);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    background-color: var(--wp--preset--color--tertiary);
  }
  .main-header.nav-hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .main-header:not(.nav-scrolled) {
    background: none;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .main-header .row {
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .main-header .col-logo a img {
    max-width: 150px;
  }
}
/* ==========================================================================
MENU
========================================================================== */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500 !important;
  letter-spacing: 0.25em;
}

@media (max-width: 992px) {
  #mega-menu-wrap-primary {
    background-color: var(--wp--preset--color--primary);
  }
}
#mega-toggle-block-0 {
  margin-right: 16px !important;
}

@media (max-width: 1023px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
    background: none !important;
    border-bottom: 2px solid rgba(14, 21, 14, 0.1) !important;
    width: 90%;
    margin: 0 auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link span.mega-indicator {
    display: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link {
    border: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-toggle-on > a.mega-menu-link {
    border: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
    border-bottom: 2px solid rgba(14, 21, 14, 0.05) !important;
    margin: 0 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: none !important;
  }
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
    margin-right: 0;
  }
}
/* ==========================================================================
FOOTER
========================================================================== */
.main-footer {
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.main-footer .top-footer {
  padding-top: var(--wp--custom--main-size);
  padding-bottom: var(--wp--custom--main-size);
  background-image: url(../images/icon-footer-1.svg), url(../images/icon-footer-2.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 100%, 98% 35%;
}
.main-footer .bottom-footer {
  padding-top: var(--wp--custom--main-size);
  padding-bottom: var(--wp--custom--main-size);
}

.footer-curve {
  overflow: hidden;
  position: relative;
  height: 50px;
  z-index: 99;
}
.footer-curve::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 200%;
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 50%;
}

@media (min-width: 992px) {
  .main-footer .top-footer {
    padding-top: var(--wp--custom--main-size);
    padding-bottom: var(--wp--custom--main-size);
  }
  .main-footer .top-footer .container-xxl {
    max-width: 1000px;
  }
  .main-footer .bottom-footer {
    padding-top: calc(var(--wp--custom--main-size) * 1.5);
    padding-bottom: calc(var(--wp--custom--main-size) * 1.5);
  }
}
@media (min-width: 1200px) {
  .main-footer .top-footer {
    padding-top: calc(var(--wp--custom--main-size) * 1.5);
    padding-bottom: calc(var(--wp--custom--main-size) * 3);
    background-position: 0 100%, 98% 0%;
  }
  .main-footer .wrap-logo {
    padding-top: 0;
  }
  .footer-curve {
    overflow: hidden;
    position: relative;
    height: 150px;
    z-index: 99;
  }
}
/* ==========================================================================
HEADER PAGE
========================================================================== */
.header-page {
  padding: calc(var(--wp--custom--main-size) * 2) 0;
  position: relative;
  overflow: hidden;
}
.header-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.header-page img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-page h1 {
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(2.5rem, 1.7593rem + 3.7037vw, 5rem);
  line-height: 1;
}
.header-page .container-xxl {
  position: relative;
  z-index: 99;
}

@media (min-width: 768px) {
  .header-page {
    padding: calc(var(--wp--custom--main-size) * 4) 0;
  }
}
@media (min-width: 992px) {
  .header-page {
    text-align: left;
    padding: 230px 0 130px 0;
    margin-top: -150px;
  }
}
/* ==========================================================================
CONTACT
========================================================================== */
.bg-cream,
.wrap-contact {
  background-image: url(../images/bg-cream2.jpg);
  background-position: center;
  background-size: cover;
}

/* ==========================================================================
ACTIVITIES
========================================================================== */
.list-activities {
  padding-top: var(--wp--custom--main-size);
}
.list-activities .activity {
  text-align: center;
}
.list-activities .activity > * {
  margin-bottom: 1rem;
}
.list-activities .activity > *:last-child {
  margin-bottom: 0;
}
.list-activities .activity p {
  margin: 0;
}
.list-activities .activity img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-activities .activity .images {
  position: relative;
}
.list-activities .activity .persons {
  display: block;
  position: absolute;
  padding: 10px;
  background-color: #F6EAE4;
  z-index: 99;
  padding: 6px 24px 6px 42px;
  border-radius: 30px;
  top: var(--wp--custom--main-size);
  left: var(--wp--custom--main-size);
  background-image: url(../images/icon-persons.svg);
  background-repeat: no-repeat;
  background-position: 12px 50%;
}
.list-activities.list-activities-sc {
  display: grid;
  padding: var(--wp--custom--main-size);
}
.list-activities.list-activities-sc .activity {
  text-align: left;
  border: 1px solid var(--wp--preset--color--secondary);
}
.list-activities.list-activities-sc .activity a {
  display: block;
  color: var(--wp--preset--color--primary);
}
.list-activities.list-activities-sc .activity h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.list-activities.list-activities-sc .activity img {
  aspect-ratio: 4/4.5;
  width: 100%;
}

@media (min-width: 768px) {
  .list-activities.list-activities-sc {
    padding: 0;
  }
}
/* ==========================================================================
MASONRY
========================================================================== */
.page-id-13 #main {
  padding-top: var(--wp--custom--main-size);
}

.masonry-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px !important;
}
.masonry-gallery.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
  width: 100%;
  height: 100%;
}
.masonry-gallery.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) a {
  display: block;
  position: relative;
  height: 100%;
}
.masonry-gallery.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.7;
}
.masonry-gallery figure:nth-child(4n+1) {
  grid-row: span 2;
}
.masonry-gallery figure:nth-child(4n+1) img {
  aspect-ratio: 1/2;
}

.masonry-gallery {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--wp--custom--main-size) !important;
}

/* ==========================================================================
EVENTS
========================================================================== */
.btn-link {
  color: var(--wp--preset--color--secondary);
}
.btn-link:hover {
  color: var(--wp--custom--hover-color);
}

.events-list {
  padding-top: var(--wp--custom--main-size);
}
.events-list .event > * {
  margin-bottom: 1rem;
}
.events-list .event > *:last-child {
  margin-bottom: 0;
}
.events-list .event h3 {
  font-family: var(--wp--preset--font-family--body-font);
  font-size: 20px;
  font-weight: 500;
}
.events-list .event p {
  margin: 0;
}
.events-list .event img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-list .event .image a {
  display: block;
  position: relative;
}
.events-list .event .date {
  display: block;
  position: absolute;
  padding: 10px;
  background-color: #F6EAE4;
  z-index: 99;
  padding: 6px 12px;
  top: var(--wp--custom--main-size);
  left: var(--wp--custom--main-size);
  text-align: center;
  line-height: 1;
  color: #0E150E;
  text-transform: uppercase;
}
.events-list .event .date span {
  display: block;
  font-size: 2em;
}

.evento > * {
  margin-bottom: var(--wp--custom--main-size);
}
.evento .image-post img {
  max-width: none;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--wp--custom--border--radius);
}
.evento .title-post {
  display: flex;
  align-items: flex-start;
  gap: var(--wp--custom--main-size);
  line-height: 1.1;
}
.evento .title-post .date {
  display: inline-block;
  padding: 10px;
  background-color: #F6EAE4;
  z-index: 99;
  padding: 6px 12px;
  text-align: center;
  line-height: 1;
  color: #0E150E;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--wp--preset--font-family--body-font);
  font-weight: 500;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.evento .title-post .date span {
  display: block;
  font-size: 2em;
}

@media (min-width: 1200px) {
  .evento .title-post {
    margin-bottom: 2rem;
  }
}
/* ==========================================================================
RESTAURANTS
========================================================================== */
.owl-4-3 {
  margin: 0;
}
.owl-4-3.wp-block-gallery.has-nested-images figure.wp-block-image img {
  max-width: none;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.activity,
.wp-block-group {
  scroll-margin-top: 110px;
}

/* ==========================================================================
EXPERIENCIA
========================================================================== */
.single-experiencia .header-page {
  background-image: url(../images/bg-cream.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
}
.single-experiencia .header-page:after {
  display: none;
}
.single-experiencia .header-page h1 {
  color: var(--wp--preset--color--primary);
  font-size: clamp(2.5rem, 1.7593rem + 3.7037vw, 4rem);
}

@media (min-width: 992px) {
  .single-experiencia #top-bar .container-xxl,
  .single-experiencia .main-header {
    -webkit-filter: none;
            filter: none;
  }
  .single-experiencia #top-bar .container-xxl::after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .single-experiencia .header-page {
    padding-bottom: calc(var(--wp--custom--main-size) * 4);
  }
}
/* ==========================================================================
TESTIMONIOS
========================================================================== */
.list-testimonials .testimonial {
  border: 1px solid var(--wp--preset--color--secondary);
  padding: var(--wp--custom--main-size);
  text-align: center;
}
.list-testimonials .testimonial img {
  max-width: 120px;
  border-radius: 50%;
  border: 1px solid var(--wp--preset--color--secondary);
  padding: 5px;
  margin-bottom: 1rem;
}
.list-testimonials .testimonial h3 {
  font-size: 1.3rem;
}

/* ==========================================================================
HOME
========================================================================== */
.list-experiences-home .wp-block-cover {
  position: relative;
}
.list-experiences-home .wp-block-cover h2 {
  margin: 0;
}
.list-experiences-home .wp-block-cover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-features .images .wp-block-image:nth-child(1) {
  text-align: right;
  display: none;
}
.list-features .images .wp-block-image:nth-child(1) img {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.list-features .text {
  padding: 0 var(--wp--custom--main-size) var(--wp--custom--main-size) var(--wp--custom--main-size);
}
.list-features img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .list-features .images .wp-block-image:nth-child(1) {
    display: block;
  }
  .list-features .images .wp-block-image:nth-child(2) {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  .list-features .text {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .list-features .images {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  .list-features .images .wp-block-image:nth-child(2) {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  .list-features .text {
    padding-left: 30%;
    padding-right: 10%;
  }
  .owl-features {
    width: 160%;
  }
}
@media (min-width: 1200px) {
  .list-features .images .wp-block-image:nth-child(1) img {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  .list-features .images .wp-block-image:nth-child(2) {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  .list-features .text {
    padding-left: 30%;
    padding-right: 20%;
  }
  .list-features .text h3 {
    font-size: 3rem;
  }
  .owl-features {
    width: 170%;
    position: relative;
  }
  .owl-features .owl-nav {
    width: 250px;
    padding: 0;
    position: absolute;
    bottom: 100px;
    left: 40%;
  }
}
.banner-home {
  position: relative;
}



.banner-home::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
 
  background: linear-gradient(to right, rgb(0 0 0 / 40%), rgb(0 0 0 / 0%));
  z-index: 2;
}



.banner-home .wp-block-cover__inner-container {
  position: relative;
  z-index: 99;
}

@media (min-width: 992px) {
  .home #main-content {
    margin-top: -150px;
  }
  .banner-home {
    min-height: 80vh;
  }
  .banner-home h1 {
    font-size: 4rem;
  }
  .banner-home .wp-block-cover__inner-container {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@media (min-width: 1200px) {
  .banner-home {
    min-height: 90vh;
  }
  .banner-home h1 {
    font-size: 6rem;
  }
}
/* ==========================================================================
EXPERIENCIAS
========================================================================== */
.container-alm {
  min-height: 60vh;
}

.experience-list:first-child {
  padding-top: var(--wp--custom--main-size);
}
.experience-list .experience {
  position: relative;
  font-size: 0.8rem;
  letter-spacing: 0.15rem;
  position: relative;
}
.experience-list .experience a {
  display: block;
}
.experience-list .experience a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.experience-list .experience h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--body-font);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.experience-list .experience img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 21/9;
}
.experience-list .experience .price {
  color: var(--wp--preset--color--secondary);
}

@media (min-width: 1200px) {
  .experience-list:first-child {
    padding-top: calc(var(--wp--custom--main-size) * 2);
  }
}
.filtros .dropdown-toggle {
  font-family: var(--wp--preset--font-family--heading-font);
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--wp--preset--color--secondary);
}

@media (min-width: 992px) {
  .filtros .dropdown-toggle {
    font-size: 1.6rem;
    border: none;
  }
}
@media (min-width: 1200px) {
  .owl-experiencia .owl-nav {
    padding-right: calc(var(--wp--custom--main-size) * 2);
  }
}

body {
    overflow-x: hidden;
}
.tpw_container.right {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}