body {
	font-family: "Roboto Slab";
	font-weight: normal;
	font-size: 18px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	padding-top: 30px;
}



/* Logo */
#logo{
	width:220px;
	height:80px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}


/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab";
	font-weight: 300;
	color: #063;
}


/*imáges responsive*/
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	text-align: center;
}

/* Paragraph & Typographic */
p {
	line-height: normal;
	margin-bottom: 25px;
	font-family: "Roboto Slab";
}

.centered {
    text-align: center;
}

/* Links */
a {
	color: #93AC25;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Navigation */

/* Nav types in navbar-nav */

.navbar {
	font-family: "roboto Slab";
}

  
 

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

/* welcome Wrap */
#welcome{
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#welcome h1 {
	color: #063;
}
#welcome p {
	color: #666;
}

/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
	
/* footer Wrap */
#footer {
	padding-bottom: 30px;
	padding-top: 20px;
	background-image: url(../img/woodback.jpg);
	text-align: center;
}
#footer i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}
#footer p {
	color: #FFF;
	font-size: 16px;
	text-align: center;
}

#footer h2 {
	color: #919148;
	font-size: 26px;
	text-align: left;
}

#footer i:hover {
	color: #ff7878;
}

/* ---------------------------------------------------------------------------- */
/* Contact  */
.contact {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F90;
	margin-top: 35px;
	color: #FFF;
}
.contact h2 {
	color: #FFF;
	text-align: left;
}
.contact p {
	color: #FFF;
	text-align: left
}

/* ---------------------------------------------------------------------------- */
/* Links index */

#homelinks {
	padding-top: 35px;
	background-color: #063;
}

#homelinks h4 {
	color: #FFF;
	font-size: 26px;
}


/* ---------------------------------------------------------------------------- */
/* booking Wrap */

#booking {
	text-align: left;
	padding-top: 20px;
	background-color: #BFFFEF;
	padding-bottom: 20px;
}
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */

/* contact */
.contact {
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #660;
}
.contact h4 {
	font-weight: lighter;
	font-size: 30px;
}
.contact h1 {
	text-align: center;
	margin-bottom: 35px;
}
.contact i {
	color: #CCC;
	font-size: 14px;
}

.modal-header h4 {
	font-weight: 700;
}

/* formulario*/

label {
	display:block;
	margin-top:20px;
	letter-spacing:1px;
	font-family: "open Sans";
}
.formulario {
	display:block;
	font-family:"Roboto Slab";
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EEE;
}
form {
	margin:0 auto;
	font-family: "Roboto Slab";
}

input, textarea {
	width:380px;
	height:47px;
	border:2px solid #f6f6f6;
	padding:10px;
	margin-top:5px;
	font-size:18px;
	color:#000;
	background-color: #CCC;
}

textarea {
height:150px;
}

#submit {
	width:95px;
	height:35px;
	border:none;
	margin-top:20px;
	cursor:pointer;
	background-color: #CCC;
	font-size: 14px;
   
  }
.button {
	border: 1px solid #CCC;
	color: #333;
	border-radius: 4px;
	background-color: #FE9800;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.button:hover {
	color: #FFF;
	background-color: #F90;
	border-color: #ADADAD;
} 
   /* ===========================================================
   fin form  
   ============================================================*/	


/* ---------------------------------------------------------------------------- */
/* Fin secciones */
#single {
	padding-top: 20px;
	padding-bottom: 20px;
	justify-content: center;
}

.imageborder {
	margin: 7px;
}
	
.typegreen {
	color: #063;
}

.btn-whatsapp {
	display:block;
	width:70px;
	height:70px;
    color:#fff;
	position:fixed;
	right:20px;
	bottom:21px;
	border-radius:50%;
	line-height:80px;
	text-align:center;
	z-index:999;
}
.imgwrapper {
	background-image: url(../img/panoramica.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	height: 500px;
	background-attachment: fixed;
}
.marginimg {
	margin-top: 50px;
	margin-bottom: 50px;
}
