/* fonts */
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,500;1,500&display=swap');

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  /* 100 a 900 */
  font-style: normal;
}
/*
- fonts
- html body links and kbz's generic classes
- boostrap
- container
- sections
	- banner
	- about
	- footer

green: #99ffcc;
green: rgba(153, 255, 204, 1);
*/


/* bootstrap's vars light */
[data-bs-theme="light"] {
	/*--bs-body-bg: #e1e1e1;*/
	--bs-body-bg: #000;
	--bs-body-color: #FFF;
	--bs-border-color: #99ffcc;
	--bs-heading-color: #ffffff;
	--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
	--bs-primary-bg-subtle: #000;

	--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");
	--kbz-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2399ffCC'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
	--kbz-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2399ffCC'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}
/* bootstrap's vars dark */
[data-bs-theme="dark"] {
	--bs-body-bg: #000;
	--bs-body-color: #FFF;
	--bs-border-color: #99ffcc;
	--bs-heading-color: #ffffff;
	--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
	--bs-primary-bg-subtle: #000;

	--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");
	--kbz-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2399ffCC'%3e%3cpath stroke-width='13' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
	--kbz-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2399ffCC'%3e%3cpath stroke-width='13' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}
/* end bootstrap's vars */

.accordion-button,
.accordion-button:focus {
	border: none;
	box-shadow: none;
	outline: none;
	font-weight: bold;
	font-size: 2rem;
	padding-left: 0!important;
}
.accordion-button:not(.collapsed) {
	color: var(--bs-body-color);
}
.accordion-button::after {
	stroke-width: 12px!important;
	stroke-miterlimit: 14!important;
}
.accordion-header {
	padding: 0;
}
.accordion-body {
	/*padding: 30px 15px;*/
	padding: 30px 0;
}
.accordion-body p {
	font-size: 1.35rem;
	line-height: 1.75rem;
	margin-bottom: 20px;
}
.accordion-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
	.accordion {
		/*margin-top: 60px;*/
	}
}
@media (max-width: 767px) {
	.accordion-body p {
		font-size: 1rem;
		line-height: 1.4rem;
		margin-bottom: 20px;
	}
}

/* html body links and kbz's generic classes */
a {
	outline: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	/* 100 a 900 */
	font-size: 15px;
}
p {
	font-size: 1.35rem;
	line-height: 1.75rem;
}
p small {
	font-size: .85rem;
	line-height: 1rem;
	font-weight: 300;
}
p.esp,
span.esp {
	display: none;
}
p.eng,
span.eng {
	display: inherit;
}
html.es p.esp,
html.es span.esp {
	display: inherit;
}
html.es p.eng,
html.es span.eng {
	display: none;
}


@media (max-width: 576px) {
	p {
		font-size: 1rem;
		line-height: 1.4rem;
	}
}
section p span {
	/*color: var(--bs-body-bg);*/
	/*background-color: var(--bs-body-color);*/
	/*background-color: #99ffcc;*/
	padding: 2px 4px;
	display: inline-block;

	color: #99ffcc;
	background-color: rgba(255, 255, 255, .175);
}
@media (max-width: 576px) {
	section.about p span {
		padding: 0px 4px;
		line-height: 1.2rem;
	}
}
p.card-text {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 300;
}
@media (max-width: 767px) {
	p.card-text {
		font-size: 1rem;
		line-height: 1.4rem;
		font-weight: 300;
	}
}
p.card-text span {
	color: var(--bs-body-color);
	color: #99ffcc;
	background-color: rgba(255, 255, 255, .175);
}
h1, h2 {
	font-size: 3rem;
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;

	/*font-size: 4rem;*/
	/*font-weight: bold;*/
	/*line-height: 4rem;*/
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
}
h1 {
	text-align: left;
}
h2 {
	background-color: rgba(255, 255, 255, .175);
	background-color: rgba(153, 255, 204, .125);
}
h3 {
	margin: 0;
	padding: 0;
}
@media (min-width: 1200px) {
	h1, .h1,
	h2, .h2 {
		margin: 0;
		padding: 0;
	}
	h1, .h1 {
	}
	h3, .h3 {
		margin: 0;
		padding: 0;
	}
}
.no-padding {
	padding: 0 !important;
}
i {
	font-size: 2em;
}
ul {
		display: block;
		list-style: none;
		list-style-type: disc;
		margin-block-start: 0em;
		margin-block-end: 0em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		padding-inline-start: 0px;
}
#i18n {
	display: inline-block;
	background: none;
	border: none;
	padding: 0;
	padding-right: 20px;
	margin-top: -15px;
}
@media (max-width: 768px) {
	h1 {
		display: none;
	}
	#i18n {
		padding-right: 0;
		display: block;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size: 2.3rem;
		line-height: 3.3rem;
		margin: 0!important;
		padding: 0!important;
	}

}
@media (max-width: 490px) {
	h2 {
		font-size: 1.7rem;
		line-height: 2.7rem;
		margin: 0!important;
		padding: 0!important;
	}
	section.ost h2 span {
		display: none;
	}
	.accordion-button, .accordion-button:focus {
		font-size: 1.7rem;
		line-height: 2.7rem;
	}
}
.back-to-top {
		display: inline-block;
}
.back-to-top i {
		color: var(--bs-body-color);
}
.credits {
		font-size: .65rem;
}
.kbz {
		color: var(--bs-body-color);
		text-decoration: none;
}
.kbz:hover,
.kbz:focus {
		color: var(--bs-body-color);
		text-decoration: underline;
}
/* end kbz */



