/* GLOBAL CSS */

/*2023 Fixes*/

.custom_dot_2023 {
    background: rgb(255 161 162);
    color: rgb(255 161 162);
    height: 15px;
    width: 15px;
    left: 0px;
    top: 0px;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-radius: 50px;
}

.parallax-down-1, .parallax-down-2, .parallax-down-3, .parallax-down-4, .parallax-down-5, .parallax-up-1, .parallax-up-2, .parallax-up-3, .parallax-up-4, .parallax-up-5 {
    /* position: fixed !important; */
}



span.rrp-text-2023 {
    font-family: 'Inter';
    font-weight: 500;
}

.apexcharts-marker {
    fill: #6979F8;
}

.apexcharts-line-series path {
    stroke: #6979F8;
    stroke-width: 3;
}
.apexcharts-tooltip {
    background: #1C1E23;
    color: white;
}
.counter-2023 .elementor-counter-number-wrapper {
    height: 80px;
}

.counter-2023 .elementor-counter-number-suffix {
    font-size: 64px;
    display: flex;
    align-items: flex-end;
}

.rrp-title-2023 {
    font-size: 128px;
}

.rrp-simbol-2023 {
    font-size: 64px;
}

#sidebar {
	display: none;
}

#page{
	overflow-x: hidden !important;
}
@media (max-width: 767px) {
	.impact-2023-section li:not(:last-child) {
		padding: 5px 0px 10px 0px !important;
		border-bottom: 1px solid black;
	}
	
	.counter-2023 {
		left: -20%;
	}
	
	.rrp-title-2023 {
		font-size: 54px;
	}
	
	.rrp-simbol-2023 {
		font-size: 40px;
	}
}

/*2023 Fixes End*/

/* Colors and fonts deafults */

:root {
    --menu-font-family: "Hurme Geometric Sans 1";
	
    /* -- normal -- */
    --menu-bg-color: #ffffff;
    --menu-item-color: #191919;
    --menu-item-hover-color: #191919;
	--menu-item-active-color: #191919;

    /* -- transparente -- */
    --menu-t-item-color: #191919;
    --menu-t-item-hover-color: #191919;
	--menu-t-item-active-color: #191919;

    --sub-bg-color: #191919;
    --sub-border-color: #191919;
    --sub-menu-item-color: #191919;
    --sub-menu-item-hover-color: #ffffff;
	--sub-menu-item-active-color: #ffffff;
    --sub-menu-item-bg-hover-active-color: #191919;

    /* -- sub menu mobile -- */
    --hamburguer-color-mobile: #191919;
    --menu-list-bg-color-mobile: #ffffff;
    --sub-menu-item-color-mobile: #191919;
}
 
nav {
	z-index: 9999999;
}

.menu-toggle {
	font-size: 1.075rem;
	float: right;
}

a:hover {
    color: inherit;
}

a:focus,
.menu-toggle:focus {
    outline: none;
}

.wrap {
	max-width: 1400px !important;
	padding-top: 0 !important;	
}

/* --- contact form --- */

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #050600;
    border: 3px solid #050600;
}

.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
    color: #050600;
    background: transparent;
    border: 3px solid #050600;
}


.wpcf7 form .wpcf7-response-output {
    border: none;
}

div.wpcf7-mail-sent-ok {
	color: #398f14;
}

div.wpcf7-mail-sent-ng {
	color: #9c0505;
}

div.wpcf7-spam-blocked {
	color: #ffa500;
}

/* --- menu ---*/

.site-header .menu-header li.lang-item {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.site-header .menu-header li.lang-item a {
	padding: 15px;
	font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
}

.site-header .menu-header li.lang-item:hover {
	background-color: #ededed;
}

.site-header .menu-header li.lang-item:hover a {
	color: #F20200;
}

.site-header .menu-header li.lang-item.current-lang {
	background-color: #ededed;
}

/* .menu-header ul li.lang-item:after {
	content: '';
	height: 15px;
	width: 2px;
	position: relative;
	background-color: #ffffff;
	display: inline-block;
	top: 3px;
	left: 2px;
}

.menu-header ul li.lang-item:last-child:after {
	content: '';
	display: none;
} */

.header-container {
    max-width: 1170px;
    margin: 0 auto;
	margin-top: 0;
	padding: 15px 25px;
    height: 100%;
	transition: margin 0.3s ease;
}

.site-header.transparent .header-container {
	margin-top: 41px;
}

.brand-logo {
    width: 134px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    z-index: 99999;
}

.site-header .brand-logo-t {
	display: none;
}

.site-header.transparent .brand-logo-t {
	display: block;
}

.site-header .brand-logo-nt {
	display: block;
}

.site-header.transparent .brand-logo-nt {
	display: none;
}

.site-header {
    position: fixed !important;
    width: 100%;
/*     height: 75px; */
    z-index: 1000 !important;
    background: var(--menu-bg-color);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.25);
	transition: background-color 0.1s;
}

