@charset "utf-8";

:root {
    --cor-app-botao-telainicio: #0b6e45;
	--cor-app-botao-telainicio-hover: #74a430;
	--cor-app-botao-acao: #0b6e45;
	--cor-app-botao-acao-hover: #74a430;
	--cor-app-botao_sair: #0b6e45;
	--cor-app-nome_cli: #0b6e45;
    
}


/* CSS Document */
body{
			margin-left: auto;
			margin-right: auto;
			font-family: 'Montserrat';
			
		}
		
		/* FONTES */
		@font-face {
			font-family: "Montserrat";
			src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
		}
		
		.menu_bar{
			width: 100%;
						
		}
		.conteudo{
			
			
			width:100%;
			max-width:650px;
			margin-left: auto;
			margin-right: auto;
			padding-top: 10px;
			padding-bottom: 10px;
			margin-bottom: 10px;
			border: 1px solid #EDEDED;
			border-radius: 10px;
			background-color: #ffffff;
			
		}
		
		.banner{
			/* background-color: #adfdc3;*/
			
		}
        .banner img{
	       border-radius: 10px;
	       margin-bottom: 5px;
		   
        }
		.footer{
		font-family: "Montserrat", Open Sans;
		font-size: 12px; 	
		}
		#setup_button{
		margin-top: 10px;
        margin-bottom: 10px;		
		font-family: "Montserrat", Open Sans;
		font-size: 14px;	
		color: #000;
		height: 30px; 
		width: 100px;
		background: #fff; 
		}

        .app-botao{
		    padding-top: 0px;
			padding: 5px;
			/*margin-right: 10px;*/
			margin-bottom: 10px;
			margin-top: 10px;
			cursor: pointer; 
			background: var(--cor-app-botao-telainicio); 
			border: 0px solid rgb(12, 12, 13); 
			text-align: center; 
			box-sizing: border-box; 
			height: 90px; 
			width: 196px; 
			font-family: "Montserrat", Open Sans;
			font-size: 15px; 
			font-weight: 500; 
			color: rgb(255, 255, 255); 
			/*letter-spacing: 2px;*/
			line-height: 16px; 
			border-radius: 10px; 
			box-shadow: rgb(185 185 185) 2px 2px 4px 0px; 
			opacity: 1; 
			transition: background 200ms ease 0s;
	
        }

		.app-botao i {
			
           margin-bottom: 5px;
		   
		   		   
		  }
            .botao-regulamento{
		    width: 376px;
			height: 41px;
				
        }
          .app-botao:hover {
	      background: var(--cor-app-botao-telainicio-hover); 
		  box-shadow: rgb(18, 17, 17) 0px 0px 0px 0px;
		  transform: scale(1.1);
			  
        }

         .app-botao-acao{ 
    margin-top: 10px;
    padding: 10px 15px;
    
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    cursor: pointer; 
    background: var(--cor-app-botao-acao); 
    border: none; 
    box-sizing: border-box;

    height: 37px; 
    width:95%;
    max-width:590px;

    font-family: "Montserrat", Open Sans;
    font-size: 15px; 
    font-weight: 500; 
    color: #fff;

    border-radius: 10px; 
    transition: background 200ms ease 0s; 
    box-shadow: none;
}

