body
{
	background-color: #F3F4F7 !important;
	padding-top: 57px;
	padding-bottom: 70px;
}

a
{
	text-decoration: none;
}

ol li a
{
	color: #73AC43 !important;
}

h1.text-primary,
h2.text-primary,
h3.text-primary,
h4.text-primary,
h5.text-primary,
h6.text-primary,
i.text-primary
{
	color: #73AC43 !important;
}

[ng-click]
{
	cursor: pointer;
}

.required label::after,
label.required span::after
{
	position: absolute !important;
	color: red !important;
	content: "*" !important;
	inset: initial !important;
	font-size: 12px;
	padding-left: 3px;
}

.nav-masthead .active
{
	border-bottom-color: #73AC43 !important;
}

.bg-dark.bg-verde
{
	background-color: #72AB42 !important;
}

.link-logo
{
	color: #FFF;
	text-decoration: none;
}

.link-logo:hover
{
	color: red;
}

.bd-placeholder-img
{
	-moz-user-select: none;
	-webkit-user-select: none;
	font-size: 1.125rem;
	text-anchor: middle;
	user-select: none;
}

/*.b-example-divider
{
	background-color: rgba(0, 0, 0, .1);
	border-width: 1px 0;
	border: solid rgba(0, 0, 0, .15);
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
	height: 3rem;
}

.b-example-vr
{
	flex-shrink: 0;
	height: 100vh;
	width: 1.5rem;
}*/

.card
{
	box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
	border-radius: 8px;
	border-width: 0px;
	transition: box-shadow 200ms ease-in-out 0s;
}

.card:hover
{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 3px 14px 3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px;
}

.bi
{
	fill: currentColor;
	vertical-align: -.125em;
}

.nav-scroller
{
	height: 2.75rem;
	overflow-y: hidden;
	position: relative;
	z-index: 2;
}

.nav-scroller .nav
{
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-wrap: nowrap;
	margin-top: -1px;
	overflow-x: auto;
	padding-bottom: 1rem;
	text-align: center;
	white-space: nowrap;
}

.text-bg-dark
{
	color: #fff !important;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus
{
	color: #333;
	text-shadow: none; /* Prevent inheritance from `body` */
}

/*
 * Base structure
 */

.cover-container
{
	max-width: 42em;
}

.nav-masthead .nav-link
{
	border-bottom: .25rem solid transparent;
	color: #000;
/*	color: rgba(255, 255, 255, .5);*/
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus
{
	border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link
{
	margin-left: 1rem;
}

.nav-masthead .active
{
	border-bottom-color: #fff;
	color: #73AC43;
/*	color: #fff;*/
}

.bg-img-hero
{
	background-color: #73AC43 !important;
	padding: 20px;
}

.bg-img-hero2
{
	background-color: #000;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #FFF !important;
	position: absolute;
	width: 100%;
}

.gradient-overlay-half-white-v1::before
{
	background-image: linear-gradient(60deg, rgba(33, 37, 41, 1) 30%, transparent 60%);
	background-image: linear-gradient(60deg, rgba(255, 255, 255, 1) 30%, transparent 60%);
	background-repeat: repeat-x;
}

[class*="gradient-overlay-half"]::before
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
}

.swiper-container
{
	width: 610px;
	height: 330px !important;
}

.swiper-slide img
{
	min-height: 340px !important;
}

.process-loader
{
	background-color: rgba(0, 0, 0, .2);
	/*background-color: transparent;*/
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.process-loader .circular
{
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	display: block;
	height: 120px;
	left: 50%;
	margin: -60px;
	position: fixed;
	top: 50%;
	width: 120px;
}

.process-loader .path
{
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
}

.loader-wait
{
	/*background-color: #191919;*/
	background-color: #FFF;
	/*background-image: url(../img/loading.gif);*/
	/* background-image: url(../img/loader.gif); */
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.dws-loader-component
{
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
}

.dws-loader-component::before
{
	background-color: #FFF;
	/* background-image: url(../img/loader-component.gif); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	border-radius: 4px;
	color: #000;
	height: 40px;
	line-height: 48px;
	position: absolute;
	width: 40px;
	z-index: 99999;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	margin: 2px -20px;
	left: 50%;
}

.dws-loader-component::after
{
	position: absolute;
	content: 'Cargando componente';
	left: 0;
	right: 0;
	text-align: center;
	top: 45px;
	z-index: 999999;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {

	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124;
	}
}

@keyframes dash {

	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124;
	}
}

@-webkit-keyframes color
{
	100%, 0%
	{
		stroke: #0B7E45;
	}
}

@keyframes color
{
	100%, 0%
	{
		stroke: #0B7E45;
	}
}