/* Estilos generales */
@font-face {
    font-family: 'Proxima';
    src: url('/fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root, :host {
    color-scheme: light;
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em / 1 "Font Awesome 6 Free";
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --mui-palette-primary-main: #556cd6;
    --mui-palette-primary-light: rgb(119, 137, 222);
    --mui-palette-primary-dark: rgb(59, 75, 149);
    --mui-palette-primary-contrastText: #fff;
    --mui-palette-primary-mainChannel: 85 108 214;
    --mui-palette-primary-lightChannel: 119 137 222;
    --mui-palette-primary-darkChannel: 59 75 149;
    --mui-palette-primary-contrastTextChannel: 255 255 255;
    --mui-palette-secondary-main: #19857b;
    --mui-palette-secondary-light: rgb(71, 157, 149);
    --mui-palette-secondary-dark: rgb(17, 93, 86);
    --mui-palette-secondary-contrastText: #fff;
    --mui-palette-secondary-mainChannel: 25 133 123;
    --mui-palette-secondary-lightChannel: 71 157 149;
    --mui-palette-secondary-darkChannel: 17 93 86;
    --mui-palette-secondary-contrastTextChannel: 255 255 255;
    --mui-palette-common-black: #000;
    --mui-palette-common-white: #fff;
    --mui-palette-common-background: #fff;
    --mui-palette-common-onBackground: #000;
    --mui-palette-common-backgroundChannel: 255 255 255;
    --mui-palette-common-onBackgroundChannel: 0 0 0;
    --mui-palette-error-main: #d32f2f;
    --mui-palette-error-light: #ef5350;
    --mui-palette-error-dark: #c62828;
    --mui-palette-error-contrastText: #fff;
    --mui-palette-error-mainChannel: 211 47 47;
    --mui-palette-error-lightChannel: 239 83 80;
    --mui-palette-error-darkChannel: 198 40 40;
    --mui-palette-error-contrastTextChannel: 255 255 255;
    --mui-palette-warning-main: #ed6c02;
    --mui-palette-warning-light: #ff9800;
    --mui-palette-warning-dark: #e65100;
    --mui-palette-warning-contrastText: #fff;
    --mui-palette-warning-mainChannel: 237 108 2;
    --mui-palette-warning-lightChannel: 255 152 0;
    --mui-palette-warning-darkChannel: 230 81 0;
    --mui-palette-warning-contrastTextChannel: 255 255 255;
    --mui-palette-info-main: #0288d1;
    --mui-palette-info-light: #03a9f4;
    --mui-palette-info-dark: #01579b;
    --mui-palette-info-contrastText: #fff;
    --mui-palette-info-mainChannel: 2 136 209;
    --mui-palette-info-lightChannel: 3 169 244;
    --mui-palette-info-darkChannel: 1 87 155;
    --mui-palette-info-contrastTextChannel: 255 255 255;
    --mui-palette-success-main: #2e7d32;
    --mui-palette-success-light: #4caf50;
    --mui-palette-success-dark: #1b5e20;
    --mui-palette-success-contrastText: #fff;
    --mui-palette-success-mainChannel: 46 125 50;
    --mui-palette-success-lightChannel: 76 175 80;
    --mui-palette-success-darkChannel: 27 94 32;
    --mui-palette-success-contrastTextChannel: 255 255 255;
    --mui-palette-grey-50: #fafafa;
    --mui-palette-grey-100: #f5f5f5;
    --mui-palette-grey-200: #eeeeee;
    --mui-palette-grey-300: #e0e0e0;
    --mui-palette-grey-400: #bdbdbd;
    --mui-palette-grey-500: #9e9e9e;
    --mui-palette-grey-600: #757575;
    --mui-palette-grey-700: #616161;
    --mui-palette-grey-800: #424242;
    --mui-palette-grey-900: #212121;
    --mui-palette-grey-A100: #f5f5f5;
    --mui-palette-grey-A200: #eeeeee;
    --mui-palette-grey-A400: #bdbdbd;
    --mui-palette-grey-A700: #616161;
    --mui-palette-text-primary: rgba(0, 0, 0, 0.87);
    --mui-palette-text-secondary: rgba(0, 0, 0, 0.6);
    --mui-palette-text-disabled: rgba(0, 0, 0, 0.38);
    --mui-palette-text-primaryChannel: 0 0 0;
    --mui-palette-text-secondaryChannel: 0 0 0;
    --mui-palette-divider: rgba(0, 0, 0, 0.12);
    --mui-palette-background-paper: #fff;
    --mui-palette-background-default: #fff;
    --mui-palette-background-defaultChannel: 255 255 255;
    --mui-palette-background-paperChannel: 255 255 255;
    --mui-palette-action-active: rgba(0, 0, 0, 0.54);
    --mui-palette-action-hover: rgba(0, 0, 0, 0.04);
    --mui-palette-action-hoverOpacity: 0.04;
    --mui-palette-action-selected: rgba(0, 0, 0, 0.08);
    --mui-palette-action-selectedOpacity: 0.08;
    --mui-palette-action-disabled: rgba(0, 0, 0, 0.26);
    --mui-palette-action-disabledBackground: rgba(0, 0, 0, 0.12);
    --mui-palette-action-disabledOpacity: 0.38;
    --mui-palette-action-focus: rgba(0, 0, 0, 0.12);
    --mui-palette-action-focusOpacity: 0.12;
    --mui-palette-action-activatedOpacity: 0.12;
    --mui-palette-action-activeChannel: 0 0 0;
    --mui-palette-action-selectedChannel: 0 0 0;
    --mui-palette-Alert-errorColor: rgb(95, 33, 32);
    --mui-palette-Alert-infoColor: rgb(1, 67, 97);
    --mui-palette-Alert-successColor: rgb(30, 70, 32);
    --mui-palette-Alert-warningColor: rgb(102, 60, 0);
    --mui-palette-Alert-errorFilledBg: var(--mui-palette-error-main, #d32f2f);
    --mui-palette-Alert-infoFilledBg: var(--mui-palette-info-main, #0288d1);
    --mui-palette-Alert-successFilledBg: var(--mui-palette-success-main, #2e7d32);
    --mui-palette-Alert-warningFilledBg: var(--mui-palette-warning-main, #ed6c02);
    --mui-palette-Alert-errorFilledColor: #fff;
    --mui-palette-Alert-infoFilledColor: #fff;
    --mui-palette-Alert-successFilledColor: #fff;
    --mui-palette-Alert-warningFilledColor: #fff;
    --mui-palette-Alert-errorStandardBg: rgb(253, 237, 237);
    --mui-palette-Alert-infoStandardBg: rgb(229, 246, 253);
    --mui-palette-Alert-successStandardBg: rgb(237, 247, 237);
    --mui-palette-Alert-warningStandardBg: rgb(255, 244, 229);
    --mui-palette-Alert-errorIconColor: var(--mui-palette-error-main, #d32f2f);
    --mui-palette-Alert-infoIconColor: var(--mui-palette-info-main, #0288d1);
    --mui-palette-Alert-successIconColor: var(--mui-palette-success-main, #2e7d32);
    --mui-palette-Alert-warningIconColor: var(--mui-palette-warning-main, #ed6c02);
    --mui-palette-AppBar-defaultBg: var(--mui-palette-grey-100, #f5f5f5);
    --mui-palette-Avatar-defaultBg: var(--mui-palette-grey-400, #bdbdbd);
    --mui-palette-Button-inheritContainedBg: var(--mui-palette-grey-300, #e0e0e0);
    --mui-palette-Button-inheritContainedHoverBg: var(--mui-palette-grey-A100, #f5f5f5);
    --mui-palette-Chip-defaultBorder: var(--mui-palette-grey-400, #bdbdbd);
    --mui-palette-Chip-defaultAvatarColor: var(--mui-palette-grey-700, #616161);
    --mui-palette-Chip-defaultIconColor: var(--mui-palette-grey-700, #616161);
    --mui-palette-FilledInput-bg: rgba(0, 0, 0, 0.06);
    --mui-palette-FilledInput-hoverBg: rgba(0, 0, 0, 0.09);
    --mui-palette-FilledInput-disabledBg: rgba(0, 0, 0, 0.12);
    --mui-palette-LinearProgress-primaryBg: rgb(190, 199, 239);
    --mui-palette-LinearProgress-secondaryBg: rgb(167, 208, 204);
    --mui-palette-LinearProgress-errorBg: rgb(238, 175, 175);
    --mui-palette-LinearProgress-infoBg: rgb(158, 209, 237);
    --mui-palette-LinearProgress-successBg: rgb(175, 205, 177);
    --mui-palette-LinearProgress-warningBg: rgb(248, 199, 158);
    --mui-palette-Skeleton-bg: rgba(var(--mui-palette-text-primaryChannel, undefined) / 0.11);
    --mui-palette-Slider-primaryTrack: rgb(190, 199, 239);
    --mui-palette-Slider-secondaryTrack: rgb(167, 208, 204);
    --mui-palette-Slider-errorTrack: rgb(238, 175, 175);
    --mui-palette-Slider-infoTrack: rgb(158, 209, 237);
    --mui-palette-Slider-successTrack: rgb(175, 205, 177);
    --mui-palette-Slider-warningTrack: rgb(248, 199, 158);
    --mui-palette-SnackbarContent-bg: rgb(50, 50, 50);
    --mui-palette-SnackbarContent-color: #fff;
    --mui-palette-SpeedDialAction-fabHoverBg: rgb(216, 216, 216);
    --mui-palette-StepConnector-border: var(--mui-palette-grey-400, #bdbdbd);
    --mui-palette-StepContent-border: var(--mui-palette-grey-400, #bdbdbd);
    --mui-palette-Switch-defaultColor: var(--mui-palette-common-white, #fff);
    --mui-palette-Switch-defaultDisabledColor: var(--mui-palette-grey-100, #f5f5f5);
    --mui-palette-Switch-primaryDisabledColor: rgb(190, 199, 239);
    --mui-palette-Switch-secondaryDisabledColor: rgb(167, 208, 204);
    --mui-palette-Switch-errorDisabledColor: rgb(238, 175, 175);
    --mui-palette-Switch-infoDisabledColor: rgb(158, 209, 237);
    --mui-palette-Switch-successDisabledColor: rgb(175, 205, 177);
    --mui-palette-Switch-warningDisabledColor: rgb(248, 199, 158);
    --mui-palette-TableCell-border: rgba(224, 224, 224, 1);
    --mui-palette-Tooltip-bg: rgba(97, 97, 97, 0.92);
    --mui-palette-dividerChannel: 0 0 0;
    --mui-opacity-inputPlaceholder: 0.42;
    --mui-opacity-inputUnderline: 0.42;
    --mui-opacity-switchTrackDisabled: 0.12;
    --mui-opacity-switchTrack: 0.38;
    --mui-spacing: 8px;
    --mui-shape-borderRadius: 4px;
    --mui-shadows-0: none;
    --mui-shadows-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    --mui-shadows-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    --mui-shadows-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    --mui-shadows-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    --mui-shadows-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    --mui-shadows-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    --mui-shadows-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    --mui-shadows-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    --mui-shadows-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
    --mui-shadows-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
    --mui-shadows-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
    --mui-shadows-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
    --mui-shadows-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
    --mui-shadows-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
    --mui-shadows-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
    --mui-shadows-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    --mui-shadows-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
    --mui-shadows-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
    --mui-shadows-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
    --mui-shadows-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
    --mui-shadows-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
    --mui-shadows-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
    --mui-shadows-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
    --mui-shadows-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    --mui-zIndex-mobileStepper: 1000;
    --mui-zIndex-fab: 1050;
    --mui-zIndex-speedDial: 1050;
    --mui-zIndex-appBar: 1100;
    --mui-zIndex-drawer: 1200;
    --mui-zIndex-modal: 1300;
    --mui-zIndex-snackbar: 1400;
    --mui-zIndex-tooltip: 1500;
    --mui-font-h1: 300 6rem / 1.167 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-h2: 300 3.75rem / 1.2 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-h3: 400 3rem / 1.167 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-h4: 400 2.125rem / 1.235 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-h5: 400 1.5rem / 1.334 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-h6: 500 1.25rem / 1.6 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-subtitle1: 400 1rem / 1.75 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-subtitle2: 500 0.875rem / 1.57 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-body1: 400 1rem / 1.5 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-body2: 400 0.875rem / 1.43 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-button: 500 0.875rem / 1.75 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-caption: 400 0.75rem / 1.66 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-overline: 400 0.75rem / 2.66 "Roboto", "Helvetica", "Arial", sans-serif;
    --mui-font-inherit: inherit inherit / inherit inherit;
}
*, *::before, *::after {
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    overflow-y: scroll;
    font-family: 'Proxima', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000E5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body::backdrop {
    background-color: #ffffff;
}
html {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-size-adjust: 100%;
}
img, svg {
    vertical-align: middle;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
button {
    border-radius: 0;
}
button, select {
    text-transform: none;
}
input {
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-variant-alternates: ;
    font-variant-position: ;
    font-variant-emoji: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ;
    font-optical-sizing: ;
    font-size-adjust: ;
    font-kerning: ;
    font-feature-settings: ;
    font-variation-settings: ;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0em;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding-block: 1px;
    padding-inline: 2px;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=text], input[type=number], textarea {
    background-color: #ffffff;
    color: #324148;
}
input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i]) {
    overflow-clip-margin: 0px !important;
    overflow: clip !important;
}
input[type="number" i] {
    padding-block: 1px;
    padding-inline: 2px;
}
input:focus-visible {
    outline-offset: 0px;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
hr {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    unicode-bidi: isolate;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
    border-top: 2px solid;
    margin: 1rem 0;
    color: inherit;
    opacity: .25;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    padding-left: 2rem;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
a {
    color: #000000E5;
    text-decoration: none;
}
i {
    font-style: italic;
}
h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}
h2, .h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    color: #262F38;
}
h3, .h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
    color: #262F38;
}
.h4, h4 {
    font-size: 24px;
    color: #262F38;
}
h6, .h6 {
    font-size: 1rem;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h3 {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 1rem;
}
.d-flex {
    display: flex !important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.m-0 {
    margin: 0 !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mt-1 {
    margin-top: .25rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-5 {
    padding-top: 1rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.w-100 {
    width: 100% !important;
}
.justify-content-center {
    justify-content: center !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
}
.fa-brands, .fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa-linkedin:before {
    content: "\f08c";
}
section {
  scroll-margin-top: 4rem;
} 

/* Header */
.header-container {
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;
    background-color: #ffffff;
}
.header-container .header {
    max-width: 80%;
    margin: 0 auto;
    padding: 1em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-container .header .logo-ethicsglobal img {
    height: 40px;
}
.header-container .header .button-header {
    display: flex;
    gap: 2rem;
}
.header-container .header .button-header .menubtn {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.header-container .header .button-header .menubtn .header-menu {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.header-container .header .button-header .menubtn .header-menu:hover, .header-container .header .button-header .menubtn .header-menu.active, .header-container .header .button-header .menubtn .header-menu:hover a {
    color: #3483FA;
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}
.header-container .header .button-header .langselector {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}
.header-container .header .button-header .langselector .selectorlang-select {
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.header-container .header .button-header .langselector .language {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.header-container .header .button-header .langselector .iconlang {
    width: 1.3em;
    height: 1.3em;
}
.icon-arrow {
    transition: transform 0.3s ease;
    margin-top: -1px;
}
.icon-arrow.rotated {
    transform: rotate(180deg);
}

/* Modal Denunciar, Seguimiento, MELI CODE, Idiomas */
.report-dropdown, .follow-dropdown, .melicode-dropdown, .modallang {
    position: fixed;
    z-index: 1300;
    display: none;
}
.report-dropdown, .follow-dropdown, .melicode-dropdown {
    top: auto;
    left: auto;
}
.report-dropdown.active, .follow-dropdown.active, .melicode-dropdown.active, .modallang.show {
    display: block;
}
.reportcontainer, .followcontainer, .langcontainer, .melicodecontainer {
    box-shadow: 0px 0px 4px rgba(21,34,53,0.5);
    background-color: #333333;
    border-radius: 15px;
}
.reportcontainer, .followcontainer, .melicodecontainer {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    position: fixed;
}
.reportcontainer, .followcontainer {
    width: 255px;
}
.melicodecontainer {
    width: 200px;
}
.reportcontainer .reportlist, .followcontainer .followlist, .melicodecontainer .melicodelist, .langcontainer .langlist {
    padding: 0;
    margin: 0;
}
.reportcontainer .reportlistoption, .followcontainer .followlistoption, .melicodecontainer .melicodelistoption, .langcontainer .langlistoption {
    cursor: pointer;
    display: flex;
    padding: 10px;
}
.reportcontainer .reportlistoption:hover, .followcontainer .followlistoption:hover, .melicodecontainer .melicodelistoption:hover, .langcontainer .langlistoption:hover {
    background: #3483FA;
}
.reportcontainer .reportlistoption:hover:first-child, .followcontainer .followlistoption:hover:first-child, .melicodecontainer .melicodelistoption:hover:first-child, .langcontainer .langlistoption:hover:first-child {
    border-radius: 15px 15px 0 0;
}
.reportcontainer .reportlistoption:hover:last-child, .followcontainer .followlistoption:hover:last-child, .melicodecontainer .melicodelistoption:hover:last-child, .langcontainer .langlistoption:hover:last-child {
    border-radius: 0 0 15px 15px;
}
.reportcontainer .reportlist-line, .followcontainer .followlist-line, .melicodecontainer .melicodelist-line, .langcontainer .langlist-line {
    margin: 0 auto;
    width: 80%;
    border: 1px solid #FFFFFF;
}
.reportcontainer a, .followcontainer a, .melicodecontainer a, .langcontainer .textlanguage {
    margin: 0;
    font-size: 14px;
    color: #FFFFFF;
}
.reportcontainer .reportlist .reportlistoption .img-country, .followcontainer .followlist .followlistoption .img-country {
    width: 24px;
    margin-right: 10px;
}
.modallang {
    inset: 0px;
    width: 80%;
    margin: 0 auto;
}
.langcontainer {
    top: 55px;
    right: 0;
    width: 85px;
    position: absolute;
}
.langcontainer .langlistoption.listoption-selected:hover {
    background: transparent !important;
    cursor: default;
}
.langlistoption.listoption-selected .textlanguage {
    color: #D3DBE1;
}
.langlistoption:hover.listoption-selected .textlanguage {
    color: #D3DBE1;
}

/* Menu Header */
.menu-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(21,34,53,0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 998;
}
.menu-overlay.show {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    transition: right 0.3s ease;
    z-index: 999;
}
.mobile-menu .close-btn {
    align-self: flex-start;
    background: none;
    border: none;
    cursor: pointer;
}
.mobile-menu a, .mobile-menu .menuBtn, .mobile-menu .btn-form {
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-top: 1em;
    background: none;
}
.mobile-menu a:hover, .mobile-menu .menuBtn:hover, .mobile-menu .btn-form:hover {
    color: #3483FA;
}
.mobile-menu.show {
    right: 0;
}
.close-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.close-btn:hover .close-icon-outline, .close-btn .close-icon-bold {
    display: none;
}
.close-btn:hover .close-icon-bold {
    display: block;
} 

/* Home */
.home-hero {
    margin-top: 72px;
    display: flex;
    align-items: center;
    height: 600px;
    position: relative;
    justify-content: center;
}
.home-hero .bg-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
}
.home-hero .contents {
    /* background-color: #00000060; */
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 100px 0;
    display: flex;
    align-items: center;
}
.home-hero .container-home {
    max-width: 1320px;
    margin: 0px auto;
    margin-top: -7rem;
}
.home-hero .main-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px 80px;
    z-index: 11;
}
.home-hero .main-info {
    width: 60%;
}
.home-hero .main-info .title {
    color: #FFFFFF;
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}
.home-hero .main-info .title b {
    font-weight: 700;
}
.home-hero .miscelanea {
    display: flex;
    justify-content: center;
}
.home-hero .miscelanea .miscelaneaContent {
    width: 4rem;
    height: 10px;
    border-radius: 5px;
    background-color: #5AD2FF;
}

/* Cómo funciona */
#howWorks {
    width: 50%;
    margin: -8rem auto 4rem auto;
    display: flex;
}
#howWorks-Card {
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    overflow: hidden;
    transition: all .35s ease;
    z-index: 3;
}
#howWorks-Card .howWorks-header {
    width: 100%;
    text-align: center;
}
#howWorks-Card .howWorks-header h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 1rem 0 0 0;
    color: #333333;
}
#howWorks-Card .howWorks-video {
    padding: 1rem;
    background: #FFFFFF;
    aspect-ratio: 16 / 9;
}
#howWorks-Card .howWorks-video video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.howWorks-close {
    display: none;
}
#howWorks .howWorks-Card .howWorks-btns {
    padding: 0rem 1rem 1rem;
    display: flex;
    justify-content: center;
    gap: 10px;
}
#howWorks .howWorks-Card .howWorks-btns button {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    border: none;
    background: #5AD2FF;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}

/* Modal EAP */
.modalEAP {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 2000;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.modalEAP-content {
    background: #fff;
    width: 100%;
    max-width: 700px;
    padding: 25px;
    border-radius: 14px;
    position: relative;
    animation: fadeIn 0.25s ease-out;
    max-height: 600px;
    display: flex;
    flex-direction: column;
}
.modalEAP-close {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}
.modalEAP-content .eap-title {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.modalEAP-content .eap-title h2 {
    background-color: #F7F7F7;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
}
.flags-grid {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 20px;
    overflow-y: auto;
    flex: 1;
    padding-right: 10px;
}
.countryEAP .flags-grid {
    display: block;
}
.flag-item {
    text-align: center;
    transition: transform .2s;
}
.flag-item img {
    width: 35px;
    height: auto;
}
.flag-item span {
    font-size: 14px;
}
.flag-item span a:hover {
    color: #666666;
    font-weight: 600;
}

/* Canales */
.contact-channel {
    width: 80%;
    margin: 0 auto;
}
.contact-channel .contact-title {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.contact-channel .contact-title h2 {
    background-color: #F7F7F7;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
}
.contact-carousel {
    padding: 0 30px 50px;
}
.contact-carousel .max-991 {
    display: none;
}
.contact-carousel .carousel-block {
    z-index: 2;
    border-radius: 15px;
    max-width: 700px;
    margin: auto;
    background-color: #F7F7F7;
    box-shadow: 0 0 10px #00000060;
    position: relative;
}
.contact-carousel .title {
    padding: 20px 30px 0px 30px;
}
.contact-carousel .title, .contact-carousel .subtitle {
    font-size: 14px;
    text-align: center;
    color: #000000;
}
.contact-carousel .subtitle {
    padding: 0px 30px 20px 30px;
}
.carousel-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}
.carousel-track {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
.carousel-item {
    margin: 0 15px;
    height: 100%;
    width: 140px;
    cursor: pointer;
    position: relative;
}
.carousel-item .item .channel_block h6 {
    background-color: #666666;
    padding: 20px 30px;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    margin: 0;
}
.carousel-item .item .channel_block h6:hover {
    background-color: #999999;
    padding: 20px 30px;
    border-radius: 10px;
}
.carousel-list .dropdown-list-tel, .carousel-list .dropdown-list-email {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 85%;
    background-color: #333333;
    border-radius: 15px;
    min-width: 180px;
    box-shadow: 0px 0px 4px rgba(21,34,53,0.5);
    z-index: 10;
    transition: opacity 0.3s;
    padding: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}
.dropdown-list-tel .img-country {
    width: 24px;
    margin-right: 10px;
}
.carousel-list .dropdown-list-tel li, .carousel-list .dropdown-list-email li {
    list-style: none;
    padding: 8px 12px;
    font-size: 14px;
}
.carousel-list .dropdown-list-tel li a, .carousel-list .dropdown-list-email li a {
    color: #FFFFFF;
}
.carousel-list .dropdown-list-tel li:hover, .carousel-list .dropdown-list-email li:hover {
    background: #3483FA;
}
.carousel-list .dropdown-list-tel li:hover:first-child, .carousel-list .dropdown-list-email li:hover:first-child {
    border-radius: 15px 15px 0 0;
}
.carousel-list .dropdown-list-tel li:hover:last-child, .carousel-list .dropdown-list-email li:hover:last-child {
    border-radius: 0 0 15px 15px;
}
.channel_block:hover .dropdown-list-tel, .channel_block:hover .dropdown-list-email, .channel_block.active .dropdown-list-tel, .channel_block.active .dropdown-list-email {
    visibility: visible;
    opacity: 1;
}
.carousel-list .dropdown-list-tel .reportlist-line, .carousel-list .dropdown-list-email .reportlist-line {
    margin: 0 auto;
    width: 80%;
    border: 1px solid #FFFFFF;
}
.floating-card {  
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 280px;
    background: #333333;
    border: 1px solid #F7F7F7;
    border-radius: 15px;
    box-shadow: 0px 0px 4px rgba(21,34,53,0.5);
    padding: 20px 20px 80px 20px;
    z-index: 997;
}
.floating-card-content {
    position: relative;
}
.floating-card .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.floating-card .header h3 {
    margin: 0;
    color: #FFFFFF;
}
.floating-card .btn-close-card {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.btn-close-card .close-icon-outline {
    display: block;
}
.btn-close-card .close-icon-bold {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.channels-menu .menu-icons button:hover {
    background-color: #666666;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 19px 0;
}
.btn-close-card:hover .close-icon-outline {
    display: none;
}
.btn-close-card:hover .close-icon-bold {
    display: block;
}
.floating-card .card-content {
    margin-top: 1rem;
}
.floating-card .card-content small {
    color: #FFFFFF;
}
.floating-card .card-content ul {
    margin-top: 1rem;
    margin-bottom: 0px;
    padding: 0;
}
.floating-card .card-content ul.scrollable {
  max-height: 180px;
  overflow-y: auto;
  padding-right: 8px;
}
#card-tel .card-content .img-country {
    width: 24px;
    margin-right: 10px;
}
.card-content li {
    list-style: none;
    font-size: 14px;
    padding: 10px;
}
.card-content li a {
    color: #FFFFFF;
}
.card-content li:hover {
    background: #3483FA;
}
.card-content .reportlist-line {
    margin: 0 auto;
    border: 1px solid #FFFFFF;
}

/* Seguimiento */
#follow-up-section {
    background-color: #fff;
}
#follow-up-section .follow-up {
    width: 80%;
    margin: auto;
    padding: 2rem 0;
}
.follow-up .follow-title {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.follow-up .follow-title h2 {
    background-color: #F7F7F7;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
}
.follow-up .searchbar-container {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    gap: 20px;
}
.searchbar-container .txt-follow, .searchbar-container .searchbar-input {
    width: 50%;
}
.searchbar-container .searchbar-input .search-bar-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search-bar-container .search-input-container {
    width: 75%;
    height: 40px;
    position: relative;
}
.search-bar-container .search-input-container input {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px  solid #D3DBE1;
    color: #152235;
}
.search-bar-container .search-input-container input:hover {
    border-color: #546E7A;
}
.search-bar-container .search-input-container input:focus {
    border-color: #3181ff;
    box-shadow: 0px 0px 2px rgba(49,129,255,0.5);
}
.search-bar-container .search-input-container input:focus + label, .search-bar-container .search-input-container input:not(:placeholder-shown) + label {
    top: -8px;
    left: 5px;
    font-size: 12px;
    background: white;
    padding: 0 5px;
    color: #546E7A;
}
.search-bar-container .search-input-container input::placeholder {
    color: transparent;
    transition: color 0.2s ease;
}
.search-bar-container .search-input-container input:focus::placeholder {
    color: #aaa;
}
.search-bar-container .search-input-container label {
    position: absolute;
    left: 10px;
    top: 8px;
    color: #546E7A;
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
    transition: 0.2s ease all;
}
.search-bar-container .search-icon {
    position: absolute;
    left: 8px;
    top: 44%;
    transform: translateY(-50%);
    font-size: 18px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.search-bar-container .search-icon svg {
    height: 20px;
}
.search-bar-container .search-input-container input:focus ~ .search-icon, .search-bar-container .search-input-container input:not(:placeholder-shown) ~ .search-icon {
    opacity: 1;
}
.search-bar-container .search-button {
    width: 160px;
    height: 38px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    border-radius: 5px;
}
.search-bar-container .search-button:disabled {
    background: linear-gradient(180deg, #ffffff 0%, #f0f2f4 100%);
    border: 1px  solid #D3DBE1;
    color: #D3DBE1;
    cursor: not-allowed;
}
.search-bar-container .search-button:not(:disabled) {
    background: #666666;
    border: 1px  solid #BDCAD0;
    color: #FFFFFF;
}
.search-bar-container .search-button:not(:disabled):hover, .search-bar-container .search-button:not(:disabled):active {
    border: 1px  solid transparent;
    background: #999999;
}
.follow-up #my-feedback .follow-subtitle {
    font-size: 16px;
    font-weight: 600;
}
.follow-up #my-feedback .miscelanea {
    display: flex;
    justify-content: left;
}
.follow-up #my-feedback .miscelanea .miscelaneaContent {
    width: 3rem;
    height: 10px;
    border-radius: 5px;
    background-color: #5AD2FF;
    margin-bottom: 1.5rem;
}
.follow-up #my-feedback .feedback-container {
    display: flex;
    justify-content: center;
}
.follow-up #my-feedback .feedback-item {
    vertical-align: baseline;
    cursor: crosshair;
    padding: 1rem;
    flex: 0 0 auto;
    width: 25%;
}
.follow-up #my-feedback .feedback-item .item {
    float: left;
}
.follow-up #my-feedback .feedback-item .item .social-contact {
    background-image: #FFFFFF;
    box-shadow: 0 3px 4px #00000060;
    border-radius: 5px;
    padding: 1rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s;
}
.follow-up #my-feedback .feedback-item:hover .item .social-contact {
    background: #F7F7F7;
}
.follow-up #my-feedback .feedback-item .item .social-contact svg {
    height: 24px;
    width: 24px;
}
.follow-up #my-feedback .feedback-item:hover .item .social-contact svg {
    width: 30px;
    height: 30px;
}
.follow-up #my-feedback .feedback-item .description {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 4rem;
    font-size: 14px;
    color: #5C666E;
    padding: 0 1em;
}
.follow-up #my-feedback .feedback-item .underline {
    display: block;
    border-bottom: 1px solid #999999;
    padding: .5em 0;
    width: 0;
}
.follow-up #my-feedback .feedback-item:hover .underline {
    animation: underline-cover .25s linear forwards;
}

/* Preguntas frecuentes */
.faq-box #frequent-questions {
    max-width: 1100px;
    margin: auto;
    padding: 2rem 0 4rem;
}
#frequent-questions .faq-title {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
#frequent-questions .faq-title h2 {
    background-color: #F7F7F7;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
}
#frequent-questions .faq-subtitle h4 {
    font-size: 20px;
    font-weight: 600;
}
.faq-box .miscelanea {
    display: flex;
    justify-content: left;
}
.faq-box .miscelanea .miscelaneaContent {
    width: 3rem;
    height: 10px;
    border-radius: 5px;
    background-color: #5AD2FF;
    margin-bottom: 1.5rem;
}
.MainAccordion .accordion-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border: none;
}
.MainAccordion .accordion-item__line {
    padding: 0.8rem 1.2rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: #F7F7F7;
    z-index: 2;
    position: relative;
    border-radius: 15px;
    margin-top: 10px;
}
.MainAccordion .accordion-list__item:first-child .accordion-item__line {
    margin-top: 0px;
}
.MainAccordion .accordion-item--opened .accordion-item__line {
    border-bottom: none;
}
.faq-box #frequent-questions .accordion-list .accordion-item__title {
    color: #000000;
    animation: faq-unselected .35s linear forwards;
    margin: 0px;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
}
.faq-box #frequent-questions .accordion-list .accordion-item--opened .accordion-item__title {
    animation: faq-selected .15s linear forwards;
}
.MainAccordion .accordion-item__icon {
    width: 1rem;
    height: 1rem;
    transition: transform 0.3s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/assets/img/vuesaxoutlinearrow-down.svg);
    opacity: 0.8;
}
.MainAccordion .accordion-item--opened .accordion-item__icon {
    transform: rotate(180deg);
}
.MainAccordion .accordion-item__inner {
    max-height: 0px;
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: max-height;
    z-index: 1;
    position: relative;
}
.MainAccordion .accordion-item--opened .accordion-item__inner {
    max-height: 100rem;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition-duration: 0.5s;
    transition-property: max-height;
    border-bottom: 1px solid #666666;
}
.MainAccordion .accordion-item__content {
    opacity: 0;
    transform: translateY(-1rem);
    transition-timing-function: linear, ease;
    transition-duration: 0.1s;
    transition-property: opacity, transform;
    transition-delay: 0.5s;
    padding: 0px 1.2rem;
}
.MainAccordion .accordion-item--opened .accordion-item__content {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.2s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    transition-property: opacity, transform;
}
.MainAccordion .accordion-item__paragraph {
    margin: 0px;
    font-size: 14px;
    padding: 1rem 0;
    font-weight: 400;
}

/* Sobre la Línea de Denuncias */
.aboutReportLine {
    width: 80%;
    padding: 8rem 0 2rem;
    margin: 0 auto;
}
.aboutReportLine .aboutTitle {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
#aboutReportLine .aboutTitle h2 {
    background-color: #F7F7F7;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
}
#aboutReportLine .row {
    display: flex;
    align-items: center;
}
.aboutReportContent {
    flex: 0 0 auto;
    width: 50%;
}
.aboutReportLine .aboutReportContent p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
.aboutReportLine .aboutReportContent .aboutReportIMG {
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutReportLine .aboutReportContent .aboutReportIMG .aboutMELI_IMG {
    width: 80%;
}

/* Flujo de una denuncia */
#flow-report-section .flow-report {
    width: 80%;
    padding: 2rem 0;
    margin: 0 auto;
}
#flow-report-section .flow-subtitle h4 {
    font-size: 20px;
    font-weight: 600;
}
#flow-report-section .miscelanea {
    display: flex;
    justify-content: left;
}
#flow-report-section .miscelanea .miscelaneaContent {
    width: 3rem;
    height: 10px;
    border-radius: 5px;
    background-color: #5AD2FF;
    margin-bottom: 1.5rem;
}
#flow-report-section .row {
    display: flex;
    align-items: center;
}
.flowReportContent {
    flex: 0 0 auto;
    width: 50%;
    padding-bottom: 4rem;
}
.flowReportContent p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
#flow-report-section .row .max-991-img {
    display: none;
}
.flowReportContent .flowReportIMG {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flowReportContent .flowReportIMG .flowMELI_IMG {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* Formulario */
.form-page {
    background-color: #FFFFFF;
    min-height: 100vh;
    width: 80%;
    margin: 0 auto;
    padding: 6rem 0rem;
}
.form-page .form-container {
    background-color: #FFFFFF;
    border-radius: 15px 15px 0px 0px;
    border: 1px solid #E3EBF5;
    box-shadow: 0 0 20px 1px #80808033;
}
.form-page .title {
    background-repeat: no-repeat;
    background-image: url(/assets/img/report-group.svg);
    background-position: right 1rem top 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 17rem;
}
.form-page .title p {
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    text-align: justify;
}
.form-page iframe {
    background: #000;
    border: none;
    width: 100%;
    height: 650px;
}
.form-page .complete-bar {
    background-color: #0B105B;
    display: block;
    width: 100%;
    height: 2px;
    padding: 5px 0;
}
.modal2 {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 2rem;
    border: none;
    border-radius: 15px;
    width: 50%;
    max-width: 100%;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}
.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 0 auto 1rem;
    border: 0.25em solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;
}
.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .5s;
}
.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em;
}
.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding-bottom: 1rem;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.swal2-html-container {
    justify-content: center;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}
