*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
   
}


body{
    font-family: Montserrat, sans-serif;
}

:root {
  --bg-light: #ffffff;
  --bg-dark: #1e1e1e;
  --text-light: #333333;
  --text-dark: #f5f5f5;
  --primary: #ff6b6b;
  --secondary: #ffe66d;
  --circle-bg: #e0e0e0;
  --circle-active: #ff6b6b;
}
.animated-section {
    opacity: 0; /* Inicialmente invisible */
    transform: translateY(20px); /* Desplazamiento hacia abajo */
    animation: fadeInUp 0.5s ease forwards; /* Duración y tipo de animación */
  }
  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


  /* Header ****************************************************************************************************************** */

  .nao-header {
    color: #fff;
    pointer-events: auto;
}

.nao-logo img {
    max-width: 160px;
}

.nao-divider {
    width: 80%;
    max-width: 900px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
}

.nao-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.nao-menu a:hover {
    opacity: 0.75;
}

/* Responsive */
@media (max-width: 768px) {

    .nao-logo img {
        max-width: 130px;
    }

    .nao-menu ul {
        gap: 1rem;
    }
}



/* RESET BÁSICO */
body {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

/* HEADER */
.nao-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.nao-header-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px 0;
}

/* LOGO */
.nao-logo img {
    width: 150px;
    height: auto;
}

/* LÍNEA */
.nao-line {
    width: 85%;
    max-width: 1000px;
    height: 1px;
    background: rgba(255,255,255,0.6);
    margin: 16px 0;
}

/* MENÚ */
.nao-nav {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.nao-nav a:hover {
    opacity: 0.75;
}

.nao-nav a.active {
    font-weight: 600;
}

/* Subrayado sutil */


  /* HERO ****************************************************************************************************************** */
.hero-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* MÁSCARA AZUL */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 70, 140, 0.45);
    z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  color: #fff;
  margin-top: -100px;
  text-align: center;
  padding: 0 10px;
}
.hero-content h1{
    font-size: 40px;
    font-weight: 700;
}
.hero-content p{
    font-size: 18px;
    font-weight: 400;
}


  /* Section secundaria home  ****************************************************************************************************************** */

.vive-cartagena {
    position: relative;
    padding: 120px 45px;
}

.vive-cartagena-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

/* TEXTO */
.vive-text {
    flex: 1;
    color: #0a2a66;
    position: relative;
}

.vive-text h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 260px;
    margin-top: 150px;
}

.vive-text p {
    max-width: 320px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #ffffff;
    margin-top: 120px;
    position: absolute;
    right: -20px;
    top: 212px;
}

/* IMÁGENES */
.vive-images {
    position: relative;
    flex: 1;
    height: 420px;
}

.vive-text img {
    position: absolute;
    border-radius: 12px;
    object-fit: cover;
}

/* Imagen principal */
.img-main {
   width: 403px;
  height: 618px;
  left: 52%;
  top: 311px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Imagen superior */
.img-top {
    width: 218px;
    height: 330px;
    right: 70px;
    top: -80px;
}

/* Imagen inferior */
.img-bottom {
   width: 324px;
  height: 433px;
  left: 0;
  bottom: 0;
  top: 290px;
}

.brands-section {
   position: relative;
  min-height: 816px;
  padding: 100px 16px;
  background: url('./assets/cartagena.png') center / cover no-repeat;
  overflow: hidden;
  margin-top: -309px;
  z-index: -1;
  display: flex;
  align-content: center;
  align-items: end;
}

/* OVERLAY EXACTO */
.brands-overlay {
    position: absolute;
    inset: 0;
    background: #0a2770c7;
    z-index: 1;
}

/* CONTENIDO */
.brands-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* TEXTO */
.brands-text {
    flex: 1;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.6;
}

.brands-text em {
    font-style: italic;
}

/* IMAGEN */
.brands-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.brands-image img {
    max-width: 420px;
    width: 100%;
    border-radius: 12px;
}

.brands-text p em{
    font-weight: 500;
    font-style: italic;
    font-size: 32px;
}

.brands-section span{
  position: absolute;
  font-size: 12.5rem;
  font-style: italic;
  font-weight: 300;
  opacity: 71%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 33%;
  right: 50%;
  left: 50%;
}

.explora-section {
    padding: 100px 16px;
    background: #ffffff;
}

.explora-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 120px;
}

