/* Dominican Destination B2B - estilos frontend */

.dd-b2b-sep { margin: 18px 0; border: 0; border-top: 1px solid #e6e9ef; }

.dd-b2b-toggle {
	width: 100%;
	padding: 11px;
	background: #16376b;
	color: #fff;
	border: 0;
	border-radius: 10px;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}
.dd-b2b-toggle:hover { background: #0f2650; }

.dd-b2b-form-caja { margin-top: 14px; }
.dd-b2b-intro { margin: 0 0 12px; font-size: .85rem; color: #6b7280; }

.dd-b2b-form label {
	display: block;
	margin-bottom: 12px;
	font-size: .85rem;
	font-weight: 600;
	color: #1f2a44;
}
.dd-b2b-form input {
	width: 100%;
	margin-top: 5px;
	padding: 11px 13px;
	border: 1px solid #e6e9ef;
	border-radius: 9px;
	font: inherit;
}

.dd-b2b-barra {
	background: #16376b;
	color: #fff;
	text-align: center;
	padding: 10px 16px;
	font-size: .88rem;
	font-weight: 600;
}

.dd-b2b-precio-eti {
	display: inline-block;
	padding: 2px 8px;
	background: #f5a623;
	color: #16376b;
	border-radius: 6px;
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	vertical-align: middle;
}

.dd-b2b-aviso {
	position: fixed;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	z-index: 2000;
	max-width: 480px;
	padding: 14px 44px 14px 18px;
	border-radius: 12px;
	font-size: .92rem;
	box-shadow: 0 20px 50px -20px rgba(0,0,0,.5);
}
.dd-b2b-aviso--ok { background: #e7f7ee; color: #1a7f4b; border: 1px solid #b6e6c9; }
.dd-b2b-aviso--err { background: #fdeaea; color: #a3282f; border: 1px solid #f3c2c2; }
.dd-b2b-aviso button {
	position: absolute;
	top: 8px;
	right: 10px;
	background: transparent;
	border: 0;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	color: inherit;
}
