#hero img#home-hero-izq{
	left: -3vw;
}
#hero img#home-hero-der {
    right: -3.7vw;
}

div#contentInfo div#encabezado {
    text-align: center;
}
div#contentInfo div#encabezado img.icon {
    width: 40px;
    margin-top: 45px;
}
div#contentInfo div#encabezado h2 {
    margin: auto;
}
div#contentInfo .textInfo {
    font-family:  'Lustria', serif;
    font-size: 20px;
    color: #780E3E;
    letter-spacing: 0;
    text-align: center;
}
main.content-habitaciones.content h2 {
    margin-top: .5em;
    margin-bottom: 0em;
}
.content-habitaciones img.icon {
    width: 40px;
    margin-top: 30px;
}
.content-habitaciones .infoArea-1 .info p.icons img, .content-habitaciones .infoArea-2 .info p.icons img {
    margin-left: .3em;
    margin-right: .3em;
    margin-top: 1em;
}


main.content-habitaciones.content {
    margin-top: 100px;
    margin-bottom: 100px;
}
.content-habitaciones .infoArea-1 {
    display: flex;
    flex-direction: row;
    position: relative;
    background: #FFF;
}
.content-habitaciones .infoArea-1 .info h5.cafeClaro-text {
    margin-top: 30px;
    margin-bottom: 40px;
}
.content-habitaciones .infoArea-1 .info p {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 16px;
    color: #636364;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 24px;
}
.content-habitaciones .infoArea-1 .info a.btn {
    color: #FFF;
    border: none;
}
.content-habitaciones .infoArea-1 .info a.btn:hover{
	background: #C19B76;
}

.content-habitaciones .infoArea-1 .info {
	width: 608px;
    text-align: center;
}
.content-habitaciones .infoArea-1 ul {
    width: 608px;
    height: 443px;
    overflow: hidden;
    background: white;
    right: 0px;
}


.content-habitaciones .infoArea-2 {
    display: flex;
    flex-direction: row;
    position: relative;
    background: #FFF;
}
.content-habitaciones .infoArea-2 ul {
    width: 608px;
    height: 443px;
    overflow: hidden;
    background: white;
}
.content-habitaciones .infoArea-2 .info {
	width: 608px;
    text-align: center;
}
.content-habitaciones .infoArea-2 .info p {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 16px;
    color: #636364;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 24px;
}
.content-habitaciones .infoArea-2 .info a.btn {
    color: #FFF;
    border: none;
}

.content-habitaciones .infoArea-2 .info a.btn:hover {
    background: #C19B76;
}
.selector {
    display: flex;
    justify-content: space-around;
    width: 190px;
    margin: auto;
}
.selector span {
    background: #B3B3C0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}
.buttons {
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 80%;
    margin: auto;
    vertical-align: bottom;
    bottom: -1.5em;
    position: relative;
}
.boton.cafeClaro-text {
	order: 2;
	cursor: pointer;
}
.boton.cafeClaro-text:hover{
	text-decoration: underline;
}
#contentInfoFooter .textInfo {
    font-size: 14px;
    color: #780E3E;
    letter-spacing: 4.5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
#contentInfoFooter .textInfo .nota {
    font-size: 14px;
    color: #636364;
    letter-spacing: 0.54px;
    text-align: center;
    line-height: 24px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 4em;
}
/***** Ajustes big ***/
@media only screen and (min-width: 1024px) {
}
/***** Ajustes small ***/
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}

/***** Ajustes tablet ***/
@media only screen and (min-width: 600px) and (max-width: 992px){
	.content-habitaciones .infoArea-1,
	.content-habitaciones .infoArea-2{
		flex-direction: column; 
	}
	.content-habitaciones .infoArea-1 .info{
		width: 100%;
	}
	.content-habitaciones .infoArea-1 ul {
		margin: auto;
		max-width: 100%;
	}
	.content-habitaciones .infoArea-2 .info{
		width: 100%;
	}
	.content-habitaciones .infoArea-2 ul {
		margin: auto;
		order: 2;
		max-width: 100%;
	}
	.buttons {
	    padding-bottom: 5em;
	}
}
/***** 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;
    }
    main.content-habitaciones.content h2 {
        padding: 0px;
    }
    main.content-habitaciones.content h2 {
        padding: 0px;
    }
    
    .content-habitaciones .infoArea-1 .info p.icons,     .content-habitaciones .infoArea-2 .info p.icons {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }
    
    .content-habitaciones .infoArea-1 .info p.icons img, .content-habitaciones .infoArea-2 .info p.icons img {
        max-width: 8vw;
    }
    .content-habitaciones .infoArea-1,
	.content-habitaciones .infoArea-2{
		flex-direction: column;
	}
	.content-habitaciones .infoArea-1 .info{
		width: 100%;
	}
	.content-habitaciones .infoArea-1 ul {
		width: 100%;
	}
	.content-habitaciones .infoArea-2 .info{
		width: 100%;
	}
	.content-habitaciones .infoArea-2 ul {
		width: 100%;
		order: 2;
	}
	.buttons {
	    padding-bottom: 5em;
        display: block;
	}
    .buttons .boton.cafeClaro-text {
        margin-bottom: 2em;
    }
}