/* ======================================
            GENERAL
======================================*/

* {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

body {
    overflow-x: hidden;
}

.block-generic-md {
    /* Para mais personalizações somente ir adicionando novas classes ja existentes na div */
    width: 250px;
    height: 115px;
}

.btn-fixed-close {
    position: absolute;
    right: 0;
    margin: -20px -8px 0 0;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

.btn-fixed-close:hover {
    transform: scale(1.3);
    transition: .2s;
}

.btn-xs {
    padding: 1px 5px !important;
}

.gradient-separator {
    height: 4px !important;
    background: -webkit-linear-gradient(left, #c51412, rgb(215 13 12 / 88%), rgba(197, 20, 18, 0));
    opacity: 1;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
    background: #fff;
    /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
    background-color: rgb(148, 148, 148);
    /* color of the scroll thumb */
    border-radius: 8px;
    /* roundness of the scroll thumb */
}

.scrollbarnone::-webkit-scrollbar {
    display: none;
}

.container-xs {
    max-width: 795px;
    margin: auto;
}

.link-hover:hover {
    color: #234aa0 !important;
}

.cursor-no-drop {
    cursor: no-drop !important;
}

.opacity-0 {
    opacity: 0;
}

.h-100 {
    height: 100%;
}

.top-0 {
    top: 0;
}

.top-40 {
    top: 40%;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.opacity-80 {
    opacity: .80;
}

.opacity-1 {
    opacity: 1;
}

.opacity-0 {
    opacity: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.text-decoration-none {
    text-decoration: none;
}

.text-decoration-hover:hover {
    text-decoration: underline !important;
}

.rounded-4 {
    border-radius: 15px;
}

.rounded-3-5 {
    border-radius: 10px !important;
}

.mr-4-5 {
    margin-right: 25px;
}

.ml-4-5 {
    margin-left: 25px;
}

.mt-4-5 {
    margin-top: 25px;
}

.mt-1-5 {
    margin-top: 7px;
}

.mb-4-5 {
    margin-bottom: 25px;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

.mt-6 {
    margin-top: 5rem !important;
}

.mt-n-1 {
    margin-top: -10px;
}

.p-1-5 {
    padding: .33rem !important;
}

.bottom-0 {
    bottom: 0;
}

.outline-none, .outline-none:focus {
    outline: none;
}

.item-hover:hover {
    background-color: #efefef;
}

@media (min-width: 1500px) {
    .container-xxl-plus {
        max-width: 1450px !important;
        padding-right: .75rem;
        padding-left: .75rem;
        margin-right: auto;
        margin-left: auto;
    }

    .container-xxl-plus-2 {
        max-width: 1500px !important;
        padding-right: .75rem;
        padding-left: .75rem;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .container-xl-plus {
        max-width: 1225px;
    }

    .container-95 {
        width: 95%;
        padding-right: .75rem;
        padding-left: .75rem;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .container-xs {
        width: 90%;
    }
}

/* ======================================
            COLOR THEME
======================================*/

.bg-theme-color {
    background-color: #234aa0 !important;
}

.bg-theme-color-hover:hover {
    background: #163a8c !important;
}

.bg-light-theme-color {
    background-color: #436bc3;
}

.bg-theme-color-dark {
    background: #0d2d73;
}

.border-bottom-theme-dark {
    border-bottom: 3px solid #07225d;
}

.border-bottom-5-theme-dark {
    border-bottom: 5px solid #07225d;
}

.text-tema {
    color: #395eae !important;
}

.text-theme-dark {
    color: #003b60;
}

.text-dager-dark-1 {
    color: #c51412;
}

.bg-theme-grey-0 {
    background: #f0f0f0 !important;
}

.bg-theme-grey-1 {
    background: #f5f5f5;
}

.bg-theme-grey-2 {
    background: #00000017 !important;
}

.bg-theme-grey-3 {
    background: #cacaca !important;
}

.bg-gradient-white-gray {
    background: linear-gradient(to top, #00000017, #fff 118%);
}

.bg-gradient-grey-white {
    background: linear-gradient(to bottom, #00000017, #fff 118%);
}

.bg-black {
    background: #000 !important;
}

.bg-greem {
    background: #008727;
}

.bg-light-greem {
    background: #d4edda !important;
}

.bg-light-greem-hover:hover {
    background: #c1e6ca !important;
}

.bg-light-danger {
    background: #f8d7da !important;
}

.bg-light-danger-hover:hover {
    background: #f5cccf !important;
}

/* ======================================
            TYPOGRAPHY
======================================*/

.dropcap:first-letter {
    font-size: 3rem;
    color: #003b60;
    font-weight: bold;
    float: left;
    margin: -12px 12px -12px 0px;
}

.font-roboto-slab {
    font-family: 'Roboto Slab', serif;
}

.f-arial {
    font-family: arial, sans-serif;
}

.f-arial-serif {
    font-family: arial serif;
}

.f-lobster {
    font-family: 'Lobster', cursive;
}

.f-open-sans {
    font-family: 'Open Sans', sans-serif;
}

.fw-800 {
    font-weight: 800;
}

.fw-700 {
    font-weight: 700;
}

.fs-4-0 {
    font-size: 4rem !important;
}

.fs-1-2 {
    font-size: 1.2rem !important;
}

.fs-95 {
    font-size: .95rem !important;
}

.fs-90 {
    font-size: .90rem !important;
}

.fs-85 {
    font-size: .85rem !important;
}

.fs-80 {
    font-size: .80rem !important;
}

.fs-75 {
    font-size: .75rem !important;
}

.fs-70 {
    font-size: .70rem !important;
}

.t-overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.t-overflow-ellipsis-two-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.t-overflow-ellipsis-three-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.t-overflow-ellipsis-four-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.letter-spacing-hover {
    transition: all .2s ease-in-out;
}

.letter-spacing-hover:hover {
    letter-spacing: 1px;
}

/* ======================================
            Modal Noticia Destaque
======================================*/
/* Botão de fechar */
.close-button-modal-highlight-news {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #dc3545;
    /* Cor de fundo (vermelho) */
    color: #fff;
    /* Cor do texto (branco) */
    border: none;
    border-radius: 50%;
    position: absolute;
    transition: transform 0.3s ease;
}

/* Animação de hover no botão de fechar */
.close-button-modal-highlight-news:hover {
    transform: scale(1.2);
}

/* Imagem em destaque */
.image-modal-highlight-news {
    max-width: 70vw !important;
    max-height: 70vh !important;
    object-fit: contain;
}

/* ======================================
            OPS
======================================*/

.error img {
    max-height: 100vh;
}

.code-error {
    text-align: center;
    font-size: 3rem;
    position: absolute;
    width: 250px;
    left: calc(50vw - 125px);
    font-weight: bold;
    font-family: system-ui;
    color: #1a2e35;
}

.circle-error-back {
    width: 85px;
    height: 85px;
    border-radius: 85px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 85px;
    text-align: center;
    background: #1a2e35;
    margin: 18px;
    position: absolute;
    font-family: system-ui;
}

.pulse {
    animation: pulse 0.9s infinite;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}

/* Header */

.btn-to-top {
    position: fixed;
    right: 1%;
    font-size: 3.2rem;
    bottom: 10%;
    z-index: 3;
    opacity: .6;
}

.top-band {
    width: 100%;
}

.top-band ul>li {
    cursor: pointer;
}

/* .top-band ul>li:hover {
    background: #092769;
} */

table.gsc-search-box td {
    padding: 0;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 5px !important;
}

#gs_tti50 {
    padding: 10px;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 12px 25px !important;
}

.gsc-search-button-v2 svg {
    width: 20px;
    height: 18px;
}

.social-media-nav-link li {
    display: inline-flex;
    position: relative;
}

.top-60 {
    top: 60px;
}

.header-live {
    position: relative;
    top: -15px;
}

.icon-facebook-nav {
    padding: 8.5px 15px;
}

.icon-insta-nav {
    padding: 9px 13px;
}

.instan-logo {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.icon-youtube-nav {
    padding: 8.5px 9px;
}

.icon-flickr-nav {
    padding: 8.5px 12px;
}

.icon-flickr-nav a {
    color: #0063dc;
}

.icon-tv-camara-nav {
    padding: 9px;
}

.icon-facebook-nav:hover, .icon-youtube-nav:hover, .icon-flickr-nav:hover, .icon-tv-camara-nav:hover, .icon-insta-nav:hover {
    background-color: #e6e6e6;
    border-color: #d8d8d8 !important;
}

.base-icon-live-header {
    background: #f02018;
    border-radius: 50px;
    color: #fff;
    padding: 3px 14px;
}

.icon-live-header {
    width: 35px;
    border: 1px solid #f02018;
    border-radius: 40px;
}

.img-selo-portal-header {
    width: 80px;
}

.navbar-menu {
    background-image: linear-gradient(#ecececa6, #fff);
    border-top: 1px solid #e0e6ef;
    border-bottom: 8px solid #00aa53;
}

.nav-bar-responsive {
    flex-direction: row !important;
}

.menu-item {
    line-height: 58px;
    font-size: 1.20rem;
}

.menu-item:hover {
    text-decoration: underline;
}

.submenu-item {
    line-height: initial;
}

.submenu-item {
    color: #102c71 !important;
    font-family: Arial !important;
}

.submenu-item:hover {
    text-decoration: underline;
}

.nav-separator {
    width: 1px;
    height: 40px;
    background: #e0e6ef;
    margin: 8px 4px;
    transform: rotate(10deg);
}

.dropdown-menu-big {
    width: 1250px !important;
    left: -500px !important;
}

.dropdown-menu-big p {
    padding: 0 13px;
    line-height: 23px;
    font-size: 1.09rem;
}

.dropdown-menu hr {
    margin: 5px 0px;
    background: #c5c5c5;
}

.dropdown-toggle::after {
    vertical-align: .100em !important;
}

.dropdown-menu .dropdown-item:focus, .dropdown-item:hover {
    background-color: #e7e7e7 !important;
    text-decoration: none;
}

.dropdown-menu .dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

@media screen and (min-width: 1310px) and (max-width: 1390px) {
    .dropdown-menu-big {
        left: -575px !important;
    }

    .menu-item {
        font-size: 1.1rem;
    }

    .btn-to-top {
        bottom: 13%;
    }
}

/* Animation Dropdown */

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        padding: 12px 24px 24px 0;
        border-radius: 7px 7px 60px 7px;
        box-shadow: 2px 2px 6px 0px #0000002b;
        border: 1px solid #0000000f;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
        font-size: .96rem;
        min-width: 270px;
    }
}

/* Modal All Menu Itens */

.title-all-menu-itens {
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.link-all-menu-itens {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}

.link-all-menu-itens:hover {
    text-decoration: underline;
    color: #fff;
}

#modalAllMenuItens .btn-close {
    position: absolute;
    right: 0;
    font-size: 2rem;
    opacity: 1;
    transition: .25s;
}

#modalAllMenuItens .btn-close:hover {
    transform: scale(1.3);
    transition: .25s;
}

@media screen and (max-width: 1199px) {
    .btn-all-menu-itens {
        position: absolute !important;
        right: 6%;
    }

    .nav-separator-btn-all-menu-iten {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .header-live {
        top: 5px;
        margin-bottom: 20px;
    }
}

/* BTN SPL Header */

.btn-spl-header {
    text-align: center;
    background: #3055aa;
    border-bottom: 4px solid #ffb32f;
    border-radius: 28px;
    padding: 7px 15px;
    letter-spacing: 0.5px;
    transition: .3s;
    margin-left: 10px;
}

.btn-spl-header:hover {
    background: #163a8c;
    transition: .3s;
}

.btn-spl-header img {
    background: #ffffff4f;
    padding: 5px 7px;
    border-radius: 28px;
    right: 50px;
    width: 37px;
}

.btn-spl-header a {
    margin: 7px 10px;
    font-size: .95rem;
}

@media screen and (max-width: 991px) {
    .col-btn-spl {
        text-align: center;
        margin-top: 5px !important;
    }
}

/* NAV Shortcut */

.navbar-shortcur {
    box-shadow: 0 0 10px -2px #0000005e;
}

.nav-separator-shortcur {
    width: 1px;
    height: 24px;
    background: #dedede;
    margin: 0px 10px;
    transform: rotate(10deg);
}

.navbar-shortcur ol {
    white-space: nowrap;
}

.navbar-shortcur a {
    text-decoration: none;
    color: #000000b3;
}

.navbar-shortcur a:hover {
    text-decoration: underline;
    color: #000000b3;
}

/* Latest News HOME */

.block-latest-news-lg {
    height: 400px;
}

.block-latest-news-md {
    height: 230px;
}

.block-latest-news-lg, .block-latest-news-md {
    position: relative;
}

.block-latest-news-lg .img-news, .block-latest-news-md .img-news {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .4s;
    border-radius: 6px;
}

.img-news:hover {
    transform: scale(1.1) ;
}

.block-latest-news-lg p, .block-latest-news-md p {
    position: absolute;
    width: 100%;
    text-shadow: 2.5px 1px 2px #000000b0;
}

.block-latest-news-lg .tittle-block-latest-news {
    bottom: 8%;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.8em;
    line-height: 1.4em;
}

.block-latest-news-lg .sub-tittle-block-latest-news, .block-latest-news-md .tittle-block-latest-news {
    bottom: 0;
    font-size: 1.08rem;
}

/* Latest News Part 2 HOME */

.latest-news-part-2 a p i {
    color: #234aa057;
    font-size: 1.5rem;
}

.latest-news-part-2 a:hover .fa-angle-double-right {
    color: #234aa0;
}

/* Blocks Fast Access HOME */

.block-fast-access-container {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto;
    justify-content: right;
}

.block-fast-access-item {
    height: 120px;
    width: 230px;
    border-bottom: 5px solid #d9302e;
    border-top: 1px solid #a7a7a7;
    border-left: 1px solid #a7a7a7;
    border-right: 1px solid #a7a7a7;
    padding: 10px 0;
    text-align: center;
    transition: all .3s;
}

.block-fast-access-item:hover {
    background-color: #b0b0b0;
    transition: .3s;
}

.block-fast-access-item p {
    margin-top: 20px;
    font-size: 1rem;
    color: #0839a7;
}

.block-fast-access-item img {
    margin-top: 5px;
}

@media screen and (max-width: 991px) {
    .block-fast-access-container {
        justify-content: center;
    }

    .block-fast-access-item {
        width: 175px;
        height: 130px;
    }
}

/* Section Parliamentary  HOME*/

.section-parliamentary {
    padding: 25px 0 40px 0;
    border-top: 7px solid #d9302e;
    border-bottom: 7px solid #d9302e;
}

.parliamentary-grid-container-5 {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto auto auto auto;
    justify-content: center;
}

.parliamentary-grid-container-4 {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto auto auto;
    justify-content: center;
}

.parliamentary-item {
    width: 194px;
    height: 245px;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
    transition: all .3s;
    display: inline-block;
    margin: 0 12.5px 25px 12.5px;
    padding: 1rem 1.5rem;
}

.parliamentary-item:hover {
    box-shadow: inset 0px 0 400px 0 #000000;
}

.parliamentary-item .info-parliamentary {
    opacity: 0;
    background: #00000005;
}

.parliamentary-item:hover .info-parliamentary {
    opacity: 1;
    transition: all .6s;
}

.section-parliamentary hr {
    margin: 5px 105px 45px 105px;
}

.select-quadrennium-parliamentary {
    display: flex;
    width: 250px;
    margin: -52px 101px auto auto;
    padding: 7px;
    border-radius: 6px;
}

.select-quadrennium-parliamentary label {
    color: #fff;
    margin: 7px 10px 0 0;
}

@media screen and (max-width: 960px) {
    .select-quadrennium-parliamentary {
        margin: 15px auto !important;
    }

    .section-parliamentary hr {
        margin: 5px 10px 25px 10px;
    }

    .parliamentary-item {
        padding: 10px !important;
    }
}

@media screen and (max-width: 1184px) {
    .select-quadrennium-parliamentary {
        margin: -52px 5px auto auto;
    }
}

@media screen and (max-width: 1199px) {
    .parliamentary-item {
        width: 160px;
        height: 215px;
        margin: 0 2px 9px 2px;
    }
}

/* TV Câmara HOME */

.section-camara-tv hr {
    margin: 5px 100px 45px 110px;
}

.tag-video {
    right: 13px;
    top: 1px;
    z-index: 1 !important;
}

.tag-video-yt {
    right: 8px;
    top: 8px;
    z-index: 1 !important;
}

.section-camara-tv .btn-all-videos {
    position: absolute;
    right: 105px;
    top: 38px;
}

.section-camara-tv .plenary-player-yt {
    height: 240px;
}

@media screen and (max-width: 720px) {
    .section-camara-tv a {
        position: relative;
        right: 0;
        top: auto;
        margin: 15px 0;
    }

    .section-camara-tv hr {
        margin: 5px 10px 25px 10px;
    }
}

/* Card Fale com seu vereador HOME */

.card-ouv label, .card-ouv input, .card-ouv select, .card-ouv textarea {
    font-size: .95rem;
}

.card-ouv input, .card-ouv select, .card-ouv textarea {
    margin-bottom: 10px;
}

.thumbnail-parliamentry {
    min-width: 58px;
    height: 85px;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
    transition: .4s;
}

.thumbnail-parliamentry:hover {
    filter: grayscale(0%);
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.38);
    transition: .3s;
}

/* Card Useful Phones and Chedule HOME*/

.card-useful-contacts {
    height: 668px;
}

.card-useful-contacts .useful-phone {
    min-width: 145px;
}

/*COVID HOME*/

#parallax-covid {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../../attachments/images/covid-black.png"), url("../../../attachments/images/covid-red.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    background-position: 50% 50%;
}

.tranparency-covid-item {
    background: #00000080;
    width: 210px;
    height: 245px;
    margin: 10px;
    backdrop-filter: blur(10px);
    justify-content: center;
}

.tc-icons-text i {
    margin: 33px 10px;
    font-size: 3.5rem;
}

.container-banner-convid {
    max-width: 1000px;
    margin: auto;
}

.section-banner-covid img {
    max-width: 950px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.tranparency-covid-item:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 1366px) {
    .section-banner-covid img {
        max-width: 720px;
    }
}

@media screen and (max-width: 768px) {
    .section-banner-covid img, #parallax-covid {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .tranparency-covid-item {
        height: 190px;
        width: 157px;
    }

    .tc-icons-text i {
        margin: 25px 10px;
        font-size: 2.5rem;
    }

    .tc-icons-text p {
        font-size: 1.1rem !important;
    }
}

/* Last Proposition HOME */

.last-proposition img {
    max-width: 90%;
    transition: all .2s ease-in-out;
}

.last-proposition .block-proposition:hover, .block-by-author:hover {
    box-shadow: 0 3px 10px 0px #0000006e;
    transition: all .3s;
}

.last-proposition .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.block-proposition {
    height: 130px;
}

.block-proposition:hover img {
    transform: scale(1.16);
}

.block-by-author .img-author {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.block-by-author, .authors-proposition {
    height: 130px;
}

.authors-proposition span {
    font-weight: bold;
}

.authors-proposition a {
    color: #000000;
    text-decoration: none;
}

.authors-proposition li {
    margin-bottom: 1.87px;
}

.block-by-year {
    border-bottom: 5px solid #d9302e;
}

.block-by-year:hover {
    background-color: #e4e4e4 !important;
    transition: .3s;
}

@media screen and (max-width: 1400px) {
    .last-proposition .title-last-proposition {
        font-size: .95rem
    }
}

/*Footer*/

.icon-lai {
    width: 40px;
    top: -30px;
    left: calc(50% - 20px);
    transition: all .2s ease-in-out;
}

.icon-lai:hover {
    transform: scale(1.25);
}

.flow {
    max-width: 830px;
    margin: auto;
    padding: 0 15px;
}

.flow p {
    margin: 7px 0;
}

.power-footer {
    border-bottom: 5px solid #dbdcdc;
    border-top: 5px solid #dbdcdc;
    padding: 15px 0;
}

.power-footer img {
    width: 252px;
}

/* Image Gallery */

.block-img-gallery {
    /*width: 275px;*/
    width: 255px;
    height: 180px;
    margin: 3px;
    background: #b1b1b1;
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

.block-img-gallery .img-gallery {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.block-img-gallery .img-gallery:hover {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.light-box-container {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    position: fixed;
    z-index: 4;
    justify-content: center;
    display: flex;
}

.light-box-container .img-emphasis-lightbox {
    max-width: 85vw;
    max-height: 70vh;
    top: 3%;
    border: 2px solid #fff;
    transform: scale(0);
    transition: all .5s;
    position: absolute;
}

.light-box-container .btn-close-lightbox {
    position: absolute;
    top: 4%;
    right: 4%;
    color: #fff;
    font-size: 2rem;
    transition: all .2s ease-in-out;
    z-index: 5;
}

.light-box-container .btn-close-lightbox:hover {
    font-size: 2.5rem;
}

.light-box-container .gallery-thumbnails img {
    max-width: 105px;
    height: 100px;
    margin: 2px 2px 2px -2px;
}

.light-box-container .gallery-thumbnails {
    position: absolute;
    bottom: 7%;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .light-box-container .gallery-thumbnails {
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .images-gallery {
        text-align: center;
    }

    .block-img-gallery {
        width: 153px;
    }

    .gallery-thumbnails {
        display: none;
    }
}

/* Commissions */

.parliamentarys-committee .info-parliamentary {
    width: 195px;
    height: 245px;
    margin: auto;
    border: 4px solid white;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .35);
    background-size: cover;
    background-position: center;
}

.btn-pauta-comisison {
    margin-top: -45px;
}

/* tableDIrector */

.table-director .biennium {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    width: 200px;
    margin: 6px;
}

.table-director .biennium label {
    margin: 7px;
    font-weight: bold;
}

/* Parliamentarians */

.parliamentarians .info-parliamentary {
    width: 200px;
    height: 250px;
    border: 4px solid white;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 35%);
    background-size: cover;
    background-position: center;
}

.parliamentarians .quadrennium {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    width: 250px;
    margin: 6px;
}

.parliamentarians .quadrennium label {
    margin: 7px;
    font-weight: bold;
}

@media screen and (max-width: 500px) {
    .parliamentarians .quadrennium {
        position: relative !important;
        margin: auto !important;
    }

    .parliamentarians .info-parliamentary {
        margin: auto;
    }
}

/* Parliamentary */

.parliamentary .img-parliamentary {
    width: 260px;
    height: 320px;
    background-position: center;
    background-size: cover;
}

.parliamentary .thumbnail {
    width: 120px;
    height: 150px;
    background-size: cover;
    background-position: center;
    display: inline-flex;
    margin: 4px 3px 4px 6px;
}

/* Plenary Sessions */

.block-filter {
    border-bottom: 6px solid #00aa53;
    border-top: 1px solid #ced1d4;
    border-right: 1px solid #ced1d4;
    border-left: 1px solid #ced1d4;
}

.page-item {
    display: flex;
}

/* Session Details */

.player-video {
    min-height: 291px;
}

.player-video iframe {
    border: 5px solid #d1d1d1;
}

.video-part {
    min-height: 438px;
}

.btn-close-modal-clean i {
    color: #fff;
    position: absolute;
    right: -15px;
    top: -16px;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .video-part {
        min-height: 274px;
    }
}

@media screen and (max-width: 575px) {
    .video-part {
        min-height: 218px;
    }

    .btn-close-modal-clean i {
        right: -5px;
        top: -12px;
    }
}

/* Propositions */

#section-propositions .group-btn {
    position: absolute;
    top: 10px;
    right: 35px;
}

/* Modal advanced search */

#advanced-search label {
    font-weight: 600;
    font-size: .95rem;
    font-family: 'Open Sans', sans-serif;
}

.between-periods {
    right: -4px;
}

/* DetalhesProposição */

#section-propositionDetails .img-tramitation-attach {
    width: 40px;
}

.accordion-button .collapsed {
    background-color: #fff;
}

.card-favorable .card-header, .card-favorable .card-footer {
    background: #c1e6ca !important;
    border: 1px solid #b1e4be;
}

.card-contrary .card-header, .card-contrary .card-footer {
    background: #f5cccf !important;
    border: 1px solid #fabfc3;
}

.card-favorable:hover .card-header, .card-favorable:hover .card-footer {
    background: #b4e2bf !important;
}

.card-contrary:hover .card-header, .card-contrary:hover .card-footer {
    background: #fcc4c8 !important;
}

.card-favorable {
    color: #155724;
}

.card-contrary {
    color: #721c24;
}

/* Opina Cidadão */

.title-opine {
    margin-top: 50px;
}

.title-opine p:first-child {
    background: #009aff;
    color: #fff;
    border-radius: 0px 25px 25px 25px;
    padding: 0 20px;
    width: 260px;
    background-image: url(../../../attachments/images/cursor-click.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 75%;
}

.title-opine p:last-child {
    font-size: 4.5rem;
}

.participate {
    background: #ffc725;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bolder;
    font-family: sans-serif;
    padding: 8px 65px 7px 65px;
    border-radius: 24px;
    border-bottom: 4px solid #dba300;
    margin: auto;
    display: block;
    text-align: center;
    width: 300px;
    text-shadow: 1px 1px #9d9d9d73;
    transition: .2s;
    box-shadow: 0 5px 11px 0px #dadada;
    text-decoration: none;
}

.participate:hover {
    color: #fff;
    margin-top: 60px;
    text-decoration: none;
    background: #f1b914;
    transition: .2s;
}

#sec-participate {
    background-image: url(../../../attachments/images/BGIdea.png);
    background-position: 90%;
    background-size: contain;
    background-repeat: no-repeat;
}

.sec-how-it-works .block:hover .img-block {
    top: -25px;
}

.sec-how-it-works .img-block {
    top: 0;
    transition: all .3s;
}

.sec-how-it-works p {
    color: #003b60;
    font-size: 1.5rem;
    font-family: monospace;
    font-weight: bold;
}

.sec-how-it-works button {
    background: #e55b6a;
    border-bottom: 4px solid #cb4150;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 5px 56px;
    border-radius: 20px;
    color: #fff;
    transition: .4s;
}

.sec-how-it-works button:hover {
    box-shadow: inset 205px 0 0px rgb(255 255 255 / 13%);
    transition: .2s;
}

.sec-how-it-works i:nth-child(n+2) {
    font-size: 1.5rem;
    border-radius: 50% !important;
    padding: 13px;
}

.sec-how-it-works .fa-filter {
    color: #8972ad;
    background: rgba(147, 116, 173, 0.28);
}

.sec-how-it-works .fa-book-reader {
    color: #0089ff;
    background: rgba(81, 187, 216, 0.38);
    font-size: 1.6rem;
}

.sec-how-it-works .fa-thumbs-up {
    color: #28a745;
    background: rgba(0, 170, 83, 0.2);
}

.sec-how-it-works .fa-thumbs-down {
    color: #dc3545;
    background: rgba(220, 53, 69, 0.2);
}

.sec-find-materials {
    background-image: url("../../../attachments/images/bgAbstract.jpg");
    background-position: -215px -553px;
}

.base-blocks-find {
    width: fit-content;
}

.base-blocks-find .block-find {
    display: inline-block;
    max-width: 242px;
    margin: 0 4px;
}

.base-blocks-find p {
    font-family: 'Quicksand', sans-serif !important;
}

.base-blocks-find i {
    background: rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    padding: 10px;
    font-size: 1.5rem;
}

.block-find:nth-child(1) {
    background: #ff8d00;
    border: 3px solid #ed8402;
    position: relative;
    top: 105px;
}

.block-find:nth-child(2) {
    background: #28a745;
    border: 3px solid #0aa12c;
    position: relative;
    height: 270px;
    top: 31px;
}

.block-find:nth-child(3) {
    background: #007bff;
    border: 3px solid #0376f1;
    top: -90px;
    height: 320px;
}

.block-find:nth-child(4) {
    background: #dc3545;
    border: 3px solid #d62334;
    position: relative;
    height: 270px;
    top: 31px;
}

.block-find:nth-child(5) {
    background: #6c757d;
    border: 3px solid #656d74;
    position: relative;
    top: 105px;
}

.block-find:hover {
    box-shadow: 0 6px 5px rgb(0 0 0 / 18%);
    transition: all .2s;
    cursor: pointer;
}

.block-find:hover .icon-block {
    transform: scale(1.3);
}

.block-find .icon-block {
    transition: all .2s;
}

#modalConfirmMail .modal-body {
    background: #28a745
}

@media (max-width: 1024px) {
    .base-blocks-find .block-find {
        max-width: 181px;
        margin: 0px 2px;
    }
}

@media (max-width: 768px) {
    #sec-participate {
        background: none;
    }

    .title-opine p:last-child {
        font-size: 3rem;
        margin-top: 0;
    }

    .base-blocks-find .block-find {
        max-width: 251px;
        margin: 0px 10px;
    }

    .block-find:nth-child(1), .block-find:nth-child(2), .block-find:nth-child(3), .block-find:nth-child(4), .block-find:nth-child(5) {
        top: 0;
        height: 215px;
        margin: 10px;
    }

    .sec-find-materials {
        background-position: -207px -270px;
    }
}

@media (max-width: 546px) {
    .base-blocks-find .block-find {
        max-width: 184px;
    }
}

#section-vote-confirmation {
    height: 100vh;
}

#section-vote-confirmation img {
    width: 235px;
    margin: auto;
    position: absolute;
    top: 15px;
    right: 15px;
}

#section-vote-confirmation .btn {
    padding: 11px 40px;
    border-bottom: 5px solid #ce9f10;
    transition: all .2s;
}

#section-vote-confirmation .btn:hover {
    letter-spacing: .7px;
}

