@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border-sizing: border-box;
}

.btn-div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.btn-div__btn {
  padding: 12px 21px;
  border-radius: 16px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  text-decoration: none;
}
.btn-div__btn--primary {
  background-color: #E27D60;
  border: none;
  color: white;
}
.btn-div__btn--primary:hover {
  background-color: #20373B;
  color: white;
}
.btn-div__btn--phantom {
  width: max-content;
  font-family: "open sans";
  font-size: 18px;
  font-weight: 500;
  border: solid 1px white;
  color: white;
  background-color: rgba(32, 55, 59, 0.5);
  align-self: center;
}
.btn-div__btn--phantom:hover {
  background-color: #20373B;
  border: none;
  color: white;
}

.btn--accent {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: inline;
  color: white;
  background-color: #E27D60;
  border-radius: 30em;
  font-size: 18px;
  font-family: "open sans";
  font-weight: 500;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  align-self: center;
  padding: 9px 34px;
  transition: 0.3s;
}
.btn--accent:hover {
  background-color: #BF5841;
}

.tarjeta {
  margin: 16px;
  width: calc(100vh - margin);
  height: inherit;
  border-radius: 9px;
  background: white;
  text-align: center;
  padding: 16px;
}
.tarjeta img {
  width: 100%;
  border-radius: 16px 16px 0 0;
}
.tarjeta h2 {
  font-family: "amatic sc";
  font-size: 32px;
  font-weight: 700;
  margin-top: 16px;
}

.tarjeta-fullbg {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  width: calc(100% - 32px);
  max-width: 400px;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  text-align: left;
  margin-bottom: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tarjeta-fullbg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

body {
  background: linear-gradient(135deg, #FFFCF7, #f8f1e9, #FFFCF7);
}

.navbar {
  font-family: "open sans";
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 5px 16px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0px 0px 7px 7px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  /* blur */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(76, 70, 57, 0.2);
  /* sticky */
  position: fixed;
  z-index: 1000;
  /* Logo */
}
.navbar .navbar-brand img {
  width: 111px;
}
.navbar {
  /* Toggle */
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:focus-visible, .navbar .navbar-toggler:active {
  box-shadow: none;
}
.navbar {
  /* Reemplazar íconos */
}
.navbar .navbar-toggler-icon {
  background-image: url("../img/menu-scale.svg");
}
.navbar .open .navbar-toggler-icon {
  background-image: url("../img/menu-close.svg");
}

.lang-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1055;
}
.lang-float .lang-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #519CAB;
  border: none;
}
.lang-float .lang-btn:hover {
  background-color: #20373B;
}
.lang-float .lang-btn:active {
  background-color: #BF820F;
}
.lang-float .lang-btn i {
  font-size: 1.3rem;
}
.lang-float .lang-btn .dropdown-menu {
  font-family: "nunito sans";
}

.hero {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* video BG */
}
.hero .hero__videobg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  margin: 0;
}
.hero .hero__videobg video {
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
.hero .hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  z-index: 2;
}
.hero {
  /* Contenido sobre el video */
}
.hero .hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  text-align: center;
  padding: 16px;
}
.hero .hero__content h1 {
  font-family: "amatic sc";
  font-size: 84px;
  font-weight: 800;
  color: #FFFCF7;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65);
}
.hero .hero__content h3 {
  font-family: "open sans";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: white;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
}
.hero .hero__content p {
  font-family: "open sans";
  font-size: 18px;
  line-height: 26px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
  font-weight: 600;
}

