.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.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;--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:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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 *//*CONFIGURAÇÕES DO BOTÃO PRINCIPAL*/
.btnprincipal .elementor-button {
  background-color: #89DAB2 ;
  transition: all .7s ease;
  box-shadow: 00 1px 2px 0 hsla(240, 6%, 10%, 0.04);
  position: relative;
  padding: 16px 24px !important;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  }
  

/* Configuração do botão no hover */
.btnprincipal .elementor-button:hover {
    background-color: #5E977B;
    box-shadow: 0 0 0 4px rgba(137, 218, 178, 0.16), 0 1px 2px 0 rgba(17, 34, 26, 0.04);
    transition: all .7s ease;
    overflow:hidden;
    border-radius: 6px;
    }
    
/* Ícone da seta */
.btnprincipal .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* Controle do tamanho do container do ícone */
}
/* Controle direto do tamanho do SVG */
.btnprincipal .elementor-button-icon svg {
  display: block;
  margin: auto;
  width: 100%; /* Ocupa todo o container */
  height: 100%; /* Ocupa todo o container */
  /* OU defina um tamanho fixo específico: */
  width: 10px;
  height: 10px;
}
/* Cor normal do path do ícone */
.btnprincipal .elementor-button-icon svg path {
  fill: hsla(152, 33%, 10%, 1);
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cor do path do ícone no hover */
.btnprincipal .elementor-button:hover .elementor-button-icon svg path {
  fill: hsla(147, 100%, 99%, 1);
}

/* Animação da seta no hover */
.btnprincipal .elementor-button:hover .elementor-button-icon {
  animation: slideArrow 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/*________________________*/
/*Espaçamento BR*/
@media(min-width: 881px) {
  .espacobr {
    display: block;
    height: 16px;
  }
}

@media(max-width: 880px) {
  .espacobr {
    display: block;
    height: 8px;
  }
}

/*________________________*/
/*EVITAR BARRA DE SCROLL DUPLA*/
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important
}
/*________________________*/
/*RETIRAR MARGEM INFERIOR DOS TEXTOS*/
p {
    margin-bottom: 0px !important;
}
/*________________________*/
/*BALANÇO DOS TEXTOS*/
.balanco {
    text-wrap: balance;
}
/*________________________*/

/*________________________*/
/*Icone no final*/
.icon-end .elementor-icon-list-item,
.icon-end .elementor-icon-list-item a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    color: inherit;
    text-decoration: none; 
}
/*________________________*/

/*________________________*/
/*limitar texto*/
.titulo-limitado {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*________________________*/

/* LARGURA ÚTIL AUTOMÁTICA */

/* WIDESCREEN E DESKTOP */
@media (min-width: 1367px) {
    .e-con {
        --content-width: 1280px;
    }
}

/* LAPTOP */
@media (min-width: 1201px) and (max-width: 1366px) {
    .e-con {
        --content-width: 1100px;
    }
}

/* TABLET PAISAGEM */
@media (min-width: 1025px) and (max-width: 1200px) {
    .e-con {
        --content-width: 924px;
    }
}

/* TABLET RETRATO */
@media (min-width: 881px) and (max-width: 1024px) {
    .e-con {
        --content-width: 780px;
    }
}

/* CELULAR PAISAGEM */
@media (min-width: 768px) and (max-width: 880px) {
    .e-con {
        --content-width: 728px;
    }
}

/* CELULAR RETRATO */
@media (max-width: 767px) {
    .e-con {
        --content-width: 360px;
    }
}/* End custom CSS */