:root {
	--novidades26-cor-fundo: #b2c9ff;

	--novidades26-cor-manuaisInterativos-fundo: #b2c9ff;
	--novidades26-cor-recursos-fundo: #fbaf3a;

	--novidades26-cor-avaliacao-fundo: #0292b7;
	--novidades26-cor-avaliacao-frente: #fdb626;
}

/*
	Barra de topo
*/

.novidades26-topbarContainer {
	position: sticky;
	top: 74px;
    z-index: +2;
}

.novidades26-topbar {
	position: relative;
	
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.161);

    background-color: #FFFFFF;
}

.novidades26-topbar .ev-navbar-viewport,
.novidades26-topbar .ev-navbar-items ul li,
.novidades26-topbar .ev-navbar-items ul li a {
	min-height: 70px;
}

.novidades26-topbar .ev-navbar-items ul li a {
	display: flex;
	align-items: center;
}

.novidades26-topbar .ev-navbar-items {
	align-items: center;
}

.novidades26-topbar .ev-navbar-items ul {
	gap: 40px;
}

.novidades26-topbar .ev-navbar-items a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
	text-transform: uppercase;
    color: #000000;
}

.novidades26-topbar .ev-navbar-items a:hover {
	text-decoration: none;
}

.novidades26-topbarDropdowns {
    position: absolute;
    top: 74px;
    width: 100%;

    pointer-events: none;
}

.novidades26-topbarDropdown {
	display: none;
	position: absolute;
    top: -4px;

	width: 100%;
	max-width: 200px;
	background-color: #FFFFFF;
	min-height: 70px;
	padding: 0 12px 12px;

	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.161);

	pointer-events: auto;
}

/* .novidades26-topbarDropdown a {
	font-weight: 600;
} */

.novidades26-topbarDropdown ul > li + li {
	margin-top: 7px;
}



/*
	Etiquetas
*/

