/*
Theme Name: Make It Digital
Template: Impreza
Version: 1.0
Author:	Make It Digital
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/



.title1 {
	font-size: 2.5rem;
	line-height: 1.2;
	padding: 10px 0px 10px 30px;
	border-left: 2px solid #E40D2A;
	font-family: var(--h1-font-family)!important;
	font-weight: 100!important;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-top: 6rem;
}

.title2 p {
	font-size: 2.2rem;
	line-height: 1;
	padding: 19px 0px 0px 33px;
	font-family: var(--h1-font-family)!important;
	font-weight: 500!important;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.title3 p {
	font-size: 2.5rem;
	line-height: 1;
	padding: 19px 0px 0px 33px;
	font-family: var(--h1-font-family)!important;
	font-weight: 700!important;
	letter-spacing: 0px;
	text-transform: none;
}


/* Listagem com fontawesome */

/* 1. Removemos a bolinha/quadrado padrão da lista */
.listcheck-1 ul {
	list-style-type: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/* 2. Configuramos o item da lista para dar espaço ao ícone */
.listcheck-1 ul li {
	position: relative;
	padding-left: 58px; /* Espaço para o ícone não bater no texto */
	margin-bottom: 14px; /* Espaçamento entre itens */
}

/* 3. Injetamos o ícone da Font Awesome */
.listcheck-1 ul li:before {
	content: "\f058"; /* O código Unicode que pediste */
	font-family: "Font Awesome 5 Pro", "Font Awesome 6 Pro", "Font Awesome 5 Free"; /* Prioridade para a versão Light/Pro */
	font-weight: 300; /* 300 é o peso para a versão 'Light' */
	position: absolute;
	left: 0;
	top: 0;
	color: #E40D2A; /* Substitui pela cor que desejares */
	font-size: 2,2rem;
}


.progressgoldfish.w-progbar.style_5 .w-progbar-title-text {
	font-family: "Source Sans 3" !important;
	letter-spacing: 0px !important;
}

.progressgoldfish.w-progbar.style_5 .w-progbar-title-count {
	font-family: var(--h6-font-family, inherit) !important;
	letter-spacing: 0px !important;
	font-size: 3.5rem !important;
}

.progressgoldfish.w-progbar.style_5 {
	padding: 0.6rem 0px .5rem !important;
}

.progressgoldfis.w-progbar.style_5 .w-progbar-title {
	margin-bottom: .6rem!important;
}


.counter1 p.w-counter-title, .counter1 div.w-counter-title, .counter1 span.w-counter-title {
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.2 !important;
	font-family: "Source Sans 3" !important;
}

.counter1 .w-counter-value {
	font-family: var(--h6-font-family, inherit) !important;
	font-size: 4.5rem !important;
	color: #e40d2a !important;
	font-weight: 200 !important;
}




/* Media queries */


/* 2. Laptops / Ecrãs Médios (Entre 1025px e 1380px) */
@media screen and (min-width: 1025px) and (max-width: 1380px) {

}

/* 3. Tablets / Ecrãs Pequenos (Entre 601px e 1024px) */
@media screen and (min-width: 601px) and (max-width: 1024px) {

}


/* Scroll next anchor */

#scroll-navigator {
	position: fixed !important;
	bottom: 30px !important; /* Subi um pouco para não bater na borda */
	right: 30px !important;
	z-index: 10000 !important; /* Valor superior a tudo no site */
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
}

#next-anchor {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #E40D2A; /* Garanta que esta cor contrasta com o fundo */
	color: #ffffff;
	border: none;
	box-shadow: 0 4px 15px rgba(0,0,0,0.4);
	cursor: pointer;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

#next-anchor {
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: sans-serif; /* Para garantir que a seta é legível */
}

/* Opcional: muda a cor do botão quando ele se torna "Voltar ao Topo" */
#next-anchor.is-at-bottom {
	background-color: #333; /* Uma cor diferente para indicar função diferente */
	transform: scale(1.1); /* Dá um ligeiro destaque */
}