body {
    font-family: arial;
    line-height: 24px !important;
    margin: 0px;
    padding: 0px;
}

.titulo-conselhos{
    margin-bottom: 25px;
    text-align: center;
}
.titulo-conselhos::before{
    content: "//";
    margin-right: 5px;
    color: #88C6A1;
    font-weight: bolder;
}

.links-conselhos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.links-conselhos a{
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.link-card {
    display: inline-block;
    
    
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    transition: 250ms;

    padding: 15px;
    width: 100%;
    height: 100%;

    
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}


.link-card:hover {
    color: #2c911e;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.link-card i {
    font-size: 45px;
    padding-top: 20px;
}
.link-card h2{
    font-size: 1rem;
}
.op_inf {
    text-align: center;
}
#aaa {
    height: 340px;
}
@media (max-width: 500px) {
    .topo a div {
        display: block;
    }
    #aaa {
        height: 400px;
    }
}
#footer {
    font-family: arial;
    background-color: #333;
    width: 100%;
    margin-top: 100px;
    -webkit-box-shadow: 0px -12px 38px 17px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -12px 38px 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -12px 38px 17px rgba(0, 0, 0, 0.2);

    .col-md-3.address-footer {
        padding-left: 38px;
    }
}
.insta {
    padding: 15px;
    background-color: #fff;
    font-size: 13px;
    font-family: "Arial", sans-serif;
    margin-bottom: 40px;
    color: #fff;
    border-radius: 10px;
    margin-left: 0px !important;
}
.insta span {
    font-size: 11px;
    color: #fff;
}
.insta {
    background: #f09433;
    background: -moz-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
@media (max-width: 650px) {
    .sasas {
        text-align: center !important;
    }
}
.card {
    padding: 0px;
}
.row.card {
    margin-bottom: 20px;
    border-radius: 4px;
}
.card p {
    text-align: justify;
}
.imgnot {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}
.imgnott {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 5px;
    object-position: center;
    margin: 10px;
}
.titnot {
    padding: 0px 25px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
#tnew a {
    color: #333;
    text-decoration: none;
}
.acessoInformacaoFixo {
    position: fixed;
    z-index: 9999;
    top: 50px;
    right: 0px;
    padding: 3px;
    background: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    box-shadow: 1px 1px 3px 1px black;
}
.acessoInformacaoFixo:hover font {
    text-decoration: underline;
}
#acessibilidade a {
    color: white;
}
ul#menu-top a {
    color: white;
}
ul#menu-top i {
    margin-right: 7px;
}

ul#menu-top #setores font {
    margin: 0 7px;
}
ul#menu-top #setores div.dropdown-setores {
    display: none;
    border: 1px solid #26352a;
    border-radius: 6px;
    width: 160px;
    background-color: #fff;
}
ul#menu-top #setores div.dropdown-setores .nav div {
    background-color: #fff;
}
ul#menu-top #setores div.dropdown-setores .nav-link {
    color: #3b6648;
}
ul#menu-top #setores div.dropdown-setores .nav-item:hover .nav-link {
    color: #d22222;
}
ul#menu-top > li > a:focus,
ul#menu-top > li > a:hover {
    background-color: transparent;
}
ul#menu-top #setores:hover div.dropdown-setores {
    display: block;
    position: absolute;
}
ul#menu-top #setores:hover div.dropdown-setores .nav .nav-item {
    width: 100%;
    font-size: 13px;
}
ul#menu-top #setores:hover div.dropdown-setores .nav .nav-item div .nav-link {
    line-height: 15px;
    color: #3b6648;
}
ul#menu-top
    #setores:hover
    div.dropdown-setores
    .nav
    .nav-item
    div
    .nav-link:hover {
    color: #d22222;
}

