/* ==========================================================
   PYXIS Soluciones Tecnológicas
   css/css_site.css
   Estilos globales compartidos
   ========================================================== */

:root {
    --pyxis-primary: #0b5cff;
    --pyxis-dark: #0b1220;
    --pyxis-text: #1f2937;
    --pyxis-muted: #6b7280;
    --pyxis-border: rgba(15,23,42,.12);
    --pyxis-radius: 18px;
    --pyxis-whatsapp: #25d366;
}

/* =========================
   BASE
   ========================= */

html {
    scroll-behavior: smooth;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

/* =========================
   ACCESIBILIDAD
   ========================= */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus,
.sr-only-focusable:focus {
    position: fixed;
    top: 16px;
    left: 16px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    background: #fff;
    color: #111;
    border-radius: 6px;
    z-index: 10000;
    clip: auto;
}

a:focus-visible,
button:focus-visible,
.c-button:focus-visible,
.float:focus {
    outline: 3px solid var(--pyxis-primary);
    outline-offset: 4px;
}

/* =========================
   BOTÓN WHATSAPP
   ========================= */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: var(--pyxis-whatsapp);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    z-index: 100;
    transition: transform .2s ease,
                box-shadow .2s ease;
}

.float:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(0,0,0,.30);
}

.my-float {
    margin-top: 16px;
}

/* =========================
   GOOGLE MAPS
   ========================= */

gmp-map {
    height: 450px;
}

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

#video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    visibility: visible;
}

/* =========================
   MÓDULOS ERP
   ========================= */

.titulomodulos {
    font-size: 1rem;
    font-weight: bold;
    height: 50px;
}

.modulos {
    font-size: .7rem;
    list-style-type: circle;
}

.modulos li {
    margin-bottom: 10px;
    font-size: .9rem;
    line-height: 1rem;
}

.descp_item_mark {
    margin-bottom: 15px;
    font-size: .8rem;
    line-height: 12px;
}

.list_item_mark {
    margin-bottom: 10px;
    font-size: .7rem;
    line-height: 14px;
    list-style-type: circle;
}

/* =========================
   SEO / CONVERSIÓN
   ========================= */

.seo-conversion-copy,
.seo-corporate-note {
    max-width: 980px;
    font-size: 1rem;
    line-height: 1.7;
}

.pyxis-conversion-services {
    background: #fff;
    padding: 80px 0;
}

.pyxis-service-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: var(--pyxis-radius);
    padding: 22px;
    box-shadow: 0 10px 28px rgba(0,0,0,.05);
}

.pyxis-service-card h3 {
    margin: 0 0 10px;
    font-size: 1.15rem;
    color: #34006e;
}

.pyxis-service-card p {
    margin: 0;
    line-height: 1.55;
    color: #333;
}

.pyxis-conversion-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}

.pyxis-chip {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.45);
    color: #fff;
    font-size: .9rem;
}

/* =========================
   COMPONENTES
   ========================= */

.c-cookie-bar {
    z-index: 9999;
}

.c-cookie-bar .c-button,
.js-cookie-accept {
    cursor: pointer;
}

.blog-card,
.c-card,
article {
    overflow-wrap: anywhere;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 768px) {

    .float {
        width: 56px;
        height: 56px;
        right: 20px;
        bottom: 24px;
    }

    .u-clearfix,
    .c-testimonials__text {
        margin-top: 20%;
    }
}

/* =========================
   REDUCIR ANIMACIONES
   ========================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }

    .c-main-loader,
    video {
        display: none !important;
    }
}




	/* ==========================================
   PYXIS - FORMULARIO PROSPECTOS
========================================== */

.pyxis-prospectos-wrapper{
    max-width: 1000px;
    margin: 0 auto;
}

.pyxis-prospectos-wrapper .c-label{
    font-size:18px !important;
    line-height:1.4 !important;
    font-weight:600 !important;
    display:block;
    margin-bottom:10px;
}

.pyxis-prospectos-wrapper .pyxis-prospectos-intro{
    font-size:16px !important;
    line-height:1.7 !important;
    color:#555;
}

