/*
*/

body {font-feature-settings: 'lnum' 1;}

/*
/*-- Main menu --*/

@media only screen and (min-width:992px) {

}

.page-id-121 .elementor-element-34dba754 {
	display: none;
}

.estatetooltip {
    display: block;
    position: absolute;
    border: 1px solid #2E615B;
    background-color: #2E615B;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    z-index: 999999999999999999;
    opacity: 1;
}

/*-- Icon Scroll --*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

.container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.field {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 40px;
}

.mouse {
	width: 40px;
	height: 70px;
	border: 2px solid #cac6ad;
	border-radius: 60px;
	position: relative;
	&::before {
		content: '';
		width: 12px;
		height: 12px;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #cac6ad;
		border-radius: 50%;
		opacity: 1;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	}
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}
