/* HEADER */

.header-column-logo {
    height: fit-content;
}

.btn-action-header {
    border-radius: 10px !important;
    color: #FFF !important;
    background: #2ca536 !important;
}

.btn-action-header:hover {
    color: #2ca536 !important;
    background: #FFF !important;
}

/* MENU */

.header-nav-bar {
    background: #2ca536;
    color: #FFF;
}

/* SOCIAL ICONS */

.social-icons li {
    box-shadow: none !important;
}

.social-icons li a {
    background: none !important;
    color: #FFF !important;
    font-size: 1.1rem;
}

/* Add here all your CSS customizations */
.player {
    position: fixed;
    width: 100%;
    background-color: #212529;
    bottom: 0;
    padding: 10px;
    z-index: 9999;
}

/* HOME */

.color-template {
    color: #2ca536;
}

.titulos-page {
    color: #2ca536;
    font-size: 2.5rem;
}

.btn-template {
    color: #2ca536;
    border-color: #2ca536;
    border-radius: 50px !important;
}

.btn-template:hover {
    color: #FFF;
    background: #2ca536;
    border-color: #2ca536;
}

.titulo-diferenciais {
    border-bottom: solid 3px #2ca536;
    font-size: 1.5rem !important;
}

.titulo-diferenciais a {
    color: #2ca536;
}

.postagem img {
    max-width: 100%;
    height: auto;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border: solid 1px #cecece;
    padding: 2px;
    margin: 5px;
}

.texto img {
    max-width: 100%;
    height: auto;
}

.post-image iframe {
    max-height: 715px;
    max-width: 100%;
}

.btn-newsletter {
    position: fixed;
    left: 20px;
    bottom: 20px;
}

@media (max-width:640px) {
    .btn-newsletter {
        width: 100%;
        left: 0;
        bottom: 0;
        margin-bottom: 0px !important;
    }

    .pricing-table {
        flex-direction: column;
    }
}

/* FOOTER */
/*OCULTA BADGE RECAPTCHA*/
.grecaptcha-badge {
    display: none;
}

/* Cookie Consent CSS */
.cookie-consent-popup {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    display: none;
    z-index: 1000;
}

@media (max-width: 768px) {
    .cookie-consent-popup {
        width: 80%;
        bottom: 50px;
    }
}

.cookie-consent-popup a {
    color: #ffd700;
}