@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
        url('../fonts/MaterialIcons-Regular.woff') format('woff'),
        url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "Tomato Grotesk";
   font-display: swap;
   src: url('../fonts/TomatoGrotesk-Regular.woff') format('woff'),
        url('../fonts/TomatoGrotesk-Regular.ttf') format('truetype'),
        url('../fonts/TomatoGrotesk-Regular.svg#Tomato Grotesk') format('svg'),
        url('../fonts/TomatoGrotesk-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Tomato Grotesk Medium";
   font-display: swap;
   src: url('../fonts/TomatoGrotesk-Medium.woff') format('woff'),
        url('../fonts/TomatoGrotesk-Medium.ttf') format('truetype');
}
@font-face
{
   font-family: "Montserrat";
   font-display: swap;
   src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat') format('svg'),
        url('../fonts/Montserrat-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Montserrat Medium";
   font-display: swap;
   src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/montserrat-regular-webfont.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg'),
        url('../fonts/montserrat-regular-webfont.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
        url('../fonts/MaterialIcons-Regular.woff') format('woff'),
        url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "Tomato Grotesk";
   font-display: swap;
   src: url('../fonts/TomatoGrotesk-Regular.woff') format('woff'),
        url('../fonts/TomatoGrotesk-Regular.ttf') format('truetype'),
        url('../fonts/TomatoGrotesk-Regular.svg#Tomato Grotesk') format('svg'),
        url('../fonts/TomatoGrotesk-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Tomato Grotesk Medium";
   font-display: swap;
   src: url('../fonts/TomatoGrotesk-Medium.woff') format('woff'),
        url('../fonts/TomatoGrotesk-Medium.ttf') format('truetype');
}
@font-face
{
   font-family: "Montserrat";
   font-display: swap;
   src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat') format('svg'),
        url('../fonts/Montserrat-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Montserrat Medium";
   font-display: swap;
   src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/montserrat-regular-webfont.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg'),
        url('../fonts/montserrat-regular-webfont.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Poppins";
   font-weight: 400;
   font-weight: 300;
   font-display: swap;
   src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
}
@font-face
{
   font-family: "Poppins";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Poppins.woff2') format('woff2'),
        url('../fonts/Poppins.woff') format('woff');
}
@font-face
{
   font-family: "Familjen Grotesk";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   font-weight: 400 700;
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('../fonts/Familjen-Grotesk-subset0.woff2') format('woff2');
}
@font-face
{
   font-family: "Bai Jamjuree";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Bai-Jamjuree.woff2') format('woff2'),
        url('../fonts/Bai-Jamjuree.woff') format('woff');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   font-weight: 300 800;
   font-stretch: 75% 100%;
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('../fonts/Open-Sans-subset0.woff2') format('woff2');
}
@keyframes animate-fade-in
{
   0% { opacity: 1; opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes background-position-start
{
   0% { background-position: 0px;  }
   100% { background-position: 100;  }
}
@keyframes background-position-bottom-left
{
   0% { background-position: 100% 0%;  }
   100% { background-position: 0% 100%;  }
}
@keyframes slide-in-blurred-bottom
{
   0% { opacity: 0.0; transform-origin: 50% 100%; filter: blur(40px); transform: translate(0px,1000px) rotate(0deg) scale(0.2,2.5) ;  }
   100% { opacity: 1.0; transform-origin: 50% 50%; filter: blur(0); transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-bounce-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-bounce-in-down
{
   0% { transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(0px,30px) rotate(0deg) ;  }
   80% { transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-bounce-in-left
{
   0% { transform: translate(-500%,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(30px,0px) rotate(0deg) ;  }
   80% { transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: "Bai Jamjuree";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 27px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   backdrop-filter: brightness(0%) contrast(0%) saturate(0%) ;
   -webkit-backdrop-filter: brightness(0%) contrast(0%) saturate(0%) ;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.jbimoveis
{
   text-decoration: none;
   background-color: transparent;
   color: #000;
   background: linear-gradient(135deg, #8ae553 0%, #8ae553 22%, #6ecb47 22%, #6ecb47 28%, #53b03b 28%, #53b03b 72%, #37962f 72%, #37962f 100%);
   background-size: 200% 100%;
   background-position: 0 0;
   text-transform: uppercase;
   border-radius: 34px;
   border: none;
   position: relative;
   z-index: 1;
   transition: all 0.6s ease 0s;
}
.Slider01-jb
{
   font-family: "Tomato Grotesk";
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: rgba(0,0,0,0.00);
   --background-color: rgba(0,0,0,0.00);
   background-clip: text;
   text-shadow: 0 0 20px rgba(0,0,0,0.99);
}
.darktheme .Slider01-jb
{
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: rgba(0,0,0,0.00);
   --background-color: rgba(0,0,0,0.00);
   text-shadow: 0 0 20px rgba(254,254,254,0.99);
}
@media only screen and (min-width: 1024px) and (max-width: 1298px)
{
}
@media only screen and (min-width: 480px) and (max-width: 1023px)
{
.Slider01-jb
{
   font-family: "Tomato Grotesk";
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: rgba(0,0,0,0.00);
   --background-color: rgba(0,0,0,0.00);
   background-clip: text;
   text-shadow: 0 0 10px rgba(0,0,0,0.99);
}
}
@media only screen and (max-width: 479px)
{
.Slider01-jb
{
   font-family: "Tomato Grotesk";
   font-weight: bold;
   font-size: 20px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: rgba(0,0,0,0.00);
   --background-color: rgba(0,0,0,0.00);
   background-clip: text;
   text-shadow: 0 0 10px rgba(0,0,0,0.99);
}
}