ul#menu-top #setores div.dropdown-setores .gab,
ul#menu-top #setores div.dropdown-setores .sec,
ul#menu-top #setores div.dropdown-setores .dir,
ul#menu-top #setores div.dropdown-setores .org,
ul#menu-top #setores div.dropdown-setores .fund,
ul#menu-top #setores div.dropdown-setores .comite {
    margin-top: 1px;
    display: none;
    border: 1px solid #26352a;
    border-radius: 6px;
    width: 180px;
}
ul#menu-top #setores div.dropdown-setores #gabinete:hover .gab,
ul#menu-top #setores div.dropdown-setores #secretarias:hover .sec,
ul#menu-top #setores div.dropdown-setores #diretorias:hover .dir,
ul#menu-top #setores div.dropdown-setores #orgaos:hover .org,
ul#menu-top #setores div.dropdown-setores #fundacoes:hover .fund,
ul#menu-top #setores div.dropdown-setores #comites:hover .comite   {
    display: block;
    position: absolute;
    margin-left: 158px;
    margin-top: -41px;
}

ul#menu-top #servicos div.dropdown-menu a {
    color: #26352a;
    font-size: 14px;
    text-align: center;
}
ul#menu-top #servicos div.dropdown-menu a:hover {
    color: #ff0000;
}
ul#menu-top {
    gap: 10px;
    font-size: 16px;
    font-family: Arial;
}
ul#menu-top #servicos {
    cursor: pointer;  
}
ul#menu-top #servicos div.dropdown-menu {
    left: 75%;
    top: 45%;
}
@media (max-width: 1199px){

    ul#menu-top #servicos div.dropdown-menu {
    left: 0;
    top: 90%;
} 
}
ul#menu-top #servicos,
ul#menu-top #setores,
ul#menu-top #diario,
ul#menu-top #licitacoes,
ul#menu-top #noticias,
ul#menu-top #plano,
ul#menu-top #privacidade {
    cursor: pointer;
    background-color: #00000025;
    border-radius: 10px;
}

/* Menu responsivo começo */

#menu-top-responsivo{
    display: none;
}

@media (max-width: 991px) {
    .topo .navbar .navbar-toggler{
        background-color: #2D4133;
    }
    .navbar-toggler {
        width: 80vw;
        color: #2D4133;
    }
	#menu-top {
		display: none;
	}
	#menu-top-responsivo{
		display: block;
	}
    #navbarMenu {
        background-color: #ffffff;
        width: 0vh;
    }
    #navbarMenu .nav {
        flex-direction: column;
    }
    #setores > details{
        margin-bottom: 10px;
        margin-top: 10px;
        color: #2D4133;
    }
    #servicos > summary{
        margin-bottom: 10px;
        margin-top: 10px;
        color: #2D4133;
        list-style: none;
    }
    #setores > details i{
        margin-right: 10px;
        margin-left: 10px;
    }
    #servicos > summary i{
        margin-left: 10px;
    }
    #setores > details summary{
        list-style: none;
    }
    #setores > details details{
        padding: 8px;
    }
    #setores > details details summary a{
        padding: 0px;
    }

    ul#menu-top-responsivo #servicos,
    ul#menu-top-responsivo #setores,
    ul#menu-top-responsivo #diario,
    ul#menu-top-responsivo #licitacoes,
    ul#menu-top-responsivo #noticias,
    ul#menu-top-responsivo #plano,
    ul#menu-top-responsivo #privacidade {
        background-color: transparent;
        padding: 10px;
    }
    ul#menu-top-responsivo #setores a,
	ul#menu-top-responsivo #servicos a,
    ul#menu-top-responsivo #diario a,
    ul#menu-top-responsivo #licitacoes a,
    ul#menu-top-responsivo #noticias a,
    ul#menu-top-responsivo #plano a,
    ul#menu-top-responsivo #privacidade a {
        text-decoration: none;
        color: #2D4133;
        font-size: 16px;
        padding: 6px;
    }
    ul#menu-top-responsivo i{
        margin-right: 10px;
    }
	#aaa .container, .logo-nav{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
}

/* Menu responsivo final */



#aaa .container .row .menu-topo .topo {
    padding: 0 !important;
}

@media (max-width: 900px) {
    .acessoInformacaoFixo {
        display: none !important;
    }
}

