:root {
	/*
		Cores
	*/

	/*		Pré-escolar		*/
	--evStore-regresso-pre: #FFC917;
	/*		1.º Ciclo		*/
	--evStore-regresso-ciclo1: #FF8100;
	/*		2.º Ciclo		*/
	--evStore-regresso-ciclo2: #7BBE05;
	/*		3.º Ciclo		*/
	--evStore-regresso-ciclo3: #C782D0;
	/*		Secundário		*/
	--evStore-regresso-sec: #00B3FF;

	/*
		Layout
	*/

	/*		Max Width 1		*/
	--evStore-regresso-artigo-width: 1110px;
	/*		Max Width 2		*/
	--evStore-regresso-artigo-width-2: 872px;
	/*		Swiper (altura)		*/
	--evStore-regresso-swiper-height: 60px;

	/* 	Título	*/
	--evStore-regresso-cor-1: #D70000;
	/* 	Subtítulo	*/
	--evStore-regresso-cor-2: #D70000;
	/* 	Botões LIP	*/
	--evStore-regresso-cor-3: #FF9900;
	/* 	Fundo 1	*/
	--evStore-regresso-cor-fundo-1: #BFD5FF;
	/* 	Fundo 2	*/
	--evStore-regresso-cor-fundo-2: #F3C68F;
	/* 	Fundo 3	*/
	--evStore-regresso-cor-fundo-3: #7CCCA7;
}


a, button {
	scroll-margin: 
		calc(70px + var(--evStore-regresso-swiper-height) + 20px) 
		0 
		calc(70px + var(--evStore-regresso-swiper-height) + 20px)
		0;	/*	EV Header + Swiper + Focus outline		*/
}

abbr {
	text-decoration: none;
}

button {
	/*		Reset		*/
	font-family: inherit;
	background: none;
	border: 0;
}

button:hover {
	cursor: pointer;
}

/*
------------------
Layout
------------------
*/

.regresso25-container {
	position: relative;
}

.regresso25-colunas {
	position: relative;
	display: flex;
}


.regresso25-seccao {
	position: relative;
	padding: 60px 20px 75px 20px;
}

.regresso25-artigo {
	width: var(--evStore-regresso-artigo-width);
	max-width: 100%;
	text-align: center;
}

.regresso25-items {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	
    max-width: 100%;
    width: 100%;
}

.regresso25-center {
	margin-left: auto;
	margin-right: auto;
}

.regresso25-cover {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	pointer-events: none;
}

.regresso25-sticky {
    position: sticky;
    top: 70px;
    left: 0;
	max-height: calc(100vh - 70px);
    overflow-y: auto;
    z-index: 3;
}

.bubble p {
	position: absolute;
    display: flex;
    align-items: center;
	line-height: 1.25 !important;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.regresso25-seccao {
		    padding: 30px 20px 45px 20px;
	}
}


/*
	Mobile Dropdown
*/

.regresso25-mobile-dropdown-header,
.regresso25-mobile-dropdown-items button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}

.regresso25-mobile-dropdown-header {
	background-color: #4B71D8;
	background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/dropdown_arr_down.svg);
    background-repeat: no-repeat;
    background-position-x: 97.2%;
    background-position-y: 50%;
	color: white;
}

.regresso25-mobile-dropdown-header.open {
	background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/dropdown_arr_up.svg);
}

.regresso25-mobile-dropdown-items {
	display: flex;
	flex-direction: column;
    overflow: hidden;
    transition: 500ms height;
    height: 0px;
	
	/*
	*/
	pointer-events: none;
}

.regresso25-mobile-dropdown-items.open {
	height: calc(70px * 5);
	pointer-events: auto;
}

.regresso25-mobile-dropdown-items button {
	background: #B1C6FF;
	color: black;
}

.regresso25-mobile-dropdown-items button:nth-of-type(n+2) {
	border-top: 2px solid white;
}


@media screen and (min-width: 1351px) {
	.regresso25-mobile-dropdown {
	display: none;
	}
}

/*
*/

.regresso25-areabox {
	/*
		Flex
	*/
    display: flex;
    flex-direction: column;
	text-align: center;

	/*
		Estilo
	*/
    background: white;
    border-radius: 2ch;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	padding: 35px 0;
}

/*
	Botão (i)
*/

.regresso25-btnInfo {
    font-size: 0.6em;
    background-color: white;
    border-radius: 50%;
    font-weight: 700;
    line-height: 1;
    position: relative;
    vertical-align: super;
    padding: 0.15em 0.5em;
	box-shadow: 0 1.5px 6px rgba(0, 0, 0, 0.26)
}

.regresso25-btnInfo:hover {
	background-color: black;
	color: white;
}

.regresso25-btnInfo:focus {
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 0px;
    outline-color: #000000;
}

/*
	Overrides
*/