#section-vote-confirmation .icon {
    text-align: center;
    font-size: 3rem;
    color: white;
}

#section-vote-confirmation .icon i {
    border-radius: 50%;
    padding: 25px;
}

#section-vote-confirmation .icon .success {
    background: #006838;
}

#section-vote-confirmation .icon .error {
    background: #bb0819;
}

@media (max-width: 1024px) {
    #section-vote-confirmation img {
        display: block;
        margin: 20px auto;
        position: relative;
    }
}

/*Notícias*/

#all-news {
    background-image: linear-gradient(#fbfbfb0d -10%, #d5d5d5a6 90%, #fff);
}

#all-news .block-news {
    background: #fff;
    width: 100%;
    height: 300px;
    border-radius: 3px;
    position: relative;
    transition: all 0.2s;
}

#all-news .block-news:hover {
    box-shadow: 0 0 12px 3px rgba(110, 123, 157, .18);
    transition: all 0.2s;
}

#all-news .block-news-lg {
    height: 625px;
}

#all-news .block-news-img {
    height: 55%;
    border-radius: 3px 3px 0 0;
}

#all-news .block-news-img .img-bg {
    background-size: cover;
    background-position: center;
    transition: .25s;
}

#all-news .block-news-img .img-bg:hover, #all-news .block-news-md .img-block-news-md:hover {
    transform: scale(1.1);
    transition: .25s;
    border-radius: 3px;
}

