

.viajes-body {
  margin: 0;
  min-height: 100vh;
font-family: 'Montserrat', sans-serif;
  background-image: url("../img/fondomundo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Montserrat', sans-serif;
}


.hero-viajes {
  text-align: center;
  padding: 5px 2px 5px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  background: rgba(75, 0, 75, 0.55);
}

.hero-viajes h1 {
  font-size: 35px;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
}

.hero-viajes p {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}


.acciones-viajes {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1000px;
  font-family: 'Montserrat', sans-serif;
  margin: 50px auto;
}

.card-accion {
  flex: 1;
  max-width: 420px;
  background: rgba(255,255,255,0.9);
  padding: 30px;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #4b004b;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: transform 0.3s, box-shadow 0.3s;
}

.card-accion:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.card-accion h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

.card-accion p {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}


.filtros-viajes {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  background: rgba(255,255,255,0.9);
  max-width: 900px;
  margin: 40px auto;
  padding: 25px;
  border-radius: 16px;
}

.campo {
  display: flex;
  flex-direction: column;
}

.campo label {
  font-weight: bold;
  margin-bottom: 6px;
}

.campo select {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
}


.tabla-viajes {
  background: rgba(255,255,255,0.95);
  max-width: 1200px;
  margin: 40px auto;
  padding: 25px;
  border-radius: 16px;
}

.tabla-viajes table {
  width: 100%;
  border-collapse: collapse;
}

.tabla-viajes th,
.tabla-viajes td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.tabla-viajes th {
  background-color: #4b004b;
  color: #fff;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}


.viajes-body main, .tabla-viajes {
    flex: 1;
}

.footer-negro {
    background-color: #1a1a1a; 
    color: white;
    padding: 60px 20px 20px;
    margin-top: 50px;
    width: 100%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    text-align: left; 
}

.footer-section h3 {
    color: #ffffff;
    border-bottom: 2px solid #4b004b; 
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-section p {
    color: #bbb;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 10px;
}

.social-links-footer {
    display: flex;
    gap: 20px;
    font-size: 24px;
    margin-top: 15px;
}

.social-links-footer a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.social-links-footer a:hover {
    color: #ffb3f0; 
}

.copyright {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 13px;
    color: #888;
}


.footer-negro {
    position: relative;
    z-index: 10;
}


.actividades {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.actividades .chip {
  background: #f3e6f6;
  color: #4b004b;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}


.btn-ver {
  display: inline-block;
  padding: 8px 16px;
  background: #4b004b;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  border-radius: 20px;
  font-size: 14px;
  transition: background 0.3s, transform 0.2s;
}

.btn-ver:hover {
  background: #6a1b6a;
  transform: scale(1.05);
}
.actividades {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.actividades .chip {
  background: #f3e6f6;
  color: #4b004b;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}