.experiences {
  padding: 55px 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.experiences h2 {
  font-family: "amatic sc";
  color: #E27D60;
  font-size: 34px;
  line-height: 44px;
  font-weight: 900;
  text-align: center;
  padding: 0 7px;
}
.experiences h3 {
  font-family: "amatic sc";
  color: white;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  text-shadow: 2px 2px 16px rgba(0, 0, 0, 0.7);
}
.experiences p {
  font-family: "open sans";
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: black;
  padding: 0 6px;
}
.experiences .eco-friendly {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.experiences .eco-friendly img {
  width: 70px;
}
.experiences .tarjeta h2 {
  font-family: "amatic sc";
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;
  color: #20373B;
}
.experiences .tarjeta p {
  font-family: "open sans";
  font-size: 16px;
  color: #20373B;
  font-weight: 400;
}
.experiences .tarjeta-fullbg p {
  font-family: "open sans";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: white;
  z-index: 2;
}
.experiences .tarjeta-fullbg--captain {
  background-image: url(../../img/lady-you-san-blas-sailboats-mobile.webp);
  background-size: cover;
  background-position: top center;
}
.experiences .tarjeta-fullbg--yatch {
  background-image: url(../../img/san-blas-on-sailboats-food-sandia.jpeg);
  background-size: cover;
  background-position: top;
}
.experiences .tarjeta-fullbg--experiences {
  background-image: url(../../img/san-blas-on-sailboats-snorkel-benefits.jpeg);
  background-size: cover;
  background-position: top;
}

.interest {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 55px;
}
.interest h2 {
  font-family: "amatic sc";
  color: #6B8F8B;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
.interest .div-tarjeta {
  overflow: hidden;
  position: relative;
  margin: 16px;
  width: calc(100vh - margin);
  height: 450px;
  border-radius: 9px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.interest .div-tarjeta video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* hace que el video llene el div y se recorte */
  display: block;
  border-radius: 12px;
}
.interest .div-tarjeta h2 {
  position: absolute;
  /* se superpone sobre el video */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* lo centra */
  font-family: "amatic sc";
  color: white;
  font-size: 84px;
  line-height: 94px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  text-shadow: 2px 2px 16px rgba(0, 0, 0, 0.7);
}
.interest .flex-tags {
  padding: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.interest .flex-tags p {
  margin-bottom: 0px;
  text-align: center;
  font-family: "open sans";
  line-height: 26px;
  color: #20373B;
}

.modal-content {
  font-family: "nunito sans";
}
.modal-content #yachtModalLabel {
  font-family: "raleway";
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #20373B;
}
.modal-content h3 {
  font-family: "caveat";
  font-size: 26px;
  font-weight: bold;
  color: #BF820F;
}
.modal-content h4 {
  font-family: "raleway";
  font-size: 21px;
  font-weight: bold;
  color: #519CAB;
}
.modal-content .material-icons {
  font-size: 34px;
  line-height: 32px;
  color: #20373B;
  vertical-align: middle;
}
.modal-content p {
  display: inline;
}
.modal-content .list-unstyled {
  gap: 21px;
}
.modal-content .bi {
  font-size: 26px;
  color: #20373B;
  vertical-align: middle;
}
.modal-content .lucide {
  color: #20373B;
  /* naranja */
  width: 26px;
  vertical-align: middle;
}
.modal-content .btn-modal {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px 21px;
  border-radius: 16px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  background-color: #BF820F;
  border: none;
  color: white;
  transition: 0.3s;
}
.modal-content .btn-modal:hover {
  background-color: #20373B;
  color: white;
}
.modal-content .card {
  padding: 16px 0;
}
.modal-content .offer {
  font-family: "raleway";
  font-size: 21px;
}
.modal-content .price {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #BF820F;
  align-self: center;
  font-weight: 700;
}
.modal-content .card h3 {
  align-self: center;
  color: #519CAB;
}
.modal-content h5 {
  margin: 0;
}
.modal-content h3 {
  margin: 0;
}
.modal-content h4 {
  margin: 0;
}

.experiences h2 {
  font-family: "amatic sc";
  color: #E27D60;
  font-size: 42px;
  font-weight: 500;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}
.experiences .carousel-overlay p {
  text-align: center;
}
.experiences div.carousel-indicators {
  display: none;
}

.gallery-img h2 {
  font-family: "amatic sc";
  color: #20373B;
  font-size: 34px;
  text-align: center;
  font-weight: 700;
}
.gallery-img .row img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-img .row img:hover {
  transform: scale(1.05);
}

/* Evita scroll horizontal y limita el tamaño del lightbox */
/* testimonial */
.testimonial-card {
  width: 100%;
  min-height: 25vh;
  background: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
}

.container.my-5 h2 {
  font-family: "raleway";
  color: #20373B;
  font-size: 34px;
  line-height: 55px;
  font-weight: 700;
  text-align: left;
}

.container.my-5.gallery {
  padding: 0;
  margin: 0;
}

.tira-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tira {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll 11s linear infinite;
}

.tira img {
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

/* Animación infinita */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.testis {
  padding-top: 55px;
  padding-bottom: 55px;
}
.testis h2 {
  text-align: center;
  font-family: "amatic sc";
  font-size: 34px;
  font-weight: 700;
  color: #E27D60;
}

.footer {
  padding: 16px;
  width: 100vw;
  height: inherit;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(135deg, #6B8F8B, #197359);
  text-align: center;
}
.footer .faqs {
  padding: 34px 16px;
}
.footer .faqs h3 {
  font-family: "open sans";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: white;
  font-weight: 700;
}
.footer .faqs h2 {
  font-family: "amatic sc";
  font-size: 55px;
  font-weight: 600;
  text-align: center;
  color: white;
}
.footer .faqs .accordion {
  border-radius: 16px;
  background-color: #20373B;
  overflow: hidden;
}
.footer .faqs .accordion-item {
  border: none;
  background-color: #20373B;
}
.footer .faqs .accordion-item h2 {
  font-family: "open sans";
}
.footer .faqs .accordion-body {
  background-color: #E27D60;
}
.footer .faqs .accordion-body p {
  font-family: "open sans";
  color: white;
  text-align: left;
}
.footer .faqs .accordion-button:not(.collapsed) {
  background-color: #E27D60;
  color: white;
}
.footer .faqs .accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.footer .booknow {
  height: 35vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 0;
}
.footer .booknow .col-12 {
  padding-bottom: 55px;
  display: flex;
  flex-direction: column;
}
.footer .booknow .col-12 h2 {
  text-align: center;
  font-family: "open sans";
  font-weight: bold;
  font-size: 34px;
  background: linear-gradient(135deg, #519CAB, #20373B);
  -webkit-background-clip: text;
  color: transparent;
}
.footer .ftblock-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.footer .ftblock-top h4 {
  font-family: "open sans";
  font-weight: 700;
  color: white;
}
.footer .ftblock-top nav ul {
  padding: 0;
}
.footer .ftblock-top nav ul li {
  list-style: none;
}
.footer .ftblock-top nav ul li a {
  font-family: "open sans";
  color: whitesmoke;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.footer .divone img {
  width: 150px;
}
.footer .divone p {
  font-family: "open sans";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  width: 85vw;
}
.footer .divthree {
  padding-top: 16px;
}
.footer .divthree a {
  font-family: "open sans";
  font-size: 21px;
  font-weight: 700;
  color: white;
}
.footer .divfour {
  padding-top: 16px;
}
.footer .divfour a {
  font-family: "open sans";
  font-size: 21px;
  font-weight: 700;
  color: white;
}
.footer img {
  width: 26px;
  padding-top: 6px;
}
.footer .ftblock-bottom {
  color: rgba(255, 255, 255, 0.3);
  padding-top: 16px;
  text-align: center;
}
.footer a,
.footer a:visited,
.footer a:focus,
.footer a:active {
  text-decoration: none;
  outline: none;
}

.ft-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}
.ft-social i {
  font-size: 26px;
  color: white;
  transition: 0.3s ease;
}
.ft-social i:hover {
  color: white;
}

.about-hero {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  text-align: center;
}
.about-hero__videobg {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1;
  pointer-events: none;
  object-fit: cover;
}
.about-hero h1 {
  margin-top: 100px;
  font-family: "amatic sc";
  color: white;
  font-size: 84px;
  line-height: 94px;
  font-weight: 700;
  padding-top: 55px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
}
.about-hero p {
  font-family: "open sans";
  font-size: 16px;
  color: white;
  line-height: 26px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
}

#captain {
  padding-top: 160px;
}

.intro-bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.intro-bio img {
  width: 75%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
  border-radius: 555px;
}
.intro-bio h3 {
  font-family: "open sans";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #20373B;
  font-weight: 700;
}
.intro-bio h2 {
  font-family: "amatic sc";
  font-size: 55px;
  font-weight: 800;
}
.intro-bio h4 {
  font-family: "open sans";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #20373B;
  font-weight: 700;
}
.intro-bio p {
  text-align: center;
}

.letschat {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.community {
  padding: 55px 16px;
  text-align: center;
}
.community img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}
.community h2 {
  font-family: "amatic sc";
  font-size: 55px;
  font-weight: 800;
  color: #E27D60;
}
.community .description {
  font-family: "nunito sans";
  line-height: 26px;
  font-size: 16px;
  margin-top: 1rem;
  color: #20373B;
}

.hero {
  min-width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.hero .experiences-hero__videobg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  height: 100vh;
  border: none;
  z-index: -1;
  pointer-events: none;
  object-fit: cover;
}
.hero h1 {
  font-family: "amatic sc";
  font-size: 84px;
  text-align: center;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
}
.hero h2 {
  font-family: "open sans";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: white;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
  align-self: center;
  display: flex;
  justify-content: center;
}
.hero p {
  color: white;
  font-family: "open sans";
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  padding: 0 16px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
}

.tarjeta h5 {
  margin-top: 16px;
  font-family: "amatic sc";
  font-size: 55px;
  text-align: center;
  font-weight: 700;
  color: #BF820F;
}
.tarjeta p {
  font-family: "open sans";
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
}

.container .flavor {
  padding-top: 55px;
  padding-left: 16px;
  padding-right: 16px;
}
.container .flavor h2 {
  text-align: center;
  color: #BF820F;
  font-family: "amatic sc";
  font-size: 55px;
}
.container .flavor p {
  text-align: center;
}

.activities {
  padding: 55px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 84px;
}
.activities h3 {
  font-family: "amatic sc";
  color: white;
  font-size: 55px;
  line-height: 44px;
  font-weight: 900;
  text-align: center;
  padding: 0 7px;
  z-index: 3;
}
.activities h2 {
  font-family: "amatic sc";
  color: #BF820F;
  font-size: 55px;
  line-height: 55px;
  font-weight: 900;
  text-align: center;
  padding: 0 7px;
}
.activities .act {
  font-family: "open sans";
  color: #20373B;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  padding: 0 7px;
  z-index: 3;
}
.activities p {
  color: white;
  z-index: 3;
  text-align: center;
}
.activities .build {
  text-align: center;
  color: #20373B;
}
.activities .tarjeta-fullbg--yoga {
  background-image: url("../../img/yoga-san-blas-on-sailboats.jpg");
}
.activities .tarjeta-fullbg--snork {
  background-image: url("../../img/snorkeling-sanblasonsailboats.jpg");
}
.activities .tarjeta-fullbg--jungle {
  background-image: url("../../img/jungle-jumping-sanblas-on-sailboats.png");
}
.activities .activities-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 55px;
}

.blog-hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
}
.blog-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}
.blog-hero h1 {
  font-family: "amatic sc";
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  padding-top: 55px;
  background: linear-gradient(135deg, #BF820F, #FFC64F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-hero p {
  font-family: "open sans";
  font-size: 16px;
  color: #20373B;
  line-height: 26px;
  font-weight: 400;
}

.tagsi {
  margin-top: 16px;
  background-color: #D9BB96;
  border-radius: 16px;
  padding: 7px 12px;
  color: #20373B;
  font-weight: 600;
}

.hero-post {
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
}
.hero-post__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}
.hero-post h1 {
  font-family: raleway;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  background: linear-gradient(135deg, #20373B, #2e4f54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 16px;
}
.hero-post h2 {
  font-family: raleway;
  font-size: 21px;
  line-height: 34px;
  font-weight: 700;
  background: linear-gradient(135deg, #2e4f54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #20373B;
}
.hero-post p {
  font-family: "nunito sans";
  font-size: 21px;
  color: #20373B;
  line-height: 26px;
  font-weight: 400;
  padding-top: 7px;
}

article p {
  font-family: "nunito sans";
  font-size: 16px;
  color: #20373B;
  line-height: 26px;
  font-weight: 400;
  padding: 0 16px;
}
article h2 {
  font-family: raleway;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  background: linear-gradient(35deg, #20373B, #519CAB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 16px;
  text-align: center;
}
article h3 {
  font-family: raleway;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  background: linear-gradient(135deg, #2e4f54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 16px;
  text-align: center;
}
article h3.night {
  font-family: caveat;
  font-size: 34px;
  line-height: 26px;
  font-weight: 700;
  color: #BF820F;
}

.card {
  margin: 16px;
}
.card h5 {
  font-family: raleway;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  background: linear-gradient(35deg, #20373B, #519CAB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 16px;
  text-align: center;
}
.card p {
  font-family: "nunito sans";
  font-size: 16px;
  color: #20373B;
  line-height: 26px;
  font-weight: 400;
  padding: 0 16px;
}

.row .btn--accent {
  align-self: center;
}

.our-hero {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  text-align: center;
}
.our-hero__videobg {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1;
  pointer-events: none;
  object-fit: cover;
}
.our-hero h2 {
  margin-top: 100px;
  font-family: "amatic sc";
  color: white;
  font-size: 84px;
  line-height: 94px;
  font-weight: 700;
  padding-top: 55px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
}
.our-hero p {
  font-family: "open sans";
  font-size: 16px;
  color: white;
  line-height: 26px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
  padding-left: 34px;
  padding-right: 34px;
}

#captain {
  padding-top: 160px;
}

.intro-bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.intro-bio img {
  width: 75%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
  border-radius: 555px;
}
.intro-bio h3 {
  font-family: "open sans";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #20373B;
  font-weight: 700;
}
.intro-bio h2 {
  font-family: "amatic sc";
  font-size: 55px;
  font-weight: 800;
}
.intro-bio h4 {
  font-family: "open sans";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #20373B;
  font-weight: 700;
}
.intro-bio p {
  text-align: center;
}

.letschat {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.community {
  padding: 55px 16px;
  text-align: center;
}
.community img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}
.community h3 {
  font-family: "amatic sc";
  font-size: 34px;
  font-weight: 800;
  color: #6B8F8B;
}
.community ul {
  padding-left: 0;
}
.community ul li {
  list-style: none;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.community .description {
  font-family: "open sans";
  line-height: 26px;
  font-size: 16px;
  margin-top: 1rem;
  color: #20373B;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  /* o el alto que quieras */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero h1 {
  line-height: 76px;
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.intro-experiences {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro-experiences h3 {
  font-family: "open sans";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #BF820F;
  text-align: center;
}
.intro-experiences h2 {
  font-family: "amatic sc";
  font-weight: 1000;
  font-size: 34px;
  text-align: center;
}
.intro-experiences p {
  font-family: "open sans";
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
.intro-experiences .benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro-experiences .benefits img {
  width: 150px;
}
.intro-experiences .benefits p {
  font-family: "amatic sc";
  font-size: 34px;
  line-height: 39px;
  font-weight: 900;
  width: 65%;
  text-align: center;
  transform: translate(25%);
}

.loopcarousel h3 {
  text-align: center;
  font-family: "open sans";
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #E27D60;
}
.loopcarousel h2 {
  text-align: center;
  font-family: "amatic sc";
  font-weight: 900;
  font-size: 84px;
  line-height: 84px;
  padding: 0 34px;
  background: linear-gradient(135deg, #519CAB, #20373B);
  -webkit-background-clip: text;
  color: transparent;
}

.video .v-wrapper {
  overflow: hidden;
  position: relative;
  margin: 16px;
  width: calc(100vh - margin);
  height: 450px;
  border-radius: 9px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.video .v-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* hace que el video llene el div y se recorte */
  display: block;
  border-radius: 12px;
}

.booknow {
  margin: 21px 0;
}

.cta-v {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* VIDEO DE FONDO */
}
.cta-v video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cta-v {
  /* CONTENIDO */
}
.cta-v h2 {
  font-family: "amatic sc";
  font-weight: 800;
  font-size: 55px;
  color: white;
  z-index: 3;
}
.cta-v {
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

a {
  font-family: "open sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  z-index: 3;
  color: #fff;
}

.jungle-hero {
  background-image: url(../img/jungle-jumping-sanblas-on-sailboats.png);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 0px 16px;
}
.jungle-hero h2 {
  font-family: "caveat";
  font-size: 21px;
  line-height: 55px;
  text-shadow: 5px 5px 5px black;
}
.jungle-hero h1 {
  font-family: "raleway";
  font-size: 55px;
  line-height: 55px;
  text-shadow: 5px 5px 5px black;
  font-weight: 700.3;
}
.jungle-hero p {
  font-family: "nunito sans";
  font-size: 18px;
  line-height: 26px;
}

#included {
  padding-top: 122px;
}
#included h2 {
  font-family: "raleway";
  font-size: 55px;
  line-height: 55px;
  color: #519CAB;
}
#included ul {
  font-family: "nunito sans";
  font-size: 16px;
  line-height: 26px;
  list-style: none;
  padding-left: 0px;
}
#included p {
  font-size: "nunito-sans";
  font-size: 16px;
  line-height: 26px;
}

#itinerary {
  margin-top: 55px;
  padding-top: 150px;
}

.tarjeta .it {
  font-family: "caveat";
  color: #BF820F;
  font-size: 34px;
  line-height: 26px;
}
.tarjeta .hour {
  color: #20373B;
  font-weight: bold;
}

#pricing {
  padding-top: 150px;
}
#pricing h3 {
  font-family: "caveat";
  color: #519CAB;
  font-weight: bold;
}
#pricing h2 {
  font-family: "raleway";
  font-size: 34px;
  line-height: 34px;
  color: #20373B;
}
#pricing p {
  font-family: "nunito sans";
  font-size: 16px;
  line-height: 26px;
}
#pricing ul {
  list-style: none;
  padding-left: 0px;
}
#pricing .tarjeta--color {
  background-color: linear-gradient(135deg, #20373B, #519CAB 100%);
}

.benefits {
  padding-top: 34px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  font-family: "caveat";
  font-size: 21px;
  line-height: 21px;
  font-weight: bold;
  color: #20373B;
  gap: 20px;
}
.benefits img {
  width: 50px;
}

.gallery-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-img img:hover {
  transform: scale(1.05);
}

.gallery {
  padding-top: 190px;
}

#booking-form {
  font-family: "nunito sans";
  margin: 16px;
  padding: 16px;
  width: calc(100vh - margin);
  height: inherit;
  border-radius: 16px;
  background: white;
  box-shadow: 15px 15px 30px #bebebe, -15px -15px 30px #ffffff;
  text-align: center;
}
#booking-form .form-label {
  font-family: "raleway";
  font-size: 21px;
  font-weight: bold;
  color: #519CAB;
}

