*{
	margin: 0;
	padding: 0;
}
@font-face{
	font-family: Soft;
	src:url(../fuentes/ProximaSoft-SemiBold.ttf);
}
@font-face{
	font-family: Tommy;
	src:url(../fuentes/MADETOMMYMedium_PERSONALUSE.otf);
}
@font-face{
	font-family: Nexa;
	src:url(../fuentes/NexaBold.otf);
}
body{
	background-color:#F5F5F5;
}
header{
	width: 100%;
	background-color: #000;
	height: 80px;
	background-position: center;
}
.imagen1{
	display: block;
	margin: auto;
	padding-top: 20px;
}
.imagen2{
	width: 26px;
	height: 26px;
	position: absolute;
	margin-left: 95%;
	margin-top: -30px;
}
.nav{
	background-color: red;
	background-image: url("../img/1-1.png");
	background-size: cover;
	height: 570px;
	margin-top: 17px;
	display: flex;
	border-bottom-color: #202020;
	justify-content: space-between;
	padding-left: 20px;
    transition: all 0.5s ease;*/
}
.logo{
	margin-top: 18px;
	margin-left: 60px;
    /*font-size: 25px;
    color: #fff;*/
}
.menu{
    display: flex;
    margin-right: 60px;
    font-family: sans-serif;
    font-weight: bold;
}
.menu li{
	list-style: none;
	margin: 15px;
}
.menu li a{
    padding: 8px 12px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
}
.menu li a:hover{

	background-color: #005BC8;
	color: #fff;
	border-radius: 1px;
}
#Prin{
	background-color: #005BC8;
	color: #fff;
	padding: 8px 12px;
	border-radius: 1px;
} 

.ContF{
	margin-top: -400px;
	margin-left: 150px; 
	position: absolute;
	height: 300px;
	width: 640px;
}
#flecha{
	display: flex;
	margin-top: 10px;
	margin-left:165px; 
    transition: all 0.5s ease;
}
#ac{
	font-family: Arial;
	font-weight: bold;
	line-height:21px;
	background-color: #005BC8;
	color: #fff;
	margin-left: 10px;
	padding: 8px 12px;
	text-decoration: none;
	border-radius: 15px;
	transition: all 0.5s ease;
	font-size: 18px;
}
#ac:hover {
	background-color: #fff;
    color: #005BC8;
}
.FraP{
	max-width: 350px;
	padding: 10px;
	margin-bottom: 20px;
}

.titleP{
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 35px;
	padding: 5px;

}
.FraseP{
	text-align: justify;
	font-family: Arial;
	max-width: 350px;
	font-size: 16px;
	color: #fff;
	padding-top: 5px;
}
.ico{
	max-width: 200px;
	height: 50px;
	margin-left: 20px;
	display: flex;
	margin-top: -625px;
}
.ico img{
	margin:10px;
	width: 24px;
	height: 24px;
}

/*----------------------Parte Principal------------------------*/
.Contenido{
	display: flex;
	margin: 570px 30px 0px 30px;
	height: 830px;
}
.articulos1{
	display: flex;
	width: 75%;
	height: 400px;
	padding-left: 30px;
	padding-right: 30px;
}
.articulos1 a{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14px;
}
/*Articulo1----------------------------------------------------*/
.Art1{
	background-color: #fff;
	width: 280px;
	height:375px;
	margin: 20px;
	transition: all 0.5s ease;
}
.Art1:hover{
box-shadow: 1px 1px 20px 1px #005BC8;
}
.img1 img{
    width:270px;
 	height:230px;
	margin-top: 20px;
}

.Title1{
	background-color: #fff;
	height: 120px;
}
#Nom1{
	color: #005BC8;
	font-size: 20px;
	margin-left: 150px;
	margin-top: -20px;
	cursor: default;
}
#Text1{
	margin-bottom: 26px;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	font-style: italic;
	cursor: default;
}
.Title1 a{
	margin-left: 20px;
	background-color: #005BC8;
	padding: 6px 10px;
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	transition: all 0.7s ease;
}
.Title1 a:hover{
	margin-left: 20px;
	background-color: #fff;
	padding: 6px 10px;
	border-radius: 12px;
	color: #005BC8;
	text-decoration: none;
	border-style: solid;
	border-color: #005BC8;
}



/*Articulo2----------------------------------------------------------------*/
.Art2{
	background-color: #fff;
	width: 280px;
	height:375px;
	margin: 20px;
	transition: all 0.5s ease;
}
.Art2:hover{
box-shadow: 1px 1px 20px 1px #005BC8;
}
.img2 img{
	width: 100%;
	margin-top: 20px;
}
.Title2{
	background-color: #fff;
	height: 95px;
}
#Nom2{
	color: #005BC8;
	font-size: 20px;
	margin-left: 130px;
	margin-top: -20px;
	cursor: default;
}
#Text2{
	margin-bottom: 26px;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	font-style: italic;
	cursor: default;
}
.Title2 a{
	margin-left: 20px;
	background-color: #005BC8;
	padding: 6px 10px;
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	transition: all 0.7s ease;
}
.Title2 a:hover{
	margin-left: 20px;
	background-color: #fff;
	padding: 6px 10px;
	border-radius: 12px;
	color: #005BC8;
	text-decoration: none;
	border-style: solid;
	border-color: #005BC8;
}

