
    .plus-sign:after {
        content: "+";
    }
    .plus-count:after {
        content: "M";
    }   
    .whats_contato {
        position: fixed;
        bottom: 8px;
        right: 15px;
        transition: 1s;
        z-index: 7050;
    }
    .privacidade_cookie {
        position: fixed;
        bottom: 0px;
        background: #007bff;
        color: #fff;
        width: 100%;
        height: 75px;
        text-align: center;
        padding: 10px;
        transition: 1s;
        z-index: 7000;
    }
    @font-face {
        font-family: Nunito;
        src: url(../fonts/Nunito-Regular.ttf);
    }
    .font {
        font-family: Nunito !important;
        font-weight: 500;
        line-height: 1.2;
        font-size: 3rem;
        letter-spacing: 3px;
    }
    .c1 {
        color: #007bff;
    }
    .c2 {
        color: #6c757d;
    }
    .site-mobile-menu {
        z-index: 7300;
    }
    .site-navbar .site-navigation .site-menu .dropdown .active {
        color: #4285f4 !important;
    }
    .containers {
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .texts {
        font-weight: 100;
        font-size: 3rem;
        letter-spacing: 3px;
        color: #000000;
        font-family: Nunito !important;
    }
    .duds {
        color: #007bff;
    }
    @media (max-width: 810px) {
        .privacidade_cookie {
            height: 105px;
        }
    }
    @media (max-width: 460px) {
        .privacidade_cookie {
            height: 215px;
        }
        .g-recaptcha {
            transform: scale(0.84);
            transform-origin: 0 0;
        }
        .texts {
            font-weight: 100;
            font-size: 1.5rem;
            color: #000000;
            font-family: Nunito !important;
        }
    }
    @media (max-width: 991px) {
        .cleancol {
            display: none;
        }
    }
