.elementor-kit-11{--e-global-color-primary:#E07F1B;--e-global-color-secondary:#A67926;--e-global-color-text:#0D0D0D;--e-global-color-accent:#F2B705;--e-global-color-31e2854:#A7A7A7;--e-global-color-e3b820f:#F2F2F2;--e-global-typography-primary-font-family:"Vidaloka";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Vidaloka";--e-global-typography-secondary-font-size:2.5rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1.3rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Vidaloka";--e-global-typography-accent-font-size:1.2rem;--e-global-typography-accent-font-weight:500;}.elementor-kit-11 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 *//* CSS para Configuração do Menu Mudar de cor na rolagem apos 100 px*/

/*    MENU FIXO - ESTADO INICIAL
   ================================ */
.menu-scroll,
.menu-scroll > .elementor-container,
.menu-scroll > .e-con-inner {
  position: fixed;
  top: 10;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: 
    background-color 0.4s ease,
    box-shadow 0.4s ease;
  z-index: 999;
}
/*============================MENU APÓS SCROLL (100px)
   =========================*/
.menu-scroll.scrolled,
.menu-scroll.scrolled > .elementor-container,
.menu-scroll.scrolled > .e-con-inner {
  background-color: #f5f5f5 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  
}

/* ================================
   LINKS DO MENU
   ================================ */

/* Estado inicial */
.menu-scroll a {
  color: #363636;
  transition: color 0.3s ease;
}

/* Após scroll */
.menu-scroll.scrolled a {
  color: #363636 !important;
}

/* ================================
   LOGO (opcional)
   ================================ */
.menu-scroll img {
  transition: all 0.3s ease;

}

/*FORMULÁRIO DE CTT*/
.form-contato{
    font-size: 16px;
    color:#E07F1B;
} 
    
/* ================================
   MOBILE (opcional)
   ================================ */
@media (max-width: 768px) {
  .menu-scroll,
  .menu-scroll > .elementor-container,
  .menu-scroll > .e-con-inner {
    padding: 10px 0;
  }
  
}
/* ================================
   CSS Precos da Hospedagem
   ================================ */
   
 .precos{
     font-weight: 700;;
 }
 
 /*Data do eventos Arquivos*/
 
 .data_evento{
     font-weight:400;
 }
 
 .title-PP{
     font-size: 1.1rem;
 }
 
 .politicas-privacidade{
     text-decoration: underline !important;
        font-weight: 600;
     t;
 }
 .politicas-privacidade:hover {
     color: #E07F1B !important;
 }/* End custom CSS */