        div#logo {
            background-image: url("../CreditBox/CreditBoxLogoByVadu.jpg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            width: 150px;
            margin: -7px;
            margin-left: 17px;
            height: 55px;
        }

        div#logo-small {
            background-image: url("../CreditBox/CreditBoxLogoByVadu.jpg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            width: 216px;
            height: 59px;
        }

        #logo.white-version {
            background-color: #fff;
            text-align: center;
            margin-top: 0px
        }

        .color-line-white{
            height: 6px;
            background: #ffffff;
            background-size: 100% 6px;
            background-position: 50% 100%;
            background-repeat: no-repeat;
        }

        #body {
            background-size: contain;
            background-color: #eaeaea;
        }

        #footer>.rodape {
            color: white;
            background-color: #34495e;
            padding: 5px;
        }

        #footer>.rodape .col-sm-2 {
            padding-top: 10px;
        }

        #footer span {
            font-weight: 400;
            display: block;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.6);
        }

        .btn-primary-inverse.btn-outline {
            color: inherit;
            background-color: transparent;
            transition: all .5s
        }

        .btn-primary-inverse.btn-outline {
            color: #fff
        }

        .btn-primary-inverse.btn-outline:hover {
            color: #34495e
        }

        .btn-primary-inverse {
            background-color: #fff;
            border-color: #fff;
            color: #34495e
        }

        .btn-primary-inverse:hover,
        .btn-primary-inverse:focus,
        .open .dropdown-toggle.btn-primary-inverse {
            background-color: #fff;
            border-color: #fff;
            color: #34495e
        }


        .btn-primary-inverse:active,
        .btn-primary-inverse.active {
            background-color: rgb(200, 200, 200);
            border-color: rgb(200, 200, 200);
        }

        .fonte3x{
            font-size: 3em;
        }

        .navbar-nav > li > a {
            line-height: 28px !important;
        }

        @media only screen and (max-width: 768px) {
            /* For mobile phones: */
            div#logo-small {
                background-image: url("../CreditBox/CreditBoxLogoByVadu.jpg");
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                width: 188px;
                height: 51px;
                margin-top: 3px;
            }
          }

        .selo-ssl {
            /* serve para esconder o (r) distorcido que tem a direita da imagem */
            overflow: hidden;
            width: 123px;
        }

        .linha-cinza{
            border-bottom: inset;
        }

        .popover {
            border-radius: 0px;
            max-width: 20%;
        }
        
        .popover-content {
            text-align: justify
        }

        .cor-titulo-popover{
            color: #62cb31;
            font-weight: 100
        }
