    .h2_novo  h2{
        color: #f58e1d !important;
        font-size: 20px !important;
        margin: 0px 0 !important;
    }
    .laranja {
        color: #f58e1d;
    }
    .laranja2 h3{
        color: #f58e1d !important;
        font-size: 20px;
    }
    #hover:hover h3{
        color: #FFFFFF !important;
    }

    .box-laranja {
        background-color : #f78e00;
        border-radius    : 3px;
        width            : 80%;
        height           : 140px;
        margin           : 120px auto;
    }

    .titulo-orcamento {
        color       : #f78e00;
        font-size   : 26px;
        border      : 0;
        margin      : 0;
        padding     : 0;
        font-family : 'Lato',sans-serif;
    }

    .titulo-orcamento2 {
        color: #5f5f5f;
        font-size: 24px;
    }

    .texto-orcamento {
        color: #5f5f5f;
        font-size: 20px;
    }

    .numero {
        color: #e75b4f;
        font-size: 56px;
    }

    .box-laranja h2 {
        padding-top: 15px !important;
        font-size   : 21px;
        color       : #FFF;
        text-align  : center;
        font-weight : bolder;
    }

    .box-laranja input[type=text] {
        border-radius    : 3px;
        background-color : #FFF;
        font-size        : 21px;
        width            : 80%;
        margin-left      : auto;
        margin-right     : auto;
        padding          : 0 15px;
    }

    .center-content-orcamento_grey {
        background: #E4E3E0;
        min-height: auto;
        margin-bottom: 20px;
        clear: both;
        padding: 20px
    }
    .center-content-orcamento_white {
        background: #FFF;
        min-height: 550px;
        margin-bottom: 20px;
        clear: both;
        padding: 20px 0;
    }
    .btn-primary {
        font-size: 22px !important;
    }
/*
    .btn-primary {
        border           : 1px solid #FFF;
        border-radius    : 3px;
        background-color : #f78e00 !important;
        box-shadow       : 0px 7px 0 -2px #d67900;
        font-size        : 10pt !important;
        color            : #FFF;
        float            : right;
        width            : 120px;
        height           : 30px;
        margin           : 12px;
    }

    .btn-primary:hover {
        border           : 1px solid #FFF;
        background-color : #d67900 !important;
        font-size        : 10pt !important;
    }

    .btn-group-xs > .btn, .btn-xs {
        padding       : 1px 5px;
        font-size     : 12px;
        line-height   : 1.5;
        border-radius : 3px;
    }
*/
        .overlay {
            margin: 24px;
            width: 236px;
            position: relative;
            float: left;
            border: 1px solid #e1e1e1;
            box-shadow: 3px 3px 3px #e1e1e1;
            background-color: #fff;
        }
        .overlay:hover {
            color:#FFF !important
        }
        .overlay-panel {
            background-color:rgba(0, 0, 0, 0.5);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 10px;
            height: 50%;
            text-align: center;
        }
        .overlay-panel a {
            opacity: 1 !important;
            font-size: 18px !important;
            color:#FFF !important;
            text-decoration: none;
            line-height: 25px;
            display: block;
        }

    @media (max-width: 480px) {
        .form-pesquisa {
            width: 100%;
        }
        .overlay {
            margin-right: auto !important;
            margin-left: auto !important;
            float: none !important;
        }
        .overlay img {
            width: 100%;
        }
        .overlay .overlay-panel a {
            height: auto;
        }
        .laranja2 h3 {
            font-size: 22px !important;
        }
    }


    .form-pesquisa {
        border-radius: 3px;
        position:relative;
        width: 60%;
        height: 160px;
        margin: 20px auto;
        padding: 20px;
        text-align: center;
    }
    .form-pesquisa .btn-primary {
        margin: 0;
    }
    .error {
        color: #5f5f5f !important;
    }
    #clipping {
        background-color: #FFF !important;
    }