/* general */

body {
	-webkit-font-smoothing:antialiased;
	background:#ededed;
	overflow-x:hidden;
}

::selection {
	background:#336d63;
	color:#fff;
	}

::-moz-selection {
	background:#336d63;
	color:#fff;	
}

p {
	line-height: 1.5rem;
	font-size: 0.875rem;
	color:#1d1d1e;
}

ul {
	padding:0;
	margin:0 0 20px 0;
	list-style:none;
}

li {
	line-height: 1.25rem;
	font-size: 0.875rem;
	padding:15px 15px 15px 0px;
	border-bottom:1px dotted #d1d1d1;
	-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;
}

li li { border:none; border-top:1px dotted #d1d1d1; }

ul ul { padding-top:10px; margin:0; }

h1 { 
	display:block; 
	width:240px; 
	height:80px; 
	margin:0; 
	padding:0; 
	float:left; 
	text-indent:-5555px; 
}

h1 > a { 
	display:block; 
	width:240px; 
	height:80px; 
	background:url(img/logo.png) no-repeat top left;
}

h1 > a:hover { 
	opacity:0.5;
}

h2 { color:#36a492;
	font-size:2.25rem;
	margin:0 0 30px 0;
	padding:0;
	text-transform:uppercase;
	word-wrap: break-word;
}

h3 {
	color:#1d1d1e;
	font-size: 1.375rem;
	margin:0 0 20px 0;
	padding:0;
	text-transform:uppercase;
	word-wrap: break-word;	
}

h4 {
	color:#1d1d1e;
	font-size: 1rem;
	margin:0 0 20px 0;
	text-transform:uppercase;
	word-wrap: break-word;
}

h5 {
	color:#1d1d1e;
	font-size: 0.875rem;
	margin:0 0 20px 0;
	text-transform:uppercase;
	line-height:1.5rem;
}

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;
}

/* boton */

button, .button {
  background-color:#36a492;
  color:#fff;
  font-size: 0.875rem !important;
  padding:0.8125rem 1.375rem;
  text-transform:uppercase;
  margin-bottom:0px;
}

button:hover, .button:hover {
  background-color:#1d1d1e;
  color:#36a492;  
}

button:focus, .button:focus {
  background-color:#36a492;
  color:#fff;  
}

blockquote {
	border-bottom:1px dotted #2b2b2b;
	border-top:1px dotted #2b2b2b;
	padding:20px 25px 20px 25px;
	margin:0 0 20px 0;
	border-left:none;
}

blockquote p {
	padding:0;
	margin:0;
	color:#000;
	font-size:1rem;
	letter-spacing:0.2px;
	text-transform:uppercase;
}

blockquote strong {
	font-weight:700 !important;
}

hr {
	border:none;
	border-bottom:1px dotted #2b2b2b;
	height:20px;
	width:100%;
	margin:0 0 40px 0;
}

/* header */

header {
	padding: 15px 0 20px 0;
	width: 100%;
	position:absolute;
	z-index:98;
   /* background: -webkit-linear-gradient(#ededed, #fff);
    background: -moz-linear-gradient(#ededed, #fff);
    background: -o-linear-gradient(#ededed, #ff);
    background: linear-gradient(#ededed, #fff); */
}

header > .row { margin-top:80px; }

