/**
 	Autor: Rafael Rodrigues
	Arquivos de CSS custom, complementar ao style.css.
*/

/*--------------------------------------------------------------
1.0 root
--------------------------------------------------------------*/

:root {
	--cor-primaria: #ff781d;
	--cor-primaria-escuro: #e25e23;
	--cor-vermelha: #b10;
	--cor-terciaria-escuro: #0B132B;
	--cor-laranja: #ff781d;
	--cor-nav: #ff781d;
	--cor-nav-hover: white;
}

/*--------------------------------------------------------------
2.0 Scroll BAR
--------------------------------------------------------------*/
.scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.scroll::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--cor-primaria);
}
.scroll::-moz-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.scroll::-moz-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scroll::-moz-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--cor-primaria);
}


/*--------------------------------------------------------------
3.0 Buttons
--------------------------------------------------------------*/
.red-btn {
	background: var(--cor-vermelha);
}
.red-btn:hover {
	color: #fff;
	background: var(--cor-vermelha);
}

/*--------------------------------------------------------------
4.0 Outras configurações
--------------------------------------------------------------*/
.status {
	background-image: url(/wp-content/themes/zerif-lite/images/loading-cisru.gif);
}

/*---------------------------------------
 **   5.0 Navigation                 -----
-----------------------------------------*/
.nav-links a {
	color: white;
}
/*---------------------------------------
 **   9.0 Widgets                   -----
-----------------------------------------*/
.widget .widget-title:before {
	position: absolute;
	z-index: 1;
	bottom: -9px;
	left: 0;
	width: 35%;
	height: 2px;
	margin: auto;
	background: var(--cor-primaria-escuro);
	content: "";
}
.widget_calendar a {
	display: block;
	color: var(--cor-primaria-escuro);
	background: #f9f9f9;
}
.widget_calendar a:hover {
	color: #fff;
	background-color: var(--cor-primaria-escuro);
}
/*---------------------------------------
 **   10.0 Content                   -----
-----------------------------------------*/

/*---------------------------------------
 **   10.1 Posts and pages                   -----
-----------------------------------------*/

.entry-title:before {
	position: absolute;
	z-index: 1;
	bottom: -9px;
	left: 0;
	width: 10%;
	height: 2px;
	margin: auto;
	background: var(--cor-primaria-escuro);
	content: "";
}

/*---------------------------------------
 **   16.0 Section: Titulo           -----
-----------------------------------------*/
section .titulo-section span{
	display: block;
	font-size: 30px;
	color: var(--cor-primaria);
	line-height: 0.9;
}

/*---------------------------------------
 **   17.0 Section: Home         	  -----
-----------------------------------------*/
.header-content-wrap {
	background: rgba(11,11,11,.6);
}
.down-section {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    right: 0;
}
.down-section > a{
    background: var(--cor-terciaria-escuro);
    padding: 8px 11px;
    border-radius: 50%;
    border: 1px solid var( --cor-terciaria-escuro);
}
.down-section a > i{
	color: white;
}

