@import url('https://fonts.googleapis.com/css?family=Changa+One|Roboto+Condensed|Roboto:400,700');

h1, h2 {
	font-family: 'Changa One', cursive;
	font-weight: 400; 
	-webkit-font-smoothing: antialiased; 
	text-rendering: geometricPrecision;
	}
	
h3, h4, h5 {
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; 
	-webkit-font-smoothing: antialiased; 
	text-rendering: geometricPrecision;
	}
	
nav li a, nav > div > div > a {
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; 	
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	}

p, a, li, label, input, textarea, select, input.button, #cboxTitle, .btn-send, button, .button  { 
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-rendering: geometricPrecision;
}

/* general */

body {
	-webkit-font-smoothing:antialiased;
	background:url(imagenes/fondo-verde.png) top center #f3f3f3;
	background-repeat: repeat-x;
	overflow-x:hidden;
}

.fondo-int { background-position: center -590px !important; }

::selection {
	background:#519710;
	color:#fff;
	}

::-moz-selection {
	background:#519710;
	color:#fff;	
}

header,
section,
nav,
#banner { 
	max-width:1100px;
	margin:0 auto;	
}

p {
	line-height:24px;
	margin:0 0 20px 0;
	font-size:0.875rem;
	color:#000;
}

ul {
	padding:0 0 20px 0;
	margin:0;
	list-style:none;
}

li {
	font-size:0.875rem;
	padding:12px 0px 12px 0px;
	line-height:24px;
	text-align: left;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
}

h1 { 
	display:block; 
	width:100%; 
	height:80px;
	margin:0;
	float:left; 
	text-indent:-5555px;
}

h1 > a { 
	display:block; 
	width:100%; 
	height:80px;
	padding:0; 	
	background:url(imagenes/logo.png) no-repeat center center;
}

h2 { color:#000;
	font-size:2.375rem;
	margin:0 0 30px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #999;
	text-transform: uppercase;
}

h3 {
	color:#000;
	font-size:1.5rem;
	margin:0 0 20px 0;
	padding:0;
	text-transform: uppercase;	
}

h4 {
	color:#000;
	font-size:1.125rem;
	margin:0 0 20px 0;
	text-transform: uppercase;
}

h5 {
	color:#000;
	font-size:1rem;
	margin:0 0 20px 0;
	text-transform: uppercase;
}

a {
	outline:none;
	text-decoration:none;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
}

/* front */