.regresso25-sticky.main {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mainHeader {
	max-width: var(--evStore-regresso-artigo-width);
}

/*
------------------
Texto
------------------
*/

/*
	Tamanhos
*/

/*	Design Kit	*/

.regresso25-texto-size50 {
	font-size: 50px;
}

.regresso25-texto-size40 {
	font-size: 40px;
}

.regresso25-texto-size30 {
	font-size: 30px;
}

.regresso25-texto-size20 {
	font-size: 20px;
}

.regresso25-texto-size18 {
	font-size: 18px;
}

.regresso25-texto-size16 {
	font-size: 14px;
}

/*	Outros	*/

.regresso25-texto-size60 {
	font-size: 60px;
}

.regresso25-texto-size36 {
	font-size: 36px;
}

.regresso25-texto-size28 {
	font-size: 24px;
}

.regresso25-texto-size24 {
	font-size: 24px;
}

/*
	Line Height
*/

p[class *= "regresso25-texto-size"],
li[class *= "regresso25-texto-size"] {
	line-height: 1.4;
}

h1[class *= "regresso25-texto-size"],
h2[class *= "regresso25-texto-size"],
h3[class *= "regresso25-texto-size"],
h4[class *= "regresso25-texto-size"],
h5[class *= "regresso25-texto-size"],
h6[class *= "regresso25-texto-size"] {
	line-height: 1.25;
}

#Banner h2 {
	line-height: 1.12;
}


/*
	Peso
*/

.regresso25-texto-peso-light {
	font-weight: 300;
}

.regresso25-texto-peso-regular {
	font-weight: 400;
}

.regresso25-texto-peso-medium {
	font-weight: 500;
}

.regresso25-texto-peso-semibold {
	font-weight: 600;
}

.regresso25-texto-peso-bold {
	font-weight: 700;
}

.regresso25-texto-peso-extrabold {
	font-weight: 800;
}

.regresso25-texto-peso-black {
	font-weight: 900;
}

/*
	Cor
*/

.regresso25-texto-cor-standard-red {
	color: var(--ev-cor-default-red);
}

/*
	Bloco
*/


.regresso25-texto-bloco {
	margin-bottom: 20px;
}

.regresso25-texto-bloco > * {
	margin-bottom: 12px;
}

.regresso25-texto-bloco > *:first-child {
	margin-bottom: 0;
}

.regresso25-artigo > .regresso25-texto-bloco .long {
	max-width: 93ch;
}

.regresso25-artigo > .regresso25-texto-bloco p {
	max-width: 74ch;
	text-wrap: pretty;
}

.regresso25-texto-bloco > :last-child {
	margin-bottom: 0;	
}

.regresso25-texto-bloco-continua {
    margin-top: -5px;
}

/*
	Center
*/

.regresso25-centrado,
.regresso25-artigo,
.regresso25-artigo > *,
.regresso25-items,
.regresso25-texto-bloco > * {
	margin-left: auto;
	margin-right: auto;
}
/*
	Legacy
*/

.regresso25-titulo {
    font-weight: 300;
}

.regresso25-subtitulo {
	font-size: 45px;
	font-weight: 700;
}

.regresso25-destaque {
	font-size: 35px;
	font-weight: 600;
}

.regresso25-titulo, .regresso25-subtitulo, .regresso25-destaque {
	margin-bottom: 0.5ch;
}

.regresso25-paragrafo {
	font-size: 18px;
	font-weight: 400;
}

/*
------------------
Secções - Main / Desktop
------------------
*/

/*
	Banner
*/

#Banner {
	min-height: 600px;
	background: #FFE49B;
	background: linear-gradient(180deg,rgba(255, 228, 155, 1) 0%, rgba(255, 177, 0, 1) 100%);
}

#Banner .regresso25-banner-titulo-fontsize {
	font-size: 28px;
	margin-bottom: 2px;
}

#Banner .regresso25-colunas {
	height: 100%;
	min-height: 600px;
	justify-content: center;
}

#Banner .regresso25-texto-bloco {
	margin-bottom: 20px;
}

#Banner .regresso25-colunas .regresso25-container:first-child {
	height: 600px;
	width: 350px;
	position: relative;
    right: 325px;
}

#Banner .regresso25-colunas .regresso25-container:first-child .afonsoBanner.desktop {
	position: relative;
    top: -75px;
}

#Banner .regresso25-colunas .regresso25-container:first-child .afonsoBanner.mobile {
	display: none;
}

#Banner .regresso25-colunas .regresso25-container:first-child #letring {
    position: absolute;
    z-index: +1;
    bottom: 0;
    left: 164px;
}

#Banner .regresso25-colunas .regresso25-container:last-child {
	flex: 0 1 700px;
	text-align: center;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}


#Banner .regresso25-colunas .regresso25-container:last-child .regresso25-items {
	gap: 20px;
    margin: 20px 0;
}

#Banner .bubble {
	position: absolute;
    top: 29px;
    right: -278px;
}

#Banner .bubble p {
	width: 89%;
    height: 97%;
    top: 0;
    right: 0;
    padding: 0;
    justify-content: center;
}

