﻿.Vertical
{
    font-family: Verdana;
    font-size: 32pt;
    color: #99CCFF;
}
.Horizontal
{
    font-family: Verdana;
    font-size: 18pt;
    color: #99CCFF;
}

.Texto_Extenso_Justificado {
    text-align: justify;
    font-family: Verdana;
    font-size: calc(4px + (22 - 15) * ((100vw - 400px) / (1200 - 400)));
    color: #FFFFFF;
}
.Texto_Extenso {
    font-family: Verdana;
    font-size: calc(4px + (24 - 16) * ((100vw - 400px) / (1200 - 400)));
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .cookie-container {
        flex-direction: column;
        text-align: center;
    }

    .cookie-btn {
        margin-left: 10px;
        margin-top: 10px;
        width: 100%;
    }
}
.cookie-container {
    font-family: Verdana;
    font-size: 14px;
    position: fixed;
    border-radius: 15px;
    bottom: 10;
    left: 5%;
    width: 90%;
    background: #222;
    color: #fff;
    padding: 10px; /* Ajustei de 0px para ter algum respiro */
    display: none;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    z-index: 9999;
}
.cookie-btn
{
    min-width: fit-content;
    white-space: nowrap;
    flex-shrink: 0;
    background: #3366FF;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 20px;
}
.cookie-btn:hover
    {
        background: #45a049;
    }
@keyframes shake {
    0%   {transform: translate(1px, 1px)   rotate(0deg);}
    10%  {transform: translate(-1px, -2px) rotate(-1deg);}
    20%  {transform: translate(-3px, 0px)  rotate(1deg);}
    30%  {transform: translate(3px, 2px)   rotate(0deg);}
    40%  {transform: translate(1px, -1px)  rotate(1deg);}
    50%  {transform: translate(-1px, 2px)  rotate(-1deg);}
    60%  {transform: translate(-3px, 1px)  rotate(0deg);}
    70%  {transform: translate(3px, 1px)   rotate(-1deg);}
    80%  {transform: translate(-1px, -1px) rotate(1deg);}
    90%  {transform: translate(1px, 2px)   rotate(0deg);}
    100% {transform: translate(1px, -2px)  rotate(-1deg);}
}
    .tremer:hover {
        animation: shake 0.5s; /* Duração de meio segundo */
        animation-iteration-count: infinite; /* Treme enquanto o rato lá estiver */
    }

.zoom    {
        transition: transform .3s; /* Suaviza o movimento */
    }
    .zoom:hover {
            transform: scale(1.1); /* Aumenta 10% */
        }

.giro {
    transition: transform 0.6s;
}
    .giro:hover {
            transform: rotateY(180deg); /* Roda meia volta no eixo vertical */
    }

.revela-cor {
    filter: grayscale(0%);
    transition: filter 0.5s;
}
    .revela-cor:hover {
        filter: grayscale(100%);
    }
.flutua {
    transition: all 0.3s ease;
}
    .flutua:hover {
        transform: translateY(-10px); /* Sobe 10 pixels */
        box-shadow: 0 10px 20px rgba(0,0,0,0.3); /* Cria sombra */
    }
.brilho {
    transition: filter 0.3s;
}

    .brilho:hover {
        filter: brightness(1.5); /* Aumenta o brilho em 50% */
    }
.logo-container {
    position: relative;
    overflow: hidden; /* Corta o brilho quando ele sai da imagem */
    display: inline-block;
}

.logo {
    display: block;
    max-width: 200px; /* Ajusta ao tamanho do teu logo */
    transition: transform 0.3s ease;
}

/* O brilho invisível */
.logo-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient( to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100% );
    transform: skewX(-25deg); /* Inclina o brilho */
}

/* A animação ao passar o rato */
.logo-container:hover::before {
    left: 150%;
    transition: all 0.7s;
}

.logo-container:hover .logo {
    transform: scale(1.05); /* Um aumento quase impercetível */
}
.email-boom {
    width: 50px; /* Tamanho normal do ícone */
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Curva "bouncing" para dar um efeito de mola */
    cursor: pointer;
    display: inline-block;
}

    .email-boom:hover {
        /* Aumenta 3 vezes o tamanho original */
        transform: scale(3);
        /* Garante que o ícone fica por cima de tudo o resto enquanto cresce */
        position: relative;
        z-index: 9999;
        /* Opcional: Adiciona um brilho para destacar ainda mais */
        filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
    }
.email-exagerado {
    width: 50px;
    cursor: pointer;
    /* IMPORTANTE: Sem transição aqui para ele voltar ao normal INSTANTANEAMENTE */
    transition: none;
}

    .email-exagerado:hover {
        /* Aumenta 10 vezes (podes meter 20 se quiseres!) */
        transform: scale(10);
        /* Faz com que a explosão para o tamanho gigante seja super rápida (0.1s) */
        transition: transform 0.1s ease-out;
        /* Garante que ele flutua por cima de todo o site */
        position: relative;
        z-index: 99999;
        /* Torna-o um pouco transparente para não tapar tudo completamente */
        opacity: 0.9;
    }
.email-pop {
    width: 50px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 10;
}

    /* Quando passas o rato, a animação 'explosao' é disparada */
    .email-pop:hover {
        animation: explosao 0.3s forwards; /* 'forwards' faz com que pare no fim */
    }

@keyframes explosao {
    0% {
        transform: scale(1); /* Tamanho normal no início */
    }

    30% {
        transform: scale(4); /* O zoom gigante (exagerado!) */
        opacity: 0.7; /* Fica um pouco transparente para o efeito "fantasmagórico" */
    }

    100% {
        transform: scale(1); /* Volta ao tamanho normal (1) instantaneamente no fim da animação */
        opacity: 1;
    }
}
