body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
  color: #27538c;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ocupa toda la altura de la ventana */
}
main {
  flex: 1;
}

html {
  height: 100%;
  margin: 0;
}
.navbar {
  background-color: #27538c;
}


.nav-item {
  font-size: 25px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  gap: 4rem;
}

.nav-item#acercaNosotras {
  text-align: left;
}

h1 {
  text-align: center;
  margin-top: 30px;
  color: #27538c;
  font-size: 20px;
  margin-left: 20px;
}

.container#descripcionProyecto {
  margin: auto auto auto auto;
  flex-wrap: wrap;
  padding: auto;
}

/* Estilos para el contenido principal */
.main-content {
  min-height: 70vh;
  padding: 2rem;
}

/* footer */
.footer {
  background-color: #d9d9d9;
  color: black;
  padding: 2rem 0;
  margin-top: 2rem;
}

.footer-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 2rem;
  color: black;
}

.footer-logo {
  flex: 0 0 auto;
  margin-right: 2rem;
}

.footer-logo img {
  width: 80px;
  height: 80px;
}

.footer-logo p {
  font-weight: bold;
  margin: 0.5rem 0 0 0;
  font-size: 0.9rem;
  text-align: center;
}

.footer-social {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 2rem;
  color: black;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.footer-contact {
  color: black;
  display: flex;
  flex-direction: column; /* Apila elementos verticalmente */
  align-items: center; /* Centra horizontalmente dentro de la columna */
  text-align: center; /* Centra el texto de los <p> y <a> */
}

.contact-item {
  margin: 0.3rem 0;
  display: flex;
  align-items: center;
  color: black;
}

.contact-icon {
  font-size: 18px;
  margin-right: 10px;
}

.contact-icon-img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.footer-contact a {
  color: black;
  text-decoration: underline;
}

.footer-links {
  flex: 0 0 auto;
  text-align: right;
}

.footer-links a {
  color: black;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center; /* Alinea todo el texto centrado */
  padding-top: 15px;
  font-size: 14px; /* Espacio entre elementos */
}

/*Forma Responsiva*/
@media (max-width: 768px) {
  .header-container,
  .footer-container,
  .main-container,
  .card-footer {
    flex-direction: column;
    text-align: center;
  }

  .navbar {
  text-align: center;
}
  .list-group-item,
  .list-unstyled {
    flex-direction: column;
    text-align: left;
  }

  .footer-logo,
  .footer-social,
  .footer-contact,
  .footer-links {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .footer-social {
    flex-direction: row;
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: row;
    text-align: center; /* Espacio entre elementos */
  }

  .footer-links {
    flex-direction: row;
    text-align: center;
  }

  .mapa {
    flex-direction: row;
    text-align: center;
  }
  .footer-contact {
    flex-direction: row;
    text-align: center;
  }

  div.container {
    flex-direction: row;
    grid-template-columns: auto;
    text-align: center;
  }
  div.table-responsive{
    flex-direction: row;
    text-align: center;
  }

}

@media (max-width: 600px) {
  th, td {
    padding: 8px;       /* reduce padding en móviles */
  }
}

.text {
  padding: 15px;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
}

#Arlette {
  background: rgba(124, 138, 203, 0.699); /* color oscuro semi-transparente */
}

#Paola {
  background: rgba(161, 203, 124, 0.699); /* color oscuro semi-transparente */
}

#Samantha {
  background: rgba(124, 138, 203, 0.699); /* color oscuro semi-transparente */
}

#Nadia {
  background: rgba(161, 203, 124, 0.699); /* color oscuro semi-transparente */
}

#Mayra {
  background: rgba(124, 138, 203, 0.699); /* color oscuro semi-transparente */
}

#Kenia {
  background: rgba(161, 203, 124, 0.699); /* color oscuro semi-transparente */
}

#Leidi {
  background: rgba(124, 138, 203, 0.699); /* color oscuro semi-transparente */
}

#Citlali {
  background: rgba(161, 203, 124, 0.699); /* color oscuro semi-transparente */
}

#Jessica {
  background: rgba(124, 138, 203, 0.699); /* color oscuro semi-transparente */
}

.navbar {
  text-align: center;
}

a {
  text-align: center;
}

i {
  text-align: end;
}

/*styles card*/

