/*
Theme Name:     Hop Magazine
Theme URI:      https://mutta.es
Description:    Tema personalizado web Hop Magazine.
Author:         Fernando Garcia Rebolledo
Author URI:     https://fgrweb.es
Template:       blankslate
Version:        1.0
*/
:root {
	--fuente: 'Cairo', sans-serif;
	--blanco: #fff;
	--oscuro: #151515;
	--rojo: #E62041;
}
html {
	font-size: 18px;
	font-family: var(--fuente);
	color: var(--blanco);
}
p{
	line-height:1.5;
}
a {
	text-decoration: none;
	color: var(--blanco);
}
@media only screen and (min-width: 600px)  {
	.hop-titulo h2{
		letter-spacing: 2px;
		transform: rotate(-90deg);
		position:absolute;
		left: 0;
		top: 0px;
	}

	.hop-titulo-landing h2{
		transform: rotate(-90deg);
		top: -31px;
		left: -12%;
		position: absolute;
	}

	.hop-titulo-revista h2{
		transform: rotate(-90deg);
		top: 30px;
		left: -30%;
		position: absolute;
	}
	.hop-titulo-publicidad h2 {
		transform: rotate(-90deg);
		top: 193px;
		left: -39%;
		position: absolute;
	}
}
.hop-menu:hover{
	cursor: pointer;
}