/* Add here all your css styles (customizations) */

.limpa {
    clear: both;
}

img.img-center, .img-center img {
  margin-left: auto;
  margin-right: auto;
}
.help-block {
  color:#A94442;
  display: block
}

hr {
  border-color:#DDDDDD;
}

h1, h2, h3, h4, h5, h6 {
  text-transform:none;
}

.col-busca {
  padding-left:3px;
  padding-right:3px;
}

.img-inline {display: inline;}

.main-container {
	background-color: #ecf0f1;
}

.top-space {
	margin-top: -40px;
}

/* Responsive Media */
@media screen and (max-width: 768px) {
	.top-space {
		margin-top: 0;
	}
}

.box-shadow {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 2px;
	display: inline-block;
	border: 1px solid #dddddd;
	box-shadow: 0 1px 2px #dcdcdc;
	margin-bottom: 27px;
	padding: 30px;
	position: relative;
	width: 100%;
}

.box-conteudo {
	padding: 0px;
}

.box-conteudo-2 {
	padding:25px;
}

.box-titulo {
	padding:25px;
	border-bottom: 2px solid #09639e;
}

.box-footer {
	padding:25px;
	border-top: 1px solid #EEEEEE;
}

.box-titulo h1 {
  font-size:22px;
  font-weight: 400;
  text-transform:none;
}

.box-shadow h2 {
  font-size:22px;
  font-weight: 400;
  text-transform:none;
}

.item-meta {
	font-size:13px;
}
.item-meta ul {
	padding:0;
}
.item-meta ul li {
	display: inline;
}
.item-meta ul li a {
	color: #666666;
}
.item-meta ul li a:hover {
	color: #2196f3;
}
.item-meta ul li i {
	color: #0a6ebd;
	text-align: center;
	width: 21px;
}

.box-conteudo .social-links {
  margin-bottom:0;
  margin-top:0;
}

.box-conteudo .social-links li a {
  font-size:18px;
  height:34px;
  width:34px;
}

.box-conteudo .social-links li a i {
  line-height:34px;
}

.box-conteudo-footer {
	background: #f4f4f4 none repeat scroll 0 0;
	padding: 25px;
}

.header-top a {
	color:#fff;
}

.header-top i {
	color:#fff;
}

.header-top.dark {
  background-color:#2C6493;
  border-bottom:1px solid #1F4565;
}

.dark .footer {
  background-color:#17354D;
}

.dark .footer-content .form-control {
  border-color:#17354D;
  box-shadow:rgba(23, 53, 77, 0.6) 0 2px 3px inset;  
}

.dark .subfooter {
  background-color:#0F2333;
  border-color:#295B85;
}

.dark-bg {
  background-color:#0F2333;
  color:#CDCDCD;
}

