/*
- fonts
- html body links and kbz's generic classes
	- test
- boostrap
	- nav
- containers
	- triangle-background
	- wrapper-left
	- wrapper-right
- sections
	- bio
- back-to-top
- footer

- atrapos
- netsocials
- videos
*/



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

/* html body links and kbz's generic classes */
a {
	outline: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
	outline: none;
	box-shadow: none;
}
button:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}
@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}
body {
	font-family: 'Ubuntu', 'Hevetica', 'Arial', sans-serif;
	/*font-family: 'Roboto', 'Hevetica', 'Arial', sans-serif;*/
	font-size: 15px;
	font-weight: 300;
	color: #000;
	background-color: #ededed;
	/*background: linear-gradient(to top left, #c1c1c1 0%, #f1f1f1 100%);*/
	min-height: 100vh;
}
h1 {
	color: #000;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	padding-top: 60px;
}
@media(max-width: 1340px) {
	h1 {
		font-size: 42px;
		line-height: normal;
	}
}
@media(max-width: 1150px) {
	h1 {
		font-size: 39px;
		line-height: normal;
	}
}
@media(max-width: 1024px) {
	h1 {
		font-size: 36px;
		line-height: normal;
	}
}
@media(max-width: 500px) {
	h1 {
		font-size: 32px;
		line-height: normal;
		padding-top: 30px;
	}
}
h2 {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	padding: 0;
	margin-bottom: 15px;
}
@media(max-width: 500px) {
	h2 {
		font-size: 24px;
	}
}
@media(max-width: 500px) {
	h6 {
		font-size: 14px;
	}
}
i {
	font-size: 2em;
}
ul {
	list-style: none;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
}
.btn {
	display: inline-block;
	font-size: .75rem;
	font-weight: 300;
	line-height: 1.2;
	color: #666;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-outline-primary {
	color: #999;
	border-color: #666;
}
.btn-outline-primary:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	text-decoration: none;
}
.no-padding {
	padding: 0 !important;
}

/* test */
.demoalto {
	min-height: 200vh;
}
.kbz-anim {
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
/* end test */
/* end kbz */



/* boostrap */
/* nav */

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



/* containers */

/* triangle-background */
.triangle-wrapper {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	right: 0;
}
.triangle {
	width: 100vw;
	height: 100vh;
	border-style: solid;
	border-width: 0 100vw 100vh 0;
	border-color: transparent #d8d8d8 transparent transparent;
}
/* end triangle-background */



/* scroll */
#scroll-down {
	z-index: 9999999999;
	opacity: 1;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
#scroll-down i {
	color: #000;
}
#scroll-down.out {
	opacity: 0;

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



/* margins */
.mt-60 {
	margin-top: 60px!important;
}
.mb-30 {
	margin-bottom: 30px!important;
}
.mb-60 {
	margin-bottom: 60px!important;
}
/* end margins */



/* wrapper-left */
.wrapper-left {
	z-index: 666;
	text-align: center;
	/*min-height: 100vh;*/
}
.wrapper-left .banner-header {
	background-color: #000;
	margin-top: -30px;
}
@media(max-width: 500px) {
	.wrapper-left .banner-header {
		margin-top: 0;
	}
}
.wrapper-left .banner-header .ukiyo-wrapper {
	height: 25vh
}
.ukiyo-bg {
	/*display: inline-block;*/
	/*padding: 120px auto;*/
	/*margin-bottom: 60px;*/
	height: 100vh;
	background-color: orange;
	background: url("/images/gonzalo-moreira-videos-background.png") no-repeat center center / cover;
}
.over-ukiyo-bg {
	width: 80%;
	height: 100vh;
	margin: 0 auto;
	margin-top: -100vh;
}
.over-ukiyo-bg .video-responsive {
	width: 100%;
	margin-top: calc(50vh - 28.125%);
}
.wrapper-left .banner-header img {
	width: 100%;
	height: auto;
	max-height: 50vh;
}

