/*
Credit : LearnDesign(Youtube Channel)
Channel Link : https://goo.gl/5pskoC
Email : help.learndesign@gmail.com
*/



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	outline: none;
	vertical-align: baseline;
	box-sizing: border-box;
}*/
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}*/

.amenities{
	width: 2em;
	transform: translate(-12px,-0px);
	position: absolute;
	z-index: 1;
	
  }
  

input{
	box-sizing: border-box;
	outline: none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width: 100%;
}

.contenedor{
	width: 90%;
	margin: 0 auto;
}




/*Product Detail Page Style*/
.product-detail{
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 210px;
	padding-bottom: 210px;
}
.product-detail h3{
	font-size: 24px;
	padding: 15px 0;
}
.product-detail-left{
	float: left;
	width:40%;
}
.product-detail-right{
	float: right;
	width: 55%;
}
.product-detail-right h3{
	font-size: 40px;
	color:#174214;
	font-family: 'Lobster', cursive;
	line-height: 24px;
	padding-top: 0;
}
.product-detail-right h3 small{
	font-size: 14px;
	color: rgb(83, 83, 83);
}
.product-detail-right h5{
	font-size: 18px;
	font-family: 'Lobster', cursive;
	margin-bottom: 20px;
	color: rgb(83, 83, 83);
}
.product-detail-right h5 b{
	font-family: 'Lobster', cursive;
	color: #000;
}

.product-detail-right .buynow{
	border: 1px solid #174214;
	background-color: #174214;
	color: #ffa800;
	font-size: 20px;
	font-family: Museo500;
	font-weight: 700;
	text-decoration: none;
	padding: 15px 25px;
	border-radius: 4px;
	margin-top: 20px;
	width: 60%;
	text-align: center;
	display: inline-block;
}

.product-detail .sp-wrap{
	max-width: 100%;
}
.product-detail-left img{
	max-width: inherit;
}

@media screen and (max-width:768px) {
	
	.product-detail{
		display: inline-block;
		float: left;
		width: 100%;
		position: relative;
		padding-top: 100px;
		margin-left: auto;
		margin-right: auto;
	}

	.product-detail-left{
		width: 80%;
	}

	.product-detail-right{
		width: 80%;
		
	}

	.product-detail-right h3{
		font-size: 27px;
		color:#174214;
		font-family: 'Lobster', cursive;
		line-height: 24px;
		padding-top: 0;
	}

	.product-detail-right h5{
		font-size: 15px;
		font-family: 'Lobster', cursive;
		margin-bottom: 20px;
		color: gray;
	}

	.product-detail-right .buynow{
		border: 1px solid #174214;
		background-color: #174214;
		color: #ffa800;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 700;
		text-decoration: none;
		padding:10px 10px;
		border-radius: 4px;
		margin-top: 20px;
		width: 100%;
		text-align: center;
		display: inline-block;
	}

	h5 .servicios{
		padding: 10px 0;
	}

	h5 .servicios .s1{
		display: inline;
		list-style: none;
		padding: 20px 5px;
		color:#909190;
		left: 100%;
	}
	
}

  h5 .servicios{
	  padding: 10px 0;
  }

  h5 .servicios .s1{
	  display: inline;
	  list-style: none;
	  padding: 20px 5px;
	  color:#535353;
  }

  .tooltiptext {
	visibility: hidden;
	font-family: Museo500;
	font-size: 16px;
	width: 140px;
	background-color: #174214;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 5;
  }

  i:hover .tooltiptext {
	visibility: visible;
	color: #ffa800;
  }

  @media (min-width: 200px) and  (max-width: 767px){   
	.tooltiptext{
		display: none;
	}
  }
  #texto-habitaciones{
	  font-family: Museo500;
  }

  
  







