body {
    background-image: url('Fondo.jpg'); 
    background-size: cover;            
    background-repeat: no-repeat;      
    background-attachment: fixed;      
    background-position: center;       
    margin: 0; 
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header {
    background-color: #0e0d0d;
    color: rgb(100, 99, 99);
    text-align: center;
    padding: 20px;
    width: 100%;
}
header img {
    height: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.section {
    width: 100%;
    max-width: 800px;
    margin: 10px 0;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    padding: 15px;
    cursor: pointer;
    position: relative;
}

.section h2 {
    margin: 0;
    font-size: 1.5em;
}

.content {
    display: none;
    padding: 10px 0;
    color: #333;
}

.contact-section {
    width: 100%;
    max-width: 800px;
    padding: 20px;
    background-color: #333;
    color: white;
    text-align: center;
    margin-top: 20px;
}
.intro {
    max-width: 800px; 
    margin: 0 auto;   
    padding: 20px;   
    text-align: justify; 
    background-color: rgba(168, 165, 165, 0.966); 
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 8); 
}
.intro-img {
    display: block; 
    max-width: 100%; 
    height: 300px;  
    margin: 20px auto;  
    border-radius: 40px; 
    box-shadow: 0 4px 100px rgba(153, 0, 255, 5.582); 
}

.intro2-img {
    display: block; 
    max-width: 100%; 
    height: 400px;  
    margin: 20px auto;  
    border-radius: 40px; 
    box-shadow: 0 4px 100px rgba(255, 0, 0, 5.5); 
}

.intro3-img {
    display: block; 
    max-width: 100%; 
    height: 200px;  
    margin: 20px auto;  
    border-radius: 40px; 
    box-shadow: 0 20px 100px rgb(255, 255, 255); 
}

.map-container {
    display: flex;
    justify-content: center; 
    margin: 20px 0; 
}

iframe {
    width: 100%; 
    max-width: 800px; 
    height: 400px; 
    border: 2px solid rgb(38, 0, 206); 
    border-radius: 8px; 
}
.footer {
    background-color: rgb(88, 0, 110);
    width: 100%; 
    height: 150px; 
    display: flex; 
    align-items: center; 
    justify-content: center;  
    bottom: 0; 
}
.footer-contenido {
    display: flex; 
    gap: 40px; 
}
.footer-logo {
    max-width: 130px;
    height: auto;
    border-radius: 8px;
}