.articleColStyle6 .storeArticle ul.novidades26-etiquetasRow {
	display: flex;
	flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.articleColStyle6 .storeArticle ul.novidades26-etiquetasRow li {
	/* Reset às regras normais */
	display: block;
	padding: 0;
	margin-bottom: 0;
}

.articleColStyle6 .storeArticle ul.novidades26-etiquetasRow li.novidades26-etiqueta {
	border-radius: 10px;
	padding: 0px 7px;
	font-size: 14px;
	text-transform: uppercase;
}

.articleColStyle6 .storeArticle ul.novidades26-etiquetasRow li.novidades26-etiqueta.--novidade {
	background-color: #E12F17;
	color: #FFFFFF;
	text-transform: uppercase;
}

.articleColStyle6 .storeArticle ul.novidades26-etiquetasRow li.novidades26-etiqueta.--mais {
	background-color: #FED54A;
}

.articleColStyle6 .storeArticle ul.novidades26-etiquetasRow li.novidades26-etiqueta.--evia {
	background-color: #FFD60A;
}

/* Etiquetas das secções */

.articleColStyle6 .storeArticle ul.novidades26-etiquetasRow li.novidades26-etiqueta.--manuaisInterativos {
	background-color: var(--novidades26-cor-manuaisInterativos-fundo);
	text-transform: uppercase;
}

.articleColStyle6 .storeArticle ul.novidades26-etiquetasRow li.novidades26-etiqueta.--recursos {
	background-color: var(--novidades26-cor-recursos-fundo);
	text-transform: uppercase;
}

.articleColStyle6 .storeArticle ul.novidades26-etiquetasRow li.novidades26-etiqueta.--avaliacao {
	background-color: var(--novidades26-cor-avaliacao-fundo);
	color: #FFFFFF;
	text-transform: uppercase;
}

/*
	Secções de uma só coluna
*/

.novidades26-oneCol {
	display: grid;
	gap: 25px;
	text-align: left;
}

/*
	Thumbnails
*/

.novidades26-thumbnail {
	position: relative;
    width: 100%;
	max-width: 544px;
	margin: 0 auto;
	border-radius: 25px;
	overflow: hidden;
}

.novidades26-thumbnail.--videoBranco {
	max-width: 543px; /* Para remover o pixel da borda */
	border: 1px solid rgb(0, 0, 0, 0.25);
}

.novidades26-thumbnail img {
	display: block;
	width: 100%;
}

/*
	Lista
*/

.articleColStyle6 .storeArticle ul.novidades26-lista {
	padding-left: 22px;
}

.articleColStyle6 .storeArticle ul.novidades26-lista li {
	display: list-item;
}

/*
	Group content
*/

.novidades26-groupContent {
	display: flex;
	align-items: center;
	gap: 50px;
}

.novidades26-groupContent.--alternado {
	flex-direction: row-reverse;
}

.novidades26-groupContent > * {
	max-width: 492px;
}

.articleColStyle6 .storeArticle .novidades26-groupContent h2,
.articleColStyle6 .storeArticle .novidades26-groupContent p {
	text-align: left;
}

.articleColStyle6 .storeArticle .novidades26-groupContent p {
	font-size: 20px;
    line-height: 28px;
}

.articleColStyle6 .storeArticle .novidades26-groupContent .resourceLink2.--sombreado {
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

@media (max-width: 854px) {
	.novidades26-groupContent,
	.novidades26-groupContent.--alternado {
		flex-direction: column;
		gap: 25px;
	}

	.novidades26-groupContent > * {
		max-width: none;
	}
}

/*
	Header secção
*/

.fullWidthStyle1.--headerSection1,
.fullWidthStyle1.--headerSection2,
.fullWidthStyle1.--headerSection3 {
	min-height: 0;
}

.fullWidthStyle1.--headerSection1 .articleColStyle6,
.fullWidthStyle1.--headerSection2 .articleColStyle6, 
.fullWidthStyle1.--headerSection3 .articleColStyle6 {
    padding-top: 26px;
    padding-bottom: 36px;
}

.fullWidthStyle1.--headerSection1 .articleColStyle6 .storeArticle,
.fullWidthStyle1.--headerSection2 .articleColStyle6 .storeArticle,
.fullWidthStyle1.--headerSection3 .articleColStyle6 .storeArticle {
	padding-top: 0;
	padding-bottom: 0;
}

.fullWidthStyle1.--headerSection1 {
	background-color: var(--novidades26-cor-manuaisInterativos-fundo);
}

.fullWidthStyle1.--headerSection1 .separadoTitulo {
	color: #FFFFFF;
}

.fullWidthStyle1.--headerSection2 {
	background-color: var(--novidades26-cor-recursos-fundo);
}

.fullWidthStyle1.--headerSection2 .separadoTitulo:nth-of-type(2) {
	color: #FFFFFF;
}

.fullWidthStyle1.--headerSection3 {
	background-color: var(--novidades26-cor-avaliacao-fundo);
	color: #FFFFFF;
}

.fullWidthStyle1.--headerSection3 .headerSectionSeparados > div:nth-of-type(1) {
	max-width: 180px;
}

.fullWidthStyle1.--headerSection3 .separadoTitulo:nth-of-type(1) {
	color: var(--novidades26-cor-avaliacao-frente);
}


.fullWidthStyle1.--headerSection1 .titulo,
.fullWidthStyle1.--headerSection2 .titulo,
.fullWidthStyle1.--headerSection3 .titulo {
	font-size: 40px;
	line-height: 46px;
	font-style: normal;
	font-weight: 700;
	text-align: left;
}

.fullWidthStyle1 .headerSectionSeparados {
    display: flex;
    align-items: start;
    text-align: left;
	gap: 20px;
}

.fullWidthStyle1 .storeArticle > .titulo + .headerSectionSeparados {
	margin-top: 10px;
}

.fullWidthStyle1 .headerSectionSeparados > div:nth-of-type(1) {
	width: 100%;
	max-width: max-content;
}

.fullWidthStyle1 .headerSectionSeparados .separador {
    width: 3px;
    background-color: #FFFFFF;
    height: 50px;

	align-self: center;
}

.articleColStyle6 .storeArticle .headerSectionSeparados > div:nth-of-type(1) p {
	font-size: 34px;
	line-height: 42px;
	font-weight: 700;
}

.articleColStyle6 .storeArticle .headerSectionSeparados > div:nth-of-type(3) p {
	font-size: 22px;
	line-height: 30px;
}

@media (max-width: 854px) {

	.fullWidthStyle1 .storeArticle > .titulo + .headerSectionSeparados {
		margin-top: 5px;
	}

	.fullWidthStyle1.--headerSection1 .titulo,
	.fullWidthStyle1.--headerSection2 .titulo,
	.fullWidthStyle1.--headerSection3 .titulo {
		font-size: 32px;
		line-height: 39px;
	}

	.fullWidthStyle1 .headerSectionSeparados {
		flex-direction: column;
		gap: 10px;
	}

	.fullWidthStyle1 .headerSectionSeparados .separador {
		width: 100%;
		height: 3px;
	}

	.articleColStyle6 .storeArticle .headerSectionSeparados > div:nth-of-type(1) p {
		font-size: 26px;
		line-height: 33px;
	}

	.articleColStyle6 .storeArticle .headerSectionSeparados > div:nth-of-type(3) p {
		font-size: 20px;
		line-height: 28px;
	}

	.fullWidthStyle1.--headerSection3 .headerSectionSeparados > div:nth-of-type(1) {
		max-width: none;
	}
}

/*
	Outros
*/

.groupContent {
	padding: 0;
	margin: 0;
	width: 100%;
	display: grid;
	grid-template-columns: auto auto;
	align-items: top;
	column-gap: 30px;
	text-align: left;
}

.articleColStyle6 {
	width: 1017px;
	min-width: 320px;
	margin: auto;
	border: 0;
	border-collapse: collapse;
	text-align: left;
	background-color: transparent;
	font-family: 'Source Sans Pro', sans-serif;
	overflow: hidden;
	padding: 0 15px 0 15px;
}

.articleColStyle6 .storeArticle {
	width: 100%;
	padding: 60px 0 60px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 19px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
}

.articleColStyle6 .storeArticle.section {
	padding: 30px 0 20px;
}

.articleColStyle6 .storeArticle p {
	display: block;
	font-size: 20px;
	line-height: 26px;
}

.articleColStyle6 .storeArticle h1 {
	font-size: 45px;
	line-height: normal;
	font-weight: 300;
	margin-bottom: 50px;
}

.articleColStyle6 #Section1 h1 {
	font-size: 42px;
	line-height: 47px;
	font-weight: 300;
	margin: 0 0 10px 0;
}

.articleColStyle6 .storeArticle h2 {
	display: block;
	font-size: 26px;
	line-height: 33px;

}
.articleColStyle6 .storeArticle .coluna-texto h2 {
	display: block;
    font-size: 30px;
    line-height: 37px;
	text-align: left;
	margin-bottom: 14px;
}

.articleColStyle6 .storeArticle h3 {
	display: block;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 30px;
}

.articleColStyle6 #Section1 h3 {
	display: block;
	color: #000000;
	font-size: 25px;
	line-height: 31px;
	font-style: normal;
	font-weight: 700;
	padding-top: 20px;
}