.swal2-html-container a {
    color: #0d6efd;
}
.swal2-html-container a:hover {
    color: #aa1417;
}
.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0;
}
.swal2-styled {
    margin: .3125em;
    padding: .625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
    font-weight: 500;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 1em;
}
.swal2-styled:not([disabled]) {
    cursor: pointer;
}
.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 1em;
}

/* Página de seguimiento */
#follow-page {
    margin-top: 72px;
}
#follow-page .follow-page-container {
    width: 80%;
    margin: auto;
    padding: 3rem 0;
}
#follow-page .follow-page-container .follow-data-info {
    margin-bottom: 2rem;
}
#follow-page .follow-page-container .follow-data-info .follow, #follow-page .follow-page-container .follow-data-info .follow-chat {
    width: 50%;
}
#follow-page .follow-page-container .follow-data-info .follow .follow-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 45px;
    background: #0B105B;
    border-radius: 10px 10px 0 0;
}
#follow-page .follow-page-container .follow-data-info .follow .follow-title svg {
    margin-right: 10px;
}
#follow-page .follow-page-container .follow-data-info .follow .follow-title .title {
    margin: 0;
    font-weight: 600;
    color: #ffffff;
}
#follow-page .follow-page-container .follow-data-info .follow .follow-data {
    width: 100%;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
    border: 2px solid #0B105B;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#follow-page .follow-page-container .follow-data-info .follow .follow-data .follow-image, #follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-message .mailbox-image {
    width: 40%;
    display: inline-flex;
    justify-content: center;
}
#follow-page .follow-page-container .follow-data-info .follow .follow-data .follow-image .followImg, #follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-message .mailbox-image .mailboxImg {
    width: 70%;
}
#follow-page .follow-page-container .follow-data-info .follow .follow-data .follow-status {
    width: 60%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 2px rgba(21, 34, 53, 0.25);
}
#follow-page .follow-data .follow-status .status-data {
    border-radius: 5px 5px 0 0;
    background-color: #0B105B;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    padding: 10px;
}
#follow-page .follow-data .follow-status .follow-info {
    border: 2px solid #0B105B;
    border-radius: 0 0 5px 5px;
    padding: 1rem;
    background-color: #ffffff;
}
#follow-page .follow-data .follow-status h5, #follow-page .follow-data .follow-status .date {
    color: #546E7A;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
