/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
	--helipagos-primary: #53BAAB;
	--icon-error-color: #727374;
    padding: 0;
    margin: 0;
}

.card {
    background-color: #fff;
    padding: 20px !important;
}

.btn {
	color: #fff;
}

.btn-checkout,
.procesoPago {
	border-radius: 4px !important;
    border: 0px;
}

.bg-helipagos,
.procesoPago {
	background-color: var(--helipagos-primary) !important;
}

.color-helipagos {
	color: var(--helipagos-primary);
}

.color-helipagos-obs {
	color: #3a8277;
}

.bg-helipagos:hover {
	color: #fff;
	background-color: var(--helipagos-primary) !important;
}

.btn-pagar-helipagos {
    color: #fff;
    padding: 0.375rem 0.75rem !important;
    display: unset !important;
}

#form-checkout {
	padding: 0px 20px;
}

.card-header-generico {
	padding-left: 0 !important;
} 

.header-tarjeta {
	padding-left: 0 !important;
	margin-bottom: 0 !important;
} 

.c-input-data {
	border: 1px solid #dee2e6 !important;
}

.c-input-data {
	border-radius: 4px !important;
}

.card .line {
	border-top: 1px solid #dee2e6 !important;
}

.header-tarjeta {
	text-align: left !important;
}

#cupon {
	padding: 0 !important;
}

.card-header-notification {
	border-bottom: 0;
}

.h5-title-notification {
	color: #fff;
	font-weight: 500;
}

.card-body-notification {
	padding: 20px !important;
}

.wrapper-instruction div {
	padding: 0 20px;
}

.container-comprobante {
	max-width: unset !important;
}

.font-s14-w500 {
	font-size: 14px;
    font-weight: 500;
}

.icon-error-color {
	color: var(--icon-error-color);
}

.text_bomberos{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text_bomberos h4{
	font-weight: 600;
    line-height: 0.8;
}

.img-iconos-emsa {
    width: 40%;
    display: flex;
    justify-content: end;
}
.text-btn-emsa {
    width: 60%;
    display: flex;
}

.btn-mate-rojo{
	background: #0069B4;
	display: flex;
}

.btn-coop-sj-dormida{
	background: #01982C;
	display: flex;
}

#btn-sj-dormida:hover{
	background: #01982C;
	opacity: 0.6;
}

.btn-coop-sj-dormida:hover{
	background: #01982C;
	opacity: 0.6;
}



@media only screen and (max-width: 425px) {
	.w-sm-fullsize {
		width: 100% !important;
	}
}