    /* Estilos para el nuevo banner de Alpamayo */
#alpamayo-banner {
    background-image: url('../images/banner-huayhuash.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-overlay {
    text-align: center;
    padding: 20px;
    margin-top: 150px;
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 10px;
    max-width: 90%;
}

.btn-alpamayo {
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 10px;
    background-color:  #dd5910; 
    color: #fff !important;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-alpamayo:hover {
    background-color: #bb4e0d;
    text-decoration: none;
}

.subtitulo-alpamayo {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 1.4;
}