#follow-page .follow-data .follow-status .folio {
    color: #0B105B;
    font-weight: 700;
    font-size: 24px;
}
#follow-page .follow-data .follow-status .date span {
    color: #152235;
    font-style: normal;
    font-weight: 600;
}
#follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 45px;
    background: #3483FA;
    border-radius: 10px 10px 0 0;
}
#follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-title svg {
    margin-right: 10px;
}
#follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-title .title {
    margin: 0;
    font-weight: 600;
    color: #ffffff;
}
#follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-message {
    width: 100%;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
    border: 2px solid #3483FA;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-message .mailbox .mailbox-chat {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 2px rgba(21, 34, 53, 0.25);
}
#follow-page .follow-chat .mailbox-message .mailbox .mailbox-chat .status-chat {
    border-radius: 5px 5px 0 0;
    background-color: #3483FA;
    display: flex;
    justify-content: center;
    padding: 10px;
}
#follow-page .follow-chat .mailbox-message .mailbox .mailbox-chat .noMessage {
    border-radius: 5px;
}
#follow-page .follow-chat .mailbox-message .mailbox .mailbox-chat .status-chat h6 {
    margin: 0;
    margin-right: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
#follow-page .follow-chat .mailbox-message .mailbox .mailbox-chat .notification {
    animation: pulseNewMessage 2.5s infinite alternate;
    display: flex;
    align-items: center;
}
#follow-page .follow-chat .mailbox-message .mailbox .mailbox-chat .button-message {
    border: 2px solid #3483FA;
    border-radius: 0 0 5px 5px;
    padding: 1rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}
