.elementor-kit-442{--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;color:#898989;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;}.elementor-kit-442 e-page-transition{background-color:#FFBC7D;}.elementor-kit-442 h6{color:#FFFFFF;}.elementor-kit-442 button,.elementor-kit-442 input[type="button"],.elementor-kit-442 input[type="submit"],.elementor-kit-442 .elementor-button{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* HEADER TRANSPARENTE QUE CAMBIA AL HACER SCROLL */
.sticky-header {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.elementor-sticky--effects .sticky-header {
  background-color: white; /* Cambiá por tu color corporativo */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Opcional, da efecto flotante */
}

#whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  padding: 14px;
  font-size: 26px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  transition: background 0.3s ease;
}

#whatsapp-button:hover {
  background-color: #1ebe5d;
}

@media (max-width: 768px) {
  #whatsapp-button {
    padding: 12px;
    font-size: 24px;
    bottom: 15px;
    right: 15px;
  }
}



.cotizar-btn {
  background-color: #10375c;
  color: #ffffff;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cotizar-btn:hover {
  background-color: #0b2c4a;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cotizar-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
}


.card-carrusel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Botón de cotizar dentro del carrusel */
.boton-carrusel {
  margin-top: auto;
}/* End custom CSS */