@charset "utf-8";
/* CSS Document */
html {
    --separacionsecciones: 3rem;
}
h1 {
    transition: margin-top .1s ease-in 0s;
    margin-bottom: var(--separacionsecciones);
    color: var(--a300);
}
main {
    background-color: var(--g100);
}
#imagennoticia {
    width: 100%;
    height: auto;
    background-size: cover; 
    background-position: center center;
    border-radius: var(--radio-m);
}
#fechanoticia {
    margin-top: var(--separacionsecciones);
    text-transform: uppercase;
    color: var(--a300);
    letter-spacing: -.01em;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#fechanoticia img {
    width: 2em;
    height: auto;
}
#contenedornoticias {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--rellenohorizontal);
    padding-right: var(--rellenohorizontal);
    max-width: 1000px;
}
#cuerponoticia {
    border-radius: var(--radiocajas);
    transition: margin-top .1s ease-in 0s;
}
#pienoticia {
    margin-top: var(--separacionsecciones);
}

#pienoticia {
    display: flex;
    justify-content: center;
}
#pienoticia a:not(:first-of-type) {
    margin-left: var(--separacionsubsecciones);
}
#pienoticia img {
    width: 2.5em;
    height: auto;
    transition: transform .2s ease-in 0s;
}
#pienoticia a:first-of-type:hover img{
    transform: translateX(-25%);
}
#pienoticia a:nth-of-type(2):hover img{
    transform: translateY(-25%);
}
#pienoticia a:last-of-type:hover img{
    transform: translateX(25%);
}
@media (max-width: 1350px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1100px) {
}
@media (max-width: 1000px) {
}
@media (max-width: 900px) {
    
}

@media (max-width: 850px) {
}
@media (max-width: 750px) {
@media (max-width: 650px) {
}
@media (max-width: 550px) { 
}
@media (max-width: 500px) {
}
@media (max-width: 450px) {
}
