
/* BRAINIFY CSS */

/*	
	1. FULLSCREEN SLIDER
	2. SECTION inicio
	3. SECTION funciona
	4. SECTION INFO
	5. TESTIMONIALS
	6. SECTION obten
	7. SECTION programa
	8. CLIENTS
	9. FOOTER
	10. MISC
		A. Navigation
		B. Buttons
		C. Form Elements
		D. Social Buttons
		E. Twitter
		F. Preload
		G. Others
*/ 

/* 1. FULLSCREEN SLIDER */

.waiting {
	cursor: progress;
}

a, a:hover {
  /* color: #ffffff; */
}

.contrast {
  color: #7aa9c5;
}

#logo {
  position: relative;
  bottom: 0.5em;
  left: 1em;
}

a.soon {
  /*background: #fb4044;*/
  color: #fff;
  /*border: 2px solid #fff;
  box-shadow: 0px 9px 22px #000;*/
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2em;
  border-radius: 20px;
}

#soon:hover {
  text-decoration: none;
  background: #da2a00;
}

#slides  .container {
	display:table-cell;
	vertical-align:middle;
	width:66%;
}

#slides .over {
  position: relative;
  z-index: 99;
}

#slides div.row {
  display: table-cell;
  vertical-align: middle;
}

#slides img {
  max-width:100%;
  position: relative;
  top: 100px;
}

#slides h1 {
  font-size:3.6em;
  color:#ffffff;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
  /*background: rgba(0,0,0,0.3);*/
  margin-top: 20%;
}

@media screen and (max-width: 991px) {
  #slides h1 {
    font-size: 2em;
    margin-top: 20%;
  }

  #slides .lead {
    font-size: 1em;
    width: 100%;
  }

  #slides img {
    max-width: 150%;
    position: relative;
    top: 110px;
    right: 30%;
  }

  a.soon i {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #slides h1 {
    font-size: 1.4em !important;
  }

  #slides .lead {
    font-size: 0.8em !important;
    line-height: 1.1;
  }

  #slides img {
    max-width: 150%;
    position: relative;
    top: 65px;
    right: 30%;
  }

  #slides img {
    max-width: 250%;
    position: relative;
    top: 110px;
    right: 60%;
  }

  a.soon {
    font-size: 0.6em;
    border-radius: 12px;
    min-width: 278px;
    padding: 8px;
    z-index: 2;
  }

  .navbar-custom {
    min-height: 7px;
    height: 104px;
    margin: -15px 0px;
    padding: 30px 0 !important;
  }
}

@media screen and (max-width: 550px) {
  #slides img {
    max-width: 250%;
    position: relative;
    top: 110px;
    right: 60%;
  }
}

#slides .lead {
  font-size: 0.8em;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  /*background: rgba(28, 26, 31, 0.9);*/
  margin-top: 1em;
  text-align: center;
  padding: 0 1em;
}

.slides-navigation {
  top: 50%;
}

/* 2. INICIO */

#inicio {
	padding-bottom:50px;
}

#inicio h3 {
	margin-top:0;
}

#inicio i {
	float:left;
	padding:0 10px 50px 0;
	/*color: #014c69;*/
    min-width: 1.2em;
    text-align: center;
	color: #fff;
   -webkit-text-fill-color: #46414c; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white;
}

#inicio i:hover {
	-webkit-text-fill-color: #3c3742;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

#inicio .feature {
	float:none;
	display:inline-table;
}


/* 3. FUNCIONA */

#funciona {
	padding-bottom:0;
}

#funciona h2 {
	margin: 0 0 1em 0;
}


/* 4. INFO */

#info {
	padding-bottom:50px;
}

#info ul li {
  clear:both;
}

#info ul li i {
  margin:0 10px 0 0;
  vertical-align:middle;
}

#info  i {
	margin:0 10px 0 0;
	vertical-align:middle;
}

#info img {
  max-width: 100%;
}

#stores a {
  border: 2px solid;
  margin: 1em;
}

/* 5. TESTIMONIAL */

#testimonial {
	margin:30px 0;
}

#testimonial p {
	font-size: 21px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}


/* 6. OBTEN */

#screenshot-carousel .item {
	margin:5px;
}


/* 7. PROGRAMA */

