/* Color de enlaces normales */
a {
  color: #ff6d00; /* naranja */
}

/* Cuando pasas el mouse */
a:hover {
  color: #49D152; /*VERDE */
}

/* Enlaces visitados */
a:visited {
  color: #36389E; /* AZUL */

}

/* Enlaces activos (clic) */
a:active {
  color: #ff6dff; /* naranja */
}
.highlights {
    background-color: #FAE0C3;
}

/*.locale_es.current a::after {
    content: "Español";
}*/
.locale_es.current a {
    text-transform: capitalize;
}


.pkp_brand_footer {
    display: none;
}

.pkp_structure_footer_wrapper {
    background:#E48A49;

}
.pkp_footer_content img {
    width: 30px;
    height: 30px;
}
.pkp_footer_content a {
    color: #006798;
}
