table {
	width: 100%;
}

tr {
	width: 100%;
	border-top: 1px solid #dee2e6;
}

td {
	text-align: left;
	color: #333;
	padding: 0.75rem;
}

.h10px {
	height: 10px;
}

.h25px {
	height: 25px;
}

ul.pagination {
	justify-content: center !important;
}

/* *** cores *** */

:root {
    --color-blue-new: #2B8CDA;
    --color-blue-new-hover: #075B9E;
    --bs-link-color-rgb: #2B8CDA;
}

.icon-btn-two {
    background-color: var(--color-blue-new);
}

.icon-btn-two:hover {
    background: var(--color-blue-new-hover);
    border-color: var(--color-blue-new-hover);
    color: #ffffff;
}

.sec-title .text:before {
    background: var(--color-blue-new);
}

.form-style-one .input-group .icon {
    color: var(--color-blue-new) !important;
}

.news-block .read-more-btn {
    background: var(--color-blue-new);
}

.news-block .image-box .date i {
    color: var(--color-blue-new);
}

.main-footer .call-us .service-num i {
    color: var(--color-blue-new);
}

#div_compartilha {
	margin: 0;
	display: grid;
	justify-content: center;
	width: 100%;
	background-color: #e9ecef;
	padding: 15px 0px;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

#conteinerAlert {
	width: 100%;
	text-align: center;
	margin: 5px;
	margin-bottom: 15px;
	padding: 5px;
	border-radius: 4px;
	color: white;
	opacity: 0.5;
}

#conteinerAlert.sucesso {
	background-color: #17a00e;
}

#conteinerAlert.falha {
	background-color: #ffc107;
}

.setor-politicos  .card {
	transition: transform 0.2s;
	cursor: pointer;
	margin-bottom: 50px;
}

.setor-politicos  .card-body {
	position: relative;
	top: -50px;
}

.setor-politicos  .card:hover {
	transform: scale(1.05);
	z-index: 10;
	position: relative;
}

.setor-politicos  .hover-card {
	background-color: #007bff;
	color: white;
}

.setor-politicos > .hover-card .card-title, .hover-card .card-text {
	color: white;
}
.setor-politicos .card-img-top {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
	margin: 20px auto 10px; /* Centrando a imagem */
	background: #fff;
	padding: 1px;
	border: 1px solid #c5c5c5;
	box-shadow: 0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.125) ;
	position: relative;
   top: -50px;
}

/* ** layout 2 bloco vereadores inicio** */
.setor-politico-main-presidente {
    padding-top: 40px;
}
.setor-politico-main-presidente .sec-title{
    margin-bottom: 10px;
}

.setor-politico-main-presidente .team-block-presidente .inner-box {
    background: linear-gradient(90deg, #2B8CDA 0%, #075B9E 100%);
}

.setor-politico-main-presidente .sec-title h3, 
.setor-politico-main-presidente .sec-title .h3 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
    text-align: left;
}

.setor-politico-main-presidente .sec-title span {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #5E5E5E;
}

.setor-politico-main-presidente .card {
    border-radius: 20px;
    box-shadow: none;
    border: none;
    transition: all .3s ease;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}

.setor-politico-main-presidente .card:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    transform: translateY(-5px);
}

.setor-politico-main-presidente .team-block-presidente .card {
    background: linear-gradient(90deg, #2B8CDA 0%, #075B9E 100%);
}

.setor-politico-main-presidente .card-body {
    padding: 15px 5px 5px;
}

.setor-politico-main-presidente .card-title,
.setor-politico-main-presidente .designation {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    min-height: 36px;
    display: block;
    color: #333232;
}

.setor-politico-main-presidente .designation {
    font-weight: 400;
    line-height: 20px;
}

.setor-politico-main-presidente .team-block-presidente .card-title,
.setor-politico-main-presidente .team-block-presidente .designation {
    color: #FFF;
}

.setor-politico-main-presidente .team-block-presidente figure,
.setor-politico-main-presidente .team-block-vereadores figure {
    margin-bottom: 0;
}

.setor-politico-main-presidente .card-link {
    display: block;
    height: 100%;
    padding: 20px 10px;
} 

.setor-politico-main-presidente .image {
    max-width: 130px;
    margin: auto;
}

.setor-politico-main-presidente .card img {
    width: 100%;
    height: 100%;
    max-height: 130px;
    object-fit: cover;
    border-radius: 50%;
}
/* ** layout 2 bloco vereadores fim ** */

.componente-notica-destaque .carousel-item img {
	max-height: 400px; /* Defina a altura máxima desejada */
	width: 100%; /* Define a largura como 100% para preencher o contêiner */
	object-fit: cover; /* Mantém a proporção da imagem e corta o excesso para preencher o contêiner */
	object-position: center; /* Centraliza a imagem dentro do contêiner */
}

.titulo-noticia-sombra{
	text-shadow: 1px 1px 2px black;
}

.titulo-noticia-sombra p {
    color: #fff
}

@media (min-width: 576px) {
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
}

.form-horizontal .control-label {
	width: auto !important;
}

.form-group {
    margin-bottom: 1rem;
}

.tabelaConteudoComissao {
    margin: 10px;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.espacoAutorCargo {
    width: 575px;
}

/* .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
} */

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.atuacao {
    float: left;
    font-size: 14px;
    background-color: #ecf0f1;
    color: #636363;
    padding: 8px 5px;
    margin-bottom: 10px;
}

/* ** Contador de proposituras ** */

.fun-fact-section {
    position: relative;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 32px;
}

.fun-fact-section .fact-counter {
    margin-bottom: 50px;
}

.fact-counter .row {
    margin: 0 -7px;
}

.fact-counter .counter-column {
    position: relative;
    padding: 0 7px;
    margin-top: -70px;
    margin-bottom: 14px;
}

@media (max-width: 1024px) {
    .fact-counter .counter-column {
        margin-top: -40px;
    }
}

.fact-counter .counter-column .inner-column {
    position: relative;
    overflow: hidden;
    /* padding: 33px 35px 35px 90px; */
    padding: 35px 25px 35px 90px;
    -webkit-border-radius: 10px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }
}

.fact-counter .count-box {
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    margin-top: 5px;
}

.fact-counter .count-box .count-text {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 1em;
    font-weight: 600;
    color: #000000;
    margin-right: 3px;
    vertical-align: top;
}

.fact-counter .text {
    color: #4c4c4d;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.7em;
	padding-top: 10px;
}

.fact-counter .counter-column .icon {
	width: 100%;
}

.fact-counter .counter-column.col-6 {
    width: 50%;
}

@media(max-width: 576px) {
    .fact-counter .counter-column.col-sm-12 {
        width: 100%;
    }
}

/* ** Contador de proposituras - layout 1 ** */

.section-contador-one .counter-column {
    margin-bottom: 80px !important;
}

.section-contador-one {
    background-image: url(https://weblinesistemas.com.br/arquivos_site/images/fundo.png);
    margin-bottom: 15px;
}

/* ** Contador de proposituras - layout 2 ** */

.section-contador-two {
    padding-top: 15px;
    padding-bottom: 15px;
    background: none;
}

.section-contador-two .fact-counter {
    margin-bottom: 0;
}

.section-contador-two .fact-counter .counter-column {
    margin-top: 10px;
    padding: 0 10px;
} 

.section-contador-two .fact-counter .counter-column .inner-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    transition: all .3s ease;
    width: 100%;
}

.section-contador-two .fact-counter .counter-column .icon-border {
    border: 2px solid #2B8CDA;
}

.section-contador-two .fact-counter .counter-column .icon {
    min-width: 40px;
    width: 40px !important;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #2B8CDA;
    font-size: 26px;
}

.section-contador-two .fact-counter .count-wrapper {
    min-width: 115px;
    padding-left: 10px;
}

.section-contador-two .fact-counter .count-box {
    color: #333232;
}

.section-contador-two .fact-counter .count-box .count-text {
    font-size: 28px;
    line-height: 30px;
}

.section-contador-two .fact-counter .text {
    color: #5E5E5E;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
    padding-top: 0;
}

.section-contador-two .fact-counter .counter-column .icon:not(.icon-border) {
    margin: 0 5px 0 10px;
    font-size: 30px;
}

.section-contador-two .fact-counter .counter-column a {
    display: flex;
    height: 100%;
    width: 100%;
}

.section-contador-two .fact-counter .counter-column a:hover .inner-column {
    transform: translateY(-5px);
}

@media (max-width: 1024px) {
    .section-contador-two .fact-counter .count-wrapper {
        padding-left: 7px;
        min-width: 105px;
    }

    .section-contador-two .fact-counter {
        padding-top: 0;
    }

    .section-contador-two .fact-counter .counter-column .icon {
        margin: 0;
    }

    .section-contador-two .fact-counter .counter-column {
        margin-bottom: 3px;
    }
}

@media (max-width: 767px) {
    .section-contador-two .fact-counter .counter-column {
        padding: 0 7px;
    }

    .section-contador-two .fact-counter .count-box .count-text {
        font-size: 24px;
        line-height: 26px;
    }

    .section-contador-two .fact-counter .text {
        font-size: 12px;
        line-height: 14px;
    }
}

@media(min-width: 576px) and (max-width: 991px) {
    .section-contador-two .fact-counter .counter-column {
        flex: 0 0 50%;
        width: 50%;
    }
}

/* ** Barra de trasnmissao ** */

.news-section.blog-checkerboard .news-block.no-container {
    padding: 0 30px;
}

/* ** Barra de trasnmissao - layout 2 ** */

.news-section-two {
    padding: 20px 0;
}

.news-section-two .news-block {
    padding: 0 15px;
    margin-bottom: 0;
}

.news-section-two .news-block.style-two .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    background: #075B9E;
    border-radius: 20px;
}

