/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 600px) {

  .container {
    max-width: 600px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-0 {
  top: 0px;
}
.top-1\/3 {
  top: 33.333333%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[1\%\] {
  margin-bottom: 1%;
}
.mb-\[3\%\] {
  margin-bottom: 3%;
}
.mb-\[4\%\] {
  margin-bottom: 4%;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[0\.5\%\] {
  margin-left: 0.5%;
}
.ml-\[5\.42\%\] {
  margin-left: 5.42%;
}
.mr-\[2\%\] {
  margin-right: 2%;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[1\%\] {
  margin-top: 1%;
}
.mt-\[10\%\] {
  margin-top: 10%;
}
.mt-\[18\%\] {
  margin-top: 18%;
}
.mt-\[2\%\] {
  margin-top: 2%;
}
.mt-\[3\%\] {
  margin-top: 3%;
}
.mt-\[4\%\] {
  margin-top: 4%;
}
.mt-\[5\%\] {
  margin-top: 5%;
}
.mt-\[6\%\] {
  margin-top: 6%;
}
.mt-\[7\%\] {
  margin-top: 7%;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.aspect-\[1\.13\] {
  aspect-ratio: 1.13;
}
.aspect-\[1\.25\] {
  aspect-ratio: 1.25;
}
.aspect-\[1\.33\] {
  aspect-ratio: 1.33;
}
.h-\[23\.5\%\] {
  height: 23.5%;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[7\.9\%\] {
  height: 7.9%;
}
.h-full {
  height: 100%;
}
.max-h-\[30vw\] {
  max-height: 30vw;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[14\%\] {
  width: 14%;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[4\%\] {
  width: 4%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[6\%\] {
  width: 6%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[7\.9\%\] {
  width: 7.9%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[84\%\] {
  width: 84%;
}
.w-\[88\%\] {
  width: 88%;
}
.w-\[89\%\] {
  width: 89%;
}
.w-\[89\.16\%\] {
  width: 89.16%;
}
.w-\[89\.65\%\] {
  width: 89.65%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[91\%\] {
  width: 91%;
}
.w-\[93\%\] {
  width: 93%;
}
.w-\[94\%\] {
  width: 94%;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[4\%\] {
  gap: 4%;
}
.gap-x-4 {
  column-gap: 1rem;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[0\.4vw\] {
  border-width: 0.4vw;
}
.border-b-\[0\.5vw\] {
  border-bottom-width: 0.5vw;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t-\[0\.5vw\] {
  border-top-width: 0.5vw;
}
.border-solid {
  border-style: solid;
}
.border-\[\#00f511\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 245 17 / var(--tw-border-opacity));
}
.border-\[\#FC7F00\] {
  --tw-border-opacity: 1;
  border-color: rgb(252 127 0 / var(--tw-border-opacity));
}
.border-\[var\(--main-blue-color\)\] {
  border-color: var(--main-blue-color);
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}
.bg-\[var\(--main-blue-dark-color\)\] {
  background-color: var(--main-blue-dark-color);
}
.bg-\[var\(--main-blue-second-dark-color\)\] {
  background-color: var(--main-blue-second-dark-color);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-right {
  background-position: right;
}
.object-contain {
  object-fit: contain;
}
.p-4 {
  padding: 1rem;
}
.p-\[2\%\] {
  padding: 2%;
}
.px-\[3\%\] {
  padding-left: 3%;
  padding-right: 3%;
}
.px-\[6\%\] {
  padding-left: 6%;
  padding-right: 6%;
}
.py-\[0\.139\%\] {
  padding-top: 0.139%;
  padding-bottom: 0.139%;
}
.py-\[1\.23\%\] {
  padding-top: 1.23%;
  padding-bottom: 1.23%;
}
.py-\[1\.32\%\] {
  padding-top: 1.32%;
  padding-bottom: 1.32%;
}
.py-\[1\.9\%\] {
  padding-top: 1.9%;
  padding-bottom: 1.9%;
}
.py-\[2\.5\%\] {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}
.pl-\[3\%\] {
  padding-left: 3%;
}
.pl-\[4\%\] {
  padding-left: 4%;
}
.pt-\[1\%\] {
  padding-top: 1%;
}
.pt-\[3\%\] {
  padding-top: 3%;
}
.pt-\[4\%\] {
  padding-top: 4%;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.text-\[var\(--main-blue-color\)\] {
  color: var(--main-blue-color);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-2 {
  outline-width: 2px;
}
.outline-\[var\(--main-blue-color\)\] {
  outline-color: var(--main-blue-color);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --main-blue-color: #0056f5;
  --main-gray-color: rgba(255, 255, 255, 0.667);
  --main-white-color: #ffffff;
  --main-red-color: #DF8080;
  --main-black-color: #000000;
  --main-blue-dark-color: #032564;
  --main-green-color: #00f511;
  --main-green-dark-color: #5ABC61;
  --main-blue-dark-color-transparent: rgba(101, 142, 217, 0.24);
  --main-black-color-transparent: rgba(0, 0, 0, 0.25);
  --main-gray-footer-color: #2B2B2B;
  --main-blue-color-clicado: #6A9EFF;
  --main-blue-second-dark-color: #011D49;
  --main-gray-agenda-color: #3B3B3B;
  --main-blue-agenda-color: #00245D;
  --main-blue-letras-input: #0358F5;
  --main-disabled-comp-color: #515151;
  --main-light-blue-clicado: #98BCFF;
  --main-gray-color-disbled: #424242;
  --main-blue-color-pasado: #728FC6;
  --main-golden-color: #EABE3F;
  --main-alert-color: #FC7F00;
}

.hide-scrollbar ::-webkit-scrollbar {
  display: none;
}

::placeholder {
  color: var(--main-gray-color) !important;
}

* {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


a:visited {
  color: var(--main-blue-color);
  text-decoration: none;
}

.boton_flotante_izquierda {
  bottom: 6%;
  right: 6%;
  position: fixed;
  display: inline;
}

a:link {
  text-decoration: none;
  color: var(--main-blue-color);
}

input {
  display: block;
  background-color: var(--main-blue-second-dark-color);
  border: 0;
}

form {
  color: var(--main-white-color);
  width: 50%;
}

button:enabled {
  cursor: pointer;
  color: var(--main-white-color);
  background-color: var(--main-blue-color);
  border: 0;
}

.button {
  cursor: pointer;
  border: 0;
}

button:disabled {
  cursor: default;
  color: var(--main-white-color);
  background-color: var(--main-gray-color);
  border: 0;
}

html {
  background-color: var(--main-black-color);
  background-size: cover;
  font-family: "Roboto-bold", sans-serif;
  background-position: right;
}

textarea {
  font-family: "Roboto-bold", sans-serif;
}

.texto_informativo_plataforma {
  margin-top: -2% !important;
  margin-bottom: 2% !important;
}

/*----------------------------- DESPLEGABLE DOCUMENTO DE IDENTIDAD --------------------------------*/
.opciones {
  display: flex !important;
  flex-wrap: wrap !important;
  background-color: var(--main-blue-dark-color);
  width: 15.7% !important;
  margin-right: 2% !important;
  align-items: center;
  padding-left: 2% !important;
  overflow: hidden;
}

/*----------------------------- FIN DESPLEGABLE DOCUMENTO DE IDENTIDAD --------------------------------*/

/*----------------------------- IMAGENES DE SEGUIR --------------------------------*/
.banda_usuarios .following {
  float: right;
  margin-top: 13% !important;
  opacity: 0.7;
}

/*----------------------------- FIN IMAGENES SEGUIR --------------------------------*/
/*----------------------------- IMAGENES DE ELEMENTO DE EVENTO--------------------------------*/
.banda_eventos .following {
  opacity: 0.7;
}

.banda_eventos .following2 {
  margin-top: 13% !important;
  opacity: 0.7;
}

/*----------------------------- FIN IMAGENES DE ELEMENTO DE EVENTO --------------------------------*/
/*----------------------------- SELECTOR DE IMAGENES --------------------------------*/
.selectorImagenes {
  width: 100%;
  display: inline-block;
}

.selectorImagenes>div>.imagen {
  margin-right: 5%;
}

.selectorImagenes>div>.punto {
  margin-bottom: 32%;
}

/*----------------------------- FIN DE SELECTOR DE IMAGENES --------------------------------*/
/*----------------------------- SELECTOR DE STELAS --------------------------------*/
.separadorStelas {
  width: 96.96vw;
  border-top: 0.1vw solid var(--main-blue-color);
}

.separadorStelas>p {
  display: inline;
  background-color: var(--main-blue-color);
}

/*----------------------------- FIN DE SELECTOR DE STELAS --------------------------------*/

/*----------------------------- BANDA DE MAIN LOGO --------------------------------*/


/*----------------------------- FIN BANDA DE MAIN LOGO --------------------------------*/

/*----------------------------- BANDA DE TITULO --------------------------------*/
.banda_titulo {
  width: 97% !important;
  display: flex;
  margin-top: 3% !important;
}

.banda_titulo>div {
  width: 100% !important;
  padding-left: 1% !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.banda_titulo>div>.nombre_banda_titulo {
  margin-top: 6% !important;
}

.banda_titulo>div>.nombre_banda_titulo_small {
  margin-top: 5% !important;
}

.banda_titulo>div>.conectados_banda_titulo {
  width: 75% !important;
  top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.banda_titulo>div>img {
  position: absolute;
  margin-top: 3.2% !important;
  right: 0;
  margin-right: 2vw;
}

/*----------------------------- FIN BANDA DE TITULO --------------------------------*/
/*----------------------------- BANDA DE USUARIOS --------------------------------*/
.banda_usuarios {
  width: 97% !important;
  display: flex;
  margin-top: 5% !important;
}

.banda_usuarios>div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100% !important;
}

.banda_usuarios>div>p {
  margin-left: 2% !important;
  margin-top: 1% !important;
}

.banda_usuarios>div>img {
  margin-left: 2% !important;
  margin-top: 1% !important;
}

.banda_usuarios>div>div {
  display: inline;
  position: absolute;
  width: 50% !important;
  margin-left: 2% !important;
  margin-top: 1% !important;
}

.banda_usuarios>div>div>.perfil_usuario {
  margin-top: 1% !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.banda_usuarios>div>.conexion_usuario {
  margin-top: 8% !important;
  width: 83% !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute !important;
}

.banda_usuarios>div>.conexion_usuario_header {
  margin-top: 8.2% !important;
  width: 83% !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute !important;
}

/*----------------------------- FIN BANDA DE USUARIOS --------------------------------*/
/*----------------------------- BANDA DE EVENTOS --------------------------------*/
.banda_eventos {
  width: 97% !important;
  margin-top: 5% !important;
  display: flex;
}

.banda_eventos>div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100% !important;
}

.banda_eventos>div>p {
  margin-left: 2% !important;
  margin-top: 1% !important;
}

.banda_eventos>div>.eventos {
  display: inline;
  position: absolute;
  width: 60% !important;
  margin-left: 2% !important;
  margin-top: 1% !important;
}

.banda_eventos>div>.eventos>.eventos_profile {
  width: 100% !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.banda_eventos>div>.eventos_conexion {
  position: absolute !important;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 2% !important;
  margin-top: 14% !important;
}

.banda_eventos>div>.eventos_conexion_2 {
  position: absolute !important;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 2% !important;
  margin-top: 13% !important;
  width: 95vw;
}

/*----------------------------- FIN BANDA DE EVENTOS --------------------------------*/
/*----------------------------- BANDA UPGRADE --------------------------------*/
.banda_upgrade {
  width: 97% !important;
  margin-top: 3% !important;
  display: flex;
}

.banda_upgrade>div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100% !important;
}

.banda_upgrade>div>p {
  margin-left: 2% !important;
  margin-top: 1% !important;
}

.banda_upgrade>div>.upgrade {
  display: inline;
  position: absolute;
  width: 60% !important;
  padding-left: 1% !important;
  margin-top: 1% !important;
}

.banda_upgrade>div>div>.upgrade_profile {
  padding-top: 1% !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.banda_upgrade>div>.upgrade_precio {
  position: absolute !important;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 1% !important;
  margin-top: 15% !important;
}

/*----------------------------- FIN BANDA UPGRADE --------------------------------*/
/*----------------------------- ENLACES --------------------------------*/
.enlaces {
  margin-bottom: 2% !important;
  margin-top: 2% !important;
}

.enlaces>a {
  display: flex;
  width: 96% !important;
  margin-left: 2% !important;
}

.enlaces>a>p {
  background-color: var(--main-blue-color);
  font-size: 3.3vw;
  text-align: center;
  color: var(--main-white-color);
  font-weight: bold;
  padding-top: 1% !important;
  width: 95% !important;
}

/*----------------------------- FIN ENLACES --------------------------------*/
/*----------------------------- BANDA ELEMENTOS --------------------------------*/
.banda_elementos {
  width: 97% !important;
  display: flex !important;
  margin-bottom: 2% !important;
}

.banda_elementos>div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100% !important;
}

.banda_elementos>div>.username_elementos {
  color: var(--main-white-color);
  width: 60%;
  margin-left: 2% !important;
  margin-top: 1% !important;
}

.banda_elementos>div>img {
  margin-left: 2% !important;
  margin-top: 1% !important;
}

.banda_elementos>div>div {
  display: inline;
  position: absolute;
  width: 50% !important;
  margin-left: 2% !important;
  height: 5% !important;
}

.banda_elementos>div>div>.name_elementos {
  margin-top: 1% !important;
}

.banda_elementos>div>div>.description_elementos {
  margin-top: 1% !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.banda_elementos>div>.elementos_conexion {
  position: absolute !important;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 2% !important;
  margin-top: 7.5% !important;
}

/*----------------------------- FIN BANDA ELEMENTOS --------------------------------*/
/*----------------------------- FILTROS --------------------------------*/
.filtros {
  margin-top: 5% !important;
  width: 97.82% !important;
}

.filtros>div {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  margin-bottom: 3% !important;
}

.filtros>div>div {
  padding-left: 1% !important;
  width: 90% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
}

.filtros>div>img {
  margin-left: 2% !important;
}

.filtros>div>div>p {
  margin-left: 1% !important;
}

/*----------------------------- FIN FILTROS --------------------------------*/
/*----------------------------- CLICABLES --------------------------------*/
.clicable {
  margin-top: 5% !important;
  width: 97.82% !important;
  cursor: pointer;
}

.clicable>div {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  margin-bottom: 4% !important;
}

.clicable>div>div {
  background-color: var(--main-blue-color);
  padding-left: 1% !important;
  width: 90% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
}

.clicable>div>img {
  margin-left: 2% !important;
}

.clicable>div>div>p {
  margin-left: 1% !important;
}

/*----------------------------- FIN CLICABLES --------------------------------*/
/*----------------------------- BANDA FORMULARIO--------------------------------*/
.formulario {
  width: 97.82% !important;
  margin-top: 3% !important;
}
@media (min-width: 600px)
{
  .formulario
  {
    width: 100% !important;
  }
}

.formulario>label {
  color: var(--main-white-color);
  margin-left: 0.5% !important;
  font-weight: bold !important;
}

.formulario>div {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-bottom: 4% !important;
}

.formulario>.div_contact {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-bottom: 3% !important;
  width: 100% !important;
}

.formulario>.div_fecha {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1% !important;
  width: 99.17% !important;
}

.formulario>.div_fecha>div {
  display: flex;
  flex-wrap: wrap;
  width: 32% !important;
}

.formulario>.div_fecha>div>.selectFecha {
  background-color: var(--main-blue-color);
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 3% !important;
}

.formulario>.div_fecha>div>.lista {
  width: 100% !important;
  background-color: var(--main-blue-dark-color);
  position: relative;
  padding-left: 3% !important;
  height: 20vw;
  overflow: auto;
}

.formulario>.div_fecha>div>.lista>.optionFecha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.formulario>div>.input_text {
  width: 89% !important;
  padding-left: 2% !important;
}

.formulario>.buscador {
  margin-left: 5.6% !important;
  width: 88% !important;
  margin-right: 0.1% !important;
}

.formulario>.buscador>input {
  width: 87.4% !important;
  padding-left: 2% !important;
  margin-right: 2.23% !important;
}

.formulario>div>textarea {
  width: 87.5% !important;
  padding-left: 1% !important;
}

.formulario>div>.input_image {
  margin-left: 2% !important;

}

.formulario>div>select {
  background-color: var(--main-blue-dark-color);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.formulario>div>.stela {
  width: 90% !important;
  padding-left: 1% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.formulario>div>button {
  margin-left: 26% !important;
  width: 40%;
}

.div_login {
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
}

.lista_paises {
  list-style: none;
}

.select {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

.selectBox {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap !important;
  background-color: var(--main-blue-color);
  width: 91.78% !important;
  margin-right: 2.015% !important;
}

.selectBox>p {
  padding-left: 2% !important;
}

.options {
  width: 100% !important;
}

.option {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  margin-top: 4% !important;
}

.contentOption {
  display: flex !important;
  flex-wrap: wrap !important;
  background-color: var(--main-blue-dark-color);
  width: 78.98% !important;
  margin-right: 2% !important;
  align-items: center;
  padding-left: 2% !important;
  margin-left: 2.644% !important;
  color: white;
}

.scroll_lista {
  overflow-y: scroll;
}

.formulario>.fechaNacimiento {
  width: 100% !important;
}

.formulario>.fechaNacimiento>div {
  width: 99% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.formulario>.fechaNacimiento>div>div {
  background-color: var(--main-blue-color);
  width: 91.9% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}

.formulario>.fechaNacimiento>div>div>input {
  padding-left: 2% !important;
  width: 100%;
  background-color: var(--main-blue-color);
  outline: none;
}

.formulario>.horas {
  width: 100% !important;
}

.formulario>.horas>div {
  width: 99.18% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.formulario>.horas>div>div>P {
  display: block !important;
  width: 49% !important;
  margin-left: 1% !important;
}

.formulario>.horas>div>div {
  display: flex;
  flex-wrap: wrap;
  width: 48.995% !important;
}

.formulario>.horas>div>div>div {
  background-color: var(--main-blue-color);

  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-content: center;

}

.formulario>.horas>div>div>div>input {
  padding-left: 2% !important;
  background-color: var(--main-blue-color);
  outline: none;
}

a {
  margin-top: 10% !important;
}

.formulario>.descripcion {
  margin-bottom: 3%;
}

app-componente-desplegable {
  margin-bottom: 3% !important;
}

.formulario>.clicable {
  margin-top: 0% !important;
  width: 100% !important;
  margin-bottom: 0% !important;
}

/*----------------------------- FIN BANDA FORMULARIO --------------------------------*/
/*-----------------------------LOGIN--------------------------------*/
.formulario>.divLogin {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-bottom: 1% !important;
  width: 70% !important;
  margin-left: 16% !important;
}

.formulario>.divLogin>.input_text_login {
  width: 84% !important;
  padding-left: 2% !important;
}

.formulario>.divLogin>.input_image_login {
  margin-left: 2% !important;
}

.labelLogin {
  width: 100% !important;
  padding-left: 16% !important;
}

.loginOpt {
  display: flex;
  justify-content: space-between !important;
  width: 70% !important;
  margin-left: 15% !important;
}

.divBottom {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-around !important;
  align-self: flex-end !important;
  bottom: 0;
  width: 100%;
  max-height: 10vh;
}

.CuerpoLogin {
  min-height: 90vh;
}

/*-----------------------------FIN LOGIN--------------------------------*/
/*-----------------------------CODE ERROR--------------------------------*/
.code_error {
  width: 75% !important;
  margin-left: 13% !important;
  margin-top: 4% !important;
}

.code_error>.p_correcto {
  color: var(--main-blue-color);
  padding: 5% 0% 5% 5% !important;
}

.code_error>.p_error {
  color: var(--main-red-color);
  padding: 5% 0% 5% 5% !important;
}

/*-----------------------------FIN CODE ERROR--------------------------------*/
/*----------------------------- DESCRIPCION--------------------------------*/
.descripcion {
  width: 97% !important;
  padding: 2% 0% 2% 0%;
}

.descripcion>p {
  color: var(--main-white-color);
  margin: 4% 0% 2% 2% !important;
}

.descripcion>.p_evento {
  color: var(--main-white-color);
  width: 80vw !important;
  margin-top: 4% !important;
  margin-bottom: 2% !important;
  margin-left: 2% !important;
  display: block;
  display: -webkit-box;
  line-height: 100% !important;
  -webkit-line-clamp: lines;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.descripcion>.p_descripcion {
  min-height: 10vw !important;
  margin-left: 2% !important;
}

.descripcion>img {
  position: absolute;
  margin-left: 80vw !important;
}

.descripcion>div {
  color: var(--main-white-color);
  display: flex !important;
  flex-wrap: wrap !important;
  margin-top: 2% !important;
  margin-bottom: 4% !important;
  margin-left: 2% !important;
  align-self: flex-end !important;
  width: 80vw !important;
}

.descripcion>div>div {
  background-color: var(--main-blue-color);
  margin-right: 1% !important;
  margin-bottom: 1% !important;
}

/*-----------------------------FIN DESCRIPCION--------------------------------*/
/*----------------------------- DESCRIPCION--------------------------------*/
.descripcionEventos {
  width: 97% !important;
}

.descripcionEventos>p {
  color: var(--main-white-color);
  margin-top: 4% !important;
  margin-bottom: 2% !important;
  margin-left: 2% !important;
}

.descripcionEventos>.p_eventoEventos {
  color: var(--main-white-color);
  width: 80vw !important;
  margin-top: 4% !important;
  margin-bottom: 2% !important;
  margin-left: 2% !important;
  display: block;
  display: -webkit-box;
  line-height: 100% !important;
  -webkit-line-clamp: lines;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.descripcionEventos>.p_descripcionEventos {
  width: 79vw !important;
  min-height: 10vw !important;
  margin-left: 2% !important;
}

.descripcionEventos>img {
  position: absolute;
  margin-left: 80vw !important;
}

.descripcionEventos>div {
  color: var(--main-white-color);
  display: flex !important;
  flex-wrap: wrap !important;
  margin-top: 2% !important;
  margin-bottom: 4% !important;
  margin-left: 2% !important;
  align-self: flex-end !important;
  width: 80vw !important;
}

.descripcionEventos>div>div {
  background-color: var(--main-blue-color);
  margin: 0% 1% 0% 0% !important;
  padding: 0.5% 2% 0.5% 2% !important;
}

/*-----------------------------FIN DESCRIPCION--------------------------------*/
/*-----------------------------DESCRIPCION-UPGRADE--------------------------------*/

.descripcion_upgrade {
  width: 97% !important;
}

.descripcion_upgrade>p {
  color: var(--main-white-color);
  margin-top: 4% !important;
  margin-bottom: 2% !important;
  margin-left: 1% !important;
}

.instrucciones>p {
  margin-top: 7% !important;
  text-align: center !important;
  color: var(--main-white-color);
  display: block;
  display: -webkit-box;
  line-height: 100% !important;
  -webkit-line-clamp: lines;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*-----------------------------FIN DESCRIPCION-UPGRADE--------------------------------*/
/*-----------------------------MOSAICO--------------------------------*/
.mosaico {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-top: 3% !important;
  justify-content: space-around !important;
  width: 97% !important;
}

.mosaico>div {
  color: var(--main-white-color);
  margin-top: 1% !important;
  width: 16% !important;
}

.mosaico>div>img {
  margin-left: 20% !important;
}

.mosaico>div>p {
  text-align: center !important;
  margin-top: 1% !important;
}

.mosaico>div>div {
  margin-left: 20% !important;
  background-color: var(--main-blue-dark-color-transparent);
}

/*-----------------------------FIN MOSAICO--------------------------------*/
/*-----------------------------URL--------------------------------*/
.url {
  margin-top: 5% !important;
  width: 97% !important;
}

.url>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.url>div>div {
  display: flex;
  flex-wrap: wrap;
  width: 48% !important;
  margin-bottom: 3% !important;
}

/*Cambiar estilo*/
.url>div>div>div {
  padding-left: 2% !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.url>div>div>div>p {
  text-align: center !important;
  width: 100% !important;
}

/*-----------------------------FIN URL--------------------------------*/
/*----------------------------- MENSAJES --------------------------------*/
.mensaje {
  color: var(--main-gray-color);
  padding: 1% 10% 1% 10%;
}

/*-----------------------------FIN MENSAJES --------------------------------*/
/*-----------------------------CARTEL--------------------------------*/
.cartel {
  width: 97% !important;
  margin-top: 3% !important;
}

.cartel>img {
  width: 100% !important;
}

/*-----------------------------FIN CARTEL--------------------------------*/
/*-----------------------------LETRAS--------------------------------*/

/*-----------------------------FIN LETRAS--------------------------------*/
.border_left_azul {
  border-left: 1.5vw solid var(--main-blue-color) !important;
}
.border_left_azul_md {
  border-left: 1vw solid var(--main-blue-color) !important;
}
.border_left_azul_lg {
  border-left: 1vw solid var(--main-blue-color) !important;
}

.border_left_negro {
  border-left: 1.5vw solid var(--main-black-color) !important;
}

.border_left_gris {
  border-left: 1.5vw solid var(--main-gray-color) !important;
}

.border_left_verde {
  border-left: 1.5vw solid var(--main-green-color) !important;
}
.border_left_verde_md {
  border-left: 1vw solid var(--main-green-color) !important;
}

.border_left_verde_lg {
  border-left: 0.5vw solid var(--main-green-color) !important;
}
.border_right_negro {
  border-right: 1.5vw solid var(--main-black-color) !important;
}

.space_left_negro {
  border-left: 5.42vw solid var(--main-black-color) !important;
}

.space_right_negro {
  border-right: 5.42vw solid var(--main-black-color) !important;
}
.space_left_negro_md{
  margin-left: 5.42%;
}
.space_right_negro_md{
  margin-right: 5.42%;
}
.margin {
  margin: auto
}

.letra_negrita {
  font-weight: bold;
}

.puntos_suspensivos {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bakground_blue_input {
  background-color: var(--main-blue-second-dark-color);
}

.background_blue {
  background-color: var(--main-blue-color);
}

.background_red {
  background-color: var(--main-red-color);
}

.background_black {
  background-color: var(--main-black-color);
}

.background_gray {
  background-color: var(--main-gray-color);
}

.background_gray_disabled {
  background-color: var(--main-gray-color-disbled);
}

.letra_cursiva {
  font-style: oblique;
}

.borde_azul_right_header {
  border-right: 1.5vw solid var(--main-blue-color) !important;
}

.ancho_linea_azul {
  /*border-top: 0.5vw solid var(--main-blue-color) !important;*/
  border-top: 0.1em solid var(--main-blue-color) !important;
  width: 97% !important;
  margin-left: 1.5% !important;
}

.ancho_linea_azul_home {

  margin-left: 5.42%;
  border-top: 0.2em solid var(--main-blue-color) !important;
  /*border-top: 0.5vw solid var(--main-blue-color) !important;*/
  width: 88.6% !important;

}

.borde_azul_top_header {
  border-top: 0.5vw solid var(--main-blue-color) !important;
}

.borde_azul_bottom_header {
  border-bottom: 3px solid var(--main-blue-color) !important;
}

.borde_azul_top {
  border-top: 2px solid var(--main-blue-color) !important;
}

.borde_azul_bottom {
  border-bottom: 2px solid var(--main-blue-color) !important;
}

.borde_azul_left {
  border-left: 2px solid var(--main-blue-color) !important;
}

.borde_azul_right {
  border-right: 2px solid var(--main-blue-color) !important;
}

.borde_azul_eventos {
  border-left: 1.5vw solid var(--main-blue-color) !important;
}

.borde_azul_header {
  border-left: 1.5vw solid var(--main-blue-color) !important;
}

.borde_azul_oscuro {
  border: 1.5vw solid var(--main-blue-dark-color) !important;
}

.borde_right_0 {
  border-right: 0;
}

.background_transparent {
  background-color: transparent;
}

.background_cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.overflow_hidden {
  overflow: hidden;
}

.borde_letra_negro {
  font-weight: bold;
}

.texto_enorme {
  font-size: 6.27vw;
}

.titulos_grande {
  font-size: 5.1vw;
}

.texto_mediano {
  font-size: 4.1vw;
}

.texto_medio_pequeño {
  font-size: 3.14vw;
}

.texto_pequeño {
  font-size: 2.66vw;
}

.texto_niveles {
  font-size: 2.17vw;
}

.texto_pago {
  font-size: 1.9vw;
}

@media (min-width: 600px)
{
  .texto_enorme {
    font-size: 3.135vw;
  }

  .titulos_grande {
    font-size: 2.55vw;
  }

  .texto_mediano {
    font-size: 2.05vw;
  }

  .texto_medio_pequeño {
    font-size: 1.57vw;
  }

  .texto_pequeño {
    font-size: 1.57vw;
  }

  .texto_niveles {
    font-size: 1.085vw;
  }

  .texto_pago {
    font-size: 0.95vw;
  }
}
@media (min-width: 1024px)
{
  .texto_enorme {
    font-size: 1.881vw;
  }

  .titulos_grande {
    font-size: 1.53vw;
  }

  .texto_mediano {
    font-size: 1.23vw;
  }

  .texto_medio_pequeño {
    font-size: 0.942vw;
  }

  .texto_pequeño {
    font-size: 0.798vw;
  }

  .texto_niveles {
    font-size: 0.651vw;
  }

  .texto_pago {
    font-size: 0.57vw;
  }
}

.sombra {
  text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000,
    1px -1px 1px #000;
}

.display_inline {
  display: inline !important;
}

.display_inline_block {
  display: inline-block !important;
}

.display_block {
  display: block;
}

.position_relative {
  position: relative;
}

.position_fixed {
  position: fixed;
}

.position_absolute {
  position: absolute;
}

.top_0 {
  top: 0;
}

.bottom_0 {
  bottom: 0;
}

.bottom_1 {
  bottom: 1;
}

.left_0 {
  left: 0;
}

.right_0 {
  right: 0;
}

.letra_gris {
  color: var(--main-gray-color) !important;
}

.letra_negra {
  color: var(--main-black-color) !important;
}

.letra_blanca {
  color: var(--main-white-color) !important;
}

.letra_roja {
  color: var(--main-red-color) !important;
}

.letra_azul {
  color: var(--main-blue-color) !important;
}

.letra_dorada {
  color: var(--main-golden-color) !important;
}

.letra_alerta {
  color: var(--main-alert-color) !important;
}

.texto_centrado {
  text-align: center;
}

/*----------------------------- MARGIN TOP --------------------------------*/
.margin_top_0_5 {
  margin-top: 0.5% !important;
}

.margin_top_0 {
  margin-top: 0% !important;
}

.margin_top_1 {
  margin-top: 1% !important;
}

.margin_top_2 {
  margin-top: 2% !important;
}

.margin_top_3 {
  margin-top: 3% !important;
}

.margin_top_4 {
  margin-top: 4% !important;
}

.margin_top_5 {
  margin-top: 5% !important;
}

.margin_top_6 {
  margin-top: 6% !important;
}

.margin_top_7 {
  margin-top: 7% !important;
}

.margin_top_8 {
  margin-top: 8% !important;
}

.margin_top_9 {
  margin-top: 9% !important;
}

.margin_top_10 {
  margin-top: 10% !important;
}

.margin_top_11 {
  margin-top: 11% !important;
}

.margin_top_12 {
  margin-top: 12% !important;
}

.margin_top_13 {
  margin-top: 13% !important;
}

.margin_top_14 {
  margin-top: 14% !important;
}

.margin_top_15 {
  margin-top: 15% !important;
}

.margin_top_16 {
  margin-top: 16% !important;
}

.margin_top_17 {
  margin-top: 17% !important;
}

.margin_top_18 {
  margin-top: 18% !important;
}

.margin_top_19 {
  margin-top: 19% !important;
}

.margin_top_20 {
  margin-top: 20% !important;
}

.margin_top_21 {
  margin-top: 21% !important;
}

.margin_top_22 {
  margin-top: 22% !important;
}

.margin_top_23 {
  margin-top: 23% !important;
}

.margin_top_24 {
  margin-top: 24% !important;
}

.margin_top_25 {
  margin-top: 25% !important;
}

.margin_top_26 {
  margin-top: 26% !important;
}

.margin_top_27 {
  margin-top: 27% !important;
}

.margin_top_28 {
  margin-top: 28% !important;
}

.margin_top_29 {
  margin-top: 30% !important;
}

.margin_top_30 {
  margin-top: 30% !important;
}

.margin_top_31 {
  margin-top: 31% !important;
}

.margin_top_32 {
  margin-top: 32% !important;
}

.margin_top_33 {
  margin-top: 33% !important;
}

.margin_top_34 {
  margin-top: 34% !important;
}

.margin_top_35 {
  margin-top: 35% !important;
}

.margin_top_36 {
  margin-top: 36% !important;
}

.margin_top_37 {
  margin-top: 37% !important;
}

.margin_top_38 {
  margin-top: 38% !important;
}

.margin_top_39 {
  margin-top: 39% !important;
}

.margin_top_40 {
  margin-top: 40% !important;
}

.margin_top_41 {
  margin-top: 41% !important;
}

.margin_top_42 {
  margin-top: 42% !important;
}

.margin_top_43 {
  margin-top: 43% !important;
}

.margin_top_44 {
  margin-top: 44% !important;
}

.margin_top_45 {
  margin-top: 45% !important;
}

.margin_top_46 {
  margin-top: 46% !important;
}

.margin_top_47 {
  margin-top: 47% !important;
}

.margin_top_48 {
  margin-top: 48% !important;
}

.margin_top_49 {
  margin-top: 49% !important;
}

.margin_top_50 {
  margin-top: 50% !important;
}

.margin_top_51 {
  margin-top: 51% !important;
}

.margin_top_52 {
  margin-top: 52% !important;
}

.margin_top_53 {
  margin-top: 53% !important;
}

.margin_top_54 {
  margin-top: 54% !important;
}

.margin_top_55 {
  margin-top: 55% !important;
}

.margin_top_56 {
  margin-top: 56% !important;
}

.margin_top_57 {
  margin-top: 57% !important;
}

.margin_top_58 {
  margin-top: 58% !important;
}

.margin_top_59 {
  margin-top: 59% !important;
}

.margin_top_60 {
  margin-top: 60% !important;
}

.margin_top_61 {
  margin-top: 61% !important;
}

.margin_top_62 {
  margin-top: 62% !important;
}

.margin_top_63 {
  margin-top: 63% !important;
}

.margin_top_64 {
  margin-top: 64% !important;
}

.margin_top_65 {
  margin-top: 65% !important;
}

.margin_top_66 {
  margin-top: 66% !important;
}

.margin_top_67 {
  margin-top: 67% !important;
}

.margin_top_68 {
  margin-top: 68% !important;
}

.margin_top_69 {
  margin-top: 69% !important;
}

.margin_top_70 {
  margin-top: 70% !important;
}

.margin_top_71 {
  margin-top: 71% !important;
}

.margin_top_72 {
  margin-top: 72% !important;
}

.margin_top_73 {
  margin-top: 73% !important;
}

.margin_top_74 {
  margin-top: 74% !important;
}

.margin_top_75 {
  margin-top: 75% !important;
}

.margin_top_76 {
  margin-top: 76% !important;
}

.margin_top_77 {
  margin-top: 77% !important;
}

.margin_top_78 {
  margin-top: 78% !important;
}

.margin_top_79 {
  margin-top: 79% !important;
}

.margin_top_80 {
  margin-top: 80% !important;
}

.margin_top_81 {
  margin-top: 81% !important;
}

.margin_top_82 {
  margin-top: 82% !important;
}

.margin_top_83 {
  margin-top: 83% !important;
}

.margin_top_84 {
  margin-top: 84% !important;
}

.margin_top_85 {
  margin-top: 85% !important;
}

.margin_top_86 {
  margin-top: 86% !important;
}

.margin_top_87 {
  margin-top: 97% !important;
}

.margin_top_88 {
  margin-top: 88% !important;
}

.margin_top_89 {
  margin-top: 89% !important;
}

.margin_top_90 {
  margin-top: 90% !important;
}

.margin_top_91 {
  margin-top: 91% !important;
}

.margin_top_92 {
  margin-top: 91% !important;
}

.margin_top_93 {
  margin-top: 93% !important;
}

.margin_top_94 {
  margin-top: 94% !important;
}

.margin_top_95 {
  margin-top: 95% !important;
}

.margin_top_96 {
  margin-top: 96% !important;
}

.margin_top_97 {
  margin-top: 97% !important;
}

.margin_top_98 {
  margin-top: 98% !important;
}

.margin_top_99 {
  margin-top: 99% !important;
}

.margin_top_100 {
  margin-top: 100% !important;
}

/*----------------------------- MARGIN BOTTOM -----------------------------*/
.margin_bottom_0_5 {
  margin-bottom: 0.5% !important;
}

.margin_bottom_0 {
  margin-bottom: 0% !important;
}

.margin_bottom_1 {
  margin-bottom: 1% !important;
}

.margin_bottom_2 {
  margin-bottom: 2% !important;
}

.margin_bottom_3 {
  margin-bottom: 3% !important;
}

.margin_bottom_4 {
  margin-bottom: 4% !important;
}

.margin_bottom_5 {
  margin-bottom: 5% !important;
}

.margin_bottom_6 {
  margin-bottom: 6% !important;
}

.margin_bottom_7 {
  margin-bottom: 7% !important;
}

.margin_bottom_8 {
  margin-bottom: 8% !important;
}

.margin_bottom_9 {
  margin-bottom: 9% !important;
}

.margin_bottom_10 {
  margin-bottom: 10% !important;
}

.margin_bottom_11 {
  margin-bottom: 11% !important;
}

.margin_bottom_12 {
  margin-bottom: 12% !important;
}

.margin_bottom_13 {
  margin-bottom: 13% !important;
}

.margin_bottom_14 {
  margin-bottom: 14% !important;
}

.margin_bottom_15 {
  margin-bottom: 15% !important;
}

.margin_bottom_16 {
  margin-bottom: 16% !important;
}

.margin_bottom_17 {
  margin-bottom: 17% !important;
}

.margin_bottom_18 {
  margin-bottom: 18% !important;
}

.margin_bottom_19 {
  margin-bottom: 19% !important;
}

.margin_bottom_20 {
  margin-bottom: 20% !important;
}

.margin_bottom_21 {
  margin-bottom: 21% !important;
}

.margin_bottom_22 {
  margin-bottom: 22% !important;
}

.margin_bottom_23 {
  margin-bottom: 23% !important;
}

.margin_bottom_24 {
  margin-bottom: 24% !important;
}

.margin_bottom_25 {
  margin-bottom: 25% !important;
}

.margin_bottom_26 {
  margin-bottom: 26% !important;
}

.margin_bottom_27 {
  margin-bottom: 28% !important;
}

.margin_bottom_29 {
  margin-bottom: 30% !important;
}

.margin_bottom_30 {
  margin-bottom: 30% !important;
}

.margin_bottom_31 {
  margin-bottom: 31% !important;
}

.margin_bottom_32 {
  margin-bottom: 32% !important;
}

.margin_bottom_33 {
  margin-bottom: 33% !important;
}

.margin_bottom_34 {
  margin-bottom: 34% !important;
}

.margin_bottom_35 {
  margin-bottom: 35% !important;
}

.margin_bottom_36 {
  margin-bottom: 36% !important;
}

.margin_bottom_37 {
  margin-bottom: 37% !important;
}

.margin_bottom_38 {
  margin-bottom: 38% !important;
}

.margin_bottom_39 {
  margin-bottom: 39% !important;
}

.margin_bottom_40 {
  margin-bottom: 40% !important;
}

.margin_bottom_41 {
  margin-bottom: 41% !important;
}

.margin_bottom_42 {
  margin-bottom: 42% !important;
}

.margin_bottom_43 {
  margin-bottom: 43% !important;
}

.margin_bottom_44 {
  margin-bottom: 44% !important;
}

.margin_bottom_45 {
  margin-bottom: 45% !important;
}

.margin_bottom_46 {
  margin-bottom: 46% !important;
}

.margin_bottom_47 {
  margin-bottom: 47% !important;
}

.margin_bottom_48 {
  margin-bottom: 48% !important;
}

.margin_bottom_49 {
  margin-bottom: 49% !important;
}

.margin_bottom_50 {
  margin-bottom: 50% !important;
}

.margin_bottom_51 {
  margin-bottom: 51% !important;
}

.margin_bottom_52 {
  margin-bottom: 52% !important;
}

.margin_bottom_53 {
  margin-bottom: 53% !important;
}

.margin_bottom_54 {
  margin-bottom: 54% !important;
}

.margin_bottom_55 {
  margin-bottom: 55% !important;
}

.margin_bottom_56 {
  margin-bottom: 56% !important;
}

.margin_bottom_57 {
  margin-bottom: 57% !important;
}

.margin_bottom_58 {
  margin-bottom: 58% !important;
}

.margin_bottom_59 {
  margin-bottom: 59% !important;
}

.margin_bottom_60 {
  margin-bottom: 60% !important;
}

.margin_bottom_61 {
  margin-bottom: 61% !important;
}

.margin_bottom_62 {
  margin-bottom: 62% !important;
}

.margin_bottom_63 {
  margin-bottom: 63% !important;
}

.margin_bottom_64 {
  margin-bottom: 64% !important;
}

.margin_bottom_65 {
  margin-bottom: 65% !important;
}

.margin_bottom_66 {
  margin-bottom: 66% !important;
}

.margin_bottom_67 {
  margin-bottom: 67% !important;
}

.margin_bottom_68 {
  margin-bottom: 68% !important;
}

.margin_bottom_69 {
  margin-bottom: 69% !important;
}

.margin_bottom_70 {
  margin-bottom: 70% !important;
}

.margin_bottom_71 {
  margin-bottom: 71% !important;
}

.margin_bottom_72 {
  margin-bottom: 72% !important;
}

.margin_bottom_73 {
  margin-bottom: 73% !important;
}

.margin_bottom_74 {
  margin-bottom: 74% !important;
}

.margin_bottom_75 {
  margin-bottom: 75% !important;
}

.margin_bottom_76 {
  margin-bottom: 76% !important;
}

.margin_bottom_77 {
  margin-bottom: 77% !important;
}

.margin_bottom_78 {
  margin-bottom: 78% !important;
}

.margin_bottom_79 {
  margin-bottom: 79% !important;
}

.margin_bottom_80 {
  margin-bottom: 80% !important;
}

.margin_bottom_81 {
  margin-bottom: 81% !important;
}

.margin_bottom_82 {
  margin-bottom: 82% !important;
}

.margin_bottom_83 {
  margin-bottom: 83% !important;
}

.margin_bottom_84 {
  margin-bottom: 84% !important;
}

.margin_bottom_85 {
  margin-bottom: 85% !important;
}

.margin_bottom_86 {
  margin-bottom: 86% !important;
}

.margin_bottom_87 {
  margin-bottom: 97% !important;
}

.margin_bottom_88 {
  margin-bottom: 88% !important;
}

.margin_bottom_89 {
  margin-bottom: 89% !important;
}

.margin_bottom_90 {
  margin-bottom: 90% !important;
}

.margin_bottom_91 {
  margin-bottom: 91% !important;
}

.margin_bottom_92 {
  margin-bottom: 91% !important;
}

.margin_bottom_93 {
  margin-bottom: 93% !important;
}

.margin_bottom_94 {
  margin-bottom: 94% !important;
}

.margin_bottom_95 {
  margin-bottom: 95% !important;
}

.margin_bottom_96 {
  margin-bottom: 96% !important;
}

.margin_bottom_97 {
  margin-bottom: 97% !important;
}

.margin_bottom_98 {
  margin-bottom: 98% !important;
}

.margin_bottom_99 {
  margin-bottom: 99% !important;
}

.margin_bottom_100 {
  margin-bottom: 100% !important;
}

/*----------------------------- MARGIN left -------------------------------*/
.margin_left_0_5 {
  margin-left: 0.5% !important;
}

.margin_left_0 {
  margin-left: 0% !important;
}

.margin_left_1 {
  margin-left: 1% !important;
}

.margin_left_2 {
  margin-left: 2% !important;
}

.margin_left_3 {
  margin-left: 3% !important;
}

.margin_left_4 {
  margin-left: 4% !important;
}

.margin_left_5 {
  margin-left: 5% !important;
}

.margin_left_6 {
  margin-left: 6% !important;
}

.margin_left_7 {
  margin-left: 7% !important;
}

.margin_left_8 {
  margin-left: 8% !important;
}

.margin_left_9 {
  margin-left: 9% !important;
}

.margin_left_10 {
  margin-left: 10% !important;
}

.margin_left_11 {
  margin-left: 11% !important;
}

.margin_left_12 {
  margin-left: 12% !important;
}

.margin_left_13 {
  margin-left: 13% !important;
}

.margin_left_14 {
  margin-left: 14% !important;
}

.margin_left_15 {
  margin-left: 15% !important;
}

.margin_left_16 {
  margin-left: 16% !important;
}

.margin_left_17 {
  margin-left: 17% !important;
}

.margin_left_18 {
  margin-left: 18% !important;
}

.margin_left_19 {
  margin-left: 19% !important;
}

.margin_left_20 {
  margin-left: 20% !important;
}

.margin_left_21 {
  margin-left: 21% !important;
}

.margin_left_22 {
  margin-left: 22% !important;
}

.margin_left_23 {
  margin-left: 23% !important;
}

.margin_left_24 {
  margin-left: 24% !important;
}

.margin_left_25 {
  margin-left: 25% !important;
}

.margin_left_26 {
  margin-left: 26% !important;
}

.margin_left_27 {
  margin-left: 28% !important;
}

.margin_left_29 {
  margin-left: 30% !important;
}

.margin_left_30 {
  margin-left: 30% !important;
}

.margin_left_31 {
  margin-left: 31% !important;
}

.margin_left_32 {
  margin-left: 32% !important;
}

.margin_left_33 {
  margin-left: 33% !important;
}

.margin_left_34 {
  margin-left: 34% !important;
}

.margin_left_35 {
  margin-left: 35% !important;
}

.margin_left_36 {
  margin-left: 36% !important;
}

.margin_left_37 {
  margin-left: 37% !important;
}

.margin_left_38 {
  margin-left: 38% !important;
}

.margin_left_39 {
  margin-left: 39% !important;
}

.margin_left_40 {
  margin-left: 40% !important;
}

.margin_left_41 {
  margin-left: 41% !important;
}

.margin_left_42 {
  margin-left: 42% !important;
}

.margin_left_43 {
  margin-left: 43% !important;
}

.margin_left_44 {
  margin-left: 44% !important;
}

.margin_left_45 {
  margin-left: 45% !important;
}

.margin_left_46 {
  margin-left: 46% !important;
}

.margin_left_47 {
  margin-left: 47% !important;
}

.margin_left_48 {
  margin-left: 48% !important;
}

.margin_left_49 {
  margin-left: 49% !important;
}

.margin_left_50 {
  margin-left: 50% !important;
}

.margin_left_51 {
  margin-left: 51% !important;
}

.margin_left_52 {
  margin-left: 52% !important;
}

.margin_left_53 {
  margin-left: 53% !important;
}

.margin_left_54 {
  margin-left: 54% !important;
}

.margin_left_55 {
  margin-left: 55% !important;
}

.margin_left_56 {
  margin-left: 56% !important;
}

.margin_left_57 {
  margin-left: 57% !important;
}

.margin_left_58 {
  margin-left: 58% !important;
}

.margin_left_59 {
  margin-left: 59% !important;
}

.margin_left_60 {
  margin-left: 60% !important;
}

.margin_left_61 {
  margin-left: 61% !important;
}

.margin_left_62 {
  margin-left: 62% !important;
}

.margin_left_63 {
  margin-left: 63% !important;
}

.margin_left_64 {
  margin-left: 64% !important;
}

.margin_left_65 {
  margin-left: 65% !important;
}

.margin_left_66 {
  margin-left: 66% !important;
}

.margin_left_67 {
  margin-left: 67% !important;
}

.margin_left_68 {
  margin-left: 68% !important;
}

.margin_left_69 {
  margin-left: 69% !important;
}

.margin_left_70 {
  margin-left: 70% !important;
}

.margin_left_71 {
  margin-left: 71% !important;
}

.margin_left_72 {
  margin-left: 72% !important;
}

.margin_left_73 {
  margin-left: 73% !important;
}

.margin_left_74 {
  margin-left: 74% !important;
}

.margin_left_75 {
  margin-left: 75% !important;
}

.margin_left_76 {
  margin-left: 76% !important;
}

.margin_left_77 {
  margin-left: 77% !important;
}

.margin_left_78 {
  margin-left: 78% !important;
}

.margin_left_79 {
  margin-left: 79% !important;
}

.margin_left_80 {
  margin-left: 80% !important;
}

.margin_left_81 {
  margin-left: 81% !important;
}

.margin_left_82 {
  margin-left: 82% !important;
}

.margin_left_83 {
  margin-left: 83% !important;
}

.margin_left_84 {
  margin-left: 84% !important;
}

.margin_left_85 {
  margin-left: 85% !important;
}

.margin_left_86 {
  margin-left: 86% !important;
}

.margin_left_87 {
  margin-left: 97% !important;
}

.margin_left_88 {
  margin-left: 88% !important;
}

.margin_left_89 {
  margin-left: 89% !important;
}

.margin_left_90 {
  margin-left: 90% !important;
}

.margin_left_91 {
  margin-left: 91% !important;
}

.margin_left_92 {
  margin-left: 91% !important;
}

.margin_left_93 {
  margin-left: 93% !important;
}

.margin_left_94 {
  margin-left: 94% !important;
}

.margin_left_95 {
  margin-left: 95% !important;
}

.margin_left_96 {
  margin-left: 96% !important;
}

.margin_left_97 {
  margin-left: 97% !important;
}

.margin_left_98 {
  margin-left: 98% !important;
}

.margin_left_99 {
  margin-left: 99% !important;
}

.margin_left_100 {
  margin-left: 100% !important;
}

/*----------------------------- MARGIN RIGHT ------------------------------*/
.margin_right_0_5 {
  margin-right: 0.5% !important;
}

.margin_right_0 {
  margin-right: 0% !important;
}

.margin_right_1 {
  margin-right: 1% !important;
}

.margin_right_2 {
  margin-right: 2% !important;
}

.margin_right_3 {
  margin-right: 3% !important;
}

.margin_right_4 {
  margin-right: 4% !important;
}

.margin_right_5 {
  margin-right: 5% !important;
}

.margin_right_6 {
  margin-right: 6% !important;
}

.margin_right_7 {
  margin-right: 7% !important;
}

.margin_right_8 {
  margin-right: 8% !important;
}

.margin_right_9 {
  margin-right: 9% !important;
}

.margin_right_10 {
  margin-right: 10% !important;
}

.margin_right_11 {
  margin-right: 11% !important;
}

.margin_right_12 {
  margin-right: 12% !important;
}

.margin_right_13 {
  margin-right: 13% !important;
}

.margin_right_14 {
  margin-right: 14% !important;
}

.margin_right_15 {
  margin-right: 15% !important;
}

.margin_right_16 {
  margin-right: 16% !important;
}

.margin_right_17 {
  margin-right: 17% !important;
}

.margin_right_18 {
  margin-right: 18% !important;
}

.margin_right_19 {
  margin-right: 19% !important;
}

.margin_right_20 {
  margin-right: 20% !important;
}

.margin_right_21 {
  margin-right: 21% !important;
}

.margin_right_22 {
  margin-right: 22% !important;
}

.margin_right_23 {
  margin-right: 23% !important;
}

.margin_right_24 {
  margin-right: 24% !important;
}

.margin_right_25 {
  margin-right: 25% !important;
}

.margin_right_26 {
  margin-right: 26% !important;
}

.margin_right_27 {
  margin-right: 28% !important;
}

.margin_right_29 {
  margin-right: 30% !important;
}

.margin_right_30 {
  margin-right: 30% !important;
}

.margin_right_31 {
  margin-right: 31% !important;
}

.margin_right_32 {
  margin-right: 32% !important;
}

.margin_right_33 {
  margin-right: 33% !important;
}

.margin_right_34 {
  margin-right: 34% !important;
}

.margin_right_35 {
  margin-right: 35% !important;
}

.margin_right_36 {
  margin-right: 36% !important;
}

.margin_right_37 {
  margin-right: 37% !important;
}

.margin_right_38 {
  margin-right: 38% !important;
}

.margin_right_39 {
  margin-right: 39% !important;
}

.margin_right_40 {
  margin-right: 40% !important;
}

.margin_right_41 {
  margin-right: 41% !important;
}

.margin_right_42 {
  margin-right: 42% !important;
}

.margin_right_43 {
  margin-right: 43% !important;
}

.margin_right_44 {
  margin-right: 44% !important;
}

.margin_right_45 {
  margin-right: 45% !important;
}

.margin_right_46 {
  margin-right: 46% !important;
}

.margin_right_47 {
  margin-right: 47% !important;
}

.margin_right_48 {
  margin-right: 48% !important;
}

.margin_right_49 {
  margin-right: 49% !important;
}

.margin_right_50 {
  margin-right: 50% !important;
}

.margin_right_51 {
  margin-right: 51% !important;
}

.margin_right_52 {
  margin-right: 52% !important;
}

.margin_right_53 {
  margin-right: 53% !important;
}

.margin_right_54 {
  margin-right: 54% !important;
}

.margin_right_55 {
  margin-right: 55% !important;
}

.margin_right_56 {
  margin-right: 56% !important;
}

.margin_right_57 {
  margin-right: 57% !important;
}

.margin_right_58 {
  margin-right: 58% !important;
}

.margin_right_59 {
  margin-right: 59% !important;
}

.margin_right_60 {
  margin-right: 60% !important;
}

.margin_right_61 {
  margin-right: 61% !important;
}

.margin_right_62 {
  margin-right: 62% !important;
}

.margin_right_63 {
  margin-right: 63% !important;
}

.margin_right_64 {
  margin-right: 64% !important;
}

.margin_right_65 {
  margin-right: 65% !important;
}

.margin_right_66 {
  margin-right: 66% !important;
}

.margin_right_67 {
  margin-right: 67% !important;
}

.margin_right_68 {
  margin-right: 68% !important;
}

.margin_right_69 {
  margin-right: 69% !important;
}

.margin_right_70 {
  margin-right: 70% !important;
}

.margin_right_71 {
  margin-right: 71% !important;
}

.margin_right_72 {
  margin-right: 72% !important;
}

.margin_right_73 {
  margin-right: 73% !important;
}

.margin_right_74 {
  margin-right: 74% !important;
}

.margin_right_75 {
  margin-right: 75% !important;
}

.margin_right_76 {
  margin-right: 76% !important;
}

.margin_right_77 {
  margin-right: 77% !important;
}

.margin_right_78 {
  margin-right: 78% !important;
}

.margin_right_79 {
  margin-right: 79% !important;
}

.margin_right_80 {
  margin-right: 80% !important;
}

.margin_right_81 {
  margin-right: 81% !important;
}

.margin_right_82 {
  margin-right: 82% !important;
}

.margin_right_83 {
  margin-right: 83% !important;
}

.margin_right_84 {
  margin-right: 84% !important;
}

.margin_right_85 {
  margin-right: 85% !important;
}

.margin_right_86 {
  margin-right: 86% !important;
}

.margin_right_87 {
  margin-right: 97% !important;
}

.margin_right_88 {
  margin-right: 88% !important;
}

.margin_right_89 {
  margin-right: 89% !important;
}

.margin_right_90 {
  margin-right: 90% !important;
}

.margin_right_91 {
  margin-right: 91% !important;
}

.margin_right_92 {
  margin-right: 91% !important;
}

.margin_right_93 {
  margin-right: 93% !important;
}

.margin_right_94 {
  margin-right: 94% !important;
}

.margin_right_95 {
  margin-right: 95% !important;
}

.margin_right_96 {
  margin-right: 96% !important;
}

.margin_right_97 {
  margin-right: 97% !important;
}

.margin_right_98 {
  margin-right: 98% !important;
}

.margin_right_99 {
  margin-right: 99% !important;
}

.margin_right_100 {
  margin-right: 100% !important;
}

/*----------------------------- PADDING TOP -------------------------------*/

.padding_top_0 {
  padding-top: 0% !important;
}

.padding_top_1 {
  padding-top: 1% !important;
}

.padding_top_2 {
  padding-top: 2% !important;
}

.padding_top_3 {
  padding-top: 3% !important;
}

.padding_top_4 {
  padding-top: 4% !important;
}

.padding_top_5 {
  padding-top: 5% !important;
}

.padding_top_6 {
  padding-top: 6% !important;
}

.padding_top_7 {
  padding-top: 7% !important;
}

.padding_top_8 {
  padding-top: 8% !important;
}

.padding_top_9 {
  padding-top: 9% !important;
}

.padding_top_10 {
  padding-top: 10% !important;
}

.padding_top_11 {
  padding-top: 11% !important;
}

.padding_top_12 {
  padding-top: 12% !important;
}

.padding_top_13 {
  padding-top: 13% !important;
}

.padding_top_14 {
  padding-top: 14% !important;
}

.padding_top_15 {
  padding-top: 15% !important;
}

.padding_top_16 {
  padding-top: 16% !important;
}

.padding_top_17 {
  padding-top: 17% !important;
}

.padding_top_18 {
  padding-top: 18% !important;
}

.padding_top_19 {
  padding-top: 19% !important;
}

.padding_top_20 {
  padding-top: 20% !important;
}

.padding_top_21 {
  padding-top: 21% !important;
}

.padding_top_22 {
  padding-top: 22% !important;
}

.padding_top_23 {
  padding-top: 23% !important;
}

.padding_top_24 {
  padding-top: 24% !important;
}

.padding_top_25 {
  padding-top: 25% !important;
}

.padding_top_26 {
  padding-top: 26% !important;
}

.padding_top_27 {
  padding-top: 28% !important;
}

.padding_top_29 {
  padding-top: 30% !important;
}

.padding_top_30 {
  padding-top: 30% !important;
}

.padding_top_31 {
  padding-top: 31% !important;
}

.padding_top_32 {
  padding-top: 32% !important;
}

.padding_top_33 {
  padding-top: 33% !important;
}

.padding_top_34 {
  padding-top: 34% !important;
}

.padding_top_35 {
  padding-top: 35% !important;
}

.padding_top_36 {
  padding-top: 36% !important;
}

.padding_top_37 {
  padding-top: 37% !important;
}

.padding_top_38 {
  padding-top: 38% !important;
}

.padding_top_39 {
  padding-top: 39% !important;
}

.padding_top_40 {
  padding-top: 40% !important;
}

.padding_top_41 {
  padding-top: 41% !important;
}

.padding_top_42 {
  padding-top: 42% !important;
}

.padding_top_43 {
  padding-top: 43% !important;
}

.padding_top_44 {
  padding-top: 44% !important;
}

.padding_top_45 {
  padding-top: 45% !important;
}

.padding_top_46 {
  padding-top: 46% !important;
}

.padding_top_47 {
  padding-top: 47% !important;
}

.padding_top_48 {
  padding-top: 48% !important;
}

.padding_top_49 {
  padding-top: 49% !important;
}

.padding_top_50 {
  padding-top: 50% !important;
}

.padding_top_51 {
  padding-top: 51% !important;
}

.padding_top_52 {
  padding-top: 52% !important;
}

.padding_top_53 {
  padding-top: 53% !important;
}

.padding_top_54 {
  padding-top: 54% !important;
}

.padding_top_55 {
  padding-top: 55% !important;
}

.padding_top_56 {
  padding-top: 56% !important;
}

.padding_top_57 {
  padding-top: 57% !important;
}

.padding_top_58 {
  padding-top: 58% !important;
}

.padding_top_59 {
  padding-top: 59% !important;
}

.padding_top_60 {
  padding-top: 60% !important;
}

.padding_top_61 {
  padding-top: 61% !important;
}

.padding_top_62 {
  padding-top: 62% !important;
}

.padding_top_63 {
  padding-top: 63% !important;
}

.padding_top_64 {
  padding-top: 64% !important;
}

.padding_top_65 {
  padding-top: 65% !important;
}

.padding_top_66 {
  padding-top: 66% !important;
}

.padding_top_67 {
  padding-top: 67% !important;
}

.padding_top_68 {
  padding-top: 68% !important;
}

.padding_top_69 {
  padding-top: 69% !important;
}

.padding_top_70 {
  padding-top: 70% !important;
}

.padding_top_71 {
  padding-top: 71% !important;
}

.padding_top_72 {
  padding-top: 72% !important;
}

.padding_top_73 {
  padding-top: 73% !important;
}

.padding_top_74 {
  padding-top: 74% !important;
}

.padding_top_75 {
  padding-top: 75% !important;
}

.padding_top_76 {
  padding-top: 76% !important;
}

.padding_top_77 {
  padding-top: 77% !important;
}

.padding_top_78 {
  padding-top: 78% !important;
}

.padding_top_79 {
  padding-top: 79% !important;
}

.padding_top_80 {
  padding-top: 80% !important;
}

.padding_top_81 {
  padding-top: 81% !important;
}

.padding_top_82 {
  padding-top: 82% !important;
}

.padding_top_83 {
  padding-top: 83% !important;
}

.padding_top_84 {
  padding-top: 84% !important;
}

.padding_top_85 {
  padding-top: 85% !important;
}

.padding_top_86 {
  padding-top: 86% !important;
}

.padding_top_87 {
  padding-top: 97% !important;
}

.padding_top_88 {
  padding-top: 88% !important;
}

.padding_top_89 {
  padding-top: 89% !important;
}

.padding_top_90 {
  padding-top: 90% !important;
}

.padding_top_91 {
  padding-top: 91% !important;
}

.padding_top_92 {
  padding-top: 91% !important;
}

.padding_top_93 {
  padding-top: 93% !important;
}

.padding_top_94 {
  padding-top: 94% !important;
}

.padding_top_95 {
  padding-top: 95% !important;
}

.padding_top_96 {
  padding-top: 96% !important;
}

.padding_top_97 {
  padding-top: 97% !important;
}

.padding_top_98 {
  padding-top: 98% !important;
}

.padding_top_99 {
  padding-top: 99% !important;
}

.padding_top_100 {
  padding-top: 100% !important;
}

/*----------------------------- PADDING BOTTOM ----------------------------*/

.padding_bottom_0 {
  padding-bottom: 0% !important;
}

.padding_bottom_1 {
  padding-bottom: 1% !important;
}

.padding_bottom_2 {
  padding-bottom: 2% !important;
}

.padding_bottom_3 {
  padding-bottom: 3% !important;
}

.padding_bottom_4 {
  padding-bottom: 4% !important;
}

.padding_bottom_5 {
  padding-bottom: 5% !important;
}

.padding_bottom_6 {
  padding-bottom: 6% !important;
}

.padding_bottom_7 {
  padding-bottom: 7% !important;
}

.padding_bottom_8 {
  padding-bottom: 8% !important;
}

.padding_bottom_9 {
  padding-bottom: 9% !important;
}

.padding_bottom_10 {
  padding-bottom: 10% !important;
}

.padding_bottom_11 {
  padding-bottom: 11% !important;
}

.padding_bottom_12 {
  padding-bottom: 12% !important;
}

.padding_bottom_13 {
  padding-bottom: 13% !important;
}

.padding_bottom_14 {
  padding-bottom: 14% !important;
}

.padding_bottom_15 {
  padding-bottom: 15% !important;
}

.padding_bottom_16 {
  padding-bottom: 16% !important;
}

.padding_bottom_17 {
  padding-bottom: 17% !important;
}

.padding_bottom_18 {
  padding-bottom: 18% !important;
}

.padding_bottom_19 {
  padding-bottom: 19% !important;
}

.padding_bottom_20 {
  padding-bottom: 20% !important;
}

.padding_bottom_21 {
  padding-bottom: 21% !important;
}

.padding_bottom_22 {
  padding-bottom: 22% !important;
}

.padding_bottom_23 {
  padding-bottom: 23% !important;
}

.padding_bottom_24 {
  padding-bottom: 24% !important;
}

.padding_bottom_25 {
  padding-bottom: 25% !important;
}

.padding_bottom_26 {
  padding-bottom: 26% !important;
}

.padding_bottom_27 {
  padding-bottom: 28% !important;
}

.padding_bottom_29 {
  padding-bottom: 30% !important;
}

.padding_bottom_30 {
  padding-bottom: 30% !important;
}

.padding_bottom_31 {
  padding-bottom: 31% !important;
}

.padding_bottom_32 {
  padding-bottom: 32% !important;
}

.padding_bottom_33 {
  padding-bottom: 33% !important;
}

.padding_bottom_34 {
  padding-bottom: 34% !important;
}

.padding_bottom_35 {
  padding-bottom: 35% !important;
}

.padding_bottom_36 {
  padding-bottom: 36% !important;
}

.padding_bottom_37 {
  padding-bottom: 37% !important;
}

.padding_bottom_38 {
  padding-bottom: 38% !important;
}

.padding_bottom_39 {
  padding-bottom: 39% !important;
}

.padding_bottom_40 {
  padding-bottom: 40% !important;
}

.padding_bottom_41 {
  padding-bottom: 41% !important;
}

.padding_bottom_42 {
  padding-bottom: 42% !important;
}

.padding_bottom_43 {
  padding-bottom: 43% !important;
}

.padding_bottom_44 {
  padding-bottom: 44% !important;
}

.padding_bottom_45 {
  padding-bottom: 45% !important;
}

.padding_bottom_46 {
  padding-bottom: 46% !important;
}

.padding_bottom_47 {
  padding-bottom: 47% !important;
}

.padding_bottom_48 {
  padding-bottom: 48% !important;
}

.padding_bottom_49 {
  padding-bottom: 49% !important;
}

.padding_bottom_50 {
  padding-bottom: 50% !important;
}

.padding_bottom_51 {
  padding-bottom: 51% !important;
}

.padding_bottom_52 {
  padding-bottom: 52% !important;
}

.padding_bottom_53 {
  padding-bottom: 53% !important;
}

.padding_bottom_54 {
  padding-bottom: 54% !important;
}

.padding_bottom_55 {
  padding-bottom: 55% !important;
}

.padding_bottom_56 {
  padding-bottom: 56% !important;
}

.padding_bottom_57 {
  padding-bottom: 57% !important;
}

.padding_bottom_58 {
  padding-bottom: 58% !important;
}

.padding_bottom_59 {
  padding-bottom: 59% !important;
}

.padding_bottom_60 {
  padding-bottom: 60% !important;
}

.padding_bottom_61 {
  padding-bottom: 61% !important;
}

.padding_bottom_62 {
  padding-bottom: 62% !important;
}

.padding_bottom_63 {
  padding-bottom: 63% !important;
}

.padding_bottom_64 {
  padding-bottom: 64% !important;
}

.padding_bottom_65 {
  padding-bottom: 65% !important;
}

.padding_bottom_66 {
  padding-bottom: 66% !important;
}

.padding_bottom_67 {
  padding-bottom: 67% !important;
}

.padding_bottom_68 {
  padding-bottom: 68% !important;
}

.padding_bottom_69 {
  padding-bottom: 69% !important;
}

.padding_bottom_70 {
  padding-bottom: 70% !important;
}

.padding_bottom_71 {
  padding-bottom: 71% !important;
}

.padding_bottom_72 {
  padding-bottom: 72% !important;
}

.padding_bottom_73 {
  padding-bottom: 73% !important;
}

.padding_bottom_74 {
  padding-bottom: 74% !important;
}

.padding_bottom_75 {
  padding-bottom: 75% !important;
}

.padding_bottom_76 {
  padding-bottom: 76% !important;
}

.padding_bottom_77 {
  padding-bottom: 77% !important;
}

.padding_bottom_78 {
  padding-bottom: 78% !important;
}

.padding_bottom_79 {
  padding-bottom: 79% !important;
}

.padding_bottom_80 {
  padding-bottom: 80% !important;
}

.padding_bottom_81 {
  padding-bottom: 81% !important;
}

.padding_bottom_82 {
  padding-bottom: 82% !important;
}

.padding_bottom_83 {
  padding-bottom: 83% !important;
}

.padding_bottom_84 {
  padding-bottom: 84% !important;
}

.padding_bottom_85 {
  padding-bottom: 85% !important;
}

.padding_bottom_86 {
  padding-bottom: 86% !important;
}

.padding_bottom_87 {
  padding-bottom: 97% !important;
}

.padding_bottom_88 {
  padding-bottom: 88% !important;
}

.padding_bottom_89 {
  padding-bottom: 89% !important;
}

.padding_bottom_90 {
  padding-bottom: 90% !important;
}

.padding_bottom_91 {
  padding-bottom: 91% !important;
}

.padding_bottom_92 {
  padding-bottom: 91% !important;
}

.padding_bottom_93 {
  padding-bottom: 93% !important;
}

.padding_bottom_94 {
  padding-bottom: 94% !important;
}

.padding_bottom_95 {
  padding-bottom: 95% !important;
}

.padding_bottom_96 {
  padding-bottom: 96% !important;
}

.padding_bottom_97 {
  padding-bottom: 97% !important;
}

.padding_bottom_98 {
  padding-bottom: 98% !important;
}

.padding_bottom_99 {
  padding-bottom: 99% !important;
}

.padding_bottom_100 {
  padding-bottom: 100% !important;
}

/*----------------------------- PADDING LEFT ------------------------------*/
.padding_left_0 {
  padding-left: 0% !important;
}

.padding_left_05 {
  padding-left: 0.5% !important;
}

.padding_left_1 {
  padding-left: 1% !important;
}

.padding_left_2 {
  padding-left: 2% !important;
}

.padding_left_3 {
  padding-left: 3% !important;
}

.padding_left_4 {
  padding-left: 4% !important;
}

.padding_left_5 {
  padding-left: 5% !important;
}

.padding_left_6 {
  padding-left: 6% !important;
}

.padding_left_7 {
  padding-left: 7% !important;
}

.padding_left_8 {
  padding-left: 8% !important;
}

.padding_left_9 {
  padding-left: 9% !important;
}

.padding_left_10 {
  padding-left: 10% !important;
}

.padding_left_11 {
  padding-left: 11% !important;
}

.padding_left_12 {
  padding-left: 12% !important;
}

.padding_left_13 {
  padding-left: 13% !important;
}

.padding_left_14 {
  padding-left: 14% !important;
}

.padding_left_15 {
  padding-left: 15% !important;
}

.padding_left_16 {
  padding-left: 16% !important;
}

.padding_left_17 {
  padding-left: 17% !important;
}

.padding_left_18 {
  padding-left: 18% !important;
}

.padding_left_19 {
  padding-left: 19% !important;
}

.padding_left_20 {
  padding-left: 20% !important;
}

.padding_left_21 {
  padding-left: 21% !important;
}

.padding_left_22 {
  padding-left: 22% !important;
}

.padding_left_23 {
  padding-left: 23% !important;
}

.padding_left_24 {
  padding-left: 24% !important;
}

.padding_left_25 {
  padding-left: 25% !important;
}

.padding_left_26 {
  padding-left: 26% !important;
}

.padding_left_27 {
  padding-left: 28% !important;
}

.padding_left_29 {
  padding-left: 30% !important;
}

.padding_left_30 {
  padding-left: 30% !important;
}

.padding_left_31 {
  padding-left: 31% !important;
}

.padding_left_32 {
  padding-left: 32% !important;
}

.padding_left_33 {
  padding-left: 33% !important;
}

.padding_left_34 {
  padding-left: 34% !important;
}

.padding_left_35 {
  padding-left: 35% !important;
}

.padding_left_36 {
  padding-left: 36% !important;
}

.padding_left_37 {
  padding-left: 37% !important;
}

.padding_left_38 {
  padding-left: 38% !important;
}

.padding_left_39 {
  padding-left: 39% !important;
}

.padding_left_40 {
  padding-left: 40% !important;
}

.padding_left_41 {
  padding-left: 41% !important;
}

.padding_left_42 {
  padding-left: 42% !important;
}

.padding_left_43 {
  padding-left: 43% !important;
}

.padding_left_44 {
  padding-left: 44% !important;
}

.padding_left_45 {
  padding-left: 45% !important;
}

.padding_left_46 {
  padding-left: 46% !important;
}

.padding_left_47 {
  padding-left: 47% !important;
}

.padding_left_48 {
  padding-left: 48% !important;
}

.padding_left_49 {
  padding-left: 49% !important;
}

.padding_left_50 {
  padding-left: 50% !important;
}

.padding_left_51 {
  padding-left: 51% !important;
}

.padding_left_52 {
  padding-left: 52% !important;
}

.padding_left_53 {
  padding-left: 53% !important;
}

.padding_left_54 {
  padding-left: 54% !important;
}

.padding_left_55 {
  padding-left: 55% !important;
}

.padding_left_56 {
  padding-left: 56% !important;
}

.padding_left_57 {
  padding-left: 57% !important;
}

.padding_left_58 {
  padding-left: 58% !important;
}

.padding_left_59 {
  padding-left: 59% !important;
}

.padding_left_60 {
  padding-left: 60% !important;
}

.padding_left_61 {
  padding-left: 61% !important;
}

.padding_left_62 {
  padding-left: 62% !important;
}

.padding_left_63 {
  padding-left: 63% !important;
}

.padding_left_64 {
  padding-left: 64% !important;
}

.padding_left_65 {
  padding-left: 65% !important;
}

.padding_left_66 {
  padding-left: 66% !important;
}

.padding_left_67 {
  padding-left: 67% !important;
}

.padding_left_68 {
  padding-left: 68% !important;
}

.padding_left_69 {
  padding-left: 69% !important;
}

.padding_left_70 {
  padding-left: 70% !important;
}

.padding_left_71 {
  padding-left: 71% !important;
}

.padding_left_72 {
  padding-left: 72% !important;
}

.padding_left_73 {
  padding-left: 73% !important;
}

.padding_left_74 {
  padding-left: 74% !important;
}

.padding_left_75 {
  padding-left: 75% !important;
}

.padding_left_76 {
  padding-left: 76% !important;
}

.padding_left_77 {
  padding-left: 77% !important;
}

.padding_left_78 {
  padding-left: 78% !important;
}

.padding_left_79 {
  padding-left: 79% !important;
}

.padding_left_80 {
  padding-left: 80% !important;
}

.padding_left_81 {
  padding-left: 81% !important;
}

.padding_left_82 {
  padding-left: 82% !important;
}

.padding_left_83 {
  padding-left: 83% !important;
}

.padding_left_84 {
  padding-left: 84% !important;
}

.padding_left_85 {
  padding-left: 85% !important;
}

.padding_left_86 {
  padding-left: 86% !important;
}

.padding_left_87 {
  padding-left: 97% !important;
}

.padding_left_88 {
  padding-left: 88% !important;
}

.padding_left_89 {
  padding-left: 89% !important;
}

.padding_left_90 {
  padding-left: 90% !important;
}

.padding_left_91 {
  padding-left: 91% !important;
}

.padding_left_92 {
  padding-left: 91% !important;
}

.padding_left_93 {
  padding-left: 93% !important;
}

.padding_left_94 {
  padding-left: 94% !important;
}

.padding_left_95 {
  padding-left: 95% !important;
}

.padding_left_96 {
  padding-left: 96% !important;
}

.padding_left_97 {
  padding-left: 97% !important;
}

.padding_left_98 {
  padding-left: 98% !important;
}

.padding_left_99 {
  padding-left: 99% !important;
}

.padding_left_100 {
  padding-left: 100% !important;
}

/*----------------------------- PADDING RIGHT -----------------------------*/
.padding_right_0 {
  padding-right: 0% !important;
}

.padding_right_1 {
  padding-right: 1% !important;
}

.padding_right_2 {
  padding-right: 2% !important;
}

.padding_right_3 {
  padding-right: 3% !important;
}

.padding_right_4 {
  padding-right: 4% !important;
}

.padding_right_5 {
  padding-right: 5% !important;
}

.padding_right_6 {
  padding-right: 6% !important;
}

.padding_right_7 {
  padding-right: 7% !important;
}

.padding_right_8 {
  padding-right: 8% !important;
}

.padding_right_9 {
  padding-right: 9% !important;
}

.padding_right_10 {
  padding-right: 10% !important;
}

.padding_right_11 {
  padding-right: 11% !important;
}

.padding_right_12 {
  padding-right: 12% !important;
}

.padding_right_13 {
  padding-right: 13% !important;
}

.padding_right_14 {
  padding-right: 14% !important;
}

.padding_right_15 {
  padding-right: 15% !important;
}

.padding_right_16 {
  padding-right: 16% !important;
}

.padding_right_17 {
  padding-right: 17% !important;
}

.padding_right_18 {
  padding-right: 18% !important;
}

.padding_right_19 {
  padding-right: 19% !important;
}

.padding_right_20 {
  padding-right: 20% !important;
}

.padding_right_21 {
  padding-right: 21% !important;
}

.padding_right_22 {
  padding-right: 22% !important;
}

.padding_right_23 {
  padding-right: 23% !important;
}

.padding_right_24 {
  padding-right: 24% !important;
}

.padding_right_25 {
  padding-right: 25% !important;
}

.padding_right_26 {
  padding-right: 26% !important;
}

.padding_right_27 {
  padding-right: 28% !important;
}

.padding_right_29 {
  padding-right: 30% !important;
}

.padding_right_30 {
  padding-right: 30% !important;
}

.padding_right_31 {
  padding-right: 31% !important;
}

.padding_right_32 {
  padding-right: 32% !important;
}

.padding_right_33 {
  padding-right: 33% !important;
}

.padding_right_34 {
  padding-right: 34% !important;
}

.padding_right_35 {
  padding-right: 35% !important;
}

.padding_right_36 {
  padding-right: 36% !important;
}

.padding_right_37 {
  padding-right: 37% !important;
}

.padding_right_38 {
  padding-right: 38% !important;
}

.padding_right_39 {
  padding-right: 39% !important;
}

.padding_right_40 {
  padding-right: 40% !important;
}

.padding_right_41 {
  padding-right: 41% !important;
}

.padding_right_42 {
  padding-right: 42% !important;
}

.padding_right_43 {
  padding-right: 43% !important;
}

.padding_right_44 {
  padding-right: 44% !important;
}

.padding_right_45 {
  padding-right: 45% !important;
}

.padding_right_46 {
  padding-right: 46% !important;
}

.padding_right_47 {
  padding-right: 47% !important;
}

.padding_right_48 {
  padding-right: 48% !important;
}

.padding_right_49 {
  padding-right: 49% !important;
}

.padding_right_50 {
  padding-right: 50% !important;
}

.padding_right_51 {
  padding-right: 51% !important;
}

.padding_right_52 {
  padding-right: 52% !important;
}

.padding_right_53 {
  padding-right: 53% !important;
}

.padding_right_54 {
  padding-right: 54% !important;
}

.padding_right_55 {
  padding-right: 55% !important;
}

.padding_right_56 {
  padding-right: 56% !important;
}

.padding_right_57 {
  padding-right: 57% !important;
}

.padding_right_58 {
  padding-right: 58% !important;
}

.padding_right_59 {
  padding-right: 59% !important;
}

.padding_right_60 {
  padding-right: 60% !important;
}

.padding_right_61 {
  padding-right: 61% !important;
}

.padding_right_62 {
  padding-right: 62% !important;
}

.padding_right_63 {
  padding-right: 63% !important;
}

.padding_right_64 {
  padding-right: 64% !important;
}

.padding_right_65 {
  padding-right: 65% !important;
}

.padding_right_66 {
  padding-right: 66% !important;
}

.padding_right_67 {
  padding-right: 67% !important;
}

.padding_right_68 {
  padding-right: 68% !important;
}

.padding_right_69 {
  padding-right: 69% !important;
}

.padding_right_70 {
  padding-right: 70% !important;
}

.padding_right_71 {
  padding-right: 71% !important;
}

.padding_right_72 {
  padding-right: 72% !important;
}

.padding_right_73 {
  padding-right: 73% !important;
}

.padding_right_74 {
  padding-right: 74% !important;
}

.padding_right_75 {
  padding-right: 75% !important;
}

.padding_right_76 {
  padding-right: 76% !important;
}

.padding_right_77 {
  padding-right: 77% !important;
}

.padding_right_78 {
  padding-right: 78% !important;
}

.padding_right_79 {
  padding-right: 79% !important;
}

.padding_right_80 {
  padding-right: 80% !important;
}

.padding_right_81 {
  padding-right: 81% !important;
}

.padding_right_82 {
  padding-right: 82% !important;
}

.padding_right_83 {
  padding-right: 83% !important;
}

.padding_right_84 {
  padding-right: 84% !important;
}

.padding_right_85 {
  padding-right: 85% !important;
}

.padding_right_86 {
  padding-right: 86% !important;
}

.padding_right_87 {
  padding-right: 97% !important;
}

.padding_right_88 {
  padding-right: 88% !important;
}

.padding_right_89 {
  padding-right: 89% !important;
}

.padding_right_90 {
  padding-right: 90% !important;
}

.padding_right_91 {
  padding-right: 91% !important;
}

.padding_right_92 {
  padding-right: 91% !important;
}

.padding_right_93 {
  padding-right: 93% !important;
}

.padding_right_94 {
  padding-right: 94% !important;
}

.padding_right_95 {
  padding-right: 95% !important;
}

.padding_right_96 {
  padding-right: 96% !important;
}

.padding_right_97 {
  padding-right: 97% !important;
}

.padding_right_98 {
  padding-right: 98% !important;
}

.padding_right_99 {
  padding-right: 99% !important;
}

.padding_right_100 {
  padding-right: 100% !important;
}

/*----------------------------- WIDTH -------------------------------------*/
.ancho_total_1 {
  width: 1% !important;
}

.ancho_total_2 {
  width: 2% !important;
}

.ancho_total_3 {
  width: 3% !important;
}

.ancho_total_4 {
  width: 4% !important;
}

.ancho_total_5 {
  width: 5% !important;
}

.ancho_total_6 {
  width: 6% !important;
}

.ancho_total_7 {
  width: 7% !important;
}

.ancho_total_8 {
  width: 8% !important;
}

.ancho_total_9 {
  width: 9% !important;
}

.ancho_total_10 {
  width: 10% !important;
}

.ancho_total_11 {
  width: 11% !important;
}

.ancho_total_12 {
  width: 12% !important;
}

.ancho_total_13 {
  width: 13% !important;
}

.ancho_total_14 {
  width: 14% !important;
}

.ancho_total_15 {
  width: 15% !important;
}

.ancho_total_16 {
  width: 16% !important;
}

.ancho_total_17 {
  width: 17% !important;
}

.ancho_total_18 {
  width: 18% !important;
}

.ancho_total_19 {
  width: 19% !important;
}

.ancho_total_20 {
  width: 20% !important;
}

.ancho_total_21 {
  width: 21% !important;
}

.ancho_total_22 {
  width: 22% !important;
}

.ancho_total_23 {
  width: 23% !important;
}

.ancho_total_24 {
  width: 24% !important;
}

.ancho_total_25 {
  width: 25% !important;
}

.ancho_total_26 {
  width: 26% !important;
}

.ancho_total_27 {
  width: 27% !important;
}

.ancho_total_28 {
  width: 28% !important;
}

.ancho_total_29 {
  width: 29% !important;
}

.ancho_total_30 {
  width: 30% !important;
}

.ancho_total_31 {
  width: 31% !important;
}

.ancho_total_32 {
  width: 32% !important;
}

.ancho_total_33 {
  width: 33% !important;
}

.ancho_total_34 {
  width: 34% !important;
}

.ancho_total_35 {
  width: 35% !important;
}

.ancho_total_36 {
  width: 36% !important;
}

.ancho_total_37 {
  width: 37% !important;
}

.ancho_total_38 {
  width: 38% !important;
}

.ancho_total_39 {
  width: 39% !important;
}

.ancho_total_40 {
  width: 40% !important;
}

.ancho_total_41 {
  width: 41% !important;
}

.ancho_total_42 {
  width: 42% !important;
}

.ancho_total_43 {
  width: 43% !important;
}

.ancho_total_44 {
  width: 44% !important;
}

.ancho_total_45 {
  width: 45% !important;
}

.ancho_total_46 {
  width: 46% !important;
}

.ancho_total_47 {
  width: 47% !important;
}

.ancho_total_48 {
  width: 48% !important;
}

.ancho_total_49 {
  width: 49% !important;
}

.ancho_total_50 {
  width: 50% !important;
}

.ancho_total_51 {
  width: 51% !important;
}

.ancho_total_52 {
  width: 52% !important;
}

.ancho_total_53 {
  width: 53% !important;
}

.ancho_total_54 {
  width: 54% !important;
}

.ancho_total_55 {
  width: 55% !important;
}

.ancho_total_56 {
  width: 56% !important;
}

.ancho_total_57 {
  width: 57% !important;
}

.ancho_total_58 {
  width: 58% !important;
}

.ancho_total_59 {
  width: 59% !important;
}

.ancho_total_60 {
  width: 60% !important;
}

.ancho_total_61 {
  width: 61% !important;
}

.ancho_total_62 {
  width: 62% !important;
}

.ancho_total_63 {
  width: 63% !important;
}

.ancho_total_64 {
  width: 64% !important;
}

.ancho_total_65 {
  width: 65% !important;
}

.ancho_total_66 {
  width: 66% !important;
}

.ancho_total_67 {
  width: 67% !important;
}

.ancho_total_68 {
  width: 68% !important;
}

.ancho_total_69 {
  width: 69% !important;
}

.ancho_total_70 {
  width: 70% !important;
}

.ancho_total_71 {
  width: 71% !important;
}

.ancho_total_72 {
  width: 72% !important;
}

.ancho_total_73 {
  width: 73% !important;
}

.ancho_total_74 {
  width: 74% !important;
}

.ancho_total_75 {
  width: 75% !important;
}

.ancho_total_76 {
  width: 76% !important;
}

.ancho_total_77 {
  width: 77% !important;
}

.ancho_total_78 {
  width: 78% !important;
}

.ancho_total_79 {
  width: 79% !important;
}

.ancho_total_80 {
  width: 80% !important;
}

.ancho_total_81 {
  width: 81% !important;
}

.ancho_total_82 {
  width: 82% !important;
}

.ancho_total_83 {
  width: 83% !important;
}

.ancho_total_84 {
  width: 84% !important;
}

.ancho_total_85 {
  width: 85% !important;
}

.ancho_total_86 {
  width: 86% !important;
}

.ancho_total_87 {
  width: 87% !important;
}

.ancho_total_88 {
  width: 88% !important;
}

.ancho_total_89 {
  width: 89% !important;
}

.ancho_total_90 {
  width: 90% !important;
}

.ancho_total_91 {
  width: 91% !important;
}

.ancho_total_92 {
  width: 92% !important;
}

.ancho_total_93 {
  width: 93% !important;
}

.ancho_total_94 {
  width: 94% !important;
}

.ancho_total_95 {
  width: 95% !important;
}

.ancho_total_96 {
  width: 96% !important;
}

.ancho_total_97 {
  width: 97% !important;
}

.ancho_total_98 {
  width: 98% !important;
}

.ancho_total_99 {
  width: 99% !important;
}

.ancho_total_100 {
  width: 100% !important;
}

/*----------------------------- WIDTH MAX ---------------------------------*/
.ancho_max_1 {
  max-width: 1% !important;
}

.ancho_max_2 {
  max-width: 2% !important;
}

.ancho_max_3 {
  max-width: 3% !important;
}

.ancho_max_4 {
  max-width: 4% !important;
}

.ancho_max_5 {
  max-width: 5% !important;
}

.ancho_max_6 {
  max-width: 6% !important;
}

.ancho_max_7 {
  max-width: 7% !important;
}

.ancho_max_8 {
  max-width: 8% !important;
}

.ancho_max_9 {
  max-width: 9% !important;
}

.ancho_max_10 {
  max-width: 10% !important;
}

.ancho_max_11 {
  max-width: 11% !important;
}

.ancho_max_12 {
  max-width: 12% !important;
}

.ancho_max_13 {
  max-width: 13% !important;
}

.ancho_max_14 {
  max-width: 14% !important;
}

.ancho_max_15 {
  max-width: 15% !important;
}

.ancho_max_16 {
  max-width: 16% !important;
}

.ancho_max_17 {
  max-width: 17% !important;
}

.ancho_max_18 {
  max-width: 18% !important;
}

.ancho_max_19 {
  max-width: 19% !important;
}

.ancho_max_20 {
  max-width: 20% !important;
}

.ancho_max_21 {
  max-width: 21% !important;
}

.ancho_max_22 {
  max-width: 22% !important;
}

.ancho_max_23 {
  max-width: 23% !important;
}

.ancho_max_24 {
  max-width: 24% !important;
}

.ancho_max_25 {
  max-width: 25% !important;
}

.ancho_max_26 {
  max-width: 26% !important;
}

.ancho_max_27 {
  max-width: 27% !important;
}

.ancho_max_28 {
  max-width: 28% !important;
}

.ancho_max_29 {
  max-width: 29% !important;
}

.ancho_max_30 {
  max-width: 30% !important;
}

.ancho_max_31 {
  max-width: 31% !important;
}

.ancho_max_32 {
  max-width: 32% !important;
}

.ancho_max_33 {
  max-width: 33% !important;
}

.ancho_max_34 {
  max-width: 34% !important;
}

.ancho_max_35 {
  max-width: 35% !important;
}

.ancho_max_36 {
  max-width: 36% !important;
}

.ancho_max_37 {
  max-width: 37% !important;
}

.ancho_max_38 {
  max-width: 38% !important;
}

.ancho_max_39 {
  max-width: 39% !important;
}

.ancho_max_40 {
  max-width: 40% !important;
}

.ancho_max_41 {
  max-width: 41% !important;
}

.ancho_max_42 {
  max-width: 42% !important;
}

.ancho_max_43 {
  max-width: 43% !important;
}

.ancho_max_44 {
  max-width: 44% !important;
}

.ancho_max_45 {
  max-width: 45% !important;
}

.ancho_max_46 {
  max-width: 46% !important;
}

.ancho_max_47 {
  max-width: 47% !important;
}

.ancho_max_48 {
  max-width: 48% !important;
}

.ancho_max_49 {
  max-width: 49% !important;
}

.ancho_max_50 {
  max-width: 50% !important;
}

.ancho_max_51 {
  max-width: 51% !important;
}

.ancho_max_52 {
  max-width: 52% !important;
}

.ancho_max_53 {
  max-width: 53% !important;
}

.ancho_max_54 {
  max-width: 54% !important;
}

.ancho_max_55 {
  max-width: 55% !important;
}

.ancho_max_56 {
  max-width: 56% !important;
}

.ancho_max_57 {
  max-width: 57% !important;
}

.ancho_max_58 {
  max-width: 58% !important;
}

.ancho_max_59 {
  max-width: 59% !important;
}

.ancho_max_60 {
  max-width: 60% !important;
}

.ancho_max_61 {
  max-width: 61% !important;
}

.ancho_max_62 {
  max-width: 62% !important;
}

.ancho_max_63 {
  max-width: 63% !important;
}

.ancho_max_64 {
  max-width: 64% !important;
}

.ancho_max_65 {
  max-width: 65% !important;
}

.ancho_max_66 {
  max-width: 66% !important;
}

.ancho_max_67 {
  max-width: 67% !important;
}

.ancho_max_68 {
  max-width: 68% !important;
}

.ancho_max_69 {
  max-width: 69% !important;
}

.ancho_max_70 {
  max-width: 70% !important;
}

.ancho_max_71 {
  max-width: 71% !important;
}

.ancho_max_72 {
  max-width: 72% !important;
}

.ancho_max_73 {
  max-width: 73% !important;
}

.ancho_max_74 {
  max-width: 74% !important;
}

.ancho_max_75 {
  max-width: 75% !important;
}

.ancho_max_76 {
  max-width: 76% !important;
}

.ancho_max_77 {
  max-width: 77% !important;
}

.ancho_max_78 {
  max-width: 78% !important;
}

.ancho_max_79 {
  max-width: 79% !important;
}

.ancho_max_80 {
  max-width: 80% !important;
}

.ancho_max_81 {
  max-width: 81% !important;
}

.ancho_max_82 {
  max-width: 82% !important;
}

.ancho_max_83 {
  max-width: 83% !important;
}

.ancho_max_84 {
  max-width: 84% !important;
}

.ancho_max_85 {
  max-width: 85% !important;
}

.ancho_max_86 {
  max-width: 86% !important;
}

.ancho_max_87 {
  max-width: 87% !important;
}

.ancho_max_88 {
  max-width: 88% !important;
}

.ancho_max_89 {
  max-width: 89% !important;
}

.ancho_max_90 {
  max-width: 90% !important;
}

.ancho_max_91 {
  max-width: 91% !important;
}

.ancho_max_92 {
  max-width: 92% !important;
}

.ancho_max_93 {
  max-width: 93% !important;
}

.ancho_max_94 {
  max-width: 94% !important;
}

.ancho_max_95 {
  max-width: 95% !important;
}

.ancho_max_96 {
  max-width: 96% !important;
}

.ancho_max_97 {
  max-width: 97% !important;
}

.ancho_max_98 {
  max-width: 98% !important;
}

.ancho_max_99 {
  max-width: 99% !important;
}

.ancho_max_100 {
  max-width: 100% !important;
}

/*----------------------------- WIDTH MIN ---------------------------------*/
.ancho_min_1 {
  min-width: 1% !important;
}

.ancho_min_2 {
  min-width: 2% !important;
}

.ancho_min_3 {
  min-width: 3% !important;
}

.ancho_min_4 {
  min-width: 4% !important;
}

.ancho_min_5 {
  min-width: 5% !important;
}

.ancho_min_6 {
  min-width: 6% !important;
}

.ancho_min_7 {
  min-width: 7% !important;
}

.ancho_min_8 {
  min-width: 8% !important;
}

.ancho_min_9 {
  min-width: 9% !important;
}

.ancho_min_10 {
  min-width: 10% !important;
}

.ancho_min_11 {
  min-width: 11% !important;
}

.ancho_min_12 {
  min-width: 12% !important;
}

.ancho_min_13 {
  min-width: 13% !important;
}

.ancho_min_14 {
  min-width: 14% !important;
}

.ancho_min_15 {
  min-width: 15% !important;
}

.ancho_min_16 {
  min-width: 16% !important;
}

.ancho_min_17 {
  min-width: 17% !important;
}

.ancho_min_18 {
  min-width: 18% !important;
}

.ancho_min_19 {
  min-width: 19% !important;
}

.ancho_min_20 {
  min-width: 20% !important;
}

.ancho_min_21 {
  min-width: 21% !important;
}

.ancho_min_22 {
  min-width: 22% !important;
}

.ancho_min_23 {
  min-width: 23% !important;
}

.ancho_min_24 {
  min-width: 24% !important;
}

.ancho_min_25 {
  min-width: 25% !important;
}

.ancho_min_26 {
  min-width: 26% !important;
}

.ancho_min_27 {
  min-width: 27% !important;
}

.ancho_min_28 {
  min-width: 28% !important;
}

.ancho_min_29 {
  min-width: 29% !important;
}

.ancho_min_30 {
  min-width: 30% !important;
}

.ancho_min_31 {
  min-width: 31% !important;
}

.ancho_min_32 {
  min-width: 32% !important;
}

.ancho_min_33 {
  min-width: 33% !important;
}

.ancho_min_34 {
  min-width: 34% !important;
}

.ancho_min_35 {
  min-width: 35% !important;
}

.ancho_min_36 {
  min-width: 36% !important;
}

.ancho_min_37 {
  min-width: 37% !important;
}

.ancho_min_38 {
  min-width: 38% !important;
}

.ancho_min_39 {
  min-width: 39% !important;
}

.ancho_min_40 {
  min-width: 40% !important;
}

.ancho_min_41 {
  min-width: 41% !important;
}

.ancho_min_42 {
  min-width: 42% !important;
}

.ancho_min_43 {
  min-width: 43% !important;
}

.ancho_min_44 {
  min-width: 44% !important;
}

.ancho_min_45 {
  min-width: 45% !important;
}

.ancho_min_46 {
  min-width: 46% !important;
}

.ancho_min_47 {
  min-width: 47% !important;
}

.ancho_min_48 {
  min-width: 48% !important;
}

.ancho_min_49 {
  min-width: 49% !important;
}

.ancho_min_50 {
  min-width: 50% !important;
}

.ancho_min_51 {
  min-width: 51% !important;
}

.ancho_min_52 {
  min-width: 52% !important;
}

.ancho_min_53 {
  min-width: 53% !important;
}

.ancho_min_54 {
  min-width: 54% !important;
}

.ancho_min_55 {
  min-width: 55% !important;
}

.ancho_min_56 {
  min-width: 56% !important;
}

.ancho_min_57 {
  min-width: 57% !important;
}

.ancho_min_58 {
  min-width: 58% !important;
}

.ancho_min_59 {
  min-width: 59% !important;
}

.ancho_min_60 {
  min-width: 60% !important;
}

.ancho_min_61 {
  min-width: 61% !important;
}

.ancho_min_62 {
  min-width: 62% !important;
}

.ancho_min_63 {
  min-width: 63% !important;
}

.ancho_min_64 {
  min-width: 64% !important;
}

.ancho_min_65 {
  min-width: 65% !important;
}

.ancho_min_66 {
  min-width: 66% !important;
}

.ancho_min_67 {
  min-width: 67% !important;
}

.ancho_min_68 {
  min-width: 68% !important;
}

.ancho_min_69 {
  min-width: 69% !important;
}

.ancho_min_70 {
  min-width: 70% !important;
}

.ancho_min_71 {
  min-width: 71% !important;
}

.ancho_min_72 {
  min-width: 72% !important;
}

.ancho_min_73 {
  min-width: 73% !important;
}

.ancho_min_74 {
  min-width: 74% !important;
}

.ancho_min_75 {
  min-width: 75% !important;
}

.ancho_min_76 {
  min-width: 76% !important;
}

.ancho_min_77 {
  min-width: 77% !important;
}

.ancho_min_78 {
  min-width: 78% !important;
}

.ancho_min_79 {
  min-width: 79% !important;
}

.ancho_min_80 {
  min-width: 80% !important;
}

.ancho_min_81 {
  min-width: 81% !important;
}

.ancho_min_82 {
  min-width: 82% !important;
}

.ancho_min_83 {
  min-width: 83% !important;
}

.ancho_min_84 {
  min-width: 84% !important;
}

.ancho_min_85 {
  min-width: 85% !important;
}

.ancho_min_86 {
  min-width: 86% !important;
}

.ancho_min_87 {
  min-width: 87% !important;
}

.ancho_min_88 {
  min-width: 88% !important;
}

.ancho_min_89 {
  min-width: 89% !important;
}

.ancho_min_90 {
  min-width: 90% !important;
}

.ancho_min_91 {
  min-width: 91% !important;
}

.ancho_min_92 {
  min-width: 92% !important;
}

.ancho_min_93 {
  min-width: 93% !important;
}

.ancho_min_94 {
  min-width: 94% !important;
}

.ancho_min_95 {
  min-width: 95% !important;
}

.ancho_min_96 {
  min-width: 96% !important;
}

.ancho_min_97 {
  min-width: 97% !important;
}

.ancho_min_98 {
  min-width: 98% !important;
}

.ancho_min_99 {
  min-width: 99% !important;
}

.ancho_min_100 {
  min-width: 100% !important;
}

/*----------------------------- HEIGHT -------------------------------------*/
.alto_total_1 {
  height: 1% !important;
}

.alto_total_2 {
  height: 2% !important;
}

.alto_total_3 {
  height: 3% !important;
}

.alto_total_4 {
  height: 4% !important;
}

.alto_total_5 {
  height: 5% !important;
}

.alto_total_6 {
  height: 6% !important;
}

.alto_total_7 {
  height: 7% !important;
}

.alto_total_8 {
  height: 8% !important;
}

.alto_total_9 {
  height: 9% !important;
}

.alto_total_10 {
  height: 10% !important;
}

.alto_total_11 {
  height: 11% !important;
}

.alto_total_12 {
  height: 12% !important;
}

.alto_total_13 {
  height: 13% !important;
}

.alto_total_14 {
  height: 14% !important;
}

.alto_total_15 {
  height: 15% !important;
}

.alto_total_16 {
  height: 16% !important;
}

.alto_total_17 {
  height: 17% !important;
}

.alto_total_18 {
  height: 18% !important;
}

.alto_total_19 {
  height: 19% !important;
}

.alto_total_20 {
  height: 20% !important;
}

.alto_total_21 {
  height: 21% !important;
}

.alto_total_22 {
  height: 22% !important;
}

.alto_total_23 {
  height: 23% !important;
}

.alto_total_24 {
  height: 24% !important;
}

.alto_total_25 {
  height: 25% !important;
}

.alto_total_26 {
  height: 26% !important;
}

.alto_total_27 {
  height: 27% !important;
}

.alto_total_28 {
  height: 28% !important;
}

.alto_total_29 {
  height: 29% !important;
}

.alto_total_30 {
  height: 30% !important;
}

.alto_total_31 {
  height: 31% !important;
}

.alto_total_32 {
  height: 32% !important;
}

.alto_total_33 {
  height: 33% !important;
}

.alto_total_34 {
  height: 34% !important;
}

.alto_total_35 {
  height: 35% !important;
}

.alto_total_36 {
  height: 36% !important;
}

.alto_total_37 {
  height: 37% !important;
}

.alto_total_38 {
  height: 38% !important;
}

.alto_total_39 {
  height: 39% !important;
}

.alto_total_40 {
  height: 40% !important;
}

.alto_total_41 {
  height: 41% !important;
}

.alto_total_42 {
  height: 42% !important;
}

.alto_total_43 {
  height: 43% !important;
}

.alto_total_44 {
  height: 44% !important;
}

.alto_total_45 {
  height: 45% !important;
}

.alto_total_46 {
  height: 46% !important;
}

.alto_total_47 {
  height: 47% !important;
}

.alto_total_48 {
  height: 48% !important;
}

.alto_total_49 {
  height: 49% !important;
}

.alto_total_50 {
  height: 50% !important;
}

.alto_total_51 {
  height: 51% !important;
}

.alto_total_52 {
  height: 52% !important;
}

.alto_total_53 {
  height: 53% !important;
}

.alto_total_54 {
  height: 54% !important;
}

.alto_total_55 {
  height: 55% !important;
}

.alto_total_56 {
  height: 56% !important;
}

.alto_total_57 {
  height: 57% !important;
}

.alto_total_58 {
  height: 58% !important;
}

.alto_total_59 {
  height: 59% !important;
}

.alto_total_60 {
  height: 60% !important;
}

.alto_total_61 {
  height: 61% !important;
}

.alto_total_62 {
  height: 62% !important;
}

.alto_total_63 {
  height: 63% !important;
}

.alto_total_64 {
  height: 64% !important;
}

.alto_total_65 {
  height: 65% !important;
}

.alto_total_66 {
  height: 66% !important;
}

.alto_total_67 {
  height: 67% !important;
}

.alto_total_68 {
  height: 68% !important;
}

.alto_total_69 {
  height: 69% !important;
}

.alto_total_70 {
  height: 70% !important;
}

.alto_total_71 {
  height: 71% !important;
}

.alto_total_72 {
  height: 72% !important;
}

.alto_total_73 {
  height: 73% !important;
}

.alto_total_74 {
  height: 74% !important;
}

.alto_total_75 {
  height: 75% !important;
}

.alto_total_76 {
  height: 76% !important;
}

.alto_total_77 {
  height: 77% !important;
}

.alto_total_78 {
  height: 78% !important;
}

.alto_total_79 {
  height: 79% !important;
}

.alto_total_80 {
  height: 80% !important;
}

.alto_total_81 {
  height: 81% !important;
}

.alto_total_82 {
  height: 82% !important;
}

.alto_total_83 {
  height: 83% !important;
}

.alto_total_84 {
  height: 84% !important;
}

.alto_total_85 {
  height: 85% !important;
}

.alto_total_86 {
  height: 86% !important;
}

.alto_total_87 {
  height: 87% !important;
}

.alto_total_88 {
  height: 88% !important;
}

.alto_total_89 {
  height: 89% !important;
}

.alto_total_90 {
  height: 90% !important;
}

.alto_total_91 {
  height: 91% !important;
}

.alto_total_92 {
  height: 92% !important;
}

.alto_total_93 {
  height: 93% !important;
}

.alto_total_94 {
  height: 94% !important;
}

.alto_total_95 {
  height: 95% !important;
}

.alto_total_96 {
  height: 96% !important;
}

.alto_total_97 {
  height: 97% !important;
}

.alto_total_98 {
  height: 98% !important;
}

.alto_total_99 {
  height: 99% !important;
}

.alto_total_100 {
  height: 100% !important;
}

/*----------------------------- HEIGHT MAX ---------------------------------*/
.alto_max_1 {
  max-height: 1% !important;
}

.alto_max_2 {
  max-height: 2% !important;
}

.alto_max_3 {
  max-height: 3% !important;
}

.alto_max_4 {
  max-height: 4% !important;
}

.alto_max_5 {
  max-height: 5% !important;
}

.alto_max_6 {
  max-height: 6% !important;
}

.alto_max_7 {
  max-height: 7% !important;
}

.alto_max_8 {
  max-height: 8% !important;
}

.alto_max_9 {
  max-height: 9% !important;
}

.alto_max_10 {
  max-height: 10% !important;
}

.alto_max_11 {
  max-height: 11% !important;
}

.alto_max_12 {
  max-height: 12% !important;
}

.alto_max_13 {
  max-height: 13% !important;
}

.alto_max_14 {
  max-height: 14% !important;
}

.alto_max_15 {
  max-height: 15% !important;
}

.alto_max_16 {
  max-height: 16% !important;
}

.alto_max_17 {
  max-height: 17% !important;
}

.alto_max_18 {
  max-height: 18% !important;
}

.alto_max_19 {
  max-height: 19% !important;
}

.alto_max_20 {
  max-height: 20% !important;
}

.alto_max_21 {
  max-height: 21% !important;
}

.alto_max_22 {
  max-height: 22% !important;
}

.alto_max_23 {
  max-height: 23% !important;
}

.alto_max_24 {
  max-height: 24% !important;
}

.alto_max_25 {
  max-height: 25% !important;
}

.alto_max_26 {
  max-height: 26% !important;
}

.alto_max_27 {
  max-height: 27% !important;
}

.alto_max_28 {
  max-height: 28% !important;
}

.alto_max_29 {
  max-height: 29% !important;
}

.alto_max_30 {
  max-height: 30% !important;
}

.alto_max_31 {
  max-height: 31% !important;
}

.alto_max_32 {
  max-height: 32% !important;
}

.alto_max_33 {
  max-height: 33% !important;
}

.alto_max_34 {
  max-height: 34% !important;
}

.alto_max_35 {
  max-height: 35% !important;
}

.alto_max_36 {
  max-height: 36% !important;
}

.alto_max_37 {
  max-height: 37% !important;
}

.alto_max_38 {
  max-height: 38% !important;
}

.alto_max_39 {
  max-height: 39% !important;
}

.alto_max_40 {
  max-height: 40% !important;
}

.alto_max_41 {
  max-height: 41% !important;
}

.alto_max_42 {
  max-height: 42% !important;
}

.alto_max_43 {
  max-height: 43% !important;
}

.alto_max_44 {
  max-height: 44% !important;
}

.alto_max_45 {
  max-height: 45% !important;
}

.alto_max_46 {
  max-height: 46% !important;
}

.alto_max_47 {
  max-height: 47% !important;
}

.alto_max_48 {
  max-height: 48% !important;
}

.alto_max_49 {
  max-height: 49% !important;
}

.alto_max_50 {
  max-height: 50% !important;
}

.alto_max_51 {
  max-height: 51% !important;
}

.alto_max_52 {
  max-height: 52% !important;
}

.alto_max_53 {
  max-height: 53% !important;
}

.alto_max_54 {
  max-height: 54% !important;
}

.alto_max_55 {
  max-height: 55% !important;
}

.alto_max_56 {
  max-height: 56% !important;
}

.alto_max_57 {
  max-height: 57% !important;
}

.alto_max_58 {
  max-height: 58% !important;
}

.alto_max_59 {
  max-height: 59% !important;
}

.alto_max_60 {
  max-height: 60% !important;
}

.alto_max_61 {
  max-height: 61% !important;
}

.alto_max_62 {
  max-height: 62% !important;
}

.alto_max_63 {
  max-height: 63% !important;
}

.alto_max_64 {
  max-height: 64% !important;
}

.alto_max_65 {
  max-height: 65% !important;
}

.alto_max_66 {
  max-height: 66% !important;
}

.alto_max_67 {
  max-height: 67% !important;
}

.alto_max_68 {
  max-height: 68% !important;
}

.alto_max_69 {
  max-height: 69% !important;
}

.alto_max_70 {
  max-height: 70% !important;
}

.alto_max_71 {
  max-height: 71% !important;
}

.alto_max_72 {
  max-height: 72% !important;
}

.alto_max_73 {
  max-height: 73% !important;
}

.alto_max_74 {
  max-height: 74% !important;
}

.alto_max_75 {
  max-height: 75% !important;
}

.alto_max_76 {
  max-height: 76% !important;
}

.alto_max_77 {
  max-height: 77% !important;
}

.alto_max_78 {
  max-height: 78% !important;
}

.alto_max_79 {
  max-height: 79% !important;
}

.alto_max_80 {
  max-height: 80% !important;
}

.alto_max_81 {
  max-height: 81% !important;
}

.alto_max_82 {
  max-height: 82% !important;
}

.alto_max_83 {
  max-height: 83% !important;
}

.alto_max_84 {
  max-height: 84% !important;
}

.alto_max_85 {
  max-height: 85% !important;
}

.alto_max_86 {
  max-height: 86% !important;
}

.alto_max_87 {
  max-height: 87% !important;
}

.alto_max_88 {
  max-height: 88% !important;
}

.alto_max_89 {
  max-height: 89% !important;
}

.alto_max_90 {
  max-height: 90% !important;
}

.alto_max_91 {
  max-height: 91% !important;
}

.alto_max_92 {
  max-height: 92% !important;
}

.alto_max_93 {
  max-height: 93% !important;
}

.alto_max_94 {
  max-height: 94% !important;
}

.alto_max_95 {
  max-height: 95% !important;
}

.alto_max_96 {
  max-height: 96% !important;
}

.alto_max_97 {
  max-height: 97% !important;
}

.alto_max_98 {
  max-height: 98% !important;
}

.alto_max_99 {
  max-height: 99% !important;
}

.alto_max_100 {
  max-height: 100% !important;
}

/*----------------------------- HEIGHT MIN ---------------------------------*/
.alto_min_1 {
  min-height: 1% !important;
}

.alto_min_2 {
  min-height: 2% !important;
}

.alto_min_3 {
  min-height: 3% !important;
}

.alto_min_4 {
  min-height: 4% !important;
}

.alto_min_5 {
  min-height: 5% !important;
}

.alto_min_6 {
  min-height: 6% !important;
}

.alto_min_7 {
  min-height: 7% !important;
}

.alto_min_8 {
  min-height: 8% !important;
}

.alto_min_9 {
  min-height: 9% !important;
}

.alto_min_10 {
  min-height: 10% !important;
}

.alto_min_11 {
  min-height: 11% !important;
}

.alto_min_12 {
  min-height: 12% !important;
}

.alto_min_13 {
  min-height: 13% !important;
}

.alto_min_14 {
  min-height: 14% !important;
}

.alto_min_15 {
  min-height: 15% !important;
}

.alto_min_16 {
  min-height: 16% !important;
}

.alto_min_17 {
  min-height: 17% !important;
}

.alto_min_18 {
  min-height: 18% !important;
}

.alto_min_19 {
  min-height: 19% !important;
}

.alto_min_20 {
  min-height: 20% !important;
}

.alto_min_21 {
  min-height: 21% !important;
}

.alto_min_22 {
  min-height: 22% !important;
}

.alto_min_23 {
  min-height: 23% !important;
}

.alto_min_24 {
  min-height: 24% !important;
}

.alto_min_25 {
  min-height: 25% !important;
}

.alto_min_26 {
  min-height: 26% !important;
}

.alto_min_27 {
  min-height: 27% !important;
}

.alto_min_28 {
  min-height: 28% !important;
}

.alto_min_29 {
  min-height: 29% !important;
}

.alto_min_30 {
  min-height: 30% !important;
}

.alto_min_31 {
  min-height: 31% !important;
}

.alto_min_32 {
  min-height: 32% !important;
}

.alto_min_33 {
  min-height: 33% !important;
}

.alto_min_34 {
  min-height: 34% !important;
}

.alto_min_35 {
  min-height: 35% !important;
}

.alto_min_36 {
  min-height: 36% !important;
}

.alto_min_37 {
  min-height: 37% !important;
}

.alto_min_38 {
  min-height: 38% !important;
}

.alto_min_39 {
  min-height: 39% !important;
}

.alto_min_40 {
  min-height: 40% !important;
}

.alto_min_41 {
  min-height: 41% !important;
}

.alto_min_42 {
  min-height: 42% !important;
}

.alto_min_43 {
  min-height: 43% !important;
}

.alto_min_44 {
  min-height: 44% !important;
}

.alto_min_45 {
  min-height: 45% !important;
}

.alto_min_46 {
  min-height: 46% !important;
}

.alto_min_47 {
  min-height: 47% !important;
}

.alto_min_48 {
  min-height: 48% !important;
}

.alto_min_49 {
  min-height: 49% !important;
}

.alto_min_50 {
  min-height: 50% !important;
}

.alto_min_51 {
  min-height: 51% !important;
}

.alto_min_52 {
  min-height: 52% !important;
}

.alto_min_53 {
  min-height: 53% !important;
}

.alto_min_54 {
  min-height: 54% !important;
}

.alto_min_55 {
  min-height: 55% !important;
}

.alto_min_56 {
  min-height: 56% !important;
}

.alto_min_57 {
  min-height: 57% !important;
}

.alto_min_58 {
  min-height: 58% !important;
}

.alto_min_59 {
  min-height: 59% !important;
}

.alto_min_60 {
  min-height: 60% !important;
}

.alto_min_61 {
  min-height: 61% !important;
}

.alto_min_62 {
  min-height: 62% !important;
}

.alto_min_63 {
  min-height: 63% !important;
}

.alto_min_64 {
  min-height: 64% !important;
}

.alto_min_65 {
  min-height: 65% !important;
}

.alto_min_66 {
  min-height: 66% !important;
}

.alto_min_67 {
  min-height: 67% !important;
}

.alto_min_68 {
  min-height: 68% !important;
}

.alto_min_69 {
  min-height: 69% !important;
}

.alto_min_70 {
  min-height: 70% !important;
}

.alto_min_71 {
  min-height: 71% !important;
}

.alto_min_72 {
  min-height: 72% !important;
}

.alto_min_73 {
  min-height: 73% !important;
}

.alto_min_74 {
  min-height: 74% !important;
}

.alto_min_75 {
  min-height: 75% !important;
}

.alto_min_76 {
  min-height: 76% !important;
}

.alto_min_77 {
  min-height: 77% !important;
}

.alto_min_78 {
  min-height: 78% !important;
}

.alto_min_79 {
  min-height: 79% !important;
}

.alto_min_80 {
  min-height: 80% !important;
}

.alto_min_81 {
  min-height: 81% !important;
}

.alto_min_82 {
  min-height: 82% !important;
}

.alto_min_83 {
  min-height: 83% !important;
}

.alto_min_84 {
  min-height: 84% !important;
}

.alto_min_85 {
  min-height: 85% !important;
}

.alto_min_86 {
  min-height: 86% !important;
}

.alto_min_87 {
  min-height: 87% !important;
}

.alto_min_88 {
  min-height: 88% !important;
}

.alto_min_89 {
  min-height: 89% !important;
}

.alto_min_90 {
  min-height: 90% !important;
}

.alto_min_91 {
  min-height: 91% !important;
}

.alto_min_92 {
  min-height: 92% !important;
}

.alto_min_93 {
  min-height: 93% !important;
}

.alto_min_94 {
  min-height: 94% !important;
}

.alto_min_95 {
  min-height: 95% !important;
}

.alto_min_96 {
  min-height: 96% !important;
}

.alto_min_97 {
  min-height: 97% !important;
}

.alto_min_98 {
  min-height: 98% !important;
}

.alto_min_99 {
  min-height: 99% !important;
}

.alto_min_100 {
  min-height: 100% !important;
}

/*------------------------------ FLEX BOX ----------------------------------*/
.container_flex {
  display: flex !important;
}

.flex_direction_row {
  flex-direction: row !important;
}

.flex_direction_row_reverse {
  flex-direction: row-reverse !important;
}

.flex_direction_column {
  flex-direction: column !important;
}

.flex_direction_column_reverse {
  flex-direction: column-reverse !important;
}

.flex_nowrap {
  flex-wrap: nowrap !important;
}

.flex_wrap {
  flex-wrap: wrap !important;
}

.flex_wrap_reverse {
  flex-wrap: wrap-reverse !important;
}

.flex_justify_start {
  justify-content: flex-start !important;
}

.flex_justify_end {
  justify-content: flex-end !important;
}

.flex_justify_center {
  justify-content: center !important;
}

.flex_justify_between {
  justify-content: space-between !important;
}

.flex_justify_around {
  justify-content: space-around !important;
}

.flex_justify_evenly {
  justify-content: space-evenly !important;
}

.flex_align_stretch {
  align-items: stretch !important;
}

.flex_align_start {
  align-items: flex-start !important;
}

.flex_align_end {
  align-items: flex-end !important;
}

.flex_align_center {
  align-items: center !important;
}

.flex_align_baseline {
  align-items: baseline !important;
}

.flex_align_content_stretch {
  align-content: stretch !important;
}

.flex_align_content_start {
  align-content: flex-start !important;
}

.flex_align_content_end {
  align-content: flex-end !important;
}

.flex_align_content_center {
  align-content: center !important;
}

.flex_align_content_between {
  align-content: space-between !important;
}

.flex_align_content_around {
  align-content: space-around !important;
}

.flex_align_self_auto {
  align-self: auto !important;
}

.flex_align_self_start {
  align-self: flex-start !important;
}

.flex_align_self_end {
  align-self: flex-end !important;
}

.flex_align_self_center {
  align-self: center !important;
}

.flex_align_self_baseline {
  align-self: baseline !important;
}

.flex_align_self_stretch {
  align-self: stretch !important;
}

.flex_order_p_1 {
  order: 1;
}

.flex_order_p_2 {
  order: 2;
}

.flex_order_p_3 {
  order: 3;
}

.flex_order_p_4 {
  order: 4;
}

.flex_order_p_5 {
  order: 5;
}

.flex_order_p_6 {
  order: 6;
}

.flex_order_p_7 {
  order: 7;
}

.flex_order_p_8 {
  order: 8;
}

.flex_order_p_9 {
  order: 9;
}

.flex_order_p_10 {
  order: 10;
}

.flex_order_p_11 {
  order: 11;
}

.flex_order_p_12 {
  order: 12;
}

.flex_order_p_13 {
  order: 13;
}

.flex_order_p_14 {
  order: 14;
}

.flex_order_p_15 {
  order: 15;
}

.flex_order_p_16 {
  order: 16;
}

.flex_order_p_17 {
  order: 17;
}

.flex_order_p_18 {
  order: 18;
}

.flex_order_p_19 {
  order: 19;
}

.flex_order_p_20 {
  order: 20;
}

.flex_order_p_21 {
  order: 21;
}

.flex_order_p_22 {
  order: 22;
}

.flex_order_p_23 {
  order: 23;
}

.flex_order_p_24 {
  order: 24;
}

.flex_order_p_25 {
  order: 25;
}

.flex_order_p_26 {
  order: 26;
}

.flex_order_p_27 {
  order: 27;
}

.flex_order_p_28 {
  order: 28;
}

.flex_order_p_29 {
  order: 29;
}

.flex_order_p_30 {
  order: 30;
}

.flex_order_p_31 {
  order: 31;
}

.flex_order_p_32 {
  order: 32;
}

.flex_order_p_33 {
  order: 33;
}

.flex_order_p_34 {
  order: 34;
}

.flex_order_p_35 {
  order: 35;
}

.flex_order_p_36 {
  order: 36;
}

.flex_order_p_37 {
  order: 37;
}

.flex_order_p_38 {
  order: 38;
}

.flex_order_p_39 {
  order: 39;
}

.flex_order_p_40 {
  order: 40;
}

.flex_order_p_41 {
  order: 41;
}

.flex_order_p_42 {
  order: 42;
}

.flex_order_p_43 {
  order: 43;
}

.flex_order_p_44 {
  order: 44;
}

.flex_order_p_45 {
  order: 45;
}

.flex_order_p_46 {
  order: 46;
}

.flex_order_p_47 {
  order: 47;
}

.flex_order_p_48 {
  order: 48;
}

.flex_order_p_49 {
  order: 49;
}

.flex_order_p_50 {
  order: 50;
}

.flex_order_p_51 {
  order: 51;
}

.flex_order_p_52 {
  order: 52;
}

.flex_order_p_53 {
  order: 53;
}

.flex_order_p_54 {
  order: 54;
}

.flex_order_p_55 {
  order: 55;
}

.flex_order_p_56 {
  order: 56;
}

.flex_order_p_57 {
  order: 57;
}

.flex_order_p_58 {
  order: 58;
}

.flex_order_p_59 {
  order: 59;
}

.flex_order_p_60 {
  order: 60;
}

.flex_order_p_61 {
  order: 61;
}

.flex_order_p_62 {
  order: 62;
}

.flex_order_p_63 {
  order: 63;
}

.flex_order_p_64 {
  order: 64;
}

.flex_order_p_65 {
  order: 65;
}

.flex_order_p_66 {
  order: 66;
}

.flex_order_p_67 {
  order: 67;
}

.flex_order_p_68 {
  order: 68;
}

.flex_order_p_69 {
  order: 69;
}

.flex_order_p_70 {
  order: 70;
}

.flex_order_p_71 {
  order: 71;
}

.flex_order_p_72 {
  order: 72;
}

.flex_order_p_73 {
  order: 73;
}

.flex_order_p_74 {
  order: 74;
}

.flex_order_p_75 {
  order: 75;
}

.flex_order_p_76 {
  order: 76;
}

.flex_order_p_77 {
  order: 77;
}

.flex_order_p_78 {
  order: 78;
}

.flex_order_p_79 {
  order: 79;
}

.flex_order_p_80 {
  order: 80;
}

.flex_order_p_81 {
  order: 81;
}

.flex_order_p_82 {
  order: 82;
}

.flex_order_p_83 {
  order: 83;
}

.flex_order_p_84 {
  order: 84;
}

.flex_order_p_85 {
  order: 85;
}

.flex_order_p_86 {
  order: 86;
}

.flex_order_p_87 {
  order: 87;
}

.flex_order_p_88 {
  order: 88;
}

.flex_order_p_89 {
  order: 89;
}

.flex_order_p_90 {
  order: 90;
}

.flex_order_p_91 {
  order: 91;
}

.flex_order_p_92 {
  order: 92;
}

.flex_order_p_93 {
  order: 93;
}

.flex_order_p_94 {
  order: 94;
}

.flex_order_p_95 {
  order: 95;
}

.flex_order_p_96 {
  order: 96;
}

.flex_order_p_97 {
  order: 97;
}

.flex_order_p_98 {
  order: 98;
}

.flex_order_p_99 {
  order: 99;
}

.flex_order_p_100 {
  order: 100;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  /*background-color: var(--main-blue-color);*/
  padding: 7px;
  -webkit-appearance: none;
  display: none;
}

input[type="datetime-local"] {
  background-color: var(--main-blue-color);
  font-size: 1em;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  /*background-color: var(--main-blue-color);*/
  padding: 7px;
  -webkit-appearance: none;
  display: none;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  /*background-color: var(--main-blue-color);*/
  padding: 7px;
  -webkit-appearance: none;
  display: none;
}
input[type="date"] {
  background-color: var(--main-blue-color);
  font-size: 1em;
}

/*@media (max-width:485px) {*/

/*  .formulario >.texto_mediano {*/
/*    font-size: 18.86px;*/
/*  }*/
/*  .formulario >.texto_medio_pequeño {*/
/*    font-size: 16px;*/
/*  }*/
/*  .formulario >.texto_pequeño {*/
/*    font-size: 13.14px;*/
/*  }*/
/*}*/

app-input-box {
  margin-left: 1.9% !important;
}

/*style para borrar las flechas de los inputs numbers*/

input[type="number"] {
  appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  appearance: textfield;
}

.text_align_justify {
  text-align: justify;
}

.text_align_center {
  text-align: center;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

p {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.pointer {
  cursor: pointer;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 600px) {

  .sm\:w-\[100\%\] {
    width: 100%;
  }

  .sm\:w-\[50\%\] {
    width: 50%;
  }

  .sm\:w-\[80\%\] {
    width: 80%;
  }

  .sm\:border-\[0\.2vw\] {
    border-width: 0.2vw;
  }

  .sm\:border-b-\[0\.3vw\] {
    border-bottom-width: 0.3vw;
  }

  .sm\:border-t-\[0\.3vw\] {
    border-top-width: 0.3vw;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {

  .md\:max-h-\[22vw\] {
    max-height: 22vw;
  }
}

@media (min-width: 1024px) {

  .lg\:max-h-\[13vw\] {
    max-height: 13vw;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:border-\[0\.1vw\] {
    border-width: 0.1vw;
  }

  .lg\:border-b-\[0\.2vw\] {
    border-bottom-width: 0.2vw;
  }

  .lg\:border-t-\[0\.2vw\] {
    border-top-width: 0.2vw;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

