        
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Suez+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Roboto:wght@500&family=Suez+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Source+Sans+Pro&family=Suez+One&display=swap');

.janela{
    margin: 0px;
}

.top25{
	
	padding-top: 25%!important;
}

.esquerda{
    background: #000180;
   /* height: 100vh;
    align-items: center;
    position: relative;*/
}

.apresentacao{
    align-items: center; 
    display: flex; 
    padding: 0px;
}

.login{
    background-color: #eee; 
    height: 100vh;
    align-items: center;
    position: relative;
}

.cardlogin{
    width: 80%;
    margin-top: 20%;
}

.apresentacaologin{
    align-items: center; display: flex;
}

.textlogin{
    font-family: arial; 
    font-size: 20px; 
    font-weight: bold; 
    color: #4F4F4F;
    text-align: center;
}

.botaologin{
    width: 100%; 
    border: none;
    color: white;
    background-color: #000180;
}
.card-title{
    margin-left: 5%;
}
.form-control{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s;
}

.imagem{
    margin-top: 5%;
    margin-left: 5%;
    width: 90%;
}

.integrodevices{
    width: 60%;
}
.iconesredessociais{
 display: absolute;
}

.input-group{
    margin-bottom: 1rem;
}
.icones{
    margin-top: 6%;
}
.site{
    margin-top: 5%;
}
.textointegro {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: 15%;
    text-align: center;
}
#facebook, #instagram, #whatsapp{
    font-size: 30px; color: white;
}

#saibamais{
    margin-left: auto;
    margin-right: auto;
    font-size: 25px; 
    font-family: arial; 
    text-align: center;
    color: white;
    text-decoration: none;
}

.textointegro h4 {
  color: #fff;
  font-size: 200%;
  font-family: Trattatello;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
  typing 2.0s steps(30, end),
  blink-caret .5s step-end infinite;
  filter: drop-shadow(2px 4px 6px black);
}

.bt-blue {
	font-family: 'Roboto';
	background-color: #000180;
	border-color: #000180;
	color: #fff;

}

.bt-blue:hover {
	font-family: 'Roboto';
	background-color: red;
	border-color: #000180;
	color: #fff;

}

.bt-exit {
	font-family: 'Roboto';
	color: #fff;
	background-color: red;
}

.bt-exit:hover {
	font-family: 'Roboto';
	background-color: #000180;
	color: #fff;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
}


/*RESPONSIVIDADE*/

@media (min-width: 425px) { 

    #login {

        min-height: 100vh;
    }

 }
@media (max-width: 768px) {

    #login {

        min-height: 100vh;
    }
}

@media (min-width: 992px) { 



 }
@media (min-width: 1200px) { 



 }