.app-botao-acao i {
    position: absolute;
    right: 15px;
    font-size: 20px;
}
           .app-botao-acao:hover {
	      background: var(--cor-app-botao-acao-hover); 
		  box-shadow: rgb(18, 17, 17) 0px 0px 0px 0px;
		  transform: scale(1.1);
			  
        }
          .app-botao-link{
	      margin-top: 0px;
		  cursor: pointer; 
		  background: none rgb(10, 94, 151); 
		  border: none; 
		  text-align: center; 
		  box-sizing: border-box;
		  height: 37px; 
		  padding: 12px 92px 12px 92px;
		  width:95%;
		  max-width:590px;
		  font-family: "Montserrat", Open Sans;
		  font-size: 12px; 
		  font-weight: 400; 
		  color: rgb(255, 255, 255); 
		  /*letter-spacing: 2px;*/
		  line-height: 5; 
		  border-radius: 10px;
		  text-decoration: none;
          }
		  .link a{
			color: #000000;
			cursor: pointer;
			text-decoration: none;
		  }
		  .link a:hover{
			color: #000000;
		  }
		  .link a:active{
			color: #000000;
			cursor: pointer;
			text-decoration: none;
		  }
          .cx-form{
		  box-sizing: border-box;
		  height: 36px; 
		  width:95%;
		  max-width:590px;
		  border: 1px solid rgb(195 195 195);
		  background: none rgb(252, 252, 252);
		  border-radius: 10px;
		  font-family: "Montserrat", Open Sans;
		  font-size: 12px;
		  font-weight: bold;
		  color: rgb(13, 13, 13);
		  text-align: center;
		  padding: 0px 5px;
		  opacity: 1;	  
          
         }
          .cont-label{
		  font-family: "Montserrat", Open Sans;
		  font-size: 15px;
		  font-weight: bold;
		  /*letter-spacing: 1px; */
		  color: #000;
		  text-align: center;
		  margin-top: 10px;
		  margin-bottom: 10px;
			  
		            
         }
         #app-bolas{
			  
		box-sizing: border-box;
		height: 31px;
		font-family: "Montserrat", Open Sans;
		font-size: 18px;
		font-weight: bold;
		color: rgba(15, 12, 12, 0.91);
		text-align: center;
		text-shadow: rgb(255, 255, 255) 1px 1px 0px;
		line-height: 1.5;
		border-style: solid;
		border-width: 1px;
		border-color: rgb(13, 15, 15);
		border-radius: 5px;
		width: 36px;

	    }
		.carrinho_vazio{
		padding-top:6px;
		cursor: pointer;
		background: none;
		border: none;
		text-align: center;
		box-sizing: border-box;
		height: 30px;
		width: 290px;
		font-family: "Montserrat", Open Sans;
		font-size: 15px;
		font-weight: bold;
		color: rgb(10, 9, 9);
		/* letter-spacing: 2px; */
		line-height: 1;
		border-radius: 20px;
		box-shadow: rgb(18, 17, 17) 2px 2px 4px 0px;
		opacity: 1;
		transition: background 200ms ease 0s;
		user-select: none;	
		}
        .content-bilhete{
		 margin-top: 10px;
		 margin-bottom: 10px;
		 box-sizing: border-box;
		 height: 25px;
		 overflow: visible;
		 font-family: "Montserrat", Open Sans;
		 font-size: 15px;
		 font-weight: bold;
		 color: rgb(255, 250, 250);
		 text-align: center;
		 line-height: 1.4;
		 border-radius: 20px;
		 background-color: rgb(199, 2, 2);
		 opacity: 1;
		 width: 257px;
		 left: 0px;	
         }
		.modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            align-items: center;
            justify-content: center;
			margin-left: auto;
			margin-right: auto;
        }
        .modal-content {
			margin-top: 30px;
            background-color: white;
            padding: 10px;
			width: 400px;
            border-radius: 5px;
			overflow-y: scroll;
			height: 500px;
        }
		.app-botao-fechar{
            background: none; 
			border: none;
			height: 33px;
			margin-left: 90%;
			width: 28px;
			 
		}
		.titulo-mo{
            margin-top: -40px;
		}
        .titulo-mo h2{
            font-size: 18px;
		}
        .app-bolas-content{
		margin-top: 5px;
		margin-bottom: 5px;	  
		margin-right: 5px;
		padding: 5px;
		box-sizing: border-box;
		height: 31px;
		font-family: "Montserrat", Open Sans;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		background: none rgb(10, 94, 151); 
		text-align: center;
		line-height: 1;
		border-style: solid;
		border-width: 1px;
		border-color: rgb(13, 15, 15);
		border-radius: 10px;
		width: 30px;
		}
		#top{
			
			width:100%;
			max-width:650px;
			margin-left: auto;
			margin-right: auto;
						
		}
		.menucelular{
			display: none;
		}
		
        .menuconta-pc{
			display: flex;
			justify-content: space-between;
			align-items: center;
			height: 80px;
			
		}
		.menuconta-pc1{
			display: flex;
			width: 160px;
			justify-content: space-between;
			align-items: center;
			
		}

		.menuconta_user{
			display: flex;
			align-items: center;

		}
		.menuconta_user i{
			margin-left:10px;
			

		}
		.nome_cli{
			margin-left: 10px;
			padding-top: 8px;
			width: 180px;
			font-size: 14px;
		}
		.nome_cli b {
			color: var(--cor-app-nome_cli);
		}
		.fa-user-circle-o{
		    color: var(--cor-app-nome_cli);
		}
		.corpadrao{
		    color: var(--cor-app-nome_cli);
		}
		.btncarrinho i {
		    color: var(--cor-app-nome_cli);
		}
		.botao_sair{
			margin-top: 5px;
			margin-bottom:5px;
			padding-top: 10px; 
			cursor: pointer; 
			background: var(--cor-app-botao_sair); 
			border: 1px solid rgb(12, 12, 13); 
			text-align: center; 
			box-sizing: border-box;
			height: 34px;
			width: 142px;
			font-family: "Montserrat", Open Sans;
			font-size: 14px; 
			font-weight: 700; 
			color: #ffffff; 
			/* letter-spacing: 2px; */
			line-height: 1;
			border-radius: 10px;
			opacity: 1;
			transition: background 200ms ease 0s;
			box-shadow: none;
		}
		 .botao_sair:hover {
	      background: var(--cor-app-botao-acao-hover); 
		  box-shadow: rgb(18, 17, 17) 0px 0px 0px 0px;
		  transform: scale(1.1);
			  
        }
		.botao_sair a{
			text-decoration: none;
			color: #ffffff;
		}
		.logos_topo{
			display: flex;
			justify-content: center;
			align-items: center;
			padding-top: 5px;
			/*background-color: #F5F3E8;*/
			/*border-radius: 10px;*/
						
		}
		.logos_topo img{
			margin-left: 10px;
		}
		
		.delete-aviso {
		  background-color: #f8d7da;
		  color: #721c24; 
		  border: 1px solid #f5c6cb;
		  border-radius: 2px;
		  padding: 7px; /* Espaçamento interno */
		  display: flex; /* Alinhar itens horizontalmente */
		  align-items: center; 
		  justify-content: center; /* Espaçar os itens igualmente */
		  max-width: 90%; /* Largura máxima da div */
		  margin: 0 auto; 
		}
		.success-aviso {
		  background-color: #d4edda;
		  color: #155724;
		  border: 1px solid #c3e6cb; /* Borda */
		  border-radius: 2px; 
		  padding: 7px; 
		  max-width: 90%; 
		  margin: 0 auto; 
		  text-align: center; 
		}
			

		.corteLayoutTop {
			width: 100%;
			height: 210px;
			background-color: #F2F2F2; /* #F4F4F4; */
			border-radius: 592px / 41px;
			position: absolute;
			top: -69px;
			z-index:-4;
			/* background-image: url(../img/fundo-top.webp); */
			/* background-repeat: repeat; */
		}
		  .social-buttons {
			display: flex;
			justify-content: center;
			gap: 15px;
			margin-top: 10px;
			margin-bottom: 0px;
			
		  }

		  .social-buttons a {
			width: 30px;
			height: 30px;
			font-size: 25px;
			transition: transform 0.3s;
			color: var(--cor-app-botao-acao); 
		  }
		  
		  .social-buttons a:hover {
			transform: scale(1.1);
		  }


		.select-bootstrap {
			position: relative;
			width: 100%;
			max-width: 600px;
		}

		/* Remove seta nativa */
		.select-bootstrap select {
			appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;

			padding-right: 45px; /* espaço real da seta */
			height: 45px;        /* altura fixa */
			line-height: 40px;
			cursor: pointer;
		}

		/* Caixa verde */
		.select-bootstrap .select-icon {
			position: absolute;
			top: 4px;
			right: 4px;

			height: calc(100% - 8px);
			width: 45px;

			background: var(--cor-app-botao-acao);  /* cor seta */
			border-radius: 6px;

			display: flex;
			align-items: center;
			justify-content: center;

			color: #fff;
			pointer-events: none;
		}
		.icotelas{
			font-size:30px;
			color: var(--cor-app-botao-acao);  /* cor seta */
		}
		
		
		

