
.fondo {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden; 
}

.fondo img {
    max-width: 100%;
    height: auto;
}

.titulo {
    display: flex;
    justify-content: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 20px 0;
}

.colorfondo {
    background-color: bisque;
    margin: 0; 
}

.articulo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 60px 20px; 
    flex-wrap: wrap; 
}


.info {
    width: 100%;
    max-width: 400px;
    line-height: 1.6;
}

.zorro img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
}

.caracteristicas {
    display: flex;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.seccion {
    background-color: rgb(182, 144, 95);
    text-align: center;
    padding: 35px 15px;
}

.iconos {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 25px;
    flex-wrap: wrap;
    gap: 20px;
}


.galeria {
    display: flex;
    justify-content: center; 
    gap: 20px;              
    width: 100%;            
    padding: 50px 0;
    flex-wrap: wrap;       
}

.im {
    width: 300px;           
    height: 200px;
}

.im img {
    width: 100%;
    height: 100%;
    object-fit: cover;      
    border-radius: 10px;
}

footer {
    background-color: rgb(182, 144, 95);
    padding: 40px;
    text-align: center;
}