/* 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
- animated
- container
- section
- fullpage
- swiper
- playpause & swiper-btn-play
- card card-album
- spotify embed-iframe-wrapper
- shows
- bio
- video

bloodred
#880807
rgba(136, 8, 7, 1)

cabernet
#540111
rgba(84, 1, 17, 1)

*/
:root {
	--swiper-pagination-color: #FFF;
	--swiper-pagination-bullet-size: 16px;
	--swiper-pagination-bullet-width: 16px;
	--swiper-pagination-bullet-height: 16px;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-bullet-inactive-opacity: 0.25;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 8px;
	--swiper-pagination-bullet-vertical-gap: 6px;
}


/* bootstrap's vars light */
[data-bs-theme="light"] {
	--bs-body-bg: #000000;
	--kbz-test: #0f0;
	--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");
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 255, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}
/* bootstrap's vars dark */
[data-bs-theme="dark"] {
	--bs-body-bg: #000000;
	--kbz-test: #f0f;
	--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");
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 255, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}
/* end bootstrap's vars */


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


/* html body links and kbz's generic classes */
html {
	scroll-behavior: smooth;
}
a {
	outline: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
.btn-primary {
	color: #fff;
	border: none;
	background-color: #000;
	text-transform: uppercase;
	text-decoration: none;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.btn-primary:hover,
.btn-primary: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;
}
body {
	font-family: 'Roboto', 'Hevetica', 'Arial', sans-serif;
	font-size: 13px;
	font-weight: 300;
	/*color: #666666;*/
	/*background-color: black;*/
}
h1 {

}
h2 {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.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;
}
ul.netsocials {
	display: flex;
	/*border: 1px solid red;*/
	padding: 10vh 10vw;
}
ul.netsocials li {
	display: inline-block;
	padding: 30px;
	/*border: 1px solid red;*/
}
ul.netsocials li a {
	display: block;
	color: #fff;
	/*opacity: 1;*/
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
ul.netsocials li a:hover,
ul.netsocials li a:focus {
	/*opacity: .5;*/
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
ul.netsocials li i {
	/*font-size: 1em;*/
	font-size: 12vw;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
ul.netsocials li a:hover i,
ul.netsocials li a:focus i {
	font-size: 12vw;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 600px) {
	ul.netsocials {
		padding: 10vh 10vw;
		padding-top: 15vh;
		padding-bottom: 5vh;
	}
	ul.netsocials li i {
		font-size: 20vw;
	}
	ul.netsocials li a:hover i,
	ul.netsocials li a:focus i {
		font-size: 20vw;
		-webkit-transition: all 333ms linear;
		-moz-transition: all 333ms linear;
		-o-transition: all 333ms linear;
		transition: all 333ms linear;
	}
	ul.netsocials li {
		padding: 15px;
	}
}
@media(max-width: 500px) {
	ul.netsocials li {
		padding: 5px;
	}
}
.icon-texture {
	/* estilos de textura */
	background-image: url("/images/backgrounds/herrumbre-small-color.jpg");
	padding: 10px;
	/* para que la imagen cubra todo el ícono */
	-webkit-background-clip: text;
	/* para recortar el fondo al texto */
	background-clip: text;
	color: transparent;
	/* hace el texto transparente para que se vea la textura */

	opacity: 1;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.icon-texture.the-others {
	opacity: .3;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
/* end kbz */



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



/* boostrap */
/* nav */
.navbar {
	padding: 0;
	margin: 0;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.navbar-toggler {
	z-index: 2;
	border: none;
	outline: none;
	box-shadow: none!important;
	padding: 0;
	margin: 0;
	border-radius: 0;
	position: absolute;
	top: 75px;
	left: 75px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: 666;

	background-color: rgba(0, 0, 0, .5);
	border: 1px solid rgba(255, 255, 255, .5);
}
.navbar-toggler-down-animation {
	display: none!important;
}
@media screen and (max-width: 991px) {
	.navbar-toggler-down-animation {
		display: flex!important;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		background-color: transparent;
		min-height: 45px;
		/*border: 1px solid red;*/
	}
	.navbar-toggler-down-animation .navbar-toggler-icon {
		width: 30px;
		height: 30px;
	}
	.navbar-toggler-down-animation .btn-close {
		border: none;
		outline: none;
		box-shadow: none;
		padding: 0;
		opacity: 1;
		--bs-btn-close-white-filter: none;
		width: 1em;
		height: 1em;
		scale: 2.3;
	}
	.navbar-toggler-down-animation .btn-close:hover,
	.navbar-toggler-down-animation .btn-close:focus {
		box-shadow: none;
	}
}
@media(max-width: 991px) {
	.navbar-toggler.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 20;
	}
}
body.lola .navbar-toggler {
	background-color: #000;
}
body.intro.navbar-toggler-fixed .navbar-toggler-icon,
.navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}
.navbar-toggler-down-animation .navbar-toggler-icon,
body.intro .navbar-toggler-icon,
body.lola .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}
.offcanvas-header .btn-close:focus,
.offcanvas-header .btn-close:focus {
	box-shadow: none;
}
.offcanvas {
	/*top: -200svh;*/
	/*bottom: 200svh;*/
	background-color: #540111;
	/*background: #540111 url('/images/backgrounds/herrumbre.jpg') no-repeat center center / cover;*/

	background-image:url('/images/backgrounds/herrumbre-vertical-color.jpg');
	/*background-position:0 53%;*/
	/*padding:40px;*/
	/*filter:grayscale(20%) invert(80%);*/

	-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(-100svh - 60px));
	height: calc(100svh + 120px);
	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;
}
/* offcanvas */
.offcanvas {
	/*
	--bs-offcanvas-width: 100%;
	max-width: 768px;
	border: 0!important;
	*/
}
.btn-close {
	filter: none!important;
	--bs-btn-close-bg: var(--kbz-btn-close);
}
.offcanvas.show .navbar-brand {
	padding: 2%;
	margin: 0 auto;
	margin: 30px auto 75px;
	display: block;
	width: 80%;
	height: auto;
	max-width: 100%;
}
@media(max-width: 575px) {
	.offcanvas.show .navbar-brand {
		margin: 30px auto 45px;
	}
}

.offcanvas.show .navbar-brand #svgBrand g,
.offcanvas.show .navbar-brand #svgBrand polygon,
.offcanvas.show .navbar-brand #svgBrand path,
.offcanvas.show .navbar-brand #svgBrand g path,
.offcanvas.show .navbar-brand #svgBrand g polygon {
	fill: #ffffff!important;
}
.offcanvas-title {
	margin: 0 auto;
}
.offcanvas-body {
	padding: 0;

}
.offcanvas-header {

}
.offcanvas-header h5 {
	color: white;
	font-weight: bold;
}
.offcanvas-header .btn-close {
	position: absolute;
	right: 30px;
	top: 30px;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	opacity: 1;
	--bs-btn-close-white-filter: none;
	width: 1em;
	height: 1em;
	scale: 2.3;
}
.offcanvas.show .nav-link {
	color: #000;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: 10svw;
	line-height: 4svw;
	font-weight: 900;
	text-transform: uppercase;
	/*border: 1px dotted black;*/
	/*padding: 15px;*/
	margin: 15px auto;

	mix-blend-mode: overlay;
	filter: invert(100%);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.offcanvas.show .nav-link:hover,
.offcanvas.show .nav-link:focus {
	color: #FFF;
	font-weight: 900;
	/*border: 1px dotted transparent;*/
	text-decoration: none;
	mix-blend-mode: revert;
	filter: invert(0);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media (max-width: 600px) {
	.offcanvas.show .nav-link {
		font-size: 20svw;
		line-height: 10svw;
		margin: 5px auto;
	}
}
/*
body.videos .nav-link.videos,
body.photos .nav-link.photos,
body.lola .nav-link.lola {
	text-decoration: line-through;
}
*/
/* end nav */
/* end boostrap */
/* end nav */
/* end boostrap */



/* container */
.kbz-anim {
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.kbz-test {
	color: var(--kbz-test);;
}
/* end container */






/* fullpage */
.fp-watermark {
	display: none!important;
}
.fp-arrow.fp-prev {
	padding-left: 30px;
}
.fp-arrow.fp-next {
	padding-right: 30px;
}
#intro.fp-table{
	justify-content: flex-start!important;
}
#intro.fp-tableCell{
		 vertical-align: top!important;
}
/* end fullpage */



/* swiper */
.swiper {
	width: 100%;
	padding: 60px;
	/*height: 100svh;*/
	height: calc( 100svh - 60px );
}
@media (max-width: 1440px) {
	.swiper {
		padding: 30px;
		height: calc( 100svh - 30px );
	}
}
@media (max-width: 600px) {
	.swiper {
		padding: 15px;
		height: calc( 100svh - 15px );
	}
}
@media (max-width: 1440px) {

}
@media (max-width: 600px) {

}
.swiper-wrapper {
	flex: none;
	align-items: flex-start;
	display: flex;
}
.swiper-slide {
	flex: none;
}
.swiper-slide .swiper-card {
	position: relative;
	overflow: hidden;
	height: 100svh;
	background-color: #111b1a;
	border-radius: 11px;
}
.swiper-slide .swiper-card .swiper-card-image {
	display: inline-block;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	z-index: 2;
	margin-left: -100px;
	width: 130%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	border-radius: 13px;
	transition: transform 0.7s;
}
.swiper-slide .swiper-card .swiper-card-content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: end;
	width: 100%;
	height: 100%;
	height: calc(100% - 120px);
	padding: 0 8%;
	padding-bottom: 60px;
	border-radius: 11px;
	transition: 0.3s;
	/*border: 1px solid orange;*/
}
@media (max-width: 1440px) {
	.swiper-slide .swiper-card .swiper-card-content {
		/*padding: 0 6%;*/
		height: calc(100% - 60px);
	}
}
@media (max-width: 600px) {
	.swiper-slide .swiper-card .swiper-card-content {
		padding: 0 20px;
		height: calc(100% - 30px);
		padding-bottom: 20px;
	}
}
.swiper-slide .swiper-card .swiper-card-content .slide-number {
	display: inline-block;
	color: #ccc;
	font-size: 2em;
	font-weight: 300;
	margin: 0;
}
.swiper-slide .swiper-card .swiper-card-content .slide-number span {
	font-size: 2em;
}
.swiper-slide .swiper-card .swiper-card-content .slide-title {
	margin-bottom: 30px;
	font-size: 6em;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #ebefe3;
	text-align: left;
}
@media (max-width: 1440px) {
	.swiper-slide .swiper-card .swiper-card-content .slide-number {
		font-size: 1.5em;
	}
	.swiper-slide .swiper-card .swiper-card-content .slide-number span {
		font-size: .325em;
	}
	.swiper-slide .swiper-card .swiper-card-content .slide-title {
		margin-bottom: 25px;
		font-size: 4em;
		line-height: 1em;
		font-weight: 700;
		letter-spacing: -0.03em;
	}
}
@media (max-width: 600px) {
	.swiper-slide .swiper-card .swiper-card-content .slide-number {
		font-size: .5em;
	}
	.swiper-slide .swiper-card .swiper-card-content .slide-number span {
		font-size: .4em;
	}
	.swiper-slide .swiper-card .swiper-card-content .slide-title {
		margin-bottom: 20px;
		font-size: 2em;
		line-height: 1em;
		font-weight: 700;
		letter-spacing: -0.03em;
	}
}
.swiper-slide .swiper-card .swiper-card-content .slide__btn {
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0;
	border-radius: 0;
	text-decoration: none;
}
.swiper-slide .swiper-card .swiper-card-content .slide__btn:hover {

}
.swiper-slide .swiper-card .swiper-card-content .slide__btn:hover .slide__btn__text {
	margin-right: 10px;
	/*color: #fff;*/
}
.swiper-slide .swiper-card .swiper-card-content .slide__btn:hover .slide__btn__icon path {
	color: #111b1a;
	color: rgba(129, 183, 26, 1);
}
.swiper-slide .swiper-card .swiper-card-content .slide__btn .slide__btn__text {
	padding-top: 3px;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 6px;
	font-weight: 100;
	color: rgba(129, 183, 26, 1);
	transition: color 0.3s;
}
.swiper-slide .swiper-card .swiper-card-content .slide__btn .slide__btn__icon {
	width: 15px;
	font-size: 24px;
}
.swiper-slide .swiper-card .swiper-card-content .slide__btn .slide__btn__icon path {
	color: #ebefe3;
	transition: 0.3s;
}
.swiper-slide .swiper-card .slide__gradient {
	position: absolute;
	z-index: 2;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	background-image: linear-gradient(111deg, #000, rgba(0, 0, 0, .25) 25%);
}
.swiper-slide.is-active .swiper-card-image {
	transform: translateX(100px);
}

@media (max-width: 600px) {
	.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 3px!important;
	}
	.swiper-pagination-bullet {
		width: 8px!important;
		height: 8px!important;
	}
	.slide__btn__icon {
		display: none;
	}
	.swiper-slide .swiper-card .swiper-card-content .slide__btn .slide__btn__text {
		margin-right: 0;
	}
}
/* end swiper */



/* playpause & swiper-btn-play */
.playpause {
	/*display: none;*/
	position: fixed!important;
	top: 75px;
	right: 75px;
	z-index: 666;
}
@media (max-width: 1440px) {
	.navbar-toggler {
		top: 45px;
		left: 45px;
	}
	.playpause {
		top: 45px;
		right: 45px;
	}
}
@media (max-width: 600px) {
	.navbar-toggler {
		top: 8px;
		left: 8px;
	}
	.playpause {
		top: 8px;
		right: 8px;
	}
}
.swiper-btn-play,
.playpause {
	margin: 0;
	padding: 0;
	color: transparent;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid rgba(255, 255, 255, .5);
	font-size: 32px;
	text-align: center;
	line-height: 60px;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.swiper-btn-play {
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 14px;
	line-height: 32px;
	background-color: #000;
	border: 2px solid #fff;
	margin-bottom: 6px;
}
.playpause:hover {
	border: 2px solid #fff;
	background-color: #000;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.playpause::before {
	color: #fff;
	font-family: "Font Awesome 6 Free";
	content: "\f04b";
	display: block;
	margin-top: -1px;
	padding-left: 4px;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.playpause:hover::before {
	color: #fff;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.swiper-btn-play::before {
	color: #FFF;
	font-family: "Font Awesome 6 Free";
	content: "\f04b";
}
.playpause.playing::before {
	content: "\f04c";
	padding-left: 0px;
}
/* end playpause & swiper-btn-play */



/* modal */
body.modal-open {
	overflow: hidden!important;
}
/*.modal {
	z-index: 6666!important
}
.modal-content {
	z-index: 6667!important
}
*/
.modal-content {
	background-color: #000;
	color: #fff;
	border: 1px solid #666;
}
.modal button.btn-close {
	opacity: 1;
	top: 5px;
	right: 5px;
	padding: 15px;
	width: 15px;
	height: 15px;
	position: absolute;
	background-color: black;
	/* border-radius: 50%; */
	overflow: hidden;
	box-shadow: none;
}
.modal-body img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.modal ul.ul-members {
	padding-top: 30px;
}
/* end modal */

/* card card-album */
.card.card-album  {
	border: none;
	border-radius: 0;
	max-width: 350px;
	background-color: rgba(0, 0, 0, .125);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
	margin-bottom: 0;
}
.card.card-album:hover  {
	background-color: rgba(0, 0, 0, .75);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.card.card-album .card-body {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	padding-bottom: 0;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.card.card-album:hover .card-body {
	color: #e1e1e1;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.card.card-album:hover .card-album-img {
	animation: bounce 333ms linear;
	animation-iteration-count: 1;
	transition-property: all;
}
@keyframes bounce {
	0% { transform:scale(0); }
	50% { transform:scale(.85); }
	70% { transform:scale(.75); }
	100% { transform:scale(1); }
}
@media (max-width: 1440px) {

}
@media (max-width: 600px) {
	.card.card-album  {
		max-width: 100%;
		background-color: rgba(0, 0, 0, .5);
	}
	.card.card-album .card-body {
		color: #ccc;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.5;
		padding: 5px;
	}
}
/* card card-album */



/* spotify embed-iframe-wrapper */
.embed-iframe-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: transparent;
}
.embed-iframe-wrapper,
.embed-iframe-wrapper iframe,
.embed-iframe-wrapper iframe html,
.embed-iframe-wrapper iframe body {
	height: 100svh!important;
	background-color: transparent!important;
	visibility: hidden!important;
}
/* end spotify embed-iframe-wrapper */


/* section */
.section {
	color: #FFF;
	text-align: center;
}
section .section-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
section .section-title h2 {
	margin: 0 auto;
}
/* end section */


/* shows */
section.shows {
	/*position: absolute;*/
	background: url('/images/backgrounds/mota-background-shows-1.jpg') no-repeat center center / cover;
	/*position: relative;*/
}
.shows-wrapper {
	z-index: 10;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}
section.bio h2,
section.shows h2,
section.videos h2,
section.redes h2 {
	user-select: none;
	color: #000;
	width: fit-content;
	text-align: center;
	font-size: 18vw;
	font-size: 18svw;
	font-weight: 900;
	text-transform: uppercase;
	margin: 30px auto;

	/* estilos de textura */
	background-image: url("/images/backgrounds/herrumbre-small-color.jpg");
	padding: 10px;
	/* para que la imagen cubra todo el ícono */
	-webkit-background-clip: text;
	/* para recortar el fondo al texto */
	background-clip: text;
	color: transparent;
	/* hace el texto transparente para que se vea la textura */

	mix-blend-mode: lighten;
	/*mix-blend-mode: overlay;*/
	/*filter: invert(100%);*/
	opacity: .75;
}
section.redes h2 {
	opacity: .2;
}

section.shows .show {
	opacity: .75;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
section.shows .show .card {
	text-align: left;
	background-color: rgba(0,0,0,.5);
	border: 1px dotted rgba(255, 255, 255, .25);
}
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 {
	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 {
	border: 2px solid #fff;
	background-color: rgba(0,0,0,.5);
}
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: #fff;
	font-size: 2em;
	line-height: 1em;
	font-weight: 900;
	margin: 0;
	padding: 0;
}
section.shows .show h5 {
	letter-spacing: 1px;
}
section.shows .show .year,
section.shows .show p.card-text {
	color: #999;
	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: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
	text-transform: uppercase;
	border: 2px solid rgba(255, 255, 255, .5);
	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 {
		color: #fff;
		font-size: 1.6em;
		line-height: 1em;
		letter-spacing: 1px;
		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: 1.2em;
		font-weight: 100;
		line-height: 1em;
		letter-spacing: 1px;
		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 */



/* bio */
section.bio {
	/*background: url('/images/backgrounds/mota-background-bio.jpg') no-repeat center center / cover;*/
	background: url('/images/bio/mota-background-bio-1.jpg') no-repeat center center / cover;
	/*position: relative;*/
}
.bio-wrapper {
	overflow: hidden;
	opacity: 1;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.bio-wrapper:active {
	opacity: 0;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
ul.ul-members {
	margin-bottom: 30px;
	position: relative;
	padding-top: 25%;
}
ul.ul-staff li,
ul.ul-members li {
	background-color: rgba(0,0,0,1);
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 5px 15px;
}
ul.ul-staff li a i {
	padding-right: 15px;
	margin-top: -4px;
}
ul.ul-staff li.li-bot {
	background-color: transparent!important;
}
ul.ul-staff li,
ul.ul-members li,
ul.ul-staff li a,
ul.ul-staff li a i {
	color: #fff!important;
	font-size: 22px!important;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: -5px;
}
ul.ul-members li span,
ul.ul-staff li span,
ul.ul-staff li a {
	color: #666;
	font-weight: 300;
	text-transform: lowercase;
	font-style: italic;
}
ul.ul-members li span:before,
ul.ul-staff li span:before {
	content: '/ ';
}
ul.ul-staff li {
	font-size: 16px!important;
}
ul.ul-staff li a {
	font-size: 14px!important;
	padding: 6px 15px;
	display: block;
	border-radius: 5px;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 15px;
	border: 1px solid rgba(255,255,255,.5);
	background-color: rgba(0,0,0,.5);
	text-transform: lowercase;
}
ul.ul-staff li.li-bot.bio a {
	font-size: 24px!important;
}
ul.ul-staff li a:hover,
ul.ul-staff li a:focus {
	border: 1px solid rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 500px) {
	ul.ul-staff li,
	ul.ul-members li,
	ul.ul-staff li a,
	ul.ul-staff li a i {
		font-size: 14px!important;
	}
	ul.ul-staff li,
	ul.ul-staff li a {
		font-size: 10px!important;
	}
}
ul.ul-staff li.li-bot.close {
	background-color: transparent!important;
}
ul.ul-staff li.li-bot.close a {
	border: none;
	margin-bottom: 30px;
}
ul.ul-staff li.li-bot.close a i {
	padding-right: 0;
}
/* end bio */



/* videos */
section.videos {
	/*background: url('/images/backgrounds/mota-background-bio.jpg') no-repeat center center / cover;*/
	background: url('/images/backgrounds/mota-background-shows-2.jpg') no-repeat center center / cover;
	/*position: relative;*/
}
.videos-wrapper {
	overflow: hidden;
}
/* video */
.video-responsive {
  overflow: hidden;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 54.25%;
  position: relative;
  height: 0;
}
.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;
}
#background-video {
  position: relative;
  background: transparent;
}
.ytplayer-container {
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    opacity: .75;
}
.ytp-watch-later-button {
	display: none!important;
}
section.container.videos {
    /*margin-top: 240px;*/
}
/* end videos */
/* end videos */


/* redes */
section.redes {
	background: url('/images/backgrounds/herrumbre-horizonta.jpg') no-repeat center center / cover;
	/*position: relative;*/
}
.redes-wrapper {
	z-index: 10;
	overflow: hidden;
	position: relative;
}
div.credits {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
}
div.credits,
div.credits a {
	color: #CCC;
	text-decoration: none;
}
div.credits a:hover,
div.credits a:focus {
	color: #fff;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
/* end videos */

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