#follow-page .follow-chat .mailbox-message .mailbox .mailbox-chat .button-message button {
    width: 160px;
    height: 38px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    background: #666666;
    border: 1px  solid #666666;
    color: #FFFFFF;
}
#follow-page .follow-chat .mailbox-message .mailbox .mailbox-chat .button-message button:hover {
    border: 1px  solid transparent;
    background: #999999;
    color: #ffffff;
}
#follow-page .follow-page-container .follow-aditional-info {
    width: 100%;
}
#follow-page .follow-page-container .follow-aditional-info .follow-min-992 {
    display: block;
}
#follow-page .follow-page-container .follow-aditional-info .follow-max-991 {
    display: none;
}
#follow-page .follow-page-container .follow-aditional-info .follow-min-992, #follow-page .follow-page-container .follow-aditional-info .follow-max-991 {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 2px rgba(21, 34, 53, 0.25);
    background: #ffffff;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-title {
    background-color: #0B105B;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    text-align: center;
    padding: 1rem;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-title h5 {
    margin: 0;
    font-weight: 600;
    font-size: 1.5rem;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-title p {
    margin: 0;
}
#follow-page .follow-page-container .follow-aditional-info .follow-min-992 .aditional-switch, #follow-page .follow-page-container .follow-aditional-info .follow-max-991 .aditional-switch {
    padding: 1rem;
    display: flex;
    align-items: center;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-switch .message, #follow-page .follow-page-container .follow-aditional-info .aditional-switch .message-mobile, #follow-page .follow-page-container .follow-aditional-info .aditional-switch .files, #follow-page .follow-page-container .follow-aditional-info .aditional-switch .files-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-switch .message, #follow-page .follow-page-container .follow-aditional-info .aditional-switch .files {
    width: 50%;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-switch .message-mobile, #follow-page .follow-page-container .follow-aditional-info .aditional-switch .files-mobile {
    width: 100%;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-switch label {
    font-weight: 500;
    color: #0000008C;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-switch .switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 15px;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-switch .switch input:checked + .slider {
    background-color: #44CB67;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-switch .switch input:checked + .slider:before {
    transform: translateX(22px);
    box-shadow: 0px 0px 10px rgba(0, 158, 215, 1);
}
#follow-page .follow-page-container .follow-aditional-info .aditional-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E6EBEF;
    transition: 0.4s;
    border-radius: 8px;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-switch .slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: -3px;
    bottom: 0;
    top: -3px;
    background-color: #ffffff;
    border: 1px solid #009ed7;
    transition: 0.4s;
    border-radius: 50%;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-message, #follow-page .follow-page-container .follow-aditional-info .aditional-files {
    padding: 0rem 1rem;
    width: 100%;
    position: relative;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-message {
    padding-top: 0rem;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-message textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 16px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px  solid #D3DBE1;
    color: #152235;
    resize: none;
    display: block;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-message textarea:hover {
    border-color: #0000008C;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-message textarea:focus {
    border-color: #3181ff;
    box-shadow: 0px 0px 2px rgba(49,129,255,0.5);
}
#follow-page .follow-page-container .follow-aditional-info .aditional-message textarea:focus + label, #follow-page .follow-page-container .follow-aditional-info .aditional-message textarea:not(:placeholder-shown) + label {
    top: -8px;
    left: 25px;
    font-size: 12px;
    background: white;
    padding: 0 5px;
    color: #0000008C;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-message textarea::placeholder {
    color: transparent;
    transition: color 0.2s ease;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-message textarea:focus::placeholder {
    color: #aaa;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-message label {
    position: absolute;
    left: 25px;
    top: 6px;
    color: #0000008C;
    font-size: 16px;
    font-weight: 600;
    pointer-events: none;
    transition: 0.2s ease all;
}
#follow-page .follow-page-container .follow-aditional-info .line {
    width: 80%;
    margin: 1rem auto;
    opacity: 1;
    color: #D3DBE1;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-files .custom-files {
    border: 2px dashed #0000008C;
    border-radius: 10px;
    background-color: #fff;
    color: #0000008C;
    padding: 1rem;
    line-height: 1.5;
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-files .custom-files.dragover {
    background-color: #E6EBEF80;
    border: 2px dashed #009ED7;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-files .custom-files.dragover p,
#follow-page .follow-page-container .follow-aditional-info .aditional-files .custom-files.dragover h6,
#follow-page .follow-page-container .follow-aditional-info .aditional-files .custom-files.dragover span,
#follow-page .follow-page-container .follow-aditional-info .aditional-files .custom-files.dragover svg g {
    color: #009ED7;
    fill: #009ED7;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-files .custom-files h6 {
    font-size: 16px;
    font-weight: 600;
    color: #0000008C;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-files .custom-files .aditional-icon {
    margin: 1rem 0;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-files .custom-files .aditional-icon svg {
    width: 48px;
    height: 48px;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-files .custom-files p {
    margin: 0;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-files #file-upload, #follow-page .follow-page-container .follow-aditional-info .aditional-files #file-upload-mobile {
    display: none;
}
.file-attachment {
    display: flex;
    flex-wrap: wrap;
    gap: 0rem 0.5rem;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0rem;
}
.file-item {
    display: inline-flex;
    align-items: center;
    width: calc(33.333% - 0.35rem);
    min-width: 350px;
    border: 1px solid #3483FA;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0,123,111,0.5);
    box-sizing: border-box;
    margin-top: 1rem;
}
.file-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.file-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 93%;
    font-size: 14px;
}
.file-info span::nth-last-child(2) {
    width: 220px;
}
.file-info span:last-child {
    width: 60px;
}
.delete-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.delete-btn:hover {
    background-color: #E6EBEF;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.delete-btn svg {
    width: 16px;
    height: 16px;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-button {
    display: flex;
    padding: 1rem;
    justify-content: right;
    gap: 10px;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-button .cancel, #follow-page .follow-page-container .follow-aditional-info .aditional-button .send {
    width: 160px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #BDCAD0;
    color: #FFFFFF;
    font-size: 14px;
    background: #666666;
    transition: all 0.3s ease;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-button .cancel:hover, #follow-page .follow-page-container .follow-aditional-info .aditional-button .send:hover {
    background: #999999;
    border: none;
    color: #ffffff;
}
#follow-page .follow-page-container .follow-aditional-info .aditional-button .send:disabled {
    background: linear-gradient(180deg, #ffffff 0%, #f0f2f4 100%);
    cursor: not-allowed;
    border: 1px solid #D3DBE1;
    color: #D3DBE1;
}

/* Footer */
#footer {
    position: relative;
    background: #5AD2FF;
}
#footer .footer-container .footer {
    width: 70%;
    margin: auto;
    padding: 4rem 0;
}
#footer .footer-container .footer .footer-steps {
    width: 33.33%;
    text-align: center;
    z-index: 1;
}
#footer .footer-container .footer .footer-steps h4 {
    color: #0B105B;
    font-weight: 600;
    margin: 0;
}
#footer .footer-container .footer .footer-steps hr {
    border: 1px solid #F7F7F7;
    width: 50%;
    opacity: 0.2;
    margin: 1rem 25%;
}
#footer .footer-container .footer .footer-steps ul {
    list-style: none;
    cursor: pointer;
    padding: 0px;
    margin: 0;
}
#footer .footer-container .footer .footer-steps ul a {
    display: block;
    color: #FFFFFF;
    padding: .5rem 0;
}
#footer .footer-container .footer .footer-steps ul a:hover {
    color: #0B105B;
    font-weight: 400;
}
#footer .copyright-container {
    background-color: #0B105B;
    z-index: 1;
}
#footer .copyright-container .copyright {
    width: 70%;
    margin: auto;
    padding: 3rem 0;
    z-index: 1;
}
#footer .copyright-container .copyright .copyright-logo {
    width: 30%;
    z-index: 1;
}
#footer .copyright-container .copyright .copyright-social {
    width: 70%;
    text-align: right;
}
#footer .copyright-container .copyright .copyright-logo p, #footer .copyright-container .copyright .copyright-social p {
    color: #ffffff;
    margin-top: 1rem;
}

