/*
    DazzleUnicase Medium
    DazzleUnicase Light
    DazzleUnicase Bold
    Roboto Medium
    */

    /* Show it's not fixed to the top */
		body {
		  min-height: 75rem;
		  font-family: dazzle-unicase, sans-serif;
		  color: #e5e4df;
	
		  background: url('../img/bg.jpg'), #ea6d2b;
		  background-position: top left;
		  background-size: initial;
		}
		a{
			color: #ffcb00;
		}
		.navbar .container{
			max-width: 1000px;
		}
		.nav-link{
			text-transform: uppercase;
			font-weight: 300;
		}
		main{
			max-width: 1000px;
		}
		.dazzle-light{
			font-weight: 100;
		}
		.dazzle-medium{
			font-weight: 300;
		}
		h1{
			font-size: 3.5rem;
		}
		h2{
			font-size: 2.5rem;
		}
		h3{
			font-size: 2rem;
		}
		h4{
			font-size: 1rem;
		}
		p{
			font-family: "Roboto";
			font-weight: 300;
			line-height: 220%;
			font-size: 1.2rem;
		}
		.cursor-pointer{
			cursor: pointer!important;
		}
		#cookieNotice{
			font-family: Arial;
			font-size: 12px;
		}
		.trofeu{
			max-height: 300px;
		}
		.clube{
			background-image: url('../img/bg-cinza.jpg');
			background-size: cover;
			padding: 15px;
			margin-bottom: 15px;
		}

		.centralizar-img .escudo {
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.centralizar-img .escudo img {
			max-width: 100%;
			max-height: 100%;
			width: auto;
			height: auto;
		}

		.programacao-box{
			background-image: url('../img/bg-cinza.jpg');
			background-size: cover;
			padding: 30px;
			font-size: 1rem;
			font-weight: 200;
			max-width: 700px;
			margin: 0 auto;
		}
		.local-box{
			background-image: url('../img/bg-cinza.jpg');
			background-size: cover;
			padding: 0;
			font-size: 1.5rem;
			font-weight: 200;
			max-width: 700px;
			margin: 0 auto;
		}
		.local img{
			border-radius: 15px;
		}
		.roboto{
			font-family: Roboto;
			font-weight: 300;
		}
		.gradient-box {
		  position: relative;
		  box-sizing: border-box;
		  color: #FFF;
		  background-clip: padding-box;
		  /* !importanté */
		  border: solid 5px transparent;
		  /* !importanté */
		  border-radius: 20px;
		}
		.gradient-box:before {
		  content: "";
		  position: absolute;
		  top: 0;
		  right: 0;
		  bottom: 0;
		  left: 0;
		  z-index: -1;
		  margin: -5px;
		  /* !importanté */
		  border-radius: inherit;
		  /* !importanté */
		  background: linear-gradient(to top, #db7216, #ffd671);
		}
		.ingressos ul li{
			font-family: "Roboto";
			font-weight: 300;
			line-height: 200%;
			font-size: 1.2rem;
		}
		.btn-dark{
			background-image: url('../img/bg-cinza.jpg');
			background-size: cover;
			padding: 10px 20px;
		    font-weight: 600;
		    font-size: 1.5rem;
		    font-family: Roboto;
		    text-transform: uppercase;
		}
		.btn-dark:hover{
			border-color: #ffbb07
		}
		.btn-ingresso-wrapper{
			text-align: center;
			margin-top: 67px;
			margin-bottom: 74px;
		}
		footer{
			font-family: Roboto;
			font-weight: 100;
			font-size: .8rem;
		}
		footer img{
			height: 24px!important;
		}


		/* MEDIA QUERY */

		@media(min-width:  376px){


		}

		@media (min-width: 576px){


		}


		@media (min-width: 768px){


		}

		@media (min-width: 992px){

			body {
			  background-size: cover;
			}

			h1{
				font-size: 4.3rem;
			}

			h2{
				font-size: 3.5rem;
			}
			h3{
				font-size: 2rem;
			}
			h4{
				font-size: 1rem;
			}

			.trofeu{
				max-height: 388px;
			}

			.programacao-box{
				font-size: 1.5rem;
			}

			.btn-dark{
		    font-size: 2rem;
			}
		    
		}

		@media (min-width: 1200px){

		  
		}

		@media (min-width: 1400px){

		  
		}