img
{
  max-width: 100%;
  height: auto;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.p {
  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: infinite;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }
contiene{
    position: relative;
    display: inline-block;
    text-align: center;
}
.texto-grande
{
  font-size: 25px;
  font-style: Montserrat;
}
.texto-mediano
{
  font-size: 20px;
  font-style: Montserrat;
}
.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nav-text
{
  font-size: 20px;
  font-style: Montserrat;
}
.navbar-fixed.scrolled {
  background-color: rgb(255,255,255) !important;
  transition: background-color 200ms linear;
  opacity: 0.7;
  font-size: 20px;
  font-style: Montserrat;
}
.degrado-Titulo{
  font-size: 72px;
  background: -webkit-linear-gradient(left top, black, blue);
  background: linear-gradient(to bottom right, black, blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#aguacate
{
  background: url(img/hasst.png);
   background-repeat: no-repeat;
    background-size: 30% 50%;
    background-attachment: fixed;
    background-position: center;
}
.center
{
  display: block;
  margin-left: auto;
  margin-right: auto;

}

video {
  width: 100%    !important;
  height: auto   !important;
}
#contacto[type=text]{
	width:300px;
	height:35px;
	font: 14px normal normal uppercase helvetica, arial, serif;
}
input[type=submit]{
	position:static;
	width:150px;
	height:40px;
	border-radius:20px;
  border-width: 0px;
  background-color: white;
    border-style: solid;
    border-color: rgb(255,120,31);
	font: Montserrat;
}
.for{
	position:relative;
	width:350px;
	height:550px;
	padding-left: 20px;
  border-width: 2px;
    border-style: solid;
    border-color: rgb(129,178,0);
	border-radius: 80px;
	margin:auto;
}
label{
	margin:11px 20px 0 0;
	font-size:16px;
	color:#b3aba1;
	text-transform: uppercase;
	text-shadow:0px 1px 0px #fff;
}
table, th, td {
  border: 1px solid black;
}

.error
{
  background-color: #FF9185;
  font-size: 12px;
  padding: 10px;
}
.correcto
{
  background-color: #A0DEA7;
  font-size: 12px;
  padding: 10px;
}

@import url("https://fonts.googleapis.com/css?family=Varela+Round");
#navba1{

  font-family: "Montserrat", cursive, sans-serif;
  text-transform: uppercase;
 background:;
}

@import url(http://weloveiconfonts.com/api/?family=fontawesome);
@import url(http://meyerweb.com/eric/tools/css/reset/reset.css);
@charset "utf-8";
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}
a { text-decoration: none; }

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after { clear: both; }
#nav {
	margin: 50px auto;
	width: 218px;
}

#nav #ul #li {
	margin-bottom: 50px;
	position: relative;
}

#nav > #ul > #li > a {
	background-color: #ded0bb;
	border: 80px solid #5a504a;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #645650;
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
}

#nav #ul #li #ul {
	background: #f6eddb; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6eddb 0%, #ccbba4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6eddb), color-stop(100%,#ccbba4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6eddb 0%,#ccbba4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6eddb 0%,#ccbba4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6eddb 0%,#ccbba4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6eddb 0%,#ccbba4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6eddb', endColorstr='#ccbba4',GradientType=0 ); /* IE6-9 */
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	box-shadow: 0px 1px 2px #352f2c;
	display: block;
	height: 40px;
	left: 52px;
	padding: 0 8px;
	position: absolute;
	top: 0;
}
.degrado-Mango{
  font-size: 50px;
  background: -webkit-linear-gradient(left top, red, yellow);
  background: linear-gradient(to bottom right, red, yellow);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


#nav #ul #li #ul:before {
	background: #e7dbc7; /* Old browsers */
	background: -moz-linear-gradient(top,  #e7dbc7 0%, #dbcdb8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7dbc7), color-stop(100%,#dbcdb8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e7dbc7 0%,#dbcdb8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e7dbc7 0%,#dbcdb8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e7dbc7 0%,#dbcdb8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e7dbc7 0%,#dbcdb8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7dbc7', endColorstr='#dbcdb8',GradientType=0 ); /* IE6-9 */
	content: "";
	display: block;
	height: 8px;
	left: -4px;
	position: absolute;
	top: 16px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
}

#nav #ul #li #ul #li {
	float: left;
}

#nav #ul #li #ul #li a {
	border: none;
	color: #645650;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 30px;
}

.facebook:hover { color: #3B5998; }
.twitter:hover { color: #00aced; }
.google-plus:hover { color: #C63D2D; }
.linkedin:hover { color: #4875B4; }
.github:hover { color: #000; }


iframe {
    max-width: 100%;
    height: auto;
}
ul {
	overflow: auto;
}

ul li {
	list-style-type: none;
	float: left;
}

ul li a i {
	background: #205D7A;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 25px;
	text-align: center;
	margin-right: 10px;
	padding-top: 15%;
}
.degrado-Aguacate{
  font-size: 50px;
  background: -webkit-linear-gradient(left top, rgb(23, 85, 17),rgb(129,178,0));
  background: linear-gradient(to bottom right, rgb(23, 85, 17),rgb(129,178,0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
