div#hero {
    position: relative;
    overflow: hidden;
}

#hero ul li {
    width: 100vw;
    height: 43.67vw;
    position: relative;
}
#hero ul li img {
    width: 100vw;
    display: block;
}
#hero ul li .info{
	font-size: 12px;
	color: #1C1C1D;
	letter-spacing: 4px;
	text-align: center;	
	text-transform: uppercase;
}
#hero ul li .info{
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}
#hero ul li .info .icon{
	width: 60px;
	display: inline-block;
}
#hero ul li .info h6 {
    color: #1C1C1D;
}
#hero ul li .info b{
	font-family: 'Lustria', serif;
	font-size: 50px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: none;
}

#hero img#home-hero-izq {
    position: absolute;
    top: 0px;
	left: -.3%;    
	width: 18.75%;
}
#hero img#home-hero-der {
    position: absolute;
    right: -3.5%;
    bottom: 0px;
    width: 18.28%;
}

div#contentInfo {
	text-align: left;
}
div#encabezado {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-bottom: 3em;
}
div#contentInfo div#encabezado img.icon {
    width: 40px;
	margin-right: 10%;
	margin-left: 10%;
}
div#contentInfo div#encabezado h2 {
    margin: auto;
}
div#contentInfo div#infoHistoria {
    display: flex;
	text-align: justify;
}
#infoHistoria .familia {
	width: 40%;
	text-align: center;
	float: right;
	margin-left: 10px;
}
div#contentInfo div#infoHistoria .textInfo:first-child {
	margin-right: 10px;
	width: 50%;
}
div#contentInfo div#infoHistoria .textInfo:last-child {
	margin-left: 10px;
	width: 50%;
}
    
.slideHistory {
	width: calc(100% - 24px);
    margin-left: 12px;
    margin-top: 60px;
    margin-bottom: 100px;
}
.slideHistory ul {
	display: flex;
	position: relative;
	margin-left: 12.5%;
	justify-content: flex-start;
	width: 100%;
}
.slideHistory ul li {
	width: 25%;
    height: 23.43vw;
}
.slideHistory ul li img {
	width: 100%;
}
.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 img.siguiente, .slideHistory img.anterior{
	display: none;
}
.slideHistory img.siguiente {
	transform: rotate(180deg);
	margin-left: 2em;
}
.slideHistory ul li .fondoOver .contentFondoOver {
    position: relative;
    top: 25%;
}
.slideHistory ul li img.icon{
	width: 30px;
}
.slideHistory ul li h5 {
	color: #EFEFF4;
}
#folklore{
	text-align: left;
}
div#slideHabitacion {
	margin-bottom: 4em;
}
#slideHabitacion ul.slide{
	overflow: hidden;
	width: 100%;
	height: 43.67vw;
}
@media only screen and (min-width: 600px) and (max-width: 992px){

	div#contentInfo div#infoHistoria{
		flex-direction: column;		
	}
}

/***** Ajustes mobile ***/

@media only screen and (max-width: 600px) {
	#hero ul li {
		height: calc(100vh - 69px);
	}
	#hero ul li img{
		width: auto;
	}
	#hero img#home-hero-izq, #hero img#home-hero-der{
		width: 50%;
	}
	#hero ul li .info .icon{
		width: 60px;
	}
	#hero ul li .info b{
		font-size: 38px;
	}
	div#contentInfo div#infoHistoria{
		flex-direction: column;
	}
	div#contentInfo div#encabezado h2{
		width: 100%;
	}
	div#contentInfo div#infoHistoria .textInfo:first-child,
	div#contentInfo div#infoHistoria .textInfo:last-child {
		margin: 0px;
		width: 100%;
	}
	#infoHistoria .familia {
		width: 100%;
		margin: 0px;
		float: none;
	}
	.slideHistory ul{
	    display: block;
		position: relative;
		margin-left: 0px;
		height: calc(100vw - 40px);
	}
	.slideHistory img.siguiente, .slideHistory img.anterior{
		display: inline-block;
	}
	.slideHistory ul li{
	    width: auto;
	    height: auto;
	    vertical-align: bottom;
	    position: relative;
	    display: block;	
		transition: .2s ease-in-out	
	}
	.slideHistory ul li img {
	    width: calc(100vw - 40px);
		vertical-align: bottom;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.slideHistory ul li:hover .fondoOver{
	    width: 100%;
	    height: 100%;		
	}
}
