:root {
  /*COLORS*/
  --primary-400: #E63A3B;
  --primary-600: #BF3031;
  --primary-300: #FF4041;
  --secondary-300: #FF8598;
  /*GREYS*/
  --grey-50: #EEEEEE;
  --grey-200: #CCCCCC;
  --grey-900: #1F1F1F;
  /*BACKGROUND*/
  --bg-primary: #0C0C0C;
  /*ALERTS*/
  --alert-success: #009262;
  --alert-error: #CA271B;
  --alert-warning: #FEA826;
  /*SHADES*/
  --box-shadow-a: 0px 2px 4px 0px rgba(171, 190, 209, 0.6);
  --box-shadow-b: 0px 4px 8px 0px rgba(171, 190, 209, 0.4);
  --box-shadow-c: 0px 6px 12px 0px rgba(171, 190, 209, 0.3);
  --box-shadow-d: 0px 8px 16px 0px rgba(171, 190, 209, 0.4);
  /*SPACES*/
  --space-1: 0.26vw;
  --space-2: 0.52vw;
  --space-3: 0.78vw;
  --space-4: 1.04vw;
  --space-5: 1.3vw;
  --space-6: 1.56vw;
  --space-7: 1.82vw;
  --space-8: 2.3vw;
  --space-9: 3vw;
  /*RADIUS*/
  --radius: 0.26vw;
  --radius-1: 0.52vw;
  --radius-2: 1.04vw;
  --radius-3: 1.56vw;
  --radius-4: 2.08vw;
  --radius-circle: 50%;
  /*FONT SIZE*/
  --font-size-1: 3.1vw;
  --font-size-2: 2.2vw;
  --font-size-3: 2.03vw;
  --font-size-4: 1.3vw;
  --font-size-5: 0.8vw;
  --font-size-6: 0.94vw;
  --font-size-7: 0.72vw;
  /* CONTAINER SIZE */
  --container-width: 1680px;
}

