<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* REPRESENTANTE */

.representante{

}

.representante .itens .et_pb_column{
	display: flex;
	flex-wrap: wrap;
}

.representante .card{
	width: 33%;
	padding: 15px;
	margin-bottom: 0 !important;
}

.representante .card h3{
	margin: 15px 0;
	padding: 0;
}

.representante .card .et_pb_text_inner{
	border: 1px solid #bfbfbf;
	border-radius: 15px;
	padding: 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	cursor: default;
}

.representante .card .et_pb_text_inner:hover{border-color: #e0e0e0;box-shadow: 0 4px 10px #00000021;}

.representante .card .et_pb_text_inner table{
	display: flex;
	flex-direction: column;
	min-height: 100%;
	width: 100% !important;
	height: 100% !important;
}

.representante .card .et_pb_text_inner table tr,
.representante .card .et_pb_text_inner table tr td{
	width: 100% !important;
	height: 100% !important;	
}

.representante .card .et_pb_text_inner table tfoot{
	margin: auto 0 0 auto;
	width: 80%;
}

.representante .card .et_pb_text_inner table tfoot *{
	width: 100%;
	display: block;
}

.representante .card table,
.representante .card table td{
	border:0;
}

.representante .card table td{
	padding: 0;
}

.representante .card a{
	color:black;
	text-decoration:none;
}

.representante .card .button{
	position: relative;
	margin: auto 0 0 auto;
	right: -25px;
	bottom: -25px;
}

.representante .card .button a,
.representante .card.phelcom .button{
	width: 100%;
	padding: 15px 20px;
	border-radius: 20px 0 0 0;
	text-align: center;
	cursor:pointer;
	display: block;
	border-width: 1px 0px 0px 1px;
	border-color: #bfbfbf;
	border-style: solid;
}

.representante .card.phelcom .et_pb_text_inner{
	border-color:var(--secundario);
}

.representante .card.phelcom .et_pb_text_inner{
	border-width:3px;
}

.representante .card.phelcom .et_pb_text_inner:hover{

}

.representante .card.phelcom .et_pb_text_inner h3{
	font-weight: bold;
	color: var(--secundario);
}

.representante .card.phelcom .button{
	background-color: var(--secundario);
	color: white;
	font-weight: 600;
	border: none;
}

.representante .card.phelcom .button:hover{
	background-color: #86dac1;
}

.representante .card .button a:hover{
	background-color:#f2f2f2;
}

/* REPRESENTANTE FIM */


/* RESPONSIVO */
 
 @media (max-width: 980px) {
	 
	 .representante .card{
		 width: 100%;
		}
	 
 }
 
 /* ANIMATION */

.representante .card .et_pb_text_inner{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}</pre></body></html>