.welcome{
   font-family: 'Merienda', cursive;
   font-size: 70px;
   margin-top: 8px;
   color: #000000;
}
.manuales{
    text-align: center;
    margin-bottom: 20px;
}
.alcalde{
   border-radius: 5px;
}

.team .member .social{
   position: absolute;
   left: 0;
   bottom: -40px;
   right: 0;
   height: 40px;
   opacity: 0;
   transition: bottom ease-in-out 0.4s;
   background: rgba(124, 197, 118, 0.8);
   display: flex;
   align-items: center;
   justify-content: center;
}
.team .member:hover .social {
   bottom: 0;
   opacity: 1;
   transition: bottom ease-in-out 0.4s;
}
.mapa{
   padding-top:15px;
   padding-bottom: 40px;
   background-color:#eee;
}
.presupuesto{
   width: 200px;
   height: 88px;
}
.presupuesto:hover{
   width: 220px;
   height: 94.15px;
}
.facebook{
   width: 200px;
   height: 88px;
}
.facebook:hover{
   width: 220px;
   height: 94.15px;
}
/***********************************
   Sección 2018-2021
***********************************/
.header-informacion-financiera{
   text-align:center;
   background:blue;
   color:white;
   border-radius: 8px;
}