.hoteles3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-top: 30px;
	margin-bottom: 40px;
}


.fotoportada {
	padding: 20px;
}

.categoria {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	color: #717069;
	text-transform: uppercase;	
}
.nombre_hotel a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #70610A;
}
.descripcion_breve {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #717069;
	width: calc(100% - 48px);
	margin: 10px auto;
}
div.slider {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
div.slider figure img {
		 width: 33.333%;
		 float: left; 
	}
div.slider figure { 
  		position: relative;
  		width: 300%;
  		margin: 0;
  		left: 0;
  		text-align: left;
  		font-size: 0;
	}
.hoteles3 .capaSuperior {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-direction: row;
	width: calc(33% - 20px);
	padding: 20px;
	padding-top: 140px;
	z-index: 100;
}
@media all and (max-width:768px) {
	.hoteles3 {
		grid-template-columns: 1fr;
	}
	.hoteles3 .capaSuperior {
		width: calc(100% - 40px);
	}
}