﻿*{margin:0; padding:0; box-sizing: border-box;}
html, body{min-height: 100%;}
body{position: relative; font-family: 'Open Sans', sans-serif; background: #ffffff;}


/* CONTAINER */
.conteudo-container{min-height: 500px;}
.section-container{width: 76%; padding: 1em 0px; margin:0 auto;}
.section-container#cabecalho {width: 76%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.section-container#navega{display: flex; justify-content: space-around; flex-direction: column; align-items: center; padding: 0px;}
.section-container#pesquisa{display: flex; align-items: center; justify-content: center; flex-direction: column; width: auto; padding: 0; margin: 0;}


/* HEADER */
.cabecalho{height: auto; /* display: flex;  */justify-content: space-around; align-content: center; align-items: center; background:#00508a;}
.cabecalho h1{margin-top:15px; font-size:1.5em;}
.cabecalho-wrap {display: flex; place-items: center;}
#logo-topo {margin-left: 25%;}
#hambtn a{font-size: 2.5em; cursor: pointer; color:#ffffff;}
.nome-secretaria a {
  color: #fff;
}
.nome-secretaria a:visited {
  color: #fff;
}
/* LOGO GOVERNO */
.logo-branco-cabecalho{width:265px; height: 69px; background: url('../imagens/logo-governo-g12.png') no-repeat center center; 
    background-size:cover; position: relative;}
.logo-branco-rodape{width:260px; height: 67px; background: url('../imagens/logo-governo-g12.png') no-repeat center center; 
    background-size:cover; position: relative;}

.row-cabecalho{display: flex; flex-direction: row; width: 100%; justify-content: space-between; align-items: center; color: #ffffff;}



/* CABECALHO */

.icone img {width: 5%;}
.homemenu{display:none; padding: 15px; width:100%;}
.contrast::before{content:""; width: 15px; height: 15px; background: url('../imagens/contrast-black.svg') no-repeat center center;
  background-size: cover; vertical-align: middle; display: inline-block; margin-right: 5px;}
.accessibility::before{content:""; width: 15px; height: 15px; background: url('../imagens/accessibility.svg') no-repeat center center;
    background-size: cover; vertical-align: middle; display: inline-block; margin-right: 5px;}
/*.logo, .logofooter{width:219px; height: 70px;}
.logo{width:280px; margin-right: 130px; margin-top:-35px;}
*/.form-pesquisa .buscarportal{/*height: 35px; width: 550px;*/ padding: .7em; /* transform: skewX(-15deg); border: 2px solid #717171; */ color: #717171; font-size: .8em; outline: none; border: none; border-radius: 8px 0px 0px 8px; /*margin-right: 20px; */}
.buscarportal::placeholder{color:#cccccc; outline: none; font-style: italic;} /* Firefox, Chrome, Opera */
.buscarportal:-ms-input-placeholder{color:#cccccc; outline: none; font-style: italic;}  /* Internet Explorer 10-11 */
.buscarportal::-ms-input-placeholder{color:#cccccc; outline: none; font-style: italic;}  /* Microsoft Edge */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


/* REDES SOCIAIS */
.redes li, .redes-ft li { list-style: none; display: inline-block; border-right:1px solid #e2e2e2; width:25px;}
.social-midia-sup li{ list-style: none; display: inline-block; width:25px;}
.redes li:nth-child(5n), .redes-ft li:nth-child(5n){border-right:1px solid transparent;}
.redes-ft{margin-top:50px;}
.icons {width:17px; height: 17px; text-indent: -9999px; display: block;}
.instagram-sup{background: url('../imagens/sm_instagram-ft.svg') no-repeat center center; background-size: cover;}
.facebook-sup{background: url('../imagens/sm_facebook-ft.svg') no-repeat center center; background-size: cover;}
.twitter-sup{background: url('../imagens/sm_twitter-ft.svg') no-repeat center center; background-size: cover;}
.youtube-sup{background: url('../imagens/sm_youtube-ft.svg') no-repeat center center; background-size: cover;}
.soundcloud-sup{background: url('../imagens/sm_soundcloud-ft-2.svg') no-repeat center center; background-size: cover;}


.list-menu{display:flex; justify-content: flex-end; box-shadow: 0px 15px 10px #e2e2e2;}
.list-menu li {list-style: none; padding:1em; background:linear-gradient(150deg, #00508a, #0074a5);
  transform: skewX(-15deg); margin-left:-7px;}
.list-menu li:nth-last-child(1){width: 25%; background: #00508a; transform: none;}
.list-menu li:nth-last-child(1) a{transform: none;}
.list-menu li a {text-decoration: none; color:#fff; font-size: .8em; display: block; transform: skew(15deg);}
.list-menu li:hover{background: #02385f; cursor: pointer;}


/* PESQUISA */

.search-box {/* margin: auto; width: 100%; padding-left: 20%; */ height: 50px; /* overflow: hidden; vertical-align: middle; */ display: flex; margin-right: 10px;}
.search-box input#CrtTopo_txtBuscar{width: 22.5em; height: 30px; border: none; font-size: 10pt; float: left; padding-left: 15px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  margin-top:10px;
}
.search-box input#CrtTopo_txtBuscar::-webkit-input-placeholder {color: #65737e;}
.search-box input#CrtTopo_txtBuscar:-moz-placeholder {color: #65737e; /* Firefox 18- */}
.search-box input#CrtTopo_txtBuscar::-moz-placeholder {color: #65737e;  /* Firefox 19+ */}
.search-box input#CrtTopo_txtBuscar:-ms-input-placeholder {color: #65737e;}
.search-box > button.icon{
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;

  border: none;
  background: #cccccc;
  height: 30px;
  width: 50px;
  color: #00508a;
  font-size: 1.6em;
  cursor: pointer;
  margin-top:10px;

  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

.search-box-articles{
  z-index: 100 !important;
  width: 290px;
  background: rgba(255, 255, 255, .7);
  position: absolute;
  padding:1em;
  margin-top:40px;
  margin-left:10px;
  display: none;
}

/* .list-search-box{background:green;} */
.list-search-box li{list-style:none; padding:5px; margin-bottom:10px;
  border-bottom:1px solid rgba(255, 255, 255, .3)}
.list-search-box li a{text-decoration: none; color:#00508a; font-weight: bold;
  display: block; line-height: 30px;}
.list-search-box span{font-style: italic; font-size:.8em; margin-left:4px; color:#ffffff;}



/* MENU */
.menu{background: #f3f3f3; /*display: flex; flex-direction: column;*/}

/* MENU SUPERIOR */
.menu-superior{background: #363636; /* padding-top: 3px; height: 30px; */}
.menu-superior li{list-style: none;}
.menusupi{width:75%; margin:0 auto; display: flex; justify-content: space-between; padding-bottom: 3px; position: relative; z-index: 1; 
  /* align-items: center; */}
.menu-superior a{text-decoration: none; color:#fff; /*margin-left:30px;*/ font-size: .8em;}
.esquerda-menu-superior {display: flex; width: 14.08em;}
.infosup {padding-top: 3px;}
.infosup ul {display: flex; flex-wrap: wrap; justify-content: center;}
.infosup li{display: inline-block; vertical-align: middle; margin-left: 1.5em;}
.social-midia-sup {padding-left: 20px; padding-top: 3px;}

/* MENUSUP-OVERLAY */
.menusup-overlay{background: #363636; /*padding-bottom: 3px;*/ height: 45px;}
.menusup-overlay li{list-style: none;}
.menusupi-overlay{width:75%; margin:0 auto; display: flex; justify-content: space-between; padding-bottom: 3px; position: relative; 
  z-index: 1; align-items: center;}
.menusup-overlay a{text-decoration: none; color:#fff; /*margin-left:30px;*/ font-size: .8em;}
.infosup-overlay li{display: inline-block; vertical-align: middle; margin-left: 1.5em;}

/* MENU-OVERLAY */
.menu-overlay-container {padding:0;}
.menu-overlay {width: 100%; position: absolute; top: 30; left: 0; background-color: #ececec; display: none; overflow-y: hidden; z-index: 100;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
  }
.menu-overlay a {text-decoration: none; transition: 0.3s;}
.menu-overlay a:hover, .menu-overlay a:focus {opacity: .6;}
.menu-overlay .closebtn {font-size: 4em; color: #00508a;}
.menu-overlay-content {margin: 50px 0px;}
.menu-overlay-content a{text-decoration: none; color:#717171; font-size: 1em;}
.menu-row {display: flex; justify-content: space-between;}
#close { position: relative; top: -30; margin-right: 60px;}

.menu-column h4 {font-weight: 700; font-size: 0.8em; color: #1d1d1d; margin-bottom: 8px;}
.menu-column li {font-weight: 600; font-size: 0.68em; list-style-type: none; line-height: 1.95;}


/* RODAPE */
.footer{width: 100%; position: relative; background:#00508a; color:#fff;
  display: flex;  justify-content: space-around; flex-direction: column; align-items: center; padding: 30px;}
.footer h1{font-size:1.5em;}
.footer span{font-weight: 300; font-size:.8em; text-align: center;}
.logofooter{width:500px; height: 100; background: url('../imagens/logo-governo-w.png') no-repeat center center;
  background-size:70%; margin: 30px 0px 15px 0px;}


/* ACESSIBILIDADE DROPDOWN */

.acessibilidade-dropbtn {background-color: #363636; color: #ffffff; border: none; cursor: pointer; font-size: .8em; letter-spacing: .3;
  font-family: 'Open Sans', sans-serif;}    
div#acessibilidade-myDropdown a {color: #363636;}
/* .acessibilidade-dropbtn:hover, .acessibilidade-dropbtn:focus {background-color: #2980B9;} */
button:active.acessibilidade-dropbtn  {outline: none; border: none;}
button:focus.acessibilidade-dropbtn  {outline:0;}
.acessibilidade-dropdown {position: relative; display: inline-block;}
.acessibilidade-dropdown-content {display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; text-align: left; border-radius: 2px 2px 5px 5px;}
.acessibilidade-dropdown-content a {color: black; padding: 12px 8px; text-decoration: none; display: block;}
.acessibilidade-dropdown a {color: #363636!important;}
.acessibilidade-dropdown a:hover {background-color: #ddd;}
.acessibilidade-show {display: block;}

/***********************/
/****** CEHAB ESTILOS */


section#ultimas-noticias, section#informacoes-servicos, section#links {
  padding: 50px;
}

.wrap-secao { width: 76%; margin: 0 auto; }

ul { list-style: none;}
li {padding: 8px;}



/* TÍTULO DAS SEÇÕES */
.titulo-secao {
  display: block;
  text-align: center;
  margin-bottom: 45px;
}
.titulo-secao span {
  font-weight: bold;
  font-size: 2em;
  color: #00508a;
}
p:empty {
  width: 80px;
  height: 6px;
  background: #00508a;
  margin: 0 auto;
}

/* NOTICIAS  */
.grid-noticias { display: grid; grid-template-columns: 1fr 10fr; }
.grid-noticias > span {padding: 8px}
.data-noticia {font-weight: 600; font-size: .9em;}
.titulo-noticia > a {color: #00508a;}
.titulo-noticia > a:hover {color: #363636; font-weight: bold;}
.titulo-noticia > a:visited {color: #00508a;}



/* SERVIÇOS */

/*****************************************/
/*************** FLIP-CARD **************/

.flip-card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-around;
  margin: 0px auto;
  width: 76%;
  padding: 25px 0px 25px 0px;
}
.static-card {
  background-color: transparent; width: 200px; height: 200px; perspective: 1000px; margin-bottom: 15px;  }
.flip-card {
  background-color: transparent; width: 200px; height: 200px; perspective: 1000px; margin-bottom: 15px;  }
.flip-card-inner {
  position: relative; width: 100%; height: 100%; /* text-align: center; */ transition: transform 0.6s; transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); border-radius: 15px;  }
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);  }
.flip-card-front, .flip-card-back {
  position: absolute; width: 100%; height: 100%; backface-visibility: hidden; padding: 15px; border-radius: 15px;}
.flip-card-front {
  background-color: #bbb; color: #2980b9; text-align: center; display: flex; justify-content: center;
  align-items: center; font-size: .78em;  }
.flip-card-back {
  background-color: #2980b9; color: white; transform: rotateY(180deg);}
.flip-card-back h1 {
  font-size: .9em; text-align: center; margin-bottom: 8px;}
.flip-card-back p {
  font-size: .8em; text-align: left;}
.flip-card-back a {
  color: #ffffff; padding: .5em 2em; border: 0; border-radius: 25px; font-weight: bold; text-transform: uppercase; font-size: .7em;
  letter-spacing: 0.5; margin: 0 auto; display: block; background-color: #00508a; text-align: center; width: 100px; margin-bottom: 5px;}
.flip-card-back a:hover {
  opacity: .6;}
  .flip-card-front {
      background-image: url("imagens/btn_back.jpg");
      background-position: center;
      overflow: hidden;
    }


/* INFORMACOES */
#wrap-informacoes {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 50px 20px 50px;
  align-items: center;
  justify-content: space-evenly;
}

/* LINKS */
#wrap-links {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 50px 20px 50px;
  align-items: center;
  justify-content: space-evenly;}
.link-box {height: 150px; width: 150px;}
#portal-governo {background-image: url(../images/logogoverno.png); background-repeat: no-repeat; background-position: center; background-size: cover;} 
#sec-infra-obras {background-image: url(../images/sec_cidades.png); background-repeat: no-repeat; background-position: center; background-size: cover;}
#upo {background-image: url(../images/abertura_UPO.gif); background-repeat: no-repeat; background-position: center; background-size: cover;}
#corrupcao {background-image: url(../images/Logo-do-Disque.png); background-repeat: no-repeat; background-position: center; background-size: cover;}



/* VOLTA AO TOPO */


#back2Top:hover {
  background-color: #DDF;
  color: #000;
}

#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #ccc;
  color: #555;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  border-radius: 15px 15px 0 0;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
