@charset "UTF-8";
.product-b-item {
	font-size: 0.9rem;
	text-decoration: none;
	color: #000;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ebf8ff),
		to(#fefeff)
	);
	background: linear-gradient(to bottom, #ebf8ff, #fefeff);
	-webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
	border-radius: 0.9rem;
	padding: 30px 15px;
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
	height: 100%;
	width: 100%;
}
.product-b-item .media-body {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.product-b-item .media-body p {
	text-decoration: none;
	color: #000;
}
.product-b-item .vacci-btn {
	font-size: 0.7rem;
	padding: 0.5rem;
}
.product-b-item:hover .product-b-img-container img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.product-b-item.no-btn {
	font-size: 1rem;
}
.product-b-item.no-btn p {
	margin-bottom: 0px;
}
.product-b-img-container {
	padding: 0px 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}
.product-b-img-container img {
	-webkit-transition: -webkit-transform 0.3s ease-in;
	transition: -webkit-transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.muted-bg {
	background-color: #f8f8f8;
}
ul.list-checked {
	list-style: none;
}
ul.list-checked > li:before {
	font-family: "FontAwesome";
	content: "";
	margin: 0 5px 0 -15px;
	color: #00467f;
}
#faq {
	background-color: #f8f8f8;
	padding: 30px 15px;
	margin: 40px 0px;
}
#faq .line-centered span {
	background: #f8f8f8;
	padding: 0 15px;
}
.faq-group-question {
	border: 1px solid #22bbe4;
}
.accordion > .faq-group-question:first-of-type {
	border-bottom: 1px solid #22bbe4;
}
.faq-group-question + .faq-group-question {
	margin-top: 20px;
}
.faq-group-question .card-header {
	background-color: #f8f8f8;
	border-color: transparent;
	position: relative;
	cursor: pointer;
}
.faq-group-question .card-header .fa {
	font-weight: 800;
	color: #00467f;
}
.faq-group-question .card-header :after {
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.faq-group-question .card-header.collapsed :after {
	height: 0px;
}
.faq-group-question .card-body {
	background-color: #f8f8f8;
}
.faq-item {
	background-color: #f8f8f8;
	border: none;
	border-bottom: 1px solid #dfdfdf !important;
}
.faq-item .card-header {
	padding: 0.75rem 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.faq-item .card-header :after {
	content: none;
}
.faq-item .card-header.collapsed :after {
	height: 1px;
}
.faq-item .card-header .fa {
	margin-right: 10px;
	font-size: 1.5rem;
}
.faq-item .card-body {
	padding: 0px 1.25rem 0px calc(1.25rem + 10px);
}
#fix-nav {
	position: fixed;
	right: 1%;
	bottom: 2%;
	width: 70px;
	z-index: 2;
}
#fix-nav > .collapsible {
	padding-top: 10px;
	display: block;
	max-height: 0;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	overflow: hidden;
}
#fix-nav > .collapsible.Show {
	max-height: 400px;
}
#fix-nav > .collapsible a {
	display: block;
}
.fix-nav-icon {
	cursor: pointer;
	max-width: 50px;
	-webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	margin: 0px 10px 10px;
}
.fix-nav-icon:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 0.2rem 0.5rem #000;
	box-shadow: 0 0.2rem 0.5rem #000;
}
.tooltip {
	margin-right: 0px;
}
.targetdiv {
	padding-top: 150px;
	margin-top: -150px !important;
}
