:root {
	--colorBlack: #000;
	--colorBoneBlack: #161615;
	--colorEiereBlack: #1d1d1b;
	--colorDuerBlack: #2b2b2b;
	--colorCharcoal: #3c3c3c;

	--colorWhite: #fff;
	--colorPlatinum: #e4e4e4;
	--colorCultured: #eaeded;
	--colorLightGray2: #ebebeb;
	--colorLightGray3: #f7f7f7;
	--colorDrakeGray: #a8a8a8;

	--color-ash-gray: #bbbdbc;
	--colorLightGray: #bbbbba;
	--colorGrafitGray: #798484;
	---colorBattleshipGray: #858585;
	--colorSonicSilver: #707070;
	--colorDimGray: #6b6b6a;
	--colorGray: #b9b9b9;
	--colorGray2: #cecece;

	--colorAspargusGreen: #84a664;
	--colorDreamGreen: #4d8878;
	--colorTeenGreen: #9ddccc;
	--colorTeenPurple: #b887fd;
	--colorPrussianBlue: #043770;
	--colorCarolinaBlue: #1ba7e1;
	--colorMysticPink: #b93e80;
	--colorMostardYellow: #f8ae4c;
	--colorPersimmomOrange: #de5e1c;
	--content-widthSM: 920px;
	--content-width: 1260px;

	--robotoCnd: "Roboto Condensed", sans-serif;
}

html {
	scroll-behavior: smooth;
	overflow-y: scroll;
	scroll-padding: 100px 0 0 0;
}

body {
	font-family: "Roboto", sans-serif;
	overflow-x: hidden;
	margin: 0;
	scroll-behavior: smooth;
}

p {
	font-family: "Roboto", sans-serif;
}

button {
	cursor: pointer;
}

li {
	list-style: none;
}

figure,
ul {
	margin: 0;
	padding: 0;
}

/* Scrollbar - Início
/* ******************************************** */