/*Articulo3-------------------------------------------------------------*/
.Art3{
	background-color: #fff;
	width: 280px;
	height:375px;
	margin: 20px;
	transition: all 0.5s ease;
}
.Art3:hover{
box-shadow: 1px 1px 20px 1px #005BC8;
}
.img3 img{
	width: 100%;
	margin-top: 20px;
}
.Title3{
	background-color: #fff;
	height: 120px;
}
#Nom3{
	color: #005BC8;
	font-size: 20px;
	margin-left: 130px;
	margin-top: -20px;
	cursor: default;
}
#Text3{
	margin-bottom: 5px;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	font-style: italic;
	cursor: default;
}
.Title3 a{
	margin-left: 20px;
	background-color: #005BC8;
	padding: 6px 10px;
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	transition: all 0.7s ease;
}
.Title3 a:hover{
	margin-left: 20px;
	background-color: #fff;
	padding: 6px 10px;
	border-radius: 12px;
	color: #005BC8;
	text-decoration: none;
	border-style: solid;
	border-color: #005BC8;
}
/*----------------------Segunda Seccion---------------*/
.articulos2{
	margin-top: 400px;
	margin-left: -79.2%;
	width: 75%;
	height: 800px;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
}
.articulos2 a{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14px;
}
/*-------------------------Articulo1S2----------------------------*/
.Art4{
	background-color: #fff;
	width: 280px;
	height:395px;
	margin: 20px;
		transition: all 0.5s ease;
}
.Art4:hover{
box-shadow: 1px 1px 20px 1px #005BC8;
}
.img4 img{
	width: 100%;
	margin-top: 20px;
}
.Title4{
	background-color: #fff;
	height: 120px;
}
#Nom4{
	color: #005BC8;
	font-size: 20px;
	margin-left: 130px;
	margin-top: -20px;
	cursor: default;
}
#Text4{
	margin-bottom: 26px;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	font-style: italic;
	cursor: default;
}
.Title4 a{
	margin-left: 20px;
	background-color: #005BC8;
	padding: 6px 10px;
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	transition: all 0.7s ease;
}
.Title4 a:hover{
	margin-left: 20px;
	background-color: #fff;
	padding: 6px 10px;
	border-radius: 12px;
	color: #005BC8;
	text-decoration: none;
	border-style: solid;
	border-color: #005BC8;
}

