.icon.servicios {
	margin: 0 0 0.4em 0;
	opacity: 0.35;
}

.icon.soft {
	opacity: 0.35;
	position: relative;
}

header.special .icon {
	font-size: 0.3em;
	top: 1.5em;
}

.image:before {
	background: none;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.icon.circle.fa-twitter {
	background: #1da1f2;
	color: #fff;
}

.icon.circle.fa-facebook {
	background: #3b5998;
	color: #fff;
}

.icon.circle.fa-telegram {
	background: #0088cc;
	color: #fff;
}
.icon.circle.fa-telegram:hover {
	background: #66b7e0;
}

.icon.circle.fa-whatsapp {
	background: #25d366;
	color: #fff;
}
.icon.circle.fa-whatsapp:hover {
	background: #92e9b2;
}

.icon.circle.fa-envelope {
	background: #e0cd88;
	color: #fff;
}
.icon.circle.fa-envelope:hover {
	background: #ece1b7;
}

input[type="button"].blog,
input[type="submit"].blog,
input[type="reset"].blog,
button.blog,
.button.blog {
	font-size: 0.5em;
	min-width: 14em;
	padding: 0.5em 0;
}

.image_small{
	max-width: 50%;
}

/*#banner {
	height: 100vh;
}*/

.responsive {
	width: 80%;
	height: auto;
}

.logo_responsive {
	width: 150px;
	height: auto;
}

.img_center{
	display:block;
	margin:auto;
}
