.elementor-kit-5{--e-global-color-primary:#5BCBE1;--e-global-color-secondary:#12111F;--e-global-color-text:#141414;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Sora", Sans-serif;font-size:22px;font-weight:600;text-transform:uppercase;font-style:normal;text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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 .header-inner{width:0px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:100px;max-width:100px;}.site-footer .site-branding .site-logo img{width:217px;max-width:217px;}@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 */.my-carousel-title,
.my-carousel-subtitle {
  position: absolute;
  left: 50%; /* Centraliza horizontalmente */
  transform: translate(-50%, -50%); /* Ajusta o centro horizontal e vertical */
  text-align: center; /* Centraliza o texto */
}

.my-carousel-title {
  top: 40%; /* Ajuste a posição vertical do título */
  font-size: 50px; /* Ajuste o tamanho do texto */
  color: white; /* Escolha uma cor para destacar */
}

.my-carousel-subtitle {
  top: 50%; /* Ajuste a posição vertical do subtítulo */
  font-size: 22px; /* Ajuste o tamanho do texto */
  color: #BFBFBF; /* Escolha um tom suave */
}
/* Força o dropdown em qualquer tema Elementor */
.elementor-nav-menu .elementor-item.elementor-item-anchor,
.elementor-nav-menu .elementor-item.elementor-item-active {
  position: relative;
}

.elementor-nav-menu .elementor-nav-menu--dropdown {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background-color: #111;
  min-width: 200px;
  padding: 10px 0;
  transition: all 0.3s ease;
}

.elementor-nav-menu li:hover > .elementor-nav-menu--dropdown {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Links do submenu */
.elementor-nav-menu--dropdown a {
  padding: 10px 15px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.elementor-nav-menu--dropdown a:hover {
  background-color: #222;
}
/* Libera espaço para o dropdown aparecer */
header,
.elementor-header,
.elementor-section {
  overflow: visible !important;
}/* End custom CSS */