.loader-wrapper {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #fff;
    background-image: url("../../assets/imgs/hexagonloader.gif") !important;
    /* background-size: 298px 298px; */
    background-position: center;
    background-repeat: no-repeat;
}


@media only screen and (max-width: 787px) {
    body {
        background-image: url("../../assets/imgs/bg6.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        margin: 0px;
    }
    
    .txt-termo-container {
        width: 90% !important;
        
    }

    .txt-termo-container-cobrar {
       
        width: 90% !important;
    }

}

@media only screen and (max-width: 535px) {
    .img-logo-termo {
        content: url("../../assets/imgs/nectar2-vertical.png") !important;
    }

    .img-logo-termo {
        height: 150px !important;
    }
}

    body {
        background-image: url("../../assets/imgs/bg1.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .img-logo-termo {
        /*content: url("../../assets/imgs/sgc-logo.png");*/
        /*content: url("../../assets/imgs/nectar.png");*/
        content: url("../../assets/imgs/nectar2.png");
        margin: 0 auto;
        margin-bottom: 20px;
    }

.txt-termo-container {
    width: 55%;
    font-size: 14px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
   
}

.txt-termo-container-cobrar {
    width: 55%;
    font-size: 14px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    margin-top: 20px;
}

.table {
    TEXT-ALIGN: left;
    background-color: white;
}

.data-termo{
    text-align:right;
}

.btn-voltar-container {
    width: 100%;
    bottom: 2em;
    position: fixed;
    z-index: 1000;
    color: white;
    font-size: 12px;
}
.btn-voltar-content {
    box-shadow: 0px 0px 5px 1px #999;
    background: #2e3467;
    border-radius: 29px;
    padding: 12px;
    width: 80px;
    margin-left: 2em;
    text-align: center;
}

.icone-voltar-termo {
    color: white;
    font-size: 14px;
    margin-right: 5px;
}

.btn-voltar-txt {
    color: white;
    font-size: 14px;
   
}
 a.btn-voltar-txt:link {
    text-decoration: none !important;
    cursor:default;
    font-family:Arial;
    
}