@charset "utf-8";
/* CSS Document */

/* Selectores Basicos 
font-family: 'Paytone One', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Arvo', serif;
font-family: 'Crete Round', serif;
font-family: 'Roboto Slab', serif;
*/

header, nav, section, article, aside, figure, footer{
	display:block;
	margin:0;
	padding:0;	
}
*{
	box-sizing:border-box;	
}
body{
	background:#fff;
	margin:0;	
}
p{
	color:#434343;
	font-size:13px;
	font-family:Arial, sans-serif;
	margin:10px 6px;
	text-align:justify;
	line-height:18px;	
}
h1, h2, h3, h4{
	color:#434343;
	font-size:24px;
	margin:15px 6px;
	font-family:Arial, sans-serif;
}
h2{ font-size:20px; }
h3{ font-size:18px; }
h4{ font-size:16px; }
a{
	color:#434343;
	font-size:13px;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a img{
	border:none;
}
ul, ol{
	color:#434343;
	font-size:13px;
	font-family:Arial, sans-serif;
}
#scrollUp{
	width: 60px;
	height: 60px;
	display: block;
	background: url(../imagenes/flecha.png) no-repeat;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

/*--------------------------------------------------------------*/
/*-------------------------- CABECERA --------------------------*/
/*--------------------------------------------------------------*/
#cabecera{
	width: 100%;
	background:#FFF;
	padding:5px;
}
#cajamenu{
	width: 100%;
	max-width:1100px;
	margin: auto;
	display: flex;
	padding: 10px 2%;
}
#cajamenu #logo{
	width: 28%;
	margin:auto;
}
#cajamenu #logo img{
	width:226px;
	height:100px;
	display: block;
	margin:auto;
}
#cajamenu #menu{
	width: 72%;
	margin:auto;
}
.menu-fijo{
	position:fixed;
	top:0px;
	width:100%;
	z-index:999;
	background:#F5F5F5;
	box-shadow:0 4px 4px rgba(0,0,0,0.4);
}

/*--------------------------------------------------------------*/
/*-------------------------- BANNERS ---------------------------*/
/*--------------------------------------------------------------*/
#banner{
	height:740px;
	background:rgba(0,0,0,1.00);
}
#banners{
	width:100%;
	height:520px;
	display:flex;
	margin:auto;
	background:rgba(0,0,0,1.00);
}

#banners div{
	width:100%;
}
#banners div img{
	width:100%;
	margin:auto;
	display:flex;
	margin-top:130px;
	background:rgba(0,0,0,1.00);
}
#slogan{
	width:60%;
	max-width:1000px;
	margin:auto;
	padding-top:70px;
}
#slogan h2{
	font-family: 'Sedgwick Ave', cursive;
	font-size:70px;
	font-weight:bold;
	color:#fff;
	line-height:80px;
	margin-top:50px;
	text-shadow: -5px -5px 5px rgba(0,0,0,9.00);
	letter-spacing:2px;
}

#slogan h2 span{
	font-size:70px;	
}
#slogan p{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:25px;
	color:#FFFFFF;
	line-height:25px;	
}
#slogan .protocolo{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:12px;
	font-weight:normal;
	text-align:center;
}
.leercaso{
	width:207px;
	height:45px;
	line-height:45px;
	display:block;
	background:url(../imagenes/fondo-boton.png);
	color:#FFF;
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	font-weight:bold;	
	margin:10px 6px;
	margin-top:70px;
}
.flecha{
	width:100px;
	height:auto;
	display:block;
	margin:10px 70px;
}

/*--------------------------------------------------------------*/
/*-------------------------- SERVICIOS -------------------------*/
/*--------------------------------------------------------------*/
#servicios{
	width:100%;
	height:auto;
	margin:auto;
}
#servicios h2{
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: #2C4633;
	font-size: 40px;
	line-height:20px;
	font-weight:normal;
	margin:auto;
	margin-top:50px;
}
#servicios h3{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #C22C3E;
	font-size: 16px;
	line-height:18px;
	font-weight:normal;
	margin:auto;
	margin-top:10px;
}
#cajaservicios{
	width: 100%;
	max-width:960px;
	display: flex;
	flex-direction: colum;
	justify-content:space-between;
	flex-wrap: wrap;
	padding: 40px 10px;
	margin:auto;
}
#cajaservicios p{
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: justify;
	color: #2C4633;
	font-size: 20px;
	line-height:24px;
	font-weight:normal;
	margin:auto;
	margin-bottom:20px;
}
#fotoshome{
	width: 100%;
	max-width:1100px;
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap: wrap;
	padding: 20px 10px;
	margin:auto;
}
#fotoshome div{
	width: 32.5%;
	padding: 10px;
	/*border:1px solid #CFCECE;*/
	margin-top:-20px;
	margin-bottom:50px;
}
#fotoshome img{
	width:100%;
	height:auto;
	display:block;
	transition:all 0.6s;
	cursor: pointer;
}
#fotoshome img:hover{
	transform:scale(1.5,1.5);
	filter: grayscale(90%);
}

/*--------------------------------------------------------------*/
/*-------------------------- CONSULTA --------------------------*/
/*--------------------------------------------------------------*/
#formnos{
	width: 100%;
	height:auto;
	background:url(../imagenes/casa-kukama-iquitos.jpg) center no-repeat fixed;
	padding:10px;
	margin:0 auto;
}
.cajaformnos{
	width:100%;
	max-width:1100px;
	height:auto;
	margin:0 auto;
	margin-bottom:120px;
	padding: 0 20px;
}
.cajaformnos h2{
	font-family: 'Anton', sans-serif;
	font-size:35px;
	line-height:10px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	padding-top:70px;
}
.cajaformnos p{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:14px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	margin:auto;
}
#formconsulta{
	width:100%;
	max-width:600px;
	height:aauto;
	margin: auto;
	margin-top:40px;
}
#formconsulta .cajacamposdos{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	font-weight:normal;
}
#formconsulta .cajacamposdos div{
	width:48.5%;
}
#formconsulta .cajacamposmedio{
	width:48.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	font-weight:normal;
}
#formconsulta .cajacampos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	font-weight:normal;
}
#formconsulta .campos{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(0,0,0,0.3);
	padding: 0 15px;
	border: 1px solid #fff;
	color: #fff;
	transition: all 0.5s;
	font-size:13px;
	font-weight:normal;
}
#formconsulta .campotext{
	width: 100%;
	height: 100px;
	line-height: 45px;
	background: rgba(0,0,0,0.3);
	padding: 0 15px;
	transition: all 0.5s;
	border: 1px solid #fff;
	color: #fff;
	font-size:13px;
	font-weight:normal;
}
#formconsulta #bconsulta{
	width: 30%;
	height: 50px;
	background: #C22C3E;
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	border: none;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	float:left;
	margin-bottom:70px;
	font-size:13px;
	font-weight:bold;
}
#formconsulta #bconsulta:hover{
	width: 100%;
}
#formconsulta #advertencia{
	color:#fff;
	font-size:12px;
}

