/*
- fonts
- html body links and kbz's generic classes
- boostrap
- container
- sections
	- home
	- ptlqc
	- bio
	- albums
	- videos
	- merch
	- contact
- pages

- colors:

#453C27 rgba(69,60,39,1)	brown-dark
#695B44 rgba(105,91,69,1)	brown-middle
#907856 rgba(144,120,86,1)	brown
#ECD1A8 rgba(236,209,168,1) brown-light

#D8D8D8 rgba(216,216,216,1	gray
#F3F3F3 rgba(243,243,243,1	gray-light
#FFFFFF rgba(255,255,255,1	white

- fonts

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Lexend:wght@100;300;400;500;600;700&display=swap');

font-family: 'DM Serif Display', serif;
font-family: 'Lexend', sans-serif;
*/



/* fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Lexend:wght@100;300;400;500;600;700&display=swap');

/* html body links and kbz's generic classes */
* {
	/*border: 1px solid orange;*/
}
a {
	outline: none;
    color: #ECD1A8;
    text-decoration: none;
    background-color: transparent;

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

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
body {
	font-family: 'Lexend', 'Hevetica', 'Arial', sans-serif;
	color: #453C27;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	background-color: #453C27;
}
h2 {
	font-family: 'DM Serif Display', serif;
	color: #FFFFFF;
	font-size: 65px;
	line-height: 65px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}
@media (max-width: 600px) {
	h2 {
		font-size: calc( 65px * 0.5 );
		line-height: calc( 65px * 0.5 );
		margin-bottom: 15px;
	}
}
@media (max-width: 320px) {
	h2 {
		font-size: calc( 65px * 0.4 );
		line-height: calc( 65px * 0.4 );
	}
}
h4 {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h5 {
	color: #ECD1A8;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	padding-bottom: 7px;
}
.no-padding {
	padding: 0 !important;
}
i {
	font-size: 2em;
}
/* end kbz */



/* boostrap */
/* nav */
/*
.nav-item .nav-link,
.nav-item.bio .nav-link {
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0!important;
	margin: 0 10px;
	border-bottom: 1px solid transparent;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.nav-item .nav-link:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.nav-item .nav-link.active {
	color: #ECD1A8;
	border-bottom: 1px solid #ECD1A8;

}
body.ptlqc .nav-item.ptlqc .nav-link,
.nav-item.bio .nav-link.active {
	color: #695B44;
	border-bottom: 1px solid #695B44;
}
.nav-item:last-child .nav-link {
	margin-right: 0;
}
.navbar-toggler {
	display: none;
}
*/
/* 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 */



section {
	position: relative;
	min-height: 100vh;
	padding: 0;
	padding: 90px 0;
	/*border: 1px solid orange;*/
}
.content-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 600px) {
	.content-center {
		display: inherit;
	}
	section {
		padding: 60px 0;
		/*border: 1px solid orange;*/
	}
	body.page.bio section {
		padding-top: 30px 0;
	}
}
/* sections */

section {
	min-height: 100%;
	min-height: 100vh;
	min-height: 100svh;
}
@media (max-width: 600px) {
	body.site ul.net-socials-ptlqc li {
		padding: 0 8px;
	}
	body.site ul.net-socials-ptlqc li a i {
		font-size: 28px!important;
	}
	body.page.bio section {
		padding-top: 30px 0;
	}
}
@media (max-width: 320px) {
	body.site ul.net-socials-ptlqc {
		padding-bottom: 30px;
	}
	body.site ul.net-socials-ptlqc li {
		padding: 0 5px;
	}
	body.site ul.net-socials-ptlqc li a i {
		font-size: 22px!important;
	}
	body.page.bio section {
		padding-top: 30px 0;
	}
}
/* end home */

section p {
	width: 80%;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 28px;
}
section p a {
	color: #FFFFFF;
	line-height: 28px;
	text-decoration: none;
	border-bottom: 1px solid transparent;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
section p a:hover,
section p a:focus {
	color: #ECD1A8;
	line-height: 28px;
	text-decoration: none;
	border-bottom: 1px solid #ECD1A8;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media (max-width: 600px) {
	section p {
		width: 100%;
	}
}
@media (max-width: 600px) {
	.section-content-wrapper {
		padding-right: 15px;
	}
	.section-header-wrapper {
		padding: 0 25px;
	}
}
@media (max-width: 991px) {
	.slick {
		padding-top: 30px;
	}
}
.slick-item {
	padding: 0px 10px;
}
.slick-item img {
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.28);
	margin-bottom: 15px;
}
.slick-info {
	position: relative;
	border-left: 1px solid #ECD1A8;
	padding-left: 15px;
}
.btn-spotify,
.btn-spotify:hover,
.btn-spotify:focus {
	text-decoration: none;
}
.slick-icon {
	padding: 0;
	text-align: right;
}
.slick-icon i {
	color: #FFFFFF;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.btn-spotify:hover .spotify-icon i {
	color: #1db954;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
/* slick */
.slick-prev, .slick-next {
	top: 105%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
    z-index: 1!important;
    width: 34px;
    height: 21px;
}
.slick-next:before,
.slick-prev:before {
    content: ''!important;
}
.slick-prev {
	left: 10px;
    background-image: url(../images/arrow.png)!important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-next {
	left: 59px;
    background-image: url(../images/arrow.png)!important;
}
.slick-dots {
	bottom: -40px;
	text-align: right;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button:before {
    font-size: 8px;
    opacity: 1;
    color: #ECD1A8;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FFFFFF;
}
.slick-dotted.slick-slider {
    margin-bottom: 90px;
}
/* end albums */



/* pages */
/* ptlqc-intro */
body.ptlqc section.ptlqc-intro {
	min-height: 100%;
	min-height: 100vh;
	min-height: 100svh;
	padding: 0;
}
body.ptlqc .ptlqc-logo img {
	width: 100%;
	height: auto;
	max-width: 948px;
}
body.ptlqc .ptlqc-afiche {
	text-align: left;
}
body.ptlqc .ptlqc-afiche a {
	display: block;
	margin-bottom: 5px;
	max-width: 240px;
}
@media(max-width: 767px) {
	body.ptlqc .ptlqc-afiche a {
		max-width: 100%;
	}
}
body.ptlqc .ptlqc-afiche img {
	width: 100%;
	height: auto;
	max-width: 240px;
	margin-bottom: 15px;
}
body.ptlqc .btn-ver-trailer {
	background-color: #695B44;
	color: #FFFFFF;
	padding: 6px 12px;
}
body.ptlqc .btn-ver-trailer.btn-horarios {
	/*display: none;*/
}
body.ptlqc section.ptlqc-intro .ptlqc-intro-text {
	background-color: rgba(105,91,69,.75);
	padding: 30px;
}
body.ptlqc section.ptlqc-intro .ptlqc-intro-text p {
	width: 100%;
}
body.ptlqc section.ptlqc-intro .ptlqc-intro-text p.title {
	width: 100%;
	font-size: 18px;
	color: #453C27;
	font-weight: bolder;
	background-color: #FFFFFF;
	padding-left: 15px;
}
@media (max-width: 767px) {
	body.ptlqc .btn-ver-trailer,
	body.ptlqc .btn-ver-trailer.btn-horarios {
		display: block;
	}
	body.ptlqc .btn-ver-trailer.btn-horarios {
		margin-top: 15px;
	}
	section.ptlqc-intro {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	body.ptlqc .ptlqc-intro-text {
		display: none;
	}
	body.ptlqc .ptlqc-afiche {
		text-align: center;
	}
	body.ptlqc .ptlqc-afiche img {
		max-width: none;
	}
	body.ptlqc .ptlqc-logo img {
		display: none;
	}
}
/* ptlqc-sinopsis */
body.ptlqc section.ptlqc-sinopsis {
	background-color: #907856;
	min-height: 0;
}
body.ptlqc .sinopsis-wrapper {
	color: #FFFFFF;
	padding: 90px;
	/*min-height: 100vh;*/
}
@media (max-width: 600px) {
	body.ptlqc .sinopsis-wrapper {
		padding: 45px;
		/*min-height: 100vh;*/
	}
}
body.ptlqc .sinopsis-wrapper p {
	width: 100%;
	text-align: justify;
}
body.ptlqc h2 {
	color: #ECD1A8;
}
@media (max-width: 600px) {
	body.ptlqc h2 {
		text-align: center;
	}
}
body.ptlqc section.ptlqc-sinopsis {
	background-color: #907856;
	min-height: 0;
}
body.ptlqc section.ptlqc-sinopsis .ptlqc-sinopsis-photos {
	min-height: 50vh;
}
/* ptlqc-ficha-tecnica */
body.ptlqc section.ptlqc-ficha-tecnica {
	min-height: 0;
}
body.ptlqc .ficha-tecnica-1,
body.ptlqc .ficha-tecnica-2,
body.ptlqc .ficha-tecnica-3,
body.ptlqc .ficha-tecnica-title {
	padding: 30px;
	background-color: rgba(69,60,39,.75);
}
body.ptlqc .ficha-tecnica-title {
	background-color: #000000;
}
body.ptlqc .ficha-tecnica-title h2 {
	color: #ECD1A8;
}
@media (max-width: 576px) {
	body.ptlqc .ficha-tecnica-1,
	body.ptlqc .ficha-tecnica-2,
	body.ptlqc .ficha-tecnica-3 {
		padding: 0px 45px;
	}
	body.ptlqc .ficha-tecnica-1 {
		padding-top: 45px;
	}
	body.ptlqc .ficha-tecnica-3 {
		padding-bottom: 35px;
	}
}
/* ptlqc-multiplataforma */
body.ptlqc .ptlqc-multiplataforma {
	min-height: 0;
	padding-bottom: 0;
}
body.ptlqc .multiplataforma-title {
	background-color: #453C27;
	text-align: center;
	padding: 45px;
}
body.ptlqc .multiplataforma-title h2 {
	color: #ECD1A8;
}
body.ptlqc .ptlqc-multiplataforma .multiplataforma-wrapper {
	background-color: #FFFFFF;
	padding: 30px 45px;
}
body.ptlqc .ptlqc-multiplataforma .multiplataforma-wrapper .ptlqc-icon {
	width: 60px;
	height: auto;
	border: 0;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	margin-left: -5px;
}
body.ptlqc .ptlqc-multiplataforma .multiplataforma-wrapper p {
	color: #453C27;
	width: 100%;
	margin: 0;
}
body.ptlqc .ptlqc-multiplataforma .multiplataforma-wrapper p.title {
	font-family: 'DM Serif Display', serif;
	color: #907856;
	font-size: 22px;
	font-weight: normal;
}
body.ptlqc .ptlqc-multiplataforma .multiplataforma-wrapper a {
	color: #907856;
	text-decoration: underline;
}
body.ptlqc .ptlqc-multiplataforma .multiplataforma-wrapper a:hover,
body.ptlqc .ptlqc-multiplataforma .multiplataforma-wrapper a:focus {
	text-decoration: none;
}
/* ptlqc-qa */
body.ptlqc section.ptlqc-qa .ptlqc-qa-photos {
	min-height: 50vh;
}
body.ptlqc .ptlqc-qa {
	min-height: 0;
	padding-bottom: 0;
	background-color: #ECD1A8;
	color: #907856;
}
body.ptlqc .qa-wrapper {
	padding: 90px;
}
@media (max-width: 600px) {
	body.ptlqc .qa-wrapper {
		padding: 45px;
	}
}
body.ptlqc .ptlqc-qa h2 {
	color: #907856;
	line-height: 1;
	padding: 0;
	margin: 0;
}
body.ptlqc .ptlqc-qa h2 a {
	color: #907856;
	line-height: 1;
	padding: 0;
	margin: 0;
}
.accordion {
	margin-top: 30px;
	border-top: 1px dotted #907856;
}
.accordion-button:not(.collapsed) {
	color: inherit;
    background-color: transparent;
    box-shadow: none;
}
.accordion-item {
    background-color: transparent;
    border: none;
	padding: 15px 0;
	border-bottom: 1px dotted #907856;
}
.accordion-button {
    padding: 0;
    background-color: transparent;
	font-family: 'Lexend', 'Hevetica', 'Arial', sans-serif;
	color: #907856;
	text-decoration: underline;
}
.accordion-button:hover,
.accordion-button:focus {
    outline: 0;
	text-decoration: none;
    box-shadow: none;
}
.accordion-body {
	color: #907856;
    padding-left: 0;
    padding-right: 0;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23907856' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23907856' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}





/* ptlqc-logos */
body.ptlqc .ptlqc-logos {
	min-height: 0;
	padding: 30px 0;
	background-color: #000000;
	color: #FFFFFF;
}
body.ptlqc .ptlqc-logos .slick-item img {
	box-shadow: none;
	margin: 0;
	max-height: 80px!important;
	width: auto!important;
}
body.ptlqc .ptlqc-logos .slick-item a img {
	opacity: .75;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
body.ptlqc .ptlqc-logos .slick-item a:hover img,
body.ptlqc .ptlqc-logos .slick-item a:focus img {
	opacity: 1;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
/* separator */
body.ptlqc section.ptlqc-separator {
	min-height: 320px;
	height: 320px;
	background-color: transparent;
}
body.ptlqc .ptlqc-separator p {
	padding-top: 120px;
	width: 100%;
}
ul.net-socials-ptlqc {
	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;
}
ul.garchitis {
	list-style: disc;
	padding-inline-start: 20px;
}
ul.garchitis li {
	color: #FFFFFF;
}
ul.net-socials-ptlqc li {
	display: inline-block;
	padding: 0 10px;
}
@media (max-width: 600px) {
	ul.garchitis {
		list-style: disc;
		padding-inline-start: 15px;
		font-size: 12px;
	}
	ul.garchitis li {
		padding: 0;
	}
}
ul.net-socials-ptlqc li a i {
	font-size: 2em;
	color: #FFFFFF;

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

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




footer {
	background-color: #000000;
	color: #666666;
	padding: 6px 0;
	font-size: 14px;
}
footer .credits {
	text-align: right;
}
footer .credits a {
	color: #666666;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
footer .credits a:hover,
footer .credits a:focus {
	color: #FFFFFF;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media (max-width: 575px) {
	footer,
	footer .credits {
		text-align: center;
	}
}



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


/* vegas */
.vegas-timer {
    top: 0;
}
.vegas-timer-progress {
    background: #907856;
}
.vegas-slide {
    background-color: #000000!important;
}
.vegas-slide-inner {
    opacity: .75;
}
/* end vegas */

/* 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;
}
.video-responsive iframe {
  border: 0;
}
@media (max-width: 991px) {
	.video-responsive {
		margin-top: 45px;
		margin-right: -15px;
		margin-left: -15px;
	}
	section.videos .section-content-wrapper,
	section.ptlqc .section-content-wrapper {
		padding: 0;
	}
}

/* end video */
.video-playlist {
	z-index: 666666;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 800px) and (orientation: landscape) {
	.video-playlist {
		position: fixed;
	}
	.video-responsive {
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}
}
@media (max-width: 800px) and (orientation: portrait) {
	.video-playlist {
		position: inherit;
	}
	.video-responsive {
		margin-top: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}
}
/*
*/

/*
// brack rotate css content
@media screen and (orientation: landscape) {
	html {
		//Rotate the content container
		transform: rotate(-90deg);
		transform-origin: left top;
		//Set content width to viewport height
		width: 200vh;
		//Set content height to viewport width
		height: 100vw;
		overflow-x: hidden;
		position: absolute;
		top: 100%;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
*/