.front { background: none !important; }
.front .row { margin-bottom: 60px; }
.front .fondo-b { background: #fff; }
.front .padding-fr { padding: 30px 30px 10px 30px; }

/* servicios */

.home .servicios > div { width: 25%; float: left; padding-right: 0; padding-left: 0; }

.servicios div { padding-top: 30px; padding-left: 20px; padding-right: 20px; padding-bottom: 15px; text-align: center;  }
.servicios div:first-child { background:#90c43e;  }
.servicios div:nth-child(2) { background:#51970f; }
.servicios div:nth-child(3) { background:#97d42e; }
.servicios div:nth-child(4) { background:#70ad26; }
.servicios h4 { color: #000; font-size: 0.9375rem;  }

.servicios button, .servicios .button {
  background-color:#fff;
  color: #1d1d1d;
  font-size: 0.75rem;
  padding: 0.8125rem 1.5rem 0.875rem 1.5rem !important;
}

.servicios button:hover, .servicios .button:hover {
  background-color:#6d6e71;
  color: #fff;
}

.servicios button:focus, .servicios .button:focus {
  background-color:#6d6e71;
  color: #fff;
}

/* boton */

button, .button {
	font-size: 0.875rem;
  background-color:#519710;
  border:none ! important;
  text-transform:uppercase;
}

button:hover, .button:hover {
    background-color:#6d6e71;
}

button:focus, .button:focus {
    background-color:#6d6e71;
}

blockquote {
	background:#50be90;
	padding:20px 25px 25px 25px;
	margin:0 0 20px 0;
}

blockquote p {
	padding:0;
	margin:0;
	color:#FFF;
	font-size:14px;
	line-height:22px;
	font-weight:300 !important;
	letter-spacing:0.2px;
}

blockquote strong {
	font-weight:700 !important;
}

blockquote a {
	color:#fff !important;
}

blockquote a:hover {
	color:#102935 !important;
}

hr {
	border-top:1px solid #d8d8d8;
	margin:0 0 20px 0;
}

/* header */

header {
	padding:10px 0 15px 0;
	width:100%;
	position: relative;	
    background: #fff;
    border-bottom: 5px solid #c9c9c9;
}

/* social */

.social {
	width:183px;
	height:50px;
	list-style:none;
	padding:0;
	margin:0 auto;
	z-index:99;
}

.social li {
	padding:0;
	margin:0;
	border-bottom:none;
	text-align:center;
	background:none;
	float:left;
}

.social a {
	display:block;
	width:50px;
	height:50px;
	padding:12px 0 0 0;
	text-align:center;
	color:#fff;
	margin: 5px;
	border:1px solid #fff;
}

.social .fa { padding:0; margin:0; }


.fac:hover { background:#fff; color:#519710; }

.twi:hover { background:#fff; color:#519710; }

.goo:hover { background:#fff; color:#519710; }

/* nav - menu */

.fa-bars { margin-right:10px !important; }

nav {
	margin-top: 1px;
	width:100%;
	height: 50px;
	display:block;
	padding:0;
	background: #fff;
	margin-top: 20px;
}

nav > a { 
	display:none;
	text-transform: uppercase;
}

nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float: right;
}

nav li {
	padding:0;
	border:none;
	background:none;
	margin:0;
	float:left;
	position:relative;
}

nav li a {
	display:block;
	text-align:center;
	color:#000;
	padding:13px 15px 0 15px;
	font-size:0.875rem;
	height:50px;
	text-transform: uppercase;
}

nav li a:hover {
	color:#519710;
}

nav li:hover > ul, nav li:focus > ul { display:block; }

nav li ul {
	background:#000;
	list-style:none;
	margin:0 !important;
	padding:0!important;
	width:220px;
	height:auto;
	position:absolute;
	z-index:999;
	top:47px;
	left:0px;
	display:none;
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.3);
}

nav li ul li {
	padding:0;
	margin:0;
	text-align:left;
}

nav li li a {
	color:#fff;
	padding:14px 0 0 20px;;
	text-align:left;
	display:block;
	height:50px;
	width:220px;
	font-size:12px;
	text-transform: uppercase;
}

nav li li a:hover {
	background:#519710;
	color:#fff;
}

.whatsapp { background:#10e370; border-radius:50%; color:#fff !important; width:50px; }

nav .fa { padding:0; margin:0; }

/* slide */

#banner {
	padding:0; 
	width:100%;
	height:440px;
	margin:0 auto;
	position:relative;
	background:#fff;
	clear:both;
}

.slide {
	position:relative;
	overflow:hidden;
}

.slide ul {
	margin:0;
	padding:0;
	position:relative;
}

.slide li {
	list-style:none;
	height:440px;
	float:left;
	margin:0;
	padding:0;
	border:none;
	-webkit-background-size:auto auto !important;
	background-position:center center;
}

.slide .dots {
    bottom:20px;
    left:50%;
	margin-left:-22px;
    position:absolute;
	padding:0;
}

.slide .dots li {
    border:1px solid #fff;
    border-radius:6px 6px 6px 6px;
    cursor:pointer;
    display:inline-block;
    height:6px;
    width:6px;	
    margin:0 4px;
    opacity:0.4;
    text-indent:-999em;
    transition:background 0.5s ease 0s, opacity 0.5s ease 0s;
	padding:0;
    background:none;
}

.slide .dots li.active {
    background:none repeat scroll 0 0 #fff;
    opacity:1;
}

.prev, .next { position:absolute; top:200px; z-index:4; display:block; height:50px; width:50px; text-align:center; }

.prev, .prev:focus { left:0px; background:rgba(255,255,255,.9); color:#519710; }

.prev:hover { background:#519710; color:#fff; }

.next, .next:focus { right:0px; background:rgba(255,255,255,.9); color:#519710; }

.next:hover { background:#519710; color:#fff; }

.prev .fa, .next .fa { padding:17px 0 0 0; }

/* contenido */

.flex-video {
    padding-bottom: 61.8% !important;
}

section {
	margin:0 auto;
	padding:40px 0 80px 0;
	background: #fff;
}

section a { color:#519710; }

section a:hover { color:#000; }

section li:before { font-family: 'FontAwesome'; content: "\f105"; position: absolute; margin-left: -20px; color: #519710; }

section li { line-height:17px; padding-left: 20px; }

.int { padding:60px 0 80px 0;  }


.lat {
	height:auto;
	width:100%;
	margin:0 0 20px 0;
}

.secimg { 
	float:right;
	padding:0 0 20px 20px;
}

/* footer */

footer { 
	width:100%;
	padding:40px 0 0 0;
	margin:0 auto; 
    background:#333333;
}

footer hr { border-color:#6a6a6a; margin-bottom: 40px; margin-top: 40px; }

footer h4 { 
	color:#fff;
	margin:0 0 20px 0;
}

footer p {
	font-size: 0.875rem;
	color:#6a6a6a;
	line-height:20px;
}

footer a { color:#fff; }

footer a:hover { color:#6a6a6a; }

footer img { vertical-align:middle; }

footer .accesoperu { margin:0; font-size:11px; text-align:right; }

footer .accesoperu a { color:#6a6a6a; }

footer .accesoperu a:hover { color:#519710; }

footer .copy { margin-top:20px; padding-top:20px; border-top:1px solid #6a6a6a; }

.fa-html5, .fa-css3 {
	font-size:14px;
}

.fa-html5, .fa-css3 {
	color:#fff;
}

footer .large-3 {
	margin:10px 0;
}

/* mapa */

#map-canvas { 
	width:100%;
	height:400px;
	display:block;
	padding:0;
	margin:0 0 20px 0;
}

/* form */

form { padding:0 0 20px 0; }

label {
	display:block;
	padding:3px 0 10px 0;
	font-size:0.875rem;
}

input[type="text"], textarea[rows]  {
	font-size:0.875rem;
	border:none;
	background:#eeeeee;
	display:block;
	padding:8px 10px;
	margin:0 0 14px 0;
	width:100%	
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
}

input[type="text"]:focus, textarea[rows]:focus { 
	background:#000;
	color:#fff;
}

.btn-send {
	border:none;
	cursor:pointer;
	padding:16px 25px;
	background:#519710;
	color:#fff;	
	margin:10px 0 0 0;
	text-align: center;
	font-size:0.875rem;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
}

.btn-send:hover {
	background:#6d6e71;
	color:#fff;
}

/* extra */

.tcenter { text-align:center; }

.tright { text-align:right; }

.fbla {
	background:#000;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}

.titu {
	margin:100px 0 0 0;
}

.titu p {
	margin:0 0 20px 0;
	color:#000;	
}

.titu  h2 {
	font-size:2.25rem !important;
	line-height:2.5rem;
	text-shadow:1px 1px 1px #fff;
	color:#000;
	margin-bottom:10px;
	padding:0;
	border:none;
}

.titu .button {
	color:#fff;
	background:#000;
}

.titu .button:hover {
	background:#ed1c24;
	color:#fff;
}

.btn-whatsapp { display:none; }

@media only screen and (max-width:760px) {

.btn-whatsapp {
display:block;
width:70px;
height:70px;
background:#10e370;
color#fff;
position:fixed;
bottom:10px;
right:10px;
border-radius:50%;
line-height:80px;
text-align:center;
z-index:999;
}

.home .servicios > div { width: 50%; }

/* nav - menu */
.whatsapp { display:none; }
#nav { 
	display:none;
}

nav { 
	margin:0;
	height: auto;
	position: relative;
	z-index: 999;
}

nav > a {
	display:block;
	text-align:left;
	color:#fff;
	padding:15px 16px 0 16px;
	font-size:0.8125rem;
	height:50px;
	background:#519710;
	margin-top: 20px;
}

nav ul {
	margin:0;
}

nav li {
	width:100%;
border-bottom:1px solid #fafafa;
}

nav li ul { box-shadow:none; }

nav li > ul {
	display:block;
}

nav li a {
	width:100%;
	text-align:left;
	border:none;
}

nav li ul {
	width:100%;
	height:auto;
	position:relative;
	top:0;
	left:0px;
}

nav li li a {
	width:100%;
	padding-left:40px;
	background:#fff;
	color:#000;
}

nav li li a:hover {
	color:#000;
}

/* header */

header { padding:20px 0; }

.intlat { padding:0; }

/* footer */

footer, footer .accesoperu { text-align:left !important; }

}

@media only screen and (max-width:640px) {

.social { left:50%; }

header { padding-top:40px; }	
	
.titu { margin-top:120px; }
.titu p { text-align:center; }
.titu  h2 {
	font-size:2rem !important;
	line-height:2.25rem;
	text-align:center;
}

#banner { height:280px; }
.slide li { height:280px; background-size: auto 100% !important; }

.prev, .next { top:auto; bottom:0px; background:transparent; }

}

@media only screen and (max-width:560px) {

#banner { height:220px; }
.slide li { height:220px; background-size: auto 100% !important; }

}