/*--------------------------------------------------------------*/
/*------------------------ PIE PAGINA --------------------------*/
/*--------------------------------------------------------------*/
#piepagina{
	width:100%;
	height:auto;
	margin:auto;
	/*background:#2C4633;*/
	background: rgba(184,4,25,1.00);
	/*background: linear-gradient(180deg, rgba(1,52,15,1) 0%, rgba(1,64,7,1) 35%);*/
}
#piecentro{
	width:100%;
	max-width:960px;
	height:auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:auto;
}
#piecentro div{
	width:33.33%;
	padding:10px;
}
#piecentro img{
	width:226px;
	height:100px;
	display:flex;
	/*margin:20px 10px;*/
	margin-bottom:50px;
	margin-top:20px;

}
#piecentro .textlogo{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:13px;
	line-height:20px;
	color:#FFFFFF;
	text-align:left;
	margin-top:-20px;
	/*padding-top:-20px;*/

}
#piecentro div p{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
	line-height:10px;
	display:block;
	color:#FFFFFF;
	margin-top:-5px;
	text-align:left;
	padding:0;
}
#piecentro div h3{
	display:block;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	padding:0 5px;
	margin:1px 0;
	text-align:left;
	letter-spacing:1px;
}
#piecentro div h2{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:20px;
	line-height:10px;
	display:block;
	border-bottom:1px solid #fff;
	padding:15px 0 7px 0;
	letter-spacing:2px;
}
#piecentro div ul{
	margin:0;
	padding:0;
	list-style:none;	
}
#piecentro div ul li a{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:12px;
	line-height:11px;
	display:block;
	color:#FFFFFF;
	padding:3px 6px;
	font-weight:normal;
}
#piecentro div ul li a:hover{
	color:#CCCCCC;
}
#piecentro div ul li a i{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:11px;
	line-height:11px;
	color:#FFFFFF;
	font-weight:bold;
}
#piecentro div ul.sociales{
	display:flex;
	flex-direction:row;
	margin:auto;
}
#piecentro div ul.sociales li a i{
	width:30px;
	height:30px;
	line-height:30px;
	display:block;
	text-align:center;
	background:	#fff;
	color:#026B25;
	margin:auto 0px;
	padding:0;
	font-size:16px;
	border-radius: 40px;
}
/*#piecentro div ul.sociales li a i{
	color:#026B25;
	font-size:20px;
	line-height:20px;
}*/
#piecentro div ul.sociales li a i:hover{
	background:	#C22C3E;
	color:#fff;
	border:1px solid #fff;
}
#piecentro div h4{
	font-size:10px;
	line-height:10px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:10px;
}
#piecentro div h4 a{
	font-size:10px;
	line-height:10px;
	color:#FFFFFF;
	font-weight:normal;
}
#piecentro div h4 a:hover{
	color:#336840;
}

/*--------------------------------------------------------------*/
/*-------------------------- NOSOTROS --------------------------*/
/*--------------------------------------------------------------*/
#empresa{
	width:100%;
	height:auto;
}
#empresa h2{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	text-align: right;
	font-weight: 100;
	color: #2C4633;
	padding:30px 200px;
}
#empresa h3{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	line-height:10px;
	text-align: right;
	font-weight: bold;
	color: #2C4633;
	padding:30px 200px;
	margin-top:-60px;
}
/*#cajatitle{
	width: 100%;
	max-width: 600px;
	display: flex;
	margin:auto;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
#cajatitle div {
	width:50%;
	height:auto;
	margin:auto;
	margin-top:-50px;
}
/*#cajatitle h3{
	font-size: 50px;
	text-align:right;
	color: #000;	
	line-height: 35px;
	padding:0px;
}*/
/*#cajatitle p{
	font-size: 15px;
	line-height: 16px;
	text-align: justify;
	color: #000;
	font-weight:bold;
	padding:20px 0;
}*/
#cajaempresa{
	width: 100%;
	max-width: 960px;
	display: block;
	margin:-20px auto;
	margin-bottom:90px;
}
#cajaempresa p{
	font-family: 'Josefin Sans', sans-serif;
	text-align: justify;
	color: #2C4633;
	font-size: 30px;
	line-height:30px;
	font-weight:normal;
	margin:auto;
	margin-bottom:20px;
}
/*#cajaempresa h4{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	text-align: center;
	font-weight: 100;
	color: #000;
	margin-top:40px;
}*/
#cajaempresa .texfrase{
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	line-height:25px;
	text-align: justify;
	font-weight:bold;
	color: #C22C3E; /*#B8041A;*/
}
/*#cajaempresa .textmv{
	width:500px;
	font-size: 14px;
	line-height:20px;
	text-align: justify;
	font-weight:normal;
	color: #000;
	margin:auto;
}
#cajaempresa img{
	width:70%;
	height:auto;
	display: flex;
	margin:auto;
	margin-top:40px;
}*/

/*--------------------------------------------------------------*/
/*------------------------ HABITACIONES ------------------------*/
/*--------------------------------------------------------------*/
#habitaciones{
	width:100%;
	height:auto;
	margin:auto;
	margin-bottom:80px;
}
#habitaciones h2{
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: #2C4633;
	font-size: 40px;
	line-height:20px;
	font-weight:normal;
	margin:auto;
	margin-top:50px;
}
#habitaciones h3{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #C22C3E;
	font-size: 16px;
	line-height:18px;
	font-weight:normal;
	margin:auto;
	margin-top:10px;
}
#cajahabitaciones{
	width:100%;
	max-width:960px;
	height:auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:auto;
	padding:0;
	margin-top:40px;
}
#cajahabitaciones div{
	width:48%;
	height:auto;
	padding:0;
	margin:auto;
	border:1px solid #D6D6D6;
	margin-bottom:5%;
}
#cajahabitaciones div img{
	width:100%;
	height:auto;
	display:flex;
	padding:10px;
	cursor: pointer;
}
#cajahabitaciones div h2{
	font-family: 'Oswald', sans-serif;
	color:#003300; 
	font-size:26px;
	font-weight:bold;
	line-height:18px;
	margin-top:30px;
}
#cajahabitaciones .texthabitacion{
	color:#003300; 
	padding:0 10px;
	text-align:center;
}
#cajahabitaciones div h4{
	font-family: 'Roboto Condensed', sans-serif;
	color:#B80419;
	font-size:36px;
	text-align:left;
	font-weight:bold;
	padding:5px 20px 0;
}
#cajahabitaciones .noche{
	font-family: 'Roboto Condensed', sans-serif;
	color:#B80419;
	font-size:14px;
	line-height:10px;
	font-weight:normal;
	padding:0 20px 0;
	margin-top:-5px;
}
#cajahabitaciones div #infohabitacion{
	width:100%;
	height:auto;
	padding:0 20px 0;
	margin-bottom:5px;
	/*margin-bottom:1%;*/
	border:none;
}
#cajahabitaciones div #infohabitacion p{
	font-family: 'Raleway', sans-serif; 
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	color: #2C4633;
	text-align:left;	
}
#cajahabitaciones #infohabitacion .incluye{
	font-family: 'Raleway', sans-serif; 
	color:#B80419; 
	font-size:12px;
	line-height:12px;
	font-weight:normal;
}				
#cajahabitaciones #infohabitacion .adelanto{
	font-family: 'Raleway', sans-serif; 
	color:#2C4633; 
	font-size:10px;
	line-height:10px;
	font-weight:normal;
}				
/*#cajahabitaciones div ul{
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
	line-height:24px;
}
#cajalistas div ul li i{
	color:#B80419;
	margin-bottom:20px;
}*/

#cajahabitaciones div a{
	width:60%;
	height:45px;
	background:#B80419;
	line-height:35px;
	text-align:center;
	color:#FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	display:block;
	/*margin:15px 6px;*/
	margin:20px auto;
	margin-top:35px;
	transition:all 0.5s;
	
}
#cajahabitaciones div a:hover{
	width:80%;
	background:#003300;
	color:#fff;
	letter-spacing:3px;
}

.icon-whatsapp{
font-size:26px;
line-height:40px;
}

