/*Inicio Menu Desktop e Mobile*/
@media(max-width: 800px) {
.desktop {
  display: none !important;
  /* ou inline, inline-block */
} }

.mobile {
  display: none;
}


@media(max-width: 800px) {

  .mobile {
    display: block;
    /* ou inline, inline-block */
  }
}

@media (max-width: 800px) {

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
  margin: 0;
  padding: 0;
}

/* Menu Mobile */

header .container{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	background-color: #212026;
	/*opacity: 0;*/
	position: fixed;
	margin: 0px;
	bottom: 0;
	width: 100%;
	border-radius: 0px;
}

.mobile-cima {
	z-index: 10;
	position: absolute;
}

.container img {
    max-width:17%;
	max-height:0%;
	margin: 1%;
	margin-left: 3%;
	margin-right: 3%;
}


/*Box Eventos*/
.box-eventos {
    height: 370px;
	width: 290px;
	margin:0px 0px 50px 25px;
	position: relative;
	margin-top: 180px;
	background-color:#212026;
	border-radius: 20px 20px 0px 0px;
	display: inline-block;
  }

.box-comprar {
    height: 60px;
	width: 290px;
	position: absolute;
	margin-top: 160px;
	background-color: #5873ff;
	display: inline-block;
  }


 P.box-titulo-comprar {
	width: 280px;
    margin-left: 35%;
	margin-top: 18px;
	font-size: 20px;
	font-weight: bold;
    font-family: arial, sans-serif;
	letter-spacing: 2px;
    color: #FFF;
}

.box-img {
    max-height: 320px;
	max-width: 250px;
	overflow: hidden;
	margin-top:-50px;
	margin-left: auto;
    margin-right: auto;
	border-radius: 15px;
	display: block;
	position: relative;
  }

.box-titulo {
  justify-content: space-around;
  margin-left: 5px;
  margin-right: 5px;
  margin-top:15px;
  }

P.box-titulo-texto {
    margin-left: 5px;
	margin-right: 5px;
    font-weight: bold;
    font-size: 14px;
	line-height: 1.5;
    font-family: Arial;
    color: #FFF;
    overflow-wrap: break-word;
    position: absolute;
}

.box-cidade {
	width: 100%;
	justify-content: space-around;
	margin-left: 40px;
	margin-top:132px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #fff;
	overflow-wrap: break-word;
	position: absolute;

  }

.box-cidade-img {
    height: 22px;
	width: 22px;
	margin-top:130px;
	margin-left: 10px;
	position: absolute;
	display: inline-block;

  }

.box-cidade-txt {
    height: 30px;
	width: 22px;
	margin-left: 0px;
	position: absolute;
	display: inline-block;

  }

.box-data {
  justify-content: space-around;
  margin-left: 40px;
  margin-top:68px;
  font-family: Arial;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  font-family: arial, sans-serif;
  color: #fff;
  overflow-wrap: break-word;
  position: absolute;
  }

.box-data-img {
    height: 22px;
	width: 22px;
	margin-top:65px;
	margin-left: 10px;
	position: absolute;
	display: inline-block;

  }

.box-local {
	width: 100%;
	justify-content: space-around;
	margin-left: 40px;
	margin-top:100px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #fff;
	overflow-wrap: break-word;
	position: absolute;

  }

.box-local-img {
    height: 22px;
	width: 22px;
	margin-top:98px;
	margin-left: 10px;
	position: absolute;
	display: inline-block;

  }

.box-local-txt {
    height: 30px;
	width: 22px;
	margin-left: 0px;
	position: absolute;
	display: inline-block;

  }

/*Box Exclusivos*/
.box-exclusivos {
    height: 450px;
	width: 250px;
	margin:0px 0px 50px 20px;
	position: relative;
	margin-top: 130px;
	display: inline-block;
  }




.patrocinadores-evento img{
	max-width:20%;
	margin: 20px;
}


.titulo-evento p{
	font-size:35px;
	margin-left:0px;
	font-weight: bold;
	font-family: 'Anton', sans-serif;

}

.titulo-datas-evento p{
	position: relative;
	margin-top:50px;
	margin-left:0px;
	color:#ee3680;
	font-size:20px;
	font-weight: bold;
	font-family: 'Anton', sans-serif;

}

.local-evento p{
	color:#11c97f;
	font-size:20px;
	margin-left:0px;
	margin-top:15px;
	font-family: 'Anton', sans-serif;
}

.box-seleciona-ingresso{
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.cadeiras{
	width:20PX;
	height:22px;
	background-color:#FFF;
	display: inline-block;
	border-radius: 10px 10px 0px 0px;
}


.sobre-evento p{
    margin: 0;
	width: 95%;
	margin-left:0px;
	position: relative;
	margin-top:30px;
	text-align: justify;
}


.titulos-pg-evento{
	color:#11c97f;
	font-size:25px;
	margin-top: 40px;
	margin-left:0px;
	font-family: 'Anton', sans-serif;
}

.patrocinadores-evento{
	width:95%;
	margin-left:0px;
	display: inline-block;
}

.patrocinadores-evento img{
	position:relative;
	max-width:35%;
    margin-left: 20px;
	margin-top:50px;

}


.table tbody tr td {
        display: block;
        text-align: center;
			  background-color: #212026;
			  color: #fff;
	      border: none;
	      margin: 0px;

    }

.table tbody tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        display: block;
        font-weight: 600;
        font-size: 1em;


    }


	.table {
        border: 0px;
			  background-color: #212026;
			  width: 100%;

    }

.table thead {
        display: none;

    }

.table tbody tr {
        margin-bottom: 10px;
        display: block;
        border: none;
    }

table .button{
    width: 100%;
    background-color: #ee3680;
		border: none;
		color: #fff;

  }

table .button:hover{
		color: #fff;

  }

.button{
    width: 100%;
		border: none;
		color: #fff;
  }

}