.wrapper-left img.img-gonza {
	width: 100%;
	height: auto;
	max-width: 320px;
	border-radius: 50%;
}
@media(max-width: 500px) {
	.wrapper-left img.img-gonza {
		max-width: 210px;
	}
}
.wrapper-left header {
	background-color: #000;
	margin: 0;
	padding: 30px 0;
}
.wrapper-left header h1,
.wrapper-left header h2 {
	color: #fff;
	background-color: #000;
	margin: 0;
	padding: 0;
}
.wrapper-left header h2,
.wrapper-left header h2 a {
	color: #666;
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 5px;
}
.wrapper-left header h2 a {
	text-decoration: none;
}
.wrapper-left header h2 a:hover,
.wrapper-left header h2 a:focus {
	color: #fff;
}
.wrapper-left .p-intro {
	width: 80%;
	color: #000;
	margin: 60px auto;
	font-size: 22px;
}
@media(max-width: 500px) {
	.wrapper-left .p-intro {
		font-size: 18px;
	}
}
.wrapper-left .p-intro a {
	color: #000;
	text-decoration: none;
}
.wrapper-left .p-intro a:focus,
.wrapper-left .p-intro a:hover {
	color: #000;
	text-decoration: underline;
}
.wrapper-left .p-info {
	text-align: left;
	width: 80%;
	color: #000;
	padding-top: 60px;
	margin: 0 auto;
	font-size: 20px;
}
@media(max-width: 500px) {
	.wrapper-left .p-info {
		font-size: 16px;
	}
}
.wrapper-left .p-info a {
	color: #000;
}
.wrapper-left .p-info a:hover,
.wrapper-left .p-info a:focus {
	text-decoration: none;
}
.wrapper-left .p-cite {
	color: #333;
	padding: 30px 15px;
	background-color: rgba(0, 0, 0, .1);
	border-left: 3px solid #000;
	margin: 60px 0;
	position: relative;
}
@media(max-width: 500px) {
	.wrapper-left .p-cite {
		margin: 45px 0;
	}
}
.wrapper-left span.cite-credit {
	margin-top: 15px;
	display: block;
	text-align: left;
}
.wrapper-left .p-cite img {
	/*position: absolute;*/
	/*right: 60px;*/
	/*bottom: -60px;*/
	max-width: 120px;
	border-radius: 50%;
	margin-right: 15px;
	margin-top: -15px;
}
body.home .wrapper-left span.cite-credit {
	margin-top: 45px!important;
	display: inline-block!important;
}
body.home .wrapper-left {
	margin-top: 45px!important;
	display: inline-block!important;
}
body.home .wrapper-left .p-cite {
	padding-bottom: 15px;
	display: inline-block!important;
}
@media (max-width: 500px) {
	.wrapper-left .p-cite img {
		margin-top: 15px;
	}
	body.home .wrapper-left span.cite-credit {
		margin-top: 15px!important;
	}
}






section.videos {
	margin-top: 30px;
}