/*
	Intro
*/

#Intro {
	background: #b4e5ff;
}

#Intro .regresso25-colunas {
	flex-wrap: wrap;
    align-items: center;
	column-gap: 20px;
}

#Intro .regresso25-texto-bloco {
	flex: 1 1 375px;
	text-align: start;
}

#Intro .regresso25-texto-bloco h2 {
    max-inline-size: 31ch;
    margin-left: 0;
    margin-right: 0;
	margin-bottom: 10px;
}

#Intro .evStore_resourceLink2025_video {
	flex: 1 1 405px;
}

@media screen and (max-width: 830px) {
	#Intro .regresso25-texto-bloco {
		text-align: center;
	}

	#Intro .regresso25-texto-bloco h2 {
		max-inline-size: 100%;
	}
}

/*
	Ciclos (âncoras)
*/

#SelectCiclos .regresso25-items {
	width: var(--evStore-regresso-artigo-width-2);
	gap: 30px;
}

#SelectCiclos .regresso25-texto-bloco {
	margin-bottom: 40px;
}

#SelectCiclos h2 {
	max-inline-size: 35ch;
}

#CiclosHeader {
	z-index: -1;
}

#CiclosHeader #CiclosHeaderContainer {
	display: flex;
	flex-direction: column;
}

#CiclosHeaderContainer > div:nth-of-type(1) {
	background-color: #B4E5FF;
}

#CiclosHeaderContainer > div:nth-of-type(2) {
	background-color: #FFD60A;
}

#CiclosHeaderContainer > div:nth-of-type(3) {
	background-color: #FFF2C4;
}

#CiclosHeaderContainer > div:nth-of-type(2) > .regresso25-artigo {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 1073px) {
	#CiclosHeader .regresso25-cover {
		background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/conj_Afonso_introCiclos.png?t=2);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 1920px;
	}

	#CiclosHeaderContainer > div:nth-of-type(1) {
		flex: 0 0 62px;
	}

	#CiclosHeaderContainer > div:nth-of-type(2) {
		flex: 0 0 310px;
		padding-top: 0;
		padding-bottom: 0;

		display: flex;
		align-items: center;
	}

	#CiclosHeaderContainer > div:nth-of-type(2) > .regresso25-artigo {
		align-items: end;
		text-align: start;
	}

	#CiclosHeaderContainer > div:nth-of-type(2) > .regresso25-artigo * {
		width: 664px;
		margin: 0;
	}

	#CiclosHeaderContainer > div:nth-of-type(3) {
		flex: 0 0 40px;
	}

	#CiclosHeaderContainer .regresso25-seccao {
		background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/textura.svg);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 1073px) {
	#CiclosHeader .regresso25-cover {
		background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/conj_Afonso_introCiclos_mobile.png?t=2);
		background-position: center 97.5%;
		background-repeat: no-repeat;
		background-size: 324px;
	}

	#CiclosHeaderContainer .regresso25-seccao {
		background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/textura_mobile.svg);
		background-position: center bottom;
		background-repeat: no-repeat;
		padding-top: 28px;
	}

	#CiclosHeaderContainer .regresso25-artigo {
		align-self: start;
		align-items: center;
	}

	#CiclosHeaderContainer > div:nth-of-type(2) > .regresso25-artigo * {
		max-width: 40ch;
		margin: 0;
	}

	#CiclosHeaderContainer > div:nth-of-type(1) {
		flex: 0 0 0px;
	}

	#CiclosHeaderContainer > div:nth-of-type(2) {
		flex: 0 0 445px;
		display: flex;
		align-items: center;
	}

	#CiclosHeaderContainer > div:nth-of-type(3) {
		flex: 0 0 26px;
	}
}

@media screen and (max-width: 900px) {
	#CiclosHeaderContainer > div:nth-of-type(2) {
		flex: 0 0 392px;
	}
}

@media screen and (max-width: 496px) {
	#CiclosHeaderContainer > div:nth-of-type(2) {
		flex: 0 0 512px;
	}
}


/*
	Ciclos (cada)
*/

[id ^= "Ciclos"] {
	scroll-margin: 
		calc(70px + 50px) 
		0
		calc(70px + 50px) 
		0;	/*	EV Header + Swiper + Focus outline		*/

	scroll-padding: 
		calc(70px + 50px) 
		0
		calc(70px + 50px) 
		0;	/*	EV Header + Swiper + Focus outline		*/
}

[id ^= "Ciclos"].open {
	display: block;
}

[id ^= "Ciclos"] .regresso25-seccao:first-child {
	background-position-x: 50%;
	background-position-y: 100%;
    background-repeat: no-repeat;
	padding-bottom: 17px;
}

[id ^= "Ciclos"] .regresso25-seccao:first-child .regresso25-texto-bloco {
	margin-bottom: 60px;
}

[id ^= "Ciclos"] .regresso25-seccao:first-child .regresso25-texto-bloco *:first-child {
	margin-bottom: 8px;
}

