/* 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;
}
.swiper-slide-image {
  width: auto !important;
  max-height: none !important;
}

.logos-indexacion {
    text-align: left;
    padding: 5px;
}

.logos-indexacion img {
    width: 100px;
    max-width: 100%;
    margin-bottom: 12px;
    transition: 0.3s;
}

.logos-indexacion img:hover {
    transform: scale(1.05);
}

/* .pkp_structure_sidebar{
	width:200px;

}*/
