@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;
}

*{
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* SLIDER ==============================*/

.flexslider{
	width: 100%;
	height: 969px;
	display: flex;
	flex-direction: column;
	position: relative;
}

@media only screen and (min-width: 768px){
	.flexslider{
		width: 100%;
		height: 969px;
		display: flex;
		flex-direction: column;
		position: relative;
	}
}


.overlays{
	position: absolute !important;
	width: 100% !important;
	height: 720px !important;
	z-index: 2 !important;
	background-color: #080d15 !important;
	opacity: .7 !important;
}

@media only screen and (min-width:768px){
	.overlays{
		position: absolute !important;
		width: 100% !important;
		height: 969px !important;
		z-index: 2 !important;
		background-color: #080d15 !important;
		opacity: .7 !important;
		box-shadow: 0px 1px 5px 0px black !important;
}
	}
	
.overlays_2{
		position: absolute !important;
		width: 100% !important;
		height: 300px !important;
		z-index: 2 !important;
		background-color: #080d15 !important;
		opacity: .7 !important;
	}
	
	@media only screen and (min-width:768px){
		.overlays_2{
			position: absolute !important;
			width: 100% !important;
			height: 969px !important;
			z-index: 2 !important;
			background-color: #080d15 !important;
			opacity: .7 !important;
			box-shadow: 0px 1px 5px 0px black !important;
	}
		}


.carousel-chaption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    left: 15%;
    z-index: 10;
    padding-bottom: 315px;
    color: #fff;
    text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-chaption h2{
	font-size: 23px;
	color: white;
}

.carousel-chaption h3{
	font-size: 18px;
	color: white;
}



@media screen and (min-width: 768px){ 
	.carousel-chaption {
		color: white;
		right: 20%;
		left: 20%;
		padding-bottom: 450px;
	text-transform: uppercase;
	}
	}

	@media screen and (min-width: 768px){ 
		.carousel-chaption h2{
			color: white;
			right: 20%;
			left: 20%;
			padding-bottom: 25px;
		    text-transform: uppercase;
			font-size: 30px;
		}
		}

		@media screen and (min-width: 768px){ 
			.carousel-chaption h3{
				color: white;
				right: 20%;
				left: 20%;
			text-transform: uppercase;
				font-size: 15px;
			}
			}


	


.slides,
.slides li,
.slides li img{
	width: 100%;
	height: 720px;
	padding-left: 0% !important;
}

.slides li{
	margin-bottom: -5px;
}

@media screen and (min-width: 768px){ 
	.slides,
.slides li,
.slides li img {
		height: 969px;
		padding-left: 0% !important;
	}
	}

/* PAGINACION

@media screen and (min-width: 768px){
	.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: 0px;
		z-index: 3;
	}
}*/

.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: 0px;
	z-index: 3;
}

.flex-control-nav li{
	display: inline-block;
	margin: 0 5px;
}

.flex-control-nav li a{
	display: block;
    width: 15px;
    height: 5px;
    background: white;
    text-indent: -9999px;
}

.flex-control-nav li a.flex-active{
	background: #008cff;;
}

/* NAVEGACION ===============*/
.flex-direction-nav{
	z-index: 3;
	list-style: none;
}

.flex-direction-nav a{
    width: 60px;
    height: 60px;
    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: 50px;
    color: #ffffff;
    text-decoration: none !important;
}

.flex-direction-nav a.flex-next::before{
	content: "\f105";
}

.flex-direction-nav .flex-prev{
	left: 0px;
    color: #ffffff00;
    
}

.flex-direction-nav .flex-next{
	right: 0px;
	color: #ffffff00;
}



.flexslider:hover .flex-direction-nav .flex-prev{
	opacity: 1;
	left: 15px;
}

.flexslider:hover .flex-direction-nav .flex-next{
	opacity: 1;
	right: 15px;
}

/* CAPTION ==================*/
.caption{
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

	position: absolute;
	top: 0;
	z-index: 2;
}

.caption h2{
	font-size: 60px;
	color: #fff;
	text-shadow: 3px 3px 2px rgba(000, 000, 000, 0.70);
}

/* RESPONSIVE ========== */

@media screen and (max-width: 770px){
	.flex-direction-nav a{
		opacity: 0;
		
	}

	.flex-direction-nav .flex-prev{
		padding-top: 500px;
		left: 0px;
	}

	.flex-direction-nav .flex-next{
		padding-top: 500px;
		right: 0px;
	}

	.chaption h2{
		font-size: 50px;
	}

}

@media screen and (max-width: 600px){
	.chaption h2{
		font-size: 40px;
	}

	.flexslider{
		width: 100%;
    	border-radius: 0px;
    	border: none;
    	margin-top: 32%;
    	height: 720px;
	}

	.slides li{
		overflow: hidden;
	}

	.slides li img{
		width: 600px;
	}

	.flex-direction-nav a{
		top: 200px;
	}
}

@media screen and (max-width: 450px){
	.slides li img{
		transform: translateX(-90px);
	}

	#page-title{
		font-size: 40px;
	}
}





