html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: "Lato", sans-serif;
	scroll-behavior: smooth;
}
h1,
h2,
h3 {
	font-weight: 300;
}
ul li a,
ul li p,
label {
	color: rgba(0, 0, 0, 0.5);
}
ul li a:hover,
ul li p:hover,
label:hover {
	color: rgba(0, 0, 0, 0.75);
}
.navLogo {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-family: "Niconne";
	padding: 0 0.5rem;
	font-size: 26px;
	font-weight: 400;
	line-height: 50px;
}

@media (min-width: 768px) {
	.navLogo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		display: block;
		width: 230px;
	}
}

.navLogo:hover {
	color: rgba(255, 255, 255, 0.75);
}

.hero {
	height: 20rem;
	background-image: url(/img/contacto/contacto-small.webp);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width: 540px) {
	.hero {
		height: 25rem;
		background-image: url(/img/contacto/contacto.webp);
		background-position: center center;
	}
}

.card {
	border: none;
}
#map {
	height: 200px;
}

@font-face {
	font-family: "icomoon";
	src: url("/css/vendor/fonts/icomoon/contacto/icomoon.eot?hmwf1b");
	src: url("/css/vendor/fonts/icomoon/contacto/icomoon.eot?hmwf1b#iefix") format("embedded-opentype"),
		url("/css/vendor/fonts/icomoon/contacto/icomoon.ttf?hmwf1b") format("truetype"),
		url("/css/vendor/fonts/icomoon/contacto/icomoon.woff?hmwf1b") format("woff"),
		url("/css/vendor/fonts/icomoon/contacto/icomoon.svg?hmwf1b#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-clock-o:before {
	content: "\f017";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-phone:before {
	content: "\f095";
}
.icon-envelope:before {
	content: "\f0e0";
}
