*{
	margin:0;
	padding:0;
}
.contenedorP{
width: 100%;
margin: 0 auto;
overflow: hidden;

}

:root{
	scroll-behavior: smooth;
}
/*header*/
header{
	position: fixed;
	width: 90%;
	margin-left: 5%;
	/*display: flex;
	justify-content: space-around;
	transition: 0.7s;
	padding: 30px 20px;
	overflow:hidden;]*/
	z-index: 10;
}

/*header.abajo{
	background: #fff;
	padding: 15px 20px;
}
nav{
	display: flex;
	justify-content: center;
	align-items: center;
}
header ul{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
header ul li {
	list-style: none;
}

header ul li a{
	position: relative;
	font-size:25px;
	margin: 0 10px;
	text-decoration: none;
	color: #000080;
	letter-spacing: 1px;
	font-weight: 600;
	transition: 0.7s;
}



header nav ul li span {
	margin-right:10px;
}

header nav ul li a:hover {
	background: grey;
}*/

section{
	margin-left: auto;
	margin-right: auto;
}
/*primera seccion*/



.sect-1{
	width: 90%;
	height: 100vh;
	
	
	
}
.div-1{
	background-image:url("../imagenes/entrepreneur-2275739_640.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;	
	color: gray;
	
	
}

.tit-1{
	padding: 8% 0;
	font-weight: bold;
	font-size: 120px;
	text-decoration: underline;
	text-decoration-line: underline; 
   text-decoration-color: grey; 
   text-decoration-style: double; 
	

}
.p1{
	
	text-align: center;
	font-weight: bold;
	font-size: 100px;
}

@media screen and (max-width:915px ) {
	header{
		width: 100%;
		margin: auto;
	}
	.sect-1{
		width: 100%;
		height: 100vh;
	}
	.tit-1{
		font-size: 80px;
	}
	.p1{
		font-size: 48px;
	}
}

/*segunda seccion*/
.sect-2{
	width: 100%;
	height: 5vh;
}
/*tercera seccion*/
.sect-3{
	width: 90%;
	height: 100vh;	
	/*background-color: red;*/
}

.equipo{
	border-radius: 20%;
	border:  1px solid rgba(255, 255, 255,0);
}

/*cuarta seccion*/
.sect-4{
	width: 100%;
	height: 5vh;
}
/*quinta seccion*/
.sect-5{
	width: 90%;
	height: 100vh;
	
	
		
}
.cont-5{
	width: 100%;
	height: auto;
	
	
	overflow: hidden;
	
}
.cont-5h{	
	width: 45%;
	
	height: auto;

	margin-top: 10%;
	float: left;
	
	text-align: center;
	/*justify-content: center;
	align-items: center;*/
	
	
}

.cont-5h img{
	
	width: 100%;
	position: relative;
	margin-top: 25%;
	margin-left: 10%;
	/*padding: 5%;*/
	/*background-color: blue;*/
	
	
}
@supports(object-fit: cover){
    .cont-5h img{
      width: 100% ;
      object-fit: cover;
      object-position: center center;
	  
    }
}

.tit5{
	font-size: 40px;
	margin-top: 10%;
	
	text-decoration: none;
	color: #000080;
	text-align: center;
	justify-content: center;
	

}
.inf5{
	margin-top: 10%;
	padding: 1%;
	font-size: 20px;
	text-decoration: none;
	color: #000080;
	
	text-align: center;
	justify-content: center;
	text-align: justify;
	
}


/*sexta seccion*/
.sect-6{
	width: 100%;
	height: 5vh;
}
.sect-7{
	width: 90%;
	height: 80vh;
	
}
.wha{
	display: flex;
	justify-content: center;
}
@media screen  and (max-width:915px ){
	.sect-5{
		width: 100%;
		height: auto;
	}
	.cont-5h{
		width: 100%;
	}
	.tit5{
		font-size: 32px;
	}
	.inf5{
		font-size: 16px;
	}
	.cont-5h img{
	
		width: 90%;
		position: relative;
		margin: auto;
		/*padding: 5%;*/
		background-color: blue;
		
		
	}
}
/*septima seccion*/
.cont-7{
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
	overflow: hidden;
}

.cont-7h{
	width: 50%;
	height: 100%;
	margin-top: 5%;
	float: left;
	justify-content: center;
	align-items: center;
	
	
}
.mapa{
	position: relative;
	text-align: center;
}

.dir p{
	
	font-size:16px;
	text-decoration: none;
	color: #000080;
	text-align: center;
	justify-content: center;
}
.p7{
	
	font-size: 40px;
	text-decoration: none;
	color: #000080;
	text-align: center;
	justify-content: center;
	
}
.cont-7h p{
	margin: 5%;
	padding: 1%;
	font-size: 30px;
	text-decoration: none;
	color: #000080;
	text-align: center;
	justify-content: center;
	
}

@media screen  and (max-width:915px ){
	.sect-7{
		width: 100%;
		height: auto;
	}
	.cont-7h{
		width: 100%;
	}
	.p7{
		font-size: 32px;
	}
	.cont-7h p{
		font-size: 16px;
	}
	
}



/*footer*/
footer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 128);
	

}
.footer-cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-right: 5%;
	
}
.contact-me{
	width: 40%;
	font-size: 30px;
	color: grey;
	text-decoration: underline;
	text-decoration-line: underline; 
   	text-decoration-color: grey; 
	text-decoration-style: double; 
	margin-left: 5%;
	
}
.social-media{
	width: 50%;
	display: flex;
	justify-content: flex-end;
	
}
.social-media-icon{
	display: inline-block;
	margin-left: 20px;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}
