/* fonts */
	/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');*/

/*
- fonts
- html body links and kbz's generic classes
- boostrap
- container
- sections
	- banner
	- about
	- footer

colors: milonga-de-quiron
blue: 		#000322;
blue: 		rgb(0,3,34);
blue:		rgba(0,3,34,1);

yellow: 	#dba111;
yellow: 	rgb(219,161,17);
yellow: 	rgba(219,161,17,1);

orange: 	#d31b20;
orange: 	rgb(211,27,32);
orange: 	rgba(211,27,32,1);

msg-green-dark #464642
msg-green-light #9b9a90
msg-gray #cecdc8
*/

/* kbz vars */
:root {
	--kbz-mdq-blue: #000322;
	--kbz-mdq-blue-rgb: rgb(0,3,34);
	--kbz-mdq-blue-rgba: rgba(0,3,34,1);
	--kbz-mdq-yellow: #dba111;
	--kbz-mdq-yellow-rgb: rgb(219,161,17);
	--kbz-mdq-yellow-rgba: rgba(219,161,17,1);
	--kbz-mdq-orange: #d31b20;
	--kbz-mdq-orange-rgb: rgb(211,27,32);
	--kbz-mdq-orange-rgba: rgba(211,27,32,1);
	--kbz-msg-green-dark: #464642;
	--kbz-msg-green-light: #9b9a90;
	--kbz-msg-gray: #cecdc8;
}

/* bootstrap's vars light */
[data-bs-theme="light"] {
	--bs-body-color: #e1e1e1;
	--bs-body-bg: #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");
}
/* bootstrap's vars dark */
[data-bs-theme="dark"] {
	--bs-body-color: #e1e1e1;
	--bs-body-bg: #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");
}
/* end bootstrap's vars */

/* prevent select text */
/*
h1, h2, h3, h4, h5, h6, p,
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*/

/* html body links and kbz's generic classes */
a {
	color: #666;
	outline: none;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', 'Hevetica', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;

	/*background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);*/
}
h1 {

}
h2 {

}
h3 {

}
.no-padding {
	padding: 0 !important;
}
i {
	font-size: 2em;
}
ul {
	display: block;
	list-style-type: none;
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-inline-start: 0px;
	unicode-bidi: isolate;
}
/* end kbz */



/* boostrap */
/* nav */
.navbar {
	padding: 0;
	margin-top: 15px;
	height: 30px;
	/*border: 1px solid yellow;*/
}
.navbar-toggler-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28211, 27, 32, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-brand {
	padding: 0;
}
.navbar-toggler {
	z-index: 2;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	margin: 0;
	padding-right: 7px;
}
.navbar-toggler:focus,
.offcanvas-header .btn-close:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
nav ul.navbar-nav i {
    font-size: 18px !important;
}
/* offcanvas */
.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);
}









