.header .logo__img { width: 150px; height: auto; }
.header.sticky .logo__img { height: 50px; width: auto; }
.tamMin { height: 80px; overflow: hidden; }
.titTamMin { height: 40px; overflow: hidden; }
.anchoServicios { width: 75%; margin: 0 auto; }
.mapa { width: 100%; height: 400px; border: none; }
.subtitulo { font-size: 14px; margin-top: -10px; margin-left: -5px; }
.banner {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	box-sizing: border-box;
	width: 100%;
	padding: 100px 50px;
	text-align: center;
	color: #fff;
}
.banner h2 { font-size: 60px; }
.banner p { font-size: 20px; }
@media screen and ( max-width : 790px ) {
	.anchoServicios { width: 98% }
}
@media screen and ( max-width : 767px ) {
	.anchoServicios .card__img { float: left; }
	.anchoServicios .card__inner { margin-left: 270px; }
}
@media screen and ( max-width : 620px ) {
	.anchoServicios .card__img { float: none; box-sizing: border-box; width: 100%; }
	.anchoServicios .card__img img { width: 100%; height: auto; }
	.anchoServicios .card__inner { margin-left: 0; width: 100%; }
	.anchoServicios article.card {
		width: 48%;
		margin: 1%;
		float: left;
		min-height: 500px;
		box-sizing: border-box;
	}
}
@media screen and ( max-width : 480px ) {
	.anchoServicios article.card { width: 98%; min-height: 0; }
}