body{
background-color: white;
box-sizing: content-box;
}

header{
width: 100%;
height:200px;
margin:0;
}


.imagen1{
position: relative;
width: 100%;
height:200px;
object-fit: cover;
opacity: 40%;
overflow: hidden;
display:block;

}

.imagen2{
width:250px;
height:250px;
object-fit: contain;
}


h1{
margin:10px;
font-family: sans-serif;
position:absolute;
left: 40%;
justify-content:left;
color: gold;
z-index:5;
 text-shadow: 2px 2px 0px #555;
}


h2{
margin:10px;
font-family: sans-serif;
position:absolute;
left: 40%;
top: 150px;;
justify-content:left;
color: rgb(25,45,99);

z-index:5;
}

h3{
margin:10px;
font-family: sans-serif;
}

p{
margin:10px;
font-family: sans-serif;
}

.dorado{
padding:0px;
color:gold;
text-align:normal;
letter-spacing: 1px;
font-family: sans-serif;
}


main{
width:100%;
height:330px;
display: flex;
flex-wrap:wrap;
justify-content:space-evenly;
grow:1;
background-color:white;
}

article{
width: 250px;
height: auto;
background-color:white;
padding:10px;
}

.mision{
background-color:rgb(25,45,99);
height:280px;
border-radius:20px;
padding:5px;
box-shadow: 4px 2px 5px #23282b;
}

section{
width: 650px;
height: auto;
background-color:white;
border-radius:10px;
line-height: 1.5;
text-align: justify;
}

aside{
width: 250px;
height: auto;
background-color:white;
padding:10px;
}

.vision{
background-color:rgb(25,45,99);
height:280px;
border-radius:20px;
box-shadow: 4px 2px 5px #23282b;
padding:5px;
}

.mis{
color: gold;
line-height: 1.5;
}

.publicidad{
background-color: rgb(25,45,99);

display: flex;
flex-wrap:wrap;
width:100%;
}

.pub_centro{
width:55%;
border:5px solid gold;
border-radius:10px;
margin:5px;
justify-content: center; /* Centra horizontalmente */
  align-items: center; 
box-shadow: 4px 2px 5px #23282b;
}

.imagen6{
border-radius:10px;
width:100%;
height:100%;
}

.pub_izquierda{
margin:5px;
width:20%;
}

.pub_derecha{
margin:5px;
width:20%;
}



.facultades{
background: linear-gradient(white,rgb(25,45,99));
width:100%;
height: auto;
display: flex;
flex-wrap:wrap;
box-sizing: content-box;
position:relative;
justify-content:space-evenly;
padding:10px;
}
 

footer{
display: flex;
flex-wrap:wrap;
box-sizing: content-box;
justify-content:center;
position:relative;
bottom:0;
margin:0;
padding:0;
width:100%;
background-color: rgb(25,45,99);


}

.cont{
border-radius:10px;
padding:10px;
font-family:sans-serif;
background-color:rgb(25,45,99);

border:2px solid grey;
color:gold;
font-family:tahoma;
width:200px;
height:auto;
display:flex;
flex-wrap:wrap;
justify-content: center;
align-items: center;
margin:10px;
box-shadow: 4px 2px 5px #23282b;
}