﻿.float-banner {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsIcon {
    margin-top: 10px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
}

.float-banner-privacity {
    /*position: absolute;*/
    /*left: 2%;*/
    /*margin-top: 500px;*/
    /*  width: 200px;
    height: 200px;
    margin-top: 200px;
    margin-left: -200px;*/
    /*z-index: 9999;*/

    position: fixed;
    width: 100%;
    height: 100px;
    bottom: 0px;
    color: #FFF;
    text-align: left;
    z-index: 101;
    padding: 30px;
    background: #23252e;
    opacity: 95%;
}

.colorBackgroudBlueGerar {
    background: #25a6db;
}

.colorTextBlueGerar {
    color: #25a6db;
}

.botaoOkConsentimento {
    background: #25a6db;
    font-weight: bold;
    color: #fff;
    margin-top: 0px;
    height: 50px;
    width: 50px;
}

    .botaoOkConsentimento:hover {
        background: #fff;
        font-weight: bold;
        color: #25a6db;
        margin-top: 0px;
        height: 50px;
        width: 50px;
    }

.politicaPrivacidadeLink {
    color: #25a6db;
    font-weight: bold;
}

    .politicaPrivacidadeLink:hover {
        color: #939394;
        font-weight: bold;
    }


.privacyContainer {
    margin-top: 150px;
    margin-bottom: 60px;
}

#textTermo p {
    margin: 0px !important;
}
