.elementor-kit-7{--e-global-color-primary:#1B1D8B;--e-global-color-secondary:#FFDC00;--e-global-color-text:#333333;--e-global-color-accent:#2C4AFF;--e-global-color-e6d60cf:#0C0D3B;--e-global-color-1118998:#F3F5FA;--e-global-color-972ef6c:#000000;--e-global-color-bc5f3e7:#FFFFFF;--e-global-color-2a3a780:#6E7C91;--e-global-color-eb3b26f:#F8F9FB;--e-global-color-8a8f849:#FFB800;--e-global-color-7bdad63:#DCE2F0;--e-global-color-57f9cb4:#3AAFA9;--e-global-color-646f489:#D7263D;--e-global-color-75e8492:#F8F9FB1A;--e-global-color-7b110bf:#131472;--e-global-color-eb81b98:#25D366;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-bc5f3e7 );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-bc5f3e7 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end: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 */.imagem-chanfrada img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(
    20px 0%,     /* chanfrado no canto superior esquerdo */
    100% 0%,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%, /* chanfrado no canto inferior direito */
    0% 100%,
    0% 20px
  );
  object-fit: cover;
}

.container-chanfrado {
  color: white;
  clip-path: polygon(
    20px 0%,      /* chanfrado no canto superior esquerdo */
    100% 0%,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,  /* chanfrado no canto inferior direito */
    0% 100%,
    0% 20px
  );
}

.botao-chanfrado {
  border: none;
  clip-path: polygon(
    12px 0%,      /* chanfrado canto superior esquerdo */
    100% 0%,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%, /* chanfrado canto inferior direito */
    0% 100%,
    0% 12px
  );
}/* End custom CSS */