﻿@charset "UTF-8";
@font-face {
  font-family: 'JaapokkiRegular';
  src: url("../fonts/JaapokkiRegular.eot");
  src: url("../fonts/JaapokkiRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/JaapokkiRegular.woff2") format("woff2"), url("../fonts/JaapokkiRegular.woff") format("woff"), url("../fonts/JaapokkiRegular.ttf") format("truetype"), url("../fonts/JaapokkiRegular.svg#JaapokkiRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Switzerland Narrow';
  src: url("../fonts/SwitzerlandNarrowBold.eot");
  src: url("../fonts/SwitzerlandNarrowBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SwitzerlandNarrowBold.woff2") format("woff2"), url("../fonts/SwitzerlandNarrowBold.woff") format("woff"), url("../fonts/SwitzerlandNarrowBold.ttf") format("truetype"), url("../fonts/SwitzerlandNarrowBold.svg#SwitzerlandNarrowBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* -- Master -- */
/* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.nav {
  padding: 20px 5% !important;
}

/* line 52, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.nav .navegacion {
  text-align: right;
  padding-top: 12px;
}

/* line 56, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.nav .navegacion .boton-nav-master:hover {
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

/* line 62, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.nav .navegacion .boton-nav-master {
  transition: .3s;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 20px;
  font-family: 'Switzerland Narrow';
  font-size: 16px;
  cursor: pointer;
  margin-left: 5px;
  color: #4E5054;
}

/* line 74, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.nav .navegacion .boton-nav-master img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 80, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.nav .navegacion .boton-nav-master p {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}

/* -- Inicio -- */
/* line 93, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.foto-home {
  background-image: url(../img/fondohomex1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 80px);
}

/* line 99, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.foto-home img {
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  max-width: 90%;
}

/* line 110, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.accesos-home {
  height: calc(100vh - 80px);
  padding: 25px 55px !important;
}

/* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.accesos-home .titulo-home {
  font-size: 28px;
  font-family: 'JaapokkiRegular';
  width: 100%;
  text-align: right;
  margin-bottom: 0px;
}

/* line 122, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.accesos-home .boton-home:hover {
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

/* line 128, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.accesos-home .boton-home {
  transition: .3s;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
  position: relative;
  width: 100%;
  cursor: pointer;
}

/* line 137, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.accesos-home .boton-home .icono-bt-home {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* line 143, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.accesos-home .boton-home .titulo-bt-home {
  font-family: 'JaapokkiRegular';
  font-size: 20px;
  margin-bottom: 0px;
}

/* line 149, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.accesos-home .boton-home .texto-bt-home {
  font-family: 'Switzerland Narrow';
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-left: 20px;
}

/* line 159, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.conten-gen {
  margin-top: 80px;
}

/* -- Página -- */
/* line 165, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.contenido-gen-int {
  margin-top: 35px;
  padding: 0px 5% !important;
}

/* line 169, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.contenido-gen-int .titulo-pagina {
  font-size: 28px;
  font-family: 'JaapokkiRegular';
  margin-bottom: 0px;
}

/* line 179, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.contenido-gen-int .contenido-pagina .acciones-tabla .cont-icon-tabla:hover {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

/* line 185, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/scss/tema.scss */
.contenido-gen-int .contenido-pagina .acciones-tabla .cont-icon-tabla {
  transition: .2s;
  display: inline-block;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  text-align: center;
  padding-top: 2px;
  vertical-align: top;
  cursor: pointer;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --amber: #ffc107;
  --blue: #2196f3;
  --blue-grey: #607d8b;
  --brown: #795548;
  --cyan: #00bcd4;
  --deep-orange: #ff5722;
  --deep-purple: #673ab7;
  --green: #4caf50;
  --grey: #9e9e9e;
  --indigo: #3f51b5;
  --light-blue: #03a9f4;
  --light-green: #8bc34a;
  --lime: #cddc39;
  --orange: #ff9800;
  --pink: #e91e63;
  --purple: #9c27b0;
  --red: #f44336;
  --teal: #009688;
  --yellow: #ffeb3b;
  --primary: #3f5c7d;
  --primary-dark: #de500c;
  --primary-light: #f68d5a;
  --secondary: #4E5054;
  --secondary-dark: #35373a;
  --secondary-light: #67696e;
  --danger: #f44336;
  --danger-dark: #d32f2f;
  --danger-light: #ffcdd2;
  --info: #2196f3;
  --info-dark: #1976d2;
  --info-light: #bbdefb;
  --success: #4caf50;
  --success-dark: #388e3c;
  --success-light: #c8e6c9;
  --warning: #ff9800;
  --warning-dark: #f57c00;
  --warning-light: #ffe0b2;
  --dark: #424242;
  --dark-dark: #212121;
  --dark-light: #757575;
  --light: #f5f5f5;
  --light-dark: #e0e0e0;
  --light-light: #fafafa;
  --tertiary: #E6E6E6;
  --tertiary-dark: #cdcdcd;
  --tertiary-light: white;
  --font-family-monospace: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-family-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-serif: Roboto Slab", Georgia, "Times New Roman", Times, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
*,
*::after,
*::before {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

/* line 44, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
body {
  text-align: left;
  text-align: start;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
}

/* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-alignment.scss */
[dir='rtl'] body {
  text-align: right;
  text-align: start;
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/* line 80, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
[tabindex='-1']:focus {
  outline: 0 !important;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
code,
kbd,
pre,
samp {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 94, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 103, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
figure {
  margin: 0 0 1rem;
}

/* line 107, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 115, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* line 126, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/* line 133, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 141, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
button,
input {
  overflow: visible;
}

/* line 146, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
button,
select {
  text-transform: none;
}

/* line 151, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 156, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

/* line 164, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/* line 170, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
input[type='date'], input[type='datetime-local'], input[type='month'], input[type='time'] {
  -webkit-appearance: listbox;
}

/* line 178, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
label {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
  display: inline-block;
}

/* line 185, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
legend {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.33333;
  color: inherit;
  display: block;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

/* line 197, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
output {
  display: inline-block;
}

/* line 201, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
progress {
  vertical-align: baseline;
}

/* line 206, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
select[multiple], select[size] {
  overflow: auto;
}

/* line 212, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 217, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/* line 222, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
[type='search'] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

/* line 227, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 232, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 239, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
[hidden] {
  display: none !important;
}

/* line 245, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
img {
  border-style: none;
  vertical-align: middle;
}

/* line 250, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 256, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
summary {
  cursor: pointer;
  display: list-item;
}

/* line 263, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
a {
  background-color: transparent;
  color: #4E5054;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a:active, a:focus, a:hover {
  color: #4E5054;
  text-decoration: underline;
}

/* line 275, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a:not([href]):not([tabindex]):active, a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 284, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 291, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
template {
  display: none;
}

/* line 297, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
caption {
  text-align: left;
  text-align: start;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  caption-side: bottom;
  color: rgba(0, 0, 0, 0.38);
  min-height: 3.5rem;
  padding: 1.21429rem 1.5rem;
}

/* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-alignment.scss */
[dir='rtl'] caption {
  text-align: right;
  text-align: start;
}

/* line 307, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
table {
  border-collapse: collapse;
}

/* line 311, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
th {
  text-align: left;
  text-align: start;
}

/* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-alignment.scss */
[dir='rtl'] th {
  text-align: right;
  text-align: start;
}

/* line 318, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
abbr[data-original-title], abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline dotted;
}

/* line 326, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

/* line 332, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
b,
strong {
  font-weight: bolder;
}

/* line 337, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 341, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 346, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
dfn {
  font-style: italic;
}

/* line 350, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 357, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
dt {
  font-weight: 500;
}

/* line 361, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 371, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
mark {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}

/* line 376, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

/* line 383, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 388, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
small {
  font-size: 80%;
}

/* line 392, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 400, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
sub {
  bottom: -0.25em;
}

/* line 404, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_base.scss */
sup {
  top: -0.5em;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  width: 100%;
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

/* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

@media (min-width: 576px) {
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  /* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
}

@media (min-width: 768px) {
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  /* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
}

@media (min-width: 992px) {
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  /* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
}

@media (min-width: 1200px) {
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  /* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 33, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 3, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.blockquote {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  border-left: 0.3125rem solid #3f5c7d;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

/* line 11, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.blockquote-footer {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  margin-top: 0.25rem;
}

/* line 18, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.blockquote-footer::before {
  content: '\2014 \00A0';
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
mark,
.mark {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.2em;
}

/* line 32, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 38, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.typography-display-4 {
  font-size: 7rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
}

/* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.typography-display-3 {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.03571;
}

/* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.typography-display-2 {
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.06667;
}

/* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.typography-display-1 {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.17647;
}

/* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.typography-headline {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.33333;
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.typography-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* line 69, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.typography-subheading {
  font-size: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

/* line 73, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.typography-body-2 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.42857;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.typography-body-1 {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857;
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.typography-caption {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

/* line 87, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: inherit;
  margin-bottom: 0.5rem;
}

/* line 104, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
h1,
.h1 {
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.06667;
}

/* line 109, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
h2,
.h2 {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.17647;
}

/* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.33333;
}

/* line 119, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* line 124, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
h5,
.h5 {
  font-size: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

/* line 129, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
h6,
.h6 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.42857;
}

/* line 134, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.display-1 {
  font-size: 7rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
}

/* line 138, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.display-2 {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.03571;
}

/* line 142, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.display-3 {
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.06667;
}

/* line 146, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.display-4 {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.17647;
}

/* line 150, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* line 156, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 165, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.list-inline {
  list-style: none;
  padding-left: 0;
}

/* line 169, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.list-inline-item {
  display: inline-block;
}

/* line 172, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 177, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/base/_typography.scss */
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert {
  border-radius: 2px;
  border: 0;
  display: block;
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  position: relative;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-primary {
  background-color: #f68d5a;
  color: rgba(0, 0, 0, 0.87);
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-secondary {
  background-color: #67696e;
  color: white;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-danger {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-info {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87);
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-success {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87);
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-warning {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87);
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-dark {
  background-color: #757575;
  color: white;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-light {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-tertiary {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3.5rem;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-dismissible .close {
  color: inherit;
  padding: 0.875rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 38, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_alert.scss */
.alert-link {
  color: inherit;
  font-weight: 500;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.alert-link:active, .alert-link:focus, .alert-link:hover {
  color: inherit;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.badge {
  border-radius: 2px;
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

/* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 19, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.btn .badge {
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.badge-primary {
  background-color: #3f5c7d;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.badge-primary[href]:active, .badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #de500c;
  color: white;
  text-decoration: none;
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.badge-secondary {
  background-color: #4E5054;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.badge-secondary[href]:active, .badge-secondary[href]:focus, .badge-secondary[href]:hover {
  background-color: #35373a;
  color: white;
  text-decoration: none;
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.badge-danger {
  background-color: #f44336;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.badge-danger[href]:active, .badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #d32f2f;
  color: white;
  text-decoration: none;
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.badge-info {
  background-color: #2196f3;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.badge-info[href]:active, .badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #1976d2;
  color: white;
  text-decoration: none;
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.badge-success {
  background-color: #4caf50;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.badge-success[href]:active, .badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #388e3c;
  color: white;
  text-decoration: none;
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.badge-warning {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.badge-warning[href]:active, .badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #f57c00;
  color: white;
  text-decoration: none;
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.badge-dark {
  background-color: #424242;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.badge-dark[href]:active, .badge-dark[href]:focus, .badge-dark[href]:hover {
  background-color: #212121;
  color: white;
  text-decoration: none;
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.badge-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.badge-light[href]:active, .badge-light[href]:focus, .badge-light[href]:hover {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.badge-tertiary {
  background-color: #E6E6E6;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.badge-tertiary[href]:active, .badge-tertiary[href]:focus, .badge-tertiary[href]:hover {
  background-color: #cdcdcd;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

/* line 44, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_badge.scss */
.badge-pill {
  border-radius: 1em;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_breadcrumb.scss */
.breadcrumb {
  border-radius: 2px;
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  min-height: 3.5rem;
  padding: 0.625rem 1rem;
}

/* line 14, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item {
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
}

@media (min-width: 576px) {
  /* line 14, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_breadcrumb.scss */
  .breadcrumb-item {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 14, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_breadcrumb.scss */
  .breadcrumb-item {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 14, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_breadcrumb.scss */
  .breadcrumb-item {
    transition: none;
  }
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.breadcrumb-item:active, .breadcrumb-item:focus, .breadcrumb-item:hover {
  color: rgba(0, 0, 0, 0.87);
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bolder;
}

/* line 30, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}

/* line 35, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  margin-left: 0.5rem;
}

/* line 38, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  color: rgba(0, 0, 0, 0.54);
  content: "chevron_right";
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
  opacity: 1;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 18, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-item {
  transition-duration: 0.375s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  backface-visibility: hidden;
  display: none;
  perspective: 1000px;
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 18, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
  .carousel-item {
    transition-duration: 0.4875s;
  }
}

@media (min-width: 992px) {
  /* line 18, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
  .carousel-item {
    transition-duration: 0.25s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 18, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

/* line 35, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-item-left.active,
.carousel-item-prev {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  /* line 35, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
  .carousel-item-left.active,
  .carousel-item-prev {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 44, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-item-left.carousel-item-next,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 44, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
  .carousel-item-left.carousel-item-next,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-right.active {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  /* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
  .carousel-item-next,
  .carousel-item-right.active {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 62, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  transition-duration: 0.375s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

@media (min-width: 576px) {
  /* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
  .carousel-fade .carousel-item {
    transition-duration: 0.4875s;
  }
}

@media (min-width: 992px) {
  /* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
  .carousel-fade .carousel-item {
    transition-duration: 0.25s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
  .carousel-fade .carousel-item {
    transition: none;
  }
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 83, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 83, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item-prev.active {
    transform: translate3d(0, 0, 0);
  }
}

/* line 95, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}

/* line 103, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 0.8125rem;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  margin-top: -1.25rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  user-select: none;
  width: 2.5rem;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.carousel-control-next:active, .carousel-control-next:focus, .carousel-control-next:hover,
.carousel-control-prev:active,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  background-color: rgba(204, 204, 204, 0.25);
  color: white;
  text-decoration: none;
}

/* line 129, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-control-next:active,
.carousel-control-prev:active {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 133, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-control-next:focus,
.carousel-control-prev:focus {
  opacity: 1;
  outline: 0;
}

/* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 1.25rem;
}

/* line 143, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 1.25rem;
}

/* line 147, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}

/* line 152, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-control-next-icon::before {
  content: "chevron_right";
}

/* line 156, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-control-prev-icon::before {
  content: "chevron_left";
}

/* line 162, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-caption {
  color: white;
  position: absolute;
  right: 25%;
  bottom: 1.5rem;
  left: 25%;
  text-align: center;
  z-index: 1;
}

/* line 174, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-indicators {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  right: 5rem;
  bottom: 0.5rem;
  left: 5rem;
  z-index: 1;
}

/* line 186, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-indicators li {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  cursor: pointer;
  flex: 0 0 auto;
  height: 0.5rem;
  margin-right: 1px;
  margin-left: 1px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 0.5rem;
}

/* line 201, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: rgba(204, 204, 204, 0.25);
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_close.scss */
.close {
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 0;
  color: rgba(0, 0, 0, 0.38);
  float: right;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  padding: 0;
}

@media (min-width: 576px) {
  /* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_close.scss */
  .close {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_close.scss */
  .close {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_close.scss */
  .close {
    transition: none;
  }
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.close:active, .close:focus, .close:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_close.scss */
.close:focus {
  outline: 0;
}

/* line 24, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_code.scss */
code {
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #bd4147;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
  word-break: break-word;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_code.scss */
kbd {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.87);
  color: white;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_code.scss */
kbd kbd {
  font-size: 100%;
  font-weight: bolder;
  padding: 0;
}

/* line 30, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_code.scss */
pre {
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 87.5%;
}

/* line 37, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_code.scss */
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  word-break: normal;
}

/* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 3, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-check {
  display: block;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  position: relative;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-check-input {
  margin-top: 0.25rem;
  margin-left: -1.25rem;
  position: absolute;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-check-input:disabled ~ .form-check-label {
  color: rgba(0, 0, 0, 0.38);
}

/* line 26, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-check-label {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 38, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 44, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}

/* line 58, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-inline .custom-file,
.form-inline .custom-select {
  width: auto;
}

/* line 63, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-inline .form-check {
  margin-bottom: 0;
  width: auto;
}

/* line 68, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-inline .form-control,
.form-inline .form-control-file {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

/* line 75, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-inline .form-control-plaintext {
  display: inline-block;
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-inline .form-group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  margin-bottom: 0;
}

/* line 87, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-inline .input-group {
  width: auto;
}

/* line 94, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.col-form-label {
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.71429;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

/* line 102, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.col-form-label-lg {
  font-size: 1.85938rem;
  line-height: 1.34454;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* line 109, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.col-form-label-sm {
  font-size: 0.71094rem;
  line-height: 1.75824;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

/* line 118, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-text {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  margin-top: 0.5rem;
}

/* line 125, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.custom-select-lg + .form-text,
.floating-label-lg + .form-text, .input-group-lg > .floating-label + .form-text,
.floating-label-lg .custom-select + .form-text, .input-group-lg > .floating-label .custom-select + .form-text,
.floating-label-lg .form-control + .form-text, .input-group-lg > .floating-label .form-control + .form-text,
.floating-label-lg .form-control-file + .form-text, .input-group-lg > .floating-label .form-control-file + .form-text,
.form-control-lg + .form-text,
.textfield-box-lg + .form-text, .input-group-lg > .textfield-box + .form-text,
.textfield-box-lg .custom-select + .form-text, .input-group-lg > .textfield-box .custom-select + .form-text,
.textfield-box-lg .form-control + .form-text, .input-group-lg > .textfield-box .form-control + .form-text,
.textfield-box-lg .form-control-file + .form-text, .input-group-lg > .textfield-box .form-control-file + .form-text {
  margin-top: 0.75rem;
}

/* line 138, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.custom-select-sm + .form-text,
.floating-label-sm + .form-text, .input-group-sm > .floating-label + .form-text,
.floating-label-sm .custom-select + .form-text, .input-group-sm > .floating-label .custom-select + .form-text,
.floating-label-sm .form-control + .form-text, .input-group-sm > .floating-label .form-control + .form-text,
.floating-label-sm .form-control-file + .form-text, .input-group-sm > .floating-label .form-control-file + .form-text,
.form-control-sm + .form-text,
.textfield-box-sm + .form-text, .input-group-sm > .textfield-box + .form-text,
.textfield-box-sm .custom-select + .form-text, .input-group-sm > .textfield-box .custom-select + .form-text,
.textfield-box-sm .form-control + .form-text, .input-group-sm > .textfield-box .form-control + .form-text,
.textfield-box-sm .form-control-file + .form-text, .input-group-sm > .textfield-box .form-control-file + .form-text {
  margin-top: 0.25rem;
}

/* line 154, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-control-plaintext {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0 calc(0.375rem - 1px);
  width: 100%;
}

/* line 168, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_form.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_image.scss */
.figure {
  display: inline-block;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_image.scss */
.figure-caption {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
}

/* line 11, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_image.scss */
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_image.scss */
.img-fluid {
  height: auto;
  max-width: 100%;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_image.scss */
.img-thumbnail {
  height: auto;
  max-width: 100%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_jumbotron.scss */
.jumbotron {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  padding: 3rem 2rem;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_media.scss */
.media {
  align-items: flex-start;
  display: flex;
}

/* line 6, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.nav-link:active, .nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
.nav-link.disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

/* line 26, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 33, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 43, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: background-color, color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.7;
}

@media (min-width: 576px) {
  /* line 43, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
  .nav-pills .nav-link {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 43, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
  .nav-pills .nav-link {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 43, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
  .nav-pills .nav-link {
    transition: none;
  }
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.nav-pills .nav-link:active, .nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
.nav-pills .nav-link.active {
  color: #4E5054;
  opacity: 1;
}

/* line 59, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
.nav-pills .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
.nav-pills .nav-link:active {
  opacity: 1;
}

/* line 70, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
.nav-pills .show > .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1;
}

/* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 89, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
.pagination {
  background-color: #f5f5f5;
  display: flex;
  list-style: none;
  padding: 0.625rem 0.5rem;
}

/* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
.page-link {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 1px;
  padding: 0.6875rem 1rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 576px) {
  /* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
  .page-link {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
  .page-link {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.page-link:active, .page-link:focus, .page-link:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.page-link:focus, .page-link:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}

/* line 32, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
.page-link.active, .page-link:active {
  background-color: rgba(153, 153, 153, 0.4);
  background-image: none;
}

/* line 38, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
.page-link:focus {
  outline: 0;
}

/* line 42, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 46, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
}

/* line 50, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
.page-item.active .page-link {
  background-color: rgba(153, 153, 153, 0.4);
}

/* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  cursor: auto;
  pointer-events: none;
}

/* line 62, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
.pagination-lg .page-link {
  font-size: 0.9375rem;
  padding: 0.78125rem 1rem;
}

/* line 67, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_pagination.scss */
.pagination-sm .page-link {
  font-size: 0.8125rem;
  padding: 0.59375rem 1rem;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_popover.scss */
.popover {
  text-align: left;
  text-align: start;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 0.875rem;
  margin: 1.5rem;
  max-width: 17.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 240;
}

/* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-alignment.scss */
[dir='rtl'] .popover {
  text-align: right;
  text-align: start;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_popover.scss */
.popover-body {
  padding: 1.25rem 1.5rem;
}

/* line 24, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_popover.scss */
.popover-body > :last-child {
  margin-bottom: 0;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_popover.scss */
.popover-header {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 1.25rem 1.5rem 0;
}

/* line 35, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_popover.scss */
.popover-header:last-child {
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  /* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_popover.scss */
  .popover {
    margin: 0.875rem;
  }
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_responsive-embed.scss */
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

/* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_responsive-embed.scss */
.embed-responsive::before {
  content: '';
  display: block;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_responsive-embed.scss */
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive .embed-responsive-item {
  border: 0;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_responsive-embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 35, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_responsive-embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
.collapse {
  display: none;
}

/* line 4, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
.collapse.show {
  display: block;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
tr.collapse.show {
  display: table-row;
}

/* line 19, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
.collapsing {
  transition-duration: 0.3s;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 0;
  overflow: hidden;
  position: relative;
}

@media (min-width: 576px) {
  /* line 19, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
  .collapsing {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 19, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
  .collapsing {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 19, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
  .collapsing {
    transition: none;
  }
}

/* line 27, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
.fade {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

@media (min-width: 576px) {
  /* line 27, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
  .fade {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 27, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
  .fade {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 27, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
  .fade {
    transition: none;
  }
}

/* line 32, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/bootstrap/_transition.scss */
.fade.show {
  opacity: 1;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  min-width: 5.5rem;
  padding: 0.6875rem 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

@media (min-width: 576px) {
  /* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
  .btn {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
  .btn {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
  .btn {
    transition: none;
  }
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn:active, .btn:focus, .btn:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn:focus, .btn:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn.active, .btn:active {
  background-color: rgba(153, 153, 153, 0.4);
  background-image: none;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

/* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn.disabled, .btn:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  opacity: 1;
}

/* line 50, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn:focus {
  outline: 0;
}

/* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 58, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.show > .btn.dropdown-toggle {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}

/* line 64, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-primary {
  background-color: #3f5c7d;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: white;
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-primary.active, .btn-primary:active {
  background-color: #de500c;
}

/* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-secondary {
  background-color: #4E5054;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  color: white;
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-secondary.active, .btn-secondary:active {
  background-color: #35373a;
}

/* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-danger {
  background-color: #f44336;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  color: white;
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-danger.active, .btn-danger:active {
  background-color: #d32f2f;
}

/* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-info {
  background-color: #2196f3;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-info:active, .btn-info:focus, .btn-info:hover {
  color: white;
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-info.active, .btn-info:active {
  background-color: #1976d2;
}

/* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-success {
  background-color: #4caf50;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-success:active, .btn-success:focus, .btn-success:hover {
  color: white;
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-success.active, .btn-success:active {
  background-color: #388e3c;
}

/* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-warning {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-warning:active, .btn-warning:focus, .btn-warning:hover {
  color: rgba(0, 0, 0, 0.87);
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-warning.active, .btn-warning:active {
  background-color: #f57c00;
}

/* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-dark {
  background-color: #424242;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-dark:active, .btn-dark:focus, .btn-dark:hover {
  color: white;
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-dark.active, .btn-dark:active {
  background-color: #212121;
}

/* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-light:active, .btn-light:focus, .btn-light:hover {
  color: rgba(0, 0, 0, 0.87);
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-light.active, .btn-light:active {
  background-color: #e0e0e0;
}

/* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-light.disabled, .btn-light:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-tertiary {
  background-color: #E6E6E6;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-tertiary:active, .btn-tertiary:focus, .btn-tertiary:hover {
  color: rgba(0, 0, 0, 0.87);
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-tertiary.active, .btn-tertiary:active {
  background-color: #cdcdcd;
}

/* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-tertiary.disabled, .btn-tertiary:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

/* line 93, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
[class*='bg-dark'] :not([class*='bg-light']) .btn.disabled, [class*='bg-dark'] :not([class*='bg-light']) .btn:disabled {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.3);
}

/* line 100, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-lg,
.btn-group-lg > .btn,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-prepend > .btn {
  font-size: 0.9375rem;
  padding: 0.78125rem 1rem;
}

/* line 106, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-sm,
.btn-group-sm > .btn,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-prepend > .btn {
  font-size: 0.8125rem;
  padding: 0.59375rem 1rem;
}

/* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 118, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-block + .btn-block {
  margin-top: 0.25rem;
}

/* line 126, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
[type='button'].btn-block,
[type='reset'].btn-block,
[type='submit'].btn-block {
  width: 100%;
}

/* line 133, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-link {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #4E5054;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-link:active, .btn-link:focus, .btn-link:hover {
  color: #4E5054;
  text-decoration: underline;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-link:focus, .btn-link:hover {
  background-image: none;
}

/* line 151, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-link.active, .btn-link:active {
  background-color: transparent;
  box-shadow: none;
}

/* line 157, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-link.disabled, .btn-link:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  text-decoration: none;
}

/* line 167, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button.scss */
.btn-fluid {
  min-width: 0;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
[class*='btn-flat'],
[class*='btn-outline'] {
  background-color: transparent;
  box-shadow: none;
}

/* line 6, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
[class*='btn-flat'].active, [class*='btn-flat']:active,
[class*='btn-outline'].active,
[class*='btn-outline']:active {
  box-shadow: none;
}

/* line 11, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
[class*='btn-flat'].disabled, [class*='btn-flat']:disabled,
[class*='btn-outline'].disabled,
[class*='btn-outline']:disabled {
  background-color: transparent;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-flat-primary, .btn-flat-primary:active, .btn-flat-primary:focus, .btn-flat-primary:hover,
.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  color: #3f5c7d;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
.btn-flat-primary.disabled, .btn-flat-primary:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-flat-secondary, .btn-flat-secondary:active, .btn-flat-secondary:focus, .btn-flat-secondary:hover,
.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  color: #4E5054;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
.btn-flat-secondary.disabled, .btn-flat-secondary:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-flat-danger, .btn-flat-danger:active, .btn-flat-danger:focus, .btn-flat-danger:hover,
.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
  color: #f44336;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
.btn-flat-danger.disabled, .btn-flat-danger:disabled,
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-flat-info, .btn-flat-info:active, .btn-flat-info:focus, .btn-flat-info:hover,
.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover {
  color: #2196f3;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
.btn-flat-info.disabled, .btn-flat-info:disabled,
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-flat-success, .btn-flat-success:active, .btn-flat-success:focus, .btn-flat-success:hover,
.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
  color: #4caf50;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
.btn-flat-success.disabled, .btn-flat-success:disabled,
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-flat-warning, .btn-flat-warning:active, .btn-flat-warning:focus, .btn-flat-warning:hover,
.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
  color: #ff9800;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
.btn-flat-warning.disabled, .btn-flat-warning:disabled,
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-flat-dark, .btn-flat-dark:active, .btn-flat-dark:focus, .btn-flat-dark:hover,
.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover {
  color: #424242;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
.btn-flat-dark.disabled, .btn-flat-dark:disabled,
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-flat-light, .btn-flat-light:active, .btn-flat-light:focus, .btn-flat-light:hover,
.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover {
  color: #f5f5f5;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
.btn-flat-light.disabled, .btn-flat-light:disabled,
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-flat-tertiary, .btn-flat-tertiary:active, .btn-flat-tertiary:focus, .btn-flat-tertiary:hover,
.btn-outline-tertiary,
.btn-outline-tertiary:active,
.btn-outline-tertiary:focus,
.btn-outline-tertiary:hover {
  color: #E6E6E6;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
.btn-flat-tertiary.disabled, .btn-flat-tertiary:disabled,
.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.btn-flat-light:focus, .btn-flat-light:hover,
.btn-outline-light:focus,
.btn-outline-light:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-flat.scss */
.btn-flat-light.active, .btn-flat-light:active,
.btn-outline-light.active,
.btn-outline-light:active {
  background-color: rgba(204, 204, 204, 0.25);
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-float.scss */
.btn-float {
  border-radius: 50%;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  height: 3.5rem;
  line-height: 3.5rem;
  min-width: 0;
  padding: 0;
  width: 3.5rem;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-float.scss */
.btn-float.active, .btn-float:active {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-float.scss */
.btn-float.disabled, .btn-float:disabled {
  box-shadow: none;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-float.scss */
.btn-float.btn-sm {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-float.scss */
.btn-float-dropdown .dropdown-menu {
  border-radius: 0;
  margin-top: 1rem;
  min-width: 3.5rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-float.scss */
.btn-float-dropdown .dropdown-menu::before {
  display: none;
}

/* line 40, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-float.scss */
.btn-float-dropdown .dropdown-menu .btn-float {
  display: block;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group,
.btn-group-vertical {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn-primary.disabled, .btn-group > .btn-primary:disabled,
.btn-group-vertical > .btn-primary.disabled,
.btn-group-vertical > .btn-primary:disabled {
  background-color: #f68d5a;
  color: rgba(0, 0, 0, 0.87);
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn-secondary.disabled, .btn-group > .btn-secondary:disabled,
.btn-group-vertical > .btn-secondary.disabled,
.btn-group-vertical > .btn-secondary:disabled {
  background-color: #67696e;
  color: white;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn-danger.disabled, .btn-group > .btn-danger:disabled,
.btn-group-vertical > .btn-danger.disabled,
.btn-group-vertical > .btn-danger:disabled {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn-info.disabled, .btn-group > .btn-info:disabled,
.btn-group-vertical > .btn-info.disabled,
.btn-group-vertical > .btn-info:disabled {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87);
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn-success.disabled, .btn-group > .btn-success:disabled,
.btn-group-vertical > .btn-success.disabled,
.btn-group-vertical > .btn-success:disabled {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87);
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn-warning.disabled, .btn-group > .btn-warning:disabled,
.btn-group-vertical > .btn-warning.disabled,
.btn-group-vertical > .btn-warning:disabled {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87);
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn-dark.disabled, .btn-group > .btn-dark:disabled,
.btn-group-vertical > .btn-dark.disabled,
.btn-group-vertical > .btn-dark:disabled {
  background-color: #757575;
  color: white;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn-light.disabled, .btn-group > .btn-light:disabled,
.btn-group-vertical > .btn-light.disabled,
.btn-group-vertical > .btn-light:disabled {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn-tertiary.disabled, .btn-group > .btn-tertiary:disabled,
.btn-group-vertical > .btn-tertiary.disabled,
.btn-group-vertical > .btn-tertiary:disabled {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  transition-duration: 0.3s;
  transition-property: border-color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
  flex: 0 1 auto;
  min-width: 0;
}

@media (min-width: 576px) {
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    transition: none;
  }
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn.active, .btn-group > .btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active {
  box-shadow: none;
}

/* line 33, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn.disabled, .btn-group > .btn:disabled,
.btn-group-vertical > .btn.disabled,
.btn-group-vertical > .btn:disabled {
  opacity: 0.7;
}

/* line 38, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn[class*='btn-outline'],
.btn-group-vertical > .btn[class*='btn-outline'] {
  opacity: 0.7;
}

/* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn[class*='btn-outline'].active, .btn-group > .btn[class*='btn-outline']:active,
.btn-group-vertical > .btn[class*='btn-outline'].active,
.btn-group-vertical > .btn[class*='btn-outline']:active {
  opacity: 1;
}

/* line 46, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn[class*='btn-outline'].disabled, .btn-group > .btn[class*='btn-outline']:disabled,
.btn-group-vertical > .btn[class*='btn-outline'].disabled,
.btn-group-vertical > .btn[class*='btn-outline']:disabled {
  opacity: 1;
}

/* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn-group,
.btn-group > .btn-group-vertical,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group-vertical {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 63, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group.show > .btn.dropdown-toggle {
  box-shadow: none;
}

/* line 67, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn,
.btn-group > .btn-group {
  margin-left: -1px;
}

/* line 72, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn:first-child,
.btn-group > .btn-group:first-child {
  margin-left: 0;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 82, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .dropdown-toggle:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 89, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

/* line 94, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  margin-top: -1px;
  margin-left: 0;
  width: 100%;
}

/* line 101, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group-vertical > .btn:first-child,
.btn-group-vertical > .btn-group:first-child {
  margin-top: 0;
}

/* line 106, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 111, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .dropdown-toggle:not(:last-of-type) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 118, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-group-fluid {
  background-color: transparent;
  box-shadow: none;
}

/* line 134, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
[data-toggle='buttons'] > .btn,
[data-toggle='buttons'] > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 138, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
[data-toggle='buttons'] > .btn [type='checkbox'],
[data-toggle='buttons'] > .btn [type='radio'],
[data-toggle='buttons'] > .btn-group > .btn [type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn [type='radio'] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

/* line 149, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.dropdown-toggle.dropdown-toggle-split {
  padding-right: 0.2em;
  padding-left: 0.2em;
}

/* line 153, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.dropdown-toggle.dropdown-toggle-split::after {
  margin-right: 0;
  margin-left: 0;
}

/* line 159, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.dropleft .dropdown-toggle.dropdown-toggle-split::before {
  margin-right: 0;
  margin-left: 0;
}

/* line 168, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 173, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card.border-primary {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #3f5c7d;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.card.border-primary[href]:active, .card.border-primary[href]:focus, .card.border-primary[href]:hover, .card.border-primary[tabindex]:active, .card.border-primary[tabindex]:focus, .card.border-primary[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #3f5c7d;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card.border-secondary {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4E5054;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.card.border-secondary[href]:active, .card.border-secondary[href]:focus, .card.border-secondary[href]:hover, .card.border-secondary[tabindex]:active, .card.border-secondary[tabindex]:focus, .card.border-secondary[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4E5054;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card.border-danger {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f44336;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.card.border-danger[href]:active, .card.border-danger[href]:focus, .card.border-danger[href]:hover, .card.border-danger[tabindex]:active, .card.border-danger[tabindex]:focus, .card.border-danger[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f44336;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card.border-info {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #2196f3;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.card.border-info[href]:active, .card.border-info[href]:focus, .card.border-info[href]:hover, .card.border-info[tabindex]:active, .card.border-info[tabindex]:focus, .card.border-info[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #2196f3;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card.border-success {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4caf50;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.card.border-success[href]:active, .card.border-success[href]:focus, .card.border-success[href]:hover, .card.border-success[tabindex]:active, .card.border-success[tabindex]:focus, .card.border-success[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4caf50;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card.border-warning {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ff9800;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.card.border-warning[href]:active, .card.border-warning[href]:focus, .card.border-warning[href]:hover, .card.border-warning[tabindex]:active, .card.border-warning[tabindex]:focus, .card.border-warning[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ff9800;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card.border-dark {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424242;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.card.border-dark[href]:active, .card.border-dark[href]:focus, .card.border-dark[href]:hover, .card.border-dark[tabindex]:active, .card.border-dark[tabindex]:focus, .card.border-dark[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424242;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card.border-light {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f5f5f5;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.card.border-light[href]:active, .card.border-light[href]:focus, .card.border-light[href]:hover, .card.border-light[tabindex]:active, .card.border-light[tabindex]:focus, .card.border-light[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f5f5f5;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card.border-tertiary {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #E6E6E6;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.card.border-tertiary[href]:active, .card.border-tertiary[href]:focus, .card.border-tertiary[href]:hover, .card.border-tertiary[tabindex]:active, .card.border-tertiary[tabindex]:focus, .card.border-tertiary[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #E6E6E6;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.card[href]:active, .card[href]:focus, .card[href]:hover, .card[tabindex]:active, .card[tabindex]:focus, .card[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* line 32, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card[href]:focus, .card[tabindex]:focus {
  outline: 0;
}

/* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.accordion .card:first-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
}

/* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.accordion .card:not(:first-of-type) .card-body:first-child,
.accordion .card:not(:first-of-type) .card-footer:first-child,
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 62, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.accordion .card:not(:last-of-type) .card-body:last-child,
.accordion .card:not(:last-of-type) .card-footer:last-child,
.accordion .card:not(:last-of-type) .card-header:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.accordion .collapse .card-body:first-child,
.accordion .collapse .card-footer:first-child,
.accordion .collapse .card-header:first-child,
.accordion .collapsing .card-body:first-child,
.accordion .collapsing .card-footer:first-child,
.accordion .collapsing .card-header:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-actions {
  align-items: flex-start;
  display: flex;
  padding: 0.5rem 0rem 0.25rem 0.5rem;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-actions:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 90, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-actions:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 94, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-actions .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  min-width: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 105, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-actions .dropdown-toggle::after {
  margin-right: 0;
}

/* line 112, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

/* line 116, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-body:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 120, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-body:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 124, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-body > :last-child {
  margin-bottom: 0;
}

/* line 131, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1rem 1rem;
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-footer:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top: 0;
}

/* line 141, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-footer:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 145, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-footer > :last-child {
  margin-bottom: 0;
}

/* line 152, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
  padding: 1rem 1rem;
}

/* line 157, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-header:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 161, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-header:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom: 0;
}

/* line 167, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 172, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-header-pills {
  margin: -1rem -1rem;
  padding: 0.5rem 0rem 0.25rem 0.5rem;
}

/* line 176, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-header-pills .nav-link {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 184, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-header-tabs {
  margin: -1rem -1rem calc(-1rem - 1px);
}

/* line 190, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-img {
  border-radius: 2px;
}

/* line 194, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-img-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 198, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-img-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 204, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-img-overlay {
  max-height: 100%;
  padding: 1rem 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 215, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-columns {
  column-count: 2;
  column-gap: 0.5rem;
  margin-top: -0.25rem;
  margin-bottom: 0.25rem;
  orphans: 1;
  widows: 1;
}

@media (min-width: 768px) {
  /* line 215, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
  .card-columns {
    column-count: 3;
  }
}

/* line 227, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-columns .card {
  display: inline-flex;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 235, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
}

/* line 243, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-deck .card {
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  /* line 243, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
  .card-deck .card {
    flex: 1 0 0;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
}

@media (min-width: 576px) {
  /* line 254, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
}

/* line 260, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-group .card {
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  /* line 260, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
  .card-group .card {
    flex: 1 0 0;
  }
  /* line 266, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
  .card-group .card:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 269, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
  .card-group .card:first-child:not(:last-child) .card-actions,
  .card-group .card:first-child:not(:last-child) .card-body,
  .card-group .card:first-child:not(:last-child) .card-footer,
  .card-group .card:first-child:not(:last-child) .card-header,
  .card-group .card:first-child:not(:last-child) .card-img,
  .card-group .card:first-child:not(:last-child) .card-img-bottom,
  .card-group .card:first-child:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 280, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
  .card-group .card:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 283, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
  .card-group .card:last-child:not(:first-child) .card-actions,
  .card-group .card:last-child:not(:first-child) .card-body,
  .card-group .card:last-child:not(:first-child) .card-footer,
  .card-group .card:last-child:not(:first-child) .card-header,
  .card-group .card:last-child:not(:first-child) .card-img,
  .card-group .card:last-child:not(:first-child) .card-img-bottom,
  .card-group .card:last-child:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 294, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  /* line 297, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
  .card-group .card:not(:first-child):not(:last-child) .card-actions,
  .card-group .card:not(:first-child):not(:last-child) .card-body,
  .card-group .card:not(:first-child):not(:last-child) .card-footer,
  .card-group .card:not(:first-child):not(:last-child) .card-header,
  .card-group .card:not(:first-child):not(:last-child) .card-img,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.card-link:active, .card-link:focus, .card-link:hover {
  text-decoration: none;
}

/* line 318, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 323, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857;
  margin-top: -1rem;
  margin-bottom: 0;
}

/* line 330, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 334, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-title {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.33333;
  margin-bottom: 1rem;
}

/* line 339, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_card.scss */
.card-title:last-child {
  margin-bottom: 0;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip {
  align-items: center;
  background-color: #e0e0e0;
  border: 0;
  border-radius: 1rem;
  color: rgba(0, 0, 0, 0.87);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip:empty {
  display: none;
}

/* line 24, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip .close {
  font-size: inherit;
  line-height: inherit;
  margin-right: -0.5rem;
  margin-left: 0.25rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  order: 1;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-primary {
  background-color: #3f5c7d;
  color: white;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-secondary {
  background-color: #4E5054;
  color: white;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-danger {
  background-color: #f44336;
  color: white;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-info {
  background-color: #2196f3;
  color: white;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-success {
  background-color: #4caf50;
  color: white;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-warning {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-dark {
  background-color: #424242;
  color: white;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-tertiary {
  background-color: #E6E6E6;
  color: rgba(0, 0, 0, 0.87);
}

/* line 44, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-action {
  transition-duration: 0.3s;
  transition-property: background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 576px) {
  /* line 44, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
  .chip-action {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 44, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
  .chip-action {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 44, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
  .chip-action {
    transition: none;
  }
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.chip-action:active, .chip-action:focus, .chip-action:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

/* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-action:active {
  background-color: #bdbdbd;
}

/* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-action:focus {
  outline: 0;
}

/* line 62, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-icon {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  background-color: #4E5054;
  border-radius: 1rem;
  color: white;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  height: 2rem;
  justify-content: center;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
  order: -1;
  text-align: center;
  width: 2rem;
}

/* line 83, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_chip.scss */
.chip-img {
  border-radius: 1rem;
  flex-shrink: 0;
  height: 2rem;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
  order: -1;
  width: auto;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table {
  background-color: #ffffff;
  border: 0;
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
}

/* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table td,
.table th {
  border-top: 1px solid #e1e1e1;
  line-height: 1.42857;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  vertical-align: top;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table td:first-child,
.table th:first-child {
  padding-left: 1.5rem;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table td:last-child,
.table th:last-child {
  padding-right: 1.5rem;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table tbody {
  color: rgba(0, 0, 0, 0.87);
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table tbody td,
.table tbody th {
  font-size: 0.8125rem;
  font-weight: 400;
  height: 3rem;
  padding-top: 0.91964rem;
  padding-bottom: 0.91964rem;
}

/* line 38, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table tfoot {
  color: rgba(0, 0, 0, 0.54);
}

/* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table tfoot td,
.table tfoot th {
  font-size: 0.75rem;
  font-weight: 400;
  height: 3.5rem;
  padding-top: 1.21429rem;
  padding-bottom: 1.21429rem;
}

/* line 51, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table thead {
  color: rgba(0, 0, 0, 0.54);
}

/* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table thead td,
.table thead th {
  font-size: 0.75rem;
  font-weight: 500;
  height: 3.5rem;
  padding-top: 1.21429rem;
  padding-bottom: 1.21429rem;
}

/* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.card > .table:first-child,
.card > .table:first-child > :first-child,
.card > .table:first-child > :first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 76, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.card > .table:first-child > :first-child > tr:first-child td:first-child,
.card > .table:first-child > :first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}

/* line 80, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.card > .table:first-child > :first-child > tr:first-child td:last-child,
.card > .table:first-child > :first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}

/* line 89, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.card > .table:last-child,
.card > .table:last-child > :last-child,
.card > .table:last-child > :last-child > tr:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 99, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.card > .table:last-child > :last-child > tr:last-child td:first-child,
.card > .table:last-child > :last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}

/* line 103, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.card > .table:last-child > :last-child > tr:last-child td:last-child,
.card > .table:last-child > :last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}

/* line 112, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table .table {
  border-top: 1px solid #e1e1e1;
}

/* line 117, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table > :first-child > tr:first-child td,
.table > :first-child > tr:first-child th {
  border-top: 0;
}

/* line 125, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-borderless td,
.table-borderless th,
.table-borderless .table {
  border: 0;
}

/* line 132, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-bordered {
  border: 1px solid #e1e1e1;
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.card > .table-bordered {
  border: 0;
}

/* line 141, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-sm td,
.table-sm th {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 146, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-sm td:first-child,
.table-sm th:first-child {
  padding-left: 1rem;
}

/* line 150, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-sm td:last-child,
.table-sm th:last-child {
  padding-right: 1rem;
}

/* line 156, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-sm tbody td,
.table-sm tbody th {
  height: 2.25rem;
  padding-top: 0.54464rem;
  padding-bottom: 0.54464rem;
}

/* line 165, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-sm tfoot td,
.table-sm tfoot th {
  padding-top: 0.71429rem;
  padding-bottom: 0.71429rem;
}

/* line 173, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-sm thead td,
.table-sm thead th {
  height: 2.5rem;
  padding-top: 0.71429rem;
  padding-bottom: 0.71429rem;
}

/* line 183, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: #eeeeee;
}

/* line 202, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #f68d5a;
  color: rgba(0, 0, 0, 0.87);
}

/* line 211, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #3f5c7d;
  color: white;
}

/* line 202, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #67696e;
  color: white;
}

/* line 211, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #4E5054;
  color: white;
}

/* line 202, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}

/* line 211, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f44336;
  color: white;
}

/* line 202, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87);
}

/* line 211, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #2196f3;
  color: white;
}

/* line 202, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87);
}

/* line 211, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #4caf50;
  color: white;
}

/* line 202, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87);
}

/* line 211, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

/* line 202, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #757575;
  color: white;
}

/* line 211, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #424242;
  color: white;
}

/* line 202, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

/* line 211, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

/* line 202, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-tertiary,
.table-tertiary > td,
.table-tertiary > th {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

/* line 211, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-hover .table-tertiary:hover,
.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: #E6E6E6;
  color: rgba(0, 0, 0, 0.87);
}

/* line 223, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-active,
.table-active > td,
.table-active > th {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
}

/* line 232, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

/* line 245, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table .thead-dark td,
.table .thead-dark th {
  background-color: #424242;
  color: white;
}

/* line 253, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table .thead-light td,
.table .thead-light th {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.54);
}

/* line 261, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-dark {
  background-color: #424242;
  color: white;
}

/* line 265, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-dark.table-bordered {
  border-color: #303030;
}

/* line 270, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #303030;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: #212121;
}

/* line 283, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-dark tbody,
.table-dark tfoot,
.table-dark thead {
  color: inherit;
}

/* line 289, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-dark td,
.table-dark th,
.table-dark .table {
  border-color: #303030;
}

@media (max-width: 575.98px) {
  /* line 303, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 767.98px) {
  /* line 303, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 991.98px) {
  /* line 303, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 1199.98px) {
  /* line 303, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/* line 303, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_data-table.scss */
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal {
  display: none;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 240;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal.fade {
  transition-duration: 0.375s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 576px) {
  /* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
  .modal.fade {
    transition-duration: 0.4875s;
  }
}

@media (min-width: 992px) {
  /* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
  .modal.fade {
    transition-duration: 0.25s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
  .modal.fade {
    transition: none;
  }
}

/* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal.fade .modal-dialog {
  transition-duration: 0.375s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.87);
}

@media (min-width: 576px) {
  /* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
  .modal.fade .modal-dialog {
    transition-duration: 0.4875s;
  }
}

@media (min-width: 992px) {
  /* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
  .modal.fade .modal-dialog {
    transition-duration: 0.25s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal.show .modal-dialog {
  transform: scale(1);
}

/* line 27, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-open {
  overflow: hidden;
}

/* line 30, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 38, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.38);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 239;
}

/* line 50, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-content {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  vertical-align: baseline;
  width: 100%;
}

/* line 64, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-dialog {
  margin: 1.5rem auto;
  max-width: 35rem;
  pointer-events: none;
  position: relative;
  width: calc(100% - 1.5rem * 2);
}

/* line 72, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1.5rem * 2);
}

/* line 78, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-lg {
  max-width: 52.5rem;
}

/* line 82, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-sm {
  max-width: 17.5rem;
}

/* line 88, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-body {
  flex: 1 1 auto;
  padding: 1.25rem 1.5rem;
  position: relative;
}

/* line 93, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-body:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 97, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-body:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 101, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-header + .modal-body {
  padding-top: 0;
}

/* line 105, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-body > :last-child {
  margin-bottom: 0;
}

/* line 110, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
}

/* line 116, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 120, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 124, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer .btn {
  background-color: transparent;
  box-shadow: none;
  max-width: calc(50% - 0.5rem);
  min-width: 4rem;
  overflow: hidden;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-overflow: ellipsis;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.modal-footer .btn-primary, .modal-footer .btn-primary:active, .modal-footer .btn-primary:focus, .modal-footer .btn-primary:hover {
  color: #3f5c7d;
}

/* line 140, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer .btn-primary.disabled, .modal-footer .btn-primary:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.modal-footer .btn-secondary, .modal-footer .btn-secondary:active, .modal-footer .btn-secondary:focus, .modal-footer .btn-secondary:hover {
  color: #4E5054;
}

/* line 140, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer .btn-secondary.disabled, .modal-footer .btn-secondary:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.modal-footer .btn-danger, .modal-footer .btn-danger:active, .modal-footer .btn-danger:focus, .modal-footer .btn-danger:hover {
  color: #f44336;
}

/* line 140, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer .btn-danger.disabled, .modal-footer .btn-danger:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.modal-footer .btn-info, .modal-footer .btn-info:active, .modal-footer .btn-info:focus, .modal-footer .btn-info:hover {
  color: #2196f3;
}

/* line 140, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer .btn-info.disabled, .modal-footer .btn-info:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.modal-footer .btn-success, .modal-footer .btn-success:active, .modal-footer .btn-success:focus, .modal-footer .btn-success:hover {
  color: #4caf50;
}

/* line 140, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer .btn-success.disabled, .modal-footer .btn-success:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.modal-footer .btn-warning, .modal-footer .btn-warning:active, .modal-footer .btn-warning:focus, .modal-footer .btn-warning:hover {
  color: #ff9800;
}

/* line 140, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer .btn-warning.disabled, .modal-footer .btn-warning:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.modal-footer .btn-dark, .modal-footer .btn-dark:active, .modal-footer .btn-dark:focus, .modal-footer .btn-dark:hover {
  color: #424242;
}

/* line 140, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer .btn-dark.disabled, .modal-footer .btn-dark:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.modal-footer .btn-light, .modal-footer .btn-light:active, .modal-footer .btn-light:focus, .modal-footer .btn-light:hover {
  color: #f5f5f5;
}

/* line 140, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer .btn-light.disabled, .modal-footer .btn-light:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.modal-footer .btn-tertiary, .modal-footer .btn-tertiary:active, .modal-footer .btn-tertiary:focus, .modal-footer .btn-tertiary:hover {
  color: #E6E6E6;
}

/* line 140, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer .btn-tertiary.disabled, .modal-footer .btn-tertiary:disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 147, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer .btn.active, .modal-footer .btn:active {
  background-color: rgba(153, 153, 153, 0.4);
  box-shadow: none;
}

/* line 153, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer .btn.disabled, .modal-footer .btn:disabled {
  background-color: transparent;
}

/* line 159, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer > * {
  margin-left: 0.5rem;
}

/* line 164, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer-stacked {
  align-items: stretch;
  flex-direction: column;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 171, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-footer-stacked .btn {
  text-align: right;
  text-align: end;
  border-radius: 0;
  margin-left: 0;
  max-width: none;
  padding: 1.0625rem 1rem;
}

/* line 18, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-alignment.scss */
[dir='rtl'] .modal-footer-stacked .btn {
  text-align: left;
  text-align: end;
}

/* line 181, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
}

/* line 187, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-header:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 191, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-header:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 196, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 0;
}

/* line 204, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_dialog.scss */
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -99999px;
  width: 50px;
}

/* line 3, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item {
  transition-duration: 0.3s;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 0.9375rem;
  line-height: 1.42857;
  min-height: 3rem;
  padding: 0.83036rem 1.5rem;
  position: relative;
}

@media (min-width: 576px) {
  /* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
  .list-group-item {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
  .list-group-item {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
  .list-group-item {
    transition: none;
  }
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.list-group-item:active, .list-group-item:focus, .list-group-item:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item.active {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item.disabled, .list-group-item:disabled {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.38);
}

/* line 40, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 44, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 48, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.card .list-group-item {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-action {
  color: rgba(0, 0, 0, 0.87);
  text-align: inherit;
  width: 100%;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.list-group-item-action:active, .list-group-item-action:focus, .list-group-item-action:hover {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-action.disabled, .list-group-item-action:disabled {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.38);
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-action:focus {
  outline: 0;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-primary {
  background-color: #f68d5a;
  color: rgba(0, 0, 0, 0.87);
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-primary.active {
  background-color: #3f5c7d;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:active, .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  background-color: #3f5c7d;
  color: white;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-secondary {
  background-color: #67696e;
  color: white;
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-secondary.active {
  background-color: #4E5054;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:active, .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  background-color: #4E5054;
  color: white;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-danger {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-danger.active {
  background-color: #f44336;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:active, .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  background-color: #f44336;
  color: white;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-info {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87);
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-info.active {
  background-color: #2196f3;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:active, .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  background-color: #2196f3;
  color: white;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-success {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87);
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-success.active {
  background-color: #4caf50;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:active, .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  background-color: #4caf50;
  color: white;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-warning {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87);
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-warning.active {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:active, .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-dark {
  background-color: #757575;
  color: white;
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-dark.active {
  background-color: #424242;
  color: white;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:active, .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  background-color: #424242;
  color: white;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-light {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-light.active {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:active, .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-tertiary {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-item-tertiary.active {
  background-color: #E6E6E6;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.list-group-item-tertiary.list-group-item-action:active, .list-group-item-tertiary.list-group-item-action:focus, .list-group-item-tertiary.list-group-item-action:hover {
  background-color: #E6E6E6;
  color: rgba(0, 0, 0, 0.87);
}

/* line 97, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel {
  transition-duration: 0.3s;
  transition-property: background-color, color, margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}

@media (min-width: 576px) {
  /* line 97, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
  .expansion-panel {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 97, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
  .expansion-panel {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 97, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
  .expansion-panel {
    transition: none;
  }
}

/* line 102, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel.show {
  border-radius: 2px;
}

/* line 105, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel.show:not(:first-child) {
  margin-top: 1rem;
}

/* line 108, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.card .expansion-panel.show:not(:first-child) {
  margin-top: 0;
}

/* line 113, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel.show:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 116, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.card .expansion-panel.show:not(:last-child) {
  margin-bottom: 0;
}

/* line 121, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel.show + .expansion-panel {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 124, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel.show + .expansion-panel.show {
  margin-top: 0;
}

/* line 128, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.card .expansion-panel.show + .expansion-panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 134, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel.show-predecessor {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 137, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.card .expansion-panel.show-predecessor {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 142, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.card .expansion-panel {
  padding-right: 0;
  padding-left: 0;
}

/* line 148, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel-body {
  padding: 1rem 1.5rem;
}

/* line 151, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.card .expansion-panel-body {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 157, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel-footer {
  align-items: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0.5rem 0.75rem 0rem;
}

/* line 164, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.card .expansion-panel-footer {
  padding-right: 1rem;
  padding-left: 0.5rem;
}

/* line 169, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel-footer .btn {
  margin-bottom: 0.25rem;
  margin-left: 0.5rem;
  min-width: 4rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 176, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.card .expansion-panel-footer .btn {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 183, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel-icon {
  flex-shrink: 0;
  margin-left: 1rem;
}

/* line 188, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
[data-toggle='collapse'].collapsed .expansion-panel-icon .collapsed-hide {
  display: none;
}

/* line 194, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
[data-toggle='collapse']:not(.collapsed) .expansion-panel-icon .collapsed-show {
  display: none;
}

/* line 200, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel-toggler {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: space-between;
  min-height: 3rem;
  padding: 0.83036rem 1.5rem;
  text-align: inherit;
  width: 100%;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.expansion-panel-toggler:active, .expansion-panel-toggler:focus, .expansion-panel-toggler:hover {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

/* line 216, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel-toggler.disabled, .expansion-panel-toggler:disabled {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.38);
}

/* line 222, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.expansion-panel-toggler:focus {
  outline: 0;
}

/* line 226, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.card .expansion-panel-toggler {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 235, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 239, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 243, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-flush .list-group-item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  box-shadow: none;
}

/* line 248, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_expansion-panel.scss */
.list-group-flush .list-group-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

/* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu {
  border-radius: 2px;
  text-align: left;
  text-align: start;
  background-color: transparent;
  color: inherit;
  display: none;
  float: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  list-style: none;
  margin: 0;
  min-width: 7rem;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80;
}

/* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-alignment.scss */
[dir='rtl'] .dropdown-menu {
  text-align: right;
  text-align: start;
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu.show {
  display: block;
}

/* line 31, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu.show::before,
.dropdown-menu.show > * {
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 576px) {
  /* line 31, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
  .dropdown-menu.show::before,
  .dropdown-menu.show > * {
    animation-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 31, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
  .dropdown-menu.show::before,
  .dropdown-menu.show > * {
    animation-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 31, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
  .dropdown-menu.show::before,
  .dropdown-menu.show > * {
    animation: none;
  }
}

/* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu.show::before {
  animation-name: dropdown-menu-show;
}

/* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu.show > * {
  animation-name: dropdown-item-show;
}

/* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu.show > :nth-child(1) {
  animation-name: dropdown-item-show-1;
}

/* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu.show > :nth-child(2) {
  animation-name: dropdown-item-show-2;
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu.show > :nth-child(3) {
  animation-name: dropdown-item-show-3;
}

/* line 70, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu::before {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: 0 0;
  z-index: -1;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.nav:not(.flex-column):not(.flex-column-reverse) .dropdown-menu {
  min-width: 100%;
}

/* line 91, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu {
  margin-top: -3.125rem;
}

/* line 94, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu::before {
  transform-origin: 0 2rem;
}

/* line 99, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.show > a {
  outline: 0;
}

/* line 103, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu-right:not([x-placement]) {
  right: 0;
  left: auto;
}

/* line 107, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu-right:not([x-placement]).menu::before {
  transform-origin: 100% 2rem;
}

/* line 111, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu-right:not([x-placement])::before {
  transform-origin: 100% 0;
}

/* line 117, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropleft .dropdown-menu:not([x-placement]) {
  top: 0;
  right: 100%;
  left: auto;
}

/* line 122, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropleft .dropdown-menu:not([x-placement]).menu {
  margin-top: 0;
}

/* line 126, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropleft .dropdown-menu:not([x-placement])::before {
  transform-origin: 100% 0;
}

/* line 133, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropright .dropdown-menu:not([x-placement]) {
  top: 0;
  left: 100%;
}

/* line 137, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropright .dropdown-menu:not([x-placement]).menu {
  margin-top: 0;
}

/* line 141, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropright .dropdown-menu:not([x-placement])::before {
  transform-origin: 0 0;
}

/* line 148, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropup .dropdown-menu:not([x-placement]) {
  top: auto;
  bottom: 100%;
}

/* line 152, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropup .dropdown-menu:not([x-placement]).menu {
  margin-top: 0;
  margin-bottom: -3.125rem;
}

/* line 156, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropup .dropdown-menu:not([x-placement]).menu::before {
  transform-origin: 0 calc(100% - 2rem);
}

/* line 161, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropup .dropdown-menu:not([x-placement])::before {
  transform-origin: 0 100%;
}

/* line 165, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropup .dropdown-menu:not([x-placement]) > :nth-child(1),
.dropup .dropdown-menu:not([x-placement]) > :nth-child(2),
.dropup .dropdown-menu:not([x-placement]) > :nth-child(3) {
  animation-name: dropdown-item-show;
}

/* line 171, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropup .dropdown-menu:not([x-placement]) > :nth-last-child(1) {
  animation-name: dropdown-item-show-1;
}

/* line 175, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropup .dropdown-menu:not([x-placement]) > :nth-last-child(2) {
  animation-name: dropdown-item-show-2;
}

/* line 179, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropup .dropdown-menu:not([x-placement]) > :nth-last-child(3) {
  animation-name: dropdown-item-show-3;
}

/* line 185, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropup .dropdown-menu-right:not([x-placement]).menu::before {
  transform-origin: 100% calc(100% - 2rem);
}

/* line 189, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropup .dropdown-menu-right:not([x-placement])::before {
  transform-origin: 100% 100%;
}

/* line 195, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu[x-placement='bottom-end']::before,
.dropdown-menu[x-placement='left-start']::before {
  transform-origin: 100% 0;
}

/* line 202, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu[x-placement='top-end'].show > :nth-child(1),
.dropdown-menu[x-placement='top-end'].show > :nth-child(2),
.dropdown-menu[x-placement='top-end'].show > :nth-child(3),
.dropdown-menu[x-placement='top-start'].show > :nth-child(1),
.dropdown-menu[x-placement='top-start'].show > :nth-child(2),
.dropdown-menu[x-placement='top-start'].show > :nth-child(3) {
  animation-name: dropdown-item-show;
}

/* line 208, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu[x-placement='top-end'].show > :nth-last-child(1),
.dropdown-menu[x-placement='top-start'].show > :nth-last-child(1) {
  animation-name: dropdown-item-show-1;
}

/* line 212, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu[x-placement='top-end'].show > :nth-last-child(2),
.dropdown-menu[x-placement='top-start'].show > :nth-last-child(2) {
  animation-name: dropdown-item-show-2;
}

/* line 216, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu[x-placement='top-end'].show > :nth-last-child(3),
.dropdown-menu[x-placement='top-start'].show > :nth-last-child(3) {
  animation-name: dropdown-item-show-3;
}

/* line 221, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu[x-placement='top-end']::before {
  transform-origin: 100% 100%;
}

/* line 225, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu[x-placement='top-start']::before {
  transform-origin: 0 100%;
}

/* line 229, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu[x-placement='bottom-end']::before {
  transform-origin: 100% 2rem;
}

/* line 233, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu[x-placement='left-start'],
.menu[x-placement='right-start'] {
  margin-top: 0;
}

/* line 238, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu[x-placement='left-start']::before {
  transform-origin: 100% 0;
}

/* line 242, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu[x-placement='right-start']::before {
  transform-origin: 0 0;
}

/* line 246, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu[x-placement='top-end'],
.menu[x-placement='top-start'] {
  margin-top: 0;
  margin-bottom: -3.125rem;
}

/* line 252, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu[x-placement='top-end']::before {
  transform-origin: 100% calc(100% - 2rem);
}

/* line 256, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu[x-placement='top-start']::before {
  transform-origin: 0 calc(100% - 2rem);
}

@keyframes dropdown-item-show {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dropdown-item-show-1 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dropdown-item-show-2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dropdown-item-show-3 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dropdown-menu-show {
  0% {
    transform: scale(0, 0);
  }
  20% {
    transform: scale(1/3, 0);
  }
  40% {
    transform: scale(2/3, 0.25);
  }
  60% {
    transform: scale(1, 0.5);
  }
  80% {
    transform: scale(1, 0.75);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes menu-animation {
  0% {
    margin-top: -3.5rem;
  }
  100% {
    margin-top: 0;
  }
}

/* line 354, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu-sm,
.menu-cascading {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 576px) {
  /* line 354, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
  .dropdown-menu-sm,
  .menu-cascading {
    min-width: 20rem;
  }
}

/* line 366, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu-cascading {
  margin-top: -2.75rem;
}

/* line 369, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu-cascading[x-placement='top-end'], .menu-cascading[x-placement='top-start'] {
  margin-top: 0;
  margin-bottom: -2.75rem;
}

/* line 375, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu-cascading[x-placement='top-end']::before {
  transform-origin: 100% calc(100% - 2rem);
}

/* line 379, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.menu-cascading[x-placement='top-start']::before {
  transform-origin: 0 calc(100% - 2rem);
}

/* line 386, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-divider {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
}

/* line 392, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-header {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  font-weight: bolder;
  line-height: 1.5rem;
  margin: 0;
  padding: 0.75rem 1rem;
  white-space: nowrap;
}

/* line 402, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu-sm .dropdown-header,
.menu-cascading .dropdown-header {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  padding: 0.25rem 1.5rem;
}

/* line 412, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-item {
  transition-duration: 0.3s;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: none;
  border: 0;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: inherit;
  padding: 0.75rem 1rem;
  position: relative;
  text-align: inherit;
  transform-origin: 0 0;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 412, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
  .dropdown-item {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 412, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
  .dropdown-item {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 412, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
  .dropdown-item {
    transition: none;
  }
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

/* line 434, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-item.active {
  background-color: #f5f5f5;
}

/* line 438, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}

/* line 445, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu-sm .dropdown-item,
.menu-cascading .dropdown-item {
  padding: 0.25rem 1.5rem;
}

/* line 451, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-item-text {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: inherit;
  padding: 0.75rem 1rem;
  transform-origin: 0 0;
}

/* line 458, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-menu-sm .dropdown-item-text,
.menu-cascading .dropdown-item-text {
  padding: 0.25rem 1.5rem;
}

/* line 467, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-toggle::after {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "expand_more";
  display: inline-block;
  margin-right: -0.2em;
  margin-left: 0.2em;
  vertical-align: top;
}

/* line 476, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropright .dropdown-toggle::after {
  content: "keyboard_arrow_right";
}

/* line 480, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropup .dropdown-toggle::after {
  content: "expand_less";
}

/* line 485, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropdown-toggle:empty::after {
  margin-left: -0.2em;
}

/* line 490, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 494, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_menu.scss */
.dropleft .dropdown-toggle::before {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "keyboard_arrow_left";
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -0.2em;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer {
  display: none;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 160;
}

/* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-backdrop {
  transition-duration: 0.375s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.38);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 159;
}

@media (min-width: 576px) {
  /* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop {
    transition-duration: 0.4875s;
  }
}

@media (min-width: 992px) {
  /* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop {
    transition-duration: 0.25s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop {
    transition: none;
  }
}

/* line 27, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-backdrop.show {
  opacity: 1;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-content {
  transition-duration: 0.195s;
  transition-property: box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  background-color: #ffffff;
  max-width: calc(100% - 3.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  width: 17.5rem;
}

@media (min-width: 576px) {
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-content {
    transition-duration: 0.2535s;
  }
}

@media (min-width: 992px) {
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-content {
    transition-duration: 0.13s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-content {
    transition: none;
  }
}

/* line 48, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-right .navdrawer-content {
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
}

/* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer.show .navdrawer-content {
  transition-duration: 0.225s;
  transition-property: box-shadow, transform;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
  /* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer.show .navdrawer-content {
    transition-duration: 0.2925s;
  }
}

@media (min-width: 992px) {
  /* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer.show .navdrawer-content {
    transition-duration: 0.15s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer.show .navdrawer-content {
    transition: none;
  }
}

/* line 64, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-body {
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 70, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-divider {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
}

/* line 74, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.625rem 1rem;
}

/* line 82, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-subheader {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  font-weight: 500;
  height: 3rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.0625rem 1rem;
}

/* line 94, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-divider + .navdrawer-subheader {
  margin-top: -0.5rem;
}

/* line 101, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
}

/* line 109, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-header + .navdrawer-nav,
.navdrawer-subheader + .navdrawer-nav {
  margin-top: 0;
}

/* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-nav .nav-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 1.0625rem 1rem;
}

@media (min-width: 576px) {
  /* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-nav .nav-link {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-nav .nav-link {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-nav .nav-link {
    transition: none;
  }
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.navdrawer-nav .nav-link:active, .navdrawer-nav .nav-link:focus, .navdrawer-nav .nav-link:hover {
  background-color: #f5f5f5;
}

/* line 128, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-nav .nav-link.active, .navdrawer-nav .nav-link:active {
  color: #3f5c7d;
}

/* line 133, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-nav .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
}

/* line 138, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-nav .nav-link:focus {
  outline: 0;
}

/* line 143, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-nav .active > .nav-link {
  color: #3f5c7d;
}

/* line 148, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-nav-icon {
  color: rgba(0, 0, 0, 0.54);
  width: 3.5rem;
}

/* line 152, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.nav-link:active .navdrawer-nav-icon,
.nav-link.active .navdrawer-nav-icon {
  color: #3f5c7d;
}

/* line 158, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.active > .nav-link .navdrawer-nav-icon {
  color: #3f5c7d;
}

@media (min-width: 576px) {
  /* line 169, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop-permanent-sm {
    display: none;
    transition: none;
  }
  /* line 174, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop-persistent-sm {
    display: none;
    transition: none;
  }
  /* line 179, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop-temporary-sm {
    display: none;
    transition: none;
  }
  /* line 184, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-sm {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }
  /* line 191, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-sm.navdrawer-permanent-clipped, .navdrawer-permanent-sm.navdrawer-permanent-float {
    top: 3.5rem;
  }
  /* line 196, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-sm.navdrawer-permanent-float {
    border-right: 0;
  }
  /* line 199, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-sm.navdrawer-permanent-float.navdrawer-right {
    border-left: 0;
  }
  /* line 203, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-sm.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent;
  }
  /* line 208, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-sm.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto;
  }
  /* line 215, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-sm.show .navdrawer-content {
    box-shadow: none;
  }
  /* line 219, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-sm .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  /* line 227, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-sm {
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }
  /* line 232, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-sm.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39;
  }
  /* line 239, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-sm.navdrawer-right {
    right: 0;
    left: auto;
  }
  /* line 243, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-sm.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  /* line 249, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-sm.show .navdrawer-content {
    box-shadow: none;
  }
  /* line 253, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-sm .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%;
  }
  /* line 261, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-temporary-sm {
    overflow: visible;
    right: auto;
    width: 17.5rem;
  }
  /* line 266, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-temporary-sm.navdrawer-right {
    right: 0;
    left: auto;
  }
  /* line 271, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-temporary-sm .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 169, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop-permanent-md {
    display: none;
    transition: none;
  }
  /* line 174, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop-persistent-md {
    display: none;
    transition: none;
  }
  /* line 179, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop-temporary-md {
    display: none;
    transition: none;
  }
  /* line 184, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-md {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }
  /* line 191, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-md.navdrawer-permanent-clipped, .navdrawer-permanent-md.navdrawer-permanent-float {
    top: 3.5rem;
  }
  /* line 196, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-md.navdrawer-permanent-float {
    border-right: 0;
  }
  /* line 199, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-md.navdrawer-permanent-float.navdrawer-right {
    border-left: 0;
  }
  /* line 203, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-md.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent;
  }
  /* line 208, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-md.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto;
  }
  /* line 215, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-md.show .navdrawer-content {
    box-shadow: none;
  }
  /* line 219, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-md .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  /* line 227, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-md {
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }
  /* line 232, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-md.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39;
  }
  /* line 239, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-md.navdrawer-right {
    right: 0;
    left: auto;
  }
  /* line 243, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-md.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  /* line 249, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-md.show .navdrawer-content {
    box-shadow: none;
  }
  /* line 253, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-md .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%;
  }
  /* line 261, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-temporary-md {
    overflow: visible;
    right: auto;
    width: 17.5rem;
  }
  /* line 266, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-temporary-md.navdrawer-right {
    right: 0;
    left: auto;
  }
  /* line 271, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-temporary-md .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 169, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop-permanent-lg {
    display: none;
    transition: none;
  }
  /* line 174, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop-persistent-lg {
    display: none;
    transition: none;
  }
  /* line 179, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop-temporary-lg {
    display: none;
    transition: none;
  }
  /* line 184, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-lg {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }
  /* line 191, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-lg.navdrawer-permanent-clipped, .navdrawer-permanent-lg.navdrawer-permanent-float {
    top: 3.5rem;
  }
  /* line 196, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-lg.navdrawer-permanent-float {
    border-right: 0;
  }
  /* line 199, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-lg.navdrawer-permanent-float.navdrawer-right {
    border-left: 0;
  }
  /* line 203, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-lg.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent;
  }
  /* line 208, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-lg.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto;
  }
  /* line 215, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-lg.show .navdrawer-content {
    box-shadow: none;
  }
  /* line 219, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-lg .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  /* line 227, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-lg {
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }
  /* line 232, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-lg.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39;
  }
  /* line 239, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-lg.navdrawer-right {
    right: 0;
    left: auto;
  }
  /* line 243, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-lg.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  /* line 249, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-lg.show .navdrawer-content {
    box-shadow: none;
  }
  /* line 253, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-lg .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%;
  }
  /* line 261, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-temporary-lg {
    overflow: visible;
    right: auto;
    width: 17.5rem;
  }
  /* line 266, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-temporary-lg.navdrawer-right {
    right: 0;
    left: auto;
  }
  /* line 271, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-temporary-lg .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 169, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop-permanent-xl {
    display: none;
    transition: none;
  }
  /* line 174, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop-persistent-xl {
    display: none;
    transition: none;
  }
  /* line 179, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-backdrop-temporary-xl {
    display: none;
    transition: none;
  }
  /* line 184, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-xl {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }
  /* line 191, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-xl.navdrawer-permanent-clipped, .navdrawer-permanent-xl.navdrawer-permanent-float {
    top: 3.5rem;
  }
  /* line 196, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-xl.navdrawer-permanent-float {
    border-right: 0;
  }
  /* line 199, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-xl.navdrawer-permanent-float.navdrawer-right {
    border-left: 0;
  }
  /* line 203, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-xl.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent;
  }
  /* line 208, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-xl.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto;
  }
  /* line 215, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-xl.show .navdrawer-content {
    box-shadow: none;
  }
  /* line 219, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-permanent-xl .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  /* line 227, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-xl {
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }
  /* line 232, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-xl.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39;
  }
  /* line 239, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-xl.navdrawer-right {
    right: 0;
    left: auto;
  }
  /* line 243, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-xl.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  /* line 249, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-xl.show .navdrawer-content {
    box-shadow: none;
  }
  /* line 253, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-persistent-xl .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%;
  }
  /* line 261, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-temporary-xl {
    overflow: visible;
    right: auto;
    width: 17.5rem;
  }
  /* line 266, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-temporary-xl.navdrawer-right {
    right: 0;
    left: auto;
  }
  /* line 271, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
  .navdrawer-temporary-xl .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%;
  }
}

/* line 169, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-backdrop-permanent {
  display: none;
  transition: none;
}

/* line 174, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-backdrop-persistent {
  display: none;
  transition: none;
}

/* line 179, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-backdrop-temporary {
  display: none;
  transition: none;
}

/* line 184, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-permanent {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  display: block !important;
  right: auto;
  width: 17.5rem;
  z-index: auto;
}

/* line 191, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-permanent.navdrawer-permanent-clipped, .navdrawer-permanent.navdrawer-permanent-float {
  top: 3.5rem;
}

/* line 196, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-permanent.navdrawer-permanent-float {
  border-right: 0;
}

/* line 199, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-permanent.navdrawer-permanent-float.navdrawer-right {
  border-left: 0;
}

/* line 203, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-permanent.navdrawer-permanent-float .navdrawer-content {
  background-color: transparent;
}

/* line 208, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-permanent.navdrawer-right {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  right: 0;
  left: auto;
}

/* line 215, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-permanent.show .navdrawer-content {
  box-shadow: none;
}

/* line 219, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-permanent .navdrawer-content {
  max-width: none;
  position: absolute;
  transform: translate3d(0, 0, 0);
  width: 100%;
}

/* line 227, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-persistent {
  right: auto;
  width: 17.5rem;
  z-index: auto;
}

/* line 232, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-persistent.navdrawer-persistent-clipped {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: -1px;
  top: 3.5rem;
  z-index: 39;
}

/* line 239, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-persistent.navdrawer-right {
  right: 0;
  left: auto;
}

/* line 243, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-persistent.navdrawer-right .navdrawer-content {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 249, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-persistent.show .navdrawer-content {
  box-shadow: none;
}

/* line 253, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-persistent .navdrawer-content {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  max-width: none;
  position: absolute;
  width: 100%;
}

/* line 261, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-temporary {
  overflow: visible;
  right: auto;
  width: 17.5rem;
}

/* line 266, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-temporary.navdrawer-right {
  right: 0;
  left: auto;
}

/* line 271, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_navdrawer.scss */
.navdrawer-temporary .navdrawer-content {
  max-width: none;
  position: absolute;
  width: 100%;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker {
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
  transition-delay: 0.675s;
  transition-duration: 0;
  transition-property: transform;
  z-index: 240;
}

@media (min-width: 576px) {
  /* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker {
    transition-delay: 0.8775s;
  }
}

@media (min-width: 992px) {
  /* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker {
    transition-delay: 0.45s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker {
    transition: none;
  }
}

/* line 27, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker.picker-opened {
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate3d(0, 0, 0);
  transition: none;
}

/* line 35, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-frame {
  margin: 1.5rem 1.5rem;
}

/* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-holder {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  background-color: rgba(0, 0, 0, 0.38);
  display: flex;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition-delay: 0.375s;
}

@media (min-width: 576px) {
  /* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-holder {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-holder {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-holder {
    transition: none;
  }
}

@media (min-width: 576px) {
  /* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-holder {
    transition-delay: 0.4875s;
  }
}

@media (min-width: 992px) {
  /* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-holder {
    transition-delay: 0.25s;
  }
}

/* line 60, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-opened .picker-holder {
  opacity: 1;
  transition-delay: 0s;
}

/* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-wrap {
  border-radius: 2px;
  transition-duration: 0.375s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  max-width: 18.5rem;
  opacity: 0;
  outline: 0;
  pointer-events: auto;
  position: relative;
  transform: scale(0.87);
}

@media (min-width: 576px) {
  /* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-wrap {
    transition-duration: 0.4875s;
  }
}

@media (min-width: 992px) {
  /* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-wrap {
    transition-duration: 0.25s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-wrap {
    transition: none;
  }
}

@media (orientation: landscape) {
  /* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-wrap {
    display: flex;
    max-width: none;
  }
}

/* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-opened .picker-wrap {
  opacity: 1;
  transform: scale(1);
}

/* line 92, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-footer {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0.5rem;
}

@media (orientation: landscape) {
  /* line 92, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-footer {
    border-radius: 0 0 2px 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

/* line 105, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-footer button {
  flex: 0 1 auto;
  margin-left: 0.5rem;
  min-width: 0;
}

/* line 110, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-footer button:first-child {
  margin-left: 0;
}

/* line 118, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-header {
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-right: 3rem;
  padding-left: 3rem;
  position: relative;
  text-align: center;
}

@media (orientation: landscape) {
  /* line 118, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-header {
    margin-top: 0.5rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-month,
.picker-year {
  display: inline;
  margin-left: 0.5rem;
}

/* line 140, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-month:first-child,
.picker-year:first-child {
  margin-left: 0;
}

/* line 145, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-nav-next,
.picker-nav-prev {
  height: 2.5rem;
  margin-top: -1.25rem;
  position: absolute;
  top: 50%;
  width: 2.5rem;
}

/* line 153, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-nav-next, .picker-nav-next.material-icons,
.picker-nav-prev,
.picker-nav-prev.material-icons {
  line-height: 2.5rem;
}

/* line 159, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-nav-next {
  right: 0;
}

/* line 162, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-nav-next::before {
  content: "keyboard_arrow_right";
}

/* line 167, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-nav-prev {
  left: 0;
}

/* line 170, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-nav-prev::before {
  content: "keyboard_arrow_left";
}

/* line 177, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-date-display {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #3f5c7d;
  color: white;
  padding: 1rem 1.5rem;
}

@media (orientation: landscape) {
  /* line 177, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-date-display {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    min-width: 9.75rem;
    white-space: nowrap;
  }
}

/* line 193, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-date-display-bottom {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.17647;
}

/* line 198, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-day-display {
  margin-right: 0.5rem;
}

/* line 202, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-weekday-display {
  margin-right: 0.5rem;
}

@media (orientation: landscape) {
  /* line 202, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-weekday-display {
    display: block;
    margin-right: 0;
  }
}

/* line 210, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-weekday-display::after {
  content: ',';
}

/* line 217, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-box {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ffffff;
  overflow: hidden;
}

@media (orientation: landscape) {
  /* line 217, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-box {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
}

/* line 231, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-input.form-control[readonly] {
  border-bottom-style: solid;
  color: inherit;
  cursor: text;
}

/* line 237, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-input.picker-input-active {
  border-bottom-color: #4E5054;
}

/* line 244, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-day {
  border-radius: 50%;
  cursor: default;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: auto;
  vertical-align: middle;
  width: 2.5rem;
}

@media (orientation: landscape) {
  /* line 244, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-day {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
}

/* line 258, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-day.picker-day-selected {
  background-color: #3f5c7d;
  color: white;
}

/* line 264, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-day-disabled {
  color: rgba(0, 0, 0, 0.38);
}

/* line 268, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-day-outfocus {
  display: none;
}

/* line 272, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-day-today {
  color: #3f5c7d;
  font-weight: bolder;
}

/* line 277, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0.5rem;
  table-layout: fixed;
}

/* line 283, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-table td,
.picker-table th {
  border: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

/* line 291, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-table th {
  font-weight: inherit;
}

/* line 296, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-weekday {
  color: rgba(0, 0, 0, 0.38);
  height: 2.5rem;
  vertical-align: middle;
  width: 2.5rem;
}

/* line 303, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-select-month,
.picker-select-year {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: rgba(0, 0, 0, 0.12);
  background-image: none;
  background-position: 100% 50%;
  background-size: auto 100%;
  border: 0;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-size: inherit;
  height: 1.25rem;
  line-height: 1.25rem;
  opacity: 0.7;
  padding: 0 1.25rem 0 0.5rem;
}

@media (min-width: 576px) {
  /* line 303, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-select-month,
  .picker-select-year {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 303, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-select-month,
  .picker-select-year {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 303, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-select-month,
  .picker-select-year {
    transition: none;
  }
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.picker-select-month:focus, .picker-select-month:hover,
.picker-select-year:focus,
.picker-select-year:hover {
  opacity: 1;
}

@-moz-document url-prefix('') {
  /* line 303, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-select-month,
  .picker-select-year {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
  }
}

@media (-webkit-min-device-pixel-ratio: 0) {
  /* line 303, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
  .picker-select-month,
  .picker-select-year {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
  }
}

/* line 332, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-select-month:focus,
.picker-select-year:focus {
  outline: 0;
}

/* line 337, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_picker.scss */
.picker-select-month {
  margin-left: 0.5rem;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar {
  border-bottom: 0.25rem solid #3f51b5;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-primary {
  background-color: transparent !important;
  border-bottom-color: #3f5c7d;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-primary::after {
  background-color: #f68d5a;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-secondary {
  background-color: transparent !important;
  border-bottom-color: #4E5054;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-secondary::after {
  background-color: #67696e;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-danger {
  background-color: transparent !important;
  border-bottom-color: #f44336;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-danger::after {
  background-color: #ffcdd2;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-info {
  background-color: transparent !important;
  border-bottom-color: #2196f3;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-info::after {
  background-color: #bbdefb;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-success {
  background-color: transparent !important;
  border-bottom-color: #4caf50;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-success::after {
  background-color: #c8e6c9;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-warning {
  background-color: transparent !important;
  border-bottom-color: #ff9800;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-warning::after {
  background-color: #ffe0b2;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-dark {
  background-color: transparent !important;
  border-bottom-color: #424242;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-dark::after {
  background-color: #757575;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-light {
  background-color: transparent !important;
  border-bottom-color: #f5f5f5;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-light::after {
  background-color: #fafafa;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-tertiary {
  background-color: transparent !important;
  border-bottom-color: #E6E6E6;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar.bg-tertiary::after {
  background-color: white;
}

/* line 26, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar::after {
  background-color: #c5cae9;
  content: '';
  display: block;
  height: 0.25rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 42, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated::before {
  animation-direction: reverse;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-name: progress-bar-animation;
  animation-timing-function: linear;
}

@media (min-width: 576px) {
  /* line 42, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
  .progress-bar-animated::before {
    animation-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 42, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
  .progress-bar-animated::before {
    animation-duration: 0.2s;
  }
}

/* line 59, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated,
.progress-bar-striped {
  box-sizing: content-box;
  position: relative;
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated.bg-primary::before,
.progress-bar-striped.bg-primary::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #f68d5a, #f68d5a 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #f68d5a, #f68d5a 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #f68d5a, #f68d5a 0.125rem, transparent 0.125rem, transparent 100%);
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated.bg-secondary::before,
.progress-bar-striped.bg-secondary::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #67696e, #67696e 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #67696e, #67696e 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #67696e, #67696e 0.125rem, transparent 0.125rem, transparent 100%);
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated.bg-danger::before,
.progress-bar-striped.bg-danger::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #ffcdd2, #ffcdd2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #ffcdd2, #ffcdd2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #ffcdd2, #ffcdd2 0.125rem, transparent 0.125rem, transparent 100%);
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated.bg-info::before,
.progress-bar-striped.bg-info::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #bbdefb, #bbdefb 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #bbdefb, #bbdefb 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #bbdefb, #bbdefb 0.125rem, transparent 0.125rem, transparent 100%);
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated.bg-success::before,
.progress-bar-striped.bg-success::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #c8e6c9, #c8e6c9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #c8e6c9, #c8e6c9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #c8e6c9, #c8e6c9 0.125rem, transparent 0.125rem, transparent 100%);
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated.bg-warning::before,
.progress-bar-striped.bg-warning::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #ffe0b2, #ffe0b2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #ffe0b2, #ffe0b2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #ffe0b2, #ffe0b2 0.125rem, transparent 0.125rem, transparent 100%);
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated.bg-dark::before,
.progress-bar-striped.bg-dark::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated.bg-light::before,
.progress-bar-striped.bg-light::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated.bg-tertiary::before,
.progress-bar-striped.bg-tertiary::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, white, white 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, white, white 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, white, white 0.125rem, transparent 0.125rem, transparent 100%);
}

/* line 74, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated::after,
.progress-bar-striped::after {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  right: -1.5rem;
  bottom: -0.25rem;
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-animated::before,
.progress-bar-striped::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #c5cae9, #c5cae9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #c5cae9, #c5cae9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #c5cae9, #c5cae9 0.125rem, transparent 0.125rem, transparent 100%);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 0.75rem 0.75rem;
  content: '';
  display: block;
  height: 0.25rem;
  position: absolute;
  right: -100vw;
  bottom: -0.25rem;
  left: 0;
  z-index: -1;
}

@keyframes progress-bar-animation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0.75rem 0;
  }
}

/* line 113, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate {
  border-bottom-color: #c5cae9;
  position: relative;
  width: 100%;
}

/* line 119, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-primary {
  border-bottom-color: #f68d5a;
}

/* line 122, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-primary::after, .progress-bar-indeterminate.bg-primary::before {
  background-color: #3f5c7d;
}

/* line 127, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-primary::before {
  background-image: none;
}

/* line 119, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-secondary {
  border-bottom-color: #67696e;
}

/* line 122, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-secondary::after, .progress-bar-indeterminate.bg-secondary::before {
  background-color: #4E5054;
}

/* line 127, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-secondary::before {
  background-image: none;
}

/* line 119, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-danger {
  border-bottom-color: #ffcdd2;
}

/* line 122, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-danger::after, .progress-bar-indeterminate.bg-danger::before {
  background-color: #f44336;
}

/* line 127, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-danger::before {
  background-image: none;
}

/* line 119, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-info {
  border-bottom-color: #bbdefb;
}

/* line 122, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-info::after, .progress-bar-indeterminate.bg-info::before {
  background-color: #2196f3;
}

/* line 127, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-info::before {
  background-image: none;
}

/* line 119, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-success {
  border-bottom-color: #c8e6c9;
}

/* line 122, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-success::after, .progress-bar-indeterminate.bg-success::before {
  background-color: #4caf50;
}

/* line 127, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-success::before {
  background-image: none;
}

/* line 119, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-warning {
  border-bottom-color: #ffe0b2;
}

/* line 122, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-warning::after, .progress-bar-indeterminate.bg-warning::before {
  background-color: #ff9800;
}

/* line 127, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-warning::before {
  background-image: none;
}

/* line 119, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-dark {
  border-bottom-color: #757575;
}

/* line 122, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-dark::after, .progress-bar-indeterminate.bg-dark::before {
  background-color: #424242;
}

/* line 127, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-dark::before {
  background-image: none;
}

/* line 119, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-light {
  border-bottom-color: #fafafa;
}

/* line 122, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-light::after, .progress-bar-indeterminate.bg-light::before {
  background-color: #f5f5f5;
}

/* line 127, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-light::before {
  background-image: none;
}

/* line 119, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-tertiary {
  border-bottom-color: white;
}

/* line 122, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-tertiary::after, .progress-bar-indeterminate.bg-tertiary::before {
  background-color: #E6E6E6;
}

/* line 127, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate.bg-tertiary::before {
  background-image: none;
}

/* line 133, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate::after, .progress-bar-indeterminate::before {
  border-radius: 0.25rem;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-color: #3f51b5;
  width: 0%;
}

/* line 144, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate::after {
  animation-name: progress-bar-indeterminate-after;
  bottom: -0.25rem;
  z-index: 0;
}

/* line 150, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress.scss */
.progress-bar-indeterminate::before {
  animation-name: progress-bar-indeterminate-before;
  content: '';
  display: block;
  height: 0.25rem;
  position: absolute;
  bottom: -0.25rem;
  z-index: 0;
}

@keyframes progress-bar-indeterminate-after {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 25%;
    width: 75%;
  }
  75% {
    left: 100%;
    width: 0%;
  }
}

@keyframes progress-bar-indeterminate-before {
  0%,
  62.5% {
    left: 0%;
    width: 0%;
  }
  71.875% {
    left: 0%;
    width: 25%;
  }
  81.25% {
    left: 25%;
    width: 50%;
  }
  100% {
    left: 100%;
    width: 25%;
  }
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular {
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}

/* line 7, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-gap {
  border-top: 0.125rem solid #3f51b5;
  position: absolute;
  top: 0;
  right: 1.1875rem;
  bottom: 0;
  left: 1.1875rem;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-inner {
  animation: progress-circular-inner-rotate 5.332s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-left,
.progress-circular-right {
  height: 2.5rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1.25rem;
}

/* line 32, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-left {
  left: 0;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-right {
  right: 0;
}

/* line 40, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-spinner {
  border: 0.25rem solid #3f51b5;
  border-bottom-color: transparent;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  top: 0;
  width: 2.5rem;
}

/* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-left .progress-circular-spinner {
  animation: progress-circular-spinner-left 1.333s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-right-color: transparent;
  left: 0;
}

/* line 55, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-right .progress-circular-spinner {
  animation: progress-circular-spinner-right 1.333s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-left-color: transparent;
  right: 0;
}

/* line 62, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-wrapper {
  animation: progress-circular-wrapper-rotate 2.666s linear infinite;
}

@keyframes progress-circular-inner-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}

@keyframes progress-circular-spinner-left {
  0%,
  100% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}

@keyframes progress-circular-spinner-right {
  0%,
  100% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
}

@keyframes progress-circular-wrapper-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* line 130, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-primary .progress-circular-gap,
.progress-circular-primary .progress-circular-spinner {
  border-top-color: #3f5c7d;
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-primary .progress-circular-left .progress-circular-spinner {
  border-left-color: #3f5c7d;
}

/* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-primary .progress-circular-right .progress-circular-spinner {
  border-right-color: #3f5c7d;
}

/* line 130, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-secondary .progress-circular-gap,
.progress-circular-secondary .progress-circular-spinner {
  border-top-color: #4E5054;
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-secondary .progress-circular-left .progress-circular-spinner {
  border-left-color: #4E5054;
}

/* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-secondary .progress-circular-right .progress-circular-spinner {
  border-right-color: #4E5054;
}

/* line 130, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-danger .progress-circular-gap,
.progress-circular-danger .progress-circular-spinner {
  border-top-color: #f44336;
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-danger .progress-circular-left .progress-circular-spinner {
  border-left-color: #f44336;
}

/* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-danger .progress-circular-right .progress-circular-spinner {
  border-right-color: #f44336;
}

/* line 130, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-info .progress-circular-gap,
.progress-circular-info .progress-circular-spinner {
  border-top-color: #2196f3;
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-info .progress-circular-left .progress-circular-spinner {
  border-left-color: #2196f3;
}

/* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-info .progress-circular-right .progress-circular-spinner {
  border-right-color: #2196f3;
}

/* line 130, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-success .progress-circular-gap,
.progress-circular-success .progress-circular-spinner {
  border-top-color: #4caf50;
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-success .progress-circular-left .progress-circular-spinner {
  border-left-color: #4caf50;
}

/* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-success .progress-circular-right .progress-circular-spinner {
  border-right-color: #4caf50;
}

/* line 130, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-warning .progress-circular-gap,
.progress-circular-warning .progress-circular-spinner {
  border-top-color: #ff9800;
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-warning .progress-circular-left .progress-circular-spinner {
  border-left-color: #ff9800;
}

/* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-warning .progress-circular-right .progress-circular-spinner {
  border-right-color: #ff9800;
}

/* line 130, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-dark .progress-circular-gap,
.progress-circular-dark .progress-circular-spinner {
  border-top-color: #424242;
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-dark .progress-circular-left .progress-circular-spinner {
  border-left-color: #424242;
}

/* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-dark .progress-circular-right .progress-circular-spinner {
  border-right-color: #424242;
}

/* line 130, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-light .progress-circular-gap,
.progress-circular-light .progress-circular-spinner {
  border-top-color: #f5f5f5;
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-light .progress-circular-left .progress-circular-spinner {
  border-left-color: #f5f5f5;
}

/* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-light .progress-circular-right .progress-circular-spinner {
  border-right-color: #f5f5f5;
}

/* line 130, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-tertiary .progress-circular-gap,
.progress-circular-tertiary .progress-circular-spinner {
  border-top-color: #E6E6E6;
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-tertiary .progress-circular-left .progress-circular-spinner {
  border-left-color: #E6E6E6;
}

/* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_progress-circular.scss */
.progress-circular-tertiary .progress-circular-right .progress-circular-spinner {
  border-right-color: #E6E6E6;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control {
  display: block;
  min-height: 1.25rem;
  padding-left: 2.25rem;
  position: relative;
}

/* line 7, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control + .custom-control {
  margin-top: 0.75rem;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1.5rem;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control-inline + .custom-control-inline {
  margin-top: 0;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control-label {
  color: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  margin-bottom: 0;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control-label::after {
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  top: -0.125rem;
  left: 0;
}

/* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control-label::before {
  transition-duration: 0.3s;
  transition-property: background-color, opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: currentColor;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
  content: '';
  display: block;
  height: 3rem;
  margin-top: -0.875rem;
  margin-left: -0.75rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.87, 0.87) translateZ(0);
  width: 3rem;
}

@media (min-width: 576px) {
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
  .custom-control-label::before {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
  .custom-control-label::before {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 36, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
  .custom-control-label::before {
    transition: none;
  }
}

/* line 56, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* line 63, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control-input.focus ~ .custom-control-label::before, .custom-control-input:active ~ .custom-control-label::before {
  opacity: 0.12;
  transform: scale(1, 1) translateZ(0);
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control-input:checked ~ .custom-control-label::after {
  color: #4E5054;
}

/* line 75, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4E5054;
}

/* line 82, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.26);
}

/* line 85, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control-input:disabled ~ .custom-control-label::after {
  color: rgba(0, 0, 0, 0.26);
}

/* line 89, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  display: none;
}

/* line 99, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-checkbox .custom-control-label::after {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "check_box_outline_blank";
  line-height: 1;
  vertical-align: middle;
}

/* line 108, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "check_box";
}

/* line 112, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  content: "indeterminate_check_box";
}

/* line 121, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-radio .custom-control-label::after {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "radio_button_unchecked";
  line-height: 1;
  vertical-align: middle;
}

/* line 130, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  content: "radio_button_checked";
}

/* line 138, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-switch {
  padding-left: 3.75rem;
}

/* line 141, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-switch .custom-control-label {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 576px) {
  /* line 141, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
  .custom-switch .custom-control-label {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 141, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
  .custom-switch .custom-control-label {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 141, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
  .custom-switch .custom-control-label {
    transition: none;
  }
}

/* line 144, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-switch .custom-control-label::after {
  transition-duration: 0.3s;
  transition-property: background-color, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fafafa;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.54);
  content: '';
  display: block;
  height: 1.5rem;
  position: absolute;
  width: 1.5rem;
}

@media (min-width: 576px) {
  /* line 144, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
  .custom-switch .custom-control-label::after {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 144, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
  .custom-switch .custom-control-label::after {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 144, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 162, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after, .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  transform: translateX(1.5rem);
}

/* line 167, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #4E5054;
}

/* line 173, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-track {
  background-color: rgba(78, 80, 84, 0.5);
}

/* line 179, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
  background-color: #bdbdbd;
}

/* line 183, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-switch .custom-control-input:disabled ~ .custom-control-track {
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 189, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
.custom-switch .custom-control-track {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.38);
  border: 0.25rem solid transparent;
  border-radius: 1rem;
  content: '';
  display: block;
  height: 1.5rem;
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 3rem;
}

@media (min-width: 576px) {
  /* line 189, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
  .custom-switch .custom-control-track {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 189, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
  .custom-switch .custom-control-track {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 189, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_selection-control.scss */
  .custom-switch .custom-control-track {
    transition: none;
  }
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range {
  appearance: none;
  background-color: transparent;
  padding-left: 0;
  width: 100%;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range:active::-moz-range-track, .custom-range:focus::-moz-range-track {
  background-color: rgba(0, 0, 0, 0.38);
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range:active::-ms-fill-upper, .custom-range:focus::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.38);
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range:active::-webkit-slider-runnable-track, .custom-range:focus::-webkit-slider-runnable-track {
  background-color: rgba(0, 0, 0, 0.38);
}

/* line 22, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range:focus {
  outline: 0;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0.75rem rgba(78, 80, 84, 0.12);
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range:focus::-ms-range-thumb {
  box-shadow: 0 0 0 0.75rem rgba(78, 80, 84, 0.12);
}

/* line 33, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.75rem rgba(78, 80, 84, 0.12);
}

/* line 38, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 42, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-moz-range-progress {
  background-color: #4E5054;
}

/* line 46, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-moz-range-thumb {
  transition-duration: 0.3s;
  transition-property: box-shadow, height, width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: #4E5054;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem;
}

@media (min-width: 576px) {
  /* line 46, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-moz-range-thumb {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 46, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-moz-range-thumb {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 46, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 56, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-moz-range-thumb:active {
  box-shadow: none;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 62, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-moz-range-thumb:focus {
  outline: 0;
}

/* line 67, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-moz-range-track {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.26);
  border-color: transparent;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  height: 0.125rem;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 67, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-moz-range-track {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 67, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-moz-range-track {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 67, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-moz-range-track {
    transition: none;
  }
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-ms-fill-lower {
  background-color: #4E5054;
  height: 0.125rem;
  margin-bottom: 0.125rem;
  margin-left: 0.375rem;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.26);
  height: 0.125rem;
  margin-right: 0.375rem;
  margin-bottom: 0.125rem;
}

/* line 93, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-ms-thumb {
  transition-duration: 0.3s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: #4E5054;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  margin-right: 0.375rem;
  margin-left: 0.375rem;
  width: 0.75rem;
}

@media (min-width: 576px) {
  /* line 93, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-ms-thumb {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 93, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-ms-thumb {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 93, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 105, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-ms-thumb:active {
  box-shadow: 0 0 0 0.375rem #4E5054;
}

/* line 109, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-ms-thumb:focus {
  outline: 0;
}

/* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-ms-track {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  border-color: transparent;
  border-width: 0.875rem 0;
  color: transparent;
  cursor: pointer;
  height: 0.125rem;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-ms-track {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-ms-track {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-ms-track {
    transition: none;
  }
}

/* line 126, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-webkit-slider-runnable-track {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.26);
  border-color: transparent;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  height: 0.125rem;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 126, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-webkit-slider-runnable-track {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 126, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-webkit-slider-runnable-track {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 126, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-webkit-slider-runnable-track {
    transition: none;
  }
}

/* line 138, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-webkit-slider-thumb {
  transition-duration: 0.3s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: #4E5054;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  margin-top: -0.3125rem;
  width: 0.75rem;
}

@media (min-width: 576px) {
  /* line 138, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-webkit-slider-thumb {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 138, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-webkit-slider-thumb {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 138, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 149, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-webkit-slider-thumb:active {
  box-shadow: 0 0 0 0.375rem #4E5054;
}

/* line 153, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_slider.scss */
.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
}

/* line 3, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
.snackbar {
  align-items: center;
  background-color: #323232;
  color: white;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.42857;
  opacity: 0;
  padding: 0.875rem 1.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: opacity 0s 0.195s, transform 0.195s cubic-bezier(0.4, 0, 1, 1);
  width: 100%;
  z-index: 60;
}

@media (min-width: 576px) {
  /* line 3, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar {
    border-radius: 2px;
    max-width: 35.5rem;
    min-width: 18rem;
    left: 50%;
    transform: translate(-50%, 100%);
    width: auto;
  }
}

@media (min-width: 576px) {
  /* line 3, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar {
    transition: opacity 0s 0.2535s, transform 0.2535s cubic-bezier(0.4, 0, 1, 1);
  }
}

@media (min-width: 992px) {
  /* line 3, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar {
    transition: opacity 0s 0.13s, transform 0.13s cubic-bezier(0.4, 0, 1, 1);
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar {
    transition: none;
  }
}

/* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
.snackbar.show {
  transition-duration: 0.225s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 576px) {
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar.show {
    transition-duration: 0.2925s;
  }
}

@media (min-width: 992px) {
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar.show {
    transition-duration: 0.15s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar.show {
    transition: none;
  }
}

@media (min-width: 576px) {
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar.show {
    transform: translate(-50%, 0);
  }
}

/* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
.snackbar-body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
  max-height: 100%;
  min-width: 0;
}

/* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
.snackbar-btn {
  transition-duration: 0.3s;
  transition-property: background-color, background-image;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  background-image: none;
  border: 0;
  color: #4E5054;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  margin-left: 1.5rem;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 576px) {
  /* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar-btn {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar-btn {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar-btn {
    transition: none;
  }
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.snackbar-btn:focus, .snackbar-btn:hover {
  color: #67696e;
  text-decoration: none;
}

@media (min-width: 576px) {
  /* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar-btn {
    margin-left: 3rem;
  }
}

/* line 88, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
.snackbar-btn:focus {
  outline: 0;
}

@media (min-width: 576px) {
  /* line 93, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar-left,
  .snackbar-right {
    transform: translateY(100%);
  }
  /* line 98, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar-left.show,
  .snackbar-right.show {
    transform: translateY(-1.5rem);
  }
}

@media (min-width: 576px) {
  /* line 104, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar-left {
    left: 1.5rem;
  }
}

@media (min-width: 576px) {
  /* line 110, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
  .snackbar-right {
    right: 1.5rem;
    left: auto;
  }
}

/* line 117, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
.snackbar-multi-line {
  height: 5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 122, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_snackbar.scss */
.snackbar-multi-line .snackbar-body {
  white-space: normal;
}

/* line 3, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  padding: 1.5rem 1.5rem;
  position: relative;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper::after, .stepper::before {
  border-top: 1px solid #bdbdbd;
  content: '';
  display: block;
  position: absolute;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper:first-child::before {
  display: none;
}

/* line 24, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper:last-child::after {
  display: none;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper-horiz {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

/* line 37, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper-horiz::before {
  border-top: 1px solid #bdbdbd;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  left: 1.5rem;
}

/* line 48, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper-horiz .stepper::after, .stepper-horiz .stepper::before {
  border-top: 1px solid #bdbdbd;
  top: 50%;
  width: 1rem;
}

/* line 55, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper-horiz .stepper::after {
  right: 0;
}

/* line 59, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper-horiz .stepper::before {
  left: 0;
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper-vert {
  background-color: #ffffff;
  position: relative;
}

/* line 70, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper-vert .stepper::after, .stepper-vert .stepper::before {
  border-left: 1px solid #bdbdbd;
  height: 1rem;
  left: 2.25rem;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper-vert .stepper::after {
  bottom: 0;
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper-vert .stepper::before {
  top: 0;
}

/* line 89, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper-icon {
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
  color: white;
  font-size: 0.75rem;
  font-weight: 400;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 1.5rem;
}

/* line 103, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper.active .stepper-icon,
.stepper.done .stepper-icon {
  background-color: #3f5c7d;
  color: white;
}

/* line 109, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper-icon .material-icons {
  font-size: 1.333em;
}

/* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper-text {
  color: rgba(0, 0, 0, 0.38);
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
}

/* line 120, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper.active .stepper-text,
.stepper.done .stepper-text {
  color: rgba(0, 0, 0, 0.87);
}

/* line 125, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_stepper.scss */
.stepper.active .stepper-text {
  font-weight: bolder;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs {
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.12);
}

/* line 4, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs.border-0, .nav-tabs.border-bottom-0 {
  box-shadow: none;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs .nav-link {
  transition-duration: 0.3s;
  transition-property: background-color, color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  min-height: 3rem;
  opacity: 0.7;
  padding: 1.0625rem 0.75rem;
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
  .nav-tabs .nav-link {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
  .nav-tabs .nav-link {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
  .nav-tabs .nav-link {
    transition: none;
  }
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.nav-tabs .nav-link:active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 26, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs .nav-link.active, .nav-tabs .nav-link:active {
  opacity: 1;
}

/* line 31, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs .nav-link.active {
  color: #4E5054;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs .nav-link.active::before {
  opacity: 1;
}

/* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}

/* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs .nav-link::before {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #4E5054;
  content: '';
  display: block;
  height: 0.125rem;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 576px) {
  /* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
  .nav-tabs .nav-link::before {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
  .nav-tabs .nav-link::before {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
  .nav-tabs .nav-link::before {
    transition: none;
  }
}

/* line 60, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs .nav-item.show .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1;
}

/* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs-material {
  position: relative;
}

/* line 70, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs-material.animate .nav-link::before {
  opacity: 0;
}

/* line 74, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs-material.animate .nav-tabs-indicator {
  transition-duration: 0.3s;
  transition-property: left, right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 576px) {
  /* line 74, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
  .nav-tabs-material.animate .nav-tabs-indicator {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 74, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
  .nav-tabs-material.animate .nav-tabs-indicator {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 74, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
  .nav-tabs-material.animate .nav-tabs-indicator {
    transition: none;
  }
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs-material .nav-link::before {
  transition: none;
}

/* line 83, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs-material .nav-tabs-indicator {
  background-color: #4E5054;
  display: none;
  height: 0.125rem;
  position: absolute;
  bottom: 0;
}

/* line 90, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs-material .nav-tabs-indicator.show {
  display: block;
}

/* line 94, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs-scrollable .nav-tabs-material .nav-tabs-indicator {
  bottom: 3rem;
}

/* line 100, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs-scrollable {
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.12);
  height: 3rem;
  overflow: hidden;
}

/* line 105, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs-scrollable .nav-tabs {
  box-shadow: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 3rem;
}

/* line 112, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tab.scss */
.nav-tabs-scrollable .nav-tabs::-webkit-scrollbar {
  display: none;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control, .custom-select, .form-control-file {
  background-clip: padding-box;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0 calc(0.375rem - 1px);
  width: 100%;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.form-control:hover, .custom-select:hover, .form-control-file:hover {
  border-color: rgba(0, 0, 0, 0.87);
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.87);
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control::-ms-expand, .custom-select::-ms-expand, .form-control-file::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 26, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control::placeholder, .custom-select::placeholder, .form-control-file::placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}

/* line 31, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control:disabled, .custom-select:disabled, .form-control-file:disabled, [readonly].form-control, [readonly].custom-select, [readonly].form-control-file {
  border-style: dotted;
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.form-control:disabled:focus, .custom-select:disabled:focus, .form-control-file:disabled:focus, .form-control:disabled:hover, .custom-select:disabled:hover, .form-control-file:disabled:hover, [readonly].form-control:focus, [readonly].custom-select:focus, [readonly].form-control-file:focus, [readonly].form-control:hover, [readonly].custom-select:hover, [readonly].form-control-file:hover {
  border-color: rgba(0, 0, 0, 0.42);
  box-shadow: none;
}

/* line 43, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control:focus, .custom-select:focus, .form-control-file:focus {
  border-color: #4E5054;
  box-shadow: inset 0 -2px 0 -1px #4E5054;
  outline: 0;
}

/* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control:invalid:required, .custom-select:invalid:required, .form-control-file:invalid:required {
  outline: 0;
}

/* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control[type='file'] {
  max-height: 2.25rem;
}

/* line 64, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control-lg {
  font-size: 2.125rem;
  line-height: 1.17647;
  padding: 0.625rem 0 calc(0.625rem - 1px);
}

/* line 69, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control-lg[type='file'] {
  max-height: 3.75rem;
}

/* line 74, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control-sm {
  font-size: 0.8125rem;
  line-height: 1.53846;
  padding: 0.375rem 0 calc(0.375rem - 1px);
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control-sm[type='file'] {
  max-height: 2rem;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
select.form-control, .custom-select {
  appearance: none;
}

@-moz-document url-prefix('') {
  /* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
  select.form-control, .custom-select {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 1.5em;
  }
  /* line 96, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
  select[multiple].form-control, [multiple].custom-select, select[size].form-control:not([size='1']), [size].custom-select:not([size='1']) {
    background-image: none;
  }
}

@media (-webkit-min-device-pixel-ratio: 0) {
  /* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
  select.form-control, .custom-select {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 1.5em;
  }
  /* line 96, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
  select[multiple].form-control, [multiple].custom-select, select[size].form-control:not([size='1']), [size].custom-select:not([size='1']) {
    background-image: none;
  }
}

/* line 103, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
select.form-control[multiple], select.form-control[size]:not([size='1']), textarea.form-control:not([rows='1']), .custom-select[multiple], .custom-select[size]:not([size='1']) {
  border-radius: 4px;
  border-width: 1px;
  min-height: 3.5rem;
  padding: calc(1rem - 1px) 1rem;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
select.form-control[multiple]:hover, select.form-control[size]:hover:not([size='1']), textarea.form-control:hover:not([rows='1']), .custom-select[multiple]:hover, .custom-select[size]:hover:not([size='1']) {
  box-shadow: inset 2px 2px 0 -1px rgba(0, 0, 0, 0.87), inset -2px -2px 0 -1px rgba(0, 0, 0, 0.87);
}

/* line 113, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
select.form-control[multiple]:focus, select.form-control[size]:focus:not([size='1']), textarea.form-control:focus:not([rows='1']), .custom-select[multiple]:focus, .custom-select[size]:focus:not([size='1']) {
  box-shadow: inset 2px 2px 0 -1px #4E5054, inset -2px -2px 0 -1px #4E5054;
}

/* line 130, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
select.form-control-lg[multiple], select.form-control-lg[size]:not([size='1']) {
  padding: calc(0.875rem - 1px) 1rem;
}

/* line 137, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
select.form-control-sm[multiple], select.form-control-sm[size]:not([size='1']) {
  padding: calc(0.75rem - 1px) 0.75rem;
}

/* line 145, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
textarea.form-control {
  min-height: 2.25rem;
}

/* line 153, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
textarea.form-control-lg {
  min-height: 3.75rem;
}

/* line 156, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
textarea.form-control-lg:not([rows='1']) {
  min-height: 4.25rem;
  padding: calc(0.875rem - 1px) 1rem;
}

/* line 162, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
textarea.form-control-sm {
  min-height: 2rem;
}

/* line 165, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
textarea.form-control-sm:not([rows='1']) {
  min-height: 2.75rem;
  padding: calc(0.75rem - 1px) 0.75rem;
}

/* line 173, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.custom-file {
  display: inline-block;
  height: 2.25rem;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

/* line 181, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.custom-file-input {
  height: 2.25rem;
  margin: 0;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 190, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.custom-file-input:focus ~ .custom-file-label, .custom-file-input:hover ~ .custom-file-label {
  border-bottom-color: #4E5054;
  box-shadow: inset 0 -2px 0 -1px #4E5054;
}

/* line 197, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.custom-file-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-property: border-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.38);
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1.5;
  padding: 0.375rem 2.25rem calc(0.375rem - 1px) 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

@media (min-width: 576px) {
  /* line 197, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
  .custom-file-label {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 197, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
  .custom-file-label {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 197, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
  .custom-file-label {
    transition: none;
  }
}

/* line 212, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.custom-file-label::after {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "attachment";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* line 233, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.custom-select-lg {
  font-size: 2.125rem;
  line-height: 1.17647;
  padding: 0.625rem 1.5em calc(0.625rem - 1px) 0;
}

/* line 238, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.custom-select-lg[multiple], .custom-select-lg[size]:not([size='1']) {
  padding: calc(0.875rem - 1px) 1rem;
}

/* line 244, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.custom-select-sm {
  font-size: 0.8125rem;
  line-height: 1.53846;
  padding: 0.375rem 1.5em calc(0.375rem - 1px) 0;
}

/* line 249, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.custom-select-sm[multiple], .custom-select-sm[size]:not([size='1']) {
  padding: calc(0.75rem - 1px) 0.75rem;
}

/* line 255, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control-file {
  max-height: 2.25rem;
}

/* line 261, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field.scss */
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.invalid-feedback {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #f44336;
  display: none;
  margin-top: 0.5rem;
  width: 100%;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.form-control-lg + .invalid-feedback {
  margin-top: 0.75rem;
}

/* line 14, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.form-control-sm + .invalid-feedback {
  margin-top: 0.25rem;
}

/* line 19, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.invalid-tooltip {
  border-radius: 2px;
  background-color: #f44336;
  color: white;
  display: none;
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-top: 0.5rem;
  max-width: 100%;
  opacity: 0.9;
  padding: 0.375rem 1rem;
  position: absolute;
  top: 100%;
  text-align: center;
  word-break: break-word;
  z-index: 240;
}

@media (min-width: 768px) {
  /* line 19, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
  .invalid-tooltip {
    font-size: 0.625rem;
    padding: 0.24107rem 0.5rem;
  }
}

/* line 42, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.form-control-lg + .invalid-tooltip {
  margin-top: 0.75rem;
}

/* line 46, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.form-control-sm + .invalid-tooltip {
  margin-top: 0.25rem;
}

/* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-control-input.is-invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label::after,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label::after {
  color: #f44336;
}

/* line 59, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #f44336;
}

/* line 64, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-control-input.is-invalid ~ .custom-control-track,
.was-validated .custom-control-input:invalid ~ .custom-control-track {
  background-color: rgba(244, 67, 54, 0.5);
}

/* line 68, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-file-input.is-invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:hover ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:hover ~ .custom-file-label {
  border-bottom-color: #f44336;
  box-shadow: inset 0 -2px 0 -1px #f44336;
}

/* line 83, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-bottom-color: #f44336;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.custom-file-input.is-invalid ~ .custom-file-label:hover,
.was-validated .custom-file-input:invalid ~ .custom-file-label:hover {
  border-bottom-color: #f44336;
  box-shadow: inset 0 -2px 0 -1px #f44336;
}

/* line 92, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 100, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-switch .custom-control-input.is-invalid ~ .custom-control-label::after,
.was-validated .custom-switch .custom-control-input:invalid ~ .custom-control-label::after {
  background-color: #f44336;
}

/* line 108, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.form-check-input.is-invalid + .form-check-label,
.was-validated .form-check-input:invalid + .form-check-label {
  color: #f44336;
}

/* line 115, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.is-invalid.form-control, .is-invalid.custom-select, .is-invalid.form-control-file,
.was-validated .form-control:invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control-file:invalid {
  border-color: #f44336;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.is-invalid.form-control:focus, .is-invalid.custom-select:focus, .is-invalid.form-control-file:focus, .is-invalid.form-control:hover, .is-invalid.custom-select:hover, .is-invalid.form-control-file:hover,
.was-validated .form-control:invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control-file:invalid:focus,
.was-validated .form-control:invalid:hover,
.was-validated .custom-select:invalid:hover,
.was-validated .form-control-file:invalid:hover {
  border-color: #f44336;
  box-shadow: inset 0 -2px 0 -1px #f44336;
}

/* line 123, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.is-invalid.form-control ~ .invalid-feedback, .is-invalid.custom-select ~ .invalid-feedback, .is-invalid.form-control-file ~ .invalid-feedback, .is-invalid.form-control ~ .invalid-tooltip, .is-invalid.custom-select ~ .invalid-tooltip, .is-invalid.form-control-file ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
select.is-invalid.form-control[multiple]:focus, select.is-invalid.form-control[size]:focus:not([size='1']), textarea.is-invalid.form-control:focus:not([rows='1']), .is-invalid.custom-select[multiple]:focus, .is-invalid.custom-select[size]:focus:not([size='1']), select.is-invalid.form-control[multiple]:hover, select.is-invalid.form-control[size]:hover:not([size='1']), textarea.is-invalid.form-control:hover:not([rows='1']), .is-invalid.custom-select[multiple]:hover, .is-invalid.custom-select[size]:hover:not([size='1']),
.was-validated select.form-control[multiple]:invalid:focus,
.was-validated select.form-control[size]:invalid:focus:not([size='1']),
.was-validated textarea.form-control:invalid:focus:not([rows='1']),
.was-validated .custom-select[multiple]:invalid:focus,
.was-validated .custom-select[size]:invalid:focus:not([size='1']),
.was-validated select.form-control[multiple]:invalid:hover,
.was-validated select.form-control[size]:invalid:hover:not([size='1']),
.was-validated textarea.form-control:invalid:hover:not([rows='1']),
.was-validated .custom-select[multiple]:invalid:hover,
.was-validated .custom-select[size]:invalid:hover:not([size='1']) {
  box-shadow: inset 2px 2px 0 -1px #f44336, inset -2px -2px 0 -1px #f44336;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.textfield-box select.is-invalid.form-control[multiple]:focus, .textfield-box select.is-invalid.form-control[size]:focus:not([size='1']), .textfield-box textarea.is-invalid.form-control:focus:not([rows='1']), .textfield-box .is-invalid.custom-select[multiple]:focus, .textfield-box .is-invalid.custom-select[size]:focus:not([size='1']), .textfield-box select.is-invalid.form-control[multiple]:hover, .textfield-box select.is-invalid.form-control[size]:hover:not([size='1']), .textfield-box textarea.is-invalid.form-control:hover:not([rows='1']), .textfield-box .is-invalid.custom-select[multiple]:hover, .textfield-box .is-invalid.custom-select[size]:hover:not([size='1']),
.was-validated .textfield-box select.form-control[multiple]:invalid:focus,
.was-validated .textfield-box select.form-control[size]:invalid:focus:not([size='1']),
.was-validated .textfield-box textarea.form-control:invalid:focus:not([rows='1']),
.was-validated .textfield-box .custom-select[multiple]:invalid:focus,
.was-validated .textfield-box .custom-select[size]:invalid:focus:not([size='1']),
.was-validated .textfield-box select.form-control[multiple]:invalid:hover,
.was-validated .textfield-box select.form-control[size]:invalid:hover:not([size='1']),
.was-validated .textfield-box textarea.form-control:invalid:hover:not([rows='1']),
.was-validated .textfield-box .custom-select[multiple]:invalid:hover,
.was-validated .textfield-box .custom-select[size]:invalid:hover:not([size='1']) {
  box-shadow: inset 0 -2px 0 -1px #f44336;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.valid-feedback {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #4caf50;
  display: none;
  margin-top: 0.5rem;
  width: 100%;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.form-control-lg + .valid-feedback {
  margin-top: 0.75rem;
}

/* line 14, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.form-control-sm + .valid-feedback {
  margin-top: 0.25rem;
}

/* line 19, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.valid-tooltip {
  border-radius: 2px;
  background-color: #4caf50;
  color: white;
  display: none;
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-top: 0.5rem;
  max-width: 100%;
  opacity: 0.9;
  padding: 0.375rem 1rem;
  position: absolute;
  top: 100%;
  text-align: center;
  word-break: break-word;
  z-index: 240;
}

@media (min-width: 768px) {
  /* line 19, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
  .valid-tooltip {
    font-size: 0.625rem;
    padding: 0.24107rem 0.5rem;
  }
}

/* line 42, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.form-control-lg + .valid-tooltip {
  margin-top: 0.75rem;
}

/* line 46, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.form-control-sm + .valid-tooltip {
  margin-top: 0.25rem;
}

/* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-control-input.is-valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label::after,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label::after {
  color: #4caf50;
}

/* line 59, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #4caf50;
}

/* line 64, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-control-input.is-valid ~ .custom-control-track,
.was-validated .custom-control-input:valid ~ .custom-control-track {
  background-color: rgba(76, 175, 80, 0.5);
}

/* line 68, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-file-input.is-valid:focus ~ .custom-file-label, .custom-file-input.is-valid:hover ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:hover ~ .custom-file-label {
  border-bottom-color: #4caf50;
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}

/* line 83, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-bottom-color: #4caf50;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.custom-file-input.is-valid ~ .custom-file-label:hover,
.was-validated .custom-file-input:valid ~ .custom-file-label:hover {
  border-bottom-color: #4caf50;
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}

/* line 92, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 100, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.custom-switch .custom-control-input.is-valid ~ .custom-control-label::after,
.was-validated .custom-switch .custom-control-input:valid ~ .custom-control-label::after {
  background-color: #4caf50;
}

/* line 108, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.form-check-input.is-valid + .form-check-label,
.was-validated .form-check-input:valid + .form-check-label {
  color: #4caf50;
}

/* line 115, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.is-valid.form-control, .is-valid.custom-select, .is-valid.form-control-file,
.was-validated .form-control:valid,
.was-validated .custom-select:valid,
.was-validated .form-control-file:valid {
  border-color: #4caf50;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.is-valid.form-control:focus, .is-valid.custom-select:focus, .is-valid.form-control-file:focus, .is-valid.form-control:hover, .is-valid.custom-select:hover, .is-valid.form-control-file:hover,
.was-validated .form-control:valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control-file:valid:focus,
.was-validated .form-control:valid:hover,
.was-validated .custom-select:valid:hover,
.was-validated .form-control-file:valid:hover {
  border-color: #4caf50;
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}

/* line 123, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_form.scss */
.is-valid.form-control ~ .valid-feedback, .is-valid.custom-select ~ .valid-feedback, .is-valid.form-control-file ~ .valid-feedback, .is-valid.form-control ~ .valid-tooltip, .is-valid.custom-select ~ .valid-tooltip, .is-valid.form-control-file ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
select.is-valid.form-control[multiple]:focus, select.is-valid.form-control[size]:focus:not([size='1']), textarea.is-valid.form-control:focus:not([rows='1']), .is-valid.custom-select[multiple]:focus, .is-valid.custom-select[size]:focus:not([size='1']), select.is-valid.form-control[multiple]:hover, select.is-valid.form-control[size]:hover:not([size='1']), textarea.is-valid.form-control:hover:not([rows='1']), .is-valid.custom-select[multiple]:hover, .is-valid.custom-select[size]:hover:not([size='1']),
.was-validated select.form-control[multiple]:valid:focus,
.was-validated select.form-control[size]:valid:focus:not([size='1']),
.was-validated textarea.form-control:valid:focus:not([rows='1']),
.was-validated .custom-select[multiple]:valid:focus,
.was-validated .custom-select[size]:valid:focus:not([size='1']),
.was-validated select.form-control[multiple]:valid:hover,
.was-validated select.form-control[size]:valid:hover:not([size='1']),
.was-validated textarea.form-control:valid:hover:not([rows='1']),
.was-validated .custom-select[multiple]:valid:hover,
.was-validated .custom-select[size]:valid:hover:not([size='1']) {
  box-shadow: inset 2px 2px 0 -1px #4caf50, inset -2px -2px 0 -1px #4caf50;
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.textfield-box select.is-valid.form-control[multiple]:focus, .textfield-box select.is-valid.form-control[size]:focus:not([size='1']), .textfield-box textarea.is-valid.form-control:focus:not([rows='1']), .textfield-box .is-valid.custom-select[multiple]:focus, .textfield-box .is-valid.custom-select[size]:focus:not([size='1']), .textfield-box select.is-valid.form-control[multiple]:hover, .textfield-box select.is-valid.form-control[size]:hover:not([size='1']), .textfield-box textarea.is-valid.form-control:hover:not([rows='1']), .textfield-box .is-valid.custom-select[multiple]:hover, .textfield-box .is-valid.custom-select[size]:hover:not([size='1']),
.was-validated .textfield-box select.form-control[multiple]:valid:focus,
.was-validated .textfield-box select.form-control[size]:valid:focus:not([size='1']),
.was-validated .textfield-box textarea.form-control:valid:focus:not([rows='1']),
.was-validated .textfield-box .custom-select[multiple]:valid:focus,
.was-validated .textfield-box .custom-select[size]:valid:focus:not([size='1']),
.was-validated .textfield-box select.form-control[multiple]:valid:hover,
.was-validated .textfield-box select.form-control[size]:valid:hover:not([size='1']),
.was-validated .textfield-box textarea.form-control:valid:hover:not([rows='1']),
.was-validated .textfield-box .custom-select[multiple]:valid:hover,
.was-validated .textfield-box .custom-select[size]:valid:hover:not([size='1']) {
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box .form-control, .textfield-box .custom-select, .textfield-box .form-control-file {
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 1rem 1rem calc(1rem - 1px);
}

/* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box select.form-control, .textfield-box .custom-select {
  padding-right: 1.5em;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box select.form-control[multiple], .textfield-box select.form-control[size]:not([size='1']), .textfield-box textarea.form-control:not([rows='1']), .textfield-box .custom-select[multiple], .textfield-box .custom-select[size]:not([size='1']) {
  border-width: 0 0 1px;
  padding: 1rem 1rem calc(1rem - 1px);
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.textfield-box select.form-control[multiple]:hover, .textfield-box select.form-control[size]:hover:not([size='1']), .textfield-box textarea.form-control:hover:not([rows='1']), .textfield-box .custom-select[multiple]:hover, .textfield-box .custom-select[size]:hover:not([size='1']) {
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.87);
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box select.form-control[multiple]:focus, .textfield-box select.form-control[size]:focus:not([size='1']), .textfield-box textarea.form-control:focus:not([rows='1']), .textfield-box .custom-select[multiple]:focus, .textfield-box .custom-select[size]:focus:not([size='1']) {
  box-shadow: inset 0 -2px 0 -1px #4E5054;
}

/* line 28, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box textarea.form-control {
  min-height: 3.5rem;
}

/* line 32, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box .form-control[type='file'],
.textfield-box .form-control-file {
  max-height: 3.5rem;
}

/* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box-lg .form-control, .input-group-lg > .textfield-box .form-control, .textfield-box-lg .custom-select, .input-group-lg > .textfield-box .custom-select, .textfield-box-lg .form-control-file, .input-group-lg > .textfield-box .form-control-file {
  font-size: 2.125rem;
  line-height: 1.17647;
  padding: 0.875rem 1rem calc(0.875rem - 1px);
}

/* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box-lg select.form-control[multiple], .input-group-lg > .textfield-box select.form-control[multiple], .textfield-box-lg select.form-control[size]:not([size='1']), .input-group-lg > .textfield-box select.form-control[size]:not([size='1']), .textfield-box-lg textarea.form-control:not([rows='1']), .input-group-lg > .textfield-box textarea.form-control:not([rows='1']), .textfield-box-lg .custom-select[multiple], .input-group-lg > .textfield-box .custom-select[multiple], .textfield-box-lg .custom-select[size]:not([size='1']), .input-group-lg > .textfield-box .custom-select[size]:not([size='1']) {
  padding: 0.875rem 1rem calc(0.875rem - 1px);
}

/* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box-lg textarea.form-control, .input-group-lg > .textfield-box textarea.form-control {
  min-height: 4.25rem;
}

/* line 58, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box-lg .custom-select, .input-group-lg > .textfield-box .custom-select {
  padding-right: 1.5em;
}

/* line 62, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box-lg .form-control[type='file'], .input-group-lg > .textfield-box .form-control[type='file'],
.textfield-box-lg .form-control-file, .input-group-lg > .textfield-box .form-control-file {
  max-height: 4.25rem;
}

/* line 69, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box-sm .form-control, .input-group-sm > .textfield-box .form-control, .textfield-box-sm .custom-select, .input-group-sm > .textfield-box .custom-select, .textfield-box-sm .form-control-file, .input-group-sm > .textfield-box .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.53846;
  padding: 0.75rem 0.75rem calc(0.75rem - 1px);
}

/* line 75, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box-sm select.form-control[multiple], .input-group-sm > .textfield-box select.form-control[multiple], .textfield-box-sm select.form-control[size]:not([size='1']), .input-group-sm > .textfield-box select.form-control[size]:not([size='1']), .textfield-box-sm textarea.form-control:not([rows='1']), .input-group-sm > .textfield-box textarea.form-control:not([rows='1']), .textfield-box-sm .custom-select[multiple], .input-group-sm > .textfield-box .custom-select[multiple], .textfield-box-sm .custom-select[size]:not([size='1']), .input-group-sm > .textfield-box .custom-select[size]:not([size='1']) {
  padding: 0.75rem 0.75rem calc(0.75rem - 1px);
}

/* line 82, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box-sm textarea.form-control, .input-group-sm > .textfield-box textarea.form-control {
  min-height: 2.75rem;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box-sm .custom-select, .input-group-sm > .textfield-box .custom-select {
  padding-right: 1.5em;
}

/* line 90, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-box.scss */
.textfield-box-sm .form-control[type='file'], .input-group-sm > .textfield-box .form-control[type='file'],
.textfield-box-sm .form-control-file, .input-group-sm > .textfield-box .form-control-file {
  max-height: 2.75rem;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label {
  padding-top: 0.75rem;
  position: relative;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label.has-value label,
.floating-label.is-focused label {
  top: 0;
  transform: scale(0.75);
}

/* line 11, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label.is-focused label {
  color: #4E5054;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label:not(.has-value):not(.is-focused) .form-control[type='date'], .floating-label:not(.has-value):not(.is-focused) .form-control[type='datetime-local'], .floating-label:not(.has-value):not(.is-focused) .form-control[type='time'] {
  color: transparent;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label label {
  transition-duration: 0.3s;
  transition-property: color, top, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.38);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.125rem;
  left: 0;
  transform-origin: 0 0;
}

@media (min-width: 576px) {
  /* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
  .floating-label label {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
  .floating-label label {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
  .floating-label label {
    transition: none;
  }
}

/* line 38, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label .form-control, .floating-label .custom-select, .floating-label .form-control-file {
  position: relative;
}

/* line 42, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label .form-control:focus::placeholder, .floating-label .custom-select:focus::placeholder, .floating-label .form-control-file:focus::placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}

/* line 48, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: transparent;
  opacity: 0;
}

@media (min-width: 576px) {
  /* line 48, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
  .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 48, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
  .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 48, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
  .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
    transition: none;
  }
}

/* line 60, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-lg.has-value label, .input-group-lg > .has-value.floating-label label,
.floating-label-lg.is-focused label, .input-group-lg > .is-focused.floating-label label {
  transform: scale(0.41176);
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-lg label, .input-group-lg > .floating-label label {
  font-size: 2.125rem;
  line-height: 1.17647;
  top: 1.5rem;
}

/* line 71, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-lg .form-control, .input-group-lg > .floating-label .form-control, .floating-label-lg .custom-select, .input-group-lg > .floating-label .custom-select, .floating-label-lg .form-control-file, .input-group-lg > .floating-label .form-control-file {
  font-size: 2.125rem;
  line-height: 1.17647;
  padding: 0.625rem 0 calc(0.625rem - 1px);
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-lg select.form-control, .input-group-lg > .floating-label select.form-control, .floating-label-lg .custom-select, .input-group-lg > .floating-label .custom-select {
  padding-right: 1.5em;
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-lg select.form-control[multiple], .input-group-lg > .floating-label select.form-control[multiple], .floating-label-lg select.form-control[size]:not([size='1']), .input-group-lg > .floating-label select.form-control[size]:not([size='1']), .floating-label-lg textarea.form-control:not([rows='1']), .input-group-lg > .floating-label textarea.form-control:not([rows='1']), .floating-label-lg .custom-select[multiple], .input-group-lg > .floating-label .custom-select[multiple], .floating-label-lg .custom-select[size]:not([size='1']), .input-group-lg > .floating-label .custom-select[size]:not([size='1']) {
  padding: 0.875rem 1rem calc(0.875rem - 1px);
}

/* line 87, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-sm.has-value label, .input-group-sm > .has-value.floating-label label,
.floating-label-sm.is-focused label, .input-group-sm > .is-focused.floating-label label {
  transform: scale(0.76923);
}

/* line 92, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-sm label, .input-group-sm > .floating-label label {
  font-size: 0.8125rem;
  line-height: 1.53846;
  top: 1.0rem;
}

/* line 98, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-sm .form-control, .input-group-sm > .floating-label .form-control, .floating-label-sm .custom-select, .input-group-sm > .floating-label .custom-select, .floating-label-sm .form-control-file, .input-group-sm > .floating-label .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.53846;
  padding: 0.375rem 0 calc(0.375rem - 1px);
}

/* line 104, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-sm select.form-control, .input-group-sm > .floating-label select.form-control, .floating-label-sm .custom-select, .input-group-sm > .floating-label .custom-select {
  padding-right: 1.5em;
}

/* line 108, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-sm select.form-control[multiple], .input-group-sm > .floating-label select.form-control[multiple], .floating-label-sm select.form-control[size]:not([size='1']), .input-group-sm > .floating-label select.form-control[size]:not([size='1']), .floating-label-sm textarea.form-control:not([rows='1']), .input-group-sm > .floating-label textarea.form-control:not([rows='1']), .floating-label-sm .custom-select[multiple], .input-group-sm > .floating-label .custom-select[multiple], .floating-label-sm .custom-select[size]:not([size='1']), .input-group-sm > .floating-label .custom-select[size]:not([size='1']) {
  padding: 0.75rem 0.75rem calc(0.75rem - 1px);
}

/* line 115, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label.textfield-box {
  padding-top: 0;
}

/* line 118, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label.textfield-box.has-value label,
.floating-label.textfield-box.is-focused label {
  line-height: 1;
  top: 0.5rem;
}

/* line 124, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label.textfield-box label {
  top: 1rem;
  left: 1rem;
}

/* line 129, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label.textfield-box .form-control, .floating-label.textfield-box .custom-select, .floating-label.textfield-box .form-control-file,
.floating-label.textfield-box select.form-control[multiple],
.floating-label.textfield-box select.form-control[size]:not([size='1']),
.floating-label.textfield-box textarea.form-control:not([rows='1']),
.floating-label.textfield-box .custom-select[multiple],
.floating-label.textfield-box .custom-select[size]:not([size='1']) {
  padding-top: 1.5rem;
}

/* line 134, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label.textfield-box .form-control, .floating-label.textfield-box .custom-select, .floating-label.textfield-box .form-control-file {
  padding-bottom: calc(0.5rem - 1px);
}

/* line 140, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-lg.textfield-box label, .input-group-lg > .textfield-box.floating-label label {
  top: 0.875rem;
  left: 1rem;
}

/* line 145, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-lg.textfield-box .form-control, .input-group-lg > .textfield-box.floating-label .form-control, .floating-label-lg.textfield-box .custom-select, .input-group-lg > .textfield-box.floating-label .custom-select, .floating-label-lg.textfield-box .form-control-file, .input-group-lg > .textfield-box.floating-label .form-control-file,
.floating-label-lg.textfield-box select.form-control[multiple], .input-group-lg > .textfield-box.floating-label select.form-control[multiple],
.floating-label-lg.textfield-box select.form-control[size]:not([size='1']), .input-group-lg > .textfield-box.floating-label select.form-control[size]:not([size='1']),
.floating-label-lg.textfield-box textarea.form-control:not([rows='1']), .input-group-lg > .textfield-box.floating-label textarea.form-control:not([rows='1']),
.floating-label-lg.textfield-box .custom-select[multiple], .input-group-lg > .textfield-box.floating-label .custom-select[multiple],
.floating-label-lg.textfield-box .custom-select[size]:not([size='1']), .input-group-lg > .textfield-box.floating-label .custom-select[size]:not([size='1']) {
  padding-top: 1.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 152, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-lg.textfield-box select.form-control, .input-group-lg > .textfield-box.floating-label select.form-control, .floating-label-lg.textfield-box .custom-select, .input-group-lg > .textfield-box.floating-label .custom-select {
  padding-right: 1.5em;
}

/* line 158, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-sm.textfield-box label, .input-group-sm > .textfield-box.floating-label label {
  top: 0.75rem;
  left: 0.75rem;
}

/* line 163, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-sm.textfield-box .form-control, .input-group-sm > .textfield-box.floating-label .form-control, .floating-label-sm.textfield-box .custom-select, .input-group-sm > .textfield-box.floating-label .custom-select, .floating-label-sm.textfield-box .form-control-file, .input-group-sm > .textfield-box.floating-label .form-control-file,
.floating-label-sm.textfield-box select.form-control[multiple], .input-group-sm > .textfield-box.floating-label select.form-control[multiple],
.floating-label-sm.textfield-box select.form-control[size]:not([size='1']), .input-group-sm > .textfield-box.floating-label select.form-control[size]:not([size='1']),
.floating-label-sm.textfield-box textarea.form-control:not([rows='1']), .input-group-sm > .textfield-box.floating-label textarea.form-control:not([rows='1']),
.floating-label-sm.textfield-box .custom-select[multiple], .input-group-sm > .textfield-box.floating-label .custom-select[multiple],
.floating-label-sm.textfield-box .custom-select[size]:not([size='1']), .input-group-sm > .textfield-box.floating-label .custom-select[size]:not([size='1']) {
  padding-top: 1.0rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 170, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-floating-label.scss */
.floating-label-sm.textfield-box select.form-control, .input-group-sm > .textfield-box.floating-label select.form-control, .floating-label-sm.textfield-box .custom-select, .input-group-sm > .textfield-box.floating-label .custom-select {
  padding-right: 1.5em;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

/* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .floating-label,
.input-group > .form-control,
.input-group > .form-control-file,
.input-group > .textfield-box {
  flex: 1 1 auto;
  margin-bottom: 0;
  width: 1%;
}

/* line 18, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .floating-label,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .form-control-file,
.input-group > .custom-file + .textfield-box,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .floating-label,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .form-control-file,
.input-group > .custom-select + .textfield-box,
.input-group > .floating-label + .custom-file,
.input-group > .floating-label + .custom-select,
.input-group > .floating-label + .floating-label,
.input-group > .floating-label + .form-control,
.input-group > .floating-label + .form-control-file,
.input-group > .floating-label + .textfield-box,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .floating-label,
.input-group > .form-control + .form-control,
.input-group > .form-control + .form-control-file,
.input-group > .form-control + .textfield-box,
.input-group > .form-control-file + .custom-file,
.input-group > .form-control-file + .custom-select,
.input-group > .form-control-file + .floating-label,
.input-group > .form-control-file + .form-control,
.input-group > .form-control-file + .form-control-file,
.input-group > .form-control-file + .textfield-box,
.input-group > .textfield-box + .custom-file,
.input-group > .textfield-box + .custom-select,
.input-group > .textfield-box + .floating-label,
.input-group > .textfield-box + .form-control,
.input-group > .textfield-box + .form-control-file,
.input-group > .textfield-box + .textfield-box {
  margin-left: 1rem;
}

/* line 31, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-append,
.input-group-prepend {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 37, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-append .btn,
.input-group-prepend .btn {
  min-width: 0;
}

/* line 40, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-append .btn + .btn,
.input-group-prepend .btn + .btn {
  margin-left: -1px;
}

/* line 46, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-append {
  margin-left: 1rem;
}

/* line 50, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-prepend {
  margin-right: 1rem;
}

/* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-text {
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  white-space: nowrap;
}

/* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-text + .input-group-text {
  margin-left: 0.5rem;
}

/* line 70, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group > .input-group-append > .btn:not(:first-of-type),
.input-group > .input-group-prepend > .btn:not(:first-of-type) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 74, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group > .input-group-append > .btn:not(:last-of-type),
.input-group > .input-group-prepend > .btn:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-icon {
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.42);
  font-size: 0.875rem;
  margin-right: 1rem;
  order: -1;
}

@media (min-width: 576px) {
  /* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
  .input-group-icon {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
  .input-group-icon {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
  .input-group-icon {
    transition: none;
  }
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.input-group-icon:hover {
  color: rgba(0, 0, 0, 0.87);
}

/* line 93, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.floating-label.is-focused ~ .input-group-icon,
.form-control:focus ~ .input-group-icon {
  color: #4E5054;
}

/* line 98, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.75rem;
}

/* line 109, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-lg > .floating-label.has-value label,
.input-group-lg > .floating-label.is-focused label {
  top: 0;
}

/* line 114, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-lg > .floating-label.textfield-box.has-value label,
.input-group-lg > .floating-label.textfield-box.is-focused label {
  top: 0.5rem;
}

/* line 119, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-lg > .floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.875rem;
}

/* line 124, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .form-control-file {
  font-size: 2.125rem;
  line-height: 1.17647;
  padding: 0.625rem 0 calc(0.625rem - 1px);
}

/* line 130, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-lg > select.form-control, .input-group-lg > .custom-select {
  padding-right: 1.5em;
}

/* line 134, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-lg > select.form-control[multiple], .input-group-lg > select.form-control[size]:not([size='1']), .input-group-lg > textarea.form-control:not([rows='1']), .input-group-lg > .custom-select[multiple], .input-group-lg > .custom-select[size]:not([size='1']) {
  padding: 0.875rem 1rem calc(0.875rem - 1px);
}

/* line 138, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-lg > .form-control[type='file'],
.input-group-lg > .form-control-file {
  max-height: 4.25rem;
}

/* line 149, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .input-group-text {
  font-size: 2.125rem;
  line-height: 1.17647;
}

/* line 155, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-lg > .input-group-icon {
  font-size: 1.85938rem;
  line-height: 1.17647;
}

/* line 169, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-sm > .floating-label.has-value label,
.input-group-sm > .floating-label.is-focused label {
  top: 0;
}

/* line 174, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-sm > .floating-label.textfield-box.has-value label,
.input-group-sm > .floating-label.textfield-box.is-focused label {
  top: 0.5rem;
}

/* line 179, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-sm > .floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.625rem;
}

/* line 184, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.53846;
  padding: 0.375rem 0 calc(0.375rem - 1px);
}

/* line 190, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-sm > select.form-control, .input-group-sm > .custom-select {
  padding-right: 1.5em;
}

/* line 194, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-sm > select.form-control[multiple], .input-group-sm > select.form-control[size]:not([size='1']), .input-group-sm > textarea.form-control:not([rows='1']), .input-group-sm > .custom-select[multiple], .input-group-sm > .custom-select[size]:not([size='1']) {
  padding: 0.75rem 0.75rem calc(0.75rem - 1px);
}

/* line 198, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-sm > .form-control[type='file'],
.input-group-sm > .form-control-file {
  max-height: 2.75rem;
}

/* line 209, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .input-group-text {
  font-size: 0.8125rem;
  line-height: 1.53846;
}

/* line 215, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_text-field-input-group.scss */
.input-group-sm > .input-group-icon {
  font-size: 0.71094rem;
  line-height: 1.53846;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar {
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 3.5rem;
  padding: 0.625rem 1rem;
  position: relative;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .form-control {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  border: 0;
  color: inherit;
  opacity: 0.7;
  padding: 0.375rem 1rem;
}

@media (min-width: 576px) {
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar .form-control {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar .form-control {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar .form-control {
    transition: none;
  }
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.navbar .form-control:focus, .navbar .form-control:hover {
  box-shadow: none;
  opacity: 1;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .form-control-lg {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .form-control-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

/* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .input-group {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 0.7;
}

@media (min-width: 576px) {
  /* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar .input-group {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar .input-group {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar .input-group {
    transition: none;
  }
}

/* line 10, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.navbar .input-group:focus, .navbar .input-group:hover {
  opacity: 1;
}

/* line 50, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .input-group .form-control {
  background-color: transparent;
  opacity: 1;
}

/* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .input-group .form-control:not(:first-child) {
  padding-left: 0;
}

/* line 58, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .input-group .form-control:not(:last-child) {
  padding-right: 0;
}

/* line 63, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .input-group .input-group-append {
  margin-left: 0;
  min-width: 0;
}

/* line 68, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .input-group .input-group-prepend {
  margin-right: 0;
  min-width: 0;
}

/* line 73, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .input-group .input-group-text {
  margin-right: 1rem;
  margin-left: 1rem;
}

/* line 79, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .input-group-lg > .form-control {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .input-group-sm > .form-control {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

/* line 89, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .nav-tabs {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

/* line 93, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar .nav-tabs .nav-link {
  min-height: 3.5rem;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}

/* line 100, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar > .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 108, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-dark {
  color: white;
}

/* line 111, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-dark .form-control,
.navbar-dark .input-group,
.navbar-dark .navbar-brand::before,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-toggler::before {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 119, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-dark .form-control::placeholder,
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
}

/* line 125, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-fixed-bottom,
.navbar-fixed-top {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 40;
}

/* line 134, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 138, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 142, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-full {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 40;
}

@supports (position: sticky) {
  /* line 147, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-sticky-top {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 40;
  }
}

/* line 156, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.toolbar-waterfall {
  transition-duration: 0.3s;
  transition-property: background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
}

@media (min-width: 576px) {
  /* line 156, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .toolbar-waterfall {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 156, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .toolbar-waterfall {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 156, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .toolbar-waterfall {
    transition: none;
  }
}

/* line 165, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.toolbar-waterfall.waterfall {
  background-color: #3f5c7d;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
}

/* line 174, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-brand {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  align-items: center;
  color: inherit;
  display: inline-flex;
  height: 2.25rem;
  position: relative;
  white-space: nowrap;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.navbar-brand:active, .navbar-brand:focus, .navbar-brand:hover {
  color: inherit;
  text-decoration: none;
}

/* line 189, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-brand::before {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -0.5rem;
  bottom: 0;
  left: -0.5rem;
}

@media (min-width: 576px) {
  /* line 189, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-brand::before {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 189, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-brand::before {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 189, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-brand::before {
    transition: none;
  }
}

/* line 203, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-brand:focus {
  outline: 0;
}

/* line 206, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-brand:focus::before {
  opacity: 1;
}

/* line 211, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-brand:not(:first-child) {
  margin-left: 1rem;
}

/* line 215, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-brand:not(:last-child) {
  margin-right: 1rem;
}

/* line 220, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-text {
  align-items: center;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  height: 2.25rem;
}

/* line 230, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 237, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-nav .nav-link {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: background-color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: inherit;
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1;
  opacity: 0.7;
  padding: 0.625rem 1rem;
}

@media (min-width: 576px) {
  /* line 237, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-nav .nav-link {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 237, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-nav .nav-link {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 237, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-nav .nav-link {
    transition: none;
  }
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.navbar-nav .nav-link:active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1;
}

/* line 253, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.disabled {
  opacity: 1;
}

/* line 258, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-nav .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
}

/* line 263, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-nav .nav-link:focus {
  outline: 0;
}

/* line 268, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-nav .active > .nav-link,
.navbar-nav .show > .nav-link {
  opacity: 1;
}

/* line 273, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-nav .show > .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 280, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

@media (max-width: 575.98px) {
  /* line 293, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 291, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 304, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 309, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 312, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-sm .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0;
  }
  /* line 317, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
}

@media (max-width: 767.98px) {
  /* line 293, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 291, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 304, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 309, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 312, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-md .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0;
  }
  /* line 317, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
}

@media (max-width: 991.98px) {
  /* line 293, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 291, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 304, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 309, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 312, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-lg .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0;
  }
  /* line 317, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
}

@media (max-width: 1199.98px) {
  /* line 293, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 291, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 304, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 309, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 312, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-xl .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0;
  }
  /* line 317, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
}

/* line 291, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 293, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 304, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 309, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 312, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-expand .navbar-toggler:first-child + .navbar-brand {
  margin-left: 0;
}

/* line 317, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 326, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-toggler {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  color: inherit;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  width: 2.25rem;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
.navbar-toggler:active, .navbar-toggler:focus, .navbar-toggler:hover {
  color: inherit;
  text-decoration: none;
}

/* line 345, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-toggler:active::before, .navbar-toggler:focus::before, .navbar-toggler:hover::before {
  opacity: 1;
}

/* line 350, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-toggler::before {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 576px) {
  /* line 350, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-toggler::before {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 350, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-toggler::before {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 350, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
  .navbar-toggler::before {
    transition: none;
  }
}

/* line 365, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-toggler:focus {
  outline: 0;
}

/* line 369, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 374, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-toggler-icon {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}

/* line 379, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_toolbar.scss */
.navbar-toggler-icon::before {
  content: "menu";
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tooltip.scss */
.tooltip {
  text-align: left;
  text-align: start;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  display: block;
  font-size: 0.875rem;
  line-height: 1.42857;
  margin: 1.5rem;
  opacity: 0;
  position: absolute;
  word-break: break-word;
  z-index: 240;
}

/* line 8, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-alignment.scss */
[dir='rtl'] .tooltip {
  text-align: right;
  text-align: start;
}

@media (min-width: 768px) {
  /* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tooltip.scss */
  .tooltip {
    font-size: 0.625rem;
    margin: 0.875rem;
  }
}

/* line 18, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tooltip.scss */
.tooltip.show .tooltip-inner {
  transform: scale(1);
}

/* line 27, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tooltip.scss */
.tooltip-inner {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #616161;
  color: white;
  padding: 0.375rem 1rem;
  text-align: center;
  transform: scale(0.87);
}

@media (min-width: 576px) {
  /* line 27, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tooltip.scss */
  .tooltip-inner {
    transition-duration: 0.39s;
  }
}

@media (min-width: 992px) {
  /* line 27, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tooltip.scss */
  .tooltip-inner {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 27, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tooltip.scss */
  .tooltip-inner {
    transition: none;
  }
}

@media (min-width: 768px) {
  /* line 27, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/material/_tooltip.scss */
  .tooltip-inner {
    padding: 0.24107rem 0.5rem;
  }
}

/* line 3, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 7, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 11, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 19, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 23, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-0 {
  border: 0 !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

/* line 33, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 37, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
}

/* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-black {
  border-color: #000000 !important;
}

/* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-black-primary {
  border-color: rgba(0, 0, 0, 0.87) !important;
}

/* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-black-secondary {
  border-color: rgba(0, 0, 0, 0.54) !important;
}

/* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-black-hint {
  border-color: rgba(0, 0, 0, 0.38) !important;
}

/* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-black-divider {
  border-color: rgba(0, 0, 0, 0.12) !important;
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-white {
  border-color: #ffffff !important;
}

/* line 69, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-white-primary {
  border-color: white !important;
}

/* line 73, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-white-secondary {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-white-hint {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 81, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-white-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-primary {
  border-color: #3f5c7d !important;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-secondary {
  border-color: #4E5054 !important;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-danger {
  border-color: #f44336 !important;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-info {
  border-color: #2196f3 !important;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-success {
  border-color: #4caf50 !important;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-warning {
  border-color: #ff9800 !important;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-dark {
  border-color: #424242 !important;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-light {
  border-color: #f5f5f5 !important;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.border-tertiary {
  border-color: #E6E6E6 !important;
}

/* line 93, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.rounded {
  border-radius: 2px;
}

/* line 97, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.rounded-0 {
  border-radius: 0;
}

/* line 101, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.rounded-circle {
  border-radius: 50%;
}

/* line 105, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.rounded-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 109, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.rounded-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 113, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.rounded-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 117, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_border.scss */
.rounded-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-dark-1 {
  background-color: #000000 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-dark-2 {
  background-color: #212121 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-dark-3 {
  background-color: #303030 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-dark-4 {
  background-color: #424242 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-light-1 {
  background-color: #e0e0e0 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-light-2 {
  background-color: #f5f5f5 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-light-3 {
  background-color: #fafafa !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-light-4 {
  background-color: #ffffff !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.bg-primary:active, a.bg-primary:focus, a.bg-primary:hover {
  background-color: #de500c !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-primary {
  background-color: #3f5c7d !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.bg-secondary:active, a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #35373a !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #4E5054 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.bg-danger:active, a.bg-danger:focus, a.bg-danger:hover {
  background-color: #d32f2f !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f44336 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.bg-info:active, a.bg-info:focus, a.bg-info:hover {
  background-color: #1976d2 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-info {
  background-color: #2196f3 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.bg-success:active, a.bg-success:focus, a.bg-success:hover {
  background-color: #388e3c !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-success {
  background-color: #4caf50 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.bg-warning:active, a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f57c00 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ff9800 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.bg-dark:active, a.bg-dark:focus, a.bg-dark:hover {
  background-color: #212121 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-dark {
  background-color: #424242 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.bg-light:active, a.bg-light:focus, a.bg-light:hover {
  background-color: #e0e0e0 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-light {
  background-color: #f5f5f5 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.bg-tertiary:active, a.bg-tertiary:focus, a.bg-tertiary:hover {
  background-color: #cdcdcd !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-tertiary {
  background-color: #E6E6E6 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-primary-dark {
  background-color: #de500c !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-primary-light {
  background-color: #f68d5a !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-secondary-dark {
  background-color: #35373a !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_background-variant.scss */
.bg-secondary-light {
  background-color: #67696e !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_clearfix.scss */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 33, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 37, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

@media (min-width: 576px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 33, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 37, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
}

@media (min-width: 768px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 33, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 37, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
}

@media (min-width: 992px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 33, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 37, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
}

@media (min-width: 1200px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 33, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 37, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
}

@media print {
  /* line 50, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 58, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 62, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 70, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 74, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 78, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 82, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 35, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 43, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 51, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 69, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 73, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 83, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 87, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 91, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 95, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 101, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 105, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 109, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 113, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 117, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 121, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 125, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 129, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 143, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 147, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 151, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 157, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.order-first {
  order: -1;
}

/* line 161, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.order-last {
  order: 1;
}

/* line 165, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
.order-0 {
  order: 0;
}

@media (min-width: 576px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 35, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 43, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 51, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 69, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 73, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 83, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 87, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 91, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 95, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 101, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 105, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 109, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 113, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 117, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 121, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 125, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 129, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 143, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 147, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 151, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 157, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 161, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .order-sm-last {
    order: 1;
  }
  /* line 165, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .order-sm-0 {
    order: 0;
  }
}

@media (min-width: 768px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 35, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 43, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 51, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 69, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 73, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 83, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 87, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 91, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 95, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 101, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 105, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 109, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 113, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 117, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 121, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 125, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 129, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 143, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 147, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 151, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 157, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .order-md-first {
    order: -1;
  }
  /* line 161, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .order-md-last {
    order: 1;
  }
  /* line 165, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .order-md-0 {
    order: 0;
  }
}

@media (min-width: 992px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 35, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 43, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 51, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 69, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 73, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 83, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 87, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 91, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 95, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 101, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 105, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 109, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 113, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 117, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 121, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 125, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 129, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 143, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 147, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 151, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 157, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 161, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .order-lg-last {
    order: 1;
  }
  /* line 165, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .order-lg-0 {
    order: 0;
  }
}

@media (min-width: 1200px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 35, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 39, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 43, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 47, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 51, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 65, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 69, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 73, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 83, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 87, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 91, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 95, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 101, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 105, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 109, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 113, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 117, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 121, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 125, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 129, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 135, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 139, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 143, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 147, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 151, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 157, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 161, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .order-xl-last {
    order: 1;
  }
  /* line 165, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_flex.scss */
  .order-xl-0 {
    order: 0;
  }
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
.float-none {
  float: none !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
.float-right {
  float: right !important;
}

@media (min-width: 576px) {
  /* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
}

@media (min-width: 768px) {
  /* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
}

@media (min-width: 992px) {
  /* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
}

/* line 24, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
}

@supports (position: sticky) {
  /* line 32, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 40;
  }
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_screenreader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_screenreader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

/* line 3, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2) !important;
}

/* line 7, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2) !important;
}

/* line 11, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_shadows.scss */
.shadow-24 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2) !important;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_shadows.scss */
.shadow-16 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px 0 rgba(0, 0, 0, 0.2) !important;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_shadows.scss */
.shadow-12 {
  box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_shadows.scss */
.shadow-8 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2) !important;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_shadows.scss */
.shadow-6 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_shadows.scss */
.shadow-4 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2) !important;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_shadows.scss */
.shadow-2 {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

/* line 20, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_shadows.scss */
.shadow-1 {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 11, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 15, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mr-3 {
  margin-right: 1rem !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.ml-3 {
  margin-left: 1rem !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mr-4 {
  margin-right: 1.5rem !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.ml-4 {
  margin-left: 1.5rem !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mr-5 {
  margin-right: 3rem !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.ml-5 {
  margin-left: 3rem !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pr-3 {
  padding-right: 1rem !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pl-3 {
  padding-left: 1rem !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pr-4 {
  padding-right: 1.5rem !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pl-4 {
  padding-left: 1.5rem !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pr-5 {
  padding-right: 3rem !important;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.pl-5 {
  padding-left: 3rem !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mr-auto {
  margin-right: auto !important;
}

/* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.ml-auto {
  margin-left: auto !important;
}

/* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-sm-auto {
    margin-right: auto !important;
  }
  /* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-sm-auto {
    margin-left: auto !important;
  }
  /* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-md-0 {
    margin-right: 0 !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-md-0 {
    margin-left: 0 !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-md-0 {
    padding-right: 0 !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-md-0 {
    padding-left: 0 !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-md-auto {
    margin-right: auto !important;
  }
  /* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-md-auto {
    margin-left: auto !important;
  }
  /* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-lg-auto {
    margin-right: auto !important;
  }
  /* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-lg-auto {
    margin-left: auto !important;
  }
  /* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 17, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 34, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 41, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mr-xl-auto {
    margin-right: auto !important;
  }
  /* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .ml-xl-auto {
    margin-left: auto !important;
  }
  /* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_spacing.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 13, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

/* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

@media (min-width: 576px) {
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-black {
  color: #000000 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-black-primary {
  color: rgba(0, 0, 0, 0.87) !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-black-secondary {
  color: rgba(0, 0, 0, 0.54) !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-black-hint {
  color: rgba(0, 0, 0, 0.38) !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-black-divider {
  color: rgba(0, 0, 0, 0.12) !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-white {
  color: #ffffff !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-white-primary {
  color: white !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-white-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-white-hint {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-white-divider {
  color: rgba(255, 255, 255, 0.12) !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-muted {
  color: rgba(0, 0, 0, 0.38) !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.text-primary:active, a.text-primary:focus, a.text-primary:hover {
  color: #de500c !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #3f5c7d !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.text-secondary:active, a.text-secondary:focus, a.text-secondary:hover {
  color: #35373a !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-secondary {
  color: #4E5054 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.text-danger:active, a.text-danger:focus, a.text-danger:hover {
  color: #d32f2f !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #f44336 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.text-info:active, a.text-info:focus, a.text-info:hover {
  color: #1976d2 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #2196f3 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.text-success:active, a.text-success:focus, a.text-success:hover {
  color: #388e3c !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #4caf50 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.text-warning:active, a.text-warning:focus, a.text-warning:hover {
  color: #f57c00 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #ff9800 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.text-dark:active, a.text-dark:focus, a.text-dark:hover {
  color: #212121 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-dark {
  color: #424242 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.text-light:active, a.text-light:focus, a.text-light:hover {
  color: #e0e0e0 !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-light {
  color: #f5f5f5 !important;
}

/* line 2, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_hover.scss */
a.text-tertiary:active, a.text-tertiary:focus, a.text-tertiary:hover {
  color: #cdcdcd !important;
}

/* line 12, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/mixins/_text-emphasis.scss */
.text-tertiary {
  color: #E6E6E6 !important;
}

/* line 53, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 57, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-body {
  color: rgba(0, 0, 0, 0.87) !important;
}

/* line 61, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-monospace {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 73, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.font-italic {
  font-style: italic;
}

/* line 77, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.font-weight-bold,
.font-weight-medium {
  font-weight: 500;
}

/* line 82, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.font-weight-light {
  font-weight: 300;
}

/* line 86, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.font-weight-normal,
.font-weight-regular {
  font-weight: 400;
}

/* line 93, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

/* line 99, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 103, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 107, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

/* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 1, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_material-icons.scss */
.material-icons {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
}

/* line 5, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/utilities/_material-icons.scss */
.material-icons-inline {
  font-size: inherit;
  line-height: 1;
}

@media print {
  @page {
    size: a3;
  }
  /* line 9, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  *,
  *::after,
  *::before {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 16, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 21, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  abbr[title]::after {
    content: ' (" attr(title) ") ';
  }
  /* line 25, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  blockquote {
    page-break-inside: avoid;
  }
  /* line 29, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 33, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  /* line 40, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  h2,
  h3 {
    page-break-inside: avoid;
  }
  /* line 45, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  img {
    page-break-inside: avoid;
  }
  /* line 49, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  pre {
    page-break-inside: avoid;
    white-space: pre-wrap !important;
  }
  /* line 54, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 58, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  tr {
    page-break-inside: avoid;
  }
  /* line 62, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .card {
    border: 1px solid #e1e1e1;
  }
  /* line 66, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 70, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .dropdown-menu {
    border: 1px solid #e1e1e1;
  }
  /* line 74, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .list-group-item {
    border: 1px solid #e1e1e1;
    margin-bottom: -1px;
  }
  /* line 78, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .list-group-item:last-child {
    margin-bottom: 0;
  }
  /* line 84, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
  }
  /* line 88, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
  }
  /* line 92, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
  }
  /* line 98, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .nav-tabs {
    border-bottom: 1px solid #e1e1e1;
  }
  /* line 102, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .navbar {
    display: none;
  }
  /* line 106, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .popover {
    border: 1px solid #e1e1e1;
  }
  /* line 111, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  /* line 117, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .table-bordered {
    border: 1px solid #e1e1e1;
  }
  /* line 121, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 124, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .table-dark td,
  .table-dark th,
  .table-dark .table {
    border-color: #e1e1e1;
  }
  /* line 132, C:/Users/Stiven Cuervo/Creative Cloud Files/one drive/Somatec/HTML/assets/scss/_print.scss */
  .table .thead-dark td,
  .table .thead-dark th {
    color: inherit;
  }
}

/*# sourceMappingURL=../css/tema.map */