/*
Theme Name: Mucambo / Site
Theme URI: http://mucambo.ce.gov.br/
Author: Antunes Ramos e Renato Machado
Author duosoftware.com.br
Description: Site instituicional.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* FONT WEB */
@font-face {
    font-family:'Conduit ITC';
    src: url('fonts/web/Conduit ITC.eot');
    src: url('fonts/web/Conduit ITC.eot?#iefix') format('embedded-opentype'),
    url('fonts/web/Conduit ITC.woff2') format('woff2'),
    url('fonts/web/Conduit ITC.woff') format('woff'),
    url('fonts/web/Conduit ITC.svg#Conduit ITC') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-02DC;
}

@font-face {
  font-family: 'ConduitITC-Light';
  src: url('fonts/web/ConduitITC-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/web/ConduitITC-Light.woff') format('woff'), url('fonts/web/ConduitITC-Light.ttf')  format('truetype'), url('fonts/web/ConduitITC-Light.svg#ConduitITC-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ConduitITCStd-Black';
  src: url('fonts/web/ConduitITCStd-Black.eot?#iefix') format('embedded-opentype'),  url('fonts/web/ConduitITCStd-Black.otf')  format('opentype'),
         url('fonts/web/ConduitITCStd-Black.woff') format('woff'), url('fonts/web/ConduitITCStd-Black.ttf')  format('truetype'), url('fonts/web/ConduitITCStd-Black.svg#ConduitITCStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

.clear {
  clear: both;
}
/* GLOBAL */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;  
}

/* HEADER */
header{background: #efefef;}
.marca{padding: 16px 0;}
.search-header{padding: 26px 0;}
.links-header{padding: 14px 0;}
.menu{background: #00566f;}
.search-header form{background: #cecfd1;border-radius: 5px;}
.search-header input[type="text"]{width: 85%;padding: 16px 20px;border:none;background: none;color: #222;text-transform: uppercase;}
.search-header input[type="submit"]{background: #cecfd1 url('images/icon-search.png') no-repeat center center;width: 20px;height: 20px;border: none;padding: 25px 0;position: relative;left: -10px;top: 1px;}

/* +- LETRAS */
#btnDiminuir{cursor:pointer;}
#btnAumentar{cursor:pointer;}
#logbtn{cursor:pointer;}
.sem-constraste{display:none !important;}
.btn-list-tab{position:relative;left:5px;}
.btn-list-tab li{margin:0!important;padding:0!important;}
.btn-list-tab li a{background:#eee;border-right:3px solid #fff;padding:12px 20px;}
.btn-list-tab li a:hover{background:#ccc;text-decoration:none;}

/* PORTAL */
.page-id-700{background: #eee;}
.wrapper-portal span{background: #fff;border-top:5px solid #f3b602;padding: 0 0 60px 0;box-shadow: 2px 0px 5px 2px #888888;margin-top:40px;display:block;overflow:hidden;font-family:'Conduit ITC';}
.wrapper-portal div{background: #fff;border-top:5px solid #ff6600;}
.wrapper-portal h2{font-size: 22px;color: #02903e;}
.wrapper-portal p{font-size: 17px;color: #777777;}
.title-portal{padding: 50px 0;}
.wrapper-portal .col-md-2 div{background: #00566f;border-radius: 3px;height: 100px;margin-bottom: 25px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.wrapper-portal .col-md-2 div:hover{background: #ff6600;cursor:pointer;}
.wrapper-portal .col-md-2 img{padding: 16px 0 14px 0;}
.wrapper-portal .col-md-2 a{color:#fff;}
.wrapper-portal .col-md-2 a:hover{text-decoration: none;}
.wrapper-portal h3{font-size: 17px;margin: 0;}
.line-one{background: #00566f;border-radius:3px;font-size: 14px;padding: 10px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.line-one:hover{background: #ff6600;cursor:pointer;}
.line-one a{color:#fff;}
.line-one a:hover{color:#fff;text-decoration: none;}
.line-five div{background: #00566f;overflow: hidden;padding: 10px;font-size: 15px;border-radius: 3px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.line-five div:hover{background: #ff6600;cursor:pointer;}
.line-five div h3{font-size: 15px;position: relative;top: 8px;}
.line-five img{float: left;margin-right: 20px;}
.line-five a{color: #fff;}
.line-five a:hover{text-decoration: none;color: #fff;cursor:pointer;}
 
/* MODAL LOGIN */
.modal-body label{} 
.modal-body input[type="text"]{background:#eee;border:1px solid #ccc;padding:8px;border-radius:4px;display:block;width:100%;}
.modal-body input[type="password"]{background:#eee;border:1px solid #ccc;padding:8px;border-radius:4px;display:block;width:100%;}
.modal-body input[type="submit"]{background:#1e646e;padding:8px;border-radius:4px;border:none;display:block;width:20%;color:#fff;} 
.modal-licitacao{background:#034f65;color:#fff;font-family:'Conduit ITC';} 
.modal-licitacao .bg-info{padding:8px 20px;}
.modal-licitacao li{margin-bottom:15px;}
.modal-licitacao small{color:#fff;}
/* PAGE SEARCH */
.search-page{}
.search-page h2{font-size:20px;font-weight:800;}
.search-page h2 a{color:#0B7DC4;}
.search-page li{border-bottom:3px solid #ccc;} 
 
/* SEARCH HOME */
.box-form-search-home li{width:80%;}
.box-form-search-home h6{color: #fff;}
.box-form-search-home form{}
.box-form-search-home input[type="text"]{background: #ccc;width: 100%;color: #111;padding: 16px;border: none;text-transform: uppercase;margin-bottom: 14px;}
.box-form-search-home input[type="submit"]{background: #daba09;width: 100%;color: #000;padding: 16px;border: none;text-transform: uppercase;}
.box-form-search-home select{width: 100%;color: #111;text-transform: uppercase;padding: 16px;margin-bottom: 14px;} 
 
/* FILTRO */
.page-pdf{font-family:'Conduit ITC'!important;}
.page-pdf h1{font-family: 'ConduitITCStd-Black';color:#37774c;}
.busca-filtro{margin-bottom:10px;font-family:'Conduit ITC'!important;}
.busca-filtro label{background:#900;width:100%!important;padding:15px;float:left;}
.busca-filtro input[type="text"]{background:#ccc;width:100%!important;border:0;padding:8px;}
.busca-filtro input[type="submit"]{background:#347259;border:0;padding:7px 30px;color:#fff;}
.busca-filtro select{background:#ccc;width:100%!important;border:0;padding:10px;font-family:'Conduit ITC'!important;}
.busca-filtro option{font-family:'Conduit ITC'!important;}
.busca-filtro h4{text-transform:uppercase;font-size:16px;}
.busca-filtro ul{padding:0;margin:0;list-style:none;}
.busca-filtro ul li{width:17%;float:left;border-right:15px solid #fff;} 
 
.links-home{background:#eee;padding:2px 0 20px 0;} 
.links-home .link-covid{margin-bottom:20px;}

/* SLIDE */
.slide-home{background: #fff;}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* SERVIÇOS HOME */
.servicos-home{font-family:'Conduit ITC';}
.servicos-home h6{font-size: 20px;margin: 0;color: #30566d;padding: 0px;}
.links-acesso img{margin-bottom:12px;}
.links-acesso .col-md-6{}
.links-pref img{margin: 0 0 4px 0;}
.links-pref{padding-top:30px;}
.links-pref li{margin-bottom:35px;}
.links-pref span{font-size:12px;position:relative;top:5px;}
.links-pref span a{background:#eee;padding:4px 10px;border-radius:4px;border:1px solid #30566d;}
.links-pref span a:hover{background:#30566d;text-decoration:none;color:#fff;}

/* NOTICIAS HOME */
.wrapper-noticias{font-family:'Conduit ITC';padding-top:20px;}
.wrapper-noticias h6{font-size: 20px;margin: 0;color: #30566d;margin: 20px 0;}}
.wrapper-right-video-foto{background: #471;}

.plus-notice{padding-bottom:10px;}
.plus-notice h4{font-size: 14px;padding-top: 12px;}
.plus-notice h4 a{color: #00566f;}
.plus-notice h4 a:hover{color: #ff6600;}
.plus-notice span{color: #ec7240;border-bottom: 1px solid #84a94a;padding-bottom: 12px;display: inline-block;font-size:12px;}
 
/* SINGLE LICITAÇÕES */
.wrapper-licitacao{margin-top:20px;}
.single-licita_farias_brito{background:#eee;font-family:'Conduit ITC';}
.wrapper-licitacao .content{background:#fff;border-radius:6px;padding:0 40px 40px 40px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
color:#666;
}
.wrapper-licitacao .content h1{margin:0;padding:0;font-size:22px;}
.wrapper-licitacao .content h4{color:#00566f;}
.wrapper-licitacao .content strong{color:#00566f;}
.sidebar-arquivos{margin-top:20px;}
.box-pdf{padding-top:20px;}
.sidebar-arquivos p{text-align: normal;}
.sidebar-arquivos a{color:#fff;text-decoration:underline;}
.title-licitacao{background:#7fa749;padding:12px;color:#fff;font-size:24px;}
 
/* PDF HOME */
.pdf-home{font-family:'Conduit ITC';padding: 30px 0;}
.block-pdf h5{background: #314a5e;color: #f2cb3f;padding: 20px;font-size: 18px;border-radius: 8px;}
.block-pdf li{border-bottom: 1px solid #e5e3e3;padding: 12px 20px;font-size: 16px;}

/* PÁGINA LISTA DE SECRETARIAS */
.head-sec{background:#4f7841 url('images/bg-sec.jpg') no-repeat center top ;padding:20px 0;font-family:'Conduit ITC';margin-bottom:30px;}
.head-sec h1{color:#fff;margin:0;font-size:26px;}
.head-sec p{color:#fff;}
.lista-sec{font-family:'Conduit ITC';margin-bottom:30px;}
.lista-sec ul{background:#fff;width:100%;padding:20px;margin:0;border-left:6px solid #00566f;
-webkit-box-shadow: 3px 0px 5px -1px rgba(0,0,0,0.34);
-moz-box-shadow: 3px 0px 5px -1px rgba(0,0,0,0.34);
box-shadow: 3px 0px 5px -1px rgba(0,0,0,0.34);
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
.lista-sec ul li{font-size:16px;color:#555555;margin-top:5px;}
.lista-sec h3{font-size:20px;color:#d96838;margin:0;}
.lista-sec h2{font-size:18px;color:#fff;margin:0;padding:6px 30px;background:#00566f;display:inline-block;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.lista-sec .btn-bottom-sec{background:#ecebeb;display:inline-block;border-top:1px solid #00566f;color:#555555;font-size:13px;padding:6px 30px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.lista-sec img{margin-right:10px;}
.lista-sec a{border:2px solid #00566f;border-radius:25px;padding:3px 10px;color:#00566f;}
.lista-sec a:hover{border:2px solid #00566f;text-decoration:none;background:#00566f;color:#fff;}

/* PAGINAÇÃO PDF */
.paginacao-pdf{text-align:center;width:100%;padding:10px 0;}
.paginacao-pdf a{color:#888;}
.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
	border: 2px solid #ec723f !important;	
}
.page-numbers.current,
a.page-numbers:hover {
	text-decoration:none;
	background: #ec723f;
	color:#fff;
}

/* PÁGINAS LISTA */
.lista-paginas{} 
.lista-paginas ul {padding:0;margin:0;}
.lista-paginas li {list-style:none;}
.lista-paginas li a{width:100% !important;display:block;padding:10px;margin:10px 0;text-transform:uppercase;color:#555;border-bottom:1px solid #eee;}
.lista-paginas li a:hover{text-decoration:none;color:#00566f}
.tab-content .btn{margin-bottom:10px;}

/* LISTA DE NOTICIAS NA SECRETARIA */
.noticia-secret{width:100%;display:block;float:left;margin-bottom:20px;}
.noticia-secret h4{color:#00526f;}
.noticia-secret ul{margin:0;padding:0;}
.noticia-secret li{width:100%;display:block;float:left;margin-bottom:20px;}
.noticia-secret .excerpt{display:block;color:#666;padding:5px 0;}
.noticia-secret img{float:left;width:14%;margin-right:10px;}
.noticia-secret .title{color:#df5e09;font-size:17px;}

/* SIDEBAR ESIC */
.sidebar-esic{background:#266d43;color:#fff;font-family:'Conduit ITC';padding:20px 0;}
.sidebar-esic img{margin-right:15px;}
.sidebar-esic h4{font-size:16px;margin:0;padding-top:4px;}
.sidebar-esic h3{font-size:16px;margin:0;color:#ffd800;background: url('images/line-sidebar-esic.png') no-repeat bottom left;padding-bottom:20px;}
.sidebar-esic p{font-size:15px;}
.sidebar-esic input[type="text"]{color:#fff;width:100%;border:2px solid #fff;padding:6px;background:#266d43;border-radius:4px;} 
.sidebar-esic select{color:#444;width:100%;border:2px solid #fff;padding:6px;background:#fff;border-radius:4px;} 
.sidebar-esic ul li{border-bottom:1px solid #225d3a;display:inline-block;width:100%;padding:15px 0;}
.sidebar-esic ol li a{background:#266d43;border:2px solid #fff;}
.sidebar-esic ol li a:hover{background:#fff;border:2px solid #eee;color:#266d43;}
.sidebar-esic input[type="submit"]{border:3px solid #fff;display:inline-block;width:100%;background:#266d43;color:#fff!important;border-radius:4px;padding:6px 0;margin-top:8px;}
.sidebar-esic input[type="submit"]:hover{background:#fff;color:#266d43!important;}
.sidebar-esic span{text-transform:uppercase;}
.btn-esic-sidebar{background:#e1b010;border-radius:4px;padding:13px 15px 10px 15px;}
.btn-esic-sidebar:hover{background:#bd9615;}

/* SIDEBAR LICITACOES */
.sidebar-licitacao{background:#266d43;color:#fff;font-family:'Conduit ITC';padding:20px 0;}
.sidebar-licitacao h4{font-size:16px;margin:0;padding-top:4px;text-transform:uppercase;margin:0;padding:0;}
.sidebar-licitacao h3{font-size:16px;margin:0;color:#ffd800;background: url('images/line-sidebar-esic.png') no-repeat bottom left;padding-bottom:20px;}
.sidebar-licitacao input[type="text"]{color:#fff;width:100%;border:2px solid #fff;padding:6px;background:#266d43;border-radius:4px;} 
.sidebar-licitacao select{color:#444;width:100%;border:2px solid #fff;padding:6px;background:#fff;border-radius:4px;} 
.sidebar-licitacao ul{margin:0;padding:0;}
.sidebar-licitacao ul li{display:inline-block;width:100%;}
.sidebar-licitacao ol li a{background:#266d43;border:2px solid #fff;}
.sidebar-licitacao ol li a:hover{background:#fff;border:2px solid #eee;color:#266d43;}
.sidebar-licitacao input[type="submit"]{border:3px solid #fff;display:inline-block;width:100%;background:#266d43;color:#fff!important;border-radius:4px;padding:6px 0;margin-top:20px;}
.sidebar-licitacao input[type="submit"]:hover{background:#fff;color:#266d43!important;}
.sidebar-licitacao span{text-transform:uppercase;}
.sidebar-licitacao label{margin-top:10px;}
.sidebar-licitacao span{margin-top:10px;}

/* HIDDEN ID PAGE SELECT */
.page-id-461 .tdp-class-0{display:none!important;}
.page-id-464 .tdp-class-0{display:none!important;}
.page-id-468 .tdp-class-0{display:none!important;}
.page-id-473 .tdp-class-0{display:none!important;}
.page-id-475 .tdp-class-0{display:none!important;}
.page-id-477 .tdp-class-0{display:none!important;}
.page-id-479 .tdp-class-0{display:none!important;}
.page-id-2494 .tdp-class-0{display:none!important;}
.page-id-2496 .tdp-class-0{display:none!important;}

/* === Style WP-PageNavi Pagination === */

/* Center the pagination */
.wp-pagenavi { text-align:center; }

/* Add a border */
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi :last-child { 
    border: 2px solid #ec723f !important; 
    padding: 4px 12px;
	border-radius:4px;	
 
}
.wp-pagenavi span, .wp-pagenavi a { border-right: none !important; }

/* Style the default text */
.wp-pagenavi span, .wp-pagenavi a { 
    font-weight: bold !important; 
    color: #888 !important; border: 2px solid #ec723f !important; 
}

/* Style the current / hovered page link */
.wp-pagenavi span.current,
.wp-pagenavi a:hover { 
    color: #fff !important; 
    background-color: #ec723f !important;
}

/* Style the page count text */
.wp-pagenavi :first-child { color: #666 !important; }

/* Add text to the "next" link */
.wp-pagenavi .nextpostslink:before { content: 'Próximo '; }
.wp-pagenavi .previouspostslink:after { content: ' Anterior'; }

/* PAGE */ 
.content-page{margin: 30px 0;font-family:'Conduit ITC';}
.content-page p{text-align:justify;}
.content-page img{
  display: block;
  max-width: 100%;
  height: auto;
}
.content-page .wrapper {
margin-bottom:20px;
}
.content-page .wrapper h1{font-weight: 700;color: #37774C;font-size:26px;padding:0;margin:0;font-family:'Conduit ITC';}
.content-page .wrapper h3{font-weight: 700;color: #076581;font-size:18px;text-transform:uppercase;font-family:'Conduit ITC';}
.line-page{
margin: 20px 0px;
border-top: 1px solid #d6e1ee;
border-bottom: 1px solid #d6e1ee;	
}
.content-page .size-blog-maior{border-radius:10px;margin-bottom:10px;}
.content-page .col-md-8 p{color: #555;line-height: 26px;}
.sidebar-ouvi h3{font-weight: 700;color: #37774C;font-size:26px;padding:0;margin:0;font-family:'Conduit ITC';}
.sidebar-ouvi h4{font-weight: 700;color: #00566f;font-size:17px;padding:0;margin:0;font-family:'Conduit ITC';padding:18px 0;}
.ouvi-maps #map{height:300px;}
    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }	
	
/* SIDEBAR */
.sidebar{font-family:'Conduit ITC';padding: 0;}
.sidebar h3{text-transform: uppercase;color: #fff;font-size: 14px;margin: 0;background:#eee;float:left;width:100%;}
.sidebar span{background: #91b547;padding: 10px;display: inline-block;}
.sidebar li{border-bottom: 1px solid #eee;padding: 10px 4px;font-size: 16px;}
.sidebar a{color: #02903e;}
.title-sidebar{border-top: 3px solid #91b547;float:left;width:100%;}

/* PÁGINA PERGUNTAS FREQUENTES */
.page-id-2806{background:#eeeeee;}
#wrapper-perguntas{background:#fff;margin-top:36px;border:3px solid #ce5e30;border-radius:6px;font-family:'Conduit ITC';
-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.25);
box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.25);
padding-bottom:50px;
}
.head-perguntas{padding:40px 0 30px 0;}
.head-perguntas p{color:#666666;padding:40px 0;background: url('images/icon-line.png') no-repeat bottom center;font-size:16px;}
.perguntas-group{}
.perguntas-group span{background:#ce5e30;padding:2px 4px;display:inline-block;border-radius:4px;color:#fff;font-size:14px;margin-right:8px;} 
.perguntas-group h4{color:#ce5e30;font-size:17px;}
.perguntas-group p{color:#666666;font-size:15px;}
.wrapper-txt{}
.wrapper-txt .panel-title{font-size:17px;}
.wrapper-txt .panel-title span{background:#3769a6;padding:3px 6px;display:inline-block;border-radius:25px;color:#fff;font-size:14px;margin-right:8px;}
.wrapper-txt .panel-title a{color:#428b46;}
.wrapper-txt .panel-body {color:#666666;font-size:15px;}
.wrapper-img{}

/* PAGE SEARCH */
.search-page-wrapper{font-family:'Conduit ITC';
border: 1px solid #e5e5e5;
padding: 50px;	
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
margin-bottom:20px;
}
.search-page-wrapper h1{margin:0;color:#00566f;padding:0 40px 0 40px;}
.search-page-wrapper h4{margin:0;color:#266d43;padding:0 40px 0 40px;}
.search-page-wrapper ul{padding:0 40px 0 40px;}
.search-page-wrapper ul li{border-bottom:1px solid #eee;}
.search-page-wrapper ul h3{}
.search-page-wrapper ul a{color:#444;}
.search-page-wrapper ul a:hover{color:#256c43;text-decoration:none;}
.search-page-wrapper ul p{color:#666;}
.search-page-wrapper ul li h3{border-left:3px solid #7ea249;padding-left:8px;}
.search-form form{background:#eee;margin-top:40px;color:#fff;padding:25px 40px 25px 40px;overflow:hidden;}
.search-form input[type="search"]{border:2px solid #00566f;width:100%;padding:8px;color:#256c43;border-radius:6px;}
.search-form input[type="submit"]{border-radius:6px;background:#00566f;width:100%;padding:10px;border:none;}
.search-form input[type="submit"]:hover{background:#7ea249;}
.search-pesquisa{font-family:'Conduit ITC';}
.search-pesquisa h1{font-family: 'ConduitITCStd-Black';}
.search-pesquisa form{color:#fff;padding:5px 40px 5px 40px;overflow:hidden;}
.search-pesquisa input[type="search"]{border:2px solid #00566f;width:100%;padding:8px;color:#256c43;border-radius:6px;}
.search-pesquisa input[type="submit"]{border-radius:6px;background:#00566f;width:100%;padding:10px;border:none;}
.search-pesquisa input[type="submit"]:hover{background:#7ea249;}

/* PÁGINA LEI ALDIR */
.page-id-14377{font-family:'Conduit ITC';}
.page-id-14377 .first{display:block!important;}
.page-id-14377 .one-third{display:none;}
.page-id-14377 .item-01{display:block!important;font-size:25px;color:#222;}
.page-id-14377 .item-lista{display:none;}
.page-id-14377 h1{color:#111;font-family: 'ConduitITCStd-Black';font-size:5.8rem;}
.page-id-14377 h2{font-family: 'ConduitITC-Light';color:#cca114;margin:0;}
.page-id-14377 h5{color:#e67e22;font-size:20px;font-family: 'ConduitITCStd-Black';}
.page-id-14377 .nav > li > a{color:#00566f;}

/* SINGLE LICITAÇĂO */
.pai-page-licitacao{background:#fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
}
.page-licitaca-full{background:#eee;font-family:'Conduit ITC';padding:50px 0;}
.page-licitaca-full h4{color:#519047;}
.page-licitacao-title{background:#7fa749;color:#fff;padding:14px 0;}
.page-licitacao-title h3{margin:0;}
.page-licitacao-title h4{color:#577526;}
.page-licitacao-back{background:#6f9338;}
.page-licitacao-back a{padding:17px 0;color:#fff;}
.page-licitacao-back a:hover{color:#eee;text-decoration:none;}
.page-licitacao-content{background:#fff;padding-bottom:20px;}
.page-licitacao-content th{color:#577526;}

/* SCROLL TOP */
.scrolltopo { width:100%; position: fixed; top:0px; right:0px; display:none;background:#ec7240;padding:4px 0 10px 0;text-transform:uppercase;}

/* PÁGINA COVID 19 */
.decreto-covid #post-10360{display:none;}
.page-template-covid .sidebar a{color: #fff!important;}
.outra #post-10438{display:none;}
.outra #post-10432{display:none;}
.outra #post-10427{display:none;}
.outra #post-10350{display:none;}
.page-id-10665{font-family:'Conduit ITC';}
.page-id-10665 .first{display:block!important;}
.page-id-10665 .one-third{display:none;}

.page-id-10665 .item-01{display:block!important;}
.page-id-10665 .item-lista{display:none;}

.page-id-10665 h1{font-family: 'ConduitITCStd-Black';color:#00566f;}
.page-id-10665 h2{font-family: 'ConduitITC-Light';color:#e67e22;margin:0;}
.page-id-10665 .txt-alert{font-family: 'ConduitITC-Light';color:#111;margin:0;font-size:20px;}
.page-id-10665 h5{font-family: 'ConduitITCStd-Black';color:#e67e22;font-size:20px;}
.page-id-10665 .nav > li > a{color:#00566f;}

.grafico-covid .col-md-1 h4{background:#00566f;display:block;margin:0;border-radius:8px;font-family: 'ConduitITCStd-Black';font-size:16px;color:#fff;padding:15px 18px 30px 18px;border-bottom:5px solid #854;}
.grafico-covid .col-md-2 h4{background:#00566f;display:block;margin:0;border-radius:8px;font-family: 'ConduitITCStd-Black';font-size:16px;color:#fff;padding:15px 18px 30px 18px;border-bottom:5px solid #854;}
.grafico-covid .col-md-3 h4{background:#00566f;display:block;margin:0;border-radius:8px;font-family: 'ConduitITCStd-Black';font-size:16px;color:#fff;padding:15px 18px 30px 18px;border-bottom:5px solid #854;}
.grafico-covid .col-md-4 h4{background:#00566f;display:block;margin:0;border-radius:8px;font-family: 'ConduitITCStd-Black';font-size:16px;color:#fff;padding:15px 18px 30px 18px;border-bottom:5px solid #854;}
.grafico-covid .col-md-2 .color-01{background:#CCC;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-01{background:#C33436;border-bottom:5px solid #222}
.grafico-covid .col-md-2 .color-02{background:#0F8C77;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-02{background:#0F8C77;border-bottom:5px solid #222}
.grafico-covid .col-md-2 .color-03{background:#00C80E;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-03{background:#00C80E;border-bottom:5px solid #222}
.grafico-covid .col-md-2 .color-04{background:#220088;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-04{background:#220088;border-bottom:5px solid #222}
.grafico-covid .col-md-2 .color-05{background:#B3033B;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-05{background:#B3033B;border-bottom:5px solid #222}
.grafico-covid .col-md-4 .color-05{background:#B3033B;border-bottom:5px solid #222}
.grafico-covid .col-md-2 .color-06{background:#BD0646;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-06{background:#BD0646;border-bottom:5px solid #222}
.grafico-covid .col-md-2 .color-07{background:#E1044D;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-07{background:#E1044D;border-bottom:5px solid #222}
.grafico-covid .col-md-2 .color-08{background:#222;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-08{background:#222;border-bottom:5px solid #222}
.grafico-covid .col-md-2 .color-09{background:#FF6201;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-09{background:#FF6201;border-bottom:5px solid #222}
.grafico-covid .col-md-4 .color-09{background:#FF6201;border-bottom:5px solid #222}
.grafico-covid .col-md-2 .color-10{background:#FF7701;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-10{background:#FF7701;border-bottom:5px solid #222}
.grafico-covid .col-md-2 .color-11{background:#FD9000;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-11{background:#FD9000;border-bottom:5px solid #222}
.grafico-covid .col-md-2 .color-12{background:#FFAF02;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-12{background:#FFAF02;border-bottom:5px solid #222}
.grafico-covid .col-md-2 .color-13{background:#222;border-bottom:5px solid #222}
.grafico-covid .col-md-3 .color-13{background:#222;border-bottom:5px solid #222}

.grafico-covid .col-md-2 span{background:#fff;display:inline-block;padding:4px 30px;border-radius:5px;font-family: 'ConduitITCStd-Black';position:relative;left:15px;top:-20px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);font-size:20px;
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
}
.grafico-covid .col-md-3 span{background:#fff;display:inline-block;padding:4px 30px;border-radius:5px;font-family: 'ConduitITCStd-Black';position:relative;left:15px;top:-20px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);font-size:20px;
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
}
.grafico-covid .col-md-4 span{background:#fff;display:inline-block;padding:4px 30px;border-radius:5px;font-family: 'ConduitITCStd-Black';position:relative;left:15px;top:-20px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);font-size:20px;
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
}

.grafico-covid .col-md-9{background:#965;}
.loop-covid-not{margin-top:10px;}
.btn-more-medida{font-family:'Conduit ITC';font-size:14px;border-radius:6px;padding:4px 18px;border:2px solid #00566f;margin-left:30px;color:#00566f;position:relative;top:-8px;}
.btn-more-medida:hover{background:#00566f;color:#fff;text-decoration:none;}
.loop-covid-not span{background:#00566f;padding:4px;display:inline-block;width:100%;color:#fff;}
.loop-covid-not h4 a{color:#00566f;display:block;padding:10px 0;}
.loop-covid-not img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* FOOTER */
footer{background: #ec723f;font-family:'Conduit ITC';margin-top: 20px;}
footer h5{font-weight:700;font-size:18px;color: #fff;}
footer li{padding: 6px 0;}
footer li a{color: #fff;}
footer li a:hover{color: #eee;}
.a-pref{padding:40px 0;color:#fff;}
.links-footer{padding:40px 0;}
.maps-footer{padding:40px 0;}
.maps-footer #map{height:170px;}
.copy{background: #00546b;color: #fff;padding: 20px 0 6px 0;}
.duo-marca{padding: 0 0 6px 0;}

/*CSS para impressão*/
@media print {
* {
background:transparent !important;
color:#000 !important;
text-shadow:none !important;
filter:none !important;
-ms-filter:none !important;
}

body {
margin:0;
padding:0;
line-height: 1.4em;
}
.no-print { 
display:none; 
}
.print-logo {
  display: block;
  margin-right: auto;
  text-align:center;
  margin-left: auto;
}
.footer-link{display:none;}
.logo img{width:50%!important;}
}