[id ^= "Ciclos"] .regresso25-seccao:last-child .regresso25-artigo * {
	margin-bottom: 8px;
}

[id ^= "Ciclos"] .regresso25-seccao:last-child .regresso25-artigo p {
	margin-bottom: 28px;
}

[id ^= "Ciclos"] .regresso25-seccao:last-child .regresso25-artigo .regresso25-texto-bloco {
	margin-bottom: 0;
}

#CiclosPre .regresso25-seccao:first-child {
	background-color: #FFF2C4;
    background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/ciclo_bg_0.png);
	padding-top: 10px;
}

#CiclosPre .regresso25-seccao:last-child {
	background: rgb(255, 217, 92);
	padding: 50px 20px 30px 20px;
}

#CiclosPre .ev-swiper .bgInf {
	background: rgba(255, 217, 92, 1);
}

#CiclosPre .ev-swiper .bg {
	background: linear-gradient(
		90deg, 
		rgba(255, 217, 92, 1) 0%,
		rgba(255, 217, 92, 0) 3%, 
		rgba(255, 217, 92, 0) 50%,
		rgba(255, 217, 92, 0) 97%, 
		rgba(255, 217, 92, 1) 100%);
}


#Ciclos1 .regresso25-seccao:first-child {
	background-color: #FFE0B2;
    background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/ciclo_bg_1.png);
	padding-bottom: 75px;
}

#Ciclos1 .regresso25-seccao:last-child {
	background: #FFCB7C;
	padding: 50px 20px 30px 20px;
}

#Ciclos1 .ev-swiper .bgInf {
	background: rgba(255, 203, 124, 1);
}

#Ciclos1 .ev-swiper .bg {
	background: linear-gradient(
		90deg, 
		rgba(255, 203, 124, 1) 0%,
		rgba(255, 203, 124, 0) 3%, 
		rgba(255, 203, 124, 0) 50%,
		rgba(255, 203, 124, 0) 97%, 
		rgba(255, 203, 124, 1) 100%);
}

#Ciclos2 .regresso25-seccao:first-child {
	background-color: #E4F2CD;
	background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/ciclo_bg_2.png);
}

#Ciclos2 .regresso25-seccao:last-child {
	background-color: rgb(182, 219, 117);
	padding: 60px 20px 30px 20px;
}

#Ciclos2 .ev-swiper .bgInf {
	background: rgba(182, 219, 117, 1);
}

#Ciclos2 .ev-swiper .bg {
	background: linear-gradient(
		90deg, 
		rgba(182, 219, 117, 1) 0%,
		rgba(182, 219, 117, 0) 3%, 
		rgba(182, 219, 117, 0) 50%,
		rgba(182, 219, 117, 0) 97%, 
		rgba(182, 219, 117, 1) 100%);
}

#Ciclos3 .regresso25-seccao:first-child {
	background-color: #CCF0FF;
	background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/ciclo_bg_3.png);
}

#Ciclos3 .regresso25-seccao:last-child {
	background: rgb(115, 213, 255);
	padding: 50px 20px 30px 20px;
}

#Ciclos3 .ev-swiper .bgInf {
	background: rgba(115, 213, 255, 1);
}

#Ciclos3 .ev-swiper .bg {
	background: linear-gradient(
		90deg, 
		rgba(115, 213, 255, 1) 0%,
		rgba(115, 213, 255, 0) 3%, 
		rgba(115, 213, 255, 0) 50%,
		rgba(115, 213, 255, 0) 97%, 
		rgba(115, 213, 255, 1) 100%);
}

#CiclosHi .regresso25-seccao:first-child {
	background-color: #F4E6F6;
	background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/ciclo_bg_4.png);
}

#CiclosHi .regresso25-seccao:last-child {
	background: rgb(224, 186, 229);
	padding: 50px 20px 30px 20px;
}

#CiclosHi .ev-swiper .bgInf {
	background: rgba(224, 186, 229, 1);
}

#CiclosHi .ev-swiper .bg {
	background: linear-gradient(
		90deg, 
		rgba(224, 186, 229, 1) 0%,
		rgba(224, 186, 229, 0) 3%, 
		rgba(224, 186, 229, 0) 50%,
		rgba(224, 186, 229, 0) 97%, 
		rgba(224, 186, 229, 1) 100%);
}

/*	Comum	*/

.ev-swiper-slide.ciclos figure img {
    height: 200px;
	width: 475px;
    background: #FFFFFF;
	box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
}

.ev-swiper-slide.ciclos figure .clickIcon {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 475px;
	background: url(../../../images/Global/BTInteract4.png) no-repeat center center;
}

.ev-swiper-slide.ciclos figcaption {
    margin-top: 10px;
    font-weight: 600;
}

.regresso25-ciclos-lista {
	text-align: start;
}

.regresso25-ciclos-lista li {
	list-style: url(../../../images/Pagina-Especial/Regresso/2526/alu/seta_lista_ciclos.svg);
	margin-bottom: 20px;
}