@media screen and (max-width: 768px) {
  :root {
    /*SPACES*/
    --space-1: 5px;
    --space-2: 10px;
    --space-3: 15px;
    --space-4: 20px;
    --space-5: 25px;
    --space-6: 30px;
    --space-7: 35px;
    --space-8: 40px;
    /*RADIUS*/
    --radius: 4px;
    --radius-1: 8px;
    --radius-2: 20px;
    --radius-3: 30px;
    --radius-4: 40px;
    /*FONT SIZE*/
    --font-size-1: 61px;
    --font-size-2: 44px;
    --font-size-3: 39px;
    --font-size-4: 25px;
    --font-size-5: 16px;
    --font-size-6: 18px;
    --font-size-7: 14px;
    /* CONTAINER SIZE */
    --container-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --font-size-1: 50px;
    --font-size-2: 38px;
    --font-size-3: 34px;
    --font-size-4: 20px;
    --font-size-5: 14px;
    --font-size-6: 12px;
    --font-size-7: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  :root {
    --container-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    /*SPACES*/
    --space-1: 5px;
    --space-2: 10px;
    --space-3: 15px;
    --space-4: 20px;
    --space-5: 25px;
    --space-6: 30px;
    --space-7: 35px;
    --space-8: 40px;
    /*RADIUS*/
    --radius: 4px;
    --radius-1: 8px;
    --radius-2: 20px;
    --radius-3: 30px;
    --radius-4: 40px;
    /*FONT SIZE*/
    --font-size-1: 40px;
    --font-size-2: 34px;
    --font-size-3: 30px;
    --font-size-4: 18px;
    --font-size-5: 13px;
    --font-size-6: 12px;
    --font-size-7: 10px;
    /* CONTAINER SIZE */
    --container-width: 100%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1920px) {
  :root {
    --container-width: 84%;
  }
}
@media screen and (min-width: 1921px) {
  :root {
    /*SPACES*/
    --space-1: 5px;
    --space-2: 10px;
    --space-3: 15px;
    --space-4: 20px;
    --space-5: 25px;
    --space-6: 30px;
    --space-7: 35px;
    --space-8: 40px;
    /*RADIUS*/
    --radius: 4px;
    --radius-1: 8px;
    --radius-2: 20px;
    --radius-3: 30px;
    --radius-4: 40px;
    /*FONT SIZE*/
    --font-size-1: 61px;
    --font-size-2: 44px;
    --font-size-3: 39px;
    --font-size-4: 25px;
    --font-size-5: 14px;
    --font-size-6: 16px;
    --font-size-7: 12px;
    /* CONTAINER SIZE */
    --container-width: 1680px;
  }
}
/* $clr_blanco_rojizo: #EEEEEE;
$clr_blanco_txt: #EAEAEA;
$clr_gris-claro: #F3F3F3;
$clr_gris: #DEDEDE;
$clr_rojo_claro: #FF4041;
$clr_rojo: #CC3334;
$clr_rojo_medium: #E63A3B;
$clr_gris_oscuro: #4A4949;
$clr_negro_claro: #282828;
$clr_negro_azulejo: #111827;
$clr_negro_fondo: #141414;
$clr_coraza: #F9DBBD;
$clr_vino_tinto: #780934;
$transparent: transparent; */
/* $gradient_1: rgba(97, 94, 240, 0.06);
$gradient_black: rgba(0, 0, 0, 0.08);
$gradient_oscuro: rgba(43, 45, 48, 1); */
/* $alert_error: #FF4040;
$alerta_exito: #5FE77D;
$blanco: #ffffff;
$negro: #000000; */
@font-face {
  font-family: "ztreamo";
  src: url("../fonts/ico-ztreamo-d6a358c82ed328fe1b0d57e1142f3c8f.eot");
  src: url("../fonts/ico-ztreamo-d6a358c82ed328fe1b0d57e1142f3c8f.eot") format("embedded-opentype"), url("../fonts/ico-ztreamo-ceac6dee429494d5361a4e282d70bea0.ttf") format("truetype"), url("../fonts/ico-ztreamo-bd242319ea295b6292ae4d44fb626f3d.woff") format("woff"), url("../fonts/ico-ztreamo-e3ffd1edfb0c102d40d934de15f1ef16.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ztreamo" !important;
  color: white;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-icons-base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.list-icons-base .glyph {
  width: 25%;
  padding: var(--space-1);
}
.list-icons-base .glyph .pbs {
  display: flex;
  align-items: center;
}
.list-icons-base .glyph span:nth-child(1) {
  font-size: var(--font-size-3);
  margin-right: var(--space-2);
}

.mls {
  color: white;
}

.icon-uniE900:before {
  content: "\e900";
  /*color: #eee;*/
}

.icon-uniE901:before {
  content: "\e901";
  /*color: #eee;*/
}

.icon-Add-user:before {
  content: "\e902";
  /*color: #eee;*/
}

.icon-Arrow-down:before {
  content: "\e903";
  /*color: #eee;*/
}

.icon-Arrow-Left:before {
  content: "\e904";
  /*color: #eee;*/
}

.icon-Arrow-Right:before {
  content: "\e905";
  /*color: #eee;*/
}

.icon-Arrow-Up:before {
  content: "\e906";
  /*color: #eee;*/
}

.icon-Arrow-Large-Down:before {
  content: "\e907";
  /*color: #eee;*/
}

.icon-Arrow-Large-Left:before {
  content: "\e908";
  /*color: #eee;*/
}

.icon-Arrow-Large-Right:before {
  content: "\e909";
  /*color: #eee;*/
}

.icon-Arrow-Large-Up:before {
  content: "\e90a";
  /*color: #eee;*/
}

.icon-Arrow-Large-Pill--Up:before {
  content: "\e90b";
  /*color: #eee;*/
}

.icon-Arrow-Large-Pill-Down:before {
  content: "\e90c";
  /*color: #eee;*/
}

.icon-Arrow-Large-Pill-Left:before {
  content: "\e90d";
  /*color: #eee;*/
}

.icon-Arrow-Large-Pill-Right:before {
  content: "\e90e";
  /*color: #eee;*/
}

.icon-Arrow-Large-Pill-Up:before {
  content: "\e90f";
  /*color: #eee;*/
}

.icon-Arrow-Large-Pill-Up2:before {
  content: "\e910";
  /*color: #eee;*/
}

.icon-Arrow-Pil-Left:before {
  content: "\e911";
  /*color: #eee;*/
}

.icon-Arrow-Pil--Right:before {
  content: "\e912";
  /*color: #eee;*/
}

.icon-Arrow-Pil-Up:before {
  content: "\e913";
  /*color: #eee;*/
}

.icon-Arrow-Pill-Down:before {
  content: "\e914";
  /*color: #eee;*/
}

.icon-Bell:before {
  content: "\e915";
  /*color: #eee;*/
}

.icon-Burger:before {
  content: "\e916";
  /*color: #eee;*/
}

.icon-Calendar:before {
  content: "\e917";
  /*color: #eee;*/
}

.icon-Camera:before {
  content: "\e918";
  /*color: #eee;*/
}

.icon-Category:before {
  content: "\e919";
  /*color: #eee;*/
}

.icon-check:before {
  content: "\e91a";
  /*color: #eee;*/
}

.icon-Check-box:before {
  content: "\e91b";
  /*color: #eee;*/
}

.icon-Close-two:before {
  content: "\e91c";
  /*color: #eee;*/
}

.icon-Collapse:before {
  content: "\e91d";
  /*color: #eee;*/
}

.icon-Copy:before {
  content: "\e91e";
  /*color: #eee;*/
}

.icon-credit-card:before {
  content: "\e91f";
  /*color: #eee;*/
}

.icon-Danger:before {
  content: "\e920";
  /*color: #eee;*/
}

.icon-Document-2:before {
  content: "\e921";
  /*color: #eee;*/
}

.icon-Document-add:before {
  content: "\e922";
  /*color: #eee;*/
}

.icon-Document-delite:before {
  content: "\e923";
  /*color: #eee;*/
}

.icon-Document:before {
  content: "\e924";
  /*color: #eee;*/
}

.icon-Down-a:before {
  content: "\e925";
  /*color: #eee;*/
}

.icon-Down--Diagonal-Left:before {
  content: "\e926";
  /*color: #eee;*/
}

.icon-Down--Diagonal-Right:before {
  content: "\e927";
  /*color: #eee;*/
}

.icon-Down-Left:before {
  content: "\e928";
  /*color: #eee;*/
}

.icon-Down-Right:before {
  content: "\e929";
  /*color: #eee;*/
}

.icon-Down:before {
  content: "\e92a";
  /*color: #eee;*/
}

.icon-Down-1:before {
  content: "\e92b";
  /*color: #eee;*/
}

.icon-down-b:before {
  content: "\e92c";
  /*color: #eee;*/
}

.icon-Download-2:before {
  content: "\e92d";
  /*color: #eee;*/
}

.icon-Edit-2:before {
  content: "\e92e";
  /*color: #eee;*/
}

.icon-Expand:before {
  content: "\e92f";
  /*color: #eee;*/
}

.icon-Expand-1:before {
  content: "\e930";
  /*color: #eee;*/
}

.icon-Eye:before {
  content: "\e931";
  /*color: #eee;*/
}

.icon-Filter-two:before {
  content: "\e932";
  /*color: #eee;*/
}

.icon-Filter:before {
  content: "\e933";
  /*color: #eee;*/
}

.icon-Group-712:before {
  content: "\e934";
  /*color: #eee;*/
}

.icon-Hide:before {
  content: "\e935";
  /*color: #eee;*/
}

.icon-Hom:before {
  content: "\e936";
  /*color: #eee;*/
}

.icon-Home:before {
  content: "\e937";
  /*color: #eee;*/
}

.icon-icon:before {
  content: "\e938";
  /*color: #eee;*/
}

.icon-Image:before {
  content: "\e939";
  /*color: #eee;*/
}

.icon-Info-square:before {
  content: "\e93a";
  /*color: #eee;*/
}

.icon-Layers:before {
  content: "\e93b";
  /*color: #eee;*/
}

.icon-Left:before {
  content: "\e93c";
  /*color: #eee;*/
}

.icon-Left-1:before {
  content: "\e93d";
  /*color: #eee;*/
}

.icon-Line:before {
  content: "\e93e";
  /*color: #eee;*/
}

.icon-Link-2:before {
  content: "\e93f";
  /*color: #eee;*/
}

.icon-Link:before {
  content: "\e940";
  /*color: #eee;*/
}

.icon-List:before {
  content: "\e941";
  /*color: #eee;*/
}

.icon-Loading:before {
  content: "\e942";
  /*color: #eee;*/
}

.icon-Location:before {
  content: "\e943";
  /*color: #eee;*/
}

.icon-Lock-check:before {
  content: "\e944";
  /*color: #eee;*/
}

.icon-Lock-open:before {
  content: "\e945";
  /*color: #eee;*/
}

.icon-Lock-x:before {
  content: "\e946";
  /*color: #eee;*/
}

.icon-Lock:before {
  content: "\e947";
  /*color: #eee;*/
}

.icon-Login:before {
  content: "\e948";
  /*color: #eee;*/
}

.icon-Logout:before {
  content: "\e949";
  /*color: #eee;*/
}

.icon-Mail:before {
  content: "\e94a";
  /*color: #eee;*/
}

.icon-More-circle:before {
  content: "\e94b";
  /*color: #eee;*/
}

.icon-Paperclip:before {
  content: "\e94c";
  /*color: #eee;*/
}

.icon-Profile:before {
  content: "\e94d";
  /*color: #eee;*/
}

.icon-Right:before {
  content: "\e94e";
  /*color: #eee;*/
}

.icon-Right-1:before {
  content: "\e94f";
  /*color: #eee;*/
}

.icon-save:before {
  content: "\e950";
  /*color: #eee;*/
}

.icon-Scanner:before {
  content: "\e951";
  /*color: #eee;*/
}

.icon-Search:before {
  content: "\e952";
  /*color: #eee;*/
}

.icon-Send:before {
  content: "\e953";
  /*color: #eee;*/
}

.icon-Settigns:before {
  content: "\e954";
  /*color: #eee;*/
}

.icon-Share:before {
  content: "\e955";
  /*color: #eee;*/
}

.icon-shopping-cart:before {
  content: "\e956";
  /*color: #eee;*/
}

.icon-Support:before {
  content: "\e957";
  /*color: #eee;*/
}

.icon-Swap-3:before {
  content: "\e958";
  /*color: #eee;*/
}

.icon-Swap--direction:before {
  content: "\e959";
  /*color: #eee;*/
}

.icon-Swap:before {
  content: "\e95a";
  /*color: #eee;*/
}

.icon-Swap-1:before {
  content: "\e95b";
  /*color: #eee;*/
}

.icon-Swap-2:before {
  content: "\e95c";
  /*color: #eee;*/
}

.icon-Trash-can:before {
  content: "\e95d";
  /*color: #eee;*/
}

.icon-Union:before {
  content: "\e95e";
  /*color: #eee;*/
}

.icon-Up-Left:before {
  content: "\e95f";
  /*color: #eee;*/
}

.icon-Up-Right:before {
  content: "\e960";
  /*color: #eee;*/
}

.icon-Up:before {
  content: "\e961";
  /*color: #eee;*/
}

.icon-Up-1:before {
  content: "\e962";
  /*color: #eee;*/
}

.icon-Upload-2:before {
  content: "\e963";
  /*color: #eee;*/
}

.icon-User:before {
  content: "\e964";
  /*color: #eee;*/
}

.icon-Users:before {
  content: "\e965";
  /*color: #eee;*/
}

.icon-Video:before {
  content: "\e966";
  /*color: #eee;*/
}

.icon-X:before {
  content: "\e967";
  /*color: #eee;*/
}

/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-BlackItalic-b90577ef392ad915a87e4ba514eb145b.woff2") format('woff2'),
        url("../fonts/Mulish-BlackItalic-5c4b5dd9fb20c0602704eb4fbec86eae.woff") format('woff'),
        url("../fonts/Mulish-BlackItalic-3d8bfb04ee8b93af02a340d70f9573ea.ttf") format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-SemiBold-bd1ae39e285156b735e050d85d401276.woff2") format('woff2'),
        url("../fonts/Mulish-SemiBold-ec044a738c67db2e0322d955f7d675b5.woff") format('woff'),
        url("../fonts/Mulish-SemiBold-a80fc0901ebb3727a582d93eabc2c052.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-Black-fe4196df78e221f4fe916baee1ac21ce.woff2") format('woff2'),
        url("../fonts/Mulish-Black-0c22a51c22b524adc780dcb766a208b1.woff") format('woff'),
        url("../fonts/Mulish-Black-3bfddde2ebd60964f55dd200a074ab26.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-Italic-459df068b8455824f95cc75ebd694314.woff2") format('woff2'),
        url("../fonts/Mulish-Italic-3f03c36510396d24c6fb9344ead8aac9.woff") format('woff'),
        url("../fonts/Mulish-Italic-2b02afc4c7b0fa7dbe5e83dc9f97d94e.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-ExtraBoldItalic-3175817edb9ec55110b5cf26b7d59268.woff2") format('woff2'),
        url("../fonts/Mulish-ExtraBoldItalic-2136b33bdb633d2b6f615e17fd1da7f6.woff") format('woff'),
        url("../fonts/Mulish-ExtraBoldItalic-af35b27e348ae4bbfa3620ba9f60d7bb.ttf") format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Bold-735ad6d48f952afbe2932c5623dfb78d.woff2") format("woff2"), url("../fonts/Mulish-Bold-dafea816a49ae0cbe77c1527b91e156d.woff") format("woff"), url("../fonts/Mulish-Bold-6fb82a6c3b4404b64508bcb333a5457f.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-BoldItalic-ae3ea0b685e23511d5c40b740123e588.woff2") format('woff2'),
        url("../fonts/Mulish-BoldItalic-b3be89bdaa1bcf770fcd4a6fee4c51e8.woff") format('woff'),
        url("../fonts/Mulish-BoldItalic-cfa4d61b6d7ab224fe7b98bb9438e413.ttf") format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-ExtraBold-fceb1aa13749cdaeb0a788916887e7ea.woff2") format('woff2'),
        url("../fonts/Mulish-ExtraBold-263a74210b0a3b9b785b2f266152dbc9.woff") format('woff'),
        url("../fonts/Mulish-ExtraBold-6f323803b0245e90851c85bcf7567ab2.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-ExtraLight-4ee21453b06ee3622c3d7514dacdc321.woff2") format('woff2'),
        url("../fonts/Mulish-ExtraLight-9acbd62c0d53d590113aa133117833cc.woff") format('woff'),
        url("../fonts/Mulish-ExtraLight-7d3fa25f9984b0c10e9a556f6bbca107.ttf") format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-LightItalic-456f8581b4f6ba8b1102c0a0d9f55e30.woff2") format('woff2'),
        url("../fonts/Mulish-LightItalic-1e12edf5b3c1baf0e73aabb045340c1b.woff") format('woff'),
        url("../fonts/Mulish-LightItalic-58085d07626ad61d14b7f9ee03c23c24.ttf") format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
} */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Light-da7dadcd54ff613cf3bdc133a8c0c01c.woff2") format("woff2"), url("../fonts/Mulish-Light-74d55dba8765657802a5f4fd57da7544.woff") format("woff"), url("../fonts/Mulish-Light-a66431ad10b9fe3b52ff95fb0da6f57f.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-Medium-8914d52b16dc89826b1221ef6c0483d1.woff2") format('woff2'),
        url("../fonts/Mulish-Medium-5e16ac5f9eadaf8ce796116bcbd11260.woff") format('woff'),
        url("../fonts/Mulish-Medium-dc163cac1cf3a9f2fee27379873e8c86.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular-a6d3c3849e7521c634e52c93f7d850a2.woff2") format("woff2"), url("../fonts/Mulish-Regular-90fee162736d208992f5edb8c6293f97.woff") format("woff"), url("../fonts/Mulish-Regular-5d1dadb27c0b4f54f176daab476f67f9.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-ExtraLightItalic-bcd24849317c45fc9331ae9804ae7b8a.woff2") format('woff2'),
        url("../fonts/Mulish-ExtraLightItalic-0ee928ca47ed1ecfbe05cc060a09b84c.woff") format('woff'),
        url("../fonts/Mulish-ExtraLightItalic-846288f41aabb0d4865bf43574e287a0.ttf") format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-MediumItalic-3a36636f68fed1a62e5313a11d2b5eec.woff2") format('woff2'),
        url("../fonts/Mulish-MediumItalic-52e5205eb33eddd2df824c802a57c40f.woff") format('woff'),
        url("../fonts/Mulish-MediumItalic-300343f8a1cf8ffb01ce67a7f9de59e7.ttf") format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-SemiBoldItalic-a982f5f5c73804b597ea773cd87cb647.woff2") format('woff2'),
        url("../fonts/Mulish-SemiBoldItalic-2b5d560b6025ec3ab01538897d37d595.woff") format('woff'),
        url("../fonts/Mulish-SemiBoldItalic-1cac975b8c3b178e2ec6938a5a9a1aaf.ttf") format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
} */
/* .ff_ExtraLight {
    font-family: 'Mulish';
    font-weight: 200;
    font-style: normal;
}

.ff_LightItalic {
    font-family: 'Mulish';
    font-weight: 300;
    font-style: italic;
}

.ff_Light {
    font-family: 'Mulish';
    font-weight: 300;
    font-style: normal;
}

.ff_Regular {
    font-family: 'Mulish';
    font-weight: normal;
    font-style: normal;
}

.ff_medium {
    font-family: 'Mulish';
    font-weight: 500;
    font-style: normal;
}

.ff_medium_italic {
    font-family: 'Mulish';
    font-weight: 500;
    font-style: italic;
}

.ff_semi_bold {
    font-family: 'Mulish';
    font-weight: 600;
    font-style: normal;
}

.ff_black {
    font-family: 'Mulish';
    font-weight: 900;
    font-style: normal;
}

.ff_black_italic {
    font-family: 'Mulish';
    font-weight: 900;
    font-style: italic;
}

.ff_bold {
    font-family: 'Mulish';
    font-weight: bold;
    font-style: normal;
}

.ff_italic {
    font-family: 'Mulish';
    font-weight: normal;
    font-style: italic;
}

.ff_italic_bold {
    font-family: 'Mulish';
    font-weight: bold;
    font-style: italic;
} */
h1, .h1 {
  /* font-size: 61px;*/
  font-size: var(--font-size-1);
}

h2, .h2 {
  font-size: var(--font-size-2);
}

h3, .h3 {
  font-size: var(--font-size-3);
}

h4, .h4 {
  font-size: var(--font-size-4);
}

h5 {
  font-size: var(--font-size-5);
}

p {
  font-size: var(--font-size-5);
}

h1, h2, h3, h4, p {
  margin: 0;
  color: white;
  /*NO USAR ESTAS CLASES SOLO SON PARA PRUEBA, 
  EL FONTWIGHT SE DEFINE EN EL ESTILO DEL 
  COMPONENTE O DE LA VISTA*/
}
h1.bold, h2.bold, h3.bold, h4.bold, p.bold {
  font-weight: 900;
}
h1.regular, h2.regular, h3.regular, h4.regular, p.regular {
  font-weight: normal;
}
h1.light, h2.light, h3.light, h4.light, p.light {
  font-weight: 300;
}

.btnGeneral, input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset] {
  width: auto;
  min-width: 70px;
  border-width: 1px;
  border-style: solid;
  color: white;
  text-decoration: none;
  padding: var(--space-3) var(--space-3);
  font-size: 15px;
  text-align: center;
  -webkit-border-radius: var(--radius-1);
  -moz-border-radius: var(--radius-1);
  border-radius: var(--radius-1);
  display: inline-block;
  white-space: nowrap;
  line-height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btnGeneral span, input[type=submit] span,
button[type=submit] span,
input[type=reset] span,
button[type=reset] span {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}
.btnGeneral span:nth-child(2), input[type=submit] span:nth-child(2),
button[type=submit] span:nth-child(2),
input[type=reset] span:nth-child(2),
button[type=reset] span:nth-child(2) {
  margin-left: var(--space-1);
}
.btnGeneral .txt, input[type=submit] .txt,
button[type=submit] .txt,
input[type=reset] .txt,
button[type=reset] .txt {
  line-height: 1.1;
  white-space: nowrap;
  display: inline-block;
}
.btnGeneral .icon, input[type=submit] .icon,
button[type=submit] .icon,
input[type=reset] .icon,
button[type=reset] .icon {
  /* margin-right: var(--space-1); */
  font-size: calc(var(--font-size-7) + 4px);
}
.btnGeneral.flex, input.flex[type=submit],
button.flex[type=submit],
input.flex[type=reset],
button.flex[type=reset] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.btnGeneral.filled, input.filled[type=submit],
button.filled[type=submit],
input.filled[type=reset],
button.filled[type=reset] {
  background-color: var(--primary-400);
  border-color: var(--primary-400);
  display: flex;
  align-items: center;
  gap: 8px;
}
.btnGeneral.filled:hover, input.filled[type=submit]:hover,
button.filled[type=submit]:hover,
input.filled[type=reset]:hover,
button.filled[type=reset]:hover {
  background-color: var(--primary-600);
  border-color: var(--primary-600);
}
.btnGeneral.filled.active, input.filled.active[type=submit],
button.filled.active[type=submit],
input.filled.active[type=reset],
button.filled.active[type=reset], .btnGeneral.filled:active, input.filled[type=submit]:active,
button.filled[type=submit]:active,
input.filled[type=reset]:active,
button.filled[type=reset]:active, .btnGeneral.filled:focus, input.filled[type=submit]:focus,
button.filled[type=submit]:focus,
input.filled[type=reset]:focus,
button.filled[type=reset]:focus {
  background-color: var(--primary-600);
  border-color: var(--primary-600);
}
.btnGeneral.filled.disabled, input.filled.disabled[type=submit],
button.filled.disabled[type=submit],
input.filled.disabled[type=reset],
button.filled.disabled[type=reset] {
  background-color: var(--grey-50);
  border-color: var(--grey-50);
  color: var(--grey-200);
  cursor: auto;
}
.btnGeneral.primary, input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset] {
  background-color: transparent;
  border-color: var(--primary-400);
}
.btnGeneral.primary:hover, input[type=submit]:hover,
button[type=submit]:hover,
input[type=reset]:hover,
button[type=reset]:hover {
  background-color: var(--primary-400);
  color: white;
}
.btnGeneral.primary.active, input.active[type=submit],
button.active[type=submit],
input.active[type=reset],
button.active[type=reset], .btnGeneral.primary:active, input[type=submit]:active,
button[type=submit]:active,
input[type=reset]:active,
button[type=reset]:active, .btnGeneral.primary:focus, input[type=submit]:focus,
button[type=submit]:focus,
input[type=reset]:focus,
button[type=reset]:focus {
  background-color: var(--primary-600);
  color: white;
}
.btnGeneral.primary.disabled, input.disabled[type=submit],
button.disabled[type=submit],
input.disabled[type=reset],
button.disabled[type=reset] {
  background-color: var(--grey-50);
  color: var(--grey-200);
  cursor: auto;
}
.btnGeneral.secondary, input.secondary[type=submit],
button.secondary[type=submit],
input.secondary[type=reset],
button.secondary[type=reset] {
  background-color: white;
  border-color: var(--primary-400);
  color: var(--grey-900);
}
.btnGeneral.secondary:hover, input.secondary[type=submit]:hover,
button.secondary[type=submit]:hover,
input.secondary[type=reset]:hover,
button.secondary[type=reset]:hover {
  background-color: var(--primary-400);
  color: white;
}
.btnGeneral.secondary.active, input.secondary.active[type=submit],
button.secondary.active[type=submit],
input.secondary.active[type=reset],
button.secondary.active[type=reset], .btnGeneral.secondary:active, input.secondary[type=submit]:active,
button.secondary[type=submit]:active,
input.secondary[type=reset]:active,
button.secondary[type=reset]:active, .btnGeneral.secondary:focus, input.secondary[type=submit]:focus,
button.secondary[type=submit]:focus,
input.secondary[type=reset]:focus,
button.secondary[type=reset]:focus {
  background-color: var(--primary-600);
  color: white;
}
.btnGeneral.secondary.disabled, input.secondary.disabled[type=submit],
button.secondary.disabled[type=submit],
input.secondary.disabled[type=reset],
button.secondary.disabled[type=reset] {
  background-color: var(--grey-50);
  color: var(--grey-200);
  cursor: auto;
}
.btnGeneral.third, input.third[type=submit],
button.third[type=submit],
input.third[type=reset],
button.third[type=reset] {
  background-color: transparent;
  border: transparent;
}
.btnGeneral.third:hover, input.third[type=submit]:hover,
button.third[type=submit]:hover,
input.third[type=reset]:hover,
button.third[type=reset]:hover {
  color: var(--primary-400);
}
.btnGeneral.third.active, input.third.active[type=submit],
button.third.active[type=submit],
input.third.active[type=reset],
button.third.active[type=reset], .btnGeneral.third:active, input.third[type=submit]:active,
button.third[type=submit]:active,
input.third[type=reset]:active,
button.third[type=reset]:active, .btnGeneral.third:focus, input.third[type=submit]:focus,
button.third[type=submit]:focus,
input.third[type=reset]:focus,
button.third[type=reset]:focus {
  color: var(--primary-600);
}
.btnGeneral.third.disabled, input.third.disabled[type=submit],
button.third.disabled[type=submit],
input.third.disabled[type=reset],
button.third.disabled[type=reset] {
  color: var(--grey-200);
  cursor: auto;
}
.btnGeneral.pill, input.pill[type=submit],
button.pill[type=submit],
input.pill[type=reset],
button.pill[type=reset] {
  -webkit-border-radius: var(--radius-4);
  -moz-border-radius: var(--radius-4);
  border-radius: var(--radius-4);
}
.btnGeneral .img, input[type=submit] .img,
button[type=submit] .img,
input[type=reset] .img,
button[type=reset] .img {
  width: 20px;
  margin-right: var(--space-1);
}

button.btnGeneral,
button[type=submit],
button[type=reset],
input[type=submit].btnGeneral,
input[type=submit],
input[type=reset].btnGeneral,
input[type=reset] {
  border-width: 2px;
}

.containerZtreamo {
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto;
}

.rowZtreamo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.rowZtreamo .colA,
.rowZtreamo .colB,
.rowZtreamo .colC {
  margin: var(--space-2);
  display: flex;
}
.rowZtreamo .colA {
  max-width: 405px;
  width: 100%;
}
.rowZtreamo .colB {
  max-width: 870px;
  width: 100%;
}
.rowZtreamo .colB.full {
  width: 100%;
  flex: 1;
  flex-direction: column;
}
.rowZtreamo .colC {
  max-width: 405px;
  width: 100%;
  flex: 1;
}
.rowZtreamo .colC .colC-container {
  position: sticky;
  top: 20px;
  max-height: 94dvh;
  overflow: auto;
}
.rowZtreamo .colC .colC-container::-webkit-scrollbar {
  width: 4px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .rowZtreamo .colA,
  .rowZtreamo .colC {
    width: 24.1%;
  }
  .rowZtreamo .colB {
    width: 51.7%;
  }
  .rowZtreamo .colB.full {
    width: 100%;
    flex: 1;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1920px) {
  .rowZtreamo .colA,
  .rowZtreamo .colC {
    width: 24.1%;
  }
  .rowZtreamo .colB {
    width: 51.7%;
  }
  .rowZtreamo .colB.full {
    width: 100%;
    flex: 1;
    max-width: 100%;
    flex-direction: column;
  }
}
.btnGeneral, input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset] {
  width: auto;
  min-width: 70px;
  border-width: 1px;
  border-style: solid;
  color: white;
  text-decoration: none;
  padding: var(--space-3) var(--space-3);
  font-size: 15px;
  text-align: center;
  -webkit-border-radius: var(--radius-1);
  -moz-border-radius: var(--radius-1);
  border-radius: var(--radius-1);
  display: inline-block;
  white-space: nowrap;
  line-height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btnGeneral span, input[type=submit] span,
button[type=submit] span,
input[type=reset] span,
button[type=reset] span {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}
.btnGeneral span:nth-child(2), input[type=submit] span:nth-child(2),
button[type=submit] span:nth-child(2),
input[type=reset] span:nth-child(2),
button[type=reset] span:nth-child(2) {
  margin-left: var(--space-1);
}
.btnGeneral .txt, input[type=submit] .txt,
button[type=submit] .txt,
input[type=reset] .txt,
button[type=reset] .txt {
  line-height: 1.1;
  white-space: nowrap;
  display: inline-block;
}
.btnGeneral .icon, input[type=submit] .icon,
button[type=submit] .icon,
input[type=reset] .icon,
button[type=reset] .icon {
  /* margin-right: var(--space-1); */
  font-size: calc(var(--font-size-7) + 4px);
}
.btnGeneral.flex, input.flex[type=submit],
button.flex[type=submit],
input.flex[type=reset],
button.flex[type=reset] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.btnGeneral.filled, input.filled[type=submit],
button.filled[type=submit],
input.filled[type=reset],
button.filled[type=reset] {
  background-color: var(--primary-400);
  border-color: var(--primary-400);
  display: flex;
  align-items: center;
  gap: 8px;
}
.btnGeneral.filled:hover, input.filled[type=submit]:hover,
button.filled[type=submit]:hover,
input.filled[type=reset]:hover,
button.filled[type=reset]:hover {
  background-color: var(--primary-600);
  border-color: var(--primary-600);
}
.btnGeneral.filled.active, input.filled.active[type=submit],
button.filled.active[type=submit],
input.filled.active[type=reset],
button.filled.active[type=reset], .btnGeneral.filled:active, input.filled[type=submit]:active,
button.filled[type=submit]:active,
input.filled[type=reset]:active,
button.filled[type=reset]:active, .btnGeneral.filled:focus, input.filled[type=submit]:focus,
button.filled[type=submit]:focus,
input.filled[type=reset]:focus,
button.filled[type=reset]:focus {
  background-color: var(--primary-600);
  border-color: var(--primary-600);
}
.btnGeneral.filled.disabled, input.filled.disabled[type=submit],
button.filled.disabled[type=submit],
input.filled.disabled[type=reset],
button.filled.disabled[type=reset] {
  background-color: var(--grey-50);
  border-color: var(--grey-50);
  color: var(--grey-200);
  cursor: auto;
}
.btnGeneral.primary, input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset] {
  background-color: transparent;
  border-color: var(--primary-400);
}
.btnGeneral.primary:hover, input[type=submit]:hover,
button[type=submit]:hover,
input[type=reset]:hover,
button[type=reset]:hover {
  background-color: var(--primary-400);
  color: white;
}
.btnGeneral.primary.active, input.active[type=submit],
button.active[type=submit],
input.active[type=reset],
button.active[type=reset], .btnGeneral.primary:active, input[type=submit]:active,
button[type=submit]:active,
input[type=reset]:active,
button[type=reset]:active, .btnGeneral.primary:focus, input[type=submit]:focus,
button[type=submit]:focus,
input[type=reset]:focus,
button[type=reset]:focus {
  background-color: var(--primary-600);
  color: white;
}
.btnGeneral.primary.disabled, input.disabled[type=submit],
button.disabled[type=submit],
input.disabled[type=reset],
button.disabled[type=reset] {
  background-color: var(--grey-50);
  color: var(--grey-200);
  cursor: auto;
}
.btnGeneral.secondary, input.secondary[type=submit],
button.secondary[type=submit],
input.secondary[type=reset],
button.secondary[type=reset] {
  background-color: white;
  border-color: var(--primary-400);
  color: var(--grey-900);
}
.btnGeneral.secondary:hover, input.secondary[type=submit]:hover,
button.secondary[type=submit]:hover,
input.secondary[type=reset]:hover,
button.secondary[type=reset]:hover {
  background-color: var(--primary-400);
  color: white;
}
.btnGeneral.secondary.active, input.secondary.active[type=submit],
button.secondary.active[type=submit],
input.secondary.active[type=reset],
button.secondary.active[type=reset], .btnGeneral.secondary:active, input.secondary[type=submit]:active,
button.secondary[type=submit]:active,
input.secondary[type=reset]:active,
button.secondary[type=reset]:active, .btnGeneral.secondary:focus, input.secondary[type=submit]:focus,
button.secondary[type=submit]:focus,
input.secondary[type=reset]:focus,
button.secondary[type=reset]:focus {
  background-color: var(--primary-600);
  color: white;
}
.btnGeneral.secondary.disabled, input.secondary.disabled[type=submit],
button.secondary.disabled[type=submit],
input.secondary.disabled[type=reset],
button.secondary.disabled[type=reset] {
  background-color: var(--grey-50);
  color: var(--grey-200);
  cursor: auto;
}
.btnGeneral.third, input.third[type=submit],
button.third[type=submit],
input.third[type=reset],
button.third[type=reset] {
  background-color: transparent;
  border: transparent;
}
.btnGeneral.third:hover, input.third[type=submit]:hover,
button.third[type=submit]:hover,
input.third[type=reset]:hover,
button.third[type=reset]:hover {
  color: var(--primary-400);
}
.btnGeneral.third.active, input.third.active[type=submit],
button.third.active[type=submit],
input.third.active[type=reset],
button.third.active[type=reset], .btnGeneral.third:active, input.third[type=submit]:active,
button.third[type=submit]:active,
input.third[type=reset]:active,
button.third[type=reset]:active, .btnGeneral.third:focus, input.third[type=submit]:focus,
button.third[type=submit]:focus,
input.third[type=reset]:focus,
button.third[type=reset]:focus {
  color: var(--primary-600);
}
.btnGeneral.third.disabled, input.third.disabled[type=submit],
button.third.disabled[type=submit],
input.third.disabled[type=reset],
button.third.disabled[type=reset] {
  color: var(--grey-200);
  cursor: auto;
}
.btnGeneral.pill, input.pill[type=submit],
button.pill[type=submit],
input.pill[type=reset],
button.pill[type=reset] {
  -webkit-border-radius: var(--radius-4);
  -moz-border-radius: var(--radius-4);
  border-radius: var(--radius-4);
}
.btnGeneral .img, input[type=submit] .img,
button[type=submit] .img,
input[type=reset] .img,
button[type=reset] .img {
  width: 20px;
  margin-right: var(--space-1);
}

button.btnGeneral,
button[type=submit],
button[type=reset],
input[type=submit].btnGeneral,
input[type=submit],
input[type=reset].btnGeneral,
input[type=reset] {
  border-width: 2px;
}

.formGroup {
  width: 100%;
  padding: var(--space-3);
}

input[type=checkbox] {
  accent-color: var(--primary-400);
}

.doubleGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

label,
textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=time],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  accent-color: var(--primary-400);
}