/*--------------------------------------------------------------*/
/*-------------------------- FULL DAY --------------------------*/
/*--------------------------------------------------------------*/
#fullday{
	width:100%;
	height:auto;
	margin:auto;
	margin-bottom:80px;
}
#fullday h2{
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: #2C4633;
	font-size: 40px;
	line-height:20px;
	font-weight:normal;
	margin:auto;
	margin-top:50px;
}
#fullday h3{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #C22C3E;
	font-size: 16px;
	line-height:18px;
	font-weight:normal;
	margin:auto;
	margin-top:10px;
}
#cajafullday{
	width:100%;
	max-width:960px;
	height:auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:auto;
	padding:0;
	margin-top:40px;
}
#cajafullday div{
	width:48%;
	height:auto;
	padding:0;
	margin:auto;
	border:1px solid #D6D6D6;
	margin-bottom:5%;
}
#cajafullday div img{
	width:100%;
	height:auto;
	display:flex;
	padding:10px;
	cursor: pointer;
}
#cajafullday div h2{
	font-family: 'Oswald', sans-serif;
	color:#003300; 
	font-size:26px;
	font-weight:bold;
	line-height:18px;
	margin-top:30px;
}
#cajafullday .texthabitacion{
	color:#003300; 
	padding:0 10px;
	text-align:center;
}
#cajafullday div h4{
	font-family: 'Roboto Condensed', sans-serif;
	color:#B80419;
	font-size:36px;
	text-align:left;
	font-weight:bold;
	padding:5px 20px 0;
}
#cajafullday .noche{
	font-family: 'Roboto Condensed', sans-serif;
	color:#B80419;
	font-size:14px;
	line-height:10px;
	font-weight:normal;
	padding:0 20px 0;
	margin-top:-5px;
}
#cajafullday div #infofullday{
	width:100%;
	height:auto;
	padding:0 20px 0;
	margin-bottom:5px;
	/*margin-bottom:1%;*/
	border:none;
}
#cajafullday div #infofullday p{
	font-family: 'Raleway', sans-serif; 
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	color: #2C4633;
	text-align:left;	
}
#cajafullday #infofullday .incluye{
	font-family: 'Raleway', sans-serif; 
	color:#B80419; 
	font-size:12px;
	line-height:12px;
	font-weight:normal;
}				
#cajafullday #infofullday .adelanto{
	font-family: 'Raleway', sans-serif; 
	color:#2C4633; 
	font-size:10px;
	line-height:10px;
	font-weight:normal;
}				
#cajafullday div a{
	width:60%;
	height:45px;
	background:#B80419;
	line-height:35px;
	text-align:center;
	color:#FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	display:block;
	/*margin:15px 6px;*/
	margin:20px auto;
	margin-top:35px;
	transition:all 0.5s;
	
}
#cajafullday div a:hover{
	width:80%;
	background:#003300;
	color:#fff;
	letter-spacing:3px;
}
/*
.icon-whatsapp{
font-size:26px;
line-height:40px;
}*/

/*--------------------------------------------------------------*/
/*------------------------ GASTRONOMIA -------------------------*/
/*--------------------------------------------------------------*/
#gastronomia{
	width:100%;
	height:auto;
	margin:auto;
	margin-bottom:80px;
}
#gastronomia h2{
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: #2C4633;
	font-size: 40px;
	line-height:20px;
	font-weight:normal;
	margin:auto;
	margin-top:50px;
}
#gastronomia h3{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #C22C3E;
	font-size: 16px;
	line-height:18px;
	font-weight:normal;
	margin:auto;
	margin-top:10px;
}
#cajagastronomia {
	width:100%;
	max-width:960px;
	height:auto;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:auto;
	padding:0;
	margin-top:40px;
}
#cajagastronomia p {
	font-family: 'Josefin Sans', sans-serif;
	text-align: justify;
	color: #2C4633;
	font-size: 20px;
	line-height:24px;
	font-weight:normal;
	margin-bottom:20px; 
}
#cajagastronomia #platosgastronomia {
	width:100%;
	max-width:1100px;
	height:auto;
	margin:auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:10px;
	margin-bottom:40px;
}
#cajagastronomia .platos{
	width:32.5%;
	height:auto;
	border:1px solid #D6D6D6;
	margin-bottom:10px;
	background:#FFFFFF;
	position:relative;
	overflow:hidden;
	margin-top:30px;
}
#cajagastronomia .platosimg{
	width:100%;
	height:auto;
	display:block;
	padding:6px;
	margin-bottom:0;
	transition:all 0.6s;
}
#cajagastronomia .platos img:hover{
	transform:scale(1.1,1.1);
}
#cajagastronomia .platos .datosplatos{
	width:100%;
	height:auto;
	margin:auto;
}
#cajagastronomia .platos .datosplatos h2{
	height:30px;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	line-height:10px;
	font-weight:normal;
	color:#2C4633;
	padding:auto;
	text-align:center;
	margin-top:5px;
}
#cajagastronomia .platos .datosplatos p {
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	color: #2C4633;
	font-size: 12px;
	line-height:14px;
	font-weight:normal;
	margin-bottom:20px;
	margin:auto;
	margin-top:-10px;
}
#cajagastronomia .platos .datosplatos .precio{
	width:80%;
	height:40px;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	color:#C22C3E;
	line-height:28px;
	font-weight:bold;
	margin-top:14px;
	padding:auto;
	text-align:center;
	border-top: 1px solid #DCDCDC;
}
#cajagastronomia .platos .datosplatos .precio span{
	text-align:center;
	font-family: 'Oswald', sans-serif;
	color:#C22C3E;	
	font-size:14px;
	font-weight:normal;
	margin-top:14px;
	padding:0;
	margin:auto;
	border-top: 1px solid #DCDCDC;
}
#cajagastronomia .platos .datosplatos a{
	width:75%;
	height:35px;
	line-height:35px;
	display:block;
	text-align:center;
	color:#1F1F1F;	
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:15px;
	position:relative;
	transition:all 0.5s;
	margin-top:6px;
	margin:2px auto;
	margin-bottom:4px;
	border-top: 1px solid #DCDCDC;
	letter-spacing:2px;
}
#cajagastronomia .platos .datosplatos a:hover{
	/*background:#373435;*/
	color:#ED3237;	
}
#cajagastronomia .platos .datosplatos .whatsapp{
	width:140px;
	height:39px;
	display:block;
	margin:auto;
	margin-top:-15px;
	border-top: none;
	margin-bottom:10px;
}

/*--------------------------------------------------------------*/
/*----------------------- VOLUNTARIADO -------------------------*/
/*--------------------------------------------------------------*/
#voluntariado{
	width:100%;
	height:auto;
	margin:auto;
	margin-bottom:80px;
}
#voluntariado h2{
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: #2C4633;
	font-size: 40px;
	line-height:20px;
	font-weight:normal;
	margin:auto;
	margin-top:50px;
}
#voluntariado h3{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #C22C3E;
	font-size: 16px;
	line-height:18px;
	font-weight:normal;
	margin:auto;
	margin-top:10px;
}
#cajavoluntarios{
	width:100%;
	max-width:960px;
	height:auto;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:auto;
	padding:0;
	margin-top:40px;
}
/*#cajavoluntarios p{
	color:#003300; 
	padding:0 10px;
	text-align:justify;
}*/
#cajavoluntarios p {
	font-family: 'Josefin Sans', sans-serif;
	text-align: justify;
	color: #2C4633;
	font-size: 20px;
	line-height:24px;
	font-weight:normal;
	margin:auto;
	margin-bottom:20px; 
}
#cajaareas ul  {
	width:900px;
	color: #2C4633;
	font-size: 18px;
	line-height:18px;
	font-weight:normal;
	margin:auto;
	padding: 0 20px;
	list-style:square;	
}
#cajaareas ul li .textarea {
	font-family: 'Josefin Sans', sans-serif;
	color: #2C4633;
	font-size: 16px;
	line-height:18px;
	font-weight:normal;
	padding:0;
}
#cajavoluntarios h4{
	font-family: 'Josefin Sans', sans-serif;
	text-align: left;
	color: #2C4633;
	font-size: 16px;
	line-height:20px;
	font-weight:bold;
	margin:5px 0;
}
#cajavoluntarios .titlearea{
	font-family: 'Josefin Sans', sans-serif;
	text-align: left;
	color: #B80419;
	font-size: 15px;
	line-height:15px;
	font-weight:normal;
	margin:5px 0;
}
#cajavoluntarios .aspectos {
	font-family: 'Josefin Sans', sans-serif;
	text-align: justify;
	color: #2C4633;
	font-size: 17px;
	line-height:20px;
	font-weight:normal;
	margin:auto;
	margin-bottom:20px;
}
#cajavoluntarios .participa{
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	color: #B80419;
	font-size: 20px;
	line-height:24px;
	font-weight:normal;
	margin:5px 0;
}
#cajavoluntarios .resumen{
	font-family: 'Josefin Sans', sans-serif;
	color: #2C4633;
	font-size: 14px;
	line-height:16px;
	font-weight:normal;
	padding:0;
}
#cajavoluntarios a{
	width:25%;
	height:45px;
	background:#B80419;
	line-height:35px;
	text-align:center;
	color:#FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	display:block;
	/*margin:15px 6px;*/
	margin:20px auto;
	margin-top:35px;
	transition:all 0.5s;	
}
#cajavoluntarios a:hover{
	width:45%;
	background:#003300;
	color:#fff;
	letter-spacing:3px;
}