.regresso25-ciclos-lista li span {
    position: relative;
    bottom: 0.3ch;
}

.regresso25-colunas .regresso25-ciclos-lista {
	flex: 0 1 655px;
	padding-left: 26px;
	margin: 0 auto 45px auto;
}

[id*="Ciclos"] .regresso25-artigo .regresso25-colunas {
	justify-content: space-between;
	flex-wrap: wrap;
}

[id*="Ciclos"] .regresso25-areabox {
	flex: 0 1 350px;
    align-items: center;
    justify-content: start;
    margin: 0 auto;
    align-self: start;
    padding-bottom: 55px;
}

[id*="Ciclos"] .regresso25-areabox hr {
	margin: 10px;
    width: 215px;
    max-width: 100%;

	border: 0;
	border-top: 1px solid #707070;
}

[id*="Ciclos"] .regresso25-areabox h3 {
	color: #2F5BD3;
}

[id*="Ciclos"] .regresso25-areabox .regresso25-texto-bloco {
	margin-bottom: 15px;
}


[id*="Ciclos"] .regresso25-areabox .regresso25-comprar-btn {
	flex: 0 0 50px;
    width: 220px;
	max-width: 100%;
	margin-bottom: 15px;
	background-color: var(--ev-cor-default-red);
}

[id*="Ciclos"] .regresso25-areabox .regresso25-comprar-btn:hover {
	background-color: #000000;
}

[id*="Ciclos"] .regresso25-areabox .regresso25-comprar-btn:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 527px) {
	.ev-swiper-slide.ciclos figure img {
        width: 66%;
        height: 200px;
        object-fit: contain;
        background: none;
        box-shadow: none;
	}

	.ev-swiper-slide.ciclos figure .clickIcon {
		height: 200px;
		width: 100%;
	}
}

/*
*/

#ConteudosFuncionalidades h3 {
	max-inline-size: 42ch;
}

#ConteudosFuncionalidades .regresso25-seccao:first-child {
	background: #dbebaf;
}

#ConteudosFuncionalidades .regresso25-seccao:nth-of-type(2) {
	background: #b8d861;
}

#ConteudosFuncionalidades .regresso25-seccao:nth-of-type(2) .regresso25-artigo {
    display: flex;
    align-items: center;
	justify-content: start;
    text-align: start;
	flex-wrap: wrap;
}

#ConteudosFuncionalidades .regresso25-seccao:nth-of-type(2) .regresso25-artigo img {
	margin: 0 30px 0 0;
}

#ConteudosFuncionalidades .regresso25-seccao:nth-of-type(2) .regresso25-texto-bloco {
    margin: 0;
    flex: 0 1 65ch;
}

#ConteudosFuncionalidades .regresso25-seccao:nth-of-type(2) .regresso25-texto-bloco > * {
	margin-bottom: 0;
}

#ConteudosFuncionalidades .regresso25-items {
	padding-right: 300px;
	gap: 40px;
	justify-content: space-between;
}

#ConteudosFuncionalidades .regresso25-cover {
	background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/Afonso_laptop_mask.png);
	background-position: center bottom;
    background-repeat: no-repeat;
}


/*
	Testemunhos
*/

#Testemunhos,
#Testemunhos .bgInf {
	background: rgb(180, 229, 255);
}

#Testemunhos .bg {
	background: linear-gradient(
		90deg, 
		rgba(180, 229, 255, 1) 0%, 
		rgba(180, 229, 255, 0) 3%, 
		rgba(180, 229, 255, 0) 50%, 
		rgba(180, 229, 255, 0) 97%, 
		rgba(180, 229, 255, 1) 100%);
}

#Testemunhos .ev-swiper-slide.testemunhos {
	border-radius: 15px;
}

#Testemunhos .ev-swiper-slide.testemunhos img.header {
	width: auto;
	height: 95px;
	margin: 30px auto 0 auto;
}

#Testemunhos .regresso25-texto-bloco {
	margin-bottom: 40px;
}

/*
	Benefícios
*/

#Beneficios {
	background-color: #FFFFFF;
    background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/Afonso_fixe_mask.png);
	background-position: center bottom;
    background-repeat: no-repeat;

	padding-bottom: 116px;
}

#Beneficios .regresso25-items {
	padding-left: 250px;
	gap: 40px;
}

.regresso25-swal-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	
	padding-top: 15px;

	animation-name: fadeIn; 
	animation-duration: 5s;
	animation-fill-mode: both; 
}

.regresso25-swal-item span,
.regresso25-swal-item figcaption {
	margin-top: 14px;
}

.regresso25-swal-item figcaption {
	margin-top: 10px;
}

.regresso25-swal-item.funcionalidade img {
	width: 150px;
}

.regresso25-swal-item.beneficio img {
	width: 225px;
}