#all-news .block-news-theme {
    top: 8px;
    left: 8px;
    background: rgb(130 215 230);
    border-radius: 3px;
    padding: 4px 6px;
    z-index: 1;
}

#all-news .block-news-md {
    height: 210px;
    border-radius: 3px;
}

#all-news .block-news-md .img-block-news-md {
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    transition: .25s;
    box-shadow: inset 0 -107px 50px -45px #000000ab;
}

#all-news .news-categories {
    height: 444px;
    border-radius: 3px;
}

#all-news .news-categories ul li:hover {
    background-color: #6582c052;
}

.base-dark-player-video {
    height: 520px;
}

.base-dark-player-video .container-videos {
    width: 1259px;
}

.container-videos .spotlight-video {
    background-image: url("../../../attachments/images/Invitation-Base.jpg");
    width: 68%;
    background-size: cover;
    background-position: center;
}

.block-latest-news-lg {
    position: relative;
    overflow: hidden;
}

.blur-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blur-background::before {
    content: "";
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    height: 29%;
    backdrop-filter: blur(2.4px);
}

.tittle-block-latest-news,
.sub-tittle-block-latest-news {
    position: relative;
    z-index: 2;
}


.spotlight-video .btn-youtube {
    width: 85px;
    left: calc(50% - 42.5px);
    top: calc(50% - 30px);
    transition: .25s cubic-bezier(0, 0, 0.2, 1);
    fill: rgb(0 0 0 / 60%);
    z-index: 1;
}