/* boostrap */
/* nav */
.navbar-brand {
	padding: 0;
}
.navbar-toggler {
	z-index: 2;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
.nav-item {
		padding-top: 3px;
		text-transform: uppercase;
}
.nav-link {
		color: #fff;
		font-weight: 300;
}
.nav-link:hover {
		color: #fff;
		font-weight: 300;
		opacity: 1;
}

.navbar-toggler:focus,
.offcanvas-header .btn-close:focus {
	box-shadow: none;
}
/* offcanvas */
.offcanvas {
	/*
	--bs-offcanvas-width: 100%;
	max-width: 768px;
	border: 0!important;
	*/
}
.offcanvas-body {

}
.offcanvas-header .btn-close {
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	opacity: 1;
	--bs-btn-close-white-filter: none;
}
.btn-close {
		--bs-btn-close-bg: var(--kbz-btn-close);
}
/* end nav */
/* end boostrap */



/* 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 */



/* container */
body > .container {

}
.bi {
	fill: orange!important;
}
.kbz-anim {
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
/* end container */



/* sections */

section {
	padding-bottom: 90px;
}
@media (max-width: 768px) {
	section {
		padding: 0 15px;
		padding-bottom: 60px;
	}
}

/* intro */
section.intro {
	min-height: 80%;
	min-height: 80vh;
	min-height: 80svh;
	background-color: transparent;
	padding-bottom: 0;
}
section.intro img {
		width: 75%;
		height: auto;
		max-width: 800px;
}
.ul-icons li {
	display: inline-block;
	padding: 0 2vw;
}
.ul-icons li i {
	color: rgba(0, 0, 0, .25);
	font-size: 7.5vw;
}
@media (max-width: 768px) {
	.ul-icons li.sliders {
		display: block;
		width: 100%;
		min-height: 10vw;
	}
	.ul-icons li.sliders i {
		display: none;
	}
	.ul-icons li i {
		color: rgba(0, 0, 0, .25);
		font-size: 20vw;
	}

}
/* end intro */



/* about */
section.about {
	background-color: var(--bs-body-bg);
}
.about-content {
	padding-left: 30px;
}
@media (max-width: 767px) {
	.about-content {
		padding-left: 15px;
	}
}
header {
	position: relative;
	min-height: 15%;
	min-height: 15vh;
	min-height: 15svh;
	padding: 0;
	/*margin: 0;*/
	/*border: 1px solid orange;*/
}
section.about header {
	min-height: 20%!important;
	min-height: 20vh!important;
	min-height: 20svh!important;
}
@media (max-width: 576px) {
	section.about header {

	}
}
section.about .brand-iso {
	position: absolute;
	top: -90px;
	right: 20px;
	width: 100%;
	height: auto;
	max-width: 180px;
	border: 6px solid rgba(255, 255, 255, .5);
	border: 12px solid #99ffcc;
	border: 0px solid #FFF;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	background-color: #000;

	-moz-box-shadow:3px 6px 6px rgba(122,122,122,0.3);
	-webkit-box-shadow:3px 6px 6px rgba(122,122,122,0.3);
	box-shadow:3px 6px 6px rgba(122,122,122,0.3);
}
@media (max-width: 768px) {
	section.about .brand-iso {
		top: -90px;
		max-width: 180px;
		left: 15px;


		position: absolute;
		width: 100%;
		height: auto;
		border: 6px solid rgba(255, 255, 255, .5);
		border: 12px solid #99ffcc;
		border: 0px solid #FFF;
		border-radius: 50%;
		padding: 0;
		margin: 0;
		background-color: #000;

		-moz-box-shadow:3px 6px 6px rgba(122,122,122,0.3);
		-webkit-box-shadow:3px 6px 6px rgba(122,122,122,0.3);
		box-shadow:3px 6px 6px rgba(122,122,122,0.3);
	}
}
@media (max-width: 480px) {
	section.about .brand-iso {
		top: -60px;
		max-width: 120px;


		position: absolute;
		width: 100%;
		height: auto;
		border: 6px solid rgba(255, 255, 255, .5);
		border: 12px solid #99ffcc;
		border: 0px solid #FFF;
		border-radius: 50%;
		padding: 0;
		margin: 0;
		background-color: #000;

		-moz-box-shadow:3px 6px 6px rgba(122,122,122,0.3);
		-webkit-box-shadow:3px 6px 6px rgba(122,122,122,0.3);
		box-shadow:3px 6px 6px rgba(122,122,122,0.3);
	}
}

/* end about */



/* album */
section.album {
	background-color: var(--bs-body-bg);
}
.album-wrapper {
	padding-left: 30px;
}
.album-wrapper h2.album-title {
	text-align: left;
	/*padding-left: 1.25rem;*/
}
.accordion-button::after {
		--bs-accordion-btn-icon: var(--kbz-accordion-btn-icon)!important;
		--bs-accordion-btn-active-icon: var(--kbz-accordion-btn-active-icon)!important;
}
.glide__slide img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.album-wrapper {
		padding-left: 15px;
	}
	.glide-wrapper {
		margin-bottom: 30px;
	}
}
/* bandcamp */
.bandcamp-wrapper {
	background-color: #000;
	color: #FFFFFF;
	padding: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*border-bottom: 4px solid #fff;*/
}
.theme-dark #nonartarea {
	background-color: #000000!important;
}
.bandcamp-wrapper iframe {
	width: 100%;
	height: 750px;
}
a.btn-buy {
	color: #fff;
	display: block;
	background-image: none;
	background-color: transparent;
	text-transform: uppercase;
	border: none;
	font-weight: 600;
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
	text-decoration: none;
	border: 2px solid #666;
	border-radius: 4px;
	margin-bottom: 5px;
}
a.btn-buy:hover,
a.btn-buy:focus {
	border: 2px solid #fff;
}
@media (max-width: 380px) {
	a.btn-buy {
		margin-top: -7px;
	}
}