.regresso25-swal-item img:hover {
	transition: all 0.4s cubic-bezier(.68, -0.55, .27, 1.55);
	transform: scale(1.1);
  	cursor: pointer;
}

/*
*/

#Legal .regresso25-texto-bloco * {
	max-width: none;
	line-height: 1.5;
}

/*
------------------
Botões dos Ciclos
------------------
*/

.regresso25-btn-ciclos {
	/*
		Estilo
	*/
    border-radius: 2ch;

}

/*
	Cores dos Ciclos
*/

.regresso25-btn-ciclos.btn-pre {
	background: var(--evStore-regresso-pre);
}
.regresso25-btn-ciclos.btn-ciclo1 {
	background: var(--evStore-regresso-ciclo1);
}
.regresso25-btn-ciclos.btn-ciclo2 {
	background: var(--evStore-regresso-ciclo2);
}
.regresso25-btn-ciclos.btn-ciclo3 {
	background: var(--evStore-regresso-sec);
}
.regresso25-btn-ciclos.btn-secundario {
	background: var(--evStore-regresso-ciclo3);
}

/*
*/

.regresso25-btn-ciclos:hover {
	background: black;
	color: white;
}

.regresso25-btn-ciclos.section:focus {
    outline-width: 4px;
    outline-style: solid;
    outline-offset: 6px;
    outline-color: #000000;
}


.regresso25-btn-ciclos.aside:focus {
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 3px;
    outline-color: #000000;
}

/*
	Layout
*/

.regresso25-btn-ciclos.section {
	flex: 0 1 255px;
	height: 120px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.regresso25-btn-ciclos.aside {
	height: 5ch;
}

/*
------------------
Menu Viajante
------------------
*/

.menuViajante-container {
    position: sticky;
    height: 0;
    overflow: visible;
    top: calc(40vh - (70px + var(--evStore-regresso-swiper-height)));
	z-index: 2;
}

.menuViajante {
	/*
		Layout
	*/
    position: relative;
    top: 50px;
	margin: 0 2% 0 auto;

	/*
		Estilo
	*/
	width: 150px;
	padding: 10px;
}

.menuViajante .bubble {
	position: absolute;
    bottom: 16px;
    right: 114px;
}

.menuViajante .bubble p {
    top: 0;
    width: 86%;
    height: 95%;
    
    color: white;
}

/*
	Botões
*/

.menuViajante button {
	/*
		Layout
	*/
	margin-top: 1.5ch;
}

.menuViajante button:first-child {
	margin-top: 0;
}


/*
------------------
Swals
------------------
*/

.regresso2526-swals-okBtn {
	background: none;
	border-radius: 50%;
	font-size: 0;
}

.regresso2526-swals-okBtn:hover {
	/*
	background-color: #000000;
	color: #FFFFFF;
	*/
	opacity: 0.5;
}

.regresso2526-swals-okBtn:focus-visible,
.regresso2526-swals-okBtn:hover:focus-visible {
	box-shadow: none;

    outline-width: 3px;
    outline-style: solid;
	outline-color: #000;
    outline-offset: 4px;
}


/*
------------------
Botões
------------------
*/

.regresso25-comprar-btn {
    flex: 0 1 160px;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 50px;
    color: #FFFFFF;
    background-color: #4B71D8;
    border-radius: 25px;
    text-decoration: none;
}

.regresso25-comprar-btn:hover {
	background-color: #000000;
	color: #FFFFFF;
}


.regresso25-comprar-btn:focus {
	outline-width: 3px;
	outline-style: solid;
	outline-offset: 4px;
	outline-color: #000000;
}


/*
------------------
Links
------------------
*/

.standardLink2025, a.standardLink2025 {
	text-decoration: underline;
	text-decoration-thickness: 1px;
    text-underline-position: under;
}

/*
------------------
Vídeos
------------------
*/

.evStore_resourceLink2025_video {
    position: relative;
    width: 100%;
    border: 0;
    border-collapse: collapse;
    display: block;
    overflow: hidden;
    opacity: 1;
}

.evStore_resourceLink2025_video img {
    display: block;
    width: 100%;
}

/* .evStore_resourceLink2025_video:focus, 
.evStore_resourceLink2025_video a:focus {
	outline-width: 2px;
    outline-style: solid;
    outline-color: #000000;
} */

.evStore_resourceLink2025_video .playBtn {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
    border: 0;
	pointer-events: none;
}

.evStore_resourceLink2025_video > .playBtn.hover {
    display: none;
}

.evStore_resourceLink2025_video > .playBtn.unhover {
    display: block;
}

.evStore_resourceLink2025_video:hover > .playBtn.unhover {
    display: none;
}

.evStore_resourceLink2025_video:hover > .playBtn.hover {
    display: block;
}

/*
------------------
Barra de Topo Swiper
------------------
*/

.top-bar-swiper {
	background: #FFFFFF;
	text-align: center;
	box-shadow: 0 8px 8px -8px #696868; 
}

.top-bar-swiper .swiper-slide {
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
	margin-right: 70px;
	padding-bottom: 3px;
}

.top-bar-swiper .swiper-wrapper {
	width: max-content;
    margin: 0px auto;
}

.top-bar-swiper .swiper-slide:first-child {
	padding-left: 60px;
}

.top-bar-swiper .swiper-slide:last-child {
	margin-right: 0;
	padding-right: 60px;
}

.top-bar-swiper .swiper-slide a,
.top-bar-swiper .swiper-slide button {
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}

.top-bar-swiper .swiper-slide a.active {
  color: var(--ev-cor-default-red);
  /*	font-weight: bold;	*/		/* opcional */
}

.top-bar-swiper .swiper-slide a:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-position: under;
}

