
	.formCustom {
		width: 260px;
		position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1001;
    background: #f3f2ed;
    padding: 40px 20px 20px 20px;
		box-shadow: 5px 5px 5px -1px #ccc;
		display: none;
	}

	.formCustom .closeCustom {
		border: 0;
    background: #FFF;
    padding: 0;
    position: absolute;
    top: -15px;
    right: -11px;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
	}

	.buttonCorretor {
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 1000;
		background: #2b443b;
    color: #FFF;
    border: 0;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
	}

	.buttonCorretor:hover {
		background-color: #925d14;
	}

	.buttonCorretor img {
		width: 19px;
    filter: invert(1);
	}