.spotlight-video .btn-youtube:hover {
    fill: #f00;
}

.spotlight-video .text-invite {
    top: 41%;
    font-size: 1.65rem;
    width: 62%;
    right: 10px;
}

.spotlight-video .day-time {
    top: 79%;
    right: 3%;
    font-size: 1.7rem;
}

.spotlight-video .session-type {
    top: 20%;
    left: 4%;
    font-size: 2vw;
    letter-spacing: 2px;
}

.spotlight-video .btn-details {
    background: #00000069;
    right: 0;
    top: 55px;
    padding: 10px 15px;
    border-radius: 10px 0 0 10px;
    width: 15%;
    transition: .25s cubic-bezier(0, 0, 0.2, 1);
}

.spotlight-video .btn-details:hover {
    background: #000000;
    transition: .25s cubic-bezier(0, 0, 0.2, 1);
}

.container-videos .other-videos {
    width: 32%;
}

.other-videos ul li:hover {
    background: #393939;
}

.other-videos .number {
    width: 10%;
    line-height: 75px;
    color: #5b5b5b;
}

.other-videos .player {
    width: 30%;
    height: 75px;
    background-image: url("../../../attachments/images/Invitation-Base.jpg");
    background-size: cover;
    background-position: center;
}

.other-videos .title {
    width: 57%;
    padding: 10px;
}

