*:focus {
	outline: none !important;
}

body {
	font-family: 'Roboto', Helvetica, Arial;
	font-size: 15px;
	color: #555;
	background: #fff no-repeat center;
	background-size: cover;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

body.fixed {
	padding-top: 65px;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: 0.3s all;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Helvetica, Arial;
	font-weight: 700;
	color: #777;
}

h1 { font-size: 26px; }
h2 { font-size: 18px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 16px; }

@media screen and (min-width: 992px) {

	body{
		font-size: 16px;
	}
	h1 { font-size: 30px; }
	h2 { font-size: 24px; }
	h3 { font-size: 22px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 18px; }
}

/* Framework */

.main {
	width: 100%;
	background: #F8F8F8;
	overflow: hidden;
}

.container{
	width: 100%;
	max-width: 100%;
}

@media screen and (min-width: 992px) {
	.container {
		max-width: 1440px;
		padding-right: 35px;
		padding-left: 35px;
	}
}

/* Header */

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


.section{
	display: flex;
	align-items: center;
	background: no-repeat center;
	background-size: cover;
	padding: 50px 0;
}

.presentation{
	padding: 50px 0;
	align-items: flex-start;
}

@media screen and (min-width: 992px){
	.especialidades,
	.sustentabilidad{
		padding: 100px 0;
	}
	.contact{
		padding: 80px 0;
	}
}


.contact{
	background: #fff no-repeat center;
	background-size: cover;
	width: 100vw;
	height: 100vh;	
}
