p {
    font-size: 20px;
    font-weight: 300;
}

main img {
    filter: grayscale(1);
}

#hero video,
#hero img {
    object-fit: cover;
    z-index: 1;
    filter: grayscale(1);
}

#hero .overlay {
    z-index: 1;
}

#hero h1, #hero p, #hero a, #hero span {
    z-index: 2;
    position: relative;
}

.reto-titulo {
    color: var(--naranja);
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.img-el-objetivo {
    height: 350px;
}


.imagenes-galeria {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}


.tabla-minimal {
    background-color: transparent !important;
    border-collapse: collapse;
    width: 100%;
}

.tabla-minimal tr {
    height: 120px;
}

.tabla-minimal th,
.tabla-minimal td {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 0.75rem 0;
    color: #fff;
    font-weight: 400;
}

.tabla-minimal th {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    width: 50%;
}

.tabla-minimal td {
    text-align: right;
    font-size: 1rem;
    font-weight: 300;
    color: #ccc;
}

.tabla-minimal tr:last-child th,
.tabla-minimal tr:last-child td {
    border-bottom: none;
}

#noticias {
    background: radial-gradient(circle at top, #111 0%, #000 90%);
    min-height: 700px;
}

.noticia-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.noticia-imagen {
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: grayscale(0) !important;
}

.noticia-card:hover .noticia-imagen {

}

.titulo-noticia {
    letter-spacing: 0.5px;
}

#noticias a:hover .titulo-noticia {
    color: red;
}

/* galeria */

.galeria-de-fotos img {
    filter: grayscale(0);
}


/* Paginación */

nav[role="navigation"][aria-label="Pagination Navigation"] {
    display: flex;
    justify-content: center;
    gap: 6px;
}

/* Botones de paginación */
nav[role="navigation"] a,
nav[role="navigation"] span {
    color: #fff !important; /* texto blanco */
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important; /* sin bordes redondeados */
    padding: 0.5rem 0.9rem !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
}

/* Hover sobre los botones */
nav[role="navigation"] a:hover {
    color: var(--naranja) !important;
    border-color: var(--naranja) !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Activo o seleccionado (Laravel lo marca con .bg-white.active o inline-flex y active) */
nav[role="navigation"] .active,
nav[role="navigation"] span[aria-current="page"] {
    color: #fff !important;
    background-color: var(--naranja) !important;
    border-color: var(--naranja) !important;
}

/* Deshabilitados */
nav[role="navigation"] span[aria-disabled="true"] {
    color: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    cursor: not-allowed !important;
}

.we-are-logo svg, .we-are-logo img{
    height: 170px;
    filter: grayscale(0);
}

@media (max-width: 992px) {
    .imagenes-galeria {
        height: 450px;
    }
}

@media (max-width: 576px) {
    .imagenes-galeria {
        height: 300px;
    }
}
