.elementor-kit-6{--e-global-color-primary:#233C40;--e-global-color-secondary:#4C170A;--e-global-color-text:#323232;--e-global-color-accent:#3A9FB0;--e-global-color-779a1e6:#F8FAFC;--e-global-color-96c1f79:#FFFFFF;--e-global-color-f83a0bb:#DC2626;--e-global-color-4ebad1e:#FFFCF4;--e-global-color-3b2ee0f:#F4F1EA;--e-global-color-c3f33c0:#747474;--e-global-color-573a51f:#C5A880;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:none;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-7802f9d-font-family:"Montserrat";--e-global-typography-7802f9d-font-size:20px;--e-global-typography-7802f9d-font-weight:600;--e-global-typography-1734319-font-family:"Montserrat";--e-global-typography-1734319-font-size:18px;--e-global-typography-1734319-font-weight:500;--e-global-typography-1de2613-font-family:"Montserrat";--e-global-typography-1de2613-font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-6{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:36px;--e-global-typography-text-font-size:16px;--e-global-typography-7802f9d-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:28px;--e-global-typography-7802f9d-font-size:18px;--e-global-typography-7802f9d-line-height:1.2em;--e-global-typography-1734319-font-size:16px;--e-global-typography-1734319-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Corrigir Bordas Brancas */
html, body{
    width: 100%;
    overflow-x: hidden;
}
/* Remover barra de SCROLL */
body::-webkit-scrollbar{
    display: none;
}
/*Zerar Espaçamento de Texto */
p{
margin-bottom: 0px;
}
/* Efeito caixa de ícone - Estado Normal */
.caixa .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    background: #4C170A;
    padding: 16px;
    border-radius: 8px;
    /* Suaviza a entrada e saída da sombra */
    transition: all 0.3s ease; 
    cursor: pointer;
}

/* Efeito ao passar o mouse */
.caixa:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    /* Opcional: faz o ícone subir levemente para combinar com a sombra */
    transform: translateY(-2px); 
}
/* Cor do fundo da seleção */
::selection {
  background-color: #4C170A;
  color: #ffffff; /* Cor do texto quando selecionado (branco para contraste) */
}

/* Compatibilidade com Firefox */
::-moz-selection {
  background-color: #4C170A;
  color: #ffffff;
}
/* Textura site */
html::before{
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at 20% 80%, #233C40 1px, transparent 0px);
    background-size: 3px 3px;
    pointer-events: none;
    z-index: 2;
    opacity: 0.08;
    mix-blend-mode: plus-lighter;
}/* End custom CSS */