* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #EDEFF2;
}

a {
    text-decoration: none;
}

.menu {
    display: none;    
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100vh;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    padding: 20px;
    overflow: auto;
}

.modal-title {
    color: #0F927A;
}

.login-box-msg {
    color: #0F927A;
}

.menu-title {    
    width: 100%;
    padding: 0 0 16px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EDF2F1;
}

.menu-item {
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #EDF2F1;
    color: #333;    
    font-size: 16px;
    font-weight: 600;
}

.submenu-item {
    display: flex;
    padding: 16px;    
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.report-item {
    display: flex;
    padding: 16px;
    font-size: 14px;
    color: #0F927A;   
    border-bottom: 1px solid #EDF2F1;
    transition: all .2s ease-in-out;
    font-weight: 600;   
}

.report-item:hover {
    text-decoration: none;
    cursor: pointer;
    color: #0F927A; 
}

.header-portal {
    width: 90%;
    background: #FFF;
    margin: 0 auto;
    padding: 24px;
    border-radius: 0 0 24px 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portal-rodape {
    align-items: center;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px;
}

.icon-menu {
    position: absolute;
    top: 24px;
    left: 24px;
}

.button-back {
    position: absolute;
    top: 24px;
    left: 24px;
}

.button-login {
    background: #0F927A;
    color: #ffffff;
}

.button-login-report {
    background: #0F927A;
    color: #ffffff;
    border: none;
    margin-top: 12px;    
    width: 100%;
}

.button-share {
    background: #0F927A;
    color: #ffffff;
    border: none;
    width: 99%;
}

.link-input {
    width: 99%;    
}

.link-title {
    text-align: left;
}

.report-title {
    position: absolute;
    top: 24px;
    left: 100px;
}

.navigate-title {
    color:#0F927A;
}

.modal-footer {
    right: 500px;
}

.header-title {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin: 80px 0 20px 0;
}

.header-logo {
   width: 80%;
   height: 260px;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;

}

.header-logo-home {
    width: 80%;
    height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

 }

.alert-share {
    color:#0F927A; 
    float: left;
    margin-left: 12px;
}

.alert-error  {
    color:#ac3737;
}

.header-input {
    width: 50vw;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #E0E1E3;
    margin-top: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}

.login-input {
    width: 100%;
    height: 25px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #E0E1E3;
    margin-top: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.header-input:focus {
    border: 1px solid #0F927A;
}

.header-open-menu {
    display: flex;
    gap: 16px;
    margin: 20px;
    color: #0F927A;
}

.portal-body {
    width: 80%;
    margin: 40px auto;
}

.portal-body-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.all-cards {
    display: flex;
    gap: 20px;
}

.all-cards-indicators {
    display: flex;
    gap: 20px;    
}

.card-indicator {    
    box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
    padding: 30px;
    margin: 20px;    
    height: 180px;
    transition: all 0.3s ease-out;
    background: #00a59a;
    padding: 24px;
    border-radius: 12px;
    display: flex;
    gap: 16px;
    color: #333;
    text-decoration: none;
    width: 100%;
    background-size: cover;
}

.card {
    background: #FFF;
    padding: 24px;
    border-radius: 12px;
    display: flex;
    gap: 16px;
    align-items: center;
    color: #333;
    text-decoration: none;
    width: 25%;
}

.a-indicator {
    max-height: auto;                
    position: relative;
}

.a-indicator, .a-indicator:hover  {    
    text-decoration: none;    
}

.card:hover {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

.card-icon {
    flex-basis: 25%;
    text-align: center;
}

.card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-text-indicator {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #00837B;
    top: 120px;
    left: 24px;    
    width: 10%;
    margin-top: 78px;    
}

.site-setor {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: clip;
}

.site-setor-indicator {    
    background: #FFF;
    opacity: 0.7;
    color: #00837B;
    position: relative;
    text-align: right;
    text-decoration: none;
    height: 46px;
    max-height: 46px;
    top: 68%;
    padding-right: 2%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    border: none;
    font-weight: 600;
    width: 180%;    
    left: 80px; 
}

.site-setor-indicator:hover {
    text-decoration: none;     
}

.img-site-index {
    width: 0 auto;    
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #00837B;
}

.card-badge {
    padding: 4px 8px;
    background-color: #EDF2F1;
    border-radius: 80px;
    font-size: 14px;
    width: fit-content;
    font-weight: bold;    
}

.tag-report {
    padding: 4px 8px;
    background-color: #EDF2F1;
    border-radius: 80px;
    font-size: 14px;
    text-align: center;    
    width: fit-content;
    align-items: center;
    font-weight: bold;
}

.results {
    width: 80%;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
}

.results-title {
    font-size: 14px;
    margin-bottom: 8px;
}

.results-report {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #EDF2F1;
    border-radius: 16px;
    color: #00837B;
    transition: all .2s ease-in-out;
}

.results-report:hover {
    transform: scale(1.01);
    text-decoration: none;
    color: #0F927A;
}

.report-details {    
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #EDF2F1;
    border-radius: 16px;
    color: #00837B;
    transition: all .2s ease-in-out;
}

.iframe {    
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}

.report-details:hover {
    background-color: #EDF2F1;
    transform: scale(1.01);
}

.login-report {    
    justify-content: space-between;
    align-content: center;
    padding: 4px;
    width: 50%;
    height: 50%;
    border-bottom: 1px solid #EDF2F1;
    border-radius: 16px;
    color: #00837B;
    transition: all .2s ease-in-out;
}

.login-report:hover {
    background-color: #EDF2F1;
    transform: scale(1.01);
}

.report-init {
    display: flex;
    align-items: center;
    gap: 8px;
}

.each-badge {
    padding: 4px 8px;
    background-color: #EDF2F1;
    border-radius: 80px;
    font-size: 14px;
    font-weight: bold;
}

.label-categorias {
    font-weight: 14px bold;
    font-size:14px;
}

.img-report {
    width:20px; 
    height:15px;
}

.img-arrow-back {
    width:40; 
    height:40px;
}

.img-search-report {
    width:50px; 
    height:50px;
}

.icon-report-restricted {
    width:30px; 
    height:30px;
}

.icon-category {
    width: 24px;
    height: 24px;
}

.icon-report {
    width: 30px;
    height: 30px;
}

.icon-arrow {
    width: 50px;
    height: 22px;
}

.icon-arrow-right {
    width: 40px;
    height: 30px;
}

@media screen and (max-width: 960px) {
    .header-portal {
        width: 100%;
    }
    .header-input {
        width: 100%;        
    }
    .all-cards {
        width: 100%;
        overflow: auto;
    }
    .all-cards-indicators {
        width: 100%;
        overflow: auto;
    }
    .portal-body {
        width: 90%;
    }
}  

.loading {    
    width: 25px;
    height: 25px;
}

.loading-index {
    float: right;
    margin-left: 99%;
}

.row-indicators {
  margin: 0 -5px;  
  display: flex;
  clear: both;
}

.column-indicator {
    float: left;
    width: 25%;
    height: 0 auto;
    padding-right: 10px;    
}

.card-indic {        
    text-align: center;
    width: 80%;
    height: 0 auto;
    background-color: transparent;
}

@media screen and (max-width: 600px) {
    .column-indicator {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
   .header-logo-home {
       background-image: url('../img/logo_transparencia_vertical.png');
   }

   .portal-rodape {
        background-image: url('../img/logo_unipampa_vertical.png');
   }
}

/* Desktop */
@media (min-width: 768px) {
    .header-logo-home {
       background-image: url('../img/logo_transparencia_horizontal.png');
   }

   .portal-rodape {
        background-image: url('../img/logo_unipampa_horizontal.png');
   }
}