/*////////////////////////

- bootstrap's vars
- fonts
- reset
- page-loader
- main
- project
- gallery

////////////////////////*/


/*@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.fab, .fa-brands {
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
    vertical-align: middle;
}
/* end fonts */

/* IMPORTANT with bootstrap */
@media (prefers-reduced-motion: no-preference) {
  :root {
	scroll-behavior: initial;
  }
}

/* bootstrap's vars light */
[data-bs-theme="light"] {
	--bs-body-bg: #e1e1e1;
	--kbz-btn-close: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230F0'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
/* bootstrap's vars dark */
[data-bs-theme="dark"] {
	--bs-body-bg: #333;
	--kbz-btn-close: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F90'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
/* end bootstrap's vars */



/* reset */
*,
*::after,
*::before {
	box-sizing: border-box;
}
:root {
	font-size: 18px;
	--color-text: #666;
	--color-bg: #fff;
	--color-link: #000;
	--color-link-hover: red;
	--color-label: #adadad;
	--color-text-alt: #575757;
	--color-caption: #fff;
}
body {
	margin: 0;
	color: var(--color-text);
	background-color: var(--color-bg);
	background-color: transparent;
	font-family: "Open Sans", sans-serif!important;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body #cdawrap {
	justify-self: start;
}
h1 {
	padding: 0;
	margin: 0;
}
h2 {
	color: #000;
	font-size: 1.2rem;
	font-weight: 700;
}
ul {
	display: block;
	list-style-type: none;
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	cursor: pointer;
}
a:hover {
	color: var(--color-link-hover);
	color: #000;
	outline: none;
}
a.btn.btn-light,
a.btn.btn-dark {
	padding: .25rem .60rem;
	text-transform: uppercase;
	color: #000;
	border-color: #000;
	background-color: transparent;
	width: fit-content;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
a.btn.btn-light {
	color: #fff;
	border-color: #fff;

	/*color: #000;*/
	/*border-color: #000;*/
	/*background-color: rgba(255,255,255,.5);*/
}
a.btn.btn-light:focus,
a.btn.btn-light:hover,
a.btn.btn-dark:focus,
a.btn.btn-dark:hover {
	color: #fff;
	border-color: #666;
	background-color: #000;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
/* better focus styles from https://developer.mozilla.org/en-us/docs/web/css/:focus-visible */
a:focus {
	/* Provide a fallback style for browsers
	 that don't support :focus-visible */
	outline: none;
	background: lightgrey;
}
a:focus:not(:focus-visible) {
	/* remove the focus indicator on mouse-focus for browsers
	 that do support :focus-visible */
	background: transparent;
}
a:focus-visible {
	/* draw a very noticeable focus style for
	 keyboard-focus on browsers that do support
	 :focus-visible */
	outline: 2px solid red;
	background: transparent;
}
.no-padding {
	padding: 0!important;
}
/* animated */
.animated-delay-333 {
	-webkit-animation-delay: .333s;
	animation-delay: .333s;
}
.animated-delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.animated-delay-666 {
	-webkit-animation-delay: .666s;
	animation-delay: .666s;
}
.animated-delay-999 {
	-webkit-animation-delay: .999s;
	animation-delay: .999s;
}
.animated-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animated-delay-1332 {
	-webkit-animation-delay: 1.332s;
	animation-delay: 1.332s;
}
/* end animated */
.kbz-anim {
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.pin-spacer {
	margin-bottom: 0!important;
}
.juandi-photos .pin-spacer {
	/*margin-top: 0!important;*/
}
.navbar-toggler {
	margin: 0 auto;
	padding: 4px;
	border: none;
	/*background-color: #fff;*/
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.offcanvas {
	text-align: center;
	background: url(../images/backgrounds/background-texture.jpg) no-repeat center center;
}
.offcanvas-header {
    margin: 0 auto;
}
@media(max-width: 500px) {
	.navbar-toggler,
	.offcanvas-header {
		margin-right: 10px;
	}
}
.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: 100%;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
	border: 2px solid #0F0;
}
.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
	/*border: 2px solid #0F0;*/
}
.nav-item {
	padding: 0;
}
.nav-link {
	color: #000;
    font-family: "Source Code Pro", monospace;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    font-size: 1.8em;
    /*border: 1px solid red;*/
	/*border-bottom: 4px dotted transparent;*/
	/*background-color: rgba(255,255,255,0);*/
	/*transform: scale(1);*/

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.nav-item-img {
    mix-blend-mode: darken;
    height: 75px;
    width: auto;
	transform: scale(1);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.nav-link:hover .nav-item-img,
.nav-link:focus .nav-item-img {
	transform: scale(1.05);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.nav-item-img.pqtlqc {
    height: 120px;
    width: auto;
}
@media(max-width: 768px) {
	.nav-item-img {
	    height: 45px;
	    width: auto;
	}
	.nav-item-img.pqtlqc {
	    height: 72px;
	    width: auto;
	}
}
/* end reset */



/* page-loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}
.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}
.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}
@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}
/* end page-loader */





/* main */
main {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.unbutton {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	cursor: pointer;
}
.unbutton:focus {
	outline: none;
}
/* end main */
html {
	background: url(../images/backgrounds/background-texture.jpg) no-repeat center center;
	background-attachment: fixed;
}
section.texture {
	/*background: url(../images/backgrounds/background-texture.jpg) no-repeat center center / cover;*/
	/*padding: 90px 0;*/
	min-height: 100svh;
}
@media(max-width: 500px) {
	section.texture {
		padding: 15px;
		min-height: 100svh;
	}
}
/*
#kbz .pin-spacer {
	background: url(../images/backgrounds/background-texture.jpg) no-repeat center center / cover;
}
*/
section.fe {
	min-height: auto;
	padding-top: 120px;
	padding-bottom: 0;
}

/* intro */
section.intro {
	min-height: 100svh;
}
.texture-wrapper {
	max-width: 992px;
}
.brand-wrapper {
	margin-bottom: 0;
}
@media(max-width: 991px) {
	.brand-wrapper {
		/*margin: 60px 0;*/
	}
}
@media(max-width: 500px) {
	.brand-wrapper {
		/*margin: 30px 0;*/
		/*margin-top: 0;*/
	}
}
.brand-img {
	height: 230px;
	width: auto;
	mix-blend-mode: darken;
}
@media(max-width: 768px) {
	.brand-img {
		width: 75%;
		height: auto;
	}
	.brand-img-nunez {
		width: calc(75% - 22%);
		height: auto;
		margin-top: -75px;
		margin-bottom: 0;
	}
}
@media(max-width: 400px) {
	.brand-img-nunez {
		width: calc(75% - 22%);
		height: auto;
		margin-top: -45px;
		margin-bottom: 0;
	}
}

/* intro-img-wrapper */
.intro-img-wrapper {

}
.relative-wrap {
    position: relative;
}
.overflow-wrap {
	overflow: hidden;
	border-radius: 15px 0 0 15px;
	margin-bottom: 0;
	/*border: 1px dotted #666;*/
}
@media(max-width: 991px) {
	.overflow-wrap {
		overflow: hidden;
		border-radius: 15px 15px 0 0;
		margin-bottom: 15px;
		/*border: 1px dotted #666;*/
	}

}
.respect-overflow {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.respect-overflow:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.respect-overflow img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.respect-overflow .intro-img {
    opacity: 0;
	animation: 1.5s fadeInUp;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
}
.fuck-overflow {
	position: absolute;
	top: calc(50% - 60px);
	left: -55px;
	/*background: red;*/
}
.fuck-overflow img.intro-img-crosses {
	height: 120px;
	width: auto;
	mix-blend-mode: darken;
}
/* end intro-img-wrapper */
.intro-text {
	color: #000;
}
.intro-text p {
	text-align: justify;
	line-height: 1.2;
}
.intro-text p.first-p {
	font-size: 20px;
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
}
.template-txt p {
	font-family: "Source Code Pro", monospace;
}

@media(max-width: 500px) {
	.intro-text p {
		text-align: left;
		font-size: 15px;
		line-height: 1.1;
	}
	.intro-text p.first-p {
		font-size: 16px;
	}
}
/* end intro */





/* discography */
.gallery-wrap-caption-wrapper .nav-item-img {
	mix-blend-mode: darken;
}
section.gallery-albums {

}
.nav-albums-wrapper {
	padding-left: 0;
}
ul.nav-albums {
	/*margin-bottom: 15px;*/
}
ul.nav-albums li {
	padding-right: 6px;
	display: table-cell;
}
ul.nav-albums li:last-child {
	padding-right: 15px;
}
ul.nav-albums li a {
	/*border: 1px solid transparent;*/
	display: block;
}
ul.nav-albums li a:hover,
ul.nav-albums li a:focus {
	/*border: 1px solid #000;*/
}
ul.nav-albums li a img {
	width: 100%;
	height: auto;
	max-height: 50px;
	filter: grayscale(1);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
ul.nav-albums li a:hover img,
ul.nav-albums li a:focus img {
	filter: grayscale(0);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
body.fe ul.nav-albums li.fe a {
	/*border: 1px solid #000;*/
}
body.fe ul.nav-albums li.fe a img {
	filter: grayscale(0);
}
body.ptlqc ul.nav-albums li.ptlqc a img {
	filter: grayscale(0);
}
body.palabra-clasica ul.nav-albums li.palabra-clasica a img {
	filter: grayscale(0);
}
body.mesopotamia ul.nav-albums li.mesopotamia a img {
	filter: grayscale(0);
}
body.discography .back-home-wrapper {
	height: 50px!important;
}
@media(max-width: 500px) {
	ul.nav-albums li {
		padding-right: 0;
	}
	ul.nav-albums li:last-child {
		padding-right: 0;
	}
	ul.nav-albums li a img {
		max-height: 42px;
	}
	body.discography .back-home-wrapper {
		height: 44px!important;
	}
}

.album {
	margin-bottom: 160px;
}
.album-bots {
	padding-top: 15px;
}
.album-bots a {
	/*border: 1px dotted #666!important;*/
	/*background-color: rgba(255,255,255,.25)!important;*/
	margin-bottom: 3px;
}
.album-bots a:hover,
.album-bots a:focus {
	background-color: rgba(0,0,0,1)!important;
}
.album-bots a:first-child {
	width: 100%;
}
body.discography .album-bots {
	padding-top: 4px;
}
body.discography .album-bots a:first-child {
	width: auto;
}
.album-bots a:last-child {
	margin-right: 3px;
}
@media(max-width: 500px) {
	.album-bots {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.album-bots a {
		font-size: 14px;
	}
	a.btn.btn-light,
	a.btn.btn-dark {
		padding: 0.25rem 0.3rem;
	}
}

section.gallery-albums h3 {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0;
}
section.gallery-albums p {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 15px!important;
}
.ul-albums {
	font-family: "Source Code Pro", monospace;
}
@media(max-width: 500px) {
	section.gallery-albums {
		text-align: center;
	}
	section.gallery-albums ul.ul-albums {
		opacity: 0;
		margin: 60px 0;
	}
}
@media(max-width: 320px) {
	section.gallery-albums {
		text-align: center;
	}
	section.gallery-albums ul.ul-albums {
		opacity: 0;
		margin: 15px 0;
	}
}
/* end discography */




.project {
	padding: 1rem;
	/*max-width: 1000px;*/
	/*margin: 10vh auto;*/
	min-height: 100svh;
	display: grid;
	grid-column-gap: 7vw;
	grid-row-gap: 0.5rem;
}
.project--intro {
	grid-template-columns: 1fr;
	grid-template-areas: 'label-name'
						 'name'
						 'label-date'
						 'date'
						 'title'
						 'label-mission'
						 'mission';
}
.project--details {
	grid-template-areas: 'label-default' 'paragraph';
	grid-template-columns: 1fr;
}
.project--left {
	justify-content: start;
}
.project--right {
	justify-content: end;
}
.project--details p {
	grid-area: paragraph;
	max-width: 400px;
}
.project__label--default {
	grid-area: label-default;
}
.project p {
	line-height: 1.4;
	margin: 0;
	color: var(--color-text-alt);
}
.project__label {
	color: var(--color-label);
}
.project__label--name {
	grid-area: label-name;
}
.project__label--date {
	grid-area: label-date;
}
.project__label--mission {
	grid-area: label-mission;
}
.project__name {
	grid-area: name;
}
.project__date {
	grid-area: date;
}
.project__mission {
	grid-area: mission;
	line-height: 1.4;
}
.project__mission p:first-child {
	grid-area: p1;
}
.project__mission p:child {
	grid-area: p2;
}
.project__mission p {
	color: var(--color-text-alt);
}
.project__title {
	grid-area: title;
	font-size: clamp(2rem, 13vw, 8rem);
	font-weight: 400;
	margin: 10vh 0;
	line-height: 1;
}
.project__paragraph-line {
	display: block;
	grid-area: title;
	/*font-size: clamp(2rem, 13vw, 8rem);*/
	font-size: 18px;
	font-weight: 400;
	margin: 1vh 0;
	line-height: 1.4;
	color: var(--color-text-alt);
}
.project__heading {
	color: var(--color-label);
	font-weight: inherit;
	font-size: inherit;
	margin: 0;
}
/* end project */



/* gallery */
.gallery-wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40vh auto;
	overflow: hidden;
}
.gallery-wrap--auto {
	height: auto;
}
.gallery-wrap--large {
	height: 110vh;
}
.gallery-wrap--dense {
	margin: 0;
}
.gallery {
	position: relative;
	width: 100%;
	height: 100%;
	flex: none;
}
.gallery--breakout {
	width: min-content;
}
.gallery__item {
	background-position: 50% 50%;
	background-size: cover;
	flex: none;
	border-radius: 6px;
	position: relative;
	filter: brightness(1) grayscale(1);
}
.gallery-albums .gallery__item {
	filter: brightness(1) grayscale(0);
}
.gallery__item-cut {
	overflow: hidden;
	display: grid;
	place-items: center;
}
.gallery__item-inner {
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.caption {
	font-size: clamp(1rem, 3vw, 1.75rem);
	z-index: 101;
	color: var(--color-caption);
	font-weight: 400;
}
.caption p span {
	/*font-size: clamp(1rem, 3vw, 1.75rem);*/
	display: block;
	font-size: clamp(.8rem, 2vw, 1.5rem);
	line-height: .75em;
	font-weight: 100;
	margin-top: 5px;
}
.gallery--row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	--size-factor: 1.25;
	--item-height: 20vh;
}
@media(max-width: 500px) {
	.gallery--row {
		--item-height: 10vh;
	}
}
.gallery--row .gallery__item {
	width: auto;
	aspect-ratio: 2 / 3;
}
.gallery--row .gallery__item--s {
	height: var(--item-height);
}
.gallery--row .gallery__item--m {
	height: calc(var(--size-factor) * var(--item-height));
}
.gallery--row .gallery__item--l {
	height: calc(var(--size-factor) * 2 * var(--item-height));
}
.gallery--row .gallery__item--xl {
	z-index: 100;
	height: calc(var(--size-factor) * 3 * var(--item-height));
}
.gallery--switch.gallery--row .gallery__item--m,
.gallery--switch.gallery--row .gallery__item--l {
	height: var(--item-height);
}
.gallery--row .caption {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -50vh;
	left: 0;
	padding: 4.5vw;
	max-width: 730px;
	opacity: 0;
}
.gallery--switch.gallery--row .caption {
	bottom: 0;
	opacity: 1;
}
.gallery--one {
	display: grid;
	place-items: center;
	margin-bottom: -1px;
}
.gallery--one .gallery__item {
	width: 400%;
	height: 400%;
	/*filter: brightness(1) hue-rotate(90deg);*/
}
.gallery--switch.gallery--one .gallery__item {
	width: 100%;
	height: 100%;
	/*filter: brightness(0.7) hue-rotate(0deg);*/
}
#gallery-4.gallery--one .gallery__item {
	width: 200%;
	height: 200%;
	filter: brightness(1) grayscale(0);
}
#gallery-4.gallery--switch.gallery--one .gallery__item {
	width: 100%;
	height: 100%;
	filter: brightness(1) grayscale(1);
}
.gallery--one .caption {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 50%;
	left: 50%;
	margin: 100vh 0 0 -50vw;
	font-size: clamp(2rem,5vw,3rem);
	display: grid;
	place-items: center;
}
.gallery--switch.gallery--one .caption {
	margin-top: -50vh;
}
.gallery--grid {
	height: auto;
	display: grid;
	grid-template-columns: repeat(3,auto);
	grid-template-rows: repeat(3,auto);
	row-gap: 2.5vw;
	column-gap: 3vw;
}
.gallery--grid .gallery__item {
	height: 33vh;
	width: 33vw;
}
.gallery--switch.gallery--grid {
	gap: 0;
}
.gallery--switch.gallery--grid .gallery__item {
	height: 110vh;
	width: 110vw;
	filter: brightness(0.65);
}
.gallery--grid .caption {
	position: absolute;
	width: 100vw;
	height: 100vh;
	padding: 0;
	top: 50%;
	left: 50%;
	margin-top: 50vh;
	margin-top: calc(50vh - 58vh);
	margin-left: -50vw;
	display: grid;
	place-items: center;
	max-width: none;
	opacity: 0;
}
.gallery--switch.gallery--grid .caption {
	margin-top: -40vh;
	opacity: 1;
}
.gallery--grid .caption p {
	/*padding: 40vh 30vw 10vh 10vw;*/
}
.gallery--switch.gallery--grid .caption p {
	margin-top: 0;
}
.gallery--stack {
	display: grid;
	grid-template-columns: repeat(6,1fr);
	align-items: center;
	justify-content: start;
	gap: 2rem;
	padding: 2rem;
	--offset: 1rem;
	max-width: 992px;
}
.gallery--stack .gallery__item {
	border-radius: 15px;
	width: 30vw;
	height: 30vw;
	z-index: 1;
}
@media(max-width: 500px) {
	.gallery--stack .gallery__item {
		border-radius: 15px;
		width: 60vw;
		height: 60vw;
		z-index: 1;
	}
}
.gallery--stack-glass .gallery__item {
	/*filter: opacity(1);*/
}
.gallery--switch.gallery--stack .gallery__item {
	grid-area: 1 / 1 / 2 / 2;
}
.gallery--stack .caption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100vw;
	width: 100vw;
	padding: 5vw;
	color: var(--color-text-alt);
	opacity: 1;
	z-index: 0;
}
.gallery--stack .caption p {
	margin: 0;
}
.gallery--switch.gallery--stack .caption {
	left: 0;
	opacity: 1;
}
.gallery--stack-inverse .gallery__item:nth-child(5) {
	z-index: 2;
}
.gallery--stack-inverse .gallery__item:nth-child(4) {
	z-index: 3;
}
.gallery--stack-inverse .gallery__item:nth-child(3) {
	z-index: 4;
}
.gallery--stack-inverse .gallery__item:nth-child(2) {
	z-index: 5;
}
.gallery--stack-inverse .gallery__item:nth-child(1) {
	z-index: 6;
}
.gallery--switch.gallery--stack .gallery__item:nth-child(2) {
	margin-left: var(--offset);
}
.gallery--switch.gallery--stack .gallery__item:nth-child(3) {
	margin-left: calc(var(--offset) * 2);
}
.gallery--switch.gallery--stack .gallery__item:nth-child(4) {
	margin-left: calc(var(--offset) * 3);
}
.gallery--switch.gallery--stack .gallery__item:nth-child(5) {
	margin-left: calc(var(--offset) * 4);
}
.gallery--switch.gallery--stack .gallery__item:nth-child(6) {
	margin-left: calc(var(--offset) * 5);
}
.gallery--switch.gallery--stack-dark .gallery__item:nth-child(2) {
	filter: brightness(0.8);
}
.gallery--switch.gallery--stack-dark .gallery__item:nth-child(3) {
	filter: brightness(0.7);
}
.gallery--switch.gallery--stack-dark .gallery__item:nth-child(4) {
	filter: brightness(0.6);
}
.gallery--switch.gallery--stack-dark .gallery__item:nth-child(5) {
	filter: brightness(0.5);
}
.gallery--switch.gallery--stack-dark .gallery__item:nth-child(6) {
	filter: brightness(0.4);
}
.gallery--switch.gallery--stack-glass .gallery__item {
	/*opacity: 0.7;*/
}
.gallery--switch.gallery--stack-scale .gallery__item:nth-child(2) {
	transform: scale(0.98);
}
.gallery--switch.gallery--stack-scale .gallery__item:nth-child(3) {
	transform: scale(0.96);
}
.gallery--switch.gallery--stack-scale .gallery__item:nth-child(4) {
	transform: scale(0.94);
}
.gallery--switch.gallery--stack-scale .gallery__item:nth-child(5) {
	transform: scale(0.92);
}
.gallery--switch.gallery--stack-scale .gallery__item:nth-child(6) {
	transform: scale(0.9);
}
.gallery--gridtiny {
	display: grid;
	grid-template-columns: repeat(10,1fr);
	width: 300%;
	padding: 0 2vh;
	height: min-content;
	gap: 1vh;
}
.gallery--switch.gallery--gridtiny {
	width: 100%;
	gap: 2vh;
}
.gallery--gridtiny .gallery__item {
	aspect-ratio: 1;
	width: 100%;
	height: auto;
	/*filter: contrast(0.8) saturate(0) brightness(0.6) opacity(1);*/
}
.gallery--switch.gallery--gridtiny .gallery__item {
	/*filter: contrast(1) saturate(1) brightness(0.8) opacity(0.8);*/
	opacity: .25;
}
.gallery--gridtiny .caption {
	color: #fff;
	color: #000;
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 50%;
	top: 50%;
	margin: -50vh 0 0 -50vw;
	display: grid;
	place-items: center;
	/*font-size: clamp(2rem, 8vw, 4rem);*/
	opacity: 0;
	text-align: center;
	margin-bottom: 0;
	/*background-color: #0c2ceb!important;*/
	/*background-color: rgba(12,44,235,.75);*/
	background-color: transparent;
	/*border: 1px solid orange;*/
}
.video-caption-wrapper {
	padding: 30px;
	/*background-color: rgba(0,0,0,.5);*/
	/*border: 1px solid #fff;*/
	border-radius: 15px;
	text-align: center;
}
.video-caption-wrapper .caption p {
	text-align: center;
}
.gallery--gridtiny .caption span {
	/*font-size: 28px;*/
	/*display: contents;*/
}
.gallery--switch.gallery--gridtiny .caption {
	opacity: 1;
}
.gallery--switch .gallery__item--center {
	height: 100vh;
	width: 100vw;
	aspect-ratio: auto;
	filter: brightness(1) grayscale(0);
}
.gallery--switch .gallery__item--center-color {
	filter: brightness(1) grayscale(0);
}
.gallery--bento {
	display: grid;
	gap: 1vh;
	grid-template-columns: repeat(3, 32.5vw);
	grid-template-rows: repeat(4,23vh);
	justify-content: center;
    align-content: center;
}
.gallery--switch.gallery--bento {
	grid-template-columns: repeat(3, 100vw);
	grid-template-rows: repeat(4,49.5vh);
	gap: 15vh;
}
.gallery--bento .gallery__item:nth-child(1) {
	grid-area: 1 / 1 / 3 / 2;
}
.gallery--bento .gallery__item:nth-child(2) {
	grid-area: 1 / 2 / 2 / 3;
}
.gallery--bento .gallery__item:nth-child(3) {
	grid-area: 2 / 2 / 4 / 3;
}
.gallery--bento .gallery__item:nth-child(4) {
	grid-area: 1 / 3 / 3 / 3;
}
.gallery--bento .gallery__item:nth-child(5) {
	grid-area: 3 / 1 / 3 / 2;
}
.gallery--bento .gallery__item:nth-child(6) {
	grid-area: 3 / 3 / 5 / 4;
}
.gallery--bento .gallery__item:nth-child(7) {
	grid-area: 4 / 1 / 5 / 2;
}
.gallery--bento .gallery__item:nth-child(8) {
	grid-area: 4 / 2 / 5 / 3;
}
/*
.gallery--bento .caption {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 50%;
	left: 50%;
	margin: 100vh 0 0 -50vw;
	font-size: clamp(2rem,10vw,5rem);
	display: grid;
	place-items: center;
}
*/
.gallery--bento .caption {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -50vh;
	left: 0;
	padding: 4.5vw;
	max-width: 730px;
	opacity: 1;
}


.gallery--switch.gallery--bento .caption {
	bottom: 0;
}
.gallery--grid10 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 2vw;
}
.gallery--switch.gallery--grid10 {
	grid-template-columns: 1fr 300px 1fr;
	grid-template-rows: 1fr 60vh 1fr;
	grid-gap: 0;
}
.gallery--switch.gallery--grid10 .gallery__item {
	grid-area: 2 / 2 / 3 / 3;
}
.gallery--grid10 .caption {
    position: absolute;
	width: 100vw;
	height: 100vh;
	top: 50%;
	left: 50%;
	margin: 100vh 0 0 -50vw;
	display: grid;
	place-items: center;
    font-size: clamp(2rem, 8vw, 6rem);
}
.gallery--switch.gallery--grid10 .caption {
	opacity: 1;
	margin-top: -50vh;
}
/* gallery */





@media screen and (min-width: 53em) {
	body #cdawrap {
		justify-self: end;
	}

	/* project */
	.project--intro {
		grid-template-columns: auto 1fr;
		grid-template-areas: 'label-name name'
							 'label-date date'
							 'title title'
							 'label-mission mission';

	}
	.project--details {
		grid-template-areas: 'label-default paragraph';
		grid-template-columns: auto auto;
	}
	.project__label {
		text-align: right;
	}
	.project__mission {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		grid-template-areas: 'p1 ...' '... p2';
		column-gap: 2rem;
	}
	/* end project */



	/* gallery */
	.gallery--grid10 {
		grid-template-columns: repeat(10,1fr);
		grid-template-rows: repeat(4,1fr);
	}
	.gallery--grid10:not(.gallery--switch) .pos-1 { grid-area: 1 / 1; }
	.gallery--grid10:not(.gallery--switch) .pos-2 { grid-area: 1 / 2; }
	.gallery--grid10:not(.gallery--switch) .pos-3 { grid-area: 1 / 4; }
	.gallery--grid10:not(.gallery--switch) .pos-4 { grid-area: 1 / 5; }
	.gallery--grid10:not(.gallery--switch) .pos-5 { grid-area: 3 / 6; }
	.gallery--grid10:not(.gallery--switch) .pos-6 { grid-area: 1 / 7; }
	.gallery--grid10:not(.gallery--switch) .pos-7 { grid-area: 1 / 9; }
	.gallery--grid10:not(.gallery--switch) .pos-8 { grid-area: 3 / 10; }
	.gallery--grid10:not(.gallery--switch) .pos-9 { grid-area: 2 / 8; }
	.gallery--grid10:not(.gallery--switch) .pos-10 { grid-area: 4 / 9; }
	.gallery--grid10:not(.gallery--switch) .pos-11 { grid-area: 3 / 8; }
	.gallery--grid10:not(.gallery--switch) .pos-12 { grid-area: 2 / 2; }
	.gallery--grid10:not(.gallery--switch) .pos-13 { grid-area: 3 / 1; }
	.gallery--grid10:not(.gallery--switch) .pos-14 { grid-area: 3 / 4; }
	.gallery--grid10:not(.gallery--switch) .pos-15 { grid-area: 4 / 3; }
	.gallery--grid10:not(.gallery--switch) .pos-16 { grid-area: 4 / 7; }
	.gallery--stack .caption {
		top: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		/*border: 1px solid red;*/
	}
	.gallery--switch.gallery--stack .caption {
		left: 40vw;
	}
	/* gallery */

}


/* video */
.video-wrapper {
	width: 75%;
	position: relative;
}
.video-wrapper-over {
	background: url('/images/florencianunez-videos.jpg') no-repeat center center / cover;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 0;
}
.video-wrapper-over i {
	color: #fff;
	font-size: 2em;
}
.video-wrapper-over.hide {
	display: none;
}
@media (max-width: 500px) {
	.video-responsive {
		width: 90%;
	}
}
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
@media (max-width: 500px) {
	.video-responsive {
		margin-bottom: 30px;
	}
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}
iframe {
	border: 0;
}
/* end video */


/* venobox */
.vbox-backdrop {
	background-color: rgba(255,255,255,.95)!important;
}
.vbox-title {
	color: #000!important;
	background-color: transparent;
}
.vbox-preloader-inner {
	display: none!important;
}
.vbox-next span, .vbox-prev span {
    border-top-color: #000!important;
    border-right-color: #000!important;
}
.vbox-left-corner {
    color: #000!important;
}
/* end venobox */



/* page */
body.page {
	padding-top: 60px;
}
body.page:first-child {
	padding-top: 0;
}
.back-home-wrapper {
	padding-right: 0;
	margin-bottom: 15px;
}
.back-home-wrapper a {
	display: block;
	width: fit-content;
	padding: 0;
	margin: 0px;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.back-home-wrapper a:hover,
.back-home-wrapper a:focus {
	margin-left: -5px;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media (max-width: 500px) {
	.back-home-wrapper a {
		font-size: 13px;
		font-weight: 500;
	}
}
/* end page */



/* albums */
.albums-wrapper {
	padding: 60px;
}
@media (max-width: 500px) {
	.albums-wrapper {
		padding: 30px 15px;
	}
}


.album {
	color: #000;
}
.album-info {

}
.album-cover {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}
h3.album-name {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	font-family: "Source Code Pro", monospace;
}
.album-year {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: right;
}
.album-label {
	font-size: 13px;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: right;
}
@media(max-width: 500px) {
	.album-year,
	.album-label {
		text-align: left;
	}
}


.accordion-header {
	font-weight: 700;
}
.accordion-button:focus,
.accordion-button:hover,
.accordion-button:active {
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
	color: initial;
	background-color: initial;
	box-shadow: none;
}
.accordion-header span.number {
	padding-right: 15px;
	font-size: .75rem;
	opacity: .5;
	padding-top: .125rem;
	/*font-family: monospace;*/
	letter-spacing: .5px!important;
}
.accordion-item.ficha-tecnica {
	margin-top: 15px;
}
.accordion-item.ficha-tecnica .accordion-button {
	opacity: .5;
}
.accordion-item p.credits-song {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	padding-bottom: 15px;
}
.accordion-item p.credits-song span {
	color: #666;
	font-style: italic;
	font-weight: 500;
}
@media(max-width: 500px) {
	.accordion-body {
		font-size: .8rem;
	}
	.accordion-button {
		padding: 10px;
		font-size: .8rem;
	}
	.accordion-header span.number {
		padding-right: 10px;
		font-size: .65rem;
	}
	.accordion-button::after {
		scale: .7;
	}
}
.accordion-item p.credits-song {
	border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item p.credits-song:first-child span {
	color: #000;
	font-weight: 700;
	font-style: normal;
}
.accordion-item p.credits-song:first-child {
	font-weight: 500;
	font-weight: 700;
	padding-bottom: 0;
	border-bottom: 0!important;
}
span.award {
	display: block;
	padding: 15px;
	background-color: rgba(0,0,0,.05);
	margin-top: 15px;
}
/* end albums */



/* shows */
.a-gira {
	font-size: 15px!important;
	font-weight: 500;
}
section.shows h2 {
	text-align: center;
}
section.shows .show {
	opacity: .75;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 500px) {
	section.shows .show {
		padding: 0;
	}
}
section.shows .show .card {
	text-align: left;
	background-color: transparent;
	border: 0;
	border-bottom: 1px dotted #000;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}
section.shows .show .card:first-child {
	border-top: 1px dotted #000;
}
section.shows .show .card-body {
	padding: 15px;
	padding-right: 0;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
section.shows .show:hover,
section.shows .show:after {
	cursor: default;
	opacity: 1;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
section.shows .show:hover .card div.date,
section.shows .show:focus .card div.date {
	border-bottom: 0!important;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
section.shows .show .card.next-show .card-body {
	padding-top: 15px;
}
section.shows .show .card.next-show {
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	/*border-top: 0!important;*/
	background-color: rgba(255,255,255,1);
}
section.shows .show .card.next-show:after {
	font-size: .8em;
	content: "PRÓXIMO SHOW";
	position: absolute;
	right: 0;
	top: 0;
	background-color: #000;
	color: #fff;
	padding: 2px 8px;
}
section.shows .show .card div.date {
	padding: 0 30px;
	border-right: 2px solid rgba(255, 255, 255, .25);
	border-bottom: 0!important;
}
section.shows .show .card.next-show div.date {
	padding: 0 30px;
	border-right: 2px solid rgba(255, 255, 255, 1);
	border-bottom: 0!important;
}
section.shows .show h5,
section.shows .show .day {
	color: #000;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
section.shows .show h5 {
	letter-spacing: 1px;
}
section.shows .show .year,
section.shows .show p.card-text {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 100;
	letter-spacing: 0;
	text-align: right;
	font-family: monospace;
}
section.shows .show p.card-text {
	text-align: left;
}
section.shows .tickets-wrapper {
	display: flex;
	max-height: 40px;
}
section.shows .tickets-btn-wrapper {
	margin-top: -2px;
}
section.shows .tickets-wrapper a,
section.shows .tickets-wrapper .tickets-btn-wrapper {
	display: inline-flex;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section.shows .tickets-wrapper a.btn-tickets,
section.shows .tickets-wrapper .tickets-btn-wrapper a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	max-height: 40px;
}
section.shows .tickets-wrapper a.btn-tickets {
	/*margin-top: -2px;*/
	margin-right: 15px!important;
}
section.shows .tickets-wrapper a.btn-tickets i {
	font-size: 1em;
	/*margin-bottom: -2px;*/
	padding-right: 5px;
}
section.shows .tickets-wrapper .tickets-btn-wrapper a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 0;
	margin: 0;
}
section.shows .tickets-wrapper .tickets-btn-wrapper a i {
	font-size: 1.125em;
	width: 100%;
	line-height: 40px;
	text-align: center;
	/*margin-top: -2px;*/
}
section.shows .tickets-wrapper a {
	display: inline-flex;
	margin-right: 5px!important;
}
section.shows .tickets-wrapper a:hover,
section.shows .tickets-wrapper a:focus {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	/*border: 2px solid #fff;*/
}
@media(max-width: 1199px) {
	section.shows .show .card.next-show div.date,
	section.shows .show .card div.date,
	section.shows .show .day,
	section.shows .show .year {
		text-align: center;
	}
	section.shows .show .day {
		font-size: 1.5em;
	}
	section.shows .show .day span {
		font-size: 1.2em;
		padding: 3px 0;
		line-height: 1em;
		display: block;
	}
	section.shows .show h5 {
		margin-bottom: 3px;
	}
}
@media(max-width: 991px) {
	section.shows .tickets-wrapper a.btn-tickets i {
		display: none;
	}
}
@media(max-width: 767px) {
	section.shows .show .card.next-show div.date,
	section.shows .show .card div.date,
	section.shows .show .day,
	section.shows .show .year {
		text-align: left;
	}
	section.shows .show h5 {
		font-size: 1.4em;
		line-height: 1em;
		padding-bottom: 2px;
		font-weight: 900;
	}
	section.shows .show .card.next-show div.date,
	section.shows .show .card div.date {
		padding: 10px 0;
		width: calc(100% - 20px);
		border-right: 0;
		padding-bottom: 0;
	}
	section.shows .show .card.next-show div.date {
		border-bottom: 1px dotted rgba(255, 255, 255, .5);
	}
	section.shows .show .day {
		font-size: 1em;
		display: contents;
	}
	section.shows .show .day span {
		padding: 0;
		font-size: 1em;
		font-weight: 900;
		line-height: 1em;
		display: inline-block;
	}
	section.shows .show .year {
		color: #333;
		font-size: 1em;
		font-weight: 100;
		line-height: 1em;
		padding-left: 5px;
		float: right;
	}
	section.shows .show .card.next-show .card-body,
	section.shows .show .card .card-body {
		padding: 10px!important;
		padding-top: 5px!important;
	}
	section.shows .show .card-body {
		/* padding-right: 0; */
		-webkit-transition: all 333ms linear;
		-moz-transition: all 333ms linear;
		-o-transition: all 333ms linear;
		transition: all 333ms linear;
	}
	section.shows .tickets-wrapper {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		margin-top: -2px;
		margin-bottom: 15px;
		/*justify-content: center;*/
		justify-content: left;
		padding-left: 10px;
	}
	section.shows .tickets-wrapper a {
		display: inline-flex;
		margin: 0 5px;
		margin-right: 10px!important;
	}
	section.shows .tickets-wrapper a.btn-tickets {
		margin-left: auto!important;
	}
	section.shows .tickets-wrapper a.btn-tickets i {
		display: inline-flex;
	}
	section.shows .tickets-btn-wrapper {
		margin: 0;
		flex-direction: row-reverse!important;
	}
}
/* end shows */



/* swiper */
.swiper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.swiper-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100%;
	width: 100%;
	height: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* end swiper */



/* footer */
footer {
	font-size: 15px;
	padding: 30px 0;
	background-color: #121212;
}
footer a {
	color: color: var(--color-text);
	text-decoration: none;

    -webkit-transition: all 333ms linear;
    -moz-transition: all 333ms linear;
    -o-transition: all 333ms linear;
    transition: all 333ms linear;
}
footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: underline;

    -webkit-transition: all 333ms linear;
    -moz-transition: all 333ms linear;
    -o-transition: all 333ms linear;
    transition: all 333ms linear;
}
.fonam-bot {
	/*display: inline-block;*/
    display: table;
    margin: 0 auto;
}
.fonam-img {
	/*display: inline-block;*/
	display: block;
	width: 3em;
	height: auto;
	border: 0;
}
.net-socials-wrapper {
	text-align: center;
	/*border: 1px solid red;*/
}
.net-socials {
	padding-bottom: 30px;
}
.net-socials li {
	padding: 0 10px;
}
.net-socials li {
	display: inline-block;
}
footer a .fab,
footer a .fa-brands {
    color: #999;
    font-size: 2em;

    -webkit-transition: all 333ms linear;
    -moz-transition: all 333ms linear;
    -o-transition: all 333ms linear;
    transition: all 333ms linear;
}
footer a:hover .fab,
footer a:hover .fa-brands,
footer a:focus .fab,
footer a:focus .fa-brands {
    color: #fff;

    -webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
footer .back-to-top {
	margin-bottom: 30px;
}
footer .back-to-top a .fab,
footer .back-to-top a .fa-solid {
    font-size: 2.5em!important;
}
.credits-wrapper {

}
/* end footer */

/* credits */
section.credits {
	color: #666;
	background-color: #000;
	font-family: monospace;
}
section.credits p {
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	padding: 15px 0;
	/*padding-right: 15px;*/
}
section.credits p a {
	color: #666;
	text-decoration: none;
}
section.credits p a:focus,
section.credits p a:hover {
	color: #fff;
	text-decoration: underline;
}
/* end credits */

@media(max-width: 991px) {
	footer {
		text-align: center!important;
		padding: 30px 0;
	}
	.net-socials {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.net-socials li {
	    padding: 0 8px;
	}
	section.credits p {
		text-align: center;
	}
}






.bio-wrapper {
	color: #fff;
	background-color: #000;
	border-radius: 15px!important;
}
body.bio article img {
	border-radius: 15px!important;
}

body.bio .bio-wrapper-txt {
	padding: 0 90px;
	text-align: justify;
}
@media(max-width: 1200px) {
	body.bio .bio-wrapper-txt {
		padding: 90px;
	}
}
@media(max-width: 500px) {
	body.bio .bio-wrapper-txt {
		padding: 15px;
		text-align: left;
	}
}
body.bio article {
	font-family: "Source Code Pro", monospace;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
body.bio article h2 {
	font-family: "Source Code Pro", monospace;
	color: #000;
	font-weight: 600;
	font-size: 66px;
}
body.bio article.bio-wrapper h2 {
	color: #fff!important;
}
body.bio article p {
	color: #000;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 400;
}
body.bio article.bio-wrapper p {
	color: #fff!important;
}
body.bio article p.first-p {
	color: #000;
	font-weight: 600;
	font-size: 20px;
}
body.bio article {
	margin-bottom: 120px;
}
@media(max-width: 500px) {
	body.bio article p.first-p {
	    font-size: 16px;
	    line-height: 1.3;
	}
	body.bio article {
		padding: 0;
		margin: 0;
		margin-bottom: 30px;
	}
}

.img-bio-fe {
	padding: 20% 0;
}
img.titleFe {
	width: 100px;
	height: auto;
	margin-left: -25px;
}
section.fe .fuck-overflow {
	display: none;
}





.random {
	 height: 500px;
	 width: 100%;
}
.snap-wrap {
	 scroll-snap-type: y mandatory;
}
.text-scroller__section {
	 background-color: #0050ff;
	 position: relative;
}
.text-scroller__section.snap-section {
	 height: 100%;
	 position: relative;
}
.text-scroller__section-content {
	 height: 100%;
	 scroll-snap-type: y mandatory;
	 width: 100%;
	 scroll-behavior: smooth;
}
.text-scroller__section-item {
	 scroll-snap-align: center;
	 padding: 0;
	 height: 100vh;
	 position: relative;
	 padding: 0 25px;
}
.text-scroller__section .flex {
	 display: flex;
	 height: 100vh;
	 align-items: center;
}
.text-scroller__section-content-left {
	 position: relative;
	 z-index: 2;
	 flex: 0 1 auto;
}
.text-scroller__section-content-left h4 {
	 margin-bottom: 90px;
	 color: white;
}
.text-scroller__section-content-left .h1 {
	 color: white;
	 margin-bottom: 15px;
}
.text-scroller__section-content-left .button-tertiary {
	 color: white;
	 align-self: baseline;
	 margin-top: 15px;
}

.text-scroller__section-description {
	 width: 100%;
	 max-width: 470px;
}
.text-scroller__section-description p {
	 color: white;
}
.text-scroller__section-content-right {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 height: 100vh;
	 position: relative;
	 z-index: 1;
}
.text-scroller__section-content-number {
	 font-size: 250px;
	 color: #003ec5;
	 opacity: 0.33;
	 right: -26px;
	 position: absolute;
	 transform: translateY(-50px);
	 transition: opacity 1s ease-in-out;
}
.text-scroller__section .link-tertiary {
	 color: white;
	 text-align: right;
	 right: 40px;
	 bottom: 50px;
	 position: absolute;
	 z-index: 2;
	 transition: opacity 1s ease-in-out;
}
.text-scroller__section-eyebrow {
	 position: absolute !important;
	 color: white;
	 margin-top: 0;
	 margin-bottom: 0;
	 padding-top: 90px;
	 padding-bottom: 90px;
	 top: 0;
	 background-color: #0050ff;
	 transition: opacity 1s ease-in-out;
}
@supports (scroll-snap-stop: always) {
	 scroll-snap-stop: always;
	 scroll-snap-align: none;
}