@media (hover:hover) {
	.cabecera .derecha .menu li a:hover:after,
	.pie .superior .submenu li a:hover:after,
	.pie .superior .legales li a:hover:after{
		width: 100%;
	}

	.cabecera .derecha .idiomas_redes .desplegable_idiomas li a:hover{
		background: #807553;
	}

	.ancla:hover{
		transform: translateY(10px);
	}

	.banners .owl-dots .owl-dot:not(.active):hover{
		transform: scale(1.5);
	}

	.banners .owl-dots .owl-dot.active:hover{
		transform: scale(0.75);
	}

	.boton:hover{
		background: #ffffff;
		color: #8a2432;
	}

	.boton.inverso:hover{
		background: #8a2432;
		color: #ffffff;
	}

	.boton:hover:after{
		transform: translate(50px, -50%);
	}

	.contenido.sabores .texto .enlace .boton:hover:after{
		transform: translate(90px, -50%);
	}

	.foto:hover img, .contenido.salones .slns .item:hover .imagen .foto img{
		transform: scale(1.05);
	}

	.foto.peq:hover img{
		transform: scale(1.02);
	}

	.contenido.habitaciones .habs .owl-nav [class^="owl-"]:hover, .habitacion.ficha .inferior .secundarias .owl-nav [class^="owl-"]:hover,
	.contenido.galeria .imagenes .owl-nav [class^="owl-"]:hover, .habitacion.ficha.gallery .inferior .imagenes .owl-nav [class^="owl-"]:hover{
		background-image: url('../img/web/flecha-right.svg');
		background-color: #ffffff;
	}

	.formulario form .checks .check label a:hover{
		opacity: .6;
	}

	#cookie-bar a:hover{
		background: #ffffff;
		color: #8a2432;
	}

	#cookie-bar a:last-child:hover{
		background: #8a2432;
		color: #ffffff;
	}

}