label {
  font-size: var(--font-size-6);
  color: var(--grey-50);
  margin-bottom: var(--space-3);
  display: inline-block;
}

textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=time],
input[type=url],
input[type=number],
input[type=search],
input[type=week],
select {
  width: 100%;
  border: 1px solid white;
  font-size: var(--font-size-6);
  color: white;
  padding: var(--space-3) var(--space-4);
  -border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  border-radius: var(--radius);
  background-color: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=time],
input[type=url],
input[type=number],
input[type=search],
input[type=week],
select {
  outline: 0;
}
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=week]:focus,
select:focus {
  border: 3px solid var(--primary-600);
  background-color: transparent;
}
textarea::-webkit-autofill,
input[type=text]::-webkit-autofill,
input[type=email]::-webkit-autofill,
input[type=tel]::-webkit-autofill,
input[type=password]::-webkit-autofill,
input[type=date]::-webkit-autofill,
input[type=time]::-webkit-autofill,
input[type=url]::-webkit-autofill,
input[type=number]::-webkit-autofill,
input[type=search]::-webkit-autofill,
input[type=week]::-webkit-autofill,
select::-webkit-autofill {
  background-color: var(--bg-primary) !important;
  -webkit-box-shadow: 0 0 0 0px var(--bg-primary) inset !important;
}
textarea::-webkit-autofill:focus,
input[type=text]::-webkit-autofill:focus,
input[type=email]::-webkit-autofill:focus,
input[type=tel]::-webkit-autofill:focus,
input[type=password]::-webkit-autofill:focus,
input[type=date]::-webkit-autofill:focus,
input[type=time]::-webkit-autofill:focus,
input[type=url]::-webkit-autofill:focus,
input[type=number]::-webkit-autofill:focus,
input[type=search]::-webkit-autofill:focus,
input[type=week]::-webkit-autofill:focus,
select::-webkit-autofill:focus {
  background-color: var(--bg-primary) !important;
  -webkit-box-shadow: 0 0 0 0px var(--bg-primary) inset !important;
}
textarea::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=week]::placeholder,
select::placeholder {
  color: var(--grey-200);
}
textarea::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: var(--grey-200);
}
textarea::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: var(--grey-200);
}
textarea::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: var(--grey-200);
}

