.largura{
    width: 1300px;
    height: auto;
}
/* Estilo para tablets (telas médias) */
@media (max-width: 1024px) {
    .largura {
        width: 90%; /* Ajusta a largura para 90% da tela */
        max-width: 1000px; /* Define um limite máximo */
    }
}

/* Estilo para celulares (telas pequenas) */
@media (max-width: 768px) {
    .largura {
        width: 100%; /* Ajusta a largura para 100% da tela */
        max-width: 600px; /* Define um limite máximo */
    }
}

/* Estilo para telas muito pequenas */
@media (max-width: 480px) {
    .largura {
        width: 100%; /* Ajusta a largura para 100% da tela */
        padding: 10px; /* Adiciona um pouco de espaçamento interno */
        max-width: 100%; /* Garante que a largura não exceda 100% */
    }
}

.row-header {
    padding: 1em;
}

.navbar-nav {
    padding-top: 5px;
}

.navbar-logo {
    float: left;
}

.navbar-logo img {
    height: 60px;
    max-width: 120px;
    max-height: 60px;
}

.bday_video {
    margin-bottom: 20px;
    text-align: center;
    animation: fadein 4s;
    -moz-animation: fadein 4s;
    /* Firefox */
    -webkit-animation: fadein 4s;
    /* Safari and Chrome */
    -o-animation: fadein 4s;
    /* Opera */
}

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

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

#red-button {
    background-color: #d9534f;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

mark {
    background: orange;
    color: black;
}

.img-noticia {
    background: url(../../static/loading.gif) 50% no-repeat;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    top: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0 !important;
    /*padding-bottom: 0;*/
    /*width: 100%;*/
    left: 0 !important;
    right: 0 !important;
}

@media (max-width: 320px) {
    .carousel-caption-text {
        font-size: 13px;
    }
}

table {
    width: 100% !important;
}

.bg-dark-slategray {
    background-color: darkslategray;
}

.bg-forest-green {
    background-color: forestgreen;
}

.breadcrumb {
    text-align: left;
}

.breadcrumb li {
    color: #2f2c2c !important;
}

.outras-noticias {
    margin: 10px;
}

.margin10 {
    margin: 10px;
}

.margin3 {
    margin: 3px;
}

.height3px {
    height: 3px;
}

.margin20 {
    margin: 20px;
}

.outras-noticias .list-group-item {
    text-align: left;
}

.bordered-padding {
    border: 1px solid;
    padding: 10px;
}

.text-left {
    text-align: left;
}

.clearfix {
    clear: both;
}

.background-dark-blue {
    background-color: #095787;
}

.background-dark-green {
    background-color: #004e2e;
}

.dark-green {
    color: #004e2e;
}

.bottom-line {
    /* margin-left: -15px;
	margin-right: -15px; */
    margin-top: 15px;
}

a.list-group-item {
    text-align: center;
    font-size: 15px;
}

.bottom-line-h2 {
    margin-top: 10px;
}

.titulo-noticia {
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    line-height: 120%;
}

a {
    color: #2f2c2c;
    text-decoration: none;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.itens{
    list-style-type: none;
}

.pag {
    text-align: center;
}

.green {
    color: #004e2e;
}

.background-green {
    background-color: #004e2e;
}

#conteudo-rodape {
    background: #898484;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;

}

.carousel-inner>.item>a>img {
    margin: auto;
    width: 100%;
}

.carousel-inner>.item>a:hover {
    text-decoration: none;
}

.footer-content {
    padding: 10px 10px 10px;
    text-align: center;
    background: #f8f8f8;
    color: #004e2e;
}

.footer-title {
    font-size: 10pt;
    font-weight: 600;
}

.footer-desc {
    font-size: 9pt;
    font-weight: 400;
}

.credits {
    text-align: center;
    background: #f5f5f5;
}

.btn-access {
    width: 30%;
    padding: 1em;
    margin: 1em;
    background-color: #062e5d;
    border: none;
}

