.estilocotizador{
	font-family: 'Roboto', sans-serif!important;
}

#Total{
	font-size: 2em;
	color: white;
	font-weight: bold;
}

.precioGris{
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
}
.barraProgreso{
    margin-bottom: 70px;
    margin-top: 50px;
}
.barraProgreso button
{
    -webkit-appearance: none;
    outline: none;
    border: 0;
    background: transparent;
}

.progress{
    margin-top: 9px;
}

.modal-header{
    background-color: #4D4D4F;
    color: white;
}

.modal-body{
    background-color: #E5E6E6;
    color: black;
}

.modal-footer button{
    border-width: 0px;
    background-color: #4D4D4F;
    color: white;
}

.panelExito{
    float: none;
    margin: auto;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 4px 5px 0px rgba(153, 153, 153, 0.75);
    width: 820px; 
    min-height: 190px;
    background-color: #4D4D4F;
    margin-bottom: 15%;
}

.panelError{
    background-color: #FCF8E3 !important;
}

#pasosNavs a, #cocina a, #accesorios a{
    color: #4D4D4F;
    font-size: 0.9em;
}

#tablaExtras a{
    color: #4D4D4F;
    text-decoration: none;
}

#tiposCamionTabs a{
    color: #4D4D4F;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background-color: #ffcf01 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-size: 1.05em !important;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before{
    margin:0;
}

#btnCotizar{
    font-weight: bold;
    font-size: 1.1em;
    background-color: #ffcf01;
    border: 2px solid #ffcf01;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 50px;
    border-radius: 5px;
    margin: 0 0 0 12px;
    margin-top:8%;
    margin-bottom:8%;
}

@media only screen and (min-width: 768px) {
    .totales{
	position: fixed !important;
	position: absolute; /*ie6 */
    bottom: 3%;
    right:2%;
    height: 50px;
    line-height: 50px;
    width: 180px;
    background-color: #4D4D4F;
	border-radius: 10px;
	vertical-align: middle;
    z-index: 5;
    }

    .titulo{
        font-size: 1.3em;
    }

    .subtitulo{
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .totales{
    		margin:auto;
    	    height: 50px;
    	    line-height: 50px;
    	    width: 180px;
    	    background-color: #4d4d4f;
    		border-radius: 10px;
    		vertical-align: middle;
            z-index: 5;
    }
}




