/* CSS Document */

/* 
    Created on : 1/15/2017. 
    Theme Name : BizPro.
    Description: BizPro- Responsive html5 template.
    Version    : 1.1.
    Author     : @SRThemes.
   
*/

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  overflow: hidden;
}

/*====================================================================
  Global Settings
====================================================================*/

.tran3s,.theme-main-menu .navbar-nav>li a,#project-section .project-gallery .single-img .opacity, .tran4s,#service-section .single-service-content p,#project-section .project-gallery .single-img .opacity ul,
#project-section .project-gallery .single-img .opacity h6 a {
  -webkit-transition: all .6s ease-in-out;
     -moz-transition: all .6s ease-in-out;
      -ms-transition: all .6s ease-in-out;
       -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
 }
/*** 


====================================================================
  Service section
====================================================================

 ***/
#service-section {
  padding-bottom: 30px;
}
#service-section .theme-title h2,
#service-section .theme-title p {
  color:#fff;
}
#service-section .row {
  margin: 0;
}
#service-section .row [class*="col-"] {
  padding: 15px;	
}
#service-section .single-service-content {
  text-align: left;
  padding: 40px 30px 0 90px;
  overflow: hidden;
  cursor: pointer;
  	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 0;
	border-radius: 15px;
	border-top-left-radius: 0;
	-webkit-box-shadow: inset 4px 4px 15px 0px rgba(0,0,0,0.7), 10px 10px 10px 20px rgba(0,0,0,0); 
	box-shadow: inset 4px 4px 15px 0px rgba(0,0,0,0.7), 10px 10px 10px 20px rgba(0,0,0,0);
	border: 1px solid #000;	
	transition: 2s;
}

#service-section .single-service-content.bg-success.imgPRODLEGISLA a, 
#service-section .single-service-content.bg-danger.imgVETO a {color: #FFF;}

#service-section .single-service-content.bg-warning.imgBOLETIM a {color: #000;}

#service-section .single-service-content.bg-success.imgPRODLEGISLA:hover  {
	background-image: url("../img/imgLEGISLA.png");
	background-size: 70px 100%; 
	background-position: left center;
	background-repeat: no-repeat;
	filter: grayscale(100%);
}

#service-section .single-service-content.bg-warning.imgBOLETIM:hover  {
	color: #FFF;
	background-image: url("../img/imgBOLETIM.png");
	background-size: 70px 100%; 
	background-position: left center;
	background-repeat: no-repeat;
	filter: grayscale(100%);
}

#service-section .single-service-content.bg-danger.imgVETO:hover  {
	color: #FFF;
	background-image: url("../img/imgVETO.png");
	background-size: 70px 100%; 
	background-position: left center;
	background-repeat: no-repeat;
	filter: grayscale(100%);
}

#service-section .single-service-content h3 {
	font-size: 1.1em;
	font-weight: 700;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-left: 60px;
}

#service-section .single-service-content:hover h3 {
	font-size:0.9em;
}

#service-section .single-service-content p {
  margin-top: 0.5rem;
  font-size: 0.8em;
  text-align: left;
  line-height: 135%;
  -webkit-transition-delay: 0.3s; /* Safari */
  transition-delay: 0.3s;
  opacity: 0;
	transition: 1s;
  -webkit-transform: translate3D(0,200px,0);
     -moz-transform: translate3D(0,200px,0);
      -ms-transform: translate3D(0,200px,0);
       -o-transform: translate3D(0,200px,0);
          transform: translate3D(0,200px,0);
}


#service-section .single-service-content .icon-heading {
  position: absolute;
  text-align: center;
  width: 100%;
  left:0;
  right: 0;
  top:45%;
}
#service-section .single-service-content .icon-heading a {
  text-transform: capitalize;
}
#service-section .single-service-content:hover .icon-heading {
  top: 1.0rem;
}


#service-section .single-service-content:hover p {
  opacity: 1;
  font-size: 0.8em;
  -webkit-transform: translate3D(0,0,0);
     -moz-transform: translate3D(0,0,0);
      -ms-transform: translate3D(0,0,0);
       -o-transform: translate3D(0,0,0);
          transform: translate3D(0,0,0);
}

/*IMAGENS*/

.imgPRODLEGISLA {
	background-image: url("../img/imgPRODLEGISLA.png");
	background-size: 70px 100%; 
	background-position: left center;
	background-repeat: no-repeat;
}

.imgBOLETIM {
	background-image: url("../img/imgBOLETIM.png");
	background-size: 70px 100%; 
	background-position: left center;
	background-repeat: no-repeat;
}

.imgVETO {
	background-image: url("../img/imgVETO.png");
	background-size: 70px 100%; 
	background-position: left center;
	background-repeat: no-repeat;
}

.imgLEGISLA {
	background-image: url("../img/imgLEGISLA.png");
	background-size: 105px 100%; 
	background-position: right center;
	background-repeat: no-repeat;
}

.imgNEWS {
	background-image: url("../img/imgNEWS.png");
	background-size: 105px 100%; 
	background-position: right center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
	
	#service-section .single-service-content h3 {
	font-size: 1.1em;
	padding:0 0.5rem;
}
	
.imgPRODLEGISLA {
	background-image: none !important;
}

.imgBOLETIM {
	background-image: none !important;
}

.imgVETO {
	background-image: none !important;
}

.imgLEGISLA {
	background-image: none !important;
}

.imgNEWS {
	background-image: none !important;
}
	
#service-section .single-service-content {
  padding: 40px 20px 0 20px;
}	

.spaceBoxR2 {
	padding-right: 0.5rem;
}	

.spaceBoxR {
	padding-right: 1rem;
}
}

.paginacao_bj{
    margin: 1rem;
    border: 1px solid #ccc;
    padding: 0rem;
	border-radius: 0.25rem;
}

.paginacao_bj > a.page-numbers{
	padding: 0.5rem 0.75rem;
	z-index: 1;
    background-color: #fff!important;
    border-color: #fff!important;
	border: 1px solid #ccc!important;
}
.paginacao_bj > .prev {
	color: #6c757d!important;
	background-color: #fff!important;
    border-color: #fff!important;
	border-top-left-radius: 0.25rem!important;
	border-bottom-left-radius: 0.25rem!important;
} 
.paginacao_bj > .next {
	color: #6c757d!important;
	background-color: #fff!important;
    border-color: #fff!important;
	border-top-right-radius: 0.25rem!important;
	border-bottom-right-radius: 0.25rem!important;
} 
.paginacao_bj > span{
	padding: 0.5rem 0.75rem;
	color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.table-responsive{
	overflow-x:hidden !important;
}
