.form-catalogo, .whatsapp-preform {
	width: 35rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border: 1px solid #9d0d06;
	border-radius: 4px;
	animation-duration: 0.5s;
	z-index: 999;
}

.form-catalogo_header {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 2rem 0 2rem;
}

.form-catalogo_header h1 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #9d0d06;
	margin: 0.5rem 0 !important;
}

.form-catalogo_header p {
	font-size: 0.9rem;
	color: #7a7a7a;
}

.form-catalogo_header button {
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
	border: 1px solid #9d0d06;
	color: #9d0d06;
	width: 2.5rem;
	height: 2.5rem;
}

.form-catalogo_header button:hover {
	background: #9d0d06;
	color: #fff;
}

.form-catalogo_header button:focus {
	outline: 1px solid #9d0d06;
}

.b24-form-field.b24-form-field-string.b24-form-control-string:nth-of-type(4) {
	display: none;
}

#background-full, .whatsapp-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000;
	opacity: 0.5;
	z-index: 998;
}

.none {
	display: none !important;
}

.form-catalogo .b24-form-header-padding {
	padding: 0 !important;
}

.whatsapp-btn {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 25px;
	right: 35px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 1px 1px 2px #888;
	z-index: 1000;
}

.whatsapp-btn svg {
	padding:8px;
	fill:#fff;
}

.whatsapp-close-btn {
	background-color: #fff !important;
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: 1px solid #9d0d06;
	color: #9d0d06;
	width: 2.8rem;
	height: 2.5rem;
	z-index: 1000;
}

.whatsapp-close-btn:hover {
	background-color: #9d0d06 !important;
	color: #fff;
}