body {
	background-color: white;
}

.image-banner {
	position: relative;
	background-image: url("https://pesema.com/images/pesema/servicios.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
	filter: brightness(0.6);
}

.center-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.main-header {
	position: absolute;
	width: 100%;
}

#whatsapp a {
	background: none;
	position: fixed;
	top: 83%;
	right: 2%;
}

.image-whatsapp {
	width: 50px;
	height: 50px;
}

.comment-label {
	color: #0e6df9;
}

.detail-input {
	text-transform: uppercase;
}

textarea {
	resize: none;
}

.size-logo {
	width: 80px;
	height: 80px;
}

.navbar {
	background-color: red !important;
}
/*
footer {
	bottom: 0px;
	height: 50px;
	width: 100%;
	padding: 10px 10px;
}
*/
