/*//////////////////////////////////////////////////////////////////
[ 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'); 
}

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


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

body, html {
	font-family: Poppins-Regular, sans-serif;
    height: 100%;
    line-height: 1.5;
    overflow: hidden;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	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;
    text-decoration: none;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #33b0d6;
}
/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}


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

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

label {
  margin: 0;
  display: block;
}

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

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #e5e5e5;
  line-height: 1.5;
}

.text-center{
    text-align:center!important;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter{
    display: flex;
    background-size: cover;
    height: 92.4%;
}

.login {
	 width: 100%;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 align-items: center;
	 padding: 15px;
	 z-index: 1;
}


.box_formulario {
    width: 500px;
    background: #fff;
    box-shadow: 0 24px 64px #26214a1a;
    border-radius: 12px;
    padding: 50px;
    position: relative;
}


/*------------------------------------------------------------------
[ Form ]*/



.logo1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #2b2b2b;
  border-bottom: 2px solid  #2b2b2b;
	
}

.logo1 > a > img {
	width: 200px;
	height: auto;
	display: flex;
	margin-top: 35px;
	align-self: start;
	margin-left:40px;
}

.logo2 {
  display: flex;
  flex-direction: row;
	justify-content:space-around;
	margin-right:50px ;
	margin-top: auto;	
}

.logo2 > p {
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #ff6633;
    margin-right: 20px;
	margin-top:10px
}

.logo2 > button {
	display: flex;
    align-items: center;
    background-color: #ff6633;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .4px;
    padding: 0 20px;
    height: 40px;
    border-radius: 9px;
    cursor: pointer;
	color: #FFFFFF;
    box-shadow: 0 10px 25px #ff6633;	
}

.logo2 > button:hover{
    background: #fff;
    box-shadow: 0 10px 25px #ffffff;    
}

.logo2 > button > a{
  color: #333333;
}


/*------------------------------------------------------------------
[ Form ]*/

.cabecalho {
  width: 100%;
}

.cabecalho2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.cabecalho2 > h1 {
  font-family: 'Poppins', sans-serif;
     font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    color: #ff6633;
    text-align: center;
    margin-bottom: 20px;
}

/*------------------------------------------------------------------
[ Input ]*/

.formu-input {
  width: 100%;
  position: relative;
  border-bottom: 2px solid rgba(255,255,255,0.24);
  margin-bottom: 30px;
}

.input1 {
    transition: border-color .2s cubic-bezier(.785,.135,.15,.86) 0s;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,roboto,Helvetica Neue,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    border: 1px solid #d6d9de;
    box-sizing: border-box;
    border-radius: 9px;
    /*padding: 0 20px 0 10px;*/
    height: 40px;
    color: #2a2e34;
	text-indent: 35px;
}

.form-control {
    transition: border-color .2s cubic-bezier(.785,.135,.15,.86) 0s;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,roboto,Helvetica Neue,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    border: 1px solid #d6d9de;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 0 20px 0 32px;
    height: 40px;
    color: #5d5d5d;
    background-image: url('../img/buildings-fill.png');
    background-size: 16px 16px;
    background-position: 2% 50%;;
    background-repeat: no-repeat;
}

/*---------------------------------------------*/ 
.focus-input1 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}

.focus-input1::after {
  font-family: Material-Design-Iconic-Font;
  font-size: 24px;
  color: #868e96;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 3px;
  left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input1:focus {
  padding-left: 5px;
}

.input1:focus + .focus-input1::after {
  top: -22px;
  font-size: 18px;
	color:#ffffff;
}

/*------------------------------------------------------------------
[ Button ]*/
.formu-input-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items:center;
}

.formu-input-btn > button {
    font-weight: 700;
}

.login1-form-btn {
  background: #333333;
  font-family: 'Poppins';
  font-style: normal;
  line-height: 30px;
    color: #FFFFFF;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9px;
    width: 100%;
    margin-bottom: 22px;
    box-shadow: 0 10px 25px #333333;
}

.login1-form-btn:hover {
    background: #ff6633;
    box-shadow: 0 10px 25px #ff6633;
}



.login1-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login1-form-btn:hover {
  color: #fff;
}

.login1-form-btn:hover:before {
  opacity: 0;
}

.fim_container > p > a{
    font-weight: 700;
}

.fim_container > p > a:hover{
    color:#ff6633;
}


/*------------------------------------------------------------------
[ RESPONSIVE ]*/


