/* Cumplimiento.CR Style */
:root {
  /* Colors */
  --fondo: #f7f6ff;
  --primary-1: #0e357a;
  --primary-2: #1347a4;
  --primary-3: #1859ce;
  --primary-4: #2d70e7;
  --primary-5: #578dec;
  --primary-6: #81a9f1;
  --primary-7: #abc6f5;
  --primary-8: #d5e2fa;
  --neutral-1200: #192839;
  --neutral-1100: #243547;
  --neutral-1000: #2f4255;
  --neutral-900: #40566d;
  --neutral-800: #58728d;
  --neutral-700: #6c849d;
  --neutral-600: #768ea7;
  --neutral-500: #90a5bb;
  --neutral-400: #b1c1d2;
  --neutral-300: #cbd5e2;
  --neutral-200: #e3eaf3;
  --neutral-100: #f1f5fa;
  --neutral-050: #f8fafc;
  --neutral-000: #ffffff;
  --neutral-1300: #0c1927;
  --success-1000: #003821;
  --success-900: #00512f;
  --success-800: #006c3f;
  --success-700: #00874f;
  --success-600: #009e5c;
  --success-500: #00be6f;
  --success-400: #48d08c;
  --success-300: #91e3ba;
  --success-200: #b6ecd1;
  --success-100: #daf5e8;
  --success-050: #ebfaf3;
  --error-1000: #750a0a;
  --error-900: #880c0c;
  --error-800: #9a0e0e;
  --error-700: #b42318;
  --error-600: #d92d20;
  --error-500: #f04438;
  --error-400: #f96c62;
  --error-300: #fd9d96;
  --error-200: #fec6c3;
  --error-100: #fee4e2;
  --error-050: #fee4e2;
  --secondary-500: #55e6a5;
  --secondary-400: #34cfa5;
  --secondary-300: #73dec1;
  --secondary-200: #8ce4cc;
  --secondary-100: #adecdb;
  --celeste-500: #00b8d8;
  --celeste-400: #87cce2;
  --celeste-300: #a9daea;
  --celeste-200: #bbe2ef;
  --celeste-100: #ddf0f7;
  --text-default: #18191c;
  --text-sub: #6d7175;
  --text-border: #90a5bb;
  --text-gris-cajas: #eeeeee;
  --text-negro: #18191c;
  --text-fondo: #f7f6ff;
  --text-gris-clarito: #f5f5fa;
  /* Fonts */
  --h1-font-family: Montserrat-Bold,sans-serif;
  --h1-font-size: 47.779998779296875px;
  --h1-line-height: normal;
  --h1-font-weight: 700;
  --h1-font-style: normal;
  --h2-font-family: Montserrat-Bold,sans-serif;
  --h2-font-size: 40px;
  --h2-line-height: normal;
  --h2-font-weight: 700;
  --h2-font-style: normal;
  --h3-font-family: Montserrat-SemiBold,sans-serif;
  --h3-font-size: 33px;
  --h3-line-height: normal;
  --h3-font-weight: 600;
  --h3-font-style: normal;
  --h4-font-family: Montserrat-SemiBold,sans-serif;
  --h4-font-size: 28px;
  --h4-line-height: normal;
  --h4-font-weight: 600;
  --h4-font-style: normal;
  --h5-font-family: Montserrat-Medium,sans-serif;
  --h5-font-size: 23px;
  --h5-line-height: normal;
  --h5-font-weight: 500;
  --h5-font-style: normal;
  --h6-font-family: Montserrat-SemiBold,sans-serif;
  --h6-font-size: 20px;
  --h6-line-height: normal;
  --h6-font-weight: 600;
  --h6-font-style: normal;
  --p-font-family: Montserrat,sans-serif;
  --p-font-size: 16px;
  --p-line-height: 140%;
  --p-font-weight: 400;
  --p-font-style: normal;
  --small-font-family: Montserrat,sans-serif;
  --small-font-size: 13px;
  --small-line-height: normal;
  --small-font-weight: 400;
  --small-font-style: normal;
  --bold24-font-family: Montserrat-Bold,sans-serif;
  --bold24-font-size: 24px;
  --bold24-line-height: 30px;
  --bold24-font-weight: 700;
  --bold24-font-style: normal;
  /* Effects */
  --botones-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --sombra-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
