.infoModal {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.infoModal p {
    padding: 0 15px 0 0;
    margin: 0 !important;
}
.text-lgpd {
    text-align: center;
}
.row-direction {
    flex-direction: row;
}
.link-lgpd {
    color: #00387a;
}
.link-lgpd:hover {
    color: #00234c;
}
.modal-lgpd {
    top: unset!important;
}
.modal-90 {
    max-width: 50%;
}
.btn-modal{
    max-height: 40px;
    color: #ffffff!important;
    background-color: #00387a!important;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px !important;
    font-weight: 400;
    text-transform: none;
    border-radius: 5px!important;
}
.btn-modal:hover {
    border: 1px solid #00234c;
    background-color: #00234c !important;
}
.lgdp-modal-open{
    overflow: auto!important;
}
.hidden-backdrop{
    display: none!important;
}
@media (max-width:500px){
    .text-lgpd {
        text-align: center;
    }
    .modal-90 {
        max-width: 100%;
    } 
    .row-direction {
        flex-direction: column;
    }
    .btn-modal {
        margin-bottom: 5px;
    }
}
@media (max-width: 1160px){
    .infoModal {
        flex-direction: column;
    }
    .infoModal p {
        padding: 0 0 10px 0;
    }
}
.animationTremer {
    animation: treme 10s infinite;
}
@keyframes treme {
    4.5%, 10.5% { transform: rotate(0deg); }
    5% { transform: rotate(3deg); }
    5.5% { transform: rotate(0deg); }
    6% { transform: rotate(-3deg); }
    6.5% { transform: rotate(0deg); }
    7% { transform: rotate(3deg); }
    7.5% { transform: rotate(0deg); }
    8% { transform: rotate(-3deg); }
    8.5% { transform: rotate(0deg); }
    9% { transform: rotate(3deg); }
    9.5% { transform: rotate(0deg); }
    10% { transform: rotate(-3deg); }
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom{
    margin-right: 0!important;
}