


html{	
	background: rgba(0, 0, 0, 0.945) url(../css/background-image-1.jpg) top center fixed;
	height:100%; 
}
body{
	background:  url(../css/login-bg-overlay.png) fixed;
	min-height:100%; 
	opacity:200 ;
}




  a.classe1:link, a.classe1:visited {
      text-decoration: none;
      color: rgb(0, 0, 0);
      
      }
  a.classe1:hover {
      text-decoration: none; 
      color: rgb(0, 0, 0);
  }
  a.classe1:active {
      text-decoration: none;
      color: rgb(0, 0, 0);
      
      }
  
  a.classe2:link, a.classe2:visited {
      text-decoration: none;
      color: rgb(0, 0, 0);
      }
  a.classe2:hover {
      text-decoration: none; 
      color: rgb(0, 0, 0);
      }
  a.classe2:active {
      text-decoration: none
      }    

      @media (min-width: 1200px) {
        .u-hidden-xl {
          display: none !important;
        }
      }
      


 p{
     color: black;
 }
 
 h6, h1{
 
   color: black;  
 
 }
 span{
     color: black;
 }
 label{
     color: black;
 }

 .formClass{
    padding: 30px;
    box-shadow: 5px 10px #888888b2;
    border: none;
    color: rgb(0, 0, 0); 
    margin: 0px; padding: 0; 
    height: 60px; 
    padding-left: 10px; 
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    background: #fff;
    height: 60px;
    padding-left: 10px;
    



 }


 .piscar{


  @-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
img {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}

 }




 .ButtomClass{
    padding: 20px;
 } 

 textarea{
     color: black;
 }

 
/* Style all font awesome icons */
.fa {
    padding: 0px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3b589800;
    color: rgb(0, 0, 0);
  }
  
  /* Facebook */
  .fa-facebookEnable {
    background: #3b589800;
    color: rgb(0, 0, 0);
  }
  
  /* Facebook */
  .fa-youtubeEnable {
    background: #3b589800;
    color: rgb(0, 0, 0);
  }
  
  /* Facebook */
  .fa-instagramEnable {
    background: #3b589800;
    color: rgb(0, 0, 0);
  }
  /* Facebook */
  .fa-facebookEnable {
    background: #3b589800;
    color: rgb(0, 0, 0);
  }
  
  /* Twitter */
  .fa-youtube {
    background: #f5040400;
    color: rgb(0, 0, 0);
  }
  
  .fa-instagram {
    background: #da3abf00;
    color: rgb(0, 0, 0);
  }
  
  .fa-internet-explorer {
    background: #da3abf00;
    color: rgb(0, 0, 0);
  }




.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 10px;
  line-height: 1.428571429;
  border-radius: 15px;
  /* font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-style: normal; */

}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.limiteLinhas {
  overflow: hidden; /* remove o estouro do elemento */
  text-overflow: ellipsis; /* adiciona “...” no final */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* quantidade de linhas */
  -webkit-box-orient: horizontal; /* conteúdo será apresentado verticalmente */
}

                                              
header{
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:rgba(255, 255, 255, 0);
  text-align:center;
  padding: 20px 0;
}


footer{
  display:block;
  position:fixed;
  width:100%;
  bottom:0vh;
  left:0;
  background:rgb(255, 255, 255);
  text-align:center;
  padding: 5px 0;
}

main{
  margin-top:80px;
  color:white;
}

.Responsive 
{
  width: 100%;
  height: 100%;
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
}

  


 
 

