body{
    font-size: 13px;
}

header{
    background-color: #27348b;
    display: flex;
    justify-content: space-between;
    padding: 0 3rem;
    align-items: center;
}
header  p , header a{
    margin: 0;
    color: #fff;
    text-decoration: none;
}
header .logo a{
    font-size: 1.2rem;
    font-weight: bold;
}
header nav{

}
header nav ul{

}
header nav ul li{
    float: left;
    list-style: none;
    margin: 0 1rem;
    font-size: 0.8rem;
    font-weight: 600;
}


.main{
    width: 100%;
    height: 100vh;
    background-image:url('../banner.jpg');
    background-size: cover;
}
.main .content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3c3c3b9c;
}
.main .content .banner-titles{
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    
}

.main .content .banner-titles h1{
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    border-top: 4px solid #ffde00;
    border-bottom: 4px solid #ffde00;
}
.main .content .banner-titles h1 span{
    text-align: center;
    font-size: 6rem;
}

.main .content .banner-titles p{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.main .content .banner-titles .banner-btn{
    text-align: center;
}
.main .content .banner-titles .banner-btn button{
    outline: 0;
    border: 0;
    padding: 0.5rem 3rem;
    border-radius: 20px;
    background-color: #27348b;
    color: #fff;
    font-weight: bold;
}
.proyecto{
    padding: 3rem 1rem;
    background-color: #1d1d1b;
    color: #fff;
}
.proyecto .content {
    margin-top: 1rem;
    border-left: 4px solid #ffde00;
    padding: 1rem 1rem;
    font-size: 1.2rem;
    text-align: justify;
}
.proyecto h1{
    font-weight: bold;
}
.ubicacion{
    padding: 3rem 1rem;
}
.ubicacion .content{
    margin-top: 3rem;
}
.ubicacion .content h1{
    border-left: 8px solid #ffde00;
    padding-left: 1rem;
}
.ubicacion .content p{
    padding: 1rem 1rem;
    font-size: 1.5rem;
    text-align: justify;
    font-weight: 500;
}
.ubicacion .rutas{
    position: relative;
    margin-top: 2rem;
}
.ubicacion .rutas .banner-rutas{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #1d1d1b85;
    padding: 1rem 4rem;
    font-size: 2rem;
    color: #fff;
}
.estructura{
    margin-bottom: 4rem;
}
.estructura .infra{
    background-color: #75bad3;
    color: #fff;
    padding: 3rem;
    text-align: center;
}
.estructura .infra h1{
    font-size: 1.2rem;
}
.estructura .infra .icon{
    text-align: center;
    margin-top: 1.2rem;
}
.estructura .infra .icon img{
    width: 50px;
    margin-bottom: 10px;
}
.estructura .content-infra{
    width: 80%;
    margin: auto;
    position: relative;
}
.estructura .content-infra .text-content-infra{
    position: absolute;
    bottom: 0;
    background-color: #75bad3c9;
    width: 100%;
    display: flex;
    justify-content: center;
}
.estructura .content-infra .text-content-infra p{
    margin: 0;
    font-size: 1.2rem;
    color: #fff;
    padding: 1.3rem;
    font-weight: 400;
}
.ubicacion .back img{
		width: 100%;
    	height: 800px;
    	object-fit: cover;
	}
.nosotros{
    margin: 4rem 0;
}
.nosotros .titles{
    text-align: center;
}
.nosotros .titles h1{
    font-weight:bold;
    margin: 1.2rem 0;
}
.nosotros .titles p{
    font-size: 1.1rem;
    padding: 0 2rem;
}
.nosotros .contt{
    margin-top: 3rem;
}
.nosotros .lista{
    margin-left:1.4rem ;
    padding-left: 20px;
    border-left: 5px solid #ffde00;
    font-weight: bold;
}
.contacto{
	background-color: #27348b;
	padding: 3rem 0;
	color: #fff;
}
.contacto .titles{
	position: relative;
}

.contacto .titles h1{
	font-weight: bold;
	background-color:#27348b; 
}
.contacto .titles:before{
	content: '';
	position: absolute;
	top: 50%;
	width: 80%;
	left: 20%;
	background-color: #ffde00;
	height: 2px;
}
.contacto .form{
	margin-top: 1rem;
}
.contacto .form input{
	padding: 0.5rem 2rem;
	font-size: 1rem;
	border-radius: 20px;
	margin-bottom: 15px;
	border: none;
	outline: none;
}
.contacto .form textarea{
	width: 100%;
    border-radius: 20px;
    outline: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;

}
.contacto .form button{
	outline: 0;
    border: 0;
    padding: 0.5rem 3rem;
    border-radius: 20px;
    background-color: #ffde00;
    color: #000;
    font-weight: bold; 
}
footer{
    background-color: #1d1d1b;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 2rem;
    padding: 2.5rem 0;
}


@media only screen and (max-width: 768px) {
	header{
		display: block;
		padding: 0 1.2rem;
	}
	header nav{
		display: none;
	}
	header.active nav{
		display: block;
		background-color: #27348b;
    	height: 100vh;
	}
	header nav ul{
		margin-block-start: 0;
		padding-inline-start: 0;
	}
	.main .content .banner-titles{
		width: 90%;
	}
	.main .content .banner-titles h1{
		font-size: 3rem;
	}
	.main .content .banner-titles h1 span{
		font-size: 4rem;
	}
	.ubicacion .rutas .banner-rutas{
		padding: 1rem 1rem;
    	font-size: 1.1rem;
	}
	.ubicacion .back img{
		width: 100%;
    	height: 320px;
    	object-fit: cover;
	}
	.ubicacion {
    	padding: 1rem 1rem;
	}
	.ubicacion .content p{
		font-size: 1rem;
	}
}