:root { --color-1: #e2d932; --color-2:#848688; --color-3: #3f85fe; --color-4: #00a859; }


*, :before, :after { -webkit-box-sizing: border-box; box-sizing: border-box; }

body { margin: 0; font-family: 'Montserrat', sans-serif; font-size: 13px; text-size-adjust: none; }

body:before {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff url(../img/logo-novatax.svg) no-repeat center center / 30%;
    z-index: 99;
	animation-name: splash-screen;
	animation-duration: 2.3s;
	opacity: 1;
}

@keyframes splash-screen {
  0% { position: fixed; opacity: 1; }
  60% { opacity: 1; }
  100% {  opacity: 0; }
}


button, .chat { transition: all .20s linear; }
img { width: 100%; /*margin: 28px 0 0 0;*/ }

input, select, textarea { width: 100%; height: 42px; border: 0; background: #f0f0f0; padding: 0 18px; outline: none; }
textarea { font-family: Arial; height: 140px; padding: 18px; resize: none; }
input:focus, select:focus, textarea:focus { box-shadow: 0px 0px 0px 1px var(--color-1); }



.splash-screen { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #ffffff url(../img/logo-novatax.svg) no-repeat center center / 30%; z-index: 2; }


header { width: 100%; height: 68px; background: #ffffff url(../img/logo-novatax.svg) no-repeat left 50px center / auto 24px; position: fixed; top: 0; transition: all .20s linear; z-index: 1;
	
	> div { line-height: 38px; margin: 15px 0; padding: 0 50px;
	
		div { text-align: right; margin: 0 auto;
	
			p { display: inline-block; margin: 0 0 0 18px;
				
				span { font-size: 16px; font-weight: 500; color: var(--color-2); cursor: pointer; transition: all .20s linear; }
				span:hover { color: var(--color-1); }
			}
			
			p:last-child { display: none; }
		}
	}

}


.parallax { position: relative; width: 100%; background-image: url(../img/bg-ia-3.svg), url(../img/bg-ia-2.svg), url(../img/bg-ia-1.svg); background-repeat: no-repeat; background-size: 90%; background-position: center; background-position: 50% 50%; padding: 0 0 60% 0; }


.chat { position: fixed; bottom: 28px; right: 28px; width: 60px; line-height: 60px; background: #25d366; border-radius: 50%; text-align: center; font-size: 42px; color: #ffffff; cursor: pointer;}
.chat:hover { background: #128c7e; }


section:first-child  { margin: 68px 0 0 0; }
section { padding: 60px 60px 72px 60px; }






/* index */

.jEqHb {
	div { background: #fafafa; border-radius: 18px; padding: 18px;
		p { margin: 0 0 18px 0; padding: 0 0 60% 0; background: #ffffff url(__estrutura/ic/profits-analytics-svgrepo-com.svg) no-repeat center / 48%; border-radius: 8px; }
		ul { margin: 0; padding: 0;
			li { position: relative; list-style: none; text-align: center; }
			li:first-child { color: var(--color-2); font-weight: 800; font-size: 16px; margin: 0 0 8px 0; }
			li:not(:first-child) { line-height: 28px; }
		}
	}
}


.dbtl { position: relative; line-height: 38px; margin: 0 0 18px 0; padding: 0 0 0 48px; font-size: 18px; font-weight: 800; color: var(--color-4); letter-spacing: .3px; }
.dbtl:before { content: ''; position: absolute; top: 50%; left: 0; width: 22px; height: 22px; border: 4px solid var(--color-4); border-radius: 50%; transform: translateY(-50%); }
.dbtl:after { content: ''; position: absolute; top: 50%; left: 14px; width: 22px; border-top: 4px solid var(--color-1); transform: translateY(-50%); }


.dTcUk {
	div { background: #fafafa; border-radius: 18px; padding: 18px;
		p { margin: 0 0 18px 0; padding: 0 0 60% 0; border-radius: 8px; }
		ul { margin: 0; padding: 0;
			li { position: relative; list-style: none; }
			li:first-child { font-weight: 800; font-size: 16px; margin: 0 0 8px 0; color: #757575; }
			li:not(:first-child) { line-height: 28px; padding: 0 0 0 18px; }
			li:not(:first-child):before { content: '\2022'; position: absolute; left: 0; color: var(--color-1); font-weight: 900; }
		}
	}
	div:hover { box-shadow: 0px 0px 0px 1px var(--color-2); transition: all .20s linear; }
}





@media only screen and (max-width: 768px) {
	
	header { background: #ffffff url(__estrutura/img/logo-novatax.svg) no-repeat left 28px center / auto 18px }
	
	header {
		> div {
			div {
				p { display: none; }
				p:last-child { display: inline-block; }
			}
		}
	}
	
	section { padding: 45px 28px 72px 28px; }
	
	.grd-2, .grd-3, .grd-2-1 { grid-template-columns: 1fr; }
	
	.btn-6 { display: none; }
	
	.dfd div:nth-child(1)  { font-size: 38px; }
	.dfd div:nth-child(2)  { font-size: 18px; }
}