/*
- fonts
- links
- boostrap
- nav
- sections
	form

green:	#34b491;
green:	rgba(52,180,145,1);

*/

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


/* links */
a,
a:focus,
a:hover {
	color: #fff;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
a:focus,
a:hover {
	color: #34b491;
	outline: none;
}
body {
	background-color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #666;
	height:100%;
}
h1 {
	text-indent: -9999px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	display: none;
}
h1 span {
	font-weight: 100;
}
h2 {
	font-size: 34px;
	font-weight: 100;
	color: #FFFFFF;
	color: #34b491;
	margin: 0;
	margin: 15px 0;
	text-transform: uppercase;
}
h3 {
	font-size: 15px;
	font-weight: 300;
	color: #e1e1e1;
	margin: 0;
	text-transform: uppercase;
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
.no-padding {
	padding: 0;
}
/* end links */

/* containers */
body .main-container {
	padding-top: 140px;
    min-height: calc(100vh - 156px);
    /* 156 altura de player + footer */
}
@media (max-width: 768px) {
	body .main-container {
		padding-top: 80px;
	}
}
body.project .main-container .container-project {
	margin: 60px auto;
}
/* end containers */


/* boostrap */
/* nav */
body.bio .navbar-default .navbar-nav > li.bio a,
body.projects .navbar-default .navbar-nav > li.projects a,
body.project .navbar-default .navbar-nav > li.projects a,
body.contact .navbar-default .navbar-nav > li.contact a {
    color: #000000;
    font-weight: 700;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
}
.navbar-default {
	border: 0;
	background-image: none;
	background-color: #e1e1e1;
	box-shadow: none;
	margin: 0;

	padding-top: 80px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.navbar-default.affix {
	background-color: #FFF;
	padding-top: 0;

    -webkit-transition: all 333ms linear;
    -moz-transition: all 333ms linear;
    -o-transition: all 333ms linear;
    transition: all 333ms linear;
}
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-brand {
	float: none;
	width: auto;
	height: 50px;
	padding: 0;
	display: inline-block;
}
.navbar-brand > img {
	display: block;
    width: 210px;
    height: auto;
}
@media (max-width: 768px) {
	.navbar-default {
		padding-top: 30px;
	}
	.navbar-brand > img {
		display: inline-block;
		width: 190px;
		height: auto;
		padding-left: 15px;
	}
}
@media (max-width: 330px) {
	.navbar-default {
		padding-top: 10px;
	}
	.navbar-brand {
		float: left;
		width: 260px;
		height: 50px;
		padding: 0;
		display: block;
	}
	.navbar-brand > img {
		display: block;
		width: 190px;
		height: auto;
		padding-left: 15px;
	}
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
	    margin-left: 0;
	}
}
.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 14px;
    text-shadow: none;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.navbar-default .navbar-nav > li.language > a {
    font-size: 12px;
}
.navbar-default .navbar-nav > li.instagram > a {
    padding-right: 0;
}
.navbar-default .navbar-nav > li.instagram > a i,
.navbar-default .navbar-nav > li.facebook > a i {
    color: #000000;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.navbar-default .navbar-nav > li.instagram > a:hover i,
.navbar-default .navbar-nav > li.facebook > a:hover i {
    color: #34b491;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
@media (max-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		padding: 8px 16px;
	}
}
.navbar-default .navbar-nav > li > a:hover {
    color: #000000;
    font-weight: 700;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 0;
    margin-top: 18px;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #34b491;
}
.navbar-collapse {
    box-shadow: none;
}
.navbar-nav {
	margin: 0;
}
@media (max-width: 550px) {
	.nav > li.instagram,
	.nav > li.facebook {
		display: inline-block;
	}
	.nav > li.instagram i,
	.nav > li.facebook i {
		font-size: 1.6em;
	}
	.nav > li.facebook a {
		padding-left: 4px;
	}
}
/* end nav */
/* end boostrap */



/* sections */


/* projects */
/* thumbnails */

/* opacity from 0 to 1 in site js */
body.projects div.project {
	opacity: 0;
}
body.projects div.project .row {
	margin: 0;
}
/* thumbnail info */
body.projects div.project .project-titles {
	position: absolute;
	background-color: rgba(0,0,0,0);
	height: 100%;
	padding: 15px;
	opacity: 0;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
/* thumbnail info hover */
body.projects div.project:hover .project-titles {
	color: #FFFFFF;
	background-color: rgba(0,0,0,.75);
	opacity: 1;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
body.projects div.project p {
	margin: 0;
}
body.projects div.project p.year {
	color: #cccccc;
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 10px;
}
body.projects div.project p.title {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}
body.projects div.project p.subtitle {
	color: #e1e1e1;
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
	text-transform: uppercase;
	margin-top: 5px;
}
body.projects div.project p.format {
	color: #cccccc;
	padding-top: 10px;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
}
/* thumbnail img */
body.projects div.project .project-photo {
	overflow: hidden;
}
body.projects div.project .project-photo img {
	width: 100%;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0;
}
body.projects div.project .project-photo img {
	transform: scale(1);

	-webkit-transition: transform 0.25s linear;
	-moz-transition: transform 0.25s linear;
	-o-transition: transform 0.25s linear;
	transition: transform 0.25s linear;
}
body.projects div.project:hover .project-photo img {
	transform: scale(1.25);

	-webkit-transition: transform 0.25s linear;
	-moz-transition: transform 0.25s linear;
	-o-transition: transform 0.25s linear;
	transition: transform 0.25s linear;
}
/* end thumbnails */
/* end projects */




/* bio */
body.bio .bio-background-wrapper {
	position: absolute;
	width: 100%!important;
	overflow: hidden!important;
	background-color: #000;
	min-height: calc( 100vh - 140px - 76px - 80px );
	height: -webkit-fill-available;
}
body.bio .bio-background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: calc( 100vh - 140px - 76px - 80px );
	/*min-height: 75vh;*/
	/*
	filter: blur(20px);
	-webkit-filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	overflow: hidden!important;
	*/
}
body.bio .main-container .container-bio {
	padding-top: 60px;
	min-height: calc( 100vh - 140px );
}
body.bio p {
	font-size: 16px;
	line-height: 24px;
	color: #CCCCCC;
}
body.bio p.bio-highlight {
	font-size: 22px;
	line-height: 30px;
	color: #34b491;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px!important;
	padding-bottom: 20px!important;
}
body.bio .bio-text p:last-child {
	margin-bottom: 0;
}
/* end bio */



/* project */
body.project .row.bg-project {
	background-color: orange;
	background-color: #000000;
}
body.project .project-info-background-wrapper {
	position: absolute;
	width: 100%!important;
	overflow: hidden!important;
	background-color: #000;
	min-height: 75vh;
	min-height: calc(100vh - 140px - 76px - 80px);
	/*  140 height nav / 76 height player / 80 height footer */
}
body.project .project-info-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 75vh;
	filter: blur(20px);
	-webkit-filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	overflow: hidden!important;
	/*opacity: .75;*/
	/*display: none;*/
}
body.project .project-cover {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 15px;
}
body.project ul.awards {
	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;
	max-width: 90%;
	margin: 0 auto;
}
body.project ul.awards li {
	color: #FFFFFF;
	padding: 3px 0;
	min-height: 36px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(52,180,145,.25);;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
body.project ul.awards img {
	width: 100%;
	height: auto;
	max-width: 46px;
}
body.project .project-info {
	text-align: center;
}
@media (max-width: 991px) {
	body.project .project-info {
		margin-top: 120px;
	}
}
body.project .project-info span.year,
body.project .project-info span.format,
body.project .project-info span.labelrecord {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
body.project .project-info span.year:after,
body.project .project-info span.format:after {
	content: '|';
	padding: 0 15px;
	color: #34b491;
}
body.project .project-info .avatar-wrapper {

}
body.project .project-info .avatar-wrapper .project-avatar {
	width: 50px;
	height: 50px;
	border-radius: 30px;
	display: inline-block;
}
body.project .project-info .avatar-wrapper h3 {
	display: inline-block;
	margin-left: 15px;
}
body.project .project-info .rol {
	display: block;
	background-color: rgba(255,255,255,.1);
	background-color: rgba(52,180,145,.2);
	max-width: 60%;
	margin: 0px auto;
	margin-top: 45px;
	padding: 4px 0;
	color: #FFFFFF;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 2px;
}



body.project .project-info .project-tracks {
	max-width: 60%;
	margin: 0px auto;
	margin-top: 0px;
	text-align: left;
	clear: both;
}









.project-tracks .track-link {
	display: block;
	padding: 10px;
	color: #CCCCCC;
	font-weight: 500;
	text-decoration: none;
	background-color: rgba(0,0,0,.15);
	margin-bottom: 2px;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.project-tracks .track-link span.position {
	padding-right: 10px;
	color: #999999;
}
.project-tracks .track-link span.duration {
	float: right;
}

.project-tracks .track-link[data-src] {
	cursor: pointer;
}

.project-tracks .track-link[data-src]:hover {
	color: #34b491;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.project-tracks .track-link i {
	opacity: .15;
	color: #666666;
	padding-right: 10px;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.project-tracks .track-link[data-src] i {
	opacity: 1;
}
.project-tracks .track-link[data-src]:hover i {
	color: #CCCCCC;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
/* end project */

/* end sections */



/* video */
.video-wrapper {
	position: relative;
	padding-bottom: 54.25%; /* 16:9 */
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* end video */



/* form */
#contactform {
	margin-top: 30px;
}
#contactform fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
.form-field span { display: block; }
.form-field span input, .form-field span textarea {
	border: none;
	outline: none;
	padding: 6px 0;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid rgba(102,204,204,.3);
	border-radius: 0;
	color: rgba(255,255,255,.5);
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.4s linear;
	   -moz-transition: all 0.4s linear;
			transition: all 0.4s linear;
}
.form-field span input:focus, .form-field span textarea:focus {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.form-field span textarea {
	font-size: 14px;
	overflow: auto;
	height: 160px;
	padding: 15px 0;
	resize: none;
}
.form-field label {
	display: block;
	text-align: left;
	color: #fff;
	text-transform: lowercase;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.2em;
}
.form-click button {
	display: inline-block;
	position: relative;
	border: none;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 0;
	width: 100%;
	background: rgba(102,204,204,.3);
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	   	-ms-transition: all 0.3s;
	   	 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.form-click button:hover {
	background: rgba(102,204,204,1);
	color: #000000;
	border: none;
	font-weight: 600;
}
/* alerts */
#alert { margin-top: 25px; display: none; }
.notification {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: left;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.notification i {
	color: #34b491;
	padding-right: 6px;
	font-size: 1.2em;
}
.notification p {
	text-align: left;
	padding: 0;
	margin: 0;
}
.notification.success p { color: #FFFFFF; }
.notification.error p {  color: #999999;  }
/* end form */


.credits {
	margin-top: 60px;
}
.credits a {
	color: #CCCCCC;

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

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

/* footer */
footer {
	position: absolute;
	width: 100%;
	color: #CCCCCC;
	padding: 20px 0;
	background-color: #000000;
	text-transform: uppercase;
	min-height: 80px;
}
footer.body-less-height-window {
	position: absolute;
	bottom: 0;
}
footer a {
	color: #CCCCCC;
}
footer span.contact {
	padding-left: 15px;
}
footer span.kbz-tadeo,
footer span.kbz-tadeo a {
	text-transform: lowercase;
	color: #666666;
	padding-top: 4px;
	/*display: block;*/
}
footer span.kbz-tadeo a:hover,
footer span.kbz-tadeo a:focus {
	color: #CCCCCC;
}
footer .net-socials {
	list-style: none;
	-webkit-padding-start: 0;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: -30px;
}
footer .net-socials li {
	display: inline-block;
	padding-left: 6px;
}
footer .net-socials li a {
	display: block;
}
footer .net-socials li a:hover i {
	color: #34b491;
}
footer .net-socials li a i {
	color: #CCCCCC;
	font-size: 2em;
}
footer .net-socials li.language {
	padding-right: 15px;
}
@media (max-width: 560px) {
	footer {
		text-align: center;
		padding-bottom: 10px;
	}
	footer span {
		display: block;
	}
	footer span.kbz-tadeo {
		flex: none;
		padding-bottom: 20px;
		margin-top: 90px;
	}
	footer span.contact {
		padding-left: 15px;
	}
	footer .net-socials {
		float: none;
		position: relative;
		right: 0;
		bottom: 10px;
		margin-top: -105px;
	}
	footer .net-socials li.language {
		display: block;
		padding-bottom: 15px;
		padding-right: 0px;
	}
	footer .net-socials li a i {
		font-size: 2em;
	}
}
/* end footer */
/* end sections */

/* vegas */
.vegas-timer {
	/*display: none;*/
	background-color: rgba(0,0,0,.8);
}
.vegas-timer-progress {
	background-color: #000000;
}

.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;
}




.player-container {
	position: relative;
	background-color: #000000;
}
.aplayer {
	position: relative;
	font-family: 'Overpass Mono', monospace!important;
	box-shadow: none!important;
}
.aplayer-withlist.aplayer .aplayer-info {
	border-bottom: 0!important;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    background: #333!important;
}
.aplayer .aplayer-list ol li.aplayer-list-light {
    background: transparent!important;
}
.aplayer .aplayer-list ol li {
    border-top: 1px dotted #333!important;
}
.aplayer .aplayer-list .aplayer-list-cur {
	background-color: #34b491!important;
}
.aplayer .aplayer-list ol li:hover {
    background: rgba(102,204,204,.4)!important;
}
.aplayer .aplayer-played {
	background: rgb(52,180,145)!important;
}
.project-slider-photos {
	/* IMPORTANTE */
	opacity: 0;
	margin-bottom: 30px;
}
body.bio .project-slider-photos {
	margin-bottom: 0;
}
body.bio .bio-photo img {
	width: 210px;
	height: auto;
	border-radius: 50%;
	border: 6px solid #34b491;
}
body.bio .bio-text {
	background-color: rgba(0,0,0,.75);
	padding: 30px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}



.kbz {
	z-index: 999;
	color: #00FF00;
}