@charset "utf-8";
/* CSS Document */

body {
    background-color: #a6f584; 
    font-family: sans-serif;
    margin: 0;
    padding: 20px;
}

.encabezado-sitio {
    max-width: 600px;
    margin: 0 auto 40px auto;
    text-align: center;
    background-color: #ffffff; 
    padding: 15px 30px;
    border-radius: 50px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.encabezado-sitio h1 {
    color: #1b4d00; 
    margin: 0;
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.curandero {
    max-width: 700px;
    margin: 0 auto 40px auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.curandero h2 {
    color: #1b4d00;
    margin-top: 0;
    text-transform: uppercase;
}

.curandero p {
    color: #333333;
    line-height: 1.6;
    font-size: 1.1rem;
    margin: 0;
}

.titulo h2 {
    color: #1b4d00;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.boton {
    display: inline-block;
    background-color: #1b4d00;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-radius: 25px;
    margin-top: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.boton:hover {
    background-color: #2c7a00;
    transform: scale(1.05);
}

.galeria {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.planta {
    position: relative;
    height: 320px;
    border-radius: 15px;
    overflow: hidden; 
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.4s ease; 
}

.planta:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35); 
}

.planta img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.4s ease; 
}

.planta:hover img {
    transform: scale(1.08); 
}

.servicio {
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 2;
}

.servicio h3 {
    color: #1b4d00;
    font-size: 1.4rem;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.servicio p {
    color: #333333;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

.inicio-slavas {
    background-color: #a3e2a0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    font-family: sans-serif;
}

.header-slavas {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.header-slavas ul {
    display: flex;
    list-style: none;
    gap: 25px;
}

.header-slavas a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.95rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.hero-slavas {
    margin: 0 25px 25px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), 
                url('salvas.png') no-repeat center center/cover;
    text-align: center;
}

.hero-slavas h1 {
    font-size: 5rem;
    color: #ffffff;
    letter-spacing: 4px;
    margin-bottom: 5px;
    font-weight: bold;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.6), 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.hero-slavas p {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 40px;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.6);
}

.btn-slavas {
    display: inline-block;
    padding: 14px 40px;
    background-color: #ffffff;
    color: #2e4a22;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
}

.btn-slavas:hover {
    transform: scale(1.03);
}

.navegacion-galeria {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-family: sans-serif;
}

.btn-regresar {
    padding: 8px 15px;
    background: #a3e2a0;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    font-size: 0.9rem;
}

.contenedor-menu-blanco {
    background-color: #a3e2a0;
    margin: -20px -20px 20px -20px;
    padding: 5px 0;
}

.header-slavas a {
    color: #ffffff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.contenedor-ubicacion {
    max-width: 800px;
    margin: 0 auto 40px auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
}

.contenedor-ubicacion h2 {
    color: #1b4d00;
    text-transform: uppercase;
    margin-top: 0;
}

.contenedor-ubicacion p {
    color: #333333;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.mapa-recuadro {
    width: 100%;
    height: 400px;
    background-color: #a3e2a0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.15), 0 4px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.mapa-recuadro img, .mapa-recuadro iframe {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

.zona-enlace-turistico {
    margin-top: 20px;
}

.zona-enlace-turistico .boton {
    padding: 12px 30px;
    font-size: 1rem;
    letter-spacing: 1px;
}


.galeria{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    max-width:1200px;
    margin:0 auto;
    padding:20px;
}



.galeria{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    max-width:1200px;
    margin:0 auto;
    padding:20px;
}

.tarjeta-turismo{
    background:#ffffff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(0,0,0,0.15);
    transition:0.4s;
}

.tarjeta-turismo:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 25px rgba(0,0,0,0.25);
}



.imagen-efecto{
    overflow:hidden;
}



.imagen-efecto img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:0.5s;
}



.tarjeta-turismo:hover img{
    transform:scale(1.08);
}



.tarjeta-turismo .servicio{
    position:static;
    background:#ffffff;
    padding:18px;
    text-align:center;
    display:block;
    height:auto;
}

.tarjeta-turismo .servicio h3{
    color:#1b4d00;
    font-size:1.3rem;
    margin-bottom:10px;
    text-transform:uppercase;
}

.tarjeta-turismo .servicio p{
    color:#333333;
    font-size:1rem;
    line-height:1.5;
    margin:0;
}


.contenedor-historia{
    max-width:1100px;
    margin:40px auto;
    display:flex;
    align-items:center;
    gap:30px;
    background:#ffffff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 6px 18px rgba(0,0,0,0.12);
    flex-wrap:wrap;
}



.historia-texto{
    flex:1;
    min-width:280px;
}

.historia-texto h2{
    color:#1b4d00;
    font-size:2rem;
    margin-bottom:15px;
    text-transform:uppercase;
}

.historia-texto p{
    color:#333333;
    font-size:1.05rem;
    line-height:1.8;
    margin-bottom:15px;
}



.historia-imagen{
    flex:1;
    min-width:280px;
    overflow:hidden;
    border-radius:18px;
}

.historia-imagen img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:18px;
    transition:0.5s;
}

/* EFECTO */

.historia-imagen:hover img{
    transform:scale(1.05);
}
.contenedor-creditos {
    max-width: 700px;
    margin: 50px auto;
    padding: 50px;
    background: #ffffff;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.encabezado-creditos h1 {
    color: #1b4d00;
    font-size: 2.5rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.encabezado-creditos p {
    color: #777;
    margin-bottom: 40px;
}

.tarjetas-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.tarjeta-credito {
    padding: 30px;
    border: 2px solid #a3e2a0;
    border-radius: 20px;
    width: 250px;
    transition: 0.3s;
}

.tarjeta-credito:hover {
    background: #f9fff8;
    transform: translateY(-5px);
}

.tarjeta-credito h3 {
    color: #1b4d00;
    margin: 0 0 10px 0;
}

.rol {
    color: #555;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-footer {
    padding-top: 30px;
    border-top: 1px solid #eee;
    margin-bottom: 30px;
}

.descripcion {
    font-style: italic;
    color: #666;
    margin-top: 15px;
}
  footer {
      background-color:#a6f584;
      text-align: center;
      padding: 10px;
      font-size: 16px;
      box-shadow: 0 0 10px lime;
      margin-top: 50px;
    }
h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 50px;
    text-align: center;
    text-shadow: 0 0 10px limegreen;
}

/* --- Navegación (Estilo plano, sin contenedor) --- */
nav {
    display: flex;
    justify-content: center;
    padding: 20px;
    gap: 25px;
    flex-wrap: wrap;
}

.logo {
    font-family: 'Great Vibes', cursive;
    font-size: 32px;
    color: green;
    text-shadow: 0 0 5px limegreen;
    font-weight: bold;
    margin-right: 20px;
}

.menu a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: color 0.3s, transform 0.3s;
}

.menu a:hover {
    color: #1b4d00;
    transform: scale(1.1);
}

/* --- Estructura de Lugares (Lista sin bordes de contenedor) --- */
.lugar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 40px auto;
    max-width: 1000px;
    flex-wrap: wrap;
}

.lugar:nth-child(even) { 
    flex-direction: row-reverse; 
}

.lugar img {
    width: 400px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transition: transform 0.5s ease;
}

.lugar img:hover { 
    transform: scale(1.05); 
}