.site-header.transparent {
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.menu-header {
	height: 100%;
}

.menu-header .menu {
    padding: 0px;
    list-style: none;
    text-align: right;
    margin: 0;
    height: 100%;
/*     padding-top: 22px; */
    position: relative;
}

.menu-header li {
	margin: 0 8px;
    display: inline-block;
	text-align:center;
	position: relative;
	transition: all 0.3s ease;
}

.menu-header li:first-child {
	margin-left: 0;
}

.menu-header li:last-child {
	margin-right: 0;
}

.menu-header li a {
    display: inline-block;
	text-align:center;
    font-family: var(--menu-font-family);
	font-weight: 500;
    color: var(--menu-item-color);
    font-size: 14px;
	letter-spacing: 0.8px;
    text-decoration: none;
    position: relative;
	transition: all 0.3s ease;
}

.site-header .menu-header li.menu-download-pdf {
	background-color: #191919;
	border-radius: 8px;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.site-header .menu-header li.menu-download-pdf a {
	padding: 17px 58px;
	color: #ffffff !important;
}

.site-header .menu-header li.menu-download-pdf:hover a {
	color: #F20200 !important;
}

.menu-header a:not([href]):not([tabindex]):focus,
.menu-header a:not([href]):not([tabindex]):hover {
    color: var(--menu-item-color);
    text-decoration: none;
	
}

.menu-header a:not([href]):not([tabindex]) {
    color: var(--menu-item-color);
}

.site-header .menu-header li a {
    padding: 10px 15px;
}

.site-header .menu-header .sub-menu li a {
	width: 100%;
    display: block;
    padding: 10px 15px;
}

.site-header.transparent .menu-header li a {
    color: var(--menu-t-item-color);
}

.transparent .menu-header li a {
    color: var(--menu-item-color);
}

.mobile-menu-toggler {
	display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    min-width: 230px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
    background-color: var(--sub-bg-color);
    text-align: center;
    top: 53px;
    padding: 5px 0;
    border: 1px solid var(--sub-border-color);
}

.pll-parent-menu-item .sub-menu {
    min-width: 60px !important;
}

/* ul:not(.sub-menu) > .menu-item:hover > a:after {
	content: '';
    width: calc( 100% - 30px );
    border-bottom: 1px solid var(--menu-item-hover-color);
    position: absolute;
    bottom: 9px;
    left: 15px;
} */

/* ul:not(.sub-menu) > .menu-item.active > a:after {
	content: '';
    width: calc( 100% - 30px );
    border-bottom: 1px solid var(--menu-item-active-color);
    position: absolute;
    bottom: 9px;
    left: 15px;
} */

/* .sub-menu > .menu-item > a:after {
    content: '';
    width: calc( 100% - 160px );
    border-bottom: 1px solid var(--sub-border-color);
    position: absolute;
    bottom: 0;
    left: 80px;
} */

/* .sub-menu > .menu-item:last-child > a:after {
    content: '';
	display: none;
} */

.menu-item-has-children.active > ul {
	display: block;
}

.sub-menu li {
	display: block;
	margin: 0;
}

.sub-menu li a {
    color: var(--sub-menu-item-color) !important;
}

.sub-menu li:hover a,
.sub-menu li.current-menu-item a {
    color: var(--sub-menu-item-hover-color) !important;
}

.sub-menu li:hover,
.sub-menu li.current-menu-item {
    background-color: var(--sub-menu-item-bg-hover-active-color);
}

/* .menu-header ul li.current-lang a:after,
.menu-header ul li.lang-item:hover a:after {
	content: '';
    width: calc( 100% - 15px );
    border-bottom: 1px solid #ffffff;
    position: absolute;
    bottom: 9px;
    left: 8px;
} */


/* Sidebar */

#sidebar {
	position: fixed;
	margin-top: 70px;
	top: 46px;
	left: 18px;
	font-family: "Hurme Geometric Sans 1";
  	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.23px;
	color: #191919;
	pointer-events: none;
    touch-action: none;
	transition: margin 0.3s ease, opacity 0.3s ease;
	z-index: 1100;
}

#masthead.site-header.transparent ~ #sidebar {
	margin-top: 0;
}

