body {
	font-family: "Montserrat", sans-serif;
	font-size: 0.9em;
	color: #557;
}

a {
	color: #557;
	text-decoration: none;
	font-weight: 500;
}

.wsp-button,
.wsp-button:hover {
	display: flex;
	align-items: center;
	align-content: center;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	position: fixed;
	bottom: 70px;
	right: 20px;
	color: white;
	text-decoration: none;
	background: #25d366;
}

.form-control {
	border: 0;
}
.contactenos {
	background: #fafafa;
}
.menu-logo {
	height: 30px;
}
.services-title {
	background: #557;
}
.antena-icon {
	display: block;
	margin: 30px auto;
	width: 110px;
	height: 100px;
}
.footer {
	background: rgb(34, 34, 43);
}
.hero-bg {
	background: url("/assets/img/aboutus-bg.jpg") center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.btn {
	font-size: 12px;
	padding: 10px 18px;
	border-radius: none;
	box-shadow: none;
	border: none;
}
.btn-hero {
	background: rgba(255, 255, 255, 0.1);
	color: white;
	border: 1px solid white;
	transition: all ease 0.3s;
}

.btn-hero:hover {
	background: rgba(255, 255, 255, 0);
	color: white;
	border: 1px solid white;
	font-size: 0.23em;
	transition: all ease 0.3s;
}
.img-servicio {
	display: block;
	border-radius: 100%;
	width: 400px;
	height: 400px;
	margin: auto;
	object-fit: cover;
}
.container {
	max-width: 1400px;
}

.vertical-center {
	display: flex;
	align-items: center;
	align-content: center;
}

.header-bg {
	background: url("/assets/img/header-bg.jpg") center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.vh-100 {
	min-height: 100vh;
}

.vh-50 {
	min-height: 50vh;
}

.p-line-height {
	line-height: 30px;
}

.aboutus-bg {
	background: url("/assets/img/aboutus.jpg") center center no-repeat;
	background-size: cover;
}
