.elementor-kit-6{--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-6 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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<div style="font-size:26px; font-weight:700; line-height:1.3; color:#00E0FF;">
    Personal Trainer: <span style="color:#ffffff; font-weight:600;">para emagrecimento</span>
</div>

<style>
    /* Tamanho para desktop (PC) */
    @media (min-width: 768px) {
        div {
            font-size: 38px;
        }
    }

    /* Tamanho para dispositivos móveis */
    @media (max-width: 767px) {
        div {
            font-size: 26px;  /* Aumentei para 2x o tamanho */
        }
    }
</style>

/* Estilo geral do título */
.titulo-consultoria {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* Destaque azul */
.titulo-consultoria .destaque {
    color: #00E0FF;
    font-weight: 700;
}

/* Tamanho do título em DESKTOP */
@media (min-width: 1025px) {
    .titulo-consultoria {
        font-size: 38px;
    }
}

/* Tamanho para MOBILE e TABLET */
@media (max-width: 1024px) {
    .titulo-consultoria {
        font-size: 26px;
    }
}

/* Estilos gerais */
.texto-personal {
    color: #ffffff;
    line-height: 1.55;
    width: 100%;
}

.texto-personal p {
    margin-bottom: 14px;
    font-weight: 400;
}

/* Destaque em azul */
.texto-personal .destaque {
    color: #00e0ff;
    font-weight: 600;
}

/* MOBILE – até 767px */
@media (max-width: 767px) {
    .texto-personal {
        font-size: 16px;
    }
}

/* TABLET – 768px até 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .texto-personal {
        font-size: 24px;
    }
}

/* DESKTOP – acima de 1025px */
@media (min-width: 1025px) {
    .texto-personal {
        font-size: 28px;
    }
}


/* Estilos gerais */
.texto-consultoria {
    color: #ffffff;
    line-height: 1.55;
    width: 100%;
}

.texto-consultoria p {
    margin-bottom: 14px;
}

/* Destaques */
.texto-consultoria .destaque {
    color: #00e0f5;
    font-weight: bold;
}

/* MOBILE – até 767px */
@media (max-width: 767px) {
    .texto-consultoria {
        font-size: 16px;
    }
}

/* TABLET – 768px até 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .texto-consultoria {
        font-size: 24px;
    }
}

/* DESKTOP – acima de 1025px */
@media (min-width: 1025px) {
    .texto-consultoria {
        font-size: 28px;
    }
}



/* Remove todas as sombras de fundo do site */
* {
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Remove sombras e sobreposições de containers do Elementor */
.elementor-widget,
.elementor-container,
.elementor-section,
.elementor-column {
    box-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
}

.elementor-background-overlay {
    background: none !important;
    box-shadow: none !important;
    opacity: 0 !important;
}


/* Texto responsivo */
.vk-text-beneficio {
    color: #ffffff;
    line-height: 1.5;
    margin-top: 6px;
    font-size: 28px; /* DESKTOP */
}

/* Destaques */
.vk-text-beneficio .vk-destaque {
    color: #00E0F5;
    font-weight: 600;
}

/* TABLET */
@media(max-width: 1024px) {
    .vk-text-beneficio {
        font-size: 24px;
    }
}

/* MOBILE */
@media(max-width: 767px) {
    .vk-text-beneficio {
        font-size: 16px;
    }
}

/* ESTILO GERAL DOS PARÁGRAFOS */
.bio-vk {
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 12px;
  font-size: 22px; /* DESKTOP */
}

/* PALAVRAS EM DESTAQUE */
.bio-vk .destaque {
  color: #00E0F5;
  font-weight: 700;
}

/* TABLET */
@media (max-width: 1024px) {
  .bio-vk {
    font-size: 18px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .bio-vk {
    font-size: 16px;
  }
}/* End custom CSS */