/*Default*/
body {
    padding: 0;
    margin: 0;
}
/*Form*/
.form-principal textarea {
    width: 100%;
	padding: 8px;
    border-radius: 12px;
    border: solid 1px #ddd;
    margin: 1px 0;
}
.form-principal {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 12px;
    letter-spacing: 0.5px;
}

.form-principal input {
    width: 100% !important;
    padding: 8px;
    border-radius: 12px;
    border: solid 1px #ddd;
    margin: 1px 0;
}
.form-principal input[type="submit"]{
	background: #9f73fa;
	color: #fff;
	cursor: pointer;
}
/*Header*/
header#cabecalho {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}
/*Footer*/
.hero {
   color: #fff !important;
	 width: 100%;
	 height: 100%;
	 min-height: 350px;
	 position: relative;
	 top: 0;
	 left: 0;
	 background: rgb(255,255,255);
	 /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(159,115,250,1) 30%, rgba(183,161,228,1) 100%);*/
	 transform: translate3d(0, 0, 0);
}
/*.layer-1 {
	 animation: parallax_fg linear 20s infinite both;
	 background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/1.png) 0 100% repeat-x;
	 z-index: 1;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 136px;
}*/
 .layer-2 {
	 animation: parallax_fg linear 30s infinite both;
	 background: url(../../../uploads/2022/04/2.png) 0 100% repeat-x;
	 z-index: 1;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 145px;
	 filter: invert(51%) sepia(9%) saturate(4447%) hue-rotate(217deg) brightness(70%) contrast(96%);
}
 .layer-3 {
	 animation: parallax_fg linear 55s infinite both;
	 background: url(../../../uploads/2022/04/3.png) 0 100% repeat-x;
	 z-index: 1;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 158px;
	 filter: invert(51%) sepia(9%) saturate(4447%) hue-rotate(217deg) brightness(80%) contrast(96%);
}
 .layer-4 {
	 animation: parallax_fg linear 75s infinite both;
	 background: url(../../../uploads/2022/04/4.png) 0 100% repeat-x;
	 z-index: 1;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 350px;
	 filter: invert(51%) sepia(9%) saturate(4447%) hue-rotate(217deg) brightness(90%) contrast(96%);
}
 .layer-5 {
	 animation: parallax_fg linear 95s infinite both;
	 background: url(../../../uploads/2022/04/5.png) 0 100% repeat-x;
	 z-index: 1;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 311px;
	 filter: invert(51%) sepia(9%) saturate(4447%) hue-rotate(217deg) brightness(102%) contrast(96%);
}
 .layer-6 {
	 animation: parallax_fg linear 120s infinite both;
	 background: url(../../../uploads/2022/04/6.png) 0 100% repeat-x;
	 z-index: 1;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 222px;
	 filter: invert(51%) sepia(9%) saturate(4447%) hue-rotate(217deg) brightness(120%) contrast(96%);
}
 .unicorn-1, .unicorn-2 {
	 background: url(../../../uploads/2022/04/unicornio-grande.gif) 0 100% no-repeat;
	 z-index: 1;
	 position: absolute;
	 bottom: 100px;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 75px;
	 animation: parallax_unicorn linear 20s infinite both;
	 filter: invert(51%) sepia(9%) saturate(4447%) hue-rotate(217deg) brightness(85%) contrast(96%);
}
 .unicorn-2 {
	 animation: parallax_unicorn linear 25s infinite both;
}
 @keyframes parallax_fg {
	 0% {
		 background-position: 2765px 100%;
	}
	 100% {
		 background-position: 550px 100%;
	}
}
 @keyframes parallax_unicorn {
	 0% {
		 background-position: -300px 100%;
	}
	 100% {
		 background-position: 2000px 100%;
	}
}