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

/* fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');

/* html body links and kbz's generic classes */
a {
	color: #333333;
	outline: none;
}
a:hover,
a:focus {
	color: #000000;
}
html {
	height: 100vh;
}
body {
	font-family: 'Roboto', 'Hevetica', 'Arial', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #666666;
	background-color: #FFFFFF;
}
@media (max-width: 768px) {

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

}
h1 {

}
h2 {

}
.no-padding {
	padding: 0 !important;
}
.no-padding .row-fluid div[class*="col-"] {
	padding: 0 !important;
}

/* animation */
.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;
}
/* end kbz */


/* boostrap */
/* nav */
.navbar-default {
	background-image: none;
	background-color: #be0c0c;
	border-color: red;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #777;
	background-color: transparent;
}
.navbar-brand, .navbar-nav > li > a {
	text-shadow: none;
	color: #777;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #FFF;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
	background-image: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: white;
	background-color: transparent;
	background-image: none;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	padding: 0;
	padding-left: 15px;
	padding-top: 9px;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	    margin-left: -15px;
	    float: none;
	    display: block;
	}
}
.navbar > .container .navbar-brand img,
.navbar > .container-fluid .navbar-brand img {
	height: 31px;
	width: auto;
}
.navbar-header {
	position: absolute;
}
.instabreu {
	position: relative;
	top: 9px;
	right: 0px;
	float: right;
	padding-left: 8px;
}
.instabreu i {
	font-size: 32px;
	color: #ffd600;
}
.navbar-default .navbar-toggle {
    border: none;
    display: none;
}
/* end nav */

/* end boostrap */


/* container */
body > .container {
	margin-top: 70px;
}
.jumbotron {
	background-color: #ffd600;
	padding: 30px!important;
	margin: 0 15px;
}
.jumbotron p {
	margin: 0;
	color: #be0c0c;
	font-size: 24px;
	line-height: 30px;
	font-style: italic;
}
.jumbotron p span {
	color: #000000;
	font-size: 14px;
	font-style: normal;
}
.soytuempleado-img img {
	width: auto;
	height: calc(100vh - 220px);
}
.soytuempleado-img {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: -webkit-fill-available;
    margin: 0 auto;
    text-align: center;
}
.bio {
	display: block;
	padding-top: 10px;
	padding-left: 15px;
}
.bio:hover,
.bio:focus {
	text-decoration: none;
	color: #be0c0c;
}
.bio i {
	padding: 0 10px;
	padding-right: 6px;
}
/* end container */