/* CSS ESPECIFICO */

:root {
		
}

html {
	scroll-padding-top: var(--header-height-movile);
	scroll-behavior: smooth;
}

.display-md,
.mobile-only {
	display: none;
}

div.cky-revisit-bottom-right {
    bottom: 60px;
}



@media (max-width: 767px) {
	html {
		scroll-padding-top: var(--header-height-desktop);
	}
	.display-md {
			display: block;
	}
}

