/*!
Theme Name: IX Elementor
Theme URI: https://www.inbrax.cl/
Template: hello-elementor
Version: 1.0.2
Description:
Author: INBRAX Chile
Author URI: https://www.inbrax.cl/?utm_source=theme_ix-elementor&utm_campaign=author-uri&utm_medium=wp-dash
*/
.os--gradient::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    background: RGBA(10, 4, 31, 1);
    background: -webkit-linear-gradient(0deg, rgba(10, 4, 31, 1) 0%, rgba(10, 4, 31, 0) 10%, rgba(10, 4, 31, 1) 90%, rgba(10, 4, 31, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(10, 4, 31, 1) 0%, rgba(10, 4, 31, 0) 10%, rgba(10, 4, 31, 1) 90%, rgba(10, 4, 31, 1) 100%);
    background: linear-gradient(0deg, rgba(10, 4, 31, 1) 0%, rgba(10, 4, 31, 0) 10%, rgba(10, 4, 31, 1) 90%, rgba(10, 4, 31, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A041F", endColorstr="#0A041F", GradientType=0);
}

.os--gradient.up-index::after {
	z-index: 2;
}

.os--gradient.alternative::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: RGBA(10, 4, 31, 1);
	background: -webkit-linear-gradient(180deg, rgba(10, 4, 31, 1) 0%, rgba(10, 4, 31, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(10, 4, 31, 1) 0%, rgba(10, 4, 31, 0) 100%);
	background: linear-gradient(180deg, rgba(10, 4, 31, 1) 0%, rgba(10, 4, 31, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A041F", endColorstr="#0A041F00", GradientType=0);
}

.os--gradient:not(.up-index) .e-con-inner {
	z-index: 1;
}