
@media screen and (min-width:0px) and (max-width:992px) {
    .navbar-nobel .navbar-nav>li>a {
	    padding: 55px 10px 35px 10px;
	}
	.top-footer{
	    background:#e7e8e8;
	}
}
@media screen and (max-width:767px) {
	.navbar-nobel .navbar-collapse{
		margin-top: 45px;
	}
	.top-header{
		text-align: center;
	}
	.navbar-nobel .navbar-nav>li>a {
    padding: 20px 0;
    text-align: center;
    }
    .welcome {
      margin-top: 10px;
    }
    .activities .bottom-activities {
    padding: 0 15px;
    }
	.top-footer {
    padding-bottom: 50px;
    }
    .botton-footer p {
    text-align: center;
    line-height: 30px;
    }
    .botton-footer .img-webcarre {
    width: 100%;
    }

}