/*.icon-whatsapp{
font-size:26px;
line-height:40px;
}
*/

/*--------------------------------------------------------------*/
/*-------------------------- RESERVA ---------------------------*/
/*--------------------------------------------------------------*/
#reservagrupal{
	width:100%;
	height:auto;
	margin:auto;
	margin-bottom:80px;
}
#reservagrupal h2{
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: #2C4633;
	font-size: 40px;
	line-height:20px;
	font-weight:normal;
	margin:auto;
	margin-top:50px;
}
#reservagrupal h3{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #C22C3E;
	font-size: 16px;
	line-height:18px;
	font-weight:normal;
	margin:auto;
	margin-top:10px;
}
#cajareservagrupal{
	width:100%;
	max-width:960px;
	height:auto;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:auto;
	padding:0;
	margin-top:40px;
}
#cajareservagrupal p{
	font-family: 'Josefin Sans', sans-serif;
	text-align: justify;
	color: #2C4633;
	font-size: 20px;
	line-height:24px;
	font-weight:normal;
	margin:auto;
	margin-bottom:20px;	
}
#reserva{
	width:100%;
	margin:auto;
	padding:2% 0;	
}
#reserva #cajareserva{
	width:100%;
	height:340px;
	max-width:1100px;
	margin:auto;
	padding:10px 20px;
	border:1px solid #8E8E8E;	
}
#reserva #cajareserva h4{
	font-family: 'Roboto', sans-serif;
	text-align: left;
	color: #C22C3E;
	font-size: 16px;
	line-height:18px;
	font-weight:bold;
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
}
#cuatrocolums{
	display:flex;
	flex-direction:row;
	justify-content:space-between;	
}
#cuatrocolums p{
	width:24.5%;
	color:#000;
}
#unacolum p{
	color:#000;
}
.campos{
	width:100%;
	height:45px;
	line-height:43px;
	padding:0 10px;
	border:1px solid #8E8E8E;
	background:#fff;
	color:#646464;	
}
.comentarios{
	width:100%;
	height:200px;
	padding:10px;
	border:1px solid #8E8E8E;
	background:#fff;
	color:#646464;	
}
#cajareserva .botonreserv{
	width: 25%;
	height:45px;
	line-height:35px;
	text-align:center;
	background: #C22C3E;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	float:left;
	margin-bottom:70px;
	font-size:16px;
	display:block;
	transition:all 0.5s;
}
#cajareserva .botonreserv:hover{
	width: 50%;
	background:#2C4633;
	color:#fff;
	letter-spacing:3px;
}
#cajareserva #advertencia{
	color:#FF040C;
	font-size:12px;
}

/*--------------------------------------------------------------*/
/*-------------------------- GALERÌA ---------------------------*/
/*--------------------------------------------------------------*/
#galeria{
	width:100%;
	height:auto;
	margin:auto;
/*	margin-bottom:80px;*/
}
#galeria h2{
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: #2C4633;
	font-size: 40px;
	line-height:20px;
	font-weight:normal;
	margin:auto;
	margin-top:50px;
	margin-bottom:30px;
}
#galeria #cajagaleria{
	width:100%;
	max-width:1200px;
	height:auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:auto;
	margin-bottom:50px;
}
#galeria #cajagaleria div{
	width:24%;
	padding:5px;
	margin-bottom:15px;
	border:1px solid rgba(195,46,2,0.3);
	overflow:hidden;
}
#galeria #cajagaleria img{
	width:100%;
	height:auto;
	display:block;;
	margin:auto;
	padding:5px;
	transition:all 0.6s;
}
#galeria #cajagaleria img:hover{
	transform:scale(1.1);transform:scale(1.1);
	/*filter: sepia(70%);*/
	border:15px solid rgba(195,46,2,0.7);
}	




/****************************************************/
/****************    Estilos para 1024     **********/
/****************************************************/
@media only screen and (max-width:1024px){
	/*--------------------------------------------------------------*/
	/*------------------------- CABECERA ---------------------------*/
	/*--------------------------------------------------------------*/
	#cabecera{
		width: 100%;
		padding:0;
	}
	#cajamenu{
		width: 100%;
		margin: auto;
		display: block;
		font-size: 16px;
		padding:0;
	}
	#cajamenu #logo{
		width: 100%;
		margin:auto;
		padding:10px 5px 5px 5px;
	}
	#cajamenu #logo img{
		display: block;
		margin:auto;
	}
	#cajamenu #menu{
		width: 100%;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- BANNERS ---------------------------*/
	/*--------------------------------------------------------------*/
	#banner{
		height:640px;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- SERVICIOS -------------------------*/
	/*--------------------------------------------------------------*/
	#fotoshome div{
		height:auto;
		margin-top:10px;
		margin-bottom:20px;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- CONSULTA --------------------------*/
	/*--------------------------------------------------------------*/
#formnos{
	/*width: 100%;*/
	height:550px;
	/*background:url(../imagenes/casa-kukama-iquitos.jpg) center no-repeat fixed;
	padding:10px;
	margin:0 auto;*/
}
/*cajaformnos{
	width:100%;
	max-width:1100px;
	height:auto;
	margin:0 auto;
	margin-bottom:120px;
	padding: 0 20px;
}
.cajaformnos h2{
	font-family: 'Anton', sans-serif;
	font-size:35px;
	line-height:10px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	padding-top:70px;
}
.cajaformnos p{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:14px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	margin:auto;
}
#formconsulta{
	width:100%;
	max-width:600px;
	height:aauto;
	margin: auto;
	margin-top:40px;
}
#formconsulta .cajacamposdos{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	font-weight:normal;
}
#formconsulta .cajacamposdos div{
	width:48.5%;
}
#formconsulta .cajacamposmedio{
	width:48.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	font-weight:normal;
}
#formconsulta .cajacampos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	font-weight:normal;
}
#formconsulta .campos{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(0,0,0,0.3);
	padding: 0 15px;
	border: 1px solid #fff;
	color: #fff;
	transition: all 0.5s;
	font-size:13px;
	font-weight:normal;
}
#formconsulta .campotext{
	width: 100%;
	height: 100px;
	line-height: 45px;
	background: rgba(0,0,0,0.3);
	padding: 0 15px;
	transition: all 0.5s;
	border: 1px solid #fff;
	color: #fff;
	font-size:13px;
	font-weight:normal;
}
#formconsulta #bconsulta{
	width: 30%;
	height: 50px;
	background: #C22C3E;
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	border: none;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	float:left;
	margin-bottom:70px;
	font-size:13px;
	font-weight:bold;
}
#formconsulta #bconsulta:hover{
	width: 100%;
}
#formconsulta #advertencia{
	color:#fff;
	font-size:12px;
}*/
	
	/*--------------------------------------------------------------*/
	/*-------------------------- RESERVA ---------------------------*/
	/*--------------------------------------------------------------*/
	#reserva{
		width:95%;
		margin:auto;
		padding:2%;	
	}
	#reserva #cajareserva{
		height:320px;
	}

}

