.o_footer {
  background-color: #fff;
  color: #606060;
}

.o_footer h4 {
  color: #ffffff
}

 .columna-izquierda p {
  font-family: 'EPM-Rounded-BT', sans-serif;
  font-size: 1rem;
  color: #606060; 
}

.columna-derecha p{
  font-family: 'EPM-Rounded-BT', sans-serif !important;
  font-size: 8px !important;
  color: #606060 !;
}


#footer {
  #header{
    z-index: 1000;
  }

  .container-icons-footer {
    gap: 30px;
    margin: 16px 0px;

    i {
      color: #4678C8;
      font-size: 24px;
    }

    .hover-icons-footer:hover {
      transform: scale(1.1);
      transition: transform 0.2s ease-in-out;
    }
  }

  h5 {
    font-family: EPM-Rounded-BT-Bold !important;
    color: #4678C8;

    i {
      color: #4678C8
    }
  }

  .container-options-mapa {
    h5 {
      margin-bottom: 20px !important;
      font-family: EPM-Rounded-BT-Bold !important
    }

    p {
      font-family: 'EPM-Rounded-BT', sans-serif !important;
      font-size: 0.7rem !important;
      color: #606060 !important;
      margin-bottom: 8px !important;
    }
    a  {
      text-decoration: none !important;
      color: var(--color-text) !important;
    }


  }
}

body.dark .o_footer {
  color: #ffffff;
  background-color: var(--color-bg);
}

body.dark .columna-izquierda p {
  color: #ffffff;
}

body.dark #footer .container-options-mapa p {
  color: #ffffff !important;
}

body.dark #footer .container-options-mapa a {
  color: #ffffff !important;
}