body{
	overflow-x: hidden; 
}

header{
	background-color: #009fe3;
	min-height: 380px;
	text-align: center;
	width: 100%;
	font-family: 'KGSecondChancesSolid', arial, sans-serif;
	color: #fff;
	/*padding-top: 100px;*/
	box-sizing: border-box;
	position: relative;
}

header #sup{
	width: 910px;
	margin: 0 auto;
	height: 100px;
	position: relative;
}

header h1{
	width: 630px;
	border: 4px solid #fff;
	margin: 0 auto;
	font-size: 43px;
	padding: 55px 0px;
	box-sizing: border-box;
	text-align: center;
	background-image: url(../img/border.png);
	background-position: top right;
	background-repeat: no-repeat;
}

header h2{
	font-family: 'Trebuchet__MS', arial, sans-serif;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding-top: 25px;
	line-height: 21px;
}

header #logo{
	width: 48px;
	height: 77px;
	position: absolute;
	top: 12px;
	left: 12px;
	background-image: url(../img/logo2.png);
	background-size: cover;
}

header .izq{
	width: 100px;
	height: 25px;
	position: absolute;
	top: 12px;
	right: 12px;
	text-align: right;
}

header .izq .facebook{
	width: 25px;
	height: 25px;
	margin-right: 3px;
	background-image: url(../img/facebook.jpg);
	display: inline-block;
}

header .izq .twitter{
	width: 25px;
	height: 25px;
	margin-right: 3px;
	background-image: url(../img/twitter.jpg);
	display: inline-block;
}

header .izq .instagram{
	width: 25px;
	height: 25px;
	margin-right: 0px;
	background-image: url(../img/instagram.jpg);
	display: inline-block;
}

nav{
	margin-top: 40px;
	width: 100%;
	text-align: center;
	border-top: 2px solid #009fe3;
	border-bottom: 2px solid #009fe3;
}

nav #menu_btn{
	display: none;
}

nav ul{
	display: inline-block;
}

nav ul li{
	float: left;
	padding: 0 70px;
	font-family: 'Trebuchet__MS', arial, sans-serif;
	color: #009fe3;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

nav ul li a{
	color: #009fe3;
	text-decoration: none;
	line-height: 60px;
}

article{
	width: 840px;
	margin: 0 auto;
	text-align: justify;
	color: #636363;
	padding: 45px 0;
	font-family: 'Trebuchet__MS', arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
}

article b{
	color: #009fe3;
	font-weight: bold;
}

article h3{
	color: #009fe3;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 30px;
}

#video{
	margin: 5px 0;
}

#videocontainer{
	text-align: center;
}

#slider{
 	text-align: center;
 	padding-bottom: 50px;
 	width: 100%;
 	overflow: hidden;
}

#slider_ins{
	width: 6000px;
	position: relative;
	left: 0px;
	transition: 750ms;
}

#slider .page{
	width: 100%;
	float: left;
}

#slider .page .page_limit{
	width: 910px;
	display: inline-block;
}

#slider article{
	width: 435px;
	height: 230px;
	margin: 7px;
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	display: inline-block;
	padding: 0px;
	position: relative;
	cursor: pointer;
}

#slider article img{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 50px;
	transition: 750ms;
	cursor: pointer;
}

#slider article i.fa-search-plus{
	display: none;
}

#popup i.fa-search-plus{
	position: absolute;
	right: 30px;
	top: 30px;
	transition: 750ms;
	display: inline-block;
	font-size: 20px;
	opacity: 1;
}

#slider article .social{
	display: none;
}

#slider article img.active{
	height: 230px;
}

#slider article label{
	position: absolute;
	width: 100%;
	text-align: center;
	font-family: 'KGSecondChancesSolid', arial, sans-serif;
	font-size: 25px;
	color: #000;
	top: 50%;
	margin-top: -13px;
	cursor: pointer;
}

#overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(228,245,252,0.9);
	display: none;
}

#popup{
	width: 890px;
    position: fixed;
    left: 50%;
    margin-left: -446px;
	/*background-color: #fff;
	border: 1px solid #c4c4c4;*/
	height: 480px;
	top: 50%;
	margin-top: -250px;
	display: none;
}

#popup #content{
	width: 890px;
	height: 480px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	transition: 1s;
	position: absolute;
	left: 0px;
}