/* Section1Block */

.articleColStyle6 #Section1Block .titulo {
	display: block;
	font-size: 40px;
	line-height: 46px;
	font-style: normal;
	font-weight: 700;
	text-align: left;
	padding: 10px 0;
}

.articleColStyle6 #Section1 h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
}

.articleColStyle6 .storeArticle h4 {
	display: block;
	font-size: 26px;
	line-height: 30px;
}

.articleColStyle6 .storeArticle ul {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	padding: 0;
	color: #000000;
	
}

.articleColStyle6 .storeArticle ul li {
	position: relative;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 26px;
	padding: 5px 0 0 0;
	font-weight: 400;
	margin-bottom: 15px;
	color: #000000;
}

.articleColStyle6 .storeArticle ul li span {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 10px;
	border-radius: 100%;
	color: #FFFFFF;
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
	font-size: 26px;
	font-weight: 900;
	line-height: 32px;
}

.articleColStyle6 .storeArticle a.btComprar {
	width: 100%;
	max-width: 189px;
	height: 50px;
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	line-height: 46px;
	font-size: 17px;
	font-weight: 700;
	border-radius: 50px;
	text-transform: uppercase;
	margin: 40px 0 0 0;
	background: #CC0033;
	border: 2px solid rgba(0, 0, 0, 0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.articleColStyle6 .storeArticle a.btComprar:hover {
	background: #CC3B5F;
}

.articleColStyle6 .storeArticle p {
	display: block;
    font-size: 26px;
    line-height: 34px;
	/* margin-top: 10px; */
}

.articleColStyle6 .storeArticle .resourceLink2 {
	position: relative;
	border: 0;
	border-collapse: collapse;
	display: block;
	margin: auto;
	overflow: visible;
	margin-bottom: 0;
	opacity: 1;

	width: 100%;
	height: auto;
}

.articleColStyle6 .storeArticle .resourceLink2 img,
.articleColStyle6 .storeArticle .resourceLink2 video {
	display: block;
	width: 100%;
	height: auto;
}

.articleColStyle6 .storeArticle .resourceLink2 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/Global/BTPlay.png) no-repeat center center;
	background-size: 70px auto;
}

#Section2Block figure.resourceLink2 {
	position: relative;
	border: 0;
	border-collapse: collapse;
	display: block;
	margin: auto;
	overflow: visible;
	margin-bottom: 0;
	opacity: 1;

	width: 100%;
	max-width: 500px;
	height: auto;
}

#Section2Block figure.resourceLink2 img {
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
}

.articleColStyle6 .storeArticle .resourceLink2 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/Pagina-Especial/play_bt.png) no-repeat center center;
	background-size: 60px auto;
}

.articleColStyle6 .storeArticle .resourceLink2 a:hover {
	background: url(../images/Pagina-Especial/play_bt.png) no-repeat center center, url(../images/Pagina-Especial/play_bt.png) no-repeat center center;
	background-size: 60px auto;
}

.articleColStyle6 .storeArticle .resourceLink2 a.hide {
	display: none;
}