/* Animaciones */
@keyframes fadeIn {
    from { transform: scale(0.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
@keyframes underline-cover {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes faq-selected {
    0% {
        border-left: 1px solid #5AD2FF;
    }
    20% {
        border-left: 2px solid #5AD2FF;
    }
    40% {
        border-left: 3px solid #5AD2FF;
    }
    60% {
        border-left: 4px solid #5AD2FF;
    }
    80% {
        border-left: 5px solid #5AD2FF;
    }
    100% {
        border-left: 6px solid #5AD2FF;
    }
}
@keyframes faq-unselected {
    0% {
        border-left: 6px solid #5AD2FF;
    }
    20% {
        border-left: 5px solid #5AD2FF;
    }
    40% {
        border-left: 4px solid #5AD2FF;
    }
    60% {
        border-left: 3px solid #5AD2FF;
    }
    80% {
        border-left: 2px solid #5AD2FF;
    }
    99% {
        border-left: 1px solid #5AD2FF;
    }
    100% {
        border-left: 0px solid #5AD2FF;
    }
}

/* Responsive */
@media (max-width: 1200px) {
    /* Header */
    /* Home */
    /* Canales */
    /* Cómo funciona */
    /* Seguimiento */
    /* Preguntas frecuentes */
    .faq-box #frequent-questions {
        max-width: 90%;
        padding: 3rem 0;
    }

    /* Página de seguimiento */
    #follow-page .follow-page-container .follow-data-info .follow .follow-data .follow-image, #follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-message .mailbox-image {
        display: none;
    }
    #follow-page .follow-page-container .follow-data-info .follow .follow-data .follow-status, #follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-message .mailbox {
        width: 100%;
    }

    /* Footer */
    #footer .copyright-container .copyright .copyright-logo {
        width: 35%;
    }
    #footer .copyright-container .copyright .copyright-social {
        width: 65%;
    }
}
@media (max-width: 991px) {
    /* Header */
    .header-container .header .button-header .menubtn {
        display: none;
    }
    .menu-toggle {
        display: block;
    }

    /* Home */
    #howWorks {
        width: 70%;
    }
    .home-hero .main-text {
        padding: 30px 30px;
    }
    .home-hero .main-info {
        width: 100%;
    }
    .home-hero .main-info .title {
        font-size: 28px;
    }

    /* Cómo funciona */
    /* Canales */
    .contact-channel {
        display: none;
    }
    .contact-carousel {
        margin-top: 0rem;
        padding: 0px;
    }
    .contact-carousel .min-992 {
        display: none;
    }
    .contact-carousel .max-991 {
        display: block;
    }
    .contact-carousel .channels-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #F7F7F7;
        border: 1px  solid #666666;
        z-index: 998;
        max-width: 284px;
        margin-bottom: 15px;
        height: 55px;
        display: flex;
    }
    .channels-menu .menu-icons {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }
    .channels-menu .menu-icons button {
        background: none;
        border: none;
        cursor: pointer;
        width: 95px;
    }
    .channels-menu .menu-icons button .social-contact {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .channels-menu .menu-icons button .social-contact h6 {
        margin: 0;
        padding: 0;
    }

    /* Cómo funciona */
    /* Seguimiento */
    .follow-up .searchbar-container {
        display: grid;
    }
    .searchbar-container .txt-follow, .searchbar-container .searchbar-input {
        width: 80%;
        margin: 0 auto;
    }
    .searchbar-container .txt-follow p {
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .follow-up #my-feedback .feedback-container {
        flex-wrap: wrap;
    }
    .follow-up #my-feedback .feedback-item {
        width: 50%;
    }

    /* Preguntas frecuentes */
    .faq-box #frequent-questions .accordion-list .accordion-item__title {
        width: 95%;
    }

    /* Sobre la Línea de Denuncias */
    .aboutReportContent {
        width: 100%;
    }
    .aboutReportLine .aboutReportContent .aboutReportIMG .aboutMELI_IMG {
        margin-top: 2rem;
    }

    /* Flujo de una denuncia */
    .flowReportContent {
        width: 100%;
    }
    #flow-report-section .row .min-992-img {
        display: none;
    }
    #flow-report-section .row .max-991-img {
        display: block;
    }
    .flowReportContent:nth-last-child(4), .flowReportContent:nth-last-child(2) {
        padding-bottom: 0rem;
    }
    .flowReportContent:nth-last-child(3) {
        padding-bottom: 1rem;
    }
    .flowReportContent:last-child {
        display: none;
    }

    /* Formulario */
    .form-page .title {
        background-image: none;
        padding-right: 0rem;
    }
    .modal-content {
        width: 75%;
    }

    /* Página de seguimiento */
    #follow-page .follow-page-container .follow-data-info .follow, #follow-page .follow-page-container .follow-data-info .follow-chat {
        width: 100%;
    }
    #follow-page .follow-page-container .follow-data-info .follow-chat {
        margin-top: 1rem;
    }
    #follow-page .follow-page-container .follow-data-info .follow .follow-data .follow-image, #follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-message .mailbox-image {
        display: flex;
    }
    #follow-page .follow-page-container .follow-data-info .follow .follow-data .follow-status, #follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-message .mailbox {
        width: 60%;
    }
    #follow-page .follow-page-container .follow-aditional-info .follow-min-992 {
        display: none;
    }
    #follow-page .follow-page-container .follow-aditional-info .follow-max-991 {
        display: block;
    }

    /* Footer */
    #footer .footer-container .footer {
        width: 90%;
    }
    #footer .copyright-container .copyright .copyright-logo, #footer .copyright-container .copyright .copyright-social {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 480px) and (max-height: 932px) {
    /* Header */
    .logo-ethicsglobal img {
        height: 40px;
    }

    /* Home */
    #howWorks {
        width: 90%;
    }

    /* Canales */
    .contact-carousel .noti-message {
        font-size: 12px;
    }
    .contact-carousel .channels-menu {
        max-width: 284px;
    }
    .channels-menu .menu-icons svg {
        width: 20px !important;
        height: 20px !important;
        margin: 10px;
    }
    .floating-card {
        bottom: 35px;
        max-width: 240px;
        width: 240px;
        padding: 20px 20px 40px 20px;
    }

    /* Cómo funciona */
    /* Seguimiento */
    .searchbar-container .searchbar-input {
        width: 80%;
    }
    .searchbar-container .searchbar-input .search-bar-container {
        display: block;
    }
    .search-bar-container .search-input-container {
        width: 100%;
    }
    .search-bar-container .search-button {
        width: 100%;
        margin-top: 10px;
    }
    .follow-up #my-feedback .feedback-item {
        width: 100%;
    }

    /* Preguntas Frecuentes */
    /* Página de seguimiento */
    #follow-page .follow-page-container .follow-data-info .follow .follow-data .follow-image, #follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-message .mailbox-image {
        display: none;
    }
    #follow-page .follow-page-container .follow-data-info .follow .follow-data .follow-status, #follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-message .mailbox {
        width: 100%;
    }

    /* Footer */
    #footer .footer-container .footer .footer-steps {
        width: 100%;
        margin-bottom: 4rem;
    }
    #footer .footer-container .footer .footer-steps:last-child {
        margin-bottom: 0rem;
    }

    /* Follow page - Responsive info adicional */
    #follow-page .follow-page-container .follow-aditional-info .follow-min-992 {
        display: none !important;
    }
    #follow-page .follow-page-container .follow-aditional-info .follow-max-991 {
        display: block !important;
    }
}
@media (max-width: 375px) and (max-height: 667px) {
/* Ajustes para móviles muy pequeños */
    /* Header */
    /* Home */
    /* Canales */
    /* Cómo funciona */
    /* Preguntas frecuentes */
    /* Seguimiento */
    /* Footer */
}
@media (max-width: 374px) {
    /* Header */
    .logo-ethicsglobal img {
        height: 25px;
    }
    .menu-toggle svg {
        width: 1.5em;
        height: 1.5em;
    }

    /* Home */
    /* Canales */
    /* Cómo funciona */
    /* Preguntas frecuentes */
    /* Seguimiento */
    /* Footer */
}
@media (min-width: 481px) and (max-width: 768px) and (max-height: 1024px) {
    /* Header */
    .logo-ethicsglobal img {
        height: 40px;
    }

    /* Home */
    /* Canales */
    .contact-carousel .noti-message {
        font-size: 12px;
    }

    /* Cómo funciona */
    /* Seguimiento */
    #follow-up-section .follow-up {
        width: 90%;
    }
    .searchbar-container .searchbar-input {
        width: 100%;
    }

    /* Preguntas Frecuentes */
    /* Página de seguimiento */
    #follow-page .follow-page-container .follow-data-info .follow .follow-data .follow-image, #follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-message .mailbox-image {
        display: none;
    }
    #follow-page .follow-page-container .follow-data-info .follow .follow-data .follow-status, #follow-page .follow-page-container .follow-data-info .follow-chat .mailbox-message .mailbox {
        width: 100%;
    }

    /* Footer */
    #footer .footer-container .footer .footer-steps {
        width: 100%;
        margin-bottom: 4rem;
    }
    #footer .footer-container .footer .footer-steps:last-child {
        margin-bottom: 0rem;
    }
}
@media (min-width: 800px) and (max-width: 884px) and (max-height: 1280px) {
/* iPad horizontal, tablets grandes apaisadas */
    /* Header */
    /* Home */
    /* Canales */
    /* Cómo funciona */
    /* Preguntas frecuentes */
    /* Seguimiento */
    /* Footer */
}
@media (min-width: 769px) and (max-width: 991px) and (max-height: 834px) {
/* iPad horizontal, tablets grandes apaisadas */
    /* Header */
    /* Home */
    /* Canales */
    /* Cómo funciona */
    /* Preguntas frecuentes */
    /* Seguimiento */
    /* Footer */
}
@media (min-width: 992px) and (max-width: 1024px) and (max-height: 834px) {
/* iPad horizontal, tablets grandes apaisadas */
    /* Header */
    /* Home */
    /* Canales */
    /* Cómo funciona */
    /* Seguimiento */
    /* Preguntas frecuentes */
    .faq-box #frequent-questions {
        max-width: 80%;
    }

    /* Footer */
}
@media (min-width: 1025px) and (max-width: 1366px) and (max-height: 768px) {
/* Laptop 13 pulgadas */
    /* Header */
    /* Home */
    /* Canales */
    /* Cómo funciona */
    /* Seguimiento */
    /* Preguntas frecuentes */
    .faq-box #frequent-questions {
        max-width: 80%;
    }

    /* Footer */
}
@media (min-width: 1367px) and (max-width: 1440px) and (max-height: 900px) {
/* Laptop 15 pulgadas */
    /* Header */
    /* Home */
    /* Canales */
    /* Cómo funciona */
    /* Preguntas frecuentes */
    /* Seguimiento */
    /* Footer */
}
@media (min-width: 1441px) and (max-width: 1920px) and (max-height: 1080px) {
/* Monitores Full HD */
    /* Header */
    /* Home */
    /* Canales */
    /* Cómo funciona */
    /* Preguntas frecuentes */
    /* Seguimiento */
    /* Footer */
}
@media (max-width: 991px) and (orientation: landscape) {
    /* Header */
    .logo-ethicsglobal img {
        height: 40px;
    }

    /* Home */
    .home-hero {
        margin-top: 72px;
    }

    /* Canales */
    /* Cómo funciona */
    /* Preguntas frecuentes */
    /* Seguimiento */
    /* Footer */
}

