div#modalAlertas {
    z-index: 99999;
}
.body{
    background-color: #EEEEEE;
    position: relative;
    width: auto;
}
.bodyBook {
    background-color: #FFFFFF;
}
.bodyPagamento, .bodyConfirmacao {
    background-color: #FFFFFF;
}
.bodyProdutos {
    background-color: #EEEEEE;
    position: relative;
    width: auto;
}
.sectionHome{
    min-height: 600px;
}
.footerHome {
    position: relative;
    bottom: 0;
}
.margenPadrao {
    margin-top: 3%;
}
.marginTop {
    margin-top: 5%;
}
.font-tahoma {
    font-family: 'Tahoma';
}
.font-montserrat {
    font-family: 'Montserrat';
}
.modal-open .modal-backdrop.in:nth-child(2) { opacity: .5 }
.modal-backdrop.in { opacity: 0 }
/* ------------------linha enfeite----------------------- */
.enfeiteLinha {
    margin-left: 8%;
}
.linha2Baixo {
    margin-top: 3%;
    margin-bottom: 3%;
}
.ladoEsquerdoLinha {
    border-top: solid 1px #909090;
}
.centroLinha {
    border-top: solid 2px #2A4472;
    position: relative;
    bottom: 0px;
    
}
.ladoDireitoLinha {
    border-top: solid 1px #909090;
}
.letraRecado {
    font-family: 'Montserrat';
    font-size: 16px;
}

/* -------------------------------PopUp----------------------------- */
.posicaoPopUp {
    position: fixed;
    bottom: 3%;
    z-index: 9999;
    transition: .3s ease-in-out;
    background: #fff;
    left: 10px;
    right: 10px;
    padding: 20px;
    box-shadow: 0 0 10px #aaa;
    border-radius: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    /* Efeito para fechar popup após confirmação (ta no javascript) */
    /* -webkit-transform: translateY(300px); */
    /* -ms-transform: translateY(300px);
    transform: translateY(300px); */
}
.btnPopup {
    border: solid 1px #2A4472;
    background-color: #FFFFFF;
    color: #2A4472;
    width: 100%;
    margin-top: 5%;
}
#fontLgpd {
    font-family: 'Montserrat';
    font-size: 14px;
}
.linkLGPD {
    color: #2A4472;
    font-weight: bold;
}
.linkLGPD:hover {
    color: #2A4472;
    text-decoration: underline;
}