﻿.section-title {
font-weight: bold;
font-size: 2rem;
color: #1E1F21;
}

.section-underline {
width: 60px;
height: 4px;
background-color: #FFD43B;
margin: 0 auto 20px auto;
}

.custom-input {
border-radius: 10px;
padding: 12px 20px;
border: 1px solid #ccc;
font-weight: 500;
font-size: 1rem;
color: #333;
}

.custom-input::placeholder {
    color: #6c757d;
    font-weight: 600;
}

.btn-dark {
background-color: #1EAA77;
border: none;
transition: background-color 0.3s ease;
border-radius: 5px;
}

.btn-dark:hover {
    background-color: #000000;
}

#statusMensagem span {
font-size: 0.9rem;
font-weight: 500;
}

/* Estilo para a seção do vídeo do YouTube */
.video-container {
margin-top: 30px;
text-align: center;
}

.video-container h3 {
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #1E1F21;
    margin-bottom: 15px;
}

.video-wrapper {
position: relative;
padding-bottom: 56.25%; /* Proporção 16:9 */
height: 0;
overflow: hidden;
max-width: 80%;
margin: 0 auto;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}


.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    z-index: 9999;
    font-family: 'Hind', sans-serif;
    border-top: 1px solid #eee;
}

.cookie-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
}

@@media (min-width: 768px) {
    .cookie-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.cookie-text {
    flex: 1;
}

    .cookie-text strong {
        font-size: 1.1rem;
        color: #333;
    }

    .cookie-text p {
        margin: 0.5rem 0 0 0;
        font-size: 0.9rem;
        color: #555;
    }

    .cookie-text a {
        color: #4285f4;
        text-decoration: none;
        font-weight: 500;
    }

        .cookie-text a:hover {
            text-decoration: underline;
        }

.cookie-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-primary {
    background-color: #4285f4;
    color: white;
}

    .btn-primary:hover {
        background-color: #3367d6;
    }

.btn-outline {
    background-color: transparent;
    color: #555;
    border: 1px solid #ccc;
}

    .btn-outline:hover {
        background-color: #f0f0f0;
    }

/* Evita sobreposição do badge reCAPTCHA com o #online-counter */
.grecaptcha-badge {
    bottom: 40px !important;
    z-index: 3000 !important;
}

@@media (max-width: 768px) {
    #online-counter {
        font-size: 17px;
        padding: 6px;
    }

    .grecaptcha-badge {
        bottom: 48px !important;
    }
}

@@media (max-width: 480px) {
    #online-counter {
        font-size: 17px;
        padding: 4px;
    }

    .grecaptcha-badge {
        bottom: 44px !important;
    }
}
/* Evita sobreposição do badge reCAPTCHA com o #online-counter */

.home-area {
    background-image: url('/images/fundo.png'); /* Substitua pelo caminho da sua imagem */
    background-size: cover; /* Ajusta a imagem para cobrir a seção */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Evita repetição da imagem */
    /* Remover a cor de fundo verde, se existir */
    background-color: transparent;
}
