body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    margin: 20px;
    padding: 0;
    line-height: 1.6;
    color: rgba(0,0,0,0.87);
    background-image: url('Millonarios-Conscientes-Javi.webp'), url('Millonarios-Conscientes-Javi.png'); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-attachment: scroll;
    background-color: black;
}
.content-section {
    max-width: 960px;
    margin: 40px auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    color:white;
    text-align: center;
}
.container {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
}
h1 {
    font-family: 'Roboto', sans-serif; 
    font-size: 4em; 
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 250px;
}
h1 strong {
      color: rgb(255,160,5);
}
h2 {
    font-family: 'Roboto', sans-serif; 
    font-size: 2em; 
    line-height: 1.2;
    margin-bottom: 10px;            
}
h2 strong {
    color: rgb(255,160,5);
}
p {
    margin: 0 0 45px 0;
    font-size: 1.3em; 
}
img {
    max-width: 100%; 
    height: auto;
    display: block;
    margin-bottom: 20px; 
    -webkit-user-drag: none;
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;        
    touch-action: manipulation;
} 
.pagina-vitalicio .img-bienvenida {
    margin-bottom: 50px;
}
.img-bienvenida {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px; 
    margin-top: 10px;
}
.image-gallery img {
    max-width: 220px; 
    flex-grow: 1; 
    object-fit: cover; 
    border-radius: 5px;
}
.btn{
    display: flex;
    width: fit-content;
    max-width: 90%;
    padding: 12px 30px;
    margin: 30px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    background-color: #FF5200;
    border: 2px solid #FF5200;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.seccion-media {
    background-image: url('Cumbre-anual-de-millonarios.webp'), url('Cumbre-anual-de-millonarios.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;  
    background-size: cover;
    margin: 40px auto;
    padding: 100px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    color:white;
    font-size: 1.2em; 
}
.seccion-media ul {
    margin-bottom: 20px;
}
.foto-ponente {
      width: auto;
      height: auto;
      float: right;
      margin: auto;
      padding: 20px;
}
.bandera {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    touch-action: manipulation;
}
.copyright {
    margin-top: 100px;
    font-size: 1em;
}
/*.banner-urgencia {
    background-color: #FF5200;
    color: white;
    text-align: center;
    padding: 12px 20px;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    animation: parpadeo 1.5s infinite;
}

.banner-urgencia p {
    margin: 0;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.banner-urgencia a {
    color: white;
    text-decoration: underline;
    font-weight: 700;
}

.banner-urgencia a:hover {
    color: rgb(255,160,5);
}

@keyframes parpadeo {
    0%   { background-color: #FF5200; }
    50%  { background-color: #cc3d00; }
    100% { background-color: #FF5200; }
} */


@media (max-width: 800px) {
    body {
         margin: 5px;
    }
    h1 {
        font-size: 2.0em; 
        text-align: center;
        padding-top: 60px;
      }
    h2 {
        font-size: 1.2em; 
        text-align: center;
      }
    p {
        margin: 0 0 35px 0;
        font-size: 1em; 
     }  
   /* .banner-urgencia p {
        font-size: 0.85em;
    } */
    .content-section {
        
        margin: 5px auto;
        padding: 5px;
     }
     .img-bienvenida {
        width: 50%;
     }
     .image-gallery {
        gap: 15px; 
        margin-top: 30px;
      }
    .image-gallery img {
        max-width: 130px; 
      }
    .seccion-media {
            margin: 5px auto; 
            padding: 5px;
            max-width: 360px;
      }
     .copyright,
     .container {
            font-size: 0.8em;
     }
     .foto-ponente {
            width: auto;      
            float: none;
            align-items: center;
            margin: auto            
      }
    .btn{           
            font-size: 16px;
      }
}
@media (hover: hover) {
    .btn:hover {
        background-color: rgba(255, 82, 0, 0.3);
        border: 2px solid #FF5200;
        color: white;
    }
    .btn:active {
        background-color: rgba(255, 82, 0, 0.3);
        border: 2px solid #FF5200;
        color: white;
    }
    .bandera:hover {
        border-color: #FF5200;
    }
    .bandera:active {
        background-color: rgba(255, 82, 0, 0.3);
        border-color: #FF5200;
    }
}

@media (hover: none) {
    .btn:active {
        background-color: rgba(255, 82, 0, 0.3);
        border: 2px solid #FF5200;
        color: white;
    }
    .bandera:active {
        background-color: rgba(255, 82, 0, 0.3);
        border-color: #FF5200;
    }
}