.bg-image {
	background-image: url("../images/cabina-foto.jpg");
	background-size: cover;
	max-height: 30vh;
	background-position: center;

}

.contact {
	color: white;
	margin: 0 0 20vh 0;
	font-size: 4rem;
	text-decoration: none;
}

.contact:hover {
	text-decoration: underline;
	color: white;
}


.fa-phone:hover,
.fa-instagram:hover,
.fa-facebook-f:hover,
.fa-tiktok:hover {
	color: #1e81b0;
}

h1 {
	font: 4rem;
}


@media screen and (min-width: 660px) {
	.bg-image {
		background-image: url("../images/cabina-foto.jpg");
		background-size: cover;
		min-height: 90vh;
		background-position: center;
		max-height: 40vh;
	}

	.contact {
		color: white;
		margin: 5vh 0 30vh 0;
		font-size: 5rem;
	}
}