.card-title {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #27538c !important;
  text-align: start;
  padding: 1rem;
  font-size: 2rem;
  margin: 0rem !important;
  margin-bottom: 0rem !important;
}
.card {
  border: 0px !important;
}

.card-img-top {
  /* border-radius: 25px; */
  max-width: 100%;
  height: auto;
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

article > header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h5 {
  font-size: 20px;
}

.image-hover {
  position: relative;
  overflow: hidden;
}

.image-hover .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(161, 203, 124, 0.699); /* color oscuro semi-transparente */
  color: #fff;
  width: 100%;
  overflow: hidden;
}

.image-hover .overlay {
  position: absolute;
  inset: 0;
  z-index: 2; /*por encima de la imagen*/
  display: flex;
  flex-direction: column;      /* apilado vertical */
  justify-content: flex-start; /* texto arriba */
  align-items: center;         /* centrado horizontal */
  overflow: auto;
  -webkit-overflow-scrolling: touch;

  transform: translateY(100%); /* fuera de vista hacia abajo */
  opacity: 0;
  visibility: hidden;
  padding: 0;                  /* importante: sin padding colapsado */
  transition: transform .35s ease, opacity .35s ease, visibility 0s linear .35s;
}

/* instruccion mostrar en desktop (hover) y en móvil (focus-within con tabindex) */
.image-hover:hover .overlay,
.image-hover:focus-within .overlay {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  padding: 16px 12px 20px;       /* ahora sí padding */
  transition: transform .35s ease, opacity .35s ease, visibility 0s;
  border-top-left-radius: 9vw;
border-top-right-radius: 9vw;
}

/*Para centrar texto dentro del overlay*/

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}

.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;      
  padding: 1rem;
}

/*Responsivo escritorio*/
@media (min-width: 1024px) {
  .overlay-text {
    max-width: 60%;
    font-size: 1rem;
  }
}

/*Responsivo para móvil*/
@media (max-width: 480px) {
  .overlay-text {
    max-width: 95%;
    font-size: 0.5rem;
  }
}

/* .overlay-text { margin-top: 8px; } */

/*Encabezado de listado paquetes*/
.thead-azul th {
  background-color: #27538c !important; /* azul deseado */
  color: white !important;               /* texto blanco */
  border-color: #27538c !important;     /* opcional, que los bordes coincidan */
}

/*Tamaño de la imagen card productos*/
.fixed-img {
  width: 100%;       /* ocupa todo el ancho de la card */
  height: auto;     /* alto fijo, ajusta a tu gusto */
  object-fit: cover; /* recorta la imagen manteniendo proporción */
  border-top-left-radius: 15px;  /* opcional si tu card tiene bordes redondeados */
  border-top-right-radius: 15px;
}

/*Alineacion texto dias y noches en card productos*/
.list-unstyled{
  margin-left:35px;
}




/*Botones de Productos */
#btnReservar{
border-radius: 31px;
background-color: #A9D943;  /* #27538C */
color: white;
padding: .8rem 3.5rem;
font-family: Montserrat; 
font-weight: bold; 
font-size: 1.2rem;

}
#btnReservar:hover {
background-color: #9cc446;  /* #27538C */
}

#btnContactanos{
background-color: white;
border-radius: 31px;
border: 0.3rem solid #A9D943;
color: #27538C;
padding: .8rem 3rem;
gap: 0.5rem;
font-family: Montserrat; 
font-weight: bold; 
font-size: 1.2rem;

}
#btnContactanos:hover {
color: white;
background-color: #A9D943;
font-weight: 700;
}


/*Boton de Contactanos */
#btnEnviarCont{
border-radius: 31px;
background-color: #A9D943;  /* #27538C */
color: white;
padding: .8rem 3.5rem;
font-family: Montserrat; 
font-weight: bold; 
font-size: 1.2rem; 

}
#btnEnviarCont:hover {
color: white;
background-color: #9cc446;
font-weight: 700;
}

/* Boton Crear Nuevo Paquete */

#botoncrear{
border-radius: 31px;
background-color: #A9D943;  /* #27538C */
color: white;
padding: .8rem 3.5rem;
font-family: Montserrat; 
font-weight: bold; 
font-size: 1.2rem; 
border-color: #A9D943;
}
#botoncrear:hover {
color: white;
background-color: #9cc446;
font-weight: 700;
}  
