body {
	background: #fff;
}

.cover {
	position: relative;
	min-height: 605px;
}

@media (min-width: 768px) {
	.cover {
		height: 100vh;
		padding-top: 100px;
		
	}
}
@media (max-width: 767px) {
	.cover {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (min-width: 1200px) {
	.cover:before {
		height: 30%;
		width: 100%;
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		position: absolute;
		top: 0;
		right: 0;
		content: '';
		display: block;
	}
}

.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover-content {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;
	
	max-width: 600px;
	margin-top: -60px;
}

.cover-content h1 {
	margin-bottom: 1rem;
}

.cover-content h1 > span {
	background: rgba(3,25,48,.9);
	color: #fff;
}

.cover-content h1 > span > span {
	color: #fffc00;
}

.cover-content p {
	margin: 0;
}

.cover-content .text {
	background: rgba(204,211,223,.8);
	padding: 1rem;
	color: #333;
	display: inline-block;
}

/**/

video {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
	z-index: -1
}

/**/

@media (min-width: 768px) {
	.services {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		
		background: rgb(0,0,0);
		background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	}

	.services:before {
		position: absolute;
		bottom: 54px;
		right: 0;
		width: 100%;
		height: 3px;
		content: '';
		display: block;
		background: rgb(213,150,0);
		background: linear-gradient(90deg, rgba(213,150,0,1) 0%, rgba(13,142,174,1) 50%, rgba(168,112,194,1) 100%);
	}
}

@media (max-width: 767px) {
	.services {
		margin-top: 3rem;
	}
}

.services-slick {
	
}

.services-grid {
	text-align: center;
	font-size: 0;
}

.services-grid > div {
	display: inline-block;
}


.service {
	text-align: center;
	display: block;
	font-size: 1.2rem;
	width: 180px;
	position: relative;
}

@media (max-width: 767px) {
	.service {
		background: rgba(0,0,0,0.2);
		border-radius: 2rem;
		backdrop-filter: blur(6px);
		margin: 1rem;
	}
}

@media (min-width: 768px) {
	.service:after {
		opacity: .5;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 2px;
		height: 100%;
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	}
	
	.services-grid > div:nth-child(1) .service:before {
		opacity: .5;
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 2px;
		height: 100%;
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	}
}

.service .icon {
	padding: 1rem;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service .icon img {
	display: block;
	margin: 0 auto;
}

.service figcaption {
	border-top: 2px solid transparent;
	padding: .75rem;
	color: #fff;
	
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.service:hover {
	text-decoration: none;
	color: #000;
}

.service:hover figcaption {
	background: rgba(255, 255, 255, 0.8);
	color: #000;
}

.service img {
	width: 70px;
}




/**/


.pirsumim .content {
	background: #f3f8ff;
	border-radius: 100px 0 0 100px;
	margin-right: -15px;
	padding: 1.5rem 2rem;
	position: relative;
}

.articles .content {
	background: #fbf2ff;
	border-radius: 0 100px 100px 0;
	margin-left: -15px;
	padding: 1.5rem 2rem;
	position: relative;
}

.pirsumim .content h2 {
	position: absolute;
	top: -18px;
	right: 30px;
	background: #587599;
	color: #fff;
	border-radius: 2rem;
	padding: .5rem 1rem;
	font-size: 1.2rem;
	font-weight: bold;
}
.articles .content h2 {
	position: absolute;
	top: -18px;
	right: 30px;
	background: #a280b1;
	color: #fff;
	border-radius: 2rem;
	padding: .5rem 1rem;
	font-size: 1.2rem;
	font-weight: bold;
}

.article {
	display: block;
	color: #000;
	position: relative;
	margin: 15px;
	text-align: center;
}
.article img {
	display: block;
	width: 100%;
	border-radius: 15px;
}
.article .info {
	padding-top: .5rem;
}
.article h3 {
	font-size: 1.2rem;
}
.article .date {
	padding-bottom: 56.25%;
    position: relative;
    background: rgb(206 189 111);
    background: linear-gradient(45deg, rgb(246 183 77) 0%, rgb(160 183 132) 50%, rgb(121 204 200) 100%);
}

.article .date > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	
	font-size: 3rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.article .date > div > span:nth-child(2) {
	font-size: 1.5rem;
	display: block;
}

.read-more {
	background: #fff;
	display: inline-block;
	border-radius: 2rem;
	padding: .25rem .75rem;
	font-weight: bold;
	color: inherit;
	border: 1px solid #ddd;
}


/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
	padding: 1rem;
}

.news .content {
    position: relative;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding: 10px;
	border-radius: 2rem;
}

@media (min-width: 992px) {
	.news .content {
		padding-right: 100px;
	}
}

.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

.news a {
	color: #000;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news h2 {
	background: #3e81a7;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: .219rem .75rem;
    margin: 0;
    border-radius: 2rem;
    z-index: 5;
	margin: 10px;
}


.news h2 a {
	color: inherit;
}

@media (max-width: 991px) {
	.news h2 {
		display: none;
	}
}

@media (min-width: 992px) {
	.bn-news {
		padding-right: 100px;
	}
}

.bn-news ul li a {
	font-size: 1.2rem;
    line-height: 1.2rem;
    padding: .36rem 0;
    color: inherit;
}

.bn-news ul li a:hover {
	color: #000;
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

.news .date {
	font-weight: bold;
}

.news .date:after {
	content: ' | ';
	margin: 0 10px;
}

.news-toggle {
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #3e81a7;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-controls {
	left: 0;
	right: auto;
}

.bn-controls button {
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #3e81a7;
	color: #fff;
	padding: 0;
	margin-right: 5px;
}

.bn-arrow {
    top: -1px;
}

.bn-pause::before, .bn-pause::after {
    background-color: #fff;
}
.bn-play::after {
    border-left-color: #fff;
}

.bn-controls button:hover {
    background-color: #111;
	color: #fff;
	box-shadow: 0 0 5px rgb(255 255 0 / 90%);
}


/**/

.centered-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
	.right-banner {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}
	.left-banner {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}
}

@media (max-width: 767px) {
	.side-banner {
		max-width: 300px;
		margin: 0 auto;
	}
}

.side-banner a {
	display: flex;
    background: #111;
    color: #fff;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    height: 56px;
    align-items: center;
	min-width: 200px;
	justify-content: center;
	text-align: center;
	margin: 15px 0;
}

.side-banner img {
	margin: 0 .75rem;
}

.side-banner.right-banner a {
	border-radius: 2rem 0 0 2rem;
	background: #218146;
}

.side-banner.left-banner a {
	border-radius: 0 2rem 2rem 0;
	background: #1a7379;
}

@media (max-width: 767px) {
	.side-banner a {
		border-radius: 2rem !important;
	}
}

/**/


.fast-navigation {
	text-align: center;
	color: #fff;
}

@media (min-width: 768px) {
	.fast-navigation {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 767px) {
	.fast-navigation {
		max-width: 300px;
		margin: 2rem auto;
		background: rgba(255,255,255,0.2);
		border-radius: 2rem;
		padding: 1rem;
		backdrop-filter: blur(6px);
	}
}


.fast-navigation h2 {
	background: #3e81a7;
	color: #fff;
	padding: .5rem 1rem;
	display: inline-block;
	border-radius: 2rem;
	font-size: 1.3rem;
	font-weight: bold;
}

.fast-navigation label {
	display: block;
	margin: 0;
	margin-top: .75rem;
}

.fast-navigation select {
	display: block;
	border-radius: 2rem;
	background: rgba(255,255,255,0.8);
	padding: .5rem 1rem;
	width: 100%;
	border: 0;
	width: 250px;
}


@media (max-width: 767px) {
	.fast-navigation select {
		width: 100%;
	}
}

.fast-navigation button {
	margin-top: .75rem;
	display: inline-block;
	border: 0;
	border-radius: 2rem;
	background: #dd891f;
	color: #fff;
	padding: .5rem 1rem;
	font-weight: bold;
}


/**/



.pirs-slick {
	padding: 0 2rem;
}


.pirs-slick img {
	border-radius: 2rem;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.pirs-slick a {
	display: block;
}
.pirs-slick a:hover {
	transform: scale(1.05);
}

/**/

#toggle-video {
	background: none;
	border: 0;
	position: absolute;
	top: 120px;
	right: 15px;
	color: #fff;
}

@media (max-width: 991px) {
	#toggle-video {
		top: 85px;
	}
}



/* social */

.idx-social {
	
}

@media (max-width: 991px) {
	.idx-social {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.idx-social {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translate(0, -50%);
		margin-top: -62px;
	}
}

.idx-social a.icon-btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #0d227c;
	color: #fff;
	border-radius: 12px;
	margin-right: .5rem;
	position: relative;
}

.idx-social a.icon-btn > span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.idx-social a.icon-btn em {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-size: 18px;
}

.idx-social a.icon-btn.search {
	background: #fea915;
}
.idx-social a.icon-btn.facebook {
	background: #2a64a1;
}
.idx-social a.icon-btn.instagram {
	background: #b753ad;
}
.idx-social a.icon-btn.whatsapp {
	background: #69954f;
}


.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	transform: scale(1.1);
}

.dark-arrows .slick-prev:hover:before, .dark-arrows .slick-next:hover:before {
    color: blue;
}