body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	font-family: Verdana, 'Trebuchet MS', Georgia;
	font-size: 16px;
	color: #fafafa;
	line-height: 26px;
	overflow-x: hidden;
	background-color: #000;
}

.container {
	position: relative;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.splide {
	position: absolute;
	z-index: 1;
	position: fixed;
}

.splide__slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fundo1 {
	background-image: url('https://apenasdias.net/img/index-arvore.jpg');
}

.fundo2 {
	background-image: url('https://apenasdias.net/img/index-montanhas.jpg');
}

.fundo3 {
	background-image: url('https://apenasdias.net/img/index-pulmoes.jpg')
}

.titulo-menu {
	position: absolute;
	z-index: 2;
	width: 100vw;
	height: fit-content;
	max-height: 95vh;
	background-color: #000;
	opacity: .9;
	padding: 20px 0;
	text-align: center;
}

.titulo-menu .titulo-img {
	width: 280px;
	padding-bottom: 10px;
}

.titulo-menu nav {
	font-size: 1.1em;
}

.dentro-sobre-cont {
	display: flex;
	flex-direction: row;
	align-items: top;
	justify-content: center;
	column-gap: 40px;
	width: 600px;
	margin: 0 auto;
	padding: 30px 0;
}

.dentro-sobre-cont-m, .lojas-cont-conteudo-m {
	display: none;
}

.sobre {
	width: 450px;
	text-align: justify;	
}

.contato {
	width: 150px;
	text-align: left;
}

.lojas-cont-conteudo {
	display: flex;
	flex-direction: row;
	gap: 20px;
	padding: 30px 0;
	text-align: center;	
	margin: 0 auto;
	width: 800px;
}

.lojas1,
.lojas2,
.lojas3 {
	width: 250px;
	position: relative;
	z-index: 4;
}

.lojas1-1,
.lojas2-1,
.lojas3-1 {
	text-align: center;
	margin-bottom: 20px;
}

.lojas1-1 img,
.lojas2-1 img,
.lojas3-1 img {
	width: 100% !important;
	min-width: 150px;
	height: auto !important;
}

.abrir {
    width: 100%;
    display: none;
    height: fit-content;
    overflow: hidden;
	background: #000;
}

/* arte individual */

.arte-container,
.artes-container {
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-direction: row;
	position: relative;
}

.arte-esq {
	width: 50vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #eaeaea;
	position: fixed;
	left: 0;
	z-index: 1;
	order: 1;
}

.ad-dentro-menu-mob {
	display: none;
}
	
.arte-esq-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.arte-esq-img img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.arte-dir {
	position: absolute;
	right: 0;
	z-index: 1;
	width: 50vw;
	height: 100vh;	
	display: flex;
	flex-direction: column;
	align-items: center;
	order: 2;
	background-color: #000;
}

.arte-info {
	margin-top: 0;
	text-align: center;
}

.arte-antes-depois-ad-cred,
.artes-ad-cred-bottom {
	position: absolute;
	bottom: 0;
	margin-left: 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.arte-antes-depois-ad-cred p {
	text-align: center;
}
.ad-dentro-menu {
	padding: 20px 0;
	text-align: center;
	background: #151515;
}

.ad-dentro-menu img {
	width: 250px;
}

.cred p {
	font-size: 0.8em;
	color: #4d4d4d;
	text-align: center;
}

.separador-antes-depois-cred {
	margin: 0 auto;
	border-top: 1px solid #151515;
	width: 230px;
	height: 1px;	
}

/* artes */

.artes-esq {
	width: 50vw;
	height: 100vh;
	background-color: #000;
	position: absolute;
	left: 0;
	z-index: 2;
}

.artes-ad-cred-bottom {
	width: 50%;
	position: fixed;
	left: 25%;
}

.artes-grid-pg-container {
	position: absolute;
	right: 0;
	z-index: 1;
	width: 50vw;
	height: max-content;
	min-height: 100vh;
	background-color: #eaeaea;	
}

.masonry-grid {
	width: calc(100% - 30px);
	padding: 15px;	
}

.masonry-grid-item {
	width: calc(100% - 20px);
	padding: 10px;
}

.masonry-grid-item img {
	width: 100%;
}

/* artes */

/* sliding div sobre/lojas */

.sliding-div-sobre,
.sliding-div-lojas {
	position: absolute;
	z-index: 5;
	padding: 0;
	width: 50vw;
	background: #000;
	right: 0;
}

.sliding-div-sobre img,
.sliding-div-lojas img {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.show-hide-sobre,
.show-hide-lojas {
    display: none;
}

.sliding-div-close-sobre,
.sliding-div-close-lojas {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 0;
}

.sliding-div-close-e-sobre,
.sliding-div-close-e-lojas {
	padding: 20px;
	width: 50px;
	z-index: 5;
}

.sliding-div-close-d-sobre,
.sliding-div-close-d-lojas {
	width: 90%;
}
	
.alinha-menu-sobre,
.alinha-menu-lojas {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: #000;
}

/* sliding div sobre/lojas */

/* arte individual */

.arte-fonte-data {
	font-size: 70%;
	line-height: 1.8em;
}

a.index {
	display: block;
	height: 100vh;
	width: 100vw;	
}

a, a:visited {
	color: #fafafa;
	text-decoration-style: dotted;
}

a:hover, a:active, a:focus {
	color: #007ee7;
	text-decoration-style: dotted;
}

a.amenu, a.amenu:visited {
	cursor: pointer;
	color: #fafafa;
	text-decoration: none;
}

a.amenu:hover,
a.amenu:active,
a.amenu:focus {
	cursor: pointer;
	color: #007ee7;
	text-decoration: none;
}

a.creditos, a.creditos:visited {
	color: #4d4d4d;
	text-decoration-style: none;
}

a.creditos:hover,
a.creditos:active,
a.creditos:focus {
	color: #007ee7;
	text-decoration-style: none;
}

a.titulos_artes, a.titulos_artes:visited {
	color: #4d4d4d;
	text-decoration: none;
}

a.titulos_artes:hover,
a.titulos_artes:active,
a.titulos_artes:focus {
	color: #007ee7;
	text-decoration: none;
}

a.pagi,
a.pagi:visited {
	color: #656565;
	text-decoration: none;
}

a.pagi:hover,
a.pagi:active,
a.pagi:focus {
	color: #000;
	text-decoration: none;
}

li.disabled {
	display: none;
}

a:outline {
	text-decoration: none;
}

.dentro-data {
	font-size: 70%;
	color: black;
	line-height: 2.3em;
}

.titulo-grid-pg {
	color: #000;
}

/* paginacao artes */

ul.pagin {
	list-style: none;
	text-align: center;
	padding-left: 0;
}

ul.pagin li {
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
	color: #656565;
	display: inline-block;
	margin: 5px 0;
}

ul.pagin li.atual {
	background: #ccc;
	color: #000;
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
}
/* paginacao artes */

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}

#loading-image {
	top: 0;
	left: 0;
	z-index: 100;
}