
/* borrar imagem estava 15px filter e 15px blur */
.blurred-image { 
-webkit-filter: blur(0px); 
filter: blur(15px); /* Ajuste o valor de acordo com a intensidade do desfoque */
} 

body {
    user-select: none; /*Segurança: bloquea copiar texto*/
	font-family: 'Varela Round', sans-serif;
}

.modal-login {		
	color: #636363;
	width: 350px;
}
.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-login .modal-header {
	border-bottom: none;   
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
	border-color: #d637a4;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-login .modal-footer {
	background: #f8f9fa;
	border-color: #dee4e7;
	text-align: center;
	justify-content: center;
	margin: 0 -20px -20px;
	border-radius: 5px;
	font-size: 13px;
}
.modal-login .modal-footer a {
	color: #f555cf;
}		
.modal-login .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #f8f9fa;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-login .avatar img {
	width: 100%;
}
.modal-login.modal-dialog {
	margin-top: 80px;
}
.modal-login .btn, .modal-login .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #0c0e47 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #530dff !important;
	outline: none;
}



/* Corpo 3 cores */
.custom-topo {
    padding-top: 85px; /* Ajuste o valor conforme necessário */
}

@media (max-width: 480px) { 
    .container {
        padding-top: 85px;
    }
}

.custom-bg1 {
  background-color: #f555cf; /* Cor de fundo rosa desejada */
  margin-top: 0; /* Remover margem superior */
  margin-bottom: 0; /* Remover margem inferior */
}

.custom-bg2 {
  background-color: #530dff; /* Cor de fundo rosa desejada */
  margin-top: 0; /* Remover margem superior */
  margin-bottom: 0; /* Remover margem inferior */
}

.custom-bg3 {
  background-color: #0c0e47; /* Cor de fundo rosa desejada */
  margin-top: 0; /* Remover margem superior */
  margin-bottom: 0; /* Remover margem inferior */
}

.custom-bg4 {
  background-color: #fff; /* Cor de fundo rosa desejada */
  margin-top: 0; /* Remover margem superior */
  margin-bottom: 0; /* Remover margem inferior */
}

.main h1 {
    font-size: 60px;
    background-color:rgb(120,30,60);
    color: #530dff;
    text-align: center;
    font-family: "Open Sans",sans-serif; 
}

  .descricao-expansivel {
    max-height: 60px; /* Altura máxima do texto antes de ser limitado */
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .descricao-expansivel.expandir {
    max-height: none; /* Expande o texto ao clicar no link "Ver mais" */
  }
  
  
  .card-img-container {
  width: 250px;
  height: 350px;
  position: relative;
}

.img-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/tokens_compra.jpg'); /* Substitua pelo caminho da imagem */
  background-size: cover;
  filter: blur(5px); /* Valor do desfoque, ajuste conforme desejar */
  z-index: -1;
}

.card-img-top {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.olho {
    background-repeat: no-repeat;
    background-image: url(./../img/olho-fechado.png);
    background-size: 35px;
    position: absolute;
    right: 20px;
    transform: translateY(-45%);
    cursor: pointer;
    width: 40px;
    height: 40px;
}

#senha {
    padding-right: 30px;
}


/* Estilo Botão Fixado do WhatsApp */
/* Estilo Botão Fixado do WhatsApp */
.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;

    /* Centralizando o conteúdo com Flexbox */
    display: flex;
    justify-content: center;
    align-items: center;

    /* Corrige inconsistências em dispositivos móveis */
    line-height: 1;
}

/* Ajuste adicional para o ícone */
.whatsapp-link .bi-whatsapp {
    font-size: 28px; /* Ajuste fino para centralizar melhor */
}
