.elementor-kit-7{--e-global-color-primary:#231F20;--e-global-color-secondary:#184A2B;--e-global-color-text:#184A2B;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.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;--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: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 */html, body{
    width: 100%;
    overflow-x: hidden;
}
[data-elementor-type="wp-page"]{
    overflow: hidden;
}

.elementor-image-box-description{
    white-space: pre-line !important;
}

.box-card {
  background: linear-gradient(180deg, rgba(238, 239, 241, 1) 0%, rgba(250, 250, 250, 1) 100%);
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.10000000149011612);
    min-width: 150px !important;
  max-width: 150px !important;
  min-height: 160px !important;
  max-height: 160px !important;
}

.btnverde .elementor-button {
    position: relative;
    background: linear-gradient(180deg, #05B290 40%, #008768 60%);
    
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 999px;
    z-index: 1;
    transition: all 0.3s ease;
}

/* A Linha Externa */
.btnverde .elementor-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border-radius: 999px;
    border: 4px solid #008768;
    background: transparent;
    pointer-events: none; 
    transition: all 0.3s ease;
}

/* Efeito Hover (Opcional) */
.btnverde .elementor-button:hover {
    transform: translateY(-2px);
}

.btnverde .elementor-button:hover::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    opacity: 0;
}/* End custom CSS */