/* Estilos revista MVZ */

:root {
   --color01: #002f5d;
   --color02: #ffffff;
   --color03: #333333;
   --color04: #161616;
   --color05: #7C0E11;
   --color06: #003087;
   --blanco: hsl(0, 0%, 100%);
   --negro70: hsl(0, 0%, 21%);
   --sombra01: 0 1px 3px rgba(53, 53, 53, 0.12), 0 1px 2px rgba(53, 53, 53, 0.24);
   --sombra02: 11px 11px 7px -8px rgba(45,45,45,0.6);
   --transition: all 0.2s cubic-bezier(0.68, 0.12, 0.24, 0.91);
}


.header-numeros-anteriores {
   position: relative;
   background-color: var(--color01);
   color: #fff;
   padding-left: 25px;
   padding-right: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
}

.grid-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between; /* Opcional, ajusta la distribución horizontal */
 }
 
 .grid-item {
   flex: 0 0 calc(20% - 20px); /* Ajusta el ancho de las columnas según tus necesidades */
   margin: 10px;
   text-align: center;
 }
 
 .grid-item a {
   text-decoration: none;
 }
 
 .grid-item img {
   max-width: 100%;
   height: auto;
 }
 
 .grid-item p {
   margin: 10px 0;
 }
 
 .footer-mvz, .footer-mvz-blanco {
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 20px;
   padding-bottom: 20px;
}  

.footer-mvz, .footer-mvz-blanco {
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 20px;
   padding-bottom: 20px;
}

.contentinfo-unicor, .contentinfo-unicor>.container {
   padding-left: 0 !important;
   padding-right: 0 !important;
   width: 100% !important;
}

.footer-mvz-blanco ul li {
   list-style: none;
}

@media only screen and (max-width: 600px) {

   .footer-mvz-blanco>ul {
      padding: 0;
      display: block !important;
  }

  .footer-mvz-blanco>ul li img {
   padding-bottom: 11px !important;
   display: block !important;
   margin: auto !important;
   }

 }


 #footer {
   position: relative;
   background-image: url(https://www.unicordoba.edu.co/wp-content/uploads/2021/03/university_ft_bg2a.png);
   background-size: cover;
   color: rgb(0, 0, 0);
   backface-visibility: hidden;
   padding: 95px 10px 85px;
   border-top: 1px solid rgb(233, 234, 238);
   background-repeat: no-repeat;
   background-position: center center;
}