/*
- fonts
- html body links and kbz's generic classes
- boostrap
- sections
	- banner
	- videos
	- directors
	- awards
	- contact
		- map
- footer
*/

/*	colors:

	#f6af80	sambayon (246, 175, 128)
	#000000 black
	#4d4d4d gray
	#eeeeee	gray
	#ffffff white
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*	fonts:

	titles:	font-family: 'DM Serif Display', serif;
	texts:	font-family: 'Roboto', sans-serif;
*/

/* html body links and kbz's generic classes */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #FFFFFF;
	outline: none;
}
a:hover {
	color: #f6af80;
	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.bot-dakoit {
	display: block;
	border: 0px;
	padding: 0;
	border-radius: 6px;
	text-align: right;
	background-color: rgba(255,255,255,.4);
	background-color: transparent;
	margin-right: 15px;
	/*display: block;*/

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
a.bot-dakoit span {
	padding-right: 6px;
}
@media (max-width: 767px) {
	a.bot-dakoit {
		border: 1px dotted white;
		padding: 8px 22px;
		text-align: center;
		margin-right: 0;
		/*display: block;*/

		-webkit-transition: all 0.25s linear;
		-moz-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}
	a.bot-dakoit span {
		display: none;
	}
	a.bot-dakoit:hover,
	a.bot-dakoit:focus {
		background-color: white;
	}
}
section .section-bot {
	margin-top: 30px;
	text-align: right;
}
html,body {
	color: #000000;
}
body {
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	background-color: #000000;
}
@media (max-width: 768px) {

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

}
h1 {
	font-family: 'DM Serif Display', serif;
	display: none;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
h2 {
	font-family: 'DM Serif Display', serif;
	font-size: 36px;
	color: #000000;
	letter-spacing: 1px;
}
h3 {
	font-size: 26px;
	font-family: 'DM Serif Display', serif;
	letter-spacing: 1px;
	/*padding: 0;*/
	/*margin-bottom: 0;*/
}
.no-padding {
	padding: 0!important;
}
.no-padding .row-fluid div[class*="col-"] {
	/*padding: 0 !important;*/
}
.offset-top {
	padding-top: 180px;
}
@media (max-width: 575px) {
	.offset-top {
		padding-top: 90px;
	}
}
.btn.btn-default {
	text-shadow: none;
	background-color: #000000;
	background-image: none;
	border-color: #e1e1e1;
	color: #FFFFFF;
	padding: 4px 8px;
	text-transform: uppercase;
	font-size: .8em;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.btn.btn-default:hover {
	background-color: #FFFFFF;
	color: #000000;

	-webkit-transition: all 0.333s linear;
	-moz-transition: all 0.333s linear;
	-o-transition: all 0.333s linear;
	transition: all 0.333s linear;
}
.load-more {
	padding-top: 30px;
}
.loadmore-wrapper {
	padding-top: 30px;
}
/* animated */
.animated-delay-333 {
	/* Chrome, Safari, Opera */
	-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;
}
.animated-delay-3000 {
	-webkit-animation-delay: 1.332s;
	animation-delay: 1.332s;
}
/* end kbz */



/* boostrap */

/* nav */
/* navbar navbar-default navbar-fixed-top (affix-top and affix) */
.navbar {
	background-image: none;
	background-color: transparent;
	box-shadow: none;
	border: none;
	margin: 0;
    box-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;
}
body.projects .navbar.sps--blw,
.navbar.sps--blw {
	background-color: #FFFFFF;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
/* svg */
#dakoit-svg {
	width: 108px;
	height: 30px;
	fill: #f6af80;
}
.navbar .nav-link {
	text-transform: uppercase;
	font-weight: 500;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 4px;
}
body.projects .navbar .nav-link,
.navbar.sps--blw .nav-link {
	color: #4d4d4d;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
	color: #f6af80!important;
}
.caret {
	display: none;
}
.navbar-toggler {
    padding: 0;
}
/* navbar toggler navbar-toggler */
body.capabilities .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(246,175,128,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
	/*border-color: #f6af80;*/
    border: none!important;
    border-color: transparent!important;
    outline: none!important;
    padding-right: 15px;
}
/* endnavbar toggler navbar-toggler */

/* ajustes de botones en mobile */
@media (max-width: 767px) {
	.navbar-collapse .navbar-nav {
		margin-top: 15px;
	}
	.navbar-collapse .nav-link {
		padding-left: 16px;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-expand-md .navbar-nav:last-child .nav-link {
		/*padding-right: 0;*/
	}
}

/* actual section */
body.projects .nav-link.projects,
body.about .nav-link.about {
	color: #f6af80!important;
}
body.capabilities .nav-link.capabilities {
	color: #4d4d4d!important;
}
/* end boostrap */

/* container */
@media (max-width: 767px) {
	.navbar .navbar-brand {
		padding-left: 12px;
	}
}
@media (max-width: 575px) {
	.navbar .navbar-brand {
		padding-left: 12px;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 768px) {
	.navbar {
		padding-left: 0px;
		padding-right: 0px;
	}
}
/* end container */

/* banner */
.banner-slider {
	overflow: hidden;
}
.banner-slider a span {
	padding-right: 5px;
}
.banner-slider .banner {
	position: relative;
	overflow: hidden;
}
.banner-slider .banner iframessss {
	min-height: 100vh;
    width: calc((100vh/9)*16);
    min-width: 100vw;
    position: absolute;
    top: -30px;
    z-index: 100;
    left: calc(
    	50vw
    	-
		( ( ( 100vh / 9 ) * 16 ) / 2 )
    );
    left: 0;
    height:110vh;
}
body.home .banner {
	/*height: 440px;*/
	height: calc(100vh);
	background: transparent center top no-repeat;
	background-size: cover;
}
.banner a.trigger {
	display: block;
	height: 100%;
	cursor: pointer;
	position: relative;
}
.banner a img.btn-play {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: calc(50% - 30px);
	margin: 0 auto;
}
body.home .video-caption {
	text-align: left;
	position: absolute;
	z-index: 200;
	bottom: 15%;
	left: 0px;
	width: 100%;
	right: initial;
	padding: 0;
}
body.home .video-caption h2 {
	color: #fff;
	margin-bottom: 5px;
}
body.home .video-caption a.video-link {
	display: block;
	font-size: 1em;
	color: #FFF;
	text-align: left;
	padding: 0;
	margin-top: -15px;
	line-height: 2em;
}
.videos .video-caption {
	display: none;
}
body.home .video-caption a.video-link i {
	font-size: 1em;
	display: none;
}
body.home .video-caption a.video-link:hover,
body.home .video-caption a.video-link:focus {
	color: #f6af80;
}
/* end banner */



/* sections */
section {
	padding: 120px 0;
	/*padding: 90px 0;*/
}
@media (max-width: 575px) {
	section {
		padding: 60px 0;
		/*padding: 90px 0;*/
	}
}
.vertical-align {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: left;
}
@media (max-width: 991px) {
	.vertical-align {
		min-height: auto;
		display: block;
		align-items: center;
		justify-content: left;
	}
}


/* projects */
body.home section.projects {
	background-color: #FFFFFF;
}
body.home section.projects h3.title {
	color: #f6af80;
	padding-bottom: 5px;
	border-bottom: 1px dotted #f6af80;
	margin-bottom: 60px;
}
body.home section.projects a.bot-dakoit,
.loadmore-wrapper a.bot-dakoit {
	color: #000;
}
body.home section.projects a.bot-dakoit:hover,
.loadmore-wrapper a.bot-dakoit:focus {
	color: #f6af80;
}
@media (max-width: 767px) {
	body.home section.projects a.bot-dakoit,
	.loadmore-wrapper a.bot-dakoit {
		color: #000;
		border: 1px dotted #CCC;
		background-color: transparent;
	}
	body.home section.projects a.bot-dakoit:hover,
	body.home section.projects a.bot-dakoit:focus,
	.loadmore-wrapper a.bot-dakoit:hover,
	.loadmore-wrapper a.bot-dakoit:focus {
		color: #FFF;
		background-color: #f6af80;
	}
}
@media (max-width: 575px) {
	body.home section.projects {
		padding: 60px 0;
		min-height: 50vh;
		background: #FFF;
	}
}
.project-info h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}
section.projects a {
	display: block;
	color: #f6af80;
}
section.projects .project-thumb .video-responsive {
	/*width: calc( 100% - 30px );*/
}
section.projects .video-caption {
	display: none;
}
section.projects .project-info {
	/*padding-left: 20px;*/
}
@media (max-width: 1199px) {
	section.projects .project-thumb .video-responsive {
		/*width: calc( 100% - 0px );*/
	}
	section.projects .project-info {
		/*padding-left: 45px;*/
	}
}
@media (max-width: 991px) {
	section.projects .project-thumb {
		margin-bottom: 30px;
	}
	section.projects .project-info {
		padding-left: 0px;
	}
	body.home section.projects {
		background: #FFF;
	}
}




body.projects,
body.projects .navbar {
	background-color: #FFF;
}
body.projects .offset-top {
	padding-top: 120px;
	margin-bottom: 90px;
}
body.projects .video-wrapper {
	padding: 25px;
}
body.home .project-info,
body.projects .project-info {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	body.projects .video-wrapper {
	    padding: 15px;
	}
}


/* end projects */




/* about */
body.home section.about {
	color: #ffffff;
	background-color: #000000;
}
body.home section.about h3 {
	color: #f6af80;
}
body.home section.about p.address a {
	color: #ffffff;
}
body.home section.about p.address a:hover,
body.home section.about p.address a:focus {
	color: #f6af80;
}
@media (max-width: 767px) {
	body.home section.about a.bot-dakoit {
		margin-bottom: 10px;
		border: 1px dotted #666;
	}
	body.home section.about a.bot-dakoit:hover,
	body.home section.about a.bot-dakoit:focus {
		color: #000000;
		background-color: #f6af80;
	}
}
body.about {
	color: #FFFFFF;
	background-color: #000000;
}
body.about .navbar {
	background-color: #000000;
	/*border-bottom: 1px dotted #f6af80;*/
}
body.about .navbar.sps--abv .nav-link,
body.about .navbar.sps--blw .nav-link {
	color: #e1e1e1;
}
body.about h2 {
	font-size: 36px;
	color: #f6af80;
}
body.about > .container {
	padding-bottom: 240px;
}
body.about .about-photos,
body.about .about-contact,
body.about .about-representation {
	margin-top: 90px;
}
body.about .about-photos .member {
	margin-bottom: 90px;
}
body.about .about-photos .member h3 {
	margin-top: 30px;
	margin-bottom: 8px;
	line-height: 26px;
}
body.about .about-photos .member p {
	color: #f6af80;
	line-height: 18px;
}
body.about .about-photos .member img {
	opacity: .75;
	/*border-radius: 0%;*/

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
body.about .about-photos .member img:hover,
body.about .about-photos .member img:focus {
	opacity: 1;
	/*border-radius: 50%;*/

	-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: 575px) {
	body.about .about-photos,
	body.about .about-contact,
	body.about .about-representation {
		margin-top: 30px;
	}
	body.about .about-photos .member {
		margin-bottom: 30px;
	}
	body.about .about-photos .member h3 {
		margin-top: 15px;
	}
	body.about > .container {
		padding-bottom: 100px;
	}
}
/* end about us */


/* capabilities */
section.capabilities {
	background-color: #f6af80;
}
/*
section.capabilities .square {
	width: 30px;
	height: 30px;
	border: 2px solid #FFF;
}
section.capabilities .triangle {
	color: #FFF;
    position: relative;
    transform: scale(6,1));
    width: 30px;
    height: 30px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid;
}
section.capabilities .triangle,
section.capabilities .triangle::before {
    display: block;
    box-sizing: border-box;
    border-right: 3px solid transparent;
}
section.capabilities .triangle::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    border-left: 2px solid;
    border-top: 2px solid;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg) skew(10deg,10deg);
    left: -1px;
    bottom: -15px
}
section.capabilities .circle {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 2px solid #FFF;
}
*/
section.capabilities h3 {
	color: #FFF;
	padding-bottom: 15px;
	/*border-bottom: 1px solid #ffffff;*/
}
section.capabilities p {
	/*color: #4d4d4d;*/
	color: #FFF;
	min-height: 50px;
	margin-bottom: 0;
}
section.capabilities a:hover,
section.capabilities a:focus {
	color: #4d4d4d;
}
@media (max-width: 991px) {
	section.capabilities h3 {
		padding-bottom: 0px;
	}
}
@media (max-width: 600px) {
	section.capabilities .square,
	section.capabilities .triangle,
	section.capabilities .circle {
		display: none;
	}
	section.capabilities h3 {
		color: #FFF;
		padding-bottom: 0px;
		/*border-bottom: 1px solid #ffffff;*/
	}
	section.capabilities .capabilitie {
		padding-right: 15px;
		margin-bottom: 30px;
	}
}


body.capabilities {
	color: #FFF;
	background-color: #f6af80;
}
body.capabilities .navbar {
	background-color: #f6af80;
	/*border-bottom: 1px dotted #f6af80;*/
}
body.capabilities .navbar.sps--abv .nav-link,
body.capabilities .navbar.sps--blw .nav-link {
	color: #FFF;
}
body.capabilities h2 {
	font-size: 36px;
	color: #FFF;
}
body.capabilities > .container {
	padding-bottom: 180px;
}
body.capabilities #dakoit-svg {
    fill: #fff;
}
body.capabilities .capabilities-reel {
	margin-top: 90px;
}
/*
section.capabilities .capabilitie {
	height: calc(100vh - 180px - 66px);
	padding: 20vh 15px;
}
@media (max-width: 1199px) {
	section.capabilities h3 {
		font-size: 29px;
	}
}
@media (max-width: 992px) {
	section.capabilities .capabilitie {
		text-align: center;
		max-width: 80%;
	}
}
*/

/* end capabilities */

















/* videos */
.videos {
	background-color: transparent;
	display: inline-block;
	/*background: url('/images/pattern.png') repeat;*/
	/*background: url('/images/pattern.png') repeat;*/
	margin-bottom: -6px;
	width: 100%;
}
.videos:hover,
.video-item:hover {
	/*background-color: #000000;*/
}
.video-item {
	opacity: 1;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	border: 1px solid #e1e1e1;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.vt-hover:hover,
.vt-hover:focus {

}
/*
vt-hover & vt-hover-others apracen al pararse sobre video-item

.video-item.vt-hover-others:not(.vt-hover) img.video-thumb {
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
	border: 0;
	padding: 0;
	margin: 0;
}
.video-item img.btn-play {
	-webkit-filter: brightness(0%);
	filter: brightness(0%);
	border: 0;
	padding: 0;
	margin: 0;

	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.video-item.vt-hover img.btn-play {
	opacity: 1;
	z-index: 999;
	transform: scale(1,1);

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
*/
.video-item a {
	display: block;
	padding: 0;
	margin: 0;
	outline: none;
	cursor: pointer;
}
.video-item .btn-play {
	position: absolute;
	display: block;
	left: 10px;
	bottom: 10px;
	/*top: calc(50% - 30px);*/
	margin: 0 auto;
	opacity: 1;
	z-index: 1;
}
.btn-play-imgs {
	width: 60px;
	height: 60px;
	position: relative;
	display: inline-block;
}
.btn-play-imgs .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.btn-play-imgs:hover .img-top,
.btn-play-imgs:focus .img-top {
	display: inline;
}
/* scale img thumb */
.video-item a img.video-thumb {
	width: 100%;
	height: auto;
	transform: scale(1,1);

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.video-item a img.video-thumb:hover {
	transform: scale(1.1,1.1);
}
.video-item:hover .btn-play-imgs .img-top {
	display: inline!important;
}
.banner {
	background-size: 100%;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.banner:hover {
	background-size: 104%;
}
.video-caption {
	display: block;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0px;
	color: #FFFFFF;
	padding: 2px 10px;
	background-color: rgba(255,255,255,0);
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
	margin: 6px;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.video-caption i {
	padding-right: 6px;
}
/*.video-item:hover .video-caption {
	color: #000000;
	padding: 8px 10px;
	background-color: rgba(255,255,255,.8);
	transition: all 0.25s;
}
*/
.video-viewer {
	background-color: rgba(0,0,0,.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
}
.video-viewer .container-fluid {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
body.video-viewer-active {
	overflow: hidden;
}
body.video-viewer-active .video-viewer {

}
.video-viewer-container {
	position: relative;
	width: 90%;
	height: 0;
	padding-bottom: 51%;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}
.bottons {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
a.btn-prev {
	position: absolute;
	left: 10px;
	top: 50%;
	background-color: transparent;
	z-index: 9999;
}
a.btn-next {
	position: absolute;
	right: 10px;
	top: 50%;
	background-color: transparent;
	z-index: 9999;
}
a.btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: transparent;
	z-index: 9999;
}
.bottons .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: transparent;
}
a.btn-prev i,
a.btn-next i,
a.btn-close i,
.bottons .loader i {
	color: #FFFFFF;
	font-size: 1.4em;
}
.video-info-content {
	position: absolute;
	z-index: 999;
	background: rgba(0,0,0,1);
	color: #FFFFFF;
	display: block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;

	position: absolute;
	transition-property: all;
	transition-duration: .25s;
	transition-timing-function: linear;
	width: 40px;
	height: 40px;
	/*width: 280px;*/
	/*height: 130px;*/
}
.video-info-content.active {
	width: 280px;
	height: 130px;
}
.btn-info-roll-over {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #000000;
	float: left;
	margin-bottom: 180px;
}
.btn-info-roll-over i {
	display: inline-block;
	color: blue;
	width: 40px;
	height: 40px;
	font-size: 1.4em;
	padding-top: 9px;
	color: #666666;
}
.video-info-content.active .btn-info-roll-over i {
	color: #FFFFFF;
}
.video-info-content .video-info,
.video-info {
	display: block;
	margin-top: 11px;
	margin-left: 10px;
}
.video-info-content .video-info {
	float: left;
}
.video-info-content .video-info h2,
.video-info h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: 300;
}
.video-info-content .video-info p,
.video-info p {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	text-align: left;
}



/* 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;
}
/* end videos */



/* directors */
.director-info {
	padding: 90px 0px;
}
.services-info {
	padding: 90px 35px;
}
@media (max-width: 767px) {
	.services-info {
		padding: 90px 20px;
	}
}
.director-info p:last-child {
	margin-bottom: 0px;
}
.director-reel {
	margin-top: 20px;
}
/* end directors */


/* img-parallax */
.img-parallax {
	min-height: 100vh;
}
@media (max-width: 575px) {
	.img-parallax {
		min-height: 50vh;
	}
}

/* end img-parallax */


/* instaFeed */
.instaFeed,
.instafeed-style1 {
	padding: 0!important;
	margin: 0!important;
}
/* end instaFeed */


/* footer */
footer {
	color: #ffffff;
	background-color: #f6af80;
	padding: 45px 0 30px 0;
	/*margin-top: 90px;*/
}
footer section {
	padding: 0;
}
footer a {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	color: #000000;
	/*text-decoration: underline;*/
}
footer a i {
	color: #ffffff;
	padding-right: 12px;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
footer a:hover i,
footer a:focus 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;
}
footer address {
	margin: 0px;
	font-style: normal;
}
footer p.credits {
	padding: 20px 0 0 0;
	margin-top: 20px;
	max-width: 650px;
	border-top: 1px dotted #ffffff;
}
footer p.follow-us,
footer p.credits,
footer p.copyright {
	margin-bottom: 0;
}
footer div.netsocials {
	display: inline-block;
}
footer div.netsocials a.social  {
	font-size: 2em;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}
.custom-shape-divider-top-1600405548 {
    position: absolute;
    top: -114px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1600405548 svg {
    position: relative;
    display: block;
    width: calc(160% + 1.3px);
    height: 69px;
}
@media (max-width: 575px) {
	.custom-shape-divider-top-1600405548 svg {
		margin-bottom: 30px;
		height: 39px;
	}
}

.custom-shape-divider-top-1600405548 .shape-fill {
    fill: #f6af80;
}
/* end footer */



.outro-wrapper {
	display: none!important;
}
.slick-prev {
    left: 30px;
    z-index: 1;
}
.slick-next {
    right: 30px;
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
	font-family: 'Font Awesome 5 Free', serif;
    font-size: 14px;
    line-height: 1;
    opacity: .75;
    color: white;
}
/*
.fa-chevron-left:before {
    content: "<";
}
.fa-chevron-right:before {
    content: ">";
}
 */


@media (max-aspect-ratio: 16/9) {
	.plyr__video-kbz .plyr__video-embed {
	    height: 100vh;
	    padding-bottom: 0 !important;
	}

	.plyr__video-kbz .plyr__video-embed >.plyr__video-embed__container {
	    transform: none !important;
	    padding-bottom: initial !important;
	    height: 100% !important;
	}

	.plyr__video-kbz .plyr__video-embed >.plyr__video-embed__container iframe {
		/* calculo ancho del video */
		--iframe-with: calc((100vh / 9) * 16);
	    height: 200vh;
	    top: -50vh;

        width: var(--iframe-with);
		/* lo que me sobra fuera de la pantalla hacia la derecha es ancho del video menos el ancho de la pantalla
		al multiplicar por menos -1 lo invierte e sentido hacia la izq */
        left: calc(((var(--iframe-with) - 100vw)/2) * -1);
	}

	/* posiciono el cover de fondo del plyr */
	.plyr__video-kbz .plyr__poster {
		display: none;
		background-size: cover;
	}
}



.shape-projects {
	position: relative;
	transform: rotate(0deg);
}
.shape-img-parallax {
	position: relative;
	transform: rotate(0deg);
}
.custom-shape-divider-top-1600405548.shape-projects {
	top: -120px;
	transform: scaleX(-1);
}
.custom-shape-divider-top-1600405548.shape-img-parallax {
	top: -120px;
}
.custom-shape-divider-top-1600405548.shape-img-parallax .shape-fill {
	fill: #000000!important;
}