.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;
}

.btn_producto {
	border:10px solid #F39C12;
	padding: 6% 25% 4% 10%;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
	color: #000000!important;
	border-radius:10px;
	font-size: 16px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}

.text__btn {
   vertical-align: super;
}

.productos__btn-icon {
    color: #7A7A7A!important;
    font-size: 34px!important;
    margin-left: -28px!important;
    padding-right: 10px!important;
}

.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;
}