.tt-evento-404 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* padding-top: 20vh; */
	background-color: var(--cinza-light);
	position: absolute;
}

.tt-evento-404 .icone {
	font-size: 10em;
	color: rgba(255,0,0,0.5);
}

.tt-evento-wrap{
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.tt-evento-header {
	width: 100%;
	height: auto;
	min-height: 300px;
	position: relative;
	/* border: 1px solid red; */
	display: inline-block;
	/* background-color: red; */
	background-size: 100%;
	background-attachment: fixed;
	background-color: var(--azul-hover);
        box-shadow: 0px 2px 5px rgba(3,3,3,0.5);
 
}
.tt-evento-header .overlay {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 300px;
	left: 0px;
	top: 0px;
	/* background-color: rgba(255,255,255,0.7); */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	/* background: linear-gradient(to top, #808080, #ffffff); */
	/* background: linear-gradient(to top, #808080, #ffffff); */
	background: linear-gradient(to top, rgba(0,0, 0, 0.6), rgba(0, 0, 0, 0.1));
}

.tt-evento-header .overlay .titulo {
	color: #333;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
        box-shadow: 0px 2px 5px rgba(3,3,3,0.4);
}

.tt-evento-header .overlay .datas {
	/* background-color: red; */
	position: relative;
	/* border: 1px solid red; */
	display: flex;
	flex-direction: row;
}

.tt-evento-header .overlay .datas .data-evento {
	position: relative;
	background-color: #fff;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	font-size: 0.7em;
	align-items: center;
	border-radius: 5px;
	font-weight: 700;
	padding: 10px;
	margin: 5px;
	color: #333 !important;
        box-shadow: 0px 2px 5px rgba(3,3,3,0.4);
}

.tt-evento-content{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

.tt-evento-content .tt-evento-side{
    width: 32%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--cinza-escuro);
}

.tt-evento-content .tt-evento-side .tt-evento-banner{
    position: relative;
     width: 100%;
}

.tt-evento-content .tt-evento-side .tt-evento-banner img{
    width: 100%;
}

.tt-evento-content .tt-evento-side .tt-evento-banner .mapa-header {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background-color: var(--amarelo);
	color: #333;
}

.tt-evento-content .tt-evento-side .tt-evento-banner .mapa-header .titulo{
    font-weight: 700;
    text-transform: uppercase;
}

.tt-evento-content .tt-evento-side-mobile{
    display: none;
}

.tt-evento-content .tt-evento-main{
    background-color: #fff;
    padding: 30px;
    height: auto;
    flex-grow: 3;
}


.tt-lotes {
	width: 100%;
	height: auto;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.tt-lotes .lote {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
        margin-bottom: 15px;
}

.tt-lotes .lote .content {
	display: flex;
	flex-direction: row;
	flex-grow: 3;
        background-color: var(--cinza-light);
        width: 70%;
}

.tt-lotes .lote .content .icone {
	width: 10%;
	background-color: var(--cinza-claro);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	color: var(--azul-hover);
}

.tt-lotes .lote .content .dados{
    flex-grow: 3;
    display: flex;
    flex-direction: column;
    width: 90%;
}

.tt-lotes .lote .content .dados .nome{
    padding: 10px;
    font-weight: 700;
    padding-bottom: 5px;
}

.tt-lotes .lote .content .dados .valor{
     padding: 10px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2em;
}

.tt-lotes .lote .content .dados .informacoes{
    padding: 5px;
    padding-left: 10px;
    font-size: 0.9em;
}

.tt-lotes .lote .content .dados .esgotado {
	padding: 5px;
	padding-left: 5px;
	padding-left: 10px;
	font-size: 0.9em;
	font-weight: 700;
	color: #c01c28;
}

.tt-lotes .lote .botoes {
	width: 30%;
	display: flex;
	flex-direction: row;
	/* border: 1px solid red; */
	justify-content: space-between;
	align-items: stretch;
}

.tt-lotes .lote .botoes button {
	width: 33%;
	font-weight: 700;
	font-size: 2em;
	/*border: none;*/
	border-radius: 0px;
        color: var(--cinza);
}

.tt-lotes .lote .botoes button.menos {
    
    border-right: none;
}
.tt-lotes .lote .botoes button.mais {
    
    border-left: none;
}

.tt-lotes .lote .botoes input {
	 
	height: 100%;
	text-align: center;
	font-size: 2em;
	/*border: none;*/
	border-radius: 0px;
	background-color: #fff;
	font-weight: 700;
	/*border-left: 1px solid rgba(3,3,3,0.2);
	border-right: 1px solid rgba(3,3,3,0.2);*/
	box-shadow: none;
	width: 33%;
}


.tt-lotes .lote .inativo{
    
}

.tt-lotes .inativo .content .icone {
	color: var(--cinza);
	
}

.tt-lotes .inativo .content .dados {
	 
	color: var(--cinza-claro);
}

.tt-lotes .inativo .botoes {
	 
	background-color: var(--cinza-light);
}
.tt-lotes .inativo .botoes button {
	 
	background-color: var(--cinza-light);
        border: none;
}
.tt-lotes .inativo .botoes input {
	 
	background-color: var(--cinza-light);
        border: none;
        color: var(--cinza-claro);
}
 