.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#FFF2DE;--e-global-color-accent:#61CE70;--e-global-color-24b9fbe:#C4A571;--e-global-color-0599341:#261A00;--e-global-color-ccf8488:#4E3B15;--e-global-color-c735d3c:#785F31;--e-global-color-b3180c4:#A48756;--e-global-color-6fc2654:#D0B281;--e-global-color-d6ff2c0:#FBDFB3;--e-global-color-ed814ad:#FFF2DE;--e-global-color-c469bea:#000000;--e-global-color-8061f29:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-0e29555-font-family:"Poppins";--e-global-typography-0e29555-font-size:13px;--e-global-typography-0e29555-font-weight:700;--e-global-typography-0e29555-text-transform:uppercase;--e-global-typography-0e29555-line-height:13px;--e-global-typography-4292e1a-font-family:"Poppins";--e-global-typography-4292e1a-font-size:48px;--e-global-typography-4292e1a-font-weight:400;--e-global-typography-4292e1a-line-height:48px;--e-global-typography-65d9a87-font-family:"Poppins";--e-global-typography-65d9a87-font-size:16px;--e-global-typography-65d9a87-font-weight:400;--e-global-typography-01c3b71-font-family:"Poppins";--e-global-typography-01c3b71-font-size:18px;--e-global-typography-01c3b71-font-weight:700;--e-global-typography-cdbdfcd-font-family:"Poppins";--e-global-typography-cdbdfcd-font-size:36px;--e-global-typography-cdbdfcd-font-weight:400;--e-global-typography-cdbdfcd-line-height:36px;--e-global-typography-df52769-font-family:"Poppins";--e-global-typography-df52769-font-size:24px;--e-global-typography-df52769-font-weight:400;--e-global-typography-df52769-line-height:24px;--e-global-typography-d8b6b9e-font-family:"Poppins";--e-global-typography-d8b6b9e-font-size:14px;--e-global-typography-d8b6b9e-font-weight:400;background-color:var( --e-global-color-c469bea );}.elementor-kit-5 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-kit-5{--e-global-typography-4292e1a-font-size:40px;--e-global-typography-4292e1a-line-height:40px;--e-global-typography-cdbdfcd-font-size:32px;--e-global-typography-cdbdfcd-line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p{
    margin-bottom: 0;
}

.elementor-image-box-title{
    margin-top: 0;
}

.elementor-image-box-img{
    margin-bottom: -6px;
}

.elementor-icon-box-title{
    margin-top: 0;
}

---------------------------------------

/* CODIGO SOMBRA BOTOES */

.CTA-1{
  border-radius: 999px; /* ajuste para o valor real do seu botão */
  box-shadow:
    0px 250px 70px rgba(251, 223, 179, 0.01),
    0px 160px 64px rgba(251, 223, 179, 0.05),
    0px 90px 54px rgba(251, 223, 179, 0.18),
    0px 40px 40px rgba(251, 223, 179, 0.30),
    0px 10px 22px rgba(251, 223, 179, 0.34);
}

---------------------------------------

/* Efeito hover: sobe levemente */
.CARD-ESPECIALISTA{
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.CARD-ESPECIALISTA:hover{
  transform: translateY(-6px); /* ajuste a intensidade */
}

---------------------------------------

/* Container base (garante referência) */
.CARROSSEL-FOTO{
  position: relative;
  overflow: hidden;
}

/* Overlay */
.CARROSSEL-FOTO::after{
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left = 0 */
  width: 100%;
  height: 100%;

  pointer-events: none; /* não bloqueia cliques */

  background: linear-gradient(
    90deg,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0) 30%,
    rgba(0,0,0,0) 70%,
    rgba(0,0,0,1) 100%
  );

  z-index: 5;

}/* End custom CSS */