/*
[ reestrutrua TAGS ]*/
@import 'colors.css'

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Roboto, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Roboto;
	font-size: 10px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #6675df;
}
.back-login {
  color: #535F70!important;
  font-size: 13!important;
}
.back-login:hover {
  color: #048FD1!important;
  font-weight: 400!important;
}
a.termos {
  font-size: 14px!important;
  font-family: Roboto!important;
  font-weight: 400!important;
  color: #666666!important;
}
.termos:hover {
  color: #286090!important;
  font-weight: 400!important;
}

.login-login {
  color: #0077BF!important;
}
.login-login:hover {
  color: #fff!important;

}

.btn-login-container {
  margin-top: 0px !important;
}

.btn-login-en {
  text-align: center;
  width: 100;
  color: white;
  display: inline-table;
}

.btn-login {
  height: 0px !important;
  width: 0px !important;
  padding: 20px 80px !important;
  border-radius: 20px !important;
}

.btn-register {
  background: #0c8dce !important;
  border: none !important;
  padding: 8px 60px;
  border-radius: 20px;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.7 !important;
	color: #666666;
	margin: 0px;
}

.sub-text-login {
  text-align: left;
  font-size: 14px !important;
  color: var(--default-font) !important;
  line-height: 1.4;
}

@media (min-width: 2000px) {
  p, input[type="text"], input[type="password"], .btn-login-en, #forgot-password, .sub-text-login, #forgot-password-link span {
	  font-size: 20px !important;
  }

  .login100-form-social-item {
    margin-left: 5px;
    margin-right: 5px;
    width: 90px;
    height: 90px;
  }

  .login100-form-social-item i {
    font-size: 32px !important;
  }
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}


label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*---------------------------------------------*/
.txt1 {
  font-family: Roboto;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
}

.txt2 {
  font-family: Roboto;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}


/* TAMANHOS */
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

/* BACKGROUND */
.bg0 {background: #fff;}
.bg1 {background: #3b5998;}
.bg2 {background: #1da1f2;}
.bg3 {background: #cd201f;}


/* LOGIN */
.container-all {
  width: 100%;
  margin: 0 auto;
}

.container-login {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}
.container-ou {
  display: flex;
  justify-content: center;
  width: 100%;
}
hr.mark-real {
  border: 1px solid rgba(0, 0, 0, 0.14);
  position: relative;
  top: -4px;
  width:90%;
}
.title-ou {
  position: relative;
  text-align: center;
  color: #535F70;
  font-size: 15px;
  top: -9px;
  background: #f8f8f8;
  padding: 5px;
}



.container-wrap-login {
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

.carousel-item {
  width: 100%;
  background-repeat: no-repeat!important;
  background-size: cover;
  background-position: right;
  position: relative;
  z-index: 1;
}

/*login*/
.container-slider {
    /*width: calc(100% - 480px);*/
    width: 50%;
    background-repeat: no-repeat!important;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.container-slider::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}



/* form */

.container-form {
  /*width: 480px;*/
  width: 50%;
  /* min-height: 100vh; */
  display: grid;
  background-color: #f8f8f8;
  padding: 25px 30px 240px;
  overflow-y: auto!important;
}

.container-form input {
  border: 1px solid #99a7bf!important;
  color: #535f70 !important
}

.login-title {
  width: 100%;
  display: block;
  font-family: Roboto;
  font-size: 28px;
  color: #535F70;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
.login-title {
    width: 100%;
    display: block;
    font-family: Roboto;
    font-size: 28px;
    color: #535F70;
    line-height: 1.2;
    text-align: center;
}
.title-reset {
    display: block;
    font-family: Roboto;
    font-size: 28px;
    color: #535F70;
    line-height: 1.2;
    text-align: left;
    font-weight: 300;
}
input[type="text"], input[type="password"], input[type="email"], textarea, textarea.form-control {
  border: 1px solid #D4DCE2 !important;
  background-color: #ffffff !important;
  border-radius: 5px;
  width: 100%;
  height: 41px;
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  float: left;
  color: #424242 !important;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
/* input */
input::placeholder {
  color: #424242!important;
}
.label-input-login {
    display: flex;
    position: absolute;
    width: 100%;
    left: 10px;
}

.container-input {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  /* height: 50px; */
  position: relative;
  margin-bottom: 10px;
}

.label-input100 {
  font-family: Roboto;
  font-size: 18px;
  color: #D4DCE2;
  line-height: 1.2;

  display: block;
  position: absolute;
  pointer-events: none;
  /* width: 100%; */
  padding-left: 12px;
  left: 0;
  top: 14px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Roboto;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding: 0 30px;
}

input.input100 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding: 10px 20px;
}
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #2584CE;
  border-radius: 4px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus {
  background: #fff;
}

.input100:focus + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}

.has-val {
  height: 48px !important;
}

.has-val + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}

/*reestilizacao checkbox*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Roboto;
  font-size: 13px;
  color: #999999;
  line-height: 1.4;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #6675df;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #6675df;
}


/* button */
.faca-login a {
  color: #fff;
}
.container-login100-form-btn {
  width: 33%;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #048FD1;
  font-family: Roboto;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333;
}


/* reponsividade */

@media (max-width: 992px) {
  .container-form {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-slider {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .container-form {
    width: 100%;
  }

  .container-slider {
    display: none;
  }
}
@media (max-width: 1024px){
.container-slider {
    display: none;
  }
  .m-l-20 {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .container-form {
    width: 100%;
    display: grid;
    background-color: #f8f8f8;
    padding: 65px;
  }
.container-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    overflow-y: scroll;
    height: 100vh;
}
 
}

@media (max-width: 576px) {
  .container-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    overflow-y: scroll;
    height: 100vh;
  }
}
@media screen and (min-width: 640px) and (max-width: 360px) and (orientation: landscape) {
  .container-form {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;

  }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 100;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Roboto;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 110;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/* social */
.login100-form-social-item {
  background: #f8f8f8;
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: var(--default-blue);
  border-radius: 50%;
}

.login100-form-social-item:hover {
  background: #333333;
  color: #fff;
}

.container-img-login img{
  position: absolute;
  z-index: 0;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  max-width: 100vw;
  margin: 0;
}