.other-videos .btn-youtube {
    width: 65px;
    top: calc(50% - 22.94px);
    left: calc(50% - 32.5px);
    transition: .2s cubic-bezier(0, 0, 0.2, 1);
    fill: rgb(0 0 0 / 60%);
    z-index: 1;
}

.other-videos .btn-youtube:hover {
    fill: #f00;
}

.other-videos .session-type {
    font-size: .6vw;
    top: 50%;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

@media (max-width: 1366px) {
    .base-dark-player-video .container-videos {
        width: 95%;
    }
}

@media (max-width: 1024px) {
    .base-dark-player-video .container-videos {
        width: 100%;
    }

    .base-dark-player-video {
        height: 420px;
    }
}

@media (max-width: 768px) {
    .base-dark-player-video {
        height: 370px;
    }
}

/*News*/

#news .banner-top-news {
    box-shadow: inset 0 -170px 202px 1px #000000ad;
}

#news .banner-top-news .img-featured {
    position: relative;
    z-index: 2;
    height: 370px;
    filter: blur(6px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 -130px 55px 0px #0000005e
}

#news .banner-top-news .title {
    max-width: 790px;
    margin: auto;
    text-shadow: 2px 1.5px 1px #000000c9;
    color: #fff;
}

/*Ombudsman*/