/*---------------------------------------
 **   18.0 Section: Home > Top Bar	-----
-----------------------------------------*/
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: var(--cor-nav-hover);
}
.navbar-inverse .navbar-nav > li:hover::after{
	content: " ";
	display: table;
	border-bottom: 2px solid var(--cor-nav-hover);
	animation-name: bodernav;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
/*CLASS USANDO PELO JS */
.navbar-red{
	color: white;	
}
.navbar-inverse .navbar-nav ul.sub-menu li:hover {
	background: var(--cor-vermelha) !important;
}

.navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus{
	margin-right: 0;
	margin-top: 35px;
	padding: 11px 9px;
	opacity: 1;
	background-color: var(--cor-vermelha);
	filter: alpha(opacity=100);
	border: 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.navbar-toggle.active {
	background-color: var(--cor-vermelha) !important;
}
.navbar-toggle.collapsed {
	margin-right: 0;
	margin-top: 35px;
	padding: 11px 9px;
	background-color: var(--cor-primaria-escuro) !important;
	border: 0;
	box-shadow: 2px 2px 10px rgba(0,0,0,.5);
}

/*---------------------------------------
 **   19.0 Menu						-----
-----------------------------------------*/
.navbar-inverse .navbar-nav > li.current > a {
	position: relative;
	outline: none;
	color: var(--cor-primaria-escuro);
}
li.current > a:before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 12.5%;
	width: 75%;
	height: 2px;
	margin: auto;
	background: var(--cor-primaria-escuro);
	content: "";
}
ul.nav > li.current > a:before,
.page ul.nav > li.current-menu-item > a:before,
.single-post ul.nav > li.current-menu-item > a:before,
.archive ul.nav > li.current-menu-item > a:before {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 37px;
    width: 100%;
    height: 2px;
    margin: auto;
    background: var(--cor-vermelha);
    content: "";
}
ul.nav > li.current_page_item.menu-item-home > a:before {
	display: none;
	content: "";
}

ul.nav > li.current_page_item.current > a:before {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 12.5%;
	width: 75%;
	height: 2px;
	margin: auto;
	background: var(--cor-primaria-escuro);
	content: "";
}
/*---------------------------------------
 **   20.0 SECTION BOX_HOME          -----
-----------------------------------------*/
.box_home{
	padding-top: 40px;
  padding-bottom: 40px;
	background: #f1f1f1;
}
.box_home .box{
	border: 1px solid #dfdfdf;
	background: white;
	min-height: 310px;
  padding: 25px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
  border-radius: 10px;
  transition: all .3s;
}
.box_home .box:hover{
	border-style: solid;
	transform: translateY(-5px);
	border-color: rgba(239,239,239,0);
	box-shadow: 2px 2px 10px rgba(0,0,0,.5);
}
.box_home .box .circle{
	padding-bottom: 10px;
	width: 80px;
	height: 80px;
	margin: 30px auto;
}
.box_home .box .circle.nep{
	width: 200px;
}
.box_home .box .circle.oisamu{
	width: 165px;
  margin: 10px auto 50px auto;
}

.box_home .box span{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.box_home .box:hover span,
.box_home .box:focus span{
	color: var(--cor-primaria-escuro);
}
.box_home .box p{
	color: #404040;
	font-size: 13px;
}
.box_home .box .acesso{
	padding: 5px 20px;
	color: var(--cor-primaria);
	border: 1px solid var(--cor-primaria);
	background-color: #fff;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	transition: all 0.3s linear;
	cursor: pointer;
}
.box_home .box .acesso:hover{
	background-color: var(--cor-primaria);
	color: white;
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2);
	transition: all 0.3s linear;
}
/*---------------------------------------
 **   21.0 SECTION NOTICIAS          -----
-----------------------------------------*/
.noticias:before {
	content: ' ';
	width: 100%;
	height: 290px;
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(255, 255, 254, 1);
	transform: skew(0deg,5deg) translateY(100px);
}
.noticias{
	padding: 120px 0;
	background: #f1f1f1;
}
.noticias .swiper-noticia .box-noticia-img {
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	background-position: center;
	border-radius: 10px;
}
.noticias .swiper-noticia .box-noticia{
	background: rgba(11,11,11,.9);
	height: 100%;
	padding: 10px 20px;
	border-radius: 10px;
}
.noticias .swiper-noticia .box-noticia .titulo{
	transform: translate(0%, 18vh);
	font-size: 1.8rem;
	font-weight: bold;
	color: white;
	text-align: initial;
}
.noticias .swiper-noticia .box-noticia .titulo:after{
	content: ' ';
	width: 25%;
	height: 3px;
	background: var(--cor-primaria);
	display: flex;
}
.noticias .swiper-noticia .box-noticia .data{
    transform: translate(0%, 18vh);
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    text-align: initial;
}
.noticias .swiper-noticia .box-noticia .leitura{
    transform: translate(0%, 18vh);
    font-size: 1rem;
    font-weight: bold;
    color: white;
    text-align: initial; 
}
.noticias .button-noticias{
    padding-top: 20px;
}
.noticias .button-noticias a > button{
    width: 150px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
	right: 0;
	background: var(--cor-primaria);
    font: 700 13px Arial;
    color: white;
    text-transform: none;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid var(--cor-primaria);
    transition: all 0.2s;
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2);
	cursor: pointer;
}
.noticias .button-noticias a > button:hover{
	background: var(--cor-primaria-escuro);
	box-shadow: 0;
	transition: 0.3s all linear;
}
/*---------------------------------------
 **   22.0 SECTION COUNT          -----
-----------------------------------------*/
.count .box-count:hover > span,
.count .box-count:hover > h3
{
	color: var(--cor-primaria);
	transition: all 0.5s ease-in ;
}
/*---------------------------------------
 **   23.0 SECTION PARCEIROS          -----
-----------------------------------------*/
/*---------------------------------------
 **   24.0 SECTION PRE-FOOTER          -----
-----------------------------------------*/
.pre-footer{
	background: #f1f1f1;
	padding: 50px 0;
}
.pre-footer:before {
    content: ' ';
    width: 100%;
    height: 290px;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    transform: skew(0deg,-5deg) translateY(-190px);
}
.pre-footer .box-footer{
	float: left;
	width: 100%;
}
.pre-footer .box-footer span{
	display: flex;
	color: var(--cor-primaria);
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	text-align: start;
	transition: 0.3s all;
}
.pre-footer .box-footer .empresa > span{
	line-height: 1.3;
}
.pre-footer .box-footer .empresa > .cnpj{
	margin-bottom: 20px;
    font-size: 15px;
    color: #aaa;
}
.pre-footer .box-footer span.titulo:hover{
	color: var(--cor-primaria-escuro);
	transition: 0.3s all;
}
.pre-footer .box-footer a > span:hover:before{
	margin: 0 7px 0 0;
	color: var(--cor-primaria-escuro);
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
	vertical-align: top;
}
.pre-footer .box-footer > ul{
	list-style: none;
	text-align: justify;
	margin: 0 0 0px 20px;
}
.pre-footer .box-footer ul a > li{
	font-size: 14px;
	margin-bottom: 5px;
	color: #777;
	text-align: start;
	transition: all 0.3s linear;
}
.pre-footer .box-footer ul a > li:hover{
	text-decoration: underline;
	transition: all 0.3s linear;
}
.pre-footer .box-footer > img{
	width: 85%;
}
.pre-footer .box-footer .empresa{
	text-align: justify;
	font-size: 16px;
}
.pre-footer .box-footer .endereco{
    width: auto;
    height: auto;
    margin-bottom: 15px;
    font-size: 14px;
	text-align: justify;
}
.pre-footer .box-footer .endereco .icone{
	display: flex;
	height: 40px;
	font-size: 23px;
	align-items: center;
	color: #bbb;
}
.pre-footer .box-footer .email{
    width: auto;
    height: 30px;
    margin-bottom: 15px;
    font-size: 14px;
	text-align: justify;	
}
.pre-footer .box-footer .email .icone{
	display: flex;
	height: 26px;
	font-size: 20px;
	align-items: center;
	color: #bbb;
}
.pre-footer .box-footer .tel{
    width: auto;
    height: 30px;
    margin-bottom: 15px;
    font-size: 14px;
	text-align: justify;
}
.pre-footer .box-footer .tel .icone{
	display: flex;
	height: 26px;
	font-size: 20px;
	align-items: center;
	color: #bbb;
}
.pre-footer .box-footer .social  a{
	margin-right: 10px;
	border: 1px #ccc solid;
	border-radius: 10px;
	background: white;
}
.pre-footer .box-footer .social  .face{
    padding: 10px 16px;
    margin-left: 20px;
    color: #3b5998;
}
.pre-footer .box-footer .social  .instagem{
	padding: 10px 13px;
	font-size: 15px;
	color: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	color: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	color: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}