select {
  /* background-color: var(--bg-primary); */
  background-color: transparent;
}
select::after {
  border-color: transparent transparent #fff transparent;
}
select option {
  color: #fff;
  background-color: var(--grey-900);
}

textarea:focus,
input[type=text]:focus,
input[type=text]:active,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=time]:focus,
select:focus,
textarea:focus,
button:focus,
*.btn:active,
.btn:focus,
.btn:hover .btn:active:focus,
.btn.active:focus {
  outline: none !important;
  box-shadow: none !important;
}

select {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::picker(select) {
  background-color: transparent;
}

[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
}

.checkButton {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 0.9vw;
  /* padding: var(--space-4) var(--space-6); */
  padding: 0;
  color: white;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkButton label,
.checkButtonB label {
  margin-bottom: 0;
  cursor: pointer;
  padding: var(--space-4) var(--space-6);
}

.checkButton .txt {
  position: relative;
  z-index: 2;
}

.checkButton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkButton .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--grey-900);
  border: 2px solid var(--grey-900);
  z-index: 1;
  -border-radius: var(--radius-1);
  -moz-border-radius: var(--radius-1);
  border-radius: var(--radius-1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.checkButton:hover input ~ .checkmark {
  background-color: var(--secondary-300);
  border: 2px solid var(--secondary-300);
}

.checkButton input:checked ~ .checkmark {
  background-color: var(--primary-600);
  border: 2px solid var(--primary-400);
}

.checkButtonB {
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 0.9vw;
  padding: var(--space-4) var(--space-6);
  color: white;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 1.5rem;
}

.checkButtonB .txt {
  position: relative;
  z-index: 2;
  padding-right: 1.5rem;
  text-wrap: pretty;
  display: inline-block;
}

.checkButtonB input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkButtonB .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--grey-900);
  border: 2px solid var(--grey-900);
  z-index: 1;
  -border-radius: var(--radius-1);
  -moz-border-radius: var(--radius-1);
  border-radius: var(--radius-1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.checkButtonB:hover input ~ .checkmark {
  background-color: var(--grey-200);
  border: 2px solid var(--secondary-300);
}

.checkButtonB input:checked ~ .checkmark {
  background-color: var(--primary-600);
  border: 2px solid var(--primary-400);
}

.checkButtonB .checkmark:after {
  content: "";
  width: 1vw;
  height: 1vw;
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  border: 2px solid #97999b;
  transform: translateY(-50%);
  -border-radius: var(--radius-circle);
  -moz-border-radius: var(--radius-circle);
  border-radius: var(--radius-circle);
}

.checkButtonB input:checked ~ .checkmark:after {
  border: 2px solid var(--secondary-300);
  background-color: var(--secondary-300);
}

.container-expire {
  background-image: image-set(url(/media/images/back_profile_3.webp));
  min-height: 84dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container-expire .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 45vw;
  margin: auto;
  gap: 20px;
  padding-bottom: 140px;
}
.container-expire .content p {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #4a4949;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e63a3b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  /*dinamic viewport height*/
  min-width: 100dvh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

a {
  text-decoration: none;
}

textarea,
input {
  font-family: "Mulish";
}

input[type=checkbox] {
  accent-color: var(--primary-400);
}

body {
  font-family: "Mulish";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  background-color: var(--bg-primary);
}

.wpContentZtreamo {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: var(--space-4);
}

.wpContentSection {
  width: 100%;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-3) var(--space-4);
}
header .logo img {
  width: 8.6vw;
  height: auto;
}
header .hColA, header .hColB {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .hColB {
  justify-content: flex-end;
  gap: 4px;
}
header .hColB .locate {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  gap: 10px;
}
header .hColB .locate button {
  color: white;
  background: transparent;
  min-width: auto;
  border-width: 0;
  padding: 4px;
}
header .hColB .locate button.active {
  border-width: 1px;
}
header .userBox {
  display: flex;
  align-items: center;
}
header .userBox .userPic {
  /* width: 26px;
  height: 26px; */
  width: 1.6vw;
  height: 1.6vw;
  overflow: hidden;
  border-radius: var(--radius-circle);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  margin-left: 10px;
  border: 3px solid var(--alert-success);
}
header .userBox .userPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .userBox .userPic picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .userBox .userPic picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .userBox .userPic.off {
  border: 3px solid var(--alert-error);
}
header .options .icon {
  font-size: 1.3vw;
}

@media only screen and (min-width: 1920px) {
  header .logo img {
    width: 166px;
    height: auto;
  }
  header .userBox .userPic {
    width: 26px;
    height: 26px;
  }
  header .options .icon {
    font-size: 26px;
  }
}
.lollipops {
  padding: 20px 0;
  text-align: center;
  color: white;
}
.lollipops .t {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.profile {
  max-width: 405px;
  width: 100%;
  background-color: var(--grey-900);
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  padding: var(--space-3) var(--space-8);
  margin-bottom: var(--space-4);
  position: sticky;
  top: 30px;
  max-height: 90dvh;
  overflow-y: auto;
}
.profile .profilePic {
  /* width: 120px;
  height: 120px; */
  width: 6.5vw;
  height: 6.5vw;
  max-width: 120px;
  max-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-border-radius: var(--radius-circle);
  -moz-border-radius: var(--radius-circle);
  border-radius: var(--radius-circle);
  border: 2px solid #4a4949;
  margin: 0 auto;
}
.profile .profilePic picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.profile .profilePic picture img {
  width: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.profile .profilePic img {
  width: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.profile .title {
  text-align: center;
  padding: var(--space-4) 0;
}
.profile .title .wpTitle {
  display: inline-block;
  position: relative;
}
.profile .title h4 {
  font-weight: normal;
  display: inline-block;
}
.profile .title .online {
  width: 14px;
  height: 13px;
  position: absolute;
  left: 100%;
  bottom: 100%;
  background-color: var(--alert-success);
  -webkit-border-radius: var(--radius-circle);
  -moz-border-radius: var(--radius-circle);
  border-radius: var(--radius-circle);
}
.profile .contentBarProgress {
  text-align: center;
}
.profile .textBarProgress {
  font-size: 14px;
  color: white;
  padding: var(--space-2) 0;
}
.profile .profileProgressBar {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 10px;
  -webkit-border-radius: var(--radius-4);
  -moz-border-radius: var(--radius-4);
  border-radius: var(--radius-4);
  background-color: var(--primary-400);
  /* &::before{
      content: '';
      display: inline-block;
      background-color: var(--primary-400);
  } */
}
.profile .profileProgressBar.ten::before {
  width: 10%;
}
.profile .profileProgressBar.twenty::before {
  width: 20%;
}
.profile .profileProgressBar.forty::before {
  width: 40%;
}
.profile .profileProgressBar.sixty::before {
  width: 60%;
}
.profile .profileProgressBar.eighty::before {
  width: 80%;
}
.profile .profileProgressBar.oneHundred::before {
  width: 100%;
}
.profile .wpMyProfile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-6) 0;
}
.profile .wpMyProfile .myProfile {
  color: var(--primary-400);
}
.profile .wpMyProfile .icon {
  font-size: var(--font-size-4);
  color: var(--primary-400);
}
.profile .menuProfile {
  list-style: none;
  padding: 0;
  margin: 0;
  position: sticky;
  top: 0;
  /*max-height: 45%;
  height: 100%;
  overflow: auto;
  padding-right: 1rem;*/
}
.profile .menuProfile::-webkit-scrollbar {
  width: 6px;
}
.profile .menuProfile li a,
.profile .menuProfile li .a {
  color: white;
  cursor: pointer;
  font-size: var(--font-size-6);
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: var(--space-3) 10px;
}
.profile .menuProfile li a .icon,
.profile .menuProfile li .a .icon {
  width: 15%;
  color: var(--primary-400);
}
.profile .menuProfile li a .icon::before,
.profile .menuProfile li .a .icon::before {
  font-size: var(--font-size-4);
}
.profile .menuProfile li.selected {
  background-color: var(--primary-400);
  border-radius: var(--radius);
}
.profile .menuProfile li.selected .icon {
  color: white;
}
.profile .menuProfile li.selected .icon img {
  filter: brightness(100);
}

.invalid-feedback {
  color: red;
  font-size: 12px;
  margin-bottom: 10px;
}

.uploaded-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.image_icondolar {
  width: auto;
  height: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .profile {
    padding: var(--space-3);
  }
}
@media screen and (max-width: 1200px) {
  .profile .profilePic {
    width: 80px;
    height: 80px;
  }
}
.historyModel {
  padding: var(--space-4);
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  background-color: var(--grey-900);
  text-align: center;
  margin-bottom: var(--space-4);
}
.historyModel .swModelos {
  width: 100%;
  overflow: hidden;
}
.historyModel .swiper-wrapper {
  display: flex;
}
.historyModel .swiper-slide {
  width: 4.53vw;
  flex-shrink: 0;
  margin-right: var(--space-4);
  position: relative;
}
.historyModel .picModel {
  width: 4.53vw;
  height: 4.53vw;
  border: 2px solid var(--secondary-300);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: var(--radius-circle);
  -moz-border-radius: var(--radius-circle);
  border-radius: var(--radius-circle);
}
.historyModel .picModel.user {
  border: 2px solid #2268a7;
}
.historyModel .picModel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.historyModel .picModel picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.historyModel .picModel picture img {
  width: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.historyModel .userName {
  width: 100%;
}
.historyModel .userName p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: var(--space-2) 0;
}
.historyModel .userName .islive {
  width: 12px;
  height: 12px;
  background-color: #1be11b;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
}

@media screen and (max-width: 1200px) {
  .historyModel .picModel {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .historyModel .picModel {
    width: 87px;
    height: 87px;
  }
  .historyModel .picModel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .historyModel .userName {
    width: 87px;
  }
  .historyModel .userName p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: var(--space-2) 0;
  }
  .historyModel .swiper-slide {
    margin-right: var(--space-2);
  }
}
.publication {
  background-color: var(--grey-900);
  padding: var(--space-6);
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  margin-bottom: var(--space-4);
}
.publication .headPuplication {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-4);
}
.publication .headPuplication .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.publication .headPuplication .picModel {
  width: 3.3vw;
  height: 3.3vw;
  overflow: hidden;
  -webkit-border-radius: var(--radius-circle);
  -moz-border-radius: var(--radius-circle);
  border-radius: var(--radius-circle);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: var(--space-3);
}
.publication .headPuplication .picModel picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.publication .headPuplication .picModel picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publication .headPuplication .txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.publication .headPuplication .txt h4,
.publication .headPuplication .txt p {
  margin: 0;
  display: inline-block;
}
.publication .headPuplication .txt h4 {
  margin-right: var(--space-3);
  color: var(--grey-200);
}
.publication .headPuplication .more {
  font-size: var(--font-size-4);
  color: var(--grey-200);
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.publication .txtPublication {
  margin-bottom: var(--space-4);
}
.publication .txtPublication p {
  margin: 0;
  color: var(--grey-200);
}
.publication .contentPublication {
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  margin-bottom: var(--space-4);
  font-size: 0;
  position: relative;
}
.publication .contentPublication .precio {
  position: absolute;
  top: 12px;
  right: 12px;
  color: white;
  background-color: var(--primary-400);
  padding: 10px 20px;
  -webkit-border-radius: var(--radius-1);
  -moz-border-radius: var(--radius-1);
  border-radius: var(--radius-1);
}
.publication .contentPublication picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.publication .contentPublication picture img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
}
.publication .contentPublication .reels {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.publication .contentPublication .reels picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.publication .contentPublication .reels picture img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.publication .contentPublication .reels .reel {
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 0;
}
.publication .contentPublication .video {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.publication .contentPublication .video .zVideoPlayer {
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 0;
}
.publication .contentPublication .video .playing + .controlsVideo {
  opacity: 0;
}
.publication .contentPublication .video .playing + .controlsVideo button {
  transform: translateY(-4rem);
}
.publication .contentPublication .video .playing + .controlsVideo .mute-button {
  transform: translate(4rem, 0);
}
.publication .contentPublication .video .controlsVideo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.publication .contentPublication .video .controlsVideo::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.publication .contentPublication .video .controlsVideo button {
  color: white;
  background-color: transparent;
  border: 0;
  font-size: var(--font-size-1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.publication .contentPublication .video .controlsVideo button.play .icoPlay {
  display: none;
}
.publication .contentPublication .video .controlsVideo button.pause .icoPause {
  display: none;
}
.publication .contentPublication .video .controlsVideo .mute-button {
  position: absolute;
  bottom: var(--space-3);
  right: var(--space-2);
  font-size: var(--font-size-7);
}
.publication .contentPublication .video .controlsVideo .mute-button.unmute .icoUnMute {
  display: none;
}
.publication .contentPublication .video .controlsVideo .mute-button.mute .icoMute {
  display: none;
}
.publication .contentPublication .video:hover .controlsVideo::before {
  height: 10%;
  background-color: rgba(0, 0, 0, 0.1);
}
.publication .contentPublication .video:hover .playing + .controlsVideo {
  opacity: 1;
}
.publication .contentPublication .video:hover .playing + .controlsVideo button {
  transform: translateY(0rem);
}
.publication .contentPublication .video:hover .playing + .controlsVideo .mute-button {
  transform: translate(0, 0);
}
.publication .contentPublication .wpContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.publication .contentPublication .wpContent .wp {
  width: 100%;
  padding: var(--space-4);
  text-align: center;
}
.publication .contentPublication .wpContent .icon-Lock {
  font-size: var(--font-size-1);
  color: white;
  display: inline-block;
  margin-bottom: var(--space-2);
}
.publication .contentPublication .wpContent p {
  font-size: var(--font-size-6);
}
.publication .contentPublication .itemToBuy img,
.publication .contentPublication .itemToBuy picture {
  filter: blur(5px);
}
.publication .feedPublication {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.publication .feedPublication .off {
  margin: 0;
  color: white;
  background: var(--primary-400);
  border-radius: 22px;
  padding: 7px;
  position: absolute;
  right: -34px;
  top: -11px;
  font-size: 12px;
}

.reactions-box {
  margin: 10px 0;
  color: white;
  font-size: var(--font-size-6);
}
.reactions-box .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-color: #3f3f3f;
  border-width: 1pt 0;
  border-style: solid;
  padding: 10px 0;
  margin-bottom: 12px;
}
.reactions-box .actions {
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.reactions-box .actions .button {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: white;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.reactions-box .actions .button .nolike img {
  filter: brightness(0.1);
}
.reactions-box .actions .button img {
  width: 15px;
}
.reactions-box .actions .button:hover {
  box-shadow: inset 0 0 0 1px #333;
}
.reactions-box .actions .button.active {
  background-color: var(--primary-400);
  border-radius: 10px;
}
.reactions-box .add-comment {
  position: relative;
  height: 50px;
  margin-bottom: 10px;
}
.reactions-box .add-comment textarea {
  border: 2px solid var(--primary-400);
  border-radius: 10px;
  height: 50px;
}
.reactions-box .add-comment button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: white;
  border: 0;
  padding: 0 12px;
  cursor: pointer;
  height: 100%;
  display: block;
  border-radius: 0 10px 10px 0;
  font-size: var(--font-size-4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.reactions-box .add-comment button:hover {
  background-color: var(--primary-400);
}
.reactions-box .comments-box {
  border-top: 1px solid #3f3f3f;
  padding-top: 10px;
}
.reactions-box .comments-box .comment {
  margin-bottom: 10px;
  display: none;
}
.reactions-box .comments-box .comment:nth-child(-n+3) {
  display: block;
}
.reactions-box .comments-box .comment .top {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}
.reactions-box .comments-box .comment .top strong {
  color: white;
  font-size: 13px;
}
.reactions-box .comments-box .comment .top small {
  color: #6C757D;
  font-size: 10px;
}
.reactions-box .comments-box .comment .content {
  color: white;
  margin-top: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reactions-box .show-all {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
}

@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(200px) scaleY(2.5) scaleX(0.2);
    transform: translateY(200px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(200px) scaleY(2.5) scaleX(0.2);
    transform: translateY(200px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
body {
  margin: 0;
  padding: 0;
}

main {
  margin: 0;
  padding: 0;
}

.fullPage {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-3) var(--space-4);
}
.controls a {
  color: var(--primary-400);
  font-size: var(--font-size-7);
  cursor: pointer;
}
.controls a:hover {
  text-decoration: underline;
}
.controls .back {
  background-color: transparent;
  border: 0;
  font-size: var(--font-size-7);
  color: white;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.controls .back span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.controls .back.active {
  opacity: 1;
  visibility: visible;
}
.controls .back:hover span:nth-child(1) {
  transform: translateX(-10px);
}

.wpHeaderProfile {
  width: 100%;
  max-width: var(--container-width);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
  text-align: center;
}

.wpContentProfile {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.step {
  width: 100%;
  height: 100vh;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.step .itemAnim {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  display: block;
}
.step .itemAnim.active {
  /* opacity: 1;
  transform: translateY(0); */
  -webkit-animation: slide-in-blurred-bottom 0.8s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-bottom 0.8s cubic-bezier(0.23, 1, 0.32, 1) both;
  /* -webkit-animation: text-focus-in 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: text-focus-in 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; */
}
.step.onView {
  visibility: visible;
  opacity: 1;
}
.step .wpStep {
  width: 100%;
  margin: 0 auto;
}
.step .formGroup ul {
  list-style: none;
  padding: 0;
  color: var(--Colors-Primario-Primario-400, #E63A3B);
}
.step .form-error {
  text-align: left;
  margin-left: 15px;
  margin-bottom: 30px;
  color: var(--Colors-Primario-Primario-400, #E63A3B);
}

.title {
  padding-bottom: var(--space-5);
}

.doubleGroup {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.welcome .wpStep {
  max-width: 830px;
  width: 43%;
}
.welcome h2 {
  color: var(--primary-400);
  margin-top: var(--space-8);
  margin-bottom: var(--space-7);
}
.welcome .title {
  font-size: var(--font-size-2);
}
.welcome p {
  margin-bottom: var(--space-7);
  font-size: 14px;
}
.welcome .diclaimer {
  padding-top: 8vw;
}
.welcome .diclaimer p {
  font-size: 14px;
}
.welcome .next-button {
  font-size: var(--font-size-4);
}

.setting .wpStep,
.setting2 .wpStep,
.setting3 .wpStep,
.setting4 .wpStep,
.setting5 .wpStep {
  max-width: 830px;
  width: 43%;
}
.setting h3,
.setting2 h3,
.setting3 h3,
.setting4 h3,
.setting5 h3 {
  font-weight: 300;
}
.setting h2,
.setting2 h2,
.setting3 h2,
.setting4 h2,
.setting5 h2 {
  font-weight: 300;
  margin-bottom: var(--space-4);
}
.setting p,
.setting2 p,
.setting3 p,
.setting4 p,
.setting5 p {
  margin-bottom: var(--space-4);
  font-size: var(--font-size-6);
}
.setting textarea,
.setting2 textarea,
.setting3 textarea,
.setting4 textarea,
.setting5 textarea {
  height: 4.3vw;
  margin-bottom: var(--space-8);
}

.setting2 .wpStep {
  max-width: 750px;
  width: 39%;
}

.doubleGroup {
  display: flex;
  justify-content: space-between;
  align-self: center;
}
.doubleGroup .formGroup {
  width: 48%;
}

.setting3 .formGroup {
  text-align: left;
}
.setting3 textarea {
  margin-bottom: 0;
}
.setting3 .btnGeneral, .setting3 input[type=submit],
.setting3 button[type=submit],
.setting3 input[type=reset],
.setting3 button[type=reset] {
  padding: var(--space-2) var(--space-8);
}

.setting3,
.setting4 {
  /* .formGroup{
      margin: var(--space-4) 0;
  } */
}
.setting3 .wpStep,
.setting4 .wpStep {
  max-width: 504px;
  width: 26%;
}
.setting3 .pic,
.setting4 .pic {
  position: relative;
  width: 7.5vw;
  height: 7.5vw;
  background-color: #4a4949;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  -border-radius: var(--radius-circle);
  -moz-border-radius: var(--radius-circle);
  border-radius: var(--radius-circle);
  margin: var(--space-4) auto;
}
.setting3 .pic span,
.setting4 .pic span {
  font-size: 1.8vw;
  line-height: 90%;
  display: inline-block;
  z-index: 10;
}
.setting3 .pic input,
.setting4 .pic input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.setting3 .wpStep,
.setting4 .wpStep {
  max-width: 900px;
  width: 46%;
}
.setting3 .wpStep form,
.setting4 .wpStep form {
  max-height: 68dvh;
  overflow: auto;
}
.setting3 .wpStep form::-webkit-scrollbar,
.setting4 .wpStep form::-webkit-scrollbar {
  width: 6px;
}
.setting3 .group .formGroup,
.setting4 .group .formGroup {
  text-align: center;
}
.setting3 .group .formGroup .checkButton,
.setting4 .group .formGroup .checkButton {
  margin: var(--space-2) var(--space-4);
}

.setting4 .group {
  /* margin-bottom: calc( var(--space-8) * 2 ) ; */
  margin-bottom: var(--space-8);
}
.setting4 .group .doubleGroup .formGroup:nth-child(1) {
  width: 70%;
}
.setting4 .group .doubleGroup .formGroup:nth-child(2) {
  width: 30%;
}

.setting5 .wpStep {
  /* max-width: 874px; */
  max-width: 446px;
  width: 23%;
}
.setting5 .formGroup .checkButtonB {
  text-align: left;
}

.setting6 .wpStep {
  max-width: 670px;
  width: 34%;
}
.setting6 .formGroup .checkButtonB {
  text-align: left;
}

.setting5 .formGroup,
.setting6 .formGroup {
  gap: var(--space-2);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.setting5 .group,
.setting6 .group {
  margin-bottom: var(--space-8);
}
.setting5 .title,
.setting6 .title {
  margin-bottom: var(--space-8);
}
.setting5 .title h2,
.setting6 .title h2 {
  margin-bottom: var(--space-8);
}
.setting5 .title p,
.setting6 .title p {
  margin-bottom: 0;
}
.setting5 .quote,
.setting6 .quote {
  margin-bottom: var(--space-8);
}

.setting6 .group {
  overflow-y: scroll;
  height: 30vh;
  padding-right: var(--space-2);
}

.setting7 .wpStep,
.setting8 .wpStep,
.setting9 .wpStep {
  max-width: 600px;
  width: 30%;
}
.setting7 h2,
.setting8 h2,
.setting9 h2 {
  margin-bottom: var(--space-8);
}
.setting7 .group,
.setting8 .group,
.setting9 .group {
  margin-bottom: var(--space-8);
}
.setting7 .quote,
.setting8 .quote,
.setting9 .quote {
  margin-bottom: var(--space-8);
}

.setting7 h2 {
  margin-bottom: var(--space-4);
}
.setting7 .quote {
  margin-bottom: var(--space-4);
}
.setting7 .wpOptB {
  margin-top: var(--space-4);
}
.setting7 .group {
  text-align: left;
  margin-bottom: var(--space-4);
}
.setting7 .group .formGroup {
  padding: 0 0 var(--space-4) 0;
}
.setting7 .group .formGroup input[type=radio],
.setting7 .group .formGroup input[type=radio] + label {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.setting7 .group .formGroup input[type=radio] {
  margin-right: var(--space-2);
}
.setting7 .group .formGroup input[type=radio] + label {
  margin-right: var(--space-4);
}

.setting7 .formGroup,
.setting9 .formGroup {
  text-align: left;
}

.setting8 .wpStep {
  max-width: 1240px;
  width: 64%;
}

.setting9 .wpStep {
  max-width: 710px;
  width: 36%;
}

.setting10 .wpStep {
  max-width: 800px;
  width: 41%;
}
.setting10 .group {
  margin-bottom: var(--space-8);
}
.setting10 .quote {
  margin-bottom: var(--space-8);
}

.end .wpStep {
  max-width: 660px;
  max-width: 34%;
}
.end h2 {
  margin-bottom: var(--space-4);
}
.end p {
  margin-bottom: var(--space-4);
}

.setting9 .group,
.setting10 .group {
  max-height: 50vh;
  overflow-y: scroll;
}

.wpOptB {
  text-align: center;
  margin-top: var(--space-8);
}
.wpOptB a {
  color: var(--primary-400);
  font-size: var(--font-size-7);
  cursor: pointer;
}
.wpOptB a:hover {
  text-decoration: underline;
}

.skip-button.hidden {
  visibility: hidden;
  opacity: 0;
}

.progressBar {
  width: 85%;
  height: 10px;
  position: absolute;
  bottom: 1.5rem;
  left: 7.5%;
  background-color: #4a4949;
  -border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.progressBar .progress {
  height: 100%;
  background-color: var(--primary-400);
  -border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.progressBar.hidden {
  visibility: hidden;
  opacity: 0;
}

.benefits .wpBenefits {
  /* width: 87%; */
  max-width: var(--container-width);
  margin: 0 auto;
  padding: var(--space-8);
}
.benefits .bannerBenefits {
  width: 100%;
  margin-bottom: var(--space-8);
}
.benefits .bannerBenefits .img {
  min-height: 244px;
  text-align: center;
  background-color: var(--grey-900);
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  margin-bottom: var(--space-8);
  background-size: cover;
}
.benefits .bannerBenefits .picPlataformas {
  width: 14vw;
  height: 14vw;
  max-width: 263px;
  max-height: 263px;
  margin: -7vw auto var(--space-8) auto;
}
.benefits .bannerBenefits .picPlataformas img {
  width: 100%;
  height: auto;
}
.benefits .bannerBenefits .wpContent {
  text-align: center;
}
.benefits .sectSimple {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: var(--space-9) var(--space-9);
}
.benefits .sectSimple:nth-child(odd) {
  flex-direction: row-reverse;
}
.benefits .sectSimple:nth-child(odd) .txtSecSimple {
  padding-left: var(--space-9);
  padding-right: 0;
}
.benefits .sectSimple .txtSecSimple {
  width: 40%;
  padding-right: var(--space-9);
}
.benefits .sectSimple .txtSecSimple h3, .benefits .sectSimple .txtSecSimple h4, .benefits .sectSimple .txtSecSimple p {
  margin-bottom: var(--space-6);
  font-weight: 300;
}
.benefits .sectSimple .txtSecSimple .btnGeneral, .benefits .sectSimple .txtSecSimple input[type=submit],
.benefits .sectSimple .txtSecSimple button[type=submit],
.benefits .sectSimple .txtSecSimple input[type=reset],
.benefits .sectSimple .txtSecSimple button[type=reset] {
  padding: var(--space-3) var(--space-9);
}
.benefits .sectSimple .media {
  width: 60%;
  overflow: hidden;
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
}
.benefits .sectSimple .media img {
  width: 100%;
  height: auto;
}
.benefits h3 {
  font-weight: 300;
}
.benefits .whatsNews {
  margin-bottom: var(--space-8);
}
.benefits .whatsNews .wpHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-8);
}
.benefits .whatsNews .wpHead .btnGeneral, .benefits .whatsNews .wpHead input[type=submit],
.benefits .whatsNews .wpHead button[type=submit],
.benefits .whatsNews .wpHead input[type=reset],
.benefits .whatsNews .wpHead button[type=reset] {
  padding: var(--space-3) var(--space-9);
}
.benefits .whatsNews .wp {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.benefits .whatsNews .item {
  width: 33%;
  max-width: 405px;
  padding: var(--space-4);
  background-color: var(--grey-900);
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  margin-bottom: var(--space-4);
  margin-left: 4.5%;
}
.benefits .whatsNews .item:first-child {
  margin-left: 0;
}
.benefits .whatsNews .item .wpImg {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
}
.benefits .whatsNews .item .wpImg img {
  width: 100%;
  height: auto;
}
.benefits .whatsNews .item h5 {
  margin-bottom: var(--space-2);
  color: white;
}
.benefits .whatsNews .item h4 {
  font-weight: 300;
  margin-bottom: var(--space-2);
}
.benefits .whatsNews .item p {
  font-weight: 300;
  margin-bottom: 0;
}

.form-benefits-landing {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 11vw 0;
  margin-top: -8vw;
}
.form-benefits-landing .wpContent {
  width: 87%;
  max-width: 1670px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--space-9);
}
.form-benefits-landing .col {
  width: 50%;
}
.form-benefits-landing h3 {
  margin-bottom: var(--space-4);
}
.form-benefits-landing h4 {
  margin-bottom: var(--space-4);
}
.form-benefits-landing .contentForm {
  max-width: 708px;
  background-color: var(--grey-900);
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  padding: var(--space-9);
}
.form-benefits-landing .contentForm .formGroup {
  padding: var(--space-4) 0;
}
.form-benefits-landing .contentForm textarea {
  /* min-height: 138px; */
  min-height: 7vw;
}
.form-benefits-landing .contentForm label {
  margin-bottom: var(--space-2);
  margin-top: var(--space-4);
}
.form-benefits-landing .contentForm input {
  margin-bottom: var(--space-4);
}
.form-benefits-landing .contentForm button {
  margin: var(--space-4) 20%;
  width: 60%;
  border-width: 1px;
  border-style: solid;
  color: white;
  text-decoration: none;
  padding: var(--space-3) var(--space-3);
  font-size: var(--font-size-7);
  text-align: center;
  -webkit-border-radius: var(--radius-1);
  -moz-border-radius: var(--radius-1);
  border-radius: var(--radius-1);
  display: inline-block;
  white-space: nowrap;
  line-height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-benefits-landing .contentForm .buttons {
  text-align: center;
  padding-bottom: var(--space-9);
}
.form-benefits-landing .contentForm .buttons button {
  width: 60%;
}

.contentBenefits {
  padding: var(--space-4);
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  background-color: var(--grey-900);
  margin-bottom: var(--space-4);
}
.contentBenefits .headWp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contentBenefits .headWp h4 {
  color: var(--primary-400);
  margin-bottom: var(--space-4);
}
.contentBenefits .headWp .control {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentBenefits .headWp .control .arrow {
  cursor: pointer;
  font-size: var(--font-size-6);
}

.swBenefits {
  width: 100%;
  overflow: hidden;
}
.swBenefits .swiper-wrapper {
  display: flex;
}
.swBenefits .swiper-slide {
  max-width: 154px;
  width: 8.2vw;
  /* width: 25%; */
  flex-shrink: 0;
  margin-right: var(--space-4);
}

.benefitsClubItem {
  max-width: 154px;
  /* max-height: 154px; */
  width: 8.2vw;
  /* height: 8.2vw; */
  /* width: 100%; */
  border: 1px solid var(--primary-400);
  padding: var(--space-1);
  /* margin-right: var(--space-4); */
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.benefitsClubItem a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.benefitsClubItem img {
  width: 100%;
  height: auto;
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
}
.benefitsClubItem .wp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding: var(--space-4);
}
.benefitsClubItem .wp h5 {
  width: 100%;
  color: white;
  text-align: center;
  display: none;
  /* margin-bottom: var(--space-8); */
}

.onYourMind {
  text-align: center;
  padding: var(--space-7);
  background-color: var(--grey-900);
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  margin-bottom: var(--space-4);
}
.onYourMind .wpOpt {
  padding-top: var(--space-7);
}
.onYourMind .wpOpt .btnGeneral, .onYourMind .wpOpt input[type=submit],
.onYourMind .wpOpt button[type=submit],
.onYourMind .wpOpt input[type=reset],
.onYourMind .wpOpt button[type=reset] {
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}

/* clases para prueba y base **NO SE USAN PARA EL PROYECTO*/
/*NO USAR ESTAS CLASES*/
.color-alert-error {
  color: var(--alert-error);
}

.bg-white {
  background-color: white;
}

.bg-primary-400 {
  background-color: var(--primary-400);
}

.bg-primary-600 {
  background-color: var(--primary-600);
}

.secundary-300 {
  background-color: var(--secundary-300);
}

.bg-primary {
  background-color: var(--bg-primary);
}

.bg-grey-50 {
  background-color: var(--grey-50);
}

.bg-grey-200 {
  background-color: var(--grey-200);
}

.bg-grey-900 {
  background-color: var(--grey-900);
}

.bg-grey-900 {
  background-color: var(--grey-900);
}

.bg-alert-success {
  background-color: var(--alert-success);
}

.bg-alert-error {
  background-color: var(--alert-error);
}

.bg-alert-warning {
  background-color: var(--alert-warning);
}

.margin-4 {
  margin: var(--space-4);
}

.space-4 {
  padding: var(--space-4);
}

.border-radius-2 {
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
}

.border-radius-4 {
  -webkit-border-radius: var(--radius-4);
  -moz-border-radius: var(--radius-4);
  border-radius: var(--radius-4);
}

.box-shadow-a {
  -webkit-box-shadow: var(--box-shadow-a);
  -moz-box-shadow: var(--box-shadow-a);
  box-shadow: var(--box-shadow-a);
}

.box-shadow-b {
  -webkit-box-shadow: var(--box-shadow-b);
  -moz-box-shadow: var(--box-shadow-b);
  box-shadow: var(--box-shadow-b);
}

.box-shadow-c {
  -webkit-box-shadow: var(--box-shadow-c);
  -moz-box-shadow: var(--box-shadow-c);
  box-shadow: var(--box-shadow-c);
}

.box-shadow-d {
  -webkit-box-shadow: var(--box-shadow-d);
  -moz-box-shadow: var(--box-shadow-d);
  box-shadow: var(--box-shadow-d);
}

/*FIN CLASES DE PRUEBA ***NO USAR CLASES PARA ESTILOS*/
.alert-ztreamo,
.swal2-modal {
  background: #1f1f1f;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid #e63a3b;
  box-sizing: border-box !important;
  color: white;
}
.alert-ztreamo *,
.swal2-modal * {
  box-sizing: border-box !important;
}
.alert-ztreamo .swal2-confirm,
.swal2-modal .swal2-confirm {
  color: white;
  border: 1px solid var(--primary-400);
  background: #1f1f1f;
}
.alert-ztreamo .swal2-cancel,
.swal2-modal .swal2-cancel {
  background-color: var(--primary-400);
  color: white;
}
.alert-ztreamo .swal2-title,
.swal2-modal .swal2-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.alert-ztreamo .swal2-html-container,
.swal2-modal .swal2-html-container {
  font-size: 14px;
  margin-bottom: 20px;
}
.alert-ztreamo input,
.swal2-modal input {
  width: 100%;
  margin: 0;
  padding: 10px;
}
.alert-ztreamo .container-copy,
.swal2-modal .container-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert-ztreamo .container-copy .link,
.swal2-modal .container-copy .link {
  height: 100%;
}
.alert-ztreamo .container-copy #share,
.swal2-modal .container-copy #share {
  background-color: #e63a3b;
  height: 100%;
  padding: 8px 15px;
  outline: none;
  border: 1px solid #e63a3b;
  border-radius: 3.5px;
}
.alert-ztreamo .container-copy svg,
.swal2-modal .container-copy svg {
  width: 22px;
  height: 22px;
}

a {
  color: inherit;
}

.notifications_component .notification-box {
  position: relative;
}
.notifications_component .notification-box .btnGeneral, .notifications_component .notification-box input[type=submit],
.notifications_component .notification-box button[type=submit],
.notifications_component .notification-box input[type=reset],
.notifications_component .notification-box button[type=reset] {
  min-width: auto !important;
}
.notifications_component .notification-box .badge {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #e63a3b;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  width: 21px;
  height: 21px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notifications_component .notifications_container {
  background: var(--grey-900);
  border: var(--primary-400) solid 1px;
  border-radius: 10px;
  position: absolute;
  z-index: 3;
  padding: 20px;
  width: max-content;
  min-width: 200px;
  right: 0;
  max-height: 90%;
  overflow: auto;
}
.notifications_component .notifications_container .notification {
  border-bottom: 1px solid #444;
  padding: 10px;
}
.notifications_component .notifications_container .btnGeneral, .notifications_component .notifications_container input[type=submit],
.notifications_component .notifications_container button[type=submit],
.notifications_component .notifications_container input[type=reset],
.notifications_component .notifications_container button[type=reset] {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
}

.header-no-head {
  text-align: center;
  border-bottom: 1px solid #2f2f2f;
}
.header-no-head img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 20px;
}

.legal-box {
  padding: 10vh 20px 0 20px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 14px;
}
.legal-box p {
  font-size: 14px;
  margin: 20px 0;
}
.legal-box h1,
.legal-box h2,
.legal-box h3,
.legal-box h4,
.legal-box h5,
.legal-box h6 {
  font-size: 20px;
  margin: 20px 0;
}

.init-banner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8784313725);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.init-banner .inner {
  width: 90%;
  max-width: 600px;
  background: var(--grey-900);
  padding: 20px;
  border-radius: 15px;
  border: 1px solid var(--primary-400);
  text-align: center;
}
.init-banner .inner img {
  height: auto;
  width: 200px;
}
.init-banner .inner h3 {
  margin: 10px auto;
}
.init-banner .inner p {
  margin: 20px auto;
}
.init-banner .inner .btns .btnGeneral, .init-banner .inner .btns input[type=submit],
.init-banner .inner .btns button[type=submit],
.init-banner .inner .btns input[type=reset],
.init-banner .inner .btns button[type=reset] {
  width: 150px;
}
.init-banner .inner .l {
  color: #878787;
}

.box-ads {
  text-align: center;
  padding: var(--space-7);
  background-color: var(--grey-900);
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  margin-bottom: var(--space-4);
  color: white;
  margin-top: 10px;
  position: sticky;
  top: 20px;
}
.box-ads .title-ads {
  font-size: var(--font-size-4);
  font-weight: bold;
  text-align: left;
  margin-bottom: var(--space-4);
}
.box-ads .content-ads {
  overflow: hidden;
}
.box-ads .content-ads img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10pt;
}
.box-ads .content-ads video {
  border-radius: 10pt;
}

.btns_loadMore {
  /* border: 1px solid var(--primary-400);
  background: transparent;
  color: #fff;
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  padding: var(--space-2)  var(--space-3);*/
  margin-top: var(--space-3);
}

/* clase  para modificar el selctor con buscador */
.choices__inner {
  background-color: transparent;
  color: #fff;
}
.choices__inner .choices__placeholder {
  opacity: 1 !important;
  color: white !important;
}

.choices__list--dropdown {
  z-index: 99999 !important;
  bottom: 100% !important;
  /* Pone el dropdown arriba */
  top: auto !important;
  max-height: 17rem;
}
.choices__list--dropdown .choices__item {
  background-color: var(--grey-900);
  color: #fff;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: blue !important;
  color: #fff !important;
}

.choices__list--single .choices__item {
  color: #fff !important;
}

.choices__input {
  background-color: var(--grey-900) !important;
}

.choices[data-type*=select-one]::after {
  display: none;
}

/*# sourceMappingURL=app.output.css.map */
