.nav-pills-azim-bote-event{
			width: 100%;
		}
		.nav-item-azim-bote-event{
			width: 100%;
		}

		.nav-pills-azim-bote-event .nav-link{
		  font-weight: bold;
		  padding-top: 13px;
		  text-align: center;
		  background: #343436;
		  color: #fff;
		  border-radius: 30px;
		  height: 100px;
		}
			
		.nav-pills-azim-bote-event .nav-link.active{
		  background: #f0c84c;
		  color: #000;
		}
		
		.tab-content{
		  position: relative;
		  width: 100%;
		  height: auto;
		  margin-top: -50px;
		  background: #fff;
		  color: #000;
		  border-radius: 30px;
		  z-index: 1000;
		  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
		  padding: 60px;
		  margin-bottom: 50px;
		}
		
		.tab-content button{
		  border-radius: 15px;
		  width: 100px;
		  margin: 0 auto;
		  float: right;
		}