/*** Sitio: Cines Axion Playa San Juan ***/
/* NOTICIAS */
.noticia {
    background-color: #fff;
    width: var(--ancho-web);
    align-items: start;
    */
}
.noticia-imagen img {
    width: 710px;
    height: 303px;
    object-fit: cover;
}
.noticia-fecha {
    text-align: left;
    font-size: 0.8rem;
    color: #666 !important;
    font-family: var(--corporativa);
}
.noticia-titulo {
    text-align: left;
    margin: 6px 0;
    font-size: 1.5rem;
    color: #222 !important;
    font-family: var(--corporativa);
    cursor: pointer;
}
.noticia-titulo:hover {
    opacity: var(--alfa);
}
.noticia-sinopsis {
    text-align: left;
    margin: 6px 0;
    text-align: justify;
    font-size: 1rem;
    font-weight: var(--fina);
    color: #666 !important;
}
.ver-mas-boton {
    background-color: var(--color2);
    float: right;
    color: var(--color1);
    padding: 5px 50px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: var(--fina);
}
.ver-mas-boton:hover {
    opacity: var(--alfa);
}
/* FIN Noticias*/