/* TODO Hoja de estilos de Noticias */

/* *Clases */

.noticias-title-img {
    background-image: url(../img/maria-murawsky-berlin-oficina-sofisticada-marmol-sillas-barcelona-mies-van-der-rohe14-1603958719.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

.noticias-title {
    text-align: center;
    color: white;
    text-transform: uppercase;
    background: rgba(7, 124, 187,0.518);
    width: 100%;
    height: 300px;
    
}

.noticias-title h1 {
    position: relative;
    top: 120px;
    left: -500px;
    font-weight: 400;
    letter-spacing: 2px;
}

.noticias-text h2 {
    text-align: center;
}

.news a {
    display: flex;
    flex-direction: column; /* por defecto en móvil */
    margin: 40px auto;
    padding: 20px;
    box-shadow: rgba(75, 80, 94, 0.2) 0px 14px 36px 1px;
    border-radius: 20px;
    max-width: 600px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.news a:hover {
    box-shadow: rgba(75, 80, 94, 0.4) 0px 14px 36px 1px;
    background-color: #f0f0f0;
}

/* * IDs */
