/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/* reset */
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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,top-nav,nav,output,ruby,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
}
article, aside, details, figcaption, figure,footer, header, hgroup, top-nav, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical top-nav */
nav.horizontal ul li{	display: inline-block;}/* horizontal top-nav */
img{max-width:100%;}
/*end reset*/
body{
  font-family: 'Open Sans', sans-serif;
  background: #fff;
}
.wrap{
	margin: 0 auto;
	width: 80%;
}
/*---start-top-header----*/
.content
{
	background: url(../images/sliderbg.jpg) no-repeat;
	background-size: 100%;
	background-size: cover;
}
.logo{
	float:left;
	margin:2.2em 1.3em;
}
.logo a{
	margin:0 auto;
	font-size:2em;
	font-weight:600;
	color:#fff;
}
/*****/
/* start header */

::selection { background: #b9e9b9; color: #555; }
::-moz-selection { background: #b9e9b9; color: #555; }
::-webkit-selection { background: #b9e9b9; color: #555; }

br { display: block; line-height: 2.2em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul {
	list-style: none;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
img {
	padding: 5px;
	border: 1 solid #FFF;
	width: auto;
}



#w {
  max-width:70%%;
  margin: 0 auto;
}

#content {
  margin: 0 0em;
  background: #fff;
}

#pagebody {
  padding: 15px 25px;
}

/* navigation bar */
#topnav {
  display: block;
  width: 100%;
  position: relative;
}

#topnav h1 {
  float: left;
  padding: 2.2em 0em;
}
#topnav h1 a {
	text-decoration: none;
	padding: 1px 7px;
	display: block;
	color: #fff;
	font-size: 2.5em;
	font-weight: 400;
}

#topnav #navbtn {
  display: none;
  float: right;
  top: 0;
  width: 20px;
  padding: 2.5em 0em;
  background: url('../images/nav-icon.png') center no-repeat;
  text-indent: -99999px;
  overflow: hidden;
}

#topnav nav {
	position: absolute;
	top: 0px;
	right: -34px;
	padding-top: 3.2em;
	padding-right: 0em;
	padding-bottom: 2.2em;
	padding-left: 0em;
}

#topnav nav ul {
  list-style: none;
}
#topnav nav ul li {
	display: block;
	float: left;
	margin: 0em 0.2em;
}

#topnav nav ul li a {
  display: block;
  font-size: 1.2em;
  color: #fff;
  padding: 0.7em 1em;
  font-weight: 400;
 -webkit-transition: all 0.3s ease-out;
 -moz-transition: all 0.3s ease-out;
 -ms-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
}
#topnav nav ul li a:hover {
	color: #6F94D0;
	background: #1;
}
#topnav nav ul li.active>a {
	color: #6699CC;
	background-color: #1;
}
/* footer block */
#btmnav {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #cfcfcf;
  font-size: 1.1em;
  font-weight: normal;
}

#btmnav .credits { 
  color: #999;
  line-height: 1.45em;
}
#btmnav nav { padding: 9px 0; padding-bottom: 15px; }
#btmnav nav ul li { display: inline; }
#btmnav nav ul li a { font-weight: bold; }


/* responsive styles */
@media screen and (max-width: 800px) {
  h2 { font-size: 2.2em; }
  p { font-size: 1.45em; line-height: 1.55em; }
  #topnav h1 {
	padding: 1.4em 0em;
	}
	#topnav #navbtn {
	padding:0.5em 0em;
	}
  #topnav { height: auto; }
  #topnav nav { 
    display: none; 
    position: static;
    width: 100%;
    padding:0;
    top: auto;
    right: auto;
  }
  #topnav nav ul li { float: none; margin: 0;  background: #f0f0f0;}
  #topnav nav ul li a {
    display: block;
    width: 100%;
    line-height:1.9em;
    border: 0;
    border-radius:0px;
    padding: 9px 9px;
    color:#303030;
    border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: none;
  }
  #topnav nav ul li a.sel {
    color: #6f8767;
    background: #cbdcc5;
  }
  
  #topnav #navbtn {
    display: block;
     padding:0.5em 0;
  }
}
/*---End-top-header----*/
/*  GRID OF One   =========================================== */
#team {
	padding: 2em 0;
	background-color: #3964af;
	background-image: url(../images/Fondos_empresa.jpg);
	background-repeat: repeat-x;
}
.col_1_of_1{
	display: block;
	text-align: center;
	width: 100%;
	margin: 0.5em auto;
}
.span_1_of_1  h3{
	color: #FFFFFF;
	margin-bottom: 0.5em;
	font-size: 2.3em;
	line-height: 1.2em;
	font-weight: 600;
	margin-top: 0px;
	letter-spacing: -1px;
	text-align: center;
}
.span_1_of_1  p{
	font-size: 1.2em;
	padding: 0.5em  0;
	color: #FFFFFF;
	line-height: 1.9em;
	text-align: center;
	width: 100%;
}
.pen{
	text-align: center;	
}
/********/
div#ourstory {
	padding: 2em 0;
	background-color: #c6cee1;
	overflow: hidden;
	background-image: url(../images/Fondos-productos.jpg);
	background-repeat: no-repeat;
}
.our-story h3{
	text-align:center;
	font-size:2.3em;
	font-weight:600;
	color:#fff;
	margin-bottom: 0.3em;
	
}
.our-story p{
	font-size:1.2em;
	color:#fff;
	text-align: center;
	line-height: 1.9em;
	margin:0 auto;
	width: 60%;
	
}
 /*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 10px;
	overflow: hidden;
	width:48px;
	height:48px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow_up1.png) no-repeat center;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*******************/