.gris { background:#ededed; }

/* social */

.social {
	width:120px;
	height:44px;
	list-style:none;
	padding:0;
	margin:0;
}

.social li {
	padding:0;
	margin:0 4px;
	border-bottom:none;
	text-align:center;
	background:none;
	float:left;
}

.social a {
	display:block;
	width:32px;
	height:32px;
	padding:6px 0 0 0;
	text-align:center;
	color:#fff;
	background:#36a492;
	border-radius:50%;
}

.social .fa { padding:0; margin:0;}

.compartir { margin:13px 10px 0 0 !important; text-transform:uppercase; color:#fff;}

.fac:hover { background:#415e9b; color:#fff;}

.twi:hover { background:#55acee; color:#fff;}

.goo:hover { background:#d73d32; color:#fff;}

.you:hover { background:#cc181e; color:#fff;}

/* nav - menu */

nav {
	width:100%;
	display:block;
	padding:0;
	margin:0;
	position:fixed;
	background:rgba(237,237,237,0.95);
	z-index:99;
}

nav > div > div > a { 
	display:none;
}

nav ul {
	margin:0;
	padding:0;
	list-style:none;
	height:56px;
	border-bottom:1px solid #f8f8f8;
}

nav li {
	padding:0;
	border:none;
	background:none;
	margin:0;
	float:left;
	position:relative;
	line-height:0.9375rem;
}

nav li a {
	display:block;
	text-align:center;
	color:#000;
	padding:11px 35px 0 35px;
	font-size:0.8125rem;
	height:56px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}

nav li a:hover {
	background:#36a492;
	color: #fff;
}

nav li:hover > ul, nav li:focus > ul { display:block;}

nav li ul {
	background:#343434;
	list-style:none;
	margin:0 !important;
	padding:0!important;
	width:290px;
	height:auto;
	position:absolute;
	z-index:999;
	top:56px;
	left:0px;
	display:none;
	border: none;
	border-top:1px solid #f0f0f0;
	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 ul {
	background:#444444;	
	list-style:none;
	margin:0 !important;
	padding:0!important;
	width:280px;
	height:auto;
	position:absolute;
	z-index:999;
	top:-1px;
	left:290px;
}

nav li ul li {
	padding:0;
	margin:0;
	text-align:left;
}

nav li li a {
	color:#fff;
	padding:16px 10px 0 20px;;
	text-align:left;
	display:block;
	height:60px;
	width:290px;
	font-size:0.8125rem;
	border: none;
	border-bottom:1px solid #292929;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;		
}

nav li li a:hover {
	background:#36a492;
	color:#fff;		
}

nav .fa { padding: 0; margin:0;}

nav li ul span {
	float:right;
	padding:0 20px 0 0;
}

/* slide */

#slide {
	padding:0; 
	width:100%;
	height:640px;
	margin:0 auto;
	position:relative;
	background:#ededed;
	clear:both;
}

.banner {
	position:relative;
	overflow:hidden;
}

.banner ul {
	margin:0;
	padding:0;
	position:relative;
}

.banner li {
	list-style:none;
	height:640px;
	float:left;
	margin:0;
	padding:0;
	border:none;
	-webkit-background-size:auto auto !important;
	background-position:center center;
}

.banner .dots {
    bottom:20px;
    left:50%;
	margin-left:-22px;
    position:absolute;
	padding:0;
}

.banner .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;
}

.banner .dots li.active {
    background:none repeat scroll 0 0 #fff;
    opacity:1;
}

.prev, .next { position:absolute; top:300px; z-index:4; display:block; height:50px; width:50px; text-align:center; border-radius:50%; }

.prev, .prev:focus { left:10px; background:rgba(0,0,0,0.7); color:#fff !important;}

.prev:hover { background:rgba(255,255,255,0.8); color:#000 !important;}

.next, .next:focus { right:10px; background:rgba(0,0,0,0.7); color:#fff !important;}

.next:hover { background:rgba(255,255,255,0.8); color:#000 !important;}

.next .fa { padding:19px 0 0 5px;}

.prev .fa { padding:19px 5px 0 0;}

/* contenido */

section { margin:0 auto; padding:0 0 80px 0; }

section a { color:#158573; }

section a:hover { color:#000; }

section li { line-height:18px; color: #1d1d1e; }

section li a:hover { padding:0 0 0 5px; }

.titubr { border-bottom:1px solid #336d63; padding-bottom:20px; margin-bottom:20px; }

.secimg { 
	float:left;
	padding:7px 20px 20px 0;
}

.fowid { 
	background:url(img/fow.jpg) no-repeat top center #fff;
	padding: 90px 0 90px 0;
	margin-bottom:80px;
}

.fowid h2 {
	margin:0 0 10px 0;
}

.fowid p {
	color:#000;
}

.panel { background:#fff; }

.panel li { border-bottom:1px solid #dedede; }

.panel i { padding:0 10px 0 0;}

.panel h3 { font-size:1rem; color:#1d1d1e; margin:0 0 15px 0; }

.panel.callout { background:#36a492; }

.panel.callout h3 { font-size:1rem; color:#1d1d1e; margin:0 0 15px 0; }

.panel.callout p { font-size:0.8125rem; color:#1d1d1e; margin:0 0 15px 0; }

.panel.callout a { color:#000 !important; }

.panel.callout a:hover { color:#fff !important; }

/* aside */

aside {
	background:url(img/aside.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	
	padding:100px 0 120px 0;
	margin:0 auto;
	/*box-shadow:inset 0 0 30px #000000;*/
}

aside a {
	text-transform:uppercase;
	color:#000;
	line-height:31px;
}

aside a:hover {
	color:#36a492;
}

/* footer */

footer {
	width:100%;
	padding:60px 0 0 0;
	margin:0 auto;
    background:#0a0a0a;
	border-top:3px solid #36a492;		
	}

footer h3 {color:#36a492; margin:0 0 40px 0; padding-bottom:20px; border-bottom:1px solid #36a492; }

footer h4 {color:#fff; }

footer p { color:#e6e6e6; font-size:0.8125rem; }

footer p span { float:right;}

footer a { color:#36a492;}

footer a:hover { color:#fff;}

footer img { vertical-align:middle;}

footer .accesoperu { margin:0; font-size:0.6875rem; text-align:right;}

footer .accesoperu a { color:#1d1d1e;}

footer .accesoperu a:hover { color:#36a492;}

.fa-html5, .fa-css3 { font-size: 0.875rem;}

.fa-html5, .fa-css3 { color:#1d1d1e;}

footer .large-3 { margin:10px 0; margin-top:20px; padding-top:20px;}

.footer1 {
	background: #ededed;
	margin:50px 0 0 0;
	padding-top:20px;
}

.footer1 p {
	color:#1d1d1e;
}

/* iconos */

.fa-envelope, .fa-caret-right, .fa-phone, .fa-envelope, .fa-map-marker
{ padding:0 4px 0 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.9375rem;
}

input[type="text"], textarea[rows], select  {
	font-size:0.9375rem;
	border:none;
	background:#f7f7f7;
	border:1px solid #fbfbfb;
	display:block;
	padding:10px;
	margin:0 0 14px 0;
	width:100%;
	color:#000;
	height:auto;
	-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, select:focus, select:hover { 
	background:#36a492;
	color:#1d1d1e;
	border:1px solid #36a492;
	box-shadow:none;
}

/* extra */

.tcenter { text-align:center;}

.tright { text-align:right;}

.sig { color:#000; margin-top:30px; }

.titu {
	font-size:2.0rem;
	line-height:2.25rem;
	color:#000;
	margin-bottom:20px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;	
	padding:300px 0 0 0;	
}

.subtitu span { background:#000; color:#fff; padding:5px 20px; display:inline-table; }


.int { padding:225px 0 40px 0; }

.telf { font-size:1.25rem; margin:20px 0 0 0; color:#1d1d1e; letter-spacing:0.2px; text-transform:uppercase; font-weight:300;  }

.telf span { color:#36a492 !important; font-size:0.8125rem; letter-spacing:0.7px }

.corre { font-size:0.8125rem; margin:20px 0 8px 0; color:#00628f; text-transform:uppercase;  }

.corre span { color:#000 !important; }

.corre a { color:#00628f; }

.corre a:hover { color:#000; }

.imgcen { background:#FFF; text-align:center; margin:0; }

.imgcen img { width:100%; }

.imgch { max-width:30%; }

.cab {

	margin:0 0 40px 0;
	background:#FFF;
	}

.cab h2  { color:#36a492; margin:40px 0; }

/* tablas */

table {
    background: none repeat scroll 0 0 #ededed;
    border: 1px solid #333;
}

table tr th, table tr td {
    border: 1px solid #333;
}

/* tabs */

.tabs { background-color: #1d1d1e; }

.tabs li { margin:0; border:none; padding:0; }

.tabs dd > a, .tabs .tab-title > a {
    background-color: #1d1d1e;
    color: #36a492;
    font-size: 0.875rem;
    padding: 1rem 1.5rem;
	text-transform:uppercase;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
    background-color: #36a492;
    color: #1d1d1e;
}

.tabs-content { padding:20px; background:#fff; }

/* clientes */

.clien {
	width:190px;
	background:#f7f7f7;
	margin:1px 1px 0 0;
	padding:8px;
	float:left;

	position:relative;
	text-align:center;
}

.clien .imgch {
	max-width: 100%;
}

.slogan { font-size:1rem; font-weight:400; color:#000; margin:10px 0 20px 0; text-transform:uppercase; }

/* paginador */

.breadcrumbs, .breadcrumbs li { border:none; }

.breadcrumbs { background:#f9f9f9; }

.breadcrumbs > * {
    color: #000;
}

.breadcrumbs li { padding:5px 0; }

@media only screen and (max-width:1024px) {
	
nav li a {

	padding:11px 27px 0 27px;
}
}

@media only screen and (max-width:920px) {
	
nav li a {

	padding:11px 15px 0 15px;
}
}

@media only screen and (max-width:780px) {

header {
	position:relative;
	position:999;
	background:#ededed;
	padding:30px 0;
}

header > .row {
    margin-top: 0px;
}

/* nav - menu */

#nav { display:none;}

nav {
	position:relative;
	position:999;
	background:#ededed;
	border-bottom:1px solid #dbdbdb;
}

nav > div > div > a {
	display:block;
	text-align: left;
	color:#1d1d1e;
	padding:15px 16px 0 16px;
	font-size:0.875rem;
	height:50px;
	text-align:center;
}

nav ul {
	margin:0;
	padding:0;
	border-left: none;
}

nav li {
	width:100%;
	border-top:1px solid #dbdbdb;
}

nav li a {
	background:#ededed;
}

nav li > ul {
	display:block;
}

nav li a {
	width:100%;
	text-align:left;
	border-right: none;
}

nav li ul {
	width:100%;
	height:auto;
	position:relative;
	top:0;
	left:0px;
	border:none;
}

nav li li a {
	width:100%;
	padding-left:50px;
	color: #fff;
	background:#292929;
	border: none;
}

nav li li a:hover {
	background:#00628f;
	color:#fff;
	border: none;	
}

nav li ul li ul {
	display:none !important;
}

/* header */

h1 > a {
	position:absolute;
	left:50%;
	margin-left:-120px;
}

/* footer */

footer, footer .accesoperu { text-align:left !important;}

.fooba .columns {
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}

.fooba p {
	margin: 0;
}

.int { padding:0px 0 40px 0; }

nav li ul span {
	display:none;
}

}

@media only screen and (max-width:640px) {

.fowid { text-align:center; }

.prev, .next { top:10px; }

.banner { text-align:center; }

.titu {
	padding:120px 0 0 0;
}

.secimg { 
	float:none;
	padding:0 0 20px 0;
	display:block;
	text-align:center;
	margin:0 auto;
}

aside h3, aside p { text-align:center; }

aside .medium-2 { margin-bottom:20px; text-align:center; }

#slide {
	height:440px;
}

.banner li {
	height:440px;
	background-position: -600px;
}

.tright {
    text-align:center;
}

table tr th, table tr td {
    font-size: 0.6875rem;
	padding: 0.5625rem 0.5rem;
}

.sig {  margin-top:20px; margin-bottom:0; }

.slogan {
    margin: 30px 0 20px 0;
}

}