@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@500&display=swap');

html,body {height:100%; width: 100%; font-size: small; font-family:  sans-serif;}
.header {
    width: 95%;
    height: 70px;
    background-color: teal;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

#secao, .secao {
    text-align: center; 
    border-style: solid; 
    border-color: lightseagreen;
    border-width: 1px;
    border-radius: 15px;
    background-color: teal;
    height: min-content;
    color: white;
    font-weight: bold;
    font-size: 18px;

}

.nav-chamado{
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 20px;
}

.footer {
    width: 95%;
    height: 70px;
    background-color: teal;
    margin: 0 auto;
    text-align: left;
    position: fixed;
    bottom: 0;
    margin: -16px -8px;
}

.tt-input{
    width: 440px;
}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 12px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.red {
    background-color: lightsalmon !important;
  }

  .loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.logo{
    display: inline;
    width: 300px;
    position: relative;
    left: 10%;
    
}
.usuario{
    display: inline;
}
.usuario ul{
    display: inline;
    color:white;
    vertical-align: bottom;
    text-align: left;
    position: absolute;
    top: 7%; left: 70%;
    font-size: 1.5em;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    line-height: 1.2em;
    
}

/* CSS DA PAGINA HOME BY EDUARDO */
.icones-principal{
    border: 1px solid black;
    margin: 15px 5% 0 5%;
    background-color: white;
    display: inline-block;
    width: 90%;
    text-align: center;
    border-radius: 5px;
    padding-right: 3%;

    
}
.icones-titulo h1{
    font-size: 2.5em;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.icones{
    display: inline-block;
    margin: 0 0 5% 5%;
}
.icones:hover{
    background-color: rgba(0, 71, 171, 0.1);
    border-radius: 10px;
    font-weight: bold;
    box-shadow: rgba(0, 71, 171, 0.2) ;
    cursor: pointer;
    transition: 100ms;
}

.cartao{
    border: 1px solid black;
    display: inline-block;
    width: 140px; 
    height: 140px;
    
}
.cartao-title{
    font-size: 1.5em;
    margin: 8px 0 8px 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.botao{
    width: 140px; 
    height: 140px;
    background-color: rgba(0, 71, 171, 0.15);
    vertical-align: bottom;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    
}
.complemento{
    background-color: #002695; 
    height:10%;
}

@media (max-width: 600px){
    .usuario ul{
        display: inline;
        color:white;
        vertical-align: bottom;
        text-align: left;
        position: absolute;
        top: 3%; left: 65%;
        font-size: 1em;
        text-transform: uppercase;
    }
    .icones-principal{
        margin: 0 2% 0 2%;
        width: 96%;
        text-align: center;
    }
    .logo img{
        width: 196px;
    }
    .logo{
        height: 300px;
    }
    .icones{
        display: inline-block;
        margin: 0 0 3% 3%;
    }
    .cartao{
        border: 1px solid black;
        display: inline-block;
        width: 140px; 
        height: 140px;
        
    }
    .cartao-title{
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    }
    .botao{
        width: 140px; 
        height: 140px; 
    }
}
@media (max-width: 330px){
    .usuario ul{
        top: 1%; left: 60%;
        font-size: 0.8em;
        text-transform: uppercase;
    }
    .logo img{
        width: 155px;
    }
    .icones{
        display: inline-block;
        margin: 0 0 1% 1%;
    }
    .cartao{
        border: 1px solid black;
        display: inline-block;
        width: 120px; 
        height: 120px;
        
    }
    .botao{
        width: 120px; 
        height: 120px; 
    }
    .cartao-title{
        font-size: 1.1em;
        margin: 5px 0 5px 0;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    }
}
