@font-face {
	font-family: 'iconos';
	src:url('fonts/icomoon.eot?ma1io5');
	src:url('fonts/icomoon.eot?#iefixma1io5') format('embedded-opentype'),
		url('fonts/icomoon.woff?ma1io5') format('woff'),
		url('fonts/icomoon.ttf?ma1io5') format('truetype'),
		url('fonts/icomoon.svg?ma1io5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  font-family: 'Open Sans', 'sans-serif';
  font-size: 16px;
}
.container {
  margin: 0 auto;
  max-width: 1024px;
  overflow: hidden;
  position: relative;
}
header {
  background: #fff;
  overflow: hidden;
  padding: 0.5em 0;
  position: relative;
}
.logo {
  margin-top:30px;
}
.social {
  float: right;
  position: relative;
  top: 10px;
}
nav {
  background: #cbcbcb;
  border-bottom: 4px solid #206989;
  height: 100%;
  margin-top:16px;
}
nav .menu {
  font-size: 0.95em;
  font-weight: 300;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
nav .menu li {
  display: inline-block;
  height: 100%;
  padding: 0.5em;
}
nav .menu li a {
  color: #959595;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
}
nav .menu li.twitter {
	background: url('../img/twitter.png')no-repeat;
	width:38px;
	height:38px;
	margin:0 4px;
	padding:0;
	float:right;
	}
nav .menu li.twitter a, nav .menu li.facebook a{
	 height: 38px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 38px;}	
nav .menu li.facebook {
	background: url('../img/facebook.png')no-repeat;
	width:38px;
	height:38px;
	margin:0 4px;
	padding:0;
	float:right;	
	}	
nav .menu li a:hover {
  color: #fff;
}
nav .menu li.active a {
  color: #fff;
}
#toggle,
.toggle {
  display: none;
}
.toggle {
  z-index: 2;
}
.slider {
  background-image: url("../img/background-slide.jpg");
  background-position: center;
  background-size: cover;
  min-height: 400px;
  width: 100%;
}

.formulario {
  min-height: 400px;
  width: 100%;
}
.formulario .form {
  margin: 0 auto 40px;
  max-width: 1024px;
  position: relative;
}
.formulario .info {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}
.slider .slide {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}
.slider .image {
  margin-top: 40px;
  display: inline-block;
  width: 48%;
}
.slider .info {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
.slider h1 {
  color: #206989;
  margin: 0;
  padding: 0;
}
.slider h3 {
  color: #79bf46;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.slider p {
  color: #959595;
  font-size: 1.1em;
  font-weight: 300;
}
.slider a {
  color: #206989;
  text-decoration: none;
}
.slider .button {
  background: none;
  border: 1px solid #206989;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0.5em 1.1em;
}
.slider .button:hover {
  color: #206989;
  background: #fff;
}
.header {
  background: url("../img/background-slide.jpg");
  background-position: center;
  background-size: cover;
  min-height: 180px;
  width: 100%;
}
.header h1 {
  color: #79BF46;
  float: right;
  font-size: 2.3em;
  font-weight: normal;
}
section.content {
  margin: 20px auto;
}
section article.item h2 {
  color: #206989;
  font-size: 1.2em;
  text-align: left;
  text-transform: uppercase;
}
section article p {
  font-size: 0.9em;
  padding: 0;
}
section article.homepage {
  -webkit-box-shadow: 4px 0 8px -4px rgba(50,50,50,0.4);
  -moz-box-shadow: 4px 0 8px -4px rgba(50,50,50,0.4);
  box-shadow: 4px 0 8px -4px rgba(50,50,50,0.4);
  display: inline-block;
  padding: 0.5em;
  text-align: center;
  width: 31.5%;
}
section article.homepage h2 {
  color: #206989;
  font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
}
section article.homepage p {
  font-size: 0.9em;
  color: #79bf46;
  padding: 0.5em;
}
section article.homepage:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section article .circulo {
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #206989;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}
section article .circulo:hover {
  background-color: #79bf46;
  cursor: pointer;
}
section article .circulo .nosotros {
  background: url("../img/ico-nosotros.png") no-repeat center center;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
section article .circulo .nosotros:hover {
  background: url("../img/ico-nosotros-hover.png") no-repeat center center;
}
section article .circulo .productos {
  background: url("../img/ico-productos.png") no-repeat center center;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
section article .circulo .productos:hover {
  background: url("../img/ico-productos-hover.png") no-repeat center center;
}
section article .circulo .contacto {
  background: url("../img/ico-contacto.png") no-repeat center center;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
section article .circulo .contacto:hover {
  background: url("../img/ico-contacto-hover.png") no-repeat center center;
}
section article .producto {
  display: inline-block;
  padding: 0 0.5em;
  text-align: center;
  vertical-align: top;
  width: 31.5%;
}
section article .producto .img {
  margin: 1em 0;
  text-align: center;
}
section article .producto h2 {
  text-align: center;
}
footer {
  background: #79bf46;
  color: #fff;
  height: 80px;
  position: absolute;
  right: 0;
  width: 100%;
}
footer a{
	color:white;
	text-decoration:none;
	}
@media only screen and (max-width: 768px) {
  nav .menu {
    display: none;
    opacity: 0;
    position: relative;
    right: 0;
    width: 100%;
  }
  nav .menu li {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  nav .menu li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    width: 100%;
  }
nav .menu li.twitter, nav .menu li.facebook {
	float:none;
}
nav .menu li.twitter a, nav .menu li.facebook a{
	 height: 38px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 38px;}	

nav .menu li.twitter, nav .menu li.facebook {
	display:inline-block;
	margin-left: 0.5em;
	margin-top: .5em;
	padding: 0;
}

nav .menu  li.twitter a:hover, nav .menu  li.facebook a:hover {background:none; box-shadow:none;}

  .toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: block;
    position: relative;
    user-select: none;
  }
  .toggle:after {
    background: #7fbd40;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    content: 'Menu';
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 10px 50px;
    text-align: center;
  }
  #toggle:checked ~ .menu {
    display: block;
    opacity: 1;
  }
  .menu,
  .menu > li,
  .menu > li > a {
    height: auto;
  }
  .menu > li > a {
    padding: 0.5em;
  }
  .menu > li > a:hover,
  .menu > li > a:focus {
    background: #7fbd40;
    box-shadow: inset 5px 0px #51c1f1;
    color: #fff;
    padding: 0.5em;
  }
  #toggle:checked + .toggle:after {
    content: 'Cerrar Menu';
  }
  section article.homepage,
  section article .producto {
    width: 100%;
    padding: 0;
  }
  .slider {
    font-size: 80%;
  }
  .slider .image,
  .slider .info {
    text-align: center;
    width: 100%;
  }
  .formulario {
    font-size: 80%;
  }
  .formulario .image,
  .formulario .info {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .toggle:after {
    text-align: center;
    width: 100%;
  }
}
.contact{
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 45px 45px 20px;
	margin-top: 50px;
	background-color: white;
	box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
}
.contact label{
	display: block; 
	font-weight: bold;
}
.contact div{
	margin-bottom: 15px;
}
.contact input[type='text'], .contact input[type='email'], textarea{
	padding: 7px 6px;
	width: 294px;
	border: 1px solid #CED5D7;
	resize: none;
	box-shadow:0 0 0 3px #EEF5F7;
	margin: 5px 0;
}
.contact input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	box-shadow:0 0 0 3px #dde9ec;
}
.contact input[type='text'].invalido, .contacto textarea.invalido{
	box-shadow:0 0 0 3px #FFC9C9;
}
.contact input[type='submit']{
	border: 1px solid #CED5D7;
	box-shadow:0 0 0 3px #EEF5F7;
	padding: 8px 16px;
	border-radius: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	
	background: #e4f1f6; 
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%); 
}
.contact input[type='submit']:hover{
	background: #edfcff; 
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%); 
}
.contact input[type='submit']:active{
	background: #cfe6ef; 
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}