@media (max-width: 992px) {
    
    body, html {
        overflow: auto;
    }
    
    .logo1 > a > img {
        width:80%;
        display:flex;
        justify-content:center;
		align-items:center;
        height: auto;
        display: flex;
        margin-top: 35px;
        margin-left:20px;  
	  }
    
	 .logo2 >p {
		  display:none;
	  }
	  .logo2 > button {
		  width:100px;
		  display:flex;
          justify-content:center;
		  align-self:center; 
	  }
    
	  .logo2 > button > a{
		  font-size:17px;
		  
	  }
    .limiter{
        margin-top:-50px;
    }
  }

  @media (max-width: 576px) {
    
      
	.box_formulario {
	  padding: 55px 15px 37px 15px;
	}
	  .input1 {
		  width:100%;
	  }

	  .logo {
		  width:100%;
		  display:flex;
		  justify-content:center;
		  flex-direction:column;
		  flex-wrap: wrap;
	  }
	  .logo1 {
		 width:100%;
		  display:flex;
		  justify-content:center;
		  flex-direction:column;
		  flex-wrap: wrap;
	  }

	.logo2  {
		width:100%;
		display:flex;
		justify-content:center;
		flex-direction:column;
		flex-wrap: nowrap;
		margin-top: 20px;
	}
	  .logo2 >p {
		  display:flex;
		  justify-content:center;
          margin-bottom: 20px;
          margin-right:0px;  
	  }
	  .logo2 > button {
		  width:200px;
		  display:flex;
		  justify-content:center;
		  align-self:center;
	  }
	  .logo2 > button > a{
		  font-size:20px;	  
	  }
	  
  }

@media (max-width: 376px) {
	.box_formulario{
		margin-top:100px
	}
}

@media (max-width: 290px) {
	.login1-form-btn{
		width:100%;
	}
}

@media (max-width: 1025px) {
	.box_formulario{
		margin-top:100px;
	}
	.limiter {
		height:120%;
	}
}




/*------------------------------------------------------------------
[ Form ]*/

.cab_escsenha {
  width: 100%;
}

.cab_escsenha_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.cab_escsenha_2 > h1 {
  font-family: 'Poppins', sans-serif;
     font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    color: #343a40;
    text-align: center;
    margin-bottom: 20px;
}



/*------------------------------------------------------------------
[ Input ]*/

.formu-input_escsenha {
  width: 100%;
  position: relative;
  border-bottom: 2px solid rgba(255,255,255,0.24);
  margin-bottom: 30px;
}

.input1_escsenha {
      transition: border-color .2s cubic-bezier(.785,.135,.15,.86) 0s;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,roboto,Helvetica Neue,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    border: 1px solid #d6d9de;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 0 20px 0 36px;
    height: 40px;
    color: #2a2e34;
}

/*---------------------------------------------*/ 
.focus-input1_esc {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input1_esc::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}

.focus-input1_esc::after {
  font-family: Material-Design-Iconic-Font;
  font-size: 24px;
  color: #868e96;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 3px;
  left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input1_escsenha:focus {
  padding-left: 5px;
}

.input1_escsenha:focus + .focus-input1_esc::after {
  top: -22px;
  font-size: 18px;
	color:#ffffff;
}

/*------------------------------------------------------------------
[ Button ]*/
.formu-esc-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items:center;
}

.formu-esc-btn > button {
    font-weight: 700;
}

.esc-form-btn {
  background: #33B0D6;
  font-family: 'Poppins';
  font-style: normal;
  line-height: 30px;
    color: #FFFFFF;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9px;
    width: 100%;
    margin-bottom: 22px;
    box-shadow: 0 10px 25px #33b0d678;
}

.esc-form-btn:hover {
    background: #00c4ff;
}


.esc-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.esc-form-btn:hover {
  color: #fff;
}

.esc-form-btn:hover:before {
  opacity: 0;
}

.fim_esc_senha > p > a{
    font-weight: 500;
}

.fim_esc_senha > p  > a:hover {
    font-weight: 700;
}


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

.cad_esc > p {
    font-weight: 600;
}

.cad_esc > p > a:hover {
    color: #fafafa;
}

/*------------------------------------------------------------------
[ RESPONSIVE ]*/


@media (max-width: 992px) {
    
    body{
        overflow: auto;
    }
    
	 .logo_2 >p {
		  display:none;
		
		 
	  }
	  .logo_2 > button {
		  width:200px;
		  display:flex;
		  justify-content:center;
		  align-self:center;
	  }
    

	  .logo_2 > button > a{
		  font-size:17px;
		  
	  }
    .limiter_1{
        margin-top:-100px;
    }
  }

  @media (max-width: 576px) {
    
      
	
	  .input1_escsenha {
		  width:100%;
	  }

	  .logo {
		  width:100%;
		  display:flex;
		  justify-content:center;
		  flex-direction:column;
		  flex-wrap: wrap;
	  }
	  .logo1 {
		 width:100%;
		  display:flex;
		  justify-content:center;
		  flex-direction:column;
		  flex-wrap: wrap;
	  }

	  .logo1 > a > img {
		 width:80%;	     
         height: auto;
         display: flex;
         margin-top: 35px;
         margin-left: 20px;
      }
      
      
	.logo_2  {
		width:100%;
		display:flex;
		justify-content:center;
		flex-direction:column;
		flex-wrap: nowrap;
		margin-top: 20px;
	}
	  .logo_2 >p {
		  display:flex;
		  justify-content:center;
          margin-bottom: 20px;
          margin-right:0px;  
	  }
	   
      .cad_esc{
          display: none;
      }
	  
  }

@media (max-width: 376px) {
	.box_escsenha{
		margin-top:10px
	}
}

@media (max-width: 290px) {
	.esc-form-btn{
		width:100%;
	}
}

@media (max-width: 1025px) {
	.box_escsenha{
		margin-top:20px;
	}
	.esc_senha {
		height:100vh;
	}
}