/*---------------------------------------
 **   25.0 Footer           -----
-----------------------------------------*/
#footer {
	background: var(--cor-terciaria-escuro);
	line-height: 20px;
}

/*---------------------------------------
 **   26.0 Pre-loader           -----
-----------------------------------------*/
/*---------------------------------------
 **   27.0 PAGINA ALL NOTICIAS     -----
-----------------------------------------*/
.box-allnoticias{
	height: 380px;
	margin: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}
.box-allnoticias .box-noticia{
	background: rgba(11,11,11,.9);
	height: 100%;
	padding: 10px 20px;
	border-radius: 10px;
}
.box-allnoticias .box-noticia .titulo{
	transform: translate(0%, 18vh);
	font-size: 1.8rem;
	font-weight: bold;
	color: white;
	text-align: initial;
}
.box-allnoticias .box-noticia .titulo:after{
	content: ' ';
	width: 25%;
	height: 3px;
	background: var(--cor-primaria);
	display: flex;
}
.box-allnoticias .box-noticia .data{
	transform: translate(0%, 18vh);
	font-size: 1.2rem;
	font-weight: bold;
	color: white;
	text-align: initial;
}
.box-allnoticias .box-noticia .leitura{
    transform: translate(0%, 18vh);
    font-size: 1rem;
    font-weight: bold;
    color: white;
    text-align: initial; 
}
.box-allnoticias .box-noticia .resumo{
	transform: translate(0%, 20vh);
    font-size: 1.3rem;
    color: white;
    text-align: initial; 
}
.box-allnoticias .box-noticia .button-noticias{
	transform: translate(0%, 25vh);
    font-size: 1.3rem;
    color: white;
    text-align: center;
}
.box-allnoticias .box-noticia .button-noticias button{
	background: var(--cor-primaria);
	font: 700 13px Arial;
	color: #fff;
	text-transform: none;
	padding: 10px 24px;
	font-weight: 500;
	border-radius: 6px;
	border: 1px solid var(--cor-primaria);
	transition: all .2s;
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2);
	cursor: pointer;
}
.box-allnoticias .box-noticia .button-noticias button:hover{
	background: var(--cor-primaria-escuro);
	transition: 0.3s all;
} 

