* {
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-property: top;
  transition-duration: 0s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  -webkit-transition-property: top;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-property: left;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  -webkit-transition-property: left;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
}
body,
html {
  background-color: transparent;
}
body {
  color: #fff;
  background: linear-gradient(45deg, #1c3f95, #6a737b, #ab0400);
}
body a {
  color: #fff;
  text-decoration: underline;
}
body a.btn {
  text-decoration: none;
}
body .header {
  background-color: transparent;
  padding: 15px 20px;
  color: #fff;
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
}
body .header .slogan {
  float: left;
  display: none;
}
@media only screen and (min-width: 992px) {
  body .header .slogan {
    display: block;
  }
}
body .header .right {
  width: 100%;
  text-align: center;
  float: right;
}
@media only screen and (min-width: 992px) {
  body .header .right {
    width: auto;
    text-align: right;
  }
}
body .header .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}
body .header .right ul li {
  display: inline;
}
body .header .right ul li a {
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
body .header .right ul li a:hover {
  text-decoration: underline;
}
body .finish {
  display: none;
}
body .start,
body #status {
  display: block;
}
body input,
body textarea,
body select {
  color: #666;
}
body input.error,
body textarea.error,
body select.error {
  background-color: #ff5b43;
  color: #fff;
}
body input.error::-webkit-input-placeholder,
body textarea.error::-webkit-input-placeholder,
body select.error::-webkit-input-placeholder {
  color: #fff;
}
body input.error:-moz-placeholder,
body textarea.error:-moz-placeholder,
body select.error:-moz-placeholder {
  color: #fff;
}
body input.error::-moz-placeholder,
body textarea.error::-moz-placeholder,
body select.error::-moz-placeholder {
  color: #fff;
}
body input.error:-ms-input-placeholder,
body textarea.error:-ms-input-placeholder,
body select.error:-ms-input-placeholder {
  color: #fff;
}
::-webkit-input-placeholder {
  font-size: 1.7em;
}
:-moz-placeholder {
  font-size: 1.7em;
}
::-moz-placeholder {
  font-size: 1.7em;
}
:-ms-input-placeholder {
  font-size: 1.7em;
}
.review .yes,
.review .no {
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  margin: 20px;
  opacity: 0.5;
}
.review .yes.active,
.review .no.active {
  opacity: 1;
}
.form-control {
  padding: 3px 10px;
  font-size: 20px;
  height: 49px;

}
.btn {
  font-size: 1.7em;
  padding: 10px 20px;
  height: auto;
}
.yes,
.no {
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  margin: 20px;
}
.listSelect {
  font-size: 1.2em;
}
.listSelect a {
  word-break: normal !important;
}
#customAlert {
  font-size: 1em;
}
#customAlert .header {
  padding: 0px;
  position: static;
}
#termo {
  padding: 20px;
  background-color: #fff;
  height: 60vh;
  color: #111;
  overflow: auto;
}
.select2,
.select2-container {
  transition-property: all;
  transition-duration: 0s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
}
.select2 *,
.select2-container * {
  transition-property: all;
  transition-duration: 0s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
}
.congradulations {
  font-size: 1.4em;
}
.congradulations a {
  color: #fff;
  text-decoration: underline;
}
.congradulations a:hover {
  color: #fff;
}
body {
  background-size: 600% 600%;
  -webkit-animation: AnimationName 40s linear infinite;
  -moz-animation: AnimationName 40s linear infinite;
  -o-animation: AnimationName 40s linear infinite;
  animation: AnimationName 40s linear infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.slide-form .slide-form-item {
  padding: 0 0 0 0;
}
