/* general */

body {
	-webkit-font-smoothing:antialiased;
	background:#C39BD3;
	margin:0 auto;
	overflow-x:hidden;
}

::selection {
	background:#002a07;
	color:#ffff0a;
	}

::-moz-selection {
	background:#C39BD3;
	color:#ffff0a;	
}

p {
	line-height: 1.5rem;
	font-size: 0.875rem;
	color:#000;
}

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 #C39BD3;
	-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:100%; 
	height:42px; 
	margin:0; 
	padding:0; 
	float:left; 
	text-indent:-5555px;
}

h1 > a { 
	display:block; 
	width:100%; 
	height:42px; 
	background:url(img/logo.png) no-repeat;
	background-position: top left;
}

h1 > a:hover { 
	opacity:0.5;
}

h2 { color:#000;
	font-size:2.25rem;
	margin:0 0 30px 0;
	padding:0;
	word-wrap: break-word;
	font-style:italic;
}

h3 {
	color:#000;
	font-size: 1.25rem;
	margin:0 0 20px 0;
	padding:0;
	word-wrap: break-word;	
	font-style:italic;	
}

h4 {
	color:#000;
	font-size: 1rem;
	margin:0 0 20px 0;
	word-wrap: break-word;
	font-style:italic;		
}

h5 {
	color:#000;
	font-size: 0.875rem;
	margin:0 0 20px 0;
	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:#00400b;
  color:#fff;
  font-size: 0.9375rem !important;
  padding:0.8125rem 1.375rem;
  letter-spacing:1px;
  font-style:italic;
}

button:hover, .button:hover {
  background-color:#fffb00;
  color:#00400b;  
}

button:focus, .button:focus {
  background-color:#fffb00;
  color:#00400b;  
}

blockquote {
	border-bottom:1px dotted #154360;
	border-top:1px dotted #154360;
	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 #154360;
	height:20px;
	width:100%;
	margin:0 0 30px 0;
}

/* header */

header {
	padding: 30px 0;
	width: 100%;
	height:auto;
	position:absolute;
	z-index:99;
    background: -webkit-linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
}

