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


/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  width: 100%;
  background-color: #161616;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
}

.blok1 {
  top: 0;
  height: 100%;
  background-image: url( ../images/hero-img.png);
  background-position: center center;
  background-size: cover; 
}

.main_div {
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
.full-width {
    width: 100%;
}
/*
* Header / NavBar
 */
nav.navbar{
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav.navbar.shrink {
  min-height: 20px;
  top:-150px;
  background-color:rgba(0,0,0,0.50);
}

nav.navbar.navup {
	top: -88px;
}

.navbar {
  top:30px;
}

.navbar-brand {
  height: 80px;
}

.icon-bar {
	background-color: #fff !important;
	}

.nav >li >a{
  padding-top: 5px;
  padding-bottom: 5px;
		font-size: 16px;
}
.nav >li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.login_top {
	background-color: #df001e;
	padding: 10px;
	color: #fff !important;
}

.login_top:hover {
	color: #df001e !important;
}
.login_top:before{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #df001e !important;
	background-color: #fff;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
} 

.heybold {
	font-weight: 500;
	
}

.navbar-nav>li>a {
	color: #cacaca;
	cursor: pointer;
	display: block;
	position: relative;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.navbar-nav>li>a:hover {
	color: #fff;
}
.navbar-nav>li>a:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
}
.navbar-nav>li>a:before{
display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
} 
.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.navbar-collapse  {
  background-color: #000000;
}

.navbar-nav {
  margin: 0;
}

/* TEXTOS */

.s1 {
  font-size: 12px;
  font-weight: 400;
}
.s2 {
  font-size: 20px;
  font-weight: 700;
}
.sdestacable {
	background-color: #df001e;
	padding: 10px;
	color: #fff !important;
	font-size: 25px;
	font-weight: 800;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	border-radius: 0;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sdestacable:hover {
	color: #df001e !important;
	background-color: #fff;
}


@media (min-width: 768px) {

.navbar-collapse  {
  background-color: transparent !important;
}
.nav >li {
  padding-top: 25px;
  padding-bottom: 30px;
  font-size: 16px;
}

.nav >li >span {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}






/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
	}
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
  max-width: 1230px;
	  width: 100%;
  }
}
