.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.banner-vel-1,
.banner-vel-2,
.banner-vel-3,
.banner-vel-4,
.banner-vel-5,
.banner-vel-6,
.banner-vel-7,
.banner-vel-8,
.banner-vel-9,
.banner-vel-10,
.banner-vel-11,
.banner-vel-12,
.banner-vel-13,
.banner-vel-14,
.banner-vel-15 {
  animation: flutuar 3s ease-in-out infinite !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  display: block !important;
  cursor: pointer;
}

.banner-vel-1:hover,
.banner-vel-2:hover,
.banner-vel-3:hover,
.banner-vel-4:hover,
.banner-vel-5:hover,
.banner-vel-6:hover,
.banner-vel-7:hover,
.banner-vel-8:hover,
.banner-vel-9:hover,
.banner-vel-10:hover,
.banner-vel-11:hover,
.banner-vel-12:hover,
.banner-vel-13:hover,
.banner-vel-14:hover,
.banner-vel-15:hover {
  transform: scale(1.04) translateY(-10px) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3) !important;
  animation-play-state: paused !important;
}

@keyframes flutuar {
  0%   { transform: translateY(0px);  }
  50%  { transform: translateY(-8px); }
  100% { transform: translateY(0px);  }
}

.banner-vel-1  { animation-duration: 3.0s !important; }
.banner-vel-2  { animation-duration: 3.7s !important; }
.banner-vel-3  { animation-duration: 4.2s !important; }
.banner-vel-4  { animation-duration: 3.4s !important; }
.banner-vel-5  { animation-duration: 4.8s !important; }
.banner-vel-6  { animation-duration: 3.2s !important; }
.banner-vel-7  { animation-duration: 4.5s !important; }
.banner-vel-8  { animation-duration: 3.9s !important; }
.banner-vel-9  { animation-duration: 3.6s !important; }
.banner-vel-10 { animation-duration: 4.1s !important; }
.banner-vel-11 { animation-duration: 3.3s !important; }
.banner-vel-12 { animation-duration: 4.6s !important; }
.banner-vel-13 { animation-duration: 3.8s !important; }
.banner-vel-14 { animation-duration: 5.0s !important; }
.banner-vel-15 { animation-duration: 3.5s !important; }/* End custom CSS */