body {
	background-image: url(/resources/Background-colmena-100.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right !important;
}
.arrow {
	width: 25px;
}
.card {
	border-color: #0495ac;
	border-style: 2px solid;
	border-radius: 15px;
	padding: 0.7rem !important;
}

.card:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
	box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
}

.btn-outline-success {
	color: #0495ac !important;
	border-color: #0495ac !important;
	border-radius: 10px !important;
	border-style: solid 2px;
}
.btn-outline-success:hover {
	color: #fff !important;
	background-color: #0495ac !important;
	border-color: #0495ac !important;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
	box-shadow: 0 0 0 0.25rem rgba(4, 149, 172, 0.5) !important;
}
@media only screen and (max-width: 991px) {
	body {
		background-size: contain !important;
	}
	.arrow {
		width: 25px;
	}

	h5 {
		font-size: 0.9rem;
	}
}

@media only screen and (max-width: 576px) {
	img.w-75 {
		width: 40% !important;
	}

	.col-md-8.col-sm-11.m-auto.py-4 {
		width: 90%;
	}
	h5 {
		font-size: 1.2rem;
	}
}