.base-blocks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

#ombudsman .block {
    height: 370px;
    width: 270px;
    transition: .3s;
    margin-bottom: 8px;
}

#ombudsman .block:hover {
    margin-top: -20px;
    transition: .3s;
    box-shadow: 0 6px 5px rgb(0 0 0 / 18%);
}

#ombudsman .block .icon {
    background: #ffffff40;
    border-radius: 50%;
}

#ombudsman .block-1 {
    background: #007bff;
    border: 3px solid #006ce0;
}

#ombudsman .block-2, #section-esic .block-2 {
    background: #28a745;
    border: 3px solid #009421;
}

#ombudsman .block-3 {
    background: #ff8d00;
    border: 3px solid #de7b00;
}

#ombudsman .block-4 {
    background: #dc3545;
    border: 3px solid #b70011;
}

#ombudsman .block-1 .icon, #ombudsman .block-3 .icon, #ombudsman .block-4 .icon {
    padding: 16px 15px;
}

#ombudsman .block-2 .icon {
    padding: 14px 15px;
}

#ombudsman .block-type-manifestation, .identify, .anonimous {
    width: 200px;
    height: 200px;
    margin: 4px;
    position: relative;
    transition: .2s;
}

#ombudsman .block-type-manifestation-lg {
    width: 450px;
    height: 150px;
    position: relative;
    transition: .2s;
}

