.elementor-5220 .elementor-element.elementor-element-869585d > .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#DDDDDD;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-5220 .elementor-element.elementor-element-ecf4b19 .elementor-button{background-color:#61CE7000;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:500;}/* Start custom CSS for column, class: .elementor-element-869585d */.three-column{
    height: 520px;
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-ecf4b19 *//*PAGINA EMPAQUES*/
        .boton-procesos {
            display: inline-block;
            background: linear-gradient(180deg, #C82220, #D44F4E);
            color: #fff;
            padding: 0.2rem 0.4rem;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            border-radius: 50px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
        }
        
        .boton-procesos:hover {
            transform: translateY(-3px) scale(1.03);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
        }
        
        .filtro-categorias {
            position: relative;
            display: flex;
            gap: 1rem;
            justify-content: center;
            align-items: center;
            padding: 1rem 0;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76a5671 */:root {
      --primary: #1468b5;
      --secondary: #6c757d;
      --success: #25d366;
      --light: #f8f9fa;
      --dark: #212529;
      --border-radius: 12px;
      --box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    }
    
    html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f8f9fa;
    }

    .full-height-row {
      height: 100vh;
    }

    #three-container {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
      position: relative;
      overflow: hidden;
      margin-top: -50px;
    }

    #editCanvas1, #editCanvas2, #editCanvas3, #editCanvas4, #editCanvas5 {
      border: 1px solid #ced4da;
      cursor: grab;
      display: block;
      max-width: 100%;
      background-color: white;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
    }

    .sidebar {
      overflow-y: auto;
      height: 100%;
      padding: 25px;
      background: #ffffff;
      box-shadow: -2px 0 15px rgba(0,0,0,0.08);
    }

    .section-title {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 25px;
      padding-bottom: 15px;
      border-bottom: 3px solid var(--primary);
      color: #0a58ca;
      position: relative;
      display: flex;
      align-items: center;
    }

    .section-title::after {
      content: "";
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 60px;
      height: 3px;
      background: #ce000c;
    }

    .section-title i {
      margin-right: 12px;
      font-size: 1.5rem;
      color: var(--primary);
    }

    .editImagenes, .editCompartir {
      display: none;
    }
    
    .card-section {
      background: white;
      border-radius: var(--border-radius);
      box-shadow: var(--box-shadow);
      border: none;
      margin-bottom: 25px;
      overflow: hidden;
      transition: transform 0.3s ease;
    }
    
    .card-section:hover {
      transform: translateY(-5px);
    }
    
    .card-header {
      background: linear-gradient(to right, #e9f0ff, #f0f7ff);
      border-bottom: 1px solid rgba(13, 110, 253, 0.1);
      padding: 18px 25px;
      font-weight: 600;
      color: var(--primary);
      display: flex;
      align-items: center;
    }
    
    .card-header i {
      margin-right: 10px;
      font-size: 1.2rem;
    }
    
    .card-body {
      padding: 25px;
    }
    
    .dimension-input {
      border: 2px solid #e2e8f0;
      border-radius: 8px;
      padding: 12px 15px;
      font-weight: 600;
      text-align: center;
      transition: all 0.3s ease;
      background: #f8fafc;
    }
    
    .dimension-input:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
      background: white;
    }
    
    .dimension-label {
      font-weight: 600;
      color: var(--secondary);
      margin-bottom: 8px;
      display: block;
    }
    
    .divider {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 25px 0;
    }
    
    .divider-line {
      flex: 1;
      height: 1px;
      background: linear-gradient(to right, transparent, #dee2e6, transparent);
    }
    
    .divider-text {
      margin: 0 15px;
      font-weight: 700;
      color: var(--primary);
    }
    
    .btn-primary {
      background: var(--primary);
      border: none;
      padding: 12px 20px;
      font-weight: 600;
      border-radius: 8px;
      transition: all 0.3s ease;
    }
    
    .btn-primary:hover {
      background: #0b5ed7;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    }
    
    .canvas-container {
      padding: 15px;
      background: #f8f9fa;
      border-radius: var(--border-radius);
      display: flex;
      justify-content: center;
      border: 1px solid #e9ecef;
    }
    
    .controls-container {
      background: #f8fafc;
      border-radius: var(--border-radius);
      padding: 20px;
      margin-top: 20px;
      border: 1px solid #e9ecef;
    }
    
    .btn-action {
      padding: 12px 15px;
      font-weight: 600;
      border-radius: 8px;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 10px;
    }
    
    .btn-action i {
      margin-right: 8px;
    }
    
    .btn-action:last-child {
      margin-bottom: 0;
    }
    
    .range-container {
      margin-bottom: 20px;
    }
    
    .range-container:last-child {
      margin-bottom: 0;
    }
    
    .range-value {
      display: flex;
      justify-content: space-between;
      margin-top: 5px;
      font-size: 0.9rem;
      color: var(--secondary);
    }
    
    .range-value span {
      background: #e9ecef;
      padding: 3px 10px;
      border-radius: 20px;
      font-weight: 600;
    }
    
    .whatsapp-section {
      background: linear-gradient(135deg, var(--success) 0%, #128C7E 100%);
      color: white;
      padding: 30px;
      border-radius: var(--border-radius);
      text-align: center;
      margin-top: 25px;
      box-shadow: var(--box-shadow);
      position: relative;
      overflow: hidden;
    }
    
    .whatsapp-section::before {
      content: "";
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
    }
    
    .email-section {
      background: linear-gradient(135deg, var(--primary) 0%, #128C7E 100%);
      color: white;
      padding: 30px;
      border-radius: var(--border-radius);
      text-align: center;
      margin-top: 25px;
      box-shadow: var(--box-shadow);
      position: relative;
      overflow: hidden;
    }
    
    .btn-pdf {
      background: white;
      color: var(--primary);
      font-weight: 700;
      padding: 14px 30px;
      font-size: 1.1rem;
      border-radius: 50px;
      border: none;
      box-shadow: 0 6px 15px rgba(0,0,0,0.15);
      transition: all 0.4s ease;
      margin: 10px;
      position: relative;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 250px;
    }
    
    .btn-whatsapp {
      background: white;
      color: var(--success);
      font-weight: 700;
      padding: 14px 30px;
      font-size: 1.1rem;
      border-radius: 50px;
      border: none;
      box-shadow: 0 6px 15px rgba(0,0,0,0.15);
      transition: all 0.4s ease;
      margin: 10px;
      position: relative;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 250px;
    }
    
    .btn-email {
      background: white;
      color: var(--primary);
      font-weight: 700;
      padding: 14px 30px;
      font-size: 1.1rem;
      border-radius: 50px;
      border: none;
      box-shadow: 0 6px 15px rgba(0,0,0,0.15);
      transition: all 0.4s ease;
      margin: 10px;
      position: relative;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 250px;
    }
    
    .btn-pdf:hover, .btn-whatsapp:hover, .btn-email:hover {
      transform: translateY(-5px) scale(1.05);
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }
    
    .btn-pdf i, .btn-whatsapp i, .btn-email i {
      margin-right: 12px;
      font-size: 1.4rem;
    }
    
    .preview-title {
      font-size: 1.8rem;
      font-weight: 800;
      margin-bottom: 30px;
      background: linear-gradient(to right, var(--primary), #0dcaf0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
    }
    
    .preview-subtitle {
      color: var(--secondary);
      font-size: 1.1rem;
      text-align: center;
      max-width: 500px;
      margin: 0 auto 30px;
    }
    
    .spinner-border {
      width: 3rem;
      height: 3rem;
    }
    
    .btn-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
    }
    
    .tab-buttons {
      display: flex;
      background: white;
      border-bottom: 1px solid #dee2e6;
    }
    
    .tab-button {
      flex: 1;
      padding: 18px 0;
      text-align: center;
      font-weight: 600;
      color: var(--secondary);
      background: white;
      border: none;
      border-bottom: 3px solid transparent;
      transition: all 0.3s ease;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .tab-button i {
      margin-right: 8px;
    }
    
    .tab-button.active {
      color: var(--primary);
      border-bottom: 3px solid var(--primary);
      background: #f0f7ff;
    }
    
    .tab-button:hover:not(.active) {
      background: #f8f9fa;
      color: var(--dark);
    }
    
    .face-button {
      background: white;
      border: 1px solid #dee2e6;
      border-radius: 8px;
      padding: 10px 15px;
      margin: 5px;
      font-weight: 500;
      transition: all 0.3s ease;
    }
    
    .face-button.active, .face-button:hover {
      background: var(--primary);
      color: white;
      border-color: var(--primary);
    }
    
    .face-buttons-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 20px;
    }
    
    .file-upload-container {
      position: relative;
      overflow: hidden;
      display: inline-block;
      width: 100%;
    }
    
    .file-upload-container input[type="file"] {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }
    
    .file-upload-btn {
      background: var(--primary);
      color: white;
      padding: 12px 20px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    
    .file-upload-btn:hover {
      background: #0b5ed7;
    }
    
    .file-upload-btn i {
      margin-right: 10px;
    }
    
    .form-text {
      margin-top: 8px;
      font-size: 0.85rem;
      color: var(--secondary);
    }
    
    
    .scroll-box {
      height: 520px;
      overflow-y: auto;
      overflow-x: hidden;
      border: 1px solid #ddd;
      padding: 10px;
      background: #fff;
    }
    
    .btn:hover {
      box-shadow: 0 5px 10px rgba(0,0,0,0.2);
      background: #f8f9fa;
      color: var(--dark);
    }/* End custom CSS */