@media (max-width: 600px) {
    #acess1 {
        display: none;
    }

    #acess2 {
        display: block !important;
    }
}
@media (max-width: 600px) {
    #aaa {
        height: 365px;
    }
}
@media (min-width: 750px) {
    .insta {
        width: 340px !important;
    }
}
@media (max-width: 800px) {
    .insta {
        margin-right: 10px;
    }
}
#voltar {
    float: right;
    clear: both;
}
.background {
    z-index: 500;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: top;
    background-size: cover;
    background-image: url("../img/1.jpg");
    font-size: 16px;
}

.modal-header {
    padding-bottom: 5px;
}

.modal-header > .modal-title {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
}

#modal-question h3 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.modal-question-content {
    display: flex;
    margin-top: 16px;
    min-height: 120px;
    gap: 14px;
}

.protocol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    width: 50%;
    min-height: 100%;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.protocol-title {
    display: flex;
    justify-content: left;
    align-items: center;
}

.protocol-help-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.protocol .protocol-help-title > a {
    width: 56px;
    height: 20px;
    padding: 0;
    border-radius: 10px;
    font-size: 10px;
    gap: 3px;
    background-color: #fff;
    border: 1px solid #808080;
    color: #808080;
}

.protocol .protocol-help-title > a:hover {
    background-color: transparent;
    border: 1px solid #007bff;
    color: #007bff;
}

.protocol .protocol-help-title i {
    color: #808080;
    font-size: 8px;
}

.protocol .protocol-help-title > a:hover i {
    color: #007bff;
}

.protocol div img {
    margin-right: 10px;
    max-width: 30px;
}

.protocol a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px;
    font-size: 14px;
    gap: 10px;
    color: #ffffff;
    background-color: #007bff;
    border-radius: 5px;
}

#modal-question .about-protocol {
    padding: 18px;
    margin-bottom: -1rem;
}

.protocol a:hover {
    background-color: #007bffdc;
}

.protocol-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.protocol-bottom div {
    display: flex;
    align-items: center;
}

.protocol-bottom div img {
    max-width: 30px;
    margin-right: 10px;
}

.protocol-bottom a {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    padding: 8px;
    gap: 10px;
    background-color: #007bff;
    border-radius: 5px;
}

.protocol-bottom a:hover {
    background-color: #007bffdc;
}

.protocol i {
    color: #fff;
    opacity: 50%;
}

.protocol-bottom i {
    color: #fff;
    opacity: 50%;
}

@media (max-width: 991px) {
    .modal-question-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .protocol {
        width: 100%;
    }

    .protocol-bottom {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .protocol-bottom a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 6px;
        font-size: 14px;
        gap: 10px;
        color: #ffffff;
        background-color: #007bff;
        border-radius: 5px;
    }
}

@media (max-width: 900px) {
    .titulo-conselhos{
        margin-top: 30px;
    }

}

@media (max-width: 520px) {
    .links-conselhos{
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 425px) {
    .modal-question-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .protocol {
        width: 100%;
        font-size: 12px;
    }

    .protocol div img {
        max-width: 25px;
    }

    .protocol a {
        font-size: 14px;
    }

    .protocol-bottom {
        font-size: 12px;
    }

    .protocol-bottom div img {
        font-size: 12px;
    }

    .protocol-bottom a {
        font-size: 14px;
    }
}

/* Responsivo das abas do Portal tranparencia, Protocolo e Consulta previa inicio */

@media (max-width: 402px) {
	.icon-responsivo p {
		font-size: 14px !important;
	}
}

@media (max-width: 330px) {
	.icon-responsivo p {
		font-size: 12px !important;
	}
}

@media (max-width: 900px) {
	.icon-responsivo {
		margin-top: 20px;
		display: flex !important;
		text-align: center;
		background-color: #fff;
		box-shadow: -2px 5px 11px 2px rgb(0 0 0 / 25%);
		border-radius: 20px;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		height: 102px;
	}

	.icon-responsivo img {
		margin-top: 10px;
	}

	.icon-responsivo p {
		font-size: 18px;
		margin-top: 10px;
		text-decoration: none;
		color: #3a3a3a;
	}
}

/* Responsivo das abas do Portal tranparencia, Protocolo e Consulta previa final */