.pyxis-prospectos-wrapper .c-input,
.pyxis-prospectos-wrapper .c-select,
.pyxis-prospectos-wrapper .c-textarea{
    font-size:16px !important;
    line-height:1.4 !important;
}

.pyxis-prospectos-wrapper .c-select{
    height:60px;
}

.pyxis-prospectos-wrapper .c-input{
    height:60px;
}

.pyxis-prospectos-wrapper .c-textarea{
    min-height:120px;
}

.pyxis-prospectos-wrapper .pyxis-checkbox-grid label{
    font-size:15px !important;
    line-height:1.5 !important;
}

.pyxis-prospectos-wrapper .c-button{
    font-size:16px !important;
	color: #FFF !important; 
}

.pyxis-prospectos-wrapper h2,
.pyxis-prospectos-wrapper h3{
    font-size:28px !important;
    line-height:1.3 !important;
}

.pyxis-progress{
    margin-top:20px;
    margin-bottom:40px;
}


/* SOLO PARA PROSPECTOS */

.pyxis-prospectos-wrapper .c-label{
    font-size:16px !important;
    line-height:22px !important;
    font-weight:600 !important;
    margin-bottom:8px !important;
    display:block !important;
    position:relative !important;
    transform:none !important;
    top:auto !important;
    left:auto !important;
}

.pyxis-prospectos-wrapper .c-fieldset{
    margin-bottom:25px !important;
}

.pyxis-prospectos-wrapper .c-select{
    font-size:16px !important;
    height:60px !important;
    line-height:60px !important;
}

.pyxis-prospectos-wrapper .c-input{
    font-size:16px !important;
    height:60px !important;
}

.pyxis-prospectos-wrapper .c-textarea{
    font-size:16px !important;
}


.prospect-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:8px;
    color:#111;
}

.prospect-subtitle{
    font-size:15px;
    color:#666;
    margin-bottom:20px;
}
</style>

<style>
/* =========================================================
   FIX PYXIS PROSPECTOS - CHECKBOX / LABEL / FORM
   ========================================================= */

.pyxis-prospectos-wrapper .pyxis-checkbox-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:22px 70px !important;
    margin-top:25px !important;
}

.pyxis-prospectos-wrapper .pyxis-checkbox-grid label{
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
    font-size:16px !important;
    line-height:22px !important;
    font-weight:400 !important;
    color:#111 !important;
    cursor:pointer !important;
    margin:0 !important;
    position:relative !important;
    transform:none !important;
    top:auto !important;
    left:auto !important;
}

.pyxis-prospectos-wrapper .pyxis-checkbox-grid input[type="checkbox"]{
    appearance:auto !important;
    -webkit-appearance:checkbox !important;
    -moz-appearance:checkbox !important;
    display:inline-block !important;
    visibility:visible !important;
    opacity:1 !important;
    position:static !important;
    width:18px !important;
    height:18px !important;
    min-width:18px !important;
    margin:0 !important;
    accent-color:#000 !important;
    cursor:pointer !important;
}

.pyxis-prospectos-wrapper .c-label{
    font-size:16px !important;
    line-height:22px !important;
    font-weight:600 !important;
    color:#9a9a9a !important;
    display:block !important;
    margin:0 0 20px 0 !important;
    position:relative !important;
    transform:none !important;
    top:auto !important;
    left:auto !important;
}

.pyxis-prospectos-wrapper .c-select,
.pyxis-prospectos-wrapper .c-input,
.pyxis-prospectos-wrapper .c-textarea{
    font-size:16px !important;
    line-height:24px !important;
    color:#111 !important;
}

.pyxis-prospectos-wrapper .c-select{
    height:58px !important;
    padding:0 15px !important;
}

.pyxis-prospectos-wrapper .c-input{
    height:58px !important;
    padding:0 15px !important;
}

.pyxis-prospectos-wrapper .c-textarea{
    min-height:120px !important;
    padding:15px !important;
}

