/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Source Sans 3", "Source Sans Pro", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-xl: 80rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-navy: #1a1b44;
    --color-navy-dark: #191a43;
    --color-coral: #e3553a;
    --color-coral-dk: #d25137;
    --color-blue-deep: #155cae;
    --color-blue-mid: #2464ae;
    --color-blue-link: #145bad;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .col-6 {
    grid-column: 6;
  }
  .col-12 {
    grid-column: 12;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-full {
    width: 100%;
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-white {
    color: var(--color-white);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .sm\:w-1\/3 {
    @media (width >= 40rem) {
      width: calc(1 / 3 * 100%);
    }
  }
  .sm\:w-1\/12 {
    @media (width >= 40rem) {
      width: calc(1 / 12 * 100%);
    }
  }
  .sm\:w-2\/3 {
    @media (width >= 40rem) {
      width: calc(2 / 3 * 100%);
    }
  }
  .sm\:w-5\/6 {
    @media (width >= 40rem) {
      width: calc(5 / 6 * 100%);
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1 / 3 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1 / 4 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2 / 3 * 100%);
    }
  }
  .md\:w-3\/4 {
    @media (width >= 48rem) {
      width: calc(3 / 4 * 100%);
    }
  }
  .md\:w-7\/12 {
    @media (width >= 48rem) {
      width: calc(7 / 12 * 100%);
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1 / 3 * 100%);
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1 / 4 * 100%);
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 64rem) {
      width: calc(5 / 12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 64rem) {
      width: calc(7 / 12 * 100%);
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap');
@layer base {
  html, body {
    font-family: var(--font-sans);
    overflow-x: hidden;
    color: #666;
    font-weight: 300;
    font-size: 15px;
  }
  a {
    transition: color 0.2s ease-in, background-color 0.2s ease-in;
  }
  p, a, h4 {
    letter-spacing: 0.03em;
  }
  p {
    color: #666;
    font-weight: 300;
    font-size: 15px;
  }
  h2 {
    font-weight: 600;
    font-size: 55px;
    color: var(--color-blue-deep);
  }
  h4 {
    font-size: 27px;
    font-weight: 300;
  }
  center {
    display: block;
    text-align: center;
  }
}
@layer components {
  header.nav-container.header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999;
  }
  .top-nav {
    background-color: var(--color-navy);
  }
  .header a {
    color: #fff;
  }
  div.top-phone-social {
    float: right;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 0;
  }
  .toll-top {
    background-color: var(--color-coral);
    font-size: 20px;
    font-style: italic;
    padding: 7px 20px 5px;
    color: #fff;
    display: inline-block;
    transition: background-color 150ms linear;
  }
  .toll-top span {
    font-size: 20px;
    font-weight: 700;
  }
  .toll-top:hover {
    background-color: var(--color-coral-dk);
    text-decoration: none;
  }
  .soc-icn-top {
    padding: 10px;
    color: #fff;
  }
  .top-nav a.t-adv-logo img {
    width: 130px;
    margin-right: 15px;
    margin-left: 10px;
  }
  .ppl-nav h1 {
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    transition: margin 170ms linear;
  }
  .ppl-nav h1 img {
    width: 175px;
    height: auto;
    transition: width 170ms linear;
  }
  nav.menu-principal {
    text-align: right;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  h1.logo-titulo {
    float: left;
  }
  .ppl-nav a.nav-link {
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    padding: 5px;
  }
  @media (min-width: 992px) {
    #mainNav .navbar-nav .nav-item .nav-link, #mainNav .ml-auto .nav-link {
      padding: 1.1em 0.5em !important;
    }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: var(--color-blue-deep);
      transition: all 150ms linear;
      box-shadow: 0px -3px 32px 0px rgba(0, 0, 0, 0.50);
    }
    #mainNav.navbar-shrink .ppl-nav h1 {
      margin-top: 10px;
    }
    #mainNav.navbar-shrink .ppl-nav h1 img {
      width: 130px;
    }
    #mainNav.navbar-shrink .ml-auto {
      margin-top: 5px;
    }
  }
  #myNav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-navy-dark);
    overflow-x: hidden;
    transition: width 0.2s;
    z-index: 9999;
    text-align: center;
    padding-top: 45px;
  }
  a.closebtn {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 20px;
  }
  a.closebtn:hover {
    text-decoration: none;
    color: #d0d0d0;
  }
  div.mobile-deep-burger {
    position: absolute;
    right: 20px;
    top: 32px;
    color: #fff;
    font-size: 22px;
    z-index: 999;
  }
  div.mobile-deep-burger span i {
    cursor: pointer;
  }
  ul.mobile-navbar-nav {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  ul.mobile-navbar-nav li a {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 7px 20px;
    border-bottom: 1px solid #2f3179;
  }
  ul.mobile-navbar-nav li a:hover {
    background-color: var(--color-coral);
    text-decoration: none;
  }
  a.back {
    color: var(--color-navy-dark);
    font-weight: bold;
  }
  a.back:hover {
    color: var(--color-coral);
    text-decoration: none;
  }
}
@layer components {
  .ppl-fold {
    text-align: center;
    color: #fff;
    background-image: url('../img/home-top-nu-blue.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 240px;
    padding-left: 0;
    padding-right: 0;
  }
  .ppl-fold h1 {
    font-size: 48px;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.30);
    margin-bottom: 0;
  }
  .ppl-fold .fh4 {
    font-weight: 300;
    font-size: 35px;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.30);
  }
  .ppl-fold .fh4::after {
    content: "";
    background-color: #e85437;
    display: block;
    height: 10px;
    margin: 30px 45% 0;
  }
  .interior-ppl-fold {
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    padding: 180px 0 70px;
  }
  .interior-ppl-fold h1 {
    font-size: 48px;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.30);
    margin-bottom: 0;
  }
}
@layer components {
  .booknow-row {
    background-color: var(--color-navy);
    text-align: center;
    margin-top: 180px;
    padding: 40px 20px;
  }
  .booknow-row .bh4 {
    font-weight: 300;
    display: inline;
    margin-right: 30px;
  }
  .booknow-row .bh4 span {
    font-weight: 600;
  }
}
@layer components {
  a.c-btn {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    transition: all 150ms linear;
  }
  a.c-btn i {
    margin-right: 5px;
  }
  a.c-btn:hover {
    text-decoration: none;
    background-color: var(--color-coral);
    border-color: var(--color-coral);
  }
  a.b-btn {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    background-color: var(--color-navy);
    display: inline-block;
    transition: all 150ms linear;
  }
  a.b-btn:hover {
    text-decoration: none;
    background-color: var(--color-coral);
    border-color: var(--color-coral);
  }
  a.r-btn {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    border: 1px solid var(--color-coral);
    border-radius: 50px;
    color: #fff;
    background-color: var(--color-coral);
    display: inline-block;
    transition: all 150ms linear;
  }
  a.r-btn:hover {
    text-decoration: none;
    background-color: var(--color-coral-dk);
    border-color: var(--color-coral-dk);
  }
  a.btn-more, a.btn.btn-more {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    border: 1px solid var(--color-coral);
    border-radius: 50px;
    color: #fff;
    background-color: var(--color-coral);
    display: inline-block;
    transition: all 150ms linear;
    margin-bottom: 50px;
  }
  a.btn-more:hover, a.btn.btn-more:hover {
    text-decoration: none;
    background-color: var(--color-coral-dk);
    border-color: var(--color-coral-dk);
  }
  div.booking-policy a.btn.btn-more {
    font-size: 12px;
  }
}
@layer components {
  .welcome-row {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .welcome-row span {
    font-size: 24px;
    font-weight: 300;
    color: #666;
  }
  .shortcuts-row {
    padding: 0 30px;
  }
  .shorcut-gp {
    padding: 15px;
  }
  .shortcut-item {
    padding-top: 110px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .shortcuts-row h4 {
    margin-bottom: 30px;
  }
  .sh-bg-div {
    background-image: url('../img/diving.jpg');
  }
  .sh-bg-train {
    background-image: url('../img/technicalccr.jpg');
  }
  .sh-bg-tech {
    background-image: url('../img/ccr-bg.jpg');
  }
  .sh-bg-acc {
    background-image: url('../img/h-accommodation.jpg');
  }
  .sh-bg-bo {
    background-image: url('../img/boats.jpg');
  }
  .sh-bg-cre {
    background-image: url('../img/staff-bg.jpg');
  }
  .sh-bg-rat {
    background-image: url('../img/rates-booking.jpg');
  }
  .sh-bg-coz {
    background-image: url('../img/about-cozumel.jpg');
  }
  .bg-img-row {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0;
    margin-top: 20px;
  }
  .video-row-bg {
    background-image: url('../img/thedeepexposureexperience-nu.jpg');
  }
  .bg-img-row h2, .bg-img-row p {
    margin-bottom: 60px;
  }
  .bg-img-row h2 {
    font-size: 42px;
  }
  .col-imgntxt-img-home {
    background-image: url('../img/home-we-offer.jpg');
    background-attachment: fixed;
    background-size: cover;
    min-height: 400px;
  }
  .col-imgntxt-txt {
    background-color: var(--color-blue-mid);
    padding: 55px;
    color: #fff;
  }
  .col-imgntxt-txt h2 {
    color: #fff;
  }
  .col-imgntxt-txt ul {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 300;
    line-height: 38px;
    list-style: none;
    padding: 0;
    color: #fff;
  }
  .col-imgntxt-txt ul li {
    color: #fff;
  }
  .logos-row {
    background-color: #f1f1f1;
    padding: 55px 0;
  }
  .logos-row .logos-gp {
    text-align: center;
  }
  div.logo-row-item {
    display: inline-table;
    margin: 10px;
  }
  div.logo-row-item img {
    width: 90%;
  }
  div.logo-row-item.mr {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@layer components {
  .deep-gallery-row {
    margin-top: 40px;
  }
  .deep-gallery-box {
    height: 180px;
    overflow: hidden;
    border: 5px solid #fff;
    transition: transform 0.1s ease-in, box-shadow 0.1s ease-in;
  }
  .deep-gallery-box:hover {
    transform: scale(1.1);
    box-shadow: 4px 4px 19px -4px rgba(0, 0, 0, 0.7);
    z-index: 9999;
  }
  #gallery-img-1 {
    background: url('../img/gallery-test-1.png') center/cover no-repeat;
  }
  #gallery-img-2 {
    background: url('../img/gallery-test-2.png') center/cover no-repeat;
  }
  #gallery-img-3 {
    background: url('../img/gallery-test-3.png') center/cover no-repeat;
  }
  #gallery-img-4 {
    background: url('../img/gallery-test-4.png') center/cover no-repeat;
  }
  #gallery-img-5 {
    background: url('../img/gallery-test-5.png') center/cover no-repeat;
  }
  #gallery-img-6 {
    background: url('../img/gallery-test-6.png') center/cover no-repeat;
  }
  #gallery-img-7 {
    background: url('../img/gallery-test-7.png') center/cover no-repeat;
  }
  #gallery-img-8 {
    background: url('../img/gallery-test-8.png') center/cover no-repeat;
  }
}
@layer components {
  .form-group {
    margin-bottom: 1rem;
  }
  .control-label {
    display: inline-block;
    margin-bottom: 0.25rem;
    font-weight: 600;
    font-size: 14px;
    color: #555;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.45rem 0.75rem;
    font-size: 15px;
    font-family: inherit;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
  }
  .form-control:focus {
    outline: none;
    border-color: var(--color-blue-deep);
    box-shadow: 0 0 0 3px rgba(21, 92, 174, 0.2);
  }
  textarea.form-control {
    resize: vertical;
    min-height: 120px;
  }
  .help-block {
    display: block;
    margin-top: 0.25rem;
    font-size: 13px;
    color: #c0392b;
  }
  .btn-primary {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 28px;
    border: none;
    border-radius: 50px;
    color: #fff;
    background-color: var(--color-coral);
    cursor: pointer;
    transition: background-color 150ms linear;
  }
  .btn-primary:hover {
    background-color: var(--color-coral-dk);
  }
}
@layer components {
  div.interior-content {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  div.interior-content ul li {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 10px;
  }
  .section-intro {
    text-align: center;
    margin-bottom: 30px;
  }
  .section-intro h3 {
    color: var(--color-blue-deep);
  }
  ul.interior-submenu {
    background-color: #181942;
    padding: 0;
    list-style: none;
    box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.2);
  }
  ul.interior-submenu li {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  ul.interior-submenu li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  ul.interior-submenu li:last-child a {
    border: none;
  }
  ul.interior-submenu li a:hover {
    text-decoration: none;
    background-color: var(--color-coral);
  }
  #interior-sidebar ul.interior-submenu li.active-li a {
    background-color: var(--color-coral);
  }
  div.crew-row {
    text-align: center;
  }
  div.crew-row img.staff-pic {
    width: 100%;
  }
  div.crew-row h4 {
    color: var(--color-blue-link);
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 0;
  }
  span.role {
    display: block;
    margin-bottom: 20px;
    color: var(--color-navy-dark);
  }
  .fila-cursos {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 60px;
  }
  .fila-cursos h4 {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-navy-dark);
  }
  .contenedor-cursos-int h3 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 30px;
  }
  .contact-row i {
    color: var(--color-navy-dark);
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .contact-row h4 {
    font-weight: 600;
    font-size: 18px;
    color: var(--color-blue-link);
    margin-bottom: 50px;
  }
  .casa-mx-logo {
    text-align: center;
  }
  .casa-mx-logo img {
    margin: 40px 0;
  }
  img.interior-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  img.logo-naui-int {
    height: auto;
    width: 200px;
    max-width: 100%;
  }
  img.logo-padi-int {
    height: auto;
    width: 150px;
    max-width: 100%;
  }
  img.shop-img {
    max-width: 100%;
    margin: 7px;
  }
  img.features-icon {
    height: 80px;
    margin: 20px 0;
  }
  .boat-gal img {
    max-width: 100%;
    margin: 7px;
  }
  h4.diving-bottom {
    color: var(--color-blue-link);
    font-weight: bold;
    font-size: 26px;
  }
  ul.features-li {
    list-style: none;
    padding: 0;
  }
  ul.features-li li {
    border-bottom: 1px dotted #dbdbdb;
    font-size: 14px;
    padding: 5px 0;
  }
  table.rates-table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  table.rates-table tr:nth-child(odd) {
    background-color: #f2f2f2;
  }
  table.rates-table tr td {
    vertical-align: top;
    padding: 10px 7px 10px 15px;
    font-size: 15px;
  }
  table.rates-table tr td small {
    color: #4e4e4e;
  }
  table.rates-table tr td:last-child {
    font-weight: bold;
    color: var(--color-blue-link);
    font-size: 16px;
    width: 101px;
  }
  table.rates-table tr th {
    background-color: var(--color-navy-dark);
    color: #fff;
    text-align: center;
    padding: 15px 5px;
    text-transform: uppercase;
  }
  table.cursos-table {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  table.cursos-table tr:nth-child(odd) {
    background-color: #f2f2f2;
  }
  table.cursos-table tr td {
    vertical-align: top;
    padding: 10px 7px 10px 15px;
    font-weight: bold;
    color: var(--color-blue-link);
    font-size: 15px;
  }
  table.cursos-table tr td small {
    color: #4e4e4e;
  }
  table.cursos-table tr td strong {
    font-weight: normal;
    color: #000;
  }
  table.cursos-table tr td:first-child {
    font-weight: normal;
    font-size: 14px;
    color: #000;
  }
  table.cursos-table tr th {
    background-color: var(--color-navy-dark);
    color: #fff;
    text-align: center;
    padding: 15px 5px;
    text-transform: uppercase;
  }
}
@layer components {
  footer {
    color: #fff;
    background-color: var(--color-navy);
  }
  footer a {
    color: #fff;
  }
  footer a.t-adv-logo {
    display: block;
    text-align: center;
    float: right;
  }
  footer a.t-adv-logo small {
    display: block;
  }
  .ftr-content {
    padding: 75px 0;
  }
  .ftr-content h3 {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
  }
  .ftr-content .ftr-phone {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
  }
  .ftr-content .ftr-phone:hover {
    color: #fff;
    text-decoration: none;
  }
  .ftr-content a.t-adv-logo img {
    margin-top: 30px;
    width: 150px;
  }
  .ftr-content i.fab.fa-facebook {
    font-size: 45px;
    margin-right: 5px;
  }
  .ftr-content span {
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    bottom: 22px;
  }
  .ftr-content a:hover {
    text-decoration: none;
    color: #fff;
  }
  .we-speak {
    line-height: 5px;
    margin-top: 50px;
  }
  .credits-ftr {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
  }
  .credits-ftr a {
    font-size: 12px;
  }
  .credits-ftr a:hover {
    text-decoration: none;
  }
}
@media (min-width: 993px) {
  .shortcut-item {
    min-height: 360px;
  }
  div.mobile-deep-burger {
    display: none;
  }
}
@media (max-width: 992px) {
  .ppl-nav h1 {
    float: none;
  }
  div.mobile-deep-burger {
    display: block;
  }
  .ppl-fold h1 {
    padding: 0 5%;
    font-size: 65px;
    margin-bottom: 40px;
  }
  .ppl-fold .fh4 {
    padding: 0 5%;
    font-size: 20px;
  }
  .ppl-fold .fh4::after {
    margin-left: 35%;
    margin-right: 35%;
  }
  .booknow-row .bh4 {
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .welcome-row h2 {
    margin-bottom: 50px;
  }
  .shortcuts-row h4 {
    font-size: 30px;
  }
  .shortcut-item {
    padding-bottom: 120px;
  }
  .bg-img-row {
    padding: 12% 0;
  }
  .col-imgntxt-txt {
    padding: 8% 15%;
  }
  .col-imgntxt-txt ul {
    margin-top: 30px;
  }
  .ftr-content .ftr-logo {
    text-align: center;
  }
  .ftr-phones {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  footer a.t-adv-logo {
    float: none;
  }
  .ftr-content i.fab.fa-facebook {
    display: block;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  div.top-phone-social {
    float: none;
    text-align: left;
  }
  .ppl-nav h1 img {
    width: 130px;
  }
  .ppl-fold h1 {
    padding: 0 5%;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .ppl-fold .fh4::after {
    margin-left: 30%;
    margin-right: 30%;
  }
  .booknow-row {
    padding: 20px 0 30px;
  }
  .booknow-row .bh4 {
    padding: 0 10%;
    font-size: 16px;
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .welcome-row {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  h2 {
    font-size: 45px;
  }
  .bg-img-row {
    padding: 20% 0;
  }
  .logos-row {
    padding: 35px 0;
  }
  div.logo-row-item {
    padding: 10px;
  }
  div.logo-row-item.mr {
    margin: 0;
  }
  div.logo-row-item img {
    width: 70%;
  }
  .ftr-phones {
    margin-top: 40px;
  }
  .ftr-phones h3 {
    margin-top: 30px;
  }
  h2.abt-h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  div.row.fila-cursos div.md\:w-1\/4 {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .ppl-nav h1 img {
    width: 110px;
  }
  .toll-top {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
  }
  .toll-top span {
    font-size: 14px;
  }
  .top-nav a.t-adv-logo img {
    width: 100px;
    margin: 0;
  }
  .shortcuts-row {
    padding: 0 15px;
  }
  .col-imgntxt-txt {
    padding: 15% 7%;
  }
  .col-imgntxt-txt h2 {
    margin-bottom: 50px;
  }
  .credits-ftr {
    text-align: center;
  }
  .credits-ftr .site-by {
    text-align: center !important;
    margin-top: 20px;
  }
  .soc-icn-top {
    padding-left: 0;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
