body {
    font-family: 'Open Sans', 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;
}
h1 strong {
      color: rgb(255,208,0);
}
h2 {
    font-family: 'Roboto', sans-serif; 
    font-size: 2em; 
    line-height: 1.2;
    margin-bottom: 20px;            
}
h2 strong {
    color: rgb(255,208,0);
}
p {
    margin-bottom: 15px;
    font-size: 1.3em; 
}
img {
    max-width: 100%; 
    height: auto;
    display: block; 
    margin-bottom: 20px; 
}
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px; 
    margin-top: 30px;
}
.image-gallery img {
    max-width: 220px; 
    flex-grow: 1; 
    object-fit: cover; 
    border-radius: 5px;
}
.btn{
    display: flex;
    width: 300px;
    font-family: Arial, Helvetica, san-serif;
    font-weight: 700;
    background-color: #FF5200;
    border: 2px solid #FF5200;
    border-radius: 10px;
    padding: 10px 10px;
    margin: auto;
    color: #fff;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.btn:hover {
    background-color: transparent;
    border: 2px solid #FF5200;
}
.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; 
}
#img1, #img2, #img3{
      width: auto;
      height: auto;
      float: right;
      margin: auto;
      padding: 20px;
}
#img4{
      width: auto;
      height: auto;
      float: none;
      margin: auto;
      padding: 20px;
}
.aqui{
      width: auto;
      height: auto;
      float: left;
      margin: auto;
      padding: 10px;
}
.bandera:hover {
    border: 2px solid #FF5200;
}
@media (max-width: 800px) {
    body {
         margin: 5px;
    }
    h1 {
        font-size: 2.0em; 
        text-align: center;
      }
    h2 {
        font-size: 1.2em; 
        text-align: center;
      }
    p {
        margin-bottom: 15px;
        font-size: 1em; 
     }  
    .content-section {
        
        margin: 5px auto;
        padding: 5px;
     }
     .image-gallery {
        gap: 15px; 
        margin-top: 30px;
      }
    .image-gallery img {
        max-width: 130px; 
      }
    .seccion-media {
            margin: 5px auto; 
            padding: 5px;
            max-width: 360px;
      }
     .container {
            font-size: 0.8em;
     }
     #img1, #img2, #img3 {
            width: auto;      
            float: none;
            align-items: center;
            margin: auto            
      }
    .btn{           
            font-size: 16px;
             width: 250px;
      }
}