@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;
}

body{
font-family: monospace;
}
/* SLIDER ==============================*/

.flexslider{
	width: 100%;
	height: 50%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.overlay{
	position: absolute;
	width: 100%;
	height: 300px;
	z-index: 2;
	background-color: #080d15;
	opacity: .7;
}

@media only screen and (min-width:768px){
	.overlay{
		position: absolute;
		width: 100%;
		height: 961px;
		z-index: 2;
		background-color: #080d15;
		opacity: .7;
		box-shadow: 0px 1px 5px 0px black;
}
	}


.carousel-chaption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    left: 15%;
    z-index: 10;
    padding-bottom: 50px;
    color: #fff;
    text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-chaption h2{
	font-size: 23px;
}

.carousel-chaption h3{
	font-size: 18px;
}



@media screen and (min-width: 768px){ 
	.carousel-chaption {
		right: 20%;
		left: 20%;
		padding-bottom: 450px;
	text-transform: uppercase;
	}
	}

	@media screen and (min-width: 768px){ 
		.carousel-chaption h2{
			right: 20%;
			left: 20%;
			padding-bottom: 25px;
		    text-transform: uppercase;
			font-size: 30px;
		}
		}

		@media screen and (min-width: 768px){ 
			.carousel-chaption h3{
				right: 20%;
				left: 20%;
			text-transform: uppercase;
				font-size: 15px;
			}
			}


	


.slides,
.slides li,
.slides li img{
	width: 100%;
	height: 300px;
}

.slides li{
	margin-bottom: -5px;
}

@media screen and (min-width: 768px){ 
	.slides,
.slides li,
.slides li img {
		height: 961px;
	}
	}

/* 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: 0px;
	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: #7b7b7b;
	border-radius: 50%;
	text-indent: -9999px;
	box-shadow: inset 0px -3px 2px 0px rgba(0,0,0,0.55);
}

.flex-control-nav li a.flex-active{
	background: #ffa74e;;
}

/* 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: #ffa74e;
}

.flex-direction-nav a.flex-next::before{
	content: "\f105";
}

.flex-direction-nav .flex-prev{
	left: 0px;
}

.flex-direction-nav .flex-next{
	right: 0px;
}

.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: 1;
		
	}

	.flex-direction-nav .flex-prev{
		padding-top: 90px;
		left: 15px;
	}

	.flex-direction-nav .flex-next{
		padding-top: 90px;
		right: 15px;
	}

	.chaption h2{
		font-size: 50px;
	}

}

@media screen and (max-width: 600px){
	.chaption h2{
		font-size: 40px;
	}

	.flexslider{
		width: 100%;
		border-radius: 0px;
		border: none;
	}

	.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;
	}
}





