/*Celulares*/
@media (max-width: 767.98px) { 
    
    .tt-header .container{
        width: 100%;
    }
    .tt-header .container .brand-img {
            width: 40%;
            position: absolute;
            left: 10px;
           
    }
    
    .tt-header .container .menu-container {
	position: absolute;
	right: -100%;
	background-color: var(--azul-hover);
	top: 81px;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
    }
    
    .tt-header .container .menu-container a {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
    }
    
    .tt-header .container .btn-menu-mobile {
	padding: 10px;
	color: #fff;
	height: 100%;
	display: block;
	font-size: 2em;
	/* border: 1px solid red; */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
        position: absolute;
        right: 0px
    }
    
    
    .tt-search {
        padding: 20px;
        
    }
    
    .tt-search .container {
	width: 100%;
	padding: 0px;
    }
    .tt-search .container button{
        width: 60px;
    }
    
    .evento-listagem .evento-item {
        width: 100%;
    }
    
    .tt-evento-header {
          min-height: 80px !important;
          background-size: cover !important;
          background-attachment: inherit !important;
    }
    
    .tt-evento-header .overlay .titulo {
         font-size: 16px !important;
    }
    .tt-evento-header .overlay {
            min-height: 80px !important;
    }
    
    
    .tt-evento-content {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
        min-height: 150px !important;
    }
    
    .tt-evento-content .tt-evento-side {
	width: 100%;
        display: none;
	 
    }
    
    .tt-evento-content .tt-evento-side .tt-evento-banner {
        padding: 10px;
    }
    
    .tt-evento-content .tt-evento-side-mobile{
        display: inline;
    }
    
    .tt-evento-content .tt-evento-main {
            
            padding: 10px;
            
            width: 100%;
    }
      .tt-evento-content .tt-evento-main .nav-tabs a{
            
           display: flex;
           flex-direction: column;
           justify-content: center;
           align-items: center;
    }
    .tt-evento-content .tt-evento-main .nav-tabs a .fa{
        font-size: 2em;
        margin-bottom: 5px;
    }
    .tt-evento-content .tt-evento-main .nav-tabs a span{
        font-size: 0.8em;
         
    }
   
    
    .nav-tabs > li > a {
	 
	font-size: 0.9em;
      }
    
    .tt-lotes .lote {
	flex-direction: column;
        margin-bottom: 20px;
    }
    .tt-lotes .lote .content {
	 
	width: 100%;
    }
    
    .tt-lotes .lote .content .icone {
	width: 12%;
	 
    }
    
    .tt-lotes .lote .botoes {
	width: 100%;
    }
    
    .tt-cart-preview {
	 
	flex-direction: column;
	 
    }
    
    .tt-cart-preview .content .icone {
	width: 20%;
	 
    }
    .tt-cart-preview .content .dados .item {
            display: flex;
            flex-direction: column;
            padding: 10px;
            font-size: 1.3em;
            margin-left: 0px;
            justify-content: center;
            align-items: center;
            width: 50%;
    }
    
    
    .tt-cart-preview .btn-ir-para-carrinho {
            height: 60px;
            
    }
    
    .tt-login {
        width: 90%;
    }
    
    .cart-checkout-container {
	 
	flex-direction: column;
	 
    }
    .cart-checkout-container .ingressos {
        width: 100%;
        max-width: 100%;
    }
    
    .cart-checkout-container .ingressos .ingresso {
        flex-direction: column;
    }
    
    .cart-checkout-container .ingressos .ingresso .content {
  
        width: 100%;
    }
    
    .cart-checkout-container .ingressos .ingresso .content .evento-banner {
	 
	display: none;
    }
    .cart-checkout-container .ingressos .ingresso .content .dados{
        width: 100%;
    }
    .cart-checkout-container .ingressos .ingresso .botoes {
	 
	width: 100%;
    }
    
    .cart-total-box {
	margin: 0px;
	padding: 10px;
	 
	width: 100%;
    }
    
    .cart-payment-methods button {
            font-size: 1.2em;
            padding: 15px;
            display: flex;
            flex-direction: column;
            width: 50%;
            margin: 5px;
            border: none;
            background-color: var(--cinza-light);
    }
    
    .cart-payment-methods button .icone {
	font-size: 4em;
    }
    .cart-payment-container {
         
            padding: 5px;
    }

    
    .form-payment-card {
            width: 100%;
         
    }
    .payment-pix-conteiner .content {
	flex-direction: column;
    }
    
    .payment-pix-conteiner .content .qrcode {
	width: 100%;
	 
    }
    
    .pc-pix-instrucoes-box {
	/* border: 1px solid red; */
	/* border-left: 1px solid #ddd; */
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
    }
    
    .pc-pagmento-pix-copiar-colar {
            width: 100%;
            padding: 0px;
            text-align: justify;
            font-size: 0.9em;
    }
    
    .pc-pagmento-pix-copiar-colar textarea{
	min-height: 300px;
    } 
    
    .ingressos-container .ingressos {
	padding: 0px;
    }
    
    .ingressos-container .ingressos .ingresso {
           flex-direction: column;
           margin-bottom: 30px;
    }
    .ingressos-container .ingressos .ingresso .content {
	 
	width: 100%;
    }
    .ingressos-container .ingressos .ingresso .content .evento-banner {
	 
	display: none;
    }
    
    .ingressos-container .ingressos .ingresso .content .dados {
	 
	width: 100%;
    }
    .ingressos-container .ingressos .ingresso .botoes {
	 
	width: 100%;
    }
    
    .ingressos-detalhes .ingresso {
	flex-direction: column;
    }
    
    .ingressos-detalhes .ingresso .qrCode {
	width: 100%;
	 
    }  
    
    .tt-conta-container {
	width: 90%;
	position: relative;
	margin: 0 auto;
    }

    .cart-cupom-container {
        width: 100%;
        margin-bottom: 15px;
    }


    .finalizar-compra-pix {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .finalizar-compra-pix .qrcode{
        width: 100%;
    }
    
    .finalizar-compra-pix .codigo{
        width: 100%;
    }
    
}