.offcanvas.show {
	/*top: -200svh;*/
	/*bottom: 200svh;*/
	text-align: center;
	/*background-color: transparent!important;*/
	background-color: #d31b20!important;
	background-color: #000!important;
	background-color: var(--kbz-mdq-blue)!important;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.offcanvas.offcanvas-end {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*width: var(--bs-offcanvas-width);*/
    width: 100%;
    /*border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);*/
    border: none;
    /*transform: translateX(100%);*/
    transform: translateY(calc(-100% - 60px));
    transform: translateY(calc(-100vh - 60px));
    transform: translateY(calc(-100svh - 60px));
    /*height: calc(100svh + 120px);*/
    height: 100%;
    height: 100vh;
    height: 100svh;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-close {
    --bs-btn-close-bg: var(--kbz-btn-close);
}
.offcanvas.show .offcanvas-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 768px;
    height: 30px;
    padding: 0;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
}
.offcanvas.show .offcanvas-body {
	padding: 0;
}
.offcanvas.show .offcanvas-header h5.offcanvas-title {
	display: none;
	color: #dba111;
	width: 100%;
    text-align: center!important;
    text-transform: uppercase;
}
.offcanvas.show .navbar-nav {
	padding-right: 0!important;
}
.offcanvas.show .offcanvas-header .btn-close {
	position: absolute;
	right: 15px;
	top: 10px;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	opacity: 1;
	--bs-btn-close-white-filter: none;
	width: 30px;
	height: 30px;
}
.offcanvas.show .offcanvas-body {
	display: flex;
	justify-content: center;
	align-items:  center;
}
.offcanvas.show .dropdown-menu {
	margin-top: 75%;
	margin-top: 75vh;
	margin-top: 75svh;
	margin-bottom: 75%;
	margin-bottom: 75vh;
	margin-bottom: 75svh;
}
.offcanvas.show .offcanvas-body .navbar-nav-net-socials {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/*width: fit-content;*/
	margin: 0 auto;
	/*background-color: violet;*/
	max-width: 500px;
}
.offcanvas.show .offcanvas-body .navbar-nav-net-socials .nav-link {
	line-height: 50px;
	height: 50px;
	padding: 0!important;
}
.offcanvas.show .offcanvas-body .navbar-nav-net-socials li:first-child {
	display: none!important;
}
.offcanvas.show .nav-item {
	margin: 0 auto;
	width: fit-content;
	/*border: 1px solid #000!important;*/
	text-align: center;
}
.offcanvas.show .nav-link {
	color: #fff;
	text-align: center;
	text-transform: none;
	font-size: 32px;
	font-family: "Source Code Pro", monospace;
	line-height: 2em;
	padding: 0px 15px;
	font-weight: 700;
}
@media(max-width: 575px) {
	.offcanvas.show .nav-link {
		font-size: 20px;
		font-family: "Source Code Pro", monospace;
		line-height: 2em;
		padding: 0px 15px;
		font-weight: 700;
	}
}
/* 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 */
.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;
}
main {
	/*border: 1px solid red;*/
	/*background: #000000 url("/images/backgrounds/background-02.jpg") no-repeat center top fixed;*/
	/*background: #000000 url('/images/backgrounds/background-01.jpg') */
}
.max-container {
	/*border: 1px solid red;*/
	padding: 0 45px;
	max-width: 768px;
	background-color: #000;
	position: relative;
	/*border: 1px solid #0f0;*/
	overflow: hidden;
}
.navbar .max-container {
	background-color: transparent;
	padding: 0;
}
@media (max-width: 768px){
	body.home .section-photo-bg,
	body.milonga-de-quiron .section-photo-bg {
		/*background-size: 100% auto!important;*/
		/*background-position: 0px 30px!important;*/
		/*z-index: 1!important;*/
	}

}
.section-photo-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 15px;
}
.section-photo-bg img.img-bkg {
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
}
.section-photo-bg img.img-bkg.loaded {
	opacity: 1!important;
	transition: opacity 0.8s ease-in-out;
}
body.other-projects .section-photo-bg {
	margin-top: 0!important;
}
.album-info-wrapper {
	z-index: 2;
	padding: 0;
	margin-top: 75%;
	margin-top: 75vh;
	margin-top: 75svh;
	margin-top: 100%;
	margin-top: 100vh;
	margin-top: 100svh;
	pointer-events: none;
	/*background-color: #000;*/
}
body.other-projects .album-info-wrapper {
	pointer-events: auto;
}
.album-titles-wrapper,
.album-accordion-wrapper {
	z-index: 2;
	background-color: #000;
}
.album-titles-wrapper,
.album-accordion-wrapper {
	padding: 30px 0;
}
ul.net-socials {
	text-align: center;
	list-style-type: none;
	padding: 30px 0;
	padding-top: 90px;
}
ul.net-socials li {
	padding: 10px;
	display: inline-block;
}
ul.net-socials li a i {
	font-size: 2.4em;
	color: #fff;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media (max-width: 767px) {
	ul.net-socials {
		padding-top: 60px;
	}
	ul.net-socials li a i {
		font-size: 1.5em;
	}
}
ul.net-socials li a:hover i,
ul.net-socials li a:focus i {
	color: #d31b20;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.arrow-down {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
}
.back-home-wrapper,
main > ul.net-socials:first-child {
	position: fixed;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 10%;
	bottom: 10vh;
	bottom: 10svh;
	z-index: 1;
}
@media(max-width: 500px) {
	.back-home-wrapper,
	main > ul.net-socials:first-child {
		bottom: 6%;
		bottom: 6vh;
		bottom: 6svh;
	}
}
#titleToHide {
	opacity: 1;
}
#titleToHide.opacity-on {
	opacity: 0;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
	transition-delay: 250ms;
}
.trolo {
	aspect-ratio: 2 / 3; /* A perfect square */
}
/* end container */



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

}
.back-home {
	margin: 0 auto;
}




