body {
	font-family: 'roboto', sans-serif;
	background-image: url('../images/Grupo 2.png');
	background-size: cover;
	background-position: center;
}

.logo-banner {
	width: 90%;
	margin: 60px auto 0;
}

input,
textarea {
	background: #eaecef !important;
	border: none !important;
	box-shadow: none !important;
	font-family: 'roboto', sans-serif;
}

.card {
	box-shadow: 0 2px 4px 0 rgba(134, 133, 133, 0.5);
}

.card a {
	width: 50%;
	margin-top: 0;
}

input::placeholder,
textarea::placeholder {

	font-family: 'roboto', sans-serif;
	color: #737587 !important;
}

.frm_submit {
	display: flex;
	justify-content: center;
}

.frm_submit button {
	padding: 4px 30px !important;
	background: #c81d04 !important;
	margin: 20px 0 !important;
	color: #fff !important;
	padding: .5rem 2rem !important;
	box-shadow: none;
	border: none !important;
}

.pie a {
	color: #fff;
}

.banner-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 100px;
}

.text-banner {
	width: 80%;
	margin: auto
}

.banner-form {
	background: #ffff;
	border-radius: 5px;
	margin-right: 15px;

}

.banner-form__content {
	width: 80%;
	margin: auto;
	text-align: center;
}

.banner-form h3 {
	color: #c81d04;
	font-weight: bold;
	padding: 20px 0;
	text-align: left;
}

.form-control {
	background: #eaecef;
	border: none;
	font-family: roboto;
}

.btn-danger {
	/* padding: 4px 30px; */
	background: #c81d04;
	margin: 20px 0;
}

.servicios {
	margin-bottom: 50px;
}

.container-servicios {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;

}

.carta-servicio {
	margin: auto;

}

.card {
	height: 300px;
	border: none;
	margin: auto;
}

.card button {
	margin: 0;
	width: fit-content;
	margin-bottom: 30px;
}

.card h5 {
	color: #c81d04;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.card p {
	line-height: 1.3;
	text-align: center;
}

.pie {
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 5px 0;
	background: #c81d04;
	color: white;
}

.pie p {
	margin: 0;
}

.slide-card {
	display: none;
}


@media (min-width: 0px) and (max-width: 767px) {

	.logo-banner {
		margin: 0;
		width: 100%;
	}

	.logo-banner img {
		width: 100%;
	}

	.banner-content {
		grid-template-columns: 100%;
	}

	.text-banner h1 {
		font-size: 2rem;
		text-align: center;
		margin-top: 10px;
	}

	.text-banner h3 {
		font-size: 1.25rem;
		text-align: center;
	}

	.text-banner p {
		text-align: center;
		margin-top: 10px
	}

	.banner-form {
		margin: auto 15px;
	}

	.container-servicios {
		display: none;
	}

	.slide-card {
		display: block;
	}

	.pie p {
		font-size: .7rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.logo-banner {
		margin: 20px auto 0;
	}

	.text-banner h1 {
		font-size: 2rem;
		margin-top: 10px;
	}

	.text-banner h3 {
		font-size: 1.5rem;

	}

	.text-banner p {
		margin-top: 10px
	}

	.container-servicios {
		display: none;
	}

	.slide-card {
		display: block;
	}

}


.slide-card .carta-servicio {
	margin: 0 1rem!important;
}


@media (min-width: 991px) and (max-width: 1024px) {
	.container-servicios {
		display: none;
	}

	.slide-card {
		display: block;
	}
}