.color-naranja {
	background: #ea5e28;
}

.color-naranja2 {
	background: #f8ae02;
}

.bg-header-logo {
  	position: relative;
  	z-index: 99;
	background: #ea5e28;
	background-image: url(assets/images/bg-header-logo.png);
	background-repeat: no-repeat; 
	background-position: left;
	background-size: contain;
}
.link-navegacion a {
	color: #FFF !important;
	font-size: 26px;
}

.link-navegacion a:hover {
	color: #f8ae02 !important;
}

.bg-footer-logo {
	padding-top: 75px;
  padding-bottom: 60px;
  position: relative;
  z-index: 10;
  overflow: hidden;
	background: #ea5e28;
	background-image: url(assets/images/bg-footer-logo.png);
	background-repeat: no-repeat; 
	background-position: right;
	background-size: contain;
}



.links-footer a {
	color: #FFF !important;
}

.links-footer a:hover {
	color: #000 !important;
}

.margin-top-logo-footer {
	margin-top: 80px;
}

.link-red-social {
	margin-top: 25px;
}

.link-red-social a {
	color: #ea5e28 !important;
	font-size: 26px;
}

.link-red-social a:hover {
	color: #000000 !important;
}