/*----------Articulo5S2--------------------------------------*/
.Art5{
	background-color: #fff;
	width: 280px;
	height:395px;
	margin: 20px;
		transition: all 0.5s ease;
}
.Art5:hover{
box-shadow: 1px 1px 20px 1px #005BC8;
}
.img5 img{
	width: 100%;
	margin-top: 20px;
}
.Title5{
	background-color: #fff;
	height: 120px;
}
#Nom5{
	color: #005BC8;
	font-size: 20px;
	margin-left: 130px;
	margin-top: -20px;
	cursor: default;
}
#Text5{
	margin-bottom: 26px;
	font-size: 14px;
	padding: 20px;
	text-align: center;
	font-style: italic;
	cursor: default;
}
.Title5 a{
	margin-left: 20px;
	background-color: #005BC8;
	padding: 6px 10px;
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	transition: all 0.7s ease;
}
.Title5 a:hover{
	margin-left: 20px;
	background-color: #fff;
	padding: 6px 10px;
	border-radius: 12px;
	color: #005BC8;
	text-decoration: none;
	border-style: solid;
	border-color: #005BC8;
}
/*----------------------------------------Articulo6S2-------------------------*/
.Art6{
	background-color: #fff;
	width: 280px;
	height:395px;
	margin: 20px;
		transition: all 0.5s ease;
}
.Art6:hover{
box-shadow: 1px 1px 20px 1px #005BC8;
}
.img6 img{
	width: 100%;
	margin-top: 20px;
}
.Title6{
	background-color: #fff;
	height: 120px;
}
#Nom6{
	color: #005BC8;
	font-size: 20px;
	margin-left: 130px;
	margin-top: -20px;
	cursor: default;
}
#Text6{
	margin-bottom: 26px;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	font-style: italic;
	cursor: default;
}
.Title6 a{
	margin-left: 20px;
	background-color: #005BC8;
	padding: 6px 10px;
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	transition: all 0.7s ease;
}
.Title6 a:hover{
	margin-left: 20px;
	background-color: #fff;
	padding: 6px 10px;
	border-radius: 12px;
	color: #005BC8;
	text-decoration: none;
	border-style: solid;
	border-color: #005BC8;
}
/*-------------------Lateral--------------------------------------*/
.textos{
	background-color:#fff;
	padding-top: 10px;
	width: 260px; 
	height: 820px;
	font-family: Arial;
/*box-shadow: 0.5px 0.5px 3px 0.5px #005BC8;*/
}
.Caja1{
	position: relative;
	background-color: #fff;
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 30px;
	max-width: 240px;
	height: 150px;
	overflow: hidden;
}
.Caja1 img{
	width: 240px;
	height: 150px;
}
.Caja1 p{
	text-align: justify;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	color: #fff;
	background-color: rgb(0,91,200,0.7);
	/*background-color: rgb(255,255,255,0.7);
	color: #005BC8;*/
	transform: translateY(100%);
	transition: all 0.7s ease-out;
	cursor: default;
}
.Caja1:hover p{
	transform: translateY(0%);
}
.Caja2{
	position: relative;
	overflow: hidden;
	background-color: #fff;
	margin-left: 10px;
	margin-bottom: 30px;
	max-width: 240px;
	height: 150px;
}
.Caja2 img{
	width: 240px;
	height: 150px;
}
.Caja2 p{
	text-align: justify;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	color: #fff;
	background-color: rgb(0,91,200,0.7);
	transform: translateY(100%);
	transition: all 0.7s ease-out;
	cursor: default;
}
.Caja2:hover p{
	transform: translateY(0%);
}
.Caja4{
	position: relative;
	overflow: hidden;
	background-color: #fff;
	margin-left: 10px;
	margin-bottom: 30px;
	max-width: 240px;
	height: 150px;
}
.Caja4 img{
	width: 240px;
	height: 150px;
}
.Caja4 p{
	text-align: justify;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	color: #fff;
	background-color: rgb(0,91,200,0.7);
	transform: translateY(100%);
	transition: all 0.7s ease-out;
}
.Caja4:hover p{
	transform: translateY(0%);
}
.Caja5{
	position: relative;
	overflow: hidden;
	background-color: #fff;
	margin-left: 10px;
	max-width: 240px;
	height: 150px;
}
.Caja5 img{
	width: 240px;
	height: 150px;
}
.Caja5 p{
	text-align: justify;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	color: #fff;
	background-color: rgb(0,91,200,0.7);
	transform: translateY(100%);
	transition: all 0.7s ease-out;
	cursor: default;
}
.Caja5:hover p{
	transform: translateY(0%);
}


.BatC{
	margin-top: 30px; 
}
.BatC a{
	font-family: sans-serif;
	font-weight: bold;
	margin-left: 35px;
	background-color: #fff;
	color: #005BC8;
	font-size: 14px;
	padding: 8px 12px;
	text-decoration: none;
	border-radius: 15px;
	transition: all 0.7s ease;
	font-size: 15px;
	border-style: solid;
	border-color: #005BC8;
}
.BatC a:hover{
	font-family: Soft;
	color: #fff;
	background-color: #005BC8;

}
/*---------------Footer----------------------------*/
footer{
	font-family: sans-serif;
	font-weight: bold;
	display: flex;
	margin-top: 120px;
	background-color: #000;
	color: #fff;
	align-content: center;
	margin-bottom:0px; 
}
footer div{
	width: 25%;
	margin: 20px;
	height: 210px;
	padding: 30px;
}	
.F1 {
	height: 200px;
	font-size: 17px;

}
#p2:hover{
	color: #005BC8;
}
#p3:hover{
	color:#005BC8; 
}
#p4:hover{
	color:#005BC8; 
}
#p5:hover{
	color:#005BC8; 
}
.F2{
	font-size: 17px;
 
}
.F3{
	font-size: 17px;

	cursor: default;
}
.F4{
	text-align: center;
	font-size: 25px;
	cursor: default;
}
.F4 a{
	margin-top: 20px;
	display: flex;
	width: 100px;
	margin-left: 60px;
	background-color: #fff;
	font-size: 16px;
	padding: 8px 12px;
	text-decoration: none;
	border-radius: 15px;
	transition: all 0.7s ease;
}
.F4 a:hover{
	color: #fff;
	background-color: #005BC8;
	cursor: default;
}
.F1 p{
	transition: all 0.7s ease;
	cursor: default;
}
#l1:hover{
	color: #005BC8;
}
#l2:hover{
	color:#005BC8; 
}
#l3:hover{
	color:#005BC8; 
}
#l4:hover{
	color:#005BC8; 
}
#l5:hover{
	color:#005BC8; 
}
.F2 li{
	transition: all 0.7s ease;
	cursor: default;
}
