/*
Entidad corporativa
Negro : #231f20
Morado : #410099 | rgb(65,0,153);
Naranja : #F88D2B
Azul claro : #e9eff4 | rgb(233,239,244);
*/

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
    background-color: rgba(233,239,244,.75);
}

.sp-megamenu-parent>li>a {
    color: rgba(35,31,32, .75);
}

.sp-megamenu-parent>li:hover>a {
    color: #F88D2B;
		font-weight: bold;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #231f20;
}

body .sppb-btn.sppb-btn-default:before,
body .sppb-btn.sppb-btn-primary:before,
body .btn.sppb-btn-default:before,
body .btn.sppb-btn-primary:before {
	content: "";
	background: linear-gradient(255.48deg, rgba(255, 255, 255, 0.2) 4.07%, rgba(255, 255, 255, 0) 103.07%), #410099 !important;
	position: absolute;
	width: 34px;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28)
}

@media (max-width:767px) {

	body .sppb-btn.sppb-btn-default:before,
	body .sppb-btn.sppb-btn-primary:before,
	body .btn.sppb-btn-default:before,
	body .btn.sppb-btn-primary:before {
		width: 100%
	}

}

.bg-gradient {
    background: linear-gradient(
252.18deg, rgba(255, 255, 255, 0.14) 11.82%, rgba(6, 112, 250, 0.14) 40.94%), radial-gradient(291.37% 879.16% at 94.46% 52.36%, rgba(233, 112, 37, 0.03) 0%, rgba(233, 112, 37, 0) 100%), linear-gradient(
105.63deg, rgba(0, 186, 235, 0.244) 19.96%, rgba(6, 112, 250, 0) 44.52%, rgba(136, 0, 201, 0.124) 65.42%), #410099;
}

.bg-gradient-seconday {
    background: linear-gradient(
252.18deg, rgba(255, 255, 255, 0.14) 11.82%, rgba(6, 112, 250, 0.14) 40.94%), radial-gradient(291.37% 879.16% at 94.46% 52.36%, rgba(233, 112, 37, 0.03) 0%, rgba(233, 112, 37, 0) 100%), linear-gradient(
105.63deg, rgba(0, 186, 235, 0.244) 19.96%, rgba(6, 112, 250, 0) 44.52%, rgba(136, 0, 201, 0.124) 65.42%), #410099;
}

.bg-gradient-gray {
    background: linear-gradient(
252.18deg, rgba(255, 255, 255, 0.14) 11.82%, rgba(6, 112, 250, 0.14) 40.94%), radial-gradient(291.37% 879.16% at 94.46% 52.36%, rgba(233, 112, 37, 0.03) 0%, rgba(233, 112, 37, 0) 100%), linear-gradient(
105.63deg, rgba(0, 186, 235, 0.244) 19.96%, rgba(6, 112, 250, 0) 44.52%, rgba(136, 0, 201, 0.124) 65.42%), #e9eff4;
}

#sp-bottom {
    padding: 60px 0px 0px 0px;
    font-size: 14px;
    line-height: 1.6;
}

.sppb-article-info-wrap { background: none !important; )