#hero img#home-hero-der {
    right: -7.5vw;
    bottom: 5em;
}
#hero ul li .info h6{
	color: #5C0A2F;
	margin-top: 1.5em;
}
#hero ul li .info b {
    color: #C19B76;
    letter-spacing: 1.4px;
	text-shadow: none;
}
#hero ul li img {
	width: unset;
	display: inline-block;
	margin-top: 3em;
}

#hero ul li .info p {
	color: #C19B76;
    letter-spacing: .5px;
    text-transform: none;
    font-size: 16px;
}
#reserva{
	display: none;
}

/** Content info **/


#contentInfo{
	background-color: #FFF;
	margin-bottom: 1.87em;
	position: relative;
}
#contentInfo .infoSuite {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 2em;
    padding: 3em 2em 1em;
    text-align: justify;
}

#contentInfo hr {
    border: .5px solid #C19B76;
    margin-left: 10px;
    margin-right: 10px;
}

#contentInfo .moreInformation {
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
}
#contentInfo .moreInformation .moreInfo {
    display: flex;
    flex-basis: calc(50% - 1em);
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 3em;
	text-align: left;
	padding-left: 1em;
}
#contentInfo .moreInformation .moreInfo span {
	margin-right: 2em;
}
#contentInfo .moreInformation .moreInfo p {
    display: inline-block;
    position: relative;
    margin: 0;
}
#contentInfo .moreInformation .botones {
    display: flex;
    flex-direction: column;
    flex-basis: calc(50% - 1em);
    align-items: center;
    justify-content: center;
}
.botones .blanco-text {
	background: #C19B76;
	color: #FFF;
	top: -1.1em;
    position: relative;
    width: 23.31em;
}
/** Image **/
.img-content.content {
    height: 43.67vw;
}
.img-content.content img {
    height: 100%;
    max-height: 559px;
}
#slideHabitacion ul.slide{
	overflow: hidden;
	width: 100%;
	height: 43.67vw;
}
#slideHabitacion ul.slide li img{
	height: 43.67vw;		
}
/** Content selects **/

.content-selectore {
	background-color: #1C1C1D;
	margin-top: 60px;
}
.content-selectore h5.cafeClaro-text {
    padding-top: 1.7em;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	font-size: 3em;
}
.content-selectore .selectores{
	display: block;
	justify-content: space-between;
	align-content: center;
	margin-top: 3em;
	padding-bottom: 2em;
}
.content-selectore .selectores .opcion{
	padding-bottom: 2em;
	display: inline-block;
	margin-left: 2em;
	margin-right: 2em;
}
.content-selectore .selectores .opcion .select {
	width: 2.5em;
	height: 2.5em;
	background: #D8D8D8;
	border: 1px solid #979797;
	margin: auto;
}
.content-selectore .selectores .opcion p{
	color: #D8D8D8;
}
/** slide images **/

.slideHistory {
	width: calc(100% - 24px);
    margin-left: 12px;
    margin-top: 60px;
    margin-bottom: 100px;
    overflow: hidden;
}
.slideHistory h5 {
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.slideHistory ul {
	display: flex;
	position: relative;
}
.slideHistory ul li {
	width: 33.3%;
}
.slideHistory ul li img {
	width: calc(100% - 10px);
	margin-left: 5px;
	margin-right: 5px;
}
.slideHistory ul li .fondoOver {
	display: none;
}
.slideHistory ul li:hover .fondoOver {
	text-align: center;
	transition: all .3s ease-in;
	opacity: .8;
	position: absolute;
    top: 0px;
    width: 25%;
    height: 100%;
    background-color: #C19B76;
    display: block;
}
.slideHistory ul li .fondoOver .contentFondoOver {
    position: relative;
    top: 25%;
}
.slideHistory ul li img.icon{
	width: 30px;
	top: 5px;
    position: relative;
}
.slideHistory ul li h5 {
    margin-top: 1.95vw;
    padding-bottom: 2.42vw;
}
/***** Ajustes small ***/
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	#contentInfo .infoSuite {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		column-gap: 1em;
	}
}

/***** Ajustes tablet ***/
@media only screen and (min-width: 600px) and (max-width: 992px){
	#contentInfo .infoSuite{
		flex-direction: column;
		display: flex;
	}
	#contentInfo .moreInformation{
		display: flex;
		flex-direction: column;
	}
	
	.content-selectore h5.cafeClaro-text {
	    text-align: center;
	}
	.content-selectore .selectores {
	    display: grid;
	    grid-template-columns: repeat(3,1fr);
	    text-align: center;
	}
	#slideHabitacion ul.slide{
		width: 100%;		
	}
}
/***** Ajustes mobile ***/
@media only screen and (max-width: 600px) {
	#hero ul li {
		height: calc(100vh - 69px);
	}
	#hero ul li img{
		margin-left: unset;
		transform: unset;
	}
	#hero ul li .info p {
		margin-bottom: 0em;
		margin-top: 0px;
	}
	#hero img#home-hero-izq, #hero img#home-hero-der{
		width: 50%;
	}
	#hero ul li .info .icon{
		width: 60px;
		transform: translate(-50%,-100%);
		margin-left: 50vw;
	}
	#hero ul li .info b{
		font-size: 38px;
	}
	#contentInfo .infoSuite{
		flex-direction: column;
		display: flex;
	}
	#contentInfo .moreInformation{
		display: flex;
		flex-direction: column;
	}
	#contentInfo .moreInformation .moreInfo span {
		display: block;
	}
	#contentInfo .moreInformation .moreInfo span {
		display: block;
	}
	
	#contentInfo .moreInformation .botones {
		margin-top: 3em;
		border-top: .5px solid #C19B76;
		padding-top: 4em;
		padding-bottom: 2em;
	}
	
	#contentInfo hr {
		display: none;
	}
	.content-selectore .selectores .opcion {
		margin-left: .5em;
		margin-right: .5em;
	}
	
	.content-selectore h5.cafeClaro-text {
	    text-align: center;
	}
	.content-selectore .selectores {
	    display: grid;
	    grid-template-columns: repeat(3,1fr);
	    text-align: center;
	}
	
	.slideHistory ul {
	    display: flex;
		flex-direction: column;
	}
	.slideHistory ul li {
	    width: auto;
	    height: auto;
	    vertical-align: bottom;
	    position: relative;
	    display: block;
	}
	.slideHistory ul li img {
	    width: 100%;
	    vertical-align: bottom;
	}
	.slideHistory ul li:hover .fondoOver {
	    width: 100%;
	    height: 100%;
	}
}