.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#CFCFCF;--e-global-color-text:#111111;--e-global-color-accent:#61CE70;--e-global-color-9ca9e51:#E500A4;--e-global-color-4157949:#6A00FA;--e-global-color-e84f947:#88EA5A;--e-global-color-5286049:#A6A6A6;--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;background-color:#111111;}.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);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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 *//*Elimina el scroll Inferior*/
html, body{
    width: 100%;
    overflow-x: hidden;
    margin: 0px !important;
    padding: 0px !important;
}
body{
    overflow-y: hidden;
}

.color-rosado{
    color: #E500A4;
}

.btn-default:hover{
    transform: scale(1.02) translateY(-3px);
        animation: none; /* Se detiene el pulso al interactuar */
        border-radius: 100px;
}

.btn-morado-hero-hire-now:hover{
        transform: scale(1.02) translateY(-3px);
        box-shadow: 0 0 40px rgba(106, 13, 244, 0.6);
        animation: none; /* Se detiene el pulso al interactuar */
        border-radius: 100px;
}

/* EFECTO HOVER */
    .btn-hire-now:hover {
        background: var(--accent-pink);
        color: white;
        transform: scale(1.08) translateY(-3px);
        box-shadow: 0 0 40px rgba(229, 0, 164, 0.6);
        animation: none; /* Se detiene el pulso al interactuar */
        border-radius: 100px;
    }
  
      /* BOTÓN CON ANIMACIÓN DE LATIDO (PULSE) */
    .btn-hire-now {
        border-radius: 100px;
        background: transparent;
        color: var(--accent-pink);
        text-decoration: none;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        white-space: nowrap;
        position: relative;
        /* Activamos la animación de pulso */
        animation: pulse-glow 2.5s infinite;
    }  

    /* KEYFRAMES DEL PULSO */
    @keyframes pulse-glow {
        0% {
            box-shadow: 0 0 0 0 rgba(229, 0, 164, 0.4);
            transform: scale(1);
        }
        50% {
            box-shadow: 0 0 25px 10px rgba(229, 0, 164, 0);
            transform: scale(1.03);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(229, 0, 164, 0);
            transform: scale(1);
        }
    }

@media (min-width: 1141px) {
    .brE{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .brT{
        display: none;
    }
}

@media screen and (max-width: 767px){
    .brM{
        display: none;
    }
}



/* 1. Contenedor Base */
.card-degradado {
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
    transform: translateY(0);
    border-radius: 20px;
    z-index: 1;
}

/* 2. EL BORDE CON DOBLE DEGRADADO (Arriba-Derecha y Abajo-Izquierda) */
.card-degradado::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px; /* Grosor del borde */
    
    /* Aplicamos los dos destellos rosa y el borde base transparente */
    background: 
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.5) 0%, transparent 50%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.5) 0%, transparent 50%),
        linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03));

    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 3;
}

/* 3. Tu Overlay Rosa Suave */
.card-degradado::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(204, 30, 155, 0);
    transition: all .35s ease;
    z-index: 1;
}

/* 5. Contenido */
.card-degradado{
    position: relative;
    z-index: 2;
}/* End custom CSS */