.news-section-two .news-block.style-two .image-box {
    max-width: 210px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: unset;
}

.news-section-two .news-block.style-two .image-box .icon {
    color: #FFF;
    font-size: 100px;
}

.news-section-two .news-block.style-two .news-block-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #2B8CDA 0%, #075B9E 100%);
    width: 100%;
    padding: 20px 40px;
}

.news-section-two .news-block .lower-content {
    position: relative;
    max-width: 460px;
    width: 100%;
    text-align: left;
    padding: 0;
    background: transparent;
}

.news-section-two .news-block .lower-content h3, 
.news-section-two .news-block .lower-content .h3 {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    word-break: break-word;
}

.news-section-two .news-block .lower-content .text {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.news-section-two .news-block.style-two .button-box-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.news-section-two .news-block .read-more-btn {
    background: #FFF;
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 10px;
    padding: 9px 25px;
    font-weight: 500;
    min-height: 45px;
}

.news-section-two .news-block .read-more-btn span {
    color: #075B9E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    position: relative;
    white-space: nowrap;
    transition: padding 0.3s ease;
}

.news-section-two .news-block .read-more-btn .icon {
    margin-left: 20px;
    transition: 300ms all ease;
    font-size: 21px;
}

.news-section-two .news-block .read-more-btn:hover span {
    padding: 0;
}

.news-section-two .news-block .read-more-btn:hover span .icon {
    transform: translateX(10px);
}

@media (min-width: 1400px) {
    .news-section-two .no-container .lower-content .h3 br,
    .news-section-two .no-container .lower-content h3 br{
        display: none;
    }
    
    .news-section-two .news-block.no-container .lower-content{
        max-width: 100%;
        padding: 10px 0;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .news-section-two.blog-checkerboard .news-block .inner-box, 
    .news-section-two.blog-checkerboard .news-block.style-two .inner-box {
        flex-direction: row;
    }
}

@media (max-width: 991px) {
    .news-section-two .news-block.style-two .image-box {
        padding: 20px;
    }

    .news-section-two .news-block.style-two .button-box-right {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .news-section-two .news-block.style-two .news-block-wrapper {
        flex-direction: column;
    }

    .news-section-two.blog-checkerboard .news-block .lower-content {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .news-section-two .news-block .lower-content h3, 
    .news-section-two .news-block .lower-content .h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 479px) {
    .news-section-two .news-block.style-two .news-block-wrapper {
        padding: 30px 15px;
    }
}

.form-style-one .form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-style-one label {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
    min-height: 20px;
}

.form-style-one label sup {
    color: #ff0000;
    font-weight: 400;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.form-style-one .input-group input, .form-style-one .input-group textarea, .form-style-one .input-group select {
    width: 100% !important;
    padding: 14px 15px !important;
    padding-left: 67px !important;
    outline: none !important;
    border: 1px solid #C5D2E2 !important;
    font-size: 15px !important;
    color: #333;
    font-weight: 400 !important;
    line-height: 20px !important;
    border-radius: 5px !important;
    height: 50px !important;
}

.form-style-one .input-group .icon {
    z-index: 99;
    position: absolute !important;
    padding: 10px !important;
    padding-top: 15px !important;
    top: 1px !important;
    left: 1px !important;
    background: #eef3f9 !important;
    color: #3B7EFF !important;
    font-size: 18px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    text-align: center !important;
    border-radius: 5px 0 0 5px !important;
    border-right: 1px solid #C5D2E2 !important;
}

.fundoAcessibilidade {
    background: linear-gradient(#fbfbfb, #f0f0f0);
    min-height: 56px;
    display: table;
    text-align: center;
    width: 100%;
}

.linksOpcoesAcesso {
    color: #5e5e5e;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 13px;
    padding-left: 24px;
}

.liAcessibilidade {
    line-height: 40px;
    padding: 7px;
}

img {
    vertical-align: middle;
}

.dropAba {
    z-index: 1000;
    margin-top: unset !important;
    top: unset !important;
    right: 0px;
    position: fixed;
    z-index: 500;
    /* top: 185px; */
    top: 50% !important;
    margin-top: -32vh;
    margin-right: 65px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding: 10px;
    line-height: 2;
    width: max-content;
}

.dropAba a {
    text-decoration: none;
    cursor: pointer;
    color: #6d6d6d;
    font-weight: 700;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

/* .quadroSolicitante {
    border: 15px solid #e0e6f2;
    margin-left: 0px;
    margin-right: 0px;
} */

.margin-top20px {
    margin-top: 20px;
}

.fs28px {
    font-size: 28px !important;
}

.fact-counter .counter-column .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px !important;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-bottom-right-radius: 10px;
    font-size: 36px;
    color: #ffffff;
}

.box, .box2 {
    /*background: url(https://www.weblinesistemas.com/responsivo/imagens/fundo_botao_grande.jpg) top repeat-x;*/
    display: table;
    position: relative;
    padding: 10px;
    border: 1px solid #b6b6b6;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.listaVereadores li {
    float: left;
    padding: 0px 8px 8px 0px;
    max-width: 30%;
}

.tituloBox {
    font-size: 14px;
    font-family: arial;
    color: #08419c;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 10px;
}

.fs9px {
    font-size: 9px;
}

.fs11px {
    font-size: 11px;
}

.listaVereadores, .listaUltimasGalerias {
    list-style: none;
    padding: 0px;
    margin-left: 0px;
}

.cpointer {
    cursor: pointer;
}

/**Menu com os vereadores**/
.main-menu .navigation > li.vereadores-new {
    position: initial;
}
.main-menu .navigation > li.vereadores-new > ul {
    /* width: 100%; */
    width: max-content;
    margin: 0;
    max-width: 1450px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.main-menu .navigation > li.vereadores-new ul > li {
    padding: 0;
}

.vereadores-new a {
    cursor: pointer;
}
.vereadores-new li.container {
    max-width: 100%;
    width: 100%;
}
.vereadores-new .card-body {
    padding: 10px;
}
.vereadores-new .vereador-mesa .card-body {
    padding: 0;
}
.vereadores-new .card-title {
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 100%;
    color: #141414;
}
.vereadores-new .card-name {
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
}
.vereadores-new .card-link .card-name {
    background: 
    linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)),
    linear-gradient(to right, rgba(50, 126, 239, 1), rgba(50, 126, 239, 1));
    background-size: 100% 0.2em, 0 0.2em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}
.vereadores-new .card-link:hover .card-name {
    background-size: 0 0.2em, 100% 0.2em;
}
.vereadores-new .vereadores-list .card-name,
.vereadores-new .vereador-mesa .card-name{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
} 
.vereadores-new .card-cargo {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
}
.vereadores-new .vereador-mesa .card-cargo {
    font-size: 14px;
    line-height: 18px;
}
.vereadores-new .card-img {
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    max-height: 80px;
    max-width: 80px;
}
.vereadores-new .card-img-more,
.vereadores-new .vereador-mesa .card-img {
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    max-height: 65px;
    max-width: 65px;
    width: 100%;
    height: 100%;
    margin-right: 10px;
}
.vereadores-new .card {
    margin-bottom: 15px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.vereadores-new .card.card-link {
    flex-direction: initial;
    margin: 0 0 15px;
    flex-wrap: nowrap;
    width: 100%;
}
.vereadores-new .card-container {
    width: 100%;
    height: 100%;
    max-height: 470px;
    column-fill: balance;
}
.vereadores-new .card-container.column-1 {
    column-count: 1;
}
.vereadores-new .card-container.column-2 {
    column-count: 2;
}
.vereadores-new .card-container.column-3 {
    column-count: 3;
}
.vereadores-new .vereador-mesa+.vereadores-list .card-container {
    max-height: 550px;
}
/* @supports (column-fill: auto) {
    .vereadores-new .card-container {
        column-fill: auto;
    }
} */
.vereadores-new .card-link+.card-link {
    margin-left: 0;
}
.vereadores-new .card-link {
    gap: 0;
    align-items: center;
    margin: 0;
    flex-wrap: nowrap;
}
.vereadores-list {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.vereadores-list .card-container-name {
    padding: 0;
    margin-top: 0;
    flex-shrink: inherit;
}

.vereadores-new > ul > li > div > a {
    position:relative;
    display:block;
    z-index: 1;
    font-weight:500;
    font-size: 15px;
    line-height: 28px;
    color:rgba(0,0,0,0.74);
    padding: 10px 0;
    /*text-transform:capitalize;*/
    text-transform: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile-menu .vereadores-new > ul > li > div > a {
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px solid transparent;
}
.vereadores-new > ul > li > div >a:hover{
    color: #333;
    transform: translateX(15px);
    transition: all 0.4s;	
}
.mobile-menu .vereadores-new .col-12 {
    width: 100%;
}
.mobile-menu .vereadores-new li.container {
    padding-left: 0;
}
@media(max-width: 1024px) {
    .vereadores-new .container {
        flex-direction: column;
    }
    .vereadores-new .col-md-2.col-12,
    .vereadores-new .col-md-3.col-12,
    .vereadores-new .col-12.vereadores-list {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .vereadores-new .vereadores-list {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .vereadores-new .card.card-link {
        max-width: 100%;
    }
    .vereadores-new .card-title {
        margin-top: 10px;
        font-size: 16px;
    }
    .vereadores-new .card-img {
        max-width: 80px;
        max-height: 80px;
    }
    .mobile-menu .navigation li.vereadores-new > ul {
        margin: 0;
        padding-left: 20px;
    }
    .vereadores-new .col-12.vereadores-list {
        padding-left: 0;
    }
    .vereadores-new .card-container,
    .vereadores-new .vereador-mesa+.vereadores-list .card-container {
        column-count: 1 !important;
        max-height: 100%;
    }
    .vereadores-new .no-image .card-img-more {
        max-width: 50px;
        max-height: 50px;
    }
}
@media(min-width: 1025px) {
    .vereadores-new .col-md-2,
    .vereadores-new .vereadores-list {
        border-left: 1px solid #E1E1E1;
        margin-left: 15px;
    }
    .vereadores-new .col-md-2 {
        padding-right: 25px;
    }
    .vereadores-new .no-image .card.card-link {
        margin-bottom: 5px;
        width: auto;
        margin-right: 5px;
    }
    .vereadores-new .no-image .card-img-more {
        display: none;
    }
}
@media(min-width: 1025px) and (max-width: 1300px) {
    .main-menu .navigation > li.vereadores-new > ul {
        width: 100%;
    }
    .vereadores-new .card-container-name {
        max-height: 65px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #121212;
    }
}
@media(min-width: 1025px) and (max-width: 1200px) {
    .vereadores-new .card-img-more {
        max-width: 55px;
        max-height: 55px;
    }
    .vereadores-new .vereadores-list .card-name {
        font-size: 14px;
    }
}
/**FIM-Menu com os vereadores**/

.feature-block-four .inner-box {
    position: relative;
    padding: 10px 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: transform .2s;
}

.feature-block-four .icon {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
}

.clients-section {
    position: relative;
    padding: 55px 0;
}

.clients-section .sponsors-outer {
    position: relative;
}

.owl-carousel.owl-loaded {
    display: block;
}

.clients-section .slide-item {
    position: relative;
    overflow: hidden;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-section .slide-item a {
    position: relative;
}

.clients-section .slide-item i {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: grayscale(1);
    color: #6a6a6a;
}

.clients-section .slide-item i.hover_img {
    position: absolute;
    -webkit-transform: translateY(calc(-100% - 30px));
    -ms-transform: translateY(calc(-100% - 30px));
    transform: translateY(calc(-100% - 30px));
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 35px;
    margin: 5px;
}

/* *** Menu - layout 1 *** */

.main-header-one {
    position: relative;
}

/* *** Menu - layout 2 *** */

.main-header-two {
    position: relative;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
}
.main-header-two .header-top{
    position: relative;
    height: 10px;
    background: linear-gradient(90deg, #2B8CDA 0%, #075B9E 100%);
}
.main-header-two .menu-box {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    padding: 0 25px;
    margin: auto;
}
.main-header-two .main-box {
    padding: 0 10px;
}
.main-header-two .logo {
    padding: 10px 0;
    min-height: 90px;
}
.main-header-two .logo img {
    max-height: 70px;
}
.main-header-two .main-menu .navigation {
    flex-wrap: wrap;
    justify-content: center;
}
.main-header-two .main-menu .navigation > li > a {
    font-weight: 600;
    color: #333232;
    line-height: 24px;
    padding: 10px 7px;
}
.main-header-two .main-menu .navigation > li > a:before {
    background: #2B8CDA;
}
.main-header-two .main-menu .navigation > li.dropdown > a:after {
    display: none;
}
.main-header-two .main-menu .navigation > li > ul {
    top: 90%;
    border-radius: 0 0 14px 14px;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.2);
}
.main-header-two .main-menu .navigation > li > ul > li > a {
    padding: 7px 10px 7px 0;
    text-transform: none;
}
.main-header-two .menu-divisor {
    display: block;
    width: 1px;
    height: 50px;
    background-color: #BDBDBD;
}
.main-header-two .outer-box {
    padding-left: 15px;
}
.main-header-two .search-box .search-btn {
    width: 30px;
}
.main-header-two .search-box .search-btn,
.main-header-two .search-box .close-search {
    color: #2B8CDA;
    font-size: 24px;
}
body:not(.search-active) .close-search {
    position: relative;
    z-index: -1;
    display: none;
}
body.search-active .search-btn {
    display: none;
    transition: all 500ms ease;
}
.main-header-two .search-popup {
    position: absolute;
    right: 0;
    left: auto;
    top: 58px;
    min-width: 370px;
    max-width: 370px;
    height: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 0 0 10px 10px;
}
.main-header-two .search-inner {
    padding: 30px;
    border-radius: 0 0 10px 10px;
}
.main-header-two .search-popup .auto-container {
    padding: 0;
}
.main-header-two .search-popup .form-group {
    border-radius: 10px;
    border: none;
}
.main-header-two .search-popup .form-group input[type="text"], 
.main-header-two .search-popup .form-group input[type="search"] {
    font-size: 14px;
    line-height: 25px;
    padding: 15px;
    height: 50px;
    background-color: #EDEDED;
}
.main-header-two .search-popup .form-group input[type="submit"],
.main-header-two .search-popup .form-group button {
    right: 15px;
    line-height: 50px;
    background: #EDEDED;
    color: #2B8CDA;
}
.main-header-two .mobile-header .nav-outer,
.main-header-two .mobile-sticky-header .nav-outer{
    float: left;
}
.main-header-two .mobile-header .logo,
.main-header-two .mobile-sticky-header .logo {
    padding: 0;
    float: none;
    min-height: 1px;
}

.main-header-two .mobile-menu .menu-box {
    position: relative;
    padding: 0px;
    z-index: 5;
    display: block;
}
.main-header-two .menu-search {
    padding: 25px 20px;
}
.main-header-two .menu-search .form-group {
    margin-bottom: 0;
}
.main-header-two .menu-search .form-group .input {
    padding: 10px 50px 10px 15px;
    background: #EDEDED;
    border-radius: 10px;
    border: none;
}
.main-header-two .menu-search .form-group button {
    right: 5px;
    color: #2B8CDA;
    font-size: 20px;
}

/* *** main content *** */
main {
    min-height: calc(100vh - 393px);
}

body:not(.page-home) main > .container {
    max-width: 1200px;
}

/* *** Titulo das páginas *** */
h2.tituloPagina {
    background: none;
    font-family: inherit;
    border-width: 0 0 1px;
    border-color: #e7e7e7;
    text-align: left;
    color: #5E5E5E;
    font-size: 24px;
    font-weight: 400;
    margin: 0 10px 20px 10px;
    padding: 5px 0;
    letter-spacing: -0.1px;
}

/* *** Breadcrumb *** */

.breadcrumb {
    background: #FFF;
    width: max-content;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    padding: 0;
    border-radius: 8px;
    margin: 15px 0;
}

.breadcrumb > ol{
    display: none;
}

.breadcrumb-item {
    background: #fff;
    padding: 8px;
    position: relative;
    padding-left: 25px !important;
    overflow: hidden;
    padding-right: 5px;
}

.breadcrumb-item::before {
    font-size: 0;
    position: absolute;
    top: 0;
    right: calc(100% - 29px);
    width: 80px;
    height: 100%;
    z-index: 0;
    padding-right: 0 !important;
    background: #ffffff;
    box-shadow: 0px -2px 6px 0 rgb(0 0 0 / 10%);
    transform: rotate(115deg);
}

.breadcrumb-item a {
    color: #5f5f5f;
    transition: .3s all ease-in-out;
}

.breadcrumb-item:hover a{
    color: #2B8CDA;
}

.breadcrumb-item:first-child {
    border-radius: 8px 0 0 8px;
    padding-left: 15px !important;
}

.breadcrumb-item.active {
    background: #2B8CDA;
    border-radius: 0 8px 8px 0;
    color: #FFF;
    padding-right: 15px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px
}

.breadcrumb-item.active::before {
    box-shadow: 0 -2px 6px 0 rgb(0 0 0 / 20%);
}

@media(max-width: 579px) {
    .breadcrumb-item {
        font-size: 14px;
        line-height: 20px;
        border: solid #e1e1e1;
        border-width: 0 1px 1px 0;
        padding: 8px 15px !important;
        min-width: 50%;
    }

    .breadcrumb {
        margin: 15px 0;
        width: 100%;
        box-shadow: none;
        border: solid #e1e1e1;
        border-width: 1px;
        overflow: hidden;
    } 

    .breadcrumb-item::before {
        display: none;
    }

    .breadcrumb-item:nth-last-child(3) {
        border-width: 0;
    }

    .breadcrumb-item.active {
        max-width: 100%;
        width: 100%;
        display: -webkit-box;       
        -webkit-line-clamp: 2;      
        -webkit-box-orient: vertical; 
        overflow: hidden;           
        text-overflow: ellipsis;
        white-space: unset;
        max-height: 56px;
        line-height: 21px;
        border-radius: 0;
        border-width: 0;
        text-align: center;
    }
}

/* *** ultimas noticias destaque - layout 1 *** */

.section-last-news-one.no-container > .row{
    padding: 0 15px;
}
.section-last-news-one .news-block .image-box .image img {
    height: 200px;
    object-fit: cover;
}
.section-last-news-one .news-block .lower-content h4, 
.section-last-news-one .news-block .lower-content .h4 {
    min-height: 84px;
    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-last-news-one .news-block .lower-content .text {
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 81px;
}

/* *** ultimas noticias destaque - layout 2 *** */
.section-last-news-two.no-container > .row{
    padding: 0 15px;
}
.section-last-news-two {
    padding: 20px 0;
    background: none;
}
.section-last-news-two .sec-title {
    margin-bottom: 10px;
}
.section-last-news-two .sec-title h3, 
.section-last-news-two .sec-title .h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #2B8CDA;
}
.section-last-news-two .sec-title-mobile {
    display: none;
}
.section-last-news-two .sec-title-mobile h3, 
.section-last-news-two .sec-title-mobile .h3 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
}
.section-last-news-two .news-block-left .news-block, 
.section-last-news-two .news-block-right .news-block {
    margin-bottom: 0;
}
.section-last-news-two .news-block-left .news-block .inner-box, 
.section-last-news-two .news-block-right .news-block .inner-box {
    border-radius: 0;
    box-shadow: none;
}
.section-last-news-two .news-block .image-box .date {
    left: 20px;
    top: 20px;
    bottom: auto;
    padding: 5px 15px;
    border-radius: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-last-news-two .news-block .image-box .date .date-day {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    color: #333232;
    border-bottom: 1px solid #d9d9d9;
}
.section-last-news-two .news-block .image-box .date .date-month {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #2B8CDA;
    text-transform: uppercase;
}
.section-last-news-two .news-block .image-box .image img {
    height: 300px !important;
    border-radius: 20px;
}
.section-last-news-two .news-block .lower-content {
    padding: 0;
    background: transparent;
}
.section-last-news-two .news-block .lower-content h4, 
.section-last-news-two .news-block .lower-content .h4 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
    max-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333232;
}
.section-last-news-two .news-block-wrapper {
    min-height: 300px;
}

.section-last-news-two .news-block-left .news-block .inner-box:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.section-last-news-two .news-block-right .news-block .inner-box:hover {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
} 
.section-last-news-two .news-block-right .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.section-last-news-two .news-block-right .news-block .lower-content {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.section-last-news-two .news-block-right .news-block .lower-content h4, 
.section-last-news-two .news-block-right .news-block .lower-content .h4 {
    font-size: 16px;
    line-height: 18px;
    max-height: 36px;
    margin-top: 0;
}
.section-last-news-two .button-bottom-news {
    margin-right: 0;
    margin-top: 10px;
    margin-left: auto;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-last-news-two .button-bottom-news:before {
    content: '';
    display: block;
    width: calc(100% - 250px);
    height: 2px;
    background: #2787D4;
}
.section-last-news-two .button-bottom-news .icon-btn-two {
    min-height: 40px;
    font-size: 14px;
    font-weight: 400;
    background-color: #2B8CDA;

}
.section-last-news-two .button-bottom-news .icon-btn-two:hover {
    background: #075B9E;
    border-color: #075B9E;
    color: #ffffff;
}
.section-last-news-two .button-bottom-news .icon-btn-two span {
    display: flex;
    align-items: center;
    padding-right: 0;
}
.section-last-news-two .button-bottom-news .icon-btn-two:hover span {
    padding: 0;
}
.section-last-news-two .button-bottom-news .icon-btn-two span:after {
    display: none;
}
.section-last-news-two .button-bottom-news .icon-btn-two span .icon {
    margin-left: 20px;
    transition: 300ms all ease;
    font-size: 21px;
}
.section-last-news-two .button-bottom-news .icon-btn-two:hover span .icon  {
    transform: translateX(10px);
}

@media (max-width: 767px) {
    .section-last-news-two .sec-title {
        display: none;
    }
    .section-last-news-two .sec-title-mobile {
        display: block;
    }
    .section-last-news-two .news-block .image-box .date {
        padding: 5px 12px;
    }
    .section-last-news-two .news-block .image-box .date .date-day {
        font-size: 20px;
        line-height: 24px;
    }
    .section-last-news-two .news-block .image-box .date .date-month {
        font-size: 18px;
        line-height: 22px;
    }
    .section-last-news-two .news-block .image-box .image img {
        height: 270px !important;
    }
    .section-last-news-two .news-block-left .lower-content {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #D9D9D9;
    }
    .section-last-news-two .news-block-left .news-block .lower-content h4, 
    .section-last-news-two .news-block-left .news-block .lower-content .h4 {
        font-size: 18px;
        line-height: 24px;
        max-height: 48px;
    }
    .section-last-news-two .news-block-wrapper {
        min-height: 1px;
    }
    .section-last-news-two .button-bottom-news {
        margin: 10px auto 0;
        justify-content: center;
    }
    .section-last-news-two .button-bottom-news:before {
        display: none;
    }
}


/* *** ultimas galeria - layout 1 *** */

.case-study-section-one.no-container {
    padding: 15px;
}

.case-study-section-one .inner-box .image {
    max-height: 250px;
    overflow: hidden;
    transition: all 300ms ease;
}
.case-study-section-one .inner-box .image img {
    height: 220px;
    object-fit: cover;
}

/* *** ultimas galeria - layout 2 *** */

.case-study-section-two {
    padding: 15px 0;
    overflow: hidden;
    background: none;
}

.case-study-section-two.no-container {
    padding: 15px;
}

.case-study-section-two .sec-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin: 0 -15px 15px;
}

.case-study-section-two .sec-title .h3 {
    font-size: 24px;
    color: #333232;
    line-height: 1em;
    font-weight: 500;
}

.case-study-section-two .sec-title .icon-btn-two {
    min-height: 40px;
    font-size: 14px;
    font-weight: 400;
    background-color: #2B8CDA;
}

.case-study-section-two .sec-title .icon-btn-two:hover {
    background: #075B9E;
    border-color: #075B9E;
    color: #ffffff;
}

.case-study-section-two .sec-title .icon-btn-two span {
    display: flex;
    align-items: center;
    padding: 0;
}
.case-study-section-two .sec-title .icon-btn-two span:after {
    display: none;
}
.case-study-section-two .sec-title .icon {
    margin-left: 20px;
    transition: 300ms all ease;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 21px;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    color: #fff;
}
.case-study-section-two .sec-title .icon-btn-two:hover .icon {
    transform: translateX(10px);
}
.case-study-section-two .case-block {
    margin-bottom: 25px;
}
.case-study-section-two .case-block:hover .inner-box {
    transform: translateY(-5px);
}
.case-study-section-two .case-block .inner-box {
    border-radius: 0;
    box-shadow: none;
    overflow: initial;
    transition: all 300ms ease;
}
.case-study-section-two .inner-box .image {
    max-height: 220px;
    border-radius: 15px;
    overflow: hidden;
    transition: all 300ms ease;
}
.case-study-section-two .inner-box .image img {
    height: 220px;
    object-fit: cover;
}
.case-study-section-two .lower-content {
    padding: 10px 25px;
    text-align: left;
    z-index: 0;
    background-color: #ffffff;
    transition: all 0.3s ease;
    max-width: 80%;
    margin: -70px auto 0;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.case-study-section-two .date-box {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #5E5E5E;
}
.case-study-section-two .lower-content .text {
    font-size: 20px;
    line-height: 22px;
    color: #333232;
    font-weight: 600;
    margin: 0;
    padding-top: 0;
    min-height: 66px;
    display: flex;
    align-items: center;
}
.case-study-section-two .lower-content .text:before {
    display: none;
}
.case-study-section-two .lower-content .theme-btn {
    display: block;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    color: #2B8CDA;
    font-weight: 500;
    border-radius: 0;
    min-height: 0;
    background: transparent;
    transition: all 0.15s ease;
    padding: 0;
}
.case-study-section-two .lower-content .theme-btn:hover {
    color: #2B8CDA;
}
.case-study-section-two .lower-content .theme-btn span {
    padding-right: 30px;
    padding-left: 0;
}
.case-study-section-two .lower-content .theme-btn span:after {
    opacity: 1;
    right: 0;
}
.case-study-section-two .lower-content .theme-btn:hover span:after {
    right: -24px;
}
.case-study-section-two .button-bottom-galery {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.case-study-section-two .button-bottom-galery .icon-btn-two {
    min-height: 40px;
    font-size: 14px;
    font-weight: 400;
    background-color: #2b8cda;
}

.case-study-section-two .button-bottom-galery .icon-btn-two span {
    display: flex;
    align-items: center;
    padding: 0;
}
.case-study-section-two .button-bottom-galery .icon-btn-two:hover {
    background: #075B9E;
    border-color: #075B9E;
    color: #ffffff;
}
.case-study-section-two .button-bottom-galery .icon-btn-two span:after {
    display: none;
}
.case-study-section-two .button-bottom-galery .icon {
    margin-left: 20px;
    transition: 300ms all ease;
    font-size: 21px;
    color: #fff;
}

.case-study-section-two .button-bottom-galery .icon-btn-two:hover .icon {
    transform: translateX(10px);
}

@media (max-width: 991px) {
    .case-study-section-two .button-bottom-galery{
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .case-study-section-two .sec-title .icon-btn-two {
        display: none;
    }
}

/* *** Botoes dinamicos - geral *** */
.section-buttons-dinamico.no-container .divBotoes {
    padding: 0 15px;
}

.section-buttons-dinamico .estiloBotao{
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    transition: all 0.3s ease;
    display: grid;
    background: var(--color-bg-btn);
    border-radius: var(--border-radius-tm);
    overflow: hidden;
}

.section-buttons-dinamico .estiloBotao:hover{
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}

.section-buttons-dinamico .divBotoes {
    width: 100% !important;
    margin: 10px 0px !important;
}

.section-buttons-dinamico .divBotoes.row {
    justify-content: center;
}

.section-buttons-dinamico .botoes-items {
    margin-bottom: 10px;  
    padding: 0; 
    padding-left:5px;
}

.section-buttons-dinamico .only-img,
.section-buttons-dinamico .only-text {
    justify-content: center;
    align-items: center;
    height: 100%;
}
.section-buttons-dinamico .only-text > div,
.section-buttons-dinamico .botoesDinamicos1,
.section-buttons-dinamico .botoesDinamicos {
    display: flex; 
    justify-content: center;
    align-items: center; 
    padding: 5px;
}
.section-buttons-dinamico .botoesDinamicos1,
.section-buttons-dinamico .botoesDinamicos {
    color: var(--color-txt);
    background: var(--color-bg-btn);
}
.section-buttons-dinamico .only-text > div {
    color: var(--color-txt);
}
.section-buttons-dinamico .only-img .img-responsive {
    object-fit: cover;
    border-radius: var(--border-radius-tm);
    width: 100%;
    height: 100%;
}
.section-buttons-dinamico .with-icon i {
    padding: 10px;
    color: var(--color-txt);
}

.section-buttons-dinamico .text-img .img-responsive {
    max-height: 100px;
    width: 100%;
    object-fit: cover;
}

.section-buttons-dinamico .only-img {
    width: 100%;
    display: flex;
    border-radius: var(--border-radius-tm);
}

@media(min-width: 992px) {
    .section-buttons-dinamico .only-img .img-responsive {
        max-height: 155px;
    }
}

@media (max-width: 991px) {
    .section-buttons-dinamico .botoesDinamicos1 .h4,
    .section-buttons-dinamico .only-text .h4{
        font-size: 16px;
        line-height: 20px;
    }

    .section-buttons-dinamico .only-text {
        padding: 15px;
    }
}

/* *** Botoes dinamicos - layout 1 *** */
.section-bottons-1 a {
    display: block;
    height: 100%;
}

/* *** Botoes dinamicos - layout 4 *** */
.features-section.section-bottons-four {
    background: transparent !important;
    margin-bottom: 20px;
    padding-top: 30px;
}
.features-section.section-bottons-four.no-container {
    padding-left: 15px;
    padding-right: 15px;
}

.features-section.section-bottons-four .auto-container .row,
.features-section.section-bottons-four.no-container .row {
    justify-content: center;
}

.features-section.section-bottons-four .feature-block-three {
    margin-bottom: 15px;
    margin-top: 0;
}

.features-section.section-bottons-four .feature-block-three .inner-box h4, 
.features-section.section-bottons-four .feature-block-three .inner-box .h4 {
    display: flex;
    align-items: center;
    min-height: 54px;
    width: 100%;
}

.section-bottons-four .feature-block-three .inner-box {
    padding: 15px;
}
.section-bottons-four .feature-block-three .inner-box .content {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.section-bottons-four .feature-block-three.only-text .inner-box .content {
    justify-content: center;
}
.section-bottons-four .feature-block-three .inner-box .icon {
    position: static;
    transform: none;
    margin-right: 10px;
}
.section-bottons-four .feature-block-three .inner-box:not(:hover) .icon {
    color: var(--color-txt);
}
.section-bottons-four .feature-block-three .inner-box:hover {
    background-color: var(--color-bg-btn);
}

.section-bottons-four .feature-block-three.text-img .img-responsive{
    max-width: 40%;
    margin-right: 10px;
    max-height: 90px;
}

.section-bottons-four .feature-block-three.only-img .img-responsive{
    max-height: 90px;
    width: 100%;
    object-fit: cover;
}
.section-bottons-four .feature-block-three.only-text .h4 {
    justify-content: center;
}

@media(max-width: 1024px) and (min-width: 768px) {
    .section-bottons-four .feature-block-three .inner-box .icon {
        font-size: 30px;
        line-height: 30px;
    }

    .features-section.section-bottons-four .feature-block-three .inner-box h4, 
    .features-section.section-bottons-four .feature-block-three .inner-box .h4 {
        font-size: 15px;
    }

    .features-section.section-bottons-four .feature-block-three {
        padding: 0 7px;
    }
    .section-bottons-four .feature-block-three.text-img .content {
        flex-direction: column;
        align-items: center;
    }
    .section-bottons-four .feature-block-three.text-img .img-responsive {
        margin-right: 0;
        margin-bottom: 5px;
        max-width: 100%;
    }

}

@media(max-width: 767px) {
    .section-bottons-four .feature-block-three.only-img .img-responsive{
        max-height: 150px;
    }
}

/* *** Botoes dinamicos - layout 5 *** */
.section-bottons-five  {
    margin-bottom: 20px;
    padding-top: 15px;
}
.section-bottons-five .feature-block-three {
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0 5px;
}
.section-bottons-five .no-container {
    padding-left: 15px;
    padding-right: 15px;
}

.section-bottons-five .feature-block-three .inner-box {
    padding: 12px;
    border-radius: 2px;
}
.section-bottons-five .feature-block-three .inner-box .content {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}
.section-bottons-five .feature-block-three .inner-box .icon {
    position: static;
    transform: none;
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 45px;
}
.section-bottons-five .feature-block-three .inner-box:not(:hover) .icon {
    color: var(--color-txt);
}
.section-bottons-five .feature-block-three .inner-box:hover {
    background-color: var(--color-bg-btn);
}

.section-bottons-five .feature-block-three.text-img .img-responsive{
    margin-bottom: 10px;
    width: 100%;
    max-height: 100px;
    object-fit: cover;
}
.section-bottons-five .feature-block-three.only-img .img-responsive{
    max-height: 90px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .features-section.section-bottons-five {
        padding: 15px 0 0 ;
    }
}
@media(max-width: 767px) {
    .section-bottons-five .feature-block-three.only-img .img-responsive{
        max-height: 150px;
    }
}

/* *** Botoes dinamicos - layout 6 *** */

.section-bottons-six.clients-section {
    padding: 50px 0;
}

.section-bottons-six .auto-container {
    max-width: 1300px;
}

.section-bottons-six.clients-section .owl-dots {
    display: none !important;
}
.section-bottons-six .owl-prev {
    float: none;
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.section-bottons-six .owl-next {
    float: none;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.section-bottons-six .owl-carousel {
    padding: 0 30px;
}

.section-bottons-six .slide-item {
    min-height: 80px;
    padding: 0 8px;
}

.section-bottons-six .slide-item i {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
}
.section-bottons-six .text-2 {
    line-height: 24px;
    font-size: 16px;
    color: var(--color-txt);
}

/* *** Botoes dinamicos - layout 7 *** */

.section-bottons-seven {
    padding: 0 0 15px;
}

.section-bottons-seven .sec-title {
    margin-bottom: 10px;
}
.section-bottons-seven .sec-title h3, 
.section-bottons-seven .sec-title .h3 {
    font-size: 24px;
    color: #333232;
    line-height: 1em;
    font-weight: 500;
}
.section-bottons-seven .sponsors-outer {
    background: var(--bg-color-layout);
    border-radius: 16px;
    padding: 15px 30px;
}
.section-bottons-seven .slide-item {
    min-height: 65px;
    background: #FFF;
    border-radius: 10px;
    padding: 5px;
    margin: 0 5px;
}
.section-bottons-seven .slide-item i {
    color: var(--color-icon);
    filter: grayscale(0);
    font-size: 2.4em;
}
.section-bottons-seven .slide-item:hover i.hover_img {
    filter: brightness(0.8);
}
.section-bottons-seven .text-2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-left: 5px;
}
.section-bottons-seven .only-img {
    display: block;
    width: 100%;
}
.section-bottons-seven .only-img .divBotoesImg {
    max-height: 56px;
}

.section-bottons-seven .owl-dots {
    display: none !important;
    margin-top: 10px;
    justify-content: center;
}
.section-bottons-seven .owl-dots .owl-dot {
    display: block;
    width: 100%;
}

.section-bottons-seven .owl-dots .owl-dot.active span {
    background: var(--bg-color-layout);
    filter: invert(0.5);
}

.section-bottons-seven .owl-dots .owl-dot span {
    height: 3px;
    margin: 5px 0;
    background: #D6D6D6;
    display: block;
    transition: all .3s ease;
}

.section-bottons-seven .owl-nav .owl-prev,
.section-bottons-seven .owl-nav .owl-next {
    color: var(--bg-color-layout);
    filter: invert(0.5);
}

.section-bottons-seven .owl-nav .owl-prev {
    float: none;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin: 0 5px;
}
.section-bottons-seven .owl-nav .owl-next {
    float: none;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .section-bottons-seven  .owl-nav {
        display: none !important;
    }

    .section-bottons-seven .owl-dots {
        display: flex !important;
    }

    .section-bottons-seven .sponsors-outer {
        padding: 15px;
    }

    .section-bottons-seven .owl-carousel .owl-item img {
        max-height: 56px;
    }
}

/* *** Fale conosco - layout 1 *** */

.contact-form-section-one.no-container .auto-container {
    max-width: 1440px;
}

/* *** Fale conosco - layout 2 *** */
.contact-form-section-two {
    padding: 15px 0 30px;
}

.contact-form-section-two .form-outer {
    justify-content: space-evenly;
    box-shadow: none;
    overflow: initial;
    border-radius: 0;
}

.contact-form-section-two .contact-form {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    background: #FFF;
    padding: 30px 40px;
}

.contact-form-section-two .icone {
    align-items: center;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
    display: flex;
}

.contact-form-section-two .icone .fa {
    color: #2B8CDA;
    padding: 0px 15px 0px 0px;
}

.contact-form-section-two .contact-form .h4,
.contact-form-section-two .contact-form h4 {
    color: #5E5E5E;
}

.contact-form-section-two .contact-form .title {
    margin-bottom: 30px;
}

.contact-form-section-two .contact-form .title p {
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.contact-form-section-two .form-style-one .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-section-two .default-form .form-group select {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    text-indent: 10px;
    height: 40px;
    border-radius: 6px;
    -webkit-appearance: menulist; 
    -moz-appearance: menulist;   
    appearance: menulist; 
}

.contact-form-section-two .default-form .form-group input {
    height: 40px;
    border-radius: 6px;
}

.contact-form-section-two .contact-form-recaptcha {
    margin-bottom: 0;
}

.contact-form-section-two .form-group:last-child {
    padding-right: 0;
    margin-bottom: 0;
}

.contact-form-section-two .form-group .btn-style-four {
    min-width: 110px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
    background: #2B8CDA;
}
.contact-form-section-two .form-group .btn-style-four:hover {
    background: #075B9E;
}

.contact-form-section-two .contact-form-map {
    height: 100%;
}

.contact-form-section-two .contact-form-map .icon {
    color: #075B9E;
    margin-right: 15px;
    padding-left: 5px;
}

.contact-form-section-two .contact-form-map h4, 
.contact-form-section-two .contact-form-map .h4 {
    color: #333232;
    font-weight: 500;
}
.contact-form-section-two .css-linkGoogle {
    width: 100%;
    height: 100%;
    max-height: calc(100% - 45px);
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.contact-form-section-two .form-style-one .form-group.contact-form-recaptcha {
    margin-bottom: 0;
}

@media(min-width: 1241px) {
    .contact-form-section-two .contact-form-recaptcha {
        max-width: calc(100% - 180px);
    }
}

@media(max-width: 1240px) {
    .contact-form-section-two .contact-form-recaptcha .g-recaptcha > div {
        margin: auto;
    }

    .contact-form-section-two .contact-form-recaptcha .col-sm-10 {
        margin: auto;
    }

    .contact-form-section-two .form-group:last-child {
        padding-right: 15px;
        margin: auto;
        text-align: center;
    }
}

@media(max-width: 991px) {
    .contact-form-section-two {
        background: #fff;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
        margin-top: 15px;
        margin-bottom: -29px;
        padding-bottom: 50px;
    }

    .contact-form-section-two .form-outer {
        margin-bottom: 0;
    }

    .contact-form-section-two .contact-form {
        background: transparent;
        box-shadow: none;
        padding: 20px;
    }

    .contact-form-section-two .form-group .btn-style-four {
        max-width: 250px;
        margin: 13px auto;
    }

    .contact-form-section-two .contact-form-map {
        margin-top: 30px;
        padding: 0 15px;
    }

    .contact-form-section-two .contact-form-map .icone {
        margin-bottom: 20px;
    }

    .contact-form-section-two .css-linkGoogle {
        max-height: 100%;
        height: 500px;
    }
}

/* *** Rodape - layout 1 *** */
@media(max-width: 991px) {
    .main-footer-one .footer-column.col-lg-8{
        width: 100%;
    }

    .main-footer-one .footer-column.col-lg-8 + .col-sm-5{
        width: 100%;
    }

}

/* *** Rodape - layout 2 *** */

body:not(.page-home) .main-footer-two.mapa-site{
    margin-top: 30px;
}

.main-footer-two.mapa-site {
    text-align: center;
}

.main-footer-two.mapa-site .mapa-site-button {
    width: 150px;
    height: 30px;
    border: 0;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    background: #2B8CDA;
    border-radius: 10px 10px 0 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    transition: 300ms all ease;
}

.main-footer-two.mapa-site .mapa-site-button:hover {
    background: #075B9E;
}

.main-footer.main-footer-two {
    background-color: #075B9E;
    padding: 60px 15px 0;
}

.main-footer-two .auto-container {
    max-width: 1300px;
}

.main-footer-two .auto-container > .row {
    justify-content: space-evenly;
}

.main-footer-two .mapa_site {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.main-footer-two .widget-title {
    line-height: 1;
    margin-bottom: 15px;
}

.main-footer-two .widget-title a{
    color: #ffffff;
    transition: all .3s ease;
}

.main-footer-two .widget-title a:hover {
    color: #53a6e9;
}

.main-footer-two .footer-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}

.main-footer-two .footer-title:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #3499EA;
}

.main-footer-two span.endereco-address {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #fff;
}

.main-footer-two .footer-bottom {
    margin-top: 40px;
}

.main-footer-two .copyright-text {
    padding: 25px 40px 15px;
    border-color: rgba(255, 255, 255, .5);
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

.main-footer-two .copy-right {
    text-align: right;
}

.main-footer-two .copyright-text a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #FFF;
}

@media (max-width: 1024px) {
    .main-footer-two .auto-container > .row {
        justify-content: space-between;
    }

    .main-footer-two .copyright-text {
        padding: 25px 0 15px;
    }

    .main-footer-two .col-lg-4, 
    .main-footer-two .col-lg-3 {
        margin-bottom: 40px;
    }

    .main-footer-two .copyright-text .col-12 {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .main-footer-two .footer-bottom {
        margin-top: 0;
    }

    .main-footer-two .auto-container > .row {
        flex-direction: column;
        justify-content: center;
    }

    .main-footer-two .copyright-text .col-12 {
        text-align: center;
    }

    .main-footer-two .copy-right {
        margin-top: 10px;
    }
}

/* *** pag vereadores *** */

.page-vereador .card-info-top {
    padding: 20px;
}
.page-vereador .card-info-top .card-body {
    padding-top: 0;
    padding-bottom: 0;
}
.page-vereador .card-info-top .card-title {
    font-size: 32px;
    line-height: 40px;
    color: #4C4C4D;
    font-weight: 700;
}
.page-vereador .card-info-top .card-text{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #3D3D3D;
}
.page-vereador .card-info-top img {
    max-height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.page-vereador .card-info-top .card-text strong {
    font-weight: 400;
    color: #8b8b8b;
}
.page-vereador .card-info-top .card-text a,
.page-vereador .card-info-top .card-text a:hover{
    color: #3D3D3D;
}
.page-vereador .card-info-top a.btn-success {
    background: #264d99;
    border-color:  #264d99;
    margin-top: 15px;
    border-radius: 6px;
    transition: 300ms all ease;
}
.page-vereador .card-info-top a.btn-success:hover {
    background: #2a5ab8;
    border-color: #2a5ab8;
}
.page-vereador .card-tabs .nav-tabs {
    border-bottom: 2px solid #D9D9D9;
}
.page-vereador .card-border,
div.busca-new-vereador {
    border-radius: 20px;
    border: 1px solid #DEDEDE;
}
div.busca-new-vereador {
    margin-bottom: 20px;
}
div.busca-new-vereador + script + .card.mt-3 table tr td > .row:nth-child(7) .col-md-12  {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-vereador .card-tabs .card-header,
.page-vereador #estatistica .card-header,
.busca-new-vereador .card-header {
    background: #fff;
    border-radius: 20px 20px 0 0;
    border: none;
}
.page-vereador .card-tabs .nav-tabs .nav-link {
    font-size: 15px;
    font-weight: 400;
    transition: 300ms all ease;
    border-width: 0 0 2px 0;
    border-bottom: 2px solid transparent;
}
.page-vereador .card-tabs .nav-tabs .nav-link:hover,
.page-vereador .card-tabs .nav-tabs .nav-item.show .nav-link, 
.page-vereador .card-tabs .nav-tabs .nav-link.active {
    color: #264d99;
    border-color: #264d99;
}
.page-vereador .card-tabs .nav-tabs .nav-item.show .nav-link, 
.page-vereador .card-tabs .nav-tabs .nav-link.active {
    font-weight: 500;
}
.page-vereador .card-tabs .card-body.tab-content {
    border: none;
}
.page-vereador .card-header .tituloPagina {
    margin-bottom: 0;
    padding: 0;
    background: none;
    border: none;
    color: #000;
    font-family: 'Poppins';
}
.page-vereador #estatistica .card-header,
.busca-new-vereador .card-header {
    padding: 14px 10px;
}
.page-vereador #estatistica .card-header .tituloPagina,
.busca-new-vereador .card-header .tituloPagina {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px 8px;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
    margin-bottom: 0;
}
.busca-new-vereador{
    padding: 0 20px 20px;
}
.busca-new-vereador .card-header {
    padding: 14px 0;
}
.busca-new-vereador .card-header .tituloPagina {
    margin: 0;
    color: #000;
}
.busca-new-vereador .card-body {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
}
.busca-new-vereador .card-body form .row{
    justify-content: center;
}
.busca-new-vereador .card-body form .row > div{
    padding: 0 10px;
}
.busca-new-vereador .list-group-item {
    margin: 0 48px 10px 15px;
}
.page-vereador #estatistica .card-body {
    padding: 15px;
    display: flex;
}
.page-vereador #estatistica .estatistica-proposicoes,
.page-vereador #estatistica .estatistica-presenca {
    width: 100%;
    text-align: center;
}
.page-vereador #estatistica .estatistica-presenca {
    max-width: 38%;
}
.page-vereador #estatistica .estatistica-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    background: #DEEDFB;
    color: #264882;
    display: block;
    max-width: fit-content;
    margin: auto;
}
.page-vereador .list-group-item+.list-group-item {
    border-top-width: 1px;
}
.page-vereador .list-group-item:last-child {
    box-shadow: none;
}
.page-vereador .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.page-vereador .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
div.busca-new-vereador + script + .card.mt-3 > .card-body > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
div.busca-new-vereador + script + .card.mt-3 > .card-body > a button.btn-info {
    float: none !important;
}
/* .areaBtnBuscaVereador h3.tituloPagina, 
.areaBtnBuscaVereador .h3.tituloPagina {
    border-radius: 5px 5px 0 0;
    background: #546675;
}
.areaBtnBuscaVereador h3, .areaBtnBuscaVereador .h3 {
    margin-bottom: 0px;
    border: 0px;
    padding: 6px;
    font-size: 14px;
    font-weight: 600;
}
.areaBtnBuscaVereador h3 + br, 
.areaBtnBuscaVereador .h3 + br {
    display: none;
} */
div.busca-new-vereador #btnReset,
div.busca-new-vereador #btnSearch {
    color: #FFF;
    transition: 300ms all ease;
}
div.busca-new-vereador #btnSearch {
    background: #347bdc;
    border-color: #347bdc;
}
div.busca-new-vereador #btnSearch:hover {
    background: #264d99;
}
div.busca-new-vereador #btnReset {
    border-color: #dc3912;
    background: #dc3912;
    margin-left: 0;
}
div.busca-new-vereador #btnReset:hover {
    border-color: #a12b0e;
    background: #a12b0e;
}
.page-vereador .badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.page-vereador .badge-primary {
    color: #fff;
    background-color: #007bff;
}
@media(min-width: 768px) {
    div.busca-new-vereador + script + .card.mt-3 .pagination {
        margin-top: 0;
    }

    div.busca-new-vereador + script + .card.mt-3 > .card-body > a {
        justify-content: flex-end;
    }
}
@media(max-width: 1200px) {
    .page-vereador #estatistica .card-body {
        flex-direction: column;
    }
    .page-vereador #estatistica .estatistica-presenca {
        max-width: 100%;
        margin-top: 50px;
    }
}
@media(max-width: 991px) {
    .page-vereador .card-info-top img {
        max-height: 500px;
        margin-bottom: 20px;
        width: 100%;
    }
    .page-vereador .card-info-top .col-md-3,
    .page-vereador .card-info-top .col-md-9 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-vereador .card-info-top .card-title {
        font-size: 22px;
        line-height: 32px;
    }
    .page-vereador .card-info-top a.btn-success {
        width: 180px;
        margin: 15px auto 0;
        display: flex;
        justify-content: center;
    }
    div.busca-new-vereador .busca-wrapper {
        width: 100% !important;
    }
}
@media(max-width: 767px) {
    .page-vereador .card-info-top img {
        max-height: 400px;
    }
}

/* *** pagina formulario *** */
.page-formulario .tituloPagina {
    background-color: #2a8ad8;
    border-color: #2a8ad8;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}
.page-formulario .textoTopoFormulario {
    margin-top: 20px;
    font-size: 14px;
}
.page-formulario .textoTopoFormulario img {
    max-width: 25px;
    margin-bottom: 5px;
}
.page-formulario .textoTopoFormulario span {
    font-size: 15px;
}
.page-formulario .textoTopoFormulario span a {
    color: #007bff;
}
.page-formulario #form-contato-site {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    max-width: 900px;
    margin: 40px auto 60px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
}
.page-formulario label.control-label + div,
.page-formulario label.control-label  {
    padding-right: 15px;
    padding-left: 15px;
}
.page-formulario input.form-control {
    height: 40px;
}
.page-formulario textarea.form-control {
    height: 120px;
    resize: none;
    margin-bottom: 10px;
}
.page-formulario .contact-form-recaptcha > div {
    padding: 0 15px;
}
.page-formulario .contact-form-button {
    padding: 0 15px;
    margin: 0 auto 16px;
    text-align: center;
}
.page-formulario .contact-form-recaptcha + .contact-form-button {
    text-align: right;
    margin: 0 0 16px;
}
.page-formulario .contact-form-button .btn {
    background: var(--color-blue-new);
    border: none;
    color: #FFF;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    transition: 300ms all ease;
    height: 45px;
    min-width: 150px;
}

.page-formulario .contact-form-button .btn:hover {
    background: var(--color-blue-new-hover);
}

@media(max-width: 767px) {
    .page-formulario .contact-form-recaptcha > div {
        width: 100%;
    }

    .page-formulario .contact-form-recaptcha .g-recaptcha > div {
        margin: auto;
    }
    .page-formulario .contact-form-button,
    .page-formulario .contact-form-recaptcha + .contact-form-button {
        text-align: center;
    }
}
/* *** pag mesa diretora *** */
.mesa-container .card {
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
.mesa-container .card-mesa-img {
    padding: 0;
}
.mesa-container .card-img-top {
    object-fit: cover;
    height: 220px !important;
}
.mesa-container .card-title {
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.mesa-container .atuacao {
    float: none;
    background: initial;
    font-weight: 600;
    line-height: 24px;
    color: #3D3D3D;
    padding-left: 0;
}
.mesa-container .atuacao span {
    font-weight: 400;
    color: #8b8b8b;
}
@media (min-width: 576px) {
    .mesa-container .card-body {
        padding-right: 10px;
    }
}
@media (max-width: 576px) {
    .mesa-container .card-img-top {
        height: 100% !important;
        max-height: 300px;
    }

    .mesa-container button {
        width: 100%;
    }
}
/* *** pagina galeria de vereadores *** */
.nome_vereador img {
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}