.top-bar-swiper .swiper-slide a:focus {
	outline-width: 2px;
	outline-style: solid;
	outline-color: #000;
	outline-offset: 7px;
}

.top-bar-swiper .swiper-button-next, 
.top-bar-swiper .swiper-button-prev {
    width: max-content;
	height: 100%;
	margin: 0;
	top: 0;
  	color: var(--evStore-regresso-cor-3) !important;
}

.top-bar-swiper .swiper-button-next:after, 
.top-bar-swiper .swiper-button-prev:after {
	font-size: 30px;
}

.top-bar-swiper .swiper-button-next {
	background: linear-gradient(90deg, transparent 0%, white 38%);
	right: 0;
	padding-right: 10px;
	padding-left: 20px;
}

.top-bar-swiper .swiper-button-prev {
	background: linear-gradient(-90deg, transparent 0%, white 38%);
	left: 0;
    padding-left: 10px;
	padding-right: 20px;
}

/*
------------------
Overrides Mobile
------------------
*/



@media screen and (max-width: 1704px) {
	.menuViajante .bubble {
		display: none;
	}
}

@media screen and (max-width: 1450px) {
	.menuViajante-container {
		display: none;
	}
}

@media screen and (min-width: 1350px) {
	#Banner .regresso25-colunas .regresso25-container:last-child .mobile {
		display: none;
	}
}

@media screen and (max-width: 1350px) {
	#Banner {
		padding-bottom: 20px;
	}

	#Banner .bubble {
        position: absolute;
        top: 0;
        width: 90%;
        max-width: 750px;
        right: 24px;
        aspect-ratio: 1;
	}

	#Banner .bubble img,
	#Banner .bubble p {
		position: absolute;
        right: 9%;
        top: 2%;
	}

	#Banner .bubble img {
        width: 39%;
	}

	#Banner .bubble p {
        width: 34.6%;
        height: 21.1%;
        font-size: clamp(10px, calc(4px + 2vw), 19px);
	}

	#Banner .regresso25-colunas {
		flex-direction: column;
	}

	#Banner .regresso25-colunas .regresso25-container:first-child {
		width: auto;
		max-width: 750px;
        height: auto;
        right: 0;
        margin: 0 auto;
	}

	#Banner .regresso25-colunas .regresso25-container:first-child .afonsoBanner.desktop {
		display: none;
	}

	#Banner .regresso25-colunas .regresso25-container:first-child .afonsoBanner.mobile {
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-top: -46px;
	}

	#Banner .regresso25-colunas .regresso25-container:first-child #letring {
        bottom: 0;
        width: 68%;
        left: 17%;
	}

	#Banner .regresso25-colunas .regresso25-container:last-child {
		justify-content: start;
		flex: 0 1 auto;
		padding: 0 20px;
	}

	#Banner .regresso25-colunas .regresso25-container:last-child .desktop {
		display: none;
	}

	#Banner .regresso25-colunas .regresso25-container:last-child .mobile {
		display: block;
		width: 100%;
	}

	#SelectCiclos {
		display: none;
	}

	.top-bar-swiper .swiper-slide.swiper-slide-ciclos {
		display: none;
	}

	.top-bar-swiper .swiper-slide:nth-of-type(2) {
		padding-left: 60px;
	}
}

#ConteudosFuncionalidades .afonso-mobile {
	display: none;
}

@media screen and (max-width: 1164px) {
	#Beneficios,
	#ConteudosFuncionalidades .regresso25-cover {
		background-image: none;
	}

	#Beneficios {
		padding-bottom: 45px;
	}

	#CiclosPre .regresso25-seccao:first-child,
	#Ciclos1 .regresso25-seccao:first-child,
	#Ciclos2 .regresso25-seccao:first-child,
	#Ciclos3 .regresso25-seccao:first-child,
	#CiclosHi .regresso25-seccao:first-child {
		background-image: none;
		padding-bottom: 50px;
	}

	#ConteudosFuncionalidades .afonso-mobile {
		display: block;
		width: 100%;
		max-width: 360px;
		margin-top: -25px;
		margin-bottom: 30px;
	}

	#ConteudosFuncionalidades .regresso25-seccao:nth-of-type(2) .regresso25-texto-bloco,
	#ConteudosFuncionalidades .regresso25-items {
		padding-right: 0;
	}

	#ConteudosFuncionalidades .regresso25-seccao:nth-of-type(2) .regresso25-artigo {
		justify-content: center;
	}

	#Beneficios .regresso25-items {
		padding-left: 0;
	}

	#ConteudosFuncionalidades .regresso25-items {
		justify-content: center;
	}
}

