/* GLOBAL STYLES
 * Padding below the footer and lighter body text
* -------------------------------------------------- */

body {
	padding-top: 70px; /*espacio para que entre el NAVBAR*/
	padding-bottom: 40px;
	color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar{
	padding: 10px 0 10px 0;
	font-size: 18px;
	box-shadow: 0px 4px 3px rgba(0,0,0,.5);
	/*background: #69899f;*/
	background: #02152e;
}




.logo h1 {
    /*font-size: 3.5em;*/
    display: inline-block;
    font-family: 'Abel-Regular';
    /*line-height: 1em;*/
	
	padding: 0.125em 0.25em 0.125em 0em;
	
	/*
	margin-top: -6px;
	margin-bottom: -6px;
	*/
	background: ;
}
.logo h1 a {
    color: #fff;
	font-family: 'Abel-Regular';
	text-decoration:none;
	background: ;
}
.logo h1 a:hover{
    color: #fff;
}



.miNavbar ul li {
    margin: 0 0.3em;
    display: inline-block;
}

.miNavbar ul li  a.active:before {
    color: #5BD982;
}

.miNavbar ul li a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 1em;
	color:#fff;
	font-family: 'Abel-Regular';
	position:relative;
}

.miNavbar ul li a.nav-link.active {
    background: #6495ED;
}

.nav > li > a:hover, .nav > li > a:focus, .miNavbar ul li a.active{
    background: none;
}

ul.nav.navbar-right {
    /*margin-top: .3em;*/
}

/*.navbar-right {
    left: 0;
    right: auto;
    margin-top: 10px;
    min-width: 100%;
}*/



.active{
    background: #6495ED;
}



.nav-link {
	overflow: hidden;
}

.nav-link:hover {
	color: #000;
}

.nav-link::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: -2px;
	z-index: 1;
	/*background: #745EC5;*/
	background: #6495ED;
	-webkit-transform: translate3d(101%,0,0);
	transform: translate3d(101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.nav-link:hover::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.nav-link span {
	position: relative;
	z-index: 9999;
}
.nav-link span::before {
	content: attr(data-letters);
	position: absolute;
	color: #fff;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 0%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.nav-link:hover span::before {
	width: 100%;
}







/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 580px;
  margin-bottom: 60px;
}

.carousel-caption {
	margin-bottom: 3em;
	background: ;
}

.carousel-caption h1 {
	margin-bottom: 1em;
}

.carousel-caption p {
	font-weight: bold;
}

.carousel-caption {
  z-index: 10; /* Since positioning the image, we need to help out the caption */
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 580px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 580px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

.marketing h2 {
  font-weight: 400;
}



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  /*color: #745EC5;*/
  color: #6495ED;
}

.featurette-heading2 {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  
  text-align: center;
  margin-bottom:5rem;
  /*color: #745EC5;*/
  color: #6495ED;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    /*font-size: 21px;*/
	font-size: 1.8em;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  
  .featurette-heading2 {
    font-size: 50px;
  }
}
