.imgHeader{
    background-image: url('../PROYECTO/AFILIADAS/portadaafiliadas_Mesa\ de\ trabajo\ 1.png');
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}
.h1Header{
    text-align: center;
    padding-top: 10%;
}
.imgAfiliadas{
    height: 600px;
    position: relative;
    top: -110px;
}
.imgCooperativaAfiliada{
    height: 300px;
}
.seccionAfiliarse{
    background-color: #222222;
}
@media only screen and (min-width: 100px) and (max-width: 768px){
    
    .imgAfiliadas{
        width: 100vw;
        height: 250px;
        padding: 0;
    }
    .container{
        padding: 0;
    }
}