/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */

/* Document
   ========================================================================== */

/**
 * Use a better box model (opinionated).
 */

html {
  box-sizing: border-box;
}

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

/**
 * Use a more readable tab size (opinionated).
 */

:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

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

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct height in Firefox.
 */

hr {
  height: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier,
    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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

[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 Chrome and Safari.
 */

summary {
  display: list-item;
}

@font-face {
  font-family: 'marinajets';
  src: url(/wp-content/themes/ibinn/assets/fonts/marinajets.eot);
  src: url(/wp-content/themes/ibinn/assets/fonts/marinajets.eot#iefix)
      format('embedded-opentype'),
    url(/wp-content/themes/ibinn/assets/fonts/marinajets.ttf) format('truetype'),
    url(/wp-content/themes/ibinn/assets/fonts/marinajets.woff) format('woff'),
    url(/wp-content/themes/ibinn/assets/fonts/marinajets.svg#marinajets)
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='mj-'],
[class*=' mj-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'marinajets' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mj-alfiler:before {
  content: '\E900';
}

.mj-celular:before {
  content: '\E901';
}

.mj-facebook:before {
  content: '\E903';
}

.mj-gasolina:before {
  content: '\E904';
}

.mj-photo:before {
  content: '\E907';
}

.mj-whatsapp:before {
  content: '\E908';
}

.experiences {
  padding: 40px 20px 0;
}
@media screen and (min-width: 992px) {
  .experiences {
    padding: 100px 20px 0;
  }
}
.experiences .experiences-cloud {
  position: absolute;
  right: 0;
  mix-blend-mode: color-burn;
}
.experiences .experiences-water {
  position: absolute;
  left: 0;
  top: 40%;
  mix-blend-mode: color-burn;
}
.experiences .experiences-clouds-left {
  position: absolute;
  left: 0;
  mix-blend-mode: color-burn;
}
.experiences .experiences-splash-right {
  position: absolute;
  right: 0;
  top: 40%;
  mix-blend-mode: color-burn;
}
.experiences .experiences-content {
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .experiences .experiences-content {
    padding: 60px 0;
  }
}
.experiences .experiences-content .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1250px;
  margin: auto;
  gap: 0 15px !important;
}
.experiences .experiences-content .col-left {
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 14px 30px 0px rgba(107, 20, 71, 0.1),
    0px 55px 55px 0px rgba(107, 20, 71, 0.09),
    0px 124px 74px 0px rgba(107, 20, 71, 0.05),
    0px 220px 88px 0px rgba(107, 20, 71, 0.01),
    0px 344px 96px 0px rgba(107, 20, 71, 0);
  box-shadow: 0px 14px 30px 0px rgba(107, 20, 71, 0.1),
    0px 55px 55px 0px rgba(107, 20, 71, 0.09),
    0px 124px 74px 0px rgba(107, 20, 71, 0.05),
    0px 220px 88px 0px rgba(107, 20, 71, 0.01),
    0px 344px 96px 0px rgba(107, 20, 71, 0);
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .experiences .experiences-content .col-left {
    width: 33.33%;
  }
}
@media screen and (min-width: 1200px) {
  .experiences .experiences-content .col-left {
    padding: 35px;
  }
}
.experiences .experiences-content .col-left .e-con-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.experiences .experiences-content .elementor-image-box-content {
  text-align: left;
}
.experiences
  .experiences-content
  .elementor-image-box-content
  .elementor-image-box-title {
  color: #2a498e;
  font-size: clamp(24px, 2vw, 32px);
  line-height: clamp(28px, 2vw, 44px);
  margin: 20px 0 10px;
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
  font-weight: 100;
}
.experiences
  .experiences-content
  .elementor-image-box-content
  .elementor-image-box-description {
  color: #2a498e;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.experiences .experiences-content .btn-tipo {
  margin: auto 0 0;
}
.experiences .experiences-info {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .experiences .experiences-info {
    padding: 40px 0 80px;
  }
}
.experiences .experiences-info .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1250px;
  margin: auto;
  gap: 0 15px;
}
.experiences .experiences-info .experiences-item {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .experiences .experiences-info .experiences-item {
    width: 50%;
  }
}
.experiences
  .experiences-info
  .elementor-widget-image-box
  .elementor-image-box-wrapper {
  text-align: left;
}
.experiences .experiences-info .elementor-image-box-img {
  height: 50px;
}
.experiences .experiences-info .elementor-image-box-content {
  padding-right: 25px;
}
.experiences .experiences-info .elementor-image-box-title {
  color: #2a498e;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 22px;
  margin: 0 0 20px;
  font-weight: 100;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
.experiences .experiences-info .elementor-image-box-description {
  color: #2a498e;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 20px;
}
.experiences.experiences-service {
  position: relative;
  background-image: url(/wp-content/uploads/2024/03/bg-birds.png);
  background-repeat: no-repeat;
  background-position: center 150px;
}
.experiences.experiences-service:before {
  content: '';
  width: 100%;
  height: 85px;
  background-image: url(/wp-content/uploads/2024/03/pink-wave.png);
  position: absolute;
  top: -70px;
  left: 0;
  background-size: cover;
}
.experiences.experiences-service .section-text-intro-service {
  font-size: clamp(20px, 2vw, 28px);
}
.experiences.experiences-service .experiences-content .col-left {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .experiences.experiences-service .experiences-content .col-left {
    padding: 50px;
  }
}
.experiences.experiences-service
  .experiences-content
  .elementor-widget-text-editor
  p {
  color: #2a498e;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 20px;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 992px) {
  .experiences.experiences-service
    .experiences-content
    .elementor-widget-text-editor
    p {
    margin: 0 0 40px 0;
  }
}
.experiences.experiences-service
  .experiences-content
  .elementor-widget-image
  img {
  max-width: 60%;
}
@media screen and (min-width: 992px) {
  .experiences.experiences-service
    .experiences-content
    .elementor-widget-image
    img {
    max-width: 100%;
  }
}
.experiences.experiences-service .experiences-content .elementor-heading-title {
  color: #2a498e;
  font-size: clamp(36px, 6vw, 100px);
  line-height: clamp(30px, 6vw, 50px);
  font-weight: 100;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .experiences.experiences-service
    .experiences-content
    .elementor-heading-title {
    margin-bottom: 40px;
  }
}
.experiences.experiences-service
  .experiences-content
  .elementor-heading-title
  small {
  font-size: clamp(24px, 4vw, 75px);
}
.experiences.experiences-service
  .experiences-content
  .elementor-heading-title
  span {
  font-size: clamp(24px, 4vw, 66px);
  line-height: clamp(20px, 4vw, 50px);
  display: block;
}
.experiences.experiences-service
  .experiences-content
  .elementor-icon-list-items {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .experiences.experiences-service
    .experiences-content
    .elementor-icon-list-items {
    margin-bottom: 40px;
  }
}
.experiences.experiences-service
  .experiences-content
  .elementor-icon-list-items
  .elementor-icon-list-item {
  margin-bottom: 2px;
}
@media screen and (min-width: 992px) {
  .experiences.experiences-service
    .experiences-content
    .elementor-icon-list-items
    .elementor-icon-list-item {
    margin-bottom: 10px;
  }
}
.experiences.experiences-service
  .experiences-content
  .elementor-icon-list-items
  .elementor-icon-list-icon
  svg {
  fill: #c62381;
  width: 10px;
}
@media screen and (min-width: 992px) {
  .experiences.experiences-service
    .experiences-content
    .elementor-icon-list-items
    .elementor-icon-list-icon
    svg {
    width: 12px;
  }
}
.experiences.experiences-service
  .experiences-content
  .elementor-icon-list-items
  .elementor-icon-list-text {
  color: #2a498e;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 18px;
}
.experiences.experiences-service
  .experiences-content
  .btn-tipo.elementor-widget-button
  .elementor-button {
  padding: 12px 25px;
}
@media screen and (min-width: 992px) {
  .experiences.experiences-service
    .experiences-content
    .btn-tipo.elementor-widget-button
    .elementor-button {
    padding: 15px 50px;
  }
}
.experiences.experiences-parasailing .section-title .elementor-heading-title {
  margin-bottom: 5px;
}
.experiences.experiences-parasailing .section-title h3.elementor-heading-title {
  color: #c62381;
}
.experiences.experiences-parasailing
  .experiences-content
  .elementor-heading-title
  span {
  font-size: clamp(24px, 4vw, 56px);
  line-height: clamp(26px, 4vw, 60px);
}
.experiences.experiences-parasailing
  .experiences-content
  .elementor-heading-title
  small {
  font-size: clamp(24px, 4vw, 56px);
}
.experiences.experiences-parasailing .experiences-palmera-left {
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: color-burn;
}
.experiences.experiences-parasailing .experiences-globo-right {
  position: absolute;
  right: 0;
  top: 40%;
  mix-blend-mode: color-burn;
}
.experiences.experiences-aquatic .experiences-content .elementor-heading-title {
  color: #d4519d;
  font-size: clamp(50px, 6vw, 66px);
  line-height: clamp(50px, 6vw, 60px);
  margin-bottom: 20px;
}
.experiences.experiences-aquatic
  .experiences-content
  div.elementor-heading-title {
  color: #2a498e;
  font-size: clamp(25px, 4vw, 35px);
  line-height: clamp(30px, 4vw, 34px);
}
.experiences.experiences-aquatic
  .experiences-content
  .elementor-widget-text-editor
  p {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 40px 0;
}
.experiences.experiences-aquatic .experiences-content .col-left {
  padding: 60px 40px 40px;
}
.experiences.experiences-aquatic .experiences-flower-left {
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: color-burn;
}

.reviews .ti-widget.ti-goog .ti-reviews-container-wrapper {
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .reviews .ti-widget.ti-goog .ti-reviews-container-wrapper {
    padding: 80px 0;
  }
}

.reviews .ti-widget.ti-goog .ti-review-item > .ti-inner,
.reviews
  .ti-widget.ti-goog
  .ti-load-more-reviews-container
  .ti-load-more-reviews-button {
  border-radius: 20px !important;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  .reviews .ti-widget.ti-goog .ti-footer {
    margin-top: -35px;
  }
}

.reviews.internal-reviews {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .reviews.internal-reviews {
    padding: 60px 0;
  }
}
.reviews.internal-reviews:before {
  content: '';
  width: 100%;
  height: 124px;
  background-image: url(/wp-content/uploads/2024/03/reviews-wave.png);
  position: absolute;
  top: -120px;
  left: 0;
  background-size: cover;
  z-index: 9;
}
.reviews.internal-reviews .section-title .elementor-heading-title {
  font-size: clamp(26px, 5vw, 40px);
  line-height: clamp(26px, 5vw, 44px);
  margin: 0 0 0 30px;
  text-align: left;
}

.adrenaline {
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .adrenaline {
    padding: 100px 20px;
  }
}
.adrenaline .adrenaline-cloud {
  position: absolute;
  left: 0;
  mix-blend-mode: color-burn;
}
.adrenaline .adrenaline-leaf-right {
  position: absolute;
  right: 0;
  bottom: -200px;
  mix-blend-mode: color-burn;
}
.adrenaline .adrenaline-content {
  padding: 20px 0 40px;
}
@media screen and (min-width: 992px) {
  .adrenaline .adrenaline-content {
    padding: 60px 0 40px;
  }
}
.adrenaline .adrenaline-content .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1400px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.adrenaline .adrenaline-content .e-con {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (min-width: 575px) {
  .adrenaline .adrenaline-content .e-con {
    width: 25%;
  }
}
.adrenaline .adrenaline-content .elementor-widget-video {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 14px 30px 0px rgba(107, 20, 71, 0.1),
    0px 55px 55px 0px rgba(107, 20, 71, 0.09),
    0px 124px 74px 0px rgba(107, 20, 71, 0.05),
    0px 220px 88px 0px rgba(107, 20, 71, 0.01),
    0px 344px 96px 0px rgba(107, 20, 71, 0);
  box-shadow: 0px 14px 30px 0px rgba(107, 20, 71, 0.1),
    0px 55px 55px 0px rgba(107, 20, 71, 0.09),
    0px 124px 74px 0px rgba(107, 20, 71, 0.05),
    0px 220px 88px 0px rgba(107, 20, 71, 0.01),
    0px 344px 96px 0px rgba(107, 20, 71, 0);
  overflow: hidden;
}
.adrenaline .adrenaline-content .elementor-widget-video iframe {
  aspect-ratio: 1/2;
  height: auto;
}
.adrenaline.adrenaline-internal {
  padding-bottom: 200px;
}
.adrenaline.adrenaline-internal .adrenaline-leaf-right {
  bottom: -50px;
}

.map-section {
  padding: 40px 10px 140px;
}
@media screen and (min-width: 992px) {
  .map-section {
    padding: 120px 10px 140px;
  }
}
.map-section .map-section-palmera {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: color-burn;
}
.map-section .map-section-leaf {
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: color-burn;
}
.map-section .map-section-section .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.map-section .map-section-section .e-con-inner .col-left {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 768px) {
  .map-section .map-section-section .e-con-inner .col-left {
    width: 55%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.map-section .map-section-section .e-con-inner .col-right {
  padding: 0 10px 20px;
  gap: 0;
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media screen and (min-width: 768px) {
  .map-section .map-section-section .e-con-inner .col-right {
    width: 45%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .map-section .map-section-section .e-con-inner .col-right {
    padding: 10px 60px;
  }
}
.map-section .map-section-section .elementor-widget-google_maps {
  border-radius: 20px;
  overflow: hidden;
}
.map-section .map-section-section iframe {
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .map-section .map-section-section iframe {
    height: 500px;
    aspect-ratio: initial;
  }
}
.map-section .map-section-section .section-title .elementor-heading-title {
  font-size: clamp(24px, 2vw, 28px);
  line-height: clamp(26px, 2vw, 32px);
  text-align: left;
  margin-bottom: 10px;
}
.map-section .map-section-section .elementor-widget-text-editor {
  color: #2a498e;
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 100;
  line-height: 24px;
  margin-bottom: 20px;
}
.map-section .map-section-section .elementor-widget-text-editor p {
  margin: 0;
}
.map-section .map-section-section .elementor-icon-list-items {
  margin-bottom: 30px;
}
.map-section
  .map-section-section
  .elementor-icon-list-items
  .elementor-icon-list-item {
  margin-bottom: 10px;
}
.map-section
  .map-section-section
  .elementor-icon-list-items
  .elementor-icon-list-text {
  color: #2a498e;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.map-section
  .map-section-section
  .elementor-icon-list-items
  .elementor-icon-list-icon
  i {
  width: 32px;
  font-size: 32px;
  color: #2a498e;
}
.map-section
  .map-section-section
  .btn-tipo.elementor-widget-button
  .elementor-button {
  padding: 20px 50px;
}
.map-section .map-section-locations {
  padding-top: 60px;
}
.map-section .map-section-locations .e-con-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  gap: 20px !important;
}
@media screen and (min-width: 1300px) {
  .map-section .map-section-locations .e-con-inner {
    gap: 20px 60px !important;
  }
}
.map-section .map-section-locations .elementor-widget-heading {
  width: 100%;
}
.map-section
  .map-section-locations
  .elementor-widget-heading
  .elementor-heading-title {
  color: #2a498e;
  font-size: clamp(24px, 2vw, 28px);
  line-height: clamp(26px, 2vw, 32px);
  font-weight: 100;
}
.map-section .map-section-locations .elementor-widget-button {
  width: 100%;
}
@media screen and (min-width: 420px) {
  .map-section .map-section-locations .elementor-widget-button {
    width: 47%;
  }
}
@media screen and (min-width: 840px) {
  .map-section .map-section-locations .elementor-widget-button {
    width: 23%;
  }
}
@media screen and (min-width: 1025px) {
  .map-section .map-section-locations .elementor-widget-button {
    width: auto;
  }
}
.map-section .map-section-locations .elementor-widget-button .elementor-button {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 344px 96px 0px rgba(118, 20, 77, 0),
    0px 220px 88px 0px rgba(118, 20, 77, 0.01),
    0px 124px 74px 0px rgba(118, 20, 77, 0.05),
    0px 55px 55px 0px rgba(118, 20, 77, 0.09),
    0px 14px 30px 0px rgba(118, 20, 77, 0.1);
  box-shadow: 0px 344px 96px 0px rgba(118, 20, 77, 0),
    0px 220px 88px 0px rgba(118, 20, 77, 0.01),
    0px 124px 74px 0px rgba(118, 20, 77, 0.05),
    0px 55px 55px 0px rgba(118, 20, 77, 0.09),
    0px 14px 30px 0px rgba(118, 20, 77, 0.1);
  color: #2a498e;
  font-size: clamp(16px, 1vw, 18px);
  line-height: clamp(36px, 1vw, 38px);
  padding: 8px 30px;
  width: 100%;
}
.map-section
  .map-section-locations
  .elementor-widget-button
  .elementor-button:hover {
  background-color: #c62381;
  color: #fff;
}
.map-section
  .map-section-locations
  .elementor-widget-button
  .elementor-button
  i {
  font-size: clamp(18px, 1vw, 22px);
}
.map-section .map-section-locations .elementor-button-text {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.map-section .map-section-other-services {
  padding: 60px 0 0;
}
@media screen and (min-width: 1200px) {
  .map-section .map-section-other-services {
    padding: 100px 0 40px;
  }
}
.map-section .map-section-other-services .elementor-widget-heading {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.map-section
  .map-section-other-services
  .elementor-widget-heading
  .elementor-heading-title {
  color: #2a498e;
  font-size: clamp(24px, 3vw, 28px);
  line-height: clamp(26px, 3vw, 32px);
  font-weight: 100;
}
.map-section
  .map-section-other-services
  .map-section-other-services-content
  .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px !important;
}
.map-section
  .map-section-other-services
  .map-section-other-services-content
  .elementor-widget-image-box {
  width: 100%;
  border-radius: 20px;
  padding: 50px 25px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 344px 96px 0px rgba(107, 20, 71, 0),
    0px 220px 88px 0px rgba(107, 20, 71, 0.01),
    0px 124px 74px 0px rgba(107, 20, 71, 0.05),
    0px 55px 55px 0px rgba(107, 20, 71, 0.09),
    0px 14px 30px 0px rgba(107, 20, 71, 0.1);
  box-shadow: 0px 344px 96px 0px rgba(107, 20, 71, 0),
    0px 220px 88px 0px rgba(107, 20, 71, 0.01),
    0px 124px 74px 0px rgba(107, 20, 71, 0.05),
    0px 55px 55px 0px rgba(107, 20, 71, 0.09),
    0px 14px 30px 0px rgba(107, 20, 71, 0.1);
}
@media screen and (min-width: 420px) {
  .map-section
    .map-section-other-services
    .map-section-other-services-content
    .elementor-widget-image-box {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .map-section
    .map-section-other-services
    .map-section-other-services-content
    .elementor-widget-image-box {
    padding: 35px 25px;
  }
}
@media screen and (min-width: 992px) {
  .map-section
    .map-section-other-services
    .map-section-other-services-content
    .elementor-widget-image-box {
    width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .map-section
    .map-section-other-services
    .map-section-other-services-content
    .elementor-widget-image-box {
    width: 550px;
  }
}
.map-section
  .map-section-other-services
  .map-section-other-services-content
  .elementor-image-box-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.map-section
  .map-section-other-services
  .map-section-other-services-content
  .elementor-image-box-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .map-section
    .map-section-other-services
    .map-section-other-services-content
    .elementor-image-box-img {
    width: 200px;
  }
}
.map-section
  .map-section-other-services
  .map-section-other-services-content
  .elementor-image-box-content {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .map-section
    .map-section-other-services
    .map-section-other-services-content
    .elementor-image-box-content {
    width: calc(100% - 200px);
    padding-left: 15px;
    text-align: left;
  }
}
.map-section
  .map-section-other-services
  .map-section-other-services-content
  .elementor-image-box-content
  .elementor-image-box-title {
  color: #2a498e;
  font-size: clamp(22px, 2vw, 34px);
  line-height: clamp(26px, 2vw, 32px);
  font-weight: 100;
  margin: 0 0 30px;
}
@media screen and (min-width: 1400px) {
  .map-section
    .map-section-other-services
    .map-section-other-services-content
    .elementor-image-box-content
    .elementor-image-box-title {
    min-height: 65px;
  }
}
.map-section
  .map-section-other-services
  .map-section-other-services-content
  .elementor-image-box-content
  .elementor-image-box-description {
  margin: auto 0 0;
}
.map-section
  .map-section-other-services
  .map-section-other-services-content
  .elementor-image-box-content
  .elementor-image-box-description
  a {
  background-color: transparent;
  border-radius: 16px;
  color: #c62381;
  font-size: 15px;
  padding: 14px 20px;
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
  border: 1px solid #c62381;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media screen and (min-width: 1200px) {
  .map-section
    .map-section-other-services
    .map-section-other-services-content
    .elementor-image-box-content
    .elementor-image-box-description
    a {
    font-size: 18px;
    padding: 10px 60px;
  }
}
.map-section
  .map-section-other-services
  .map-section-other-services-content
  .elementor-image-box-content
  .elementor-image-box-description
  a:hover {
  background-color: #2a498e;
  border-color: #2a498e;
  color: #fff;
}

.modal-actividades .dialog-message {
  width: 1000px;
  max-width: 85vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .modal-actividades .dialog-message {
    height: 550px !important;
  }
}

.modal-actividades .elementor-widget-shortcode {
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .modal-actividades .elementor-widget-shortcode {
    height: 500px;
  }
}
.modal-actividades .elementor-widget-shortcode::-webkit-scrollbar {
  width: 5px;
}
.modal-actividades .elementor-widget-shortcode::-webkit-scrollbar-track {
  background: #eee;
}
.modal-actividades .elementor-widget-shortcode::-webkit-scrollbar-thumb {
  background-color: #fedbef;
  border-radius: 20px;
}

.modal-actividades .dialog-widget-content {
  border-radius: 20px;
  overflow: hidden;
}

.modal-actividades .modal-actividades-content {
  padding: 0;
  height: 100%;
}

.modal-actividades .e-con-inner {
  padding: 0;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.modal-actividades .col-left {
  width: 100%;
  background-color: #fedbef;
  padding: 30px 20px;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .modal-actividades .col-left {
    width: 40%;
    padding: 60px 40px 40px 40px;
  }
}

.modal-actividades .col-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-actividades .col-right {
    width: 60%;
    padding-top: 60px;
  }
}

.modal-actividades .elementor-widget-heading .elementor-heading-title {
  color: #2a498e;
  font-size: clamp(24px, 4vw, 36px);
  line-height: clamp(24px, 4vw, 36px);
  font-weight: 100;
}

.modal-actividades .elementor-widget-text-editor {
  color: #2a498e;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 22px;
}

.modal-actividades .elementor-widget-text-editor ol {
  padding: 0 0 0 20px;
}

.modal-actividades .modal-actividades-whatsapp {
  margin: auto 0 0;
}
.modal-actividades .modal-actividades-whatsapp p {
  margin: 0;
}
.modal-actividades .modal-actividades-whatsapp a {
  color: #c62381;
  text-decoration: underline;
}

.modal-actividades .dialog-close-button svg {
  fill: #2a498e;
  height: 14px;
  width: 14px;
}
@media screen and (min-width: 768px) {
  .modal-actividades .dialog-close-button svg {
    height: 26px;
    width: 26px;
  }
}

.modal-actividades .loading-turitop {
  max-height: 50vh;
  overflow: auto !important;
}

.modal-actividades .loading-turitop iframe {
  min-width: unset !important;
}

body .e-con-inner {
  gap: 0 !important;
}
body .elementor-widget-image a img[src$='.svg'] {
  width: auto;
}
body .pink-bg {
  background-color: #fedbef;
}
body .section-title .elementor-heading-title {
  font-size: clamp(30px, 5vw, 50px);
  line-height: clamp(34px, 5vw, 54px);
  font-weight: 400;
  text-align: center;
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 15px;
}
body .section-title-md .elementor-heading-title {
  font-size: clamp(30px, 5vw, 40px);
  line-height: clamp(34px, 5vw, 44px);
}
body .section-text-intro {
  text-align: center;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  line-height: 20px;
  max-width: 640px !important;
  margin: auto;
}
body .section-text-intro p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
body .section-title.blue .elementor-heading-title,
body .section-text-intro.blue p {
  color: #2a498e;
}
body .section-title.pink .elementor-heading-title,
body .section-text-intro.pink p {
  color: #c62381;
}
body .btn-tipo.elementor-widget-button .elementor-button {
  background-color: #c62381;
  border: 1px solid #c62381;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  padding: 20px 45px;
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
}
@media screen and (min-width: 992px) {
  body .btn-tipo.elementor-widget-button .elementor-button {
    font-size: 18px;
    padding: 20px 75px;
  }
}
body .btn-tipo.elementor-widget-button .elementor-button:hover {
  background-color: #2a498e;
  border-color: #2a498e;
}
body .btn-ghost.elementor-widget-button .elementor-button {
  background-color: #fff;
  border-radius: 16px;
  color: #c62381;
  font-size: 16px;
  padding: 20px 45px;
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
  border: 1px solid #c62381;
}
@media screen and (min-width: 992px) {
  body .btn-ghost.elementor-widget-button .elementor-button {
    font-size: 18px;
    padding: 20px 75px;
  }
}
body .btn-ghost.elementor-widget-button .elementor-button:hover {
  background-color: #2a498e;
  border-color: #2a498e;
  color: #fff;
}

.hello-bar {
  background-color: #2a498e;
}
.hello-bar .e-con-inner {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 4px 0;
}
.hello-bar .col-left {
  display: none;
}
@media screen and (min-width: 575px) {
  .hello-bar .col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
  }
}
.hello-bar .col-center {
  width: 45%;
}
@media screen and (min-width: 575px) {
  .hello-bar .col-center {
    width: 33.33%;
  }
}
.hello-bar .col-center .elementor-widget-image {
  text-align: left;
}
@media screen and (min-width: 575px) {
  .hello-bar .col-center .elementor-widget-image {
    text-align: center;
  }
}
.hello-bar .col-right {
  width: 55%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}
@media screen and (min-width: 575px) {
  .hello-bar .col-right {
    width: 33.33%;
  }
}
.hello-bar .col-right #flags {
  width: auto;
  padding: 4px 0 0 5px;
}
@media screen and (min-width: 1200px) {
  .hello-bar .col-right #flags {
    padding: 4px 0 0 15px;
  }
}
.hello-bar .elementor-button {
  background-color: transparent;
  padding: 0;
  color: #c3d5ff;
  font-size: clamp(16px, 1vw, 18px);
}
.hello-bar .elementor-button:hover {
  color: #fedbef;
}

.header-content {
  background-color: #fff;
}
.header-content .e-con-inner {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 4px 0;
}
.header-content .e-con-full {
  padding: 10px 0;
}
@media screen and (min-width: 1025px) {
  .header-content .e-con-full {
    padding: 10px;
  }
}
.header-content .col-left {
  width: 40%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .header-content .col-left {
    width: 20%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 10px 0;
  }
}
.header-content .col-left .elementor-widget-container {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .header-content .col-left .elementor-widget-container {
    text-align: left;
  }
}
.header-content .col-left .elementor-widget-image a img {
  width: 76px;
}
@media screen and (min-width: 1025px) {
  .header-content .col-left .elementor-widget-image a img {
    width: 85px;
  }
}
.header-content .col-center {
  width: 30%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media screen and (min-width: 1025px) {
  .header-content .col-center {
    width: 60%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header-content .col-center .elementor-nav-menu {
    margin: auto;
  }
}
.header-content .col-right {
  width: 30%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 1025px) {
  .header-content .col-right {
    width: 20%;
  }
}
.header-content .elementor-nav-menu--main .elementor-item {
  color: #2a498e;
  font-size: 18px;
  padding: 10px 12px;
}
@media screen and (min-width: 1300px) {
  .header-content .elementor-nav-menu--main .elementor-item {
    font-size: 20px;
    padding: 10px 25px !important;
  }
}
@media screen and (min-width: 1400px) {
  .header-content .elementor-nav-menu--main .elementor-item {
    padding: 10px 30px !important;
  }
}
.header-content .elementor-nav-menu--main .elementor-item:after {
  display: none;
}
.header-content .elementor-item.elementor-item-active {
  color: #2a498e !important;
}
.header-content
  .elementor-widget-nav-menu
  .elementor-nav-menu--main
  .elementor-item:hover,
.header-content
  .elementor-widget-nav-menu
  .elementor-nav-menu--main
  .elementor-item.highlighted,
.header-content
  .elementor-widget-nav-menu
  .elementor-nav-menu--main
  .elementor-item:focus {
  color: #c62381 !important;
  fill: #c62381 !important;
}
.header-content .elementor-button {
  background: #41c764;
  color: #fff;
  border-radius: 50%;
  background: #41c764;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 768px) {
  .header-content .elementor-button {
    width: auto;
    height: auto;
    border-radius: 16px;
    padding: 12px 26px;
  }
}
@media screen and (min-width: 1300px) {
  .header-content .elementor-button {
    border-radius: 16px;
    padding: 20px 26px;
    font-size: 18px;
  }
}
.header-content .elementor-button:hover {
  background-color: #c62381;
}
.header-content .elementor-button .elementor-button-text {
  line-height: 22px;
  display: none;
}
@media screen and (min-width: 768px) {
  .header-content .elementor-button .elementor-button-text {
    display: inline-block;
  }
}
.header-content .elementor-button .elementor-align-icon-left {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .header-content .elementor-button .elementor-align-icon-left {
    margin-right: 5px;
  }
}
.header-content .elementor-button i {
  font-size: 22px;
}
.header-content.elementor-sticky--effects .elementor-widget-image a img {
  width: 75px;
}
.header-content .elementor-menu-toggle {
  border-radius: 0;
  padding: 0;
  background-color: #fff;
  color: #2a498e;
}
.header-content .elementor-menu-toggle .e-font-icon-svg {
  fill: #2a498e;
  height: 30px;
  width: 30px;
}
.header-content .elementor-nav-menu--dropdown a {
  font-size: 16px;
  color: #fff;
  font-size: 15px;
  padding: 8px 15px !important;
  border: none;
  position: relative;
}
.header-content .elementor-nav-menu--dropdown a::before {
  content: '\E900';
  font-family: 'marinajets' !important;
  display: block;
  margin-right: 5px;
  font-size: 18px;
  opacity: 0 !important;
}
.header-content .elementor-nav-menu__align-left .elementor-nav-menu {
  background: #2a498e;
  padding: 20px 0;
}
@media screen and (min-width: 1025px) {
  .header-content .elementor-nav-menu__align-left .elementor-nav-menu {
    background-color: transparent;
    margin: auto;
  }
}
.header-content
  .elementor-nav-menu--dropdown
  .elementor-item.elementor-item-active {
  background-color: transparent;
  color: #fff !important;
}
.header-content .elementor-nav-menu--main .elementor-nav-menu ul {
  left: 30px !important;
  min-width: 260px !important;
  background: #2a498e;
  border-left: 5px solid #c62381;
  padding: 10px 0;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.header-content ul.elementor-nav-menu--dropdown a:focus,
.header-content ul.elementor-nav-menu--dropdown a:hover {
  border-left: none;
  color: #86b2ff;
  background-color: transparent;
}
.header-content .elementor-sub-item.elementor-item-active {
  background-color: transparent;
}
.header-content .elementor-nav-menu .sub-arrow {
  padding: 10px 0 8px 4px;
  margin-top: -8px;
  margin-bottom: -8px;
}
.header-content .elementor-nav-menu .sub-arrow .e-font-icon-svg {
  fill: #c62381;
  height: 16px;
  width: 16px;
}
.header-content .sub-menu.elementor-nav-menu--dropdown {
  background-color: #c62381 !important;
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  .header-content .sub-menu.elementor-nav-menu--dropdown {
    background-color: #2a498e !important;
  }
}
.header-content .sub-menu.elementor-nav-menu--dropdown a::before {
  opacity: 1 !important;
  position: relative;
}

.elementor-nav-menu--dropdown {
  background-color: #2a498e !important;
  padding: 10px 0;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
  background-color: #2a498e;
}

footer {
  position: relative;
  padding-top: 20px;
}
footer:before {
  content: '';
  width: 100%;
  height: 70px;
  background-image: url(/wp-content/uploads/2024/03/footer-wave.png);
  position: absolute;
  top: -70px;
  left: 0;
  background-size: cover;
}
footer .elementor-widget-image img {
  width: 125px;
}
footer .e-con-inner {
  max-width: 1300px !important;
}
footer .footer-content {
  padding: 20px 0 40px;
}
footer .footer-content .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
footer .footer-content .e-con-inner .e-flex {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 425px) {
  footer .footer-content .e-con-inner .e-flex {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-content .e-con-inner .e-flex {
    width: 25%;
  }
}
footer .footer-content .elementor-icon-list-items .elementor-icon-list-item {
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 20px;
}
footer .footer-content .elementor-icon-list-items .elementor-icon-list-text {
  color: #2a498e;
}
footer
  .footer-content
  .elementor-icon-list-items
  a
  .elementor-icon-list-text:hover {
  color: #c62381;
}
footer .footer-content .elementor-icon-list-items .elementor-icon-list-icon i {
  font-size: 30px;
  color: #2a498e;
}
footer
  .footer-content
  .elementor-icon-list-items
  .elementor-icon-list-icon
  svg {
  width: 24px;
  height: 24px;
  fill: #2a498e;
}
footer .footer-copy {
  background-color: #1b2f5b;
  padding: 6px;
}
footer .footer-copy .elementor-widget-container {
  height: auto !important;
}
footer .footer-copy p {
  margin: 0;
  color: #c3d5ff;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.back-to-top-btn .elementor-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px;
}

.back-to-top-btn .elementor-button-link {
  background-color: #c62381;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #c62381 !important;
  outline: none !important;
}
.back-to-top-btn .elementor-button-link:hover {
  background-color: #fff;
  border-color: #c62381;
  fill: #c62381;
}

.video-home {
  background-size: cover;
  background-position: center center;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 575px) {
  .video-home {
    aspect-ratio: initial;
    padding: 100px 0;
  }
}
@media screen and (min-width: 992px) {
  .video-home {
    padding: 200px 0;
  }
}
@media screen and (min-width: 1600px) {
  .video-home {
    padding: 300px 0;
  }
}
.video-home .elementor-heading-title {
  color: #fff;
  text-align: center;
  text-shadow: -6px 7px 20px rgba(0, 0, 0, 0.1),
    -26px 26px 37px rgba(0, 0, 0, 0.09), -58px 59px 50px rgba(0, 0, 0, 0.05),
    -103px 104px 59px rgba(0, 0, 0, 0.01), -161px 163px 64px rgba(0, 0, 0, 0);
  font-size: clamp(30px, 4vw, 74px);
  line-height: clamp(34px, 4vw, 76px);
  max-width: 1000px;
  margin: auto;
}

.trust-home {
  padding: 30px 0;
}
.trust-home .e-con-inner {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  max-width: 300px;
}
@media screen and (min-width: 575px) {
  .trust-home .e-con-inner {
    max-width: 1600px;
  }
}
.trust-home .e-con-full {
  width: 100%;
}
@media screen and (min-width: 575px) {
  .trust-home .e-con-full {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .trust-home .e-con-full {
    width: 25%;
  }
}
.trust-home .elementor-widget-image-box .elementor-image-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.trust-home .elementor-widget-image-box .elementor-image-box-img {
  width: 50px;
  height: 50px;
  border: 1px solid #2a498e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .trust-home .elementor-widget-image-box .elementor-image-box-img {
    width: 63px;
    height: 63px;
  }
}
.trust-home .elementor-widget-image-box .elementor-image-box-img img {
  max-width: 50%;
}
@media screen and (min-width: 992px) {
  .trust-home .elementor-widget-image-box .elementor-image-box-img img {
    max-width: 100%;
  }
}
.trust-home .elementor-widget-image-box .elementor-image-box-content {
  text-align: left;
  width: calc(100% - 65px);
  padding-left: 15px;
}
.trust-home .elementor-widget-image-box .elementor-image-box-title {
  color: #2a498e;
  font-size: clamp(16px, 1vw, 18px);
  font-style: normal;
  font-weight: 100;
  line-height: 20px;
  margin: 0 0 5px 0;
  max-width: 200px;
}
.trust-home .elementor-widget-image-box .elementor-image-box-description {
  font-size: clamp(14px, 1vw, 16px);
  color: #2a498e;
  line-height: 20px;
}

.welfare-home {
  padding: 20px 0px 40px;
}
@media screen and (min-width: 992px) {
  .welfare-home {
    padding: 20px 20px 150px;
  }
}
.welfare-home .section-title .elementor-heading-title {
  text-align: left;
}
.welfare-home .welfare-home-leaf {
  position: absolute;
  left: 0;
  mix-blend-mode: screen;
}
.welfare-home .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1400px;
}
.welfare-home .elementor-element ul.elementor-icon-list-items {
  max-width: 380px;
}
.welfare-home .elementor-icon-list-text {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.welfare-home .elementor-widget .elementor-icon-list-item {
  margin-bottom: 20px;
}
.welfare-home .elementor-widget .elementor-icon-list-item .list-text {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  color: #2a498e;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1vw, 16px);
  font-weight: 400;
  line-height: 20px;
}
.welfare-home .elementor-widget-text-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 9;
  padding-top: 30px;
}
.welfare-home .elementor-widget-text-editor .elementor-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
}
.welfare-home .elementor-widget-text-editor .welfare-text {
  width: calc(100% - 30px);
  padding-left: 10px;
  color: #2a498e;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1vw, 16px);
  font-weight: 400;
  line-height: 20px;
}
.welfare-home .elementor-widget-text-editor .welfare-text h3 {
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
  margin: 0 0 10px 0;
}
.welfare-home .elementor-widget-text-editor .welfare-text p {
  margin: 0;
}
@media screen and (min-width: 1300px) {
  .welfare-home .welfare-img {
    position: absolute;
    right: 0;
  }
}

.discount-parking {
  background-color: #c62381;
  height: 35px;
}
@media screen and (min-width: 500px) {
  .discount-parking {
    height: 48px;
  }
}
.discount-parking .elementor-headline-dynamic-wrapper {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 35px;
}
@media screen and (min-width: 500px) {
  .discount-parking .elementor-headline-dynamic-wrapper {
    top: 4px;
    height: 48px;
  }
}
.discount-parking
  .elementor-headline-dynamic-wrapper
  .elementor-headline-dynamic-text {
  font-size: clamp(12px, 2vw, 18px);
  font-weight: 100;
  color: #fff;
  position: absolute !important;
  text-align: center;
  min-width: 300px;
}
@media screen and (min-width: 500px) {
  .discount-parking
    .elementor-headline-dynamic-wrapper
    .elementor-headline-dynamic-text {
    min-width: 450px;
  }
}
.discount-parking .elementor-heading-title {
  font-size: clamp(12px, 2vw, 18px);
  font-weight: 100;
  color: #fff;
}
@media screen and (min-width: 500px) {
  .discount-parking .elementor-heading-title {
    padding-top: 4px;
  }
}

.service-hero {
  background-position: center center;
  background-size: cover;
  padding: 20px 20px 80px;
}
@media screen and (min-width: 768px) {
  .service-hero {
    padding: 60px 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .service-hero {
    padding: 160px 0;
  }
}
.service-hero .col-right {
  text-align: center;
  gap: 0;
}
.service-hero .elementor-widget-image .elementor-widget-container {
  margin-bottom: 20px;
}
.service-hero .elementor-heading-title {
  font-size: clamp(25px, 4vw, 74px);
  line-height: clamp(26px, 4vw, 70px);
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
  color: #2a498e;
}
.service-hero .elementor-widget-text-editor p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #2a498e;
  font-size: clamp(16px, 2vw, 28px);
  line-height: clamp(20px, 2vw, 32px);
  max-width: 600px;
  margin: 0 auto 20px;
}
.service-hero .white .elementor-heading-title,
.service-hero .white.elementor-widget-text-editor p {
  color: #fff;
}
.service-hero.service-hero-parasailing
  .elementor-widget-image
  .elementor-widget-container {
  max-width: 45%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 992px) {
  .service-hero.service-hero-parasailing
    .elementor-widget-image
    .elementor-widget-container {
    max-width: 100%;
  }
}

.services-faq {
  padding: 40px 20px 80px;
}
@media screen and (min-width: 1200px) {
  .services-faq {
    padding: 100px 0 150px;
  }
}
.services-faq .e-con-inner {
  max-width: 1250px;
}
.services-faq .col-left {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .services-faq .col-left {
    width: 45%;
  }
}
.services-faq .col-right {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .services-faq .col-right {
    width: 55%;
  }
}
.services-faq .elementor-widget-heading .elementor-heading-title {
  color: #2a498e;
  font-size: clamp(26px, 4vw, 40px);
  line-height: clamp(30px, 4vw, 42px);
  font-weight: 100;
  max-width: 360px;
}
.services-faq .elementor-widget-text-editor p {
  color: #2a498e;
  font-size: clamp(18px, 2vw, 28px);
  line-height: clamp(22px, 2vw, 32px);
  max-width: 500px;
  margin: 0;
}
.services-faq .services-faq-buttons {
  padding-bottom: 10px;
}
.services-faq
  .services-faq-buttons
  .btn-tipo.elementor-widget-button
  .elementor-button,
.services-faq
  .services-faq-buttons
  .btn-ghost.elementor-widget-button
  .elementor-button {
  padding: 15px 25px;
}
@media screen and (min-width: 768px) {
  .services-faq
    .services-faq-buttons
    .btn-tipo.elementor-widget-button
    .elementor-button,
  .services-faq
    .services-faq-buttons
    .btn-ghost.elementor-widget-button
    .elementor-button {
    padding: 20px 50px;
  }
}
.services-faq
  .services-faq-buttons
  .btn-tipo.elementor-widget-button
  .elementor-button {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .services-faq
    .services-faq-buttons
    .btn-tipo.elementor-widget-button
    .elementor-button {
    margin-right: 20px;
  }
}
.services-faq .elementor-accordion .elementor-accordion-item {
  border: none;
  margin-bottom: 10px;
}
.services-faq .elementor-accordion .elementor-tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px;
  border-radius: 10px;
  border: 0.5px solid #fff;
  background: #fff;
  gap: 0 15px;
  -webkit-box-shadow: 68px 147px 45px 0px rgba(112, 160, 255, 0),
    43px 94px 42px 0px rgba(112, 160, 255, 0.01),
    24px 53px 35px 0px rgba(112, 160, 255, 0.05),
    11px 24px 26px 0px rgba(112, 160, 255, 0.09),
    3px 6px 14px 0px rgba(112, 160, 255, 0.1);
  box-shadow: 68px 147px 45px 0px rgba(112, 160, 255, 0),
    43px 94px 42px 0px rgba(112, 160, 255, 0.01),
    24px 53px 35px 0px rgba(112, 160, 255, 0.05),
    11px 24px 26px 0px rgba(112, 160, 255, 0.09),
    3px 6px 14px 0px rgba(112, 160, 255, 0.1);
}
.services-faq .elementor-accordion-title {
  color: #2a498e;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 20px);
  line-height: clamp(22px, 2vw, 24px);
}
.services-faq .elementor-accordion .elementor-tab-content {
  padding: 20px;
  border-top: none;
  color: #2a498e;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 22px;
}
@media screen and (min-width: 1200px) {
  .services-faq .elementor-accordion .elementor-tab-content {
    padding: 20px 60px;
  }
}
.services-faq
  .elementor-accordion
  .elementor-tab-title
  .elementor-accordion-icon
  svg {
  width: 1em;
  height: 1em;
  fill: #20252a;
}
.services-faq
  .elementor-widget-accordion
  .elementor-active
  .elementor-accordion-title {
  color: #c62381;
}

.service-info {
  padding: 60px 15px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .service-info {
    padding: 80px 15px 20px;
  }
}
.service-info:before {
  content: '';
  width: 100%;
  height: 85px;
  background-image: url(/wp-content/uploads/2024/03/pink-wave.png);
  position: absolute;
  top: -70px;
  left: 0;
  background-size: cover;
}
.service-info .section-title .elementor-heading-title {
  position: relative;
  z-index: 9;
}
.service-info .left-leaf {
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: color-burn;
}
.service-info .left-palmera {
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: color-burn;
}
.service-info .right-cloud {
  position: absolute;
  right: 0;
  mix-blend-mode: color-burn;
}
.service-info .service-info-content {
  padding-top: 0;
  margin-top: -60px;
}
@media screen and (min-width: 768px) {
  .service-info .service-info-content {
    padding-top: 60px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .service-info .service-info-content {
    padding-top: 100px;
  }
}
.service-info .service-info-content .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1250px;
  padding: 0;
}
.service-info .service-info-content .elementor-widget-text-editor {
  color: #2a498e;
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
  font-size: clamp(20px, 2vw, 28px);
  line-height: clamp(22px, 2vw, 32px);
  border-bottom: 1px dashed #2a498e;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 40px;
  position: relative;
}
.service-info .service-info-content .elementor-widget-text-editor:after {
  content: '';
  width: 11px;
  height: 11px;
  background-image: url(/wp-content/uploads/2024/03/arrow-right.svg);
  background-size: cover;
  position: absolute;
  bottom: -6px;
}
.service-info .service-info-content .elementor-widget-text-editor p {
  margin: 0;
}
.service-info .service-info-content .col-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service-info .service-info-content .col-left {
    width: 30%;
  }
}
.service-info
  .service-info-content
  .col-left
  .elementor-widget-text-editor:after {
  right: -4px;
}
.service-info .service-info-content .col-center {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service-info .service-info-content .col-center {
    width: 40%;
  }
}
.service-info
  .service-info-content
  .col-center
  .elementor-widget-image
  .elementor-widget-container {
  position: absolute;
  width: 585px;
  left: -60px;
  top: -240px;
  display: none;
}
@media screen and (min-width: 768px) {
  .service-info
    .service-info-content
    .col-center
    .elementor-widget-image
    .elementor-widget-container {
    display: block;
    width: 340px;
    left: -20px;
    top: -100px;
  }
}
@media screen and (min-width: 992px) {
  .service-info
    .service-info-content
    .col-center
    .elementor-widget-image
    .elementor-widget-container {
    width: 410px;
    left: -20px;
    top: -170px;
  }
}
@media screen and (min-width: 1200px) {
  .service-info
    .service-info-content
    .col-center
    .elementor-widget-image
    .elementor-widget-container {
    width: 490px;
    left: -20px;
    top: -220px;
  }
}
@media screen and (min-width: 1300px) {
  .service-info
    .service-info-content
    .col-center
    .elementor-widget-image
    .elementor-widget-container {
    width: 540px;
    left: -20px;
    top: -230px;
  }
}
@media screen and (min-width: 1600px) {
  .service-info
    .service-info-content
    .col-center
    .elementor-widget-image
    .elementor-widget-container {
    width: 585px;
    left: -60px;
    top: -240px;
  }
}
.service-info .service-info-content .col-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service-info .service-info-content .col-right {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .service-info .service-info-content .col-right .elementor-widget-text-editor {
    text-align: right;
  }
}
.service-info
  .service-info-content
  .col-right
  .elementor-widget-text-editor:after {
  right: -4px;
}
@media screen and (min-width: 768px) {
  .service-info
    .service-info-content
    .col-right
    .elementor-widget-text-editor:after {
    right: initial;
    left: -5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.service-info .moto-mobile {
  margin-top: -60px;
}
@media screen and (min-width: 768px) {
  .service-info .moto-mobile {
    display: none;
  }
}

.service-info-hero {
  background-position: center center;
  background-size: cover;
  height: 300px;
}
@media screen and (min-width: 992px) {
  .service-info-hero {
    height: 420px;
  }
}

.service-info-header {
  margin-top: -100px;
  border-radius: 34px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .service-info-header {
    margin-bottom: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .service-info-header {
    padding: 40px 50px;
  }
}
.service-info-header .col-left {
  width: 100%;
}
@media screen and (min-width: 375px) {
  .service-info-header .col-left {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .service-info-header .col-left {
    width: 40%;
  }
}
.service-info-header .col-center {
  width: 100%;
}
.service-info-header .col-center .e-con-inner {
  padding: 0;
}
@media screen and (min-width: 375px) {
  .service-info-header .col-center .e-con-inner {
    padding: 10px 0;
  }
}
@media screen and (min-width: 375px) {
  .service-info-header .col-center {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .service-info-header .col-center {
    text-align: center;
    border-right: 2px solid #2a498322;
    border-left: 2px solid #2a498322;
    width: 20%;
  }
}
.service-info-header .col-right {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .service-info-header .col-right {
    width: 40%;
  }
}
.service-info-header .elementor-widget-heading .elementor-heading-title {
  color: #2a498e;
  font-weight: 100;
  font-size: clamp(24px, 4vw, 36px);
  line-height: clamp(24px, 4vw, 40px);
}
.service-info-header .elementor-widget-text-editor {
  color: #2a498e;
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
  font-weight: 100;
  font-size: clamp(34px, 4vw, 60px);
  text-align: left;
}
@media screen and (min-width: 375px) {
  .service-info-header .elementor-widget-text-editor {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .service-info-header .elementor-widget-text-editor {
    text-align: center;
  }
}
.service-info-header .elementor-widget-text-editor p {
  margin: 0;
}
.service-info-header .elementor-widget-text-editor strong {
  font-size: clamp(20px, 3vw, 25px);
}
.service-info-header .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .service-info-header .elementor-icon-list-items {
    padding: 15px 0 0 40px !important;
  }
}
.service-info-header .elementor-icon-list-items .elementor-icon-list-item {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .service-info-header .elementor-icon-list-items .elementor-icon-list-item {
    width: 50%;
    margin-bottom: 15px;
  }
}
.service-info-header
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-icon
  svg {
  fill: #c62381;
}
.service-info-header
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text {
  color: #2a498e;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 16px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.service-info-content {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .service-info-content {
    padding-bottom: 100px;
  }
}
.service-info-content:before {
  content: '';
  width: 100%;
  height: 85px;
  background-image: url(/wp-content/uploads/2024/03/pink-wave.png);
  position: absolute;
  top: -70px;
  left: 0;
  background-size: cover;
}
.service-info-content .splash-right {
  position: absolute;
  right: 0;
  top: 50%;
  mix-blend-mode: color-burn;
}

.service-info-description .col-left {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 768px) {
  .service-info-description .col-left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .service-info-description .col-left {
    width: 60%;
    padding-right: 130px;
  }
}
.service-info-description .col-left .elementor-widget-text-editor {
  padding-bottom: 30px;
  margin-bottom: 50px !important;
  border-bottom: 1px solid #2a498322;
}
.service-info-description .col-left .elementor-widget-text-editor h2 {
  color: #2a498e;
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
  font-size: clamp(22px, 2vw, 26px);
  line-height: clamp(26px, 2vw, 50px);
  margin: 0 0 5px;
}
.service-info-description .col-left .elementor-widget-text-editor p {
  color: #2a498e;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 20px;
  margin: 0 0 20px;
}
.service-info-description .col-left .service-info-description-gallery {
  border: none;
  padding: 0;
  margin: 0 !important;
}

.service-info-description .cloud-central {
  position: absolute;
  left: 0;
  mix-blend-mode: color-burn;
}

.service-info-description .col-right {
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  /*BOOKING*/
}
@media screen and (min-width: 768px) {
  .service-info-description .col-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .service-info-description .col-right {
    width: 40%;
  }
}
.service-info-description .col-right .e-con-inner {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media screen and (min-width: 992px) {
  .service-info-description .col-right .e-con-inner {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
.service-info-description .col-right .service-info-booking {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 344px 96px 0px rgba(107, 20, 71, 0),
    0px 220px 88px 0px rgba(107, 20, 71, 0.01),
    0px 124px 74px 0px rgba(107, 20, 71, 0.05),
    0px 55px 55px 0px rgba(107, 20, 71, 0.09),
    0px 14px 30px 0px rgba(107, 20, 71, 0.1);
  box-shadow: 0px 344px 96px 0px rgba(107, 20, 71, 0),
    0px 220px 88px 0px rgba(107, 20, 71, 0.01),
    0px 124px 74px 0px rgba(107, 20, 71, 0.05),
    0px 55px 55px 0px rgba(107, 20, 71, 0.09),
    0px 14px 30px 0px rgba(107, 20, 71, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 20px;
  max-width: 500px;
}
@media screen and (min-width: 992px) {
  .service-info-description .col-right .service-info-booking {
    padding: 40px;
  }
}
.service-info-description
  .col-right
  .service-info-booking
  .elementor-widget-heading {
  margin-bottom: 10px;
}
.service-info-description
  .col-right
  .service-info-booking
  .elementor-widget-heading
  .elementor-heading-title {
  color: #2a498e;
  font-size: 26px;
  line-height: 30px;
  font-weight: 100;
}
.service-info-description
  .col-right
  .service-info-booking
  .elementor-widget-shortcode {
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  .service-info-description
    .col-right
    .service-info-booking
    .elementor-widget-shortcode {
    overflow: initial;
  }
}
.service-info-description .col-right .service-info-booking .e-con-inner {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.service-info-description
  .col-right
  .service-info-booking
  .elementor-widget-text-editor {
  padding-top: 40px;
  margin-top: 30px !important;
  border-top: 1px solid #2a498322;
}
.service-info-description
  .col-right
  .service-info-booking
  .elementor-widget-text-editor
  p {
  color: #2a498e;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 20px;
  margin: 0 0 20px;
}
.service-info-description
  .col-right
  .service-info-booking
  .btn-ghost.elementor-widget-button
  .elementor-button {
  font-size: 16px;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service-info-description
    .col-right
    .service-info-booking
    .btn-ghost.elementor-widget-button
    .elementor-button {
    padding: 20px;
  }
}
.service-info-description
  .col-right
  .service-info-booking
  .btn-ghost.elementor-widget-button
  .elementor-button
  .elementor-button-text {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.service-info-description .swiper-slide-inner img {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.service-info-description .service-info-description-price {
  padding: 50px 0 25px;
  margin: 50px 0 !important;
  border-bottom: 1px solid #2a498322;
  border-top: 1px solid #2a498322;
}
.service-info-description
  .service-info-description-price
  .elementor-widget-heading {
  margin-bottom: 0;
}
.service-info-description
  .service-info-description-price
  .elementor-widget-heading
  .elementor-heading-title {
  color: #2a498e;
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
  font-size: clamp(22px, 2vw, 26px);
  line-height: clamp(26px, 2vw, 50px);
  margin: 0 0 30px;
}
.service-info-description
  .service-info-description-price
  .elementor-widget-image-box
  .elementor-image-box-wrapper {
  text-align: left;
}
.service-info-description
  .service-info-description-price
  .elementor-widget-image-box {
  margin-bottom: 25px;
}
.service-info-description
  .service-info-description-price
  .elementor-image-box-content {
  padding: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .service-info-description
    .service-info-description-price
    .elementor-image-box-content {
    padding: 0 0 0 25px;
  }
}
.service-info-description
  .service-info-description-price
  .elementor-image-box-title {
  color: #2a498e;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 22px);
  line-height: clamp(20px, 2vw, 20px);
  margin: 0 0 5px;
}
.service-info-description
  .service-info-description-price
  .elementor-image-box-description {
  color: #2a498e;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 20px;
}

.service-info-description .service-info-description-map {
  padding: 0;
  margin: 0 !important;
  border: none;
}
.service-info-description .service-info-description-map iframe {
  height: 350px;
  border-radius: 20px;
}
.service-info-description
  .service-info-description-map
  .elementor-icon-list-items {
  padding-top: 20px !important;
}
.service-info-description
  .service-info-description-map
  .elementor-icon-list-items
  .elementor-icon-list-item {
  margin-bottom: 10px;
}
.service-info-description
  .service-info-description-map
  .elementor-icon-list-items
  .elementor-icon-list-text {
  color: #2a498e;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.service-info-description
  .service-info-description-map
  .elementor-icon-list-items
  .elementor-icon-list-icon
  i {
  width: 32px;
  font-size: 32px;
  color: #2a498e;
}

/*FALDÓN MOBILE*/
.service-info-fixed {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .service-info-fixed {
    display: none;
  }
}
.service-info-fixed .e-con-inner {
  padding: 5px 0;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.service-info-fixed .col-left {
  width: 35%;
}
.service-info-fixed .col-left .elementor-widget-text-editor {
  color: #2a498e;
  font-family: 'Made Dillan', Sans-serif;
  font-weight: 100;
  font-weight: 100;
  font-size: 34px;
  line-height: 8px;
}
.service-info-fixed .col-left .elementor-widget-text-editor p {
  margin: 0;
}
.service-info-fixed .col-left .elementor-widget-text-editor strong {
  font-size: 14px;
}
.service-info-fixed .col-right {
  width: 65%;
}
.service-info-fixed .col-right .elementor-widget-button {
  width: 100%;
}
.service-info-fixed
  .col-right
  .btn-tipo.elementor-widget-button
  .elementor-button {
  padding: 14px;
  width: 100%;
}

.legal-content {
  padding: 60px 0 120px;
  background-color: #f9f9f9;
}
.legal-content .e-con-inner {
  max-width: 1000px;
}
.legal-content .elementor-widget-text-editor {
  color: #2a498e;
  font-size: 15px;
  line-height: 20px;
}
.legal-content h1 {
  font-weight: 900;
}