/* Imagen */
.explora-image img {
    width: 100%;
    max-width: 420px;
    border-radius: 12px;
}

/* Texto */
.explora-text {
    max-width: 420px;
}

.explora-text h3 {
    color: #0a2a66;
    font-style: italic;
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.explora-text p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.explora-link {
    color: #0a2a66;
    font-size: 0.85rem;
    text-decoration: underline;
}

.event-hero {
    position: relative;
    height: 535px;
    width: 100%;
    overflow: hidden;
}

.event-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.event-overlay {
    position: absolute;
    inset: 0;
    background: #112E7880;
}

/* Texto */
.event-label {
    position: absolute;
    right: 24px;
    bottom: 24px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    z-index: 2;
}

.instalaciones-section {
    padding: 0px 16px;
    background: #ffffff;
    text-align: center;
}

.section-title {
    font-size: 3rem;
    color: #112E7880;
    margin-bottom: 40px;
    font-weight: 700;
}

.instalaciones-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.instalaciones-grid img {
    width: 100%;
    object-fit: cover;
}
.carousel-cartagena {
    padding: 80px 80px;
    background: #ffffff;
    text-align: center;
}

/* CONTENEDOR RESPONSIVE */
.carousel-media {
    width: 100%;
    aspect-ratio: 16 / 9; /* desktop */
    overflow: hidden;
    border-radius: 12px;
}

/* IMAGEN */
.carousel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* INDICADORES */
.carousel-indicators {
    bottom: -32px;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c5cbe0;
}

.carousel-indicators .active {
    background-color: #0a2a66;
}

.ubicacion-section {
    padding: 80px 16px;
    background: #ffffff;
}

.ubicacion-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
}

.ubicacion-text {
    flex: 1;
    color: #0a2a66;
}

.ubicacion-text h3 {
    font-style: italic;
    margin-bottom: 12px;
}

.ubicacion-map {
    flex: 1;
}

.ubicacion-map iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 12px;
}

.nao-footer {
    position: relative;
    background: url('./assets/vistamar.png') center / cover no-repeat;
    color: #fff;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: #112E7880;
}

.footer-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 16px;
    display: flex;
    gap: 222px;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-form textarea{
    min-height: 80px;

}
/* INFO */
.footer-info img {
    max-width: 140px;
    margin-bottom: 16px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.footer-inner{
    gap: 30px;
    
}

.footer-links a {
    color: #fff;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 8px;
}

/* FORM */
.footer-form h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.footer-form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-row {
    display: flex;
    gap: 12px;
}

.footer-form input,
.footer-form textarea {
    padding: 12px;
    border-radius: 6px;
    border: none;
}

.footer-form button {
    background: #0a2a66;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.form-success {
    background: #1d8f5a;
    padding: 10px;
    border-radius: 6px;
}

/* CLIENTES */
.footer-clients {
    background: #fff;
    padding: 40px 16px;
    text-align: center;
}

.footer-clients img {
    max-width: 100%;
}

.tiendas-section {
  padding: 60px 45px;
}

.tiendas-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #e5e5e5;
  padding: 14px 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tiendas-tabs .tab {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
}

.tiendas-tabs .tab.active {
  font-weight: 700;
}

.tiendas-tabs .tab.piso {
  cursor: default;
  opacity: 0.8;
}

.tiendas-carousel-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.tiendas-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.333% - 16px);
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 60px;
}

/* ocultar scrollbar */
.tiendas-carousel::-webkit-scrollbar {
  display: none;
}

.carousel-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  z-index: 10;
  color: #000;
}

.carousel-arrow.prev {
  left: 0;
}

.carousel-arrow.next {
  right: 0;
}
.tienda-card {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.tienda-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.tienda-card h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 14px 0 6px;
  color: #000;
}

.tienda-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 12px;
  flex-grow: 1;
}
.tienda-card a {
  font-size: 12px;
  color: #1a73e8;
  text-decoration: none;
  margin-bottom: 25px;
}

