@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: local('☺'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Montserrat-Bold';
}

h1 {
	color: #e9b300;
	font-size: 100px;
	margin-top: 170px;
	margin-bottom: 20px;
}

h2 {
	color: #e74d60;
	font-size: 40px;
	text-decoration: underline;
	margin-bottom: 20px;
}

p {
	font-size: 36px;
}

.facebook {
	color: #3e5c9a;
}

.whatsapp {
	color: #55c968;
}

.email {
	color: #e9b300;
}

.main {
	background-image: url('../img/fondo.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 100vh;
}

.div-info {
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.div-lapiz {
	position: relative;
}

.lapiz {
	width: 100%;
	max-width: 800px;
	position: absolute;
	top: 150px;
	left: 0;
}

@media (max-width: 960px) {
  .main {
		background-image: none;
		height: auto;
	}

	.lapiz {
		width: 100%;
		max-width: 800px;
		position: relative;
		top: auto;
		left: auto;
	}

	.div-lapiz {
		padding-bottom: 50px;
	}

}

@media (max-width: 720px) {
	h1 {
		color: #e9b300;
		font-size: 60px;
		margin-top: 50px;
		margin-bottom: 20px;
	}

	p {
		font-size: 22px;
	}

	.div-info {
		padding-top: 50px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}

}