header h4 { color:#FFF; margin:0; padding:0; }

.gris { background:#ededed; }

/* social */

.social {
	width:100%;
	height:auto;
	list-style:none;
	padding:0;
	margin:0 auto;
	margin-bottom:20px;
}

.social li {
	padding:0;
	margin:2px;
	border-bottom:none;
	text-align:center;
	background:none;
	float:left;
}

.social a {
	display:block;
	width:40px;
	height:40px;
	padding:9px 0 0 0;
	text-align:center;
	color:#ffcb08;
	border:1px solid #fffb00;
	border-radius:50%;
}

.social .fa { padding:0; margin:0;}

.compartir { margin:13px 10px 0 0 !important; text-transform:uppercase; color:#fff;}

.fac:hover { background:#fffb00; color:#154360;}

.twi:hover { background:#fffb00; color:#154360;}

.goo:hover { background:#fffb00; color:#154360;}

.you:hover { background:#fffb00; color:#154360;}

/* nav - menu */

nav {
	width:100%;
	display:block;
	padding:0;
	margin:0;
	z-index:99;
}

nav > div > div > a { 
	display:none;
}

nav ul {
	margin:0;
	padding:0;
	list-style:none;
	height:56px;
	float:right;
}

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:#fff;
	padding:20px 20px 0 20px;
	font-size:1rem;
	height:56px;
	font-style:italic;
	letter-spacing:1px;
}

nav li a:hover {
	color: #fffb00;
}

nav li:hover > ul, nav li:focus > ul { display:block;}

nav li ul {
	background:#ffcb08;
	list-style:none;
	margin:0 !important;
	padding:0!important;
	width:280px;
	height:auto;
	position:absolute;
	z-index:999;
	top:55px;
	left:0px;
	display:none;
	border: none;
	border-top:1px solid #ffda4e;
	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:#154360;	
	list-style:none;
	margin:0 !important;
	padding:0!important;
	width:280px;
	height:auto;
	position:absolute;
	z-index:999;
	top:-1px;
	left:280px;
}

nav li ul li {
	padding:0;
	margin:0;
	text-align:left;
}

nav li li a {
	color:#000;
	padding:12px 0 0 20px;;
	text-align:left;
	display:block;
	height:44px;
	width:280px;
	font-size:0.8125rem;
	border: none;
	border-bottom:1px solid #ffda4e;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;		
}

nav li li a:hover {
	background:#000;
	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:650px;
	margin:0 auto;
	position:relative;
	background:#ededed;
	clear:both;
}

.banner {
	position:relative;
	overflow:hidden;
	background:#fff;
}

.banner ul {
	margin:0;
	padding:0;
	position:relative;
}

.banner li {
	list-style:none;
	height:650px;
	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; }

.prev, .prev:focus { left:0px; background:#154360; color:#fff !important;}

.prev:hover { background:#fffb00; color:#154360 !important;}

.next, .next:focus { right:0px; background:#154360; color:#fff !important;}

.next:hover { background:#fffb00; color:#154360 !important;}

.next .fa { padding:19px 0 0 5px;}

.prev .fa { padding:19px 5px 0 0;}

/* contenido */

section { margin:0 auto; padding:50px 0 40px 0; background:#fff; }

section .row { margin-bottom:40px; }

section a { color:#154360; }

section a:hover { color:#000; }

section li { line-height:20px; color: #1d1d1e; padding-left:25px; }

section li a:hover { padding:0 0 0 5px; }

.secimg { 
	float:left;
	padding:7px 20px 20px 0;
}

.fowid {
	background:#154360;	
	padding: 30px 0 0 0;
	margin-bottom:60px;
}

.fowid h2 {
	color:#000;
}

.fowid p {
	color:#000;
}

.fowid span {
	font-size:1.5rem;
}

.panel {
	/*-webkit-background: linear-gradient(#154360, #efefef);
	-moz-background: linear-gradient(#154360, #efefef);
	background: linear-gradient(#154360, #efefef);*/
	background:#00400b;
	padding:30px 20px;
}

.panel li { border-bottom:1px solid #dedede; }

.panel a { color:#154360; }

.panel a:hover { color:#154360; }

.panel h3 { color:#1d1d1e; margin:0 0 25px 0; font-size:2rem; border-bottom:1px dotted #666666; padding-bottom:20px; }

.panel.callout { background:#154360; border:none; padding:50px 0; }

.panel.callout h4 { font-size:1.5rem; color:#fff; margin:0; padding:0; border:none; }

.panel.callout p { font-size:0.875rem; color:#fff; margin:0; }

.panel.callout a { color:#000 !important; }

.panel.callout a:hover { color:#fff !important; }

/* aside */

aside {	
	padding:50px 0;
	background:#f8f8f8;
	margin:0 auto;
	/*background:url(img/aside.jpg) bottom center #fff;
	background-repeat:no-repeat;	
	box-shadow:inset 0 0 30px #154360;*/
}

aside h3 {
	color:#000;
	margin-bottom:40px;
}

aside a {
	text-transform:uppercase;
	color:#154360;
	line-height:31px;
	font-weight:bold;
	font-size:0.6875rem;
}

aside a:hover {
	color:#00400b;
}

/* footer */

footer {
	width:100%;
	padding:60px 0 0 0;
	margin:0 auto;
	-webkit-background: linear-gradient(#154360, ##154360);
	-moz-background: linear-gradient(#154360, #154360);
	background: linear-gradient(#154360, #154360);
}

footer h3 {color:#ffcb08; text-align:center; margin:0 0 40px 0; padding-bottom:20px; border-bottom:1px solid #005a0f; }

footer h4 {color:#fff; font-style:italic; }

footer p { color:#e6e6e6; font-size:0.8125rem; }

footer p span { color:#b7b7b7; width:60px; display:block; float:left; }

footer a { color:#fffb00;}

footer a:hover { color:#7E5109;}

footer img { vertical-align:middle;}

footer .accesoperu { margin:0; font-size:0.6875rem; text-align:right;}

footer .accesoperu a { color:#7E5109;}

footer .accesoperu a:hover { color:#7E5109;}

.fa-html5, .fa-css3 { font-size: 0.875rem;}

.fa-html5, .fa-css3 { color:#7E5109;}

footer .large-3 { margin:10px 0; margin-top:20px; padding-top:20px;}

.footer1 {
	background: #7E5109;
	margin:50px 0 0 0;
	padding-top:20px;
}

.footer1 p {
	color:#b7b7b7;
}

/* 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;}

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:#D6EAF8;
	display:block;
	padding:14px 10px;
	margin:0 0 14px 0;
	width:100%;
	color:#000 !important;
	height:auto;
	box-shadow: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;
	border-bottom:2px solid #D6EAF8;
}

input[type="text"]:focus, textarea[rows]:focus, select:focus, select:hover { 
	background:#fff;
	color:#000 !important;
	box-shadow:none;
}

/* extra */

.tcenter { text-align:center;}

.tright { text-align:right;}

.sig { color:#000; margin-top:30px; }

.banner p { color:#fff; font-size:1rem; font-weight:300; } 

.banner strong { font-weight:400; } 

.titu {
	font-size:3.0rem !important;
	line-height:3.5rem;
	color:#fff;
	margin-bottom:20px;
	letter-spacing:1px;	
	padding:220px 0 0 0;
	letter-spacing:2px;
	text-shadow:1px 1px 1px #000;
}

.telf { font-size:1.5rem; margin:12px 0 0 0; color:#A93226 ; font-style:italic; }

.corre { font-size:0.8125rem; margin:20px 0 8px 0; color:#A93226 ; text-transform:uppercase;  }

.corre span { color:#000 !important; }

.corre a { color:#A93226 ; }

.corre a:hover { color:#000; }

.imgcen { background:#FFF; text-align:center; margin:0; }

.imgcen img { width:100%; }

.imgch { max-width:30%; }

.cab {
	padding:120px 0 0 0;
	margin-bottom:50px;
	border-top:1px solid #fff;
	-webkit-background: linear-gradient(#A93226 , #fff);
	-moz-background: linear-gradient(#A93226 , #fff);
	background: linear-gradient(#c8c8c8, #fff);		
	}

.cab h2  { border-top:1px solid #A93226 ;  padding:50px 0 40px 0; color:#fff; }

.datos { width:100%; padding:5px 0 8px 0; border-bottom:1px solid #A93226 ; background:#A93226 ; }

.datos p { color:#fff; margin:0; font-size:12px; text-transform:uppercase; word-wrap: break-word; }

.neg { background:#000; }

.esp {
	text-align:center;
	color:#fff;
	margin-bottom:20px;
}

.espab { padding-bottom:60px; }

.marco {
	border:6px solid #fff;
	box-shadow:0 0 5px rgba(0,0,0,.3);
}

.panel01 {
	background:url(img/panel01.jpg) center center !important;
	background-size:cover !important;
}

.panel02 {
	background:url(img/panel02.jpg) center center !important;
	background-size:cover !important;
}

.panel03 {
	background:url(img/panel03.jpg) center center !important;
	background-size:cover !important;
}

/* tablas */

table {
    background: none repeat scroll 0 0 #ededed;
    border: 1px solid #333;
}

table tr th, table tr td {
    border: 1px solid #333;
}

/* paginador */

.breadcrumbs, .breadcrumbs li { border:none; }

.breadcrumbs { background:#C39BD3; }

.breadcrumbs > * {
    color: #000;
}

.breadcrumbs li { padding:5px 0; }

.int {
	padding-top:0px;
}

.fonhead {
	background:url(img/cab-interna01.jpg);
	background-attachment:fixed;
	background-size:100% auto;
	background-position:top center;
}

section .fa-check {
	margin-left:-25px;
	margin-right:8px;
}

@media only screen and (max-width:870px) {

/* nav - menu */

.datos p { font-size:10px; }

#nav { display:none;}

nav {
	position:relative;
	position:999;
	margin-top:10px;
}

nav > div > div > a {
	display:block;
	text-align: left;
	color:#fff;
	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 #333;
}

nav li a {
	background:#000;
	height:48px;
	padding-top:16px;
}

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:25px;
	background:#000;
	border: none;
	color:#FFF;
}

nav li li a:hover {
	background:#000;	
	color:#ffcb08;
	border: none;	
}

nav li ul li ul {
	display:none !important;
}

/* header */

h1 > a {
	background-position: top center;
}

header {
    padding: 20px 0;
}

/* footer */

footer, footer .accesoperu { text-align:left !important;}

.fooba .columns {
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}

.fooba p {
	margin: 0;
}

nav li ul span {
	display:none;
}

.fonhead {
	background-size:auto 70%;
	background-position:center center;
}

}

@media only screen and (max-width:640px) {
	
nav ul {
    width: 100%;
}	

.banner p { font-size:0.875rem; } 

.titu {
	font-size:2.5rem !important;
	line-height:2.5rem;	
}
	
.datos p { text-align:center; }

.fowid { text-align:center; }

.banner { text-align:center; }

.titu {
	padding:230px 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; }

.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; }

}

@media only screen and (max-width:360px) {

.cab {
	text-align:center;
	}

.fowid {
    padding: 10px 0 ;
}

.fowid h2 {
	margin:0; padding:0; font-size:2rem;
}

#slide {
    height:350px;
}

.banner li {
	height:350px;
}

.banner .dots {
	display:none;
}

.banner li {
    background-size: auto 350px !important;
}

.titu {
    font-size: 1.5rem !important;
    line-height: 1.5rem;	
	padding: 160px 0 0 0;
	margin-bottom:10px;
}


}

.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color:#fff;
        position: fixed;
        right:70px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}