/****************************************************/
/****************    Estilos para 960      **********/
/****************************************************/
@media only screen and (max-width:960px){
	/*--------------------------------------------------------------*/
	/*-------------------------- BANNERS ---------------------------*/
	/*--------------------------------------------------------------*/
	.leercaso{
		margin-top:10px;
	}
	#banners{
		height:400px;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- SERVICIOS -------------------------*/
	/*--------------------------------------------------------------*/
	#cajaservicios{
		padding: 20px 10px;
	}
	#cajaservicios p{
		font-size: 25px;
		line-height:25px;
		text-align:justify;
		margin:auto;
		margin-bottom:5px;
		padding:15px;
	}
	#fotoshome div{
		height:auto;
		margin-top:10px;
		margin-bottom:20px;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- CONSULTA --------------------------*/
	/*--------------------------------------------------------------*/
	#formnos{
		width:100%;
		height:540px;
		background:url(../imagenes/casa-kukama-iquitos.jpg) center no-repeat;
		margin:auto;
	}
	.cajaformnos{
		margin-bottom:20px;
		padding: 0 20px;
		margin-top:20px;
	}
		
	/*--------------------------------------------------------------*/
	/*------------------------ PIE PAGINA --------------------------*/
	/*--------------------------------------------------------------*/
	#piecentro div{
		width:50%;
		padding:10px 30px;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- NOSOTROS --------------------------*/
	/*--------------------------------------------------------------*/
	#empresa h2{
		padding:30px 30px;
	}
	#empresa h3{
		padding:30px 30px;
		margin-bottom:20px;
	}
	#cajaempresa{
		padding: 20px 10px;
	}
	#cajaempresa p{
		font-size: 25px;
		line-height:25px;
		text-align:justify;
		margin:auto;
		margin-bottom:5px;
		padding:15px;
		margin-top:-15px;
	}
	
	/*--------------------------------------------------------------*/
	/*------------------------ GASTRONOMIA -------------------------*/
	/*--------------------------------------------------------------*/
	#cajagastronomia {
		padding:0 15px;
	}
	
	/*--------------------------------------------------------------*/
	/*----------------------- VOLUNTARIADO -------------------------*/
	/*--------------------------------------------------------------*/
	#cajavoluntarios{
		width:90%;
	}
	#cajavoluntarios p {
		font-size: 20px;
		line-height:24px;
		font-weight:normal;
		margin:auto;
		margin-bottom:20px; 
	}
	#cajaareas ul  {
		width:90%;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- RESERVA ---------------------------*/
	/*--------------------------------------------------------------*/
	#cajareservagrupal{
		width:90%;
	}
	#reserva{
		width:90%;
		margin:auto;
		padding:2%;	
	}
	#reserva #cajareserva{
		height:300px;
	}
	.campos{
		width:100%;
		height:40px;
		line-height:43px;
		padding:0 10px;
	}
	#cajareserva .botonreserv{
		width: 30%;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- GALERÌA ---------------------------*/
	/*--------------------------------------------------------------*/
	#galeria{
		width:100%;
		height:auto;
		margin:auto;
	/*	margin-bottom:80px;*/
	}
	#galeria h2{
		font-family: 'Anton', sans-serif;
		text-align: center;
		color: #2C4633;
		font-size: 40px;
		line-height:20px;
		font-weight:normal;
		margin:auto;
		margin-top:50px;
		margin-bottom:30px;
	}
	#galeria #cajagaleria{
		width:100%;
		max-width:1200px;
		height:auto;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		flex-wrap:wrap;
		margin:auto;
		margin-bottom:50px;
		padding:20px;
	}
	#galeria #cajagaleria div{
		width:32%;
		padding:10px;
		margin-bottom:15px;
		border:1px solid rgba(195,46,2,0.3);
		overflow:hidden;
	}
	#galeria #cajagaleria img{
		width:100%;
		height:auto;
		display:block;;
		margin:auto;
		padding:5px;
		transition:all 0.6s;
	}
	#galeria #cajagaleria img:hover{
		transform:scale(1.1);transform:scale(1.1);
		/*filter: sepia(70%);*/
		border:15px solid rgba(195,46,2,0.7);
	}	

}

/****************************************************/
/****************    Estilos para 800      **********/
/****************************************************/
@media only screen and (max-width:800px){
	/*--------------------------------------------------------------*/
	/*-------------------------- BANNERS ---------------------------*/
	/*--------------------------------------------------------------*/
	#banner{
		height:480px;
	}
	#banners{
		height:380px;
	}
	#slogan{
		max-width:800px;
		padding-top:50px;
	}
	#slogan h2{
		font-size:50px;
		line-height:50px;
		margin-top:40px;
	}
	#slogan h2 span{
		font-size:50px;	
	}
	.leercaso{
		margin-top:20px;
	}
	
	/*--------------------------------------------------------------*/
	/*------------------------ GASTRONOMIA -------------------------*/
	/*--------------------------------------------------------------*/
	#cajagastronomia .platos{
		width:48.5%;
		margin-top:30px;
	}
	
	/*--------------------------------------------------------------*/
	/*----------------------- VOLUNTARIADO -------------------------*/
	/*--------------------------------------------------------------*/
	#cajavoluntarios a{
		width:35%;
		margin-top:25px;
	}
	#cajavoluntarios a:hover{
		width:55%;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- RESERVA ---------------------------*/
	/*--------------------------------------------------------------*/
	#reserva{
		width:90%;
		margin:auto;
		padding:2%;	
	}
	#reserva #cajareserva{
		height:460px;
	}
	#cuatrocolums{
		width:100%;
		flex-wrap:wrap;
		margin:auto;
	}
	#cuatrocolums p{
		width:48%;
	}
	.campos{
		height:40px;
		line-height:40px;
	}
	#cajareserva .botonreserv{
		width: 30%;
		margin: auto 6px;
	}
	
}

