/**
 * Utilitários
 */
.mobile-off {
    display: inherit;
}

.mobile-only {
    display: none;
}

@media only screen and (max-width: 1264px) {
    .mobile-off {
        display: none;
    }

    .mobile-only {
        display: inherit;
    }
}

.pointer {
    cursor: pointer;
}

.container-full-width {
    width: 75vw !important;
}

.text-primary {
    color: #071D41;
}

.bg-primary {
    background: #071D41;
}

/**
 * Componentes do tema
 */
.post-list-item:hover {
    background: rgba(64, 134, 255, 0.05);
    border-radius: 5px;
}

.modal-cookies {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 95vw !important;
    z-index: 10;
}

/**
 * Header
 */
.br-header.compact {
    padding: 10px 0 !important;
}

.br-header.compact .header-menu {
    margin-top: -5px;
}

.br-header.compact .mobile-off #search-form {
    margin-top: -5px;
}

.br-header.compact .mobile-off #search-form {
    visibility: hidden;
}

.br-header .header-actions .header-functions .br-list .br-button {
    padding: 0 3px !important;
}

.br-header .br-input input:not(:disabled) {
    background: #F3F3F3;
    border: none;
}

@media (min-width: 575px) {
    .br-header.compact .header-logo img {
        visibility: hidden !important;
    }
}

/**
 * Animação
 */
@keyframes appear {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

#main {
    animation: 0.4s ease-in-out appear;
}

/**
 * Blocos
 */
.wp-block-column {
    padding-top: 10px;
    padding-bottom: 10px;
}

/**
 * Layout
 */
@media only screen and (min-width: 1280px) {
    .container {
        width: 1176px !important;
    }
}

/**
 * GTranslate
 */
#google_translate_element2 {
    display: none !important;
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

body {
    top: 0 !important;
}

.br-footer {
    --footer-logo-height: 100px;
    --footer-logo-width: 100px;
    --footer-logo-padding: var(--spacing-scale-6x) 0 var(--spacing-scale-4x);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}