.bth_hefesto {
	display: block;
    line-height: 1;
    background-color: #BA0715;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    font-size: 15px;
    font-weight: 500;
}

.bth_hefesto:hover { 
	 background-color: white;
	 color: black;
}

#msgerror, #msgerrorService {
	font-size: 10px;
  	color: red;
}

#msgpass, #msgpassService {
	font-size: 10px;
  	color: green;
}

#enviar-cotizacion, #enviar-cotizacion-mantencion {
	background:#A30814!important;
	color:white!important;
}

#enviar-cotizacion:hover, #enviar-cotizacion-mantencion:hover {
	background:#2A2214!important;
	border-color:#2A2214!important;
}

#cerrar-modal-cotizacion:hover {
	background:#A30814!important;
	color:white!important;
}

.pac-container {
    z-index: 9999!important;
}