.pyxis-prospectos-wrapper .pyxis-actions fieldset{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:35px !important;
    flex-wrap:wrap !important;
}

.pyxis-prospectos-wrapper .pyxis-actions .c-button{
    font-size:16px !important;
    line-height:20px !important;
}

@media(max-width:768px){
    .pyxis-prospectos-wrapper .pyxis-checkbox-grid{
        grid-template-columns:1fr !important;
        gap:18px !important;
    }

    .pyxis-prospectos-wrapper .pyxis-actions fieldset{
        display:block !important;
    }

    .pyxis-prospectos-wrapper .pyxis-actions button{
        width:100% !important;
        margin-bottom:12px !important;
    }
}


/* Hover del botón en formulario prospectos */
.pyxis-prospectos-wrapper .pyxis-actions .c-button:hover,
.pyxis-prospectos-wrapper .pyxis-actions .c-button:focus{
    background:#ffffff !important;
    color:#000000 !important;
    border:1px solid #000000 !important;
}

.pyxis-prospectos-wrapper .pyxis-actions .c-button:hover span,
.pyxis-prospectos-wrapper .pyxis-actions .c-button:focus span{
    color:#000000 !important;
}

.pyxis-prospectos-wrapper .pyxis-actions .c-button:disabled{
    opacity:1 !important;
    background:#000000 !important;
    color:#ffffff !important;
}



/* Quitar overlay gris del botón solo en prospectos */
.pyxis-prospectos-wrapper .pyxis-actions .c-button::before,
.pyxis-prospectos-wrapper .pyxis-actions .c-button::after{
    content:none !important;
    display:none !important;
    background:transparent !important;
    transform:none !important;
}

/* Estado normal */
.pyxis-prospectos-wrapper .pyxis-actions .c-button{
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    overflow:visible !important;
}

/* Hover correcto */
.pyxis-prospectos-wrapper .pyxis-actions .c-button:hover,
.pyxis-prospectos-wrapper .pyxis-actions .c-button:focus{
    background:#fff !important;
    color:#000 !important;
    border:1px solid #000 !important;
}

/* Por si el texto está dentro de span */
.pyxis-prospectos-wrapper .pyxis-actions .c-button:hover span,
.pyxis-prospectos-wrapper .pyxis-actions .c-button:focus span{
    color:#000 !important;
}

</style>


<style>
/* =========================================================
   RESULTADO AUTOMÁTICO DEL LEAD
   ========================================================= */
.pyxis-lead-result{
    width:100% !important;
    background:#ffffff !important;
    border:1px solid #111 !important;
    padding:28px !important;
    margin:20px 0 25px !important;
    color:#111 !important;
    text-align:left !important;
}

.pyxis-lead-result h3{
    font-size:26px !important;
    line-height:32px !important;
    margin:0 0 12px !important;
    color:#111 !important;
}

.pyxis-lead-result p{
    font-size:16px !important;
    line-height:26px !important;
    margin:0 0 18px !important;
    color:#333 !important;
}

.pyxis-lead-result .pyxis-lead-badge{
    display:inline-block !important;
    font-size:13px !important;
    font-weight:700 !important;
    letter-spacing:.5px !important;
    text-transform:uppercase !important;
    background:#111 !important;
    color:#fff !important;
    padding:8px 12px !important;
    margin-bottom:14px !important;
}

.pyxis-lead-result .pyxis-lead-buttons{
    display:flex !important;
    gap:14px !important;
    flex-wrap:wrap !important;
    margin-top:12px !important;
}

.pyxis-lead-result .pyxis-lead-btn{
    display:inline-block !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    padding:14px 22px !important;
    font-size:15px !important;
    line-height:20px !important;
    text-decoration:none !important;
    transition:.25s ease !important;
}

.pyxis-lead-result .pyxis-lead-btn:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:768px){
    .pyxis-lead-result .pyxis-lead-buttons{
        display:block !important;
    }
    .pyxis-lead-result .pyxis-lead-btn{
        display:block !important;
        width:100% !important;
        margin-bottom:10px !important;
        text-align:center !important;
    }
}