#ombudsman .block-type-manifestation:hover, .identify:hover, .anonimous:hover {
    box-shadow: 0 6px 5px rgb(0 0 0 / 18%);
    margin-top: -5px;
    transition: .2s;
}

#ombudsman .block-type-manifestation:nth-child(1), #ombudsman .anonimous, .anonimous {
    background-color: #f41e26;
    background-image: url("https://www.transparenttextures.com/patterns/noise-lines.png");
}

#ombudsman .block-type-manifestation:nth-child(2) {
    background: #ff8304;
    background-image: url("https://www.transparenttextures.com/patterns/noise-lines.png");
}

#ombudsman .block-type-manifestation:nth-child(3) {
    background: #ffcd09;
    background-image: url("https://www.transparenttextures.com/patterns/noise-lines.png");
}

#ombudsman .block-type-manifestation:nth-child(4) {
    background: #0071c1;
    background-image: url("https://www.transparenttextures.com/patterns/noise-lines.png");
}

#ombudsman .block-type-manifestation:nth-child(5) {
    background: rgb(172, 0, 80);
    background-image: url("https://www.transparenttextures.com/patterns/noise-lines.png");
}

#ombudsman .block-type-manifestation:nth-child(6), .identify {
    background: #008727;
    background-image: url("https://www.transparenttextures.com/patterns/noise-lines.png");
}