.intro-gastronomia {
  padding: 70px 20px 20px;
  background: #fff;
}

.intro-gastronomia__container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.intro-gastronomia h2 {
  font-size: 24px;
  font-weight: 900;
  margin: 18px 0px;
  color: #000;
}

.intro-gastronomia p {
  font-size: 20px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
}

.zona-comidas .zona-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  background: #e5e5e5;
  padding: 10px 0px;
}

.acf-carousel-section {
  padding: 80px 0;
  background: #fff;
}

.acf-carousel-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.acf-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 60px;
}

.acf-carousel::-webkit-scrollbar {
  display: none;
}

.acf-carousel-item {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
}

.acf-carousel-item img {
  width: 100%;
  max-width: 550px;
  height: auto;
  object-fit: cover;
}

.acf-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.acf-carousel-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
  padding: 0;
}

.acf-carousel-dots button.active {
  background: #3b6cb7;
}

.encanto-section {
  padding: 30px 20px;
  background: #fff;
}

.encanto-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  padding: 40px;
}
.encanto-left h2 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 40px;
  color: #0b2a6b;
}

.encanto-left .light {
  font-weight: 300;
  font-style: italic;
}

.encanto-left .bold {
  font-weight: 700;
  font-style: normal;
}
.encanto-left .img-large {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.encanto-right .img-small {
  width: 100%;
  max-width: 420px;
  margin-bottom: 24px;
  border-radius: 4px;
}
.encanto-right p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  max-width: 420px;
}

.bloque-doble {
  padding: 30px 40px;
  background: #fff;
}

.bloque-doble__item {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.bloque-doble__item:last-child {
  margin-bottom: 0;
}
.bloque-texto h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #000;
}

.bloque-texto p {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 24px;
  max-width: 420px;
}
.bloque-imagen img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.btn-simple {
  display: inline-block;
  background: #e6e6e6;
  color: #000;
  font-size: 11px;
  padding: 10px 14px;
  text-decoration: none;
  line-height: 1.4;
}

.btn-simple span {
  font-size: 10px;
  opacity: 0.7;
}

.cartagena-section {
  padding: 90px 20px;
  background: #fff;
}

.cartagena-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 40px;
}
.cartagena-title {
  text-align: center;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 300;
  letter-spacing: 4px;
  color: #0b2a6b;
  margin-bottom: 70px;
}
.cartagena-grid.top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
.cartagena-grid.bottom {
  display: flex;
  justify-content: center;
}
.cartagena-card {
  max-width: 520px;
}

.cartagena-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 18px;
}
.cartagena-card h3 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.cartagena-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
}

.punto-encuentro {
  padding: 60px 20px;
  background: #fff;
}

.punto-encuentro__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  border-left: 4px solid #0b2a6b; /* línea azul */
  padding-left: 30px;
}
.punto-encuentro__texto {
  min-width: 220px;
  margin-bottom: 430px;
}

.punto-encuentro__texto .small {
  font-size: 24px;
  font-style: italic;
  color: #0b2a6b;
  display: block;
}
.text-event1{
    right: 68px !important;
    top: 73px !important;
    color: black !important;
}
.img-bottom-event{
    width: 581px;
    height: 335px;
    left: 0;
    bottom: 0;
    top: 194px;
}
.brands-section-event span{
     top: 19%;
}
.brands-section-event{
    background: url('./assets/bg3.png') top / cover no-repeat !important;
}
.brands-section-service{
       background: url('./assets/img23.png') top / cover no-repeat !important;

}

.punto-encuentro__texto h2 {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #0b2a6b;
  margin: 4px 0 0;
}
.img-top-event{
    width: 327px;
    height: 219px;
}

.cartas-cartagena {
  padding: 100px 20px;
  background: #fff;
}

.cartas-container {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cartas-container h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #0b2a6b;
  margin-bottom: 18px;
}
.cartas-intro {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 40px;
}
.cartas-form {
  text-align: left;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 11px;
  color: #333;
  margin-bottom: 6px;
}

.cartas-form input,
.cartas-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  outline: none;
}