#footer.dark .separator-2:after {
  background: #245379;
  background: -moz-linear-gradient(left, #245379 0%, #1F4869 35%, #1B3F5B 70%, #17354D 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #245379), color-stop(35%, #1F4869), color-stop(70%, #1B3F5B), color-stop(100%, #17354D));
  background: -webkit-linear-gradient(left, #245379 0%, #1F4869 35%, #1B3F5B 70%, #17354D 100%);
  background: -o-linear-gradient(left, #245379 0%, #1F4869 35%, #1B3F5B 70%, #17354D 100%);
  background: -ms-linear-gradient(left, #245379 0%, #1F4869 35%, #1B3F5B 70%, #17354D 100%);
  background: linear-gradient(to right, #245379 0%, #1F4869 35%, #1B3F5B 70%, #17354D 100%);
}

.nav.flex-column > li .nav-link {
  text-transform:none;
}

.header .navbar-nav li .nav-link {
    color: #000;
}

.box-cat-home{
  padding: 20px;
}

.box-cat-home a, .box-cat-home .nav.flex-column > li .nav-link{
  color:#fff;	
}

.box-cat-home .nav.flex-column > li .nav-link:hover{
  text-decoration: underline  
}

.box-cat-home .title{
  font-size:20px;
}

.bg-blue {
	background-color: #09639E;

}
.bg-green {
	background-color: #99CC33;  
}
.bg-brown {
	background-color: #855410;  
}
.bg-violet {
	background-color: #C406B4;  
}
.bg-dark-blue {
	background-color: #0C1D6B; 
}
.bg-orange {
	background-color: #F57F0A;;  
}
.bg-light-blue {
	background-color: #1BA7DE; 
}
.bg-light-green {
	background-color: #149C7E; 
}

.min-height-20	{ min-height:20px !important; }
.min-height-30	{ min-height:30px !important; }
.min-height-40	{ min-height:40px !important; }
.min-height-50	{ min-height:50px !important; }
.min-height-100	{ min-height:100px !important; }
.min-height-110	{ min-height:110px !important; }
.min-height-120	{ min-height:120px !important; }
.min-height-130	{ min-height:130px !important; }
.min-height-150	{ min-height:150px !important; }
.min-height-170	{ min-height:170px !important; }
.min-height-200	{ min-height:200px !important; }
.min-height-250	{ min-height:250px !important; }
.min-height-300	{ min-height:300px !important; }

/* utils */
.size-11 			{ font-size:11px !important; }
.size-12 			{ font-size:12px !important; }
.size-13 			{ font-size:13px !important; }
.size-14 			{ font-size:14px !important; }
.size-15 			{ font-size:15px !important; }
.size-16 			{ font-size:16px !important; }
.size-17 			{ font-size:17px !important; }
.size-18 			{ font-size:18px !important; }
.size-19 			{ font-size:19px !important; }
.size-20 			{ font-size:20px !important; }
.size-25 			{ font-size:25px !important; }
.size-30 			{ font-size:30px !important; }
.size-35 			{ font-size:35px !important; }
.size-40 			{ font-size:40px !important; }
.size-50 			{ font-size:50px !important; }
.size-60 			{ font-size:60px !important; }
.size-70 			{ font-size:70px !important; }
.size-80 			{ font-size:80px !important; }
.size-90 			{ font-size:90px !important; }
.size-100 			{ font-size:100px !important; }
.size-150 			{ font-size:150px !important; }
.size-200 			{ font-size:200px !important; }

.tit-empresa {
  font-size:14px;
  min-height:45px
}

.resumo-empresa {
  font-size:13px;
  min-height:35px
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.box-conteudo > h2{
	font-size:18px;
	margin:0 0 5px;
	border-bottom:2px solid #CCCCCC;
}



.box-conteudo img{
  display:block;
  height:auto;
  max-width:100%;
}

.profile-info {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
bottom: 0;
color: #ffffff;
padding: 7px 17px;
position: absolute;
width: 100%;
z-index: 999;
}

.avatar {
	position: relative;
}
.profile-info h2, .profile-info p {
	margin: 0;
}
.profile-info h2 {
	margin: 0;
	color: #ffffff;
}
.btn-icon {
	background: #2196f3 none repeat scroll 0 0;
	border-radius: 35px;
	color: #ffffff !important;
	font-size: 14px;
	height: 31px;
	line-height: 28px;
	opacity: 0.5;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 30px;
	transition: all 0.4s ease 0s;
}
.btn-icon:hover {
	font-size: 16px;
	opacity: 0.8;
}

.input-group-btn > .btn {
  margin:0;
}

.float-chat-whatsapp {
	position:fixed;
	bottom:60px;
	right:5px;
	z-index:100;
}


/* Extra small devices (phones, less than 575px) */
@media (max-width: 575px) {

  .overlay-container .text p:not(.mobile-visible) {
	display: block;
  }
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage::after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: '.';
  visibility: hidden;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
  opacity: 0;
}

.owl-carousel .owl-item .from-top, .owl-carousel .owl-item .from-bottom,
.owl-carousel .owl-item .from-left, .owl-carousel .owl-item .from-right,
.owl-carousel .owl-item .scale-up, .owl-carousel .owl-item .scale-down {
  transition: all .45s .3s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.owl-carousel .owl-item .from-top {
  -webkit-transform: translateY(-45px);
      -ms-transform: translateY(-45px);
          transform: translateY(-45px);
}

.owl-carousel .owl-item .from-bottom {
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
}

.owl-carousel .owl-item .from-left {
  -webkit-transform: translateX(-45px);
      -ms-transform: translateX(-45px);
          transform: translateX(-45px);
}

.owl-carousel .owl-item .from-right {
  -webkit-transform: translateX(45px);
      -ms-transform: translateX(45px);
          transform: translateX(45px);
}

.owl-carousel .owl-item .scale-up {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.owl-carousel .owl-item .scale-down {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.owl-carousel .owl-item .delay-1 {
  transition-delay: .5s;
}

.owl-carousel .owl-item .delay-2 {
  transition-delay: .7s;
}

.owl-carousel .owl-item .delay-3 {
  transition-delay: .9s;
}

.owl-carousel .owl-item .delay-4 {
  transition-delay: 1.1s;
}

.owl-carousel .owl-item.active .from-top, .owl-carousel .owl-item.active .from-bottom {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.owl-carousel .owl-item.active .from-left, .owl-carousel .owl-item.active .from-right {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.owl-carousel .owl-item.active .scale-up, .owl-carousel .owl-item.active .scale-down {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.owl-carousel .owl-item > img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-item > img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.owl-carousel .owl-dots {
  display: block;
  width: 100%;
  margin-top: 18px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  transition: opacity .25s;
  border-radius: 50%;
  background-color: #505050;
  opacity: .33;
}

.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -43px;
  transition: opacity .3s;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #ffffff;
  color: #232323;
  line-height: 44px;
  text-align: center;
  opacity: .75;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  opacity: 1;
}

.owl-carousel .owl-prev::before,
.owl-carousel .owl-next::before {
  font-family: feather;
  font-size: 22px;
}

.owl-carousel .owl-prev {
  left: 20px;
}

.owl-carousel .owl-prev::before {
  font-family: "FontAwesome";
  content: '\f100';
}

.owl-carousel .owl-next {
  right: 20px;
}

.owl-carousel .owl-next::before {
  font-family: "FontAwesome";
  content: '\f101';
}

.owl-carousel.large-controls .owl-prev,
.owl-carousel.large-controls .owl-next {
  width: 54px;
  height: 54px;
  margin-top: -47px;
  border-radius: 6px;
  line-height: 52px;
}

.owl-carousel.large-controls .owl-prev {
  left: 30px;
}

.owl-carousel.large-controls .owl-next {
  right: 30px;
}

.owl-carousel.dots-inside .owl-dots {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-bottom: 24px;
}

.owl-carousel.dots-inside .owl-dots .owl-dot {
  background-color: #ffffff;
  opacity: .5;
}

.owl-carousel.dots-inside .owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-carousel.dots-inside .owl-prev,
.owl-carousel.dots-inside .owl-next {
  margin-top: -23px;
}

.owl-carousel.dots-inside.large-controls .owl-prev,
.owl-carousel.dots-inside.large-controls .owl-next {
  margin-top: -27px;
}

.owl-carousel .widget {
  margin-bottom: 0;
}

.owl-carousel .widget.widget-featured-posts > .entry {
  margin-bottom: 0;
}

.no-js .owl-carousel {
  display: block;
}