body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ECF0F1;
display: flex;
flex-direction: column;
min-height: 100vh;
}

header {
  background-color: #254336;
  color: #ECF0F1;
  text-align: center;
  padding: 1em 0;
  background: #fff;
  position: sticky; /* Ensure header sticks at the top */
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
}

footer {
  background-color: #254336;
  background: #222;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

/* Ensures footer sticks to the bottom if content is less */
footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

#carouselExampleIndicators {
  margin-top: 80px; /* Adjust this to match the height of the header */
}

nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin: 0 1em;
}

nav ul li a {
  color: #ECF0F1;
  text-decoration: none;
}

main {
  padding: 2em;
}

.carousel {
  margin-bottom: 2em;
}

.carousel-item img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}

/* Estilo global para imágenes del carrusel */
.carousel-inner img {
  width: 100%; /* Ocupa todo el ancho del contenedor */
  height: auto; /* Altura fija para pantallas grandes 500px*/
  object-fit: cover; /* Ajusta la imagen para llenar el espacio sin distorsión */
}

/* Estilo específico para dispositivos móviles */
@media (max-width: 768px) {
  .carousel-inner img {
    height: 300px; /* Altura más pequeña para pantallas móviles */
    /* object-fit: cover; /* Asegura que las imágenes se vean correctamente */ */
  }
}


.cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  /* background-color: #0f7864; */
  border-radius: 8px;
  /* color: #ECF0F1; */
  margin: 1em;
  padding: 2em;
  text-align: center;
  width: 100%;
  max-width: 300px;
}

.card a {
  color: #EDECE1;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card a i {
  margin-right: 8px;
  font-size: 1.5em;
}

.card button {
  background: none;
  border: none;
  color: #ECF0F1;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.card button i {
  margin-right: 8px;
  font-size: 1.5em;
}

form {
  background-color: #fff;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 2em auto;
}

form label {
  display: block;
  margin-bottom: .5em;
}

form input {
  width: calc(100% - 22px);
  padding: .5em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

form button {
  background-color: #18BC9C;
  border: none;
  color: #fff;
  padding: .5em 1em;
  border-radius: 4px;
  cursor: pointer;
}

form button:hover {
  background-color: #16A085;
}

header {
  background-color: #2C3E50;
}

header a {
  color: #ECF0F1;
  text-decoration: none;
}

header a:hover {
  text-decoration: underline;
}

header i {
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  .row.align-items-center > .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .row.align-items-center > .col-md-4 img {
    max-height: 40px;
  }
}

.latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
    color: #2C5545;
    font-size: 12px;
  }

  .stories-info span {
    color: #850000;
    font-size: 12px;
  }

  .centered-text {
    text-align: center;
    padding: 10px;
  }

  .centered-image {
    display: block;
    margin: 0 auto;
    max-width: 100%; /* Ajusta el tamaño al contenedor */
  }

  /* Contenedor principal de la página */
.page-container {
display: flex; /* Divide en dos secciones horizontales */
height: 100vh; /* Ocupa toda la altura de la pantalla */
flex: 1;
min-height: 100vh;
display: flex;
flex-direction: column;
}

.main-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}

/* Contenedor del formulario */
.form-container {
flex: 0 0 30%; /* Ocupa el 30% del ancho */
/* padding: 20px; */
flex: 0 0 30%;
max-width: 30%;
background-color: #f8f9fa;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 8px;
margin-bottom: 10px;
}

/* Estilo del formulario */
.form-container form {
display: flex;
flex-direction: column;
/* gap: 15px; */
}

.form-container h3 {
text-align: center;
color: #333;
}

.form-container label {
font-weight: bold;
}

.form-container input {
/* padding: 2px; */
border: 1px solid #ccc;
border-radius: 4px;
}

.form-container button {
/* padding: 10px; */
background-color: #597445;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s;
}

.form-container button:hover {
background-color: #4b6538;
}

/* Contenedor principal (70%) */
.main-container {
flex: 0 0 70%; /* Ocupa el 70% del ancho */
padding: 20px;
display: flex;
flex-direction: column; /* Apila verticalmente video y texto */
gap: 20px;
}

/* Estilos del video */
/* .video-container {
width: 100%;
} */

.video-container {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 20px;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

/* Estilos de información del hotel */
.hotel-info {
/* background-color: #f1f1f1; */
/* padding: 20px; */
/* border-radius: 8px; */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin-top: 20px;
padding: 15px;
background-color: #f1f1f1;
border-radius: 8px;
text-align: center;
width: 100%;
}

@media (max-width: 768px) {
  .page-container {
    flex-direction: column;
  }

  .form-container, .main-container {
    flex: 0 0 100%; /* Ambos ocupan el 100% del ancho */
  }
}

/* Estilo para el ícono flotante de WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 20px; /* Espaciado desde la parte inferior */
  right: 20px; /* Espaciado desde la parte derecha */
  z-index: 100; /* Asegura que quede encima de otros elementos */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366; /* Color verde de WhatsApp */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1); /* Efecto de zoom al pasar el cursor */
}

.whatsapp-float img {
  width: 70%; /* Ajusta el tamaño del ícono */
  height: 70%;
  border-radius: 50%;
}

#promotions .img-fluid {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra ligera */
  transition: transform 0.2s ease-in-out; /* Efecto hover */
}

#promotions .img-fluid:hover {
  transform: scale(1.05); /* Efecto de aumento */
}
