.f1,.f2,.f3{
background-image: url("../img/fondoimg2.jpg");
box-shadow: 4px 2px 5px #23282b;
margin:10px;
padding:10px;
width: 400px;
height: auto;
border-radius:20px;
display:flex;
ustify-content: center;
  align-items: center;
flex-direction: column;

}

.imagen3{
width:380px;
height:225px;
padding:10px;
display:flex;
justify-content: center; /* Centra horizontalmente */
  align-items: center;  
}

.imagen3_1{
width:80%;
height:auto;
border-radius:10px;
box-shadow: 4px 2px 5px #23282b;
}

.sintesis{
display:flex;
justify-content:center; 
align-items:center;  
background-color:gold;
width: 70%;
font-family:sans-serif;
text-align: justify;
padding:10px;
border-radius:10px;
height: 110px;
box-shadow: 4px 2px 5px #23282b;

}


.boton{
display:flex;
justify-content:center;
background-color:rgb(25,45,99);
height:50px;
border-radius:10px;
align-items:center;
margin:10px;
box-shadow: 4px 2px 5px #23282b;
text-align:center;
align-items:center;
color: white;
width:80%;
}

.boton:hover{
background-color:rgb(25,45,130);

}

.facultades{
box-sizing: border-box;
}

a{
text-decoration:none;
color:white;
}

a:hover{

}

.visita:hover{
font-size:18px;
color:gold;
}