/* CORES
#2D516F - principal
#E7B606 - hover
#E7B606 - cor icone endereco/frase foto
*/

/* GERAL */
body, html { margin: 0; padding: 0; font-family: 'Archivo Narrow', sans-serif; color: #777;}
[onClick] {cursor: pointer;}
* { box-sizing: border-box; font-family: inherit; color: inherit;}
h1, h2, h3, h4, h5, h6 { font-family: 'Raleway', sans-serif; color: #444;}
#inicial h1{ color: #FFF;}
a { text-decoration: none; display: inline-block;}
.botao, button { padding: 10px 15px; text-transform: uppercase; background: #2D516F; color: white; border: none; outline: none; cursor: pointer; vertical-align: middle;}
.botao:hover, button:hover { background: #E7B606;}
.container{ padding: 0 !important; max-width: 1200px !important;}

.botao.centralizado{ display: inline-block; margin: 25px 0 0;}

/* TITULOS */
.titulo { font-size: 32px; position: relative; text-align: left;}
    .titulo span { color: #E7B606;}
    .titulo small { display: block; font-weight: 300; text-transform: uppercase; font-size: 17px; letter-spacing: -1;}
.textos .titulo:before { position: absolute; content: ""; bottom: -15px; left: 0; width: 50px; height: 2px; background: #E7B606;}

/* TRANSITION */
.botao, button, #menu li a, .utilitarios i, .utilitarios p, .util .efeito-escuro, #programacoes .programacoes a:before, .links_importantes li a, #redes_sociais li, #redes_sociais li a { transition: all 250ms;}

/* PADRAO DOS FORMULÁRIOS */
form input, form textarea { width: 100%; font-size: 14px; background: rgba(255, 255, 255, .85); margin: 2px; padding: 15px; border-radius: 2px; outline: none; border: 1px solid #ddd; resize: none;}
form button { background: #777; padding: 15px; border: none; color: white; margin: 2px; cursor: pointer;}
form button:hover { background: black; }
form a.botao { padding: 15px; margin: 2px;}

/* LARGURA DEFINIDA CORPO SITE */
.largura_site { max-width: 1200px; width: 96%; margin: 0 auto; position: relative; z-index: 2;}

/* FLEX */
.flex { display:flex; }
.between { justify-content: space-between;}
.centerv { align-items: center;}
.centerh { justify-content: center;}
.wrap { flex-wrap: wrap;}

/* BANNER */
#banner { position: fixed; z-index: -1; top: 0; left: 0; width: 100%; height: 100%;}
#banner .fotos { width: 100%; height: 100%;}

/* PAGINA INICIAL */
#inicial { position: relative; width: 100%; height: 100%; min-height: 600px; color: white;}
#inicial:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgba(40, 69, 87, .8);}

#topo { align-self: flex-start; position: relative; z-index: 99}
#topo #logo { margin: 0; width: 55%;}
#topo #logo img { width: 100%; height: auto; max-width: 600px;  border-radius: 5px; margin: 15px 0 0;}
#topo .endereco { margin: 0 0 20px; padding: 0; list-style: none; font-size: 13px; text-align: right;}
#topo .endereco li { list-style: none; text-align: left; display: inline-block;}
#topo .endereco li i { color: #E7B606;}
#topo .endereco li:not(:first-child) i { margin-left: 15px;}

/* MENU */
#menu { margin: 0; padding: 10px 0; list-style: none; text-align: right; border-top: 1px solid rgba(255, 255, 255, .1); ;}
#menu > li { flex-grow: 1; position: relative;}

#menu > li:not(.contato) { margin-right: 15px;}
#menu > li a:not(.botao) { font: normal 15px "Archivo Narrow", sans-serif; display: block; text-align: center; padding: 10px 2px; text-transform: uppercase; border-bottom: 2px solid transparent;}
#menu > li a:hover:not(.botao) { border-bottom: 2px solid #E7B606; }
#menu > select { display: none; width: 100%; color: #777; border: 0; border-radius: 5px; text-transform: uppercase; padding: 10px;}
#menu > select option { padding: 2px 10px;}

#menu > li > ul{ display: none; }

#menu > li:hover > ul{ display: block; position: absolute; left: 0; top: 100%; width: 100%; list-style-type: none; padding: 0; border: 1px solid #DDD; border-bottom: none;}
#menu > li:hover > ul > li{ float: left; width: 350px; text-align: left;  border-bottom: 1px solid #DDD; background: #FFF;  border-right: 1px solid #DDD;   }
#menu > li:hover > ul > li:hover{ background: #EEE;}
#menu > li:hover > ul > li a{ text-align: left; padding: 10px 15px; color: #666;}
#menu > li:hover > ul > li a:hover{ color: #333;}

#menu > li:hover > ul.lista-servicos > li{ max-width: 222px;}
#menu > li:hover > ul.lista-eventos > li{ max-width: 150px;}

.diferencial-capa .blocos { margin-top: 20px; text-align: center;}
.diferencial-capa .blocos i.fa { color: #008C23; font-size: 40px; padding: 20px 22px; border: 4px solid rgba(0, 0, 0, 0.05); border-radius: 50%; }
.diferencial-capa .descricao{ padding: 0 0 0 20px !important;}
.diferencial-capa .titulo{ text-align: center;}

.nosso-diferencial > div{ display: inline-block; vertical-align: top; width: 100%; padding: 0 0 30px; margin:0 0 30px; border-bottom:1px dashed #CCC;}
.nosso-diferencial > div > div{ display: inline-block; vertical-align: top; width: 90%; margin: 0 0 0 2%;}
.nosso-diferencial > div > div > p{ margin: 0 0 15px;}
.nosso-diferencial > div > div > h3{ margin: 10px 0;}

.nosso-diferencial > div > i.fa {display: inline-block; vertical-align: top; color: #2D516F; font-size: 40px; padding: 20px; border: 4px solid rgba(0, 0, 0, 0.05); border-radius: 50%; }

.perfil-capa ul{ padding: 0 0 0 20px;}
.perfil-capa ul li{ list-style: none !important; margin: 0 0 9px; padding: 0 0 8px; border-bottom: 1px dashed #CCC;}
.perfil-capa ul li i{ font-size: 25px; margin: 0 5px 0 0; color: #008C23;}

/* SLOGAN */
#slogan { align-self: center;}
#slogan .titulo { width: 100%; font-size: 42px; min-height: 150px; text-align: center;}
#slogan .titulo small { font-size: 26px;}

#destaque { align-self: flex-end; width: 100%; padding: 5px 0; background: #2D516F; position: relative; z-index: 2;}
#destaque div h1{ font:400 16px 'Archivo Narrow', sans-serif; text-align: center;}
#destaque div a{ text-align: center; font:400 16px 'Archivo Narrow', sans-serif; text-transform: none; }


/* JANELA MODAL */
@keyframes anima_janela { from { top: -300px; opacity: 0;} to { top: 0; opacity: 1;} }
#modal { display: none; justify-content: center; align-items: center; width: 100%; height: 100%; position: fixed; z-index: 999; top: 0; left: 0; background: rgba(0, 0, 0, .8);}
#modal .janela_modal { overflow: auto; max-height: 90%; position: relative; z-index: 998; background: whitesmoke; display: block; padding: 5px; margin: 20px; border-radius: 5px; animation: anima_janela 1s;}
#modal .janela_modal > div { border: 1px solid #a6afbe; padding: 10px 25px; }
#modal .close { position: absolute; z-index: 999; top: 20px; right: 20px;}

/* AREA RESTRITA */
#restrito form > div { flex: 1 45%; margin: 5px;}

/* CONTEUDO TEXTOS */
.textos { padding: 60px 0; text-align: justify; background: white;}
.textos .blocos { flex: 1; margin: 10px 35px 10px 0;}

/* UTILITARIOS */
.utilitarios { flex: 1 45%; padding: 15px 10px 0; margin: 5px; border: 1px solid whitesmoke; text-align: center; background: #fcfcfc;}
.utilitarios:hover i { color: #777;}
.utilitarios:hover p { color: black;}
.utilitarios:hover { border-color: #ddd;}
.utilitarios i { color: #ddd;}

#frase-destaque { padding:0; background: url(imagens/banner01.jpg) center; background-size: cover; background-attachment: fixed; position: relative;}
#frase-destaque:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgba(40, 69, 87, .55);}
#frase-destaque .titulo { text-align: center; font-size: 30px; line-height: 1.6em; color: white; max-width: 100%; width: 100%; padding: 50px 35px;}


/* FRASE DESTAQUE */
#frase { padding:0; background: url(imagens/frase.jpg) center; background-size: cover; background-attachment: fixed; position: relative;}
#frase:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgba(40, 69, 87, .55);}
#frase .titulo { text-align: center; font-size: 23px; line-height: 1.6em; color: white; max-width: 100%; width: 100%; padding: 80px 35px;}
    /* #frase .titulo span { color: #E7B606;} */
    #frase .titulo small { margin: 0; font-size: 20px; padding: 25px 0 0; color: #E7B606;}

/* PROGRAMACOES */
#programacoes { border-top: 3px solid whitesmoke; background: #fcfcfc;}
#programacoes .titulo { text-align: center;}
#programacoes .titulo:before { content: none;}
#programacoes .programacoes a { flex: 1; margin: 20px 15px; position: relative; text-align: left;}
#programacoes .programacoes a:before { position: absolute; content: ""; opacity: .3; bottom: -15px; left: 0; width: 50px; height: 2px; background: #E7B606;}
#programacoes .programacoes a:hover:before { width: 100%; opacity: 1;}
#programacoes .programacoes i { margin-right: 5px;}
    #programacoes .programacoes small { display: block;}

/*SERVICOS*/
.servicos{ background: #FFF;}
.servicos .coluna-fundo { margin: 35px 0; padding-bottom: 35px; background-color: #f6f6f6; }
.servicos .coluna-fundo .conteudo { padding: 40px 40px 40px 0;}
.servicos .blocos { margin-top: 15px; text-align: center;}
.servicos .blocos i.fa { color: #2D516F; font-size: 40px; padding: 20px; border: 4px solid rgba(0, 0, 0, 0.05); border-radius: 50%; }
.servicos .descricao{ padding: 0 0 0 20px !important;}
/**/

/* NOTICIAS */
#noticias { border-top: 3px solid whitesmoke;}
#noticias_slide .botao { background: whitesmoke; text-transform: none; color: #777;}
#noticias_slide .botao:hover { background: #777; color: white;}

/* NOTICIAS */



.owl-theme .owl-controls .owl-page span { width: 35px !important; height: 3px !important; margin: 20px 2px 40px !important; border-radius: 0 !important; background: #869791 !important; opacity: 0.5 !important;}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { opacity: 1 !important;}

.cont-noticias{width: 100%; background: #FFF; display: flex; padding: 50px 0 60px; border-top: 1px solid #CCC;  border-bottom: 1px solid #CCC;}

.cont-demais-itens{width: 100%; background: #FFF; display: flex; padding: 20px 0 60px; border-top: 1px solid #CCC;  border-bottom: 1px solid #CCC;}
.cont-demais-itens h2{ text-align: center;}


.cont-demais-itens .blocos { margin-top: 35px; text-align: center;}
.cont-demais-itens .blocos a{ border:1px solid #DDD; background: linear-gradient(to bottom, #FFF, #EEE); padding: 15px; min-width: 277px; min-height: 262px; border-radius: 8px; transition: all 250ms;}
.cont-demais-itens .blocos a .fa-check-square-o{ color: #008C23 !important;}
.cont-demais-itens .blocos a:hover{ border: 1px solid #CCC;}
.cont-demais-itens .blocos a h3{ color: #333;}
.cont-demais-itens .blocos i.fa { color: #008C23; font-size: 40px; padding: 20px 22px; border: 4px solid rgba(0, 0, 0, 0.05); border-radius: 50%; }
.cont-demais-itens .descricao{ padding: 0 0 0 20px !important;}
.cont-demais-itens .titulo{ text-align: center;}

/*EMPRESA*/
.container-fluid { 
    max-width: 1920px;
  }
  .empresa{
    background: #FFF;
    padding: 30px 0 50px;
  }
.empresa .coluna-fundo {
    margin-top: 30px;
    background-color: #f6f6f6;
    padding: 0 25px 25px;
  
  }
  .empresa .imagem-empresa{ display: inline-block; vertical-align: top; margin: 0 0 25px; padding: 5px; border: 1px solid #CCC;}
  .empresa .imagem-empresa img{ display: inline-block; vertical-align: top; max-width: 100%;}
  
  .empresa .coluna-fundo .conteudo {
    padding: 40px 0 40px 40px;
  }

/*UTILITARIOS*/
.flex{display: flex; flex-wrap: wrap; justify-content: space-between;}
.largura-site{width: 98%; max-width: 1200px; margin: 0 auto; position: relative; z-index: 2;}
.utilitarios{margin: 40px auto 0;}
.util{width: 32%; align-items: flex-start; position: relative; text-align: center}
.util-qdd{width: 90%; margin: 0 auto; background: #f4f4f4; outline-offset: -8px; outline: 1px solid #cccccc; padding: 15px; position: relative; top:-50px; margin-bottom: -50px; min-height: 155px;}
.util-qdd h3{color:#2D516F; font-weight: 400;}
.img-qdd{position: relative; overflow: hidden; max-height: 223px}
.efeito-escuro{width: 100%; height: 100%; position: absolute; background: rgba(0,0,0,.5); bottom: -100%; display: flex; justify-content: center; align-items: center;}
.efeito-escuro a{color:#ffffff; display: inline-block; width: 100px; line-height: 30px; border: 1px solid #ffffff;}
.efeito-escuro a:hover{background: #ffffff; color: #333333;}
.util:hover .efeito-escuro{bottom: 0;}


.paginacao {
  margin-top: 50px;
  text-align: center;
}

.paginacao a {
  padding: 15px 20px;
  background-color: #2D516F;
  color: #EEE;
}

.paginacao a:hover {
  background-color: #E7B606;
  color: #fff;
}

.paginacao .atual {
  padding: 15px 20px;
  background-color: #E7B606;
  color: #fff;
}

/* RODAPE */
.footer .title-footer {
  margin: 0 0 30px;
}
.footer .title-footer span {
    padding: 10px;
    background: #E7B606;
    color: white;
    
    display: inline-block;
  }
.footer {
    background: #2D516F;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  
  .footer p {
    color: #EEE;
  }
  .footer p i{ margin: 0 0 0 -24px;}
  .footer-logo img {
    max-width: 300px;
    width: 100%;
    height: auto;
  }
  
  .footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #EEE;
  }
  
  .footer-list li {
    padding-bottom: 10px;
  }
  
  .footer-list li:before {
    content: '»';
    margin-right: 10px;
  }
  
  .footer-list li a {
    transition: ease-out 300ms;
  }
  
  .footer-list li a:hover {
    color: white;
  }
  
  @media only screen and (min-width: 768px) {
    .footer-list {
      column-count: 2;
    }
  }
  
  .footer .redes {
    width: 50px;
    line-height: 50px !important;
    text-align: center;
    background: #f64747;
    color: white;
    font-size: 25px;
    transition: ease-out 300ms;
  }
  
  .footer .title-footer {
    color: white;
  }

@media screen and (max-width:1000px){
    #topo { flex-direction: column;}
    #topo .endereco { text-align: center;}
    #slogan .titulo { font-size: 31px;}
        #slogan .titulo small { font-size: 17px;}
    #rodape .blocos { flex: 1 100%;}
    #rodape .blocos.menor { flex: 1 45%;}
}

@media screen and (max-width:900px){
    #menu li { display: none;}
    #menu select { display: block;}
    #restrito form > div { flex: 1 100%;}
    .textos .blocos { flex: 1 100%; margin: 10px;}
}

@media screen and (max-width:800px){
    #programacoes .programacoes a { flex: 1 100%; text-align: center;}
}

@media screen and (max-width:500px){
    #destaque > div { flex-direction: column; }
    #destaque > div * { margin: 0; padding: 0; }
    .utilitarios { flex: 1 100%;}
    #rodape .blocos.menor { flex: 1 100%;}
    .links_importantes { margin: 0; }
}