::-webkit-scrollbar {
	width: 8px;
	height: 0;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 20px;
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.2);
	visibility: hidden;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-track-piece {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

::-webkit-resizer {
	background-color: transparent;
}

/* Scrollbar - Fim
/* ******************************************** */

.header {
	display: block;
	position: relative;
	width: 100%;
}

.hidden {
	display: none !important;
}

.btn {
	position: relative;
	display: block;
}

img {
	display: block;
}

/*****************************
      NAVBAR
 */

.navbar {
	display: block;
	position: relative;
	width: 100%;
}

.navbar__wrapper {
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	width: calc(100% - 40px);
	padding: 20px;
	margin: 0 auto;
}

.navbar__row {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}

.navbar__row--one {
	display: none;
}

.navbar__right {
	display: flex;
	align-items: center;
	position: relative;
}

.navbar__right::after {
	content: "";
	position: absolute;
	width: 100vh;
	height: 1px;
	left: -50px;
	top: 0;
	background-color: var(--colorLightGray2);
}

.navbar__right::before {
	content: "";
	position: absolute;
	width: 100vh;
	height: 1px;
	left: -50px;
	bottom: 0;
	background-color: var(--colorLightGray2);
}

.navbar__right img {
	display: block;
	width: 26px;
}

.navbar__row--one .navbar__right-login--login {
	flex-direction: column;
	justify-content: end;
}

.navbar__row--one .navbar__right-login--login p {
	margin: 0;
	padding: 0;
	font-family: var(--robotoCnd);
	font-weight: bold;
	font-size: 14px;
}

.navbar__row--one .navbar__right-login--login a {
	width: 100%;
	color: var(--colorPrussianBlue);
	font-size: 14px;
}

.navbar__row--one .navbar__right-login--login .navbar__right-login--menu li a {
	color: var(--colorBoneBlack);
	font-size: 14px;
	text-decoration: none;
	font-family: var(--robotoCnd);
	padding: 5px 0;
	box-sizing: border-box;
	display: block;
	white-space: nowrap;
}

.navbar__row--one .navbar__right-login--login .navbar__right-login--menu li a {
	width: 100%;
	display: flex;
	column-gap: 20px;
}

.navbar__row--one
	.navbar__right
	.navbar__right-login:hover
	.navbar__right-login--menu
	li:hover
	a
	svg
	path,
.navbar__row--one
	.navbar__right
	.navbar__right-login:hover
	.navbar__right-login--menu
	li:hover
	span {
	fill: var(--colorPrussianBlue);
	color: var(--colorPrussianBlue);
	font-weight: bold;
}

.navbar__row--one
	.navbar__right-login--login
	.navbar__right-login--menu
	li
	a
	svg {
	width: 20px;
}

.navbar__row--one .navbar__right-login {
	column-gap: 15px;
}

.navbar__row--one .navbar__right-login--user {
	flex-direction: column;
	justify-content: flex-end;
}

.navbar__right-login a,
.navbar__right-link a {
	font-family: var(--robotoCnd);
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	color: var(--colorDimGray);
}

.navbar__logo {
	display: flex;
	width: 140px;
	height: 100%;
}

.navbar__logo a {
	width: 100%;
	height: 50px;
	margin: 10px 0;
}

.navbar__logo img {
	display: block;
	height: 100%;
}

.navbar__right-link a {
	text-decoration: none;
}

.navbar__row--two {
	flex-flow: column;
	justify-content: flex-start;
	height: auto;
	width: 100%;
}

.navbar__row--two .navbar__left {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.navbar__btn-menu {
	display: block;
	width: 25px;
}

.navbar__btn-menu button {
	border: none;
	background-color: var(--colorWhite);
}

.navbar__btn-menu svg {
	width: 25px;
}

.navbar__menu-itens {
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navbar__menu-itens li {
	display: none;
	margin: 0;
	padding: 0;
}

.navbar__menu-itens li {
	display: none;
	margin: 0;
	padding: 0;
	font-family: "Roboto Condensed";
}

.navbar__menu-itens a {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
	color: var(--colorBlack);
}

.navbar__search {
	display: flex;
	width: 350px;
	height: 22.5px;
}

.navbar__search button {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	border: 0;
	background-color: var(--colorWhite);
	padding: 0 20px;
}

.navbar__search img {
	width: 13px;
	border: 0;
	background-color: var(--colorWhite);
	min-width: 13px;
}

.navbar__search input {
	width: 100%;
	border: none;
	outline: none;
	font-size: 12px;
}

.navbar__btn-menu {
	display: block;
}

.navbar__mobile {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
}

.navbar__mobile a:not(:last-child) {
	margin-right: 7px;
}

.navbar__mobile a {
	text-decoration: none;
}

.navbar__mobile svg {
	width: 18px;
}

.navbar__menu-itens {
	list-style: none;
	display: flex;
	align-items: center;
}

.navbar__menu-itens > li {
	margin-right: 20px;
	position: relative;
}

.navbar__menu-itens > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	display: none;
	padding-left: 0;
	background-color: #fff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 3;
	grid-template-columns: repeat(2, 1fr);
}

.navbar__menu-itens > li:hover > ul {
	display: grid;
	padding: 10px 0;
}

.navbar__menu-itens > li:hover > ul.navbar__menu-itens__submenu {
	display: block;
	padding: 10px;
	min-width: 130px;
}

.navbar__menu-itens .navbar__menu-itens--arrow {
	margin-left: 5px;
}

.navbar__menu-itens > li:hover > svg path {
	stroke: var(--colorPrussianBlue);
}

.navbar__menu-itens > li:hover > span,
.navbar__menu-itens > li:hover > a {
	color: var(--colorPrussianBlue);
}

.navbar__menu-itens > li > svg {
	margin-right: 5px;
}

.navbar__menu-itens > li > span {
	color: #333;
	font-weight: bold;
}

.navbar__menu-itens--sub > span {
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
}

.navbar__menu-itens--sub--sub {
	position: absolute;
	display: none;
	top: 0;
	left: 100%;
	z-index: 1;
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
	columns: 2;
}

.navbar__menu-itens--sub:hover > .navbar__menu-itens--sub--sub {
	display: block;
}

.navbar__menu-itens--sub > svg {
	transition: all 0.3s ease;
}

.navbar__menu-itens--sub:hover > svg {
	transform: rotate(90deg);
}

.navbar__menu-itens--sub:hover > span {
	color: var(--colorPrussianBlue);
}

.navbar__menu-itens--sub:hover > svg path {
	stroke: var(--colorPrussianBlue);
}

.navbar__menu-mob li a,
.navbar__menu-itens--sub--sub > li > a {
	display: block;
	padding: 5px;
	color: var(--colorEiereBlack);
	text-transform: none;
	font-family: var(--robotoCnd);
	font-weight: 300;
	font-size: 14px;
}

.navbar__menu-mob li a {
	padding: 0;
}

.navbar__menu-itens--sub--sub > li > a:hover {
	background-color: #f1f1f1;
}

.navbar__row--top .navbar__top {
	display: flex;
	column-gap: 10px;
}

.navbar__row--top .navbar__top p {
	margin: 0;
}

.minha-conta.minha-conta--materiais .minha-conta-right {
	padding-top: 0;
}

.page__filter {
	background-color: #eaeded;
	padding: 26px 21px;
	margin-bottom: 90px;
}

.page__filter__title {
	font-size: 20px;
	margin: 0 0 18px;
	color: #043770;
	font-family: "Roboto Condensed", sans-serif;
}

.page__filter__row {
	display: flex;
	align-items: end;
	column-gap: 13px;
}

.page__filter__row > div {
	flex: 1 1 33.3%;
}

.page__filter__label {
	font-size: 14px;
	color: #3c3c3c;
	display: block;
	margin-bottom: 4px;
}

.page__filter__field {
	width: 100%;
	display: block;
	border: 1px solid #a8a8a8;
	border-radius: 15px;
	padding: 5px 10px;
	box-sizing: border-box;
}

#page__filter__buttonSearch {
	background: var(--unnamed-color-043770) 0% 0% no-repeat padding-box;
	background: #043770 0% 0% no-repeat padding-box;
	opacity: 1;
	width: 131px;
	height: 30px;
	color: #fff;
}

@media screen and (max-width: 600px) {
	.page__filter__row {
		flex-direction: column;
		row-gap: 15px;
	}
}

@media only screen and (min-width: 1200px) {
	.navbar__wrapper {
		display: flex;
		width: 100%;
		height: 100%;
		max-width: var(--content-width);
		margin: 0 auto;
		padding: 0;
	}

	.navbar__row {
		flex-flow: row nowrap;
	}

	.navbar__row--top {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 35px;
	}

	.navbar__row--top .navbar__top {
		display: flex;
		column-gap: 5px;
		font-family: var(--robotoCnd);
		font-size: 14px;
	}

	.navbar__row--top .navbar__top b {
		color: var(--colorPrussianBlue);
	}

	.navbar__row--top img {
		height: 15px;
	}

	.navbar__row--one {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid var(--colorLightGray);
		border-bottom: 1px solid var(--colorLightGray);
	}

	.navbar__row--one .navbar__left {
		display: flex;
		align-items: center;
		column-gap: 20px;
	}

	.navbar__row--one .navbar__left p {
		font-family: var(--robotoCnd);
		font-size: 12px;
		line-height: 11px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}

	.navbar__row--one .navbar__right {
		height: 50px;
		column-gap: 10px;
	}

	.navbar__row--one .navbar__right > div {
		display: flex;
		align-items: center;
		height: 100%;
		justify-content: center;
		position: relative;
	}

	.navbar__row--one .navbar__right-login--login .navbar__right-login--menu {
		display: none;
	}

	.navbar__row--one .navbar__right .navbar__right-login {
		cursor: pointer;
		position: relative;
	}

	.navbar__row--one .navbar__right .navbar__right-login svg {
		transition: transform 0.3s ease-in-out;
	}

	.navbar__row--one
		.navbar__right
		.navbar__right-login:hover
		.navbar__right-login--arrow {
		transform: rotate(180deg);
	}

	.navbar__row--one
		.navbar__right
		.navbar__right-login:hover
		.navbar__right-login--menu {
		display: block;
		position: absolute;
		background-color: var(--colorCultured);
		top: 50px;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		z-index: 1;
		box-sizing: border-box;
		padding: 15px 25px;
	}
}

.navbar__row--one .navbar__right .navbar__right-favorito {
	border-right: 1px solid var(--colorLightGray);
	padding: 0 15px;
}

.navbar__right::after,
.navbar__right::before {
	width: 0;
	height: 0;
}

.navbar__logo {
	width: 180px;
}

.navbar__row--two {
	justify-content: space-between;
}

.navbar__row--two .navbar__left {
	width: auto;
	display: none;
}

.navbar__row--two .navbar__right {
	width: 100%;
	margin: 15px 0 25px 0;
}

.navbar__row--two .navbar__right .navbar__menu {
	width: 100%;
}

.navbar__menu {
	display: flex;
	align-items: center;
}

.navbar__menu-mob {
	top: 0;
	left: -100px;
	position: absolute;
	z-index: 999;
	background-color: white;
	width: 100%;
	display: none;
	padding: 20px 40px;
	box-sizing: border-box;
}

.navbar__menu-itens {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.navbar__menu-itens li {
	display: block;
	cursor: pointer;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.navbar__menu-itens--sub {
	padding: 5px 30px !important;
	font-size: 14px;
}

.navbar__search {
	border: 1px solid var(--colorLightGray);
}

.navbar__search .featured {
	border-right: 1px solid var(--colorLightGray);
	padding: 0 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	font-family: var(--robotoCnd);
}

.navbar__search .featured a {
	text-decoration: none;
	color: var(--colorBlack);
}

.navbar__cashback,
.navbar__valepresente {
	font-family: var(--robotoCnd);
	font-size: 14px;
	display: flex;
	column-gap: 10px;
}

.navbar__cashback a,
.navbar__valepresente a {
	text-decoration: none;
	color: var(--colorBoneBlack);
	letter-spacing: 1.2px;
}

.navbar__btn-menu {
	display: none;
}

.navbar__submenu {
	display: none;
	flex-flow: column;
	position: absolute;
	top: 20px;
	z-index: 1;
	width: 140px;
	padding: 20px 20px;
	background-color: var(--colorWhite);
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
		rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.navbar__menu-itens li .navbar__submenu li {
	margin-right: 0;
}

.navbar__submenu li a {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin-right: 0;
	margin-bottom: 6px;
}

/*INICIO MENU MOB*/

/*
  NAVBAR - fim
***********************************

/*
  SIDEBAR - incio
***********************************

/*
 SIDEBAR - FIM
***********************************

/*
 Hero - inicio
*********************************/

.hero {
	display: block;
	position: relative;
}

.hero__wrapper {
	display: block;
	position: relative;
	width: calc(100% - 40px);
	padding: 0 20px;
	margin: 0 auto;
}

.hero__banner {
	display: block;
	position: relative;
	width: 100%;
	height: 315px;
}

.hero__banner.hero__banner--horizontal {
	height: auto;
}

.hero__banner img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__text {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
}

.hero__text p {
	font-family: var(--robotoCnd);
	font-size: 14px;
	line-height: 20px;
}

.hero__text svg {
	display: block;
	margin-left: 5px;
	width: 14px;
}

.carrinho-modal {
	position: fixed;
	display: none;
	opacity: 0;
	/* right: -250px;  */
	display: block;
	/* opacity: 1; */
	right: 80px;
	top: 50px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #707070;
	z-index: 5;
}

.carrinho-modal-close .btn.btn--close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.carrinho-modal-col {
	flex-direction: column;
}

.carrinho-modal-col .carrinho-modal-container {
	flex-direction: column;
	display: flex;
}

.carrinho-modal-valorWrapper,
.carrinho-modal-wrapper,
.carrinho-modal-nomeWrapper {
	display: flex;
	align-items: center;
}

.carrinho-modal-valorWrapper {
	column-gap: 20px;
	align-items: flex-end;
}

.carrinho-modal-wrapper {
	padding: 30px 50px;
	flex-direction: column;
	max-height: 50vh;
	overflow: auto;
	box-sizing: border-box;
}

.carrinho-modal-img img {
	object-fit: contain;
	width: 56px;
}

.carrinho-modal-nomeWrapper p {
	padding: 0;
	margin: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--colorPrussianBlue);
}

.carrinho-modal-nomeWrapper button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: 0;
	margin: 0;
	background-color: #f7f7f7;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carrinho-modal-nomeWrapper button img {
	width: 12.5px;
	width: 12.5px;
}

.carrinho-modal-nomeWrapper {
	justify-content: space-between;
}

.carrinho-modal-item {
	display: flex;
	column-gap: 20px;
	border-bottom: 1px solid #707070;
	padding-bottom: 20px;
}

.carrinho-modal-item + .carrinho-modal-item {
	margin-top: 20px;
}

.card-modal-quantidade input {
	background-color: #f7f7f7;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: 0;
	margin: 0;
	width: 20px;
	text-align: center;
	color: #707070;
}

.card-modal-quantidade {
	background-color: #f7f7f7;
	padding: 10px;
	box-sizing: border-box;
	color: #707070;
	font-family: "Roboto Condensed", sans-serif;
	display: flex;
}

.card-modal-quantidade button {
	background-color: #f7f7f7;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: 0;
	margin: 0;
	color: #707070;
	font-size: 17px;
}

.card-modal-quantidade span {
	padding: 0 20px 0 0;
}

.card-modal-valor .valor-antigo {
	font-size: 14px;
	padding: 0 10px 0 0;
}

.card-modal-valor .valor-atual,
.card-modal-valor .valor-antigo,
.card-modal-valor .valor-a-vista {
	font-family: "Roboto Condensed", sans-serif;
}

.card-modal-valor .valor-atual,
.card-modal-valor .valor-a-vista {
	color: var(--colorPrussianBlue);
}

.card-modal-valor .valor-atual {
	font-weight: bold;
	font-size: 20px;
}

.card-modal-valor .valor-credito {
	font-size: 14px;
}

.card-modal-valor .valor-parcelado {
	font-size: 14px;
}

.card-modal-valor .valor-a-vista {
	font-size: 14px;
}

@media only screen and (max-width: 350px) {
	.hero__text p {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1200px) {
	.navbar__row--two .navbar__right {
		margin: 0;
	}

	.navbar__row--two .navbar__left {
		display: none;
	}

	.navbar__right {
		position: initial;
	}

	.navbar__menu-mob--overlay:after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		width: 100%;
		background-color: #707070;
		z-index: 1;
		height: 100vh;
	}

	.navbar__mobile {
		display: none;
	}

	.navbar__menu-mob--overlay {
		display: none;
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
	}

	.navbar__menu-mob .navbar__menu-mob-itens .navbar__menu-itens--sub--sub {
		position: initial;
	}

	.navbar__menu-mob .navbar__menu-mob-itens {
		max-height: calc(100vh - 250px);
		overflow: auto;
	}

	.navbar__menu-mob .navbar__menu-itens--sub--sub {
		columns: initial;
	}

	.navbar__menu-mob .navbar__menu-itens--sub {
		padding: 0 !important;
	}

	.navbar__menu-mob .navbar__menu-itens--sub + .navbar__menu-itens--sub {
		margin-top: 12px;
	}

	.navbar__menu-mob .navbar__menu-itens--sub:hover > svg {
		transform: initial;
	}

	.navbar__menu-mob .navbar__menu-itens--sub:hover > span {
		color: initial;
	}

	.navbar__menu-mob .navbar__menu-itens--sub:hover > svg path {
		stroke: initial;
	}

	.navbar__menu-mob
		.navbar__menu-itens--sub:hover
		> .navbar__menu-itens--sub--sub {
		box-sizing: border-box;
		padding: 10px;
		display: block;
	}

	.navbar__menu-mob .navbar__menu-itens--sub.active > svg {
		transform: rotate(90deg);
	}

	.navbar__menu-mob .navbar__menu-itens--sub.active > svg path {
		stroke: var(--colorPrussianBlue);
	}

	.navbar__menu-mob .navbar__menu-itens--sub.active > span {
		color: var(--colorPrussianBlue) !important;
	}

	.navbar__menu-mob .navbar__menu-itens--sub > span {
		display: inline-flex;
	}

	.navbar__menu-mob
		.navbar__menu-itens--sub:hover
		> .navbar__menu-itens--sub--sub {
		display: none;
	}

	.navbar__menu-mob
		.navbar__menu-itens--sub.active
		> .navbar__menu-itens--sub--sub {
		display: block;
		box-shadow: initial;
		border-bottom: 1px solid #d5d5d5;
		border-radius: 0;
		margin-top: 10px;
		padding-top: 0;
		padding-bottom: 15px;
	}

	.navbar__menu-mob
		.navbar__menu-itens--sub.active
		> .navbar__menu-itens--sub--sub
		li
		+ li {
		margin-top: 5px;
	}

	.navbar__menu-mob .navbar__menu-itens--sub:hover > span {
		color: initial;
	}

	.navbar__menu-mob .navbar__menu-itens--sub.active > span {
		padding-bottom: 5px;
	}

	.navbar__menu-mob .navbar__menu-itens--sub > span {
		font-weight: 300;
		display: inline-flex;
	}

	.navbar__menu-mob .navbar__menu-mob-close {
		position: absolute;
		right: 30px;
	}

	.navbar__menu-mob > p {
		margin: 0;
		font-size: 16px;
		font-weight: 300;
		padding-bottom: 5px;
	}

	.navbar__menu-mob > b {
		padding: 0;
		font-weight: 500;
		margin: 20px 0 10px;
		display: block;
	}

	.navbar__menu-mob-sair-btn {
		display: flex;
		column-gap: 5px;
		color: var(--colorBoneBlack);
		height: 33px;
		justify-content: center;
		align-items: center;
		max-width: fit-content;
	}
}

@media only screen and (min-width: 1200px) {
	.hero__wrapper {
		display: block;
		position: relative;
		width: 100%;
		max-width: var(--content-width);
		padding: 0;
	}

	.hero__banner {
		display: block;
		position: relative;
		width: 100%;
		height: 315px;
	}

	.hero__banner img {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* .hero__text {
    display: none;
  } */
}

/*
  hero - fim
  ***********************/

/*
  section - inicio
  ***********************/

.section {
	display: block;
	position: relative;
	width: 100%;
}

.section__wrapper {
	display: flex;
	flex-flow: column;
	width: calc(100% - 40px);
	height: 100%;
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 0 20px;
}

.section__content {
	display: block;
	position: relative;
	width: 100%;
}

.section__title {
	margin: 0;
	font-size: 20px;
	line-height: 67px;
	text-transform: uppercase;
	text-align: center;
	color: var(--colorPrussianBlue);
}

.section__title.normal {
	line-height: initial;
}

.section__title.color2 {
	color: var(--colorCarolinaBlue);
}

.section__breadcrumb {
	font-size: 12px;
	color: var(--colorEiereBlack);
}

.section__breadcrumb a {
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	color: var(--colorSonicSilver);
}

@media only screen and (min-width: 1200px) {
	.section__wrapper {
		display: flex;
		flex-flow: column;
		width: 100%;
		height: 100%;
		max-width: var(--content-width);
		margin: 0 auto;
		padding: 0;
	}

	.section__title {
		margin-bottom: 30px;
		text-align: left;
	}
}

/*
  SECTION - fim
  ***********************/

/*
  SECTION DESTAQUE- inicio
  ***********************/

.slider {
	display: block;
	position: relative;
	width: 100%;
	max-width: var(--content-width);
}

.slider--destaque {
	margin-bottom: 60px;
}

.slider__cards {
	width: 100%;
	padding-left: 0px;
}

.section--destaque .slider__cards .flickity-viewport {
	overflow: visible;
}

.slider__cards .flickity-page-dots .dot {
	width: 15px;
	height: 3px;
	border-radius: 0;
	opacity: 1;
	background-color: var(--colorPrussianBlue);
	transition: all 240ms ease;
}

.juvenil .slider__cards .flickity-page-dots .dot,
.slider--tema .slider__cards .flickity-page-dots .dot {
	background-color: var(--colorTeenPurple);
}

.slider__cards .flickity-page-dots .dot.is-selected {
	width: 45px;
}

.slider--destaque .slide__card {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	width: calc(100% - 10px);
	max-width: 340px;
	height: 240px;
	margin: 0;
	margin-right: 15px;
}

.slider--destaque .card__img {
	display: block;
	position: relative;
	width: 153px;
	/* height: 100%; */
}

.slider--destaque .card__img::after {
	content: url(../img/sombra.svg);
	position: absolute;
	bottom: -20px;
	width: 100%;
	height: 15px;
}

.card__img img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.card__porcentagem {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -15px;
	right: -15px;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background-color: var(--colorPrussianBlue);
}

.juvenil .card__porcentagem {
	background-color: var(--colorTeenPurple);
}

.card__porcentagem p {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--colorWhite);
}

.card__description {
	width: 160px;
}

.card__titulo,
.card__descricao {
	font-weight: 500;
	line-height: 18px;
	margin: 0;
}

.card__titulo a {
	color: inherit;
	text-decoration: none;
}

.card__autor {
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	color: var(--colorSonicSilver);
}

.card__autor a {
	color: var(--colorSonicSilver);
	text-decoration: none;
}

.card__valor {
	display: flex;
	align-items: center;
}

.card__valor-atual {
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;
	color: var(--colorPrussianBlue);
}

.juvenil .card__valor-atual {
	color: var(--colorTeenPurple);
}

.card__valor-antigo {
	color: var(--colorSonicSilver);
	text-decoration-line: line-through;
}

.btn--comprar {
	cursor: pointer;
	width: 100%;
	padding: 10px 0;
	border: none;
	color: var(--colorWhite);
	background-color: var(--colorPrussianBlue);
}

.juvenil .btn--comprar {
	background-color: var(--colorTeenGreen);
	color: var(--colorBlack);
	font-weight: 300;
}

.slider__arrows {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
}

.slider__arrow {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	margin: 0;
	background-color: var(--colorWhite);
	border: 1px solid #c3c2bf;
	z-index: 2;
}

.slider--destaque .slider__arrows {
	display: none;
}

.slider__arrow img {
	width: 20px;
}

.section--flipop-home .section__wrapper {
	flex-direction: row;
}

.flipop-content-container {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.flipop-content-container .flipop-content-wrapper {
	background-color: #b887fd60;
	padding: 40px 100px;
}

.flipop-content-container .section__title {
	font-size: 30px;
	font-family: "Roboto Condensed", sans-serif;
	color: #000;
}

.flipop-content-container .section__desc {
	font-size: 20px;
	line-height: 25px;
	color: #3c3c3c;
}

.nossas-redes .section__title,
.nossas-redes .section__subtitle {
	text-align: center;
	font-family: "Roboto Condensed", sans-serif;
}

.nossas-redes .section__title {
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
	line-height: 30px;
}

.nossas-redes .section__subtitle {
	color: var(--colorSonicSilver);
}

.nossas-redes img {
	max-width: 700px;
	margin: 0 auto;
}

.slider--banner .slide__card {
	width: 100%;
}

.slider--banner {
	margin-bottom: 50px;
}

.slider--banner .slider__cards {
	padding-left: 0;
	width: 100%;
}

.slider--banner .slider__cards img {
	width: 100%;
}

.slider--banner .slider__arrow--right {
	position: relative;
	right: 50px;
}

.slider--banner .slider__arrow--left {
	position: relative;
	left: 50px;
}

.donwloads .card__type {
	position: absolute;
	z-index: 999;
	background-color: #b887fd;
	color: white;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 10px;
	top: 10px;
}

.donwloads .card__type p {
	white-space: nowrap;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

@media only screen and (max-width: 350px) {
	.slider--destaque .slide__card {
		height: 200px;
	}

	.slider--destaque .card__img {
		width: 130px;
	}

	.card__porcentagem {
		width: 38px;
		height: 38px;
	}

	.card__description {
		width: 125px;
	}

	.card__titulo,
	.card__descricao {
		font-size: 14px;
	}

	.card__valor {
		flex-flow: column;
		align-items: flex-start;
	}

	.card__valor-atual {
		font-size: 18px;
		margin: 0;
		order: 2;
	}

	.card__valor-antigo {
		font-size: 14px;
		margin: 0;
		order: 1;
	}
}

@media only screen and (min-width: 1200px) {
	/* .slider--destaque .slider__cards::before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: calc((100vw - 100%) / 2 * -1);
    width: calc(((100vw - 100%) / 2) + 4%);
    height: calc(100% + 25px);
    background: rgb(255, 255, 255);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.9) 45%,
      rgba(255, 255, 255, 0.7) 70%,
      rgba(255, 255, 255, 0.45) 100%
    );
    z-index: 1;
  }

  .slider--destaque .slider__cards::after {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    right: calc((100vw - 100%) / 2 * -1);
    width: calc(((100vw - 100%) / 2) + 26%);
    height: calc(100% + 45px);
    background: rgb(255, 255, 255);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8029586834733894) 53%,
      rgba(255, 255, 255, 1) 79%
    );
  } */

	.slider--destaque .slider__arrows {
		display: flex;
	}

	.slider__cards {
		width: calc(100% - 60px);
		padding-left: 60px;
	}

	.galeria__popup .slider__cards {
		width: calc(100% - 160px);
		padding-left: 80px;
		padding-right: 80px;
	}

	.section--tema .slider__cards {
		padding-left: 0;
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
	}

	.section--tema.donwloads .section__ver-todos {
		display: none;
	}

	.section--tema.donwloads .flickity-page-dots {
		display: none;
	}

	.section--tema.donwloads {
		margin-bottom: 100px;
	}

	.section--tema.donwloads .slide__card a {
		width: 100%;
		text-decoration: none;
	}
}

.section--tema.donwloads .card__img img {
	height: auto;
}

.section--tema.donwloads .section__title {
	text-align: center;
	width: 100%;
}

.section--principaisColecoes .slider__cards {
	max-width: 850px;
	padding-left: 0;
	width: 100%;
	margin: 0 auto;
}

.section--principaisColecoes .section__title,
.section--principaisColecoes .section__subtitle {
	text-align: center;
	width: 100%;
}

.section--principaisColecoes .section__title {
	margin-bottom: 10px;
}

.section--principaisColecoes .section__subtitle {
	color: #707070;
	font-size: 20px;
	font-family: var(--robotoCnd);
	margin-bottom: 35px;
}

.section--juvenis-evento.juvenis .slider__cards {
	padding-left: 35px;
}

.slider--destaque .slide__card {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	width: 400px;
	max-width: none;
	height: 285px;
	margin: 0 20px;
}

.slider--destaque .card__img {
	width: 180px;
	/* height: 100%; */
}

.card__description {
	width: 190px;
}
@media screen and (max-width: 860px) {
	.slider--destaque .slide__card {
		width: 100%;
		column-gap: 20px;
	}
	.slider--destaque .card__img {
		width: 140px;
	}
	.card__description {
		width: calc(100% - 160px);
	}
}

/*
SLIDER EM DESTAQUE - fim
******************************/

/* SLIDER LANCAMENTO - inicio
******************************/

.section__row {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.section__row a,
.section__ver-todos a {
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 40px;
	margin-right: 60px;
	font-size: 14px;
	text-decoration: none;
	color: var(--colorBlack);
}

.section__row a:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.section__row a {
	display: none;
}

.section__row .section__title a {
	display: flex;
	margin: 0;
	font-size: 20px;
	line-height: 67px;
	text-transform: uppercase;
	text-align: center;
	color: var(--colorPrussianBlue);
	width: auto;
}

.section__ver-todos {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
}

.section__ver-todos a {
	width: 150px;
	display: flex;
	margin-right: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.slider--home {
	margin-bottom: 20px;
}

.slider--home .slide__card {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 220px;
	margin-right: 80px;
	min-height: 370px;
}

.slider--tema .slide__card {
	display: flex;
	flex-flow: column;
	align-items: center;
	max-width: 210px;
	width: 100%;
	margin-right: 10px;
	position: relative;
}

.slider--principaisColecoes .slide__card {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 130px;
	margin-right: 50px;
}

.slider--principaisColecoes {
	max-width: 1000px;
	margin: 0 auto;
}

.slider--principaisColecoes .card__title {
	font-size: 16px;
	text-align: center;
	color: #000;
}

.slider--principaisColecoes .slide__card a {
	text-decoration: none;
	color: inherit;
}

.slider--tema .card__title h3 {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	font-family: var(--robotoCnd);
	font-size: 18px;
	text-transform: uppercase;
	position: static;
	color: #000;
	padding: 0 10px;
	box-sizing: border-box;
}

.slider--home .card__img {
	display: block;
	position: relative;
	width: 148px;
}

.slider--tema .card__img {
	width: 100%;
}

.slider--home .card__description {
	display: block;
	position: relative;
	width: 148px;
	margin-top: 20px;
}

.slider--home .card__titulo {
	font-family: var(--robotoCnd);
	color: var(--colorPrussianBlue);
	line-height: 26px;
	font-weight: 600;
	font-size: 16px;
}

.slider--home .card__descricao {
	font-size: 15px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	font-family: var(--robotoCnd);
}

.slider--home .card__descricao a {
	color: inherit;
	text-decoration: none;
}

.slider--home .card__autor {
	font-family: var(--robotoCnd);
	font-style: normal;
	font-size: 12px;
}

.slider--home .card__valor-atual {
	margin: 10px 0;
}

.card__comprar {
	display: block;
}

.btn__comprar {
	display: flex;
	align-items: center;
	margin: 10px 0;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--colorPrussianBlue);
}

.btn__comprar img {
	margin-left: 5px;
	width: 25px;
}

@media only screen and (min-width: 1200px) {
	.section__ver-todos a {
		display: none;
	}

	.section__row {
		justify-content: space-between;
	}

	.section__row a {
		display: flex;
	}

	.card__comprar {
		display: none;
	}
}

/*
SLIDER lancamento - fim
******************************/

/* SLIDER DESTAQUE COLORIDO - inicio
******************************/

.slider--destaque-colorido .slider__cards .flickity-viewport {
	overflow: visible;
}

.slider--destaque-colorido .slider__arrows {
	display: none;
	top: calc(50% - 50px);
}

.slider--destaque-colorido .slider__cards {
	width: 100%;
	height: 580px;
	padding: 0px;
}

.slider--destaque-colorido .slide__card {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: calc(100% + 40px);
	height: 460px;
	padding: 20px 0;
	margin: 0px;
}

.slider--destaque-colorido .slide__card--01 {
	background-color: var(--colorAspargusGreen);
}

.slider--destaque-colorido .slide__card--02 {
	background-color: var(--colorMysticPink);
}

.slider--destaque-colorido .slide__card--03 {
	background-color: var(--colorMostardYellow);
}

.slider--destaque-colorido .slide__card--04 {
	background-color: var(--colorDreamGreen);
}

.slider--destaque-colorido .card__img {
	display: block;
	position: relative;
	width: 224px;
	height: 335px;
	order: 2;
}

.slider--destaque-colorido .card__img img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: 0;
	margin-top: 30px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
		rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.slider--destaque-colorido .card__description {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	color: var(--colorWhite);
	width: calc(100% - 40px);
	order: 1;
}

.slider--destaque-colorido .card__titulo {
	font-family: var(--robotoCnd);
	font-style: normal;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 40px;
}

.slider--destaque-colorido .card__descricao {
	font-size: 12px;
	font-weight: 500;
	margin-top: 10px;
}

.slider--destaque-colorido .btn--comprar {
	width: 170px;
	margin-top: 15px;
	color: var(--colorPrussianBlue);
	font-weight: 500;
	text-transform: uppercase;
	background-color: var(--colorWhite);
}

.vale_presente {
	padding: 10px 0 60px;
	position: relative;
}

.vale_presente .section__wrapper {
	position: relative;
	z-index: 2;
}

.vale_presente::after {
	content: "";
	background-color: #eaeded;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
}

.vale_presente.act::after {
	height: 257px;
}

.vale_presente__title {
	font-size: 20px;
	color: var(--colorPrussianBlue);
	text-transform: uppercase;
	margin-top: 40px;
	font-family: var(--robotoCnd);
}

.vale_presente__row {
	display: flex;
	justify-content: space-between;
	column-gap: 120px;
	margin-top: 40px;
}

.vale_presente__col {
	flex: 1 1 50%;
}

.vale_presente__left figure {
	display: table;
	margin: 0 0 40px auto;
	position: relative;
}

.vale_presente__valor {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 3;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.vale_presente__text {
	font-size: 14px;
}

.vale_presente__right__row {
	display: flex;
	justify-content: space-between;
}

.vale_presente__right label {
	display: block;
}

.vale_presente__right select {
	background-color: var(--colorLightGray3);
	border: 1px solid var(--colorDrakeGray);
	box-sizing: border-box;
	display: block;
	border-radius: 15px;
	padding: 3px 10px;
	outline: none;
	font-size: 14px;
	min-width: 175px;
}

.vale_presente__link {
	color: #3c3c3c;
	font-size: 14px;
	text-decoration: none;
}

.vale_presente__toggle {
	color: #1ba7e1;
	border: solid 1px #1ba7e1;
	padding: 7px 15px;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	border-radius: 15px;
	font-size: 14px;
	cursor: pointer;
}

.vale_presente__toggle::after {
	content: "+";
}

.vale_presente.act .vale_presente__toggle::after {
	content: "-";
}

.vale_presente__form {
	margin-top: 30px;
}

.vale_presente__dados .minha-conta-dados {
	display: none;
}

.vale_presente.act .minha-conta-dados {
	display: block;
}

.vale_presente__btn {
	border: solid 1px #b93e80;
	color: #b93e80;
	display: table;
	font-size: 16px;
	padding: 10px;
	text-decoration: none;
	background-color: transparent;
	font-family: var(--robotoCnd);
	min-width: 160px;
	text-align: center;
}

.vale_presente__btn--comprar {
	background-color: #84a664;
	border-color: #84a664;
	color: #fff;
}

.vale_presente__btn--voltar {
	background-color: #fff;
	border-color: #84a664;
	color: #84a664;
}

.vale_presente__dados__btns {
	display: flex;
	justify-content: flex-end;
	margin-top: 22px;
	column-gap: 20px;
}

.vale_presente__col.mx-522 {
	max-width: 522px;
}

.vale_presente__saldo {
	margin: 0;
}

.vale_presente__link__comprar {
	color: #84a664;
	border: solid 1px #84a664;
	display: table;
	padding: 10px;
	text-decoration: none;
	font-family: var(--robotoCnd);
}

.vale_presente__right__row.align-center {
	align-items: center;
}

.vale_presente__right__row.align-end {
	align-items: flex-end;
	margin-top: 20px;
}

.vale_presente__right--adicionar label {
	font-size: 14px;
	color: #043770;
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
}

.vale_presente__right--adicionar input {
	border: solid 1px #043770;
	border-radius: 15px;
	padding: 5px 10px;
	box-sizing: border-box;
	min-height: 30px;
	width: 400px;
	max-width: 100%;
}

.vale_presente__right__btn {
	background-color: #b93e80;
	color: #fff;
	border-radius: 15px;
	padding: 6px 10px;
	text-decoration: none;
	min-height: 30px;
	box-sizing: border-box;
}

.cashback__vantagens .section__title {
	font-family: var(--robotoCnd);
}

.section__title.center {
	text-align: center;
}

.section__title.upper {
	text-transform: uppercase;
}

.section__wrapper--blog {
	max-width: 1090px;
}

.blog__top {
	margin: 40px 0;
}

.blog__title {
	color: var(--colorPrussianBlue);
	font-size: 20px;
	font-family: var(--robotoCnd);
	text-align: center;
}

.blog__title a {
	color: inherit;
	text-decoration: none;
}

.blog__title.text-left {
	text-align: left;
}

.blog__title.upper {
	text-transform: uppercase;
}

.blog__nav {
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog__nav ul {
	display: flex;
}

.blog__nav li {
	background-color: #eaeded;
}

.blog__nav li.act {
	background-color: #b93e80;
}

.blog__nav li:hover {
	background-color: #b93e80;
}

.blog__nav li:hover a {
	color: white;
}

.blog__nav a {
	text-decoration: none;
	font-family: var(--robotoCnd);
	font-size: 18px;
	color: #000;
	padding: 7px 40px;
	display: block;
}

.blog__nav li.act a {
	color: #fff;
}

.blog__nav__title {
	font-weight: bold;
	font-family: var(--robotoCnd);
	font-size: 18px;
	margin-right: 5px;
}

.section--blog {
	margin: 40px 0;
}

.blog__row {
	display: flex;
	column-gap: 20px;
	align-items: flex-start;
}

.blog__right {
	background: #eaeded 0% 0% no-repeat padding-box;
	border: 1px solid #c1c1c1;
	padding: 15px 35px;
	max-width: 354px;
	width: 100%;
	box-sizing: border-box;
}

.blog__news {
	background-color: #fff;
	padding: 19px 15px;
	border: 1px solid #c4c4c4;
}

.blog__news__title {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	margin-bottom: 12.5px;
}

.blog__news__input {
	border: solid 1px #8080808c;
	border-left: 0;
	border-right: 0;
	padding: 7px 0;
	font-size: 12px;
	width: 100%;
	outline: none;
}

.blog__news__btn {
	display: table;
	background-color: var(--colorPrussianBlue);
	color: #fff;
	text-align: center;
	padding: 11px 53px;
	font-family: var(--robotoCnd);
	text-decoration: none;
	border: 0;
	margin: 15px auto 0;
}

.blog__left {
	flex: 1 1 100%;
}

.blog__ultimas__grid {
	display: flex;
	flex-flow: column wrap;
	height: 280px;
	column-gap: 20px;
	row-gap: 20px;
}

.blog__ultimas__grid article {
	position: relative;
	height: calc(50% - 10px);
	width: 258px;
	display: flex;
}

.blog__ultimas__grid article:first-child {
	height: 100%;
	width: 437px;
}

.blog__ultimas__grid article a {
	display: flex;
	align-items: flex-end;
	text-decoration: none;
}

.blog__ultimas__grid article a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #043770;
	opacity: 0.5;
	pointer-events: none;
}

.blog__ultimas__grid img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog__ultimas__title {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-family: var(--robotoCnd);
	margin: 10px;
	display: table;
	z-index: 2;
}

.blog__ultimas__title::after {
	content: "";
	height: 1px;
	width: 80%;
	background-color: #fff;
	display: block;
	margin-top: 5px;
}

article:first-child .blog__ultimas__title {
	font-size: 20px;
	margin: 30px;
}

.blog__posts__default {
	margin: 30px 0;
}

.blog__posts__default__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 14px;
	row-gap: 20px;
}

.blog__posts__default__item {
	text-align: center;
}

.blog__posts__default__item a {
	text-decoration: none;
	color: #1d1d1b;
}

.blog__posts__default__item img {
	display: block;
	margin-bottom: 11px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.blog__posts__default__title {
	font-size: 21px;
	font-family: var(--robotoCnd);
	margin: 0 0 3px;
	text-align: left;
}

.blog__posts__default__date {
	width: 100%;
	text-align: left;
	display: block;
	font-size: 12px;
}

.blog__posts__default__desc {
	font-size: 14px;
	text-align: left;
}

.blog__title--type2 {
	color: #1ba7e1;
	font-size: 16px;
	font-weight: 500;
}

.blog__maislidas__list li a {
	display: flex;
	align-items: center;
	column-gap: 14px;
	color: inherit;
	text-decoration: none;
}

.blog__maislidas__list li + li {
	margin-top: 15px;
}

.blog__maislidas__list li img {
	display: block;
	width: 79px;
	height: 79px;
	object-fit: cover;
}

.blog__maislidas__title {
	font-weight: 500;
	font-size: 16px;
	margin: 0 0 5px;
}

.blog__maislidas__desc {
	font-size: 14px;
	margin: 0;
}

.blog__maislidas {
	margin: 30px 0;
}

.blog__eventos__item {
	width: 100%;
}

.blog__eventos .slider__cards {
	padding-left: 0;
	width: 100%;
}

.blog__eventos__item__top {
	padding: 0 50px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.blog__eventos__data {
	color: #84a664;
	font-size: 20px;
	font-style: italic;
	display: block;
	margin-bottom: 5px;
}

.blog__eventos .flickity-prev-next-button.next,
.blog__eventos .flickity-prev-next-button.previous {
	top: 20px;
	left: 0;
}

.blog__eventos .flickity-prev-next-button.next {
	left: unset;
	right: 0;
}

.blog__eventos .flickity-prev-next-button {
	background: url("../img/blog-arrow-prev.svg") no-repeat center / contain;
	border-radius: 0;
}

.blog__eventos .flickity-prev-next-button.next {
	background: url("../img/blog-arrow-next.svg") no-repeat center / contain;
}

.blog__eventos .flickity-prev-next-button svg {
	display: none;
}

.blog__eventos__item__content figure {
	position: relative;
}

.blog__eventos__item__content figure::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #043770;
	opacity: 0.5;
	pointer-events: none;
}

.blog__eventos__item__content img {
	margin: 15px 0;
	max-width: 100%;
}

.blog__eventos__item__title {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-family: var(--robotoCnd);
	margin: 0;
	font-size: 17px;
	width: calc(100% - 40px);
	z-index: 2;
}

.blog__eventos__item__title::after {
	content: "";
	display: block;
	height: 1px;
	width: 80%;
	margin-top: 5px;
	background-color: #fff;
}

.blog__eventos__item__desc {
	font-size: 12px;
	color: #1d1d1b;
	padding: 0 15px 15px;
	margin: 0;
}

.blog__eventos__title {
	color: var(--colorPrussianBlue);
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
}

.blog__tags__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 10px;
	row-gap: 10px;
	text-align: center;
	max-height: 275px;
	overflow: hidden;
}

.blog__tags__list li {
	flex: 1 1 29%;
}

.blog__tags__list a {
	color: var(--colorPrussianBlue);
	border: solid 1px var(--colorPrussianBlue);
	border-radius: 15px;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 11px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
}

.blog__tags__more {
	color: var(--colorPrussianBlue);
	font-size: 14px;
	text-decoration: underline;
	display: block;
	margin-top: 15px;
	text-align: end;
	cursor: pointer;
}

.blog__tags {
	padding-bottom: 10px;
}

.blog__colaboradores__list {
	display: flex;
	flex-direction: column;
}

.blog__colaboradores__list li {
	border-bottom: solid 1px #8080808c;
	padding: 9px 0;
}

.blog__colaboradores__list li:first-child {
	padding-top: 0;
}

.blog__colaboradores__list a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: inherit;
}

.blog__colaboradores__nome {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
}

.blog__colaboradores__posts {
	font-size: 14px;
}

.blog__colaboradores__vertodos {
	color: var(--colorPrussianBlue);
	font-weight: 500;
	font-size: 14px;
	margin-top: 12px;
	display: block;
}

.blog__posts__default__grid--listas {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 40px;
}

.blog__posts__default__grid--listas .blog__posts__default__item {
	text-align: left;
}

.blog__posts__default__grid--listas .blog__posts__default__title {
	color: var(--colorPrussianBlue);
	font-family: var(--robotoCnd);
	font-size: 16px;
	font-weight: 400;
}

.blog__posts__default__grid--listas .blog__posts__default__desc {
	font-family: var(--robotoCnd);
	font-size: 14px;
	margin: 0 0 10px;
}

.blog__posts__default__grid--listas .blog__posts__autor {
	color: #798484;
	font-size: 12px;
	font-family: var(--robotoCnd);
	display: block;
	text-decoration: underline;
	margin-bottom: 10px;
}

.blog__posts__preco {
	display: block;
	color: var(--colorPrussianBlue);
	font-size: 20px;
	font-weight: bold;
	font-family: var(--robotoCnd);
}

.cashback__topo {
	padding: 45px 0 30px;
}

.cashback__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cashback__title {
	color: var(--colorPrussianBlue);
	font-family: var(--robotoCnd);
	font-size: 20px;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.cashback__desc {
	font-size: 14px;
	margin: 0 0 22px;
	max-width: 455px;
}

.cashback__btn {
	background-color: var(--colorPrussianBlue);
	color: #fff;
	font-family: var(--robotoCnd);
	padding: 12px 23px;
	text-decoration: none;
	text-transform: uppercase;
	display: table;
}

.cashback__vantagens {
	background-color: #eaeded;
	padding: 33px 0 50px;
}

.cashback__vantagens__grid {
	display: grid;
	grid-template-columns: repeat(4, 220px);
	justify-content: center;
	text-align: center;
}

.cashback__vantagens__grid img {
	margin: 0 auto 20px;
}

.cashback__vantagens__grid__text {
	font-size: 18px;
}

.cashback__regras {
	padding: 40px 0;
}

.cashback__regras .section__title {
	font-family: var(--robotoCnd);
	line-height: initial;
	margin-bottom: 12px;
}

.cashback__regras p {
	font-size: 14px;
}

.cashback__regras h3 {
	font-size: 14px;
	color: #1ba7e1;
}

.premios {
	margin: 40px 0;
}

.premios__list li {
	font-weight: 500;
	font-size: 14px;
	color: #3c3c3c;
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.premios__list li::before {
	content: url(../img/ico_premio.svg);
}

.premios__list li + li {
	margin-top: 16px;
}

.spotify {
	margin: 40px 0;
}

.arquivos__download {
	margin: 40px 0;
}

.arquivos__download__list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}

.arquivos__download__list a {
	background: url("../img/ico_download.svg") no-repeat 20px center #eaeded;
	display: table;
	padding: 10px 44px;
	text-decoration: none;
	color: var(--colorPrussianBlue);
	font-family: var(--robotoCnd);
}

.detalhe__post__content {
	max-width: 975px;
	width: 100%;
}

.detalhe__post__title {
	color: var(--colorPrussianBlue);
	font-size: 40px;
	font-family: var(--robotoCnd);
	text-align: left;
	margin-bottom: 5px;
}

.detalhe__post__data {
	color: #798484;
	font-size: 14px;
	font-family: var(--robotoCnd);
	display: block;
	text-decoration: underline;
	margin-bottom: 10px;
	margin-left: 5px;
}

.detalhe__post__content img {
	display: block;
	height: auto;
	margin-bottom: 22px;
	max-width: 100%;
}

.detalhe__post__content .detalhe__post__content__cover {
	margin-bottom: 35px;
}

.detalhe__post__content iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	margin-bottom: 22px;
}

.detalhe__post__content p {
	font-size: 18px;
	padding: 0 35px;
	line-height: 2;
}

.detalhe__post__content .content {
	position: relative;
}

.faixa__autor {
	background-color: #eaeded;
	padding: 30px 0;
}

.faixa__autor__row {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 50px;
}

.faixa__autor__left {
	display: flex;
	align-items: center;
	column-gap: 20px;
	max-width: 420px;
}

.faixa__autor__left img {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	object-fit: cover;
}

.faixa__autor__name {
	color: var(--colorPrussianBlue);
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}

.faixa__autor__desc {
	font-size: 14px;
	margin: 0;
}

.faixa__autor__right {
	display: flex;
	column-gap: 30px;
}

.faixa__autor__right span {
	color: var(--colorPrussianBlue);
	font-weight: bold;
	font-size: 18px;
}

.faixa__autor__links {
	display: flex;
	column-gap: 10px;
}

.detalhe__vejatambem {
	padding: 40px 0;
}

.detalhe__vejatambem__flex {
	column-gap: 10px;
	row-gap: 20px;
	display: flex;
	justify-content: center;
}

.detalhe__vejatambem__item a {
	text-decoration: none;
	color: #1d1d1b;
}

.detalhe__vejatambem__title {
	font-size: 18px;
	margin: 10px 0;
}

.detalhe__vejatambem__desc {
	font-size: 14px;
	margin: 0;
}

.detalhe__vejatambem__fakebutton {
	color: var(--colorPrussianBlue);
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-top: 15px;
}

.detalhe__vejatambem__item {
	max-width: 184px;
}

.juvenis .detalhe__vejatambem__item {
	width: 350px;
	margin-right: 80px;
	max-width: 100%;
}

.detalhe__vejatambem__item img {
	display: block;
	width: 100%;
	height: auto;
}

.detalhe__post {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.detalhe__post__livros__destaque {
	position: absolute;
	right: 0;
	top: 59px;
	background: #eaeded 0% 0% no-repeat padding-box;
	border: 1px solid #c1c1c1;
	padding: 30px 70px;
	display: flex;
	flex-direction: column;
	row-gap: 26px;
	z-index: 2;
}

.detalhe__post__livros__destaque .blog__posts__default__item {
	width: 100px;
	text-align: left;
}

.detalhe__post__livros__destaque .blog__posts__default__title {
	font-size: 14px;
}

.detalhe__post__livros__destaque .blog__posts__default__desc {
	font-size: 12px;
}

.detalhe__post__livros__destaque .blog__posts__preco {
	font-size: 14px;
}

.blog__social {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 0;
}

.blog__social span {
	font-weight: 500;
	font-size: 14px;
}

.blog__social .social__icons {
	width: auto;
	margin: 0;
}

.blog__social .social__icons img {
	filter: brightness(0.5);
	width: 15px;
}

.blog__social .social__icons a {
	width: auto;
}

.blog__search__hold {
	position: relative;
	width: 100%;
}

.blog__search__field {
	display: block;
	width: 100%;
	border: 1px solid #bbbdbc;
	padding: 9px 10px;
	font-size: 14px;
	outline: none;
}

.blog__search__button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40px;
	border: 0;
	background: url("../img/ic_search.svg") no-repeat center / 12px;
	background-color: transparent;
}

.section--agenda {
	margin-bottom: 40px;
}

.agenda__itens {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 20px;
	column-gap: 20px;
}

.agenda__item {
	width: 100%;
}

.agenda__item img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.agenda__item figure {
	max-width: 406px;
	max-height: 406px;
	width: 100%;
	height: 100%;
}

.agenda__item__content {
	background-color: #eaeded;
	padding: 20px 28px;
}

.agenda__item__title {
	font-size: 20px;
	font-family: var(--robotoCnd);
	margin: 0 0 7px;
}

.agenda__item__tag {
	display: block;
	color: var(--colorPrussianBlue);
	border: solid 1px var(--colorPrussianBlue);
	display: table;
	border-radius: 15px;
	padding: 6px 15px 4px;
	font-size: 14px;
	margin-bottom: 13px;
}

.agenda__item__data {
	font-weight: bold;
	font-family: var(--robotoCnd);
	margin-bottom: 7px;
	display: block;
}

.agenda__item__desc {
	font-size: 14px;
	margin: 0;
}

.proximos__eventos__data {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin: 9px 0 3px;
}

.proximos__eventos__local {
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin: 0 0 10px;
}

.proximos__eventos .detalhe__vejatambem__flex {
	column-gap: 40px;
}

.detalhe__agenda__banner {
	width: 100%;
	max-height: 380px;
	object-fit: cover;
	min-height: 120px;
}

.detalhe__agenda__topo .section__wrapper {
	position: relative;
}

.detalhe__agenda__topo .breadcrumb__hold {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
}

.detalhe__agenda__topo .breadcrumb__link,
.detalhe__agenda__topo .breadcrumb__item:not(:last-child)::after,
.detalhe__agenda__topo .breadcrumb__item--active {
	color: #fff;
}

.detalhe__agenda__infos {
	padding: 50px 0;
}

.detalhe__agenda__infos__row {
	display: flex;
	align-items: flex-end;
	column-gap: 26px;
	margin-bottom: 70px;
}

.box__data {
	border: 1px solid #707070;
	padding: 25px 20px 8px;
	min-width: 148px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}

.box__data.rosa {
	background-color: #b93e80;
	border-color: #b93e80;
}

.box__data .dia {
	color: #a8a8a8;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}

.box__data .dia--num {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

.box__data .mes {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.box__data .hora {
	color: #a8a8a8;
	font-size: 14px;
	font-weight: 500;
}

.box__data.rosa .dia,
.box__data.rosa .dia--num,
.box__data.rosa .mes,
.box__data.rosa .hora {
	color: #fff;
}

.detalhe__agenda__infos__btn {
	display: table;
	background-color: var(--colorPrussianBlue);
	color: #fff;
	text-decoration: none;
	padding: 12px 50px;
	font-family: var(--robotoCnd);
}

.detalhe__agenda__infos__informacoes p {
	font-size: 14px;
	color: #707070;
	margin: 0 0 1em;
}

.detalhe__agenda__infos__informacoes {
	margin-bottom: 40px;
}

.detalhe__agenda__infos__local__link {
	color: var(--colorPrussianBlue);
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 30px;
}

.detalhe__agenda__infos__local__link::before {
	content: url("../img/ico_local.svg");
}

.detalhe__agenda__local__map iframe {
	display: block;
	width: 100%;
	height: 460px;
}

.btn__default {
	display: table;
	color: #fff;
	background-color: var(--colorPrussianBlue);
	font-family: var(--robotoCnd);
	text-decoration: none;
	padding: 12px 27px;
	border: 0;
}

.btn__default.reverse {
	background-color: #fff;
	color: var(--colorPrussianBlue);
	border: solid 1px var(--colorPrussianBlue);
}

.container {
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
}

.originais__page {
	padding: 0 0 40px;
}

.originais__page .breadcrumb-wrapper {
	width: 100%;
}

.originais__page .container li,
.originais__page .container p {
	font-size: 14px;
	margin: 1em 0;
}

.originais__page .container li,
.originais__page .container ul {
	list-style: disc;
	list-style-position: inside;
}

.originais__page .container li::marker {
	color: var(--colorCarolinaBlue);
}

.originais__page .btn__default {
	margin: 40px auto 0;
}

.originais__strip {
	background-color: #eaeded;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.cursos__steps {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 100px;
	margin-bottom: 60px;
}

.cursos__steps .num {
	background-color: #a8a8a8;
	color: #fff;
	font-family: var(--robotoCnd);
	font-size: 47px;
	font-weight: bold;
	padding: 0 0 0 16px;
	box-sizing: border-box;
	letter-spacing: -7px;
	margin-right: 10px;
}

.cursos__steps li {
	display: flex;
	align-items: center;
}

.cursos__steps .text {
	font-size: 18px;
	font-family: var(--robotoCnd);
	text-transform: uppercase;
	color: #a8a8a8;
}

.cursos__steps .act .text {
	color: var(--colorPrussianBlue);
}

.cursos__steps .act .num {
	background-color: var(--colorPrussianBlue);
	color: #fff;
}

.form--cursos {
	max-width: 550px;
	margin: 0 auto;
	width: 100%;
}

.form--cursos select {
	background-color: var(--colorLightGray3);
	border: 1px solid var(--colorDrakeGray);
	box-sizing: border-box;
	display: block;
	border-radius: 15px;
	padding: 3px 10px;
	outline: none;
	font-size: 14px;
	min-width: 175px;
}

.form--cursos__row {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
	column-gap: 30px;
}

.form--cursos__row .minha-conta-right__item {
	width: 50%;
	box-sizing: border-box;
}

.minha-conta-dados.form--cursos
	.minha-conta-right__form
	.form--cursos__row
	.minha-conta-right__item
	+ .minha-conta-right__item {
	margin-top: 0;
}

.radio__row {
	display: flex;
	column-gap: 30px;
	margin-top: 10px;
}

.section--cursos {
	padding-bottom: 60px;
}

.form--cursos .section__title {
	margin: 20px 0;
}

.divulgadores__left {
	min-width: 123px;
}

.divulgadores__left a {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}

.divulgadores__left .act a {
	font-size: 20px;
	font-weight: bold;
}

.divulgadores__left li + li {
	margin-top: 10px;
}

.divulgadores__row {
	display: flex;
	align-items: flex-start;
	padding-bottom: 40px;
	column-gap: 30px;
}

.divulgadores__right {
	flex: 1 1 100%;
}

.divulgadores__item__toggle {
	background-color: var(--colorCarolinaBlue);
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	padding: 12px 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.divulgadores__item__toggle::after {
	content: "";
	width: 10px;
	height: 10px;
	border: solid 2px #fff;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(135deg);
	position: relative;
	top: -4px;
	transition: all 400ms ease;
}

.divulgadores__item__toggle.act::after {
	transform: rotate(-45deg);
	top: 2px;
}

.divulgadores__item {
	background-color: #eaeded;
	margin-bottom: 20px;
}

.divulgadores__item__hidden {
	max-height: 0;
	transition: max-height 0.3s ease;
	overflow: hidden;
}

.divulgadores__item__content {
	padding: 0 32px;
}

.divulgadores__item__content:last-child {
	padding-bottom: 15px;
}

.divulgadores__item__content + .divulgadores__item__content::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #707070;
	display: block;
	margin-top: 35px;
}

.divulgadores__item__content__title {
	font-size: 20px;
	font-weight: bold;
	margin: 35px 0 21px;
}

.header--simples .navbar__menu-itens {
	justify-content: center;
	column-gap: 20px;
}

.header--simples .navbar__row--two {
	border-bottom: 1px solid var(--colorLightGray);
}

.header--simples .navbar__row--two .navbar__right {
	margin: 15px 0;
}

.header--simples .navbar__row--one .navbar__left {
	margin: 0 auto;
}

.materiais__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 18px;
	row-gap: 40px;
}

.materiais__grid img {
	max-width: 100%;
	margin-bottom: 10px;
}

.materiais__grid a {
	color: #000;
	text-decoration: none;
}

.materiais__item__subtitle {
	display: block;
	font-size: 14px;
	margin: 0 0 8px;
}

.materiais__item__title {
	display: block;
	font-weight: 500;
	font-size: 18px;
	margin: 0;
}

.detalhe__materiais .detalhe__post__content .content::before {
	display: none;
}

.divulgadores__select {
	min-width: 262px;
	margin: 0 auto;
	border-radius: 15px;
	border: solid 1px #a8a8a8;
	background-color: #f7f7f7;
	color: #bbbdbc;
	font-size: 14px;
	padding: 5px 10px;
	outline: none;
}

.divulgadores__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 21px;
	row-gap: 21px;
	margin: 30px 0 50px;
}

.divulgadores__grid__item {
	background-color: #eaeded;
	padding: 32px 22px;
}

.divulgadores__grid__item__row {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.divulgadores__grid__item__row img {
	border: solid 2px #fff;
	border-radius: 50%;
	object-fit: cover;
	max-width: 36px;
	max-height: 36px;
}

.divulgadores__grid__item__name {
	font-size: 16px;
	font-family: var(--robotoCnd);
	margin: 0 0 3px;
}

.divulgadores__grid__item__mail {
	color: var(--colorPrussianBlue);
	text-decoration: none;
	display: flex;
	align-items: center;
	column-gap: 5px;
	font-size: 14px;
	word-break: break-all;
}

/*.divulgadores__grid__item__mail::before {
	content: url(../img/ic_mail_divulgadores.svg);
}*/

.divulgadores__grid__item__subtitle {
	color: var(--colorCarolinaBlue);
	font-size: 16px;
	font-family: var(--robotoCnd);
	margin: 14px 0 7px;
}

.divulgadores__grid__item__atendimento {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 5px;
	column-gap: 10px;
}

.divulgadores__grid__item__atendimento li {
	font-size: 14px;
}

.fale__conosco__sdp__boxes {
	display: flex;
	justify-content: center;
	column-gap: 36px;
	margin-bottom: 31px;
}

.fale__conosco__sdp__box {
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 12px 20px;
	min-height: 116px;
	min-width: 116px;
	row-gap: 13px;
	color: var(--colorMysticPink);
	text-decoration: none;
}

.fale__conosco__sdp__box.act {
	background-color: var(--colorMysticPink);
	color: #fff;
}

.fale__conosco__sdp__box svg path {
	fill: var(--colorMysticPink);
}

.fale__conosco__sdp__box.act svg path {
	fill: #fff;
}

.fale_conosco__sdp__text {
	font-size: 14px;
	text-align: center;
	max-width: 730px;
	margin: 0 auto 40px;
}

.btn--removerlivros {
	margin: 10px 0 0 auto;
}

.fale__conosco__sdp__btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.minha-conta-dados .fale__conosco__sdp__btns .fake__file {
	bottom: 6px;
	left: 0;
}

.fale__conosco__sdp--form {
	padding-bottom: 50px;
}

@media screen and (max-width: 1170px) {
	.detalhe__post__livros__destaque {
		display: none;
	}
}

@media screen and (max-width: 930px) {
	.fale__conosco__sdp__btns {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 10px;
	}

	.fale__conosco__sdp__boxes {
		flex-direction: column;
		row-gap: 20px;
	}

	.divulgadores__grid__item {
		padding: 25px 10px;
	}

	.divulgadores__grid {
		grid-template-columns: 1fr;
	}

	.section__wrapper .container {
		padding: 0;
	}

	.materiais__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.divulgadores__row {
		flex-direction: column;
		row-gap: 20px;
	}

	.divulgadores__item__content {
		padding: 0 20px;
	}

	.form--cursos__row {
		flex-direction: column;
	}

	.minha-conta-dados.form--cursos
		.minha-conta-right__form
		.form--cursos__row
		.minha-conta-right__item
		+ .minha-conta-right__item {
		margin-top: 10px;
	}

	.form--cursos__row .minha-conta-right__item {
		width: 100%;
	}

	.cursos__steps {
		column-gap: 20px;
	}

	.section--selos .flickity-page-dots {
		display: none;
	}

	.detalhe__agenda__infos .section__title {
		margin-bottom: 30px;
	}

	.detalhe__agenda__infos__row {
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
	}

	.agenda__item {
		flex-direction: column;
		display: flex;
	}

	.agenda__item img {
		margin: 0 auto;
	}

	.navbar__row--top .navbar__top {
		align-items: center;
		margin-bottom: 10px;
	}

	.navbar__row--top .navbar__top p {
		font-size: 11px;
	}

	.faixa__autor__row {
		flex-direction: column;
		row-gap: 20px;
	}

	.detalhe__vejatambem__flex {
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
	}

	.arquivos__download .section__title,
	.spotify .section__title,
	.premios .section__title {
		margin-bottom: 40px;
		text-align: left;
	}

	.cashback__row {
		flex-direction: column;
		row-gap: 20px;
	}

	.cashback__topo img {
		max-width: 100%;
	}

	.cashback__vantagens__grid {
		grid-template-columns: 1fr 1fr;
		row-gap: 30px;
	}

	.cashback__vantagens .section__title {
		line-height: initial;
		margin-bottom: 30px;
	}

	.vale_presente__row {
		flex-direction: column;
	}

	.vale_presente__left figure img {
		max-width: 100%;
	}

	.vale_presente__dados__btns {
		flex-direction: column;
		row-gap: 15px;
	}

	.vale_presente__right__row.align-end {
		flex-direction: column;
		row-gap: 15px;
	}

	.vale_presente__right__row.align-end > div {
		width: 100%;
	}

	.vale_presente__right__btn {
		text-align: center;
		width: 100%;
	}

	.blog__nav {
		flex-direction: column;
		row-gap: 10px;
	}

	.blog__nav ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		text-align: center;
		column-gap: 10px;
		row-gap: 10px;
	}

	.blog__ultimas__grid {
		height: auto;
	}

	.blog__ultimas__grid article,
	.blog__ultimas__grid article:first-child {
		width: 100%;
		aspect-ratio: 16/9;
	}

	.blog__row {
		flex-direction: column;
	}

	article:first-child .blog__ultimas__title,
	.blog__ultimas__title {
		font-size: 18px;
		margin: 25px;
	}

	.blog__posts__default__grid {
		grid-template-columns: 1fr 1fr;
		justify-content: center;
	}

	.blog__posts__default__item img {
		object-fit: cover;
	}

	.blog__right {
		max-width: 100%;
	}

	.agenda__itens {
		grid-template-columns: repeat(2, 1fr);
	}

	.slider--home .card__description {
		display: none;
	}

	.slider--home .slide__card {
		width: 150px;
		margin-right: 10px;
		min-height: initial;
	}
}

@media screen and (max-width: 600px) {
	.materiais__grid {
		grid-template-columns: 1fr 1fr;
	}
	.divulgadores__grid__item__mail {
		text-wrap: nowrap;
		font-size: 12px;
	}
}

@media only screen and (min-width: 1200px) {
	.slider--destaque-colorido .slider__arrows {
		display: flex;
		top: calc(50% - 50px);
	}

	.slider--destaque-colorido .slider__cards {
		width: 100%;
		height: 445px;
		padding: 0 30px;
	}

	.slider--destaque-colorido .slide__card {
		display: flex;
		flex-flow: row;
		align-items: center;
		width: 685px;
		height: 364px;
		padding: 0;
		margin: 0 5px;
	}

	.slider--destaque-colorido .slide__card--01 {
		background-color: var(--colorAspargusGreen);
	}

	.slider--destaque-colorido .slide__card--02 {
		background-color: var(--colorMysticPink);
	}

	.slider--destaque-colorido .slide__card--03 {
		background-color: var(--colorMostardYellow);
	}

	.slider--destaque-colorido .slide__card--04 {
		background-color: var(--colorDreamGreen);
	}

	.slider--destaque-colorido .card__img {
		display: block;
		position: relative;
		width: 50%;
		height: 375px;
		order: 1;
	}

	.slider--destaque-colorido .card__img::after {
		content: url(../img/sombra.svg);
		position: absolute;
		bottom: -75px;
		left: 31%;
		width: 100%;
		height: 15px;
	}

	.slider--destaque-colorido .card__img img {
		display: block;
		position: relative;
		width: 250px;
		height: 375px;
		margin-left: 66px;
		margin-top: 50px;
		box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
			rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
	}

	.slider--destaque-colorido .card__description {
		align-items: flex-start;
		justify-content: flex-start;
		color: var(--colorWhite);
		width: 275px;
		order: 2;
	}

	.slider--destaque-colorido .card__titulo {
		font-family: var(--robotoCnd);
		font-style: normal;
		font-size: 30px;
		text-transform: uppercase;
		line-height: 40px;
	}

	.slider--destaque-colorido .card__descricao {
		font-size: 16px;
		font-weight: 500;
		margin-top: 10px;
	}

	.slider--destaque-colorido .btn--comprar {
		width: 170px;
		margin-top: 10px;
		color: var(--colorPrussianBlue);
		font-weight: 500;
		text-transform: none;
		background-color: var(--colorWhite);
	}
}

/* SLIDER DESTAQUE COLORIDO - fim
******************************/

/* SLIDER SELOS - Inicio
******************************/

.section--selos .section__title {
	text-align: center;
}

.slider--selos {
	width: calc(100% - 100px);
	padding: 0 50px;
	margin: 40px 0;
}

.slider--selos .slider__cards {
	width: 100%;
	padding: 0;
}

.section--selos .flickity-slider {
	min-height: 73px;
}

.selo {
	display: block;
	position: relative;
	width: 140px;
	margin: 0 35px;
	min-height: 73px;
	display: flex;
	align-items: center;
}

.selo img {
	max-width: 100%;
}

.selo svg {
	display: block;
	position: relative;
	width: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 1200px) {
	.section__ver-todos a {
		display: none;
	}

	.section__row {
		justify-content: space-between;
	}

	.section__row a {
		display: flex;
	}

	.section--selos .slider__arrows {
		width: 1260px;
		top: 0;
	}
}

/*
  SECTION SELOS- fim
  ***********************/

/*
  FOOTER- inicio
  ***********************/

.footer {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 25px;
	border-top: 2px solid var(--colorCultured);
}

.footer__wrapper {
	display: block;
	position: relative;
	width: calc(100% - 40px);
	padding: 0 20px;
	max-width: var(--content-width);
	margin: 0 auto;
}

.footer__logo {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.footer__logo img {
	display: block;
	width: 180px;
}

.footer__row {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	margin: 0;
	margin-bottom: 40px;
}

.footer__row p {
	width: 100%;
	max-width: 360px;
	margin-top: 20px;
	font-family: var(--robotoCnd);
	font-size: 14px;
	text-transform: uppercase;
}

.footer__row .footer__row-searchbar {
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	width: 100%;
	height: 30px;
}

.footer__row .footer__row-searchbar input {
	width: 100%;
	outline: none;
}

.footer__row .footer__row-searchbar button {
	cursor: pointer;
	width: 30px;
	border: none;
	background-color: var(--colorPrussianBlue);
	outline: none;
}

.footer__row-social {
	display: none;
	justify-content: flex-end;
	width: 30%;
	order: 3;
}

.footer__social {
	width: auto;
}

.footer__social p {
	width: 100%;
	margin: 0;
	color: var(--colorDimGray);
}

.social__icons {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	margin-top: 10px;
}

.social__icons a {
	cursor: pointer;
	width: 21px;
	height: 21px;
}

.social__icons a:not(:last-child) {
	margin-right: 12px;
}

.footer__col {
	width: 100%;
}

.footer__col:not(:last-child) {
	margin-right: 0;
}

.footer__col-titulo {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 2px solid var(--color-ash-gray);
	height: 30px;
}

.footer__col-titulo p {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: var(--colorSonicSilver);
}

.footer__col-titulo img {
	width: 10px;
}

.footer__col-content {
	display: none;
	height: 0;
	opacity: 0;
	margin-bottom: 30px;
}

.footer__col-content.active {
	display: block;
	height: auto;
	opacity: 1;
	transition: all 240ms ease;
}

.footer__col-links {
	padding: 0;
	list-style-type: none;
}

.footer__col-links a {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: var(--colorSonicSilver);
}

.footer__col--social-mobile {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	margin: 20px 0 40px 0;
	order: 4;
}

.footer__col--social-mobile .footer__social p {
	text-align: center;
}

.footer__col--pagamento {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
	order: 5;
}

.footer__col--pagamento .footer__col-titulo {
	justify-content: center;
	width: auto;
	margin-bottom: 0;
	border: none;
	text-align: center;
}

.footer__col-icons {
	display: flex;
	flex-flow: column;
	align-items: center;
	height: auto;
	opacity: 1;
}

.footer__col--pagamento .footer__col-titulo img {
	display: flex;
	align-items: center;
	width: 20px;
}

.footer__col--pagamento .footer__col-titulo p {
	width: calc(100% - 30px);
	margin-left: 10px;
}

.footer__col--endereco {
	order: 3;
}

.footer__col-icons {
	display: block;
	position: relative;
}

.bandeiras {
	display: flex;
	flex-flow: row wrap;
	margin-top: 15px;
}

.bandeiras img {
	width: 38px;
	margin-right: 10px;
	margin-top: 10px;
}

.reclame {
	width: 130px;
	margin: 0 auto;
	margin-top: 15px;
}

.footer__row .endereco {
	margin-top: 0px;
}

.footer__row .endereco p {
	width: 100%;
	font-size: 14px;
	text-transform: none;
	color: var(--colorSonicSilver);
}

.footer__copy {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 40px);
	padding: 0 20px;
	border-top: 2px solid var(--colorCultured);
}

.footer__copy p,
.footer__copy a {
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: var(--colorSonicSilver);
}

.breadcrumb-wrapper {
	max-width: var(--content-width);
	margin: 0 auto;
}

.breadcrumb {
	display: flex;
	font-size: 14px;
	margin: 40px 0;
	padding: 0;
}

.breadcrumb__item:not(:last-child)::after {
	content: "|";
	margin: 0 10px;
}

.breadcrumb__link,
.breadcrumb__item--active {
	color: #333;
}

.breadcrumb__link:hover {
	text-decoration: none;
	color: var(--colorCarolinaBlue);
}

.breadcrumb__item--active {
	font-weight: bold;
}

.navbar__logo img {
	width: 100%;
}

.navbar__row--three .navbar__left {
	box-sizing: border-box;
	margin: 20px 0;
}

.navbar__row--three .navbar__left input,
.navbar__row--three .navbar__left {
	width: 100%;
	box-sizing: border-box;
}

.navbar__row--three .navbar__left input {
	height: 23px;
	padding: 0 20px;
	font-size: 12px;
	font-family: var(--robotoCnd);
	color: var(--colorBoneBlack);
}

.navbar__row--three .navbar__left {
	position: relative;
}

.navbar__row--three .navbar__left button {
	position: absolute;
	right: 0;
	border: 0;
	outline: 0;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 1px;
	width: 22px;
	background-color: transparent;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	overflow-y: scroll;
	z-index: 20;
}

.modal h2 {
	font-size: 20px;
	color: var(--colorPrussianBlue);
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 20px;
}

.modal__wrapper {
	width: calc(100% - 50px);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-color: #ffffff;
	margin-top: calc(50vh - 125px);
	position: relative;
	padding: 40px;
	box-sizing: border-box;
}

.modal--erro h2 {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
}

.modal--erro p {
	text-align: center;
}

.modal--confirmacao h2 {
	margin-bottom: 5px;
}

.modal--confirmacao .modal__wrapper {
	max-width: 720px;
	width: 100%;
}

.modal--confirmacao .modal__subtitle {
	margin: 0;
	text-align: left;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 20px;
}

.modal__close {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 10px 0;
	position: absolute;
	right: 20px;
	top: 0;
}

.modal__text {
	font-size: 14px;
	color: #3c3c3c;
	max-width: 560px;
	text-align: left;
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 45px;
}

.modal__btns .modal__confirm {
	height: 40px;
	display: flex;
	background-color: #043770;
	align-items: center;
	justify-content: center;
	color: white;
	text-decoration: none;
	font-family: "Roboto Condensed", sans-serif;
	padding: 0 20px;
	font-size: 16px;
}

.modal__btns .modal__refuse {
	text-decoration: none;
	font-size: 16px;
	font-family: "Roboto Condensed", sans-serif;
	color: #043770;
}

.modal__btns {
	display: flex;
	align-items: center;
	column-gap: 20px;
	justify-content: flex-end;
	width: 100%;
}

.btn--close {
	background-color: #f7f7f7;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
}

.btn--close svg {
	stroke: var(--colorPrussianBlue);
	width: 20px;
	margin: 0 auto;
	cursor: pointer;
}

/*generos favoritos inicio*/

.section--generos-favoritos .section__wrapper {
	flex-direction: row;
}

.section--generos-favoritos .section__wrapper .section__row {
	flex-direction: column;
}

.section--generos-favoritos .section__wrapper .section__row:first-of-type {
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 60px;
}

.section--generos-favoritos .section__wrapper .section__row:last-of-type > p {
	width: 100%;
	font-family: "Roboto Condensed", sans-serif;
	color: var(--colorSonicSilver);
	font-size: 20px;
}

.section--generos-favoritos .section__title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 0;
}

.section--generos-favoritos .section__desc {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	color: var(--colorSonicSilver);
}

.section--generos-favoritos .btn {
	margin-top: 20px;
	border: 0;
	outline: 0;
	margin-right: 0;
	margin-left: auto;

	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	font-weight: 300;
	font-family: "Roboto Condenesed", sans-serif;
}

.section--generos-favoritos .btn.btn--next {
	background-color: var(--colorTeenGreen);
}

.section--generos-favoritos .btn.btn--end {
	background-color: var(--colorTeenPurple);
}

.section--generos-favoritos .generos-favoritos__escolha {
	width: 100%;
}

.section--generos-favoritos .generos-favoritos__escolha a {
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	margin-right: auto;
}

.generos-favoritos {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 10px;
	width: 100%;
}

.generos-favoritos-result {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 10px;
	width: 100%;
	margin-top: 20px;
}

.generos-favoritos li {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}

.generos-favoritos__escolha li img {
	max-width: 100%;
	aspect-ratio: 77/120;
	object-fit: cover;
}

.generos-favoritos li input {
	appearance: none;
}

.generos-favoritos li label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	text-align: center;
}

.generos-favoritos li:not(.checked) {
	border: 1px solid var(--color-ash-gray);
	color: var(--color-ash-gray);
}

.generos-favoritos li.checked {
	background-color: var(--colorTeenGreen);
	border: 1px solid var(--colorTeenGreen);
}

.section.section--sliderBanner-mob {
	display: none;
}

/* slider-sdp */

.slider-sdp .section__wrapper {
	position: relative;
}

.text-over {
	position: absolute;
	left: calc(50% - 250px);
	background-color: #043770d4;
	color: white;
	height: 100%;
	width: 500px;
	box-sizing: border-box;
	padding: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
}

.text-over.product {
	background-color: transparent;
}

.text-over.product .text-over__price,
.text-over.product .text-over__title,
.text-over.product .text-over__priceNew {
	margin: 0;
	padding: 0;
}

.text-over.product .text-over__title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

.text-over.product .text-over__price {
	color: #9b9b9b;
	font-size: 16px;
	margin-bottom: 5px;
}

.text-over.product .text-over__priceNew {
	font-weight: bold;
	font-size: 28px;
}

.text-over__btnComprar {
	font-size: 28px;
	color: #fb6c66;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin-top: 15px;
}

.text-over__wrapper {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	text-align: center;
}

.text-over.product .text-over__price {
}

.text-over.product .text-over__priceNew {
}

.text-over img {
	max-width: 140px;
}

.text-over.product .text-over__content {
	display: flex;
	column-gap: 20px;
}

.text-over__title,
.text-over__description {
	font-family: "Roboto Condensed", sans-serif;
}

.text-over__title {
	font-size: 30px;
}

.text-over__description {
	font-size: 16px;
}

/* slider-sdp fim */

/*program info*/
.program-info,
.banner-sdp,
.servicos-oferecidos {
	margin-bottom: 25px;
}

.program-info img {
	width: 100%;
}

.program-info .section__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 27px;
}

.program-info__left {
}

.program-info__right {
	background-color: #b887fd4f;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0 30px;
}

.program-info__title {
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 15px;
}

.program-info__description {
	color: #707070;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	padding: 0;
	margin-bottom: 20px;
}

.program-info__link,
.banner-sdp__link {
	height: 40px;
	display: flex;
	background-color: #043770;
	align-items: center;
	justify-content: center;
	color: white;
	text-decoration: none;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	padding: 0 40px;
}

.program-info__link:hover,
.banner-sdp__link:hover {
	filter: saturate(0.5);
}

/*program info fim*/

/*banner sdp*/

.banner-sdp .section__wrapper {
	position: relative;
}

.banner-sdp__content {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #043770d4;
	height: 100%;
	width: 100%;
}

.banner-sdp__text {
	max-width: 500px;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 20px;
	text-align: center;
}

.banner-sdp__title {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
}

.banner-sdp__description {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 0;
	max-width: 370px;
}

.banner-sdp__link {
	max-width: fit-content;
}

/*banner sdp fim*/

/*servicos oferecidos*/

.servicos-oferecidos .section__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 27px;
}

.servicos-oferecidos__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.servicos-oferecidos__info {
	background-color: #1aa4e04d;
	box-sizing: border-box;
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.servicos-oferecidos__info p {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	color: #707070;
	font-weight: 500;
}

.servicos-oferecidos__title {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 30px;
}

.servicos-oferecidos__description {
}

.servicos-oferecidos__list {
}

.servicos-oferecidos__item {
	list-style: disc;
	margin-left: 20px;
}

.servicos-oferecidos__email {
}

/*servicos oferecidos fim*/

/*livro favorito*/
.livro-favorito {
	padding: 30px 0;
}

.livro-favorito .section__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 27px;
}

.livro-favorito__selo {
	border-radius: 50%;
	background-color: #b887fd;
	width: 50px;
	height: 50px;
	top: -20px;
	right: -20px;
	position: absolute;
	color: white;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.livro-favorito__images {
	display: flex;
	column-gap: 40px;
}

.livro-favorito__image:first-child:after {
	content: "";
	background-image: url(../img/white_shadow.png);
	position: absolute;
	left: 0px;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}

.livro-favorito__image img {
	width: 100%;
}

.livro-favorito__image {
	position: relative;
}

.livro-favorito__info {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.livro-favorito__title {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.livro-favorito__description {
	font-size: 19px;
	font-family: "Roboto Condensed", sans-serif;
	color: #707070;
	margin: 0;
	margin-bottom: 20px;
}

.livro-favorito__subscribe {
	display: flex;
	background-color: #f7f7f7;
	border-radius: 30px;
	border: 1px solid gray;
	overflow: hidden;
	width: 100%;
	justify-content: space-between;
}

.livro-favorito__input {
	border: 0;
	outline: 0;
	height: 35px;
	background-color: transparent;
	padding: 0 20px;
}

.livro-favorito__button {
	border: 0;
	background-color: #9ddccc;
	font-size: 16px;
	font-weight: 300;
	height: 35px;
	padding: 0 30px;
}

/*livro favorito fim*/

.entenda_pnld {
	margin-bottom: 30px;
}

.entenda_pnld .section__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
}

.entenda_pnld__left {
	flex-direction: column;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.entenda_pnld__title {
	color: #043770;
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	margin: 0;
	margin-bottom: 20px;
}

.entenda_pnld__description {
	font-size: 14px;
	color: #000;
	margin: 0;
	margin-bottom: 20px;
}

.entenda_pnld__link {
	background-color: #043770;
	color: white;
	font-family: "Roboto Condensed", sans-serif;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 60px;
	text-decoration: none;
}

.entenda_pnld__right {
}

.entenda_pnld__right img {
	width: 100%;
}

.video_pnld {
}

.video_pnld__container {
	max-width: 675px;
	margin: 0 auto;
	text-align: center;
}

.video_pnld_title {
	color: #043770;
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
}

.bloco_texto {
}

.bloco_texto h2,
.bloco_texto p {
	font-size: 14px;
}

.bloco_texto__title {
	color: #043770;
}

.bloco_texto {
	margin-top: 20px;
	position: relative;
	background-color: #eaeded;
}

.bloco_texto:after {
	content: "";
	position: absolute;
	left: 0px;
	top: -300px;
	height: 100%;
	width: 100%;
	background-size: cover;
	height: 300px;
	background-color: #eaeded;
	z-index: -1;
}

.anteriores_pnld {
}

.anteriores_pnld__title {
	color: #043770;
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
}

.anteriores_pnld__description {
	font-size: 14px;
	color: #1d1d1b;
	padding: 0;
	margin: 0;
}

.anteriores_pndl__lista {
	margin-top: 35px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.anteriores_pndl__lista-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.anteriores_pndl__lista-item p {
	color: #1d1d1b;
	font-size: 16px;
	font-weight: 500;
}

.anteriores_pndl__lista-item a {
	text-decoration: none;
}

.anteriores_pnld__image {
}

.blog__pesquisa__form {
	display: flex;
	border: 1px solid var(--colorLightGray);
	height: 35px;
	padding: 0 10px;
}

.blog__pesquisa__form input {
	width: 100%;
	border: none;
	outline: none;
	font-size: 12px;
}

.blog__pesquisa__btn {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	border: 0;
	background-color: var(--colorWhite);
	padding: 0 20px;
}

.blog__pesquisa__btn img {
	width: 13px;
	border: 0;
	background-color: var(--colorWhite);
	min-width: 13px;
}

.lista-desejos__header,
.lista_desejos__desejo,
.lista-desejos__pesquisa {
	display: flex;
}

.lista-desejos__pesquisa {
	flex-direction: column;
	align-items: start;
	justify-content: center;
	width: 100%;
}

.lista-desejos__header {
	justify-content: space-between;
}

.lista_desejos__desejo {
	position: relative;
	display: flex;
	column-gap: 44px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 16px 27px;
}

.lista_desejos__desejo__info__btns__btn.remover {
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	width: 26px;
	outline: 0;
	border: 0;
	background-color: transparent;
}

.lista-desejos__pesquisa__btn img {
	width: 13px;
	border: 0;
	background-color: var(--colorWhite);
	min-width: 13px;
}

.section--lista-desejos .section__content {
	max-width: 820px;
	margin: 0 auto;
}

.lista-desejos__pesquisa > p,
.lista-desejos-select > p {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	font-family: "Roboto Condensed";
	padding: 0;
	margin: 0;
	padding-bottom: 7px;
}

.lista-desejos-select > p {
	font-size: 14px;
	font-weight: 500;
}

.lista-desejos-select select {
	background-color: transparent;
	border: 0;
	background-color: #e4e4e4;
	font-size: 14px;
	padding: 0 10px;
	height: 30px;
}

.section--lista-desejos .section__title {
	text-align: center;
}

.lista-desejos__pesquisa__form {
	display: flex;
	border: 1px solid #bbbbba;
	height: 23px;
	width: 100%;
	max-width: 350px;
}

.lista-desejos__pesquisa button {
	border: 0;
	outline: 0;
	background-color: transparent;
	border-right: 1px solid #bbbbba;
	padding: 0 10px;
}

.lista-desejos__pesquisa input {
	border: 0;
	outline: 0;
	padding: 0 10px;
}

.lista-desejos__header {
	margin-bottom: 40px;
}

.lista_desejos__desejo__info__titulo h3 {
	color: #043770;
	font-size: 17px;
	font-family: "Roboto Condensed", sans-serif;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.lista_desejos__desejo__info__autor,
.lista_desejos__desejo__info__preco {
	display: flex;
	column-gap: 5px;
	align-items: center;
}

.lista_desejos__desejo__info__autor p,
.lista_desejos__desejo__info__autor a {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #798484;
}

.lista_desejos__desejo__info__preco p:first-child,
.lista_desejos__desejo__info__sinopse p:first-child {
	font-family: "Roboto Condensed";
	font-size: 16px;
	color: #1d1d1b;
}

.lista_desejos__desejo__info__sinopse p:first-child {
	padding-bottom: 8px;
	margin: 0;
}

.lista_desejos__desejo__info__preco p:last-child {
	font-family: "Roboto Condensed";
	font-size: 21px;
	color: #043770;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.lista_desejos__desejo__info__sinopse p:last-child {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "Roboto Condensed";
	color: #1d1d1b;
}

.lista_desejos__desejo__info__btns__btn.adicionar {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #043770;
	outline: 0;
	border: 0;
	color: white;
	padding: 0 20px;
	font-family: "Roboto Condensed";
	margin-left: auto;
	margin-right: 0;
}

.lista_desejos__desejo__info__btns {
	margin-top: 20px;
}

.lista-desejos__body {
	margin-bottom: 20px;
}

.lista-desejos__body ul {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

.lista-desejos__body .vitrine__pages {
	justify-content: center;
	padding: 40px 0;
	margin-bottom: 0;
}

.section--newsletter p,
.section--newsletter h1,
.section--newsletter h2,
.section--newsletter h3 {
	margin: 0;
	padding: 0;
}

.newsletter__banner__wrapper img {
	width: 100%;
}

.newsletter__banner__wrapper {
	position: relative;
	margin-bottom: 40px;
}

.newsletter__banner__text {
	position: absolute;
	top: calc(50% - 20px);
	color: white;
	width: 100%;
	text-align: center;
}

.newsletter__banner__text h1 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.newsletter__banner__text p {
	font-weight: 400;
	font-size: 14px;
	max-width: 570px;
	margin: 0 auto;
	line-height: 2;
}

.newsletter__form {
	max-width: 550px;
	margin: 0 auto;
}

.newsletter__form__title,
.newsletter__form__subtitle {
	color: #707070;
	font-size: 16px;
}

.newsletter__form__title {
	margin-bottom: 6px !important;
}

.newsletter__form__subtitle {
	margin-bottom: 12px !important;
}

.newsletter__form__form__row {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.newsletter__form__form__row + .newsletter__form__form__row {
	margin-top: 15px;
}

.newsletter__form__form__row input,
.newsletter__form__form__row select {
	border: 1px solid #a8a8a8;
	background-color: #f7f7f7;
	border-radius: 15px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	box-sizing: border-box;
}

.newsletter__form__form__column {
	margin: 15px 0;
	display: flex;
	column-gap: 10px;
}

.newsletter__form__form__column .newsletter__form__form__row {
	margin-top: 0;
}

.newsletter__form__form__column > div {
	flex: 1;
}

.newsletter__form__form__row label {
	font-size: 14px;
	color: #3c3c3c;
}

.newsletter__form__form__checkbox {
	display: flex;
	align-items: center;
	column-gap: 15px;
}

.newsletter__form__form__checkbox label {
	font-size: 16px;
}

.newsletter__form__form__checkbox--title {
	margin-bottom: 15px !important;
	font-weight: 500;
	font-size: 16px;
	color: #043770;
}

.newsletter__form__form__checkboxWrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 100%;
}

#fiction,
#non-fiction {
	color: #043770;
}

.newsletter__form__form__checkbox_columns {
	display: flex;
}

.newsletter__form__form__checkbox_columns
	> .newsletter__form__form__checkboxWrapper {
	flex: 1;
}

.newsletter__form__form__checkbox__checkbox {
	color: #043770;
}

.newsletter__form__form__button {
	margin: 30px 0 20px 0;
	font-size: 16px;
	border: 1px solid #043770;
	background-color: transparent;
	color: #043770;
	height: 42px;
	display: flex;
	align-items: center;
	font-family: "Roboto Condensed";
	padding: 0 26px;
}

.newsletter__form__form__terms {
	margin-bottom: 20px !important;
	font-size: 14px;
	color: #3c3c3c;
}

.section--apresentacao-professor .produto {
	justify-content: center;
	column-gap: 45px;
	margin-bottom: 20px;
}

.section--apresentacao-professor {
	position: relative;
}

.section--apresentacao-professor:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 460px;
	top: -70px;
	background-color: #eaeded;
	z-index: -1;
}

.section--apresentacao-professor .section__title {
	font-family: "Roboto Condensed";
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px !important;
}

.section__atrib {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

.section__atrib__item {
	display: flex;
	column-gap: 10px;
}

.section__atrib__item span {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}

.section__atrib__item a {
	color: #000000;
	font-size: 14px;
}

.section__atrib__item p {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.section__subtitle {
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}

.section__sinopse {
	margin: 40px 0 20px;
}

.section__sinopse p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #1d1d1b;
	line-height: 1.5;
}

.section__sinopse__link {
	color: #1ba7e1;
	text-decoration: none;
	position: relative;
	margin: 10px 0;
	display: block;
	background: url(../img/arrow_down--blue.svg) no-repeat;
	background-position: right;
	max-width: fit-content;
	padding-right: 25px;
}

.section--apresentacao-professor .produto__imgsWrapper {
	max-width: 100%;
}

.section--apresentacao-professor .produto__img {
	width: 100%;
	height: 100%;
}

.section__buttons__button {
	font-family: "Roboto Condensed";
	font-size: 16px;
	text-decoration: none;
	padding: 0 23px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eaeded;
	color: #043770;
}

.section__buttons__button.important {
	background-color: #043770;
	color: #ffffff;
}

.section__buttons {
	display: flex;
	column-gap: 30px;
}

.flipflop__banner__wrapper img {
	width: 100%;
}

.flipflop__banner__wrapper {
	margin-bottom: 20px;
}

.flipflop__banner__wrapper {
	position: relative;
}

.flipflop__banner__text {
	position: absolute;
	top: calc(50% - 20px);
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.flipflop__banner__text h1 {
	color: white;
	font-family: "Roboto Condensed";
	font-size: 20px;
}

.flipflop__edicoes,
.flipflop__edicoes__boxLeft {
	display: flex;
}

.flipflop__edicoes__boxLeft {
	align-items: center;
	justify-content: center;
}

.flipflop__edicoes__yearList li.act {
	background-color: #043770;
	color: white;
}

.flipflop__bannerText {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	column-gap: 40px;
	margin-bottom: 46px;
}

.flipflop__bannerText p + p {
	margin-top: 10px;
}

.flipflop__bannerText p {
	font-size: 14px;
}

.flipflop__bannerTexto__title {
	font-family: "Roboto Condensed";
	font-size: 20px;
	margin-bottom: 10px;
	color: var(--colorPrussianBlue);
}

.flipflop__bannerTexto__link,
.flipflop__bannerMiddle__link {
	background-color: var(--colorPrussianBlue);
	color: white;
	text-decoration: none;
	height: 40px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	max-width: fit-content;
	min-width: 240px;
	justify-content: center;
}

.flipflop__bannerTexto__link.btn--comoChegar {
	column-gap: 10px;
}

.flipflop__bannerMiddle {
	position: relative;
	margin-bottom: 64px;
}

.flipflop__bannerMiddle__text {
	position: absolute;
	left: 50px;
	top: calc(50% - 50px);
	color: white;
}

.flipflop__bannerMiddle__text > p {
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-family: "Roboto Condensed";
	font-weight: bold;
	font-size: 20px;
	max-width: 250px;
	margin-bottom: 25px;
}

.flipflop__bannerMiddle__link {
	background-color: white;
	color: var(--colorPrussianBlue);
	border: 1px solid var(--colorPrussianBlue);
}

.flipflop__edicoes {
	background-color: #eaeded;
	padding: 55px 0;
	position: relative;
	display: flex;
	column-gap: 33px;
	margin-bottom: 45px;
}

.flipflop__edicoes:after,
.flipflop__edicoes:before,
.flipflop__partners:after,
.flipflop__partners:before {
	content: "";
	height: 100%;
	position: absolute;

	bottom: 0;
	width: 100%;
	background-color: #eaeded;
}

.flipflop__edicoes:after,
.flipflop__partners:after {
	left: -100%;
}

.flipflop__edicoes:before,
.flipflop__partners:before {
	right: -100%;
}

.flipflop__edicoes__boxLeft {
	display: flex;
	column-gap: 80px;
}

.fliflop__edicoes__content li p {
	font-size: 14px;
	line-height: 1.5;
}

.flipflop__edicoes__title h2 {
	font-family: "Roboto Condensed";
	font-size: 20px;
	color: var(--colorPrussianBlue);
	margin-bottom: 10px;
}

.flipflop__edicoes__yearList {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.flipflop__edicoes__yearList li {
	list-style: none;
	font-family: "Roboto Condensed";
	font-size: 20px;
	color: var(--colorPrussianBlue);
	cursor: pointer;
	padding: 0 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: bold;
}

.flipflop__edicoes__yearList li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: var(--colorPrussianBlue);
}

.flipflop__video__title h2,
.flipflop__partners__title h2 {
	text-align: center;
	font-size: 20px;
	font-family: "Roboto Condensed";
	font-weight: bold;
	color: var(--colorPrussianBlue);
}

.flipflop__video__container {
	margin: 0 auto;
	text-align: center;
}

.flipflop__video {
	margin-bottom: 50px;
}

.flipflop__partners {
	background-color: #eaeded;
	padding: 55px 0;
	position: relative;
}

.flipflop__partners__img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fliflop__partners__list {
	max-width: 980px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
}

.flipflop__partners__title h2 {
	margin-bottom: 60px;
}

.modal--comoChegar h2 {
	text-align: center;
}

.modal--comoChegar .modal__wrapper {
	max-width: 980px;
	width: 100%;
	padding: 30px 100px;
}

.modal--comoChegar h3 {
	font-size: 16px;
	font-weight: 500;
	color: #043770;
	margin-bottom: 8px;
}

.modal--comoChegar .modal__text {
	max-width: 100%;
	margin-bottom: 0;
}

.modal--comoChegar .modal__text p span {
	display: block;
}

.modal--comoChegar .modal__text p a {
	color: red;
}

blockquote {
	margin: 80px 0 60px;
	padding: 0 100px 0 50px;
	font-style: italic;
	text-align: center;
	font-size: 1.2rem;
	color: #999;
}

blockquote.tiktok-embed {
	padding: 15px 0;
}

blockquote:before {
	content: open-quote;
	vertical-align: -0.3em;
}

blockquote:after {
	content: close-quote;
	vertical-align: -0.7em;
}

blockquote:before,
blockquote:after {
	font-family: "Calibri", serif;
	color: #ccc;
	font-size: 4em;
	line-height: 0.1em;
}

.section--escolhaPorIdade {
	background: url(../img/bg_escolha_idade.jpg) no-repeat;
	background-size: cover;
}

.section--escolhaPorIdade .section__wrapper {
	padding: 30px 0;
}

.section--escolhaPorIdade ul li a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	white-space: nowrap;
	font-family: "Roboto Condensed";
}

.section--escolhaPorIdade ul {
	max-width: 600px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	column-gap: 70px;
}

.section--escolhaPorIdade .section__title {
	font-family: "Roboto Condensed";
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	text-align: center;
}

.intro-selo img {
	max-width: 196px;
	width: 100%;
	margin: 0px 67px;
}

.section__content .section__content {
	flex: 1;
}

.intro-selo {
	margin-top: 40px;
}

.intro-selo .section__img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
}

.intro-selo:before {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #eaeded;
	width: 100%;
	height: 85%;
	top: -40px;
}

.intro-selo .section__img {
	position: relative;
}

.intro-selo .section__img:before {
	content: "";
	position: absolute;
	right: -10px;
	height: 160px;
	width: 25px;
	top: calc(50% - 80px);
	background-color: var(--colorCarolinaBlue);
}

.intro-selo .section__title {
	font-family: "Roboto Condensed";
	font-size: 20px;
	text-transform: uppercase;
	color: var(--colorPrussianBlue);
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: left;
}

.intro-selo .section__wrapper {
	flex-direction: row;
	column-gap: 65px;
}

.intro-selo .section__text {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.banner-meio img {
	width: 100%;
	height: 100%;
	max-height: 500px;
	object-fit: cover;
}

.banner-meio {
	margin-bottom: 30px;
}

.banner-meio .section__wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
}

.banner-meio .banner-meio__title {
	font-family: "Roboto Condensed";
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: left;
}

.banner-meio .banner-meio__text {
	font-size: 16px;
	color: white;
	max-width: 240px;
}

.btn--laranja {
	background-color: #fb6c66;
	color: white;
	max-width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding: 0 45px;
	font-size: 16px;
	text-decoration: none;
}

.grid__title {
	font-size: 20px;
	text-transform: uppercase;
	font-family: var(--robotoCnd);
	color: var(--colorPrussianBlue);
	text-align: center;
}

.grid__gallery .grid__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 210px);
	grid-auto-columns: 1fr;
	gap: 20px;
	grid-auto-flow: row;
	grid-template-areas:
		"esquerda centro-topo centro-topo direita-topo"
		"esquerda centro-esquerda centro-direta direita-meio"
		"esquerda centro-esquerda centro-direta direita-baixo";
}

.grid__news .grid__container {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	grid-template-rows: repeat(2, 225px);
	gap: 20px;
	grid-template-areas:
		"esquerda direita-topo"
		"esquerda direita-baixo";
}

.direita-topo {
	grid-area: direita-topo;
}

.direita-baixo {
	grid-area: direita-baixo;
}

.esquerda {
	grid-area: esquerda;
}

.grid__gallery,
.grid__news {
	margin-bottom: 60px;
}

.lp .video_pnld_title {
	margin-bottom: 40px;
}

.video_pnld.lp {
	position: relative;
}

.lp .video_bg {
	height: 350px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.lp__intro-text {
	line-height: 1.5;
}

.centro-topo {
	grid-area: centro-topo;
}

.centro-esquerda {
	grid-area: centro-esquerda;
}

.centro-direta {
	grid-area: centro-direta;
}

.esquerda {
	grid-area: esquerda;
}

.direita-topo {
	grid-area: direita-topo;
}

.direita-meio {
	grid-area: direita-meio;
}

.direita-baixo {
	grid-area: direita-baixo;
}

.grid__gallery .grid__container img,
.grid__news .grid__container img {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.lp__intro {
	margin-bottom: 60px;
	position: relative;
}

.lp__intro-bg {
	height: 300px;
	position: absolute;
	width: 100%;
	top: 30px;
	left: 0;
	z-index: -1;
}

.lp__intro .section__wrapper {
	flex-direction: row;
	column-gap: 30px;
}

.lp__intro-image {
	position: relative;
}

.lp__intro-image img {
	max-width: 290px;
}

.lp__intro-title {
	margin-top: 80px;
	font-size: 20px;
	font-family: var(--robotoCnd);
	color: var(--colorPrussianBlue);
}

.lp__intro-autor a {
	font-size: 15px;
	color: #000000;
}

.lp__intro-autor:hover a {
	color: #b93e80;
}

.slider--lp__intro .slide__card {
	display: flex;
	width: 100%;
	column-gap: 30px;
}

.slider--lp__intro .slider__cards {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 0;
}

.lp__logo img {
	max-width: 250px;
	width: 100%;
}

.lp__footer .section__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.lp__footer {
	border-top: 1px solid #eaeded;
	border-bottom: 1px solid #eaeded;
	padding: 30px 0;
}

.section--slider-individual-banner {
	margin-bottom: 20px;
}

.slider-individual-banner-card {
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 60px;
}

.slider-individual-banner .slider__arrows {
	height: auto;
	max-width: 125px;
	right: 30px;
	bottom: 30px;
	left: initial;
	align-items: end;
}

.slider-individual-banner .slider__cards {
	width: 100%;
	padding-left: 0;
}

.slider-individual-banner .flickity-viewport {
	background-color: #eaeded;
	padding: 40px 0;
}

.slider-individual-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #eaeded;
	top: 0;
	left: -100%;
	z-index: -1;
}

.slider-individual-banner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #eaeded;
	bottom: 0;
	right: -100%;
	z-index: -1;
}

.slider-individual-icones-flutuantes__item {
	background-color: #043770;
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-individual-icones-flutuantes__item.act svg path {
	fill: var(--colorCarolinaBlue);
}

.slider-individual-icones-flutuantes {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
	position: absolute;
	left: 0;
	top: 10px;
}

.slider-individual-banner-card__imgContainer {
	position: relative;
}

.slider-invididual-banner-card__description span,
.slider-invididual-banner-card__description p {
	display: flex;
	column-gap: 10px;
	padding: 0;
	margin: 0;
}

.slider-invididual-banner-card__description__title {
	margin: 0;
	padding: 0;
	font-family: var(--robotoCnd);
	font-size: 20px;
	font-weight: bold;
	color: var(--colorPrussianBlue);
	text-transform: uppercase;
	max-width: 370px;
	margin-bottom: 20px !important;
}

.slider-invididual-banner-card__description span {
	margin-bottom: 15px;
}

.slider--adocoes .slider--home .slide__card {
	margin-right: 3px;
	width: 190px;
}

.slider--adocoes .slider__cards {
	width: 100%;
	padding-left: 0;
	max-width: 1150px;
	margin: 0 auto;
}

.slider--adocoes .section__ver-todos a {
	display: flex;
	background-color: var(--colorPrussianBlue);
	color: white;
	text-transform: uppercase;
	max-width: fit-content;
	padding: 0 60px;
	margin: 0 auto;
	height: 35px;
}

.slider--adocoes .section__ver-todos {
	display: flex;
}

.slider--adocoes .section__row {
	justify-content: center;
}

.slider--adocoes .section__row h2 {
	margin-bottom: 10px;
}

.slider--adocoes .section__row ul {
	display: flex;
	column-gap: 20px;
}

.slider--adocoes .section__row a {
	margin-right: 0;
	font-size: 16px;
	padding: 0 10px;
	width: fit-content;
}

.slider--adocoes-list {
	margin-bottom: 40px;
}

.slider--adocoes-list-item.act {
	border-bottom: 1px solid var(--colorPrussianBlue);
}

.slider--adocoes .vitrine__menu {
	padding: 20px;
	width: 100%;
	margin-bottom: 35px;
}

.slider--adocoes .vitrine__menu-right {
	width: initial;
}

.slider--bannerLP .slider__cards {
	width: 100%;
	padding-left: 0;
}

.slider--bannerLP {
	max-width: 100%;
}

.section--sliderBannerLP {
	margin-bottom: 80px;
}

.section--sliderBannerLP .section__wrapper {
	max-width: 100%;
}

.slider--bannerLP .slide__card,
.slider--bannerLP .slide__card img {
	width: 100%;
}

.slider--bannerLP .flickity-page-dots {
	bottom: 20px;
}

.slider--bannerLP .slider__arrows {
	width: calc(100% - 60px);
	height: auto;
	margin: 0 30px;
}

.slider--bannerLP .slider__cards .flickity-page-dots .dot {
	background-color: white;
}

.slider--bannerLP .text-over.logo {
	background-color: transparent;
	align-items: baseline;
}

.slider--bannerLP .text-over img {
	max-width: 240px;
}

.section--tema .section__row {
	justify-content: center;
}

.verTodosBtn .section__ver-todos a {
	display: flex;
}

.blog-voltar {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 999;
	background-color: var(--colorCarolinaBlue);
	padding: 10px;
	border-radius: 3px;
}

.blog-voltar a {
	color: white;
	text-decoration: none;
	cursor: pointer;
	font-family: "Roboto Condensed";
	font-size: 18px;
	text-transform: uppercase;
}

.blog-voltar:hover a {
	color: var(--colorPrussianBlue);
}

.vitrine_personalizada_header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.vitrine_personalizada_header--title {
	font-size: 20px;
	font-family: var(--robotoCnd);
	color: var(--colorPrussianBlue);
}

.vitrine_personalizada_header--content a {
	display: flex;
	column-gap: 10px;
	font-weight: bold;
	text-decoration: none;
	color: var(--colorBlack);
	font-size: 14px;
}

.vitrine_personalizada_header--content b {
	margin-left: 5px;
}

.vitrine_personalizada_header--content span {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.vitrine_personalizada_header--content p {
	margin: 5px 0;
	font-size: 14px;
	display: flex;
	justify-content: center;
}

@media only screen and (min-width: 1200px) {
	.modal--erro .modal__wrapper {
		width: 380px;
	}

	.modal__wrapper {
		width: 500px;
	}

	.navbar__row--three {
		display: none;
	}

	.footer {
		width: 100%;
	}

	.footer__wrapper {
		width: 100%;
		padding: 0;
	}

	.footer__logo {
		margin-bottom: 0;
	}

	.footer__row {
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 0;
		margin-top: 20px;
		margin-bottom: 0;
	}

	.footer__row p {
		width: 33%;
		max-width: 360px;
		margin: 0;
		font-family: var(--robotoCnd);
		font-size: 16px;
		text-transform: uppercase;
	}

	.footer__row .footer__row-searchbar {
		display: flex;
		flex-flow: row nowrap;
		position: relative;
		width: 36%;
		height: 30px;
	}

	.footer__row .footer__row-searchbar input {
		width: 100%;
		outline: none;
	}

	.footer__row .footer__row-searchbar button {
		cursor: pointer;
		width: 30px;
		border: none;
		background-color: var(--colorPrussianBlue);
		outline: none;
	}

	.footer__row-social {
		display: flex;
	}

	.footer__social {
		width: 190px;
	}

	.footer__social p {
		width: 100%;
		margin: 0;
		color: #000;
	}

	.social__icons {
		display: flex;
		flex-flow: row nowrap;
		width: 100%;
		margin-top: 10px;
	}

	.social__icons a {
		cursor: pointer;
		width: 21px;
		height: 21px;
	}

	.social__icons a:not(:last-child) {
		margin-right: 12px;
	}

	.footer__col {
		width: calc(25% - 25px);
	}

	.footer__col:not(:last-child) {
		margin-right: 25px;
	}

	.footer__col-titulo {
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		justify-content: flex-start;
		height: 30px;
		border: none;
	}

	.footer__col-titulo p {
		color: var(--colorBlack);
	}

	.footer__col-titulo img {
		display: none;
	}

	.footer__col-content {
		opacity: 1;
		height: auto;
	}

	.footer__col-links {
		display: block;
		padding: 0;
		list-style-type: none;
	}

	.footer__col-links a {
		font-size: 14px;
		line-height: 20px;
		text-decoration: none;
		color: var(--colorSonicSilver);
	}

	.footer__col--pagamento {
		width: 240px;
		order: 0;
	}

	.footer__col--pagamento .footer__col-titulo {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.footer__col--pagamento .footer__col-titulo img {
		display: flex;
		align-items: center;
		width: 20px;
	}

	.footer__col--pagamento .footer__col-titulo p {
		width: calc(100% - 30px);
		margin-left: 10px;
	}

	.footer__col--endereco {
		width: 440px;
		order: 4;
	}

	.footer__col--endereco .footer__col-content {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.footer__col--endereco .footer__col-titulo {
		display: none;
	}

	.footer__col-icons {
		display: block;
		position: relative;
	}

	.footer__col--social-mobile {
		display: none;
	}

	.bandeiras {
		display: flex;
		flex-flow: row wrap;
		margin-top: 15px;
	}

	.bandeiras img {
		width: 38px;
		margin-right: 10px;
		margin-top: 10px;
	}

	.reclame {
		width: 130px;
		margin: 0;
		margin-top: 15px;
	}

	.footer__row .endereco {
		margin-top: 45px;
	}

	.footer__row .endereco p {
		width: 100%;
		max-width: 190px;
		font-size: 14px;
		line-height: 20px;
		color: var(--colorSonicSilver);
	}

	.footer__copy {
		width: 100%;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: 2px solid var(--colorCultured);
	}

	.footer__copy p,
	.footer__copy a {
		font-size: 14px;
		text-decoration: none;
		color: var(--colorSonicSilver);
	}
}

@media only screen and (max-width: 1200px) {
	.navbar__row--three .navbar__left input {
		height: 40px;
		font-size: 16px;
	}

	.navbar__row--three .navbar__left button {
		height: 40px;
		right: 60px;
	}

	.navbar__row--three .navbar__left button img {
		width: 20px;
		height: 20px;
	}

	.header--simples .navbar__row.navbar__row--three,
	.header--simples .navbar__mobile,
	.header--simples .navbar__btn-menu {
		display: none !important;
	}

	.header--simples .navbar__row--two .navbar__right .navbar__menu {
		display: block !important;
	}

	.header--simples .navbar__row--two .navbar__right {
		border-top: 1px solid var(--colorLightGray);
		padding-top: 15px;
	}

	.header--simples .navbar__row--two .navbar__left {
		justify-content: center;
	}

	.header--simples .navbar__menu-itens {
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 5px;
	}

	.header--simples .navbar__menu-itens li:nth-child(2),
	.header--simples .navbar__menu-itens li:nth-child(4) {
		justify-content: end !important;
		margin-right: 0;
	}

	.nossas-redes img {
		max-width: 100%;
	}

	.section--generos-favoritos .generos-favoritos__escolha a {
		display: block;
	}

	.section--flipop-home .section__wrapper,
	.section--generos-favoritos .section__wrapper {
		flex-direction: column;
	}

	.flipop-content-container .flipop-content-wrapper {
		padding: 20px;
		margin-bottom: 20px;
	}

	.breadcrumb {
		padding: 0 20px;
	}

	.navbar__row--two .navbar__right .navbar__menu {
		display: none;
	}

	.navbar__btn-menu,
	.navbar__mobile {
		display: block;
	}

	.navbar__row--two .navbar__left {
		display: flex;
	}

	.navbar__row--two .navbar__left {
		margin-bottom: 0;
	}

	.program-info .section__wrapper,
	.servicos-oferecidos .section__wrapper,
	.livro-favorito .section__wrapper {
		grid-template-columns: none;
	}

	.program-info__right,
	.banner-sdp__text {
		padding: 30px;
	}

	.program-info__link,
	.banner-sdp__link,
	.entenda_pnld__link {
		width: 100%;
		max-width: -webkit-fill-available;
	}

	.banner-sdp__content {
		position: initial;
	}

	.livro-favorito__images,
	.livro-favorito__info {
		width: inherit;
	}

	.livro-favorito__input {
		width: 150px;
	}

	.entenda_pnld .section__wrapper {
		display: flex;
		flex-direction: column-reverse;
		row-gap: 20px;
	}

	.anteriores_pndl__lista {
		overflow: auto;
		column-gap: 20px;
	}

	.bloco_texto:after {
		display: none;
	}

	.lista-desejos__header {
		flex-direction: column;
		row-gap: 10px;
	}

	.lista-desejos__pesquisa__form {
		max-width: 100%;
	}

	.lista_desejos__desejo {
		flex-direction: column;
		row-gap: 20px;
	}

	.newsletter__banner__text {
		position: initial;
		top: initial;
		color: #043770;
	}

	.newsletter__banner__wrapper img {
		margin-bottom: 10px;
	}

	.section__buttons {
		flex-direction: column;
		row-gap: 10px;
	}

	.flipflop__bannerText {
		flex-direction: column;
		row-gap: 20px;
	}

	.flipflop__bannerText.direita .flipflop__bannerText__img {
		order: -1;
	}

	.flipflop__bannerMiddle__img img {
		width: 100%;
	}

	.flipflop__bannerMiddle__text {
		position: initial;
		color: #000;
	}

	.flipflop__bannerMiddle__text > p {
		color: #000;
	}

	.flipflop__bannerMiddle {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}

	.flipflop__bannerMiddle__link {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		box-sizing: border-box;
	}

	.flipflop__video__container iframe {
		aspect-ratio: 16/9;
		width: 100%;
	}

	.flipflop__edicoes {
		flex-direction: column;
	}

	.fliflop__partners__list {
		max-width: 80vw;
		overflow: auto;
		column-gap: 20px;
		padding-bottom: 20px;
	}

	.flipflop__edicoes__boxLeft {
		margin-bottom: 20px;
	}

	.intro-selo .section__wrapper {
		flex-direction: column;
	}

	.intro-selo:before {
		height: 100%;
		top: 0;
		padding-top: 40px;
		margin-top: -20px;
	}

	.intro-selo .section__title {
		text-align: center;
		margin: 20px 0;
	}

	.intro-selo {
		margin-bottom: 20px;
	}

	.btn--laranja {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.grid__gallery .grid__container {
		grid-template-rows: repeat(3, 90px);
		gap: 10px;
	}

	.grid__news .grid__container {
		grid-template-rows: repeat(2, 90px);
		gap: 10px;
	}

	.lp__intro .section__wrapper {
		flex-direction: column;
	}

	.lp__header-bg {
		min-height: 250px;
	}

	.lp__header-logo {
		width: 100%;
	}

	.lp__header-logo-container {
		padding: 0 20px;
	}

	.lp__intro-image img {
		max-width: 100%;
		width: 100%;
	}

	.lp__footer .section__wrapper {
		flex-direction: column;
	}

	.lp .video_bg {
		background-color: transparent !important;
	}

	.slider-individual-banner-card {
		flex-direction: column;
		row-gap: 20px;
	}

	.slider-individual-banner .slider__arrows {
		bottom: initial;
		max-width: 100%;
		left: 0;
	}

	.slider--lp__intro .slide__card {
		flex-direction: column;
	}
}

@media only screen and (max-width: 768px) {
	.juvenis .detalhe__vejatambem__item {
		width: 100%;
		margin: 0 80px;
	}
	.section--juvenis-evento.juvenis .slider__cards {
		padding: 0;
	}
	.generos-favoritos-result {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.generos-favoritos-result img {
		margin: 0 auto;
	}
	.section.section--sliderBanner {
		display: none;
	}

	.section.section--sliderBanner--selo {
		/* display: block; */
	}

	.section--sliderBanner--selo .slider__cards img {
		min-height: 230px;
		object-fit: cover;
	}

	.section--sliderBanner--selo .text-over {
		width: 100%;
		left: 0;
		padding: 10px;
	}

	.section.section--sliderBanner--selo .text-over__btnComprar {
		font-size: 20px;
	}

	.section.section--sliderBanner--selo .slider--banner .slider__arrow--right {
		right: 0;
	}

	.section.section--sliderBanner--selo .slider--banner .slider__arrow--left {
		left: 0;
	}

	.section.section--sliderBanner-mob {
		display: block;
	}

	.section.section--sliderBanner-mob .slide__card img {
		display: block;
		max-height: 100%;
		margin: 0 auto;
		max-width: 100%;
	}

	.carrinho-modal {
		right: 0;
		left: 0;
	}

	.card-modal-quantidade {
		width: 100%;
		justify-content: space-around;
	}

	.carrinho-modal-item {
		align-items: center;
	}

	.carrinho-modal-valorWrapper {
		flex-direction: column;
	}

	.navbar__logo a {
		margin: 0;
	}

	.slider--destaque-colorido .slide__card,
	.slider--destaque-colorido .slider__cards {
		height: auto;
	}
}

.galeria__popup {
	display: none;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.galeria__popup__background {
	background-color: rgba(0, 0, 0, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.galeria__popup__content {
	width: 95%;
	max-height: 90%;
	max-height: 850px;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	position: absolute;
	max-width: 1000px;
	transition: all 400ms ease;
	overflow: auto;
}

.galeria__popup__close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	z-index: 2;
	cursor: pointer;
}

.galeria__popup__close svg {
	width: 2rem;
	height: 2rem;
	fill: #fff;
}

/* FOOTER- FIM */
