/* fonts */
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');*/
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');


/*
- fonts
- html body links and kbz's generic classes
- boostrap
- container
- sections
	- banner
	- about
	- footer
*/


/* bootstrap's vars light */
[data-bs-theme="light"] {
	--kbz-brand-color: black;

	--bs-body-color: rgb(33, 37, 41);
	--kbz-body-color-inverted: rgb(222, 226, 230);
    --bs-body-bg: #e1e1e1;
	--bs-body-bg-inverted: #212529;
    --bs-body-bg-rgb: 225,225,225;

	--bs-link-color-rgb: rgb(33, 37, 41);
	--bs-link-hover-color-rgb: 255, 0, 0;
	--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");
}
/* bootstrap's vars dark */
[data-bs-theme="dark"] {
	--kbz-brand-color: white;

	--bs-body-color: rgb(222, 226, 230);
	--kbz-body-color-inverted: rgb(33, 37, 41);
	--bs-body-bg: #212529;
    --bs-body-bg-inverted: #e1e1e1;
	--bs-body-bg-rgb: 33,37,41;

	--bs-link-color-rgb: rgb(222, 226, 230);
	--bs-link-hover-color-rgb: 0, 255, 0;
	--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");
}
/* end bootstrap's vars */


/* html body links and kbz's generic classes */
a {
    color: var(--bs-link-color-rgb);
	outline: none;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
html {
  scroll-behavior: smooth;
}
body {
	font-family: "Source Code Pro", monospace;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;

	/*font-family: 'Roboto', 'Hevetica', 'Arial', sans-serif;*/
	/*font-weight: 300;*/
}
h1 {

}
h2 {

}
.no-padding {
	padding: 0 !important;
}
i {
	font-size: 2em;
}
/* end kbz */



/* boostrap */
/* nav */
.img-brand {
	height: 30px;
	width: auto;
}
.navbar {
	min-height: 60px;
}
.navbar .nav-link {
	font-weight: 500;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
	color: #fff;
	text-decoration: none;
}
.navbar.bg-dark {
	background-color: #000!important;
}
.navbar-brand {
	padding: 0;
	padding-left: 60px;
	margin-right: 0;
}
@media(max-width: 767px){
	.navbar-brand {
		padding-left: 0;
		margin-left: 30px;
	}
}
.navbar-toggler {
	z-index: 2;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
.navbar-toggler:focus,
.offcanvas-header .btn-close:focus {
	box-shadow: none;
}
/* offcanvas */
.offcanvas {
	/*
	--bs-offcanvas-width: 100%;
	max-width: 768px;
	border: 0!important;
	*/
}
.offcanvas-body {

}
.offcanvas-header .btn-close {
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	opacity: 1;
	--bs-btn-close-white-filter: none;
}
.btn-close {
    --bs-btn-close-bg: var(--kbz-btn-close);
}
/* 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 */



/* container */
.bi {
	fill: orange!important;
}
.kbz-anim {
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
section {
	padding-top: 90px;
}
section.intro {
	padding-top: 0;
}
section header {
	padding: 0 60px;
}
@media(max-width: 767px){
	section header {
		padding: 0;
		text-align: center;
	}
}
.imgs-items-wrapper {
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.img-item-wrapper {
	padding-bottom: calc(var(--bs-gutter-x) * 1);
}
.img-item-content {
	position: relative;
	overflow: hidden!important;
}
.img-item-content img {
	width: 100%;
	height: auto;
	filter: grayscale(1);

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 600ms cubic-bezier(0.42, 0.0, 0.58, 1.0);
	/*opacity: 1;*/
}
.img-item-content:hover img {
	filter: grayscale(0);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	/*opacity: .4;*/
}
@media(max-width: 767px){
	.img-item-content img {
		filter: grayscale(0);
	}
}






.img-item-content a h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;

	color: #000;
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: .35px;

	padding: 5px;

	/*width: 100%;*/
	margin-bottom: 0;

	background-color: rgba(255,255,255,.75);
	z-index: 10;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 575px) {

}
.img-item-content a:hover h3,
.img-item-content a:focus h3 {
	bottom: 0px;

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



/* intro */
.intro {
	min-height: 100%;
	min-height: 100vh;
	min-height: 100svh;
}
.vegas-container {
	background-color: #000;
}
/* end intro */



/* portfolio */
section.portfolio {
	margin-top: 90px;
}

/* end portfolio */


/* about */
section.about p {
	font-size: 1em;
	line-height: 1.2;
	font-weight: 300;
}


section.about p.highlight {
	font-size: 1.3em;
	line-height: 1.2;
	font-weight: 700;
}


@media(min-width: 320px) {
	section.about p {
		font-size: 1.0em;
		line-height: 1.2;
	}
	section.about p.highlight {
		font-size: 2em;
		line-height: 1.2;
	}
}


@media(min-width: 768px) {
	section.about p {
		font-size: 1.5em;
		line-height: 1.2;
	}
	section.about p.highlight {
		font-size: 2.5em;
		line-height: 1.2;
	}
}


@media(min-width: 992px) {
	section.about p {
		font-size: 2em;
		line-height: 1.2;
	}
	section.about p.highlight {
		font-size: 3em;
		line-height: 1.2;
	}
}


@media(min-width: 1200px) {
	section.about p {
		font-size: 2.5em;
		line-height: 1.2;
	}
	section.about p.highlight {
		font-size: 3.5em;
		line-height: 1.2;
	}
}

/* pelado */

section.about header {
	padding-left: initial;
	padding-right: initial;
}

/* end about */



/* footer */
footer {
	font-weight: 500;
	padding: 0 60px;
}
footer a {
	display: inline-block;
}
footer i {
	font-size: 2em;
}
@media(max-width: 767px){
	footer p.insta {
		margin: 30px 0;
	}
	footer {
		text-align: center;
		padding: 0;
	}
	footer .float-end {
		float: none!important;
	}
	footer span {
		display: block;
	}
	footer a {
		display: block;
	}
}

.vbox-preloader-inner {
	display: none!important;
}
.vbox-title {
	display: block!important;
}
/* end footer */

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