@media (max-width: 767px) {
	.bandcamp-wrapper {
		margin-bottom: 0;
	}
}

/*
@media (min-width: 380px) {
	.bandcamp-wrapper iframe {
		width: 100%;
		height: 640px;
	}
}
@media (min-width: 570px) {
	.bandcamp-wrapper iframe {
		width: 100%;
		height: 700px;
	}
}
@media (min-width: 600px) {
	.bandcamp-wrapper iframe {
		width: 100%;
		height: 730px;
	}

}
@media (min-width: 630px) {
	.bandcamp-wrapper iframe {
		width: 100%;
		height: 760px;
	}

}
@media (min-width: 660px) {
	.bandcamp-wrapper iframe {
		width: 100%;
		height: 790px;
	}

}
@media (min-width: 690px) {
	.bandcamp-wrapper iframe {
		width: 100%;
		height: 830px;
	}

}
@media (min-width: 730px) {
	.bandcamp-wrapper iframe {
		width: 100%;
		height: 472px;
	}

}
*/
/* end bandcamp */
/* end album */

/* bots */
ul.ul-bots-listen {
	margin: 0 auto;
}
ul.ul-bots-listen li {
	display: inline-block;
	width: 100%;
}
@media (max-width: 991px) {
	ul.ul-bots-listen li {
		display: block;
		width: 100%;
		margin-bottom: 7px;
	}
}
/* end bots */


