.elementor-5836 .elementor-element.elementor-element-10ccdfb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.32;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5836 .elementor-element.elementor-element-10ccdfb:not(.elementor-motion-effects-element-type-background), .elementor-5836 .elementor-element.elementor-element-10ccdfb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://promptalia.es/wp-content/uploads/2026/05/imagen-de-fondo.png");}.elementor-5836 .elementor-element.elementor-element-10ccdfb::before, .elementor-5836 .elementor-element.elementor-element-10ccdfb > .elementor-background-video-container::before, .elementor-5836 .elementor-element.elementor-element-10ccdfb > .e-con-inner > .elementor-background-video-container::before, .elementor-5836 .elementor-element.elementor-element-10ccdfb > .elementor-background-slideshow::before, .elementor-5836 .elementor-element.elementor-element-10ccdfb > .e-con-inner > .elementor-background-slideshow::before, .elementor-5836 .elementor-element.elementor-element-10ccdfb > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-5836 .elementor-element.elementor-element-efbff99{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5836 .elementor-element.elementor-element-8f30643{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5836 .elementor-element.elementor-element-2371b73{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-5836 .elementor-element.elementor-element-42f583c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-5836 .elementor-element.elementor-element-dac3430{--display:flex;}.elementor-5836 .elementor-element.elementor-element-a433a61{--grid-columns:3;}body.elementor-page-5836:not(.elementor-motion-effects-element-type-background), body.elementor-page-5836 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-5836 .elementor-element.elementor-element-10ccdfb:not(.elementor-motion-effects-element-type-background), .elementor-5836 .elementor-element.elementor-element-10ccdfb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-5836 .elementor-element.elementor-element-a433a61{--grid-columns:2;}}@media(max-width:767px){.elementor-5836 .elementor-element.elementor-element-a433a61{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-3ade6e5 *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   HERO
========================================= */

.promptalia-hero {

    position: relative;
    width: 100%;
    overflow: hidden;

    padding: 150px 0;

    

}


/* =========================================
   CONTENEDOR
========================================= */

.promptalia-container {

    width: 100%;
    max-width: 1200px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 0;
    padding-right: 0;

    display: grid;

    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    gap: 55px;

    align-items: center;

    position: relative;
    z-index: 2;

}


/* =========================================
   ELEMENTOS DECORATIVOS
   NO ELIMINAR
========================================= */

.hero-glow {

    position: absolute;

    border-radius: 50%;

    filter: blur(160px);

    opacity: .25;

    pointer-events: none;

}


.hero-glow-1 {

    width: 500px;
    height: 500px;

    background: #7B47FF;

    left: -150px;
    top: -120px;

}


.hero-glow-2 {

    width: 450px;
    height: 450px;

    background: #8B5CF6;

    right: -150px;
    bottom: -120px;

}


/* =========================================
   COLUMNA IZQUIERDA
========================================= */

.promptalia-left {

    max-width: 570px;

}


/* =========================================
   TAG / PESTAÑA
========================================= */

.promptalia-tag {

    display: inline-flex;

    align-items: center;

    padding: 10px 20px;

    border-radius: 999px;

    background: rgba(123, 71, 255, .12);

    border: 1px solid rgba(255, 255, 255, .08);

    color: #B79CFF;

    font-weight: 600;

    margin-bottom: 30px;

}


/* =========================================
   TÍTULO
========================================= */

.promptalia-title {

    font-size: 68px;

    line-height: 1.04;

    color: #FFFFFF;

    font-weight: 800;

    letter-spacing: -2.5px;

    margin-bottom: 30px;

}


/* =========================================
   DEGRADADO PROMPTALIA
========================================= */

.promptalia-title span {

    background: linear-gradient(
        90deg,
        #FF6A1A 0%,
        #FFD27A 33%,
        #FFB6E6 66%,
        #8A7BFF 100%
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

}


/* =========================================
   DESCRIPCIÓN
========================================= */

.promptalia-desc {

    font-size: 21px;

    line-height: 1.7;

    color: #BEBECC;

    max-width: 560px;

    margin-bottom: 42px;

}


/* =========================================
   BOTONES
========================================= */

.promptalia-buttons {

    display: flex;

    gap: 18px;

    flex-wrap: wrap;

}


.promptalia-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 18px 34px;

    border-radius: 14px;

    text-decoration: none;

    font-weight: 700;

    transition: .3s;

}


.promptalia-primary {

    background: #7B47FF;

    color: white;

}


.promptalia-primary:hover {

    transform: translateY(-4px);

    background: #8B5CF6;

}


.promptalia-secondary {

    color: white;

    background: rgba(255, 255, 255, .05);

    border: 1px solid rgba(255, 255, 255, .08);

}


/* =========================================
   MOCKUP
========================================= */

.mockup {

    width: 100%;

    background: #13111D;

    border-radius: 28px;

    border: 1px solid rgba(255, 255, 255, .05);

    overflow: hidden;

    box-shadow: 0 35px 90px rgba(0, 0, 0, .45);

}


.mockup-top {

    display: flex;

    gap: 8px;

    padding: 18px 22px;

}


.mockup-top span {

    width: 10px;
    height: 10px;

    border-radius: 50%;

}


.mockup-top span:nth-child(1) {
    background: #FF5F57;
}

.mockup-top span:nth-child(2) {
    background: #FEBC2E;
}

.mockup-top span:nth-child(3) {
    background: #28C840;
}


/* =========================================
   MOCKUP BODY
========================================= */

.mockup-body {

    padding: 35px;

}


.card {

    background: #1D1A2A;

    border-radius: 18px;

    padding: 28px;

    margin-bottom: 20px;

}


.card:last-child {

    margin-bottom: 0;

}


.line {

    height: 10px;

    border-radius: 30px;

    background: #7B47FF;

    margin-bottom: 16px;

}


.big {
    width: 100%;
}

.medium {
    width: 75%;
}

.small {
    width: 45%;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1200px) {

    .promptalia-container {

        max-width: calc(100% - 50px);

        gap: 45px;

    }

    .promptalia-title {

        font-size: 60px;

    }

}


/* =========================================
   TABLET PEQUEÑA
========================================= */

@media (max-width: 991px) {

    .promptalia-hero {

        padding: 90px 0;

    }

    .promptalia-container {

        max-width: calc(100% - 50px);

        grid-template-columns: 1fr;

        gap: 60px;

        text-align: center;

    }

    .promptalia-left {

        max-width: 100%;

        margin: 0 auto;

    }

    .promptalia-desc {

        margin-left: auto;
        margin-right: auto;

    }

    .promptalia-buttons {

        justify-content: center;

    }

    .promptalia-title {

        font-size: 50px;

        letter-spacing: -2px;

    }

}


/* =========================================
   MÓVIL
========================================= */

@media (max-width: 600px) {

    .promptalia-hero {

        padding: 70px 0;

    }

    .promptalia-container {

        max-width: calc(100% - 40px);

    }

    .promptalia-title {

        font-size: 42px;

        line-height: 1.05;

        letter-spacing: -1.5px;

    }

    .promptalia-desc {

        font-size: 17px;

        line-height: 1.65;

    }

    .promptalia-tag {

        padding: 8px 16px;

        font-size: 14px;

        margin-bottom: 22px;

    }

    .promptalia-buttons {

        flex-direction: column;

        align-items: stretch;

    }

    .promptalia-btn {

        width: 100%;

    }

    .mockup-body {

        padding: 20px;

    }

    .card {

        padding: 20px;

    }

}/* End custom CSS */