/*Portada*/
.portada{
    height: 100%;
    width: 100%;
    background-color:#343a40;
}
.portada img{
    height: 100%;
    width: 100%;
}