.cartas-form textarea {
  min-height: 120px;
  resize: vertical;
}
.btn-submit {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 13px;
  cursor: pointer;
  margin-top: 10px;
}
.form-success {
  color: #1a7f37;
  font-size: 13px;
  margin-bottom: 20px;
}

.horario-mapa {
  padding: 80px 20px;
  background: #fff;
}

.horario-mapa__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.horario-box {
  background: #f2f2f2;
  padding: 60px;
}

.horario-box h3 {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 24px;
  color: #000;
}

.horario-box p {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}

.horario-box strong {
  font-weight: 600;
}

.mapa-box {
  width: 100%;
  height: 100%;
}

.mapa-box iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}
.footer-social a{
    margin-right: 10px;
}

.legal-page {
  padding: 80px 20px;
  background: #fff;
}

.legal-container {
  max-width: 800px;
  margin: 0 auto;
}
.legal-container h1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #000;
}

.legal-container h2 {
  font-size: 13px;
  font-weight: 700;
  margin: 40px 0 16px;
  color: #000;
}

.legal-container h3 {
  font-size: 12px;
  font-weight: 700;
  margin: 30px 0 10px;
  color: #000;
}
.legal-container p {
  font-size: 13px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px;
}
.legal-container a {
  color: #0b2a6b;
  text-decoration: underline;
}
.legal-container ul {
  margin: 10px 0 20px 20px;
}

.legal-container li {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 6px;
}
.legal-list {
  margin-left: 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #444;
}

.legal-list > li {
  margin-bottom: 20px;
}

.legal-list ul {
  margin-top: 10px;
  margin-left: 20px;
}

.legal-list ul li {
  margin-bottom: 8px;
}
.legal-page {
  padding: 80px 20px;
  background: #fff;
}

.legal-container {
  max-width: 800px;
  margin: 0 auto;
}
.wa-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

/* Botón flotante */
.wa-button {
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

/* Panel */
.wa-panel {
  width: 280px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  position: absolute;
  bottom: 70px;
  right: 0;
  display: none;
  overflow: hidden;
}

/* Header */
.wa-header {
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.wa-header img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.wa-header span {
  font-size: 11px;
  opacity: .9;
}

.wa-close {
  margin-left: auto;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/* Body */
.wa-body {
  padding: 10px;
  background: #f0f0f0;
}

.wa-message {
  background: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 13px;
  max-width: 90%;
}

/* Input */
.wa-input {
  display: flex;
  border-top: 1px solid #ddd;
}

.wa-input input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 13px;
  outline: none;
}

.wa-input button {
  background: #25D366;
  color: #fff;
  border: none;
  width: 42px;
  cursor: pointer;
}

.tienda-image-wrapper {
  position: relative;
  cursor: pointer;
}

.tienda-image-wrapper img {
  width: 100%;
  display: block;
}

.gallery-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,.6);
  padding: 6px;
  border-radius: 50%;
 
}

.tienda-image-wrapper:hover .gallery-icon {
  opacity: 1;
}

/* MODAL */
.gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.gallery-content {
  position: relative;
  max-width: 90%;
}

.gallery-images img {
  max-width: 100%;
  max-height: 80vh;
  display: none;
}

