<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MENU
-----------------------------------------------*/
.navbar-ce .navbar-nav .nav-link {
    color: #41417b;
    font-weight:bold;
    font-size:16px;
}
.navbar-ce .navbar-nav .nav-link:hover, .navbar-ce .navbar-nav .nav-link.active {
    /* color: #169e66; */
    color: #41417b;
    border-bottom: solid 2px #41417b;
}

.azul-escuro {
    border-bottom:solid 3px #41417b;
    padding: 0 0 10px 0;
}
.azul-escuro span {
    border-bottom:solid 4px #41417b;
    padding: 0 0 10px 0;
}

.open-close2 .btn-redondo {
    background-color: #dddddd;
    border-radius: 50%;
    padding: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.open-close2 .btn-redondo i {
    color:#41417b;
}

/* TITULO
-----------------------------------------------*/
.ce-title {
    margin-top: 30px;
    background: url('../img/ce/linha-bg.jpg') center repeat-x;
}
.ce-title h1 {
    color:#000;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px
}
.ce-title .ce-arrow-open {
    padding: 15px 0 0 10px;
    width: 460px;
    height: 53px;
    background-color: #fff;
    background: url('../img/ce/arrow-sprite-lg.jpg') left top no-repeat;
}
.ce-title .ce-arrow-close {
    padding: 15px 0 0 10px;
    width: 460px;
    height: 53px;
    background-color: #fff;
    background: url('../img/ce/arrow-sprite-lg.jpg') left bottom no-repeat;
}

/* CONTENT
-----------------------------------------------*/
#historico, #mapa, #acreditacao, #normalizacao {
    padding-top: 30px;
}
.branco {
    color:#fff;
}
.box-informativo {
    background-color:#9f9f9f;
    border-radius:15px;
    padding:20px;
}
.box-informativo h2.linha {
    border-bottom: solid 3px #626262;
}
.box-informativo h2 {
    color:#fff;
}
/* EVENTO
-----------------------------------------------*/
h2.cabecalho-evento.ce {
    background: #6a71a7;
}

/* CAROUSEL
-----------------------------------------------*/
.carousel .carousel-caption.ce {
    background-color: #41417b;
    width: 47%;
    left: 5%;
    padding: 8px;
    bottom: 60px;
}
.carousel .carousel-indicators li {
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

  /* BANNERS
-------------------------------------------------- */
.banner-topo-pagina {
    background-size:cover;
    width: 100%;
    height:450px;
    position: relative;
    margin-bottom: 20px;
}
.banner-topo-pagina h1 {
    position: absolute;
    bottom: 65px;
    left: 20px;
    color: #efbe08;
}
.banner-topo-pagina p {
    position: absolute;
    bottom: 0px;
    left: 20px;
    color: #fff;
    padding: 10px 0;
}

.banner-topo-pagina .box {
    position: absolute;
    top:50px;
    left:20px;
    color: #fff;
    background: rgba(0, 50, 161, 0.6);
    padding:5px;
    width:40%;
}
.banner-topo-pagina .box h1 {
    position: initial;
    color: #ffba00;
}

/* BOTOES
-----------------------------------------------*/
.btn-contato {
    color: #FFFFFF;
    background-color: #41417b;
    border-color: #41417b;
  }

  .btn-contato:hover {
    color: #FFFFFF;
    background-color: #1b8eb0;
    border-color: #41417b;
  }

  .btn-contato:focus, .btn-contato.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }

  .btn-contato.disabled, .btn-contato:disabled {
    color: #FFFFFF;
    background-color: #41417b;
    border-color: #41417b;
  }

  .btn-contato:not(:disabled):not(.disabled):active, .btn-contato:not(:disabled):not(.disabled).active,
  .show &gt; .btn-contato.dropdown-toggle {
    color: #FFFFFF;
    background-color: #d39e00;
    border-color: #c69500;
  }

  .btn-contato:not(:disabled):not(.disabled):active:focus, .btn-contato:not(:disabled):not(.disabled).active:focus,
  .show &gt; .btn-contato.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }

