/*
*Theme Name: RESOLUCAO 258
*Theme URI: https://www.elroi.com.br/
*Description: RESOLUCAO 258 - Tema exclusivo Elroi
*Author: Giordano Magalhães
*Author URI: https://www.elroi.com.br/
*/
/*
font-family: "Open Sans", sans-serif;
font-family: "Oswald", sans-serif;
font-family: "Montserrat", sans-serif;
*/
/* -> GERAL */
:root {
    --font-opensans: "Open Sans", sans-serif;
    --font-oswald: "Oswald", sans-serif;
    --font-montserrat: "Montserrat", sans-serif;
}

html,
body {
    height: 100%;
    font-family: var(--font-opensans);
    font-size: 16px;
}

body {
    background-color: #ffffff;
    font-size: 18px;
    color: #000000;
}

.body-modal {
    overflow: hidden;
}

img,
video {
    max-width: 100%;
}

a,
a:visited,
a:active {
    color: #b27e61;
    text-decoration: none;
    transition: all 200ms linear;
}

a:hover {
    color: #7d5238;
    text-decoration: none;
}

.wrap {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.wrapShort {
    max-width: 900px;
}

.sectiontitle {
    margin-bottom: 40px;
}

.sectiontitle__pre {
    font-size: 14px;
    font-weight: 600;
    color: #0059ff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sectiontitle__title {
    margin: 0 0 10px 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #002873;
}

.sectioncontent {
    margin-top: 30px;
}

a.btn-sabermais {
    display: inline-block;
    padding: 7px 24px;
    background-color: #002873;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #fae3f9;
    text-transform: uppercase;
    transition: all 200ms linear;
}

a.btn-sabermais:hover {
    background-color: #0059ff;
    color: #fff;
}

#wpadminbar {
    display: none;
}

.banner-blue-text {
    color: #00b7e5;
}

.transition200ms a {
    transition: all 200ms linear !important;
}

@media screen and (max-width: 1240px) {
    .wrap {
        padding: 0 20px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.section-title {
    margin-bottom: 40px;
}

.bloco-1 {
    padding: 80px 0;
    background-color: #000817;
    color: #fff;
}

.bloco-2 {
    padding: 80px 0;
    background-color: #ebf0f8;
}

.bloco-2-title {
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    color: #004982;
    text-align: center;
}

.disclaimer {
    font-size: 15px;
    font-weight: 300;
    color: #4f4f4f;
}

/* -> BLOG */
#noticias-e-artigos {
    padding: 80px 0;
}

.blog-lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    justify-content: center;
}

a.blog-item {
    position: relative;
    background-color: #ffffff;
    padding: 0 0 20px;
    min-height: 350px;
    color: #000;
    transition: all 200ms linear;
}

.blog-item-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}

.blog-item-title {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
}

.blog-item-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #6b6b6b;
    transition: all 200ms linear;
}

.blog-item-footer-link {
    padding: 2px 10px;
    border-radius: 20px;
    background-color: #787878;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}

a.blog-item:hover,
a.blog-item:hover .blog-item-footer {
    color: #002873;
}

a.blog-item:hover .blog-item-footer-link {
    background-color: #002873;
}

.formstage {
    max-width: 600px;
    margin: auto;
}

.formstage label {
    font-size: 16px;
    font-weight: 700;
}

.deputados-lst {
    display: flex;
    gap: 5px;
    margin-bottom: 14px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.deputados-item {
    padding: 7px 7px 5px 7px;
    background-color: #fff;
    border-bottom: #fff solid 2px;
    font-size: 14px;
    transition: all 200ms linear;
}

.deputados-item:hover {
    background-color: #b9eeff;
    border-bottom: #b9eeff solid 2px;
    cursor: pointer;
}

.deputados-item.selected {
    background-color: #b9eeff;
    border-bottom: #002873 solid 2px;
}

.deputados-item-nome {
    font-weight: 700;
    white-space: nowrap;
}

.deputados-item-email {
    font-size: 13px;
}

span[data-name="deputado-email"] .wpcf7-not-valid-tip:not(.custom-error) {
    display: none;
}

.page__header {
    background-color: #d6e0eb;
    padding: 100px 0 50px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.page__content {
    margin: 50px 0;
}

#crumbs {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.page__category-lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.page__category-item {}

.page__single-capa {
    width: 100%;
}