f
/*-----------------------------------------------------------------------------------

	Template Name: Vertigo - Premium Landing Page Template
	Description: A premium landing page template.
	Author: Leandro Acosta (aka nimbleo @ThemeForest)
	Author URI: http://leandroacosta.com
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Site Styles
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;

}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* #Basic Styles
================================================== */
html {
  overflow-y: scroll;
}
body {
  background: #fefff8;
  font: 14px/21px Arial, Helvetica, sans-serif;
  color: #50514b;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */

  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}
/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}
h2 {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 10px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #333;
}
small {
  font-size: 80%;
}
body p, strong, .contact_info, #nav ul li a {font-family:"Trebuchet MS";}
/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ebece6;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 30px;
  height: 0;
}
/* #Links
================================================== */
a {
  color: #FFF;
  text-decoration: underline;
  outline: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
a:hover {
  color: #3e4016;
}
p a, p a:visited {
  line-height: inherit;
}
/* #Lists
================================================== */
ul, ol {
  margin-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}
/* #Images
================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #5f7319;
  border: none;
  color: #FFF;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  padding: 8px 10px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #FFF;
  background: #3e4016;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #3e4016;
  /* Old browsers */

}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* #Site Styles
================================================== */
/* Global custom family font */
header h1 a,
header h2,
#main h2,
footer #footer-logo {
  font-family: 'Viga', sans-serif;
}
/* Styles specific to the header section */
header {
  background: #96a621;
  position: relative;
  height: 615px;
  min-height: 615px;
  margin-bottom:140px;

}
header .column {
  padding-left: 60px;
}
h4.orange{
	font-weight:bolder;
	padding:4px;
	text-align:center;
	margin-bottom:0px;
	border-radius:15px 15px 0 0;
	color:#fff;
	background-color:#5A700E;
	font-family:"Trebuchet MS";
}
h4.green{
	font-weight:bolder;
	padding:19px 0;
	text-align:center;
	margin-bottom:0px;
	border-radius:15px 15px 0 0;
	color:#fff;
	background-color:#5A700E;
	font-family:"Trebuchet MS";
}
.nivo-directionNav{display:none;}
header h1 {
  margin: 0 0 30px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 15px -5.5px #000000;
  -moz-box-shadow: 1px 1px 15px -5.5px #000000;
  box-shadow: 1px 1px 15px -5.5px #000000;
  border-radius: 0 0 25px 25px;
  width:380px;
}
.callout{text-align:center;}
body .callout{
	margin:0;
	border-radius:0 0 15px 15px;
	height:585px;
	background-color:#F0F5DF;
	font-size: 15px;
}
#logo img{float:none;margin:0 auto;}
header h1 a {
  background: white;
  color: #96a621;
  display: block;
  font-size: 70px;
  padding: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -3px;
  border-radius: 0 0 25px 25px;
  margin:0 auto;
}
header h1 a:hover {
  color: #5f7319;
}
header h2 {
  font-size: 38px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top:62px;
}
header h2 {
  color: #FFF;
  clear: both;
}
header p {
  color: #FFF;
  clear: both;
  font-size:17px;
  text-align:justify;
}
header .social-channels {
  margin: 35px 0 0px;
}
header .social-channels > span {
  background: url("../img/arrow.png") no-repeat right -8px;
  color: #FFFFFF;
  font-family: 'Indie Flower', cursive;
  font-size: 32px;
  float: left;
  padding-right: 80px;
}
header #featured-ipad {
  position: relative;
  z-index: 1000;
}
.social-channels ul {
  float: right;
  padding: 0 25px 0 0;
}
.social-channels li, .social-channels li a {
  float: left;
}
#countdown-timer {
  margin-top: 30px;
  overflow: hidden;
}
#countdown-timer li {
  background: url("../img/bg-countdown.png") no-repeat;
  color: white;
  display: inline-block;
  display: inline;
  /* Fix for IE8 and below */

  float: left;
  margin: 0 5px 0 0;
  width: 88px;
  text-align: center;
}
#countdown-timer li p {
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: #000 1px 1px 2px;
}
#countdown-timer li p.time {
  font-size: 46px;
  line-height: 52pt;
  font-family: 'Oswald', sans-serif;
}
#featured-ipad{position:absolute;}
.slider-wrapper{position:relative;width:385px;height:535px;}
#slider{position:absolute;z-index:9999;width:302px;height:auto;top:54px;left:41px;background-color:#000;}
/* Styles specific to the main content section */
#main section{
  margin-bottom: 20px;
}
#main section:last-child {
	margin-bottom: 50px;
}
#main h2 {
  background: #5f7319;
  color: #FFF;
  display: inline-block;
  margin: 0 0 1px;
  text-transform: uppercase;
  padding: 0 15px;
  clear: both;
  position: relative;
}
#main h2 span:after {
  border-top: 1px solid #ebece6;
  content: "";
  position: absolute;
  width: 200rem;
  bottom: -2px;
  left: 0;
}
#main h2 + hr {
  visibility: hidden;
}
#main h2.alignright + hr {
  margin-left: -1000px;
  visibility: visible;
}
#main .entry-text {
	font-size: 16px;
	line-height: 18pt;
	text-align: justify;
}
#main .featured-item {
  margin: 60px 0 0;
  text-align: center;
}
/* Callout */
.callout {
  background: #eeeded;
  clear: both;
  margin: 80px 0;
  padding: 25px;
}
.callout h4 {
  font-weight: bold;
}
.callout p {
  margin: 0;
}
.callout .text-block {
  float: left;
}
.callout .button {
  background: #96a621;
  font-size: 16px;
  padding: 20px 30px;
  float: right;
}
.callout .button:hover {
  background: #5f7319;
}
/* Features Section */
.features {
  margin: -30px 0 80px;
  text-align: center;
}
.features h4 {
  font-weight: bold;
  text-transform: uppercase;
}
.features p {
  padding: 0 60px 40px;
}
.features .grid_6:nth-child(odd) {
  border-right: 1px solid #ebece6;
}
.features .grid_6 {
  border-bottom: 1px solid #ebece6;
  width: 470px!important;
  height: 350px;
  /* adjust height as required to match your featured snippets */

}
.contact_info{font-size:16px;margin:25px 0 !important;padding:0 0 0 30px;}
dt,dd {
	float: left;
	padding-left: 5px;
}
dd + dt { clear: left; }
.bgBackground{
  z-index:1;
  background:url("../img/fondo-header.png");
  background-repeat:no-repeat;
  background-position:top right;
  height:613px;
  width:1018px;
  position:absolute;
  margin-left:auto;
  margin-right:auto;
  right:0;
  left:0;
}
.headZindex{z-index:2;position:relative;}
.slider-wrapper .left{
  width:70%;
  float:none;
  position:absolute;
  top:25px;
  left:0;
  font-size:25px;
  color:#fff;
  background-color:#ED9943;
  padding:10px;
  border-radius:0 10px 10px 0;
  font-family:"AbadiMT-CondensedExtraBold";
  font-weight:lighter;
}
#slider .right{
  width:70%;
  float:none;
  position:absolute;
  right:0;
  padding:10px;
  color:#fff;
  top:100px;
  font-size:25px;
  background-color:#ED9943;
  border-radius:10px 0 0 10px;
  font-family:"AbadiMT-CondensedExtraBold";
  font-weight:lighter;
}
body .nivo-caption {
  padding:0 40px;
  position:absolute;
  background:transparent;
  color:#fff;
  top:0;
  width:100%;
  height:180px;
  z-index:9999;
     overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter:alpha(opacity=8);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.icon-bubble {
  background: #bbbf99;
  border-radius: 100%;
  height: 110px;
  margin: 50px auto 30px;
  text-align: center;
  width: 110px;
}
.icon-bubble img {
  padding-top: 38px;
}
/* Screenshots Section */
.screenshots a {
  display: block;
  position: relative;
}
.screenshots .overlay {
  cursor: pointer;
  background: url("../img/overlay.png") repeat;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.screenshots .icon {
  background: url("../img/magnify.png") no-repeat;
  display: block;
  height: 62px;
  left: 40%;
  position: absolute;
  top: 40%;
  width: 62px;
}
/* Contact Form */
form#contact {
  overflow: hidden;
}
 header .button {
  font-size: 30px;
  font-weight: bold;
  padding: 25px 25px;
  text-decoration:underline;
  display:inline;
  position:relative;
  top:35px;
  font-family:'Viga';
}
.arrow{margin:0 10px;vertical-align:middle;}
form#contact .button {
  float: right;
  padding: 15px 45px;
}
header strong{color:#fff;font-weight:bolder;}
/* Sprites */
.social-channels li a {
  background: url("../img/sprite-social.png") no-repeat;
  display: block;
  height: 27px;
  text-indent: -9999px;
  width: 71px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.social-channels .facebook {
  background-position: 0 0;
  width: 71px;
}
.social-channels .facebook:hover {
  background-position: 0 -35px;
}

/* Footer Section */
footer {
  padding-bottom: 100px;
}
footer p {
  color: #b6b6b6;
  font-size: 11px;
  line-height: 20pt;
}
footer a {
  color: #96a621;
  text-decoration: none;
}
footer a#footer-logo {
  font-size: 32px;
  text-transform: uppercase;
}
/* #Forms
================================================== */
form, fieldset {
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  padding: 15px 20px;
  outline: none;
  color: #a2a2a2;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: #FFF;
  color: #000;
}
textarea {
  font: inherit;
  height: 210px;
  /* fixes IE min-height support */

  min-height: 210px;
  overflow: hidden;
  /* removes scroll in IE */
}
label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
select {
  width: 220px;
}
input[type="checkbox"] {
  display: inline;
}
label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
/* Error message for form validation */
input.invalid, textarea.invalid {
  background-color: #FFEBE8;
  border: 1px solid #C00;
  color: #333;
}
/* #Misc
================================================== */
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
/* Alignment */
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
/* Vertical Page Scroller */
.standardNav {
  position: relative;
  overflow: visible;
  width: auto;
  top:-5px;
  z-index: 9000;
  background: #fff;
  border-radius:5px;
  margin-bottom:30px;
  padding:5px 0;
}
.standardNav ul {
  display: table;
  margin: 0;
  padding: 6px;
  list-style: none;
 }
.standardNav.left {
  margin-left: -645px;
}
.standardNav li {
  display: table-cell;

}
.standardNav li a {
  background-color:#fff;
  color: #96A621;
  display: block;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  padding:0 18px;

}
.standardNav li a:hover {
  color: #333;
}
.standardNav li.active a {
  background: #fff;
}
/* Fixes for IE */
.ie8 section h2 {
  display: block!important;
  float: none!important;
}
.ie8 #main h2.alignright + hr {
  margin-left: 0!important;
}

.scrollup{
    width:108px;
    height:39px;
    opacity:0.8;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('../img/subir.jpg') no-repeat;
}