.elementor-kit-6{--e-global-color-primary:#0C2340;--e-global-color-secondary:#FF6A00;--e-global-color-text:#5B6572;--e-global-color-accent:#BFC4C9;--e-global-color-276312e:#FFFFFF;--e-global-color-0c02eca:#F5F7FA;--e-global-color-bd077dc:#08182D;--e-global-color-d153c6b:#E6EAEE;--e-global-typography-primary-font-family:"Archive";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-radius:5px 5px 5px 5px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{border-radius:5px 5px 5px 5px;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{border-radius:5px 5px 5px 5px;}.elementor-kit-6 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea:focus,.elementor-kit-6 .elementor-field-textual:focus{border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){--kit-widget-spacing:8px;}.elementor-element{--widgets-spacing:8px 8px;--widgets-spacing-row:8px;--widgets-spacing-column:8px;}{}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 *//* ================================
   VARIÁVEIS GLOBAIS DA MARCA
   ================================ */
:root {
  --gt-blue: #0C2340;
  --gt-blue-dark: #08182D;
  --gt-orange: #FF6A00;
  --gt-gray: #BFC4C9;
  --gt-light: #F5F7FA;
  --gt-text: #5B6572;
}

/* Rolagem suave */
html {
  scroll-behavior: smooth;
}

/* Configuração base do body */
body {
  overflow-x: hidden;
  color: var(--gt-text);
  background: #ffffff;
}

/* Títulos */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  letter-spacing: -0.03em;
}

/* Links */
a {
  transition: all .25s ease;
}

/* Botões globais */
.elementor-button {
  border-radius: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: all .25s ease;
}

/* Hover dos botões */
.elementor-button:hover {
  transform: translateY(-2px);
}

/* Cards premium */
.gt-card {
  border-radius: 28px;
  border: 1px solid rgba(12, 35, 64, .08);
  box-shadow: 0 20px 60px rgba(12, 35, 64, .08);
  transition: all .3s ease;
}

/* Hover dos cards */
.gt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(12, 35, 64, .14);
}

/* Linha laranja decorativa */
.gt-orange-line {
  width: 72px;
  height: 4px;
  background: var(--gt-orange);
  border-radius: 99px;
}

/* Seções escuras */
.gt-section-dark {
  background: linear-gradient(135deg, var(--gt-blue), var(--gt-blue-dark));
  color: #ffffff;
}

/* Imagens */
.gt-image {
  border-radius: 32px;
  overflow: hidden;
}

/* Zoom suave nas imagens */
.gt-image img {
  transition: transform .6s ease;
}

/* Hover imagem */
.gt-image:hover img {
  transform: scale(1.04);
}

/* Ajustes mobile */
@media (max-width: 767px) {

  h1,
  .elementor-heading-title {
    letter-spacing: -0.02em;
  }

  .elementor-button {
    width: 100%;
  }

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Archive';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://gluetek.mestresdosite.group/wp-content/uploads/2026/05/Archive-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Archive';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://gluetek.mestresdosite.group/wp-content/uploads/2026/05/Archive-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Archive';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://gluetek.mestresdosite.group/wp-content/uploads/2026/05/Archive-Italic.woff2') format('woff2');
}
/* End Custom Fonts CSS */