@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");





/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Square721-Bold;
  src: url('../fonts/square721/Square721-BT-Bold.ttf'); 
}

@font-face {
  font-family: Square721-Roman;
  src: url('../fonts/square721/Square721-BT-Roman.ttf'); 
}

@font-face {
  font-family: Square721-Bold-Ext;
  src: url('../fonts/square721/square-721-bold-extended-bt.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/



.errocss{color:#a94442;background-color:#f2dede;border-color:#ebccd1}

.font-ascflor {
	font-family: 'Square721-Bold-Ext';
	}

body
 {
  justify-contentx: space-around;
  marginx: 0 auto;
  background-colorx: #013FE8; 
  font-family: Poppins-Regular;
  paddingx: 0 0 100%;
  display: flex;
  background-imagex: url("../img/campo-futebol.png");
  background-size: cover;
  background: #0043EC;
  background: radial-gradient(circle, rgba(0, 67, 236, 1) 0%, rgba(1, 14, 126, 1) 100%); 
}

.rodape {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-family: Square721-Bold;
}

#resultadoValidacao {
  position: absolute;
  top: 2em;
  left: 16em; 
}

.form-select {
  background: #428bca;
  border: #357ebd solid 1px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  height: 60px;
  max-width: 300px;
  position: relative;
  width: 100%;
}
.form-select:hover {
  background: #357ebd;
}
.form-select select {
  padding-right: 40px;
  -webkit-appearance: none;
  width: 100%;
}
.form-select:after {
  content: "▼";
  color: #fff;
  font-size: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 20px;
  vertical-align: middle;
  z-index: 1;
}
.form-select .select {
  background-color: transparent;
  border: 0;
  color: #fff;
  padding: 15px 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.form-select .select option {
  background: #428bca;
}
.radio-inline,
.checkbox-inline {
  margin: 0 5px;
}
.radio-style,
.checkbox-style {
  border: #aaa solid 1px;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  position: relative;
  vertical-align: middle;
  width: 15px;
}
.radio-style:after,
.checkbox-style:after {
  background: orange;
  content: '';
  left: 15%;
  top: 15%;
  bottom: 15%;
  right: 15%;
  position: absolute;
  opacity: 0;
}
.radio-style,
.radio-style:after {
  border-radius: 50%;
}
input[type="radio"]:checked ~ .radio-style:after,
input[type="checkbox"]:checked ~ .checkbox-style:after {
  opacity: 100;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}



.dist_footer {
  margin-bottom: 14em;	
}
.dist_esqueci_senha {
  margin-bottom: 7em;	
}

.mais-6 {
   color: #e9c23a;
   font-size: 0.7em;
}

.button {
  white-space: nowrap;
  border: 0;
  padding: 0 1.2em;
  min-height: 2.25em;
  font-weight: 700;
  font-family: "open sans";
  background-color: #96E934;
  color: #0d2625;
  cursor: pointer;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.05);
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  outline: none;
  border-width: 0;
  border-radius: 15px;
}
.button:focus, .button:hover {
  box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.1);
  background-color: #6EB81A;
    color: white;
}
.button:active {
  box-shadow: none;
  transition-duration: 10ms;
  background-color: #e1b519;
}

.wrapper {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  backgroundx: #0043EC;
}

.login-box-error {
  width: 24em;
  min-height: 42em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backgroundx: linear-gradient(45deg, #013FE8, #572795);
  padding: 2em; 
  box-sizing: border-box;
  font-family: "open sans";
}

.login-box {
  width: 24em;
  min-height: 42em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backgroundx: linear-gradient(45deg, #013FE8, #572795);
  padding: 2em; 
  box-sizing: border-box;
  font-family: "open sans";
}
.login-box a {
  color: #a9de8c;
  text-decoration: none;
  font-weight: 700;
  background-image: linear-gradient(#e9c23a, #e9c23a);
  background-size: 0% 1px;
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 100%;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}
.login-box a:hover {
  background-sizex: 100% 1px;
  color: #8bc76b;
  text-decoration: none;
}
.login-box .login-box__primary-section {
  display: flex;
  flex-direction: column;
  flex: 1000 0 auto;
  justify-content: space-around;
}
.login-box .login-box__title {
  margin: 0;
  text-indent: 0px;
  color: #a9de8c;
  padding-bottom: 0.25em;
  font-weight: 700;
  font-size: 2em;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#96E934, #96E934);
  background-size: 0px 0.2em, 1px 0.2em;
  background-repeat: no-repeat, repeat-x;
  background-position: 0% 100%, 0% 100%;
}

.login-box .login-box__title_recuperar {
  margin: 0;
  text-indent: 0px;
  color: #a9de8c;
  padding-bottom: 0.25em;
  font-weight: 700;
  font-size: 1.5em;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#96E934, #96E934);
  background-size: 0px 0.2em, 1px 0.2em;
  background-repeat: no-repeat, repeat-x;
  background-position: 0% 100%, 0% 100%;
}


    div.cabecalho1 {
        display: inline-block;
    }




.login-box .login-box__choice-text {
  color: #96E934;
  text-align: center;
  line-height: 1.4em;
  font-size: 1em;
  font-weight: 700;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
.login-box .login-box__choice-text2 {
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4em;
  font-size: 1.2em;
  font-weight: 700;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
.login-box .login-box__social {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.25em;
}
.login-box .social__button, .login-box .social__button--google, .login-box .social__button--facebook {
  min-height: 2.5em;
  margin: 0 0.25em;
  margin-bottom: 0.5em;
  flex: 1 1 47%;
  color: #737373;
  padding: 0;
}
.login-box .social__button--facebook {
  background-color: white;
  color: black;
}
.login-box .social__button--facebook:active {
  background-color: #C8C8C8;
}
.login-box .social__button--facebook:hover {
  background-color: #6EB81A;
    color: white;
}

.login-box .social__button--google {
  background-color: #ffffff;
}
.login-box .social__button--google:active {
  background-color: #ebebeb;
}
.login-box .social__button-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.login-box .social__icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
  width: 1.5em;
  height: 1.5em;
  box-sizing: border-box;
}
.login-box .social__text {
  flex: 1;
  text-align: center;
  font-size: 0.9em;
  padding: 0 0.75em;
}
.login-box .login-box__form {
  display: flex;
  flex-direction: column;
  color: white;
  flex: 1 0 auto;
}
.login-box .login-box__form .form__inputs-container {
  margin: 0 -0.25em;
  display: flex;
  flex-wrap: wrap;
 }
 

 
.login-box .login-box__form .form__input {
  margin: 0.75em 0;
  position: relative;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  background-clip: padding-box;
  flex: 1 0 auto;
  width: 100%;
  box-sizing: border-box;
}


.form__input80 {
  margin: 0.75em 0;
  position: relative;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  background-clip: padding-box;
  flex: 1 0 auto;
  width: 80%;
  box-sizing: border-box;
}
.form__input70 {
  margin: 0.75em 0;
  position: relative;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  background-clip: padding-box;
  flex: 1 0 auto;
  width: 70%;
  box-sizing: border-box;
}
.form__input60 {
  margin: 0.75em 0;
  position: relative;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  background-clip: padding-box;
  flex: 1 0 auto;
  width: 60%;
  box-sizing: border-box;
}
.form__input50 {
  margin: 0.75em 0;
  position: relative;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  background-clip: padding-box;
  flex: 1 0 auto;
  width: 50%;
  box-sizing: border-box;
}
.form__input45 {
  margin: 0.75em 0;
  position: relative;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  background-clip: padding-box;
  flex: 1 0 auto;
  width: 45%;
  box-sizing: border-box;
}
.form__input40 {
  margin: 0.75em 0;
  position: relative;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  background-clip: padding-box;
  flex: 1 0 auto;
  width: 40%;
  box-sizing: border-box;
}

.form__input30 {
  margin: 0.75em 0;
  position: relative;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  background-clip: padding-box;
  flex: 1 0 auto;
  width: 30%;
  box-sizing: border-box;
}

.form__input20 {
  margin: 0.75em 0;
  position: relative;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  background-clip: padding-box;
  flex: 1 0 auto;
  width: 20%;
  box-sizing: border-box;
}

.form__input10 {
  margin: 0.75em 0;
  position: relative;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  background-clip: padding-box;
  flex: 1 0 auto;
  width: 10%;
  box-sizing: border-box;
}



.login-box .login-box__form .form__input--gender {
  width: 8em;
}
.login-box .login-box__form .form__input--year {
  width: 6em;
}
.login-box .login-box__form .form__field-container, .login-box .login-box__form .form__field-container--select {
  position: relative;
  display: flex;
  align-items: baseline;
}
.login-box .login-box__form .form__field-container--select::after {
  font-family: "fontawesome";
  content: "";
  position: absolute;
  right: 0;
}
.login-box .login-box__form .form__field-container--select .form__field {
  cursor: pointer;
}
.login-box .login-box__form .form__field {
  background: transparent;
  border: none;
  min-width: 0;
  width: 100%;
  flex: 1 1 auto;
  outline: none;
  color: white;
  height: 1.5em;
  position: relative;
  z-index: 2;
  padding: 0;
  padding-bottom: 2px;
  box-sizing: content-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.login-box .login-box__form .form__field:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.login-box .login-box__form .form__field:focus ~ .form__label::after {
  transform: scaleX(1);
}
.login-box .login-box__form .form__field:focus ~ .form__label > .label__content {
  -webkit-animation: anim-copy 0.3s forwards;
          animation: anim-copy 0.3s forwards;
  color: #a9de8c;
}
.login-box .login-box__form .form__field.form__field--filled ~ .form__label > .label__content {
  -webkit-animation: anim-copy 0.3s forwards;
          animation: anim-copy 0.3s forwards;
}
.login-box .login-box__form .form__field-option {
  font-family: "open sans";
  color: black;
}
.login-box .login-box__form .form__field-option2 {
  font-family: "open sans";
  color: white;
  background-color: #a9de8c;
}
.login-box .login-box__form .form__field-action {
  flex: 0 0 auto;
  margin-left: 0.5em;
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  color: #a9de8c;
  cursor: pointer;
  display: flex;
  align-items: baseline;
}
.login-box .login-box__form .form__field-action .field-action__icon {
  font-size: 1.25em;
  margin-left: 0.25em;
}
.login-box .login-box__form .form__label {
  display: block;
  font-weight: 400;
  height: 100%;
  top: 0;
  display: flex;
  pointer-events: none;
  width: 100%;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  cursor: inherit;
}
.login-box .login-box__form .form__label::before, .login-box .login-box__form .form__label::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 2;
}
.login-box .login-box__form .form__label::before {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.login-box .login-box__form .form__label::after {
  height: 2px;
  background-color: #a9de8c;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: 0.3s transform cubic-bezier(0.55, 0, 0.1, 1);
}
.login-box .login-box__form .label__content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: block;
  font-size: 0.8em;
  transform-origin: 0px -400%;
  tansition-property: transform, font-weight, color;
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  animation: anim 0.3s backwards reverse;
}
.login-box .login-box__form .form__input-error {
  margin: 0;
  margin-top: 0.1em;
  font-size: 0.7em;
  font-weight: 700;
  display: none;
  color: #e74c3c;
}
.login-box .login-box__form .form__input-action {
  text-transform: uppercase;
  font-size: 0.7em;
  position: relative;
  top: -0.2em;
}


.login-box .form__footer .form__input-action {
  text-transform: uppercase;
  font-size: 0.9em;
  position: relative;
  top: -0.2em;
}

.login-box .form__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}
.login-box .alt-action__text {
  margin: 0;
}
.login-box .form__alt-action {
  font-size: 0.75em;
}
.login-box .login-box__button, .login-box .login-box__button--next {
  text-transform: uppercase;
  font-size: 1em;
  position: relative;
}
.login-box .login-box__button--next {
  background-color: transparent;
  color: #a9de8c;
}
.login-box .login-box__button--next::after {
  font-family: "fontawesome";
  content: "";
  color: #e9c23a;
  position: absolute;
  right: 0;
}

@-webkit-keyframes anim {
  35% {
    opacity: 0;
    transform: translate3d(1em, 0, 0) scale(1);
  }
  50% {
    opacity: 0;
    transform: translate3d(-1em, 0, 0) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.7);
    text-transform: uppercase;
    font-weight: 700;
  }
}

@keyframes anim {
  35% {
    opacity: 0;
    transform: translate3d(1em, 0, 0) scale(1);
  }
  50% {
    opacity: 0;
    transform: translate3d(-1em, 0, 0) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.7);
    text-transform: uppercase;
    font-weight: 700;
  }
}
@-webkit-keyframes anim-copy {
  35% {
    opacity: 0;
    transform: translate3d(1em, 0, 0) scale(1);
  }
  50% {
    opacity: 0;
    transform: translate3d(-1em, 0, 0) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.7);
    text-transform: uppercase;
    font-weight: 700;
  }
}
@keyframes anim-copy {
  35% {
    opacity: 0;
    transform: translate3d(1em, 0, 0) scale(1);
  }
  50% {
    opacity: 0;
    transform: translate3d(-1em, 0, 0) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.7);
    text-transform: uppercase;
    font-weight: 700;
  }
}
.form__optional-header {
  margin: 0;
  color: #e9c23a;
  font-size: 1.25em;
  flex: 1 0 100%;
  margin: 0 0.1em;
  margin-top: 1em;
}

.form__optional-wrapper {
  display: flex;
  flex-wrap: wrap;
}




input {
  font: inherit;
  outline: 0;
}
.form__field_smile {
  position: relative;
}

.form__field_smile .icon {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%)
}

.form___input {
  border-radius: 0.25em;
  border-style: solid;
  border-width: 2px;
  font-size: 1.5rem;
  padding: 0.5em 4em 0.5em 2em;
}

.form___input:valid {
  border-color: forestgreen;
}

.form___input:valid + .icon::after {
  content: '😃';
}

.form___input:invalid {
  border-color: firebrick;
}

.form___input:invalid + .icon::after {
  content: '😳';
}