.eco-friendly {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.intro {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.intro .eco-friendly {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.intro .eco-friendly img {
  width: 65px;
}
.intro .gallery-reserve {
  padding: 0;
}
.intro .gallery-reserve .tira-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.intro .gallery-reserve .tira {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll 2s linear infinite;
}
.intro .gallery-reserve .tira img {
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}
.intro .gallery-reserve {
  /* Animación infinita */
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.intro h3 {
  font-family: "open sans";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  color: rgba(191, 130, 15, 0.9);
  margin: 0;
}
.intro h1 {
  font-family: "amatic sc";
  font-size: 84px;
  font-weight: 900;
  text-align: center;
  line-height: 84px;
  color: #6B8F8B;
}
.intro p {
  font-family: "open sans";
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
  color: #20373B;
  padding: 0 21px;
}

.content h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: white;
}
.content p {
  margin: 0;
  color: #c4c7d4;
  line-height: 1.5;
}

.includes {
  padding-top: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 55px;
}
.includes .material-icons {
  color: #519CAB;
  vertical-align: center;
  font-size: 28px;
}
.includes img {
  width: 190px;
  align-self: center;
}
.includes h2 {
  text-align: center;
  font-family: "amatic sc";
  font-size: 55px;
  font-weight: 700;
  color: #BF820F;
}
.includes ul {
  margin: 0;
  padding: 0;
  text-align: left;
  padding: 0 34px;
  /* centrar la lista entera */
}
.includes ul li {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 8px;
  font-family: "open sans";
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding-bottom: 16px;
  /* quitar el background antiguo */
  background: none;
  padding-left: 0;
  color: rgba(32, 55, 59, 0.8);
}
.includes .not-included p {
  font-family: "open sans";
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #20373B;
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding-top: 21px;
}
.includes .not-included .material-icons {
  color: #E27D60;
}
.includes p {
  text-align: center;
  padding: 0 55px;
  color: #197359;
  font-family: "open sans";
  font-size: 16px;
  line-height: 26px;
}

.cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta p {
  font-family: "open sans";
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-weight: 500;
  color: white;
}
.cta .cta-btn {
  font-family: "open sans";
  margin-bottom: 21px;
  background-color: #BF820F;
  color: whitesmoke;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cta .cta-btn:hover {
  background-color: #519CAB;
  color: white;
}

.pricing-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pricing-card p {
  color: #20373B;
  font-weight: 700;
}
.pricing-card img {
  width: 100%;
  object-fit: cover;
}
.pricing-card .price {
  font-family: "open sans";
  text-transform: uppercase;
  color: #BF820F;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  padding-top: 16px;
}
.pricing-card h3 {
  font-family: "amatic sc";
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1;
}

.pay-safe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 55px;
  font-family: "raleway";
}

.herosuccess {
  padding: 16px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.herosuccess h1 {
  font-family: "raleway";
  color: #20373B;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}
.herosuccess p {
  font-family: "nunito sans";
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}

.cancelpage {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cancelpage h1 {
  font-family: "raleway";
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}
.cancelpage p {
  font-family: "nunito sans";
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}

.container-padding {
  padding-top: 160px;
}

.container-padding {
  padding-top: 160px;
}

/*# sourceMappingURL=main.css.map */
