@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

#page-title{
	text-align: center;
	margin: 20px 0px;
	font-size: 50px;
	color: #fff;
}

/* SLIDER ==============================*/

.flexslider{
	width: 100%;
	height: 100vh;
	max-height: 830px;
	min-height: 600px;

	display: flex;
	flex-direction: column;

	position: relative;
}
.slides{
	padding: 0px;
}


.slides,
.slides li
/*,.slides li .img*/
{
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 830px;
  overflow: hidden;
}

.slides li .img{
	width: 100%;
height: 100vh;
min-height: 600px;
max-height: 830px;
}

.slides li{
	margin-bottom: -5px;
}

/* PAGINACION =======================*/

.flex-control-nav.flex-control-paging{
	width: 120px;
	padding: 20px 0px;

	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;

	list-style: none;

	position: absolute;
	bottom: -10px;
	z-index: 3;
}

.flex-control-nav li{
	display: inline-block;
	margin: 0 5px;
}

.flex-control-nav li a{
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	text-indent: -9999px;
	box-shadow: inset 0px -3px 2px 0px rgba(13, 113, 131, .55);
}

.flex-control-nav li a.flex-active{
	background: #0D7183;
}

/* NAVEGACION ===============*/
.flex-direction-nav{
	z-index: 3;
	list-style: none;
}

.flex-direction-nav a{

	display: flex;
	justify-content: center;
	align-items: center;

	text-decoration: none;
	opacity: 0;

	position: absolute;
	top: 50%;
	margin-top: -30px;

	transition: all 0.3s ease-in-out;
}

.flex-direction-nav a::before{
	content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 500%;
    color: #0D7183;
}

.flex-direction-nav a.flex-next::before{
	content: "\f105";
}

.flex-direction-nav .flex-prev{
	left: 10%;
}

.flex-direction-nav .flex-next{
	right: 10%;
}

.flexslider:hover .flex-direction-nav .flex-prev{
	opacity: 1;
	left: 5%;
}

.flexslider:hover .flex-direction-nav .flex-next{
	opacity: 1;
	right: 5%;
}

/* CAPTION ==================*/
.caption{
	/*position: relative;*/
	width: 100%;
	z-index: 2;
}

/* RESPONSIVE ========== */

@media screen and (max-width: 770px){



	.flex-direction-nav a{
		opacity: 1;
	}

}

@media screen and (max-width: 600px){


	.flexslider{
		width: 100%;
	}

	.slides li{
		overflow: hidden;
	}

}

@media screen and (max-width: 450px){


	#page-title{
		font-size: 40px;
	}
}
