/*	resp.css	*/

/*RESPONSIVE DESIGN*/

/*Tablets y celulares*/

@media (max-width: 768px) {
body {
	text-align: center;
}

h1, h2, h3, p {
	margin-left: 0;
	margin-right: 0;
}
h1 {
	margin-top: 100px;
}
#download-cv {
  font-size: 18px;
}
#profile-picture {
	margin: 20px auto;
	display: block;
	}
.social-links {
	justify-content: center;
}

a[href^="tel"],
a[href^="mailto"] {
	display: block;
	text-align: center;
}

	.navbar {
		position: sticky;
		top: 0;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.nav-left {
		width: 100%;
		margin-bottom: 8px;
	}
	
	.nav-right {
		display: flex;
		align-items: center;
		gap: 12px;
	}
	
	.nav-right button,
	.nav-right a {
		font-size: 24px;
	}
	
	.nav-right .flag-icon {
	font-size: 30px;
}

	.nav-right #moon-sun-icon {
	font-size: 30px;
}

	.lang-menu {
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		transform: none;
		margin-top: 6px;
		width: 100%;
		min-width: unset;
		border-radius: 0;
	}
	.lang-option-disabled {
	display: block;
	}
	#visit-counter {
		position: static;
		right: 10px;
		bottom: 10px;
		font-size: 11px;
		padding: 5px 8px;
	}
}