#popup #content2{
	width: 890px;
	height: 480px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	transition: 1s;
	position: absolute;
	left: 2000px;
}

#popup #content2.left{
	width: 890px;
	height: 480px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	transition: 1s;
	position: absolute;
	left: -2000px;
}

#popup img{
	position: absolute;
    right: 0px;
    top: 0px;
    height: 80px;
}

#popup label {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: 'KGSecondChancesSolid', arial, sans-serif;
    font-size: 25px;
    color: #000;
    top: 50%;
    margin-top: -13px;
}

#controls{
	position: absolute;
    top: -40px;
    width: 100%;
}

#prev{
	font-family: 'KGSecondChancesSolid', arial, sans-serif;
    color: #069ee1;
    position: absolute;
    top: 265px;
    left: 20px;
    font-size: 30px;
    text-decoration: none;
    z-index: 10;
}

#next{
	font-family: 'KGSecondChancesSolid', arial, sans-serif;
    font-size: 30px;
    color: #069ee1;
    position: absolute;
    top: 265px;
    left: 850px;
    text-decoration: none;
    z-index: 10;
}

#closepop{
	font-family: 'KGSecondChancesSolid', arial, sans-serif;
    font-size: 20px;
    color: #069ee1;
    position: absolute;
    top: 0px;
    left: 0;
    text-decoration: none;
}

/*#social{
	width: 100px;
	position: absolute;
	bottom: 25px;
	left: 395px;
	text-align: center;
	z-index: 10;
}*/
#social{
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0px;
    text-align: center;
    z-index: 10;
}

#facebook_link{
	background-color: #069ee1;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
}

#twitter_link{
	background-color: #069ee1;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
}

#pager{
	text-align: center;
	padding-top: 40px;
}

#pager a{
	width: 10px;
	height: 10px;
	border: 1px solid #009fe3;
	background-color: transparent;
	display: inline-block;
	margin: 2px;
	transition: 750ms;
}

#pager a.active{
	background-color: #009fe3;
}

#unete{
	background-color: #009fe3;
	width: 100%;
	color: #fff;
}

#unete article h3{
	color: #fff;
}

#unete article{
	color: #fff;
}

#unete article div{
	text-align: center;
	padding-top: 70px;
}

#unete ul{
	display: inline-block;
}

#unete ul li{
	float: left;
	font-size: 20px;
	text-align: center;
	width: 200px;
	padding: 0 45px;
}

#unete ul li.lupa{
	padding-left: 0px;
}

#unete ul li.movil{
	padding-right: 0px;
}

#unete ul li figcaption{
	padding-top: 60px;
}

#unete ul li.movil figcaption{
	padding-top: 50px;
}

article.row{
	width: 890px;
	padding-left: 90px;
	box-sizing: border-box;
	padding-top: 10px;
	background-position: left 30px;
	background-repeat: no-repeat;
}

article.row h4{
	color:#4174cd;
	font-size: 19px;
	padding-bottom: 30px;
}

article.row.ico1{
	background-image: url(../img/ico1.png);
}

article.row.ico2{
	background-image: url(../img/ico2.png);
}

article.row.ico3{
	background-image: url(../img/ico3.png);
}

article.row.ico4{
	background-image: url(../img/ico4.png);
}

article.row.ico5{
	background-image: url(../img/ico5.png);
}

article.footer{
	padding: 70px 0;
	width: 100%;
	text-align: center;
	font-family: 'Trebuchet__MS', arial, sans-serif;
	font-size: 27px;
	color: #009fe3;
	text-transform: uppercase;
	font-weight: 600;
}

footer{
	width: 100%;
	background-color: #009fe3;
	color: #fff;
	font-family: 'Trebuchet__MS', arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	padding: 25px 0;
}

footer .coop{
	padding-top: 35px;
}

footer .text{
	width: 580px;
	text-align: left;
	padding-top: 25px;
}

footer ul{
	display: inline-block;
}

footer ul li{
	float: left;
	padding:0 20px;
}

.clearfix{
	clear: both;
}

#popup label#ilustrador{
	font-family: 'Trebuchet__MS', arial, sans-serif;
    font-size: 10px;
    color: #009fe3;
    top: -10px;
    left: 0px;
}