.uc_post_grid_style_one * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.uc_post_grid_style_one .uc_post_grid_style_one_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.uc_post_grid_style_one .uc_post_grid_style_one_item {
	color: #42527b;
	font-size: 16px;
	overflow: hidden;
  	position: relative;
  	display:flex;
	flex-wrap: wrap;
  	transition: all 0.25s ease-in-out;
}
.uc_post_grid_style_one .uc_post_grid_style_one_image {
	width: 100%;
	max-width:230px;
	overflow: hidden;
	display: block;
	margin-left:auto;
	margin-right:auto;
	transition: all 0.3s ease-in-out;
	align-self: flex-end;
}
.uc_post_grid_style_one .uc_post_image {
	width: inherit;
	height: inherit;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	transition: all 0.3s ease-in-out;
}
.uc_post_grid_style_one .uc_post_grid_style_one_item:hover .uc_post_grid_style_one_image{
	transform: scale(0.95);
	opacity: 0.7;
}

.uc_post_grid_style_one .uc_post_grid_style_one_title {
    font-size: 22px;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	color: #42527b;
}
.uc_post_grid_style_one .uc_post_grid_style_one_title a {
	color: #42527b;
	text-decoration: none;
}
.uc_post_grid_style_one .uc_post_grid_style_one_meta {
	font-size: 13px;
    padding: 0px 0px 10px 0px;
	color: #ea36a4;
}
.uc_post_grid_style_one .uc_post_grid_style_one_excerpt {
	margin: 0px 0px 11px 0px;
	padding-bottom: 15px;
}
.uc_post_grid_style_one .uc_post_grid_style_one_excerpt p {
	margin: 0;
}

.uc_post_grid_style_one .uc_post_grid_style_one_button a.uc_btn{
	display: inline-block;
	text-align: center;
	background-color: #00b4ff;
    text-decoration: none;
    padding: 15px 20px 15px 20px;
    border-radius: 8px 8px 8px 8px;
	font-size: 16px;
    font-weight: 700;
    text-transform: none;
    line-height: 1em;
	color: #fff;
	transition: all 0.25s ease-in-out;
}
.uc_post_grid_style_one .uc_post_grid_style_one_button a.uc_btn:hover {
	background-color: #42527b;
}
.uc_post_grid_style_one .uc_content{
	margin-top:5px;
	position:relative;
	bottom:5px;
	text-align:center;
	font-size: 13px;
	width:100%;
	line-height:11px;
	align-self:flex-end;
}
.elementor-widget-ucaddon_protocolos:not(.protocolosAcordosWidget) .uc_post_grid_style_one .uc_post_image{
	position:relative;
	display:block;
	max-height:100px;
	max-width:100%;
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.protocolosAcordosWidget .uc_content{
	display:none;
}
@media (max-width:1240px){
	#protocolos-grid .uc_post_grid_style_one .uc_post_grid_style_one_wrap,
	#descontos-especiais .uc_post_grid_style_one .uc_post_grid_style_one_wrap{
		grid-template-columns: repeat(4, 1fr)!important;
	}
	#empresas-aderentes #uc_elegant_tabs .uc_tab_nav li a {
		display: block;
		padding: 18px 15px!important;
		position: relative;
	}
	#empresas-aderentes  #uc_elegant_tabs .r-tabs-panel ul {
		padding-left: 0;
		columns: 2!important;
	}

}

@media (max-width:639px){
	#protocolos-grid .uc_post_grid_style_one .uc_post_grid_style_one_wrap ,
	#descontos-especiais .uc_post_grid_style_one .uc_post_grid_style_one_wrap {
		grid-template-columns: repeat(3, 1fr)!important;
	}
}