@charset "utf-8";
/* CSS Document */
* {
	margin: 0 auto;
}

body{
	background-color: rgba(0,0,0,1);	
}
.centro{
	width: 80%;
	/*display: block;*/
	height: auto;
	overflow:hidden;
	
}
.ph1{
	width: 60%;
	height: auto;
	float: left;
	margin-top: 15px;
}
.ph2{
	width: 40%;
	height: auto;
	float: left;
}
.ph3, .ph4, .ph5{
	width: 45%;
	height: auto;
	float: left;
}
.ph6{
	width: 45%;
	height: 400px;
}
.ph2 img{
	width: 90%;
	margin-top: 15px;
}
.ph1 img, .ph3 img, .ph4 img, .ph5 img, .ph6 img{
	width: 100%;
}
h1{
		text-align: center;
	}
.ph2 img{
		display: flex;
		width: 80%;
	}
.pt{
	padding-top: 10px;
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0 auto;
	display: block;
}
.pt img{
	width: 100%;
}
.pt p{
	display: block;
}
.pt li{
	padding-top: 10px;
}
.pt1{
padding-top: 80px;
	width: 80%;
	height: auto;
	text-align: left;
	margin: 0 auto;
	display: block;
}
.pt1 img{
	width: 270px;
}
.ta{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.caja{
	display: flex;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box{
	border-radius: 7px;
	border-color: white;
	border-style: solid;
	width: 60px;
	height: 60px;
	display: flex;
   justify-content: center;
   align-items: center;
}
.box:hover{
	border-color: rgba(51,51,51,0.65);
	background-color: rgba(240,240,240,0.83);
	color: black;
}
.caja2{
	width: 100%;
	display: block;
	overflow: hidden;
	align-content: center; 
	text-align: center;
	padding-bottom: 100px;
}
.box2{
	border-radius: 7px;
	border-color: rgba(110,110,110,0.6);
	border-style: solid;
	width: 43%;
	padding: 15px;
	margin: 15px;
	float: left;
   justify-content: center;
   align-items: center;
	text-align: left;
	
}
h4 {
	text-align: center;
}
/**********************************************************************/
@media screen and (max-width: 640px){
.centro{
	width: 100%;
	height: auto;
	}
	.ph1{
		width: 65%;
	}
	.ph2{
		width: 30%;
	}
	.ph2 img{
		margin-top: 80px;
		width: 90%;
		margin-left: 30px;
	}
.ph3{
	width: 100%;
	height: auto;
	text-align: left;
}
.ph4, .ph5{
	width: 100%;
	height: auto;
	display: inline-block;
	margin: 0 auto;
	}
.ph5 {
		margin-top: 10px;
	}
		
.ph6 img{
		width: 100%;
	}
	.ph6 {
		width: 100%;
		position: relative;
    display: inline-block
	}
.ta{
		
		width: 100%;
	}

.pt, .pt1{
		width: 100%;
		height: auto;
		overflow: hidden;
	margin-left: 5px;
	}
	
.pt img{
		width: 100%;
	}
.im1{
		width: 50%;
		height: auto;
		padding-bottom: 80px;
		
	}
.im2{
	margin-left: 10px;
	}
	.box2{
		width: 42%;
		height: 120px;
		margin: 0 auto;
		margin-left: 8px;
		margin-bottom: 5px;
	}
}
/**********************************************************************/
@media screen and (max-width:1240px) and (min-width: 640px){
.centro{
	font-size: 1.6em;
	}
.ph3,.ph4, .ph5, .ph6{
	width: 100%;
	height: auto;
	text-align: left;
}
.ph2 img{
		margin-top: 120px;
	}
	.ta{
		margin: 0;
	}
	p{
		font-size: 0.8em;
	}
.box2{
	width: 43%;
	margin: 7px;
	height: 150px;
	justify-content: center;
   align-items: center;
	display: block;
	}
	.box p{
		vertical-align:middle;
	}
}
/**********************************************************************/
@media screen and (min-width: 1240px){
.centro{
	width: 80%;
	
	font-size: 1.7em;
	text-align: center;
	margin: 0 auto;
	
	}
.ph3,.ph4, .ph5, .ph6{
	width: 100%;
	height: auto;
	text-align: left;
}
}