/****** PLACE YOUR CUSTOM STYLES HERE ******/
.btn-lg {
    height: 50px;
    line-height: 46px;
    min-width: 122px;
}

.alert {
    font-size: 14px;
}

.radionButtonCustonCSs2 {
    /*  margin: -10px;*/
    zoom: 150%;
    text-align: right;
}

.btnDataModelo {
    color: #2b2033 !important;
    border: 1px solid #ccc;
}



.alert-danger {
    background-color: #c64444;
}

.alert-success {
    color: white;
    background-color: #60b963;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

    img.grayscale:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
    }

.pb180 {
    padding-bottom: 100px;
}

.title {
    background-color: rgba(0,0,0,.6);
    padding: 10px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}


@media (max-width: 768px) {
    .pinha {
        height: 210px;
        margin-top: -20px;
        padding-bottom: 20px;
    }

    .divContato {
        margin-top: 60px;
        padding: 20px;
        text-align: center;
    }

    .pinhaInterna {
        height: 240px;
    }


    .divFotoBackgroundHome {
        margin-top: -150px;
        background-color: aqua;
    }

    .sectionPrincipalHome {
        height: 517px;
        padding-top: -100px;
        margin-top: -111px;
    }

    #ListaCaracteristicas {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .divPinha {
        padding-bottom: 20px;
        padding-top: 50px;
    }
}


.background-multiply .background-image-holder {
    background-color: #06537b !important;
}

.bg-primary {
    background: #2c1d38 !important;
}


/*RadionButton do novo modelo de orçamento*/
.radionButtonCustonCSs {
    width: 100px;
    height: 40px;
    margin-top: -500px;
    zoom: 300%;
    /*border-radius: 25px;
            border: 1px solid #06537b;
            cursor: pointer;
            margin-top: 100px;
            padding-top: 100px;*/
}

.lblCssTextoRadionButtnon {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 14px
}

.divCssRadionButton {
    margin-bottom: -15px;
    margin-top: -10px;
}
