body {
    font-family: Arial, sans-serif;
    background: #f8f8f8;
    color: #333;
    margin: 0;
    padding: 0;
    text-align: center;
}

.banner {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 20px auto;
}

.intro {
    max-width: 800px;
    margin: 0 auto 20px auto;
    padding: 0 20px;
}

.intro h1 {
    margin-bottom: 10px;
}

.intro .tagline {
    font-style: italic;
    color: #ffaa00;
    line-height: 1.6;
}

.content {
    max-width: 800px;
    margin: 20px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    line-height: 1.8;
}

.content ul {
    padding-left: 20px;
}

.content li {
    margin-bottom: 15px;
}

.content a {
    color: #ffaa00;
    font-weight: bold;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.tagline-section {
    text-align: left;
    font-style: italic;
    color: #ffaa00;
    margin-top: 30px;
}

.permanence {
    margin-top: 30px;
}

.adhesion {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: center;
    margin: 40px 0;
    padding: 20px 0;
}

.button {
    background: #ffaa00 !important;
    color: #000 !important;
    padding: 15px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    visibility: visible !important;
    opacity: 1 !important;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.button:hover {
    background: #e69a00;
}

footer {
    background: #000;
    color: white;
    padding: 30px;
    margin-top: 20px;
}

.contact {
    margin-bottom: 20px;
}

.contact h3 {
    color: #ffaa00;
}

.socials {
    margin-top: 15px;
}

.socials a {
    margin: 0 15px;
    font-size: 30px;
    color: white;
    text-decoration: none;
}

.socials a:hover {
    color: #ffaa00;
}
