@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	font-family: sans-serif;
}

body {
	background: #fff;
	font-family: sans-serif;
	transition: padding-top 0.5s ease;
}

header{
	width: 100%;
	height: auto;
	background: -webkit-linear-gradient(left bottom,#3d5667, #e72159);
	border-bottom: 4px solid #e72159;
	text-align: center;
	transition: all 0.5s ease;
}

nav{
	width: 100%;
	margin-bottom: 1em;
	background: #F1f1f1;
	border-bottom: 4px solid #e72159;
	color: black;
}

ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
	color: white;
	font-weight: 300;
	text-align: center;
	transition: max-height 0.5s;
}

.nav-item{
	display: inline-block;
	padding: 8px;
	font-size: 1.0em;
}

.nav-item:hover{
	background: #e72159;
	cursor: pointer;
}

.menu-bar{
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	background: #f1f1f1;
	text-align: left;
	padding: 15px 20px;
	color: white;
	font-size: 1.4em;
	cursor: pointer;
	display: none;
}

.icon-menu{
	float: right;
	color: #3d5667;
	clear: both;
	margin-top: -5px;
	font-size: 1.4em;
}


 nav a{
	font-size: 15px;
	color: #3d5667;
	display: inline-block;
	padding: 10px 15px;
	line-height: 1;
	text-decoration: none;
	border-radius: 5px;
}

nav a:hover{
	background: #e72159;
	color: white;
}


.inicio{
	background: #e72159;
	box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.40);
	color: white;
	border-bottom-left-radius: 10px;
	border-radius: 10px;
	margin: 10px;
}

.inicio:hover{
	background: -webkit-linear-gradient(left bottom,#3d5667, #e72159);
	box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.40);
	color: white;
	border-bottom-left-radius: 10px;
	border-radius: 10px;
	margin: 10px;
}

.icon-menu{
	font-size: 30px;
	margin-top: 14px;
	margin-left: 10px;
}

main{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
	transition: all 300ms cubic-bezier(1,0,0,1);
}

main2{
	transform: scale(.9);
	box-shadow: 0px 0px 40px -15px;
}

.container-menu{
	width: 100%;
	height: 100vh;
	max-width: 400px;
	background: -webkit-linear-gradient(left bottom,#3d5667, #e72159);
    opacity: .9;
	position: fixed;
	top: 0px;
	left: 0;
	cursor: pointer;
	z-index: 100;
}

.container-menu ul{
	margin-top: 20px;
	margin-left: 20px;
	
}

.container-menu ul li{
	list-style: none;
	padding: 10px;
}

.container-menu ul li a{
	color: white;
	font-size: 25px;
	text-decoration: none;
	position: relative;
}

.container-menu ul li a:before{
	content: '';
	position: absolute;
	bottom: -10px;
	width: 0px;
	height: 2px;
	background: white;
	transition: all 300ms;
}

.container-menu ul li a:hover:before{
	width: 150%;
}

.accesos{
	background: -webkit-linear-gradient(left bottom,#3d5667, #e72159);
	box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.40);
	color: white;
	border-bottom-left-radius: 10px;
	border-radius: 10px;
	margin: 10px;
}

.accesos img{
	max-height: 200px;
}

.icon-m{
transition: all 300ms;
	position: relative;
	
}

.icon-m:hover{
	transform: translate(-5px, -10px);
	box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.40);
}



.lateral{
	background:#EFEFEF;
	padding: 30px;
	font-size: 16px;
	margin: auto;
	margin-top: 10px;
	border-radius: 10px;
	transition: all 300ms;
	position: relative;
	
}

.lateral:hover{
	transform: translate(-5px, -10px);
	box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.40);
}

.lateral hr{
	height: 5px;
	background: #FFFFFF;
	border: none;
}