/*---------------------------------------
 **   28.0 PAGINA SEM SIDE BAR      -----
-----------------------------------------*/
.unique-page .box-page-img{
	border-bottom: 5px solid var(--cor-primaria);
}
/*---------------------------------------
 **   29.0 PAGINA DOS CONSELHOS		  -----
-----------------------------------------*/
.box-conselho{
	min-width: 280px;
	max-width: 400px;
	margin: auto;
	padding-top: 30px;
	border: 1px solid var(--cor-primaria);
	border-radius: 10px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}

.box-conselho .image > img{
	width: 75px;
	height: 75px;
	border: 2px solid #404040;
	padding: 3px;
	border-radius: 50%;
	object-fit: cover;
}

/*---------------------------------------
 **   30.0 PAGINA MUNI. CONSÓRCIADOS-----
-----------------------------------------*/
.box-municipio{
	margin-top: 30px;
	margin-bottom: 30px;
  min-height: 350px;
  max-height: 420px;
	border: 1px solid rgba(0,0,0,0.14);
	border-radius: 10px;
	border-bottom: 2px solid #ff781d;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}

/*---------------------------------------
 **   31.0 PAGINA HOSP. REFERÊNCIA  -----
-----------------------------------------*/
.box-hospital .hospital-img > img{
	width: 100%;
	height: 85%;
	background: #f9f9f9;
	object-fit: cover;
}
.box-hospital:hover  .hospital-img > img{
	box-shadow: 0 4px 9px 2px rgba(0,0,0,0.3);
}
/*---------------------------------------
 **   32.0 PAGINA BASES DESCENTRA. -----
-----------------------------------------*/
.container-bases .box-bases{
	margin-top: 30px;
	margin-bottom: 30px;
  min-height: 440px;
  max-height: 550px;
	border-bottom: 2px solid #ff781d;
	border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
/*---------------------------------------
 **   33.0 PAGINA PUBLICAÇÕES    -----
-----------------------------------------*/
.container-page .box-publicacao .box-url-icon a{
	color: var(--cor-primaria);
}
.container-page .box-publicacao .box-url-icon a:hover{
	color: var(--cor-primaria-escuro)
}
.container-page .box-publicacao .resumo p{
	margin: 0;
	margin-left: 30px;
}

/*---------------------------------------
 **   34.0 PAGINA LICITACOES    -----
-----------------------------------------*/
.container-page .box-licitacao{
	border-radius: 5px;
	transition: background 0.3s ease-in, box-shadow 0.3s ease-in;
}
.container-page .box-licitacao .box-header .open i{
	color:#ff781d;
	font-size: 20px;
	transition: all 200ms ease-out;
	cursor: pointer;
}
.container-page.box-licitacao .box-header .open i:hover:before{
	background: #ff781d;
	color:white;
	border: 0.1em solid #ff781d;
	border-radius: 100px;
	transition: all 200ms ease-in;
}
.container-page .content-wrap .box-licitacao.EmAndamento{border-bottom: 0;border-top: 2px solid #0d47a1;}
.container-page .content-wrap .box-licitacao.Finalizado{border-bottom: 0;border-top: 2px solid #1b5e20;}
.container-page .content-wrap .box-licitacao.Suspenso{border-bottom: 0;border-top: 2px solid #ffa801;}
.container-page .content-wrap .box-licitacao.Cancelado{border-bottom: 0;border-top: 2px solid #b71c1c;}

.container-page .content-wrap .box-licitacao:hover {
	background: #f7f7f7;
	box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.7);
	transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
}


/*---------------------------------------
 **   35.0 PAGINA DEPOIMENTOS    -----
-----------------------------------------*/
.container-page .box-depoimento .depoente{
    text-align: left;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--cor-primaria);
}
/*---------------------------------------
 **   35.1 HOME DEPOIMENTOS    -----
-----------------------------------------*/
#depoimentos{
	background: var(--cor-primaria-escuro);
	padding: 8rem 0;
}
.box-depoimentos  .swiper-depoimentos .swiper-wrapper .swiper-slide{
	min-height: 320px;
	height: auto;
	background: #f9f9f9;
	border-bottom: 3px solid var(--cor-primaria-escuro);
	border-radius: 10px;
	padding: 40px 40px 15px 40px;
	box-shadow: 2px 6px 6px rgba(0,0,0,0.2);
}
.box-depoimentos .swiper-depoimentos .swiper-wrapper .swiper-slide a:hover{
  color: var(--cor-primaria);
}
/* .box-depoimentos .swiper-depoimentos .swiper-wrapper .swiper-slide:after{
    content: "";
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/zerif-lite/images/left-aspas.png) no-repeat;
    background-size: 30px;
    bottom: 74px;
    right: 15px;
    position: absolute;
    transform: rotate(180deg);
} */
/*---------------------------------------
 **   36.0 PAGINA CONCURSOS    -----
-----------------------------------------*/
/*---------------------------------------
 **   37.0 PAGINA CONTATO    -----
-----------------------------------------*/
.btn-enviar{
  width: 15% !important;
	float: right;
	background: var(--cor-primaria);
	font-size: 16px;
	color: white;
	text-transform: none;
	border-radius: 5px;
	padding: 8px 35px;
	font-weight: 500;
	border: 1px solid var(--cor-primaria);
	transition: all 0.2s;
}
.btn-enviar:hover{
	color: white;
	background: var(--cor-primaria-escuro);
	border: 1px solid var(--cor-primaria-escuro);
}
/*---------------------------------------
 **   38.0 PAGINA ESCALAS    -----
-----------------------------------------*/
.escalas .btn-escala{
	background: var(--cor-primaria);
	color: white;
	font-weight: 600;
}

/*---------------------------------------
 **   39.0 PAGES GESTÃO			       -----
-----------------------------------------*/
/*---------------------------------------
 **   39.1 PAGES - FILTROS 			    -----
-----------------------------------------*/
.container-page .box-filtros .filtro .btn-filtro,
.container-page .box-filtros .pesquisar i{
	background: var(--cor-primaria);
  color: white;
  border-radius: 10px;
	height: 35px;
	width: 35px;
	flex: 1;
}
.container-page .box-filtros .filtro.limpar{
	width: 115px;
	margin-left: 10px;
	font-size: 14px;
	background: var(--cor-primaria);
	border-radius: 10px;
	height: 35px;
}
/*---------------------------------------
 **   39.2 PAGES - CONTEÚDOS			  -----
-----------------------------------------*/
.container-page .content-wrap .box-tipo{
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 5px;
}
.container-page .content-wrap .box-tipo .titulo-collapse{
	background: #f9f9f9f9;
	color: var(--cor-primaria);
	height: 40px;
	display: flex;
	padding-left: 30px;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	transition: all 0.2s ease-out;
}
.container-page .content-wrap .box-tipo .active{
	background: var(--cor-primaria);
	color: white;
	transition: all 0.2s ease-in;
}
.container-page .content-wrap .box-tipo .titulo-collapse:hover{
	background: var(--cor-primaria);
	color: white;
	transition: all 0.2s ease-in;
}
.container-page .content-wrap  .content-collapse .row-collapse .nome > a:hover{
	text-decoration: underline;
	color: black;
}
.container-page .box-filtros .limpar{
	background: var(--cor-primaria);
}
/*---------------------------------------
 **   39.3 PAGES - TABLES		       -----
-----------------------------------------*/
.container-page .table thead th{
	text-align: center;
	color: var(--cor-primaria);
	font-size: 1.3rem;
}

/*----------------------------------------------
 **   39.3 PAGES - ERRO PAGE SEM CONTEÚDO  -----
------------------------------------------------*/
.container-page .error > button{
	width: 150px;
    background: var(--cor-primaria);
    font: 700 13px Arial;
    color: white;
    text-transform: none;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid var(--cor-primaria);
    transition: all 0.2s;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2);
    cursor: pointer;
}
.container-page .error button:hover{
	background: var(--cor-primaria-escuro);
	transition: background 0.2s ease-out;
}
/*---------------------------------------
 **   40.0 PAGINA ESTA. MENSAL      -----
-----------------------------------------*/
.container-page.container-estatistica section .titulo{
	background: var(--cor-primaria);
}
.container-page.container-estatistica .nav-years ul li.tab-current a{
	background: var(--cor-primaria);
	color: white;
}
.container-page.container-estatistica .nav-years nav a::after{
	background: var(--cor-primaria);
}


/*---------------------------------------
 **   41.0 PAGINA CONTRATOS    -----
-----------------------------------------*/
.container-page .box-contrato{
	margin-top: 15px;
	border-radius: 10px;
	box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.3);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-bottom: 30px;
}

.container-page .box-contrato .box-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 65px;
	border-bottom: 1px solid #d9d9d9;
}

