/*
 * GLOBALES
 * ------------------------------
 */

/** COLORES **/
:root {
  --blanco: #ffffff;
	--texto: #707070;
}

/** BREADCRUMBS **/
div.ekit-wid-con ol.ekit-breadcrumb li {
	color: var(--blanco) !important;
}

/** LISTAS NUMERADAS **/
ol {
	color: var(--texto);
}

ol li {
	color: var(--texto) !important;
}

/*
 * HEADER
 * ------------------------------
 */

/** LOGOTIPO **/
img.ata-site-logo-img {
	max-height: 100px !important;
}

/*
 * FOOTER
 * ------------------------------
 */

/** COLUMNA COMPAÑIA **/
.footer-company-menu ul li:last-child a {
	padding-top: 12px !important;
	padding-left: 25px !important;
	padding-bottom: 12px !important;
}