#sidebar .dates-container {
	margin-bottom: 8px;
	text-align: center;
}

#sidebar .dates-container > .date {
	font-family: "Hurme Geometric Sans 1";
}

#sidebar .dates-container > .date:not(:first-child):before {
	content: "";
    display: block;
    margin: 5px auto;
    width: 4px;
    height: 4px;
    background-color: #f20200;
    border-radius: 50%;
}

#sidebar .vertical-text {
	margin: 0 auto;
	writing-mode: vertical-lr;
    transform: rotate(180deg);
}

#sidebar .vertical-text > div {
	display: inline-block;
	margin: 2px 0;
	font-family: "Hurme Geometric Sans 1";
}

#sidebar .vertical-text > div:first-child {
	margin-top: 0;
}

#sidebar .vertical-text > div:last-child {
	margin-bottom: 0;
}

#sidebar .vertical-text > div.chapter-number-container {
	font-weight: 600;
}

#sidebar .vertical-text > div.chapter-number-container > #chapter-number {
	margin-top: 5px;
	padding: 15px 7px;
    display: inline-block;
    width: 44px;
    height: 44px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #f20200;
    border-radius: 50%;
    transform: rotate(90deg);
}

#sidebar .vertical-text > .sidebar-divider {
	height: 80px;
    width: 1px;
    background-color: #191919;
}

#sidebar .vertical-text > .sidebar-divider.divider-small {
	height: 40px;
}


/* Geral */

.main-title-offset {
	margin-left: 15vw;
	font-family: "Hurme Geometric Sans 1";
}

.title-red-dots .elementor-heading-title {
	margin-left: 18px;
}

.title-red-dots .elementor-heading-title:before {
	content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 10px;
    height: 28px;
    background-image: url(https://portugal-ma-report.abreuadvogados.com//wp-content/uploads/title-dots-red.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.activity-counter .elementor-counter-number-wrapper {
	position: relative;
	justify-content: flex-start;
}

.activity-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
	position: absolute;
    top: -40px;
    font-size: 100px;
    line-height: 54px;
    letter-spacing: 1.67px;
	text-align: left;
}

.activity-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
	align-self: flex-end;
	flex-grow: unset;
	font-size: 40px;
	line-height: 96px;
}

.activity-counter .elementor-counter-title {
	display: inline-block;
	text-align: left;
}

.emerging-sectors-counter .elementor-counter-number-wrapper {
	justify-content: flex-end;
}

.emerging-sectors-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
	align-self: flex-end;
	flex-grow: unset;
	font-size: 40px;
	line-height: 50px;
}

.divider-red-gradient .elementor-divider-separator {
	height: 4px;
    border-top: 0 !important;
    border-radius: 2px;
    background-image: linear-gradient(to right, #fa0500, #b80000);
}

footer #copyright-text.elementor-widget-image-box .elementor-image-box-img {
	width: 23px;
}


.article-share-links {
	display: inline-block;
}

.article-share-links a {
	margin: 0 8px;
	font-size: 20px;
	line-height: 20px;
	color: #E2B75A;
}

.article-share-links a:first-child {
	margin-left: 0;
}

.article-share-links a:last-child {
	margin-right: 0;
}
.article-share-links a i {
	vertical-align: middle;
}

/* -- Blog pagination -- */