.menuL {
	position: relative;
	padding: 5px 60px 5px 50px;
	margin-left: -40px;
	display: inline-block;
	white-space: nowrap;
	color: #fff;
	font-weight: 100;
	background-image: 
	linear-gradient(45deg, #e72159, #e72159 32px, rgba(0,0,0,0) 32px),
	linear-gradient(135deg, #e72159, #e72159 32px, rgba(0,0,0,0) 32px),
	linear-gradient(135deg, #e72159, #e72159);
	background-repeat: no-repeat;
	background-position: 100% 100%, 100% 100%, -32px 100%;
	background-size: 48px 100%, 48px 100%, 100% 100%;
	cursor: default;
}

.menuL:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: .25em solid transparent;
	border-bottom-color: #a00;
	border-right-color: #a00;
	top: -11px;
	left: 0;
}

.lateral ul{
	color: #1F1F1F;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	
}

.lateral ul li{
	list-style: none;
	padding: 10px;
}

.lateral ul li a{
	color: #272727;
	font-size: 14px;
	text-decoration: none;
	position: relative;
}

.lateral ul li a:before{
	content: '';
	position: absolute;
	bottom: -10px;
	width: 0px;
	height: 2px;
	background: #71009C;
	transition: all 300ms;
}

.lateral ul li a:hover:before{
	width: 150px;
}

.lateral ul li a:hover{
	color:#71009C;
}

.menuIndex:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: .25em solid transparent;
	border-bottom-color: #a00;
	border-right-color: #a00;
	top: -11px;
	left: 0;
}

.menuIndex {
	position: absolute;
	padding: 5px 60px 5px 50px;
	margin-left: -22px;
	display: inline-block;
	white-space: nowrap;
	color: #fff;
	font-weight: 100;
	background-image: 
	linear-gradient(45deg, #3d5667, #3d5667 32px, rgba(0,0,0,0) 32px),
	linear-gradient(135deg, #3d5667, #3d5667 32px, rgba(0,0,0,0) 32px),
	linear-gradient(135deg, #3d5667, #3d5667);
	background-repeat: no-repeat;
	background-position: 100% 100%, 100% 100%, -32px 100%;
	background-size: 48px 100%, 48px 100%, 100% 100%;
	cursor: default;
}

.menuIndex:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: .25em solid transparent;
	border-bottom-color: #a00;
	border-right-color: #a00;
	top: -11px;
	left: 0;
}


.lateralI{
	background: #E7E7E7;
	padding: 15px;
	font-size: 16px;
	margin: 10px;
	margin-top: 25px;
	border-radius: 10px;
	box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.40);
	position: relative;
	min-height: 500px;
}

.lateralI p{
	margin: 10px;
	padding: 0px 0px 5px 10px;
	margin-left: auto;
	color: #302F2F;
}
.lateralI hr{
	height: 5px;
	background: #FFFFFF;
	border: none;
}

.lateralI ul{
	color: #1E1E1E;
	text-align: justify;
	margin-top: 10px;
	margin-left: 10px;
}

.lateralI ul li{
	list-style: none;
	padding: 10px;
}

.lateralI ul li a{
	color: #272727;
	font-size: 14px;
	text-decoration: none;
	position: relative;
}

.lateralI ul li a:before{
	content: '';
	position: absolute;
	bottom: -10px;
	width: 0px;
	height: 2px;
	background: #272727;
	transition: all 300ms;
}

.lateralI ul li a:hover:before{
	width: 120%;
}

.latest-news-area{
	margin-top: 30px;
}

.news-img{
	position: relative;
}

.post-contenido{
	margin: 10px;
	padding: 10px;
}

.imgnew{
	position: relative;
	margin: 20px;
	max-width: 550px;
	max-height: 350px;
	box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.40);
}

.news-content{
	padding: 20px;
	position:relative;
	margin-left: 15px;
	}
.news-content i{
	font-size: 18px;
	display: inline-block;
}
.news-content p{
	text-align: justify;
	color: #212121;
	margin: 5px;
	position: relative;
}
.news-content i{
	text-align:left;
	margin: 0px;
	position: relative;
	font-size: 30px;
	color: #3d5667;
}

.news-content h2{
	color: #e72159;
}

.contenido-footer{
	background: -webkit-linear-gradient(left bottom,#3d5667, #e72159);
	box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.40);
}

.fcol1{
	color: white;
	margin: 5px;
	margin-top: 20px;
}

.fcol1 p{
	font-size: 16px;
	
}

.fcol1 a{
	color: white;
}

.lista-trans{
	color: #363636;
	text-align: justify;
}

.lista-trans ul{
	color: #1E1E1E;
	text-align: justify;
	margin-top: 10px;
	margin-left: 10px;
}

.lista-trans ul li{
	list-style: none;
	padding: 10px;
}

.lista-trans ul li a{
	color: #6600CB;
	font-size: 14px;
	text-decoration: none;
	position: relative;
}

.lista-trans ul li a:hover{
	color: #e72159;
}

.lista-trans ul li a:before{
	color: #e72159;
	content: '';
	position: absolute;
	bottom: -10px;
	width: 0px;
	height: 2px;
	background: #e72159;
	transition: all 300ms;
}

.lista-trans ul li a:hover:before{
	color: #e72159;
	width: 105%;
	
}

.tjustify{
	text-align: justify;
}

@media screen and (max-width:70em){
	nav ul{
		max-height: 0;
	}
	
	.reveal{
		max-height: 19em;
	}
	
	nav ul .nav-item{
		box-sizing: border-box;
		width: 100%;
		padding: 15px;
	}
	
	.menu-bar{
		display: block;
	}
	
	.lateral {
		font-size: 25px;
	}
	
	ul{
	font-size: 25px;
}
	li{
	font-size: 25px;
}
	a{
	font-size: 25px;
}
	
   ul:hover{
	font-size: 25px;
}
	li:hover{
	font-size: 25px;
}
	a:hover{
	font-size: 25px;
}
	
	p{
		font-size: 25px;
	}
	h1,h2,h3,h4,h5,h6{
		font-size: 28px;
	}
	
	.lista-trans{
		font-size: 25px;
	}
	.lista-trans p{
		font-size: 25px;
	}
	.lista-trans ul{
		font-size: 25px;
	}
	.lista-trans ul li a{
		font-size: 25px;
	}
	
}

@media screen and (max-width:25em){
	.nav-item{
		font-size: 1.2em;
	}
}