/* ost */
section.ost {
	background-color: var(--bs-body-bg);
}
@media (max-width: 767px) {
	section.ost header {
		padding: 10% 0;
		padding: 10vh 0;
		padding: 10svh 0;
	}
}
.card p.award i {
	font-size: .85em;
	padding-right: 10px;
}
.ost-poster {
	width: 100%;
	height: auto;
	max-width: 200px;
	margin-bottom: 30px;
}
/* end ost */


/* contact */
section.contact {
	background-color: var(--bs-body-bg);
}
section.contact a {
	display: block;
	border:	2px solid #99ffcc;
	font-size: 1.2em;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	padding: 15px 30px;
	border-radius: 10px;
	max-width: 360px;
	margin: 0 auto;
	margin-bottom: 30px;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media (max-width: 767px) {
	section.contact a {
		font-size: .9em;
		padding: 15px 0;
	}
}
section.contact a:hover,
section.contact a:focus {
	color: #99ffcc;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
/* end contact */




/* net-socials */
ul.net-socials {
	margin: 0 auto;
	text-align: center;
}
ul.net-socials li {
	display: inline-block;
}
ul.net-socials li a {
	display: block;
	color: #99ffcc;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
ul.net-socials li a:hover,
ul.net-socials li a:focus {
	color: #fff;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
ul.net-socials li a i {
	font-size: 3em;
	padding: 0 15px;
}
ul.net-socials li a i {
	font-size: 3em;
	padding: 0 15px;
}
@media (max-width: 768px) {
	ul.net-socials {

	}
	ul.net-socials li a i {
		font-size: 2.75em;
		padding: 0 10px;
	}
}
/* end net-socials

/* video */
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
@media (max-width: 768px) {
	.video-responsive {
		margin-top: 40px;
	}
}
.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 */




/* footer */
footer {
	font-weight: normal;
	background-color: rgba(0, 0, 0, 0.75);
}
footer ul.net-socials {
	padding: 60px 0;
}
footer .row {
	position: relative;
}
footer .back-to-top-wrapper {
	position: absolute;
	text-align: right;
	right: 0;
}
footer span {
	display: block;
}
footer span.credits {
	padding-left: 23px;
	margin-top: -6px;
}
@media (max-width: 768px) {
	footer {
		text-align: center;
	}
	footer span {
		display: block;
	}
	footer span.credits {
		padding-left: 0;
		margin-top: 0;
	}
	footer .back-to-top-wrapper {
		position: relative;
		text-align: center;
		margin-bottom: 30px;
	}
}
/* end footer */

/* end sections */




.toggle-theme-wrapper {
		display: inline-block;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
		color: var(--bs-btn-active-color);
		background-color: var(--bs-btn-active-bg);
		border-color: transparent;
}

/* Extra small devices (portrait phones, less than 576px)
No media query for 'xs' since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width */
/* animation */