.social-media-icon i{
	font-size: 30px;
	line-height: 60px;
}





/*media query header*/
/*
@media screen and (max-width:800px ) {
	header nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
	}

	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}

	.menu_bar {
		display:block;
		width:100%;
		background:grey;
	}

	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		background:#024959;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu_bar span {
		float:right;
		font-size:40px;
	}
}
*/


/*tercera seccion slider*/

.container-all{
	width: 100%;
	height: 90vh;
	margin: auto;
	
	position: relative;
	background-size: cover;
	overflow: hidden;
	/*background-color: yellow;*/
	
}

.slide{
	/*background-color: orange;*/
	width: 100%;
	height: 100vh;
	margin-top: 5%;
	display: flex;
	transform: translate3d(0,0,0,0);
	transition: all 10s;
	-webkit-animation-name: autoplay;
	-webkit-animation-duration: 50s;
	-webkit-animation-direction: alternate;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	
	
}	

.item-slide{
	position: relative;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 100%;
	/*max-height: 50%;*/
	
	
	
	
}
.item-slide img{
	width: 100%;
	min-width: 1500px;
	height:100%;
	
}
@supports(object-fit: cover){
    .item-slide img{
      width: 50% ;
      object-fit: cover;
      object-position: center center;

    }
}

.cont{
	
	position: absolute;
	/*border: 3px solid black;*/
	width: 50%;
	height: 50%;
	
	background-color: rgb(128, 128, 128,0.9);
	margin: 1%;
	padding: 1%;
	border-radius: 10%;

}

.item-tit{
	font-size: 40px;
	color:  #000080;
	text-align: center;

}
.item-titP{
	font-size: 32px;
	color:  #000080;
	text-align: center;
	margin-top: 8%;
	

}
.cont p{
	font-size: 20px;
	color:  #000080;
	text-align: justify;
	margin:3%
}

@media screen and (max-width:800px ) {
	.sect-3{
		width: 100%;
	}
	.container-all{
		width: 100%;
	}
	.slide{
		width: 100%;
	}
	.cont{
		width: 90%;
		margin-top: 5%;
	}
	.item-tit{
		font-size: 32px;
	}
	.cont p{
		font-size: 14px;
		
	}
	.item-slide img{
		min-width: 800px;
		width: auto;
		
		height:auto
		
	}
}



input[id="1"]:checked ~ .slide{
	animation: none;
	transform: translate3d(0, 0, 0, 0);
	
}
input[id="1"]:checked ~ .pagination .pagination-item[for="1"]{
	background: #fff;
}

input[id="2"]:checked ~ .slide{
	animation: none;
	transform: translate3d(calc(-100%*1), 0, 0, 0);
	
}
input[id="2"]:checked ~ .pagination .pagination-item[for="2"]{
	background: #fff;
}

input[id="3"]:checked ~ .slide{
	animation: none;
	transform: translate3d(calc(-100%*2), 0, 0, 0);
	
}
input[id="3"]:checked ~ .pagination .pagination-item[for="3"]{
	background: #fff;
}

input[id="4"]:checked ~ .slide{
	animation: none;
	transform: translate3d(calc(-100%*3), 0, 0, 0);
	
}
input[id="4"]:checked ~ .pagination .pagination-item[for="3"]{
	background: #fff;
}



@-webkit-keyframes autoplay{
	25%{
		transform: translate3d(calc(-100%*0), 0, 0);
	}
	50%{
			transform: translate3d(calc(-100%*1), 0, 0);
	}
	75%{
			transform: translate3d(calc(-100%*2), 0, 0);
	}
	100%{
			transform: translate3d(calc(-100%*3), 0, 0);
	}
	
}
