@media (hover:hover){
	.cabecera .izquierda .menu .menu_ham:hover{
		background-color: var(--crema);
		color: var(--granate);
	}

	.cabecera .izquierda .menu .menu_ham:hover .the_bars,
	.menu_ham:hover .the_bars:before, 
	.menu_ham:hover .the_bars:after{
		background: var(--granate);
	}

	.mm-spn li:hover{
		background: var(--granate);
	}

	.mm-spn li:hover a, #mmmenu ul li.sel:hover a, .mm-spn li:hover .falso_link,
	.mm-spn li:hover:before{
		color: var(--crema);
	}

	.mm-spn li:hover:before{
		opacity: 1;
	}

	.mm-spn li ul, .mm-spn li ul li, .mm-spn li ul li a{
		background: var(--crema);
		color: var(--granate);
	}

	.mm-spn li:hover ul li a{
		color: var(--granate);
	}

	.mm-spn li ul li:hover, .mm-spn li ul li:hover a,
	.descubre .fondo .texto .enlace .boton:hover{
		background: var(--granate);
		color: var(--crema);
	}

	.cabecera .derecha .menu_desplegar .desplegar_idiomas:hover,
	.cabecera .derecha .menu_desplegar .desplegable_idiomas li a:hover{
		color: var(--granate);
		background-color: var(--crema);
	}

	.cabecera .derecha .menu_desplegar .desplegar_idiomas:hover{
		background-image: url('../img/web/abajo-gr.svg');
	}

	.boton:hover{
		background: var(--crema);
    	color: var(--marron);
	}

	.boton:hover:after,
	.banners .banner .texto .enlaces .boton.secundario:hover:after, 
	.contenido.programa .texto .enlace .boton:hover:after,
	.presentacion .texto .enlaces .boton.sec:hover:after,
	.presentacion.inscribete .texto .enlace .boton:hover:after{
		background-image: url('../img/web/flecha-cr.svg');
		background-color: var(--marron);
	}

	.banners .banner .texto .enlaces .boton.secundario:hover, 
	.contenido.programa .texto .enlace .boton:hover,
	.presentacion .texto .enlaces .boton.sec:hover,
	.presentacion.inscribete .texto .enlace .boton:hover,
	.programa .texto .enlaces .boton:hover:first-child,
	.programa .texto .enlaces .boton.sec:hover{
		background: var(--crema);
		color: var(--granate);
	}

	.banners .banner .texto .enlaces .boton.secundario:hover:after, 
	.contenido.programa .texto .enlace .boton:hover:after,
	.programa .texto .enlaces .boton:hover:first-child:after{
		background-color: var(--granate);
	}

	.imagen .foto:hover img{
		transform: scale(1.05);
	}

	.presentacion .texto .enlaces .boton.sec:hover,
	.presentacion.inscribete .texto .enlace .boton:hover,
	.programa .texto .enlaces .boton.sec:hover{
		color: var(--naranja);
	}

	.presentacion .texto .enlaces .boton.sec:hover:after,
	.presentacion.inscribete .texto .enlace .boton:hover:after,
	.programa .texto .enlaces .boton.sec:hover:after{
		background-color: var(--naranja);
	}

	.contenido.ponencias .pots .owl-nav .owl-prev:hover:not(.disabled),
	.contenido.ponencias .pots .owl-nav .owl-next:hover:not(.disabled){
		background-image: url('../img/web/flecha-cr.svg');
		background-color: var(--granate);
	}

	.descubre .fondo .texto .enlace .boton:hover:after{
		background-image: url('../img/web/flecha-gr.svg');
		background-color: var(--crema);
	}

	.presentacion.inscribete .texto .enlace .boton:hover{
		border: 1px solid var(--crema);
	}

	.pie .izquierda ul li a:hover:after{
		width: 100%;
	}

	.pie .derecha ul li a:hover{
		opacity: .6;
	}

	.pie .centro .redes a:hover{
		background-image: url('../img/web/fb-gr.svg');
		background-color: var(--crema);
	}

	.pie .centro .redes a.twitter:hover{
		background-image: url('../img/web/x-gr.svg');
	}

	.pie .centro .redes a.youtube:hover{
		background-image: url('../img/web/yt-gr.svg');
	}

	.pie .centro .redes a.instagram:hover{
		background-image: url('../img/web/ig-gr.svg');
	}

	.popup .interior .imagenes .correo a:hover{
		color: var(--marron);
	}

	.popup .interior .imagenes .correo a:hover:before{
		background-image: url(../img/web/email-cr.svg);
		background-color: var(--granate);
	}

	.popup .cerrar_ponente:hover, .desplegable_legal .interior .cerrar_legal:hover{
		transform: rotate(90deg);
	}

	.checks .check label a:hover{
		color: var(--granate)
	}

	.inscripcion form .boton:hover{
		background-image: url(../img/web/flecha_o.svg);
		background-color: var(--crema);
		color: var(--naranja)
	}

	#cookie-bar a:hover{
		background: var(--crema);
		color: var(--marron);
	}

	#cookie-bar a:last-child:hover{
		color: var(--naranja);
	}
}