.gallery-images img.active {
  display: block;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.gallery-prev { left: -50px; }
.gallery-next { right: -50px; }



@media (max-width: 850px) {
    .img-main {
    width: 254px;
    height: 443px;
    left: 73%;
    top: 500px;
    }
    .vive-text p {
        max-width: 320px;
        font-size: 0.9rem;
        line-height: 1.6;
        color: #393535;
        margin-top: 120px;
        position: absolute;
        right: 380px;
        top: -145px;
    }
      .img-top-event{
    right: 7px !important;
    top: -72px !important;
  }
  .text-event1 {
  right: 68px !important;
  top: 440px !important;
  color: white !important;
  
  
  }
  
    
}




/* MOBILE */
@media (max-width: 768px) {
    .nao-nav {
        gap: 16px;
        text-align: center;
    }

    .nao-logo img {
        width: 120px;
    }
    .hero-content{
        margin-top: -200px;
    }
    .hero-content h1{
    font-size: 28px;
    margin-bottom: 15px;
    }

     .vive-cartagena {
        padding: 80px 16px;
    }

    .vive-cartagena-inner {
        flex-direction: column;
        gap: 40px;
    }
    .vive-text{
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 15px;

    }
     .vive-text img{
      width: 245px;
      height: 369px;
     }

    .vive-text h2 {
        text-align: center;
        margin-top: -30px;
        top: 89px;
        margin-bottom: 20px;
    }

    .vive-text p {
        margin-top: 20px;
        color: #0a2a66;
        right: 20%;
        top: 80px;
        text-align: center;
    }

    .vive-images {
        height: auto;
        display: flex;
        gap: 16px;
    }

    .vive-images img {
        position: static;
        width: 100%;
        height: auto;
    }
    .img-top {
        right: 6px;
        top: 601px;
    }
    .brands-inner {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }

    .brands-image {
        justify-content: center;
    }

    .brands-text {
        font-size: 1rem;
    }
    .brands-section span{
        display: none;
    }
    .event-hero {
        height: 300px;
    }

    .event-label {
        font-size: 0.9rem;
    }

    
    .explora-inner {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }

    .explora-image img {
        max-width: 100%;
    }
    .instalaciones-grid {
        grid-template-columns: 1fr;
    }
    
    .carousel-media {
        aspect-ratio: 4 / 3; /* más vertical en mobile */
    }

    .carousel-cartagena {
        padding: 20px 12px;
    }
    .ubicacion-inner {
        flex-direction: column;
        text-align: center;
        padding: 0px 60px;
    }

    .ubicacion-map iframe {
        height: 260px;
    }
    .tiendas-carousel {
    grid-auto-columns: 100%;
    padding: 0 20px;
  }


  .tiendas-section {
  padding: 40px 15px;
    }
    .intro-gastronomia h2 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 18px;
  color: #000;
}

    .intro-gastronomia p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 10px;
    }
    .encanto-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .encanto-left h2 {
    font-size: 34px;
  }

  .encanto-right .img-small,
  .encanto-right p {
    max-width: 100%;
  }

  .bloque-doble__item {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bloque-doble__item.reverse {
    direction: ltr; /* reset */
  }

  .bloque-texto p {
    max-width: 100%;
  }
  .cartagena-grid.top {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .cartagena-grid.bottom {
    justify-content: center;
  }

  .cartagena-card {
    max-width: 100%;
  }
  .punto-encuentro__texto h2{
    margin-top: -43px;
  }
  .brands-text p em{
    font-size: 1rem;
  }
  .img-top-event{
    right: 7px !important;
    top: -72px !important;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
   .horario-mapa__container {
    grid-template-columns: 1fr;
  }

  .horario-box {
    padding: 40px 24px;
  }

  .mapa-box iframe {
    min-height: 280px;
  }
  .gallery-prev { left: -10px; }
  .gallery-next { right: -10px; }

  

}




@media (max-width: 480px) {
    .img-bottom{
        top: 232px;
        left: 47.7px;
    }
    .vive-text p{
        right: 10px;
    }
    .img-main{
        left: 52%;
        top: 803px;
    }
     .img-top {
    right: 36px;
    top: 1012px;
    }
    .brands-section{
        margin-top: 1269px;
        min-height: 470px;
    }
    .brands-text p em{
        font-size: 16px;
    }
      .brands-section-event{
    margin-top: 65px;
      min-height: 430px;
  }
  .img-top-event{
    right: 22px !important;
    top: 75px !important;
  }
  .punto-encuentro__texto{
    width: 194px;
    height: 227px;
  }
    .text-event1 {
    right: 24px !important;
    top: 440px !important;
    color: black !important;
    margin-top: 240px !important;
  }
  .img-bottom-event{
    top: 292px;
  }
    .punto-encuentro__texto .small {
    font-size: 24px;
    font-style: italic;
    color: #0b2a6b;
    display: block;
    margin-bottom: 37px;
    margin-top: -40px;
    }

}

@media (max-width: 479px) {

  .img-main {
    left: 49%;
}
  .img-top {
    right: 52px;
}

}