#ombudsman .block-type-manifestation:nth-child(7) {
    background: #3e3e3e;
    background-image: url("https://www.transparenttextures.com/patterns/noise-lines.png");
    border: 2px solid #373737;
}

#ombudsman .block-type-manifestation img, .identify img, .anonimous img {
    width: 90px;
    margin-top: 25px;
    opacity: .35;
    padding: 11px;
}

#ombudsman .block-type-manifestation-lg img {
    float: left;
    margin-left: 30px;
    opacity: .75;
}

#ombudsman .block-type-manifestation-lg p {
    left: 33%;
    top: 55px;
}

#ombudsman .complaint p, .anonimous p {
    background-color: #ca0008;
}

#ombudsman .complain p {
    background: #c86600;
}

#ombudsman .suggestion p {
    background: #d1a600;
}

#ombudsman .preise p {
    background: #005089;
}

.criticizes p {
    background: #86003f;
}

#ombudsman .information p, .identify p {
    background: #006d19;
}

#ombudsman .g-recaptcha:first-child {
    height: 70px !important;
}

#ombudsman #block-find-manifestation-identfy {
    max-width: 500px;
    max-height: 400px;
}

#ombudsman .accordion-button {
    color: #0c63e4;
    background-color: #e7f1ff;
}

#ombudsman .accordion-button:focus {
    box-shadow: none;
}

#ombudsman .itens-manifestation {
    display: grid;
    grid-template-columns: 50% 50%;
}

@media screen and (max-width: 414px) {
    #ombudsman .block {
        height: 220px;
        width: 170px;
    }

    #ombudsman .block:hover {
        margin-top: 0;
        transition: .3s;
        box-shadow: 0 6px 5px rgb(0 0 0 / 18%);
    }

    #ombudsman .text-start {
        text-align: justify !important;
    }

    #ombudsman .block-type-manifestation, .identify, .anonimous {
        width: 170px;
    }

    #ombudsman .block-type-manifestation-lg {
        width: 340px;
    }

    #ombudsman .block-type-manifestation-lg p {
        top: 40px;
    }

    #ombudsman .itens-manifestation {
        grid-template-columns: 100%;
    }
}

/*TIMELINE OMBUDSMAN*/

.timeline {
    position: relative;
    width: 100%;
    max-width: 1512px;
    margin: 0 auto;
    padding: 15px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #006E51;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.containerLine {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.containerLine.left {
    left: 0;
}

.containerLine.right {
    left: 50%;
}

.containerLine::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #006E51;
    border-radius: 16px;
    z-index: 1;
}

.containerLine.right::after {
    left: -8px;
}

.containerLine::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #006E51;
    z-index: 1;
}

.containerLine.right::before {
    left: 8px;
}

.containerLine .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 11px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #006E51;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.containerLine.left .date {
    right: -170px;
}

.containerLine.right .date {
    left: -170px;
}

.containerLine .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #ffd64c;
    border: 2px solid #006E51;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #006E51;
    z-index: 1;
}

.containerLine.left .icon {
    right: 56px;
}

.containerLine.right .icon {
    left: 56px;
}

.containerLine .content {
    padding: 30px 90px 30px 30px;
    background: #ffd64c;
    position: relative;
    border-radius: 40px 180px 180px 40px;
}

.containerLine .content:hover {
    background: #facf40;
}

.containerLine.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 180px 40px 40px 180px;
}

.containerLine .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #006E51;
}

.containerLine .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

/*e-SIC*/

.navbar-esic {
    background: #ffb900;
    padding: 6px;
}

.navbar-esic ul li a {
    color: #005e2f !important;
    margin: 7px 0;
}

.navbar-esic .border-end {
    border-color: rgba(255, 255, 255, .35) !important;
}

.navbar-esic ul li:hover {
    background: #ffa500;
}

#section-esic figcaption {
    width: 230px;
}

.btn-infographics {
    transition: .18s;
}

.btn-infographics:hover {
    transform: scale(1.1);
    transition: .18s;
}

#section-esic figure:hover .legend-infographic {
    text-decoration: underline !important;
}

#section-esic .featured-video {
    width: 100%;
    height: 700px;
}

#section-esic .img-cgu {
    max-height: 206px;
}

/* Relatórios */

@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }

    .containerLine {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }

    .containerLine.right {
        left: 0%;
    }

    .containerLine.left::after, .containerLine.right::after {
        left: 82px;
    }

    .containerLine.left::before, .containerLine.right::before {
        left: 100px;
        border-color: transparent #006E51 transparent transparent;
    }

    .containerLine.left .date, .containerLine.right .date {
        right: auto;
        left: 15px;
    }

    .containerLine.left .icon, .containerLine.right .icon {
        right: auto;
        left: 146px;
    }

    .containerLine.left .content, .containerLine.right .content {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
}

@media(max-width: 415px) {
    .containerLine.left .date, .containerLine.right .date {
        right: 35px;
        text-align: end;
    }

    .containerLine .date {
        top: -4px;
    }
}

/* Prestação de Contas */
.table-account-prestation td {
    width: 240px
}