
body {
    background-color: #000000 !important;
    min-height: 100vh;
    
}

#titulo {
    font-family: "Caveat", cursive;
    color: #e91e63;
    font-weight: bold;
    font-size: 2rem;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px; /* Distância do fundo da página */
    right: 20px; /* Distância da direita da página */
    z-index: 1000; /* Certifique-se de que está acima de outros elementos */
  }
  
  .whatsapp-button img {
    width: 60px; /* Tamanho do ícone do WhatsApp */
  }
#va-alem{
    font-family: "Kanit", serif;
    font-weight:700;
    font-size: 3.5rem;
    font-style: normal;
    color: #ffffff !important;
}

#imgExemplo{
  
   width: 300px !important;
  
}

.passsoapasso {
    width: 100% !important;
    max-width: 25rem !important;
    height: auto;
    transform: perspective(1000px) rotateX(40deg) translateY(0); /* Ajustado translateY */
    margin-bottom: -2rem !important;
    
  
}

/* Ajusta altura automática dos cards */
.card-body {
    overflow: hidden;
}
.posicaoPreco{
    background-color: transparent;
}
.cardpreco{
    background-color: #292121;
    border: 2px solid #e9361e;
}
.cardPasso{
    background-color: #292121;
    border: 2px solid #e9361e;
}
#footer{
    border-top: 1px solid #e91e63;
}

/*----------------------------------------------------------
------DADOS DO BOTÃO DE CHAMADA DE AÇÃO PARA CRIAR PAGINA
-----------------------------------------------------------*/
.glow-on-hover {
    width: 300px;
    height: 70px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #E30B5D, #ffffff, #E30B5D, #ffffff, #E30B5D, #E30B5D, #110f13, #E30B5D, #ffffff);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:before {
    opacity: 1;
}
.glow-on-hover:hover{
    color: rgb(253, 227, 227) !important;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E30B5D;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

@media (min-width: 992px) {
    #imgExemplo{
        
        width: 350px !important;
       
     }

     .cardpreco{
        background-color: #292121;
        border: 2px solid #e9361e;
        width: 22rem !important;
        height: auto;
       

    }
    .passsoapasso {
    width: 100% !important;
    max-width: 25rem !important;
    height: auto;
    transform: perspective(1000px) rotateX(40deg) translateY(0); /* Ajustado translateY */
    margin-bottom: -2rem !important;
    display: block;
   
}
}