body {
	font-family:  'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
	font-family:  'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

a {color: #88bb55;}
a:hover {color: #ee8710;}


/* MOVIMIENTO PENDULAR */

@keyframes bounce
{
0%  {
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);

-moz-transform-origin: top center;
-o-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
}
50%  {
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);

-moz-transform-origin: top center;
-o-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
}
100% {
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);

-moz-transform-origin: top center;
-o-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
}
}

@-webkit-keyframes bounce /* Safari and Chrome */
{
0%   {
-webkit-transform: rotate(-3deg);
-webkit-transform-origin: top center;
}
50%  {
-webkit-transform: rotate(3deg);
-webkit-transform-origin: top center;
}
100% {
-webkit-transform: rotate(-3deg);
-webkit-transform-origin: top center;
}
}

/* SLIDES */

#top, #personajes, #motivacion, #contact, #ficha, #storyline {
	margin-bottom: 0;
	padding-bottom: 40px;
	overflow: hidden;
}
#top {
	background: url(pattern-blanco.jpg) #fff;
    /*background-color: #f7ebde;*/
	color: #847d8e;
	min-height: 660px;
}
#personajes {
	padding-top: 120px;
	background: url(pattern-verde.jpg) #990000;
}
#motivacion {
	background: url(pattern-violeta.jpg) #666666;
	color: #eee;
	padding-top: 40px;
}
#ficha {
	background: url(pattern-violeta.jpg) #FFFFFF;
	color: #eee;
	padding-top: 40px;
}

#storyline {
	background: url(pattern-violeta.jpg) #AEAEAE;
	color: #eee;
	padding-top: 40px;
}

#personajes div.container div.row.text-center div.col-xs-12.col-sm-4.col-md-4 {
	padding-bottom: 40px;
}

#contact {
	background-color: #666666;
	color: #FFFFFF;
}

#top a#mousedib {
	display: block;
	width: 321px;
	height: 413px;
	background: url(../images/logo-z-big.png) center center;
	margin: -740px auto 0;
	text-indent: -9999px;
	top: 0;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	animation: bounce 5s infinite ease-in-out;
	-webkit-animation: bounce 5s infinite ease-in-out; /* Safari and Chrome */
}
#top a#mousedib:hover {
	margin-top: -600px;
	/*animation: none;
	-webkit-animation: none;  Safari and Chrome */
}
#top a#mousedib:active {
	margin-top: -570px;
}
#top div#intro {
	margin: 400px auto 0;
	width: 250px;
}
#top h1{
	color: #5b5168;
	letter-spacing: -2px;
	font-size: 54px;
}
#top p{
	font-size: 16px;
}

label.col-sm-2.control-label {
	display: none;
}

#personajes h2{
	color: #322742;
	margin-bottom: 10px;
}
#personajes p{
	font-size: 18px;
	color: #e8f3d6;
}
#motivacion h2{
	margin-bottom: 40px;
	letter-spacing: 1px;
	color: #a39eaa;
}
#motivacion img{
	margin-bottom: 0px;
}
#contact h1{
	margin-top: 60px;
	color: #FFFFFF;
}
#ficha h2{
	color: #333333;
	margin-bottom: 10px;
}
#ficha p{
	font-size: 18px;
	color: #333333;
}

#storyline h2{
	color: #333333;
	margin-bottom: 10px;
}
#storyline p{
	font-size: 18px;
	color: #333333;
}

.opacity {
	opacity: 1 !important;
	margin-top: -10px !important;
}
a.navbar-brand {
	height: 128px;
	width: 128px;
	position: absolute;
	background: url(../images/logo-z.png) center top no-repeat;
	padding: 0;
	opacity: 0;
	text-indent: -9999px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: -32px;
	animation: bounce 5s infinite ease-in-out;
	-webkit-animation: bounce 5s infinite ease-in-out; /* Safari and Chrome */
}
a.navbar-brand:hover {
	margin-top: -5px !important;
}
a.navbar-brand:active {
	margin-top: 0px !important;
}
.navbar-default {
  background: none;
  border: none;
}

.nav > li > a {
  padding: 5px 10px;
  margin: 20px 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #322742 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: rgba(241, 241, 241, 0.7);
  color: #322742;
}

a#facebook, a#twitter {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	opacity: 0.6;
	margin: 0 0 0 5px;
}
.help-block ul {
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	text-align: right;
	color: #e48a21;
}

a#facebook:hover, a#twitter:hover {
	opacity: 1;
}
a#facebook {
	background-image: url(../images/glyphicons_social_30_facebook.png);
}
a#twitter {
	background-image: url(../images/glyphicons_social_31_twitter.png);
}

@media (min-width: 768px) {
#top, #personajes, #motivacion, #contact {
	margin-bottom: 0;
	/*min-height: 720px;*/
	padding-bottom: 40px;
}
#personajes {
	padding-top: 120px;
}
#motivacion {
	padding-top: 160px;
}
#contact {
	height: 100%;
}
#top div#intro {
	width: 600px;
}
#top a#mousedib {
	margin-top: -620px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#top a#mousedib:hover {
	margin-top: -600px;
}
#top a#mousedib:active {
	margin-top: -570px;
}
#top h1{
	color: #5b5168;
	font-size: 66px;
	letter-spacing: -3px;
}
#top p{
	font-size: 18px;
}
}