/****************************************************/
/****************    Estilos para 603      **********/
/****************************************************/
@media only screen and (max-width:603px){
	/*--------------------------------------------------------------*/
	/*-------------------------- BANNERS ---------------------------*/
	/*--------------------------------------------------------------*/
	#banner{
		height:420px;
	}
	#banners{
		height:320px;
	}
	#slogan{
		max-width:600px;
		padding-top:40px;
	}
	#slogan h2{
		font-size:30px;
		line-height:40px;
		margin-top:30px;
	}
	#slogan h2 span{
		font-size:30px;	
	}
	#slogan p{
		font-size:16px;
		line-height:16px;
	}
	.leercaso{
		font-size:18px;
		margin-top:10px;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- SERVICIOS -------------------------*/
	/*--------------------------------------------------------------*/
	#servicios h2{
		font-size: 35px;
		line-height:20px;
		margin-top:40px;
	}
	#servicios h3{
		font-size: 14px;
		line-height:16px;
	}
	#cajaservicios{
		padding: 10px 10px;
	}
	#cajaservicios p{
		font-size: 18px;
		line-height:20px;
		margin-bottom:-5px;
		padding:10px;
	}
	#fotoshome div{
		width:100%;
		height:auto;
		display:block;
		flex-direction:column;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- CONSULTA --------------------------*/
	/*--------------------------------------------------------------*/
	#formnos{
		height:480px;
	}
	.cajaformnos h2{
		font-size:30px;
		line-height:10px;
		padding-top:40px;
	}
		
	/*--------------------------------------------------------------*/
	/*------------------------ PIE PAGINA --------------------------*/
	/*--------------------------------------------------------------*/
	#piecentro div{
		width:50%;
		padding:10px 20px;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- NOSOTROS --------------------------*/
	/*--------------------------------------------------------------*/
	#empresa h2{
		font-size: 25px;
		padding:25px 20px;
	}
	#empresa h3{
		font-size: 30px;
		padding:30px 20px;
		margin-bottom:20px;
	}
	#cajaempresa{
		padding: 20px 10px;
		margin-bottom:30px;
	}
	#cajaempresa p{
		font-size: 18px;
		line-height:20px;
		padding:10px;
	}
	
	#cajaempresa .texfrase{
		font-size: 22px;
		line-height:20px;
		text-align: left;
	}
	
	/*--------------------------------------------------------------*/
	/*------------------------ HABITACIONES ------------------------*/
	/*--------------------------------------------------------------*/
	#cajahabitaciones{
		flex-direction:column;
	}
	#cajahabitaciones div{
		width:90%;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- FULL DAY --------------------------*/
	/*--------------------------------------------------------------*/
	#cajafullday{
		flex-direction:column;
	}
	#cajafullday div{
		width:90%;
	}
	#cajafullday div a{
		width:40%;
	}
	#cajafullday div a:hover{
		width:60%;
	}
	
	/*--------------------------------------------------------------*/
	/*----------------------- VOLUNTARIADO -------------------------*/
	/*--------------------------------------------------------------*/
	#voluntariado h2{
		font-size: 35px;
		line-height:20px;
	}
	#voluntariado h3{
		font-size: 14px;
		line-height:16px;
	}
	#cajavoluntarios{
		width:90%;
	}
	#cajavoluntarios p {
		font-size: 18px;
		line-height:20px;
	}
	#cajaareas ul  {
		width:90%;
		padding: 0 10px;
	}
	#cajaareas ul li .textarea {
		font-size: 14px;
		line-height:16px;
		padding:0;
	}
	#cajavoluntarios h4{
		font-size: 14px;
		line-height:16px;
	}
	#cajavoluntarios .titlearea{
		font-size: 12px;
		line-height:12px;
	}
	#cajavoluntarios .participa{
		font-size: 16px;
		line-height:20px;
	}
	#cajavoluntarios a{
		width:45%;
		margin-top:25px;
	}
	#cajavoluntarios a:hover{
		width:65%;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- RESERVA ---------------------------*/
	/*--------------------------------------------------------------*/
	#reservagrupal h2{
		font-size: 35px;
		line-height:20px;
	}
	#reservagrupal h3{
		font-size: 14px;
		line-height:16px;
	}
	#cajareservagrupal p{
		font-size: 18px;
		line-height:20px;
	}
	#reserva #cajareserva{
		height:420px;
	}
	#cuatrocolums{
		width:100%;
		flex-wrap:wrap;
		margin:auto;
		padding:5px 0;
	}
	#cuatrocolums p{
		width:49%;
		margin:auto;
		padding:5px 0;
	}
	.campos{
		height:35px;
		line-height:35px;
	}
	#cajareserva .botonreserv{
		width: 40%;
		margin: auto 3px;
	}
	#cajareserva .botonreserv:hover{
		width: 60%;
	}
	
		/*--------------------------------------------------------------*/
	/*-------------------------- GALERÌA ---------------------------*/
	/*--------------------------------------------------------------*/
	#galeria{
		width:100%;
		height:auto;
		margin:auto;
	/*	margin-bottom:80px;*/
	}
	#galeria h2{
		font-family: 'Anton', sans-serif;
		text-align: center;
		color: #2C4633;
		font-size: 35px;
		line-height:20px;
		font-weight:normal;
		margin:auto;
		margin-top:50px;
		margin-bottom:30px;
	}
	#galeria #cajagaleria{
		width:100%;
		max-width:1200px;
		height:auto;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		flex-wrap:wrap;
		margin:auto;
		margin-bottom:50px;
		padding:20px;
	}
	#galeria #cajagaleria div{
		width:48.5%;
		padding:10px;
		margin-bottom:15px;
		border:1px solid rgba(195,46,2,0.3);
		overflow:hidden;
	}
	#galeria #cajagaleria img{
		width:100%;
		height:auto;
		display:block;;
		margin:auto;
		padding:5px;
		transition:all 0.6s;
	}
	#galeria #cajagaleria img:hover{
		transform:scale(1.1);transform:scale(1.1);
		/*filter: sepia(70%);*/
		border:15px solid rgba(195,46,2,0.7);
	}	

	
	
	
}

/****************************************************/
/****************    Estilos para 533      **********/
/****************************************************/
@media only screen and (max-width:533px){
	/*--------------------------------------------------------------*/
	/*-------------------------- BANNERS ---------------------------*/
	/*--------------------------------------------------------------*/
	#banner{
		height:420px;
	}
	#slogan{
		max-width:600px;
		padding-top:40px;
	}
	#slogan h2{
		font-size:30px;
		line-height:40px;
		margin-top:30px;
	}
	#slogan h2 span{
		font-size:30px;	
	}
	#slogan p{
		font-size:16px;
		line-height:16px;
	}
	.leercaso{
		font-size:18px;
		margin-top:10px;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- SERVICIOS -------------------------*/
	/*--------------------------------------------------------------*/
	#servicios h2{
		font-size: 35px;
		line-height:20px;
		margin-top:40px;
	}
	#servicios h3{
		font-size: 14px;
		line-height:16px;
	}
	#cajaservicios{
		padding: 10px 10px;
	}
	#cajaservicios p{
		font-size: 18px;
		line-height:20px;
		margin-bottom:-5px;
		padding:10px;
	}
	#fotoshome div{
		width:100%;
		height:auto;
		display:block;
		flex-direction:column;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- CONSULTA --------------------------*/
	/*--------------------------------------------------------------*/
	.cajaformnos h2{
		font-size:25px;
	}
	
	/*--------------------------------------------------------------*/
	/*------------------------ PIE PAGINA --------------------------*/
	/*--------------------------------------------------------------*/
	#piecentro div{
		width:100%;
		padding:20px;
	}
	#piecentro img{
		margin:10px;
		margin-bottom:30px;
	}
	#piecentro .textlogo{
		font-size:13px;
		line-height:5px;
		margin-top:15px;
	
	}
	#piecentro div h2{
		font-size:20px;
		line-height:10px;
		padding:15px 0 7px 0;
		margin-top:-40px;
	}
	
	/*--------------------------------------------------------------*/
	/*------------------------ HABITACIONES ------------------------*/
	/*--------------------------------------------------------------*/
	#habitaciones h2{
		font-size: 35px;
	}
	#habitaciones h3{
		font-size: 14px;
		line-height:16px;
	}
	#cajahabitaciones{
		margin-bottom:-5%;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- FULL DAY --------------------------*/
	/*--------------------------------------------------------------*/
	#fullday{
		margin-bottom:40px;
	}
	#fullday h2{
		font-size: 35px;
	}
	#fullday h3{
		font-size: 14px;
		line-height:16px;
	}
	#cajafullday div h2{
		font-size:26px;
		line-height:28px;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	/*--------------------------------------------------------------*/
	/*------------------------ GASTRONOMIA -------------------------*/
	/*--------------------------------------------------------------*/
	#gastronomia{
		margin-bottom:20px;
	}
	#gastronomia h3{
		font-size: 14px;
		line-height:16px;
		margin-top:15px;
	}
	#cajagastronomia {
		margin-top:20px;
	}
	#cajagastronomia p {
		font-size: 18px;
		line-height:20px;
		padding:0 10px;
		margin-bottom:10px; 
	}
	#cajagastronomia .platos{
		width:48.5%;
		margin-top:10px;
	}
	
	/*--------------------------------------------------------------*/
	/*----------------------- VOLUNTARIADO -------------------------*/
	/*--------------------------------------------------------------*/
	#cajavoluntarios p {
		font-size: 16px;
		line-height:18px;
	}
	#cajaareas ul  {
		width:90%;
		padding: 0 5px;
	}
	#cajaareas ul li .textarea {
		font-size: 13px;
		line-height:15px;
	}
	#cajavoluntarios h4{
		font-size: 14px;
		line-height:15px;
		/*margin:5px 0;*/
	}
	#cajavoluntarios .titlearea{
		font-size: 11px;
		line-height:11px;
		/*margin:5px 0;*/
	}
	#cajavoluntarios .aspectos {
		font-size: 14px;
		line-height:18px;
		font-weight:normal;
	}
	#cajavoluntarios .participa{
		font-size: 14px;
		line-height:18px;
	}
	#cajavoluntarios .resumen{
		font-size: 11px;
		line-height:12px;
		/*padding:0;*/
	}
	#cajavoluntarios a{
		width:50%;
		margin-top:25px;
	}
	#cajavoluntarios a:hover{
		width:70%;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- RESERVA ---------------------------*/
	/*--------------------------------------------------------------*/
	#reserva #cajareserva{
		height:680px;
	}
	#cuatrocolums{
		display:block;
		flex-direction:column;
		margin:auto;
		padding:5px 0;
	}
	#cuatrocolums p{
		width:100%;
		margin:auto;
		padding:5px 0;
	}
	.campos{
		height:35px;
		line-height:35px;
	}
	#cajareserva .botonreserv{
		width: 50%;
		margin: auto 0;
	}
	#cajareserva .botonreserv:hover{
		width: 70%;
	}

}

