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);
}


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

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