.body-informacoes {
    opacity: 1;
    height: 100%;
    padding-top: 83px;
}

@media(max-width:960px) {
    .body-informacoes {
        opacity: 1;
        height: 100%;
        margin-bottom: 3.5em;
    }
}

.titulo-informacoes {
    text-align: center;
    font: normal normal bold 30px/52px Segoe UI;
    letter-spacing: 0px;
    color: #1885A2;
    opacity: 1;
    margin-bottom: 0.5em;
}
@media(max-width:960px) {
    .titulo-informacoes {
        font: normal normal bold 30px/52px Segoe UI;
        color: #1885A2;
        opacity: 1;
        margin-bottom: 0.5em;
        margin: 0 2em;
    }
}
.bottom-menu-informacoes div {
    width: 60vw;
}
.text-termo-normas{
    font-size: 12px;
    margin-bottom: 30px;
    padding: 15px;
    width: 550px;
}

.titulo-e-passe {
    text-align: left;
    font: normal normal 600 35px/47px Segoe UI;
    letter-spacing: 0px;
    color: #12A0C2;
    opacity: 1;
    margin-bottom: 20px;
}

.titulo{
    margin-top: 2em;
}

.metade-esquerda-informacoes {
    width: 50%;
    border-radius: 0px 0px 21px 21px;
    margin: 0em 3em 1em auto;
    height: auto;
}

.img-empresa-grande{
    width: 80%;

}

.titulo-footer {
    margin-top: 2em;
    text-align: left;
    font: normal normal 600 24px/32px Segoe UI;
    letter-spacing: 0px;
    color: #43463F;
    text-transform: uppercase;
    opacity: 0.47;
}

.titulo-duvidas {
    text-align: center;
    font: normal normal 30px/52px sans-serif;
    letter-spacing: 0px;
    color: #fff;
    background: #003366;
    border-radius: 10px;
    opacity: 1;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.icones-footer img{
    width: 7rem;
    padding: 10px;
}

.bottom-menu-informacoes {
    align-content: center !important;
    justify-content: center !important;
    display: flex !important;
    margin-bottom: 3rem !important;
    height: 100% !important;
    width: 100% !important;
    margin-left: 0px;
}

.bottom-itens-informacoes:hover {
    background-color: #003366;
    color: #ffffff;
}

.bottom-itens-informacoes {
    background-color: #F8C300;
    border-radius: 10px;
    margin-bottom: 2px;
    color: #003366;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: bold;
}

.bottom-itens-info {
    margin-top: 1em;
    text-align: left;
    font: normal normal 700 15px/23px Segoe UI;
    letter-spacing: 0px;
    color: #0d4496;
    width: 100%;
}


#ListInfo .dx-list-item-content, #ListInfo2 .dx-list-item-content, #ListInfo3 .dx-list-item-content {
    overflow: hidden;
    background-color: #D9E1E8;
    margin-bottom: 2px;
    border-radius: 10px;
    border-bottom: solid 3px white;
    color: #434343 !important;
}

#ListInfo .dx-list-group-header, #ListInfo2 .dx-list-group-header, #ListInfo3 .dx-list-group-header {
    font-weight: 700;
    padding: 10px 0px;
    background: rgba(238,238,238,.05);
    color: #333;
    border-bottom: 0px;
    border-top: 0px;
}

#ListInfo .dx-list-item, #ListInfo2 .dx-list-item, #ListInfo3 .dx-list-item {
    border-top: 0px;
    border-top: 0px;
    color: #333;
}

#ListInfo .dx-list-item.dx-state-hover, #ListInfo2 .dx-list-item.dx-state-hover, #ListInfo3 .dx-list-item.dx-state-hover {
    background-color: white;
    color: #ffffff;
}

#ListInfo .dx-list-item.dx-state-active, #ListInfo2 .dx-list-item.dx-state-active, #ListInfo3 .dx-list-item.dx-state-active {
    background-color: white;
    color: #ffffff;
}

#ListInfo .dx-list-item.dx-state-focused, #ListInfo2 .dx-list-item.dx-state-focused, #ListInfo3 .dx-list-item.dx-state-focused {
    background-color: white;
    color: #ffffff;
}

.bottom-itens-text-informacoes {
    border-bottom: solid 1px lightgrey;
    padding: 0.8em 0em;
    color: #434343 !important;
    font-size: 15px;
    font-weight:600;
}

.list-container {
    border-bottom: solid 1px lightgrey;
    padding: 0.8em 0em;
    color: #434343 !important;
}
#informacoes-items a {
    color: #313b44 !important;
}

#informacoes-items a:hover {
    color: #0056b3 !important;
    text-decoration: underline;
}

@media(max-width:768px) {
    .metades {
        flex-direction: column;
    }

    .titulo-e-passe {
        text-align: center;
    }

    .metade-esquerda-informacoes {
        width: 40em;
        text-align: center;
        margin: auto auto 3em;
    }
}

