body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #b7cd7f;
}

html {
    scroll-behavior: smooth;
}

header {
    background-color: #b7cd7f;
    color: #283e06;
    padding: 30px;
    text-align: center;
}

.contenedor-imagen {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px; /* Ajusta la altura según tu imagen */
}

.contenedor-imagen img {
    max-width: 500px;
    height: auto;
}

.contenedor-texto {
    padding: 20px;
}

h1 {
    font-size: 3em;
    margin-bottom: 10px;
    color: #283e06;
}

p {
    font-size: 1.2em;
    line-height: 1.5;
}

.seccion-botones {
    background-color: #b7cd7f;
    padding: 20px;
    text-align: center;
}

.contenedor-botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.boton {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    background-color: #283e06;
    color: #b7cd7f;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.boton:hover {
    background-color: #0056b3;
}

main {
    padding: 20px;
}

section {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
}

footer {
    background-color: #b7cd7f;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.imagen-extrana {
    width: 400px;
}

.tom {
    width: 400px;
    height: 300px;
    object-fit: cover;
}

.bastian {
    width: 400px;
}

#volver {
    position: fixed;      
    bottom: 20px;         
    right: 20px;          
    z-index: 1000;        
    cursor: pointer;      
}

.img_flor {
    width: 80px;          /* Ajusta el tamaño de la imagen según prefieras */
    height: auto;         /* Mantén la proporción de la imagen */
    transition: transform 0.5s ease; /* Añade una animación suave */
}

#volver:hover .img_flor {
    transform: scale(1.3); /* Aumenta el tamaño al pasar el ratón */
}

header, h2, p, li, a, footer {
    color: white; 
 
}

.slider-container {
    display: flex;
    justify-content: center;
    align-items: center; /* Alinea verticalmente las imágenes si es necesario */
    width: 100%;
    height: auto;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding: 20px 0;
}

.slider-item {
    flex-shrink: 0 0 100%; /* Evita que las imágenes se reduzcan */
    width: 250px; /* Ajusta según sea necesario */
    height: auto;
    object-fit: cover;
    scroll-snap-align: center;
    border-radius: 10px;
}

#mate{
    width: 19%;
    height: 34%;
}

#vicuñas{
    width: 34%;
    
}
#cam{
    width: 34%;
}

.slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 70px; /* Adjust the gap between images as needed */
    padding: 20px 0;
    position: relative;
    width: 900%;
    max-width: 700px;
    margin: auto;
    overflow: hidden;
}

.slider-item {
    flex-shrink: 0;
    width: 50px; /* Adjust the width of each image */
    height: 150px;
    min-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}


.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}



.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 1.5em;
    border-radius: 50%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
}


.prev {
    left: 10px;
}

.next {
    right: 10px;
}
    