.contregressiva {
  /*position: absolute;*/
  /*right: 600px;   */
  background-color: rgb(230 53 47);
  /*top: 10px;*/
  width: 113px;
  height: 40px;
  color: #fff;
  line-height: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 11px;
  z-index: 999;
  text-align: center;
}

.logos_topo img {
    margin-left: -20px;
}


/* checkout */

.botao-copiar{
cursor: pointer; background: none rgb(10, 94, 151); border: 1px solid rgb(12, 12, 13); text-align: center; box-sizing: border-box; height: 34px; width: 142px; font-family: 'Open Sans'; font-size: 12px; font-weight: 700; color: rgb(255, 255, 255); letter-spacing: 2px; line-height: 1; border-radius: 10px; opacity: 1; transition: background 200ms ease 0s; box-shadow: none;
}
.textoarea{
box-sizing: border-box; height: 80px; border: 1px solid rgb(189, 189, 189); background-color: rgb(255, 255, 255); border-radius: 3px; font-family: 'Open Sans'; font-size: 14px; font-weight: 400; color: rgb(0, 0, 0); text-align: l; line-height: 1; padding: 4px; opacity: 1; width: 90%; left: 0px;	
}
.app-botao-acao {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 5px;
	background-color: var(--cor-app-botao-acao);
}