/****************************************************/
/****************    Estilos para 480      **********/
/****************************************************/
@media only screen and (max-width:480px){
	/*--------------------------------------------------------------*/
	/*-------------------------- BANNERS ---------------------------*/
	/*--------------------------------------------------------------*/
	#banner{
		height:420px;
	}
	#banners{
		height:230px;
	}
	#slogan{
		max-width:600px;
		padding-top:40px;
	}
	#slogan h2{
		font-size:30px;
		line-height:40px;
		margin-top:30px;
	}
	#slogan h2 span{
		font-size:30px;	
	}
	#slogan p{
		font-size:16px;
		line-height:16px;
	}
	.leercaso{
		font-size:18px;
		/*margin:10px 6px;*/
		margin-top:10px;
	}

	/*--------------------------------------------------------------*/
	/*-------------------------- SERVICIOS -------------------------*/
	/*--------------------------------------------------------------*/
	#servicios h2{
		font-size: 35px;
		line-height:20px;
		margin-top:40px;
	}
	#servicios h3{
		font-size: 14px;
		line-height:16px;
	}
	#cajaservicios{
		padding: 10px 10px;
	}
	#cajaservicios p{
		font-size: 18px;
		line-height:20px;
		margin-bottom:-5px;
		padding:10px;
	}
	#fotoshome div{
		width:100%;
		height:auto;
		display:block;
		flex-direction:column;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- CONSULTA --------------------------*/
	/*--------------------------------------------------------------*/
	#formnos{
		height:520px;
		background:url(../imagenes/casa-kukama-iquitos.jpg) center no-repeat;
	}
	.cajaformnos{
		margin-bottom:10px;
		padding: 0 20px;
		margin-top:10px;
	}
	.cajaformnos h2{
		font-size:22px;
		line-height:5px;
	}
	.cajaformnos p{
		font-size:12px;
		line-height:12px;
	}
	#formconsulta .cajacamposdos div{
		width:100%;
		margin-bottom: 15px;
	}
	#formconsulta .cajacamposdos{
		display: block;
		flex-direction: column;
		margin-bottom: 15px;
	}
	#formconsulta .cajacampos{
		display: block;
		flex-direction: column;
		margin-bottom: 15px;
	}
	#formconsulta #bconsulta{
		width: 100%;
		float:none;
	}
	#formconsulta #bconsulta:hover{
		background:	#2C4633;
		color:#fff;
		letter-spacing:4px;
	}
	
	/*--------------------------------------------------------------*/
	/*------------------------ GASTRONOMIA -------------------------*/
	/*--------------------------------------------------------------*/
	#gastronomia{
		margin-bottom:20px;
	}
	#gastronomia h3{
		font-size: 14px;
		line-height:16px;
		margin-top:15px;
	}
	#cajagastronomia {
		margin-top:20px;
	}
	#cajagastronomia p {
		font-size: 18px;
		line-height:20px;
		padding:0 10px;
		margin-bottom:10px; 
	}
	#cajagastronomia .platos{
		width:48.5%;
		margin-top:10px;
	}
	
	/*--------------------------------------------------------------*/
	/*----------------------- VOLUNTARIADO -------------------------*/
	/*--------------------------------------------------------------*/
	#cajavoluntarios p {
		font-size: 16px;
		line-height:18px;
	}
	#cajaareas ul  {
		width:90%;
		padding: 0 5px;
	}
	#cajaareas ul li .textarea {
		font-size: 13px;
		line-height:15px;
	}
	#cajavoluntarios h4{
		font-size: 14px;
		line-height:15px;
	}
	#cajavoluntarios .titlearea{
		font-size: 11px;
		line-height:11px;
	}
	#cajavoluntarios .aspectos {
		font-size: 14px;
		line-height:18px;
		font-weight:normal;
	}
	#cajavoluntarios .participa{
		font-size: 14px;
		line-height:18px;
	}
	#cajavoluntarios .resumen{
		font-size: 11px;
		line-height:12px;
	}
	#cajavoluntarios a{
		width:60%;
		margin-top:25px;
	}
	#cajavoluntarios a:hover{
		width:80%;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- RESERVA ---------------------------*/
	/*--------------------------------------------------------------*/
	#cajareservagrupal p{
		font-size: 16px;
		line-height:18px;
	}
	#cajareserva .botonreserv{
		width: 60%;
		float:none;
		margin: auto ;
		margin-top:20px;
	}
	#cajareserva .botonreserv:hover{
		width: 90%;
	}
	
			/*--------------------------------------------------------------*/
	/*-------------------------- GALERÌA ---------------------------*/
	/*--------------------------------------------------------------*/
	#galeria{
		width:100%;
		height:auto;
		margin:auto;
	/*	margin-bottom:80px;*/
	}
	#galeria h2{
		font-family: 'Anton', sans-serif;
		text-align: center;
		color: #2C4633;
		font-size: 30px;
		line-height:20px;
		font-weight:normal;
		margin:auto;
		margin-top:50px;
		margin-bottom:30px;
	}
	#galeria #cajagaleria{
		width:100%;
		max-width:1200px;
		height:auto;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		flex-wrap:wrap;
		margin:auto;
		margin-bottom:50px;
		padding:20px;
	}
	#galeria #cajagaleria div{
		width:98.5%;
		padding:10px;
		margin-bottom:15px;
		border:1px solid rgba(195,46,2,0.3);
		overflow:hidden;
	}
	#galeria #cajagaleria img{
		width:100%;
		height:auto;
		display:block;;
		margin:auto;
		padding:5px;
		transition:all 0.6s;
	}
	#galeria #cajagaleria img:hover{
		transform:scale(1.1);transform:scale(1.1);
		/*filter: sepia(70%);*/
		border:15px solid rgba(195,46,2,0.7);
	}	

	
}

