/**
Theme Name: Hatten Inmobiliaria
Author: Interactiva
Author URI: https:interactivasys.com
Description: Un tema creado para la inmobiliaria hatten
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hatten-inmobiliaria
Template: astra
*/
/*definimos el ancho del scroll */
::-webkit-scrollbar{
	width: 20px;
}
/*definimos el color de fondo de de la barra de scroll */
::-webkit-scrollbar-track {
  background:rgba(250,125,35,1);
}
/*personalizamos el scroll*/
::-webkit-scrollbar-thumb{
background: #454444;
}