* {
    margin: 0;
    padding: 0;
}

.jumbotron {
    background-image: url(../intro/fondo.png);
    height: 65vh;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-radius: 0px!important;
}



@media(max-width:400px) {
    .asociacion {
    padding-top: 185px;
    }
	
}
@media(max-width:575.98px) {
    .asociacion {
    padding-top: 230px;
    }
}
@media(min-width:576px) {
    .asociacion {
    padding-top: 199px;
		
    }
}


@media(max-width:767.98px) {
    .asociacion {
    padding-top: 152px;
    }
}