/****************************************************/
/****************    Estilos para 360      **********/
/****************************************************/
@media only screen and (max-width:390px){
	/*--------------------------------------------------------------*/
	/*-------------------------- BANNERS ---------------------------*/
	/*--------------------------------------------------------------*/
	#banner{
		height:320px;
	}
	#banners{
		height:180px;
	}
	#slogan{
		max-width:360px;
		padding-top:20px;
	}
	#slogan h2{
		font-size:20px;
		line-height:20px;
		margin-top:20px;
	}
	#slogan h2 span{
		font-size:20px;	
	}
	#slogan p{
		font-size:16px;
		line-height:16px;
	}
	.leercaso{
		font-size:18px;
		margin-top:10px;
	}
		
	/*--------------------------------------------------------------*/
	/*-------------------------- SERVICIOS -------------------------*/
	/*--------------------------------------------------------------*/
	#servicios h2{
		font-size: 30px;
		line-height:15px;
		margin-top:30px;
	}
	#servicios h3{
		font-size: 12px;
		line-height:14px;
	}
	#cajaservicios p{
		font-size: 14px;
		line-height:16px;
		margin-bottom:-5px;
		padding:10px;
	}
	#fotoshome div {
		margin-bottom:15px;
		margin-top:-20px;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- CONSULTA --------------------------*/
	/*--------------------------------------------------------------*/
	#formnos{
		height:450px;
		background:url(../imagenes/casa-kukama-iquitos.jpg) center no-repeat;
		padding:10px;
	}
	.cajaformnos {
		width:100%;
		padding:10px;
	}
	.cajaformnos h2{
		font-size:18px;
		line-height:15px;
		padding:0;
	}
	.cajaformnos p{
		font-size:10px;
		line-height:1px;
	}
	#formconsulta .cajacamposdos div{
		margin-bottom: 10px;
		padding:0;
		margin-top:-10px;
	}
	#formconsulta .cajacamposdos{
		margin-bottom: 10px;
		padding:0;
	}
	#formconsulta .cajacampos{
		margin-bottom: 10px;
		padding:0;
	}

	/*--------------------------------------------------------------*/
	/*------------------------ PIE PAGINA --------------------------*/
	/*--------------------------------------------------------------*/
	/*#piepagina{
		width:100%;
		height:auto;
		margin:auto;
		background: rgba(184,4,25,1.00);
	}
	#piecentro{
		width:100%;
		max-width:960px;
		height:auto;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		flex-wrap:wrap;
		margin:auto;
	}*/
	#piecentro div{
		/*width:33.33%;*/
		padding:20px;
		margin:auto;
	}
	#piecentro img{
		width:220px;
		height:54px;
		display:block;
		margin-bottom:20px;
		margin-top:10px;
		margin:auto;
	
	}
	#piecentro .textlogo{
		display:none;	
	}
	#piecentro div p{
		/*font-family: 'Open Sans Condensed', sans-serif;
		font-size:16px;
		line-height:10px;
		display:block;
		color:#FFFFFF;*/
		margin-top:-5px;
		text-align:center;
		padding:0;
	}
	#piecentro div h3{
		/*display:block;
		font-family: 'Roboto', sans-serif;
		font-size:18px;
		line-height:18px;
		color:#fff;
		font-weight:bold;*/
		padding:0 5px;
		margin:1px 0;
		text-align:center;
		/*letter-spacing:1px;*/
	}
	#piecentro div h2{
		/*font-size:20px;*/
		line-height:25px;
		/*display:block;
		border-bottom:1px solid #fff;
		padding:15px 0 7px 0;
		letter-spacing:2px;*/
		text-align:center;
		margin-top:-20px;
	}
	/*#piecentro div ul{
		margin:auto;
		padding:0;
		list-style:none;	
	}
	#piecentro div ul li a{
		font-family: 'Open Sans Condensed', sans-serif;
		font-size:12px;
		line-height:11px;
		display:block;
		color:#FFFFFF;
		padding:3px 6px;
		font-weight:normal;
		margin:auto;
	}
	#piecentro div ul li a:hover{
		color:#CCCCCC;
	}
	#piecentro div ul li a i{
		font-family: 'Open Sans Condensed', sans-serif;
		font-size:11px;
		line-height:11px;
		color:#FFFFFF;
		font-weight:bold;
		margin:auto;
	}*/
	#piecentro div ul.sociales{
		width:40%;
		/*display:flex;
		flex-direction:row;*/
		justify-content:space-between;
		margin:auto;
		text-align:cenetr;
	}
	#piecentro div ul.sociales li a i{
		width:30px;
		height:30px;
		line-height:30px;
		display:block;
		text-align:center;
		background:	#fff;
		color:#026B25;
		margin:auto;
		padding:0;
		font-size:16px;
		border-radius: 40px;
	}
	#piecentro div ul.sociales li a i:hover{
		background:	#C22C3E;
		color:#fff;
		border:1px solid #fff;
	}
	#piecentro div h4{
		/*font-size:10px;
		line-height:10px;
		color:#FFFFFF;
		font-weight:normal;*/
		margin-top:10px;
		text-align:center;
	}
	/*#piecentro div h4 a{
		font-size:10px;
		line-height:10px;
		color:#FFFFFF;
		font-weight:normal;
	}
	#piecentro div h4 a:hover{
		color:#336840;
	}*/
		
	
	
	/*--------------------------------------------------------------*/
	/*-------------------------- NOSOTROS --------------------------*/
	/*--------------------------------------------------------------*/
	#empresa h2{
		font-size: 22px;
		line-height:12px;
	}
	#empresa h3{
		font-size: 24px;
	}
	#cajaempresa {
		margin-bottom:10px;
	}
	#cajaempresa p{
		font-size: 14px;
		line-height:16px;
	}
	
	#cajaempresa .texfrase{
		font-size: 18px;
		line-height:16px;
		margin-top:-30px;
	}
	
	/*--------------------------------------------------------------*/
	/*------------------------ HABITACIONES ------------------------*/
	/*--------------------------------------------------------------*/
	#habitaciones h2{
		font-size: 30px;
		line-height:15px;
		/*margin-top:50px;*/
	}
	#habitaciones h3{
		font-size: 12px;
		line-height:14px;
		/*margin-top:10px*/;
	}
	#cajahabitaciones .texthabitacion{
		margin-top:5px;
		margin-bottom:20px;
	}
	#cajahabitaciones div #infohabitacion p{
		font-size:12px;
		line-height:14px;
	}
	#cajahabitaciones #infohabitacion .incluye{
		font-size:11px;
		line-height:10px;
	}				
	#cajahabitaciones div a{
		width:70%;
		height:45px;
		line-height:16px;
		font-size:16px;
		margin:20px auto;
		margin-bottom:20px;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- FULL DAY --------------------------*/
	/*--------------------------------------------------------------*/
	#fullday{
		margin-bottom:40px;
	}
	#fullday h2{
		font-size: 25px;
		line-height:20px;
	}
	#fullday h3{
		font-size: 12px;
		line-height:14px;
	}
	#cajafullday div h2{
		font-size:25px;
		margin-top:30px;
		margin-bottom:30px;
	}
	#cajafullday div #infofullday p{
		font-size:12px;
		line-height:14px;
	}
	#cajafullday #infofullday .incluye{
		font-size:12px;
		line-height:10px;
	}				
	#cajafullday #infofullday .adelanto{
		font-size:10px;
		line-height:11px;
	}				
	#cajafullday div a{
		width:60%;
	}
	#cajafullday div a:hover{
		width:80%;
	}
	
	/*--------------------------------------------------------------*/
	/*------------------------ GASTRONOMIA -------------------------*/
	/*--------------------------------------------------------------*/
	#gastronomia h2{
		font-size: 25px;
		line-height:20px;
	}
	#gastronomia h3{
		font-size:12px;
		line-height:14px;
		margin-top:10px;
	}
	#cajagastronomia {
		margin-top:20px;
	}
	#cajagastronomia p {
		font-size: 14px;
		line-height:16px;
		margin-bottom:5px; 
	}
	#cajagastronomia #platosgastronomia {
		display:block;
		flex-direction:column;
		padding:10px;
	}
	#cajagastronomia .platos{
		width:100%;
		margin-top:10px;
	}
	
	/*--------------------------------------------------------------*/
	/*----------------------- VOLUNTARIADO -------------------------*/
	/*--------------------------------------------------------------*/
	#voluntariado{
		margin-bottom:30px;
	}
	#cajavoluntarios p {
		font-size: 14px;
		line-height:16px;
	}
	#cajaareas ul  {
		width:90%;
		padding: 0 1px;
	}
	#cajaareas ul li .textarea {
		font-size: 13px;
		line-height:15px;
		margin-bottom:5px;
	}
	#cajavoluntarios h4{
		font-size: 13px;
		line-height:14px;
		margin-top:20px;
		
	}
	*#cajavoluntarios .titlearea{
		margin-top:-5px;
	}
	
	#cajavoluntarios .aspectos {
		font-size: 12px;
		line-height:16px;
		font-weight:normal;
	}
	#cajavoluntarios .participa{
		font-size: 11px;
		line-height:14px;
	}
	#cajavoluntarios a{
		width:80%;
		margin-top:25px;
	}
	#cajavoluntarios a:hover{
		width:100%;
	}
	
	/*--------------------------------------------------------------*/
	/*-------------------------- RESERVA ---------------------------*/
	/*--------------------------------------------------------------*/
	#reservagrupal h2{
		font-size: 25px;
		line-height:20px;
	}
	#reservagrupal h3{
		font-size: 12px;
		line-height:14px;
	}
	#cajareservagrupal p{
		font-size: 14px;
		line-height:16px;
	}
	#cajareserva .botonreserv{
		width: 80%;
		float:none;
		margin: auto ;
		margin-top:20px;
	}
	#cajareserva .botonreserv:hover{
		width: 100%;
	}

}


