.elementor-18402 .elementor-element.elementor-element-53765dd{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-18402 .elementor-element.elementor-element-5249908{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-18402 .elementor-element.elementor-element-9181cb0{width:var( --container-widget-width, 97.786% );max-width:97.786%;--container-widget-width:97.786%;--container-widget-flex-grow:0;}.elementor-18402 .elementor-element.elementor-element-9181cb0.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-18402 .elementor-element.elementor-element-53765dd{--content-width:1220px;}.elementor-18402 .elementor-element.elementor-element-5249908{--content-width:1220px;}}/* Start custom CSS for container, class: .elementor-element-5249908 */.policy-page {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #444;
}

.policy-section {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1.5rem;
  border-left: 4px solid #dc3545;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.policy-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.section-header {
  margin-bottom: 1rem;
}

.section-content {
  margin-left: 1.5rem;
}

.operations-list, .quality-measures, .sister-companies {
  margin-top: 1rem;
}

.operation-item, .quality-item, .sister-company-item {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: white;
  border-radius: 0.25rem;
  border-left: 2px solid #dc3545;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.operation-item:hover, .quality-item:hover, .sister-company-item:hover {
  transform: translateX(5px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.operation-header, .quality-header, .company-header, .availability-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.operation-header h3, .quality-header h3, .company-header h3, .availability-header h3 {
  margin-bottom: 0;
  color: #dc3545;
  font-weight: 600;
}

.operation-content p, .quality-content p, .company-content p {
  margin-bottom: 0.75rem;
  color: #555;
  line-height: 1.6;
}

.region-badges, .process-badges, .availability-badges, .guarantee-badge, .company-badge, .operation-countries {
  margin-top: 0.75rem;
}

.availability-section {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: white;
  border-radius: 0.25rem;
  border-left: 2px solid #dc3545;
}

.partners-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
}

.partner-item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  background-color: white;
  border-radius: 0.25rem;
  border-left: 2px solid #dc3545;
  transition: transform 0.2s ease;
}

.partner-item:hover {
  transform: translateX(5px);
}

.presence-card {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.presence-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-color: #dc3545;
}

.presence-card h3 {
  margin-bottom: 1rem;
  color: #333;
  font-weight: 600;
}

.presence-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.presence-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9ecef;
  color: #666;
  font-size: 0.9rem;
}

.presence-list li:last-child {
  border-bottom: none;
}

.presence-list li:before {
  content: "✓";
  color: #dc3545;
  font-weight: bold;
  margin-right: 0.5rem;
}

.badge-outline-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
  background-color: transparent;
}

.badge-outline-secondary {
  color: #6c757d;
  border: 1px solid #6c757d;
  background-color: transparent;
}

@media (max-width: 768px) {
  .section-content {
    margin-left: 0;
  }
  
  .policy-section {
    padding: 1rem;
  }
  
  .page-header {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .alert {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  
  .policy-sections {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  
  .operation-item, .quality-item, .sister-company-item {
    padding: 0.75rem;
  }
  
  .presence-card {
    margin-bottom: 1rem;
  }
}/* End custom CSS */