*{
    box-sizing: border-box;
    margin:0;
    padding: 0;
}
.contenido {
    margin-top: 5px; /* ajusta según la altura total de top-bar + menú */
    padding: 20px;
}
.portada_premios{ 
    background-image: url('../img/premios.jpg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 900px;
    height: 450px;
    margin: 0 auto;
}
.content-premios { 
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container_premios { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.descripcion_premios { 
    width:900px;
    color:#858585;
    line-height:2.8rem;
    margin-bottom: 30px;
}
 .caja_premios { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 2px;
    box-sizing: border-box;
}
p strong { 
    color :#003752;
}
.botones {
    display: flex;
    flex-direction: row;
    justify-content: justify;
    align-items: center;   
    gap:2rem;
    margin-bottom: 20px;;
    margin-top:20px;
}
#modalBody p {
    margin-bottom: 1rem;
    text-align: justify;
  }


.descripcion_premios { 
    text-align: justify;
    color:#858585;
    width:900px;
    font-size: 16px;
    line-height: 1.8rem;
}
.titulo_premios { 
    color :#003752;
    font-size: 40px;
    text-align: center;
    font-weight: 200;;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 60px;
}
div button{ 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.button{
    background-color: #003752;
    color: #fff;
    padding: 12px 20px;
    width: 100%;
    text-align: left;
    border: none;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
}
.button:hover {
    background-color: #005072;
}

.btn_ver { 
    width:10%;
    padding:10px;
    border:2px solid #ffd43b;
}
.oculto { 
    display:none;
    text-align:justify;
    padding:10px;
    color:#858585;
    width:98%;
    line-height:1.8em;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.oculto p { 
    line-height:2.5em;
}
.fa { 
    float:right;
    color: #ffd43b;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.iframe { 
    width:560px ;
    height:400px;
}
.btn-mostrar{ 
    display: inline-block;
    padding: 10px 25px;
    color: #fab005;
    border:2px solid #ECB409;
    border-radius: 50px;
    text-decoration: none;
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn-mostrar:hover {
    /* background-color: #004a99; */
    color: #fab005;
    transform: translateY(-2px);
    border:2px solid #ECB409;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}
.fotos_premios {
    max-height: 80vh;      /* No más alto que la pantalla */
    max-width: 100%;       /* No más ancho que el contenedor */
    width: auto;           /* Mantener proporción */
    height: auto;          /* Mantener proporción */
    object-fit: contain;   /* Escala sin cortar */
    display: block;
  }
  .carousel-item {
    text-align: center;    /* Centra el contenido */
  }
  .modal-backdrop.show {
    background-color: #f1f3f5 !important;
    opacity: 1 !important;
  }
  /* body.modal-open {
    background-color: white !important;
  } */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}
@media screen and (max-width : 750px){
    .portada_premios{ 
        width: 100%;
        height:250px;
        background-size: 100%;
    }
    .iframe { 
        width:300px ;
        height:200px;
    }
    .container_premios,.botones { 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .descripcion_premios { 
        width:360px;
        color:#858585;
        line-height:1.8rem;
        margin-bottom: 30px;
        text-align:justify;
        padding: 10px;;
    }
}

@media screen and (max-width: 991px) and (min-width: 751px) {
    .portada_premios{ 
        width: 100%;
        height: auto;
        aspect-ratio: 2/1;
    }
 
    .descripcion_premios {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding:10px;
    }
    .btn-mostrar {
        font-size: 1.5rem; /* Más pequeño que 2rem */
        padding: 8px 20px; /* Menos padding horizontal y vertical */
        display: flex;
        align-items: center;
        justify-content: space-between; /* Separa texto a la izquierda, ícono a la derecha */
    
    }
    .botones {
    display: flex;
    flex-direction: column;
    justify-content: justify;
    align-items: center;   
    gap:2rem;
    margin-bottom: 20px;;
    margin-top:20px;
}

}