@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700');

body {
	overflow-x: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #505962;
}

/* Navbar */
.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 0, 0, 1);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
/* Fin navbar */

/* Dropdown */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #282020;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 1);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #787878;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff0000;
}

.nav-link:focus {
	outline: none!important;
	color: red!important;
}


/* Fin Dropdown */


.video-background {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.6)
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

h1 {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .2rem;
}

h3 {
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: .2rem;
}
.hero-text h1 {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .2rem;
	text-shadow: .1rem .1rem .8rem black;
}

.hero-text h3 {
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: .2rem;
	text-shadow: .1rem .1rem .8rem black;
}

.btn-lg {
	background-color: red;
	border-width: 0;
	border-radius: 50px;
	padding: .6rem 1.3rem;
	letter-spacing: .2rem;
	
}

.btn-lg:hover {
	color: red; 	
}

.btn:after {
	color: red;
}

.about {
  background-image: url("../images/calavera.jpg");
  background-color: #cccccc;
  min-height: 100vh;
  height: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right; 
  background-repeat: no-repeat;
  background-size: cover;
  position: center;
 
}


/*--- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
margin-left: 0px!important;
margin-right: 0px!important;
}

/*--- Fixed Video Background iOS/Mobile Style--*/
.video-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  z-index: -1000;
}
video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url('') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.fondo_negro{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #000000;
	opacity: 0;
	transition: 1s;
}

@media (max-width: 768px)
{
.hero-text h1 {
	font-size: 1.4rem;
	font-weight: 700;
}

.hero-text h3 {
	font-size: .8rem;
	font-weight: 300;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  color: white;
}

}

.item{
	transition: .5s ease-in-out;
}

.item:hover{
	filter: brightness(80%);
}