#contact {
	background-color: #0067b6;
	background-image: url(../images/Fondo_Contacto.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0;
}

.contact-form {
	padding: 2em 0 1em;
}
.contact h3{
	color:#F2F2F2;
	font-size:2.5em;
	padding: 1em 0em 0.3em 0em;
	text-align: center;
	font-weight: 600;
}
.contact  p{
	font-size: 1.0em;
	color: #ffffff;
	line-height: 1.5em;
	text-align: center;
	margin: 0 auto;
	width: 60%;
	margin-bottom: 1.5em;
}
.con input[type="text"],.con textarea{
	padding: 0.9em;
	width: 70%;
	background: #0982df;
	outline: none;
	color: #fff;
	font-size: 1em;
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	border: 2px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	margin-top: 20px;
}
.con input[type="text"]:nth-child(2)
{

}
.con form textarea{
	display: block;
	width: 70%;
	background: #0982df;
	border: none;
	outline: none;
	color: #fff;
	font-size: 1em;
	-webkit-appearance: none;
	margin-top: 1em;
	border: 2px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
.con form textarea{
	resize:none;
	height:80px;		
}
.con-button {
	text-align: center;
}
form input[type="submit"]{
	font-size: 1.5em;
	background: #0982df;
	color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-align: center;
	outline: none;
	border: none;
	cursor: pointer;
	padding-top: 0.4em;
	padding-right: 8.3em;
	padding-bottom: 0.4em;
	padding-left: 6.3em;
}
form input[type="submit"]:hover{
	text-decoration: none;
	background: #0982df;
}

/*******footer***/
.footer {
	background: #fff;
}
.footer-con{
	margin: 1em auto;

}
.footer-left{
	float:left;
	text-align: center;
	padding: 0.2em 0;
}
.footer-left p{
	color:#272727;
	font-size:1em;
	font-weight:600;
}
.footer-left p a{
	font-weight:600;
	color:#17A2B8;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-left a:hover{
	text-decoration:underline;
}
.footer-right{
	float:right;
	text-align: center;
}
.footer-right ul{
	list-style:none;
}
.footer-right ul li {
  display: block;
  float:left;
  margin:0em 0.5em; 
}
.footer-right ul li a {
	 display: block;
	  font-size:0.9em;
	  color:#272727;
	  padding: 0.7em 1em;
	  font-weight:600;
	 -webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	 -o-transition: all 0.3s ease-out;
	 transition: all 0.3s ease-out;
}
.footer-right ul li a:hover{
	color:#73A1AD;
	background: #393B3A;
}
/*end-footer**/
/***** Media Quries *****/
@media only screen  and (max-width:1440px) {
	.wrap{
		width:80%;
	}
}
@media only screen  and (max-width:1366px) {
	.wrap{
		width:85%;
	}
	#topnav nav ul li a,.footer-right ul li a {
	padding-top: 0.7em;
	padding-right: 0.1em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;
	}
	.pricing-grid ul li a {

	}
	.span_1_of_1 p {
	width: 88%;
	}
	.contact p {
	width: 34%;
	}
	form input[type="submit"] {
	padding-top: 0.6em;
	padding-right: 0.85em;
	padding-bottom: 0.6em;
	padding-left: 0.85em;
	}
}
@media only screen  and (max-width:1280px) {
	.wrap{
		width:85%;
	}
	.span_1_of_1 h3,.our-story h3,.contact h3 { 
	font-size: 2.17em;
	}
	.our-story h3 {
		margin-bottom:0.3em;
	}
	.span_1_of_1 p {
	width:100%;
	margin: 0 auto;
	font-size: 1.2em;
	}
	div#ourstory {
	padding: 1.3em 0;
	}
	.our-story p {
	font-size: 1em;
	}
	form input[type="submit"] {
	padding: 0.6em 6.4em;
	}
	#contact {
	padding: 1em 0;
	}	
	.contact p {
	width: 31%;
	font-size: 1em;
	}
}
@media only screen  and (max-width:1024px) {
	.wrap{
		width:87%;
	}
	#topnav h1 {
	padding: 1.9em 0em;
	}
	#topnav nav ul li a, .footer-right ul li a {
	padding: 0.65em 0.7em;
	}
	.span_1_of_1 h3 {
	font-size: 2.1em;
	}
	.span_1_of_1 p {
	width:95%;
	}
	.our-story h3 {
	font-size: 1.9em;
	margin-bottom:0.3em;
	}
	.our-story p,.pricing-plans p { 
	margin: 0 auto;
	width: 57%;
	}
	#contact {
	padding: 0.5em 0;
	background-image: url(../images/Fondo_Contacto.jpg);
	background-repeat: no-repeat;
	}
	.contact p {
	width: 100%;
	font-size: 1.2em;
	}
	.contact h3 {
	font-size: 2.3em;
	}
	.con input[type="text"], .con textarea {
	padding: 7px;
margin: 0px auto;
width: 620px;
margin-bottom: 10px;
	}
	.con form textarea {
	padding: 7px;
margin: 0px auto;
width: 620px;
	}
	form input[type="submit"] {
	width: 640px;
	margin: 0px auto;
	padding: 7px;
	}
	
}
@media only screen  and  (max-width:768px) {
	.wrap{
	width:90%;
	}
	#topnav h1 {
	padding: 0em 0em;
	}
	#topnav #navbtn {
	width: 40px;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	}
	#topnav nav ul li a, .footer-right ul li a {
	padding: 0.3em 0.4em;
	}
	.span_1_of_1 h3,.our-story h3 {
	font-size: 1.7em;
	}
	.span_1_of_1 p {
	width: 100%;
	margin: 0 auto;
	font-size: 0.98em;
	}
	#team {
	padding:1em 0;
	}
	.our-story p { 
	margin: 0 auto;
	width: 69%;
	font-size: 0.98em;
	}
	#contact {
	padding: 0.2em 0;
	}
	.contact p {
	width: 51%;
	font-size: 0.98em;
	}
	.con input[type="text"], .con textarea {	
	width: 295px;
margin: 0px auto;
margin-bottom: 10px;
padding: 7px;
	}
	.con form textarea {
	width: 295px;
margin: 0px auto;
margin-bottom: 10px;
padding: 7px;
	}
	form input[type="submit"] {
	width: 310px;
margin: 0px auto;
margin-bottom: 10px;
	}		
}
@media only screen and (max-width:640px) {
	.wrap{
	width:90%;
	}
	.span_1_of_1 h3,.our-story h3 {
	font-size: 1.55em;
	}
	.span_1_of_1 p {
	font-size: 0.98em;
	width: 100%;
	}
	.our-story p {
	margin: 0 auto;
	width: 90%;
	}
	.contact p {
	width: 66%;
	}
	.contact h3 {
	font-size: 2em;
	}
	.footer-left {
	float: none;
	margin: 0 auto;
	text-align: center;
	margin-top: 0.5em;
	}
	.footer-right {
	float: none;
	width: 67%;
	margin: 0 auto;
	text-align: center;
	padding: 0.4em 3px;
	}
}
@media only screen and (max-width:480px) {
	.wrap{
	width:90%;
	}
	#topnav #navbtn {
	padding: 1.2em 0;
	}
	#topnav nav ul li a, .footer-right ul li a {
	padding: 0.2em 0.4em;
	}
	.span_1_of_1 h3,.our-story h3 { 
	font-size: 1.35em;
	}
	.our-story p {
	width: 94%;
	font-size: 0.8725em;
	}
	.contact h3 {
	font-size:1.8em;
	}
	.contact p {
	width: 75%;
	font-size: 0.8725em;
	}
	.con input[type="text"], .con textarea {
	width: 205px;
margin: 0px auto;
padding: 7px;
margin-bottom: 10px;
	}
	.con form textarea {
	width: 205px;
margin: 0px auto;
padding: 7px;
margin-bottom: 10px;
	}
	form input[type="submit"] {
	width: 225px;
margin: 0px auto;
	}
	.footer-left {
	text-align:center;
	margin-top: 0.5em;
	}
	.footer-right {
	width: 255px;
	}
	
}
@media only screen and (max-width:320px) {
	.wrap{
	width:90%;
	}
	#topnav #navbtn {
	padding: 1.2em 0;
	}
	#topnav nav ul li a{
	padding: 0.1em 0.6em;
	}
	.span_1_of_1 h3,.our-story h3 {
	font-size: 1.1em;
	}
	.span_1_of_1 p {
	width: 100%;
	font-size:0.8725em;
	margin: 0 auto;
	}
	#team {
	padding: 0.5em 0;
	}
	.our-story p {
	margin: 0 auto;
	ont-size: 0.8725em;
	}
	.contact h3 {
	font-size: 1em;
	}
	.contact p {
	width: 96%;
	font-size: 0.8725em;
	}
	.con input[type="text"], .con textarea {
	font-size: 0.8725em;
	width: 205px;
	padding: 7px;
margin: 0px auto;
margin-bottom: 10px;
	}
	.con form textarea {
	font-size: 0.8725em;
	width: 204px;
	padding: 7px;
margin: 0px auto;
margin-bottom: 10px;
	}
	form input[type="submit"] {
	font-size: 1em;
	width: 220px;
	padding: 7px;
margin: 0px auto;
margin-bottom: 10px;
	}
	.footer-right {
	width: 100%;
	}
	 .footer-right ul li  {
	  margin:0em  0em;
	}
	.footer-right ul li a{
	 padding: 0.1em 4px;
	}
}
/*****//end- Media Quries *****/
