﻿@charset "UTF-8";
/************* BOTONES *************/
/************* RRSS *************/
/************* HEADER *************/
/*$header_navbarcollapse_bgcolor: #fff;*/
/*$header-lang-after-display: block;*/
/*$header-lang-before-display: block;*/
/************* HEADER *************/
/************* FOOTER *************/
/* FOOTER SECCION 1 */
/* FOOTER SECCION 2 */
/* FOOTER SECCION 3 */
/************* FOOTER *************/
/******* ACCORDION *********/
/************* SLD_01 *************/
/************* DTR_06 *************/
/************* CTA_01 *************/
/************* CRL_01 *************/
/************* CTA_05 *************/
/************* CTA_03 *************/
/************* SLD_03 *************/
/******* ACCORDION *********/
/***** BAN_02 ******/
/***** NAV_01 ******/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #07a651;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #07a651;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(3.9046242775, 92.5953757225, 45.1820809249);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(185.56, 230.08, 206.28);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(126.04, 208.72, 164.52);
}

.table-hover .table-primary:hover {
  background-color: rgb(166.794421365, 223.345578635, 193.1138278932);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(166.794421365, 223.345578635, 193.1138278932);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(53.9768786127, 246.5231213873, 143.5895953757);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(7, 166, 81, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(7, 166, 81, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #07a651;
  border-color: #07a651;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(5.4523121387, 129.2976878613, 63.0910404624);
  border-color: rgb(4.936416185, 117.063583815, 57.1213872832);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(44.2, 179.35, 107.1, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #07a651;
  border-color: #07a651;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(4.936416185, 117.063583815, 57.1213872832);
  border-color: rgb(4.4205202312, 104.8294797688, 51.151734104);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44.2, 179.35, 107.1, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #07a651;
  border-color: #07a651;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #07a651;
  border-color: #07a651;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 166, 81, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #07a651;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #07a651;
  border-color: #07a651;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 166, 81, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #07a651;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(3.9046242775, 92.5953757225, 45.1820809249);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #07a651;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #07a651;
  background-color: #07a651;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(7, 166, 81, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(53.9768786127, 246.5231213873, 143.5895953757);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(102.9132947977, 248.5867052023, 170.710982659);
  border-color: rgb(102.9132947977, 248.5867052023, 170.710982659);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #07a651;
  background-color: #07a651;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(7, 166, 81, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(7, 166, 81, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(7, 166, 81, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(7, 166, 81, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(53.9768786127, 246.5231213873, 143.5895953757);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(7, 166, 81, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(53.9768786127, 246.5231213873, 143.5895953757);
  box-shadow: 0 0 0 0.2rem rgba(7, 166, 81, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(7, 166, 81, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(7, 166, 81, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(7, 166, 81, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #07a651;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(102.9132947977, 248.5867052023, 170.710982659);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #07a651;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(102.9132947977, 248.5867052023, 170.710982659);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #07a651;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(102.9132947977, 248.5867052023, 170.710982659);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #07a651;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #07a651;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(3.9046242775, 92.5953757225, 45.1820809249);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(7, 166, 81, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #07a651;
  border-color: #07a651;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #07a651;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(4.936416185, 117.063583815, 57.1213872832);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(7, 166, 81, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(3.64, 86.32, 42.12);
  background-color: rgb(205.4, 237.2, 220.2);
  border-color: rgb(185.56, 230.08, 206.28);
}
.alert-primary hr {
  border-top-color: rgb(166.794421365, 223.345578635, 193.1138278932);
}
.alert-primary .alert-link {
  color: rgb(1.576416185, 37.383583815, 18.2413872832);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #07a651;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #07a651;
  border-color: #07a651;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(3.64, 86.32, 42.12);
  background-color: rgb(185.56, 230.08, 206.28);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(3.64, 86.32, 42.12);
  background-color: rgb(166.794421365, 223.345578635, 193.1138278932);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(3.64, 86.32, 42.12);
  border-color: rgb(3.64, 86.32, 42.12);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #07a651 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(4.936416185, 117.063583815, 57.1213872832) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #07a651 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #07a651 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(3.9046242775, 92.5953757225, 45.1820809249) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: "Tahoma-Light";
  src: url(/xtranetassets/fonts/Tahoma/tahoma.ttf) format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Tahoma-Regular";
  src: url(/xtranetassets/fonts/Tahoma/tahoma.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Tahoma-Medium";
  src: url(/xtranetassets/fonts/Tahoma/tahoma.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Tahoma-Bold";
  src: url(/xtranetassets/fonts/Tahoma/tahoma-bold.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Tahoma-ExtraBold";
  src: url(/xtranetassets/fonts/Tahoma/tahoma-bold.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "FoundryMonoline-Light";
  src: url(/xtranetassets/fonts/Foundry/Founml_.ttf) format("truetype");
}
@font-face {
  font-family: "FoundryMonoline-Regular";
  src: url(/xtranetassets/fonts/Foundry/Founmrg.ttf) format("truetype");
}
@font-face {
  font-family: "FoundryMonoline-Medium";
  src: url(/xtranetassets/fonts/Foundry/Founmm_.ttf) format("truetype");
}
@font-face {
  font-family: "FoundryMonoline-Bold";
  src: url(/xtranetassets/fonts/Foundry/Founmb_.ttf) format("truetype");
}
@font-face {
  font-family: "FoundryMonoline-ExtraBold";
  src: url(/xtranetassets/fonts/Foundry/Founmeb.ttf) format("truetype");
}
@font-face {
  font-family: "Graphik-Light";
  src: url("/xtranetassets/fonts/Graphik/Graphik-Regular-Web.eot");
  src: url("/xtranetassets/fonts/Graphik/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/xtranetassets/fonts/Graphik/Graphik-Regular-Web.woff2") format("woff2"), url("/xtranetassets/fonts/Graphik/Graphik-Regular-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik-Regular";
  src: url("/xtranetassets/fonts/Graphik/Graphik-Regular-Web.eot");
  src: url("/xtranetassets/fonts/Graphik/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/xtranetassets/fonts/Graphik/Graphik-Regular-Web.woff2") format("woff2"), url("/xtranetassets/fonts/Graphik/Graphik-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik-Medium";
  src: url("/xtranetassets/fonts/Graphik/Graphik-Medium-Web.eot");
  src: url("/xtranetassets/fonts/Graphik/Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/xtranetassets/fonts/Graphik/Graphik-Medium-Web.woff2") format("woff2"), url("/xtranetassets/fonts/Graphik/Graphik-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik-Bold";
  src: url("/xtranetassets/fonts/Graphik/Graphik-Semibold-Web.eot");
  src: url("/xtranetassets/fonts/Graphik/Graphik-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/xtranetassets/fonts/Graphik/Graphik-Semibold-Web.woff2") format("woff2"), url("/xtranetassets/fonts/Graphik/Graphik-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik-Extrabold";
  src: url("/xtranetassets/fonts/Graphik/Graphik-Bold-Web.eot");
  src: url("/xtranetassets/fonts/Graphik/Graphik-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/xtranetassets/fonts/Graphik/Graphik-Bold-Web.woff2") format("woff2"), url("/xtranetassets/fonts/Graphik/Graphik-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url(/xtranetassets/fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(/xtranetassets/fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url(/xtranetassets/fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(/xtranetassets/fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url(/xtranetassets/fonts/Montserrat/Montserrat-Black.ttf) format("truetype");
}
@font-face {
  font-family: "NeutraText-Light";
  src: url(/xtranetassets/fonts/NeutraText/NeutraText-Light.otf) format("opentype");
}
@font-face {
  font-family: "NeutraText-Regular";
  src: url(/xtranetassets/fonts/NeutraText/NeutraText-Book.otf) format("opentype");
}
@font-face {
  font-family: "NeutraText-Medium";
  src: url(/xtranetassets/fonts/NeutraText/NeutraTextTF-Demi.otf) format("opentype");
}
@font-face {
  font-family: "NeutraText-Bold";
  src: url(/xtranetassets/fonts/NeutraText/NeutraText-Bold.otf) format("opentype");
}
@font-face {
  font-family: "NeutraText-ExtraBold";
  src: url(/xtranetassets/fonts/NeutraText/NeutraText-Bold.otf) format("opentype");
}
@font-face {
  font-family: "OpenSans-Light";
  src: url(/xtranetassets/fonts/OpenSans/OpenSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url(/xtranetassets/fonts/OpenSans/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans-Medium";
  src: url(/xtranetassets/fonts/OpenSans/OpenSans-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url(/xtranetassets/fonts/OpenSans/OpenSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url(/xtranetassets/fonts/OpenSans/OpenSans-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto-Thin";
  src: url(/xtranetassets/fonts/Roboto/Roboto-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto-Light";
  src: url(/xtranetassets/fonts/Roboto/Roboto-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url(/xtranetassets/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url(/xtranetassets/fonts/Roboto/Roboto-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(/xtranetassets/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto-ExtraBold";
  src: url(/xtranetassets/fonts/Roboto/Roboto-Black.ttf) format("truetype");
}
@font-face {
  font-family: "RobotoSlab-Thin";
  src: url(/xtranetassets/fonts/Roboto/RobotoSlab-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "RobotoSlab-Light";
  src: url(/xtranetassets/fonts/Roboto/RobotoSlab-Light.ttf) format("truetype");
}
@font-face {
  font-family: "RobotoSlab-Regular";
  src: url(/xtranetassets/fonts/Roboto/RobotoSlab-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "RobotoSlab-Bold";
  src: url(/xtranetassets/fonts/Roboto/RobotoSlab-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Gotham-Thin";
  src: url(/xtranetassets/fonts/Gotham/Gotham-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Gotham-Light";
  src: url(/xtranetassets/fonts/Gotham/Gotham-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Gotham-Regular";
  src: url(/xtranetassets/fonts/Gotham/Gotham-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Gotham-Medium";
  src: url(/xtranetassets/fonts/Gotham/Gotham-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url(/xtranetassets/fonts/Gotham/Gotham-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Gotham-ExtraBold";
  src: url(/xtranetassets/fonts/Gotham/Gotham-ExtraBold.otf) format("opentype");
}
@font-face {
  font-family: "Vag-Light";
  src: url(/xtranetassets/fonts/Vag/VAGRON.TTF) format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Vag-Regular";
  src: url(/xtranetassets/fonts/Vag/VAGRON.TTF) format("truetype");
}
@font-face {
  font-family: "Vag-Medium";
  src: url(/xtranetassets/fonts/Vag/VAGRON.TTF) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Vag-Bold";
  src: url(/xtranetassets/fonts/Vag/VAGRON.TTF) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Vag-ExtraBold";
  src: url(/xtranetassets/fonts/Vag/VAGRON.TTF) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "VagRounded-Thin";
  src: url(/xtranetassets/fonts/VagRounded/VAG_Rounded-Regular.ttf) format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "VagRounded-Light";
  src: url(/xtranetassets/fonts/VagRounded/VAG_Rounded-Regular.ttf) format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "VagRounded-Regular";
  src: url(/xtranetassets/fonts/VagRounded/VAG_Rounded-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "VagRounded-Medium";
  src: url(/xtranetassets/fonts/VagRounded/VAG_Rounded-Regular.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "VagRounded-Bold";
  src: url(/xtranetassets/fonts/VagRounded/VAG_Rounded_LT_Black.ttf) format("truetype");
}
@font-face {
  font-family: "VagRounded-ExtraBold";
  src: url(/xtranetassets/fonts/VagRounded/VAG_Rounded_LT_Black.ttf) format("truetype");
}
@font-face {
  font-family: "Lora-Thin";
  src: url(/xtranetassets/fonts/Lora/Lora-Regular.ttf) format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Lora-Light";
  src: url(/xtranetassets/fonts/Lora/Lora-Regular.ttf) format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Lora-Regular";
  src: url(/xtranetassets/fonts/Lora/Lora-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Lora-Medium";
  src: url(/xtranetassets/fonts/Lora/Lora-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Lora-Bold";
  src: url(/xtranetassets/fonts/Lora/Lora-SemiBold.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Lora-ExtraBold";
  src: url(/xtranetassets/fonts/Lora/Lora-SemiBold.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "DMSerifDisplay-Thin";
  src: url(/xtranetassets/fonts/DMSerifDisplay/DMSerifDisplay-Regular.ttf) format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "DMSerifDisplay-Light";
  src: url(/xtranetassets/fonts/DMSerifDisplay/DMSerifDisplay-Regular.ttf) format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "DMSerifDisplay-Regular";
  src: url(/xtranetassets/fonts/DMSerifDisplay/DMSerifDisplay-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "DMSerifDisplay-Medium";
  src: url(/xtranetassets/fonts/DMSerifDisplay/DMSerifDisplay-Regular.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "DMSerifDisplay-Bold";
  src: url(/xtranetassets/fonts/DMSerifDisplay/DMSerifDisplay-Regular.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "DMSerifDisplay-ExtraBold";
  src: url(/xtranetassets/fonts/DMSerifDisplay/DMSerifDisplay-Regular.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Poppins-Thin";
  src: url(/xtranetassets/fonts/Poppins/Poppins-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins-Light";
  src: url(/xtranetassets/fonts/Poppins/Poppins-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(/xtranetassets/fonts/Poppins/Poppins-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(/xtranetassets/fonts/Poppins/Poppins-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(/xtranetassets/fonts/Poppins/Poppins-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url(/xtranetassets/fonts/Poppins/Poppins-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Lato-Thin";
  src: url(/xtranetassets/fonts/Lato/Lato-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Lato-Light";
  src: url(/xtranetassets/fonts/Lato/Lato-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Lato-Regular";
  src: url(/xtranetassets/fonts/Lato/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Lato-Medium";
  src: url(/xtranetassets/fonts/Lato/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  src: url(/xtranetassets/fonts/Lato/Lato-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Lato-ExtraBold";
  src: url(/xtranetassets/fonts/Lato/Lato-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway-Thin";
  src: url(/xtranetassets/fonts/Raleway/Raleway-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway-Light";
  src: url(/xtranetassets/fonts/Raleway/Raleway-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway-Regular";
  src: url(/xtranetassets/fonts/Raleway/Raleway-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway-Medium";
  src: url(/xtranetassets/fonts/Raleway/Raleway-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway-Bold";
  src: url(/xtranetassets/fonts/Raleway/Raleway-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway-ExtraBold";
  src: url(/xtranetassets/fonts/Raleway/Raleway-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Stencil-Light";
  src: url(/xtranetassets/fonts/Stencil/STENCILN.TTF) format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Stencil-Regular";
  src: url(/xtranetassets/fonts/Stencil/STENCILN.TTF) format("truetype");
}
@font-face {
  font-family: "Stencil-Medium";
  src: url(/xtranetassets/fonts/Stencil/STENCILN.TTF) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Stencil-Bold";
  src: url(/xtranetassets/fonts/Stencil/STENCILN.TTF) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Stencil-ExtraBold";
  src: url(/xtranetassets/fonts/Stencil/STENCILN.TTF) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "HandelGothic-Light";
  src: url(/xtranetassets/fonts/HandelGothic/HANDGOTL.TTF) format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "HandelGothic-Regular";
  src: url(/xtranetassets/fonts/HandelGothic/HANDGOTN.TTF) format("truetype");
}
@font-face {
  font-family: "HandelGothic-Medium";
  src: url(/xtranetassets/fonts/HandelGothic/HANDGOTB.TTF) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "HandelGothic-Bold";
  src: url(/xtranetassets/fonts/HandelGothic/HANDGOTB.TTF) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "HandelGothic-ExtraBold";
  src: url(/xtranetassets/fonts/HandelGothic/HANDGOTB.TTF) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Catamaran-Thin";
  src: url(/xtranetassets/fonts/Catamaran/Catamaran-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Catamaran-Light";
  src: url(/xtranetassets/fonts/Catamaran/Catamaran-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Catamaran-Regular";
  src: url(/xtranetassets/fonts/Catamaran/Catamaran-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Catamaran-Medium";
  src: url(/xtranetassets/fonts/Catamaran/Catamaran-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Catamaran-Bold";
  src: url(/xtranetassets/fonts/Catamaran/Catamaran-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Catamaran-ExtraBold";
  src: url(/xtranetassets/fonts/Catamaran/Catamaran-Black.ttf) format("truetype");
}
@font-face {
  font-family: "PlayfairDisplay-Thin";
  src: url(/xtranetassets/fonts/PlayfairDisplay/PlayfairDisplay-VariableFont_wght.ttf) format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "PlayfairDisplay-Light";
  src: url(/xtranetassets/fonts/PlayfairDisplay/PlayfairDisplay-VariableFont_wght.ttf) format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url(/xtranetassets/fonts/PlayfairDisplay/PlayfairDisplay-VariableFont_wght.ttf) format("truetype");
}
@font-face {
  font-family: "PlayfairDisplay-Medium";
  src: url(/xtranetassets/fonts/PlayfairDisplay/PlayfairDisplay-VariableFont_wght.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "PlayfairDisplay-Bold";
  src: url(/xtranetassets/fonts/PlayfairDisplay/PlayfairDisplay-VariableFont_wght.ttf) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "PlayfairDisplay-ExtraBold";
  src: url(/xtranetassets/fonts/PlayfairDisplay/PlayfairDisplay-VariableFont_wght.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Archivo-Thin";
  src: url(/xtranetassets/fonts/Archivo/Archivo-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Archivo-Light";
  src: url(/xtranetassets/fonts/Archivo/Archivo-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Archivo-Regular";
  src: url(/xtranetassets/fonts/Archivo/Archivo-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Archivo-Medium";
  src: url(/xtranetassets/fonts/Archivo/Archivo-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Archivo-Bold";
  src: url(/xtranetassets/fonts/Archivo/Archivo-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Archivo-ExtraBold";
  src: url(/xtranetassets/fonts/Archivo/Archivo-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Eurostile-Regular";
  src: url(/xtranetassets/fonts/Eurostile/Eurostile-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Eurostile-Bold";
  src: url(/xtranetassets/fonts/Eurostile/Eurostile-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter-Thin";
  src: url(/xtranetassets/fonts/Inter/Inter-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Inter-Light";
  src: url(/xtranetassets/fonts/Inter/Inter-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Inter-Regular";
  src: url(/xtranetassets/fonts/Inter/Inter-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Inter-Medium";
  src: url(/xtranetassets/fonts/Inter/Inter-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Inter-Bold";
  src: url(/xtranetassets/fonts/Inter/Inter-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url(/xtranetassets/fonts/Inter/Inter-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "SamsungSharpSans-Thin";
  src: url(/xtranetassets/fonts/SamsungSharpSans/samsungsharpsans.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "SamsungSharpSans-Light";
  src: url(/xtranetassets/fonts/SamsungSharpSans/samsungsharpsans.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "SamsungSharpSans-Regular";
  src: url(/xtranetassets/fonts/SamsungSharpSans/samsungsharpsans.otf) format("opentype");
}
@font-face {
  font-family: "SamsungSharpSans-Medium";
  src: url(/xtranetassets/fonts/SamsungSharpSans/samsungsharpsans-medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "SamsungSharpSans-Bold";
  src: url(/xtranetassets/fonts/SamsungSharpSans/samsungsharpsans-bold.otf) format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "SamsungSharpSans-ExtraBold";
  src: url(/xtranetassets/fonts/SamsungSharpSans/samsungsharpsans-bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "AcuminPro-Thin";
  src: url(/xtranetassets/fonts/AcuminPro/Acumin-RPro.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "AcuminPro-Light";
  src: url(/xtranetassets/fonts/AcuminPro/Acumin-RPro.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "AcuminPro-Regular";
  src: url(/xtranetassets/fonts/AcuminPro/Acumin-RPro.otf) format("opentype");
}
@font-face {
  font-family: "AcuminPro-Medium";
  src: url(/xtranetassets/fonts/AcuminPro/Acumin-BdPro.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "AcuminPro-Bold";
  src: url(/xtranetassets/fonts/AcuminPro/Acumin-BdPro.otf) format("opentype");
}
@font-face {
  font-family: "AcuminPro-ExtraBold";
  src: url(/xtranetassets/fonts/AcuminPro/Acumin-BdPro.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Century-Gothic-Thin";
  src: url(/xtranetassets/fonts/Century-Gothic/CenturyGothic.ttf) format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Century-Gothic-Light";
  src: url(/xtranetassets/fonts/Century-Gothic/CenturyGothic.ttf) format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Century-Gothic-Regular";
  src: url(/xtranetassets/fonts/Century-Gothic/CenturyGothic.ttf) format("truetype");
}
@font-face {
  font-family: "Century-Gothic-Medium";
  src: url(/xtranetassets/fonts/Century-Gothic/CenturyGothic-Bold.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Century-Gothic-Bold";
  src: url(/xtranetassets/fonts/Century-Gothic/CenturyGothic-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Century-Gothic-ExtraBold";
  src: url(/xtranetassets/fonts/Century-Gothic/CenturyGothic-Bold.ttf) format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Futura-Thin";
  src: url("/xtranetassets/fonts/Futura/Futura Light font.ttf") format("truetype");
}
@font-face {
  font-family: "Futura-Light";
  src: url("/xtranetassets/fonts/Futura/Futura Light font.ttf") format("truetype");
}
@font-face {
  font-family: "Futura-Regular";
  src: url(/xtranetassets/fonts/Futura/futur.ttf) format("truetype");
}
@font-face {
  font-family: "Futura-Medium";
  src: url("/xtranetassets/fonts/Futura/futura medium bt.ttf") format("truetype");
}
@font-face {
  font-family: "Futura-Bold";
  src: url("/xtranetassets/fonts/Futura/Futura Bold font.ttf") format("truetype");
}
@font-face {
  font-family: "Futura-ExtraBold";
  src: url("/xtranetassets/fonts/Futura/Futura Extra Black font.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaPT-Thin";
  src: url(/xtranetassets/fonts/FuturaPT/FuturaPTLight.otf) format("opentype");
}
@font-face {
  font-family: "FuturaPT-Light";
  src: url(/xtranetassets/fonts/FuturaPT/FuturaPTLight.otf) format("opentype");
}
@font-face {
  font-family: "FuturaPT-Regular";
  src: url(/xtranetassets/fonts/FuturaPT/FuturaPTBook.otf) format("opentype");
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url(/xtranetassets/fonts/FuturaPT/FuturaPTMedium.otf) format("opentype");
}
@font-face {
  font-family: "FuturaPT-Bold";
  src: url(/xtranetassets/fonts/FuturaPT/FuturaPTBold.otf) format("opentype");
}
@font-face {
  font-family: "FuturaPT-ExtraBold";
  src: url(/xtranetassets/fonts/FuturaPT/FuturaPTExtraBold.otf) format("opentype");
}
@font-face {
  font-family: "Oswald-Thin";
  src: url(/xtranetassets/fonts/Oswald/Oswald-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Oswald-Light";
  src: url(/xtranetassets/fonts/Oswald/Oswald-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Oswald-Regular";
  src: url(/xtranetassets/fonts/Oswald/Oswald-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Oswald-Medium";
  src: url(/xtranetassets/fonts/Oswald/Oswald-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Oswald-Bold";
  src: url(/xtranetassets/fonts/Oswald/Oswald-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Oswald-ExtraBold";
  src: url(/xtranetassets/fonts/Oswald/Oswald-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "SofiaPro-Thin";
  src: url("/xtranetassets/fonts/SofiaPro/Sofia Pro ExtraLight Az.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "SofiaPro-Light";
  src: url("/xtranetassets/fonts/SofiaPro/Sofia Pro Light Az.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "SofiaPro-Regular";
  src: url("/xtranetassets/fonts/SofiaPro/Sofia Pro Regular Az.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "SofiaPro-Medium";
  src: url("/xtranetassets/fonts/SofiaPro/Sofia Pro Medium Az.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "SofiaPro-Bold";
  src: url("/xtranetassets/fonts/SofiaPro/Sofia Pro Bold Az.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "SofiaPro-ExtraBold";
  src: url("/xtranetassets/fonts/SofiaPro/Sofia Pro Black Az.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-stretch: normal;
}
/*@font-face {
    font-family: "SofiaPro-Thin";
    src: url("/xtranetassets/fonts/SofiaPro/SofiaPro-Thin.woff2") format("woff2"),url("/xtranetassets/fonts/SofiaPro/SofiaPro-Thin.woff") format("woff"),url("/xtranetassets/fonts/SofiaPro/SofiaPro-Thin.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "SofiaPro-Light";
    src: url("/xtranetassets/fonts/SofiaPro/SofiaPro-Light.woff2") format("woff2"),url("/xtranetassets/fonts/SofiaPro/SofiaPro-Light.woff") format("woff"),url("/xtranetassets/fonts/SofiaPro/SofiaPro-Light.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "SofiaPro-Regular";
    src: url("/xtranetassets/fonts/SofiaPro/SofiaPro-Regular.woff2") format("woff2"),url("/xtranetassets/fonts/SofiaPro/SofiaPro-Regular.woff") format("woff"),url("/xtranetassets/fonts/SofiaPro/SofiaPro-Regular.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "SofiaPro-Medium";
    src: url("/xtranetassets/fonts/SofiaPro/SofiaPro-Medium.woff2") format("woff2"),url("/xtranetassets/fonts/SofiaPro/SofiaPro-Medium.woff") format("woff"),url("/xtranetassets/fonts/SofiaPro/SofiaPro-Medium.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "SofiaPro-Bold";
    src: url("/xtranetassets/fonts/SofiaPro/SofiaPro-Bold.woff2") format("woff2"),url("/xtranetassets/fonts/SofiaPro/SofiaPro-Bold.woff") format("woff"),url("/xtranetassets/fonts/SofiaPro/SofiaPro-Bold.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "SofiaPro-ExtraBold";
    src: url("/xtranetassets/fonts/SofiaPro/SofiaPro-ExtraBold.woff2") format("woff2"),url("/xtranetassets/fonts/SofiaPro/SofiaPro-ExtraBold.woff") format("woff"),url("/xtranetassets/fonts/SofiaPro/SofiaPro-ExtraBold.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-stretch: normal;
}*/
@font-face {
  font-family: "Mansory-Thin";
  src: url(/xtranetassets/fonts/Mansory/Mansory-Medium.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Mansory-Light";
  src: url(/xtranetassets/fonts/Mansory/Mansory-Medium.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Mansory-Regular";
  src: url(/xtranetassets/fonts/Mansory/Mansory-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Mansory-Medium";
  src: url(/xtranetassets/fonts/Mansory/Mansory-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Mansory-Bold";
  src: url(/xtranetassets/fonts/Mansory/Mansory-Medium.otf) format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Mansory-ExtraBold";
  src: url(/xtranetassets/fonts/Mansory/Mansory-Medium.otf) format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Aileron-Thin";
  src: url(/xtranetassets/fonts/Aileron/Aileron-Thin.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Aileron-Light";
  src: url(/xtranetassets/fonts/Aileron/Aileron-Light.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Aileron-Regular";
  src: url(/xtranetassets/fonts/Aileron/Aileron-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Aileron-Medium";
  src: url(/xtranetassets/fonts/Aileron/Aileron-SemiBold.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Aileron-Bold";
  src: url(/xtranetassets/fonts/Aileron/Aileron-Bold.otf) format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Aileron-ExtraBold";
  src: url(/xtranetassets/fonts/Aileron/Aileron-Black.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "BaiJamjuree-Thin";
  src: url(/xtranetassets/fonts/BaiJamjuree/BaiJamjuree-Light.ttf) format("truetype");
}
@font-face {
  font-family: "BaiJamjuree-Light";
  src: url(/xtranetassets/fonts/BaiJamjuree/BaiJamjuree-Light.ttf) format("truetype");
}
@font-face {
  font-family: "BaiJamjuree-Regular";
  src: url(/xtranetassets/fonts/BaiJamjuree/BaiJamjuree-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "BaiJamjuree-Medium";
  src: url(/xtranetassets/fonts/BaiJamjuree/BaiJamjuree-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "BaiJamjuree-Bold";
  src: url(/xtranetassets/fonts/BaiJamjuree/BaiJamjuree-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "BaiJamjuree-ExtraBold";
  src: url(/xtranetassets/fonts/BaiJamjuree/BaiJamjuree-Bold.ttf) format("truetype");
}
.container.fullwidth-container {
  margin-right: 0;
  padding-right: 0;
  margin-left: 0;
  padding-right: 0;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 768px) {
  main {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
.block-scroll {
  overflow: hidden;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

*::-ms-backdrop, .img-cover {
  height: auto;
  max-height: 100%;
}

@media (min-width: 576px) and (max-width: 1200px) {
  .wb-co-section-modulos .container, .wb-co-section-topmenu .container, .wb-co-footer .container {
    max-width: 100%;
  }
}
.clearFix {
  clear: both;
}

.wb-co-padding-content {
  padding-left: 3rem;
  padding-right: 3rem;
}

.wb-co-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .wb-co-padding-content {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Padding vertical (top y bottom) estandard */
.wb-co-pvs {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.wb-co-nomodules {
  height: 90px;
}

@media (max-width: 1199px) {
  .wb-co-nomodules {
    height: 0;
  }
}
@media (min-width: 992px) {
  .wb-co-pvs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.bgcolor--primary {
  background-color: #07a651;
}

.bgcolor--secondary {
  background-color: #0872b9;
}

.bgcolor--white {
  background-color: #ffffff;
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

/** fix Vue animations **/
main.animated {
  animation-fill-mode: none;
}

/*
$btn_border_compress_padding: 0.3rem 1.5rem !default;

.btn{
    &:focus{
        box-shadow:none !important;
    }
}*/
.btn--brand, .btn {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: white;
  background-color: #07a651;
  border: 1px solid #07a651;
  border-radius: 0px;
  outline: 0;
  display: inline-block;
  padding: 0.55rem 1.75rem;
  transition: all 0.35s ease;
  border-radius: 0px;
}
.btn--brand:hover, .btn:hover {
  background-color: #07a651;
  border: 1px solid #07a651;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 576px) {
  .btn--brand, .btn {
    width: 100%;
  }
}

.btn--border {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #07a651;
  background-color: transparent;
  border: 1px solid #07a651;
  border-radius: 16px;
  outline: 0;
  display: inline-block;
  padding: 0.4rem 1.25rem;
  transition: all 0.35s ease;
  border-radius: 0px;
}
.btn--border:hover {
  background-color: #07a651;
  border: 1px solid #07a651;
  color: #fff;
  text-decoration: none;
}

/*
.btn--text {
    color: #2B2E34;

    &:hover {
        text-decoration: underline;
    }
}*/
/*** Boton arrow ***/
/*.btn--arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;

    > span {
        display: block;
        margin-right: 0.375rem;
        position: relative;
        top: -0.1em;
        text-decoration: none;
    }

    > .icon {
        display: block;
    }

    .icon {
        height: 20px;
        margin-left: 2px;
    }
}

@media (min-width: 62em) {
    .btn--arrow {
        -webkit-transition: color 0.2s;
        transition: color 0.2s;

        > span {
            -webkit-transition: margin 0.2s ease;
            transition: margin 0.2s ease;
        }

        &:hover {*/
/*text-decoration: underline;*/
/*> span {
                text-decoration: none;
                margin-right: 1.125rem;
            }
        }
    }
}*/
/*** Boton file ***/
/*.btn--file {
    display: -webkit-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 1rem;

    > span {
        display: block;
        text-decoration: none;
        line-height: 1.2;
    }

    img {
        margin-right: 10px;
        height: 25px;
    }
}

@media (min-width: 62em) {
    .btn--file {
        -webkit-transition: color 0.2s;
        transition: color 0.2s;

        > span {
            -webkit-transition: margin 0.2s ease;
            transition: margin 0.2s ease;
        }

        &:hover {
            text-decoration: underline;
        }
    }
}



.btn--border--compress {
    padding: $btn_border_compress_padding;
}*/
body {
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.5;
  font-weight: normal;
  font-size: 18px;
  color: inherit;
}
body strong {
  font-family: "Roboto-Bold", Arial;
  font-weight: normal;
}

h1, .style_t1 {
  font-family: "Roboto-Light", sans-serif;
  line-height: 1.2;
  font-weight: normal;
  font-size: 60px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1 strong, .style_t1 strong {
  font-family: "Roboto-Bold", Arial;
  font-weight: normal;
}

h2, .style_t2 {
  font-family: "Roboto-Light", sans-serif;
  line-height: 1.3;
  font-weight: normal;
  font-size: 32px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 15px;
}
h2 strong, .style_t2 strong {
  font-family: "Roboto-Bold", Arial;
  font-weight: normal;
}

h3, .style_t3 {
  font-family: "Roboto-Light", sans-serif;
  line-height: 1.4;
  font-weight: normal;
  font-size: 22px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3 strong, .style_t3 strong {
  font-family: "Roboto-Bold", Arial;
  font-weight: normal;
}

h4, .style_t4 {
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.4;
  font-weight: normal;
  font-size: 19px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4 strong, .style_t4 strong {
  font-family: "Roboto-Bold", Arial;
  font-weight: normal;
}

h5, .style_t5 {
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.5;
  font-weight: normal;
  font-size: 13px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h5 strong, .style_t5 strong {
  font-family: "Roboto-Bold", Arial;
  font-weight: normal;
}

h6, .style_t6 {
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.5;
  font-weight: normal;
  font-size: 11px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h6 strong, .style_t6 strong {
  font-family: "Roboto-Bold", Arial;
  font-weight: normal;
}

p {
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.5;
  font-weight: normal;
  font-size: 18px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p strong {
  font-family: "Roboto-Bold", Arial;
  font-weight: normal;
}

/*@media (min-width: 1200px) {
    h1 {
        font-size: 60px;
    }
}
*/
@media (max-width: 992px) {
  h1, .style_t1 {
    line-height: 1;
    font-size: 50px;
  }
  h2, .style_t2 {
    line-height: 1;
    font-size: 30px;
  }
  h3, .style_t3 {
    line-height: 1.2;
    font-size: 22px;
  }
  h4, .style_t4 {
    line-height: 1.2;
    font-size: 25px;
  }
  h5, .style_t5 {
    line-height: 1.3;
    font-size: 20px;
  }
  h6, .style_t6 {
    line-height: 1.5;
    font-size: 15px;
  }
  p {
    line-height: 1.5;
    font-size: 16px;
  }
  body {
    line-height: 1.5;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  h1, .style_t1 {
    line-height: 1;
    font-size: 40px;
  }
  h2, .style_t2 {
    line-height: 1;
    font-size: 28px;
  }
  h3, .style_t3 {
    line-height: 1.2;
    font-size: 21px;
  }
  h4, .style_t4 {
    line-height: 1.2;
    font-size: 18px;
  }
  h5, .style_t5 {
    line-height: 1.3;
    font-size: 13px;
  }
  h6, .style_t6 {
    line-height: 1.6;
    font-size: 11px;
  }
  p {
    line-height: 1.5;
    font-size: 16px;
  }
  body {
    line-height: 1.5;
    font-size: 16px;
  }
}
input:focus {
  outline: none !important;
  /*border-color: transparent !important;*/
  box-shadow: none !important;
}

.wb-co-for-container .umbraco-forms-form {
  padding: 2rem 0 2rem 0;
}
.wb-co-for-container .umbraco-forms-form input.text, .wb-co-for-container .umbraco-forms-form textarea, .wb-co-for-container .umbraco-forms-form select {
  border: none;
  background-color: #eaeaea;
}
.wb-co-for-container .umbraco-forms-form fieldset {
  padding-right: 0;
  padding-top: 0;
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper {
  float: left;
  width: 65%;
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper input.text, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper textarea, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper select {
  max-width: 100% !important;
  width: 100%;
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper select {
  padding: 7px;
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation {
  text-align: right;
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation > div {
  padding-right: 0;
}
.wb-co-for-container .umbraco-forms-container {
  padding: 0;
}
.wb-co-for-container .umbraco-forms-label {
  gmax-width: 250px;
  width: 35%;
  float: left;
  color: #666;
  padding-right: 1rem;
  margin-bottom: 12px;
  margin-top: 12px;
}
.wb-co-for-container .checkbox {
  padding-top: 10px;
}
.wb-co-for-container .checkbox label {
  float: right;
  width: calc(65% - 20px);
  font-weight: normal;
  margin-top: 0;
  line-height: 20px;
}
.wb-co-for-container .checkbox .umbraco-forms-field-wrapper {
  float: right;
  width: 20px;
}
.wb-co-for-container .checkbox .field-validation-error {
  display: none;
}
.wb-co-for-container .umbraco-forms-submitmessage {
  margin-top: 50px;
  margin-bottom: 50px;
  font-style: italic;
  display: block;
}

.recaptcha2 label {
  display: none !important;
}
.recaptcha2 .g-recaptcha {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .wb-co-for-container .umbraco-forms-form {
    padding: 0.25rem 0 1.5rem 0;
  }
  .wb-co-for-container .umbraco-forms-field-wrapper {
    float: none;
    width: 100%;
  }
  .wb-co-for-container .umbraco-forms-label {
    width: 100%;
    float: none;
  }
  .wb-co-for-container .checkbox {
    padding-top: 0.5rem;
  }
  .wb-co-for-container .checkbox label {
    width: calc(100% - 20px);
  }
  .wb-co-for-container .umbraco-forms-field {
    margin-top: 1.5rem;
  }
}
.form-control {
  border-radius: 16px;
}

.form-control:focus {
  border-color: #07a651;
  outline: 0;
  box-shadow: none;
}

/**** FORM SLIM *****/
.wb-co-form-slim .field-validation-error {
  font-size: 12px;
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
}
.wb-co-form-slim .wb-co-for-container .umbraco-forms-form fieldset {
  margin-bottom: 0;
}
.wb-co-form-slim .wb-co-for-container .umbraco-forms-label {
  position: absolute;
  top: -10px;
  font-size: 14px;
  left: 15px;
  background-color: white !important;
  display: block;
  z-index: 8;
  width: auto;
  padding-left: 10px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .wb-co-form-slim .wb-co-for-container .umbraco-forms-label {
    font-size: 15px;
    top: -22px;
  }
}
.wb-co-form-slim .wb-co-for-container .umbraco-forms-field {
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .wb-co-form-slim .wb-co-for-container .umbraco-forms-field {
    margin-top: 2.5rem;
  }
}
.wb-co-form-slim .wb-co-for-container .umbraco-forms-field-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  width: 75%;
}
@media (max-width: 1400px) {
  .wb-co-form-slim .wb-co-for-container .umbraco-forms-field-wrapper {
    width: 100%;
  }
}
.wb-co-form-slim .wb-co-for-container .umbraco-forms-field-wrapper input {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.wb-co-form-slim .wb-co-for-container .umbraco-forms-field-wrapper textarea {
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 4px;
  height: 120px;
}
.wb-co-form-slim .wb-co-for-container .checkbox .umbraco-forms-field-wrapper {
  float: left;
  width: 20px;
  margin-top: -21px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .wb-co-form-slim .wb-co-for-container .checkbox .umbraco-forms-field-wrapper {
    margin-top: -14px;
  }
}
.wb-co-form-slim .wb-co-for-container .checkbox label {
  margin-top: 11px;
}
@media (max-width: 768px) {
  .wb-co-form-slim .wb-co-for-container .checkbox label {
    margin-top: 11px;
  }
}
@media (max-width: 768px) {
  .wb-co-form-slim .wb-co-for-container .umbraco-forms-form input.text, .wb-co-form-slim .wb-co-for-container .umbraco-forms-form textarea {
    padding: 10px;
  }
}
.wb-co-form-slim .wb-co-for-container .umbraco-forms-navigation {
  text-align: left;
  padding-top: 0;
}
.wb-co-form-slim .wb-co-for-container .umbraco-forms-navigation > div {
  padding-left: 0;
  text-align: left;
  width: 75%;
}
@media (max-width: 768px) {
  .wb-co-form-slim .wb-co-for-container .umbraco-forms-navigation > div {
    width: 100%;
  }
}
.wb-co-form-slim .wb-co-for-container .btn {
  border-radius: 0;
  padding-left: 40px;
  padding-right: 40px;
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.wb-co-form-slim .wb-co-for-container .umbraco-forms-label {
  font-family: "Roboto-Light", sans-serif;
}
.wb-co-form-slim .checkbox .umbraco-forms-field-wrapper {
  margin-top: -4px;
}

/***** FORM CUSTOM *****/
.wb-co-for-01 .m-auto {
  margin: 0px 9px !important;
}

.wb-co-for-container .umbraco-forms-form {
  padding: 1rem 0 2rem 0;
}
.wb-co-for-container .umbraco-forms-form fieldset {
  margin: 0;
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-field.shortanswer label, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field.longanswer label {
  /*display: none;*/
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-field.shortanswer textarea, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field.shortanswer input, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field.longanswer textarea, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field.longanswer input {
  background-color: transparent !important;
  padding: 20px 30px !important;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 18px !important;
  border: 1px solid #D1D1D1 !important;
}
@media (max-width: 768px) {
  .wb-co-for-container .umbraco-forms-form .umbraco-forms-field.shortanswer textarea, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field.shortanswer input, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field.longanswer textarea, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field.longanswer input {
    padding: 15px 20px !important;
    font-size: 16px !important;
  }
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-field select {
  background-color: transparent !important;
  padding: 20px 30px !important;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 18px !important;
  border: 1px solid #D1D1D1 !important;
  color: #6E6F70;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/xtranetassets/img/default/common/flecha_select_form.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  background-size: 40px;
}
@media (max-width: 768px) {
  .wb-co-for-container .umbraco-forms-form .umbraco-forms-field select {
    padding: 15px 20px !important;
    font-size: 18px !important;
    background-position: calc(100% - 18px) center;
    background-size: 30px;
  }
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper {
  float: left;
  width: 100%;
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper input.text, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper textarea, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper select {
  max-width: 100% !important;
  width: 100%;
  outline: none;
  margin-top: 18px;
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation {
  padding-right: 60px !important;
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation > div {
  text-align: right;
}
@media (max-width: 768px) {
  .wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation > div {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation {
    padding-right: 0px !important;
  }
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation .btn {
  border-radius: 0;
  border: 1px solid #07a651;
  background-color: transparent;
  color: #07a651;
  padding: 10px 48px;
  text-align: center;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 18px;
  transition: all 0.1s ease-out;
  text-transform: uppercase;
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation .btn:hover {
  color: #FFFFFF;
  border-color: #07a651;
  background-color: #07a651;
}
@media (max-width: 768px) {
  .wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation .btn {
    width: 100%;
    padding: 16px 20px;
    padding-right: 120px;
    font-size: 16px;
  }
}
.wb-co-for-container .umbraco-forms-form input.text:focus, .wb-co-for-container .umbraco-forms-form input.title:focus, .wb-co-for-container .umbraco-forms-form textarea:focus, .wb-co-for-container .umbraco-forms-form select:focus {
  border: 1px solid #666 !important;
}
.wb-co-for-container .umbraco-forms-form span.contourError, .wb-co-for-container .umbraco-forms-form span.field-validation-error {
  color: #999 !important;
  background: transparent !important;
  font-size: 12px;
}
.wb-co-for-container .umbraco-forms-container {
  padding: 0;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .wb-co-for-container .umbraco-forms-container {
    padding-right: 0px;
  }
}
.wb-co-for-container .umbraco-forms-page .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.wb-co-for-container .fileupload input {
  border: 1px solid #D1D1D1;
  padding: 15px;
  width: 100%;
}
.wb-co-for-container .checkbox {
  padding-top: 30px;
  padding-bottom: 20px;
}
.wb-co-for-container .checkbox .umbraco-forms-field-wrapper {
  float: left;
  width: 20px;
  margin-top: -4px;
}
.wb-co-for-container .checkbox label {
  float: right;
  width: calc(100% - 27px);
  font-weight: normal;
  margin-top: -6px;
  line-height: 20px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .wb-co-for-container .checkbox label {
    margin-top: -2px;
    line-height: 1.6;
  }
}

.wb-co-component {
  padding: 3.5rem 1.5rem;
}

@media (max-width: 62em) {
  .wb-co-component {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .wb-co-component {
    padding: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .module-item.wb-co-first-component > section > div, .wb-co-titlepage, .module-item.wb-co-first-component > div {
    margin-top: 0;
  }
  /*.module-item.wb-co-first-component > section > div, .wb-co-titlepage {
      padding-top: 86px;
  }*/
  .wb-co-section-modulos > .module-item:first-child {
    margin-top: 0;
  }
}
.wb-co-ntm {
  margin-top: 0 !important;
}

.wb-co-btnvolver {
  color: #07a651;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: right bottom 0.4em;
  padding-right: 62px;
}

.module-item td, .module-item th {
  border: 1px solid #eaeaea;
  padding: 4px;
}

/***** FULL WIDTH ******/
.wb-co-fullwidth .wb-co-component {
  padding-left: 7rem;
  padding-right: 7rem;
}
@media (min-width: 1200px) {
  .wb-co-fullwidth .wb-co-container {
    max-width: none;
  }
}
@media (max-width: 1800px) {
  .wb-co-fullwidth .wb-co-container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .wb-co-fullwidth .wb-co-fw80 {
    max-width: 80%;
  }
  .wb-co-fullwidth .wb-co-fw60 {
    max-width: 60%;
  }
  .wb-co-fullwidth .wb-co-fw100 .wb-co-fw80, .wb-co-fullwidth .wb-co-fw100 .wb-co-fw60 {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .wb-co-fullwidth .wb-co-component {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .wb-co-fullwidth .wb-co-component {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .wb-co-fullwidth .wb-co-component {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 768px) {
  .wb-co-container {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
a .d-hover, a .d-hover-inline, a .d-hover-inline-block {
  display: none;
}

a:hover .d-hover {
  display: block;
}

a:hover .d-hover-inline {
  display: inline;
}

a:hover .d-hover-inline-block {
  display: inline-block;
}

a:hover .d-hover-none {
  display: none;
}

.bg-positiony-bottom {
  background-position-y: bottom !important;
}

.bg-positiony-top {
  background-position-y: top !important;
}

.image-blank-background {
  background-color: #07a651;
  opacity: 0.2;
}

.image-grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*** SEPARACION ITEMS ***/
.core_px_no {
  padding-left: 0;
  padding-right: 0;
}

.core_px_minima {
  padding-left: 15px;
  padding-right: 15px;
}

.core_px_media {
  padding-left: 35px;
  padding-right: 35px;
}

.core_px_maxima {
  padding-left: 60px;
  padding-right: 60px;
}

.core_py_no {
  padding-top: 0;
  padding-bottom: 0;
}

.core_py_minima {
  padding-top: 15px;
  padding-bottom: 15px;
}

.core_py_media {
  padding-top: 35px;
  padding-bottom: 35px;
}

.core_py_maxima {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .core_px_no {
    padding-left: 0;
    padding-right: 0;
  }
  .core_px_minima {
    padding-left: 5px;
    padding-right: 5px;
  }
  .core_px_media {
    padding-left: 10px;
    padding-right: 10px;
  }
  .core_px_maxima {
    padding-left: 15px;
    padding-right: 15px;
  }
  .core_py_no {
    padding-top: 0;
    padding-bottom: 0;
  }
  .core_py_minima {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .core_py_media {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .core_py_maxima {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.module_page {
  margin-top: 86px;
  min-height: calc(100vh - 300px);
}
@media (max-width: 1200px) {
  .module_page {
    margin-top: 0;
  }
}

a, a:hover {
  color: #07a651;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

button:focus {
  outline: none;
}

small, .small {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 72%;
}

.text-muted {
  color: #999 !important;
}

.custom_btn {
  background-color: #07a651 !important;
  border: 2px solid #07a651 !important;
  font-size: 16px;
  color: #fff !important;
  border-radius: 0;
  padding: 10px 20px;
}

.custom_btn:hover {
  color: #fff;
  background-color: #07a651;
  border-color: #07a651;
}

.custom_btn_outline {
  border: 1px solid #07a651;
  font-size: 16px;
  color: #07a651;
  border-radius: 0;
  padding: 10px 20px;
}

.custom_btn_outline:hover {
  color: #fff;
  background-color: #07a651;
  border: 1px solid #07a651;
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}
@media (min-width: 1280px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }
}
.table-responsive .table {
  max-width: 99%;
}

/*** MODAL WINDOW ***/
.modal-header {
  border-bottom: 1px solid #f1f1f1;
}

.modal-body {
  font-size: 16px;
}

.modal-footer {
  border-top: 1px solid #f1f1f1;
}

.modal-footer .btn {
  font-size: 13px;
  padding: 0.2rem 1.5rem;
  background-image: none;
}
.modal-footer .btn:hover {
  background-image: none;
}

.modal-title {
  font-weight: normal;
  font-size: 22px;
}

.texto_titulo_bg {
  font-family: "Roboto-ExtraBold", Arial;
  font-size: 100px;
  color: #F7F7F7;
  line-height: 1;
}
@media (max-width: 768px) {
  .texto_titulo_bg {
    font-family: "Roboto-Bold", Arial;
    font-size: 60px;
    display: none;
  }
}

@media (min-width: 1280px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}
/*.btn--brand, .btn {
    font-size: 14px;
    color: #342e9c;
    background-color: transparent;
    border: 1px solid #342e9c;
    padding: 0.3rem 1.5rem;
}*/
.modulo_documentacion .breadcrumb-item:first-child {
  padding: 10px;
}
.modulo_documentacion .breadcrumb-item + .breadcrumb-item {
  background-size: 8px;
  padding-left: 20px;
}
.modulo_documentacion .breadcrumb-item {
  padding: 10px;
  padding-right: 15px;
  padding-left: 20px;
}

.spinner_loading {
  font-size: 14px;
  color: #888;
  background-image: url(/xtranetassets/img/default/modules/search/loader.gif);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 0;
  font-family: "Roboto-Light", sans-serif;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 37px;
  margin-top: 20px;
}

.form-control {
  border-radius: 16px;
  border-color: #DBDBDB;
  font-size: 14px;
  color: #363636;
  padding: 0rem 0.75rem;
  height: calc(1.5em + 1rem + 2px);
}

.formulariopedido textarea {
  height: 120px;
  padding: 6px 10px;
}

.input-group-text {
  background-color: #F1F1F1;
  border-radius: 0;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #F8F8F8;
  color: #999;
}

.form-control:focus {
  border-color: #999;
  box-shadow: 0 0 black;
}

.form-check-input {
  margin-top: 0.4rem;
  margin-left: -20px;
}

.perfilusuario .form-check-label {
  font-size: 15px;
  font-weight: normal;
}

label {
  margin-bottom: 0.75rem;
}

.table-sm td, .table-sm th {
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
}

.table thead th {
  border-top: 0;
}

.form-check-label {
  margin-top: 2px;
}

.form-control {
  font-family: "Roboto-Regular", sans-serif;
}

.form-control::placeholder {
  color: #cccccc;
}

.wb_navbar {
  padding: 0;
  background-color: #fcfcfc;
}
@media (max-width: 768px) {
  .wb_navbar {
    padding: 10px 20px;
  }
}

.nav_menu {
  height: 100%;
}

.navegacion {
  height: auto;
  padding: 0px 0px;
}

.nav_item {
  cursor: pointer;
  font-family: "Roboto-Regular", sans-serif;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 0;
  text-align: center;
}
.nav_item a {
  font-size: 15px;
  color: #909090;
  transition: all 0.1s ease-in-out;
}
.nav_item a:hover {
  text-decoration: none;
  color: #07a651;
}

.nav_item.active {
  font-weight: bold;
}

.nav-link:hover, .nav-link:focus {
  outline: none;
}

@media (min-width: 1400px) {
  header .wb-co-container {
    gpadding-left: 10px;
    gpadding-right: 10px;
  }
}
@media (max-width: 1199px) {
  header .navbar .navbar-collapse .navbar-nav.wb-co-header-principalmenu {
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    height: auto !important;
    background-color: #f9f9f9;
    padding-bottom: 40px;
    padding-top: 20px;
  }
  header .navbar .navbar-collapse .navbar-nav > li {
    max-width: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-link {
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
  }
}
.header_logo img {
  width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
}

.header_usuario {
  margin-right: 0;
  width: 200px;
  padding-left: 8px;
  min-height: 86px;
}
.header_usuario a {
  outline: none;
}
.header_usuario a:focus-visible, .header_usuario a:focus {
  outline: none;
}
@media (max-width: 1200px) {
  .header_usuario {
    margin-right: 0;
    padding-top: 0px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .header_usuario {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    min-height: 86px;
  }
}
@media (max-width: 768px) {
  .header_usuario .no-mobile-gutters {
    margin-left: 0;
    margin-right: 0;
  }
}
.header_usuario .dropdown-menu {
  background-color: white;
}
.header_usuario .dropdown-menu.show {
  left: -30px !important;
  top: -2px !important;
  border: 0;
  border-radius: 0;
  right: 0;
  width: 270px;
  box-shadow: 2px 7px 11px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .header_usuario .dropdown-menu.show {
    left: -179px !important;
    top: 92px !important;
    transform: none !important;
    width: 270px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .header_usuario .dropdown-menu.show {
    left: -10px !important;
    top: -1px !important;
  }
}
@media (max-width: 768px) {
  .header_usuario .dropdown-menu.show {
    left: calc(-100vw + 72px) !important;
    top: 86px !important;
    transform: none !important;
    width: 100vw;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
    margin: 0 !important;
  }
}
.header_usuario .dropdown-menu .register_block {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}
.header_usuario .dropdown-menu .register_block a {
  color: #323232;
}
.header_usuario .dropdown-menu hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.header_usuario .dropdown-item {
  color: #333;
  font-size: 14px;
  padding: 0.65rem 1.5rem;
  transition: all 0.25s ease;
  white-space: wrap;
  padding-top: 12px;
}
.header_usuario .dropdown-item:hover, .header_usuario .dropdown-item:focus {
  background-color: #f1f1f1;
  color: black;
}
.header_usuario .dropdown-item:active {
  background-color: #f0f0f0;
  color: inherit;
}
.header_usuario .dropdown-toggle::after {
  display: none;
}
.header_usuario a:hover, .header_usuario a:active {
  text-decoration: none;
}
.header_usuario .menu_empresa {
  padding: 0 24px;
  font-size: 14px;
}
.header_usuario .menu_empresa .form-group {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.header_usuario .menu_empresa label {
  margin-bottom: 0.5rem;
}
.header_usuario .menu_empresa select {
  font-size: 12px;
  padding: 0rem 0.25rem;
  height: 31px;
  border-radius: 8px;
}

.header_usuario_nombre {
  float: none;
  margin-right: 12px;
  text-align: right;
  margin-top: 0;
  max-width: none;
  overflow: hidden;
  width: 160px;
  margin-left: 10px;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .header_usuario_nombre {
    display: none;
  }
}
@media (max-width: 1280px) {
  .header_usuario_nombre {
    max-width: 69%;
  }
}
.header_usuario_nombre .nombre {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 15px;
  color: #000;
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-align: right;
}
.header_usuario_nombre .tipo_usuario {
  font-size: 13px;
  display: block;
  color: #07a651;
  width: 100%;
  height: 17px;
  overflow: hidden;
  text-align: right;
}

.foto_usuario {
  float: right;
}
.foto_usuario img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
@media (max-width: 768px) {
  .foto_usuario img {
    width: 40px;
    height: 40px;
  }
}

.foto_perfil_iniciales {
  border-radius: 50%;
  border: 2px solid #07a651;
  padding: 0;
  font-family: "Roboto-Bold", Arial;
  font-size: 17px;
  text-align: center;
  line-height: 1;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2px;
}

/****** CARRITO *****/
.wb-co-header__cesta {
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  display: block;
  width: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.5s;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .wb-co-header__cesta {
    position: absolute;
    right: 80px;
    top: 0px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 80px;
  }
}
.wb-co-header__cesta a {
  background: no-repeat url(/xtranetassets/img/default/modules/pedidos/ico_carrito.svg) center 8px;
  height: 50px;
  width: 50px;
  display: block;
  background-size: 46px;
  background-position: 3px 4px;
}
.wb-co-header__cesta a:hover {
  background: no-repeat url(/xtranetassets/img/default/modules/pedidos/ico_carrito_over.svg) center 8px;
  background-size: 46px;
  background-position: 3px 4px;
  text-decoration: none;
}
.wb-co-header__cesta a:hover #cart_count {
  color: #07a651;
}

.cart_header.hasproducts a {
  padding: 6px;
  width: 130px;
  height: 57px;
  margin-top: -2px;
}

#cart_count {
  font-size: 13px;
  text-align: center;
  padding-left: 13px;
  padding-top: 13px;
  color: #333;
  font-weight: normal;
}

/*** BUSCADOR ***/
.wb-co-header__search {
  height: 86px;
  display: block;
  width: 70px;
  vertical-align: middle;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .wb-co-header__search {
    position: inherit;
    right: 80px;
    top: 0px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 80px;
  }
}
@media (max-width: 768px) {
  .wb-co-header__search {
    padding-left: 0px;
    padding-right: 0px;
    width: 50px;
  }
}
.wb-co-header__search a {
  background: no-repeat url(/xtranetassets/img/default/modules/search/search-iconew.svg) center 30px;
  height: 100%;
  width: 100%;
  display: block;
  background-size: 30px;
  color: #909090;
}
.wb-co-header__search a:hover {
  background: no-repeat url(/xtranetassets/img/default/modules/search/search-iconew-over.svg) center 30px;
  background-size: 30px;
  text-decoration: none;
  color: #07a651;
}
.wb-co-header__search.active {
  background-color: #f6f6f6;
}

.wb-co-searchblock {
  background-color: #f6f6f6;
  height: 100px;
  width: 100%;
  position: absolute;
  top: 86px;
  left: 0;
  padding: 20px;
  display: none;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .wb-co-searchblock {
    padding: 18px;
    height: auto;
  }
}

.private_btn_logout {
  background-image: url(/xtranetassets/img/default/privatearea/common/icono_logout.svg);
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 50px !important;
}

.headermenu_btn {
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 50px !important;
}

.headermenu_btn_logout {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_cerrarsesion.svg);
}

.headermenu_btn_inicio {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_inicio.svg);
  background-size: 16px;
  background-position: 23px;
}

.headermenu_btn_catalogo {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_catalogoproductos.svg);
  background-size: 17px;
  background-position: 23px 12px;
}

.headermenu_btn_listasproductos {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_catalogoproductos.svg);
  background-size: 17px;
  background-position: 23px 12px;
}

.headermenu_btn_comunicados {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_comunicados.svg);
  background-size: 17px;
  background-position: 24px 12px;
}

.headermenu_btn_contactar {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_contactar.svg);
}

.headermenu_btn_documentacion {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_documentacion.svg);
}

.headermenu_btn_editar {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_editar.svg);
}

.headermenu_btn_facturas {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_facturas.svg);
}

.headermenu_btn_albaranes {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_facturas.svg);
}

.headermenu_btn_faq {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_faq.svg);
}

.headermenu_btn_pedidos {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_pedidos.svg);
  background-size: 18px;
  background-position: 21px 9px;
}

.headermenu_btn_contenido {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_albaranes.svg);
  background-size: 13px;
  background-position: 25px;
}

.headermenu_btn_clycboton {
  background-image: url(/xtranetassets/img/default/layout/menu_private/menu_clycboton.svg);
  background-size: 16px;
  background-position: 24px 12px;
}

@media (max-width: 1200px) {
  .header_btn_areacliente {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 120px;
  }
}
.header_btn_areacliente a {
  background-image: url(/xtranetassets/img/default/privatearea/common/icono_areacliente_web.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 25px;
  color: white;
  font-size: 16px;
  padding-right: 40px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Roboto-Regular", sans-serif;
}
.header_btn_areacliente a:hover {
  color: #07a651;
  text-decoration: none;
}

.scrolling .header_btn_areacliente a {
  color: #0E0E32;
}
@media (max-width: 1200px) {
  .scrolling .header_btn_areacliente a {
    color: white;
  }
}
.scrolling .header_btn_areacliente a:hover {
  color: #07a651;
}

/*** BOTONES MENU ****/
.menu_item {
  padding: 12px 10px;
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 20px center;
  padding-left: 20px;
  text-align: left;
  border-left: 2px solid #F1F1F1;
  color: #818B95;
  font-family: "Roboto-Regular", sans-serif;
  border-bottom: 4px solid transparent;
  min-height: 70px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .menu_item {
    min-width: 250px;
    border-left: 0;
  }
}
.menu_item:hover, .menu_item.active {
  color: #00162D;
  text-decoration: none;
  border-bottom: 4px solid #07a651;
}
@media (max-width: 1200px) {
  .menu_item:hover, .menu_item.active {
    border-bottom-color: transparent;
  }
}
.menu_item .itemmenu_titulo {
  font-family: "Roboto-Bold", Arial;
  font-size: 14px;
  margin-bottom: 0px;
}
.menu_item .itemmenu_subtitulo {
  font-weight: normal;
  font-size: 12px;
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .menu_item .itemmenu_subtitulo {
    display: none;
  }
}

/*** ICONOS MENU ****/
/*.m_inicio {
    background-image: url(/xtranetassets/img/custom/cnagroup_areacliente/menu/menu_home.svg);
}

.m_documentacion {
    background-image: url(/xtranetassets/img/custom/cnagroup_areacliente/menu/menu_documentacion.svg);
}

.active.m_inicio, .m_inicio:hover {
    background-image: url(/xtranetassets/img/custom/cnagroup_areacliente/menu/menu_home_active.svg);
}

.active.m_documentacion, .m_documentacion:hover {
    background-image: url(/xtranetassets/img/custom/cnagroup_areacliente/menu/menu_documentacion_active.svg);
}*/
/*** MENSAJES ***/
.m_mensajes {
  background-image: url(/xtranetassets/img/custom/cnagroup_areacliente/menu/sobre.svg);
  padding-left: 80px;
  background-position-x: 30px;
}

.m_mensajes:hover {
  background-image: url(/xtranetassets/img/custom/cnagroup_areacliente/menu/sobre.svg);
  color: #707070;
  border-bottom-color: transparent;
}

.tienemensajes.m_mensajes {
  background-image: url(/xtranetassets/img/custom/cnagroup_areacliente/menu/sobre.svg);
  color: #707070;
  border-bottom-color: transparent;
}

@media (max-width: 1200px) {
  .nav_areaprivada_container {
    display: none;
  }
}
.footer_end {
  height: 40px;
  background-color: #fff;
}

.footer_end_item {
  color: #C0C0C0;
  margin-top: 10px;
  font-size: 14px;
}

.footer_navegacion {
  background-color: #F7F7F7;
  padding: 20px;
}

.footer_leftcol, .footer_rightcol {
  padding: 30px 20px;
}

.footer_container, .footer_container a {
  font-family: "Roboto-Regular", sans-serif;
  color: #C0C0C0;
  font-size: 15px;
}

@media (max-width: 768px) {
  .footer_end_item {
    font-size: 17px;
  }
  .footer_leftcol {
    padding: 20px 30px 0px 30px;
  }
  .footer_rightcol {
    padding: 0px 30px 20px 30px;
  }
}
.ap_loginpage {
  height: calc(100vh - 109px);
  min-height: 670px;
}

.login_bloque_img {
  height: 100%;
}

.login_bloque_form {
  height: 100%;
}

.login_image {
  padding: 5rem 6rem;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 100%;
}

.login_texto {
  position: relative;
  z-index: 2;
}
.login_texto h1 {
  font-family: "Roboto-Bold", Arial;
  font-size: 30px;
}

.login_sombra {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/xtranetassets/img/default/privatearea/common/sombra.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  z-index: 1;
  transform: rotate(180deg);
}

.login_bgtitle {
  font-size: 160px;
  font-family: "Roboto-ExtraBold", Arial;
  color: #F7F7F7;
  line-height: 1;
  padding-bottom: 120px;
  text-align: right;
  margin-top: -21px;
}

.login_borde_inferior {
  background-color: #F7F7F7;
  height: 50px;
}

.login_logo {
  text-align: center;
  padding: 2.5rem 2.5rem 1.5rem 2.5rem;
  height: auto;
}
@media (max-width: 768px) {
  .login_logo {
    padding: 2rem 2rem 1rem 2rem;
  }
}
.login_logo img {
  width: 140px;
}

.login_acceso {
  padding: 3rem 5rem;
  background-color: #F5F5F5;
  height: 60%;
}
.login_acceso a.alta {
  color: #909090;
  font-size: 13px;
}
.login_acceso a.olvide {
  color: #909090;
  font-size: 13px;
}
.login_acceso .login_acceso_pie {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .login_acceso {
    font-size: 14px;
  }
  .login_acceso p {
    line-height: 1.4;
    font-size: 14px;
  }
}

.login_btn {
  background-color: #332E9B;
  font-size: 15px;
  color: #fff;
  border-radius: 0;
  padding: 10px;
}
.login_btn:hover {
  color: #fff;
  background-color: #94051D;
}

/*** NUEVO DISEÑO ***/
.ap_loginpage {
  height: calc(100vh - 80px);
  min-height: 670px;
}

.login_bloque_form {
  position: absolute;
  width: 480px;
  height: auto;
  bottom: 60px;
  right: 100px;
  background-color: white;
  z-index: 10;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.login_banner_logo {
  position: absolute;
  width: 200px;
  height: auto;
  top: 30px;
  left: 10px;
  z-index: 20;
}
@media (max-width: 768px) {
  .login_banner_logo {
    width: 120px;
    padding: 20px !important;
  }
}

.login_texto_logos {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .login_texto_logos {
    margin-top: 20px;
  }
}
.login_texto_logos img {
  max-width: 100%;
}

.login_image {
  height: calc(100% - 250px);
}

.login_texto {
  height: 250px;
  padding: 30px;
  background-color: white;
}
@media (max-width: 768px) {
  .login_texto {
    padding: 20px 0px;
    height: auto;
  }
}

.login_acceso {
  padding: 2rem 3rem;
  background-color: #ffffff;
  height: auto;
}

.bganimate_container {
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bganimate_image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}

.bganimate_image.active {
  z-index: 3;
}

@media (max-width: 768px) {
  .ap_loginpage {
    height: auto;
  }
  .login_bloque_img {
    height: auto;
  }
  .login_bloque_form {
    height: auto;
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
  }
  .login_bgtitle {
    display: none;
  }
  .ap_loginpage > .row {
    width: 100%;
  }
  .login_image {
    padding: 2rem 2rem;
    min-height: 350px;
  }
  .login_acceso {
    padding: 2rem 2rem;
    height: auto;
  }
}
.codigo_acceso {
  font-size: 18px;
  margin-top: 20px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .codigo_acceso {
    font-size: 20px;
  }
}

.timer {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dots-container {
  position: relative;
  top: -91px;
  left: -91px;
}

.circle-container {
  position: relative;
  width: 120px; /* Asegúrate de que esto sea al menos dos veces el valor máximo del radio + el tamaño del punto */
  height: 120px;
  margin: 20px auto;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  /* overflow: hidden; */
}

.dot {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #004F8B;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.red {
  color: red;
}

/**** FOOTER ****/
/*.loginpage .footer_leftcol {*/
/*background-color: #f9f9f9;*/
/*color: #332E9B;
    padding: 50px 30px 40px 30px;
}

.loginpage .footer_rightcol {*/
/*background-color: #f9f9f9;*/
/*color: #332E9B;
    padding: 50px 30px 40px 30px;
}

.loginpage .footer_container a {
    color: #332E9B;
}*/
.home_seccion_titulo {
  margin-top: 45px;
}

.home_seccion_titulo h3 {
  color: #685850;
  font-family: "Roboto-Bold", Arial;
  margin-bottom: 20px;
}

.home_casosexito {
  padding: 30px;
  background-color: #F7F7F7;
}

.casosexito_item {
  margin-top: 0px;
  margin-bottom: 50px;
}

.casosexito_titulo {
  font-size: 30px;
  font-weight: bold;
  color: #07a651;
  margin-bottom: 40px;
}

.casosexito_container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.casosexito_btn, .casosexito_btn:hover {
  color: #07a651;
}

.home_banner {
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  background-position: center;
}

.banner_texto {
  position: relative;
  z-index: 2;
  padding-top: 3rem;
}
.banner_texto p {
  max-width: 50%;
}
@media (max-width: 768px) {
  .banner_texto p {
    max-width: none;
  }
}

.banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.home_item {
  border: 1px solid #f1f1f1;
  height: 100%;
  box-shadow: 2px 2px 4px #f1f1f1;
  margin-bottom: 30px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
.home_item .boton_acceso {
  border-radius: 8px;
  border: 1px solid #D0E6FE;
  padding: 5px 30px;
  color: #07a651;
  font-family: "Roboto-Medium", sans-serif;
  transition: all 0.2s ease-in-out;
}
.home_item .boton_acceso:hover {
  background-color: #07a651;
  color: #fff;
  text-decoration: none;
}

.home_item_container {
  padding: 20px;
  min-height: 190px;
}
@media (max-width: 768px) {
  .home_item_container {
    min-height: auto;
  }
}

.home_item_titulo {
  color: #00162D;
  font-size: 28px;
  font-family: "Roboto-Light", sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .home_item_titulo {
    font-size: 25px;
  }
}

.home_item_titulo a {
  color: #00162D;
}

.home_item_titulo a:hover {
  color: #07a651;
  text-decoration: none;
}

.home_item_btn {
  background-image: url(/xtranetassets/img/default/privatearea/common/flecha_default.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: left 3px;
  padding-left: 40px;
  font-size: 16px;
  color: #909090;
  display: block;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
.home_item_btn:hover {
  color: #07a651;
  text-decoration: none;
  background-position: 10px 3px;
}

.link_gris {
  font-size: 15px;
  color: #323232;
  transition: all 0.2s ease-in-out;
}

.link_gris:hover {
  text-decoration: none;
  color: #970F25;
}

.home_banner {
  height: 320px;
}
.home_banner.banner_mini {
  height: 200px;
}

/*.search_box_home {
    padding: 10px;
    font-size: 22px;
    color: #332E9B;
    background-color: #fff;
    border-radius: 10px;
    margin: 40px auto;
    width: 500px;
    max-width: 100%;
    height: 60px;
    background-image: url(/xtranetassets/img/default/modules/search/search-iconew.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 15px center;
    border: none;
    padding-left: 70px;

    &::placeholder {
        font-family: $primary-font-light;
        color: #ccc;
    }
}*/
.search_box {
  padding: 4px;
  font-size: 17px;
  color: #323232;
  background-color: #f5f5f5;
  width: 700px;
  max-width: 100%;
  height: 50px;
  background-image: url(/xtranetassets/img/default/modules/search/search-iconew.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 15px center;
  border: none;
  padding-left: 60px;
  border-radius: 20px;
}
.search_box::placeholder {
  font-family: "Roboto-Light", sans-serif;
  color: #ccc;
}

.buscador_home_totales {
  min-height: 20px;
}

.home_btn_categorias:hover {
  text-decoration: none;
}

.home_btn_categorias img {
  border-radius: 5px;
  border: 1px solid #eaeaea;
}

.home_btn_categorias_tit {
  color: #323232;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 7px;
  margin-top: 5px;
}

.home_btn_categorias_sub {
  color: #AFBBC8;
  font-weight: normal;
  font-size: 15px;
}

.bloque_home {
  border: 1px solid #DBDBDB;
  padding: 25px;
  margin-bottom: 30px;
}

.btn_home {
  background-image: url("/xtranetassets/img/default/privatearea/common/flecha.svg");
  background-position: left center;
  font-size: 18px;
  color: #333333;
  padding-left: 34px;
  display: block;
  background-repeat: no-repeat;
  background-size: 23px;
  margin-bottom: 8px;
}

.home_columnas .wb-co-component {
  padding-left: 0px;
  padding-right: 0px;
}

.home_columnas .wb-co-section-modulos > .module-item:first-child {
  margin-top: 0px;
}

.home_item_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_item_image img {
  height: 250px;
  width: 100%;
  opacity: 0;
}

.home_columnas .wb-co-con-05__item img {
  border-radius: 20px;
}

/*** NOTICIAS ****/
.wb-co-noticia-item-container {
  border: 1px solid #f1f1f1;
  height: 92%;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0;
}

.wb-co-noticia-item-titulo {
  font-size: 18px;
  color: #332E9B;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .banner_texto {
    padding-top: 3rem;
  }
}
.perfilusuario {
  background-color: #FFFFFF;
  min-height: 400px;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .perfilusuario {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F6F6F6;
    min-height: auto;
  }
}
.perfilusuario .form-check-input {
  margin-top: 9px;
}
.perfilusuario .form-check-label {
  margin-top: 5px;
  margin-left: 3px;
}
.perfilusuario label {
  margin-bottom: 0.5rem;
  font-size: 14px;
  color: #999;
}
.perfilusuario h2 {
  color: #07a651;
  /*font-family: $primary-font-bold;*/
}
@media (max-width: 768px) {
  .perfilusuario h2 br {
    display: none;
  }
}
.perfilusuario .foto_perfil_detalle {
  width: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}

.perfilusuario__bloque {
  margin-bottom: 30px;
}
.perfilusuario__bloque .form-control:disabled, .perfilusuario__bloque .form-control[readonly] {
  background-color: #F8F8F8;
  color: black;
  background: white;
  border: none;
  padding: 0;
  height: auto;
  border-radius: 0;
}
.perfilusuario__bloque .form-control:disabled::placeholder, .perfilusuario__bloque .form-control[readonly]::placeholder {
  color: transparent;
}

a.menu_perfil {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  color: #818B95;
  transition: all 0.3s ease;
}
a.menu_perfil.menu_active, a.menu_perfil:hover {
  background-color: #eaeaea;
  text-decoration: none;
  color: #323232;
}

.aviso_legal p {
  font-size: 14px;
  color: #999;
}

header {
  position: fixed;
  top: 0;
  z-index: 1010;
  background-color: white;
  width: 100%;
  box-shadow: none;
  -webkit-transition: all 0.6s ease;
}
header .navbar {
  height: 86px;
}
@media (max-width: 768px) {
  header .navbar {
    height: 86px;
  }
}
header .navbar .container-fluid {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}
header .navbar .navbar-toggler {
  border: none;
  background: transparent !important;
}
header .navbar .navbar-toggler:focus {
  outline: none;
}
header .navbar .navbar-toggler .icon-bar {
  width: 26px;
  height: 2px;
  background-color: #777;
  display: block;
  transition: all 0.2s;
  margin-top: 7px;
}
header .navbar .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: -1% 10%;
}
header .navbar .navbar-toggler .middle-bar {
  opacity: 0;
}
header .navbar .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 3% 90%;
}
header .navbar .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
header .navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
header .navbar .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
header .navbar .navbar-nav li {
  padding-left: 8px;
  padding-right: 8px;
}
header .navbar .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}
header .navbar .navbar-nav .dropdown-toggle {
  white-space: normal;
}
header .navbar .navbar-nav .dropdown-menu {
  top: 86px;
  border: none;
  border-radius: 0;
  margin-top: 0;
  background-color: rgb(255, 255, 255);
  padding-top: 15px;
}
header .navbar .navbar-nav .dropdown-menu.show {
  display: none;
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item {
  /*.dropdown-item .wb-co-header-menu-simple .dropdown-menu {
      margin-left: 0;
  }*/
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item.wb-co-header-menu-active {
  color: #000000;
  background-color: transparent;
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover, header .navbar .navbar-nav .dropdown-menu .dropdown-item.wb-co-header-menu-active {
  color: #000000;
  background-color: transparent;
}
header .navbar .navbar-nav > li {
  flex: 1;
  -ms-flex: 1 auto;
  text-align: center;
  max-width: max-content;
}
header .navbar .navbar-nav .nav-link {
  font-size: 16px;
  color: #000000;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: normal;
}
header .navbar .navbar-nav .nav-link:focus {
  outline: none;
  color: #000000;
}
header .navbar .navbar-nav .nav-link:hover {
  color: #000000;
}
header .navbar .navbar-nav .wb-co-header-menu-active .nav-link {
  color: #000000;
  border-bottom: 3px solid !important;
}
header .navbar .navbar-nav.wb-co-header-principalmenu .dropdown-toggle::after {
  display: none;
}
header .navbar .navbar-nav.wb-co-header-menu-language {
  min-width: 90px;
}
header .navbar .navbar-nav.wb-co-header-menu-language li {
  padding-left: 15px;
  padding-right: 20px;
}
header .navbar .navbar-nav.wb-co-header-menu-language li::before {
  display: block;
  height: 26px;
  border-right: none;
  width: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
}
header .navbar .navbar-nav.wb-co-header-menu-language li::after {
  display: block;
  height: 26px;
  border-left: none;
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
}
header .navbar .navbar-nav.wb-co-header-menu-language .dropdown-toggle {
  white-space: nowrap;
}
header .navbar .navbar-nav.wb-co-header-menu-language .dropdown-toggle::after {
  color: #ffffff;
  display: none;
}
header .navbar .navbar-nav.btn-header img {
  height: 38px;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 18px;
  margin-right: 0;
}
header .navbar .navbar-nav.btn-header .nav-link {
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  font-family: "Roboto-Thin", sans-serif !important;
  padding-top: 23px;
  padding-bottom: 0;
}
header .navbar .navbar-nav.btn-header li {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border-radius: 5px;
}
header .navbar .navbar-nav.btn-header li:hover {
  cursor: pointer;
}
header .navbar .navbar-brand {
  margin-left: 8px;
  margin-right: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
}
header .navbar .navbar-brand img {
  height: 70px;
}
header .navbar .navbar-brand {
  display: none;
}
@media (min-width: 1200px) {
  header .navbar .navbar-brand {
    display: block;
  }
}
header .navbar .navbar-brand-alternate {
  display: block;
}
@media (min-width: 1200px) {
  header .navbar .navbar-brand-alternate {
    display: none;
  }
}
header.scrolling, header.overclass {
  background-color: rgba(255, 255, 255, 0.9);
}
header.scrolling .navbar .navbar-nav .dropdown-menu, header.overclass .navbar .navbar-nav .dropdown-menu {
  background-color: rgb(255, 255, 255);
}
header.scrolling .navbar .navbar-nav .dropdown-menu .dropdown-item, header.overclass .navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: black;
}
header.scrolling .navbar .navbar-nav .dropdown-menu .dropdown-item:hover, header.overclass .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #000000;
}
header.scrolling .navbar .navbar-nav .dropdown-menu .dropdown-item.wb-co-header-menu-active, header.overclass .navbar .navbar-nav .dropdown-menu .dropdown-item.wb-co-header-menu-active {
  color: #000000;
}
header.scrolling .navbar .navbar-nav .nav-link, header.overclass .navbar .navbar-nav .nav-link {
  color: #000000;
}
header.scrolling .navbar .navbar-nav .nav-link:focus, header.overclass .navbar .navbar-nav .nav-link:focus {
  color: #000000;
}
header.scrolling .navbar .navbar-nav .nav-link:hover, header.overclass .navbar .navbar-nav .nav-link:hover {
  color: #07a651;
}
@media (min-width: 1200px) {
  header.scrolling .navbar-brand, header.overclass .navbar-brand {
    display: none;
  }
}
header.scrolling .navbar-brand-alternate, header.overclass .navbar-brand-alternate {
  display: block;
}

.wb-co-fullwidth .navbar {
  padding-left: 15px;
  padding-right: 0;
  padding-top: 0;
}

@media (min-width: 1200px) {
  .navbar {
    min-height: 73px;
    margin: 0;
    padding: 0;
  }
  .navbar .navbar-collapse {
    background-color: transparent;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link {
    height: 86px;
    padding-top: 30px;
    padding-bottom: 16px;
    display: block;
    align-items: center;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    min-width: 269px;
    padding-left: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 8px;
    box-shadow: none;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 0px;
    margin-left: 0px;
    font-size: 15px;
    font-family: inherit;
    color: black;
    width: calc(100% - 0px);
    white-space: pre-line;
    border-bottom: none;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown.wb-co-header-menu-withimg .dropdown-menu {
    width: 500px;
    padding-right: 240px;
    background-repeat: no-repeat;
    gbackground-size: auto 100%;
    background-position: 260px;
    margin-left: -18px;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown.wb-co-header-menu-simple:hover .nav-link,
  .navbar .navbar-collapse .navbar-nav .dropdown.wb-co-header-menu-withimg:hover .nav-link {
    color: #000000;
    border-bottom: 3px solid;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.wb-co-header-menu-active .nav-link {
    border-bottom: 3px solid;
  }
  .navbar .navbar-collapse .navbar-nav.wb-co-header-principalmenu .nav-link:hover {
    border-bottom: 3px solid;
  }
  .navbar .navbar-collapse .navbar-nav.wb-co-header-menu-language {
    border-left: 2px solid #EBEBEA;
    border-right: none;
    margin-left: 20px;
    margin-right: 20px;
  }
  .navbar .navbar-collapse .navbar-nav.wb-co-header-menu-language .dropdown-menu {
    min-width: 180px;
    margin-left: -40px;
  }
}
@media (max-width: 1199px) {
  .wb-co-section-topmenu > .wb-co-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  header {
    background-color: rgb(255, 255, 255);
    position: relative;
  }
  header .navbar {
    max-height: none;
    height: 86px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
  }
  header .navbar .container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  header .navbar .navbar-brand {
    margin-left: 20px;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 0;
  }
  header .navbar .navbar-brand img {
    height: 60px;
  }
  header .navbar .navbar-toggler {
    margin-right: 0px;
    margin-top: -3px;
  }
  header .navbar .navbar-collapse {
    background-color: #0E0E32;
    margin-top: 6px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-link {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 18px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    background-size: 0;
    background-color: transparent;
    margin-left: auto !important;
    display: block;
  }
  header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center;
    font-size: 22px;
    margin-bottom: 7px;
    font-family: "Roboto-Regular", sans-serif;
  }
  header .navbar .navbar-collapse .navbar-nav > li {
    max-width: max-content;
  }
  header .navbar .navbar-collapse .navbar-nav.wb-co-header-principalmenu {
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  header .navbar .navbar-collapse .navbar-nav.wb-co-header-menu-language li::before, header .navbar .navbar-collapse .navbar-nav.wb-co-header-menu-language li::after {
    display: none;
  }
  header .navbar .navbar-collapse .navbar-nav.btn-header.navbar-nav {
    float: none !important;
  }
  header .navbar .navbar-collapse .navbar-nav.btn-header.navbar-nav .nav-link {
    margin: 0 auto;
    max-width: 250px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px !important;
  }
}
/* IE10-specific styles go here*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wb-co-header-menu > li {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  header .navbar .navbar-collapse {
    background-color: #0E0E32;
    margin-top: 0px;
    position: absolute;
    width: 100vw;
    top: 86px;
  }
  .wb-co-header-menu .dropdown, .wb-co-header-menu .nav-item {
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .submenu-productos {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  header .navbar .navbar-nav li {
    padding-left: 4px;
    padding-right: 4px;
  }
}

/*** CORPORATE MENU ***/
.corporate_header {
  background-color: #07a651;
  font-size: 13px;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.corporatemenu_item {
  display: inline-block;
  border-right: 1px solid #F1F1F6;
  padding-right: 20px;
  margin-right: 17px;
  padding-top: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .corporatemenu_item {
    padding-right: 14px;
    margin-right: 12px;
  }
}
.corporatemenu_item:last-child {
  border-right: none;
  padding-right: 0;
}
.corporatemenu_item a {
  font-size: 13px;
  color: white;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .corporatemenu_item a {
    font-size: 16px;
  }
}

.corporatemenu_item_icono {
  margin-top: -2px;
  float: left;
  margin-right: 4px;
}
.corporatemenu_item_icono img {
  width: 20px;
  margin-right: 5px;
}

.corporatemenu_global {
  display: inline-block;
}
.corporatemenu_global a {
  padding-left: 27px;
  background-image: url(/xtranetassets/img/default/layout/ico_global_header.svg);
  background-position: left center;
  background-size: 19px;
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-right: 0px;
  border-right: 1px solid;
  padding-right: 19px;
}
@media (max-width: 768px) {
  .corporatemenu_global a {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .corporatemenu_global span {
    display: none;
  }
}

.corporatemenu_lang {
  display: inline-block;
}
.corporatemenu_lang .dropdown-menu {
  margin-top: 10px;
  margin-left: -7px;
  border-radius: 0;
  border: none;
  background-color: #004F8B;
  min-width: 120px;
  padding-top: 4px;
}
@media (max-width: 768px) {
  .corporatemenu_lang .dropdown-menu {
    margin-top: 9px;
    margin-left: -78px;
    min-width: 140px;
  }
}

.corporatemenu_item .corporatemenu_lang a {
  padding-left: 13px;
  padding-right: 0px;
  padding-top: 2px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .corporatemenu_item .corporatemenu_lang a {
    font-size: 16px;
  }
}
.corporatemenu_item .corporatemenu_lang a.dropdown-item {
  padding-top: 4px;
  padding-bottom: 2px;
}
.corporatemenu_item .corporatemenu_lang a.dropdown-item:hover {
  background-color: #013D6B;
  color: #eaeaea;
}

/*** POPUP PAISES ***/
.selectcountry {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 1;
  display: none;
}
.selectcountry.show {
  display: block;
}

.selectcountry_bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}

.selectcountry_header {
  background-image: url("/xtranetassets/img/default/layout/ico_paises_verde.svg");
  background-position: left center;
  background-size: 90px;
  background-repeat: no-repeat;
  padding-left: 130px;
  font-size: 24px;
  border-bottom: 1px dotted #333;
  padding-bottom: 25px;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .selectcountry_header {
    background-size: 80px;
    padding-left: 105px;
    font-size: 17px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.seleccountry_container {
  position: absolute;
  top: 155px;
  right: 10%;
  left: 10%;
  background-color: rgb(255, 255, 255);
  z-index: 101;
  padding: 30px 80px;
  box-shadow: 1px 1px 5px 1px #999;
  max-width: 1150px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .seleccountry_container {
    top: 55px;
    right: 3%;
    left: 3%;
    padding: 10px 20px;
  }
}

.selectcountry_item {
  border-bottom: 1px solid #CACAD2;
}

.selectcountry_items {
  padding-top: 0px;
  padding-bottom: 20px;
  overflow-y: auto;
  height: calc(100% - 86px);
  margin-top: 20px;
  margin-bottom: 0px;
  overflow-x: hidden;
  max-height: calc(100vh - 350px);
}
@media (max-width: 768px) {
  .selectcountry_items {
    overflow-y: scroll;
    margin-right: -15px;
  }
}
.selectcountry_items::-webkit-scrollbar {
  width: 12px;
}

.selectcountry_item_pais {
  padding-bottom: 10px;
  padding-top: 0px;
}
.selectcountry_item_pais a {
  font-size: 15px;
  color: #111111;
}

.selectcountry_item_content .row {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .selectcountry_item_content .row {
    margin-bottom: 10px;
  }
}

.seleccountry_item_header {
  margin-top: 14px;
  padding-bottom: 10px;
}
.seleccountry_item_header a {
  color: #030303;
}
@media (max-width: 768px) {
  .seleccountry_item_header a {
    font-size: 16px;
  }
}
.seleccountry_item_header button {
  color: #030303;
  font-size: 18px;
  width: 100%;
  text-align: left;
  border: none;
  background-color: transparent;
  padding-left: 0;
  font-weight: 200;
}
@media (max-width: 768px) {
  .seleccountry_item_header button {
    font-size: 16px;
  }
}

.selectcountry_item_flecha {
  background-image: url("/xtranetassets/img/default/layout/ico_arrow_desplegable.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: 20px;
  float: right;
  margin-top: 6px;
  margin-right: 5px;
  transition: all 0.4s ease;
  rotate: 180deg;
}
@media (max-width: 768px) {
  .selectcountry_item_flecha {
    background-size: 12px;
  }
}

.collapsed .selectcountry_item_flecha {
  rotate: 0deg;
}

/*** WIDGET LOGIN WEB ****/
#headerwidget_clycportal_div {
  position: absolute;
  display: none;
  width: 360px;
  height: auto;
  background-color: rgb(255, 255, 255);
  border: 0;
  padding: 20px 30px;
  right: 20px;
  top: 28px;
  text-align: left;
  border-radius: 12px;
}

.headerwidget_clycportal_contenido {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  color: #000000;
}
.headerwidget_clycportal_contenido span {
  color: #E2A725;
}

.botones_container, .botones_container p {
  font-size: 13px;
  text-align: center;
  font-weight: normal;
}
.botones_container .btn {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  width: 100%;
  border-radius: 7px;
  background-color: #07a651;
  color: white;
  padding: 6px;
  font-family: "Roboto-Light", sans-serif;
}

.headerwidget_clycportal_btn_cerrar {
  width: 40px;
  height: 40px;
  background-image: url(/xtranetassets/img/default/layout/clycportal/icono_clyc_portal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #07a651;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 1199px) {
  #headerwidget_clycportal_div {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 160px;
  }
  .botones_container {
    margin-top: 20px;
  }
}
.navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu-productos {
  position: fixed;
  width: auto;
  top: 86px;
  left: 0px;
  right: 0px;
  background-color: #FBFBFD;
  padding: 20px 100px 20px 100px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu-productos {
    position: relative;
    top: -10px;
    left: -20px !important;
    right: 0 !important;
    width: 100vw;
    padding: 10px 0px 0px 0px;
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  li.menu-productos {
    max-width: unset !important;
  }
}

@media (max-width: 768px) {
  .submenu-productos {
    display: block !important;
  }
}
.submenu-productos .submenuproductos_subitems {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .submenu-productos .submenuproductos_subitems {
    margin-left: 24px;
    margin-top: 4px;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
    margin-right: 40px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 16px;
  }
}
.submenu-productos .submenu_item {
  padding-right: 40px;
}
.submenu-productos .submenu_item a {
  color: white;
  font-size: 18px;
  font-family: "Roboto-Regular", sans-serif;
  margin-bottom: 25px;
  display: block;
  padding-left: 26px;
  background-image: url("/xtranetassets/img/default/common/ico_flecha_menu_blanco.svg");
  background-repeat: no-repeat;
  background-position: -9px 2px;
  background-size: 9px;
  transition: all 0.15s ease;
  line-height: 1.2;
  /* hogartintorero */
  margin-bottom: 11px;
  font-size: 16px;
  color: #030303;
  background-image: url("/xtranetassets/img/default/common/ico_flecha_menu_gris.svg");
}
.submenu-productos .submenu_item a:hover {
  text-decoration: none;
  background-position: 9px 2px;
}
.submenu-productos .submenu_item.active a {
  background-position: 9px 2px;
  font-weight: bold;
}
.submenu-productos .productos_iconoseleccionado img {
  width: 80px;
}
.submenu-productos .submenuproductos_separator {
  border-right: 3px solid #F1F1F6;
}
@media (max-width: 768px) {
  .submenu-productos .submenuproductos_separator {
    border-right: none;
  }
}
.submenu-productos .submenuproductos_subitem a {
  color: #999;
  font-size: 15px;
  display: block;
  margin-bottom: 7px;
}
.submenu-productos .submenuproductos_subitem_img {
  min-height: 260px;
}
@media (max-width: 768px) {
  .submenu-productos .submenuproductos_subitem_img {
    display: none;
  }
}
.submenu-productos .subitems .submenu_item a {
  margin-bottom: 11px;
  font-size: 13px;
  color: #030303;
  margin-left: 18px;
  background-size: 7px;
  padding-left: 20px;
}

footer {
  background-color: #ffffff;
  min-height: 120px;
  color: #000000;
}
footer a:hover {
  color: #0872b9;
  text-decoration: none;
}
footer .btn:hover, footer .btn:active, footer .btn:focus {
  background-color: #0872b9;
}
footer hr {
  background-color: #0872b9;
  margin-top: 40px;
  margin-bottom: 0;
}
footer .wb-co-footer-webmapcontainer {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .wb-co-footer-footercontainer {
  padding-bottom: 10px;
}

.wb-co-footer__hasComponents {
  padding-top: 0;
}

.wb-co-footer-columnbox {
  color: #888888;
}
.wb-co-footer-columnbox a {
  color: #888888;
}
.wb-co-footer-columnbox a:hover {
  text-decoration: underline;
}
.wb-co-footer-columnbox ul {
  list-style: none;
  padding-left: 0;
  color: #888888;
  font-size: 18px;
  font-weight: 500;
  padding-right: 40px;
}
.wb-co-footer-columnbox li {
  color: #888888;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
}

.wb-co-footer-columnitem-destacado a, .wb-co-footer-columnitem-destacado {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
}

.wb-co-footer-tags {
  color: #888888;
  font-size: 12px;
  margin-top: 40px;
  line-height: 26px;
  text-align: center;
}
.wb-co-footer-tags a {
  color: #888888;
}
.wb-co-footer-tags a:hover {
  text-decoration: underline;
}

.footer_imagencomplementaria {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

footer .form-check-label {
  margin-top: 2px;
}

.footer_lastbuttons {
  float: right;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 0px;
  text-align: right;
}
.footer_lastbuttons ul {
  list-style: none;
  margin: 0 auto;
  width: auto;
  display: inline-block;
  text-align: center;
  padding-left: 0;
}
.footer_lastbuttons li {
  display: inline;
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif;
  color: #ffffff;
  margin-left: 40px;
}
.footer_lastbuttons li:first-child {
  margin-left: 0px;
}
.footer_lastbuttons li:last-child {
  margin-right: 0px;
}
.footer_lastbuttons li a {
  color: #ffffff;
  white-space: nowrap;
}
.footer_lastbuttons li a:hover {
  text-decoration: underline;
}
.footer_lastbuttons .btn-footer {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.footer_lastbuttons .btn-footer a {
  display: inline-block;
  height: 30px;
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 35px;
  padding-right: 0px;
  background-repeat: no-repeat;
  background-size: 28px;
}
.footer_lastbuttons .btn-footer li {
  /*padding-left: $footer_btn_paddingleft;
  padding-right: $footer_btn_paddingright;*/
  text-align: center;
  border-radius: 5px;
}
.footer_lastbuttons .btn-footer li:hover {
  cursor: pointer;
}

.footer_logo_img img {
  max-width: 250px;
  margin-bottom: 12px;
}

.footer_logo_textodestacado {
  margin-top: 0px;
  margin-bottom: 0px;
}

.wb-co-footer-lastblock-footer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer_copyrightblock {
  float: left;
  font-size: 16px;
  color: #888888;
  text-align: right;
  font-family: "Roboto-Regular", sans-serif;
}
.footer_copyrightblock a {
  color: #888888;
  display: inline;
  margin-left: 25px;
  margin-right: 0;
}
.footer_copyrightblock a:hover {
  text-decoration: underline;
}

.footer_siguenos {
  float: right;
  font-size: 18px;
  font-family: "Roboto-Medium", sans-serif;
  color: #888888;
  margin-top: 25px;
  text-align: right;
}
.footer_siguenos a {
  margin-left: 15px;
}
.footer_siguenos .fa {
  color: #ffffff;
  font-size: 24px;
}

.wb-co-footer-webmap .card {
  background-color: transparent; /*#38383c*/
  border: none;
}
.wb-co-footer-webmap .card-header {
  background-color: transparent; /*#38383c*/
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}
.wb-co-footer-webmap .card-header .icon {
  color: #07a651;
  float: left;
  background-color: transparent;
  height: 100%;
  width: calc((100% - 1040px) / 2);
  text-align: right;
  padding-right: 0;
  padding-top: 9px;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}
.wb-co-footer-webmap .card-header h5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  text-align: left;
  height: 52px;
}
.wb-co-footer-webmap .card-header a {
  color: #07a651;
  display: block;
  text-decoration: none;
  height: 52px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 72px;
}
.wb-co-footer-webmap .card-header a:hover {
  text-decoration: underline;
}
.wb-co-footer-webmap .card-body {
  background-color: transparent; /*#38383c*/
  margin-top: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (max-width: 1200px) {
  .wb-co-footer-webmap .card-header .icon {
    display: none;
  }
}
@media (max-width: 992px) {
  .wb-co-footer-webmap .card-header a {
    padding-left: 1.5rem;
  }
  .footer_copyrightblock {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .footer_lastbuttons {
    float: none;
    margin-left: 0px;
    text-align: center;
    line-height: 30px;
  }
  .footer_lastbuttons li {
    margin-right: 10px;
    margin-left: 10px;
  }
  .wb-co-footer-lastblock-footer {
    margin-top: 20px;
  }
  .wb-co-footer-columnbox {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  footer {
    max-width: 100vw;
    overflow: hidden;
  }
  .wb-co-footer-webmap .card .card-body {
    padding: 0rem 1.5rem !important;
  }
  .wb-co-footer-webmap .card-header a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: auto;
  }
  .wb-co-footer-webmap .card-header h5 {
    height: auto;
  }
  .footer_textodestacado {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .footer_textodestacado h1, .footer_textodestacado h2, .footer_textodestacado h3, .footer_textodestacado h4, .footer_textodestacado h5, .footer_textodestacado h6, .footer_textodestacado .style_t1, .footer_textodestacado .style_t2, .footer_textodestacado .style_t3, .footer_textodestacado .style_t4, .footer_textodestacado .style_t5, .footer_textodestacado .style_t6, .footer_textodestacado p {
    text-align: center !important;
  }
  .footer_logo_img {
    float: none;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  /*.wb-co-footer-lastblock {
      margin-top: 10px;
  }*/
  .footer_siguenos {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer_imagencomplementaria {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
/*** FOOTER SECCION 1 ***/
/*** FOOTER SECCION 2 ***/
/*** FOOTER SECCION 3 ***/
/**** SECCION 1 *****/
.footer_seccion1 {
  padding: 50px 0 0 0;
}

.footer_logo {
  width: 200px;
}
@media (max-width: 768px) {
  .footer_logo {
    width: 180px;
  }
}

.footer_seccion1_destacado p {
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer_seccion1_destacado p {
    text-align: center !important;
  }
}

.footer_bloque_menu {
  margin: 0 0 0 0;
}
@media (max-width: 768px) {
  .footer_bloque_menu {
    text-align: center !important;
  }
}

.footer_menu_titulo {
  font-family: "Roboto-Light", sans-serif;
  color: #192C33;
  font-size: 25px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0 10px 10px 0;
  text-align: left;
}

.footer_menu_item {
  font-family: "Roboto-Light", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 10px 25px 0;
  color: #192C33;
  text-align: left;
}
.footer_menu_item a {
  color: #192C33;
}
.footer_menu_item a:hover {
  color: #000000;
}

.footer_imagenComplementaria {
  width: 73px;
}
@media (max-width: 768px) {
  .footer_imagenComplementaria {
    margin: 0 auto;
  }
}

/**** SECCION 2 *****/
.footer_seccion2 {
  padding: 10px 0 10px 0;
}

@media (max-width: 768px) {
  .footer_accesosdirectos {
    margin-bottom: 25px;
    text-align: center;
  }
}

.footer_accesosdirectos_item {
  display: inline-block;
  margin: 10px 0 0 20px;
}
.footer_accesosdirectos_item a {
  font-size: 13px;
  color: #6F6C8B;
}
.footer_accesosdirectos_item a:hover {
  color: #6F6C8B;
}

.footer_accesosdirectos_icono {
  display: inline-block;
}
.footer_accesosdirectos_icono img {
  width: 20px;
  margin: 0 5px 0 0;
}

.footer_siguenos {
  font-size: 13px;
}

/**** SECCION 3 *****/
.footer_seccion3 {
  padding: 10px 0 15px 0;
}

.footer_copyright_texto {
  display: inline-block;
  margin: 0 30px 0 0;
  font-size: 16px;
}

.footer_copyright_links {
  display: inline-block;
}

.footer_copyright_link {
  display: inline-block;
  margin: 0 30px 0 0;
}
.footer_copyright_link a {
  color: #192C33;
  font-size: 16px;
}
.footer_copyright_link a:hover {
  color: #07a651;
}

.footer_accesodirecto_links {
  display: inline-block;
  margin-bottom: 10px;
}

.footer_accesodirecto_link {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer_accesodirecto_link:last-child {
  margin: 0px;
}
.footer_accesodirecto_link a {
  color: #192C33;
  font-size: 14px;
}
.footer_accesodirecto_link a:hover {
  color: #07a651;
}

@media (max-width: 1200px) {
  .footer_menu_titulo {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .footer_seccion1 {
    padding: 20px 0 10px 0;
  }
  .footer_bloque_menu {
    margin: 20px 0 0 0;
  }
  .footer_logo {
    margin: 0 auto;
  }
  .footer_menu_titulo {
    text-align: center;
    margin-top: 10px;
  }
  .footer_menu_item {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer_siguenos {
    font-size: 15px;
  }
  .footer_siguenos .fa {
    font-size: 25px;
  }
  .footer_copyright {
    margin-top: 25px;
  }
  .footer_copyright_texto, .footer_copyright_links {
    font-size: 14px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .footer_copyright_link {
    margin-right: 0px !important;
  }
  .footer_accesodirecto_link {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .footer_accesodirecto_link a {
    font-size: 15px;
  }
}
.wb-co-breadcrumb {
  border-top: 1px solid #DCDCDC;
  background-color: #ffffff;
  border-bottom: 1px solid #DCDCDC;
}

@media (max-width: 544px) {
  .wb-co-breadcrumb {
    display: none;
  }
}
.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
  background-color: #ffffff;
}

.breadcrumb-item {
  margin-bottom: 0;
  border-radius: 0;
  padding: 0.5rem;
  padding-right: 15px;
  padding-left: 40px;
  color: #3B3B3E;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 3rem;
}

@media (max-width: 992px) {
  .breadcrumb-item {
    margin-bottom: 0;
    border-radius: 0;
    padding: 20px;
    padding-right: 15px;
    padding-left: 29px;
    color: #3B3B3E;
    font-size: 14px;
  }
}
.breadcrumb-item:first-child {
  padding: 20px;
  padding-left: 0;
}

@media (max-width: 992px) {
  .breadcrumb-item:first-child {
    padding: 9px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.breadcrumb-item a {
  color: #3B3B3E;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

@media (max-width: 992px) {
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
  }
}
.breadcrumb-item + .breadcrumb-item {
  background-image: url("/xtranetassets/img/default/modules/breadcrumb/breadcrumb-arrow.png");
  background-repeat: no-repeat;
  background-position: 0px;
}

@media (max-width: 992px) {
  .breadcrumb-item + .breadcrumb-item {
    background-image: none;
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 2px;
  }
}
.breadcrumb-item:last-child, .breadcrumb-item:last-child a {
  color: #A3A3A3;
}

/***** MOVIDO DE PRODUCTOS *****/
.breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumbs li {
  font-size: 19px;
}
.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs > li {
  /*float: left;*/
  margin-right: 5px;
  display: inline-block;
  margin-right: 5px;
}
.breadcrumbs > li + li:before {
  content: "/";
  display: inline-block;
  margin-right: 3px;
  margin-left: 0px;
}
.breadcrumbs a {
  color: #07a651;
  /*text-decoration: underline;*/
}

.top-breadcrumbs {
  font-family: "Roboto-Light", sans-serif;
}

.breadcrumbs-wrapper {
  padding-left: 0;
  max-width: none;
}

.products-menu__breadcrumbs li, .products-menu__breadcrumbs li a {
  font-size: 14px;
  font-weight: 500;
  font-family: "acumin-pro";
  color: #323232;
}

.products-menu__breadcrumbs li span {
  color: #999;
}

.loader {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.92);
  display: none;
}

.loader_box {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-top: 60px;
  width: 220px;
  height: 200px;
  margin: 0 auto;
  margin-top: 15%;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .loader_box {
    margin-top: 35%;
  }
}
.loader_show {
  display: block;
}

.loader_element {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #07a651;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: -10px;
  left: -30px;
  right: 0;
  margin: 0 auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wb-co-ban-03 {
  position: relative;
}

.wb-co-ban-03__content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.wb-co-ban-03__content .container {
  position: relative;
  height: 100%;
}

.wb-co-ban-03__text {
  z-index: 1;
  color: #fff;
  overflow: hidden;
  /*padding-left: 80px;
  padding-right: 80px;*/
  max-height: 90%;
}
.wb-co-ban-03__text h1 {
  font-size: 4em;
  margin-bottom: 20px;
}
.wb-co-ban-03__text h2 {
  font-size: 2em;
}

.wb-co-ban-03__overlay {
  height: 100%;
  width: 100%;
  background-color: #EB6817;
  opacity: 0.6;
  filter: brightness(0.8);
  position: absolute;
}

.wb-co-ban-03__image {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.wb-co-ban-03-reducido, .wb-co-ban-03-reducido .wb-co-ban-03__image {
  min-height: 300px;
}
.wb-co-ban-03-ampliado, .wb-co-ban-03-ampliado .wb-co-ban-03__image {
  min-height: 600px;
}
.wb-co-ban-03-automatico, .wb-co-ban-03-automatico .wb-co-ban-03__image {
  min-height: 0px;
}
@media (max-width: 992px) {
  .wb-co-ban-03__text {
    padding-left: 10px;
    padding-right: 10px;
    max-height: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wb-co-ban-03__text h1 {
    font-size: 3em;
    margin-bottom: 0.75rem;
  }
  .wb-co-ban-03__text h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .wb-co-ban-03__text h1 {
    font-size: 44px;
  }
  .wb-co-ban-03__text h2 {
    font-size: 32px;
  }
  .wb-co-ban-03__text h3 {
    font-size: 27px;
  }
}
.wb-co-ban-02 {
  position: relative;
  min-height: 370px;
}

.wb-co-ban-02__content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.wb-co-ban-02__content .container {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .wb-co-ban-02__content .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.wb-co-ban-02__text {
  z-index: 1;
  color: #fff;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 100%;
  max-height: 100%;
  padding-top: calc(2rem + 86px);
}
.wb-co-ban-02__text h1 {
  margin-bottom: 20px;
}

.wb-co-ban-02__overlay {
  height: 100%;
  width: 100%;
  background-color: #EB6817;
  opacity: 0.6;
  filter: brightness(0.8);
  position: absolute;
}

.wb-co-ban-02__image {
  background-repeat: no-repeat;
  width: 100%;
  min-height: 370px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.wb-co-ban-02-minima, .wb-co-ban-02-minima .wb-co-ban-02__image {
  min-height: 300px;
}
.wb-co-ban-02-media, .wb-co-ban-02-media .wb-co-ban-02__image {
  min-height: 450px;
}
.wb-co-ban-02-maxima, .wb-co-ban-02-maxima .wb-co-ban-02__image {
  min-height: 650px;
}
.ban02__overlay {
  height: 100%;
  width: 100%;
  background-color: #323232;
  opacity: 0.4;
  filter: brightness(0.8);
  position: absolute;
}

@media (max-width: 992px) {
  .wb-co-ban-02__text {
    /*padding-left: 10px;
    padding-right: 10px;*/
    max-height: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wb-co-ban-02__text h1 {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  .wb-co-ban-02-minima, .wb-co-ban-02-minima .wb-co-ban-02__image {
    min-height: 200px;
  }
  .wb-co-ban-02-media, .wb-co-ban-02-media .wb-co-ban-02__image {
    min-height: 300px;
  }
  /*.wb-co-ban-02-maxima {
      min-height: calc($ban02_maxima_minheight - ($ban02_maxima_minheight / 3));

      .wb-co-ban-02__image {
          @extend .wb-co-ban-02-maxima;
      }
  }*/
  .wb-co-ban-02__text img {
    max-width: 100%;
    height: auto;
  }
}
.wb-co-ban-04 {
  position: relative;
  min-height: 390px;
  padding-bottom: 30px;
  margin-top: 0 !important;
}

.wb-co-ban-04__content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.wb-co-ban-04__content .container {
  position: relative;
  height: 100%;
}

.wb-co-ban-04__text {
  z-index: 1;
  color: #fff;
  overflow: hidden;
  margin-left: 7rem;
  width: 389px;
  height: 200px;
  position: absolute;
  bottom: 0;
  max-height: 90%;
  background-color: #07a651;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.5rem;
}

.wb-co-ban-04__link {
  position: absolute;
  bottom: 15px;
}

.wb-co-ban-04__overlay {
  height: 100%;
  width: 100%;
  background-color: #EB6817;
  opacity: 0.6;
  filter: brightness(0.8);
  position: absolute;
}

.wb-co-ban-04__image {
  background-repeat: no-repeat;
  width: 100%;
  min-height: 390px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.wb-co-ban-04-minima, .wb-co-ban-04-minima .wb-co-ban-04__image {
  min-height: 390px;
}
.wb-co-ban-04-maxima, .wb-co-ban-04-maxima .wb-co-ban-04__image {
  min-height: 600px;
}
.wb-co-ban-04-media, .wb-co-ban-04-media .wb-co-ban-04__image {
  min-height: 0px;
}
@media (max-width: 1200px) {
  .wb-co-ban-04__text {
    margin-left: 4rem;
  }
}
@media (max-width: 992px) {
  .wb-co-ban-04__text {
    margin-left: 3rem;
  }
}
@media (max-width: 768px) {
  .wb-co-ban-04__text {
    left: 2rem;
    right: 2rem;
    width: auto;
    margin-left: 0;
    height: auto;
    min-height: 140px;
  }
  .wb-co-ban-04-maxima, .wb-co-ban-04-maxima .wb-co-ban-04__image {
    min-height: 420px;
  }
  .wb-co-ban-04-maxima .wb-co-ban-04__image {
    min-height: 420px;
  }
  .wb-co-ban-04-minima, .wb-co-ban-04-minima .wb-co-ban-04__image {
    min-height: 220px;
  }
  .wb-co-ban-04-minima .wb-co-ban-04__image {
    min-height: 220px;
  }
}
.ban06_contenidoPrincipal {
  /*max-width: 480px;*/
  border-top: 1px solid #A3122A;
  padding-top: 10px;
  border-bottom: 1px solid #A3122A;
  margin-top: 50px;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .ban06_contenidoPrincipal {
    max-width: none;
    margin-top: 12px;
  }
}

.ban06_contenidoSecundario {
  padding-top: 20px;
  padding-bottom: 20px;
  /*max-width: 460px;*/
}

.ban06_contenidoDetalle {
  padding: 20px 0 60px 0;
}

.ban06_contenidoAlternativo, .ban06_linea {
  clip-path: polygon(100% 18%, 100% 0%, 100% 85%, 0% 100%, 0% 100%, 0% 0%);
}

.ban06_contenidoAlternativo {
  padding: 110px 0;
  z-index: 2;
  margin-bottom: 30px;
}

.ban06_linea {
  z-index: 1;
  top: -15px;
  bottom: 15px;
  left: 0;
  right: 0;
}

.ban06_imagen {
  padding: 0 50px;
}

@media (max-width: 992px) {
  .ban06_columntext {
    order: 1;
  }
  .ban06_columnimg {
    order: 2;
  }
  .ban06_contenidoAlternativo, .ban06_linea {
    clip-path: polygon(100% 55px, 100% 0%, 100% calc(100% - 30px), 0% 100%, 0% 100%, -103% 0%);
  }
  .ban06_contenidoAlternativo {
    padding: 90px 0 60px 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .ban06_destacado .ban06_columntext {
    padding-top: 40px;
    padding-bottom: 40px;
    /*h1 {
        font-size: 65px;
        line-height: 1;
    }*/
  }
  .ban06_destacado .ban06_columnimg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ban06_destacado .ban06_imagen {
    padding: 0;
  }
}
.ban07 {
  position: relative;
  min-height: 370px;
}
.ban07 .search_box_home {
  padding: 10px;
  font-size: 22px;
  color: #323232;
  background-color: #fff;
  border-radius: 10px;
  margin: 40px auto;
  width: 500px;
  max-width: 100%;
  height: 60px;
  background-image: url(/xtranetassets/img/default/modules/search/search-iconew.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 15px center;
  border: none;
  padding-left: 70px;
  width: 80%;
}
.ban07 .ban07__video video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ban07__content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.ban07__content .container {
  position: relative;
  height: 100%;
}

.ban07__text {
  z-index: 1;
  color: #fff;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 100%;
  max-height: 100%;
  /*padding-top: calc(2rem + 86px);*/
}
.ban07__text h1 {
  margin-bottom: 20px;
}

.ban07__overlay {
  height: 100%;
  width: 100%;
  background-color: #323232;
  opacity: 0.4;
  filter: brightness(0.8);
  position: absolute;
  z-index: 2;
}

.ban07__image {
  background-repeat: no-repeat;
  width: 100%;
  min-height: 370px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.ban07_minima, .ban07_minima .ban07__image {
  min-height: 205px;
}
.ban07_media, .ban07_media .ban07__image {
  min-height: 420px;
}
.ban07_media, .ban07_media .ban07__image {
  min-height: 340px;
}

.ban07_maxima, .ban07_maxima .ban07__image {
  min-height: 640px;
}
.ban07__buscador {
  top: calc(50% - 50px);
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.ban07__buscador .search_box_home {
  margin: 0px auto;
}
.ban07__buscador .ban07__totales {
  text-align: center;
  margin-bottom: 10px;
  min-height: 19px;
  /*color: #000000;*/
}

.ban07__buscador__container {
  background-color: rgba(0, 0, 0, 0.35);
  text-align: left;
  padding: 30px;
  margin: 0 auto;
  width: 85%;
}

.ban07__buscador__container form {
  margin-top: 30px;
}

.search_box_home {
  width: 80%;
}

.ban07__buscador__container input[type=submit] {
  position: absolute;
  top: 11px;
  right: calc(10% + 12px);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .ban07__buscador__container input[type=submit] {
    top: 7px;
    right: 7px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
  }
}

.ban07__buscador .ban07__totales {
  text-align: left;
}

.areaprivada_home .ban07__buscador__container {
  background-color: transparent;
  text-align: left;
  padding: 15px;
  margin: 0;
  width: 80%;
}
.areaprivada_home .ban07__buscador__container input[type=submit] {
  right: calc(20% + 12px);
}
@media (max-width: 768px) {
  .areaprivada_home .ban07__buscador__container input[type=submit] {
    right: 7px;
  }
}
.areaprivada_home .ban07__buscador__container .ban07__totales {
  text-align: left;
}

@media (max-width: 992px) {
  .ban07__text {
    padding-left: 10px;
    padding-right: 10px;
    max-height: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ban07__text h1 {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  .ban07_maxima, .ban07_maxima .ban07__image {
    min-height: 450px;
  }
  .ban07__buscador .search_box_home {
    width: 100%;
  }
  .ban07__buscador .search_box_home {
    font-size: 15px;
    line-height: 18px;
    background-size: 22px;
    height: 45px;
    background-position: 10px center;
    padding-left: 46px;
  }
}
.wb-co-con-05 {
  overflow: hidden;
}

.wb-co-con-05__item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*width:80%;*/
}
.wb-co-con-05__item table {
  max-width: 100%;
  font-size: 18px;
}
.wb-co-con-05__item table th {
  font-size: 18px;
  padding: 6px;
  border: 1px solid #e1e1e1;
}
.wb-co-con-05__item table td {
  font-size: 18px;
  padding: 6px;
  border: 1px solid #e1e1e1;
}

.wb-co-con-05__two-columns .wb-co-con-05__item {
  width: 100%;
}

.wb-co-con-05__item img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .wb-co-con-05__item img {
    max-width: 85%;
  }
}

.wb-co-con-05__item__video__container {
  /*width: 100%;*/
  height: 570px;
}

.con05_video_img {
  position: absolute;
  z-index: 0;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.con05_video_overlaybg {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
}

.video_btn {
  position: relative;
  height: 600px;
  display: block;
  color: inherit;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video_btn {
    height: 360px;
  }
}
.video_btn:hover {
  color: inherit;
  text-decoration: none;
}
.video_btn:hover .con05_video_img {
  transform: scale(1.1);
}
.video_btn:hover .con05_video_overlaybg {
  background-color: rgba(0, 0, 0, 0.5);
}

.con05_video_contenido {
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.con05_video_icono {
  width: 90px;
  height: 90px;
  background-image: url("/xtranetassets/img/default/common/play_video_blanco.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px;
  margin: 0 auto;
}

.wb-co-con-05__two-columns .wb-co-con-05__item__video__container {
  height: 370px;
}

.wb-co-con-05__item__video__container.vimeo-video {
  width: 100%;
  height: 54vw;
  max-height: 470px;
  max-width: 836px;
}

.wb-co-con-05__item__iframe__container {
  height: 600px;
}

/*.wb-co-con-05__multi-icon {


    .multi-icon-text {
        display: block;
        margin-bottom: 0;
    }

    .multi-icon-alternate {
        display: block;
        margin-bottom: 1px;
        max-height: 17px;
        overflow: hidden;
        color: #8e8e8e;
    }

    .multi-icon-link {
        padding-left: 48px;
        background-repeat: no-repeat;
        background-size: 41px;
        display: block;
        text-align: left;
        background-position-y: 5px;
        max-width: 320px;
        margin-bottom: 0;

        &:hover {
            text-decoration: none;

            .multi-icon-text {
                text-decoration: underline;
            }
        }

        &.tipo-ver {
            //background-image: url("/xtranetassets/img/default/components/wb-co-con-05/multi-icon/ver.svg");
        }

        &.tipo-descarga {
            //background-image: url("/xtranetassets/img/default/components/wb-co-con-05/multi-icon/descarga.svg");
        }

        &.tipo-link {
            //background-image: url("/xtranetassets/img/default/components/wb-co-con-05/multi-icon/link.svg");
        }
    }

    .multi-icon-link-tipoimg {
        display: block;
        max-width: 1200px;

        &:hover {
            text-decoration: none;

            .multi-icon-text {
                text-decoration: underline;
            }
        }
    }

    a.multi-icon-link-tipoimg:not([href]), a.multi-icon-link-tipoimg[href=""] {
        pointer-events: none;

        &:hover {
            text-decoration: none;
            cursor: default;

            .multi-icon-text {
                text-decoration: none;
            }
        }
    }
}*/
.con05-bullet {
  background-color: transparent;
  background-position: 0px 16px;
  background-size: 30px;
  background-repeat: no-repeat;
  margin-top: 10px;
  padding: 10px;
  padding-left: calc(30px + 20px);
}

.con05-bullet-minima {
  background-size: 20px;
  padding-left: calc(20px + 20px);
  background-position-y: 15px;
}

.con05-bullet-media {
  background-size: 30px;
  padding-left: calc(30px + 20px);
  background-position-y: 16px;
}

.con05-bullet-maxima {
  background-size: 40px;
  padding-left: calc(40px + 20px);
  background-position-y: 5px;
}

.con05-bullet-margin-minima {
  margin-left: 20px;
}

.con05-bullet-margin-media {
  margin-left: 60px;
}

.con05-bullet-margin-maxima {
  margin-left: 100px;
}

@media (max-width: 768px) {
  .wb-co-con-05__item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .con05-bullet-margin-minima {
    margin-left: 0;
  }
  .con05-bullet-margin-media {
    margin-left: 0;
  }
  .con05-bullet-margin-maxima {
    margin-left: 0;
  }
}
.con05_descargas .doc-wrapper {
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.con05_descargas .doc-wrapper:hover {
  text-decoration: none;
  color: #07a651;
}
.con05_descargas .doc-wrapper .icon-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 20px;
  justify-content: space-between;
}
.con05_descargas .doc-wrapper .icon-link .pdficon {
  font-size: 30px;
}
.con05_descargas .doc-wrapper .icon-link .download {
  margin-bottom: -5px;
  flex: auto;
}

/*** TESTIMONIALES ***/
.con05__testimoniales__content {
  position: relative;
  padding: 15px 0 15px 0;
}

.con05__testimoniales__item {
  position: absolute;
  padding-right: 15%;
}

.con05__testimoniales__nav a {
  font-size: 25px;
  color: #333333;
}

.con05__testimoniales__nav a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .con05__testimoniales__item {
    padding-right: 0;
  }
}
/***** BULLETS *****/
.con01_bullets {
  position: relative;
}

.con01_bullets_nav {
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 20;
}
@media (max-width: 768px) {
  .con01_bullets_nav {
    top: 16px;
  }
}

.con01_bullets_container {
  /*background-color: #f9f9f9;*/
  position: relative;
}

.con01_bullets.slidermode .con01_bullets_item {
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease;
  margin-top: 40px;
}

.con01_bullets_flecha {
  float: left;
  width: 48px;
  height: 48px;
  font-size: 100px;
  background-image: url(/xtranetassets/img/default/components/ico_nav_desactive.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.con01_bullets_flecha:hover {
  background-image: url(/xtranetassets/img/default/components/ico_nav_active.svg);
}

.con01_bullets_flecha_prev {
  transform: rotate(180deg);
  margin-right: 20px;
  margin-top: -16px;
}

.con01_bullets.slidermode .con01_bullets_item.active {
  opacity: 1;
}

.con01_bullets_item_icono {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 20px;
  float: left;
}

.con01_bullets_item {
  min-height: 40px;
  margin-bottom: 30px;
}

.con01_bullets_item_content {
  padding-top: 3px;
}

.con01_bullets_item_content .wb-co-con-05__item:last-child {
  padding-bottom: 0px;
}

/*** ESPACIO VACIO ***/
.con01__espaciado_e1 {
  height: 20px;
}

.con01__espaciado_e2 {
  height: 40px;
}

.con01__espaciado_e3 {
  height: 60px;
}

.con01__espaciado_e4 {
  height: 80px;
}

.con01__espaciado_e5 {
  height: 100px;
}

.con01__espaciado_e6 {
  height: 120px;
}

.con01__espaciado_e7 {
  height: 140px;
}

.con01__espaciado_e8 {
  height: 160px;
}

.con01__espaciado_e9 {
  height: 180px;
}

.con01__espaciado_e10 {
  height: 200px;
}

@media (max-width: 768px) {
  .con01__espaciado.nomovil {
    display: none;
  }
}
.con01_border_item {
  border: 1px solid #000;
}

@media (max-width: 768px) {
  .nomobile-bgimage {
    background-image: none !important;
  }
}

/**** GALERIA IMAGENES ****/
.con01_gallery {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .con01_gallery {
    height: 450px;
    padding-top: 57px;
  }
}

.con01_gallery_nav {
  position: absolute;
  right: 100px;
  top: 35px;
  z-index: 20;
}
@media (max-width: 768px) {
  .con01_gallery_nav {
    right: 4px;
    top: 10px;
  }
}

.con01_gallery_flecha {
  float: left;
  width: 48px;
  height: 48px;
  font-size: 100px;
  background-image: url(/xtranetassets/img/default/components/ico_nav_desactive.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.25s;
  background-position: 70% center;
}
@media (max-width: 768px) {
  .con01_gallery_flecha {
    width: 30px;
    height: 30px;
    background-size: 19px;
  }
}
.con01_gallery_flecha:hover {
  background-position: 100% center;
}

.con01_gallery_flecha:hover {
  background-image: url(/xtranetassets/img/default/components/ico_nav_active.svg);
}

.con01_gallery_flecha_prev {
  transform: rotate(180deg);
  margin-right: 10px;
  margin-top: 0px;
}

.con01_gallery_image {
  position: absolute;
  left: 6%;
  width: 65%;
  height: 85%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .con01_gallery_image {
    left: 0%;
    width: 100%;
    height: 100%;
  }
}

.con01_gallery_image.next {
  border: 15px solid #fff;
  width: 80%;
  height: 80%;
  bottom: 0px;
  right: -630px;
  left: auto;
}

.con01_gallery_image_preload_prev, .con01_gallery_image_preload_next {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/***** POPUP *****/
.con01_popup .cerrar-modal-x {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: #000;
  cursor: pointer;
  line-height: 1;
  z-index: 1056;
}
.con01_popup .cerrar-modal-x:hover {
  color: #555;
}
.con01_popup .modal {
  background-color: rgba(100, 100, 100, 0.1);
}
.con01_popup .modal-dialog {
  max-width: 700px;
  margin: 6rem auto;
  border-radius: 15px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .con01_popup .modal-dialog {
    max-width: 90vw;
    margin: 1rem auto;
  }
}
.con01_popup .modal-header {
  border: none;
  padding-bottom: 0;
}
.con01_popup .modal-content {
  padding: 30px 50px;
  border-radius: 15px;
  border: none;
}
@media (max-width: 768px) {
  .con01_popup .modal-content {
    padding: 10px 20px;
  }
}
.con01_popup .modal-body {
  padding-top: 0;
}
.con01_popup .modal-body h5 {
  font-size: 20px;
}
.con01_popup .modal-body .wb-co-for-container .umbraco-forms-container {
  padding: 0;
  padding-right: 60px;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .con01_popup .modal-body .wb-co-for-container .umbraco-forms-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.con01_popup .modal-body .wb-co-for-container .umbraco-forms-form {
  padding: 0 !important;
}
.con01_popup .modal-body .wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper input.text, .con01_popup .modal-body .wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper textarea, .con01_popup .modal-body .wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper select {
  margin-top: 0px;
  border-radius: 25px;
  padding: 12px 24px !important;
  font-size: 16px !important;
  margin-bottom: 18px;
  font-family: "Roboto-Light", sans-serif;
  color: black !important;
}
.con01_popup .modal-body .wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation {
  padding-right: 0px !important;
}
.con01_popup .modal-body .wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation .btn {
  border-radius: 25px;
  width: 40%;
  margin-bottom: 20px;
  color: white;
  background-color: #07a651;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .con01_popup .modal-body .wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation .btn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.con01_popup .modal-body .wb-co-for-container .umbraco-forms-form .umbraco-forms-navigation > div {
  margin: 0 auto;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
.con01_popup .modal-body .wb-co-for-container .umbraco-forms-form span.contourError, .con01_popup .modal-body .wb-co-for-container .umbraco-forms-form span.field-validation-error {
  display: block;
  margin-bottom: 10px;
  margin-top: -10px;
}
.con01_popup .modal-body .wb-co-for-container .umbraco-forms-form .checkbox {
  padding-top: 10px;
  padding-bottom: 40px;
}
.con01_popup .modal-body .wb-co-for-container .umbraco-forms-form .checkbox span.contourError, .con01_popup .modal-body .wb-co-for-container .umbraco-forms-form .checkbox span.field-validation-error {
  display: none;
}
@media (max-width: 768px) {
  .con01_popup .modal-body .wb-co-for-container .umbraco-forms-form .checkbox label {
    margin-top: 1px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
  }
}
.con01_popup .modal-body .formulario_enviado {
  background-image: url("/xtranetassets/img/default/components/formulario_enviado.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  padding-top: 100px;
  margin-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .con01_popup .modal-body .formulario_enviado {
    background-size: 90px;
    padding-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}

.wb-co-con-05__multi-icon .multi-icon-text {
  display: block;
  margin-bottom: 0;
}
.wb-co-con-05__multi-icon .multi-icon-alternate {
  display: block;
  margin-bottom: 2px;
  max-height: 17px;
  overflow: hidden;
  color: #8e8e8e;
}
.wb-co-con-05__multi-icon .multi-icon-link {
  padding-left: 48px;
  background-repeat: no-repeat;
  background-size: 41px;
  display: block;
  text-align: left;
  background-position-y: 5px;
  max-width: 320px;
  margin-bottom: 0;
}
.wb-co-con-05__multi-icon .multi-icon-link:hover {
  text-decoration: none;
}
.wb-co-con-05__multi-icon .multi-icon-link:hover .multi-icon-text {
  text-decoration: underline;
}
.wb-co-con-05__multi-icon .multi-icon-link.tipo-ver {
  background-image: url("/xtranetassets/img/default/components/wb-co-con-05/multi-icon/ver.svg");
}
.wb-co-con-05__multi-icon .multi-icon-link.tipo-descarga {
  background-image: url("/xtranetassets/img/default/components/wb-co-con-05/multi-icon/descarga.svg");
}
.wb-co-con-05__multi-icon .multi-icon-link.tipo-link {
  background-image: url("/xtranetassets/img/default/components/wb-co-con-05/multi-icon/link.svg");
}
.wb-co-con-05__multi-icon .multi-icon-link-tipoimg {
  display: block;
  max-width: 1200px;
}
.wb-co-con-05__multi-icon .multi-icon-link-tipoimg:hover {
  text-decoration: none;
}
.wb-co-con-05__multi-icon .multi-icon-link-tipoimg:hover .multi-icon-text {
  text-decoration: underline;
}
.wb-co-con-05__multi-icon a.multi-icon-link-tipoimg:not([href]), .wb-co-con-05__multi-icon a.multi-icon-link-tipoimg[href=""] {
  pointer-events: none;
}
.wb-co-con-05__multi-icon a.multi-icon-link-tipoimg:not([href]):hover, .wb-co-con-05__multi-icon a.multi-icon-link-tipoimg[href=""]:hover {
  text-decoration: none;
  cursor: default;
}
.wb-co-con-05__multi-icon a.multi-icon-link-tipoimg:not([href]):hover .multi-icon-text, .wb-co-con-05__multi-icon a.multi-icon-link-tipoimg[href=""]:hover .multi-icon-text {
  text-decoration: none;
}

.crl-01_blocktitle {
  margin-bottom: 25px;
}

.wb-co-crl-01__btn {
  color: #07a651;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 15px;
  line-height: 1;
  padding-right: 0;
  background: none;
  margin-top: 20px;
  display: block;
}
.wb-co-crl-01__btn:hover {
  color: #0872b9;
  text-decoration: none;
}

.wb-co-crl-01 .container .container {
  padding: 0;
}

.crl01_container {
  padding: 40px 20px;
}

.crl01_titulo {
  padding: 20px 0px;
}

.wb-co-cta-01 > .wb-co-container {
  padding: 0 !important;
}

.wb-co-cta-01__image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-position: center center;
}

.wb-co-cta-01__text {
  padding: 80px;
  height: 100%;
}
.wb-co-cta-01__text .btn {
  padding: 0.75rem;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  float: left;
  color: #ffffff;
  background-color: #0872b9;
  border: none;
  border-radius: 0;
  font-family: "Roboto-Regular", sans-serif;
  cursor: pointer;
}
.wb-co-cta-01__text .btn:hover {
  color: #ffffff;
  background-color: transparent;
}

.wb-co-cta-01__btn {
  display: inline-block;
  padding-top: 0px;
  color: #fff;
  font-size: 22px;
  margin-top: 20px;
}
.wb-co-cta-01__btn .fa {
  font-size: 120px;
  opacity: 0.7;
  color: #fff;
  position: absolute;
  top: calc(50% - 60px);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
}
.wb-co-cta-01__btn:hover {
  color: #fff;
}

.wb-co-cta-01__btn:hover {
  text-decoration: none;
}
.wb-co-cta-01__btn:hover .fa {
  opacity: 1;
}

.wb-co-cta-01__overlay {
  background-color: #000;
  position: absolute;
  z-index: 2;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (max-width: 992px) {
  .wb-co-cta-01 .wb-co-cta-01__text {
    padding: 20px 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .wb-co-cta-01 .wb-co-cta-01__text .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wb-co-cta-07 a {
  color: #000;
}

.wb-co-cta-07__list {
  position: absolute;
  bottom: 0;
}

.wb-co-cta-07__listicon .fa {
  display: inline-block;
  width: 40px;
  font-size: 25px;
  text-align: center;
}

@media (max-width: 768px) {
  .wb-co-cta-07__list {
    position: relative;
  }
}
.wb-co-dtr-01 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dtr01_hasbg .dtr01_preitem {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .dtr01_hasbg .dtr01_preitem {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.dtr01_intro {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .dtr01_intro {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.dtr01_item {
  /*border: 1px solid #f1f1f1;*/
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  /*margin-bottom: 40px;*/
}

.dtr01_item_content {
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .dtr01_item_content {
    padding: 10px 20px 10px 20px;
  }
}

.dtr01_item_marginx-minima {
  padding-left: 10px;
  padding-right: 10px;
}

.dtr01_item_marginx-media {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .dtr01_item_marginx-media {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.dtr01_item_marginx-maxima {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .dtr01_item_marginx-maxima {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.dtr01_item_marginy-minima {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dtr01_item_marginy-media {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .dtr01_item_marginy-media {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.dtr01_item_marginy-maxima {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .dtr01_item_marginy-maxima {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.dtr01_item_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dtr01_item_img img {
  opacity: 0;
}

.wb-co-dtr-02__item img {
  font-family: "Roboto-Bold", Arial;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 91px;
  height: 65px;
}

.wb-co-dtr-02__intro {
  margin-bottom: 1rem;
}

.wb-co-dtr-02__item {
  text-align: center;
}

.wb-co-dtr-02__item h4 {
  color: #3b3b3e;
  /*font-size:14px;
  font-weight:bold;
  line-height:1.5;*/
  margin-bottom: 20px;
}

.wb-co-dtr-02__item p {
  /*font-size:15px;
  font-weight:500;*/
  color: #919092;
}

.wb-co-dtr-02 .row {
  /*padding-top:30px;
  padding-bottom:30px;*/
}

.wb-co-dtr-03 .btn--text span {
  font-size: 20px;
}

.wb-co-dtr-03__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*max-height:400px;*/
}

.wb-co-dtr-03__item:first-child {
  margin-bottom: 1.5rem;
}

@media (min-width: 48em) {
  .wb-co-dtr-03__item:first-child {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.wb-co-dtr-03__image__wrapper {
  width: 100%;
  height: 313px;
  background-size: contain;
}

.wb-co-dtr-03__image > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wb-co-dtr-03__image:hover > img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.wb-co-dtr-03__bodycopy {
  padding: 1.5rem;
  font-size: 26px;
  font-size: 28px;
  font-size: 6vw;
  line-height: 1.2;
}

@media (max-width: 366.666666667px) {
  .wb-co-dtr-03__bodycopy {
    font-size: 22px;
  }
}
@media (min-width: 466.666666667px) {
  .wb-co-dtr-03__bodycopy {
    font-size: 28px;
  }
}
.wb-co-dtr-03__bodycopy h2 {
  font-size: 33px;
  font-size: 6vw;
}

@media (max-width: 466.666666667px) {
  .wb-co-dtr-03__bodycopy h2 {
    font-size: 28px;
  }
  .wb-co-dtr-03__item__nobg .wb-co-dtr-03__bodycopy {
    padding-top: 1rem;
  }
}
@media (max-width: 992px) {
  .wb-co-dtr-03__image {
    background-size: cover !important;
  }
}
@media (min-width: 550px) {
  .wb-co-dtr-03__bodycopy h2 {
    font-size: 33px;
  }
}
.wb-co-dtr-03__bodycopy p {
  padding: 0;
  margin-bottom: 0;
}

@media (min-width: 62em) {
  .wb-co-dtr-03__bodycopy {
    padding: 2.25rem;
    padding: 1.25rem;
    position: relative;
  }
}
.wb-co-dtr-03__item__nobg .wb-co-dtr-03__bodycopy {
  padding-left: 0;
  padding-right: 0;
}

a.wb-co-dtr-03__image {
  background-size: 100%;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: scale(1.01, 1.01);
}
a.wb-co-dtr-03__image:hover {
  transform: scale(1.06, 1.06);
}
a.wb-co-dtr-03__image img {
  opacity: 0;
}

/****** VIDEO *******/
.wb-co-dtr-03__video, .wb-co-dtr-03__image {
  display: block;
  overflow: hidden;
  /*height: 270px;*/
}

.wb-co-dtr-03__video img, .wb-co-dtr-03__image img {
  width: 100%;
  display: block;
}

.wb-co-dtr-03__video {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: -2px;
}

.wb-co-dtr-03__video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (min-width: 48em) {
  .wb-co-dtr-03__video .icon {
    width: 115px !important;
    height: 115px !important;
  }
}
.wb-co-dtr-03__video > img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.wb-co-dtr-03__video:hover .icon {
  color: #07a651;
}

.wb-co-dtr-03__video:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wb-co-dtr-03__video ~ .wb-co-dtr-03__bodycopy {
  background-color: #A8A9A2;
  position: relative;
  z-index: 2;
}

.dtr04 .btn--text span {
  font-size: 20px;
}

.dtr04__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*max-height:400px;*/
}

.dtr04__item:first-child {
  margin-bottom: 1.5rem;
}

@media (min-width: 48em) {
  .dtr04__item:first-child {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.dtr04__image__wrapper {
  width: 100%;
  height: 313px;
  background-size: contain;
}

.dtr04__image > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dtr04__image:hover > img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.dtr04__bodycopy {
  padding: 1.5rem;
  font-size: 26px;
  font-size: 28px;
  font-size: 6vw;
  line-height: 1.2;
}

@media (max-width: 366.666666667px) {
  .dtr04__bodycopy {
    font-size: 22px;
  }
}
@media (min-width: 466.666666667px) {
  .dtr04__bodycopy {
    font-size: 28px;
  }
}
.dtr04__bodycopy h2 {
  font-size: 33px;
  font-size: 6vw;
}

@media (max-width: 466.666666667px) {
  .dtr04__bodycopy h2 {
    font-size: 28px;
  }
  .dtr04__item__nobg .dtr04__bodycopy {
    padding-top: 1rem;
  }
}
@media (max-width: 992px) {
  .dtr04__image {
    background-size: cover !important;
  }
}
@media (min-width: 550px) {
  .dtr04__bodycopy h2 {
    font-size: 33px;
  }
}
.dtr04__bodycopy p {
  padding: 0;
  margin-bottom: 0;
}

@media (min-width: 62em) {
  .dtr04__bodycopy {
    padding: 2.25rem;
    padding: 1.25rem;
    position: relative;
  }
}
.dtr04__item__nobg .dtr04__bodycopy {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  bottom: 20px;
  left: 40px;
  pointer-events: none;
  z-index: 2;
}

.dtr04__icono {
  display: inline-block;
  height: 70px;
  width: 70px;
  margin-right: 25px;
}

.dtr04__texto {
  display: inline-block;
}
.dtr04__texto h3 {
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1.1;
}

.dtr04__image {
  display: block;
  overflow: hidden;
  position: relative;
  /*&::before {
      content: " ";
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: transparent;
      opacity: 1;
      filter: none;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 80px, rgba(0, 0, 0, 0) 280px, rgba(0, 0, 0, 0));
      z-index: 1;
      pointer-events: none;
      transition: all 0.3s ease;
      border-bottom: 0px solid $primary-color;
  }*/
}
.dtr04__image:hover {
  /*&::before {
      border-bottom: 14px solid $primary-color;
  }*/
}
.dtr04__image:hover .dtr04__texto {
  background-image: url("/xtranetassets/img/custom/interflex/components/inf02_flecha_over.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}

a.dtr04__image {
  background-size: 100%;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: scale(1.01, 1.01);
}
a.dtr04__image:hover {
  transform: scale(1.06, 1.06);
}
a.dtr04__image:hover::before {
  border-bottom: 14px solid #07a651;
}
a.dtr04__image img {
  opacity: 0;
}
a.dtr04__image::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  /*background-color: rgba(14,14,50,0.6);*/
  opacity: 1;
  filter: none;
  /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 80px, rgba(0, 0, 0, 0) 280px, rgba(0, 0, 0, 0));*/
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease;
  border-bottom: 0px solid #07a651;
}

/****** VIDEO *******/
.dtr04__video, .dtr04__image {
  display: block;
  overflow: hidden;
  /*height: 270px;*/
}

.dtr04__video img, .dtr04__image img {
  width: 100%;
  display: block;
}

.dtr04__video {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: -2px;
}

.dtr04__video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (min-width: 48em) {
  .dtr04__video .icon {
    width: 115px !important;
    height: 115px !important;
  }
}
.dtr04__video > img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.dtr04__video:hover .icon {
  color: #07a651;
}

.dtr04__video:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.dtr04__video ~ .dtr04__bodycopy {
  background-color: #A8A9A2;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .dtr04__icono {
    height: 50px;
    width: 50px;
    margin-right: 20px;
  }
  .dtr04__texto h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .dtr04__item__nobg .dtr04__bodycopy {
    bottom: 20px;
    left: 35px;
  }
  .dtr04__image:hover::before {
    border-bottom: 8px solid #07a651;
  }
}
.wb-co-dtr-05__intro {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.wb-co-dtr-05__intro .wb-co-dtr-05__intro__line {
  border-bottom: 3px solid #07a651;
  height: 3px;
  width: 100%;
  max-width: 250px;
  position: absolute;
  bottom: 0;
}

.wb-co-dtr-05__item {
  height: 20vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.wb-co-dtr-05__item .wb-co-dtr-05__item__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.wb-co-dtr-05__item .wb-co-dtr-05__item__content a:hover .item__link {
  text-decoration: underline;
}
.wb-co-dtr-05__item .wb-co-dtr-05__item__texto {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 2.5rem;
  bottom: 1.5rem;
}
.wb-co-dtr-05__item .wb-co-dtr-05__item__link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.wb-co-dtr-05__item .wb-co-dtr-05__item__link .item__link {
  color: #fff;
  padding-right: 34px;
  background: url("/xtranetassets/img/default/components/dtr_06/Flecha_blanca.svg") no-repeat center right;
  background-size: 30px;
}
.wb-co-dtr-05__item .wb-co-dtr-05__item__link.wb-co-dtr-05-darklink .item__link {
  color: #000;
  background-image: url("/xtranetassets/img/default/components/dtr_06/Flecha_black.svg");
}
.wb-co-dtr-05__item .wb-co-dtr-05__item__overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (max-width: 992px) {
  .wb-co-dtr-05__item {
    height: 35vw;
  }
}
@media (max-width: 768px) {
  .wb-co-dtr-05__item {
    height: 50vw;
  }
}
@media (max-width: 544px) {
  .wb-co-dtr-05__item {
    height: auto;
    min-height: 40vw;
  }
  .wb-co-dtr-05__item .wb-co-dtr-05__item__texto {
    position: initial;
    padding: 1.5rem;
    padding-bottom: 3rem;
    min-height: 250px;
  }
}
.wb-co-dtr-05 .wb-co-crl-01 h3 {
  color: white;
}
.wb-co-dtr-05 .wb-co-crl-01 p {
  font-size: 16px;
}
.wb-co-dtr-05 .wb-co-crl-01 .wb-co-noticia-item-container a {
  background: url(/xtranetassets/img/default/components/dtr_06/Flecha_blanca.svg) no-repeat center right;
  font-size: 14px;
  color: white;
  margin-top: 25px;
  margin-bottom: 5px;
  display: block;
}
.wb-co-dtr-05 .wb-co-crl-01 .wb-co-noticia-item-container a:hover {
  text-decoration: underline;
}
.wb-co-dtr-05 .wb-co-crl-01 .wb-co-noticia-item-container {
  border-top: none;
  border-bottom: 1px solid #DBDBDB;
  border-left: none;
  border-right: none;
  padding-bottom: 0.5rem;
}
.wb-co-dtr-05 .wb-co-crl-01 .wb-co-crl-01__btn {
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
}
.wb-co-dtr-05 .wb-co-crl-01 .wb-co-crl-01__btn:hover {
  text-decoration: underline;
}

.wb-co-dtr-06__intro {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.wb-co-dtr-06__intro .wb-co-dtr-06__intro__line {
  border-bottom: 3px solid #07a651;
  height: 3px;
  width: 100%;
  max-width: 250px;
  position: absolute;
  bottom: 0;
}

.wb-co-dtr-06__item {
  height: 20vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.wb-co-dtr-06__item .wb-co-dtr-06__item__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.wb-co-dtr-06__item .wb-co-dtr-06__item__content a:hover .item__link {
  text-decoration: underline;
}
.wb-co-dtr-06__item .wb-co-dtr-06__item__texto {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 2.5rem;
  bottom: 1.5rem;
}
.wb-co-dtr-06__item .wb-co-dtr-06__item__link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.wb-co-dtr-06__item .wb-co-dtr-06__item__link .item__link {
  color: #fff;
  padding-right: 34px;
  background: url("/xtranetassets/img/default/components/dtr_06/Flecha_blanca.svg") no-repeat center right;
  background-size: 30px;
}
.wb-co-dtr-06__item .wb-co-dtr-06__item__link.wb-co-dtr-06-darklink .item__link {
  color: #000;
  background-image: url("/xtranetassets/img/default/components/dtr_06/Flecha_black.svg");
}
.wb-co-dtr-06__item .wb-co-dtr-06__item__overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (max-width: 992px) {
  .wb-co-dtr-06__item {
    height: 35vw;
  }
}
@media (max-width: 768px) {
  .wb-co-dtr-06__item {
    height: 50vw;
  }
}
@media (max-width: 544px) {
  .wb-co-dtr-06__item {
    height: auto;
    min-height: 60vw;
  }
  .wb-co-dtr-06__item .wb-co-dtr-06__item__texto {
    position: initial;
    padding: 1.5rem;
    padding-bottom: 3rem;
    min-height: 320px;
  }
}
.wb-co-dtr-08__item__cabecera {
  color: #fff;
  height: 200px;
  position: relative;
}
.wb-co-dtr-08__item__cabecera h2 {
  z-index: 2;
  font-size: 30px;
  line-height: 1.1;
}

.wb-co-dtr-08__ampliado .wb-co-dtr-08__item__cabecera {
  height: 350px;
}

.wb-co-dtr-08__item__cabecera__icono {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
  width: 100px;
  position: absolute;
  left: -10px;
  top: -15px;
}
.wb-co-dtr-08__item__cabecera__icono.dtr08_bgimage {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 !important;
}

.wb-co-dtr-08__item__link {
  position: absolute;
  right: 2.5rem;
  bottom: 1rem;
}
.wb-co-dtr-08__item__link a {
  color: #323232;
  padding-right: 34px;
  background-size: 30px;
  font-size: 18px;
  background-position-y: 2px;
}

.wb-co-dtr-08__item__texto {
  padding-bottom: 4rem !important;
}

.wb-co-dtr-08__item__texto.dtr08_sinlink {
  padding-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
  .wb-co-dtr-08__ampliado .wb-co-dtr-08__item__cabecera {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .wb-co-dtr-09 .wb-co-container {
    padding-right: 2rem;
    padding-left: 2rem;
    background-size: 100% !important;
  }
}

.dtr09_items {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .dtr09_items {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.dtr09_item {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .dtr09_item {
    padding-bottom: 10px;
  }
}
.dtr09_item .dtr09_titulo {
  font-family: "Roboto-Bold", Arial;
  font-size: 35px;
  line-height: 1.3;
  color: #192C33;
  cursor: pointer;
}
@media (max-width: 768px) {
  .dtr09_item .dtr09_titulo {
    font-size: 26px;
  }
}
.dtr09_item .dtr09_texto {
  padding-top: 10px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .dtr09_item .dtr09_texto {
    padding-bottom: 20px;
  }
}
.dtr09_item.active .dtr09_titulo {
  color: #07a651;
}
.dtr09_item.active .dtr09_texto {
  /*display: block;*/
}

.dtr09_img {
  transform: translateX(120%);
  transition: transform 1s ease;
}
@media (max-width: 768px) {
  .dtr09_img {
    transform: none;
    margin-bottom: 20px;
  }
}
.dtr09_img img {
  transition: all 0.4s ease;
}

.dtr10_menu {
  padding: 20px;
}

.dtr10_menu_item {
  cursor: pointer;
}

.dtr10_menu_img {
  text-align: left;
  padding: 20px;
  opacity: 0.3;
  transition: all 0.4s ease;
  filter: grayscale(100%);
}
@media (max-width: 768px) {
  .dtr10_menu_img {
    padding: 0px;
  }
}
.dtr10_menu_img img {
  width: 140px;
}

.dtr10_menu_item.active .dtr10_menu_img {
  opacity: 1;
  filter: none;
}

.dtr10_detalle {
  padding: 20px;
}
@media (max-width: 768px) {
  .dtr10_detalle {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .dtr10_detalle:not(.oneblock) {
    height: auto !important;
    padding-bottom: 20px;
  }
}

.dtr10_detalle_texto {
  padding: 20px;
  opacity: 0.3;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .dtr10_detalle_texto {
    padding-bottom: 0;
    padding-top: 15px;
  }
}

.dtr10_detalle.oneblock .dtr10_detalle_texto {
  position: absolute;
  opacity: 0;
}

.dtr10_detalle_item.active .dtr10_detalle_texto {
  opacity: 1;
}

.dtr10_detalle_item td {
  border: none;
  padding-bottom: 30px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 768px) {
  .dtr10_detalle_item td {
    padding-bottom: 15px;
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}

.dtr11 .btn--text span {
  font-size: 20px;
}

.dtr11__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*max-height:400px;*/
}

.dtr11__item:first-child {
  margin-bottom: 1.5rem;
}

@media (min-width: 48em) {
  .dtr11__item:first-child {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.dtr11__image__wrapper {
  width: 100%;
  height: 313px;
  background-size: contain;
}

.dtr11__image > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dtr11__image:hover > img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.dtr11__bodycopy {
  padding: 1.5rem;
  font-size: 26px;
  font-size: 28px;
  font-size: 6vw;
  line-height: 1.2;
}

@media (max-width: 366.666666667px) {
  .dtr11__bodycopy {
    font-size: 22px;
  }
}
@media (min-width: 466.666666667px) {
  .dtr11__bodycopy {
    font-size: 28px;
  }
}
.dtr11__bodycopy h2 {
  font-size: 33px;
  font-size: 6vw;
}

@media (max-width: 466.666666667px) {
  .dtr11__bodycopy h2 {
    font-size: 28px;
  }
  .dtr11__item__nobg .dtr11__bodycopy {
    padding-top: 1rem;
    height: auto !important;
  }
}
@media (max-width: 992px) {
  .dtr11__image {
    background-size: cover !important;
  }
}
@media (min-width: 550px) {
  .dtr11__bodycopy h2 {
    font-size: 33px;
  }
}
.dtr11__bodycopy p {
  padding: 0;
  margin-bottom: 0;
}

@media (min-width: 62em) {
  .dtr11__bodycopy {
    padding: 2.25rem;
    padding: 1.25rem;
    position: relative;
  }
}
a.dtr11__image {
  background-size: 100%;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: scale(1.01, 1.01);
}
a.dtr11__image:hover {
  transform: scale(1.06, 1.06);
}
a.dtr11__image img {
  opacity: 0;
}

/****** VIDEO *******/
.dtr11__video, .dtr11__image {
  display: block;
  overflow: hidden;
  /*height: 270px;*/
}

.dtr11__video img, .dtr11__image img {
  width: 100%;
  display: block;
}

.dtr11__video {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: -2px;
}

.dtr11__video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (min-width: 48em) {
  .dtr11__video .icon {
    width: 115px !important;
    height: 115px !important;
  }
}
.dtr11__video > img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.dtr11__video:hover .icon {
  color: #07a651;
}

.dtr11__video:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.dtr11__video ~ .dtr11__bodycopy {
  background-color: #A8A9A2;
  position: relative;
  z-index: 2;
}

/*** NEW ***/
@media (min-width: 768px) {
  .col-md-5cols {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.dtr11__bodycopy {
  border: 1px solid #D1D1D2;
  padding: 40px;
}
@media (max-width: 768px) {
  .dtr11__bodycopy {
    padding: 30px;
  }
}

.dtr11_textosuperior {
  text-align: center;
  font-size: 35px;
  font-family: "Raleway-Light";
  padding: 0;
  margin-bottom: 10px;
  line-height: 1;
  min-height: 105px;
}
@media (max-width: 768px) {
  .dtr11_textosuperior {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
    min-height: auto;
  }
}

.dtr11_textocentral {
  text-align: center;
  font-size: 70px;
  font-family: "Mansory-Medium";
  padding: 0 20px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .dtr11_textocentral {
    margin-bottom: 40px;
    font-size: 60px;
  }
}
.dtr11_textocentral::after {
  content: " ";
  width: 100px;
  height: 7px;
  background-color: #F20F4B;
  display: block;
  margin: 0px auto 60px auto;
}
@media (max-width: 768px) {
  .dtr11_textocentral::after {
    margin-bottom: 40px;
  }
}

.dtr11_textoinferior {
  text-align: center;
  font-size: 30px;
  font-family: "Raleway-Regular";
  padding: 0px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .dtr11_textoinferior {
    font-size: 25px;
  }
}

.dtr11__image {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .dtr11__image {
    height: 220px;
  }
}

.dtr11_icono {
  margin: 0 auto;
  width: 100px;
}

/*** DISENYO ALTERNATIVO ***/
.design2 .dtr11__image {
  text-align: center;
  position: relative;
  z-index: 10;
  overflow: visible;
}
.design2 .dtr11_icono {
  margin: 0 auto;
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  z-index: 100;
}
.design2 .dtr11__bodycopy {
  border: none;
  padding-top: 60px;
  border-top: 6px solid #07a651;
}
.design2 .dtr11_textodetalle p {
  line-height: 1.3;
  margin-top: 10px;
}

.dtr_item_detalle_container {
  position: absolute;
  padding: 30px;
  top: 215px;
  z-index: 5;
  transition: all 0.9s ease;
}

.dtr12_item_titulo {
  color: #0E0E32;
  font-family: "Roboto-Bold", Arial;
  font-size: 24px;
  margin-bottom: 10px;
  transition: all 0.9s ease;
  text-transform: uppercase;
}

.dtr12_item_detalle {
  margin-top: 40px;
  transition: all 1.2s ease;
}
.dtr12_item_detalle p {
  font-size: 14px;
}

.dtr12_item_bg {
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: all 0.9s ease;
}
.dtr12_item_bg::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  opacity: 1;
  filter: none;
  background-image: linear-gradient(to top, rgb(255, 255, 255) 20px, rgba(255, 255, 255, 0) 170px, rgba(255, 255, 255, 0));
  z-index: 3;
}

.desactive .dtr12_item_bg {
  opacity: 0;
}
.desactive .dtr12_item_titulo {
  opacity: 0.4;
  color: white;
}

.dtr12_active_bg {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 99.95%;
  height: 100%;
  transition: all 0.9s ease;
}

.dtr12_item_iconos {
  margin-top: 70px;
  transition: all 0.8s ease;
}
.dtr12_item_iconos .dtr12_item_icono {
  width: 65px;
  height: 65px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  opacity: 1;
  margin-right: 20px;
  transition: all 1.4s ease;
}
.dtr12_item_iconos .dtr12_item_icono:hover {
  /*opacity: 1;*/
}

.dtr12_item {
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}
.dtr12_item:before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  content: " ";
  opacity: 0;
  background-color: #0E0E32;
  transition: all 0.5s ease;
}
.dtr12_item::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  opacity: 1;
  z-index: 5;
  border-bottom: 1px solid rgba(14, 14, 50, 0.08);
  border-right: 1px solid rgba(14, 14, 50, 0.08);
}
@media (max-width: 768px) {
  .dtr12_item::after {
    border-right: none;
    border-bottom: 1px solid rgba(14, 14, 50, 0.08) !important;
  }
}
.dtr12_item.dtr12_item_vacio {
  cursor: default;
}
@media (max-width: 768px) {
  .dtr12_item.dtr12_item_vacio {
    display: none;
  }
}
.dtr12_item.dtr12_item_vacio:before {
  opacity: 0 !important;
}
.dtr12_item[data-id="3"]::after {
  border-right: none;
}
.dtr12_item[data-id="4"]::after {
  border-bottom: none;
}
.dtr12_item[data-id="5"]::after {
  border-bottom: none;
}
.dtr12_item[data-id="6"]::after {
  border-bottom: none;
  border-right: none;
}
.dtr12_item:hover .dtr_item_detalle_container {
  top: 50px;
}
.dtr12_item:hover .dtr12_item_titulo {
  color: white;
}
.dtr12_item:hover .dtr12_item_iconos {
  margin-top: 25px;
}
.dtr12_item:hover .dtr12_item_detalle {
  margin-top: 0px;
}
.dtr12_item:hover:before {
  opacity: 1;
}

.dtr13_nav_item {
  color: #B3B6B7;
  border-bottom: 6px solid #B3B6B7;
  padding-bottom: 8px;
  margin-bottom: 31px;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .dtr13_nav_item {
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom-width: 3px;
  }
}
.dtr13_nav_item:hover, .dtr13_nav_item.active {
  border-color: #07a651;
  color: black;
}

.dtr13_contenido {
  height: 460px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .dtr13_contenido {
    height: 420px;
  }
}

.dtr13_contenido_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.5s ease;
}
.dtr13_contenido_item.desactive {
  /*display:none;*/
  opacity: 0;
}

.dtr13_contenido_item_titulo {
  font-size: 32px;
  font-family: "Roboto-Medium", sans-serif;
  color: black;
  margin-top: 120px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .dtr13_contenido_item_titulo {
    font-size: 25px;
    margin-top: 0;
    border-bottom: 5px solid #07a651;
    margin-right: 100px;
    padding-bottom: 10px;
  }
}

.dtr13_contenido_item_detalle {
  background-color: #F9F9F9;
  margin-top: 20px;
  padding: 40px 160px 70px 60px;
  width: 660px;
}
@media (max-width: 768px) {
  .dtr13_contenido_item_detalle {
    background-color: white;
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }
}
.dtr13_contenido_item_detalle p {
  font-size: 15px;
}

.dtr13_contenido_item_icono {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 80px;
  height: 80px;
  float: right;
  margin-top: -30px;
  margin-right: -130px;
}
@media (max-width: 768px) {
  .dtr13_contenido_item_icono {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    margin-right: 0;
    height: 50px;
    width: 50px;
  }
}

.dtr13_contenido_item_content {
  position: absolute;
  z-index: 2;
  bottom: 0;
}
@media (max-width: 768px) {
  .dtr13_contenido_item_content {
    bottom: auto;
  }
}

.dtr13_contenido_item_img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 500px;
  right: 0;
  top: 0;
  bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .dtr13_contenido_item_img {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    left: 0;
  }
}

.wb-co-for-01 {
  /*padding-top:2rem;
  padding-bottom:2rem;*/
}

.wb-co-for-01 .umbraco-forms-field label {
  font-weight: normal;
}

.wb-co-for-04 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.wb-co-for-04 .wb-co-for-container .umbraco-forms-field-wrapper input.text, .wb-co-for-04 .wb-co-for-container .umbraco-forms-field-wrapper textarea {
  background-color: white !important;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  padding: 10px 14px !important;
  font-size: 15px !important;
  padding-top: 16px !important;
}
.wb-co-for-04 .wb-co-for-container .umbraco-forms-field-wrapper input.text::placeholder, .wb-co-for-04 .wb-co-for-container .umbraco-forms-field-wrapper textarea::placeholder {
  color: transparent;
}
.wb-co-for-04.wb-co-form-slim .wb-co-for-container .umbraco-forms-field-wrapper {
  width: 100%;
}
.wb-co-for-04.wb-co-form-slim .wb-co-for-container .umbraco-forms-label {
  top: -4px;
  left: 13px;
}

.for04__form__titulo {
  margin-bottom: 25px;
  font-size: 19px;
  color: #707070;
  font-weight: bold;
}

.for04__column {
  box-shadow: 2px 4px 4px #f1f1f1;
  border: 1px solid #fafafa;
}

.for04__column__form {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.for04__form__email {
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 42px;
  font-size: 14px;
  color: #323232;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.for04__item {
  background-repeat: no-repeat;
  background-size: 23px;
  padding-left: 34px;
  background-position: left 3px;
  margin-left: 12px;
}

.for04__item span.for04_item_titulo {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}

.for04__item p {
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .for04__column__form {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
.wb-co-sld-01 {
  overflow: hidden;
  position: relative;
}
.wb-co-sld-01 .slide {
  height: 100vh;
}
.wb-co-sld-01 .carousel-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  width: 100%;
}
.wb-co-sld-01 .carousel-caption {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.wb-co-sld-01 .carousel-caption .container {
  height: 100%;
}
.wb-co-sld-01 .carousel-caption .sld-01__caption_box {
  padding-left: 0%;
  padding-right: 0%;
  text-align: left;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  padding-top: 86px;
}
.wb-co-sld-01 .carousel-caption .sld-01__caption_box .sld-01__caption_btn {
  margin-top: 45px;
}
.wb-co-sld-01 .carousel-caption .sld-01__caption_box .sld-01__caption_btn .btn {
  border-radius: 0;
  border: 1px solid #07a651;
  padding-left: 0;
  padding-right: 0;
  padding: 0.55rem 1.75rem;
  color: white;
  font-size: 15px;
  font-family: "Roboto-Regular", sans-serif;
  background: #07a651;
}
.wb-co-sld-01 .carousel-caption .sld-01__caption_box .sld-01__caption_btn .btn:hover {
  color: #fff;
  background: #07a651;
  border-color: #07a651;
}
.wb-co-sld-01 .carousel-caption .sld-01__caption_box .sld-01__caption_btn .btn:focus {
  box-shadow: 0 0 0 0 transparent !important;
}
.wb-co-sld-01 .carousel-caption .sld-01__caption_box .sld-01__caption_btn .btn:active {
  box-shadow: 0 0 0 0 transparent !important;
}
.wb-co-sld-01 .carousel-caption .sld-01__caption_align-izquierda {
  text-align: left;
}
.wb-co-sld-01 .carousel-caption .sld-01__caption_align-izquierda .sld-01__caption_btn {
  float: left;
}
.wb-co-sld-01 .carousel-caption .sld-01__caption_align-centro {
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
.wb-co-sld-01 .carousel-caption .sld-01__caption_align-centro .sld-01__caption_btn {
  margin-left: auto;
  margin-right: auto;
}
.wb-co-sld-01 .carousel-caption .sld-01__caption_align-derecha {
  text-align: right;
}
.wb-co-sld-01 .carousel-caption .sld-01__caption_align-derecha .sld-01__caption_btn {
  float: right;
}
.wb-co-sld-01 .sld-01__overlaycolor {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
  background-color: rgb(14, 14, 50);
  opacity: 0.7;
}
.wb-co-sld-01 .sld-01__video video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wb-co-sld-01 .carousel-control-prev,
.wb-co-sld-01 .carousel-control-next {
  font-size: 80px;
  color: #ffffff;
  opacity: 1;
  width: 10%;
  z-index: 10;
}
.wb-co-sld-01 .carousel-control-prev:hover, .wb-co-sld-01 .carousel-control-prev:focus,
.wb-co-sld-01 .carousel-control-next:hover,
.wb-co-sld-01 .carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.wb-co-sld-01 .carousel-control-prev {
  display: flex;
}
.wb-co-sld-01 .carousel-control-next {
  display: flex;
}
.wb-co-sld-01 .carousel-indicators {
  padding-left: calc(10% + 15px);
  padding-right: calc(10% + 15px);
  margin-right: 0;
  margin-left: 0;
  right: 0;
  justify-content: center;
  bottom: 0;
}
.wb-co-sld-01 .carousel-indicators li {
  width: 17px;
  height: 17px;
  margin-left: 0px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
}
.wb-co-sld-01 .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1;
}
.wb-co-sld-01 .bganimate_container {
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.wb-co-sld-01 .bganimate_image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}
.wb-co-sld-01 .bganimate_image.active {
  z-index: 3;
}

.sld_01_video {
  opacity: 0;
  transition: all 0.6s ease;
}

.sld_01_video.active {
  display: block;
  opacity: 1;
}

@media (max-width: 1200px) {
  .wb-co-sld-01 .slide {
    height: 50vw;
  }
  .wb-co-sld-01 .carousel-item {
    height: 50vw;
    min-height: 100px;
  }
}
@media (max-width: 992px) {
  .sld-01__caption {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .wb-co-sld-01 .slide {
    height: auto !important;
  }
  .wb-co-sld-01 .carousel-control-prev .icon {
    margin-left: 0;
  }
  .wb-co-sld-01 .carousel-control-next .icon {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .sld-01__caption h1 {
    font-size: 100px;
    font-family: "Roboto-ExtraBold", Arial;
  }
  .sld-01__caption h2 {
    line-height: 1.4;
  }
  .sld-01__caption_box h1 {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .sld-01__caption {
    padding-left: 3rem;
    padding-right: 3rem;
    top: 38%;
  }
  .wb-co-sld-01 .carousel-control-prev .icon, .wb-co-sld-01 .carousel-control-next .icon {
    font-size: 40px;
  }
  .wb-co-sld-01 .carousel-item {
    height: calc(100vh - 56px);
  }
}
@media (max-width: 544px) {
  .wb-co-sld-01 .slide {
    height: 90vh;
  }
  .wb-co-sld-01 .carousel-item {
    height: 90vh;
  }
  .wb-co-sld-01 .carousel-caption .sld-01__caption_box .sld-01__caption_btn {
    float: none;
    margin-top: 30px;
  }
}
/**** RRSS SLD_01 ****/
.wb-co-sld-01 .wb-co-mod-rrss {
  position: absolute;
  top: 90px;
  right: 40px;
}
.wb-co-sld-01 .wb-co-mod-rrss .wb-co-mod-rrss__item {
  height: 40px;
  width: 40px;
  background-color: transparent;
  margin-bottom: 20px;
}
.wb-co-sld-01 .wb-co-mod-rrss .wb-co-mod-rrss__item a {
  font-size: 25px;
  color: #07a651;
}
.wb-co-sld-01 .wb-co-mod-rrss .wb-co-mod-rrss__item a.fa-twitter {
  background: transparent url(/xtranetassets/img/default/components/icon_twitter_yellow.svg) center no-repeat;
  background-size: 21px;
}
.wb-co-sld-01 .wb-co-mod-rrss .wb-co-mod-rrss__item:hover {
  background-color: transparent;
}
.wb-co-sld-01 .wb-co-mod-rrss .wb-co-mod-rrss__item:hover a {
  color: white;
}
.wb-co-sld-01 .wb-co-mod-rrss .wb-co-mod-rrss__item:hover a.fa-twitter {
  background: transparent url(/xtranetassets/img/default/iconos/icon_twitter_white.svg) center no-repeat;
  background-size: 21px;
}

/*** NOVEDADES ***/
.sld01_novedad_container {
  position: absolute;
  bottom: 20px;
  right: -638px;
  z-index: 100;
  transition: all 0.4s ease;
}
@media (max-width: 1200px) {
  .sld01_novedad_container {
    bottom: 10px;
    right: -290px;
  }
}
.sld01_novedad_container.open {
  right: 0px;
}

.sld01_novedad_titulopestanya {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0px;
  width: 40px;
  height: 218px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  margin-right: 1px;
  border-right: none;
  background-image: url(/xtranetassets/img/default/components/icono_novedades_home.svg);
  background-position: 50% 10px;
  background-size: 7px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  background-color: black;
  border-color: black;
}
@media (max-width: 1200px) {
  .sld01_novedad_titulopestanya {
    height: 180px;
    margin-right: 2px;
    background-position-y: 15px;
  }
}
.sld01_novedad_titulopestanya:hover {
  background-color: black;
}

.open .sld01_novedad_titulopestanya {
  background-color: black;
  border-color: rgb(0, 0, 0);
  color: #07a651;
}
.open .sld01_novedad_titulopestanya:hover {
  background-color: black;
  color: #07a651;
}

.sld01_novedad_titulopestanya_texto {
  transform: rotate(270deg);
  text-align: left;
  font-size: 16px;
  color: #07a651;
  width: 76px;
  position: absolute;
  bottom: 20px;
  height: 56px;
  font-family: "Roboto-Regular", sans-serif;
}

.sld01_novedad_bloqueitems {
  display: inline-block;
  margin-left: -6px;
  vertical-align: top;
}

.sld01_novedad_img_container {
  width: 218px;
  height: 218px;
  float: left;
  background-color: rgb(0, 0, 0);
}
@media (max-width: 1200px) {
  .sld01_novedad_img_container {
    display: none;
  }
}

.sld01_novedad_img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sld01_novedad_nav_btn {
  border: 1px solid rgb(0, 0, 0);
  padding: 20px;
  cursor: pointer;
  display: inline-block;
  float: left;
  position: relative;
  transition: all 0.3s ease;
  background-color: black;
}
.sld01_novedad_nav_btn:hover {
  background-color: #07a651;
  border-color: #07a651;
}
.sld01_novedad_nav_btn::after {
  content: " ";
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-image: url(/xtranetassets/img/default/components/icono_flecha_next.svg);
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sld01_novedad_nav_prev::after {
  transform: rotate(180deg);
}

.sld01_novedad_nav_disable {
  cursor: default;
}
.sld01_novedad_nav_disable:hover {
  background-color: black;
  border-color: rgb(0, 0, 0);
}
.sld01_novedad_nav_disable::after {
  opacity: 0.4;
}

.sld01_novedad_contenido {
  background-color: rgb(0, 0, 0);
  width: 420px;
  height: 176px;
  padding: 30px;
  clear: both;
}
@media (max-width: 1200px) {
  .sld01_novedad_contenido {
    width: 290px;
    height: 138px;
    padding: 18px 20px;
  }
}

.sld01_novedad_contenido_titulo {
  font-size: 16px;
  color: white;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .sld01_novedad_contenido_titulo {
    font-size: 14px;
    line-height: 1.3;
  }
}

.sld01_novedad_contenido_detalle {
  font-size: 18px;
  color: white;
}
.sld01_novedad_contenido_detalle p {
  font-size: 15px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .sld01_novedad_contenido_detalle p {
    font-size: 13px;
  }
}

.sld01_novedad_contenido_link a {
  padding-right: 24px;
  background-image: url(/xtranetassets/img/default/components/icono_flecha_link_rojo.svg);
  background-position: calc(100% - 10px) calc(50% + 1px);
  background-size: 7px;
  background-repeat: no-repeat;
  color: #B1B6B7;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .sld01_novedad_contenido_link a {
    font-size: 13px;
  }
}
.sld01_novedad_contenido_link a:hover {
  color: white;
  background-position: 100% center;
  text-decoration: none;
}

/***** SPINNER *****/
.spinner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
}

.spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  animation: spin 1s linear infinite;
}

.spinner div {
  background-color: #07a651;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.5;
}

.spinner div:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.spinner div:nth-child(2) {
  top: 30%;
  left: 0;
  transform: translateY(-50%);
}

.spinner div:nth-child(3) {
  top: 70%;
  left: 0;
  transform: translateY(-50%);
}

.spinner div:nth-child(4) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.spinner div:nth-child(5) {
  top: 30%;
  right: 0;
  transform: translateY(-50%);
}

.spinner div:nth-child(6) {
  top: 70%;
  right: 0;
  transform: translateY(-50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wb-co-sld-03 {
  margin-top: 0 !important;
}

.wb-co-sld-03__wrapper {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.wb-co-sld-03__texto {
  z-index: 5;
}

.wb-co-sld-03__contraste {
  position: absolute;
  top: 0;
  bottom: 199px;
  left: 0;
  right: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.3);
}

.wb-co-sld-03__mediacontainer {
  height: calc(100vh - 289px);
}

@media (min-width: 1200px) {
  .wb-co-sld-03__mediacontainer {
    height: calc(100vh - 200px);
  }
}
.wb-co-sld-03__media {
  position: absolute;
  top: 0;
  bottom: 199px;
  left: 0;
  right: 0;
  z-index: 3;
}
.wb-co-sld-03__media .carousel-fade .carousel-item {
  display: block;
  transition: 2s opacity ease-in-out;
}
.wb-co-sld-03__media .carousel-fade .active.carousel-item-left, .wb-co-sld-03__media .carousel-fade .active.carousel-item-right {
  transition: 0s 2s opacity;
}
.wb-co-sld-03__media .carousel-item-img {
  background-size: cover !important;
  background-repeat: no-repeat;
}

.wb-co-sld-03__video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  overflow: hidden;
}
.wb-co-sld-03__video video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}

.wb-co-sld-03__buttons {
  position: relative;
  z-index: 5;
}
.wb-co-sld-03__buttons .wb-co-sld-03__buttons__item {
  height: 200px;
  padding-top: 37px !important;
}
.wb-co-sld-03__buttons .wb-co-sld-03__buttons__item .item__link {
  background: url("/xtranetassets/img/default/components/sld_03/Flecha_blanca.svg") no-repeat center right;
  width: fit-content;
}
.wb-co-sld-03__buttons .wb-co-sld-03__buttons__item a:hover {
  text-decoration: none;
}
.wb-co-sld-03__buttons .wb-co-sld-03__buttons__item a:hover .item__link {
  text-decoration: underline;
}
.wb-co-sld-03__buttons .wb-co-sld-03__buttons__item div {
  word-break: break-word;
}

.carousel-fade .carousel-item {
  background-size: cover !important;
}

@media (max-width: 992px) {
  .wb-co-sld-03__wrapper {
    height: auto;
  }
  .wb-co-sld-03__contraste {
    bottom: 165px;
  }
  .wb-co-sld-03__mediacontainer {
    height: 450px;
  }
  .wb-co-sld-03__media {
    bottom: 165px;
  }
  .wb-co-sld-03__buttons .wb-co-sld-03__buttons__item {
    height: 165px;
    padding-top: 17px !important;
  }
  .wb-co-sld-03__buttons .wb-co-sld-03__buttons__item br {
    display: none;
  }
}
@media (max-width: 768px) {
  .wb-co-sld-03__wrapper {
    height: auto;
  }
  .wb-co-sld-03__contraste {
    bottom: 320px;
  }
  .wb-co-sld-03__mediacontainer {
    height: 300px;
  }
  .wb-co-sld-03__media {
    bottom: 320px;
  }
  .wb-co-sld-03__buttons .wb-co-sld-03__buttons__item {
    height: auto;
  }
  .wb-co-sld-03 .wb-co-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .wb-co-sld-03__mediacontainer .wb-co-vertical-center {
    top: calc(50% + 40px);
    transform: translateY(-52%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .wb-co-sld-03__buttons__item h2 {
    font-size: 28px;
  }
}
.wb-co-inf-02 .wb-co-inf-02__block {
  padding-bottom: 8rem !important;
}
.wb-co-inf-02 .wb-co-inf-02__block h3 {
  font-size: 32px;
  line-height: 1.2;
  font-family: "Roboto-ExtraBold", Arial;
}
.wb-co-inf-02 .wb-co-inf-02__separator {
  left: 30px;
  right: 32px;
  z-index: 10;
  top: 9px;
  bottom: 0;
}
.wb-co-inf-02 .wb-co-inf-02__separator__icon {
  width: 20px;
  height: 20px;
}
.wb-co-inf-02 .wb-co-inf-02__separator__line {
  width: 2px;
  height: 100%;
  background-color: #eaeaea;
}
@media (max-width: 992px) {
  .wb-co-inf-02 .wb-co-inf-02__separator {
    display: none;
  }
}

@media (min-width: 992px) {
  .inf02_nav {
    position: absolute;
    right: 20px;
  }
}
.inf02_flecha {
  float: left;
  width: 40px;
  height: 43px;
  font-size: 100px;
  background-image: url(/xtranetassets/img/default/components/flecha_desactiva.png);
  background-size: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.inf02_flecha:hover {
  background-image: url(/xtranetassets/img/default/components/flecha_activa.png);
}

.flecha-der {
  transform: rotate(180deg);
  margin-left: 20px;
}

.inf02_scrollbase {
  overflow: hidden;
  margin-top: 30px;
}

.inf02_linea {
  width: 100%;
  height: 6px;
  background-color: #E2E2E2;
  margin-left: 5px;
  margin-right: 5px;
}

.inf02_items {
  width: 5500px;
  margin-top: 25px;
  transition: margin 0.4s ease;
}

.inf02_item {
  width: 455px;
  float: left;
  position: relative;
  padding-right: 140px;
}
@media (max-width: 768px) {
  .inf02_item {
    padding-right: 20px;
  }
}

.inf02_boton {
  position: absolute;
  top: -14px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #07a651;
  z-index: 1;
}

.inf02_titulo {
  font-size: 40px;
  font-family: "Roboto-Bold", Arial;
  color: #07a651;
  margin-bottom: 10px;
  margin-top: 20px;
}

.inf02_items .inf02_destacado .inf02_detalle p {
  color: #A3122A !important;
}
.inf02_items .siguiente_item {
  left: -20px;
}
.inf02_items .siguiente_item .inf02_titulo {
  margin-left: -71px;
  color: #CACAD2 !important;
}
@media (max-width: 768px) {
  .inf02_items .siguiente_item .inf02_titulo {
    margin-left: -67px;
    color: #CCC !important;
  }
}
.inf02_items .siguiente_item .inf02_boton {
  background-color: #9D9D9C;
}
.inf02_items .siguiente_item .inf02_detalle {
  display: none;
}

.wb-co-inf-03 {
  position: relative;
  min-height: 370px;
}

.wb-co-inf-03__content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
@media (max-width: 567px) {
  .wb-co-inf-03__content {
    position: relative;
    z-index: 2;
  }
}
.wb-co-inf-03__content .container {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .wb-co-inf-03__content .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.wb-co-inf-03__text {
  z-index: 1;
  padding-top: 5%;
  /*color: #fff;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 100%;
  max-height: 100%;
  padding-top: calc(2rem + 86px);*/
}
.wb-co-inf-03__text h1 {
  margin-bottom: 20px;
}

.wb-co-inf-03__overlay {
  height: 100%;
  width: 100%;
  background-color: #EB6817;
  opacity: 0.6;
  filter: brightness(0.8);
  position: absolute;
}

.wb-co-inf-03__image {
  background-repeat: no-repeat;
  width: 100%;
  min-height: 370px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  clip-path: polygon(100% 0%, 100% 0%, 100% 60%, 0% 50%, 0% 100%, 0% 6%);
}
@media (max-width: 568px) {
  .wb-co-inf-03__image {
    position: absolute;
    z-index: 1;
    min-height: 600px !important;
    top: 0;
    margin-top: 0 !important;
  }
}

.wb-co-inf-03-minima, .wb-co-inf-03-minima .wb-co-inf-03__image {
  min-height: 205px;
}
.wb-co-inf-03-media, .wb-co-inf-03-media .wb-co-inf-03__image {
  min-height: 850px;
}
@media (max-width: 992px) {
  .wb-co-inf-03-media, .wb-co-inf-03-media .wb-co-inf-03__image {
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .wb-co-inf-03-media, .wb-co-inf-03-media .wb-co-inf-03__image {
    min-height: 620px;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .wb-co-inf-03-media, .wb-co-inf-03-media .wb-co-inf-03__image {
    min-height: 580px;
  }
}
@media (max-width: 768px) {
  .wb-co-inf-03-media .wb-co-inf-03__image {
    min-height: 290px;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 90%, 0% 100%, 0% 6%);
  }
}

.wb-co-inf-03-maxima, .wb-co-inf-03-maxima .wb-co-inf-03__image {
  min-height: 640px;
}
.inf03_item {
  cursor: pointer;
  margin-bottom: 20px;
}

.inf03_img {
  width: 100%;
  height: 460px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 14px;
  background-position: center;
}
@media (max-width: 992px) {
  .inf03_img {
    height: 210px;
    background-size: cover;
    margin-bottom: 0px;
    background-position: center;
  }
}
@media (max-width: 992px) {
  .inf03_img {
    height: 280px;
    background-size: cover;
    margin-bottom: 0px;
    background-position: top;
  }
}
@media (max-width: 768px) {
  .inf03_img {
    height: 290px;
  }
}

.inf03_detalle {
  background-image: url("/xtranetassets/img/default/modules/search/flecha_abajo.svg");
  background-size: 23px;
  background-position: calc(100% - 15px) 12px;
  background-repeat: no-repeat;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .inf03_detalle {
    padding-right: 25px;
    padding-left: 15px;
    background-color: #f1f1f1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .inf03_detalle h4 {
    font-size: 26px;
  }
  .inf03_detalle p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .inf03_detalle {
    background-size: 18px;
    background-position: calc(100% - 13px) calc(100% - 12px);
    background-repeat: no-repeat;
  }
  .inf03_detalle h4 {
    font-size: 25px;
  }
  .inf03_detalle p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .wb-co-inf-03__text {
    padding-left: 10px;
    padding-right: 10px;
    max-height: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wb-co-inf-03__text h1 {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  .wb-co-inf-03__text {
    padding-top: 50px;
    padding-left: 40px;
  }
}
.inf04_item {
  background-color: #fff;
  position: relative;
}
.inf04_item::after {
  position: absolute;
  bottom: 20px;
  right: 11px;
  width: 10px;
  height: 10px;
  content: "+";
  color: #98152a;
  font-size: 21px;
  font-weight: 500;
}

.inf04_item_body {
  padding: 14px;
  padding-bottom: 25px;
}
.inf04_item_body a {
  color: #000;
}
.inf04_item_body a:hover {
  text-decoration: none;
  color: #98152a;
}
.inf04_item_body a p {
  line-height: 1.8;
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .inf04_item_body a p {
    line-height: 1.6;
  }
}
.inf04_item_body a h5 {
  font-size: 16px;
}

.inf04_item_image img {
  max-width: 100%;
}

/*** POPUP ***/
.inf04_popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1100;
  transition: opacity 0.4s ease-out;
  z-index: 10000;
}
.inf04_popup.show {
  display: block;
  transition: opacity 0.4s ease-out;
}

.inf04_popup_container {
  background-color: #fff;
  box-shadow: -1px 3px 2px #eaeaea;
  border: 1px solid #f9f9f9;
  margin-top: calc(50vh - 340px);
  min-height: 600px;
  padding: 10px;
  height: 680px;
  /*max-height: 90vh;*/
}
@media (max-width: 768px) {
  .inf04_popup_container {
    margin-top: 0;
    min-height: unset;
    padding: 10px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.inf04_popup_text {
  overflow: auto;
  max-height: 100%;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .inf04_popup_text {
    overflow: initial;
    max-height: none;
  }
}

.inf04_popup_img img {
  width: 100%;
}

.inf04_popup_intro {
  padding: 15px;
  max-width: 250px;
}
.inf04_popup_intro h5, .inf04_popup_intro h4 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 22px;
}
.inf04_popup_intro p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .inf04_popup_intro p {
    margin-top: -5px;
  }
}

.inf04_popup_detalle {
  padding: 40px 70px 30px 50px;
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
@media (max-width: 768px) {
  .inf04_popup_detalle {
    padding: 20px 0px 20px 20px;
  }
}

.inf04_popup_detalle p {
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .inf04_popup_detalle p {
    font-size: 14px;
  }
}

.inf04_popup_cerrar {
  position: absolute;
  top: 8px;
  right: 24px;
  font-size: 22px;
  color: #A3122A;
  font-weight: bold;
  z-index: 10000;
}
.inf04_popup_cerrar:hover {
  text-decoration: none;
}

.inf04_popup_link {
  margin-top: 25px;
  font-size: 18px;
}

.inf05_item {
  border-left: 1px solid rgba(140, 140, 144, 0.5);
  padding: 20px;
  opacity: 0;
  transition: all 0.6s ease;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.inf05_item.visible {
  opacity: 1;
}
.inf05_item:last-child {
  border-right: 1px solid rgba(140, 140, 144, 0.5);
}

.inf05_item_bloquenumero {
  height: 60px;
  text-align: center;
}

.inf05_item_simboloizquierda, .inf05_item_numero, .inf05_item_simboloderecha {
  font-size: 38px;
  color: #07a651;
  display: inline-block;
  font-family: "Roboto-Light", sans-serif;
}

.inf05_item_simboloizquierda span {
  opacity: 0;
}

.inf05_item_simboloizquierda_valor {
  position: absolute;
  top: -20px;
  opacity: 0;
  transition: all 0.9s ease;
}

.inf05_item_simboloizquierda.visible .inf05_item_simboloizquierda_valor {
  opacity: 1;
  top: 20px;
}

.inf05_item_simboloderecha span {
  opacity: 0;
}

.inf05_item_simboloderecha_valor {
  position: absolute;
  top: 60px;
  opacity: 0;
  transition: all 0.9s ease;
}

.inf05_item_simboloderecha.visible .inf05_item_simboloderecha_valor {
  opacity: 1;
  top: 20px;
}

.inf05_item_bloquetexto {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 992px) {
  .inf05_item {
    border-left: none;
    border-bottom: 1px solid rgba(140, 140, 144, 0.5);
  }
  .inf05_item:last-child {
    border-right: none;
  }
  .inf05_item_bloquenumero {
    height: auto;
  }
  .inf05_item_bloquetexto {
    margin-top: 10px;
  }
}
.xcp01_catN1 {
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  padding: 20px 30px;
  width: 100%;
  margin-top: 20px;
}

.xcp01_catN2_container {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 40px;
}

.xcp01_catN2_item {
  background-color: #EFF0F1;
  border-bottom: 10px solid #999;
  color: #202124;
  font-size: 15px;
  font-family: "Roboto-Light", sans-serif;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  height: 90px;
  text-transform: uppercase;
}

.xcp01_catN2_item:hover {
  text-decoration: none;
  color: #202124;
  background-color: #EAEAEA;
}

@media (max-width: 768px) {
  .xcp01_catN2_item {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    padding-top: 15px;
  }
  .xcp01_catN2_container {
    margin-bottom: 20px;
  }
}
.wb-co-nav-01 {
  position: relative;
  min-height: 370px;
}

.wb-co-nav-01__content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.wb-co-nav-01__content .container {
  position: relative;
  height: 100%;
}

.wb-co-nav-01__text {
  z-index: 1;
  color: #fff;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 100%;
  max-height: 100%;
  padding-top: calc(2rem + 86px);
}
.wb-co-nav-01__text h1 {
  margin-bottom: 20px;
}

.wb-co-nav-01__overlay {
  height: 100%;
  width: 100%;
  background-color: #EB6817;
  opacity: 0.6;
  filter: brightness(0.8);
  position: absolute;
}

.wb-co-nav-01__image {
  background-repeat: no-repeat;
  width: 100%;
  min-height: 370px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.wb-co-nav-01-minima {
  min-height: auto;
}
.wb-co-nav-01-minima .wb-co-nav-01__image {
  min-height: auto;
}

.wb-co-nav-01-media {
  min-height: auto;
}
.wb-co-nav-01-media .wb-co-nav-01__image {
  min-height: auto;
}

.wb-co-nav-01-maxima {
  min-height: auto;
}
.wb-co-nav-01-maxima .wb-co-nav-01__image {
  min-height: auto;
}

.nav01__overlay {
  height: 100%;
  width: 100%;
  background-color: #323232;
  opacity: 0.4;
  filter: brightness(0.8);
  position: absolute;
}

.wb-co-nav-01__link a {
  color: #ffffff;
  font-size: 17px;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 9px 20px 9px 55px;
  border-radius: 8px;
  background-image: url(/xtranetassets/img/default/components/flecha_nav.svg);
  background-position: -22px;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .wb-co-nav-01__link a {
    padding: 9px 10px 9px 50px;
    margin-right: -10px;
  }
}
.wb-co-nav-01__link a:hover {
  background-position: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

@media (max-width: 992px) {
  .wb-co-nav-01__text {
    /*padding-left: 10px;
    padding-right: 10px;*/
    max-height: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wb-co-nav-01__text h1 {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  .wb-co-nav-01-minima {
    min-height: calc(auto - auto / 3);
  }
  .wb-co-nav-01-minima .wb-co-nav-01__image {
    min-height: calc(auto - auto / 3);
  }
  .wb-co-nav-01-media {
    min-height: calc(auto - auto / 3);
  }
  .wb-co-nav-01-media .wb-co-nav-01__image {
    min-height: calc(auto - auto / 3);
  }
  .wb-co-nav-01__content .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /*.wb-co-nav-01-maxima {
      min-height: calc($nav01_maxima_minheight - ($nav01_maxima_minheight / 3));

      .wb-co-nav-01__image {
          @extend .wb-co-nav-01-maxima;
      }
  }*/
}
.map01_mapcontainer {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.map01_map_point {
  position: absolute;
  z-index: 1000;
  padding: 5px;
  cursor: pointer;
  transition: all 0.4s ease;
  /*&.active {
      .map01_map_point_content {
          width: 13px;
          height: 13px;
      }
  }*/
}
.map01_map_point .map01_map_point_content {
  width: 9px;
  height: 9px;
  background-color: #07a651;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .map01_map_point .map01_map_point_content {
    width: 4px;
    height: 4px;
  }
}

.map01_opcionescontainer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.map01_grupo {
  margin-top: 20px;
  margin-bottom: 40px;
}

.map01_grupo_titulo {
  font-size: 25px;
  font-family: "Roboto-Bold", Arial;
  margin-bottom: 30px;
}

.map01_columna {
  border-right: 1px solid #CFD1D2;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .map01_columna {
    border-right: none;
    margin-right: 0;
  }
}

.map01_grupo .col-12:last-child .map01_columna {
  border-right: none;
}

.map01_item {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .map01_item {
    margin-bottom: 10px;
  }
}

.map01_item_titulo {
  cursor: pointer;
}
.map01_item_titulo.active {
  color: #07a651;
}

.map01_popup {
  display: none;
  opacity: 0;
  border: 1px solid #f9f9f9;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  position: absolute;
  z-index: 1000;
  min-width: 240px;
  min-height: 90px;
  box-shadow: 3px 2px 5px #eaeaea;
  transition: all 0.4s ease;
}
.map01_popup h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.map01_popup p {
  font-size: 14px;
  margin-bottom: 0px;
}

.map01_popup.active {
  opacity: 1;
}

.pop01 .modal-dialog {
  max-width: 1000px;
  margin: 6rem auto;
}
@media (max-width: 768px) {
  .pop01 .modal-dialog {
    max-width: 90vw;
  }
}
.pop01 .modal-header {
  border: none;
  padding-bottom: 0;
}
.pop01 .modal-content {
  border: 2px solid #E41049;
  border-radius: 0;
  padding: 30px 120px;
}
@media (max-width: 768px) {
  .pop01 .modal-content {
    padding: 10px 20px;
  }
}
.pop01 .modal-body {
  padding-top: 0;
}
.pop01 .modal-body p {
  font-size: 15px;
}
.pop01 .modal-body h5 {
  font-size: 20px;
}

.wb-co-gal-01 {
  position: relative;
  color: #3B3B3E;
}

.wb-co-gal-01__image {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  height: 370px;
  cursor: pointer;
}

.wb-co-gal-01__button a {
  color: #fff;
  background-image: url(/xtranetassets/img/default/components/gal_01/galeria_ico.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  padding-right: 55px;
  display: block;
  background-size: 45px;
  max-width: 350px;
  float: right;
  background-position-y: bottom;
}
.wb-co-gal-01__button a .wb-co-gal-01__button__subtitle {
  font-size: 15px;
  display: block;
}
.wb-co-gal-01__button a .wb-co-gal-01__button__title {
  font-size: 21px;
  display: block;
  line-height: 1.2;
  margin-bottom: 4px;
}
.wb-co-gal-01__button a:hover {
  color: #fff;
}

@media (max-width: 1200px) {
  .wb-co-gal-01__image {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .wb-co-gal-01__image {
    height: 250px;
  }
}
.msg_detalle_seccion {
  /*max-width: 1000px;*/
  max-width: auto;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.msg_seccion_titulo {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.msg_detalle_seccion img {
  width: 30px;
  height: 30px;
}

.msg_detalle_seccion td {
  padding-bottom: 6px;
}

.msg_detalle_seccion a {
  color: #323232;
}

.msg_detalle {
  box-shadow: 1px 2px 6px #eaeaea;
  padding: 60px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: white;
  position: relative;
  padding-bottom: 30px;
}

.msg_detalle_fecha {
  float: left;
  margin-top: 30px;
}

.msg_detalle_empresa {
  float: right;
  margin-top: 30px;
}

.msg_detalle_close {
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
}

.msg_detalle_titulo {
  font-size: 24px;
  margin-bottom: 10px;
}

.msg_detalle_texto {
  margin-bottom: 35px;
}

.msg_detalle_files {
  margin-bottom: 20px;
}

.msg_detalle_files td {
  padding-bottom: 14px;
  padding-top: 14px;
}

.comunicados .form-control {
  border-radius: 16px;
  border-color: transparent;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.comunicados .form-control:focus {
  border-color: #f9f9f9;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
}
.comunicados textarea.form-control {
  padding: 0.5rem 0.75rem;
}

.itemmenu_nummensajes {
  border-radius: 50%;
  background-color: #07a651;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  left: 57px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  font-family: "Roboto-Regular", sans-serif;
  color: white;
}

.mensajes_nuevos {
  color: white !important;
  border-radius: 50%;
  background-color: #07a651;
  font-size: 14px;
  padding: 7.5px 2px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  float: left;
  margin-left: 15px;
  margin-top: 7px;
  font-family: "Roboto-Regular", sans-serif;
}

.comunicados.home_item_container {
  padding: 30px;
}
.comunicados .home_item_titulo {
  background-image: url("/xtranetassets/img/default/modules/comunicados/icono_modulo_comunicados.svg") !important;
  background-size: 35px;
  padding-left: 51px;
  background-position: 0 9px;
  font-weight: bold;
  font-size: 22px;
  line-height: 42px;
  text-transform: uppercase;
}

.tienemensajes.m_mensajes {
  background-image: url("/xtranetassets/img/default/modules/comunicados/sobre.svg") !important;
}

.titulo_mensajes a {
  background-image: url("/xtranetassets/img/default/modules/comunicados/sobre.svg") !important;
}

/***** VIENE DE DOCUMENTACIÓN ******/
.titulo_mensajes.mod_documentacion {
  position: absolute;
  right: 0;
  top: 55px;
}
.titulo_mensajes a {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 17px;
  color: #000000;
  background: url(/xtranetassets/img/default/modules/comunicados/ico_sobre_gris.svg) no-repeat right center;
  padding-right: 43px;
  background-size: 32px;
  padding-top: 12px;
  padding-bottom: 10px;
  display: block;
  background-position-x: left;
  padding-left: 50px;
}
.titulo_mensajes a:hover {
  color: #07a651;
  background-image: url(/xtranetassets/img/default/modules/comunicados/ico_sobre_active.svg);
  text-decoration: none;
}
.titulo_mensajes a span {
  font-family: "Roboto-Bold", Arial;
  font-size: 20px;
  color: #07a651;
  margin-right: 9px;
  float: left;
  margin-top: -2px;
}

.container_modulodocumentacion {
  background-color: #fbfbfb;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .container_modulodocumentacion {
    padding: 12px;
  }
}

.container_subtitulo {
  background-color: #FBFBFB;
  border-radius: 5px;
  padding: 8px 0px;
}
@media (max-width: 768px) {
  .container_subtitulo {
    padding-top: 0;
  }
}
.container_subtitulo .subtitulo {
  /*text-transform: uppercase;*/
  font-family: "Roboto-Bold", Arial;
  color: #333333;
  font-size: 30px;
  width: 300px;
  display: inline-block;
}
@media (max-width: 768px) {
  .container_subtitulo .subtitulo {
    margin-bottom: 10px;
  }
}
.container_subtitulo .barra_herramientas {
  text-align: right;
  float: right;
  display: inline-block;
}
.container_subtitulo .barra_herramientas .vistas {
  margin-top: 8px;
  margin-left: 10px;
  min-width: 80px;
  display: inline-block;
}
.container_subtitulo .barra_herramientas .vistas a {
  margin: 5px;
}
.container_subtitulo .barra_herramientas .vistas a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .container_subtitulo .barra_herramientas .vistas {
    display: none;
  }
}
.container_subtitulo .barra_herramientas .descarga {
  display: inline-block;
}

.no-results {
  margin: 40px 40px 40px 40px;
  font-style: italic;
}

.buscador {
  position: relative;
}
.buscador input[type=text] {
  background-color: #ffffff;
  border: none;
  padding: 10px 50px 10px 20px;
  /*text-transform: uppercase;*/
  color: black;
  width: 450px;
}
.buscador input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}
.buscador input[type=submit] {
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 10;
  background: transparent url(/xtranetassets/img/default/modules/documentacion/ico_lupa_oscura.svg) no-repeat center center;
  border: none;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.container_documentos {
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 768px) {
  .container_documentos .filtros_mobile {
    background-color: #FBFBFB;
    padding-bottom: 15px;
  }
}
.container_documentos .menu_lateral {
  /*width: 230px;*/
  border-right: 1px solid #ECECEC;
  padding-top: 20px;
  padding-left: 20px;
  /*min-width: 300px;*/
}
@media (max-width: 768px) {
  .container_documentos .menu_lateral {
    background-color: #FBFBFB;
    padding-top: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0px;
  }
}
.container_documentos .contenido_documentos {
  padding-top: 20px;
  flex-grow: 1;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .container_documentos .contenido_documentos {
    padding-top: 5px;
  }
}
@media (max-width: 768px) {
  .container_documentos .contenido_documentos .documentos_titulo, .container_documentos .contenido_documentos .documentos_filtros {
    display: none;
  }
}
@media (max-width: 768px) {
  .container_documentos .contenido_documentos .migas {
    display: block;
  }
}
.container_documentos .documentacion_num_resultados_mobile {
  display: inline-block;
}

ul.filtros,
ul.filtros ul,
ul.filtros_avanzados,
ul.filtros_avanzados ul,
ul.categorias,
ul.categorias ul {
  list-style: none;
  padding: 0;
}

ul.filtros {
  margin-bottom: 30px;
}

ul.filtros a,
ul.filtros_avanzados a {
  color: #363636;
}

ul.filtros > .li-padre:before {
  content: "+ ";
  width: 15px;
  display: inline-block;
}

ul.filtros > .li-padre.desplegado:before {
  content: "- ";
}

.li-padre {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
.li-padre.desplegado > ul {
  display: block;
}
.li-padre ul {
  display: none;
  margin-top: 10px;
}
.li-padre li {
  margin: 10px 0 10px 20px;
  font-size: 11px;
  /*text-transform: uppercase;*/
  font-weight: bold;
  color: #636363;
}
.li-padre li.selected {
  color: #07a651;
}
.li-padre li a {
  color: inherit;
}
.li-padre li a span {
  color: #B1AFAF;
}

.facets__items .facets__more {
  text-transform: initial;
  font-weight: normal;
}

.facets__items .facets__item__extra {
  display: none;
}

.facets__items.more .facets__item__extra {
  display: block;
}

.facets__items.more .facets__more .more-hide {
  display: none;
}

.facets__items.more .facets__more .more-show {
  display: initial;
}

.facets__items .facets__more .more-hide {
  display: initial;
}

.facets__items .facets__more .more-show {
  display: none;
}

.filtros.borde-top {
  border-top: 1px solid #F0F0F0;
  padding: 20px 0 20px 20px;
  margin-right: 20px;
}

.li-filtrar {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 17px;
  color: #363636;
  font-weight: bold;
}

.menu_lateral .radio {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-gap: 8px;
  font-size: 11px;
  color: #B1AFAF;
  margin-top: 10px;
  /*text-transform: uppercase;*/
}
.menu_lateral .radio_input {
  display: flex;
}
.menu_lateral .radio_input input {
  opacity: 0;
  width: 0;
  height: 0;
}
.menu_lateral .radio_control {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 0.1em solid #BEBEBE;
  transform: translateY(-0.05em);
}

.menu_lateral .radio-before .radio_control {
  display: grid;
  place-items: center;
}

.menu_lateral .radio-before input + .radio_control::before {
  content: "";
  width: 10px;
  height: 10px;
  box-shadow: inset 14px 14px #a92030;
  border-radius: 50%;
  transition: 180ms transform ease-in-out;
  transform: scale(0);
  margin-top: -1px;
  margin-left: 0px;
}

.menu_lateral .radio-before input:checked + .radio_control::before {
  transform: scale(1);
}

.menu_lateral .radio_label {
  line-height: 1.2;
  transition: 180ms all ease-in-out;
  opacity: 0.8;
}

ul.filtros_avanzados {
  padding-top: 30px;
  position: relative;
}

ul.filtros_avanzados:before {
  border-top: 1px solid #F0F0F0;
  content: "";
  position: absolute;
  left: 0px;
  right: 20px;
  height: 1px;
  top: 0;
}

.filtros_titulo {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Roboto-Regular", sans-serif;
}

@media (max-width: 768px) {
  .categorias {
    /*margin-bottom: 0px;*/
  }
}
.categorias li a {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 15px;
  color: #909090;
  padding: 15px 5px 15px 15px;
  border-right: 3px solid transparent;
  display: block;
  /*text-transform: uppercase;*/
  background-image: url(/xtranetassets/img/default/modules/documentacion/ico_carpeta.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 10px center;
  padding-left: 43px !important;
}

.categorias li.active a, .categorias li a:hover {
  color: #434343;
  background-color: #F9F9F9;
  border-right-color: #07a651;
  text-decoration: none;
}

.documentos_titulo {
  color: #363636;
  font-size: 22px;
  font-family: "Roboto-Regular", sans-serif;
  margin: 0px 40px 25px;
  margin: 0px 5px 25px 15px;
}
.documentos_titulo.migas {
  margin: 10px 10px 10px 40px;
  font-size: 20px;
}
.documentos_titulo.migas a {
  color: #909090;
  font-size: 18px;
}
.documentos_titulo.migas span {
  display: inline-block;
  margin: 0 10px;
}

.numero_resultados {
  float: right;
  font-size: 15px;
  margin-top: 5px;
}

.documentos_filtros {
  display: flex;
  margin-left: 40px;
  flex-wrap: wrap;
}
.documentos_filtros a {
  border: 1px solid #ECECEC;
  position: relative;
  padding: 5px 20px 3px 8px;
  font-size: 12px;
  /*text-transform: uppercase;*/
  color: #636363;
  margin-right: 10px;
  min-width: 108px;
  margin-bottom: 6px;
  line-height: 1;
}
.documentos_filtros a:after {
  content: "X";
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
}

.listado_cabecera,
.listado_elemento {
  box-sizing: content-box;
  min-width: 100%;
  white-space: nowrap;
  display: flex;
  position: relative;
  margin-top: 20px;
}
.listado_cabecera div,
.listado_elemento div {
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 15px;
  color: #363636;
  border-right: 1px solid #efefef;
  padding: 10px;
  overflow: hidden;
}
.listado_cabecera div:first-child,
.listado_elemento div:first-child {
  border-right: none;
}

.listado_elemento {
  margin-top: 0px;
  height: 50px;
}
.listado_elemento div {
  font-size: 13px;
  color: #909090;
  align-items: center;
  min-height: 40px;
  display: flex;
}
@media (max-width: 768px) {
  .listado_elemento div {
    font-size: 15px;
  }
}

.listado_cabecera div {
  padding-bottom: 10px;
}
.listado_cabecera div a {
  color: #363636;
  display: inline-block;
  padding-right: 20px;
}

.listado_cabecera div.active a, .documentos_resultados.busqueda thead div.active a {
  font-weight: bold;
}

.listado_cabecera div a:after, .documentos_resultados.busqueda thead div a:after {
  content: "";
  color: #363636;
  background: transparent url(/xtranetassets/img/default/modules/documentacion/flecha_arriba.png) no-repeat center center/12px;
  width: 12px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
}

.listado_cabecera div.desc a:after, .documentos_resultados.busqueda thead div.desc a:after {
  background: transparent url(/xtranetassets/img/default/modules/documentacion/flecha_abajo.png) no-repeat center center/12px;
}

.col-check {
  width: 50px;
  text-align: center;
}

.listado_elemento div.col-icono,
.listado_cabecera div.col-icono {
  width: 50px;
  text-align: center;
}

.listado_elemento div.col-icono {
  padding-top: 0;
  padding-bottom: 0;
}

.col-icono img {
  max-width: 30px;
  max-height: 30px;
}

.vista-grid .col-icono img {
  max-width: 90px;
  max-height: 92.7px;
}
@media (max-width: 768px) {
  .vista-grid .col-icono img {
    max-width: 80px;
  }
}

.busqueda .col-nombre {
  width: calc(100% - 560px);
}

.col-fecha {
  width: 120px;
  text-align: right;
}

.col-tipo {
  width: 100px;
}

.col-folder {
  width: 150px;
}

.col-peso {
  width: 100px;
  text-align: right;
}

.checkbox--disabled {
  color: var(--disabled);
}

label.checkbox {
  margin-bottom: 0;
}

.checkbox__control {
  display: inline-grid;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid currentColor;
  padding: 2px;
}
.checkbox__control svg {
  transition: transform 0.1s ease-in 25ms;
  transform: scale(0);
  transform-origin: bottom left;
}

@media (max-width: 768px) {
  .vista-grid .checkbox__control {
    width: 25px;
    height: 25px;
  }
}

.checkbox__input > * {
  grid-area: checkbox;
  border-radius: 50%;
}

.checkbox__input input {
  opacity: 0;
}

.checkbox__input input:focus + .checkbox__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}

.checkbox__input input:checked + .checkbox__control svg {
  transform: scale(1);
}

.checkbox__input input:disabled + .checkbox__control {
  color: var(--disabled);
}

.listado_elemento:hover {
  background-color: #f9f9f9;
}

.listado_elemento div.col-nombre a {
  color: inherit;
  word-break: break-word;
}

.listado_elemento div.col-nombre .context-menu {
  display: inline-block;
  flex-grow: 1;
  text-align: right;
  opacity: 0;
}

.listado_elemento:hover div.col-nombre .context-menu {
  opacity: 1;
}

.documentos_resultados.busqueda table {
  font-size: 13px;
  color: #909090;
}
.documentos_resultados.busqueda table th {
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 15px;
  color: #363636;
  border-right: 1px solid #efefef;
  padding: 11px;
  overflow: hidden;
  border-bottom: 0;
  font-weight: normal;
}
.documentos_resultados.busqueda table tr:hover {
  background-color: #f9f9f9;
}
.documentos_resultados.busqueda table td {
  vertical-align: middle;
  font-family: "Roboto-Regular", sans-serif;
  border-right: 1px solid #efefef;
  padding: 11px;
  border-top: none;
}
.documentos_resultados.busqueda table a {
  color: #909090;
}
.documentos_resultados.busqueda table a:hover {
  text-decoration: underline;
}
.documentos_resultados.busqueda .checkbox__input input {
  width: 1px;
}
.documentos_resultados.busqueda .col-check {
  width: 32px;
}
.documentos_resultados.busqueda .nombre-fichero > div {
  word-break: break-all;
}
.documentos_resultados.busqueda .col-folder a {
  color: inherit;
}
.documentos_resultados.carpetas .col-nombre {
  width: calc(100% - 230px);
}
.documentos_resultados.vista-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-top: 20px;
}
.documentos_resultados.vista-grid .listado_cabecera {
  display: none;
}
.documentos_resultados.vista-grid .col-nombre {
  padding-top: 20px;
  padding-bottom: 6px;
}
.documentos_resultados.vista-grid .col-fecha {
  padding-top: 0;
}
.documentos_resultados.vista-grid .listado_elemento {
  width: calc(25% - 2px);
  display: inline-block;
  min-width: inherit;
  border: 1px solid #F1F1F1;
  position: relative;
  height: auto;
}
.documentos_resultados.vista-grid .listado_elemento .col-check {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  transform: scale(0.8);
  z-index: 10;
}
.documentos_resultados.vista-grid .listado_elemento .col-icono {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  border: none;
}
.documentos_resultados.vista-grid .listado_elemento .col-fecha, .documentos_resultados.vista-grid .listado_elemento .col-tipo, .documentos_resultados.vista-grid .listado_elemento .col-peso {
  width: 100%;
  text-align: center;
  display: block;
  color: #BEBEBE;
  border: none;
}
.documentos_resultados.vista-grid.carpetas .listado_elemento .col-nombre {
  width: 90%;
  margin: auto;
  overflow: visible;
  white-space: normal;
  text-align: center;
  /*text-transform: uppercase;*/
  margin-top: 5px;
  border: none;
  display: block;
}
.documentos_resultados.vista-grid.carpetas .listado_elemento:hover div.col-nombre .context-menu {
  opacity: 0;
}

.wb-ab-results_spinner {
  background-size: 30px;
  width: 45px;
  height: 45px;
  opacity: 0.5;
}

.enlace_carpeta {
  text-overflow: ellipsis;
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
}

.subtitulo .descarga a {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 15px;
  color: #000000;
  vertical-align: middle;
  margin-left: 140px;
  font-weight: normal;
}

.descarga img {
  height: 25px;
  margin-right: 12px;
  position: relative;
  top: -2px;
}

.subtitulo .descarga a svg {
  margin-right: 10px;
}

.subtitulo > a {
  color: #363636;
}
@media (max-width: 768px) {
  .subtitulo > a {
    font-size: 26px;
  }
}

.subtitulo > a:hover {
  text-decoration: none;
  color: #07a651;
}

.folder .col-nombre {
  width: calc(100% - 410px);
}

.listado_titulo,
.promociones_titulo {
  color: #363636;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 24px;
  margin-left: 40px;
  margin-bottom: 10px;
}

.listado_titulo span {
  color: #959595;
  font-size: 16px;
}

.tipo_novedades .listado_elemento:hover div.col-nombre a {
  color: inherit;
}

.tipo_novedades .listado_elemento:hover div.col-nombre .context-menu {
  opacity: 0;
}

.tipo_novedades .col-nombre {
  width: calc(100% - 310px);
}

.tipo_novedades .listado_elemento div.col-icono,
.tipo_novedades .listado_elemento div.col-nombre,
.tipo_novedades .listado_elemento div.col-fecha,
.tipo_novedades .listado_elemento div.col-tipo {
  border: none;
}

.promociones {
  width: 350px;
  min-width: 350px;
  margin-top: 30px;
  margin-left: 40px;
}
.promociones .promociones_listado {
  margin-bottom: 40px;
}
.promociones .promociones_titulo {
  margin-left: 0;
  margin-bottom: 20px;
}
.promociones .titulo_promocion {
  color: #000000;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 10px 0;
  /*text-transform: uppercase;*/
}
.promociones .resumen_promocion {
  color: #909090;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
}

.titulo_archivo {
  max-width: 75%;
  display: inline-block;
}
@media (max-width: 768px) {
  .titulo_archivo {
    max-width: 100%;
  }
}
.titulo_archivo a {
  color: #333333;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 2;
  display: inline-block;
}
.titulo_archivo a:hover {
  color: #07a651;
  text-decoration: none;
}
@media (max-width: 768px) {
  .titulo_archivo a {
    font-size: 16px;
    margin-left: 0px;
    line-height: 1.3;
    width: 100%;
    word-break: break-all;
    display: flex;
    align-items: center;
  }
}
.titulo_archivo svg {
  margin-right: 17px;
  float: left;
}
@media (max-width: 768px) {
  .titulo_archivo svg {
    width: 27px;
  }
}

.botones_subtitulo {
  text-align: right;
  display: inline-block;
  float: right;
}
@media (max-width: 768px) {
  .botones_subtitulo {
    text-align: right;
    float: none;
    width: 100%;
    margin-top: 14px;
  }
}
.botones_subtitulo a {
  color: #000000;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 13px;
  vertical-align: middle;
  /*text-transform: uppercase;*/
  margin-left: 50px;
  margin-top: 10px;
  display: inline-block;
}
.botones_subtitulo a:hover {
  text-decoration: none;
  color: #07a651;
}
@media (max-width: 768px) {
  .botones_subtitulo a {
    font-size: 12px;
    margin-left: 12px;
  }
}
.botones_subtitulo svg {
  margin-left: 10px;
  height: 28px;
  position: relative;
  top: -2px;
}
@media (max-width: 768px) {
  .botones_subtitulo svg {
    margin-left: 0px;
    height: 20px;
    top: -2px;
  }
}

.container_descarga {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.container_descarga_nopreview {
  padding: 180px 0;
}

@media (max-width: 1200px) {
  .texto_titulo_bg .titulo_mensajes {
    position: relative;
    top: inherit;
    right: inherit;
    text-align: right;
    line-height: 15px;
  }
}
@media (max-width: 768px) {
  .buscador input[type=text] {
    width: 100%;
  }
  .documentos_titulo span {
    max-width: 70%;
    display: inline-block;
    font-size: 19px;
    line-height: 1;
    margin-top: 0px;
  }
  .documentos_titulo {
    margin: 0px 0px 15px;
  }
  .numero_resultados {
    font-size: 14px;
    margin-top: 10px;
  }
  .documentos_filtros {
    margin-left: 0px;
  }
  .container_documentos .menu_lateral {
    width: auto;
    border-right: 0px solid #ECECEC;
    min-width: unset;
  }
  .categorias li a {
    padding: 6px 5px 6px 12px;
    border-right: 0px solid transparent;
  }
  .listado_titulo {
    margin-left: 18px;
  }
  .tipo_novedades .col-check {
    display: none;
  }
  .tipo_novedades .col-nombre {
    width: calc(100% - 140px);
  }
  .tipo_novedades .col-fecha {
    width: 90px;
  }
  .container_subtitulo .subtitulo {
    width: auto;
  }
  ul.filtros {
    margin-bottom: 20px;
  }
  .li-padre {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .container_subtitulo .barra_herramientas {
    float: none;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 2px;
  }
  .documentos_resultados.busqueda .nombre-fichero > div {
    word-break: normal;
  }
  .documentos_resultados.busqueda td.nombre-fichero {
    min-width: 260px;
  }
  .documentos_resultados.busqueda .col-check {
    width: 12px;
  }
  .documentos_resultados.busqueda .col-check input {
    display: none;
  }
  .descarga img {
    height: 21px;
    margin-right: 12px;
    position: relative;
    top: -2px;
  }
  .buscador-container {
    width: 100%;
  }
  .container_subtitulo .barra_herramientas .descarga {
    font-size: 14px;
  }
  .documentos_resultados.vista-grid .listado_elemento {
    width: 100%;
    margin-bottom: 15px;
  }
  .documentos_titulo.migas a {
    font-size: 12px;
  }
  .documentos_titulo.migas span {
    margin: 0px 3px;
    font-size: 12px;
  }
  .documentos_titulo.migas span svg {
    width: 6px;
  }
  .documentos_titulo.migas {
    margin: 10px 10px 10px 10px;
    font-size: 14px;
  }
}
.doc_iframepdf {
  width: 100%;
  min-height: 752px;
  height: auto;
  border: none;
  max-width: 860px;
}
@media (max-width: 768px) {
  .doc_iframepdf {
    min-height: calc(100vh - 280px);
  }
}

.fa-clipboard {
  font-size: 25px;
  float: right;
  margin-top: -3px;
  color: #bebebe;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .fa-clipboard {
    font-size: 20px;
    float: right;
    margin-top: -2px;
    color: #bebebe;
    margin-left: 10px;
  }
}

.alerta_copyclipboard {
  position: absolute;
  top: -50px !important;
  height: auto;
  background-color: #07a651 !important;
  color: white;
  padding: 12px 30px;
  left: 0 !important;
  right: 0 !important;
  z-index: 10;
}

.home_item_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_item_image img {
  height: 250px;
  width: 100%;
  opacity: 0;
}

/****** 2024 *******/
.container_modulodocumentacion .filtros > .facets__group {
  background-color: #fbfbfb;
  padding: 10px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .container_modulodocumentacion .filtros > .facets__group {
    background-color: #ffffff;
  }
}
.container_modulodocumentacion .filtros > .facets__group > .facets__items {
  max-height: 400px;
  overflow-y: auto;
}
.container_modulodocumentacion ul.filtros a, .container_modulodocumentacion ul.filtros_avanzados a {
  display: inline-block;
  width: calc(100% - 20px);
}
.container_modulodocumentacion ul.filtros > .li-padre:before {
  width: 8px;
  font-size: 15px;
}
.container_modulodocumentacion .li-padre {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .container_modulodocumentacion .li-padre {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.container_modulodocumentacion .li-padre ul {
  margin-top: 3px;
}
.container_modulodocumentacion .li-padre li {
  margin: 10px 0 10px 15px;
}
@media (max-width: 768px) {
  .container_modulodocumentacion .li-padre li {
    font-size: 12px;
  }
}
.container_modulodocumentacion .btn_filtros {
  color: #07a651;
}
.container_modulodocumentacion .btn_filtros.collapsed {
  color: #777;
}

.modulo_documentacion .home_item_titulo {
  background-image: url("/xtranetassets/img/default/modules/documentacion/icono_modulo_documentacion.svg") !important;
}
.modulo_documentacion .home_item_btn {
  background-image: url("/xtranetassets/img/default/modules/documentacion/flecha_azul.svg");
  width: 80%;
}

.wb-co-noticia-item-container {
  border-bottom: 2px solid #DBDBDB;
  height: 313px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}

.wb-co-noticia-item-container:hover {
  border-bottom: 2px solid #07a651;
  color: #07a651;
  cursor: pointer;
}

.wb-co-noticia-item-titulo {
  font-size: 15px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 10px;
}

.wb-co-noticia-item-fecha {
  color: #848687;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 15px;
  display: block;
}

.wb-co-noticia-item-container-img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

.wb-co-noticia-item-container-img {
  background-color: #f5f5f5;
}

.noticia_item_bloquetexto {
  padding: 0 15px;
  position: relative;
}

.wb-co-noticia-item-fecha {
  display: none;
}

.wb-co-noticia-item-tipo {
  color: #999;
  font-size: 14px;
  padding-top: 12px;
  margin-bottom: 10px;
}

.wb-co-noticia-item-titulo {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.3;
  font-family: "Roboto-Bold", Arial;
}

.wb-co-noticia-item-subtitulo {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.noticia_btnmas {
  font-size: 16px;
  text-align: right;
  position: absolute;
  bottom: 14px;
  right: 25px;
  color: #000;
  display: none;
}

.noticia_autor {
  margin-top: 60px;
}
.noticia_autor .noticia_autor_foto {
  margin-bottom: 15px;
}
.noticia_autor .noticia_autor_titulo {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 30px;
}
.noticia_autor .noticia_autor_detalle {
  font-size: 20px;
}

.cart-inc, .cart-dec, .cart-delete {
  display: inline-block;
  cursor: pointer;
}

.cart-inc {
  padding-right: 5px;
}

.cart-dec {
  padding-left: 5px;
}

.cart-num input {
  width: 100%;
  max-width: 100%;
  height: 38px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
}

.producto_carrito {
  height: 40px;
}
.producto_carrito a {
  font-size: 13px;
  padding: 0.55rem 0.75rem;
  border-radius: 16px;
}

.producto_texto .titulo {
  height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-preciototal {
  font-size: 14px;
}

.text-sinstock {
  font-size: 12px;
  color: #999;
}

.text-siniva {
  color: #aaa;
  font-size: 10px;
}

.text-disponible {
  font-size: 12px;
  color: #45a01d;
}

/*** CART HEADER ***/
.cart_header a {
  background: no-repeat url(/xtranetassets/img/default/modules/pedidos/carrito_header_default.svg) 8px 10px;
  height: 50px;
  width: 50px;
  display: block;
  background-size: 28px;
  background-position: 3px 11px;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 768px) {
  .cart_header a {
    height: 36px;
    width: 36px;
    background-size: 28px;
    background-position: 3px 5px;
  }
}
.cart_header a #cart_count {
  display: none;
  border-radius: 6px;
  color: #323232;
  text-align: right;
  margin-bottom: 0px;
  margin-left: 38px;
  padding: 0;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .cart_header a #cart_count {
    border-radius: 50%;
    background-color: #eaeaea;
    width: 28px;
    height: 28px;
    font-size: 10px;
    position: absolute;
    left: -20px;
    top: -16px;
    padding-top: 7px;
    text-align: center;
    overflow: hidden;
    padding-left: 1px;
    padding-right: 1px;
    font-family: "Roboto-Light", sans-serif;
  }
}
.cart_header a #cart_importe {
  display: none;
  color: #07a651;
  font-size: 12px;
  text-align: right;
}
@media (max-width: 768px) {
  .cart_header a #cart_importe {
    display: none !important;
  }
}
.cart_header.hasproducts a {
  /*background: no-repeat url(/xtranetassets/img/default/modules/pedidos/ico_carrito_header.svg) 7px center;*/
  background: none;
  border-radius: 12px;
  border: 2px solid #07a651;
  background-color: white;
  padding: 4px 8px;
  width: auto;
  text-align: right;
  display: block;
  background-size: 26px;
  height: auto;
  color: #07a651;
  padding-left: 43px;
  min-width: 100px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.cart_header.hasproducts a::before {
  position: absolute;
  top: 8px;
  left: 7px;
  content: " ";
  padding: 0px;
  width: 25px;
  height: 25px;
  background-color: #07a651;
  -webkit-mask-image: url("/xtranetassets/img/default/modules/pedidos/ico_carrito_header.svg");
  mask-image: url("/xtranetassets/img/default/modules/pedidos/ico_carrito_header.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
@media (max-width: 768px) {
  .cart_header.hasproducts a {
    width: 40px;
    background-size: 23px;
    height: 40px;
    margin-top: 2px;
    background-position-y: 9px;
  }
}
.cart_header.hasproducts a #cart_count {
  display: block;
}
.cart_header.hasproducts a #cart_importe {
  display: block;
}

/*** CART ***/
.cart_anyadir_container {
  display: block;
}

.cart_botones_container {
  display: none;
  text-align: right;
}

.cart_hayproductos .cart_anyadir_container {
  display: none;
}
.cart_hayproductos .cart_botones_container {
  display: block;
}

.cart_botones_restar_container {
  display: inline-block;
}

.cart_botones_restar_container {
  display: inline-block;
}

.cart_btn-delete, .cart_btn-restar, .cart_btn-sumar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #DBDBDB;
  color: #000000;
  transition: all 0.25s ease;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  margin-left: 5px;
}
.cart_btn-delete:hover, .cart_btn-restar:hover, .cart_btn-sumar:hover {
  color: #ffffff;
  background-color: #07a651;
}

.cart_btn-delete {
  display: none;
  background-image: url("/xtranetassets/img/default/modules/pedidos/ico_cart_delete.svg");
}
.cart_btn-delete:hover {
  background-image: url("/xtranetassets/img/default/modules/pedidos/ico_cart_delete_blanco.svg");
}

.cart_btn-restar {
  display: block;
  background-image: url("/xtranetassets/img/default/modules/pedidos/ico_cart_restar.svg");
}
.cart_btn-restar:hover {
  background-image: url("/xtranetassets/img/default/modules/pedidos/ico_cart_restar_blanco.svg");
}

.cart_botones_sumar_container {
  display: inline-block;
}

.cart_btn-sumar {
  background-image: url("/xtranetassets/img/default/modules/pedidos/ico_cart_sumar.svg");
}
.cart_btn-sumar:hover {
  background-image: url("/xtranetassets/img/default/modules/pedidos/ico_cart_sumar_blanco.svg");
}

.cart_solo1 .cart_btn-delete {
  display: block;
}
.cart_solo1 .cart_btn-restar {
  display: none;
}

.toast-top-right {
  top: 96px !important;
}

.checkout_step_item {
  padding: 0 16px;
  display: inline-block;
  position: relative;
  width: 140px;
  margin-left: 16px;
  /*cursor: pointer;*/
}
@media (max-width: 768px) {
  .checkout_step_item {
    width: 70px;
    margin-left: -20px;
  }
}

.checkout_step_number {
  background-color: #F2F2F2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-top: 8px;
  font-size: 15px;
  text-align: center;
  color: #737373;
  margin: 0 auto;
  font-family: "Roboto-Bold", Arial;
  line-height: 1;
}

.checkout_step_title {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  font-family: "Roboto-Regular", sans-serif;
  color: #999;
}
@media (max-width: 768px) {
  .checkout_step_title {
    display: none;
  }
}

.checkout_step_item::before {
  content: " ";
  position: absolute;
  top: 13px;
  height: 5px;
  background-color: #F2F2F2;
  width: calc(100% - 50px);
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  left: -60px;
}
@media (max-width: 768px) {
  .checkout_step_item::before {
    width: calc(100% - 38px);
    left: -12px;
  }
}

.checkout_step_ok .checkout_step_number {
  background-image: url("/xtranetassets/img/default/modules/checkout/step_complete.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 73%;
  color: #333333;
  background-color: #333333;
}

.checkout_step_current .checkout_step_number {
  color: white;
  background-color: #333333;
}

.checkout_step_current.checkout_step_item::before, .checkout_step_ok.checkout_step_item::before {
  background-color: #333333;
}

.checkout_step_first.checkout_step_item::before {
  display: none;
}

.checkout_step_current .checkout_step_title, .checkout_step_ok .checkout_step_title {
  color: #333333;
  font-family: "Roboto-Bold", Arial;
}

.checkout_step_resumen_block {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  height: 100%;
}
.checkout_step_resumen_block textarea {
  height: 120px;
  padding: 6px 10px;
}

.checkout_totales_resumen {
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  padding: 10px 30px 20px 30px;
  border-radius: 20px;
}

.btn-light {
  border-color: #666;
  background-color: transparent;
  color: #666;
}

.detalle_pedido h2 {
  font-size: 22px;
  font-family: "Roboto-Bold", Arial;
}
.detalle_pedido h4 {
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif;
}
.detalle_pedido .table-sm td, .detalle_pedido .table-sm th {
  padding: 15px 20px;
  font-size: 14px;
}
.detalle_pedido .resumen_pedido td {
  padding: 10px 0;
}

.table_products th, .table_products td {
  border: 1px solid #f1f1f1;
  vertical-align: middle;
  padding: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
.table_products .notaportes {
  font-size: 15px;
  font-style: italic;
}
.table_products thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  font-family: "Roboto-Light", sans-serif;
  font-weight: normal;
  background-color: #f9f9f9;
  border-top: 1px solid #f1f1f1;
}
.table_products .cart-subitem td {
  font-size: 13px;
  background-color: #f9f9f9;
  padding: 5px 10px;
}

/**** LISTADO DE PEDIDOS Y FACTURAS *****/
.bg_resultados {
  background-color: #FcFcFc;
  padding: 30px;
  min-height: 500px;
  margin-bottom: 25px;
}

.bg_resultados .table-sm td, .bg_resultados .table-sm th {
  font-size: 14px;
}

.nav_interna {
  font-size: 18px;
  border-bottom: 2px solid #eaeaea;
  padding: 10px 0;
  width: 100%;
  display: block;
  font-family: "Roboto-Bold", Arial;
  color: black;
}

.nav_active {
  border-bottom: 2px solid #07a651;
}

#formpedido {
  gmax-width: 750px;
}

@media print {
  .noprint {
    display: none;
  }
  footer {
    display: none;
  }
}
.item-no-stock {
  color: #B50915;
}

.item-no-stock::after {
  content: "*";
  display: inline-block;
  margin-left: 6px;
  font-weight: bold;
}

.copy_alerta_stock {
  font-size: 13px;
  color: #999;
  margin-top: 25px;
  margin-bottom: 25px;
}

.copy_alerta_stock span {
  color: #B50915;
  font-weight: bold;
}

.hidden {
  display: none;
}

.filtros input::placeholder {
  color: #444;
}

.form-date {
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 8px 9px;
  background-image: url(/xtranetassets/img/default/modules/listas/icono_menu_calendario.svg);
  padding-left: 40px;
  max-width: 150px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 10px;
}

.form-desplegable {
  max-width: 220px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 10px;
}

.form-buscador {
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) center;
  background-image: url(/xtranetassets/img/default/modules/listas/icono_buscador.svg);
  padding-right: 40px;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
  padding-left: 15px;
  width: 240px;
  border-radius: 10px;
  margin-right: 10px;
  display: inline-block;
}

.producto_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  overflow-y: auto;
}

.bg_popup {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(59, 56, 50, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.producto_container {
  position: relative;
  z-index: 2;
  width: 1200px;
  max-width: 95%;
  margin: 60px auto;
  background-color: white;
  overflow-y: auto;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0px 2px 2px #999;
  min-height: 580px;
}
@media (max-width: 768px) {
  .producto_container {
    margin: 20px auto;
    padding: 40px 30px 30px 30px;
  }
}

.producto_popup_closebtn {
  position: absolute;
  top: 10px;
  right: 13px;
}
@media (max-width: 768px) {
  .producto_popup_closebtn {
    top: 5px;
    right: 5px;
  }
}

.producto_popup_closebtn a {
  background-color: #eaeaea;
  border-radius: 50%;
  padding: 12px;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0.8;
  color: #323232;
  font-weight: bold;
  text-align: center;
  transition: all 0.35s ease;
}

.producto_popup_closebtn a:hover {
  text-decoration: none;
  color: white;
  background-color: #323232;
}

.producto_detalle_titulo {
  font-size: 30px;
  font-family: "Roboto-Medium", sans-serif;
  color: #323232;
  line-height: 1.1;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .producto_detalle_titulo {
    font-size: 36px;
    line-height: 1.1;
  }
}

.producto_detalle_codigo {
  font-size: 18px;
  font-family: "Roboto-Medium", sans-serif;
  color: #231F20;
}

.producto_detalle_descripcion {
  margin-top: 30px;
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif;
  color: #231F20;
}

.producto_detalle_marca {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Roboto-Light", sans-serif;
  color: #231F20;
}

.producto_detalle_img {
  padding: 10px;
}

.producto_detalle_descargas {
  margin-top: 20px;
}

.producto_detalle_descarga a {
  background-image: url("/xtranetassets/img/default/common/icono_descarga_rojo.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 23px;
  padding-left: 34px;
  height: 30px;
  display: block;
  color: #848484;
}

.producto_detalle_descarga a {
  text-decoration: none;
  color: #323232;
}

.producto_detalle_descarga a span {
  display: block;
  font-size: 11px;
  font-weight: bold;
}

.producto_detalle_descarga a span.titulo {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.producto_detalle_precioblock {
  font-size: 22px;
  font-family: "Roboto-Regular", sans-serif;
}

.producto_detalle_preciotarifa {
  text-align: right;
}

.producto_detalle_titprecio {
  /*font-weight: bold;*/
}
.producto_detalle_titprecio span {
  font-size: 11px;
  color: #999;
}

.producto_fichadetalle .producto_detalle_titprecio {
  font-size: 18px;
}
.producto_fichadetalle .producto_detalle_titprecio span {
  font-size: 12px;
  color: #999;
}

.producto_detalle_preciotarifa, .producto_detalle_descuento, .producto_detalle_precio {
  text-align: right;
}

.producto_detalle_preciotarifa {
  text-decoration: line-through;
}

.producto_detalle_precio {
  color: black;
  font-size: 24px;
  font-family: "Roboto-Bold", Arial;
}

.producto_detalle_cantidad p {
  display: inline-block;
}

.producto_detalle_disponibilidad {
  background-color: #FAFAFA;
  color: #45a01d;
  text-align: center;
  width: 100%;
  padding: 11px;
  font-weight: bold;
  font-size: 13px;
  height: 100%;
}
.producto_detalle_disponibilidad.sinstock {
  color: #999;
}

.producto_detalle_sku {
  margin-top: 7px;
  font-weight: bold;
}

.producto_detalle_cantidad {
  text-align: right;
}

.producto_detalle_cantidad p {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
}

.producto_detalle_cantidad input {
  display: inline-block;
  max-width: 100%;
  height: 27px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 60px;
}

.dist_producto_item {
  margin-bottom: 35px;
}

.dist_producto_item a:hover {
  text-decoration: none;
}

.dist_producto_img {
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dist_producto_titulo {
  color: #030303;
}

.dist_producto_titulo h5 {
  line-height: 1.2;
  font-size: 18px;
}

.dist_producto_titulo p {
  line-height: 1.4;
  font-size: 14px;
}

/*** productos relacionados ***/
.productos_relacionados {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 4px solid #F5F5F7;
}

.galeria_foto {
  width: 75px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  padding: 5px;
  margin-bottom: 10px;
}

.galeria_foto a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}

.galeria_foto a img {
  opacity: 0;
}

/**********/
.producto_descripcion_content {
  font-size: 15px;
  font-weight: 300;
}

.producto_spec_grupo {
  margin-top: 0px;
  border-bottom: 1px solid #ccc;
}

.producto_spec_grupo_titulo {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  padding-right: 50px;
  font-weight: 600;
  font-size: 18px;
}

.producto_spec_grupo_item {
  /*background-color: #f1f1f1;
  margin-left: 30px;*/
  border-top: 1px solid #A9C4D7;
  padding-top: 5px;
  padding-bottom: 5px;
}

.producto_spec_grupo_item .col {
  border: 1px solid white;
  border-collapse: collapse;
  padding: 7px 10px;
  font-size: 14px;
}

.producto_spec_grupo_flecha {
  background-image: url("/xtranetassets/img/default/modules/productos/ico_arrow_desplegable.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: 20px;
  float: right;
  margin-top: 6px;
  margin-right: -45px;
  transition: all 0.4s ease;
  rotate: 180deg;
}

.collapsed .producto_spec_grupo_flecha {
  rotate: 0deg;
}

.producto_header {
  padding: 100px 20px 60px 20px;
}

.producto_titulo {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.1;
}

.producto_descripcion {
  border-bottom: 1px dotted #323232;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.producto_descripcion_content {
  margin-top: 20px;
}

.producto_descargas_item a {
  border: 1px solid #ccc;
  padding: 10px;
  color: #323232;
  background-image: url("/xtranetassets/img/default/modules/productos/icono_descarga.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  padding-right: 30px;
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
  padding-right: 50px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .producto_descargas_item a {
    font-size: 14px;
  }
}
.producto_descargas_item a:hover {
  text-decoration: none;
  border-color: #999 !important;
  background-color: #fcfcfc;
}

.galeria_foto {
  width: 75px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  padding: 5px;
}
.galeria_foto a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.galeria_foto a img {
  opacity: 0;
}

.producto_detalle_img_bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 400px;
  height: 400px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .producto_detalle_img_bg {
    height: 300px;
  }
}

/***** FICHA DETALLE POPUP ******/
.producto_subnavegacion {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 60px;
  border-bottom: 1px solid #31b8ef;
}

.producto_subnav_item {
  margin-right: 70px;
  display: inline-block;
}

.producto_subnav_item a {
  font-size: 18px;
  color: #31b8ef;
  display: block;
  height: 50px;
  padding-bottom: 30px;
}

.producto_subnav_item a:hover {
  color: #166891;
  text-decoration: none;
  background-image: url("/xtranetassets/img/default/modules/productos/iconos/Triangulo_azul.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 10px;
}

.producto_detalle_disponibilidad {
  background-color: #FbFbFb;
  color: green;
  text-align: center;
  width: 100%;
  padding: 11px;
  font-weight: bold;
  font-size: 13px;
  height: 100%;
  height: auto;
}

.producto_block {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 4px solid #F5F5F7;
}

.producto_block h5 {
  color: #166891;
  font-size: 23px;
}

.producto_detalle_descarga a {
  background-image: url("/xtranetassets/img/default/modules/productos/iconos/Icono_descarga.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px;
  padding-left: 60px;
  height: 60px;
  display: block;
  color: #848484;
  padding-top: 20px;
}

.producto_detalle_descarga {
  display: inline-block;
  margin-right: 40px;
}

.img_presentacion {
  width: 70px;
  height: auto;
  max-height: 70px;
}

.tabla_presentaciones th {
  font-weight: normal;
  font-family: "Roboto-Regular", sans-serif;
  cursor: pointer;
}
.tabla_presentaciones td {
  vertical-align: middle;
}

.caracteristica_item {
  margin-bottom: 9px;
}

.caracteristica_title, .caracteristica_value {
  display: inline-block;
}

.caracteristica_title {
  font-family: "Roboto-Regular", sans-serif;
  width: 150px;
}

.masinfo_btn {
  background-image: url("/xtranetassets/img/default/modules/productos/iconos/Icono_MasInfo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  display: block;
  height: 20px;
  width: 20px;
}

.dist_producto_item {
  border: 1px solid #eaeaea;
  padding: 10px;
}

.dist_producto_img {
  height: 100%;
  background-size: cover;
  width: 100%;
}

.dist_producto_img img {
  width: 70px !important;
  height: 70px;
  opacity: 0;
}

.producto_detalle_img {
  min-width: 320px;
  min-height: 320px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.popup-content {
  background-color: white;
  margin: 9% auto;
  padding: 40px;
  border: 9px solid #eaeaea;
  width: 80%;
  max-width: 900px;
  text-align: left;
  position: relative;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.12);
}

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

.popup-header h3 {
  line-height: 1.1;
}

.popup-header h1 {
  margin: 0;
}

.popup-header img {
  max-width: 100%;
  height: auto;
}

.close-btn {
  position: absolute;
  top: -15px;
  right: 8px;
  color: #aaa;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
}

.popup-properties {
  max-width: 620px;
}

.galeria_foto {
  width: 75px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  padding: 5px;
}

.galeria_foto a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}

.galeria_foto a img {
  opacity: 0;
}

/*** TABLA RESULTADOS DE BUSQUEDA PRODUCTOS *****/
.ver_referencias_btn {
  background-image: url("/xtranetassets/img/default/modules/productos/iconos/Icono_FlechaReferencias.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 17px;
  padding-right: 30px;
  cursor: pointer;
}

.container_referencias th, .tabla_presentaciones th {
  border-bottom: 1px solid #dee2e6 !important;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto-Medium", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.container_referencias th.asc::after, .tabla_presentaciones th.asc::after {
  content: "▲";
  color: #07a651;
  position: absolute;
  margin-left: 4px;
}
.container_referencias th.desc::after, .tabla_presentaciones th.desc::after {
  content: "▼";
  color: #07a651;
  position: absolute;
  margin-left: 4px;
}
.container_referencias tbody tr:nth-child(odd), .tabla_presentaciones tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.container_referencias td, .tabla_presentaciones td {
  vertical-align: middle;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.container_referencias .cart_item_producto_component, .tabla_presentaciones .cart_item_producto_component {
  width: 180px;
}
.container_referencias .producto_img_display, .tabla_presentaciones .producto_img_display {
  margin-left: 0;
}
.container_referencias .cart-num input, .tabla_presentaciones .cart-num input {
  max-width: 70px;
}
.container_referencias .producto_carrito, .tabla_presentaciones .producto_carrito {
  width: 74px;
}
.container_referencias .text-preciototal, .tabla_presentaciones .text-preciototal {
  font-family: "Roboto-Medium", sans-serif;
}

.product_favorito {
  cursor: pointer;
  color: #07a651;
  opacity: 0.3;
  transition: all 0.2s ease;
}
.product_favorito:hover {
  opacity: 1;
}

/** Precio descuentos **/
.producto_precio_anterior_titulo {
  font-size: 14px !important;
}

.producto_precio_anterior {
  font-size: 16px;
  text-decoration: line-through;
  font-family: "Roboto-Light", sans-serif;
}

.producto_descuento_titulo {
  font-size: 12px !important;
  margin-bottom: 4px;
  color: #666;
}

.producto_descuento {
  color: #666;
  font-size: 15px;
  font-family: "Roboto-Light", sans-serif;
  margin-top: -1px;
}

.catN1_item {
  margin-bottom: 30px;
}

.catN1_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  height: 320px;
}

.catN1_titulo {
  background-color: #f8f8f8;
  color: #202124;
  padding: 30px 30px;
  border-bottom: 8px solid #07a651;
}

.catN1_titulo p {
  font-size: 15px;
  line-height: 1.2;
  color: #202124;
}

.catN1_item a:hover {
  text-decoration: none;
}

.catN2_item {
  margin-bottom: 30px;
}

.catN2_img_container {
  /*border: 1px solid #f1f1f1;
  padding: 10px;*/
}

.catN2_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 230px;
  border: 1px solid #f8f8f8;
  background-image: url("/xtranetassets/img/default/modules/productos/demo_producto.jpg");
}

.catN2_titulo {
  color: #202124;
  padding: 20px 24px;
  background-color: #f8f8f8;
  border-bottom: 5px solid #07a651;
  font-size: 20px;
  font-family: "Roboto-Bold", Arial;
}

.catN2_titulo p {
  font-size: 15px;
  line-height: 1.2;
  color: #202124;
}

.catN2_item a:hover {
  text-decoration: none;
}

.categoria_cabecera {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 320px;
  margin-bottom: 15px;
}

.dist_producto_item {
  margin-bottom: 30px;
}
.dist_producto_item a:hover {
  text-decoration: none;
}
.dist_producto_item a:hover h5 {
  color: #004F8B;
}

.dist_producto_img_container {
  border: 1px solid #F5F5F7;
  padding: 10px;
}

.dist_producto_img {
  height: 230px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dist_producto_titulo {
  color: #030303;
}

.dist_producto_titulo h5 {
  line-height: 1.2;
  font-size: 18px;
}

.dist_producto_titulo p {
  line-height: 1.4;
  font-size: 14px;
}

.img_categoria_home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.img_categoria_home img {
  width: 100px;
  height: 100px;
  opacity: 0;
}

.home_btn_categorias_tit {
  margin-bottom: 4px;
  margin-top: 2px;
}

.home_btn_categorias_sub {
  margin-bottom: 3px;
  line-height: 1.2;
}

.home_btn_categorias_cont {
  font-weight: normal;
  font-size: 15px;
}

.home_btn_categorias .img_categoria_home {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

/* Efecto de rollover */
.home_btn_categorias:hover .img_categoria_home {
  filter: grayscale(0%);
}

#wb-ab-filterbody {
  /*display: none;*/
}

.wb-ab-search__advanced__box {
  width: 340px;
  min-height: 100px;
}

.wb-ab-search__plain input {
  font-size: 18px;
  font-family: "Roboto-Medium", sans-serif;
  padding: 12px;
  padding-left: 56px;
  background: no-repeat #fff url(/xtranetassets/img/default/modules/search/search_black.svg) 12px center;
}
.wb-ab-search__plain input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b8b8b8;
  opacity: 1; /* Firefox */
}
.wb-ab-search__plain input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b8b8b8;
}
.wb-ab-search__plain input::-ms-input-placeholder { /* Microsoft Edge */
  color: #b8b8b8;
}
.wb-ab-search__plain .wb-ab-search__plain__block {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem !important;
}
.wb-ab-search__plain .wb-ab-search__plain__includebtn {
  display: none;
}
.wb-ab-search__plain .placeholder_count_results {
  position: absolute;
  right: 23px;
  top: 16px;
  color: #666;
}
.wb-ab-search__plain .placeholder_count_results h4 {
  font-size: 15px;
  font-family: "Roboto-Regular", sans-serif;
}
@media (max-width: 48em) {
  .wb-ab-search__plain .placeholder_count_results {
    right: auto;
    left: 5px;
    top: auto;
    bottom: -50px;
    color: #999;
  }
}

.wb-ab-component-lightcolor .wb-ab-search__plain {
  color: #f2efec;
}

@media (min-width: 48em) {
  .wb-ab-search-filters {
    /*min-height: 49px;*/
  }
}
.wb-ab-search-filters .wb-ab-search-filter_item {
  background-color: #ffffff;
  padding: 3px 4px 4px 10px;
  line-height: 18px;
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif;
  cursor: pointer;
}
.wb-ab-search-filters .wb-ab-search-filter_item span {
  padding: 5px;
  color: #a4a7a8;
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif;
  cursor: pointer;
  float: right;
  margin-left: 13px;
  line-height: 7px;
  margin-top: -1px;
  display: inline-block;
}
.wb-ab-search-filters .wb-ab-search-filter_item:hover {
  text-decoration: line-through;
}
.wb-ab-search-filters .wb-ab-search-filter_item:hover span {
  color: #000;
}
.wb-ab-search-filters .filter-type-filter {
  background-color: #ffffff;
}
.wb-ab-search-filters .filter-type-delete {
  background-color: #eaeaea;
  color: #999;
  cursor: pointer;
  font-size: 13px;
  font-family: "Roboto-Regular", sans-serif;
  padding-right: 9px;
}
.wb-ab-search-filters .filter-type-delete:hover {
  color: #000;
  text-decoration: none !important;
}

.wb-ap-search-facets {
  /*.facets_title_div:first-child .facets__group {
  }*/
}
.wb-ap-search-facets .facets__group > .facets__title {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 16px;
  color: #07a651;
  padding: 6px;
  cursor: pointer;
}
.wb-ap-search-facets .facets__group > .facets__title span span {
  width: 12px;
  display: inline-block;
}
.wb-ap-search-facets .facets__group > .facets__title span .opened-show {
  display: none;
}
.wb-ap-search-facets .facets__group span .opened-hide {
  display: inline-block;
}
.wb-ap-search-facets .facets__group.opened > .facets__title span .opened-show {
  display: inline-block;
}
.wb-ap-search-facets .facets__group.opened > .facets__title span .opened-hide {
  display: none;
}
.wb-ap-search-facets .facets__group.opened > .facets__items {
  display: block;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  padding: 6px;
  padding-left: 20px;
  cursor: pointer;
  color: #07a651;
}
.wb-ap-search-facets .facets__group.ix_category {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.wb-ap-search-facets .facets__group.ix_category .facets__title {
  font-size: 23px;
}
.wb-ap-search-facets .facets__principal:nth-child(2)::before {
  content: "Filtros avanzados";
  font-size: 15px;
  color: #323232;
  width: 100%;
  margin-bottom: 20px;
  float: left;
  margin-top: 0px;
  font-weight: bold;
}
.wb-ap-search-facets .facets__items {
  display: none;
}
.wb-ap-search-facets .facets__items .facets__item {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 16px;
  padding: 6px;
  padding-left: 20px;
  cursor: pointer;
}
.wb-ap-search-facets .facets__items .facets__item span {
  font-size: 14px;
  font-style: italic;
  font-family: "Roboto-Regular", sans-serif;
}
.wb-ap-search-facets .facets__items .facets__item:hover {
  text-decoration: underline;
}
.wb-ap-search-facets .facets__items .facets__item.selected {
  font-weight: bold;
}
.wb-ap-search-facets .facets__items .facets__item__extra {
  display: none;
}
.wb-ap-search-facets .facets__items.more .facets__item__extra {
  display: block;
}
.wb-ap-search-facets .facets__items .facets__more, .wb-ap-search-facets .facets__items .facets__all {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  padding: 6px;
  padding-left: 14px;
  cursor: pointer;
}
.wb-ap-search-facets .facets__items .facets__more:hover, .wb-ap-search-facets .facets__items .facets__all:hover {
  text-decoration: underline;
}
.wb-ap-search-facets .facets__items .facets__more .more-show, .wb-ap-search-facets .facets__items .facets__all .more-show {
  display: none;
}
.wb-ap-search-facets .facets__items .facets__more .more-hide, .wb-ap-search-facets .facets__items .facets__all .more-hide {
  display: initial;
}
.wb-ap-search-facets .facets__items.more .facets__more .more-show {
  display: initial;
}
.wb-ap-search-facets .facets__items.more .facets__more .more-hide {
  display: none;
}

.wb-ab-search__resultitem .wb-ab-listitem p {
  margin-bottom: 0.1rem;
  margin-top: 0.1rem;
}
.wb-ab-search__resultitem .wb-ab-listitem h5 {
  margin-bottom: 0.4rem;
}
.wb-ab-search__resultitem .wb-ab-listitem .icono_tipoficha {
  position: absolute;
  padding: 6px 10px;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: rgba(225, 225, 220, 0.8);
  font-size: 13px;
  font-family: "Roboto-Regular", sans-serif;
  color: #666;
}
.wb-ab-search__resultitem .wb-ab-listitem:hover .icono_tipoficha {
  /*background-color: rgba(255,255,255,1);*/
}

.wb-ab-search__resultitem .video_item {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  top: -20px;
  display: none;
  background-color: #000;
}
.wb-ab-search__resultitem .image_block_item {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.wb-ab-search__resultitem .image_block_item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wb-ab-search__resultitem .image_wrapper {
  padding: 15px;
  border: 1px solid #f1f1f1;
  border-bottom: none;
}
.wb-ab-search__resultitem .image_item_background {
  background-size: cover;
  background-position: center;
}

.wb-ab-search-topbar__results__list {
  /*.wb-ab-template-result-global {
          display: block;
      }*/
}
.wb-ab-search-topbar__results__list .wb-ab-template-result-interior {
  display: none;
}

.wb-ab-search__resultcontainer {
  /*.wb-ab-template-result-interior {
          display: block;
      }*/
}
.wb-ab-search__resultcontainer .wb-ab-template-result-global {
  display: none;
}

.wb-ab-inc-01 .wb-ab-search__plain .wb-ab-search__plain__includebtn {
  display: block;
}
.wb-ab-inc-01 .wb-ab-search__plain .wb-ab-search__plain__block {
  border-bottom: none;
  margin-bottom: 0;
}
.wb-ab-inc-01 .wb-ab-search__plain .form-group {
  margin-bottom: 0.5rem;
}

.wb-ab-listado_white .wb-ab-search__plain input {
  border-color: #cccccc;
}
.wb-ab-listado_white .wb-ab-search-filters .wb-ab-search-filter_item, .wb-ab-listado_white .wb-ab-search-filters .filter-type-filter {
  background-color: #eaeaea;
}

.wb-ab-search__resultcontainer {
  min-height: 450px;
}

.wb-ab-search__advanced {
  /*position: fixed;
  height: calc(100% - 64px);
  overflow: auto;
  top: 64px;
  width: 340px;
  background-color: #d8d7d2;
  left: 56px;*/
}
.wb-ab-search__advanced .wb-ab-search__advanced__wrapper {
  height: 100%;
}
.wb-ab-search__advanced .wb-ab-search__advanced__container {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
}
.wb-ab-search__advanced .wb-ab-search__advanced__container .wb-ab-search__advanced__item {
  position: relative;
}
.wb-ab-search__advanced .wb-ab-search__advanced__container .form-control {
  min-height: 30px !important;
  padding: 5px;
  font-size: 13px;
}
.wb-ab-search__advanced .wb-ab-search__advanced__container .form-check-input {
  margin-top: 0.15rem;
}
.wb-ab-search__advanced .wb-ab-search__advanced__container .btn--brand {
  font-size: 14px;
}

@media (max-width: 992px) {
  .wb-ab-search__advanced {
    left: 0px;
  }
}
@media (max-width: 768px) {
  .wb-ab-search__advanced {
    width: auto;
    position: relative;
    top: 0;
  }
  .wb-ab-search__advanced__box {
    width: 100%;
  }
}
.wb-ab-search__plain__block a:hover {
  text-decoration: underline;
}
.wb-ab-search__plain__block .resultsProperty a {
  font-size: 20px;
}

.search-more-container {
  width: 100%;
  height: 75px;
}
.search-more-container .search-more {
  display: none;
  height: 70px;
}

.wb-ab-results_spinner {
  margin: 0 auto;
  background: no-repeat transparent url(/xtranetassets/img/default/modules/search/loader.gif) center;
  background-size: 45px;
  width: 70px;
  height: 70px;
}

.wb-ab-list-switch {
  padding: 0;
}
.wb-ab-list-switch.selected {
  display: none;
}
.wb-ab-list-switch .switch-texto {
  float: left;
  padding: 1px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #f2efec;
}
.wb-ab-list-switch span {
  float: left;
  width: 40px;
  height: 27px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  margin-right: 10px;
}

.wb-ab-search__advanced__item__dialog {
  width: auto !important;
  overflow: hidden !important;
  background-color: white !important;
}

.wb-ap-search-facets .form-control {
  border: 1px solid #ced4da;
}

.facetsdialog-results {
  overflow-y: auto;
  overflow-x: hidden;
  height: 410px;
  margin-top: 25px;
}
.facetsdialog-results .facets__item {
  cursor: pointer;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 16px;
  padding: 6px;
}
.facetsdialog-results .facets__item:hover {
  /*background-color: #eaeaea;*/
  text-decoration: underline;
}
.facetsdialog-results .facets__item span {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  font-style: italic;
}

.ui-widget-overlay {
  opacity: 0.6;
}

.ui-widget .ui-widget {
  border: none;
  background: none;
}
.ui-widget .ui-widget:hover {
  border: none;
  background: none;
}

.ui-dialog {
  padding: 0 !important;
  border: none !important;
}
.ui-dialog .ui-dialog-title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff !important;
  font-weight: normal;
  font-size: 1.25rem;
}
.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
  padding: 1rem;
  background-color: #07a651;
  border-radius: 0;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 0;
  border: none;
  display: none;
}

.ui-button:active {
  color: #131213;
}
.ui-button:focus {
  outline: none;
}

.search_banner {
  width: 100%;
  height: 104px;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  background-position: center;
  background-color: #fcfcfc;
}

.buscador_header {
  padding: 25px;
  /*background-color: #fff;*/
  width: 540px;
  /*height: 200px;*/
  /*box-shadow: 1px 1px 7px #ccc;*/
  margin: 0 auto;
  color: #07a651;
}

.search_box_catalogo {
  padding: 10px;
  font-size: 18px;
  color: #323232;
  margin: 0px auto;
  width: 100%;
  height: 56px;
  background-image: url(/xtranetassets/img/default/modules/search/search-iconew.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 70px;
  font-family: "Roboto-Light", sans-serif;
  background-color: white;
  border-radius: 20px;
  border: 1px solid transparent !important;
  box-shadow: 0px 2px 2px #eaeaea;
}
@media (max-width: 768px) {
  .search_box_catalogo {
    padding: 6px;
    font-size: 16px;
    height: 46px;
    background-size: 25px;
    padding-left: 52px;
  }
}
.search_box_catalogo:focus {
  box-shadow: 0px 2px 2px #eaeaea !important;
  border-color: #f1f1f1 !important;
}

@media (max-width: 768px) {
  .wb-co-searchblock {
    padding: 13px;
  }
}
.wb-co-searchblock form {
  position: relative;
  max-width: 910px;
  margin: 0 auto;
}
.wb-co-searchblock form input[type=submit] {
  position: absolute;
  right: 10px;
  top: 11px;
}
@media (max-width: 768px) {
  .wb-co-searchblock form input[type=submit] {
    right: 8px;
    top: 8px;
    width: 70px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    height: 32px;
    padding-top: 7px;
  }
}

.sort-filter label {
  font-size: 13px;
  line-height: 1.1;
}
.sort-filter .form-control {
  font-size: 13px;
  padding: 0rem 0.5rem 0rem 0.4rem;
  height: calc(1em + 0.75rem + 2px);
  max-width: 170px;
}

@media (min-width: 768px) {
  #filtros_desplegable.collapse:not(.show) {
    display: block;
  }
}
@media (max-width: 768px) {
  .results_totals {
    float: left;
  }
}
body.hasSearchBar {
  overflow: hidden;
}

.wb-ab-search-topbar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 15;
  background-color: #000000;
  font-family: "Roboto-Regular", sans-serif;
}
.wb-ab-search-topbar .wb-ab-search-topbar__head {
  height: 64px;
  background-color: #E0DAD6;
  background-color: #000000;
}
.wb-ab-search-topbar .wb-ab-search-topbar__close {
  font-size: 26px;
  position: absolute;
  right: 27px;
  top: 74px;
  display: none;
}
.wb-ab-search-topbar .wb-ab-search-topbar__close a {
  color: #808080;
}
.wb-ab-search-topbar .wb-ab-search-topbar__close a:hover {
  color: #fff;
}
.wb-ab-search-topbar .wb-ab-search-topbar__container {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 25%;
  padding-right: 25%;
  color: #fff;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.wb-ab-search-topbar .wb-ab-search-topbar__container input {
  height: 60px;
  background-color: #fff;
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 60px;
  font-size: 30px;
}
.wb-ab-search-topbar .wb-ab-search-topbar__container ::placeholder {
  color: #cbcbcb;
}
.wb-ab-search-topbar .wb-ab-search-topbar__container .wb-ab-search-topbar__search {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wb-ab-search-topbar .wb-ab-search-topbar__container .wb-ab-search-topbar__search .wb-ab-search-topbar__searchleyend {
  -webkit-transition: display 0.5s ease;
  transition: display 0.5s ease;
  color: #999;
}
.wb-ab-search-topbar .wb-ab-search-topbar__container.withresults {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wb-ab-search-topbar .wb-ab-search-topbar__results {
  width: 100%;
  background-color: #14191c;
  padding: 3rem;
  margin-left: 56px;
  color: #fff;
  padding-right: 56px;
  overflow: auto;
  display: none;
  padding-top: 2rem;
}
.wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__results__list {
  overflow-y: auto;
  height: calc(100vh - 296px);
  overflow-x: hidden;
  padding-right: 30px;
  padding-left: 20px;
}
@media (max-width: 34em) {
  .wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__results__list {
    padding-left: 0px;
  }
}
.wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__results__titleblock h3 {
  float: left;
  color: #fcb02d;
}
.wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__results__titleblock .wb-ab-search-topbar__results__vermas {
  float: right;
  margin-top: 10px;
  font-size: 14px;
}
.wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__results__titleblock .wb-ab-search-topbar__results__vermas a {
  color: #999;
}
.wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__results__titleblock .wb-ab-search-topbar__results__vermas a:hover {
  color: #fff;
}
.wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__grupos {
  overflow-y: auto;
  max-height: calc(100vh - 296px);
}
@media (max-width: 34em) {
  .wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__grupos {
    max-height: none;
  }
}
.wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__grupos a {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 22px;
}
.wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__grupos a:hover {
  text-decoration: underline;
}
.wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__grupos a.search_titulo {
  font-family: "Roboto-Light", sans-serif;
  color: #666;
}
.wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__results__item {
  color: #cbcbcb;
  margin-bottom: 2rem;
}
.wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__results__item .icono_tipoficha {
  display: none;
}

@media (max-width: 992px) {
  .wb-ab-search-topbar__results {
    margin-left: 0;
    padding: 2rem;
    padding-right: 0;
  }
  .wb-ab-search-topbar .wb-ab-search-topbar__container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .wb-ab-search-topbar .wb-ab-search-topbar__container.withresults {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .wb-ab-search-topbar .wb-ab-search-topbar__results {
    margin-left: 0;
    padding: 1rem;
    padding-top: 2rem;
    padding-right: 0;
  }
}
@media (max-width: 544px) {
  .wb-ab-search-topbar .wb-ab-search-topbar__results {
    height: calc(100vh - 210px);
    overflow-x: hidden;
  }
  .wb-ab-search-topbar .wb-ab-search-topbar__results .wb-ab-search-topbar__results__list {
    height: auto;
    padding-right: 20px;
    margin-top: 3rem;
  }
  .wb-ab-search-topbar .wb-ab-search-topbar__container {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .wb-ab-search-topbar .wb-ab-search-topbar__container.withresults {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.dcat_container {
  margin-bottom: 25px;
  border-bottom: 1px dotted #eaeaea;
  padding-bottom: 5px;
}

.dcat_titulo {
  font-size: 30px;
  font-family: "Roboto-Bold";
}

.dcat_btnmasinfo {
  padding-left: 25px;
  position: relative;
  padding-top: 1px;
  font-size: 14px;
  color: #323232;
}

.dcat_btnmasinfo::after {
  content: " ";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.dcat_descarga {
  margin-top: 30px;
}

.dcat_descarga a {
  background-image: url("/xtranetassets/img/default/common/icono_descarga_rojo.svg");
  background-position: left center;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-size: 18px;
  color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.dcat_linea {
  width: 60px;
  height: 10px;
  background-color: burlywood;
  margin-bottom: 20px;
  margin-top: 10px;
}

.dcat_img {
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  border: 1px solid #eaeaea;
}

.dcat_img img {
  width: 150px;
  height: 150px;
  opacity: 0;
}

.dcat_breve {
  margin-bottom: 10px;
}

.dcat_detalle {
  padding-bottom: 10px;
}

.dcat_breadcrumb a {
  text-transform: uppercase;
  font-family: "Roboto-Regular", sans-serif;
  color: #999;
  font-size: 12px;
}

.dcat_breadcrumb span {
  font-family: "Roboto-Regular", sans-serif;
  color: #999;
  font-size: 12px;
  margin-right: 2px;
  margin-left: 2px;
}

.wb-ab-listitem .contenido {
  background-color: #f1f1f1;
  padding: 5px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 20px;
}

.wb-ab-search-filters .wb-ab-search-filter_item {
  background-color: #f1f1f1;
  padding: 3px 4px 4px 10px;
  line-height: 18px;
  font-size: 16px;
  cursor: pointer;
}

.wb-ab-search-filters .wb-ab-search-filter_item span {
  padding: 5px;
  color: #a4a7a8;
  font-size: 16px;
  cursor: pointer;
  float: right;
  margin-left: 8px;
  line-height: 7px;
  margin-top: -1px;
  display: inline-block;
  margin-right: -4px;
}

.results_totals {
  color: #a4a7a8;
  font-size: 18px;
  font-family: Roboto-Medium;
}

.search_input {
  background-color: #fff !important;
  border-radius: 0;
  border: none;
  background-image: url(/xtranetassets/img/default/modules/search/search-ico.svg);
  background-position: 12px;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 45px;
}
.search_input::placeholder {
  color: #999;
}

h5.titulo a {
  /*color:#323232;*/
  font-size: 16px;
}

h5.subtitulo {
  font-size: 14px;
  color: #999;
}

.opened-hide {
  color: transparent;
  background-image: url("/xtranetassets/img/default/modules/search/flecha_abajo.svg");
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.opened-show {
  color: transparent;
  background-image: url("/xtranetassets/img/default/modules/search/flecha_arriba.svg");
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.wb-ap-search-facets .facets__group > .facets__title {
  color: #121212;
}
.wb-ap-search-facets .facets__group > .facets__title span span {
  width: 24px;
}

.wb-ap-search-facets .facets__items .facets__item {
  padding: 8px;
  padding-left: 11px;
  padding-top: 0;
  font-size: 15px;
}

.wb-ab-search__resultitem .image_wrapper {
  padding: 25px;
  border: 1px solid #F3F3F3;
  border-bottom: none;
}

.wb-ab-listitem .contenido {
  background-color: white;
  padding: 9px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #F3F3F3;
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif;
  color: #202124;
}
.wb-ab-listitem .contenido .titulo a {
  color: #121212;
}

.leftfiltros_container {
  background-color: #fbfbfb;
  padding: 24px;
}

.wb-ap-search-facets .facets__group.opened > .facets__items {
  color: #121212;
}

.wb-ab-search__advanced__box {
  width: auto;
}

.search_input {
  background-image: url(/xtranetassets/img/default/modules/search/search-iconew.svg);
}

.wb-ab-search-filters .wb-ab-search-filter_item {
  background-color: white;
  padding: 3px 7px 3px 7px;
  line-height: 18px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #eaeaea;
  color: #666;
  transition: all 0.35s ease;
}
.wb-ab-search-filters .wb-ab-search-filter_item:hover {
  text-decoration: line-through;
  border-color: #ccc;
  background-color: #f9f9f9;
}

.leftfiltros_container {
  background-color: #ffffff;
  padding: 0 30px 10px 0px;
}

.search_input {
  background-color: #f9f9f9 !important;
  background-image: url("/xtranetassets/img/default/modules/search/search-iconew.svg");
  background-position: 97% center;
  padding-right: 11%;
  padding-left: 14px;
  border-radius: 12px;
}

.results_totals {
  color: #333;
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif;
}

.filter-type-query {
  color: #B50915;
}

.filter-type-delete {
  padding-right: 12px;
}

.producto_texto .titulo {
  height: auto;
  margin-bottom: 6px;
  font-size: 20px;
  font-family: "Roboto-Bold", Arial;
  min-height: 54px;
}

.producto_img_display {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 20px;
}
.producto_img_display img {
  opacity: 0;
}

.buscador_header {
  padding: 5px 10px 10px 10px;
  width: auto;
  margin: 0 auto;
}

.search_banner {
  height: auto;
  background-color: transparent;
  margin-top: 128px;
}

.leftfiltros_container {
  background-color: transparent;
  padding: 4px 40px 24px 0px;
  border-right: 2px solid #f1f1f1;
}
@media (max-width: 768px) {
  .leftfiltros_container {
    border-right: none;
    padding: 4px 20px 24px 0px;
  }
}

.wb-ap-search-facets .facets__items .facets__item span {
  font-style: normal;
  width: 25px;
  text-align: center;
  position: absolute;
  right: 0;
}

.wb-ap-search-facets .facets__items .facets__item {
  font-family: "Roboto-Light", sans-serif;
}

.search_autocomplete_pagemodule {
  /*background-color: #f9f9f9;*/
  width: 100%;
  position: relative;
  /*padding: 12px 0px;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.05);*/
}
@media (max-width: 1200px) {
  .search_autocomplete_pagemodule {
    padding: 18px;
    height: auto;
  }
}
.search_autocomplete_pagemodule form input[type=submit] {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 63;
}
.search_autocomplete_pagemodule .search_autocomplete_container {
  width: 100%;
}
.search_autocomplete_pagemodule .search_autocomplete_container .results_totals {
  font-size: 15px;
  margin-top: -68px;
  margin-right: 192px;
  position: relative;
  width: 130px;
}
.search_autocomplete_pagemodule .search_autocomplete_container .results_totals::after {
  content: "x";
  position: absolute;
  top: -1px;
  bottom: 0;
  height: 28px;
  z-index: 2;
  transition: all 0.6s ease;
  color: white;
  border-radius: 50%;
  background-color: #07a651;
  width: 28px;
  text-align: center;
  font-weight: normal;
  font-family: "Roboto-Light", sans-serif;
  font-size: 17px;
  margin-left: 10px;
  cursor: pointer;
}
.search_autocomplete_pagemodule .search_autocomplete_container .search_autocomplete_box::after {
  top: 0px;
  bottom: 70px;
  height: calc(100vh - 180px);
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
}
.search_autocomplete_pagemodule .search_box_catalogo {
  border: 1px solid #f1f1f1 !important;
  box-shadow: 2px 2px 4px #eaeaea;
}

.search_autocomplete_container {
  width: 910px;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  z-index: 10;
}
.search_autocomplete_container .search_autocomplete_box {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.search_autocomplete_container .search_autocomplete_box::after {
  content: " ";
  position: absolute;
  top: 21px;
  bottom: 70px;
  height: calc(100vh - 180px);
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
  left: -50vw;
  right: -50vw;
  transition: all 0.6s ease;
}
.search_autocomplete_container h4.text-primary {
  display: none;
}
.search_autocomplete_container .sort-filter {
  display: none;
}
.search_autocomplete_container .leftfiltros_container_col {
  display: none;
}
.search_autocomplete_container .wb-ab-search-filters {
  display: none;
}
.search_autocomplete_container .result_container_col.col-md-8 {
  flex: 0 0 100%;
  max-width: 100%;
}
.search_autocomplete_container .results_totals {
  font-size: 15px;
  margin-top: -46px;
  margin-right: 140px;
}
.search_autocomplete_container #headersearchautocomplete_totals {
  pointer-events: none;
}
.search_autocomplete_container .wb-ab-search__resultcontainer {
  min-height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  padding-right: 20px;
  margin-bottom: 10px;
  max-height: calc(100vh - 200px);
  padding-left: 10px;
}
.search_autocomplete_container .search-more-container {
  display: none !important;
}

/***** V1 ******/
.wb-co-accordion {
  font-family: "Roboto-Regular", sans-serif;
  /*&:last-child {
      .card {
          border-top: none !important;
      }
  }*/
}
.wb-co-accordion .card {
  border: none;
  background-color: #FBFBFD;
  margin-bottom: 0;
  /*border-top: $plugin_accordion_open_bordertop;*/
  border-bottom: 1px solid #6F6C8B;
  border-radius: 0;
  margin-bottom: 20px;
  /*&.open {
      .card-header {
          background-color: $plugin_accordion_headeropen_bgcolor;
          -webkit-transition: all 0.4s ease;
          border-bottom: $plugin_accordion_headeropen_borderbottom;

          a {
              color: $plugin_accordion_headeropen_color;
              display: inline-block;
              width: 100%;
              text-decoration: none;

              &:after {
                  content: $plugin_accordion_header_icon_open_content;
                  -moz-transform: $plugin_accordion_header_icon_open_transform;
                  -webkit-transform: $plugin_accordion_header_icon_open_transform;
                  color: $plugin_accordion_headeropen_icon_color;
              }
          }
      }

      .card-body {
          border-bottom: $plugin_accordion_bodyopen_borderbottom;
      }
  }*/
}
.wb-co-accordion .card:has(.collapsed) {
  background-color: transparent;
  /*border-top: $plugin_accordion_bordertop;*/
  border-bottom: 1px solid #6F6C8B;
  margin-bottom: 0px;
}
.wb-co-accordion .card .card-header {
  border: none;
  background-color: transparent;
  color: #030303;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  padding: 15px 5px 15px 0px;
}
.wb-co-accordion .card .card-header a {
  color: #013D6A;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 23px;
  /*padding: $plugin_accordion_header_padding;*/
  font-family: "Roboto-Light", sans-serif;
  font-weight: 500;
}
.wb-co-accordion .card .card-header a:after {
  color: #1D1D1F;
  font-family: "Ionicons";
  content: "\f2f4";
  /*content: "\f2c7";*/
  float: right;
  -webkit-transition: all 0.4s ease;
  /*line-height:10px;*/
  font-weight: 700;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.wb-co-accordion .card .card-header:has(.collapsed) {
  background-color: transparent;
}
.wb-co-accordion .card .card-header:has(.collapsed) a {
  color: #030303;
}
.wb-co-accordion .card .card-header:has(.collapsed) a:after {
  content: "\f2c7";
  color: #1D1D1F;
}
.wb-co-accordion .card .card-body {
  border-bottom: none;
  padding: 10px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.wb-co-accordion:first-of-type .card {
  border-top: 1px solid #6F6C8B;
}
.wb-co-accordion:first-of-type .card:has(.collapsed) {
  border-top: 1px solid #6F6C8B;
}

/****

.CON_accordion {
    border-bottom: 2px solid #2B2E34;
    border-bottom: none;
}

.CON_accordion ul.desplegable {
    margin: 0;
    padding: 0;
    list-style: none;
}

.CON_accordion:last-child ul.desplegable {
    border-bottom: 2px solid #2B2E34;
}

.CON_accordion ul.desplegable > li {
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3 ease-out;
    transition: all 0.3 ease-out;
}

.CON_accordion ul.desplegable > li span {
    font-weight: 500;
    font-size: 22px;
    border-top: 2px solid #2B2E34;
    display: block;
    padding: 0.75rem 0;
    padding-right: 2.25rem;
}

.CON_accordion__content {
    height: auto;
    display: none;
}

@media (min-width: 48em) {
    .CON_accordion ul.desplegable > li span {
        font-size: 28px;
    }
}

.CON_accordion ul.desplegable > li > .icon {
    position: absolute;
    right: 0.5rem;
    top: 1.5rem;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.CON_accordion ul.desplegable > li.open > .icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.CON_accordion__content .CON_accordion ul.desplegable {
    border-bottom: none;

    > li span {
        font-weight: 500;
        font-size: 22px;
        border-top: none;
        border-bottom: none;
        display: block;
        padding: 0.5rem 0;
        padding-right: 2.25rem;
        text-decoration: underline;
    }

    .icon {
        display: none;
    }
}

.CON_accordion__content .CON_accordion__content .wb-ab-con-01__item:first-child {
    margin-top: 0;
}    

****/
.wb-co-cookiesgdpr {
  display: none;
  position: absolute;
  top: 0;
}

body.showcookie {
  height: 100vh;
  width: 100vw;
  position: fixed;
  overflow: hidden;
}

.cookiesgdpr__base {
  position: absolute;
  height: 100vh;
  width: 100vw;
  overflow: auto;
  background-color: rgba(18, 18, 18, 0.6);
  z-index: 1200;
}

.wb-co-cookiesgdpr__dialog {
  background: #fff;
  border: 1px solid #626262;
  margin: 0 auto;
  padding: 30px 30px;
  max-width: 1150px !important;
}

.cookiesgdpr__actionbtn {
  background-color: #07a651;
  color: white;
  border: none;
}
.cookiesgdpr__actionbtn:hover {
  background-color: #07a651;
  color: white;
  border: none;
}

.wb-co-cookiesgdpr__title {
  font-size: 32px;
  font-family: "Roboto-Light", sans-serif;
  margin-bottom: 15px;
  line-height: 1.3;
}

.wb-co-cookiesgdpr__subtitle {
  font-size: 19px;
  font-family: "Roboto-Regular", sans-serif;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.cookiesgdpr__acceptallbtn {
  color: #0872b9;
}

.cookiesgdpr__rejectallbtn {
  color: #07a651;
}

.wb-co-cookiesgdpr__logo__container {
  text-align: right;
}

.wb-co-cookiesgdpr__logo {
  height: 45px;
}

.tipocookies_status {
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}

.wb-co-cookiesgdpr__cookieslist {
  overflow-x: auto;
}

.wb-co-cookiesgdpr__cookieslist table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.wb-co-cookiesgdpr__cookieslist table th {
  background-color: #07a651;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  font-weight: normal;
}

.wb-co-cookiesgdpr__cookieslist th, .wb-co-cookiesgdpr__cookieslist td {
  padding: 10px;
  border: 1px solid #eaeaea;
  /*font-size: 14px;*/
  vertical-align: top;
}

.wb-co-cookiesgdpr__cookieslist p {
  /*font-size: 14px;*/
}

.wb-co-cookiesgdpr__tipo {
  padding-top: 15px;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #323232;
}

.wb-co-cookiesgdpr__viewcookies:hover {
  text-decoration: none;
}

.wb-co-cookiesgdpr__closebtn {
  position: relative;
}

.cookiesgdpr__closebtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #07a651;
  color: #fff;
  position: absolute;
  right: -96px;
  top: -90px;
  border: none;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.cookiesgdpr__closebtn:focus {
  border: none;
  outline: none;
}

.check_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.check_container:hover input ~ .checkmark {
  background-color: #ccc;
}

.check_container input:checked ~ .checkmark {
  background-color: #07a651;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check_container input:checked ~ .checkmark:after {
  display: block;
}

.check_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gdpr_btn_habilitar, .gdpr_btn_deshabilitar {
  display: block;
  border: 1px solid #07a651;
  margin-bottom: 10px;
  padding: 6px 14px;
  background-color: transparent;
  color: #07a651;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}
.gdpr_btn_habilitar.active, .gdpr_btn_habilitar:hover, .gdpr_btn_deshabilitar.active, .gdpr_btn_deshabilitar:hover {
  background-color: #07a651;
  color: white;
  text-decoration: none;
}

.gdpr_btn_deshabilitar {
  border-color: #0872b9;
  color: #0872b9;
}
.gdpr_btn_deshabilitar.active, .gdpr_btn_deshabilitar:hover {
  background-color: #0872b9;
}

@media (min-width: 600px) {
  .cookiesgdpr__base {
    padding: 140px 0;
  }
  .wb-co-cookiesgdpr__dialog {
    background: #fff;
    border: 1px solid #626262;
    margin: 0 auto;
    padding: 64px 72px !important;
  }
}
@media (max-width: 600px) {
  .wb-co-cookiesgdpr__dialog {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 95%;
    height: 97%;
    top: 1.5%;
    overflow: scroll;
  }
  .wb-co-cookiesgdpr__title__container {
    order: 2;
    margin-top: 10px;
  }
  .wb-co-cookiesgdpr__logo {
    height: 45px;
  }
  .wb-co-cookiesgdpr__description p {
    font-size: 16px;
  }
  .wb-co-cookiesgdpr__title {
    text-align: center;
    font-size: 27px !important;
    line-height: 1.3;
  }
  .wb-co-cookiesgdpr__description {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .wb-co-cookiesgdpr__logo__container {
    text-align: center;
  }
  .tipocookies_status {
    /*display: none;*/
  }
  .cookiesgdpr__closebtn {
    color: white;
    right: -31px;
    top: -30px;
    border-radius: 0;
    width: 40px;
    height: 35px;
    font-size: 15px;
    padding-left: 10px;
  }
  .cookies__explicitbuttons .check_container {
    margin-bottom: -18px;
    padding-left: 0;
  }
  .cookies__explicitbuttons .check_container a {
    display: inline-block;
    margin-right: 10px;
  }
  .wb-co-cookiesgdpr__viewcookies {
    font-size: 16px;
  }
  .cookiesgdpr__extramargin {
    height: 90px;
  }
}
.wb-co-mod-rrss {
  position: fixed;
  top: 100px;
  right: 15px;
  z-index: 1000;
}

.wb-co-mod-rrss__item {
  display: block;
  height: 45px;
  width: 45px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  border-radius: 0;
}

.wb-co-mod-rrss__item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 26px;
  color: #ffffff;
  padding: 12px;
}

.wb-co-mod-rrss__item:hover {
  background-color: #07a651;
}

.wb-co-mod-rrss__item a:hover {
  text-decoration: none;
}

.wb-co-mod-rrss__item a.fa-blog {
  background-size: 88%;
}

@media (max-width: 1200px) {
  .wb-co-mod-rrss {
    display: none;
  }
}
.wb-co-rrss_share .fa {
  font-size: 21px;
}

.wb-co-mod-scrolltop__back {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(234, 232, 232, 0.8);
  background-image: url(/xtranetassets/img/default/common/arrow_anchor_grey.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  transition: 0.3s all ease;
  transform: translateY(100px);
}
.wb-co-mod-scrolltop__back:hover {
  background-color: rgb(82, 82, 82);
  background-image: url(/xtranetassets/img/default/common/arrow_anchor.svg);
}
.wb-co-mod-scrolltop__back a {
  text-decoration: none;
  height: 100%;
}
.wb-co-mod-scrolltop__back.active {
  transform: translateY(0);
}

.detailnav-back {
  background-color: #07a651;
  background-color: #07a651;
}

.detailnav-prev, .detailnav-next {
  color: #07a651;
  padding-top: 2px;
  padding-bottom: 3px;
}

.detailnav-prev .icon, .detailnav-next .icon {
  border: 2px solid #07a651;
  border-radius: 50%;
  padding: 2px 8px 1px;
  display: inline-block;
}

.detailnav-prev.disabled, .detailnav-next.disabled {
  color: #333333 !important;
}

.detailnav-prev.disabled .icon, .detailnav-next.disabled .icon {
  border-color: #333333;
}

.wb-co-pagination {
  line-height: 1.5;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.wb-co-pagination ul {
  margin-bottom: 0;
}

.wb-co-pagination-link {
  color: #07a651;
}

.wb-co-pagination-link:hover {
  color: #07a651;
}

.wb-co-pagination-link.active {
  color: #333333;
}

@media (max-width: 768px) {
  .detailnav-prev span, .detailnav-next span {
    display: none;
  }
}
.wb-co-errorpage {
  margin-top: 6rem;
  margin-bottom: 0rem;
}

.wb-co-errorpage-container {
  background-repeat: no-repeat;
  background-position: -80px center;
  height: 500px;
}

.wb-co-errorpage-code {
  color: #07a651;
  font-size: 100px;
  float: left;
  width: 20%;
  margin-left: 0px;
  margin-top: 0px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: bold;
}

.wb-co-errorpage-text {
  float: right;
  width: 75%;
}

@media (max-width: 992px) {
  .wb-co-errorpage {
    margin-top: 0rem;
    margin-bottom: 0;
  }
  .wb-co-errorpage-code {
    font-size: 70px;
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 20px;
    height: auto;
    text-align: center;
  }
  .wb-co-errorpage-container {
    background: none !important;
    height: auto;
    margin-bottom: 3rem;
  }
  .wb-co-errorpage-text {
    float: none;
    margin-right: 0;
    width: auto;
    margin-top: 0;
    text-align: center;
  }
}
.wb-co-webmap .nivel_1 {
  padding-left: 0.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 2px solid #eaeaea;
  text-transform: uppercase;
}
.wb-co-webmap .nivel_1:first-child {
  margin-top: 1rem;
}
.wb-co-webmap .nivel_1:last-child {
  margin-bottom: 5rem;
}
.wb-co-webmap .nivel_1 > .contenido, .wb-co-webmap .nivel_1 > .contenido a {
  color: #07a651;
  font-weight: normal;
  font-size: 17px;
}
.wb-co-webmap .nivel_1 .contenido a img {
  width: 16px;
  margin-top: -4px;
  margin-left: 5px;
}
.wb-co-webmap .nivel_2 {
  font-size: 15px;
  font-weight: normal;
}
.wb-co-webmap .nivel {
  padding-left: 3rem;
  padding-top: 0.75rem;
}
.wb-co-webmap .nivel a {
  color: #000000;
}
.wb-co-webmap .nivel a:hover {
  color: #07a651;
  -webkit-text-decoration: none;
  text-decoration: none;
}

/*** MODAL WINDOW ***/
.modal-header {
  border-bottom: 1px solid #f1f1f1;
}

.modal-body {
  font-size: 16px;
}

.modal-footer {
  border-top: 1px solid #f1f1f1;
}

.modal-footer .btn {
  font-size: 15px;
  padding: 0.2rem 1.5rem;
}

.modal-title {
  font-weight: bold;
}

.xtranetlist {
  min-height: 450px;
  /*body {
      font-family: Arial;
  }

  table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
  }

  th, td {
      border: 1px solid #ccc;
      padding: 8px;
      text-align: left;
  }

  th {
      background-color: #f0f0f0;
  }*/
  /*.grid-container {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 10px;
  }

  #grid-container {
      max-height: 400px;*/ /* o lo que necesites */
  /*overflow-y: auto;
      border: 1px solid #ddd;
      padding: 10px;
  }*/
}
.xtranetlist .scroll-container {
  /*max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ddd; */
}
.xtranetlist .filtros {
  margin-bottom: 10px;
}
.xtranetlist .filtros .form-buscador {
  border-radius: 0;
}
.xtranetlist .filtros .filtro-fecha-wrapper {
  position: relative;
}
.xtranetlist .filtros .filtro-fecha-wrapper .form-control:disabled, .xtranetlist .filtros .filtro-fecha-wrapper .form-control[readonly] {
  background-color: white;
  color: #323232;
  padding-right: 30px;
}
.xtranetlist .filtros .filtro-fecha-wrapper .form-date {
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-image: url(/xtranetassets/img/custom/applusiteuvetalleres/botones/icono_menu_calendario.svg);
  padding-left: 40px;
  max-width: 160px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 0;
}
.xtranetlist .filtros .filtro-fecha-wrapper .btn-clear-fecha {
  position: absolute;
  right: 23px;
  border: none;
  background-color: transparent;
  font-size: 12px;
  top: 9px;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.xtranetlist .filtros .filtro-fecha-wrapper .btn-clear-fecha:hover {
  opacity: 1;
}
.xtranetlist .text_resultados {
  text-align: right;
  font-size: 14px;
  padding-top: 10px;
}
.xtranetlist .acciones-wrapper {
  position: relative;
  display: inline-block;
}
.xtranetlist .menu-acciones {
  position: absolute;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 5px;
  z-index: 10;
}
.xtranetlist .menu-acciones button {
  display: block;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 5px 10px;
  cursor: pointer;
}
.xtranetlist .menu-acciones button:hover {
  background-color: #f0f0f0;
}
.xtranetlist .grid-item {
  border: 1px solid #ccc;
  padding: 10px;
  width: 200px;
  background: #f9f9f9;
  border-radius: 4px;
}
.xtranetlist .table th {
  font-family: "Roboto-Bold", Arial;
  font-weight: normal;
}
.xtranetlist .table td {
  font-size: 14px;
  padding: 0.65rem 0.75rem;
}
.xtranetlist .btn-cargar-mas {
  border: 1px solid #07a651;
  background-color: transparent;
  color: #07a651;
  padding: 6px 20px 6px 20px;
  font-size: 13px;
  border-radius: 15px;
  transition: all 0.25s ease;
}
.xtranetlist .btn-cargar-mas:hover {
  background-color: #07a651;
  color: white;
}
.xtranetlist #loading-overlay {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.xtranetlist .spinner {
  border: 4px solid #ccc;
  border-top: 4px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.9s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.xtranetlist .contenedor-externo {
  position: relative;
}

/*@import '../../skins/components/WB_co_SLD_05/skin_1/WB_co_SLD_05.scss';*/
@media (min-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}

.btn {
  border: 1px solid #07a651;
  background-color: transparent;
  color: #07a651;
  background-image: url(/xtranetassets/img/custom/fito/layout/flecha_verde.svg);
  background-position: calc(100% - 20px) center;
  background-size: 44px;
  background-repeat: no-repeat;
  padding: 12px 90px 12px 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .btn {
    padding-right: 100px;
    text-align: left;
  }
}
.btn:hover {
  background-color: #07a651;
  color: white;
  border: 1px solid #07a651;
  background-image: url(/xtranetassets/img/custom/fito/layout/flecha_blanca.svg);
  background-position: calc(100% - 10px) center;
}

p img {
  max-width: 85%;
  height: auto;
}

/**** HEADER ****/
.wb-co-header__search a {
  background: none;
  color: #07a651 !important;
}
.wb-co-header__search a:hover {
  background: none;
}

header .nav-link {
  /*transition: all 0.4s ease;*/
}

/*.wb-co-header-menu-active {
    a {
        font-family: $primary-font-bold !important;
    }
}*/
@media (max-width: 1200px) {
  header .navbar {
    height: 88px;
    padding-top: 8px !important;
  }
  header .navbar > .container-fluid {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  header .navbar .navbar-collapse {
    top: 88px;
    background-color: #07a651;
  }
  header .navbar .navbar-collapse .navbar-nav > li {
    max-width: none;
  }
  header .navbar .navbar-collapse .navbar-nav li {
    padding-left: 0px;
    padding-right: 0px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 13px;
    margin-bottom: 0px;
    padding-bottom: 18px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-link::after {
    display: none;
  }
  header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: white;
  }
  header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    border: none;
    color: #999;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  header .navbar .navbar-collapse .navbar-nav.wb-co-header-principalmenu {
    background-color: #F9F9F9;
  }
  header .navbar .navbar-collapse .navbar-nav.wb-co-header-menu-language {
    margin-bottom: 50px;
  }
  header .navbar .navbar-collapse .navbar-nav.wb-co-header-menu-language .nav-link {
    font-size: 17px;
    padding-right: 0;
  }
  header .navbar .navbar-collapse .navbar-nav.wb-co-header-menu-language .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
  header .navbar .navbar-brand {
    display: block;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header .navbar .navbar-brand img {
    height: 70px;
  }
  header .navbar .navbar-brand-alternate {
    display: none;
  }
  header .navbar .navbar-toggler {
    margin-right: 12px;
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
  }
}
/***** FOOTER *****/
.footer_seccion3 {
  font-family: "Roboto-Light", sans-serif;
}

/*.footer_accesodirecto_link {
    margin: 0 17px 0 0;
}*/
.footer_bloque_menu > .wb-co-con-05__item {
  width: 80%;
  float: right;
}
@media (max-width: 768px) {
  .footer_bloque_menu > .wb-co-con-05__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer_bloque_menu > .wb-co-con-05__item p, .footer_bloque_menu > .wb-co-con-05__item h5 {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  footer .row {
    margin-right: 0;
    margin-left: 0;
  }
}
footer .wb-co-con-05__item h5 {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
footer .wb-co-con-05__item p {
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .footer_seccion1 {
    padding-top: 30px;
    margin-top: 20px;
  }
  .footer_seccion1 p {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .footer_seccion2 {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .footer_seccion3 {
    padding: 10px 0 10px 0;
  }
}

.footer_siguenos {
  padding-left: 20px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .footer_siguenos {
    padding-left: 0px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .footer_siguenos a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer_siguenos .fa {
  background-color: #07a651;
  padding: 9px 12px;
  margin-left: 4px;
}

.footer_accesosdirectos {
  text-align: right;
  margin-top: -100px;
}
@media (max-width: 768px) {
  .footer_accesosdirectos {
    text-align: center;
    margin-top: 0px;
  }
  .footer_accesosdirectos .footer_accesosdirectos_item {
    margin: 10px 0 0 0px;
    display: block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer_accesodirecto_link {
    margin: 0px 0px 7px 0;
  }
  .footer_accesodirecto_link a {
    font-size: 14px;
    margin-top: 12px !important;
    display: block;
  }
}

.footer_componentesfijos h5 {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  min-height: 78px;
}
.footer_componentesfijos h6 {
  min-height: 100px;
}
.footer_componentesfijos p {
  font-size: 15px;
  line-height: 1.4;
}

/**** RRSS ****/
.fa-twitter {
  background: transparent url(/xtranetassets/img/default/iconos/icon_twitter_black.svg) center no-repeat;
  background-size: 18px;
}
.fa-twitter:before {
  color: transparent;
}

.footer_accesodirecto_link a {
  position: relative;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .footer_accesodirecto_link a {
    padding-right: 0px;
  }
}
.footer_accesodirecto_link a::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #07a651;
}
@media (max-width: 768px) {
  .footer_accesodirecto_link a::after {
    display: none;
  }
}

/*.footer_siguenos {
    margin-top: -90px;

    @media (max-width: 768px) {
        margin-top: -20px;
        margin-bottom: 20px;

        a {
            margin-left: 7px;
            margin-right: 7px;
        }
    }
}*/
.footer_accesodirecto_link:last-child a {
  padding-right: 0;
}
.footer_accesodirecto_link:last-child a::after {
  display: none;
}

@media (max-width: 768px) {
  .footer_logo {
    width: 140px;
    margin-bottom: -10px !important;
    margin-top: -20px;
  }
}
@media (max-width: 768px) {
  .wb-co-for-01 .m-auto {
    margin: 0px !important;
  }
}

.wb-co-for-container .umbraco-forms-label {
  margin-bottom: -5px;
  margin-top: 30px;
  width: auto;
  font-family: "Roboto-Bold", Arial;
}
.wb-co-for-container input, .wb-co-for-container textarea {
  /*color: #fff !important;*/
}
.wb-co-for-container input::placeholder, .wb-co-for-container textarea::placeholder {
  color: #888 !important;
}
@media (max-width: 768px) {
  .wb-co-for-container .checkbox {
    padding-top: 0px;
  }
}
.wb-co-for-container .checkbox .umbraco-forms-field-wrapper {
  margin-top: -6px;
}
.wb-co-for-container .checkbox label {
  width: calc(100% - 23px);
  line-height: 23px;
  font-size: 17px;
  font-family: "Roboto-Regular", sans-serif;
}
@media (max-width: 768px) {
  .wb-co-for-container .checkbox label {
    margin-top: -5px;
    margin-bottom: 10px;
  }
}
.wb-co-for-container .fileupload input {
  margin-top: 18px;
  padding: 9.5px 15px;
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper input.text, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper textarea, .wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper select {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper .radiobuttonlist {
  margin-top: 20px;
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper .radiobuttonlist br {
  clear: both;
}
@media (min-width: 768px) {
  .wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper .radiobuttonlist br {
    display: none;
  }
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper .radiobuttonlist label {
  float: left;
  margin-right: 70px;
}
.wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper .radiobuttonlist input {
  height: 20px !important;
  width: 20px !important;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .wb-co-for-container .umbraco-forms-form .umbraco-forms-field-wrapper .radiobuttonlist input {
    margin-top: 2px;
    margin-bottom: 13px;
  }
}
@media (max-width: 768px) {
  .wb-co-for-container .umbraco-forms-field {
    margin-top: 0;
  }
}
.wb-co-for-container .umbraco-forms-field.shortanswer label, .wb-co-for-container .umbraco-forms-field.longanswer label {
  display: block;
}
.wb-co-for-container .umbraco-forms-field.shortanswer textarea, .wb-co-for-container .umbraco-forms-field.shortanswer input, .wb-co-for-container .umbraco-forms-field.longanswer textarea, .wb-co-for-container .umbraco-forms-field.longanswer input {
  padding: 14px 15px !important;
  border: 1px solid #666 !important;
}
.wb-co-for-container .umbraco-forms-field select {
  padding: 14px 15px !important;
}
.wb-co-for-container .umbraco-forms-navigation .btn {
  padding: 12px 120px 12px 20px !important;
  text-align: left !important;
}
.wb-co-for-container .umbraco-forms-submitmessage {
  /*color: white;*/
}

/***** SLD_01 ******/
.wb-co-sld-01 .carousel-indicators {
  display: none;
}
.wb-co-sld-01 .carousel-control-prev, .wb-co-sld-01 .carousel-control-next {
  font-size: 60px;
  color: #0872b9;
  opacity: 1;
  width: 10%;
  z-index: 10;
}
.wb-co-sld-01 .carousel-control-prev:hover, .wb-co-sld-01 .carousel-control-next:hover {
  color: #0872b9;
  opacity: 0.8;
}

/***** NAV_01 ******/
.wb-co-nav-01__content {
  position: relative;
}

.wb-co-nav-01__link a {
  color: #888;
  background-image: none;
  font-size: 16px;
}

.wb-co-nav-01__text {
  padding-top: 2rem;
}

.wb-co-nav-01__link {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .nav01_links_container {
    display: none;
  }
}

/**** BAN_04 ****/
.wb-co-ban-04__text {
  margin-left: 0;
}

/**** CON_05 ****/
.core_py_no > .wb-co-con-05__item {
  padding-top: 0;
  padding-bottom: 0;
}

.wb-co-con-05__multi-icon .multi-icon-alternate {
  margin-bottom: 2px;
  margin-top: 7px;
}
.wb-co-con-05__multi-icon h5, .wb-co-con-05__multi-icon p {
  line-height: 1.2;
}

.wb-co-accordion .card .card-header a {
  padding-right: 20px;
}
.wb-co-accordion .card .card-header a:after {
  position: absolute;
  right: 0px;
}

/**** INF02 *****/
@media (max-width: 768px) {
  .inf02_scrollbase {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .inf02_nav {
    width: 100%;
  }
}

.inf02_linea {
  background-color: #07a651;
}

.inf02_titulo {
  font-family: "Roboto-Thin", sans-serif;
  color: black;
}
@media (max-width: 768px) {
  .inf02_titulo {
    font-size: 36px;
  }
}

.inf02_items .siguiente_item .inf02_titulo {
  color: #07a651 !important;
}
@media (max-width: 768px) {
  .inf02_items .siguiente_item .inf02_titulo {
    margin-left: -37px;
    font-size: 26px;
    margin-top: 24px;
  }
}
.inf02_items .siguiente_item .inf02_boton {
  left: -10px;
}

.inf02_detalle p {
  line-height: 1.4;
  font-size: 18px;
  font-family: "Roboto-Bold", Arial;
}
@media (max-width: 768px) {
  .inf02_detalle p {
    font-size: 16px;
    font-family: "Roboto-Regular", sans-serif;
  }
}

.inf02_flecha {
  background-image: url(/xtranetassets/img/custom/interflex/components/inf02_flecha.svg);
  width: 70px;
  height: 13px;
  background-size: 70px;
}
@media (max-width: 768px) {
  .inf02_flecha {
    background-size: 50px;
  }
}
.inf02_flecha:hover {
  background-image: url(/xtranetassets/img/custom/interflex/components/inf02_flecha_over.svg);
}

.flecha-der {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .flecha-der {
    margin-left: 40px;
    float: right;
    margin-top: -3px;
  }
}

.inf02_boton {
  left: 1px;
  background-color: #07a651 !important;
}
@media (max-width: 768px) {
  .inf02_boton {
    left: 0px;
    top: -19px;
    width: 30px;
    height: 30px;
  }
}

/**** CON_01 Galeria *****/
.con01_gallery {
  min-height: 250px;
  height: auto;
}
.con01_gallery .con01_gallery_flecha {
  background-image: url(/xtranetassets/img/custom/interflex/components/inf02_flecha.svg);
  width: 70px;
  height: 13px;
  background-size: 70px;
}
@media (max-width: 768px) {
  .con01_gallery .con01_gallery_flecha {
    background-size: 50px;
  }
}
.con01_gallery .con01_gallery_flecha:hover {
  background-image: url(/xtranetassets/img/custom/interflex/components/inf02_flecha_over.svg);
}
@media (max-width: 768px) {
  .con01_gallery .con01_gallery_flecha:hover {
    background-position: 70% center;
  }
}
.con01_gallery .con01_gallery_flecha_prev {
  transform: none;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .con01_gallery .con01_gallery_flecha_prev {
    margin-right: 0px;
    margin-left: -10px;
  }
}
.con01_gallery .con01_gallery_flecha_next {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .con01_gallery .con01_gallery_flecha_next {
    float: right;
    margin-right: -7px;
  }
}
.con01_gallery .con01_gallery_nav {
  position: initial;
  float: right;
  margin-bottom: 25px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .con01_gallery .con01_gallery_nav {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.con01_gallery .image-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.con01_gallery .carousel-images {
  display: flex;
  transition: none;
}
.con01_gallery .carousel-images img {
  border: 1px solid #eaeaea;
  margin-right: 5px;
}

/**** BAN_02 ****/
.wb-co-ban-02__text h1 {
  margin-top: 30px;
  font-size: 70px;
}
@media (max-width: 768px) {
  .wb-co-ban-02__text h1 {
    font-size: 50px;
  }
}

.ban02__overlay {
  opacity: 0.2;
}

@media (max-width: 768px) {
  .wb-co-ban-02-maxima, .wb-co-ban-02-maxima .wb-co-ban-02__image {
    min-height: 300px;
  }
  .wb-co-ban-02-minima, .wb-co-ban-02-minima .wb-co-ban-02__image {
    min-height: 150px;
  }
  .wb-co-ban-02__text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.crl01_container, .crl01_titulo {
  padding-top: 0;
}

.wb-co-dtr-08__item__cabecera h2 {
  font-family: "Roboto-Bold", Arial;
  font-size: 32px;
  bottom: 0;
  position: absolute;
  left: 0;
}

.wb-co-dtr-08__item__cabecera__icono {
  height: 150px;
  width: 150px;
  right: 20px;
  top: 185px;
  z-index: 1;
  position: absolute;
  left: auto;
}

/**** NOTICIAS ****/
@media (max-width: 768px) {
  .noticias_listado {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wb-co-noticia-item-container {
  min-height: auto;
  background-color: #07a651;
  color: white;
  height: auto;
  position: relative;
  border-bottom: none;
}
.wb-co-noticia-item-container:hover {
  border-bottom: none;
  color: white;
  cursor: pointer;
}

.wb-co-noticia-item-titulo {
  font-size: 25px;
  margin-bottom: 5px;
  line-height: 1.3;
  font-family: "Roboto-Regular", sans-serif;
  text-transform: uppercase;
}

.wb-co-noticia-item-container-img {
  opacity: 0.6;
  height: 300px;
  transition: all 0.4s ease-out;
}

.wb-co-noticia-item-container a:hover {
  color: white;
}
.wb-co-noticia-item-container a:hover .wb-co-noticia-item-container-img {
  opacity: 0.3;
  transform: scale(1.05);
}

.noticia_item_bloquetexto {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.noticia_item_bloquetexto > div {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}

.wb-co-noticia-item-tipo {
  display: none;
}

.noticia_titulo {
  font-size: 50px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .noticia_titulo {
    font-size: 40px;
    line-height: 1;
  }
}

.wb-co-noticia-item-subtitulo {
  font-size: 14px;
  line-height: 1.4;
}

.noticia_detalle_fecha {
  font-size: 20px;
}

.noticia_btnmas {
  font-size: 14px;
  position: initial;
  color: white;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  margin: 0 auto;
}

.btn-listadonoticias {
  padding-right: 20px;
  background-image: none;
}
.btn-listadonoticias:hover {
  background-image: none;
}
.btn-listadonoticias .icon {
  margin-right: 10px;
}

.noticia_detalle .wb-co-noticia-item-container-img {
  height: 240px;
}
.noticia_detalle .noticia_item_bloquetexto > div {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}
.noticia_detalle .noticia_item_bloquetexto .wb-co-noticia-item-titulo {
  font-size: 22px;
}
.noticia_detalle .noticia_titulo {
  color: #07a651;
  font-family: "Roboto-Light", sans-serif;
  margin-bottom: 10px !important;
}
.noticia_detalle .noticia_detalle_fecha {
  display: none;
}
.noticia_detalle .ultimasnoticias {
  text-align: right;
  color: #07a651;
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: -7px;
}
.noticia_detalle .btn-listadonoticias {
  padding-right: 20px;
  background-image: none;
  border: none;
  font-size: 22px;
  font-family: "Roboto-Light", sans-serif;
  background-image: none;
  padding: 0;
  margin-top: 25px;
  margin-bottom: -8px;
}
.noticia_detalle .btn-listadonoticias:hover {
  background-color: transparent;
  color: black;
  border: none;
}
.noticia_detalle .btn-listadonoticias .icon {
  display: none;
}

/***** SEARCH *****/
.wb-co-header__search {
  margin-left: 30px;
  z-index: 100;
}

.wb-co-searchblock {
  background-color: transparent;
  padding: 0px;
  height: auto;
  box-shadow: none;
  top: 21px;
  left: 40px;
}
.wb-co-searchblock form {
  position: relative;
  max-width: 910px;
  margin: 0 auto;
  float: right;
  width: 860px;
  margin-right: 80px;
}
.wb-co-searchblock form input[type=submit] {
  right: 0px;
  top: 0px;
}
.wb-co-searchblock form .btn--brand {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 17px;
  color: white;
  padding: 0.88rem 3rem;
}

.wb-co-header__search {
  cursor: pointer;
}
.wb-co-header__search.active {
  background-color: transparent;
}

.search_box_catalogo {
  color: #333;
  background-color: white;
  border: 1px solid rgba(180, 180, 180, 0.5) !important;
  background-image: none;
  padding-left: 26px;
  box-shadow: none;
}
.search_box_catalogo::placeholder {
  color: #ddd;
}
.search_box_catalogo:focus {
  box-shadow: none !important;
}

/**** RESULTADOS BUSQUEDA *******/
.result_item {
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  margin-bottom: -1px;
  border-top: 1px solid #707070;
  padding-top: 15px;
  margin-right: 30px;
}
.result_item a.result_item_titulo {
  color: #07a651;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Roboto-Light", sans-serif;
  padding-left: 30px;
}
.result_item a.result_item_titulo:hover {
  /*font-family: $primary-font-regular;*/
  color: #07a651;
  text-decoration: none;
}
@media (max-width: 768px) {
  .result_item a.result_item_titulo {
    font-size: 20px;
  }
}
.result_item a.result_item_url {
  color: #666;
  font-size: 20px;
}
@media (max-width: 768px) {
  .result_item a.result_item_url {
    font-size: 16px;
  }
}

.resultados_listado .search_box_catalogo {
  color: black;
  border: 1px solid #ccc !important;
  padding-left: 20px;
  box-shadow: none;
  background-color: white;
}
.resultados_listado .search_box_catalogo::placeholder {
  color: #999;
}
@media (max-width: 768px) {
  .resultados_listado .search_box_catalogo {
    padding-left: 12px;
  }
}
.resultados_listado .wb-co-searchblock {
  background-color: transparent;
  display: block;
  box-shadow: none;
  position: initial;
  height: 100px;
}
.resultados_listado .wb-co-searchblock form {
  margin-left: 0;
  float: none;
}
@media (max-width: 768px) {
  .resultados_listado .wb-co-searchblock form {
    width: 240px;
  }
}
.resultados_listado .wb-co-searchblock form input[type=submit] {
  right: -154px;
}
@media (max-width: 768px) {
  .resultados_listado .wb-co-searchblock form input[type=submit] {
    right: -94px;
    width: 90px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    height: 46px;
    padding-top: 11px;
  }
}

/*** COOKIES ***/
@media (max-width: 768px) {
  .wb-co-cookiesgdpr__logo {
    height: 85px;
  }
}

.wb-co-cookiesgdpr__title {
  font-size: 40px;
}

.wb-co-cookiesgdpr__logo {
  height: 80px;
  margin-top: -15px;
}

.transparencia_searchbox input {
  padding: 21px;
  font-size: 18px;
  color: #323232;
  margin: 0px auto;
  width: 100%;
  height: 60px;
  background-image: url(/xtranetassets/img/custom/tersa/transparencia/icono_buscar.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: calc(100% - 22px) center;
  padding-right: 70px;
  font-family: "Roboto-Regular", sans-serif;
  background-color: #F9F9F9;
  border-radius: 18px;
  border: 1px solid transparent !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}
.transparencia_searchbox input:focus {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15) !important;
}

.mw-90 {
  max-width: 90%;
}
@media (max-width: 768px) {
  .mw-90 {
    max-width: 82%;
  }
}

.categoria-box {
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
  background-color: #E5F6ED;
  cursor: pointer;
  height: 310px;
  transition: all 0.3s ease-in-out;
}
.categoria-box .categoria-titulo {
  position: absolute;
  bottom: 18px;
  left: 25px;
  color: #000;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  background-image: url(/xtranetassets/img/custom/tersa/transparencia/flecha_derecha_verde.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
  padding-left: 38px;
}
.categoria-box .categoria-icono {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 0.3s ease-in-out;
}

.subcategoria-list {
  opacity: 0;
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 250px;
  list-style: none;
  transition: all 0.4s ease-in-out;
}
.subcategoria-list li {
  cursor: pointer;
  color: white;
  font-size: 16px;
  padding: 3px 15px;
  border-radius: 12px;
  margin-left: 21px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
  line-height: 1.4;
}
.subcategoria-list li::after {
  content: " ";
  position: absolute;
  left: 8px;
  top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.subcategoria-list li:hover {
  text-decoration: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.subcategoria-list li:hover::after {
  background-color: white;
}

.categoria-box:hover {
  background-color: #07a651;
}
.categoria-box:hover .categoria-titulo {
  bottom: calc(100% - 46px);
  color: white;
  background-image: url("/xtranetassets/img/custom/tersa/transparencia/flecha_derecha_blanca.svg");
}
.categoria-box:hover .categoria-icono {
  opacity: 0;
}
.categoria-box:hover .subcategoria-list {
  opacity: 1;
}
@media (min-width: 768px) {
  .categoria-box:hover .subcategoria-list {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .categoria-box {
    background-color: #07a651;
    height: auto;
    position: relative;
    padding: 20px;
    margin-right: 0 !important;
  }
  .categoria-box .categoria-titulo {
    bottom: calc(100% - 40px);
    color: white;
    background-image: url("/xtranetassets/img/custom/tersa/transparencia/flecha_derecha_blanca.svg");
    font-size: 19px;
    line-height: 1.1;
    position: relative;
    left: 0;
    background-position: left 2px;
  }
  .categoria-box .subcategoria-list {
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
  }
}
.transparencia_detalle_header {
  background-color: #07a651;
  padding: 18px 25px;
  color: white;
  min-height: 150px;
}
.transparencia_detalle_header select, .transparencia_detalle_header select:focus {
  font-size: 15px;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  max-width: 200px;
  margin-bottom: 10px !important;
  color: white;
  min-width: 150px;
}
@media (max-width: 768px) {
  .transparencia_detalle_header select, .transparencia_detalle_header select:focus {
    max-width: 46%;
    margin-right: 5px;
    display: inline-block;
  }
}
.transparencia_detalle_header select option, .transparencia_detalle_header select:focus option {
  color: black;
}

.transparencia_detalle_volver {
  background-image: url("/xtranetassets/img/custom/tersa/transparencia/flecha_derecha_blanca.svg");
  transform: rotate(180deg);
  width: 23px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}

.transparencia_detalle_titulo_cat {
  color: #00DF6B;
  display: inline-block;
  font-family: "Roboto-Bold", Arial;
  font-size: 25px;
  line-height: 1.1;
  margin-right: 10px;
}

.transparencia_detalle_titulo_separator {
  color: #00DF6B;
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  margin-right: 10px;
}

.transparencia_detalle_titulo_sub {
  color: white;
  display: inline-block;
  font-family: "Roboto-Bold", Arial;
  font-size: 21px;
  line-height: 1.2;
}

.transparencia_detalle_descripcion {
  padding-left: 45px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .transparencia_detalle_descripcion {
    padding-left: 0px;
  }
}
.transparencia_detalle_descripcion p {
  color: white;
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .transparencia_detalle_descripcion p {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

.detalle-subcategoria-list {
  list-style-type: disc;
  list-style: none;
  transition: all 0.4s ease-in-out;
  border-right: 2px solid #F2F2F2;
  padding: 30px 30px;
}
@media (max-width: 768px) {
  .detalle-subcategoria-list {
    border-right: none;
    padding: 10px 20px 6px 20px;
    border-bottom: 2px solid #F2F2F2;
    height: auto !important;
  }
}
.detalle-subcategoria-list li {
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  padding: 5px 15px;
  border-radius: 12px;
  margin-left: 0px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto-Regular", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .detalle-subcategoria-list li {
    margin-bottom: 5px;
  }
}
.detalle-subcategoria-list li::after {
  content: " ";
  position: absolute;
  left: 8px;
  top: 9px;
  border: 1px solid #000000;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.detalle-subcategoria-list li:hover, .detalle-subcategoria-list li.active {
  text-decoration: none;
  color: rgb(0, 168, 73);
  background-color: rgba(0, 168, 73, 0.1);
}
.detalle-subcategoria-list li:hover::after, .detalle-subcategoria-list li.active::after {
  background-color: rgb(0, 168, 73);
  border: 1px solid rgb(0, 168, 73);
}

.documento_tipo {
  background-image: url("/xtranetassets/img/custom/tersa/transparencia/ico_documento.svg");
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 2px;
}

.documento_tipo_link {
  background-image: url("/xtranetassets/img/custom/tersa/transparencia/ico_documento_link.svg");
}

.documento_descargar {
  background-image: url("/xtranetassets/img/custom/tersa/transparencia/ico_descarga.svg");
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  margin: 0 auto;
}

.documento_descarga_pdf {
  background-image: url("/xtranetassets/img/custom/tersa/transparencia/ico_descarga_pdf.svg") !important;
}

.documento_descarga_word {
  background-image: url("/xtranetassets/img/custom/tersa/transparencia/ico_descarga_word.svg") !important;
}

.documento_descarga_excel {
  background-image: url("/xtranetassets/img/custom/tersa/transparencia/ico_descarga_excel.svg") !important;
}

.documento_descarga_link {
  background-image: url("/xtranetassets/img/custom/tersa/transparencia/ico_descarga_link.svg") !important;
}

.detalle-documentos {
  padding: 20px 20px;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .detalle-documentos {
    padding: 10px 0px;
  }
}
.detalle-documentos table {
  width: 100%;
  min-width: 600px;
}
.detalle-documentos table th {
  border: none;
  padding: 5px;
  font-size: 15px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
.detalle-documentos table td {
  border: none;
  padding: 5px;
  font-size: 15px;
  vertical-align: top;
}
.detalle-documentos table td a {
  color: black;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 2px;
  margin-right: 2px;
}
.detalle-documentos table td span {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -2px;
}

#busqueda-resultados.detalle-documentos table {
  min-width: 800px;
}

.detalle-content-block {
  border: 2px solid #F2F2F2;
}

.transparencia_ficha_detalle .documento_tipo {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.transparencia_ficha_detalle h4 {
  line-height: 1.1;
  margin-top: 4px;
}
.transparencia_ficha_detalle .btn_descarga {
  background-image: url(/xtranetassets/img/custom/tersa/transparencia/ico_descarga.svg);
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) center;
  background-size: 22px;
  display: inline-block;
  margin-left: 10px;
  padding: 7px 18px;
  padding-right: 50px;
  border-radius: 10px;
  border: 1px solid #07a651;
  font-size: 14px;
  color: #323639;
  transition: all 0.3s ease-in-out;
}
.transparencia_ficha_detalle .btn_descarga:hover {
  text-decoration: none;
  background-color: #07a651;
  color: white;
  background-image: url(/xtranetassets/img/custom/tersa/transparencia/ico_descarga_blanco.svg);
}
.transparencia_ficha_detalle .btn_descarga.documento_descarga_pdf:hover {
  background-image: url("/xtranetassets/img/custom/tersa/transparencia/ico_descarga_pdf_blanco.svg") !important;
}
.transparencia_ficha_detalle .btn_descarga.documento_descarga_word:hover {
  background-image: url("/xtranetassets/img/custom/tersa/transparencia/ico_descarga_word_blanco.svg") !important;
}
.transparencia_ficha_detalle .btn_descarga.documento_descarga_excel:hover {
  background-image: url("/xtranetassets/img/custom/tersa/transparencia/ico_descarga_excel_blanco.svg") !important;
}
.transparencia_ficha_detalle .btn_volver {
  background-image: url(/xtranetassets/img/custom/tersa/transparencia/flecha_derecha_verde.svg);
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) center;
  background-size: 17px;
  display: inline-block;
  margin-left: 10px;
  padding: 7px 20px;
  padding-right: 50px;
  border-radius: 10px;
  border: 1px solid #07a651;
  font-size: 14px;
  color: #323639;
  transition: all 0.3s ease-in-out;
}
.transparencia_ficha_detalle .btn_volver:hover {
  text-decoration: none;
  background-color: #07a651;
  color: white;
  background-image: url(/xtranetassets/img/custom/tersa/transparencia/flecha_derecha_blanca.svg);
}

.oferta_group {
  margin-bottom: 3.5rem;
  font-size: 14px;
}
.oferta_group p {
  font-size: 14px;
}
.oferta_group ul {
  margin-bottom: 0rem;
}

.oferta_group .card-body .con01_texto {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-bottom: 1px;
}

.oferta_bloque_content {
  background-color: #F9F9F9;
  padding: 30px 20px;
}

.oferta_bloque {
  margin-bottom: 30px;
}

.oferta_group .wb-co-accordion .card .card-header a {
  color: #323232;
}

.oferta_group .wb-co-accordion .card {
  border-top: none !important;
}
