/*
Theme Name: OceanWP child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

body{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.color_2{
  color: #04a7a4;
}
.jet-form__label-text,
.jet-form-builder__label-text{
  display: block;
  font-weight: bold;
  margin-top: 5px;
}
.jet-engine-file-upload,
.jet-form-builder-file-upload {
    width: 100%;
    border: 1px dashed #ccc;
    padding: 5px 10px;
    border-radius: 5px;
}
.jet-engine-file-upload__content{
  height: 0;
  min-height: 0;
}
/* ============================================================
   LISTA CLIENTES — CSS imprescindible
   Solo lo que Elementor no puede controlar:
   badges (callback PHP), avatar (callback PHP),
   separador de filas y email nowrap
   ============================================================ */

.jet-listing-not-found{
  background: #fff;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);  
  padding: 10px;
  margin: 10px 0;
}

/* ── AVATAR ─────────────────────────────────────────────────── */
.pafr-avatar {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: #1e2d4a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

/* ── BADGES ─────────────────────────────────────────────────── */
.pafr-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}
.badge-gray     { background: #E8EBF0; color: #4a5568; }
.badge-pink     { background: #FDDEE6; color: #9b2c4a; }
.badge-yellow   { background: #FEF3C7; color: #92611c; }
.badge-lavender { background: #EDE9FE; color: #5b21b6; }
.badge-teal     { background: #CCFBF1; color: #0f766e; }
.badge-green    { background: #D1FAE5; color: #065f46; }
.badge-red		{ background: #f8d7da; color: #721c24; }

/* ── SEPARADOR FILAS ─────────────────────────────────────────── */
.pafr-cliente-row {
    border-bottom: 1px solid #f0f4f8 !important;
    transition: background 0.15s ease;
}
.pafr-cliente-row:hover {
    background: #f8fafc !important;
}
.jet-listing-grid__item:last-child .pafr-cliente-row {
    border-bottom: none !important;
}

/* ── EMAIL SIN SALTOS ────────────────────────────────────────── */
.pafr-email .jet-listing-dynamic-field__content {
    white-space: nowrap;
}

/* ── STATS ROW ─────────────────────────────────────────────── */
.pafr-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.pafr-stat-card {
    background: #ffffff;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    padding: 16px 18px;
}

.pafr-stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #8a94a6;
    margin-bottom: 6px;
}

.pafr-stat-val {
    font-size: 24px;
    font-weight: 600;
    color: #1e2d4a;
}

.pafr-stat-green    { color: #065f46; }
.pafr-stat-pink     { color: #9b2c4a; }
.pafr-stat-lavender { color: #5b21b6; }

@media (max-width: 768px) {
    .pafr-stats-row { grid-template-columns: repeat(2, 1fr); }
}

.jet-form-builder-file-upload__content{
  background: #f5f5f5;
  border: 1px dashed #ddd;
}
.plan-actual {
    display: inline-block;
    background: #d4edda;
    color: #155724;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
}
.renovacion-aviso {
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 8px;
}

.renovacion-ok {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.renovacion-urgente {
    background: #fff3cd;
    color: #856404;
    font-weight: 500;
}
.estado-badge {
    white-space: nowrap;
}
.estado-Pendiente,
.estado-pendiente{
    background: #fff3cd;
    color: #856404;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
}
.estado-Verificado,
.estado-verificado{
    background: #d4edda;
    color: #155724;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
}



.etiqueta-urssaf { background: #fef3c7; color: #92400e; }
.etiqueta-impots { background: #fce7f3; color: #9d174d; }
.etiqueta-banco { background: #eff6ff; color: #1e40af; }
.etiqueta-tramite { background: #f0fdf4; color: #166534; }
.etiqueta-publicidad { background: #faf5ff; color: #6b21a8; }
.etiqueta-general { background: #f1f5f9; color: #475569; }

.carta-estado-nuevo { background: #eef2ff; color: #4338ca; }
.carta-estado-leido { background: #f1f5f9; color: #475569; }
.carta-estado-destruir { background: #fef2f2; color: #b91c1c; }
.carta-estado-destruido { background: #64748b; color: #e8a3a3; }

/* Stepper */
.pafr-stepper-card {
    background: #ffffff;
    border: 1px solid #e8edf2;
    border-radius: 12px;
    padding: 24px 32px;
    margin-bottom: 20px;
}

.pafr-stepper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.pafr-stepper-line {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e8edf2;
    z-index: 0;
}

.pafr-stepper-progress {
    position: absolute;
    top: 18px;
    left: 0;
    height: 2px;
    background: #22c55e;
    z-index: 1;
    transition: width 0.4s;
}

.pafr-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2;
    flex: 1;
}

.pafr-step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid transparent;
}

.pafr-step-label {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.pafr-action-panel {
    text-align: center;
}
.pafr-action-panel .pafr-btn-accion{
    display: block;
    font-weight: bold;
    padding: 8px 16px;
    background: #001B57;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.pafr-correo-cliente a{
  color:rgb(79, 70, 229);
}
.pafr-btn-accion_2,
.jet-form-builder__submit{
    border-radius: 5px;
    width: 100%;
    font-size: 16px !important;
    font-style: normal;
    text-transform: none !important;
    letter-spacing: 0 !important;    
    margin-top: 20px!important;
    text-align: center!important;
    display: block!important;
}


.pafr-btn-accion.enabled:hover{
  opacity: 0.8;
}
.pafr-btn-accion.disabled{ 
  background: #cbd5e1;
  cursor: wait;
}
#pestana_1,
#pestana_2,
#pestana_3,
#pestana_4,
#pestana_5{
  background: #fff;
}



.pafr-btn-accion.danger{
    display: block;
    font-weight: bold;
    padding: 8px 16px;
    background: #E8EBF0;
    color: #4a5568;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}



/* Estados del stepper */
.pafr-step-done .pafr-step-circle {
    background: #22c55e;
    border-color: #22c55e;
    color: #fff;
}
.pafr-step-done .pafr-step-label { color: #22c55e; }

.pafr-step-active .pafr-step-circle {
    background: #fff;
    border-color: #f97316;
    color: #f97316;
}
.pafr-step-active .pafr-step-label { color: #f97316; }

.pafr-step-pending .pafr-step-circle {
    background: #f8fafc;
    border-color: #e8edf2;
    color: #a0aab8;
}
.pafr-step-pending .pafr-step-label { color: #a0aab8; }


.estado-Rechazado,
.estado-rechazado {
    background: #f8d7da;
    color: #721c24;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
}
.estado-Firmado,
.estado-firmado{
    background: #d4edda;
    color: #155724;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
}
.estado-docs {
    padding: 15px 20px;
    border-radius: 8px;
}

.estado-docs-vacio {
    background: #e3f2fd;
    color: #1565c0;
}

.estado-docs-pendiente {
    background: #fff3cd;
    color: #856404;
}

.estado-docs-ok {
    background: #d4edda;
    color: #155724;
}
.dashboard .estado-docs{
  padding: 0;
  color: #fff;
  background: none;
}
/* ========================================
    JETFORMBUILDER - Labels
   ======================================== */

.form-popup .jet-form-builder__label-text{
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1.25;
}
body form legend{
    border-bottom: none;
}
/* ========================================
   BOTÓN SIGUIENTE PÁGINA
   ======================================== */

/* Botón Next Page */
.jet-form-builder__next-page,
.boton-form {
  background: #6366f1;
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.boton-form {
  font-size: 16px!important;
  width: 100%;
  display: block!important;
  text-align: center;
}
.jet-form-builder__next-page:hover,
.boton-form:hover {
  background: #4f46e5;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.jet-form-builder__next-page:active {
  transform: translateY(0);
}

/* Botón Previous Page (si lo usas) */
.jet-form-builder__prev-page {
  background: transparent;
  color: #6b7280;
  border: 2px solid #e5e7eb;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.jet-form-builder__prev-page:hover {
  border-color: #6366f1;
  color: #6366f1;
}

/* Contenedor de botones de navegación */
.jet-form-builder__buttons-wrap {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  justify-content: flex-start;
}
/* ========================================
   RADIO BUTTONS ESTILO TARJETA VERTICAL
   ======================================== */

/* Reset del contenedor de radios */
.form-popup .jet-form-builder__fields-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
}

/* Cada opción como tarjeta horizontal */
.form-popup .jet-form-builder__field-wrap.checkradio-wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.form-popup .jet-form-builder__field-wrap.checkradio-wrap:hover {
  border-color: #6366f1;
}

/* Tarjeta seleccionada */
.form-popup .jet-form-builder__field-wrap.checkradio-wrap:has(input:checked) {
  border-color: #6366f1;
  background: #fafaff;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

/* ========================================
   BOTÓN SUBSCRIBE - PAID MEMBER SUBSCRIPTIONS
   ======================================== */

.pms-form-submit,
#pafr-btn-upgrade{
  background: #6366f1;
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: none; /* Quita el uppercase si lo tiene */
  letter-spacing: 0;
  width: auto;
  min-width: 160px;
  width: 100%;
}

.pms-form-submit:hover {
  background: #4f46e5;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.pms-form-submit:active,{
  transform: translateY(0);
}
input[name="pms_edit_profile"]{
  width: 100%;
  border-radius: 5px;
}

ul.pms-form-fields-wrapper,
.pms-field-section  {
    list-style: none;
    padding: 0;
    margin: 0;
}

/**
VENTANAS EMERGENTES
**/ 
#cerrar-popup{
    display: block;
    line-height: 1.4;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    padding: 0 10px;
    font-weight: bold;
    border: solid 1px #ddd;
    background: #ccc;
    cursor: pointer;
    z-index: 999;
}
#my-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
}
#myTarifa{
    display: none;
    width: 600px;
    z-index: 99999;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;    
    margin: 0 auto;
    position: fixed;
    top: 100px;
    right: 0;
    left: 0; 
    border-radius: 15px;


}
#myTarifa.form-popup{
    animation: smoothScroll 1s forwards;
    display: block!important;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}


/* ********************* estilos del blog ********************/
/* ===== ESTILOS GENERALES ===== */
.single-post .entry-content {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #2d3748;
}

/* ===== JERARQUÍA DE TÍTULOS ===== */
.single-post .entry-content h1 {
    font-size: 2em;
    color: #1a365d;
    border-bottom: 3px solid #e2e8f0;
    padding-bottom: 10px;
    margin: 30px 0 20px 0;
    font-weight: 700;
}

.single-post .entry-content h2 {
    margin: 40px 0 20px 0;
    font-size: 1.5em;
    font-weight: 600;
}

.single-post .entry-content h3 {
    color: #2c3e50;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 8px;
    margin: 30px 0 15px 0;
    font-size: 1.3em;
    font-weight: 600;
}

.single-post .entry-content h4 {
    color: #2c3e50;
    padding-bottom: 5px;
    margin: 25px 0 15px 0;
    font-size: 1.1em;
    font-weight: 600;
}

/* ===== PÁRRAFOS Y ESPACIADO ===== */
.single-post .entry-content p {
    margin-bottom: 1.2em;
    text-align: justify;
}

.single-post .entry-content p:last-child {
    margin-bottom: 0;
}

/* ===== LISTAS ===== */
.single-post .entry-content ul, 
.single-post .entry-content ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

.single-post .entry-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.single-post .entry-content ul li {
    list-style-type: disc;
}

.single-post .entry-content ol li {
    list-style-type: decimal;
}

/* Listas con iconos */
.single-post .entry-content ul.checklist {
    list-style: none;
    margin-left: 0;
}

.single-post .entry-content ul.checklist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.single-post .entry-content ul.checklist li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a7f37;
    font-weight: bold;
    font-size: 1.1em;
}

/* ===== BLOQUES DESTACADOS ===== */
.single-post .entry-content blockquote,
.single-post .wp-block-quote {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border-left: 4px solid #007cba;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    font-style: normal;
}

.single-post .entry-content blockquote p:last-child {
    margin-bottom: 0;
}

/* Bloques de información */
.single-post .entry-content .info-box {
    background: #e3f2fd;
    border-left: 4px solid #2196f3;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.single-post .entry-content .warning-box {
    background: #fff3e0;
    border-left: 4px solid #ff9800;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.single-post .entry-content .success-box {
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

/* ===== CÓDIGO Y PRE ===== */
.single-post .entry-content code {
    background-color: #f1f3f4;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
    color: #c7254e;
}

.single-post .entry-content pre {
    background-color: #2d3748;
    color: #e2e8f0;
    padding: 15px;
    border-radius: 6px;
    overflow-x: auto;
    margin: 20px 0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
    line-height: 1.4;
}

.single-post .entry-content pre code {
    background: none;
    padding: 0;
    color: inherit;
    font-size: inherit;
}

/* ===== TABLAS ===== */
.single-post .entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.single-post .entry-content th {
    background: #4a5568;
    color: white;
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
}

.single-post .entry-content td {
    padding: 10px 15px;
    border-bottom: 1px solid #e2e8f0;
}

.single-post .entry-content tr:nth-child(even) {
    background-color: #f7fafc;
}

.single-post .entry-content tr:hover {
    background-color: #edf2f7;
}

/* ===== IMÁGENES ===== */
.single-post .entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 15px 0;
}

.single-post .entry-content .wp-block-image,
.single-post .entry-content figure {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-post .entry-content figcaption {
    font-style: italic;
    color: #718096;
    margin-top: 8px;
    font-size: 0.9em;
}

/* ===== ENLACES ===== */
.single-post .entry-content a {
    color: #e95112;
    text-decoration: none;
    border-bottom: 1px dotted #e95112;
    transition: all 0.2s ease;
}

.single-post .entry-content a:hover {
    color: #145a2e;
    border-bottom: 1px solid #145a2e;
}

/* ===== BOTONES ===== */
.single-post .entry-content .button {
    display: inline-block;
    background: #e95112;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
    margin: 5px;
}

.single-post .entry-content .button:hover {
    background: #145a2e;
    color: white;
    text-decoration: none;
    border-bottom: none;
}

.single-post .entry-content .button-secondary {
    background: #718096;
}

.single-post .entry-content .button-secondary:hover {
    background: #4a5568;
}

/* ===== SEPARADORES ===== */
.single-post .entry-content hr {
    border: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, #e2e8f0, transparent);
    margin: 40px 0;
}

/* ===== ELEMENTOS DE FORMULARIO ===== */
.single-post .entry-content input[type="text"],
.single-post .entry-content input[type="email"],
.single-post .entry-content input[type="password"],
.single-post .entry-content textarea,
.single-post .entry-content select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 16px;
    margin: 5px 0 15px 0;
    transition: border 0.3s ease;
}

.single-post .entry-content input[type="text"]:focus,
.single-post .entry-content input[type="email"]:focus,
.single-post .entry-content input[type="password"]:focus,
.single-post .entry-content textarea:focus,
.single-post .entry-content select:focus {
    border-color: #1a7f37;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 127, 55, 0.1);
}

/* ===== BLOQUES DE PASOS ===== */
.single-post .entry-content .step {
    counter-increment: step-counter;
    margin: 25px 0;
    padding-left: 50px;
    position: relative;
}

.single-post .entry-content .step:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background: #1a7f37;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.single-post .entry-content .steps-container {
    counter-reset: step-counter;
    margin: 30px 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .single-post .entry-content {
        padding: 15px;
        font-size: 15px;
    }
    .single-post .entry-content p {
        text-align: left;
    }
    .single-post .entry-content h1 {
        font-size: 1.7em;
    }
    
    .single-post .entry-content h2 {
        font-size: 1.3em;
        padding: 12px 15px;
    }
    
    .single-post .entry-content h3 {
        font-size: 1.2em;
    }
    
    .single-post .entry-content ul, 
    .single-post .entry-content ol {
        margin-left: 20px;
    }
    
    .single-post .entry-content .step {
        padding-left: 40px;
    }
    
    .single-post .entry-content .step:before {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .single-post .entry-content {
        padding: 10px;
        font-size: 14px;
    }
    
   .single-post  .entry-content h1 {
        font-size: 1.5em;
    }
    
    .single-post .entry-content h2 {
        font-size: 1.2em;
        padding: 10px 12px;
    }
}

/* ===== ANIMACIONES SUAVES ===== */
.single-post .entry-content * {
    transition: all 0.2s ease;
}

/* ===== CLASES UTILITARIAS ===== */
.single-post .entry-content .text-center {
    text-align: center;
}

.single-post .entry-content .text-right {
    text-align: right;
}

.single-post .entry-content .text-justify {
    text-align: justify;
}

.single-post .entry-content .bold {
    font-weight: bold;
}

.single-post .entry-content .italic {
    font-style: italic;
}

.single-post .entry-content .highlight {
    background-color: #fff3cd;
    padding: 2px 4px;
    border-radius: 3px;
}

.single-post .entry-content .divider {
    height: 1px;
    background: #e2e8f0;
    margin: 30px 0;
}
/* ************************  fin estilos del blog **************** */

/*  ************ menú principal ************** */
.dropdown-menu .sub-menu {
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    margin-top: -20px;    
    }

.dropdown-menu .sub-menu:after, 
.dropdown-menu .sub-menu:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menu .sub-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.dropdown-menu .sub-menu:before {
    border-color: rgba(133, 133, 133, 0);
    border-bottom-color: #e1e1e1;
    border-width: 11px;
    margin-left: -11px;
}
body .dropdown-menu .sub-menu{
    border-color: #ddd;
}
/*  ************ menú principal ************** */


.my-btn > a .text-wrap {
    background: #2f2664;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
}
.my-btn_2 > a .text-wrap {
    border: 1px solid #2f2664;
    color: #2f2664;
    padding: 10px 20px;
    border-radius: 15px;
}
.my-btn > a .text-wrap:hover,
.my-btn_2 > a .text-wrap:hover {
    opacity: 0.8;
}
#colophon ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#colophon ul a:hover{
    color: #E95112;
}
#colophon li{
	margin-bottom: 15px;
    line-height: 1.3;
}
#colophon #contacto-wa a{
	color: #fff;
}
/* ============================================
   Ocultar menú de OceanWP en área privada
   Mantiene el logo visible
   ============================================ */

.area-privada #site-navigation-wrap,
.area-privada #mobile-dropdown,
.area-privada .oceanwp-mobile-menu-icon {
    display: none !important;
}
/* Badge base */
.factura-estado-badge .jet-listing-dynamic-field__content {
    display: inline-block;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
}

/* Pendiente — amarillo */
.factura-estado-badge .jet-listing-dynamic-field__content {
    color: #92400e;
    background: #fef3c7;
    border: 1px solid #f59e0b;
}

/* Gestionado — verde */
.factura-estado-badge.gestionado .jet-listing-dynamic-field__content {
    color: #065f46;
    background: #d1fae5;
    border: 1px solid #34d399;
}
.plan .jet-form-builder__heading-desc{
    margin-top: 20px;
    background-color: #EEF2FF;
    font-size: 13px;
    color: #3730A3;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C7D2FE;
    border-radius: 8px 8px 8px 8px;
    padding: 7px 14px 7px 14px;
}



@media (max-width: 767px) {

    #menu-area-privada {
        display: none;
        position: fixed;
        top: 0;
        right: -280px;
        width: 260px;
        height: 100vh;
        background: #fff;
        z-index: 9995;
        padding: 60px 20px 20px;
        box-shadow: -4px 0 20px rgba(0,0,0,0.15);
        transition: right 0.3s ease;
        overflow-y: auto;
    }

    #menu-area-privada.is-open {
        display: block;
        right: 0;
    }

    /* Botón hamburger */
    #pa-hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 30px;
        right: 16px;
        z-index: 9999;
        width: 20px;
        height: 17px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    #pa-hamburger span {
        display: block;
        width: 100%;
        height: 3px;
        background: #333;
        border-radius: 3px;
        transition: all 0.3s ease;
    }

    #pa-hamburger.is-open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    #pa-hamburger.is-open span:nth-child(2) {
        opacity: 0;
    }
    #pa-hamburger.is-open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    /* Overlay */
    #pa-menu-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 9990;
    }
    #pa-menu-overlay.is-open {
        display: block;
    }
    .no-movil{
      display: none;
    }
    .pafr-badge{
      width: 100%;
      text-align: center;
    }

  .estado span,
  .estado-Pendiente,
  .estado-pendiente,
  .estado-Verificado,
  .estado-verificado,
  .estado-Rechazado,
  .estado-rechazado,
  .estado-Firmado,
  .estado-firmado {
      width: 100%;
      display: block;
      text-align: center;
  }
  .jet-form-builder-row{
    margin-bottom: 0!important;
  }
  .pafr-stepper-card {
      padding: 20px 0;
  }  
  .pafr-step-label {
      padding: 0 2px;
  }
  .pms-table-wrapper {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
  }

  .pms-table {
      min-width: 700px; /* ajusta según el ancho real de la tabla */
  }

}

@media (min-width: 768px) {
    #pa-hamburger,
    #pa-menu-overlay {
        display: none !important;
    }
}


@media (max-width: 1300px) { 

}
@media (max-width: 1024px) {
    .div-absoluto{
        position: relative;
    }
}

@media (max-width: 960px) {	

}
@media (max-width: 768px) {  
      

}

@media (max-width: 650px) {   

}

@media (max-width: 450px) { 

}