/* === ESTILOS ADICIONALES PARA INFORMACIÓN ADICIONAL === */
/* Ajustes para la estructura de archivos generada dinámicamente */
.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(33.333% - 0.35rem);
    min-width: 280px;
    border: 1px solid #3483FA;
    padding: 10px 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0,123,111,0.5);
    box-sizing: border-box;
    margin-top: 1rem;
    gap: 0.5rem;
}

.file-item .file-name {
    flex: 1;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.file-item .file-size {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

.file-item .remove-file {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.file-item .remove-file:hover {
    background-color: #E6EBEF;
    border-radius: 50%;
}

.file-item .remove-file svg {
    width: 16px;
    height: 16px;
    stroke: #666;
}

.file-item .remove-file:hover svg {
    stroke: #dc3545;
}

/* Ocultar campos por defecto */
#follow-page .follow-page-container .follow-aditional-info .aditional-message,
#follow-page .follow-page-container .follow-aditional-info .aditional-files {
    display: none;
}

/* Para mobile */
#aditionalMessageMobile,
#aditionalFilesMobile {
    display: none;
}

/* Ajustes responsive para archivos */
@media (max-width: 991px) {
    .file-item {
        width: 100%;
        min-width: unset;
    }

    .file-item .file-name {
        max-width: 150px;
    }
}

@media (max-width: 576px) {
    .file-item .file-name {
        max-width: 120px;
    }
}