/*
ELABORADO POR RAFAEL AVELAR
VERSÃO 2.0
ATUALIZADO DIA: XX/10/2018
*/

@charset "utf-8";

#owl-clientes .item{
  padding: 10px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clientes-controle{
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
}
#owl-clientes{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 85%
}
.clientes img{
	max-height: 70px;
	width: auto;
}
.clientes h4{
	margin-top: 1%;
	font-weight: 400;
	font-size: 1.3em;
}
.right{
	display: flex;
	width: 5%;
	justify-content: center;
	padding-bottom: 7%;
}
.left{
	display: flex;
	width: 5%;
	justify-content: center;
	padding-bottom: 7%;
}
.left:hover{
	background-clip: content-box;
	background-color: rgba(0,0,0,.13);
}
.right:hover{
	background-clip: content-box;
	background-color: rgba(0,0,0,.13);
}
.btn-owl2{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.menuhm{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 1% 2%;
	background-color: #f5f5f5;
	margin: 3% 1% 0% 1%;
	border-radius: 7px;
	align-items: strech;
	align-content: strech;
	flex-grow: 1;
	flex-wrap: wrap;
}
.topicohm{
	flex-grow: 1;
	max-width: 100%;
	text-align: justify;
	padding: 3% 0;
}
.topicohm img{
	cursor: initial;
}
.topicohm span{
	font-size: 0;
}
.topicohm h2{
	font-size: 1.2em;
	font-weight: 700;
	color: #CD7373;
	text-align: center;
	padding: 3% 2%;
}
.lmais{
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

/*================ COVID-19 ================*/
.popup{
	display: none;
	position: fixed; 
	overflow-y: auto;
	background:  rgba(40,40,40, .83);
	width: 100%;
	top: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
}
.imagem-popup{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: strech;
	color: #CD7373;
	align-self: strech;
	z-index: 9999;
}
.imagem-popup img{
	width: 90%;
	max-width: 800px;
	max-height: 600px;
	margin: auto;
	z-index: 9999;
}
.scrollhidden {
	overflow: hidden	
}
.scrollauto {
	overflow: auto !important;	
}
.img-close {
	font-size: 2em;
	text-align: right;
	cursor: pointer;
	padding: 3% 4% 0% 0;
}
.img-close i:hover{
	color: rgb(49,122,190);
}

/*================ MOBILE FIRST ================*/
/* SMALL DEVICES - SMARTPHONES */

@media screen and (min-width: 480px){
.menuhm{
	flex-direction: row;
	flex-wrap: wrap;
}
.topicohm{
	max-width: 40%;
}
}

/* SMALL DEVICES - TABLETS */

@media screen and (min-width: 768px){
.menuhm{
	margin: 1%;
	padding: 3% 2%;
}
.topicohm{
	margin: 0%;
	padding: 0%;
}

}
/* MEDIUM DEVICES - TABLETS & DESKTOPS */
@media screen and (min-width: 960px){
.topicohm{
	max-width: 20%;
}
}

/* LARGES DEVICES - WIDE SCREENS */
@media screen and (min-width: 1280px){
}

/*
ELABORADO POR RAFAEL AVELAR
VERSÃO 2.0
ATUALIZADO DIA: XX/10/2018
*/