.hp-articles .grid-pagination div {
	margin: 20px 8px;
	display: inline-block;
	color: #C1925A;
	font-family: "Montserrat", Sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.hp-articles .grid-pagination div:hover{
	cursor: pointer;
}

.hp-articles .grid-pagination div.actual {
	color: #C1925A;
	font-weight: 600;
}

.hp-articles .grid-pagination div.actual:hover {
	cursor: pointer;
	pointer-events: none;
}

.grid-pagination {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hp-articles.loading {
	opacity: 0.6;
}



/* GLOBAL CSS */

@media (min-width: 1850px) { 
	.main-title-offset {
		margin-left: 25%;
	}
}

@media (max-width: 1280px) { 
	#sidebar {
		opacity: 0 !important;
	}
}

/* Extra large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) { 
	
}

@media (max-width: 1024px) {
	.title-red-dots .elementor-heading-title:before {
		top: 10px;
	}
}

/* Large devices (desktops, 992px and downp) */
@media (max-width: 992px) {  	
	.menu-header ul li.lang-item {
/* 		padding: 10px 5px; */
	}
	
	.menu-header ul li.lang-item {
/* 		display: inline-block; */
	}
	
	.menu-header ul li.lang-item:after {
/* 		content: '';
		height: 15px;
		width: 2px;
		position: relative;
		background-color: #E5BA57;
		display: inline-block;
		top: 3px;
		left: 8px; */
	}

	.menu-header ul li.lang-item:last-child:after {
/* 		content: '';
		display: none; */
	}
	
	.sub-menu {
		top: 0px;
	}
	
	.sub-menu {
		position: relative;
	}
		
	.pll-parent-menu-item .sub-menu {
		background-color: #ffffff;
	}
	
	.mobile-brand-logo {
/* 		display: block;
		width: 215px;
		height: 75px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: fixed;
		margin: 0px 20px; */
	}
	
	.brand-logo {
/* 		display: none !important; */
	}
	
	.menu-header li {
/* 		display: block;
		padding: 15px 15px; */
	}

	.sub-menu > .menu-item > a:after {
		content: '';
		display: none;
	}
	
	.site-header,
	.site-header.transparent {
/* 		background: var(--menu-bg-color) !important; */
	}
	
	.menu-header > ul > li > a,
	.transparent .menu-header > ul > li > a {
/* 		color: var(--menu-item-color) !important */
	}
	
	.sub-menu li a {
		color: var(--sub-menu-item-color-mobile) !important;
	}
	
	.menu-header .menu {
/* 		padding: 0;
		height: 0;
		position: relative;
		background-color: var(--menu-list-bg-color-mobile) !important;
		width: 100%;
		margin: 0px;
		top: 75px;
		overflow: hidden;
		text-align: center;
		transition: height 0.8s; */
	}
	
	.sub-menu {
		border: none;
	}
	
	.menu-header.open .menu {
		height: calc(100vh + 15px);
		transition: height 0.8s;
		overflow: auto;
	}
		
	.mobile-menu-toggler {
/* 		display: block;
		position: fixed;
		z-index: 9;
		right: 0;
		top: 0; */
	}
	
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		width: 35px;
		height: 1px;
		background-color: var(--hamburguer-color-mobile);
	}
	
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
		background-color: var(--hamburguer-color-mobile);
	}

	.hamburger {
		padding: 23px 15px;
	}
	
	button.hamburger {
		background: transparent;
		border: none;
		outline: none;
	}
	
	.main-title-offset {
		margin-left: 0;
	}
	
	
	/* --- Blog mobile --- */
	
	.hp-articles .atualidade-grid .post-thumbnail {
		height: auto;
		min-height: 170px;
	}
	
	.hp-articles .container-article-title {
		height: auto;
		min-height: 170px;
	}
	
	.hp-articles .first-item {
		position: relative;
	}

	.hp-articles .first-item .post-thumbnail {
		height: 375px;
		width: 100%;
	}
	
	.hp-articles time {
		padding: 0px 0px 0px 0px;
	}
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 767px) {
	.site-header.transparent .header-container {
		margin-top: 21px;
	}
	
	.brand-logo {
		margin-top: -5px;
		width: 131px;
		height: 55px;
	}
	
	.site-header .menu-header li.menu-download-pdf {
		opacity: 0;
		pointer-events: none;
		touch-action: none;
	}
	
	.site-header .menu-header li.menu-download-pdf a {
		padding: 12px 52px;
	}
	
	.menu-header li a {
		font-size: 16px;
	}
	
	.site-header .menu-header li.lang-item {
		width: 48px;
		height: 48px;
	}
	
	.site-header .menu-header li.lang-item a {
		padding: 16px 15px;
	}
	
	.title-red-dots .elementor-heading-title {
		margin-left: 0;
	}
	
	.title-red-dots .elementor-heading-title:before {
		top: 5px;
	}
	
	footer #copyright-text.elementor-widget-image-box .elementor-image-box-img {
		margin-right: 10px !important;
	}
	
	footer #copyright-text.elementor-widget-image-box .elementor-image-box-content {
		display: inline-block;
		width: auto;
	}
}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
	.site-header .menu-header li.menu-download-pdf {
		display: none;
	}
}

