@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

body{
	font-family: arial;
	font-family: Montserrat;
}

.logo_title{
	margin: 0px;
}

/* Portrait o Vertical */ 
@media screen and (orientation:portrait) {
	.perfil_name{
		font-size: 1.3rem;
	}
	.logo_title{
		font-size: 1.1rem;
		margin-top: 8px;
		display: inline-block;
	}
	.cont_logo_text >p{
		margin-top: 0.9em;
		margin-bottom: 0em;
		font-size: 0.9rem;
	}
	
} 

/* Landscape */
@media screen and (orientation:landscape) { 
	.perfil_name{
		font-size: 1.8rem;
	}
	.logo_title{
		font-size: 1.2rem;
	}
	.logo_text{
		display: none;
	}
}

.logo_enlace:link{
	text-decoration: none;
	color: black;
}

.logo_enlace:visited{
	text-decoration: none;
	color: black;
}

.logo_enlace:hover{
	text-decoration: none;
	color: white;
}