.elementor-kit-6{--e-global-color-primary:#B33D26;--e-global-color-secondary:#F2A541;--e-global-color-text:#2B2B2B;--e-global-color-accent:#5C3A21;--e-global-color-41299f9:#742E20;--e-global-typography-primary-font-family:"Rye";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:700;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-ae9afa5-font-family:"Rye";--e-global-typography-ae9afa5-font-size:64px;--e-global-typography-ae9afa5-font-weight:300;--e-global-typography-4b8eb17-font-family:"Road Rage";--e-global-typography-4b8eb17-font-size:27px;--e-global-typography-4b8eb17-font-weight:300;--e-global-typography-c7c69cb-font-family:"Roboto Condensed";--e-global-typography-c7c69cb-font-size:14px;--e-global-typography-c7c69cb-font-weight:500;--e-global-typography-c7c69cb-letter-spacing:-0.2px;--e-global-typography-cd34b56-font-family:"Roboto Condensed";--e-global-typography-cd34b56-font-size:16px;--e-global-typography-cd34b56-font-weight:500;--e-global-typography-cd34b56-letter-spacing:-0.2px;background-color:#F5D6AE;}.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{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:36px;--e-global-typography-text-font-size:18px;--e-global-typography-ae9afa5-font-size:48px;--e-global-typography-4b8eb17-font-size:18px;--e-global-typography-c7c69cb-font-size:18px;--e-global-typography-cd34b56-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:16px;--e-global-typography-ae9afa5-font-size:36px;--e-global-typography-4b8eb17-font-size:16px;--e-global-typography-c7c69cb-font-size:16px;--e-global-typography-cd34b56-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === BOTÓN FLOTANTE WHATSAPP TROLA === */
.btn-whatsapp-flotante-trola {
  position: fixed;
  bottom: 33vh;
  right: 25px;
  display: inline-flex;
  align-items: center;
  background-color: #25D366;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 8px 20px 8px 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, background-color 0.3s ease;
  z-index: 1000;
}

.btn-whatsapp-flotante-trola img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  padding: 8px;
  margin-right: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.btn-whatsapp-flotante-trola span {
  font-weight: 400;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.btn-whatsapp-flotante-trola:hover {
  background-color: #1DA851;
  transform: translateY(-2px);
}

/* RESPONSIVE: oculta el texto en móviles pequeños si deseas */
@media (max-width: 480px) {
  .btn-whatsapp-flotante-trola span {
    display: none;
  }
  .btn-whatsapp-flotante-trola {
    padding: 10px;
    border-radius: 50%;
  }
}/* End custom CSS */