/* Centraliza o toast na tela */
#toast-container {
    top: 30% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 16px;
	color: var(--cor-app-botao-acao);
}

.timer {
	color: #6b7280;
	margin-bottom: 8px;
}

.timer span {
	color: #ef4444;
	font-weight: bold;
}

.instructions {
	margin-top: -10px;
}

.instruction-item {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 5px;
}

.cont-instrucoes{
	display: flex;
	align-items: center;
	justify-content: center;
}


.instruction-item svg {
	flex-shrink: 0;
	color: #6b7280;
}

.instruction-text {
	color: #6b7280;
	font-size: 14px;
}

/* Texto do tempo restante */
.countdown-label {
	display: block;
	font-size: 14px;
	color: #6b7280;
	margin-bottom: 5px;
}
.areabotoesapp {

	width: 100%;
    display: flex;
	justify-content: center;
    align-items: center;
    gap: 10px; /* Espaçamento entre as colunas */
}






@media screen and (max-width: 768px) {

.contregressiva {
  background-color: rgb(230 53 47);
  width: 88%;
  height: 40px;
  color: #fff;
  line-height: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 11px;
  text-align: center;
 
}
.menuconta-pc{
			display: none;
		}
		
.menucelular{
	display: block;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
		
.menuconta-mb{
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 100%;
		padding: 5px;
			
		}
		
.app-botao{
		    cursor: pointer; 
			background: var(--cor-app-botao-telainicio); 
			height: 80px; 
			width: 115px; 
			
	
}
		
#top{
			
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		align-items: center;
			
						
}

.areabotoesapp {

	margin-left: auto;
    margin-right: auto;
	width: 100%;
    display: flex;
	justify-content: center;
    align-items: center;
    gap: 15px;
}

}


