#banner{
    width: 100%;
    height: 800px;
    background-image: url("../foto/banner.png");
    background-position: top;
    background-size: cover;
}

.banner-content{
    margin: auto;
    text-align: center;
    padding-top: 3.2rem ;
    z-index: 1;
}

#ban-logo{
    width: 400px;
    padding-top: 10rem;
}

#banner-p{
    /* background-color: rgba(0, 0, 0, .7); */
    color: white;
    font-size: 32px;
    max-width: 1200px;
    margin: auto;
}

@media (max-width:475px) {
    #ban-logo{
        width: 250px;
    }
    #banner-p{
        font-size: 24px;
    }
}