#programa {
	margin-bottom:10px;
}
#programa p {
	color:#FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#programa h2 {
	margin:0 0 20px 0; 
}

#programa h3 {
	margin:15px 0 0 0; 
	color:#FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#programa img {
	margin:0 auto;
}

#programa .programa{
	float:none;
	display:inline-table;
}


/* 8. CLIENTS */

#clients {
	margin:50px 0;
	vertical-align:middle;
}

#clients img {
	padding-top:20%;
}

#register_email {
  background: #000;
}
#register_email:hover {
  background: #fff;
  color: #000;
}


/* 9. FOOTER */

footer {
	padding:50px 0;
}

footer a {
	text-decoration:none;
}

footer a:hover {
	text-decoration:none;
}

footer hr {
	margin-top: 65px;
	margin-bottom: 15px;
}

#footer h3 a {
  padding: 0 0.5em;
  background: rgba(255,255,255,0.2);
  line-height: 1.5em;
}


/* 10. MISC. 
	A. NAVIGATION */

.navbar {
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom {
	font-size:22px;
	font-weight: 600;
	border-radius:0;
	margin-bottom:0;
	padding:50px 0;
    max-height: 116px;
	text-shadow: none !important;
}

.navbar-nav {
   /* background: rgba(46,40,52,0.8); */
}

@media screen and (max-width: 991px) {
  .navbar-collapse ul.navbar-nav {
    background: #000;
  }
}

.navbar-custom .navbar-nav > li > a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    color: #5fb5e9;
}

.navbar-custom .navbar-toggle {
	background:#fff;
}

.top-nav-collapse {
	padding: 20px 0 0 0;
}


/* B.  BUTTONS */

.button {
	border: none;
	font-size: 11px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 5px 15px;
	display: inline-block;
	margin: 15px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button-big {
	padding:15px 30px;
	font-size:16px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}


/* C. FORM ELEMENTS */

input {
	padding: 15px;
	border: 1px solid #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-right: 10px;
	outline:none;
}


/* D. SOCIAL BUTTONS */

.social a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.social a span i.fa-inverse {
  color: #fff;
}

a.btn-twitter {
  color: #55acee;
}

a.btn-twitter:hover {
  color: #fff;
}

a.btn-twitter:hover span i.fa-inverse {
  color: #55acee;
}

a.btn-facebook {
  color: #4e69a2;
}

a.btn-facebook:hover {
  color: #fff;
}

a.btn-facebook:hover span i.fa-inverse {
  color: #4e69a2;
}

/* E. TWITTER */

.twitter {
	margin:40px 0;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	height:auto;
}

.twitter img {
	margin:0 0 50px 0 ;
}

.twitter .tweetList {
	list-style:none;
	padding:0;
}

.twitter .tweetList a {
	text-decoration:none;
	font-weight:600;
}

.twitter i {
	float:left;
	margin:0px 10px;
}

.twitter i:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


/* F. PRELOAD */

.preload {
	position:absolute;
	width:100%;
	height:100%;
	z-index:9999;
}

.spinner {
 	margin: auto 0;
	position: absolute;
	top:50%;
	left:46%;
	z-index: 1050;	
}

.spinner > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* G. OTHERS */

.uppercase {
	text-transform:uppercase;text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

section {
	padding:100px 0;
}

.parallax {
	width: 100%;
	overflow: hidden;
	z-index: 0;
	height:auto;
	min-height:300px;
    background-repeat: repeat-y;
}

.parallax h2 {
	padding:15px 0;
}

.parallax i {
	display: inline-block;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.parallax i:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.parallax2 {
	color:#ffffff;
	background-color:#68bcde;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	height:auto;
	min-height:500px;
	background: url(../img/foto2.jpg) 50% 0 no-repeat fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}

.parallax2 h2 {
	padding:15px 0; color: #FFF;text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}



.parallax2 i:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

#programa {
	color:#ffffff;
	background-color: #de5b00;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	height:auto;
	min-height:500px;
	background: url(../img/foto3.jpg) 50% 0 no-repeat fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}

#programa h2 {
	padding:15px 0; color: #FFF;
}



#programa i:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.fa-history, .fa-medkit, .fa-dashboard {
	color: #fff;
   -webkit-text-fill-color: rgba(30, 40, 50, 0.1); /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white;
}
