@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
body {
	font-family: 'Montserrat', sans-serif;
	color: white;
}
.pagina {
	min-height: 100vh;
}
.bloque {
	display: block;
	width: 100%;
}
.centrado {
	text-align: center;
}

.naranja {
	background-color: #E94E27;
	height: calc(100vh - 360px);
	padding: 10% !important;
}

.naranjaclaro {
	background-color: #FF6B00;
}
a.portfolio {
    color: white;
    border: 1px solid;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 40px;
    font-size: 20px;
    border-radius: 5px;
}
.row {
	margin-bottom: 0 !important;
}
.row .costado {
	padding: 0;
	background-color: #FF6B00;
}
.row .costado a {
	color: white;
	display: block;
	font-size: 16px;
	line-height: 50px;
}
.row .costado a .row {
	margin: 0;
}
.row .costado a i {
	font-size: 24px;
	text-align: center;
}

@media only screen and (min-width: 601px) {
	.naranja {
		height: 100vh;
	}
	.row .costado {
		height: 100vh;
	}
}