/* SECTION NUMBER */
.section-number {
	padding: 3rem 0;
}

.section-number .card-item{
	padding: 1.5rem 1.5rem 5.5rem 1.5rem;
	height: 100%;
	position: relative;
	border: 10px solid transparent;
	background-color: #fff;
}

.section-number .card-item .text{
	font-size: 1.2rem;
	position: relative;
	z-index: 5;
}

.section-number .card-item .label{
	position: absolute;
	bottom: calc(-10px - 3rem);
	right: -20px;
	background-color: #fff;
	z-index: 1;
	padding: 1rem;
	line-height: 1;
	font-weight: bold;
	font-size: 1.75rem;
	white-space: nowrap;
}

.section-number .card-item .label span{
	font-size: 7rem;
}

/* SECTION DIRECTION */
.section-direction-front {
	height: 100%;
	padding: 0;
}

.section-direction-front.fancybox-content {
	height: auto;
}

.section-direction-front .item {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.section-direction-front .item .item-head {
	height: 100%;
	padding: 2rem 3rem;
	color: #fff;
}

.section-direction-front .item .title-head {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.section-direction-front .item .text-head {
	font-size: 1.125rem;
}

.section-direction-front .item .name-btn {
	border-color: #fff;
	color: #000;
}

.section-direction-front .item-1 > div {
	background-color: #1473B2;
}

.section-direction-front .item-2 > div {
	background-color: #0FBCF9;
}

.section-direction-front .item-3 > div {
	background-color: #059FA5;
}

.section-direction-front .item .item-body {
	padding: 2rem 3rem;
	color: #fff;
	display: none;
	opacity: 0.8;
}

.section-direction-front.fancybox-content .item .item-body {
	display: block;
}

.section-direction-front .item .item-img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 100%;
	height: auto;
	z-index: -1;
}

.section-direction-front .item .item-list {
	list-style: none;
	font-size: 1.2rem;
	color: #fff;
	padding-left: calc(1rem + 16px);
}

.section-direction-front .item .item-list li {
	margin-bottom: 1rem;
	color: #fff;
	position: relative;
}

.section-direction-front .item .item-list a {
	color: #fff;
}

.section-direction-front .item .item-list a:hover {
	opacity: .75;
}

.section-direction-front .item .item-list li::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.6666C11.6819 14.6666 14.6667 11.6819 14.6667 7.99998C14.6667 4.31808 11.6819 1.33331 8 1.33331C4.3181 1.33331 1.33333 4.31808 1.33333 7.99998C1.33333 11.6819 4.3181 14.6666 8 14.6666Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 10.6666L10.6667 7.99998L8 5.33331' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.33333 8H10.6667' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: none;
	background-position: center;
	background-size: contain;
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block;
	position: absolute;
	left: calc(-1rem - 16px);
	top: 3px;
}

/* VIDEO */
.section-video {
	padding: 1rem 0;
	position: relative;	
	background-color: #1473B2;
}

.section-video .title{
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	padding: 0 0 1.25rem 0;
}

.section-video .text{
	font-size: 1.125rem;
	color: #fff;
	padding: 0 0 1.25rem 0;
}

.section-video .video-item{
	border-radius: 1rem;
}

.section-video .btn-primary {
    color: #fff;
}

.section-video .btn-primary:hover {
	color: #63E9FF;
}

.section-video [data-shift].btn::after {
	background-color: #1473B2;
}

/* PARTNERS */
.section-partnership-front {
	padding: 3rem 0;
}

.partnership-front-img {
	object-fit: contain;
	max-width: 100%;
	height: auto;
	max-height: 80px; 
	margin-bottom: 30px;
}

.section-partnership-front .img-row{
	margin-right: -30px;
	margin-left: -30px;
}

.section-partnership-front .img-row > [class*="col-"]{
	padding-right: 30px;
	padding-left: 30px;
}

/* FOTO */
.section-foto {
	position: relative;
	padding-bottom: 45px;
}

.section-foto:before {
	content: '';
	width: 100%;
	height: 290px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #1473B2;
	-moz-border-radius: 0px 0px 80px 0px;
	-webkit-border-radius: 0px 0px 80px 0px;
	border-radius: 0px 0px 80px 0px;
}

.foto-link {
	width: 160px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	border: 3px solid #63E9FF;
}

.foto-link:hover {
	color: #fff;
	text-decoration: none;
	border-color: #fff;
}

/* SCROLLBAR */
ul#scroll-bar {
	position: fixed;
    display: none;
    flex-direction: column;
    top: 40%;
    left: 25px;
    transform: translate(0, -50%);
    list-style-type: none;
    z-index: 10000;
}

ul#scroll-bar li {
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
	cursor: pointer;
	position: relative;
}

ul#scroll-bar li::before {
	position: absolute;
	content: "";
    height: 2px;
    width: 20px;
    background-color: #363636;
	top: 9px;
	transition: all 0.2s ease-in-out;
}

ul#scroll-bar li.scrollbar-item-active::before {
    background-color: #63E9FF;
	width: 40px;
	height: 2px;
}

@media (min-width: 992px) {
	
	.section-video {
		padding: 3rem 0;
		position: relative;	
		background-color: transparent;
	}	
	
	.section-video::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		height: 100%;
		width: 50%;
		border-radius: 0px 0px 5rem 0px;
		background: url(../img/medscan_bg.png) #1473B2 no-repeat center;
	}	
	
	.section-video .text{
		padding: 0 1.25rem 0 0;
	}	
	
	.section-direction-front .item .item-body {
		display: block;
		height: 100%;
	}
	
}

@media (min-width: 1400px) {
	
	ul#scroll-bar {
		display: flex;
	}
	
}

@media (max-width: 991px) {
	
	.partnership-front-img {
		max-height: unset; 
		margin: 15px 0;
	}
	
	.section-foto:before {
		height: unset;
		top: 30%;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
}

@media (max-width: 575px) {
	
	.section-number .card-item {
		height: 110px;
	}
	
	.section-number .card-item .text {
		padding-left: 102px;
		font-size: 1rem;
	}
	
	.section-number .card-item .label {
		width: 135px;
		text-align: center;
		right: unset;
		bottom: unset;
		top: -40px;
		left: -10px;
	}
	
	.section-number .card-item .label span {
		font-size: 100px;
	}
	
	.section-number .card-item.small .label {
		text-align: right;
	}
	
	.section-number .card-item.small .label span {
		font-size: 80px;
		display: block;
	}
	
	.section-direction-front .item .text-head {
		font-size: 1.066rem;
	}
	
}

@media (max-width: 320px) {
	
	.section-direction-front .item .title-head {
		font-size: 1.6rem;
	}
	
}
