
.footer {
    background-image: linear-gradient(#090909, #202020);
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 40px 0px;
    color: #fff; /* Color del texto en el footer */
    position: relative;
    top: 100px;
    left: 0;
    border-top: 5px solid #77f518;
  }
  .footer .logo {
    max-width: 80px; /* Tamaño máximo de la insignia */
    padding-bottom: 20px;
  }

  .footer h5 {
    font-size: 1.2rem; /* Tamaño de la fuente para los títulos */
  color: #45b000;
  font-family: Georgia, 'Times New Roman', Times, serif;
  }

  .footer p {
    font-size: 1.2rem; /* Tamaño de la fuente para el texto regular */
   font-family:  'Inter', sans-serif;
    }
    .footer h4{
        font-size: 1rem;
    }
    .footer h6{
        font-family: 'Inter', sans-serif;
        margin-bottom: 40px;
    }


  
  .footer a{
    display: block;
    text-decoration: none;
    color: white;
    text-align: left;
  }
.footer iframe{
    margin-top: 10px;
}
.footer a:hover{
  background-color: #FF0000;
}
  @media only screen and (max-width: 568px) {
.footer .link-fot{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
}