.noticia{
    width: 100%;

}

.box-noticia{
    display: inline-block;
    width: 900px;
    margin: 25px 0px 25px 0px; 
}

.texto-noticia{
    width: 500px;
    display: inline-block;  
}

.noticia-titulo{
    color: #551a8b;
    text-decoration: none;
    text-align: left;

}
.noticia-titulo:hover{
    text-decoration: underline;
    transition: 1s;
}

.noticia-texto{
    text-decoration: none;
    text-align: justify;
    font-size: 10ptS;
}

.noticia-continue{
    color: #551a8b;
    text-align: right;
}

.img-noticia{
    display: block;
    float: right;
    width: 400px;
    height: auto;
}

.img-noticia img{
    width: 300px;
}

@media screen and(max-width: 768px) {

    .noticia{
        width: 100%;
    }
    
    .box-noticia{
        display: flex; 
        width: auto;
        height: auto;
        margin: 25px 0px 25px 0px; 
    }
    
    .texto-noticia{
        width: 400px;
        height: auto;
        margin: auto;
        display: inline-block;  
    }
    
    .noticia-titulo{
        color: #551a8b;
        text-decoration: none;
        text-align: left;
    
    }
    .noticia-titulo:hover{
        text-decoration: underline;
        transition: 1s;
    }
    
    .noticia-texto{
        text-decoration: none;
        text-align: justify;
        font-size: 10ptS;
    }
    
    .noticia-continue{
        color: #551a8b;
        text-align: right;
    }
    
    .img-noticia{
        display: block;
        width: 400px;
        height: auto;
        margin: auto;
    }
    
    .img-noticia img{
        width: 300px;
    }
    
}
/*
@media screen and (max-width: 768px) {

    /*body
    body{
        background-color: black;
        width: auto;
    }
    /*banner

    /*menu

    /*section

    /*footer

}
*/