ul.ul-la-mascara-personajes {
	margin-bottom: 60px;
}
ul.ul-la-mascara-personajes li {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
ul.ul-la-mascara-personajes li span {
	color: #666;
	font-style: italic;
	font-weight: normal;
}
/* end wrapper-left */







/* wrapper-right */
.wrapper-right {
	z-index: 666;
	background-color: #000;
	height: 100vh!important;
	min-height: 100vh!important;
	overflow: scroll!important;
	position: fixed!important;
	right: 0;
	/*padding: 45px;*/
	padding-right: 5px;
}

/* BREACK */
@media(max-width: 991px) {
	.wrapper-right {
		height: auto!important;
		min-height: auto!important;
		overflow: hidden!important;
		position: initial!important;
		right: 0;
		padding: 45px!important;

		display: inline-table!important;
	}
}
@media(max-width: 500px) {
	.wrapper-right {
		height: auto!important;
		min-height: auto!important;
		overflow: hidden!important;
		position: initial!important;
		right: 0;
	}
}
@media(max-height: 730px) {
	.wrapper-right {
		display: block!important;
		padding: 15px;
	}
	.wrapper-right .cards-wrapper {
		max-width: 330px;
		margin: 0 auto;
	}
}


.wrapper-right .cards-wrapper .card {
	text-align: left;
	background-color: transparent;
	background-clip: content-box;
	border-radius: 0;
}
.wrapper-right .cards-wrapper .card .card-img {
	text-align: center;
}
.wrapper-right .cards-wrapper .card .card-img img {
	max-width: 100px;
	margin: 0 auto;
	padding: 0 0 6px 0;
	/*margin-right: 15px;*/
	border-right: 2px dotted #fff;
	border-radius: 50%;
	/*filter: grayscale(100%);*/

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 1024px) {
	.wrapper-right .cards-wrapper .card .card-img img {
		max-width: 80px;
	}
}
.wrapper-right .cards-wrapper .card:hover .card-img img {
	padding: 0 15px 0 0;
	border-radius: 0;
	/*filter: grayscale(0);*/

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.wrapper-right .cards-wrapper .card .card-body {
	padding: 0 1rem;
}
.wrapper-right .cards-wrapper .card .card-body a {
	display: block;
	text-decoration: none;
	/*display: none;*/
}
.wrapper-right .cards-wrapper .card .card-year {
	display: inline-block;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	padding: 0 6px;
	margin: 0;
	margin-top: 20px;
	font-weight: bold;
	background-color: #fff;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 1024px) {
	.wrapper-right .cards-wrapper .card .card-year {
		font-size: 15px;
		line-height: 15px;
		margin-top: 0;
	}
}
.wrapper-right .cards-wrapper .card:hover .card-year {
	color: #fff;
	font-size: 1rem;
	line-height: 1rem;
	padding: 0;
	margin-top: 10px;
	font-weight: normal;
	background-color: #000;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.wrapper-right .cards-wrapper .card .card-title {
	color: #fff;
	margin: 0;
	white-space: nowrap;
}
.wrapper-right .cards-wrapper .card h6 {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-top: 5px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.wrapper-right .cards-wrapper .card .card-text {
	margin-bottom: 6px;
}


body.home .wrapper-right .cards-wrapper .card.card-initial {
	display: none;
}
.wrapper-right .cards-wrapper .card.card-initial {
	border-bottom: 1px dotted #666;
	padding-bottom: 15px;
}
.wrapper-right .cards-wrapper .card.card-initial .card-body {
	padding: 0;
}
.wrapper-right .cards-wrapper .card.card-initial a:hover h6,
.wrapper-right .cards-wrapper .card.card-initial a:focus h6 {
	color: #fff;
}
/* end wrapper-right cards */
/* end wrapper-right */
/* end containers */



/* sections */

/* bio */
/* end bio */

/* canciones para no dormir la siesta */
.cards-albums-wrapper {
	width: 100%;
	padding: 0 30px;
}
.cards-albums-wrapper .card {
	text-align: left;
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	border: 0;

	/*background: rgb(216,216,216);*/
	/*background: linear-gradient(202deg, rgba(216,216,216,1) 0%, rgba(225,225,225,1) 100%);*/
	background-color: transparent;
}
.cards-albums-wrapper h3 {
	color: #000;
	font-size: 22px;
	text-align: left;
}
@media(max-width: 500px) {
	.cards-albums-wrapper h3 {
		font-size: 17px;
		min-height: 42px;
	}
	.cards-albums-wrapper p.card-text {
		font-size: 12px;
	}
}
.cards-albums-wrapper .card img.album-cover {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.cards-albums-wrapper .card a.album-img-link {
	display: block;
	overflow: hidden;
}
.cards-albums-wrapper .card a.album-img-link img {
	transform: scale(1);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.cards-albums-wrapper .card a.album-img-link:hover img {
	transform: scale(1.05);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.cards-albums-wrapper .card-body {
	min-height: 145px;
	background-color: #ededed;
	padding-bottom: 0;
}
@media(max-width: 500px) {
	.cards-albums-wrapper .card-body {
		min-height: 130px;
	}
}
.cards-albums-wrapper .card-year {
	/*color: #fff;*/
	/*padding: 0 6px;*/
	font-weight: bold;
	margin: 0;
	/*background-color: #000;*/
}
.cards-albums-wrapper .card-footer {
	background-color: #000;
	background-color: #d8d8d8;
	border: 0;
	padding: 0;
}
.cards-albums-wrapper .card-footer .album-link {
	color: #fff;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .5px;
	border-color: black;
	background-color: #000;
	background-color: #d8d8d8;
	background-color: #CCC;
	text-decoration: none;
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
	width: 100%;
	padding: 10px 0;
	border: 0;
}
.cards-albums-wrapper .card:focus .album-link,
.cards-albums-wrapper .card:hover .album-link {
	cursor: pointer;
	color: #fff;
	background-color: #000;
	outline: none;
	box-shadow: none;
}
.cards-albums-wrapper .card-footer .album-link:focus,
.cards-albums-wrapper .card-footer .album-link:hover {
	color: #1ed760;
	border-color: black;
	background-color: #000;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
ul.ul-discography {
	font-size: 20px;
	margin-bottom: 60px;
}
@media(max-width: 500px) {
	ul.ul-la-mascara-personajes li,
	ul.ul-discography {
		font-size: 17px;
	}
}
ul.ul-discography li a {
	color: #000;
	text-decoration: none;
}
ul.ul-discography li a:hover,
ul.ul-discography li a:focus {
	text-decoration: underline;
}
/* end canciones para no dormir la siesta */

/* end sections */



/* back-to-top */
main {
	position: relative;
	padding: 0;
	margin: 0;
}
.back-to-top-wrapper {
	position: absolute;
	top: 100vh;
	right: 2rem;
	bottom: -5rem;
	width: 3rem;
	z-index: 999999;
	pointer-events: none;
}
/* BREACK */
@media(max-width: 991px) {
	.back-to-top-wrapper {
		bottom: 0!important;
	}
}
@media(max-width: 500px) {
	.back-to-top-wrapper {
		right: 1rem;
		bottom: -5rem;
		bottom: 0rem!important;
	}
}
.back-to-top-link {
	position: fixed;
	position: sticky;
	pointer-events: all;
	top: calc(100vh - 5rem);
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 1rem;
	line-height: 3rem;
	font-weight: bold;
	text-align: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	padding: 0;
	border: 1px dotted #fff;
	background-color: #000;
	transition: transform 80ms ease-in;
	right: 0;
}
@media(max-width: 500px) {
	.back-to-top-link {
		top: calc(100vh - 4rem);
	}

}
.back-to-top-link:hover,
.back-to-top-link:focus {
	/*transform: scale(1.1);*/
	color: #000;
	background-color: #fff;
	text-decoration: none;
	outline: none;
}
.go-to-menu-link {
	display: none;
}
@media(max-width: 991px) {
	.go-to-menu-link {
		position: absolute;
		pointer-events: all;
		top: 10px;
		top: 340px;
		right: 10px;
		display: inline-block;
		text-decoration: none;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 3rem;
		height: 3rem;
		border-radius: 50%;
		padding: 0;
		padding-top: 10px;
		border: 1px dotted #fff;
		background-color: #000;
		transition: transform 80ms ease-in;
		z-index: 99999999999999999999999;
	}
	body.home .go-to-menu-link {
		top: 10px;
	}
	body.canciones .go-to-menu-link {
		top: 378px;
	}
	.go-to-menu-link:hover,
	.go-to-menu-link:focus {
		/*transform: scale(1.1);*/
		color: #000;
		background-color: #fff;
		text-decoration: none;
		outline: none;
	}
}
/* end back-to-top */



/* footer */
footer {
	margin-top: 60px;
	color: #999;
	/*height: 80px;*/
}
footer .footer {
	padding: 15px;
	background-color: #000;
	z-index: 9999!important;
	margin-bottom: -5rem;
}
@media(max-width: 991px) {
	footer .footer {
		/*margin-bottom: -120px;*/
	}
}
footer a {
	color: #999;
	text-decoration: none;
}
footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: underline;
}
/* end footer */























/* atrapos */
.container-atrapos {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	max-width: 60%;
	padding: 0;
	margin: 12% auto;
	margin-bottom: 60px;
}
@media(max-width: 768px) {
	.container-atrapos {
		max-width: 80%;
		margin-top: 14.5%;
		/*margin-bottom: 60px;*/
	}
}
@media(max-width: 500px) {
	.container-atrapos {
		margin-bottom: 30px;
	}
}
.container-atrapos:hover {
	cursor: pointer;
}
.atropos-banner {
	width: 100%;
}
.atropos-banner .atropos-inner {
	border-radius: 8px;
}
.atropos-banner img {
	position: absolute;
	left: -5%;
	top: -5%;
	width: 110%;
	height: 110%;
	object-fit: contain;
	display: block;
	z-index: 1;
	transform-style: preserve-3d;
	pointer-events: none;
}
.atropos-banner img.atropos-banner-spacer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	visibility: hidden;
}
.atropos-banner .atropos-shadow {
	filter: blur(4px)!important;
	opacity: 0.25!important;
	margin-left: 5px;
	margin-top: 5px;
}
.atropos-banner .atropos-highlight {
	z-index: 100;
}
.atropos-banner-text {
	position: absolute;
	color: #fff;
	font-weight: bold;
	left: 0%;
	top: 0%;
}
.atropos-active .atropos-banner-text {

}
/* end atrapos */

.songs-wrapper {
	padding: 50px 40px;
	border: none;
}
@media(max-width: 500px) {
	.songs-wrapper {
		padding: 15px 0;
	}
}
.songs-wrapper a.track-song,
.songs-wrapper a.track-video,
.songs-wrapper a.track-video-disabled {
	display: inline-block;
	text-decoration: none;
	padding: 0 5px;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	text-align: center;
	/*background-color: #fff;*/
}
.songs-wrapper a.track-video-disabled {
	opacity: .25;
	cursor: default;
}
.songs-wrapper a.track-video,
.songs-wrapper a.track-video-disabled {
	margin-left: 15px;
	z-index: 6666;
}
.songs-wrapper a.track-song i {
	font-size: 25px;
	line-height: 32px;
	color: #1ed760;
}
.songs-wrapper a.track-video i,
.songs-wrapper a.track-video-disabled i {
	font-size: 25px;
	line-height: 32px;
	color: rgb(255,0,0);
}
.songs-wrapper a.track-video-disabled i {
	color: rgb(100,100,100);
}
.songs-wrapper button {
	width: 100%;
	border: none;
	text-align: left;
}
.songs-wrapper .song-bots {
	display: inline-block;
	float: right;
	position: absolute;
	right: 60px;
	top: 10px;
}
.songs-wrapper .accordion-body {
	text-align: left;
	border: none;
}
@media(max-width: 500px) {
	.songs-wrapper .accordion-button span {
		width: 58%;
	}
}
.songs-wrapper .accordion-button:not(.collapsed) {
	color: #000;
	background-color: #d8d8d8;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.songs-wrapper .accordion-item {
	background-color: transparent;
	background-color: #ededed;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
p.bonus {
	color: #000;
	text-align: left;
	padding-left: 15px;
	text-transform: uppercase;
	padding-top: 5px;
	font-size: 12px;
}

/* album-wrapper */
.album-wrapper {
	padding: 50px 40px;
	padding-top: 0;
	text-align: left;
}
.album-info {
	text-align: left;
}
.album-info h5 {
	font-size: 22px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0;
}
.album-info h6 {
	font-size: 16px;
	letter-spacing: .2px;
	color: #000;
	margin-top: 0;
	margin-bottom: 15px;
}
.album-cover-credit a,
.album-cover-credit {
	padding: 5px 0;
	padding-bottom: 0;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}
.album-cover-credit a {
	text-decoration: underline;
}
.album-cover-credit a:hover,
.album-cover-credit a:focus {
	text-decoration: none;
}
.bot-spotify {
	display: block;
	height: 30px;
	box-sizing: content-box;
	text-decoration: none;
	width: max-content;
	margin: 30px 0;
	margin-top: 45px;
	padding: 6px 6px;
	padding-bottom: 6px;
	padding-right: 18px;
	background-color: #1ed760;
	border-radius: 23px;
}
.naciceleste .bot-spotify {
	margin-top: 15px;
}
.bot-spotify:hover,
.bot-spotify:focus {
	text-decoration: none;
}
.bot-spotify i {
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
}
.bot-spotify span {
	color: #000;
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: 6px;
	padding-left: 6px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.bot-spotify:hover span,
.bot-spotify:focus span {
	color: #fff;
}


.discography-wrapper {
	text-align: left;
	text-align: center;
	padding: 50px 40px;
	max-width: 801px;
	margin: 0 auto;
}
@media(max-width: 500px) {
	.discography-wrapper {
		padding: 50px 0;
	}

}
body.home .discography-wrapper {
	padding-top: 0!important;
}
.discography-wrapper h5 {
	color: #000;
	margin-bottom: 15px;
}
.discography-wrapper ul.other-albums {
	display: block;
	list-style: none;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	margin: 0 auto;
	padding-top: 45px;
}
.discography-wrapper ul.other-albums li {
	display: inline-block;
	margin: 0 8px;
	margin-bottom: 18px;
}
.discography-wrapper ul.other-albums li a img {
	width: 100%;
	height: auto;
	max-width: 84px;
}
@media(max-width: 1024px) {
	.discography-wrapper ul.other-albums li a img {
		max-width: 75px;
	}
}
/* photos */
.photos-wrapper {

}
/* end photos */

img.la-mayor-logo {
	width: 100%;
	height: auto;
	max-width: 180px;
}

/* netsocials */
ul.netsocials {
	padding-top: 15px;
	padding-bottom: 30px;
	display: block;
	list-style: none;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	margin: 0 auto;
}
ul.netsocials li {
	display: inline-block;
	margin: 0 6px;
}
ul.netsocials li a i {
	font-size: 3em;
	color: #000;

	-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 {
	color: #fff;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 500px) {
	ul.netsocials {
		padding: 45px 0;
	}
	ul.netsocials li a i {
		font-size: 2.2em;
	}
}
/* end netsocials */



/* video */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.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-title,
.ytp-impression-link {
	display: none!important;
	margin-left: -999999px!important
}
/* 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 */