/* Slider container home*/
.slider-container-home {
	display: inline-block;
	position: relative;
}

.slider-container-home:before {
	background: rgba(0,84,153,1);
	background: -moz-linear-gradient(top, rgba(0,84,153,1) 0%, rgba(0,84,153,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,84,153,1)), color-stop(100%, rgba(0,84,153,0)));
	background: -webkit-linear-gradient(top, rgba(0,84,153,1) 0%, rgba(0,84,153,0) 100%);
	background: -o-linear-gradient(top, rgba(0,84,153,1) 0%, rgba(0,84,153,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,84,153,1) 0%, rgba(0,84,153,0) 100%);
	background: linear-gradient(to bottom, rgba(0,84,153,1) 0%, rgba(0,84,153,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005499', endColorstr='#005499', GradientType=0 );
	content:'';
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

	.slider-container-home .rslides li {
		list-style-type: none;
		width: 100%;
	}

		.slider-container-home .rslides li img {
			height: auto;
			width: 100%;
		}

	.slider-container-home .rslides_nav {
		background: rgba(18,18,18,0.7);
		bottom: 0;
		color: transparent;
		font-size: 32px;
		left: 0;
		padding: 10px 20px;
		position: absolute;
		text-decoration: none;
		z-index: 5;
	}

		.slider-container-home .rslides_nav.next { left: 58.5px; }

		.slider-container-home .rslides_nav.next:before,
		.slider-container-home .rslides_nav.prev:before {
			background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 443.5 443.5' style='enable-background:new 0 0 443.5 443.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M336.2,209.6L131.4,4.8c-6.8-6.5-17.6-6.4-24.1,0.4c-6.4,6.6-6.4,17.1,0,23.7L300,221.7L107.3,414.4 c-6.7,6.7-6.7,17.5,0,24.1c6.7,6.7,17.5,6.7,24.1,0l204.8-204.8C342.9,227.1,342.9,216.3,336.2,209.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
			background-repeat: no-repeat;
			background-size: cover;
			bottom: 0;
			content:'';
			height: 25px;
			left: 0;
			margin: auto;
			opacity: 0.7;
			position: absolute;
			right: 0;
			top: 0;
			width: 23px;
		}

		.slider-container-home .rslides_nav.prev:before { transform: rotate(180deg); }

			.slider-container-home .rslides_nav.next:hover:before,
			.slider-container-home .rslides_nav.prev:hover:before { opacity: 1; }

	.slider-container-home .rslides_tabs {
		bottom: 0;
		display: none;
		margin-right: 2rem;
		padding-left: 0;
		position: absolute;
		right: 0;
		text-align: right;
		z-index: 5;
		width: 50%;
	}

		.slider-container-home .rslides_tabs li {
			display: inline-block;
			position: relative;
			vertical-align: middle;
		}

		.slider-container-home .rslides_tabs li.rslides_here:before {
			background: #ffffff;
			border-radius: 50%;
			bottom: 0;
			content: '';
			height: 28px;
			left: 0;
			margin: auto;
			position: absolute;
			right: 0;
			top: 0;
			width: 28px;
			z-index: 0;
		}

			.slider-container-home .rslides_tabs li.rslides_here a {
				color: #444444;
				position: relative;
				z-index: 1;
			}

			.slider-container-home .rslides_tabs li a {
				color: #ffffff;
				font-size: 18px;
				font-weight: 700;
				margin-left: 6px;
				margin-right: 6px;
				padding: 15px;
				text-decoration: none;
			}

/* Welcome Container */
.welcome-yellow-container {
	background: #ffcd00;
	overflow: hidden;
	position: relative;
}

.welcome-yellow-container:after {
	background: linear-gradient(to left, #ffcd00, #fde905);
	bottom: 0;
	content: '';
	height: 100%;
	left: 32%;
	position: absolute;
	transform: skew(-29deg);
	width: 35%;
	z-index: 0;
}

	.welcome-yellow-container h1 {
		color: #005499;
		font-size: 28px;
		font-weight: 700;
		position: relative;
		text-transform: uppercase;
		z-index: 1;
	}

		.welcome-yellow-container h1 span { color: #012e53; }

	.welcome-yellow-container .main-description {
		color: #022542;
		font-size: 18px;
		font-weight: 400;
		position: relative;
		z-index: 1;
	}

/* Ads Container */
.ads-container .highlighted-blocks-home {position: relative;}

	.ads-container .highlighted-blocks-home .block-name-home {
		background: #005499;
		padding: 7px 25px 7px 45px;
		position: absolute;
		right: 0;
		top: calc(100% - 2.5rem);
	}
	.ads-container .highlighted-blocks-home .block-name-home.box-flex-item{
		top: calc(100% - 4rem);}

	.ads-container .highlighted-blocks-home .block-name-home:before {
		content: '';    
	    border-bottom: 35px solid #1468ac;
	    border-left: 20px solid transparent;
	    height: 0;
	    position: absolute;
	    right: 100%;
	    top: 0;
	    width: 0;
	}

	.ads-container .highlighted-blocks-home .block-name-home:after {
		content: '';    
	    border-right: 35px solid #1468ac;
	    border-top: 35px solid transparent;
	    height: 0;
	    left: 0;
	    position: absolute;
	    transform: rotate(180deg);
	    top: 0;
	    width: 0;
	}

		.ads-container .highlighted-blocks-home .block-name-home h3 {
			color: #fecc00;
			font-size: 18px;
			font-weight: 700;
			letter-spacing: 1px;
			margin: 0;
			text-transform: uppercase;
		}

			.ads-container .highlighted-blocks-home .block-name-home h3 a {
				color: #fecc00;
				text-decoration: none;
			}

			.ads-container .highlighted-blocks-home .block-name-home h3 a:hover {color: #a5d5fc;}

			

/* Form Contact */
.form-contact-home h3 {
	color: #005499;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 30px 0;
	text-align: center;}

.form-contact-home .contact-form { margin: 30px 0; }


/* Media queries */
@media only screen and (max-width: 768px) {
	.ads-container .highlighted-blocks-home .block-name-home.box-flex-item{top: calc(100% - 2.5rem);}
	}


@media only screen and (min-width: 425px) {
	.ads-container .highlighted-blocks-home img { width: 100%; }
}

@media only screen and (min-width: 768px) {
	.slider-container-home .rslides_tabs { display: block; }

	.welcome-yellow-container:after { left: 50%; }
}

@media only screen and (min-width: 1024px) {
	.slider-container-home {
		max-height: 400px;
		overflow-y: hidden;
	}

		.slider-container-home .rslides li img {
			bottom: 40px;
			position: relative;
		}
}

@media only screen and (min-width: 1280px) {
	.slider-container-home .rslides li img { bottom: 120px; }
}

@media only screen and (min-width: 1360px) {
	.slider-container-home { max-height: 500px; }

		.slider-container-home .rslides li img { bottom: 80px; }
}

@media only screen and (min-width: 1440px) {
	.slider-container-home { max-height: 700px; }

		.slider-container-home .rslides li img { bottom: 0px; }
}

@media only screen and (min-width: 1880px) {
	.slider-container-home .rslides li img { bottom: 100px; }
}

@media only screen and (min-width: 2000px) {
	.slider-container-home { max-height: initial; }

		.slider-container-home .rslides li img { bottom: 0px; } 
}