/**/
#box.card {
    background-color: #dadada;
    border:none;
}
#box.card &gt; .card-header {
    background-color: #006684;
    color:#fff;
}
#box.card &gt; .card-body {
    height:400px;
    overflow:scroll;
}
#box.card &gt; .card-body h1.title {
    color:#006684;
    font-size: 34px;
}
#box.card &gt; .card-body .hr-3 {
    border-top: 3px solid #006684;
}
#box.card .btn-sm {
    border-radius: 1.2rem;
}
/**/
.ce-box .card {
    background: #41417b;
    border: 1px solid #fff;
    border-radius: 0px 0px 20px 20px;
}
.ce-box .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ce-box .card-body {
    text-align: center;
    color:#fff;
    padding: 10px 5px;
}
.ce-box .modal .modal-title {
    width: 100%;
}
.ce-box .modal .modal-content {
    border: none;
    border-radius: 20px;
}
.ce-box .modal .modal-body {
    background: url('../img/cq/bg-modal.jpg') repeat-x top;
}
/**/
.box-infra {
    background-color: #6a71a7;
    border-radius: 0px 10px 10px 0px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.box-infra &gt; h3 {
    color:#fff;
}
.box-infra .txt {
    font-size: 13px;
    color:#fff;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.box-infra .txt ul {
    padding-left:15px;
}
/**/
.box-infra-2 {
    background-color: #d8d8d8;
    border-radius: 0px 10px 10px 0px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.box-infra-2 &gt; h3 {
    color:#212121;
}
.box-infra-2 .txt {
    font-size: 13px;
    color:#212121;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.box-infra-2 .txt ul {
    padding-left:15px;
}
/**/
.atividades h2 {
    border-bottom: solid 2px #4e58a0;
    color:#fff;
    text-align: center;
    margin-bottom: 30px;
}

/* LISTA
-----------------------------------------------*/
ul.manuais {
    list-style: none;
    padding: 0;
    color:#41417b;
    font-weight:bold;
}
ul.manuais span {
    color:#9c9aa0;
}

ul.menu-infra.ce li:hover {
    background: url('../img/line-ce.jpg') no-repeat left center;
}
ul.menu-infra.ce a:hover {
    color:#41417b;
}

#widget-orcamento {
    top: 138px;
}


.form-control {
    border: 1px solid #41417b;
}
select.form-control.fh {
    background-color: #41417b;
    color:#fff;
}
.btn-outline-secondary {
    color: #41417b;
    border-color: #41417b;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #41417b;
    border-color: #41417b;
}
.btn-primary {
    color: #fff;
    background-color: #41417b;
    border-color: #41417b;
  }

  .btn-primary:hover {
    color: #fff;
    background-color: #3694af;
    border-color: #3694af;
  }

  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }

  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #41417b;
    border-color: #41417b;
  }

  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3694af;
    border-color: #3694af;
  }

  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
  .show &gt; .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }

hr.hr-3 {
    border-top: 3px solid rgba(0,0,0,.1);
}
hr.hr-3-roxo {
    border-top: 3px solid #41417b;
}
#historico hr.hr-3-roxo {
    margin:0;
}

ul.lista {
    list-style: none;
    padding: 0
}
ul.lista &gt; li {
    margin-bottom:10px;
    /* padding:10px;
    background: #fff;
    color: #41417b; */
}
ul.lista &gt; li a.open-close2 {
    padding:7px;
    background: #fff;
    color: #41417b;
    text-align: left;
}
ul.lista &gt; li a.open-close2:hover {
    color: #41417b;
}
ul.lista li:last-child {
    margin-bottom: 0;
}
ul.lista li &gt; a {
    display: block;
    cursor: pointer;
    font-size: 22px;
}
ul.lista li .content {
    padding: 0 10px;
    background: #fff;
    color: #000;
    margin-top: 15px;
}
ul.lista.atividades {
    margin-top:20px;
}

#pesquisa .modal .modal-body h1 {
    color:#6a71a7;
}
#pesquisa .modal .modal-content {
    border-radius: 1.3rem;
}
#pesquisa ul.lista &gt; li a.open-close2 {
    padding:7px;
    background: #6a71a7;
    color: #fff;
    border-radius: 10px;
}
#pesquisa ul.lista &gt; li a.open-close2:hover {
    color: #fff;
}
#institucional .modal .modal-content .modal-title {
    color: #335988;
    border-bottom: solid 2px #335988;
    width: 100%;
}

/*infraestrutura*/
#infraestrutura .modal-title {
    width: 100%;
}

/* FOOTER
--------------------------------------------*/
.fundo-endereco {
    border-top: 1px solid #ddd;
    background: #41417b;
}
footer, footer a {
    color: #ffffff;
}
footer .azul-claro {
    border-bottom:solid 2px #fff;
}
footer .azul-claro span {
    border-bottom:solid 4px #fff;
}


@media screen and (max-width: 480px) {
	.ce-title .ce-arrow-open {
		width: 100%;
		background: url('../img/ce/arrow-sprite.jpg') left top no-repeat;
	}
	.ce-title .ce-arrow-close {
		width: 100%;
		background: url('../img/ce/arrow-sprite.jpg') left bottom no-repeat;
	}
}

</pre></body></html>