/*-------------------------------------------------
 										HOMEPAGE 
-------------------------------------------------*/
.home-bandeiras .elementor-image img {
	border-radius: 500px !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5)!important;
}
.separador {
	display: table;
	width: 50%;
	margin: auto;
}

.s-left,
.s-right {
  display: table-cell;
  width: 40%;
}

.line{
  border-bottom:1px solid #fff;
  margin-bottom:20px;
}

.separador img {
  margin: auto;
  display: block;
	width: 48px;
}

.row-ligacoes a {
	color: #fff!important;
}

#aordem, #orito, #ondestamos, #ligacoes, #contactos {
	display: block;
	position: relative;
	top: -50px;
}

/*-------------------------------------------------
 								ÁREA RESERVADA 
-------------------------------------------------*/
/*------------------PÁGINAS---------------------*/
body.customer-area-active {
	font-family: 'DM Sans',sans-serif!important;
	font-size: 16px!important;
	line-height: 1.7em!important;
}
.cuar_private_page-template-default #content, .single-cuar_private_file #content {
	padding-right: 50px;
	padding-left: 50px;
}
.cuar_private_page-template-default .ast-container,  .single-cuar_private_file .ast-container{
	max-width: 1024px!important;
	padding: 0!important;
}
.cuar_private_page-template-default, .cuar_private_page-template-default header, .single-cuar_private_file, .single-cuar_private_file header {
	width: 100%!important;
}
.cuar_private_page-template-default .cuar_private_page, .single-cuar_private_file .cuar_private_file {
	padding: 0;
}
.cuar_private_page-template-default #primary, .single-cuar_private_file #primary {
  width: 100%;
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.cuar_private_page-template-default #secondary, .single-cuar_private_file #secondary {
	display: none;
}
/*-------------------------------------------------
 											ARTIGOS 
-------------------------------------------------*/
/*-------------------BARRA LATERAL---------------*/
.barra-lateral ul {
    list-style: none;
		margin: 0;
		padding-top: 5px;
}
/*-------------------------------------------------
 								     RESPONSIVO
-------------------------------------------------*/
@media only screen and (max-width : 768px) {
	.cuar_private_page-template-default #content, .single-cuar_private_file #content {
		padding-right: 30px;
		padding-left: 30px;
	}

}