.container-page .box-contrato .box-header .contrato{
	display: flex;
}

.container-page .box-contrato .box-info{
	background: #f9f9f9;
}

.container-page .box-contrato .box-info .modalidade{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 15px;
}
.container-page .box-contrato .box-info .modalidade .objeto{
	min-height: 65px;
	width: 100%;
	margin-top: 20px;
	text-align: justify;
}

.container-page .box-contrato .box-info .modalidade .objeto p{
    font-size: 20px;
    font-weight: bold;
}

.container-page .box-contrato .box-info .modalidade .objeto span{
	justify-content: flex-start;
  display: flex;
	padding-right: 30px;
}


.container-page .box-contrato .box-info .modalidade span{
	margin-top: 10px;
}

.container-page .box-contrato .box-info .button-url{
	text-align: center;
	margin-top: 10px;
	min-height: 40px;
}
.container-page .box-contrato .box-info .button-url:last-of-type{
	padding-bottom: 30px;
}
.container-page .box-contrato .box-info .button-url button,
.container-page .box-contrato .box-info .button-url a{
	background: var(--cor-primaria);
	font-size: 16px;
	color: white;
	text-transform: none;
	border-radius: 5px;
	padding: 10px 35px;
	font-weight: 500;
	border: 1px solid var(--cor-primaria);;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-appearance: meter;
}
.container-page .box-contrato .box-info .button-url button:hover,
.container-page .box-contrato .box-info .button-url a:hover{
	background: var(--cor-primaria-escuro);
	transition: background 0.3s ease-out;
}
.container-page .box-contrato .box-info .button-url button i {
	font-size: 17px;
	margin-right: 20px;
}
.container-page .box-contrato .box-info .button-url button span {
	font-size: 16px;
}


