.elementor-kit-6{--e-global-color-primary:#11277B;--e-global-color-secondary:#0F5FFD;--e-global-color-text:#6F6F6F;--e-global-color-accent:#C40000;--e-global-color-830a4d1:#0C0C0C;--e-global-color-81880c7:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 */p {
margin-bottom: 0;
}

html, body {
width: 100%;
overflow-x: hidden;
}

.cards:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(15, 44, 94, .10);
    border-color: rgba(15, 44, 94, .18);
}

.btn .elementor-button::before {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border-radius: 500px !important;
    border: 1px solid rgba(37, 211, 102, 0.3) !important; /* verde WhatsApp suave */
    background: rgba(37, 211, 102, 0.12) !important; /* glow verde suave */
}

.btn .elementor-button::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 500px !important;
    background-image: linear-gradient(
        89deg, 
        #00b117, 
        #007f00, 
        #00b117, 
        #007f00
    ) !important; /* gradiente verde WhatsApp */
    background-size: 400% 200%;
    transition: background 1.8s cubic-bezier(0.55, 0.1, 0.47, 0.94) 0s;
    transition: all 0.8s ease;
    animation: textura 2s ease infinite;
}

.btn {
    transition: 0.3s ease;
}

.elementor-kit-6 .btn:hover {
    transform: scale(1.04);
}

@media (max-width:767px) {
    .btn .elementor-button::before {
        width: calc(100% + 16px);
        height: calc(100% + 16px);
    }
}

.btn .elementor-button span {
    z-index: 4;
    white-space: wrap !important;
}

@keyframes textura {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}


::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}


::-webkit-scrollbar-track {
  background: #f4f6f9;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background: #0F5FFD;
  border-radius: 10px;
  border: 2px solid #f4f6f9;
  box-shadow: inset 0 0 4px rgba(15, 95, 253, 0.2);
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #0b4ecb;
}/* End custom CSS */