.sel_cont_portada{
    
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("img/arg1.jpg");
}

.sel_uno{
    background-color: red;
}