/*---------------------------------------
 **   43.2 POLITICA DE PRIVACIDADE   -----
-----------------------------------------*/
#politica{
	border-radius: 10px;
}
/*---------------------------------------
 **   69.0 Template Large        -----
-----------------------------------------*/
.entry-content blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 15px;
	border-left: 3px solid var(--cor-primaria-escuro);
}
/*---------------------------------------
 **   XX.X IMPRESSÃO      -----
-----------------------------------------*/
@media print {
	body {
		font-size: 11.25pt;
	}
	a:link:after,
	a:visited:after {
		content: "";
	}
	header.header {
		min-height: 0 !important;
	}
	#main-nav {
		position: relative;
	}
	.header-content-wrap,
	.blog-header-content-wrap {
		padding: 30px 0 15px;
	}

	.buttons {
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
	}
	.focus,
	.works,
	.about-us,
	.features,
	.packages,
	.products,
	.testimonial,
	.contact-us {
		padding-top: 15px;
	}
	.focus {
		padding-bottom: 0;
	}
	.focus .row .focus-box,
	.zerif_about_us_center,
	.zerif-rtl-skills .skills,
	#testimonials > .container > .row,
	.zerif-rtl-contact-name,
	.zerif-rtl-contact-email,
	.zerif-rtl-contact-subject,
	#contact > .container > .row .col-lg-12.col-sm-12,
	.purchase-now > .container > .row .col-md-9,
	.purchase-now > .container > .row .col-md-3,
	.separator-one > .color-overlay .container.text,
	.separator-one > .color-overlay > div {
		opacity: 1 !important;
		-webkit-transform: translatex(0px) !important;
		-moz-transform: translatex(0px) !important;
		-ms-transform: translatex(0px) !important;
		transform: translatex(0px) !important;
	}
	.focus .row .focus-box {
		width: 23% !important;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding: 0 1.5%;
		padding-left: 0;
	}
	.about-us {
		padding-bottom: 0;
	}
	.about-us .column {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding-left: 0;
	}
	.about-us .big-intro {
		margin-top: 0;
		text-align: center;
	}
	.zerif-rtl-big-title,
	.zerif-rtl-skills,
	.zerif-rtl-skills .skills {
		width: 100%;
	}
	.zerif-rtl-skills .skills li.skill {
		display: inline-block;
		float: left;
		clear: none;
		width: 25%;
		margin-bottom: 0;
	}
	.about-us p {
		text-align: center;
	}
	.our-team {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.our-team .row {
		opacity: 1 !important;
		-webkit-transform: translatex(0px) !important;
		-moz-transform: translatex(0px) !important;
		-ms-transform: translatex(0px) !important;
		transform: translatex(0px) !important;
	}
	.our-team .col-lg-3.col-sm-3 {
		width: 23% !important;
		margin-right: 0;
		margin-left: 0;
		padding: 0 1.5%;
		padding-left: 0;
	}
	.team-member .profile-pic {
		width: 100%;
		height: auto;
	}
	#client-feedbacks .feedback-box {
		width: 30%;
		margin: 1.5%;
		padding: 0;
	}
	.feedback-box .quote {
		display: none;
	}
	.feedback-box .client-info {
		margin-left: 0;
	}
	.section-header {
		padding-bottom: 15px;
	}
	.testimonial {
		padding-bottom: 0;
	}
	.feedback-box .client {
		margin-top: 0;
	}
	.contact-us {
		padding-bottom: 0;
	}
	.contact-us .input-box,
	textarea {
		border: 1px solid #000 !important;
		box-shadow: none;
	}
	.footer-box {
		width: 23% !important;
		margin-right: 0;
		margin-left: 0;
		padding: 0 1.5%;
		padding-left: 0;
	}
	.latestnews-box {
		float: left;
		width: 50%;
		margin: 0;
		padding: 0;
		padding-right: 2%;
		padding-left: 2%;
	}
	#carousel-homepage-latestnews .item {
		height: auto !important;
	}
	.company-details {
		float: left;
		width: 33% !important;
		margin-right: 0;
		margin-left: 0;
		padding: 0 1.5%;
		padding-left: 0;
	}
	.copyright {
		width: 100%;
	}
	.separator-one,
	.purchase-now {
		padding: 15px 0 15px 0;
	}
	.latest-news {
		padding-top: 15px;
		padding-bottom: 15px;
	}

/* inner page */
	.content-left-wrap {
		padding-top: 0;
	}
}

/*---------------------------------------
 **   XX.X RESPONSIVE      -----
-----------------------------------------*/
@media (max-width: 767px) {
	.navbar-brand{
    width: calc(100vw - 70px);
    max-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.navbar-brand img{
		max-height: 120px !important;
	}
}
@media (max-width: 550px) {
	.container-bases .box-bases{
		min-height: 500px;
	}
}
@media (max-width: 425px) {
	.navbar-brand{
    width: calc(100vw - 70px);
	}
}