.fullWidthStyleInsc {
	position: relative;
	width: 100%;
	min-height: 406px;
	height: auto;
	border: 0;
	margin: auto;
	border-collapse: collapse;
	text-align: center;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;

	display: flex;
	align-items: center;
}



.fullWidthStyleInsc .groupContent h2 {
	grid-row: 1 / 2;
	margin: 0 0 0 0;
}

.fullWidthStyleInsc .groupContent p {
	grid-row: 2 / 3;
}

.fullWidthStyleInsc .groupContent.odd .resourceLink2 {
	grid-row: 1 / 4;
	grid-column: 1;
}

.fullWidthStyleInsc .groupContent.alternado .resourceLink2 {
	grid-row: 1 / 4;
	grid-column: 2;
}

/*
*/

.logoContainer {
	display: block;
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 0;
}

.logoContainer .logoEV {
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	padding: 0 0 25px 0;
}

.logoContainer .logoEV img {
	display: block;
	width: 100%;
	max-width: 325px;
	margin: 0 auto;
	padding: 0;
}

.logoContainer .secLogos {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.logoContainer .secLogos .logo-item {
	display: inline-block;
	width: 100%;
	max-width: 120px;
	margin: 0 30px 15px;
	padding: 0;
	vertical-align: top;
}

/* Media Queries */

@media (max-width:1019px) {
	.articleColStyle6 .storeArticle h1 {
		margin: 0 0 10px 0 !important;
	}
}

@media (max-width:999px) {

	.articleColStyle6 {
		width: 100%;
	}

}

@media (max-width:800px) {

	.groupContent {
		grid-template-columns: 1fr;
	}

	.fullWidthStyleInsc .groupContent h2,
	.fullWidthStyleInsc .groupContent p {
		max-width: none;
	}

	.fullWidthStyleInsc .groupContent h2,
	.fullWidthStyleInsc .groupContent.alternado h2 {
		text-align: center;
	}

	.fullWidthStyleInsc .groupContent.alternado h2,
	.fullWidthStyleInsc .groupContent.alternado p {
		max-width: none;
	}

	.fullWidthStyleInsc .groupContent h2 {
		grid-row: 1;
	}

	.fullWidthStyleInsc .groupContent.odd .resourceLink2,
	.fullWidthStyleInsc .groupContent.alternado .resourceLink2 {
		grid-row: 2;
		grid-column: 1;
		margin: 20px auto 20px auto;
	}

	.fullWidthStyleInsc .groupContent p {
		grid-row: 3;
	}

	.articleColStyle6 #Section1Block .titulo {
		font-size: 30px;
		line-height: 36px;
		padding-bottom: 0px;
	}

	#Section2Block figure.resourceLink2 img {
		padding-top: 20px;
	}

	.articleColStyle6 .storeArticle .coluna-texto h2 {
		font-size: 26px;
		line-height: 33px;
	}

	.articleColStyle6 #Section1 h1 {
		font-size: 32px;
		line-height: 39px;
	}

	.articleColStyle6 #Section1 h2 {
        font-size: 26px;
        line-height: 33px;
	}

	.articleColStyle6 #Section1 p {
    	font-size: 20px;
    	line-height: 28px;
	}

	.articleColStyle6 .storeArticle.section {
		padding: 10px 0 !important;
	}

	.articleColStyle6 .storeArticle .resourceLink2,
	#Section2Block figure.resourceLink2 {
		box-shadow: none;

	}
	


}

@media (max-width:480px) {

	.articleColStyle6 .storeArticle p {
		font-size: 19px;
		line-height: 25px;
	}

	.articleColStyle6 .storeArticle h1 {
		font-size: 39px;
	}

	.articleColStyle6 .storeArticle h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.articleColStyle6 .storeArticle h3 {
		font-size: 22px;
		line-height: 28px;
	}
}

@media (max-width: 360px) {

	.articleColStyle6 .storeArticle h1 {
		font-size: 40px;
		line-height: 46px;
		font-weight: 300;
		margin-bottom: 25px;
	}

	.articleColStyle6 .storeArticle h4 {
		display: block;
		font-size: 20px;
		line-height: 28px;
		margin-top: 15px;
	}

}

/* End Media Queries */

.articleColStyle6 .vantagens {
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
}

.articleColStyle6 .vantagens .vantagem {
	display: flex;
	width: 100%;
	max-width: 215px;
	flex-direction: column;
	align-items: center;

}

.articleColStyle6 .vantagens .vantagem img {
	width: 100%;
	max-width: 180px;

}

.articleColStyle6 .vantagens .vantagem .text h2 {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #000000;
	padding-top: 22px;
	text-align: center;
	margin: 0 0 0 0;
}

.articleColStyle6 .vantagens .vantagem .text p {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-top: 10px;
}