@media screen and (max-width: 900px) {
	.regresso25-texto-size60 {
		font-size: 38px;
	}

	.regresso25-texto-size50 {
		font-size: 40px;
	}
	
	.regresso25-texto-size40 {
		font-size: 30px;
	}

	.regresso25-texto-size36 {
		font-size: 24px;
	}

	.regresso25-texto-size30 {
		font-size: 24px;
	}

	.regresso25-texto-size24 {
		font-size: 20px;
	}

	.regresso25-texto-size20 {
		font-size: 18px;
	}

	h2[class *= "regresso25-texto-size"] {
		line-height: 1.22;
	}

	
	.regresso25-ciclos-lista li {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 758px) {
	#ConteudosFuncionalidades .regresso25-seccao:nth-of-type(2) .regresso25-artigo {
		text-align: center;
	}
}


@media screen and (max-width: 700px) {
	#ConteudosFuncionalidades .regresso25-items {
		justify-content: center;
	}
}



/********************************************************
---------------------------------------------------------
------------------		Semana 20		-----------------	
---------------------------------------------------------
********************************************************/

.semana20-ballgrid-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.semana20-ballgrid {
	background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/20/EFEITO_BOLAS.svg);
    background-position: 0% center;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    opacity: 0.65;
    mix-blend-mode: overlay;
    min-width: 750px;
}


#Banner.semana20 {
	background: #A7F6FD;
	background: linear-gradient(180deg, rgba(167, 246, 253, 1) 0%, rgba(89, 189, 241, 1) 100%);
}

#Banner.semana20 .regresso25-comprar-btn {
	background-color: #FFE100;
	color: #000000;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
}

#Banner.semana20 .regresso25-comprar-btn:hover {
    background-color: #000000;
    color: #FFFFFF;
}

#Banner.semana20 .regresso25-colunas .regresso25-container:first-child {
	height: auto;
    right: 32px;
    width: auto;
}

#Banner.semana20 .regresso25-colunas .regresso25-container:first-child .afonsoBanner.desktop {
    height: 600px;
    top: 15px;
}

.regresso25-areabox.semana20 {
	padding: 30px 0 45px 0;
}

[id ^= "Ciclos"] .regresso25-btnInfo {
	font-size: 0.42em;
}

[id ^= "Ciclos"] .regresso25-seccao:first-child .regresso25-areabox.semana20 .regresso25-texto-bloco *:first-child,
.regresso25-areabox.semana20 .regresso25-texto-bloco * {
	margin-bottom: 0;
}

[id ^= "Ciclos"] .regresso25-seccao:first-child .regresso25-areabox.semana20 .regresso25-texto-bloco {
	margin-bottom: 15px;
}

[id ^= "Ciclos"] .regresso25-areabox.semana20 .semana20-deadlineBox {
    margin: 20px 0 15px;
    padding: 7px 0;
}

#CiclosPre .regresso25-areabox.semana20 .semana20-deadlineBox,
#Ciclos1 .regresso25-areabox.semana20 .semana20-deadlineBox {
	background-color: #FFEDAF;
	color: var(--ev-cor-default-red);
}

#Ciclos2 .regresso25-areabox.semana20 .semana20-deadlineBox {
	background-color: #E4F2CD;
	color: #476F00;
}

#Ciclos3 .regresso25-areabox.semana20 .semana20-deadlineBox {
	background-color: #CCF0FF;
	color: #3554A8;
}

#CiclosHi .regresso25-areabox.semana20 .semana20-deadlineBox {
	background-color: #F4E6F6;
	color: #761983;
}

.menuViajante .bubble.semana20 {
	position: absolute;
    bottom: 16px;
    right: 114px;
}

.menuViajante .bubble.semana20 p {
	top: 14px;
	width: 86%;
	height: 55%;
	color: white;
	display: block;
	line-height: 1 !important;
}

@media screen and (max-width: 1350px) {
	.semana20-ballgrid {
		background-image: url(../../../images/Pagina-Especial/Regresso/2526/alu/20/EFEITO_BOLAS_mobile.svg);
		min-width: 0;
		width: 100%;
		background-size: 100%;
		opacity: 1;
	}	

    #Banner.semana20 .regresso25-colunas .regresso25-container:first-child {
		margin-top: 0;
		right: 0;
	}

	#Banner.semana20 .regresso25-colunas .regresso25-container:first-child .afonsoBanner.mobile {
        margin-top: 0;
        position: relative;
	}
}

@media screen and (max-width: 900px) {
	#Banner.semana20 .regresso25-banner-titulo-fontsize {
    	font-size: 24px;
	}
}