.btn-access:hover {
    color: #f8f8f8
}

.docs_field {
    background: url("/transparencia/img/triangle-pattern.png");
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin-top: 1em;
}

.docs_field-xs {
    background: url("/transparencia/img/triangle-pattern.png");
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin-top: 1em;
}

.docs_field .btn-access {
    width: 250px;
}

.docs_field-xs .btn-access {
    width: 60%;
}

.alert {
    padding: 10px !important;
}

.acesso-rapido {
    margin-top: 6rem;
}

.acesso-rapido .col-md-3 .box {
    padding: 0;
    border-radius: 6px;
    /* background-color: #062e5d; */
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
   /* margin-bottom: 50px;*/
    min-height: 348px;
    height: auto;
    border: 1px solid #ddd;
}

.acesso-rapido .col-md-3 .box h4,
.acesso-rapido .col-md-3 .box i {
    font-size: 120%;
    margin: 0;
    text-transform: uppercase;
    margin-top: 2rem;
    text-align: center;
    font-weight: bold;
}

.acesso-rapido .col-md-3 .box .icon {
    align-self: center;
    margin-top: -5rem;
}

.acesso-rapido .col-md-3 .box .icon i {
    border-radius: 50%;
    background-color: white;
    color: black;
    font-size: 300%;
    width: 80px;
    height: 80px;
    padding-top: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.acesso-rapido .col-md-3 .box ul {
    list-style: none;
    margin-top: 1rem;
    margin-left: 0;
    margin-bottom: 1rem;
    padding-left: 0;
}

.acesso-rapido .col-md-3 .box li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    color: rgb(14, 13, 13);
    border: 1px solid black;
    border-radius: 10px;
}

.acesso-rapido .col-md-3 .box li a:hover {
    text-decoration: none;
    background-color: rgb(211, 211, 211);
    color: black;
}

.acesso-rapido .col-md-3 .box li i {
    margin-top: 0;
}

.portais {
    background-color: #FBBB4E;
    padding: 3rem 4.5rem;
    margin-bottom: 2rem;
    border-radius: 6px;
}

.portais h3 {
    color: #1C3448;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    margin-left: -15px;
}

.portais .row div .sites {
    list-style: none;
    padding-left: 0;
}

.portais .row div .sites li {
    margin-bottom: 1rem;
}

/* .cor-sim{
    background-color: rgb(231, 166, 166);
} */


.portais .row div .sites li a {
    display: flex;
    padding: 1rem;
    color: black;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    width: fit-content;
    font-weight: bold;
}

.portais .row div .sites li a:hover,
.portais .row div .sites li a:focus {
    text-decoration: none;
    background-color: white;
    color: #1C3448;
}

.portais .row div .sites li a i {
    font-size: 180%;
    margin-right: 1.5rem;
}

.portais .row div .sites li a p {
    margin-bottom: 0;
    font-size: 130%;
}

ol {
    list-style-type: upper-roman;
}

.vermelho {
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
    color: white !important;
}



@media (max-width: 767px){
    .acesso-rapido .col-md-3 .box {
        padding: 0;
        border-radius: 6px;
        /* background-color: #062e5d; */
        background-color: white;
        color: black;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
        min-height: 348px;
        height: auto;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #af913b;
        width: 11% !important; 
        margin: 0 !important;
        border-radius: 10px;
        border: 0;
        color: white;
        display: flex;
        justify-content: space-between;
        padding: 1rem 1rem;
        font-size: 100%;
    }
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: #af913b;
    }
    
    .navbar-default .navbar-nav>li>a {
        background-color: #af913b;
        color: #131d26;
        font-size: 120%;
    }
    
    
    .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        background-color: #685a32;
        color: #131d26;
    }
    
    .navbar-collapse .open .dropdown-menu {
        background-color: #131d26;
    }
    
    .navbar-collapse>li>a:focus {
        background-color: #131d26;
    }
 }

