﻿

.space-menu {
    height: 69px;
}


icone-link {
}

.proposta.proposta-container {
    color: #fff;
    padding: 50px 20px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #e37911;
}

.section-title-price {
    text-align: left;
}

.home .proposta .btn-radio-option:hover {
    background-color: #445963;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #193543;
}

.btn-area {
    border: 0px solid #e37911;
}


.home {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed; 
    background-color: #193543;
	display: table;
	width: 100%;
	/*height: 100%;*/
	min-height: 93.7%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}

.home .proposta input, .home .proposta .btn {
    padding: 12.9px;
    border: 1px solid #F0F0F0;
    margin: 7px 0px;
}

.home .proposta textarea {
    width: 100%;
    height: 193px;
    padding: 13px;
    color: #444;
    background: #fff;
    border: 1px solid #F2F2F2;
    margin-top: 7px;
    margin-right: 15px;
    -webkit-border-radius: 2px;
}


.proposta-div-submit { margin:40px 0px 0px 0px;}





.numFrota {
    font-size: 3em;
    margin-left: 15px;
}


.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: orange;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: orange;
        cursor: pointer;
    }


    .destaque {
        color: #e37911;
    }

    .ldestno{
        padding:10px;
    }