section.gallery-albums h3 {
	color: #fff;
	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;
	}
}






/* albums 2 */
/* albums */
.album-cover {
	width: 100%;
	height: auto;
	pointer-events: auto;
}
.album-name-wrapper {}
h3.album-name {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	font-family: "Source Code Pro", monospace;
}
.album-year-label-wrapper {}

.back-home,
.album-year,
.album-label {
	color: #666;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
}
.album-year {
	padding-right: 10px;
}
body.home h3.album-name,
body.milonga-de-quiron h3.album-name {
	color: var(--kbz-mdq-yellow);
}
body.un-mundo-sin-gloria h3.album-name {
	color: var(--kbz-msg-gray);
}
body.other-projects h3.album-name {
	color: var(--kbz-mdq-orange);
}
body.home .album-year,
body.home .album-label,
body.milonga-de-quiron .album-year,
body.milonga-de-quiron .album-label {
	color: var(--kbz-mdq-orange);
}
body.un-mundo-sin-gloria .album-year,
body.un-mundo-sin-gloria .album-label {
	color: var(--kbz-msg-green-light);
}

#titleToHide h3.album-name {
	color: var(--kbz-mdq-yellow)!important;
}
#titleToHide h4.album-year,
#titleToHide h4.album-label {
	color: var(--kbz-mdq-orange)!important;
}
@media(max-width: 500px) {
	h3.album-name {
		font-size: 27px;
	}
}
.btn-album-ext {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	width: 45px;
	height: 45px;
	margin-left: 5px;
}
.btn-album-ext:first-child {
	margin-left: 0;
}
.btn-album-ext i {
	color: #666;
	line-height: 45px;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.btn-album-ext:hover i.fa-youtube,
.btn-album-ext:focus i.fa-youtube {
	color: #FF0000;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.btn-album-ext:hover i.fa-spotify,
.btn-album-ext:focus i.fa-spotify {
	color: #1DB954;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 500px) {
	.album-name-wrapper {}
	h3.album-name {
		font-size: 22px;
	}
	.other-projects .project-title {
		font-size: 26px;
	}
}
@media(max-width: 320px) {
	.album-name-wrapper {}
	h3.album-name {
		font-size: 20px;
	}
}
/*
.btn-album-ext i.fa-youtube {
	color: #FF0000;
}
.btn-album-ext i.fa-spotify {
	color: #1DB954;
}
*/





/* accordion */
.accordion-button,
.accordion-header {
	background-color: transparent;
	/*font-weight: 700;*/
}
body.home .accordion-button,
body.home .accordion-header,
body.home .accordion-body,
body.milonga-de-quiron .accordion-button,
body.milonga-de-quiron .accordion-header,
body.milonga-de-quiron .accordion-body {
	background-color: var(--kbz-mdq-blue);
	color: #fff;
	/*font-weight: 700;*/
}
body.un-mundo-sin-gloria .accordion-button,
body.un-mundo-sin-gloria .accordion-header,
body.un-mundo-sin-gloria .accordion-body {
	background-color: var(--kbz-msg-green-dark);
	/*font-weight: 700;*/
}
body.home .accordion-button::after,
body.milonga-de-quiron .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d31b20'%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;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d31b20'%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;
}
.accordion-button:focus,
.accordion-button:hover,
.accordion-button:active {
	outline: 0;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	color: initial;
	background-color: transparent;
	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-body {
	padding-bottom: 45px;
}
.accordion-item {
	border: none!important;
	margin-bottom: 5px;
}
.accordion-item.ficha-tecnica {
	margin-top: 15px;
	border-top: 1px solid var(--kbz-mdq-orange);
}
body.home .accordion-header span.number,
body.milonga-de-quiron .accordion-header span.number {
	color: var(--kbz-mdq-orange);
	opacity: 1;
}
body.home .accordion-item .accordion-button.collapsed,
body.milonga-de-quiron .accordion-item .accordion-button.collapsed {
	color: var(--kbz-mdq-yellow);
}
body.home .accordion-item .accordion-button:hover,
body.home .accordion-item .accordion-button:focus,
body.milonga-de-quiron .accordion-item .accordion-button:hover,
body.milonga-de-quiron .accordion-item .accordion-button:focus {
	color: #fff!important;
}
body.home .accordion-item.ficha-tecnica .accordion-button.collapsed,
body.milonga-de-quiron .accordion-item.ficha-tecnica .accordion-button.collapsed {
	background-color: var(--kbz-mdq-orange);
}
.accordion-item.ficha-tecnica span.number {
	padding-right: 12px;
}
.accordion-item.ficha-tecnica .accordion-button i {
	color: #fff;
	font-size: 1.5em;
	margin-left: -5px;
}
.accordion-item.ficha-tecnica .accordion-button {
	background-color: transparent;
}
.accordion-item p.credits-song-musicians,
.accordion-item p.credits-song {
	color: #ccc;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
}
body.home .accordion-item p.credits-song-musicians,
body.home .accordion-item p.credits-song,
body.milonga-de-quiron .accordion-item p.credits-song-musicians,
body.milonga-de-quiron .accordion-item p.credits-song {
	color: var(--kbz-mdq-yellow);
}
span.song-lyrics-label,
.accordion-item p.credits-song span,
.accordion-item p.credits-song-musicians span {
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	text-align: center;
	font-style: italic;
	/*padding-bottom: 15px;*/
	/*line-height: 1.5;*/
	text-transform: lowercase;
	letter-spacing: 1px;
}
body.home  span.song-lyrics-label,
body.home .accordion-item p.credits-song span,
body.home .accordion-item p.credits-song-musicians span,
body.milonga-de-quiron  span.song-lyrics-label,
body.milonga-de-quiron .accordion-item p.credits-song span,
body.milonga-de-quiron .accordion-item p.credits-song-musicians span {
	color: var(--kbz-mdq-orange);
}
.accordion-item p.credits-song span {
	padding-bottom: 4px;
}
.accordion-item p.credits-song span.with {
	padding-bottom: 0;
	display: inline-block;
}
.offset-up {
	padding-top: 30px;
}
.accordion-item .album-tech-data,
.accordion-item .album-tech-data h3 {
	text-align: center;
}
.accordion-item .song-lyrics p.credits-song-musicians,
.accordion-item .song-lyrics p.credits-song,
.accordion-item .song-lyrics p.credits-song span {
	text-align: left;
}
/* end accordion */



/* song-lyrics */
.song-lyrics {
	margin-top: 45px;
	font-weight: 400;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #fff;
}
.song-lyrics p {
	color: var(--bs-body-color)!important;
}
.song-lyrics span.song-lyrics-label {
	text-align: left;
	padding-bottom: 15px;
}
.song-lyrics-chorus {
	font-style: italic;
}
.song-lyrics-separator {
	font-weight: bold;
	letter-spacing: 2px;
}
/* end song-lyrics */



/*
.accordion-item p.credits-song,
.accordion-item p.credits-song-musicians {
	font-size: 14px;
	color: #ccc;
	font-weight: 500;
	padding-bottom: 15px;
	line-height: 1.5;
}
.accordion-item p.credits-song-musicians {
}
.accordion-item p.credits-song span,
.accordion-item p.credits-song-musicians span {
	display: block;
}
.accordion-item p.credits-song span {
	margin-top: 0px;
	margin-bottom: 0px;
}
.accordion-item p.credits-song-musicians span {
	margin-top: -5px;
	margin-bottom: -15px;
}
.accordion-item p.credits-song span,
.accordion-item p.credits-song-musicians span {
	text-transform: lowercase;
}
*/
@media(max-width: 500px) {
	.accordion-body {
		font-size: 1.15rem;
	}
	.accordion-button {
		padding: 10px;
		font-size: 1.15rem;
	}
	.accordion-header span.number {
		padding-right: 10px;
		font-size: .65rem;
	}
	.accordion-button::after {
		scale: .7;
	}
}
/*
.accordion-item p.credits-song:first-child span {
	color: #fff;
	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 */

/* end albums */



/* bio */
.mini-bio-wrapper {
	background-color: black;
	z-index: 2;
}
.mini-bio {
	padding-top: 60px;
	text-align: center;
	margin: 0 auto;
	width: 75%;
	max-width: 500px;
}
.bio-text {
	font-weight: 400;
	padding-left: 15px;
	border-left: 1px solid #fff;
	z-index: 2;
	background-color: rgba(0,0,0,.75);
}
.bio-text {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 100%;
	margin-top: 100vh;
	margin-top: 100svh;
}
.bio-text p {
	color: var(--bs-body-color)!important;
	padding-left: 30px;
	padding-right: 30px;
}
.bio-text p:first-child {
	padding-top: 45px;
}
@media (max-width: 767px) {
	.bio-text {
		background-color: transparent;
		max-width: none;
		margin: 0 auto;
		margin-top: 100%;
		margin-top: 100vh;
		margin-top: 100svh;
		padding-left: 0;
		border-left: none;
	}
	.bio-text p {
		padding-left: 0;
		padding-right: 0;
	}
	.bio-text p:first-child {
		padding-top: 0;
	}
}















.song-lyrics span.song-lyrics-label {
	text-align: left;
	padding-bottom: 15px;
}
ul.discography {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 30px;
}
ul.discography li span {
	color: #999;
}
body.bio h3.album-name {
	padding-left: 30px;
	color: var(--kbz-mdq-yellow);
}
@media(max-width: 767px) {
	ul.discography {
		padding-left: 0;
	}
	ul.discography li span {
		display: block;
		padding-left: 20px;
	}
	body.bio h3.album-name {
		padding-left: 0;
	}
}
/* end bio */



/* videos */
.video-wrapper {
	margin-bottom: 15px;
}
/* end videos */



/* other projects */
.other-projects > h3 {
	margin-top: 0;
}
.other-projects h3 {
	margin-top: 120px;
	margin-bottom: 15px;
}
.expandible {
	color: #666;
	cursor: pointer;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.expandible.abierto {
	color: #fff;
	-webkit-line-clamp: unset;
}
.other-projects .project-title {
	color: var(--kbz-mdq-yellow)!important;
	padding-top: 15px;
	border-top: 2px solid var(--kbz-mdq-orange);
}
.other-projects .card {
	border: none;
	border-radius: 0;
	background-color: rgba(0,3,34,.5);
	background-color: rgba(255,255,255,.1);
	margin-bottom: 30px;
}
.other-projects .card .card-title {
	margin-bottom: 5px;
	color: var(--kbz-mdq-yellow);
}
.other-projects .card .card-text {
	color: #999;
}
.other-projects img.project-cover {
	border: 1px solid rgba(255,255,255,.1);
}
.btn-to-sp {
	margin-top: 15px;
	padding: 4px 12px;
	color: #fff;
	background-color: #000;
	text-transform: lowercase;
	text-decoration: none;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.btn-to-sp:hover,
.btn-to-sp:focus {
	color: #000;
	background-color: #fff;
	text-decoration: none;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 767px) {
	.btn-to-sp {
		display: none;
	}
	.other-projects .card-body {
		padding: 0!important;
		padding-top: 10px!important;
	}
	.other-projects .card .card-title {
		font-size: 20px;
		margin-bottom: 0;
	}
	.other-projects .card {
		background-color: transparent!important;
	}
	.other-projects .card {
		margin-bottom: 45px!important;
	}
}
/* end other projects */






/* footer */
footer {
	z-index: 3;
	position: relative;
	padding-bottom: 30px;
	background-color: #000;
}
footer ul.net-socials {
	padding: 60px 0;
}
footer p {
	font-weight: 300;
	color: #fff;
}
footer .back-to-top-wrapper {
	padding-bottom: 15px;
}
footer p a,
footer .back-to-top-wrapper a i {
	color: #fff;
	text-decoration: none!important;

	-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,
footer .back-to-top-wrapper a:hover i {
	color: #d31b20!important;
	text-decoration: none!important;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media (max-width: 767px) {
	footer ul.net-socials {
		padding: 30px 0;
	}
	footer {
		text-align: center;
	}
	footer span.guion {
		display: none;
	}
	footer span.credits {
		padding-top: 8px;
		display: block;
	}
}
footer ul.nav-footer {
	text-align: center;
	padding-top: 120px;
	padding-bottom: 60px;
	width: fit-content;
	margin: 0 auto;
}
ul.nav-footer a {
	display: block;
	/*border: 1px solid red;*/
	width: auto;
}


ul.nav-footer li.bio a h3.album-name,
ul.nav-footer li.milonga-de-quiron a h3.album-name,
ul.nav-footer li.un-mundo-sin-gloria a h3.album-name,
ul.nav-footer li.other-projects a h3.album-name {
	color: #fff;
	padding: 0;
	margin: 20px 10px;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
ul.nav-footer li.bio a:hover h3.album-name,
ul.nav-footer li.bio a:focus h3.album-name,
ul.nav-footer li.milonga-de-quiron a:hover h3.album-name,
ul.nav-footer li.milonga-de-quiron a:focus h3.album-name,
ul.nav-footer li.un-mundo-sin-gloria a:hover h3.album-name,
ul.nav-footer li.un-mundo-sin-gloria a:focus h3.album-name,
ul.nav-footer li.other-projects a:hover h3.album-name,
ul.nav-footer li.other-projects a:focus h3.album-name,
.navbar-nav .nav-item a.nav-link:hover,
.navbar-nav .nav-item a.nav-link:focus {
	color: var(--kbz-mdq-orange);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
body.home ul.nav-footer li.milonga-de-quiron a h3.album-name,
body.bio ul.nav-footer li.bio a h3.album-name,
body.bio .navbar-nav .nav-item.bio a.nav-link,
body.milonga-de-quiron ul.nav-footer li.milonga-de-quiron a h3.album-name,
body.milonga-de-quiron .navbar-nav .nav-item.milonga-de-quiron a.nav-link,
body.un-mundo-sin-gloria ul.nav-footer li.un-mundo-sin-gloria a h3.album-name,
body.un-mundo-sin-gloria .navbar-nav .nav-item.un-mundo-sin-gloria a.nav-link,
body.other-projects ul.nav-footer li.other-projects a h3.album-name,
body.other-projects .navbar-nav .nav-item.other-projects a.nav-link {
	color: var(--kbz-mdq-yellow)!important;
}
body.bio ul.nav-footer li.bio a,
body.bio .navbar-nav .nav-item.bio a.nav-link,
body.milonga-de-quiron ul.nav-footer li.milonga-de-quiron a,
body.milonga-de-quiron .navbar-nav .nav-item.milonga-de-quiron a.nav-link,
body.un-mundo-sin-gloria ul.nav-footer li.un-mundo-sin-gloria a,
body.un-mundo-sin-gloria .navbar-nav .nav-item.un-mundo-sin-gloria a.nav-link,
body.other-projects ul.nav-footer li.other-projects a,
body.other-projects .navbar-nav .nav-item.other-projects a.nav-link {
	pointer-events: none!important;
}
/* end footer */



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



.next-show {
	border: 2px solid red;
	background-color: rgba(0,0,0,.25);
}