.importeDinamico1 {
	display:none;
}

.importeDinamico2 {
	display:block;
}


@media screen and (min-width: 45rem) {
	.importeDinamico1 {
		display:block;
	}

	.importeDinamico2 {
		display:none;
	}

}

@-webkit-keyframes spin { 
	0% {-webkit-transform: rotate(0deg);}
	100%{-webkit-transform: rotate(360deg);}
}

@keyframes spin { 
	0% {transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}

[list]::-webkit-calendar-picker-indicator {
	display: none !important;
} 

/* CHECKBOX COMO RADIOS */
.ss-radio.ss-checkbox label::before {
	content: "\f279";
}

.ss-radio.ss-checkbox label::after {
	box-shadow: none
}

.ss-radio.ss-checkbox label:active {
	background-color: none
}

.ss-radio.ss-checkbox input:checked ~label::before {
	content: "\f26a";
}

/* ESTILOS PARA PARRAFO CON CHECK  */
.ss-radio.ss-checkbox-checked label::before, .ss-radio.ss-checkbox-checked p::before {
	content: "\F26B";
	color: #007D7A;
}

.ss-radio.ss-checkbox-excluido label::before, .ss-radio.ss-checkbox-excluido p::before  {
	content: "\F136";
	color: #ed1A2d;
}

.ss-radio p {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: .66667em;
    padding-left: 2.22222em;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.5;
}

.ss-radio p::before {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    content: "\F26C";
    display: inline-block;
    width: 1em;
    font-size: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    position: absolute;
    top: .54167em;
    left: .5em;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1em
}

.ss-radio p::after {
    content: "";
    position: absolute;
    top: .625em;
    left: .58333em;
    display: none;
    width: .83333em;
    height: .83333em;
    border-radius: 50%;
    font-size: 1.5rem;
    border-color: #0129ae;
    box-shadow: 0 0 4px 0 #0129ae
}

/* BUTTON BORRAR BUSCADOR CNAE */
.ss-search-input__btn_borrar {
	padding: .625rem;
	line-height: 1.2em;
}

.ss-search-input__btn_borrar::after {
	font: inherit;
	content: none;
	font-size: 1.125rem;
	width: 3em;
}

.ss-search-input__btn_borrar {
	color: #0129ae;
}

.ss-search-input__btn_borrar:hover {
	color: #fff;
}

.ss-search-input__input {
	padding-right: 4.375rem;
}

/* CARGANDO SUBPASOS */
.cargandoBlur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.loader-div-cargando {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.loader-parent {
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 11;
}

.loader-spin {
	border: 0.8em solid rgba(243, 243, 243, 0.80);
	border-radius: 50%;
	border-top: 0.8em solid #0129ae;
	width: 6em;
	height: 6em;
	position: fixed;
	z-index: 11;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	top: 30vh;
}

.loader-texto {
	position: fixed;
	font-size: 1.25rem;
	z-index: 11;
	top: calc(6em + 1em + 30vh);
	padding: .5rem .75rem;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    background: rgb(255 255 255);
}

.loader-spin__btn {
	border: .35em solid rgba(243, 243, 243, 0.80);
	border-radius: 50%;
	border-top: .35em solid #0129ae;
	width: 2em;
	height: 2em;
	position: absolute;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	top: .25rem;
	right: .5rem;
	font-size: 1rem;
	line-height: 1em;
	left: inherit;
}

.ssi--download-animate {
	-webkit-animation: spin 2s ease-out infinite;
	animation: spin 2s ease-out infinite;
}

.ssi--download-animate::before {
	content: "\F3EC";
}

@media screen and (min-width: 64rem) {
	.loader-spin {
		top: calc(6rem + 6em + 1em);
	}
	.loader-texto {
		top: calc(6rem + 12em + 2em);
	}
}

.ss-resultados {
	word-break: break-word;
}

textarea.ss-text-input {
    resize:vertical;
}
