@charset "UTF-8";
/*!
 * Bootstrap v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Open Sans Regular (400) */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/open-sans-v40-latin-regular.woff2") format("woff2"), url("fonts/open-sans-v40-latin-regular.woff") format("woff");
}
/* Open Sans Regular Italic */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/open-sans-v40-latin-italic.woff2") format("woff2"), url("fonts/open-sans-v40-latin-italic.woff") format("woff");
}
/* Open Sans Bold (700) */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/open-sans-v40-latin-700.woff2") format("woff2"), url("fonts/open-sans-v40-latin-700.woff") format("woff");
}
/* Open Sans Bold Italic */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/open-sans-v40-latin-700italic.woff2") format("woff2"), url("fonts/open-sans-v40-latin-700italic.woff") format("woff");
}
/*casi negro*/
/*gris ot*/
/*-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"*/
/*$gray-900*/
/*cambio .5rem*/
/*cambio 1rem*/
/*$border-radius !default;*/
/* try changing this :) [0-360]*/
/* prefix*/
/* contadores */
/* triangulos */
: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: #00AC4E;
  --secondary: #005BAA;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #1E1E1E;
  --lime: #f4f7f6;
  --modCyan: #4FC5B6;
  --ot: #1EC65E;
  --ev: #B21527;
  --ci: #5AC8FA;
  --pos: #FFCC00;
  --ri: #6610f2;
  --na: transparent;
  --in: #8E8E93;
  --su: #fd7e14;
  --io: #FF3B30;
  --darkblue: #005976;
  --gray-event: #f5f5f5;
  --fb: #3b5998;
  --tw: #55acee;
  --ins: #f09433;
  --yt: #ed302f;
  --ws: #25D366;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xlm: 1500px;
  --breakpoint-xxl: 3000px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -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: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

[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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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;
}

dfn {
  font-style: italic;
}

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: #00AC4E;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #00602b;
  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;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  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;
}

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

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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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;
}
@media (max-width: 1199.98px) {
  .figure-caption {
    text-align: center;
  }
}

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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xlm,
.col-xlm-auto, .col-xlm-12, .col-xlm-11, .col-xlm-10, .col-xlm-9, .col-xlm-8, .col-xlm-7, .col-xlm-6, .col-xlm-5, .col-xlm-4, .col-xlm-3, .col-xlm-2, .col-xlm-1, .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%;
  min-height: 1px;
  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: none;
}

.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: none;
  }
  .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: none;
  }
  .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: none;
  }
  .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: none;
  }
  .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%;
  }
}
@media (min-width: 1500px) {
  .col-xlm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xlm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xlm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xlm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xlm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xlm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xlm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xlm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xlm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xlm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xlm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xlm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xlm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xlm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xlm-first {
    order: -1;
  }
  .order-xlm-last {
    order: 13;
  }
  .order-xlm-0 {
    order: 0;
  }
  .order-xlm-1 {
    order: 1;
  }
  .order-xlm-2 {
    order: 2;
  }
  .order-xlm-3 {
    order: 3;
  }
  .order-xlm-4 {
    order: 4;
  }
  .order-xlm-5 {
    order: 5;
  }
  .order-xlm-6 {
    order: 6;
  }
  .order-xlm-7 {
    order: 7;
  }
  .order-xlm-8 {
    order: 8;
  }
  .order-xlm-9 {
    order: 9;
  }
  .order-xlm-10 {
    order: 10;
  }
  .order-xlm-11 {
    order: 11;
  }
  .order-xlm-12 {
    order: 12;
  }
  .offset-xlm-0 {
    margin-left: 0;
  }
  .offset-xlm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xlm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xlm-3 {
    margin-left: 25%;
  }
  .offset-xlm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xlm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xlm-6 {
    margin-left: 50%;
  }
  .offset-xlm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xlm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xlm-9 {
    margin-left: 75%;
  }
  .offset-xlm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xlm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 3000px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  width: auto !important;
  /*border-top: $table-border-width solid $table-border-color;*/
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.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 {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e8cd;
}

.table-hover .table-primary:hover {
  background-color: #a5e2bf;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a5e2bf;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8d1e7;
}

.table-hover .table-secondary:hover {
  background-color: #a5c5e1;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #a5c5e1;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: silver;
}

.table-hover .table-dark:hover {
  background-color: #b3b3b3;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b3b3b3;
}

.table-lime,
.table-lime > th,
.table-lime > td {
  background-color: #fcfdfc;
}

.table-hover .table-lime:hover {
  background-color: #edf3ed;
}
.table-hover .table-lime:hover > td,
.table-hover .table-lime:hover > th {
  background-color: #edf3ed;
}

.table-modCyan,
.table-modCyan > th,
.table-modCyan > td {
  background-color: #ceefeb;
}

.table-hover .table-modCyan:hover {
  background-color: #bbe9e3;
}
.table-hover .table-modCyan:hover > td,
.table-hover .table-modCyan:hover > th {
  background-color: #bbe9e3;
}

.table-ot,
.table-ot > th,
.table-ot > td {
  background-color: #c0efd2;
}

.table-hover .table-ot:hover {
  background-color: #aceac3;
}
.table-hover .table-ot:hover > td,
.table-hover .table-ot:hover > th {
  background-color: #aceac3;
}

.table-ev,
.table-ev > th,
.table-ev > td {
  background-color: #e9bdc3;
}

.table-hover .table-ev:hover {
  background-color: #e3aab2;
}
.table-hover .table-ev:hover > td,
.table-hover .table-ev:hover > th {
  background-color: #e3aab2;
}

.table-ci,
.table-ci > th,
.table-ci > td {
  background-color: #d1f0fe;
}

.table-hover .table-ci:hover {
  background-color: #b8e8fd;
}
.table-hover .table-ci:hover > td,
.table-hover .table-ci:hover > th {
  background-color: #b8e8fd;
}

.table-pos,
.table-pos > th,
.table-pos > td {
  background-color: #fff1b8;
}

.table-hover .table-pos:hover {
  background-color: #ffec9f;
}
.table-hover .table-pos:hover > td,
.table-hover .table-pos:hover > th {
  background-color: #ffec9f;
}

.table-ri,
.table-ri > th,
.table-ri > td {
  background-color: #d4bcfb;
}

.table-hover .table-ri:hover {
  background-color: #c5a4fa;
}
.table-hover .table-ri:hover > td,
.table-hover .table-ri:hover > th {
  background-color: #c5a4fa;
}

.table-na,
.table-na > th,
.table-na > td {
  background-color: rgba(255, 255, 255, 0.72);
}

.table-hover .table-na:hover {
  background-color: rgba(242, 242, 242, 0.72);
}
.table-hover .table-na:hover > td,
.table-hover .table-na:hover > th {
  background-color: rgba(242, 242, 242, 0.72);
}

.table-in,
.table-in > th,
.table-in > td {
  background-color: #dfdfe1;
}

.table-hover .table-in:hover {
  background-color: #d2d2d5;
}
.table-hover .table-in:hover > td,
.table-hover .table-in:hover > th {
  background-color: #d2d2d5;
}

.table-su,
.table-su > th,
.table-su > td {
  background-color: #fedbbd;
}

.table-hover .table-su:hover {
  background-color: #fecda4;
}
.table-hover .table-su:hover > td,
.table-hover .table-su:hover > th {
  background-color: #fecda4;
}

.table-io,
.table-io > th,
.table-io > td {
  background-color: #ffc8c5;
}

.table-hover .table-io:hover {
  background-color: #ffb0ac;
}
.table-hover .table-io:hover > td,
.table-hover .table-io:hover > th {
  background-color: #ffb0ac;
}

.table-darkblue,
.table-darkblue > th,
.table-darkblue > td {
  background-color: #b8d1d9;
}

.table-hover .table-darkblue:hover {
  background-color: #a7c6d0;
}
.table-hover .table-darkblue:hover > td,
.table-hover .table-darkblue:hover > th {
  background-color: #a7c6d0;
}

.table-gray-event,
.table-gray-event > th,
.table-gray-event > td {
  background-color: #fcfcfc;
}

.table-hover .table-gray-event:hover {
  background-color: #efefef;
}
.table-hover .table-gray-event:hover > td,
.table-hover .table-gray-event:hover > th {
  background-color: #efefef;
}

.table-fb,
.table-fb > th,
.table-fb > td {
  background-color: #c8d1e2;
}

.table-hover .table-fb:hover {
  background-color: #b7c3d9;
}
.table-hover .table-fb:hover > td,
.table-hover .table-fb:hover > th {
  background-color: #b7c3d9;
}

.table-tw,
.table-tw > th,
.table-tw > td {
  background-color: #cfe8fa;
}

.table-hover .table-tw:hover {
  background-color: #b8ddf8;
}
.table-hover .table-tw:hover > td,
.table-hover .table-tw:hover > th {
  background-color: #b8ddf8;
}

.table-ins,
.table-ins > th,
.table-ins > td {
  background-color: #fbe1c6;
}

.table-hover .table-ins:hover {
  background-color: #f9d4ae;
}
.table-hover .table-ins:hover > td,
.table-hover .table-ins:hover > th {
  background-color: #f9d4ae;
}

.table-yt,
.table-yt > th,
.table-yt > td {
  background-color: #fac5c5;
}

.table-hover .table-yt:hover {
  background-color: #f8aeae;
}
.table-hover .table-yt:hover > td,
.table-hover .table-yt:hover > th {
  background-color: #f8aeae;
}

.table-ws,
.table-ws > th,
.table-ws > td {
  background-color: #c2f3d4;
}

.table-hover .table-ws:hover {
  background-color: #adefc5;
}
.table-hover .table-ws:hover > td,
.table-hover .table-ws:hover > th {
  background-color: #adefc5;
}

.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 {
  font-size: 80%;
}
.table .thead-dark th {
  color: #fff;
  background-color: #0E1E43;
  border-color: #152c63;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #0E1E43;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #152c63;
}
.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1499.98px) {
  .table-responsive-xlm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xlm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 2999.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (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: #4FC5B6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 78, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
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, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.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;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.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;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

.country {
  width: 100%;
  padding: 0;
}

.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.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.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 .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.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 {
  background-color: #71dd8a;
}
.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 {
  background-color: #34ce57;
}
.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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.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 {
  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.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.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 .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.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 {
  background-color: #efa2a9;
}
.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 {
  background-color: #e4606d;
}
.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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.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 {
  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;
    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: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 78, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #00AC4E;
  border-color: #00AC4E;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00863d;
  border-color: #007937;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 78, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00AC4E;
  border-color: #00AC4E;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007937;
  border-color: #006c31;
}
.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(0, 172, 78, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #005BAA;
  border-color: #005BAA;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #004784;
  border-color: #004077;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 91, 170, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #005BAA;
  border-color: #005BAA;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #004077;
  border-color: #00396a;
}
.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(0, 91, 170, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #1e7e34;
  border-color: #1c7430;
}
.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(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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: #117a8b;
  border-color: #10707f;
}
.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(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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: #d39e00;
  border-color: #c69500;
}
.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(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #bd2130;
  border-color: #b21f2d;
}
.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(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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: #dae0e5;
  border-color: #d3d9df;
}
.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(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #1E1E1E;
  border-color: #1E1E1E;
}
.btn-dark:hover {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #050505;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #1E1E1E;
  border-color: #1E1E1E;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #050505;
  border-color: black;
}
.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(30, 30, 30, 0.5);
}

.btn-lime {
  color: #212529;
  background-color: #f4f7f6;
  border-color: #f4f7f6;
}
.btn-lime:hover {
  color: #212529;
  background-color: #dee7e4;
  border-color: #d6e2de;
}
.btn-lime:focus, .btn-lime.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 247, 246, 0.5);
}
.btn-lime.disabled, .btn-lime:disabled {
  color: #212529;
  background-color: #f4f7f6;
  border-color: #f4f7f6;
}
.btn-lime:not(:disabled):not(.disabled):active, .btn-lime:not(:disabled):not(.disabled).active, .show > .btn-lime.dropdown-toggle {
  color: #212529;
  background-color: #d6e2de;
  border-color: #cfdcd8;
}
.btn-lime:not(:disabled):not(.disabled):active:focus, .btn-lime:not(:disabled):not(.disabled).active:focus, .show > .btn-lime.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 247, 246, 0.5);
}

.btn-modCyan {
  color: #212529;
  background-color: #4FC5B6;
  border-color: #4FC5B6;
}
.btn-modCyan:hover {
  color: #fff;
  background-color: #3bb3a4;
  border-color: #38a99b;
}
.btn-modCyan:focus, .btn-modCyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 197, 182, 0.5);
}
.btn-modCyan.disabled, .btn-modCyan:disabled {
  color: #212529;
  background-color: #4FC5B6;
  border-color: #4FC5B6;
}
.btn-modCyan:not(:disabled):not(.disabled):active, .btn-modCyan:not(:disabled):not(.disabled).active, .show > .btn-modCyan.dropdown-toggle {
  color: #fff;
  background-color: #38a99b;
  border-color: #35a092;
}
.btn-modCyan:not(:disabled):not(.disabled):active:focus, .btn-modCyan:not(:disabled):not(.disabled).active:focus, .show > .btn-modCyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 197, 182, 0.5);
}

.btn-ot {
  color: #fff;
  background-color: #1EC65E;
  border-color: #1EC65E;
}
.btn-ot:hover {
  color: #fff;
  background-color: #19a54e;
  border-color: #179a49;
}
.btn-ot:focus, .btn-ot.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 198, 94, 0.5);
}
.btn-ot.disabled, .btn-ot:disabled {
  color: #fff;
  background-color: #1EC65E;
  border-color: #1EC65E;
}
.btn-ot:not(:disabled):not(.disabled):active, .btn-ot:not(:disabled):not(.disabled).active, .show > .btn-ot.dropdown-toggle {
  color: #fff;
  background-color: #179a49;
  border-color: #168f44;
}
.btn-ot:not(:disabled):not(.disabled):active:focus, .btn-ot:not(:disabled):not(.disabled).active:focus, .show > .btn-ot.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 198, 94, 0.5);
}

.btn-ev {
  color: #fff;
  background-color: #B21527;
  border-color: #B21527;
}
.btn-ev:hover {
  color: #fff;
  background-color: #901120;
  border-color: #84101d;
}
.btn-ev:focus, .btn-ev.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 21, 39, 0.5);
}
.btn-ev.disabled, .btn-ev:disabled {
  color: #fff;
  background-color: #B21527;
  border-color: #B21527;
}
.btn-ev:not(:disabled):not(.disabled):active, .btn-ev:not(:disabled):not(.disabled).active, .show > .btn-ev.dropdown-toggle {
  color: #fff;
  background-color: #84101d;
  border-color: #790e1b;
}
.btn-ev:not(:disabled):not(.disabled):active:focus, .btn-ev:not(:disabled):not(.disabled).active:focus, .show > .btn-ev.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 21, 39, 0.5);
}

.btn-ci {
  color: #212529;
  background-color: #5AC8FA;
  border-color: #5AC8FA;
}
.btn-ci:hover {
  color: #212529;
  background-color: #35bcf9;
  border-color: #29b8f9;
}
.btn-ci:focus, .btn-ci.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 200, 250, 0.5);
}
.btn-ci.disabled, .btn-ci:disabled {
  color: #212529;
  background-color: #5AC8FA;
  border-color: #5AC8FA;
}
.btn-ci:not(:disabled):not(.disabled):active, .btn-ci:not(:disabled):not(.disabled).active, .show > .btn-ci.dropdown-toggle {
  color: #fff;
  background-color: #29b8f9;
  border-color: #1cb3f8;
}
.btn-ci:not(:disabled):not(.disabled):active:focus, .btn-ci:not(:disabled):not(.disabled).active:focus, .show > .btn-ci.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 200, 250, 0.5);
}

.btn-pos {
  color: #212529;
  background-color: #FFCC00;
  border-color: #FFCC00;
}
.btn-pos:hover {
  color: #212529;
  background-color: #d9ad00;
  border-color: #cca300;
}
.btn-pos:focus, .btn-pos.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}
.btn-pos.disabled, .btn-pos:disabled {
  color: #212529;
  background-color: #FFCC00;
  border-color: #FFCC00;
}
.btn-pos:not(:disabled):not(.disabled):active, .btn-pos:not(:disabled):not(.disabled).active, .show > .btn-pos.dropdown-toggle {
  color: #212529;
  background-color: #cca300;
  border-color: #bf9900;
}
.btn-pos:not(:disabled):not(.disabled):active:focus, .btn-pos:not(:disabled):not(.disabled).active:focus, .show > .btn-pos.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}

.btn-ri {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-ri:hover {
  color: #fff;
  background-color: #560bd0;
  border-color: #510bc4;
}
.btn-ri:focus, .btn-ri.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}
.btn-ri.disabled, .btn-ri:disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-ri:not(:disabled):not(.disabled):active, .btn-ri:not(:disabled):not(.disabled).active, .show > .btn-ri.dropdown-toggle {
  color: #fff;
  background-color: #510bc4;
  border-color: #4c0ab8;
}
.btn-ri:not(:disabled):not(.disabled):active:focus, .btn-ri:not(:disabled):not(.disabled).active:focus, .show > .btn-ri.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

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

.btn-in {
  color: #fff;
  background-color: #8E8E93;
  border-color: #8E8E93;
}
.btn-in:hover {
  color: #fff;
  background-color: #7b7b80;
  border-color: #74747a;
}
.btn-in:focus, .btn-in.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 142, 147, 0.5);
}
.btn-in.disabled, .btn-in:disabled {
  color: #fff;
  background-color: #8E8E93;
  border-color: #8E8E93;
}
.btn-in:not(:disabled):not(.disabled):active, .btn-in:not(:disabled):not(.disabled).active, .show > .btn-in.dropdown-toggle {
  color: #fff;
  background-color: #74747a;
  border-color: #6e6e73;
}
.btn-in:not(:disabled):not(.disabled):active:focus, .btn-in:not(:disabled):not(.disabled).active:focus, .show > .btn-in.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 142, 147, 0.5);
}

.btn-su {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-su:hover {
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
}
.btn-su:focus, .btn-su.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}
.btn-su.disabled, .btn-su:disabled {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-su:not(:disabled):not(.disabled):active, .btn-su:not(:disabled):not(.disabled).active, .show > .btn-su.dropdown-toggle {
  color: #fff;
  background-color: #dc6502;
  border-color: #cf5f02;
}
.btn-su:not(:disabled):not(.disabled):active:focus, .btn-su:not(:disabled):not(.disabled).active:focus, .show > .btn-su.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.btn-io {
  color: #fff;
  background-color: #FF3B30;
  border-color: #FF3B30;
}
.btn-io:hover {
  color: #fff;
  background-color: #ff170a;
  border-color: #fc0d00;
}
.btn-io:focus, .btn-io.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.5);
}
.btn-io.disabled, .btn-io:disabled {
  color: #fff;
  background-color: #FF3B30;
  border-color: #FF3B30;
}
.btn-io:not(:disabled):not(.disabled):active, .btn-io:not(:disabled):not(.disabled).active, .show > .btn-io.dropdown-toggle {
  color: #fff;
  background-color: #fc0d00;
  border-color: #ef0d00;
}
.btn-io:not(:disabled):not(.disabled):active:focus, .btn-io:not(:disabled):not(.disabled).active:focus, .show > .btn-io.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.5);
}

.btn-darkblue {
  color: #fff;
  background-color: #005976;
  border-color: #005976;
}
.btn-darkblue:hover {
  color: #fff;
  background-color: #003c50;
  border-color: #003343;
}
.btn-darkblue:focus, .btn-darkblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 89, 118, 0.5);
}
.btn-darkblue.disabled, .btn-darkblue:disabled {
  color: #fff;
  background-color: #005976;
  border-color: #005976;
}
.btn-darkblue:not(:disabled):not(.disabled):active, .btn-darkblue:not(:disabled):not(.disabled).active, .show > .btn-darkblue.dropdown-toggle {
  color: #fff;
  background-color: #003343;
  border-color: #002936;
}
.btn-darkblue:not(:disabled):not(.disabled):active:focus, .btn-darkblue:not(:disabled):not(.disabled).active:focus, .show > .btn-darkblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 89, 118, 0.5);
}

.btn-gray-event {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-gray-event:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}
.btn-gray-event:focus, .btn-gray-event.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-gray-event.disabled, .btn-gray-event:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-gray-event:not(:disabled):not(.disabled):active, .btn-gray-event:not(:disabled):not(.disabled).active, .show > .btn-gray-event.dropdown-toggle {
  color: #212529;
  background-color: gainsboro;
  border-color: #d5d5d5;
}
.btn-gray-event:not(:disabled):not(.disabled):active:focus, .btn-gray-event:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-event.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-fb {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-fb:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}
.btn-fb:focus, .btn-fb.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}
.btn-fb.disabled, .btn-fb:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-fb:not(:disabled):not(.disabled):active, .btn-fb:not(:disabled):not(.disabled).active, .show > .btn-fb.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}
.btn-fb:not(:disabled):not(.disabled):active:focus, .btn-fb:not(:disabled):not(.disabled).active:focus, .show > .btn-fb.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

.btn-tw {
  color: #212529;
  background-color: #55acee;
  border-color: #55acee;
}
.btn-tw:hover {
  color: #fff;
  background-color: #329beb;
  border-color: #2795e9;
}
.btn-tw:focus, .btn-tw.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.5);
}
.btn-tw.disabled, .btn-tw:disabled {
  color: #212529;
  background-color: #55acee;
  border-color: #55acee;
}
.btn-tw:not(:disabled):not(.disabled):active, .btn-tw:not(:disabled):not(.disabled).active, .show > .btn-tw.dropdown-toggle {
  color: #fff;
  background-color: #2795e9;
  border-color: #1b90e8;
}
.btn-tw:not(:disabled):not(.disabled):active:focus, .btn-tw:not(:disabled):not(.disabled).active:focus, .show > .btn-tw.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.5);
}

.btn-ins {
  color: #212529;
  background-color: #f09433;
  border-color: #f09433;
}
.btn-ins:hover {
  color: #fff;
  background-color: #eb8111;
  border-color: #e07b10;
}
.btn-ins:focus, .btn-ins.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 148, 51, 0.5);
}
.btn-ins.disabled, .btn-ins:disabled {
  color: #212529;
  background-color: #f09433;
  border-color: #f09433;
}
.btn-ins:not(:disabled):not(.disabled):active, .btn-ins:not(:disabled):not(.disabled).active, .show > .btn-ins.dropdown-toggle {
  color: #fff;
  background-color: #e07b10;
  border-color: #d47410;
}
.btn-ins:not(:disabled):not(.disabled):active:focus, .btn-ins:not(:disabled):not(.disabled).active:focus, .show > .btn-ins.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 148, 51, 0.5);
}

.btn-yt {
  color: #fff;
  background-color: #ed302f;
  border-color: #ed302f;
}
.btn-yt:hover {
  color: #fff;
  background-color: #e21514;
  border-color: #d61413;
}
.btn-yt:focus, .btn-yt.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 48, 47, 0.5);
}
.btn-yt.disabled, .btn-yt:disabled {
  color: #fff;
  background-color: #ed302f;
  border-color: #ed302f;
}
.btn-yt:not(:disabled):not(.disabled):active, .btn-yt:not(:disabled):not(.disabled).active, .show > .btn-yt.dropdown-toggle {
  color: #fff;
  background-color: #d61413;
  border-color: #cb1312;
}
.btn-yt:not(:disabled):not(.disabled):active:focus, .btn-yt:not(:disabled):not(.disabled).active:focus, .show > .btn-yt.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 48, 47, 0.5);
}

.btn-ws {
  color: #fff;
  background-color: #25D366;
  border-color: #25D366;
}
.btn-ws:hover {
  color: #fff;
  background-color: #1fb256;
  border-color: #1da851;
}
.btn-ws:focus, .btn-ws.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}
.btn-ws.disabled, .btn-ws:disabled {
  color: #fff;
  background-color: #25D366;
  border-color: #25D366;
}
.btn-ws:not(:disabled):not(.disabled):active, .btn-ws:not(:disabled):not(.disabled).active, .show > .btn-ws.dropdown-toggle {
  color: #fff;
  background-color: #1da851;
  border-color: #1b9d4c;
}
.btn-ws:not(:disabled):not(.disabled):active:focus, .btn-ws:not(:disabled):not(.disabled).active:focus, .show > .btn-ws.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}

.btn-outline-primary {
  color: #00AC4E;
  background-color: transparent;
  background-image: none;
  border-color: #00AC4E;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00AC4E;
  border-color: #00AC4E;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 78, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00AC4E;
  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: #00AC4E;
  border-color: #00AC4E;
}
.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(0, 172, 78, 0.5);
}

.btn-outline-secondary {
  color: #005BAA;
  background-color: transparent;
  background-image: none;
  border-color: #005BAA;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #005BAA;
  border-color: #005BAA;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 91, 170, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #005BAA;
  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: #005BAA;
  border-color: #005BAA;
}
.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(0, 91, 170, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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: #1E1E1E;
  background-color: transparent;
  background-image: none;
  border-color: #1E1E1E;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #1E1E1E;
  border-color: #1E1E1E;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #1E1E1E;
  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: #1E1E1E;
  border-color: #1E1E1E;
}
.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(30, 30, 30, 0.5);
}

.btn-outline-lime {
  color: #f4f7f6;
  background-color: transparent;
  background-image: none;
  border-color: #f4f7f6;
}
.btn-outline-lime:hover {
  color: #212529;
  background-color: #f4f7f6;
  border-color: #f4f7f6;
}
.btn-outline-lime:focus, .btn-outline-lime.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 247, 246, 0.5);
}
.btn-outline-lime.disabled, .btn-outline-lime:disabled {
  color: #f4f7f6;
  background-color: transparent;
}
.btn-outline-lime:not(:disabled):not(.disabled):active, .btn-outline-lime:not(:disabled):not(.disabled).active, .show > .btn-outline-lime.dropdown-toggle {
  color: #212529;
  background-color: #f4f7f6;
  border-color: #f4f7f6;
}
.btn-outline-lime:not(:disabled):not(.disabled):active:focus, .btn-outline-lime:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lime.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 247, 246, 0.5);
}

.btn-outline-modCyan {
  color: #4FC5B6;
  background-color: transparent;
  background-image: none;
  border-color: #4FC5B6;
}
.btn-outline-modCyan:hover {
  color: #212529;
  background-color: #4FC5B6;
  border-color: #4FC5B6;
}
.btn-outline-modCyan:focus, .btn-outline-modCyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 197, 182, 0.5);
}
.btn-outline-modCyan.disabled, .btn-outline-modCyan:disabled {
  color: #4FC5B6;
  background-color: transparent;
}
.btn-outline-modCyan:not(:disabled):not(.disabled):active, .btn-outline-modCyan:not(:disabled):not(.disabled).active, .show > .btn-outline-modCyan.dropdown-toggle {
  color: #212529;
  background-color: #4FC5B6;
  border-color: #4FC5B6;
}
.btn-outline-modCyan:not(:disabled):not(.disabled):active:focus, .btn-outline-modCyan:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-modCyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 197, 182, 0.5);
}

.btn-outline-ot {
  color: #1EC65E;
  background-color: transparent;
  background-image: none;
  border-color: #1EC65E;
}
.btn-outline-ot:hover {
  color: #fff;
  background-color: #1EC65E;
  border-color: #1EC65E;
}
.btn-outline-ot:focus, .btn-outline-ot.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 198, 94, 0.5);
}
.btn-outline-ot.disabled, .btn-outline-ot:disabled {
  color: #1EC65E;
  background-color: transparent;
}
.btn-outline-ot:not(:disabled):not(.disabled):active, .btn-outline-ot:not(:disabled):not(.disabled).active, .show > .btn-outline-ot.dropdown-toggle {
  color: #fff;
  background-color: #1EC65E;
  border-color: #1EC65E;
}
.btn-outline-ot:not(:disabled):not(.disabled):active:focus, .btn-outline-ot:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ot.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 198, 94, 0.5);
}

.btn-outline-ev {
  color: #B21527;
  background-color: transparent;
  background-image: none;
  border-color: #B21527;
}
.btn-outline-ev:hover {
  color: #fff;
  background-color: #B21527;
  border-color: #B21527;
}
.btn-outline-ev:focus, .btn-outline-ev.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 21, 39, 0.5);
}
.btn-outline-ev.disabled, .btn-outline-ev:disabled {
  color: #B21527;
  background-color: transparent;
}
.btn-outline-ev:not(:disabled):not(.disabled):active, .btn-outline-ev:not(:disabled):not(.disabled).active, .show > .btn-outline-ev.dropdown-toggle {
  color: #fff;
  background-color: #B21527;
  border-color: #B21527;
}
.btn-outline-ev:not(:disabled):not(.disabled):active:focus, .btn-outline-ev:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ev.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 21, 39, 0.5);
}

.btn-outline-ci {
  color: #5AC8FA;
  background-color: transparent;
  background-image: none;
  border-color: #5AC8FA;
}
.btn-outline-ci:hover {
  color: #212529;
  background-color: #5AC8FA;
  border-color: #5AC8FA;
}
.btn-outline-ci:focus, .btn-outline-ci.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 200, 250, 0.5);
}
.btn-outline-ci.disabled, .btn-outline-ci:disabled {
  color: #5AC8FA;
  background-color: transparent;
}
.btn-outline-ci:not(:disabled):not(.disabled):active, .btn-outline-ci:not(:disabled):not(.disabled).active, .show > .btn-outline-ci.dropdown-toggle {
  color: #212529;
  background-color: #5AC8FA;
  border-color: #5AC8FA;
}
.btn-outline-ci:not(:disabled):not(.disabled):active:focus, .btn-outline-ci:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ci.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 200, 250, 0.5);
}

.btn-outline-pos {
  color: #FFCC00;
  background-color: transparent;
  background-image: none;
  border-color: #FFCC00;
}
.btn-outline-pos:hover {
  color: #212529;
  background-color: #FFCC00;
  border-color: #FFCC00;
}
.btn-outline-pos:focus, .btn-outline-pos.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}
.btn-outline-pos.disabled, .btn-outline-pos:disabled {
  color: #FFCC00;
  background-color: transparent;
}
.btn-outline-pos:not(:disabled):not(.disabled):active, .btn-outline-pos:not(:disabled):not(.disabled).active, .show > .btn-outline-pos.dropdown-toggle {
  color: #212529;
  background-color: #FFCC00;
  border-color: #FFCC00;
}
.btn-outline-pos:not(:disabled):not(.disabled):active:focus, .btn-outline-pos:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pos.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}

.btn-outline-ri {
  color: #6610f2;
  background-color: transparent;
  background-image: none;
  border-color: #6610f2;
}
.btn-outline-ri:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-ri:focus, .btn-outline-ri.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}
.btn-outline-ri.disabled, .btn-outline-ri:disabled {
  color: #6610f2;
  background-color: transparent;
}
.btn-outline-ri:not(:disabled):not(.disabled):active, .btn-outline-ri:not(:disabled):not(.disabled).active, .show > .btn-outline-ri.dropdown-toggle {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-ri:not(:disabled):not(.disabled):active:focus, .btn-outline-ri:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ri.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

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

.btn-outline-in {
  color: #8E8E93;
  background-color: transparent;
  background-image: none;
  border-color: #8E8E93;
}
.btn-outline-in:hover {
  color: #fff;
  background-color: #8E8E93;
  border-color: #8E8E93;
}
.btn-outline-in:focus, .btn-outline-in.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 142, 147, 0.5);
}
.btn-outline-in.disabled, .btn-outline-in:disabled {
  color: #8E8E93;
  background-color: transparent;
}
.btn-outline-in:not(:disabled):not(.disabled):active, .btn-outline-in:not(:disabled):not(.disabled).active, .show > .btn-outline-in.dropdown-toggle {
  color: #fff;
  background-color: #8E8E93;
  border-color: #8E8E93;
}
.btn-outline-in:not(:disabled):not(.disabled):active:focus, .btn-outline-in:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-in.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 142, 147, 0.5);
}

.btn-outline-su {
  color: #fd7e14;
  background-color: transparent;
  background-image: none;
  border-color: #fd7e14;
}
.btn-outline-su:hover {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-su:focus, .btn-outline-su.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}
.btn-outline-su.disabled, .btn-outline-su:disabled {
  color: #fd7e14;
  background-color: transparent;
}
.btn-outline-su:not(:disabled):not(.disabled):active, .btn-outline-su:not(:disabled):not(.disabled).active, .show > .btn-outline-su.dropdown-toggle {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-su:not(:disabled):not(.disabled):active:focus, .btn-outline-su:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-su.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.btn-outline-io {
  color: #FF3B30;
  background-color: transparent;
  background-image: none;
  border-color: #FF3B30;
}
.btn-outline-io:hover {
  color: #fff;
  background-color: #FF3B30;
  border-color: #FF3B30;
}
.btn-outline-io:focus, .btn-outline-io.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.5);
}
.btn-outline-io.disabled, .btn-outline-io:disabled {
  color: #FF3B30;
  background-color: transparent;
}
.btn-outline-io:not(:disabled):not(.disabled):active, .btn-outline-io:not(:disabled):not(.disabled).active, .show > .btn-outline-io.dropdown-toggle {
  color: #fff;
  background-color: #FF3B30;
  border-color: #FF3B30;
}
.btn-outline-io:not(:disabled):not(.disabled):active:focus, .btn-outline-io:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-io.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.5);
}

.btn-outline-darkblue {
  color: #005976;
  background-color: transparent;
  background-image: none;
  border-color: #005976;
}
.btn-outline-darkblue:hover {
  color: #fff;
  background-color: #005976;
  border-color: #005976;
}
.btn-outline-darkblue:focus, .btn-outline-darkblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 89, 118, 0.5);
}
.btn-outline-darkblue.disabled, .btn-outline-darkblue:disabled {
  color: #005976;
  background-color: transparent;
}
.btn-outline-darkblue:not(:disabled):not(.disabled):active, .btn-outline-darkblue:not(:disabled):not(.disabled).active, .show > .btn-outline-darkblue.dropdown-toggle {
  color: #fff;
  background-color: #005976;
  border-color: #005976;
}
.btn-outline-darkblue:not(:disabled):not(.disabled):active:focus, .btn-outline-darkblue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-darkblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 89, 118, 0.5);
}

.btn-outline-gray-event {
  color: #f5f5f5;
  background-color: transparent;
  background-image: none;
  border-color: #f5f5f5;
}
.btn-outline-gray-event:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-gray-event:focus, .btn-outline-gray-event.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-gray-event.disabled, .btn-outline-gray-event:disabled {
  color: #f5f5f5;
  background-color: transparent;
}
.btn-outline-gray-event:not(:disabled):not(.disabled):active, .btn-outline-gray-event:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-event.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-gray-event:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-event:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-event.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-fb {
  color: #3b5998;
  background-color: transparent;
  background-image: none;
  border-color: #3b5998;
}
.btn-outline-fb:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-outline-fb:focus, .btn-outline-fb.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}
.btn-outline-fb.disabled, .btn-outline-fb:disabled {
  color: #3b5998;
  background-color: transparent;
}
.btn-outline-fb:not(:disabled):not(.disabled):active, .btn-outline-fb:not(:disabled):not(.disabled).active, .show > .btn-outline-fb.dropdown-toggle {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-outline-fb:not(:disabled):not(.disabled):active:focus, .btn-outline-fb:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-fb.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

.btn-outline-tw {
  color: #55acee;
  background-color: transparent;
  background-image: none;
  border-color: #55acee;
}
.btn-outline-tw:hover {
  color: #212529;
  background-color: #55acee;
  border-color: #55acee;
}
.btn-outline-tw:focus, .btn-outline-tw.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.5);
}
.btn-outline-tw.disabled, .btn-outline-tw:disabled {
  color: #55acee;
  background-color: transparent;
}
.btn-outline-tw:not(:disabled):not(.disabled):active, .btn-outline-tw:not(:disabled):not(.disabled).active, .show > .btn-outline-tw.dropdown-toggle {
  color: #212529;
  background-color: #55acee;
  border-color: #55acee;
}
.btn-outline-tw:not(:disabled):not(.disabled):active:focus, .btn-outline-tw:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tw.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.5);
}

.btn-outline-ins {
  color: #f09433;
  background-color: transparent;
  background-image: none;
  border-color: #f09433;
}
.btn-outline-ins:hover {
  color: #212529;
  background-color: #f09433;
  border-color: #f09433;
}
.btn-outline-ins:focus, .btn-outline-ins.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 148, 51, 0.5);
}
.btn-outline-ins.disabled, .btn-outline-ins:disabled {
  color: #f09433;
  background-color: transparent;
}
.btn-outline-ins:not(:disabled):not(.disabled):active, .btn-outline-ins:not(:disabled):not(.disabled).active, .show > .btn-outline-ins.dropdown-toggle {
  color: #212529;
  background-color: #f09433;
  border-color: #f09433;
}
.btn-outline-ins:not(:disabled):not(.disabled):active:focus, .btn-outline-ins:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ins.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 148, 51, 0.5);
}

.btn-outline-yt {
  color: #ed302f;
  background-color: transparent;
  background-image: none;
  border-color: #ed302f;
}
.btn-outline-yt:hover {
  color: #fff;
  background-color: #ed302f;
  border-color: #ed302f;
}
.btn-outline-yt:focus, .btn-outline-yt.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 48, 47, 0.5);
}
.btn-outline-yt.disabled, .btn-outline-yt:disabled {
  color: #ed302f;
  background-color: transparent;
}
.btn-outline-yt:not(:disabled):not(.disabled):active, .btn-outline-yt:not(:disabled):not(.disabled).active, .show > .btn-outline-yt.dropdown-toggle {
  color: #fff;
  background-color: #ed302f;
  border-color: #ed302f;
}
.btn-outline-yt:not(:disabled):not(.disabled):active:focus, .btn-outline-yt:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yt.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 48, 47, 0.5);
}

.btn-outline-ws {
  color: #25D366;
  background-color: transparent;
  background-image: none;
  border-color: #25D366;
}
.btn-outline-ws:hover {
  color: #fff;
  background-color: #25D366;
  border-color: #25D366;
}
.btn-outline-ws:focus, .btn-outline-ws.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}
.btn-outline-ws.disabled, .btn-outline-ws:disabled {
  color: #25D366;
  background-color: transparent;
}
.btn-outline-ws:not(:disabled):not(.disabled):active, .btn-outline-ws:not(:disabled):not(.disabled).active, .show > .btn-outline-ws.dropdown-toggle {
  color: #fff;
  background-color: #25D366;
  border-color: #25D366;
}
.btn-outline-ws:not(:disabled):not(.disabled):active:focus, .btn-outline-ws:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ws.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #00AC4E;
  background-color: transparent;
}
.btn-link:hover {
  color: #00602b;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  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%;
}

.bt-close {
  cursor: pointer;
  padding: 26px 37px;
  color: #202121;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.bt-close:hover {
  opacity: 0.75;
}
.bt-close::before, .bt-close::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 27px;
  width: 20px;
  height: 3px;
  background: #202121;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.bt-close::after {
  transform: rotate(-45deg);
}

#close-menu-acces.bt-close::before, #close-menu-acces.bt-close::after {
  background: #fff;
}

.button-slider {
  border: 2px solid transparent;
  border-radius: 0.625rem 0.3125rem;
  font-size: 0.688rem;
  letter-spacing: 1.3px;
  padding: 7px 20px;
  text-transform: uppercase;
  z-index: 1;
}
.button-slider:hover {
  box-shadow: none !important;
}
.button-slider:focus, .button-slider.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 78, 0.25);
}
.button-slider:hover, .button-slider:focus {
  text-decoration: none;
}

/*---------Btn Share------------*/
.container-share {
  color: #EFEFF4;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 36rem) {
  .container-share {
    transform: translateY(-50%) rotate(90deg) translateX(-50%);
  }
}
.container-share .follow,
.container-share .share {
  display: inline-flex;
  cursor: default;
  padding: 0;
  margin: 0 0.5em;
  position: relative;
  text-align: center;
}
.container-share .follow li,
.container-share .share li {
  list-style: none;
  margin: 0 3px 0 0;
}
.container-share .follow:hover .label,
.container-share .share:hover .label {
  opacity: 0;
  transition: opacity 0.5s 0.125s ease-out;
}
.container-share .follow:hover .icon,
.container-share .share:hover .icon {
  border-radius: 1em;
  margin: 0 0;
}
.container-share .icon,
.container-share .label {
  background-color: hsl(180, 60%, 30%);
  line-height: 2rem;
}
.container-share .label {
  /*border-radius: 1rem;
  position: absolute;
  font-size: .618em;
  font-weight: 900;
  letter-spacing: .0816em;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  pointer-events: none;
  text-transform: uppercase;
  transition: opacity .5s .75s ease-out;*/
  border-radius: 1rem;
  position: absolute;
  font-size: 1.618em;
  top: 0;
  line-height: 25px;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  transition: opacity 0.5s 0.75s ease-out;
}
.container-share .icon {
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 2em;
  margin: 0 -0.5em;
  transition: background-color 0.5s ease-out;
  transition: border-radius 0.5s 0.25s ease-out;
  transition: margin 0.5s 0.25s ease-out;
  width: 2em;
}
.container-share .icon.first {
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
  margin-left: 0;
}
.container-share .icon.last {
  border-bottom-right-radius: 1em;
  border-top-right-radius: 1em;
  margin-right: 0;
}
.container-share .icon:hover {
  background-color: hsl(45, 80%, 60%);
  color: #111;
}
.container-share button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  border: 0;
  background-color: hsl(180, 60%, 30%);
  color: #EFEFF4;
  cursor: pointer;
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0.0816em;
  position: relative;
  text-transform: uppercase;
  transition: background-color 0.25s ease-out;
  transition: transform 0.5s ease-out;
}
.container-share button:hover {
  background-color: hsl(45, 80%, 60%);
  color: #111;
}
.container-share .try {
  font-size: 0.618rem;
  height: 3rem;
  width: 3rem;
  margin: 0 0.5rem;
}
.container-share .try:hover {
  transform: scale(1.3333);
}
.container-share .try:hover .text {
  display: inline-block;
  transform: scale(0.75);
}
.container-share .try:hover ~ .buy {
  transform: scale(0.75);
}
.container-share .try .text {
  transition: transform 0.5s ease-out;
  transform: scale(1);
}
.container-share .buy {
  width: 5rem;
  height: 5rem;
  background-color: hsl(45, 80%, 60%);
  color: #111;
}
.container-share .buy .price,
.container-share .buy .text {
  transition: opacity 0.25s ease-out;
}
.container-share .buy .price {
  font-size: 1.618em;
  opacity: 1;
}
.container-share .buy .text {
  display: block;
  font-size: 0.618em;
  font-weight: 900;
  letter-spacing: 0.0816em;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: baseline;
}
.container-share .buy:hover .price {
  opacity: 0;
}
.container-share .buy:hover .text {
  opacity: 1;
}

.bg-primary .box-right .btn-share:hover {
  color: #004620;
}

.box-right .btn-share {
  color: #f4f7f6;
  transition: all 0.3s ease-in-out;
}
.box-right .btn-share:hover {
  color: #1EC65E;
}
.box-right .btn-share:focus, .box-right .btn-share.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 142, 147, 0.25);
}

.btn-share {
  color: #fff;
  display: flex;
  border-radius: 1rem;
  font-size: 1.618em;
  line-height: 25px;
  width: 100%;
  transition: opacity 0.5s 0.75s ease-out;
}
.btn-share:hover {
  color: #E5E5EA;
}
.btn-share:focus, .btn-share.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.btn-floating {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 47px;
  height: 47px;
  margin: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.btn-floating i {
  margin-right: 0;
  font-size: 1.25rem;
  line-height: 47px;
}
.btn-floating:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-decoration: none;
  border: 0px solid transparent;
  transition: all 0.2s ease-in-out;
}
.btn-floating:hover i {
  font-size: 1rem;
}
.btn-floating:focus, .btn-floating:active {
  box-shadow: none;
}
@media (min-width: 768px) {
  .btn-floating {
    color: #000;
    box-shadow: none;
    margin: 0;
  }
  .btn-floating:hover {
    color: #000;
    box-shadow: none;
    opacity: 0.75;
    background-color: transparent;
    text-shadow: 0px 1px 5px #dcd9d9;
  }
  .btn-floating i {
    font-size: 0.875rem;
  }
}

.btn-social-group {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn-social:hover a.btn-fb:hover {
  background-color: #3b5998;
}
.btn-social:hover a.btn-tw:hover {
  background-color: #55acee;
}
.btn-social:hover a.btn-ins:hover {
  background-color: #f09433;
}
.btn-social:hover a.btn-yt:hover {
  background-color: #ed302f;
}
.btn-social:hover a.btn-whatsapp:hover {
  background-color: #25D366;
}

.btn-border-x3 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
}

/* ------------------------------------------------------------------- 
 * Floating Action Button with Menu
 * ------------------------------------------------------------------- */
/* Propeller buttons */
.pmd-floating-action .btn {
  background-color: #4FC5B6;
  color: #fff;
}

.btn.pmd-btn-raised {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn.pmd-btn-raised:active,
.btn.pmd-btn-raised:focus,
.btn.pmd-btn-raised.active,
.btn.pmd-btn-raised:active:focus,
.btn.pmd-btn-raised.active:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn.pmd-btn-fab {
  padding: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  min-width: 56px;
}

.btn.pmd-btn-fab span,
.btn.pmd-btn-fab i {
  line-height: 56px;
}

.btn.pmd-btn-fab.btn-sm, .btn-group-sm > .btn.pmd-btn-fab {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.btn.pmd-btn-fab.btn-sm span, .btn-group-sm > .btn.pmd-btn-fab span,
.btn.pmd-btn-fab.btn-sm i,
.btn-group-sm > .btn.pmd-btn-fab i {
  line-height: 40px;
}

.pmd-ripple-effect {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.icon-share.pmd-sm {
  font-size: 1.5rem;
}

/* Propeller css for Floating Action Button*/
.pmd-floating-action {
  display: none;
  bottom: 30px;
  right: 30px;
  position: fixed;
  z-index: 1000;
  transition: all 0.3s ease-out;
}
.pmd-floating-action a,
.pmd-floating-action a:visited {
  transition: all 0.3s ease-in-out;
}
.pmd-floating-action a i,
.pmd-floating-action a:visited i {
  margin: 0;
}

.pmd-floating-action-btn {
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
}

.pmd-floating-action-btn:before {
  bottom: 10%;
  content: attr(data-title);
  opacity: 0;
  position: absolute;
  right: 100%;
  transition: all 0.2s ease-out 0.5s;
  white-space: nowrap;
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 2px;
  color: #333;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
  box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.18), 0px 2px 2px -7px rgba(0, 0, 0, 0.15);
}

.pmd-floating-action-btn:last-child:before {
  font-size: 14px;
  bottom: 25%;
}

.pmd-floating-action-btn:active,
.pmd-floating-action-btn:focus,
.pmd-floating-action-btn:hover {
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
}

.pmd-floating-action-btn:not(:last-child) {
  opacity: 0;
  transform: translateY(20px) scale(0.3);
  margin-bottom: 15px;
  margin-left: 8px;
  position: absolute;
  bottom: 0;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(1) {
  transition-delay: 50ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(2) {
  transition-delay: 100ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(3) {
  transition-delay: 150ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(4) {
  transition-delay: 200ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(5) {
  transition-delay: 250ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(6) {
  transition-delay: 300ms;
}

.pmd-floating-action:hover .pmd-floating-action-btn,
.menu--floating--open .pmd-floating-action-btn {
  opacity: 1;
  transform: none;
  position: relative;
  bottom: auto;
}

.pmd-floating-action:hover .pmd-floating-action-btn:before,
.menu--floating--open .pmd-floating-action-btn:before {
  opacity: 1;
}

.pmd-floating-hidden {
  display: none;
}

.pmd-floating-action-btn.btn:hover {
  overflow: visible;
}

.pmd-floating-action-btn .ink {
  width: 50px;
  height: 50px;
}

.btn-aboutUs {
  color: #fff !important;
  background: #4FC5B6 !important;
  font-weight: 400;
  border-radius: 0;
  padding: 0.875rem 1.75rem;
  overflow: hidden;
  position: relative;
  top: -2px;
  border: 0;
  margin: auto;
  transition: all 0.5s;
  z-index: 0;
  outline: none !important;
}
.btn-aboutUs:after {
  transition: all 0.5s;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(66, 171, 158, 0);
  z-index: -1;
}
.btn-aboutUs:hover {
  color: #fff !important;
  text-decoration: none;
  background: #fff;
  border-radius: 0;
}
.btn-aboutUs:hover:after {
  height: 100%;
  width: 100%;
  opacity: 1;
  background: rgba(66, 171, 158, 0.88);
}

.btn-nav-scroll {
  position: absolute;
  bottom: 0;
  margin: 0 20px 7px;
  background: rgba(244, 247, 246, 0.5);
  color: #fff;
  border-radius: 25px;
  border: 2px solid #adb5bd;
  height: 40px;
  width: 60px;
  overflow: hidden;
  transition: all 0.5s;
}
.btn-nav-scroll i {
  margin: 0;
}
.btn-nav-scroll .scroll-left {
  position: relative;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #212529;
  border-right: 2px solid #212529;
  z-index: 9;
  transform: translate(50%, 0%) rotate(135deg);
  animation: fade_move_left 1s ease-in-out infinite;
}
.btn-nav-scroll .scroll-right {
  position: relative;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #212529;
  border-right: 2px solid #212529;
  z-index: 9;
  transform: translate(-50%, 0%) rotate(-45deg);
  animation: fade_move_right 1s ease-in-out infinite;
}
.btn-nav-scroll:hover {
  background: rgba(0, 91, 170, 0.5);
  border-color: #005BAA;
}
.btn-nav-scroll:hover .scroll-left,
.btn-nav-scroll:hover .scroll-right {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 23px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fade_move_left {
  0% {
    transform: translate(23px, 0) rotate(135deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-20px, 0) rotate(135deg);
    opacity: 0;
  }
}
@keyframes fade_move_right {
  0% {
    transform: translate(-20px, 0) rotate(-45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(23px, 0) rotate(-45deg);
    opacity: 0;
  }
}

.fade {
  transition: opacity 0.3s linear;
}
@media screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00AC4E;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}
.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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.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 > .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 > .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 > .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 + .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 > .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;
  background-color: #00AC4E;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 172, 78, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #60ffa8;
}
.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;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00AC4E;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #00AC4E;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(0, 172, 78, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 172, 78, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00AC4E;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(0, 172, 78, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #4FC5B6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(79, 197, 182, 0.5);
}
.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #4FC5B6;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 78, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #4FC5B6;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00AC4E;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 172, 78, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #60ffa8;
}
.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: #00AC4E;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 172, 78, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #60ffa8;
}
.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;
  background-color: #00AC4E;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 172, 78, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #60ffa8;
}
.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-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 screen and (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.8125rem 2.25rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.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: #00AC4E;
}

.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;
  /*$navbar-padding-y $navbar-padding-x;*/
  background-color: #fff;
  /*cambio
  @include media-breakpoint-up(md) { 
    padding: $navbar-padding-y $navbar-padding-x;
  }*/
}
.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.625rem;
  padding-bottom: 0.625rem;
  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.8125rem;
  padding-bottom: 0.8125rem;
}

.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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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;
  }
}
@media (max-width: 1499.98px) {
  .navbar-expand-xlm > .container,
  .navbar-expand-xlm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-xlm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xlm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xlm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xlm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xlm > .container,
  .navbar-expand-xlm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xlm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xlm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 2999.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 3000px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .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;charset=utf8,%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;charset=utf8,%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;
}

/*Made in William*/
.position-fixed {
  top: 0;
}

@media (min-width: 992px) {
  .bd-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0rem;
    z-index: 1000;
    height: 100vh;
  }
  .bd-sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.logoContent {
  height: 53px;
  width: 100%;
  display: flex;
  align-items: center;
}

.logogobierno-header {
  margin: 16px auto;
  text-align: center;
}
.logogobierno-header.mCenter {
  margin: 0 auto;
}
.logogobierno-header a {
  font-size: 35px;
  letter-spacing: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logogobierno-header a img {
  height: 70px;
}
@media (max-width: 575.98px) {
  .logogobierno-header {
    margin: 10px auto;
  }
  .logogobierno-header img {
    height: 65px;
  }
}

.logocorporativo-header {
  margin: 24px auto;
  text-align: center;
}
.logocorporativo-header.mCenter {
  margin: 0 auto;
}
.logocorporativo-header a {
  font-size: 44px;
  letter-spacing: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logocorporativo-header a i {
  margin: 0;
}
.logocorporativo-header a i:first-child {
  color: #00AC4E;
}
.logocorporativo-header a i:last-child {
  color: #005BAA;
}
.logocorporativo-header a:hover {
  text-decoration: none;
}
.logocorporativo-header .logo-text {
  font-size: 8.1px;
  margin-bottom: 0;
}

.nav-one,
.nav-two,
.nav-filter {
  background: #f4f7f6;
  transition: all 0.3s ease-in-out;
}
.nav-one .btn-nav-sup,
.nav-two .btn-nav-sup,
.nav-filter .btn-nav-sup {
  color: #fff;
  background: #4FC5B6;
  font-weight: 400;
  border-radius: 0;
  padding: 14px;
  overflow: hidden;
  position: relative;
  border: 0;
  display: table;
  transition: all 0.5s;
  z-index: 0;
  outline: none !important;
}
.nav-one .btn-nav-sup:after,
.nav-two .btn-nav-sup:after,
.nav-filter .btn-nav-sup:after {
  transition: all 0.5s;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(66, 171, 158, 0);
  z-index: -1;
}
.nav-one .btn-nav-sup:hover,
.nav-two .btn-nav-sup:hover,
.nav-filter .btn-nav-sup:hover {
  color: #fff !important;
  text-decoration: none;
  background: #fff;
  border-radius: 0;
}
.nav-one .btn-nav-sup:hover:after,
.nav-two .btn-nav-sup:hover:after,
.nav-filter .btn-nav-sup:hover:after {
  height: 100%;
  width: 100%;
  opacity: 1;
  background: rgba(66, 171, 158, 0.88);
}

.nav-one {
  border-bottom: 1px solid #e9ecef;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 575.98px) {
  .nav-one {
    justify-content: center;
    flex-direction: column-reverse;
  }
}

@media (max-width: 991.98px) {
  .nav-two {
    background: #fff;
    transition: all 1s ease-in-out;
  }
}

.fix {
  padding-top: 53px;
}

.nav-interno {
  z-index: 999;
}

.nav-two-bg {
  -ms-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1030;
}
@media (max-width: 767.98px) {
  .nav-two-bg {
    background: #f4f7f6;
  }
}

@media (max-width: 991.98px) {
  .sticky-top {
    transition: all 3s ease-in-out;
    /*&.d-md-block{
      .nav-two-bg{
        top: 53px;
      }
    }*/
  }
}
.nav-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 6rem);
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.nav-main .top .header {
  display: none;
}
.nav-main .top .menu-movil {
  position: relative;
}
.nav-main .top .menu-movil .nav-item:last-child .nav-link {
  border-bottom: none;
}
.nav-main .top .menu-movil .nav-item:last-child .nav-link:hover::before, .nav-main .top .menu-movil .nav-item:last-child .nav-link:focus::before, .nav-main .top .menu-movil .nav-item:last-child .nav-link:active::before {
  left: -0.2rem;
}
.nav-main .top .menu-movil .nav-item#c-noticias [data-count]::after {
  background-color: #005BAA;
}
.nav-main .top .menu-movil .nav-item#d-eventos [data-date]::after {
  content: attr(data-date);
  background-color: transparent;
  color: #00AC4E;
  display: block;
  position: absolute;
  top: 0.8rem;
  right: 25px;
  padding: 0 5px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.6875rem;
  font-weight: 300;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}
.nav-main .top .menu-movil .nav-item [data-count]:not([data-count=""])::after {
  content: attr(data-count);
  background-color: #FF7A72;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  padding: 0 5px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.6875rem;
  font-weight: 300;
  text-align: center;
  border-radius: 5px;
  transform: translateY(-50%);
}
.nav-main .top .menu-movil .nav-link {
  position: relative;
  /*font-weight: bold;*/
  color: #202121;
  cursor: pointer;
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease-in-out;
}
.nav-main .top .menu-movil .nav-link::before {
  background-color: #00AC4E;
  content: "";
  height: 100%;
  left: -0.2rem;
  position: absolute;
  top: 0;
  width: 0.2rem;
  transition: left 100ms cubic-bezier(0.86, 0, 0.07, 1);
}
.nav-main .top .menu-movil .nav-link:hover, .nav-main .top .menu-movil .nav-link:focus, .nav-main .top .menu-movil .nav-link:active, .nav-main .top .menu-movil .nav-link.active {
  background-color: #f4f7f6;
  transition: all 0.3s ease-in-out;
}
.nav-main .top .menu-movil .nav-link:hover::before, .nav-main .top .menu-movil .nav-link:focus::before, .nav-main .top .menu-movil .nav-link:active::before, .nav-main .top .menu-movil .nav-link.active::before {
  left: 0;
}
.nav-main .top .menu-movil .nav-link:hover [class^=icon-],
.nav-main .top .menu-movil .nav-link:hover [class*=" icon-"], .nav-main .top .menu-movil .nav-link:focus [class^=icon-],
.nav-main .top .menu-movil .nav-link:focus [class*=" icon-"], .nav-main .top .menu-movil .nav-link:active [class^=icon-],
.nav-main .top .menu-movil .nav-link:active [class*=" icon-"], .nav-main .top .menu-movil .nav-link.active [class^=icon-],
.nav-main .top .menu-movil .nav-link.active [class*=" icon-"] {
  color: #00AC4E;
}
.nav-main .top .menu-movil .nav-link i.first-top {
  padding-top: 12px;
}
.nav-main .top .menu-movil .nav-link i {
  display: inline-flex;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
}
.nav-main .top .menu-movil .nav-link span {
  display: block;
  padding-top: 5px;
  font-weight: 400;
  color: #A6ABAB;
  font-style: normal;
  font-size: 0.875rem;
}
.nav-main .box-bottom {
  display: none;
}
@media (max-width: 991.98px) {
  .nav-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(-320px);
    transition: all 0.3s ease-in-out;
    min-height: 100%;
  }
  .nav-main .top .header {
    display: flex;
    height: 52px;
    padding: 0 0 0 30px;
    font-size: 1rem;
    background-color: #f4f7f6;
    border-bottom: 1px solid #e9ecef;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .nav-main .top .header .title-nav {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    color: #00AC4E;
  }
  .nav-main .top .menu-movil {
    right: 50px;
    opacity: 0;
    visibility: hidden;
  }
  .nav-main .box-bottom {
    display: block;
    background-color: #005BAA;
    background-image: url(../images/bg/grid-agrosavia.png);
    color: #fff;
    padding: 30px 25px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
}

.nav-sidebar-open .collapse-container {
  position: fixed;
  transform: translateX(320px);
}
.nav-sidebar-open .collapse-container:before {
  content: "";
  opacity: 1;
  visibility: visible;
}
.nav-sidebar-open .nav-main {
  position: fixed;
  transform: translateX(0);
}
.nav-sidebar-open .nav-main .top .menu-movil {
  box-shadow: 0 29px 32px -20px rgba(0, 0, 0, 0.5), 0 4px 11px -3px rgba(0, 0, 0, 0.25);
  opacity: 1;
  right: 0;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.3s;
}
.nav-sidebar-open .nav-main .box-bottom {
  opacity: 1;
  visibility: visible;
  /*position: absolute;*/
  bottom: 0;
}
.nav-sidebar-open .nav-main .box-bottom .box-redes-text {
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.collapse-container {
  position: relative;
  min-height: 100%;
  padding-top: 0;
  transition: transform 0.5s ease;
}
.collapse-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1030;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.nav-accesibilidad {
  background: #212529;
  position: fixed;
  z-index: 1022;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 280px;
  width: 100%;
  padding: 100px 20px 60px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav-accesibilidad ul.main li {
  transform: translateX(20px);
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.nav-accesibilidad ul.main li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  display: block;
  padding: 10px 0;
  transition: 0.5s ease-in-out;
}
.nav-accesibilidad.show {
  transform: translateX(0px);
}
.nav-accesibilidad.show ul.main {
  list-style-type: none;
}
.nav-accesibilidad.show ul.main li {
  transform: translateX(0px);
  opacity: 1;
}
.nav-accesibilidad.show ul.main li:nth-child(1) {
  transition-delay: 0.15s;
}
.nav-accesibilidad.show ul.main li:nth-child(2) {
  transition-delay: 0.3s;
}
.nav-accesibilidad.show ul.main li:nth-child(3) {
  transition-delay: 0.45s;
}
.nav-accesibilidad.show ul.main li:nth-child(4) {
  transition-delay: 0.6s;
}
.nav-accesibilidad.show ul.main li:nth-child(5) {
  transition-delay: 0.75s;
}
.nav-accesibilidad.show ul.main li:nth-child(6) {
  transition-delay: 0.9s;
}
.nav-accesibilidad.show ul.main li:nth-child(7) {
  transition-delay: 1.05s;
}
.nav-accesibilidad.show ul.main li:nth-child(8) {
  transition-delay: 1.2s;
}
.nav-accesibilidad.show ul.main li:nth-child(9) {
  transition-delay: 1.35s;
}
.nav-accesibilidad.show ul.main li:nth-child(10) {
  transition-delay: 1.5s;
}
.nav-accesibilidad.show ul.main li:nth-child(11) {
  transition-delay: 1.65s;
}
.nav-accesibilidad.show ul.main li:nth-child(12) {
  transition-delay: 1.8s;
}
.nav-accesibilidad.show ul.main li:nth-child(13) {
  transition-delay: 1.95s;
}
.nav-accesibilidad.show ul.main li:nth-child(14) {
  transition-delay: 2.1s;
}
.nav-accesibilidad.show ul.main li:nth-child(15) {
  transition-delay: 2.25s;
}
.nav-accesibilidad.show ul.main li:nth-child(16) {
  transition-delay: 2.4s;
}
.nav-accesibilidad.show ul.main li:nth-child(17) {
  transition-delay: 2.55s;
}
.nav-accesibilidad.show ul.main li:nth-child(18) {
  transition-delay: 2.7s;
}
.nav-accesibilidad.show ul.main li:nth-child(19) {
  transition-delay: 2.85s;
}
.nav-accesibilidad.show ul.main li:nth-child(20) {
  transition-delay: 3s;
}
.nav-accesibilidad.show ul.main li:nth-child(21) {
  transition-delay: 3.15s;
}
.nav-accesibilidad.show ul.main li:nth-child(22) {
  transition-delay: 3.3s;
}
.nav-accesibilidad.show ul.main li:nth-child(23) {
  transition-delay: 3.45s;
}
.nav-accesibilidad.show ul.main li:nth-child(24) {
  transition-delay: 3.6s;
}
.nav-accesibilidad.show ul.main li:nth-child(25) {
  transition-delay: 3.75s;
}
.nav-accesibilidad.show ul.main li:nth-child(26) {
  transition-delay: 3.9s;
}
.nav-accesibilidad.show ul.main li:nth-child(27) {
  transition-delay: 4.05s;
}
.nav-accesibilidad.show ul.main li:nth-child(28) {
  transition-delay: 4.2s;
}
.nav-accesibilidad.show ul.main li:nth-child(29) {
  transition-delay: 4.35s;
}
.nav-accesibilidad.show ul.main li:nth-child(30) {
  transition-delay: 4.5s;
}
.nav-accesibilidad.show ul.main li:nth-child(31) {
  transition-delay: 4.65s;
}
.nav-accesibilidad.show ul.main li:nth-child(32) {
  transition-delay: 4.8s;
}
.nav-accesibilidad.show ul.main li:nth-child(33) {
  transition-delay: 4.95s;
}
.nav-accesibilidad.show ul.main li:nth-child(34) {
  transition-delay: 5.1s;
}
.nav-accesibilidad.show ul.main li:nth-child(35) {
  transition-delay: 5.25s;
}
.nav-accesibilidad.show ul.main li:nth-child(36) {
  transition-delay: 5.4s;
}
.nav-accesibilidad.show ul.main li:nth-child(37) {
  transition-delay: 5.55s;
}
.nav-accesibilidad.show ul.main li:nth-child(38) {
  transition-delay: 5.7s;
}
.nav-accesibilidad.show ul.main li:nth-child(39) {
  transition-delay: 5.85s;
}
.nav-accesibilidad.show ul.main li:nth-child(40) {
  transition-delay: 6s;
}
.nav-accesibilidad.show ul.main li:nth-child(41) {
  transition-delay: 6.15s;
}
.nav-accesibilidad.show ul.main li:nth-child(42) {
  transition-delay: 6.3s;
}
.nav-accesibilidad.show ul.main li:nth-child(43) {
  transition-delay: 6.45s;
}
.nav-accesibilidad.show ul.main li:nth-child(44) {
  transition-delay: 6.6s;
}
.nav-accesibilidad.show ul.main li:nth-child(45) {
  transition-delay: 6.75s;
}
.nav-accesibilidad.show ul.main li:nth-child(46) {
  transition-delay: 6.9s;
}
.nav-accesibilidad.show ul.main li:nth-child(47) {
  transition-delay: 7.05s;
}
.nav-accesibilidad.show ul.main li:nth-child(48) {
  transition-delay: 7.2s;
}
.nav-accesibilidad.show ul.main li:nth-child(49) {
  transition-delay: 7.35s;
}
.nav-accesibilidad.show ul.main li:nth-child(50) {
  transition-delay: 7.5s;
}
.nav-accesibilidad.show ul.main li:nth-child(51) {
  transition-delay: 7.65s;
}
.nav-accesibilidad.show ul.main li:nth-child(52) {
  transition-delay: 7.8s;
}
.nav-accesibilidad.show ul.main li:nth-child(53) {
  transition-delay: 7.95s;
}
.nav-accesibilidad.show ul.main li:nth-child(54) {
  transition-delay: 8.1s;
}
.nav-accesibilidad.show ul.main li:nth-child(55) {
  transition-delay: 8.25s;
}
.nav-accesibilidad.show ul.main li:nth-child(56) {
  transition-delay: 8.4s;
}
.nav-accesibilidad.show ul.main li:nth-child(57) {
  transition-delay: 8.55s;
}
.nav-accesibilidad.show ul.main li:nth-child(58) {
  transition-delay: 8.7s;
}
.nav-accesibilidad.show ul.main li:nth-child(59) {
  transition-delay: 8.85s;
}
.nav-accesibilidad.show ul.main li:nth-child(60) {
  transition-delay: 9s;
}
.nav-accesibilidad.show ul.main li:nth-child(61) {
  transition-delay: 9.15s;
}
.nav-accesibilidad.show ul.main li:nth-child(62) {
  transition-delay: 9.3s;
}
.nav-accesibilidad.show ul.main li:nth-child(63) {
  transition-delay: 9.45s;
}
.nav-accesibilidad.show ul.main li:nth-child(64) {
  transition-delay: 9.6s;
}
.nav-accesibilidad.show ul.main li:nth-child(65) {
  transition-delay: 9.75s;
}
.nav-accesibilidad.show ul.main li:nth-child(66) {
  transition-delay: 9.9s;
}
.nav-accesibilidad.show ul.main li:nth-child(67) {
  transition-delay: 10.05s;
}
.nav-accesibilidad.show ul.main li:nth-child(68) {
  transition-delay: 10.2s;
}
.nav-accesibilidad.show ul.main li:nth-child(69) {
  transition-delay: 10.35s;
}
.nav-accesibilidad.show ul.main li:nth-child(70) {
  transition-delay: 10.5s;
}
.nav-accesibilidad.show ul.main li:nth-child(71) {
  transition-delay: 10.65s;
}
.nav-accesibilidad.show ul.main li:nth-child(72) {
  transition-delay: 10.8s;
}
.nav-accesibilidad.show ul.main li:nth-child(73) {
  transition-delay: 10.95s;
}
.nav-accesibilidad.show ul.main li:nth-child(74) {
  transition-delay: 11.1s;
}
.nav-accesibilidad.show ul.main li:nth-child(75) {
  transition-delay: 11.25s;
}
.nav-accesibilidad.show ul.main li:nth-child(76) {
  transition-delay: 11.4s;
}
.nav-accesibilidad.show ul.main li:nth-child(77) {
  transition-delay: 11.55s;
}
.nav-accesibilidad.show ul.main li:nth-child(78) {
  transition-delay: 11.7s;
}
.nav-accesibilidad.show ul.main li:nth-child(79) {
  transition-delay: 11.85s;
}
.nav-accesibilidad.show ul.main li:nth-child(80) {
  transition-delay: 12s;
}
.nav-accesibilidad.show ul.main li:nth-child(81) {
  transition-delay: 12.15s;
}
.nav-accesibilidad.show ul.main li:nth-child(82) {
  transition-delay: 12.3s;
}
.nav-accesibilidad.show ul.main li:nth-child(83) {
  transition-delay: 12.45s;
}
.nav-accesibilidad.show ul.main li:nth-child(84) {
  transition-delay: 12.6s;
}
.nav-accesibilidad.show ul.main li:nth-child(85) {
  transition-delay: 12.75s;
}
.nav-accesibilidad.show ul.main li:nth-child(86) {
  transition-delay: 12.9s;
}
.nav-accesibilidad.show ul.main li:nth-child(87) {
  transition-delay: 13.05s;
}
.nav-accesibilidad.show ul.main li:nth-child(88) {
  transition-delay: 13.2s;
}
.nav-accesibilidad.show ul.main li:nth-child(89) {
  transition-delay: 13.35s;
}
.nav-accesibilidad.show ul.main li:nth-child(90) {
  transition-delay: 13.5s;
}
.nav-accesibilidad.show ul.main li:nth-child(91) {
  transition-delay: 13.65s;
}
.nav-accesibilidad.show ul.main li:nth-child(92) {
  transition-delay: 13.8s;
}
.nav-accesibilidad.show ul.main li:nth-child(93) {
  transition-delay: 13.95s;
}
.nav-accesibilidad.show ul.main li:nth-child(94) {
  transition-delay: 14.1s;
}
.nav-accesibilidad.show ul.main li:nth-child(95) {
  transition-delay: 14.25s;
}
.nav-accesibilidad.show ul.main li:nth-child(96) {
  transition-delay: 14.4s;
}
.nav-accesibilidad.show ul.main li:nth-child(97) {
  transition-delay: 14.55s;
}
.nav-accesibilidad.show ul.main li:nth-child(98) {
  transition-delay: 14.7s;
}
.nav-accesibilidad.show ul.main li:nth-child(99) {
  transition-delay: 14.85s;
}
.nav-accesibilidad.show ul.main li:nth-child(100) {
  transition-delay: 15s;
}

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

.bt-cerrar-acces {
  position: absolute;
  top: 0;
  right: 0;
}

/*  OVERLAY
========================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1021;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}

.menu-accesibilidad.show .overlay {
  opacity: 0.75;
  visibility: visible;
}

.menu_sup_izq .item {
  padding: 0 1rem;
}
.menu_sup_izq .bt-menu {
  display: none;
  min-width: 115px;
  color: #202121;
  cursor: pointer;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  transition: all 0.3s ease-in-out;
}
.menu_sup_izq .bt-menu .ico-menu {
  top: -1px;
  margin-right: 10px;
  vertical-align: middle;
}
.menu_sup_izq .bt-menu span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
  .menu_sup_izq .bt-menu span {
    display: none;
  }
}
.menu_sup_izq .bt-menu:hover .ico-menu .bar:after {
  left: 0;
}
.menu_sup_izq .bt-menu:hover span {
  color: #6c757d;
}
@media (max-width: 575.98px) {
  .menu_sup_izq .bt-menu {
    min-width: inherit;
    width: 52px;
  }
}
@media (max-width: 991.98px) {
  .menu_sup_izq .bt-menu {
    display: block;
  }
}

.menu_sup_der {
  width: 230px;
  margin-right: 70px;
}
@media (max-width: 1199.98px) {
  .menu_sup_der {
    width: 230px;
    margin-right: 20px;
  }
}

.ico-menu {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
}
.ico-menu .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #343a40;
  border-radius: 2px;
  overflow: hidden;
}
.ico-menu .bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #adb5bd;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.ico-menu .bar:nth-child(1) {
  top: 0;
}
.ico-menu .bar:nth-child(1):after {
  transition-delay: 0.1s;
}
.ico-menu .bar:nth-child(2) {
  top: 6px;
  width: 80%;
}
.ico-menu .bar:nth-child(2):after {
  transition-delay: 0.2s;
}
.ico-menu .bar:nth-child(3) {
  top: 12px;
}
.ico-menu .bar:nth-child(3):after {
  transition-delay: 0.3s;
}

.nav-filter {
  height: 53px;
  line-height: 53px;
  border-bottom: 3px solid #005BAA;
  transition: all 0.3s ease-in-out;
}
.nav-filter.search-inner {
  border-bottom-color: #00AC4E;
}
.nav-filter .title-filter {
  border-right: 1px solid #e9ecef;
  padding: 0 1rem;
}
.nav-filter .search-filter {
  border-right: 1px solid #e9ecef;
  padding: 0 1rem;
}
.nav-filter .search-filter i {
  margin: 0;
}
.nav-filter ul {
  margin: 0;
  padding: 0;
}
.nav-filter .navbar-nav-scroll {
  padding-bottom: 0.4rem;
  height: 65px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-filter .sub-nav .flickity-viewport {
  overflow: initial;
}
.nav-filter .sub-nav .group {
  margin: -1px 0px;
}
.nav-filter .sub-nav .group:first-child {
  padding: 0 0.75rem;
}
.nav-filter .group {
  border-right: 1px solid #e9ecef;
  display: inline-flex;
  margin: -3px 0px;
}
.nav-filter .group:first-child {
  display: inline-block;
}
.nav-filter .group:last-child {
  border-right: none;
  padding-right: 0;
}
.nav-filter .group .btn {
  background: transparent;
  border: none;
  border-radius: 0;
  font-weight: 400;
  font-size: 0.8125rem;
  padding-top: 1.125rem;
  padding-bottom: 0.875rem;
  text-transform: uppercase;
}
.nav-filter .group .btn:hover, .nav-filter .group .btn.active {
  background: #fff;
}
.nav-filter .group .btn:focus, .nav-filter .group .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 78, 0.25);
}
.nav-filter .group a {
  color: #212529;
}
.nav-filter .group .icon-menu-user {
  margin: 0 5px;
}
.nav-filter .group.selected .btn {
  font-weight: bold;
}
.nav-filter .group.menu-search-input form {
  width: 100%;
}
.nav-filter .group.menu-search-input input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}
.nav-filter .group.menu-search-input input::-moz-placeholder {
  opacity: 0.8;
}
.nav-filter .group.menu-search-input input::placeholder {
  opacity: 0.8;
}
.nav-filter .btn-nav-scroll.left-paddle {
  left: 0;
}
.nav-filter .btn-nav-scroll.right-paddle {
  right: 0;
}

.nav-interno-up {
  height: 50px;
}
.nav-interno-up ul {
  margin: 0;
  padding: 0;
}
.nav-interno-up ul.nav {
  flex-wrap: nowrap;
}
.nav-interno-up .navbar-nav-scroll {
  padding-bottom: 0.4rem;
  height: 52px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.box-redes-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  transition: all 0.65s ease-in-out;
}
.box-redes-content .label_social_media {
  text-align: center;
  margin-top: -2.5rem;
}

.select_languages_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0 1rem;
  padding: 0.1rem;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .select_languages_container {
    margin: 0;
    padding: 0;
    flex-direction: row;
    gap: 5px;
    justify-content: end;
  }
}
.select_languages_container .btn_language {
  display: flex;
  flex-direction: row;
  border: 1px solid #ccc;
  background: transparent;
  outline: none;
  cursor: pointer;
  padding: 0.1rem 0.5rem;
  border-radius: 5px;
  transition: all 0.65s ease-in-out;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.select_languages_container .btn_language .language_name {
  display: flex;
  font-size: 12px;
}
.select_languages_container .btn_language .language_img {
  height: 12px;
}
@media screen and (max-width: 768px) {
  .select_languages_container .btn_language {
    padding: 0.2rem;
  }
  .select_languages_container .btn_language .language_name {
    display: none;
  }
  .select_languages_container .btn_language .language_img {
    height: 14px;
  }
}

.gov_text_mobile {
  font-size: 8px;
  margin: 0;
}

.vertical_align_center {
  align-items: center;
}

.bg-top_gov {
  background-color: #E5EEFB;
}

/*menu principal navbar-nav-scroll*/
.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: 3rem 1.25rem 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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  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;
}

.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: #00AC4E;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #00602b;
  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(0, 172, 78, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: #00AC4E;
  border-color: #00AC4E;
}
.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;
}
.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: #00AC4E;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #007937;
}

.badge-secondary {
  color: #fff;
  background-color: #005BAA;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #004077;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #1E1E1E;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #050505;
}

.badge-lime {
  color: #212529;
  background-color: #f4f7f6;
}
.badge-lime[href]:hover, .badge-lime[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d6e2de;
}

.badge-modCyan {
  color: #212529;
  background-color: #4FC5B6;
}
.badge-modCyan[href]:hover, .badge-modCyan[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #38a99b;
}

.badge-ot {
  color: #fff;
  background-color: #1EC65E;
}
.badge-ot[href]:hover, .badge-ot[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #179a49;
}

.badge-ev {
  color: #fff;
  background-color: #B21527;
}
.badge-ev[href]:hover, .badge-ev[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #84101d;
}

.badge-ci {
  color: #212529;
  background-color: #5AC8FA;
}
.badge-ci[href]:hover, .badge-ci[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #29b8f9;
}

.badge-pos {
  color: #212529;
  background-color: #FFCC00;
}
.badge-pos[href]:hover, .badge-pos[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cca300;
}

.badge-ri {
  color: #fff;
  background-color: #6610f2;
}
.badge-ri[href]:hover, .badge-ri[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #510bc4;
}

.badge-na {
  color: #fff;
  background-color: transparent;
}
.badge-na[href]:hover, .badge-na[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}

.badge-in {
  color: #fff;
  background-color: #8E8E93;
}
.badge-in[href]:hover, .badge-in[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #74747a;
}

.badge-su {
  color: #212529;
  background-color: #fd7e14;
}
.badge-su[href]:hover, .badge-su[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dc6502;
}

.badge-io {
  color: #fff;
  background-color: #FF3B30;
}
.badge-io[href]:hover, .badge-io[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #fc0d00;
}

.badge-darkblue {
  color: #fff;
  background-color: #005976;
}
.badge-darkblue[href]:hover, .badge-darkblue[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #003343;
}

.badge-gray-event {
  color: #212529;
  background-color: #f5f5f5;
}
.badge-gray-event[href]:hover, .badge-gray-event[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: gainsboro;
}

.badge-fb {
  color: #fff;
  background-color: #3b5998;
}
.badge-fb[href]:hover, .badge-fb[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2d4373;
}

.badge-tw {
  color: #212529;
  background-color: #55acee;
}
.badge-tw[href]:hover, .badge-tw[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #2795e9;
}

.badge-ins {
  color: #212529;
  background-color: #f09433;
}
.badge-ins[href]:hover, .badge-ins[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e07b10;
}

.badge-yt {
  color: #fff;
  background-color: #ed302f;
}
.badge-yt[href]:hover, .badge-yt[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d61413;
}

.badge-ws {
  color: #fff;
  background-color: #25D366;
}
.badge-ws[href]:hover, .badge-ws[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1da851;
}

.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: #005929;
  background-color: #cceedc;
  border-color: #b8e8cd;
}
.alert-primary hr {
  border-top-color: #a5e2bf;
}
.alert-primary .alert-link {
  color: #002612;
}

.alert-secondary {
  color: #002f58;
  background-color: #ccdeee;
  border-color: #b8d1e7;
}
.alert-secondary hr {
  border-top-color: #a5c5e1;
}
.alert-secondary .alert-link {
  color: #001425;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #101010;
  background-color: #d2d2d2;
  border-color: silver;
}
.alert-dark hr {
  border-top-color: #b3b3b3;
}
.alert-dark .alert-link {
  color: black;
}

.alert-lime {
  color: #7f8080;
  background-color: #fdfdfd;
  border-color: #fcfdfc;
}
.alert-lime hr {
  border-top-color: #edf3ed;
}
.alert-lime .alert-link {
  color: #666666;
}

.alert-modCyan {
  color: #29665f;
  background-color: #dcf3f0;
  border-color: #ceefeb;
}
.alert-modCyan hr {
  border-top-color: #bbe9e3;
}
.alert-modCyan .alert-link {
  color: #1a423d;
}

.alert-ot {
  color: #106731;
  background-color: #d2f4df;
  border-color: #c0efd2;
}
.alert-ot hr {
  border-top-color: #aceac3;
}
.alert-ot .alert-link {
  color: #093b1c;
}

.alert-ev {
  color: #5d0b14;
  background-color: #f0d0d4;
  border-color: #e9bdc3;
}
.alert-ev hr {
  border-top-color: #e3aab2;
}
.alert-ev .alert-link {
  color: #2f060a;
}

.alert-ci {
  color: #2f6882;
  background-color: #def4fe;
  border-color: #d1f0fe;
}
.alert-ci hr {
  border-top-color: #b8e8fd;
}
.alert-ci .alert-link {
  color: #214a5d;
}

.alert-pos {
  color: #856a00;
  background-color: #fff5cc;
  border-color: #fff1b8;
}
.alert-pos hr {
  border-top-color: #ffec9f;
}
.alert-pos .alert-link {
  color: #524100;
}

.alert-ri {
  color: #35087e;
  background-color: #e0cffc;
  border-color: #d4bcfb;
}
.alert-ri hr {
  border-top-color: #c5a4fa;
}
.alert-ri .alert-link {
  color: #21054e;
}

.alert-na {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.72);
}
.alert-na hr {
  border-top-color: rgba(242, 242, 242, 0.72);
}
.alert-na .alert-link {
  color: rgba(0, 0, 0, 0.48);
}

.alert-in {
  color: #4a4a4c;
  background-color: #e8e8e9;
  border-color: #dfdfe1;
}
.alert-in hr {
  border-top-color: #d2d2d5;
}
.alert-in .alert-link {
  color: #313132;
}

.alert-su {
  color: #84420a;
  background-color: #ffe5d0;
  border-color: #fedbbd;
}
.alert-su hr {
  border-top-color: #fecda4;
}
.alert-su .alert-link {
  color: #552a06;
}

.alert-io {
  color: #851f19;
  background-color: #ffd8d6;
  border-color: #ffc8c5;
}
.alert-io hr {
  border-top-color: #ffb0ac;
}
.alert-io .alert-link {
  color: #5a1511;
}

.alert-darkblue {
  color: #002e3d;
  background-color: #ccdee4;
  border-color: #b8d1d9;
}
.alert-darkblue hr {
  border-top-color: #a7c6d0;
}
.alert-darkblue .alert-link {
  color: #00080a;
}

.alert-gray-event {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-gray-event hr {
  border-top-color: #efefef;
}
.alert-gray-event .alert-link {
  color: #666666;
}

.alert-fb {
  color: #1f2e4f;
  background-color: #d8deea;
  border-color: #c8d1e2;
}
.alert-fb hr {
  border-top-color: #b7c3d9;
}
.alert-fb .alert-link {
  color: #11192a;
}

.alert-tw {
  color: #2c597c;
  background-color: #ddeefc;
  border-color: #cfe8fa;
}
.alert-tw hr {
  border-top-color: #b8ddf8;
}
.alert-tw .alert-link {
  color: #1f3e56;
}

.alert-ins {
  color: #7d4d1b;
  background-color: #fcead6;
  border-color: #fbe1c6;
}
.alert-ins hr {
  border-top-color: #f9d4ae;
}
.alert-ins .alert-link {
  color: #533312;
}

.alert-yt {
  color: #7b1918;
  background-color: #fbd6d5;
  border-color: #fac5c5;
}
.alert-yt hr {
  border-top-color: #f8aeae;
}
.alert-yt .alert-link {
  color: #501010;
}

.alert-ws {
  color: #136e35;
  background-color: #d3f6e0;
  border-color: #c2f3d4;
}
.alert-ws hr {
  border-top-color: #adefc5;
}
.alert-ws .alert-link {
  color: #0b4320;
}

@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: #00AC4E;
  transition: width 0.6s ease;
}
@media screen and (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 {
  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 {
  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:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00AC4E;
  border-color: #00AC4E;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #005929;
  background-color: #b8e8cd;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #005929;
  background-color: #a5e2bf;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #005929;
  border-color: #005929;
}

.list-group-item-secondary {
  color: #002f58;
  background-color: #b8d1e7;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #002f58;
  background-color: #a5c5e1;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #002f58;
  border-color: #002f58;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #101010;
  background-color: silver;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #101010;
  background-color: #b3b3b3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #101010;
  border-color: #101010;
}

.list-group-item-lime {
  color: #7f8080;
  background-color: #fcfdfc;
}
.list-group-item-lime.list-group-item-action:hover, .list-group-item-lime.list-group-item-action:focus {
  color: #7f8080;
  background-color: #edf3ed;
}
.list-group-item-lime.list-group-item-action.active {
  color: #fff;
  background-color: #7f8080;
  border-color: #7f8080;
}

.list-group-item-modCyan {
  color: #29665f;
  background-color: #ceefeb;
}
.list-group-item-modCyan.list-group-item-action:hover, .list-group-item-modCyan.list-group-item-action:focus {
  color: #29665f;
  background-color: #bbe9e3;
}
.list-group-item-modCyan.list-group-item-action.active {
  color: #fff;
  background-color: #29665f;
  border-color: #29665f;
}

.list-group-item-ot {
  color: #106731;
  background-color: #c0efd2;
}
.list-group-item-ot.list-group-item-action:hover, .list-group-item-ot.list-group-item-action:focus {
  color: #106731;
  background-color: #aceac3;
}
.list-group-item-ot.list-group-item-action.active {
  color: #fff;
  background-color: #106731;
  border-color: #106731;
}

.list-group-item-ev {
  color: #5d0b14;
  background-color: #e9bdc3;
}
.list-group-item-ev.list-group-item-action:hover, .list-group-item-ev.list-group-item-action:focus {
  color: #5d0b14;
  background-color: #e3aab2;
}
.list-group-item-ev.list-group-item-action.active {
  color: #fff;
  background-color: #5d0b14;
  border-color: #5d0b14;
}

.list-group-item-ci {
  color: #2f6882;
  background-color: #d1f0fe;
}
.list-group-item-ci.list-group-item-action:hover, .list-group-item-ci.list-group-item-action:focus {
  color: #2f6882;
  background-color: #b8e8fd;
}
.list-group-item-ci.list-group-item-action.active {
  color: #fff;
  background-color: #2f6882;
  border-color: #2f6882;
}

.list-group-item-pos {
  color: #856a00;
  background-color: #fff1b8;
}
.list-group-item-pos.list-group-item-action:hover, .list-group-item-pos.list-group-item-action:focus {
  color: #856a00;
  background-color: #ffec9f;
}
.list-group-item-pos.list-group-item-action.active {
  color: #fff;
  background-color: #856a00;
  border-color: #856a00;
}

.list-group-item-ri {
  color: #35087e;
  background-color: #d4bcfb;
}
.list-group-item-ri.list-group-item-action:hover, .list-group-item-ri.list-group-item-action:focus {
  color: #35087e;
  background-color: #c5a4fa;
}
.list-group-item-ri.list-group-item-action.active {
  color: #fff;
  background-color: #35087e;
  border-color: #35087e;
}

.list-group-item-na {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.72);
}
.list-group-item-na.list-group-item-action:hover, .list-group-item-na.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(242, 242, 242, 0.72);
}
.list-group-item-na.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.48);
  border-color: rgba(0, 0, 0, 0.48);
}

.list-group-item-in {
  color: #4a4a4c;
  background-color: #dfdfe1;
}
.list-group-item-in.list-group-item-action:hover, .list-group-item-in.list-group-item-action:focus {
  color: #4a4a4c;
  background-color: #d2d2d5;
}
.list-group-item-in.list-group-item-action.active {
  color: #fff;
  background-color: #4a4a4c;
  border-color: #4a4a4c;
}

.list-group-item-su {
  color: #84420a;
  background-color: #fedbbd;
}
.list-group-item-su.list-group-item-action:hover, .list-group-item-su.list-group-item-action:focus {
  color: #84420a;
  background-color: #fecda4;
}
.list-group-item-su.list-group-item-action.active {
  color: #fff;
  background-color: #84420a;
  border-color: #84420a;
}

.list-group-item-io {
  color: #851f19;
  background-color: #ffc8c5;
}
.list-group-item-io.list-group-item-action:hover, .list-group-item-io.list-group-item-action:focus {
  color: #851f19;
  background-color: #ffb0ac;
}
.list-group-item-io.list-group-item-action.active {
  color: #fff;
  background-color: #851f19;
  border-color: #851f19;
}

.list-group-item-darkblue {
  color: #002e3d;
  background-color: #b8d1d9;
}
.list-group-item-darkblue.list-group-item-action:hover, .list-group-item-darkblue.list-group-item-action:focus {
  color: #002e3d;
  background-color: #a7c6d0;
}
.list-group-item-darkblue.list-group-item-action.active {
  color: #fff;
  background-color: #002e3d;
  border-color: #002e3d;
}

.list-group-item-gray-event {
  color: #7f7f7f;
  background-color: #fcfcfc;
}
.list-group-item-gray-event.list-group-item-action:hover, .list-group-item-gray-event.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}
.list-group-item-gray-event.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.list-group-item-fb {
  color: #1f2e4f;
  background-color: #c8d1e2;
}
.list-group-item-fb.list-group-item-action:hover, .list-group-item-fb.list-group-item-action:focus {
  color: #1f2e4f;
  background-color: #b7c3d9;
}
.list-group-item-fb.list-group-item-action.active {
  color: #fff;
  background-color: #1f2e4f;
  border-color: #1f2e4f;
}

.list-group-item-tw {
  color: #2c597c;
  background-color: #cfe8fa;
}
.list-group-item-tw.list-group-item-action:hover, .list-group-item-tw.list-group-item-action:focus {
  color: #2c597c;
  background-color: #b8ddf8;
}
.list-group-item-tw.list-group-item-action.active {
  color: #fff;
  background-color: #2c597c;
  border-color: #2c597c;
}

.list-group-item-ins {
  color: #7d4d1b;
  background-color: #fbe1c6;
}
.list-group-item-ins.list-group-item-action:hover, .list-group-item-ins.list-group-item-action:focus {
  color: #7d4d1b;
  background-color: #f9d4ae;
}
.list-group-item-ins.list-group-item-action.active {
  color: #fff;
  background-color: #7d4d1b;
  border-color: #7d4d1b;
}

.list-group-item-yt {
  color: #7b1918;
  background-color: #fac5c5;
}
.list-group-item-yt.list-group-item-action:hover, .list-group-item-yt.list-group-item-action:focus {
  color: #7b1918;
  background-color: #f8aeae;
}
.list-group-item-yt.list-group-item-action.active {
  color: #fff;
  background-color: #7b1918;
  border-color: #7b1918;
}

.list-group-item-ws {
  color: #136e35;
  background-color: #c2f3d4;
}
.list-group-item-ws.list-group-item-action:hover, .list-group-item-ws.list-group-item-action:focus {
  color: #136e35;
  background-color: #adefc5;
}
.list-group-item-ws.list-group-item-action.active {
  color: #fff;
  background-color: #136e35;
  border-color: #136e35;
}

.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:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.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, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 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 #e9ecef;
}
.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-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  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.5rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 1rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  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,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 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-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,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 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-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,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  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-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 #f7f7f7;
}

.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,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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: 10px;
  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 {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

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

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  background: transparent !important;
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y !important;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 2px !important;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  width: 12px;
  border-radius: 10px;
}

.main-carousel {
  position: relative;
  width: 100%;
}

.carousel {
  background: #FAFAFA;
  width: 100%;
}

/*
.carousel-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}*/
/* cell number 
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}*/
.carousel-cell {
  width: 100%;
  /* full width */
  height: auto;
  background: #fff;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-bar {
  height: 20px;
  width: 0;
  background: #333;
}

.content-slide,
.content-banner {
  position: relative;
  margin-bottom: 20px;
  /* right to left */
}
.content-slide .button-row,
.content-banner .button-row {
  position: absolute;
  width: 100%;
  top: 0;
}
.content-slide .flickity-button,
.content-banner .flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #333;
}
.content-slide .flickity-prev-next-button,
.content-banner .flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  z-index: 10;
}
.content-slide .flickity-prev-next-button.previous,
.content-banner .flickity-prev-next-button.previous {
  left: 10px;
}
.content-slide .flickity-prev-next-button.next,
.content-banner .flickity-prev-next-button.next {
  right: 10px;
}
.content-slide .flickity-rtl .flickity-prev-next-button.previous,
.content-banner .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.content-slide .flickity-rtl .flickity-prev-next-button.next,
.content-banner .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.content-slide .flickity-prev-next-button .flickity-button-icon,
.content-banner .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.content-slide .flickity-page-dots,
.content-banner .flickity-page-dots {
  bottom: 15%;
  z-index: 10;
}
.content-slide .flickity-page-dots .dot,
.content-banner .flickity-page-dots .dot {
  background: #fff;
}
.content-slide .flickity-page-dots .dot.is-selected,
.content-banner .flickity-page-dots .dot.is-selected {
  width: 8px;
  height: 8px;
}
@media (max-width: 767.98px) {
  .content-slide .flickity-page-dots,
  .content-banner .flickity-page-dots {
    bottom: 7%;
  }
}
@media (min-width: 992px) {
  .content-slide .flickity-page-dots,
  .content-banner .flickity-page-dots {
    bottom: 14%;
  }
}
.content-slide .flickity-button-icon,
.content-banner .flickity-button-icon {
  fill: #fff;
}

.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: #00AC4E !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007937 !important;
}

.bg-secondary {
  background-color: #005BAA !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #004077 !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: #1e7e34 !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: #117a8b !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: #d39e00 !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: #bd2130 !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: #dae0e5 !important;
}

.bg-dark {
  background-color: #1E1E1E !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #050505 !important;
}

.bg-lime {
  background-color: #f4f7f6 !important;
}

a.bg-lime:hover, a.bg-lime:focus,
button.bg-lime:hover,
button.bg-lime:focus {
  background-color: #d6e2de !important;
}

.bg-modCyan {
  background-color: #4FC5B6 !important;
}

a.bg-modCyan:hover, a.bg-modCyan:focus,
button.bg-modCyan:hover,
button.bg-modCyan:focus {
  background-color: #38a99b !important;
}

.bg-ot {
  background-color: #1EC65E !important;
}

a.bg-ot:hover, a.bg-ot:focus,
button.bg-ot:hover,
button.bg-ot:focus {
  background-color: #179a49 !important;
}

.bg-ev {
  background-color: #B21527 !important;
}

a.bg-ev:hover, a.bg-ev:focus,
button.bg-ev:hover,
button.bg-ev:focus {
  background-color: #84101d !important;
}

.bg-ci {
  background-color: #5AC8FA !important;
}

a.bg-ci:hover, a.bg-ci:focus,
button.bg-ci:hover,
button.bg-ci:focus {
  background-color: #29b8f9 !important;
}

.bg-pos {
  background-color: #FFCC00 !important;
}

a.bg-pos:hover, a.bg-pos:focus,
button.bg-pos:hover,
button.bg-pos:focus {
  background-color: #cca300 !important;
}

.bg-ri {
  background-color: #6610f2 !important;
}

a.bg-ri:hover, a.bg-ri:focus,
button.bg-ri:hover,
button.bg-ri:focus {
  background-color: #510bc4 !important;
}

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

a.bg-na:hover, a.bg-na:focus,
button.bg-na:hover,
button.bg-na:focus {
  background-color: rgba(0, 0, 0, 0) !important;
}

.bg-in {
  background-color: #8E8E93 !important;
}

a.bg-in:hover, a.bg-in:focus,
button.bg-in:hover,
button.bg-in:focus {
  background-color: #74747a !important;
}

.bg-su {
  background-color: #fd7e14 !important;
}

a.bg-su:hover, a.bg-su:focus,
button.bg-su:hover,
button.bg-su:focus {
  background-color: #dc6502 !important;
}

.bg-io {
  background-color: #FF3B30 !important;
}

a.bg-io:hover, a.bg-io:focus,
button.bg-io:hover,
button.bg-io:focus {
  background-color: #fc0d00 !important;
}

.bg-darkblue {
  background-color: #005976 !important;
}

a.bg-darkblue:hover, a.bg-darkblue:focus,
button.bg-darkblue:hover,
button.bg-darkblue:focus {
  background-color: #003343 !important;
}

.bg-gray-event {
  background-color: #f5f5f5 !important;
}

a.bg-gray-event:hover, a.bg-gray-event:focus,
button.bg-gray-event:hover,
button.bg-gray-event:focus {
  background-color: gainsboro !important;
}

.bg-fb {
  background-color: #3b5998 !important;
}

a.bg-fb:hover, a.bg-fb:focus,
button.bg-fb:hover,
button.bg-fb:focus {
  background-color: #2d4373 !important;
}

.bg-tw {
  background-color: #55acee !important;
}

a.bg-tw:hover, a.bg-tw:focus,
button.bg-tw:hover,
button.bg-tw:focus {
  background-color: #2795e9 !important;
}

.bg-ins {
  background-color: #f09433 !important;
}

a.bg-ins:hover, a.bg-ins:focus,
button.bg-ins:hover,
button.bg-ins:focus {
  background-color: #e07b10 !important;
}

.bg-yt {
  background-color: #ed302f !important;
}

a.bg-yt:hover, a.bg-yt:focus,
button.bg-yt:hover,
button.bg-yt:focus {
  background-color: #d61413 !important;
}

.bg-ws {
  background-color: #25D366 !important;
}

a.bg-ws:hover, a.bg-ws:focus,
button.bg-ws:hover,
button.bg-ws:focus {
  background-color: #1da851 !important;
}

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #e9ecef !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: #00AC4E !important;
}

.border-secondary {
  border-color: #005BAA !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: #1E1E1E !important;
}

.border-lime {
  border-color: #f4f7f6 !important;
}

.border-modCyan {
  border-color: #4FC5B6 !important;
}

.border-ot {
  border-color: #1EC65E !important;
}

.border-ev {
  border-color: #B21527 !important;
}

.border-ci {
  border-color: #5AC8FA !important;
}

.border-pos {
  border-color: #FFCC00 !important;
}

.border-ri {
  border-color: #6610f2 !important;
}

.border-na {
  border-color: transparent !important;
}

.border-in {
  border-color: #8E8E93 !important;
}

.border-su {
  border-color: #fd7e14 !important;
}

.border-io {
  border-color: #FF3B30 !important;
}

.border-darkblue {
  border-color: #005976 !important;
}

.border-gray-event {
  border-color: #f5f5f5 !important;
}

.border-fb {
  border-color: #3b5998 !important;
}

.border-tw {
  border-color: #55acee !important;
}

.border-ins {
  border-color: #f09433 !important;
}

.border-yt {
  border-color: #ed302f !important;
}

.border-ws {
  border-color: #25D366 !important;
}

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !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 (min-width: 1500px) {
  .d-xlm-none {
    display: none !important;
  }
  .d-xlm-inline {
    display: inline !important;
  }
  .d-xlm-inline-block {
    display: inline-block !important;
  }
  .d-xlm-block {
    display: block !important;
  }
  .d-xlm-table {
    display: table !important;
  }
  .d-xlm-table-row {
    display: table-row !important;
  }
  .d-xlm-table-cell {
    display: table-cell !important;
  }
  .d-xlm-flex {
    display: flex !important;
  }
  .d-xlm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 3000px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-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;
  }
}
@media (min-width: 1500px) {
  .flex-xlm-row {
    flex-direction: row !important;
  }
  .flex-xlm-column {
    flex-direction: column !important;
  }
  .flex-xlm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xlm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xlm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xlm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xlm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xlm-fill {
    flex: 1 1 auto !important;
  }
  .flex-xlm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xlm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xlm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xlm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xlm-start {
    justify-content: flex-start !important;
  }
  .justify-content-xlm-end {
    justify-content: flex-end !important;
  }
  .justify-content-xlm-center {
    justify-content: center !important;
  }
  .justify-content-xlm-between {
    justify-content: space-between !important;
  }
  .justify-content-xlm-around {
    justify-content: space-around !important;
  }
  .align-items-xlm-start {
    align-items: flex-start !important;
  }
  .align-items-xlm-end {
    align-items: flex-end !important;
  }
  .align-items-xlm-center {
    align-items: center !important;
  }
  .align-items-xlm-baseline {
    align-items: baseline !important;
  }
  .align-items-xlm-stretch {
    align-items: stretch !important;
  }
  .align-content-xlm-start {
    align-content: flex-start !important;
  }
  .align-content-xlm-end {
    align-content: flex-end !important;
  }
  .align-content-xlm-center {
    align-content: center !important;
  }
  .align-content-xlm-between {
    align-content: space-between !important;
  }
  .align-content-xlm-around {
    align-content: space-around !important;
  }
  .align-content-xlm-stretch {
    align-content: stretch !important;
  }
  .align-self-xlm-auto {
    align-self: auto !important;
  }
  .align-self-xlm-start {
    align-self: flex-start !important;
  }
  .align-self-xlm-end {
    align-self: flex-end !important;
  }
  .align-self-xlm-center {
    align-self: center !important;
  }
  .align-self-xlm-baseline {
    align-self: baseline !important;
  }
  .align-self-xlm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 3000px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-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;
  }
}
@media (min-width: 1500px) {
  .float-xlm-left {
    float: left !important;
  }
  .float-xlm-right {
    float: right !important;
  }
  .float-xlm-none {
    float: none !important;
  }
}
@media (min-width: 3000px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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;
}

.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-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-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-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-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-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;
  }
}
@media (min-width: 1500px) {
  .m-xlm-0 {
    margin: 0 !important;
  }
  .mt-xlm-0,
  .my-xlm-0 {
    margin-top: 0 !important;
  }
  .mr-xlm-0,
  .mx-xlm-0 {
    margin-right: 0 !important;
  }
  .mb-xlm-0,
  .my-xlm-0 {
    margin-bottom: 0 !important;
  }
  .ml-xlm-0,
  .mx-xlm-0 {
    margin-left: 0 !important;
  }
  .m-xlm-1 {
    margin: 0.25rem !important;
  }
  .mt-xlm-1,
  .my-xlm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xlm-1,
  .mx-xlm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xlm-1,
  .my-xlm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xlm-1,
  .mx-xlm-1 {
    margin-left: 0.25rem !important;
  }
  .m-xlm-2 {
    margin: 0.5rem !important;
  }
  .mt-xlm-2,
  .my-xlm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xlm-2,
  .mx-xlm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xlm-2,
  .my-xlm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xlm-2,
  .mx-xlm-2 {
    margin-left: 0.5rem !important;
  }
  .m-xlm-3 {
    margin: 1rem !important;
  }
  .mt-xlm-3,
  .my-xlm-3 {
    margin-top: 1rem !important;
  }
  .mr-xlm-3,
  .mx-xlm-3 {
    margin-right: 1rem !important;
  }
  .mb-xlm-3,
  .my-xlm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xlm-3,
  .mx-xlm-3 {
    margin-left: 1rem !important;
  }
  .m-xlm-4 {
    margin: 1.5rem !important;
  }
  .mt-xlm-4,
  .my-xlm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xlm-4,
  .mx-xlm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xlm-4,
  .my-xlm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xlm-4,
  .mx-xlm-4 {
    margin-left: 1.5rem !important;
  }
  .m-xlm-5 {
    margin: 3rem !important;
  }
  .mt-xlm-5,
  .my-xlm-5 {
    margin-top: 3rem !important;
  }
  .mr-xlm-5,
  .mx-xlm-5 {
    margin-right: 3rem !important;
  }
  .mb-xlm-5,
  .my-xlm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xlm-5,
  .mx-xlm-5 {
    margin-left: 3rem !important;
  }
  .p-xlm-0 {
    padding: 0 !important;
  }
  .pt-xlm-0,
  .py-xlm-0 {
    padding-top: 0 !important;
  }
  .pr-xlm-0,
  .px-xlm-0 {
    padding-right: 0 !important;
  }
  .pb-xlm-0,
  .py-xlm-0 {
    padding-bottom: 0 !important;
  }
  .pl-xlm-0,
  .px-xlm-0 {
    padding-left: 0 !important;
  }
  .p-xlm-1 {
    padding: 0.25rem !important;
  }
  .pt-xlm-1,
  .py-xlm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xlm-1,
  .px-xlm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xlm-1,
  .py-xlm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xlm-1,
  .px-xlm-1 {
    padding-left: 0.25rem !important;
  }
  .p-xlm-2 {
    padding: 0.5rem !important;
  }
  .pt-xlm-2,
  .py-xlm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xlm-2,
  .px-xlm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xlm-2,
  .py-xlm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xlm-2,
  .px-xlm-2 {
    padding-left: 0.5rem !important;
  }
  .p-xlm-3 {
    padding: 1rem !important;
  }
  .pt-xlm-3,
  .py-xlm-3 {
    padding-top: 1rem !important;
  }
  .pr-xlm-3,
  .px-xlm-3 {
    padding-right: 1rem !important;
  }
  .pb-xlm-3,
  .py-xlm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xlm-3,
  .px-xlm-3 {
    padding-left: 1rem !important;
  }
  .p-xlm-4 {
    padding: 1.5rem !important;
  }
  .pt-xlm-4,
  .py-xlm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xlm-4,
  .px-xlm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xlm-4,
  .py-xlm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xlm-4,
  .px-xlm-4 {
    padding-left: 1.5rem !important;
  }
  .p-xlm-5 {
    padding: 3rem !important;
  }
  .pt-xlm-5,
  .py-xlm-5 {
    padding-top: 3rem !important;
  }
  .pr-xlm-5,
  .px-xlm-5 {
    padding-right: 3rem !important;
  }
  .pb-xlm-5,
  .py-xlm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xlm-5,
  .px-xlm-5 {
    padding-left: 3rem !important;
  }
  .m-xlm-auto {
    margin: auto !important;
  }
  .mt-xlm-auto,
  .my-xlm-auto {
    margin-top: auto !important;
  }
  .mr-xlm-auto,
  .mx-xlm-auto {
    margin-right: auto !important;
  }
  .mb-xlm-auto,
  .my-xlm-auto {
    margin-bottom: auto !important;
  }
  .ml-xlm-auto,
  .mx-xlm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 3000px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !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;
  }
}
@media (min-width: 1500px) {
  .text-xlm-left {
    text-align: left !important;
  }
  .text-xlm-right {
    text-align: right !important;
  }
  .text-xlm-center {
    text-align: center !important;
  }
}
@media (min-width: 3000px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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-normal {
  font-weight: 400 !important;
}

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

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

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

.text-primary {
  color: #00AC4E !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #007937 !important;
}

.text-secondary {
  color: #005BAA !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #004077 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #1E1E1E !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #050505 !important;
}

.text-lime {
  color: #f4f7f6 !important;
}

a.text-lime:hover, a.text-lime:focus {
  color: #d6e2de !important;
}

.text-modCyan {
  color: #4FC5B6 !important;
}

a.text-modCyan:hover, a.text-modCyan:focus {
  color: #38a99b !important;
}

.text-ot {
  color: #1EC65E !important;
}

a.text-ot:hover, a.text-ot:focus {
  color: #179a49 !important;
}

.text-ev {
  color: #B21527 !important;
}

a.text-ev:hover, a.text-ev:focus {
  color: #84101d !important;
}

.text-ci {
  color: #5AC8FA !important;
}

a.text-ci:hover, a.text-ci:focus {
  color: #29b8f9 !important;
}

.text-pos {
  color: #FFCC00 !important;
}

a.text-pos:hover, a.text-pos:focus {
  color: #cca300 !important;
}

.text-ri {
  color: #6610f2 !important;
}

a.text-ri:hover, a.text-ri:focus {
  color: #510bc4 !important;
}

.text-na {
  color: transparent !important;
}

a.text-na:hover, a.text-na:focus {
  color: rgba(0, 0, 0, 0) !important;
}

.text-in {
  color: #8E8E93 !important;
}

a.text-in:hover, a.text-in:focus {
  color: #74747a !important;
}

.text-su {
  color: #fd7e14 !important;
}

a.text-su:hover, a.text-su:focus {
  color: #dc6502 !important;
}

.text-io {
  color: #FF3B30 !important;
}

a.text-io:hover, a.text-io:focus {
  color: #fc0d00 !important;
}

.text-darkblue {
  color: #005976 !important;
}

a.text-darkblue:hover, a.text-darkblue:focus {
  color: #003343 !important;
}

.text-gray-event {
  color: #f5f5f5 !important;
}

a.text-gray-event:hover, a.text-gray-event:focus {
  color: gainsboro !important;
}

.text-fb {
  color: #3b5998 !important;
}

a.text-fb:hover, a.text-fb:focus {
  color: #2d4373 !important;
}

.text-tw {
  color: #55acee !important;
}

a.text-tw:hover, a.text-tw:focus {
  color: #2795e9 !important;
}

.text-ins {
  color: #f09433 !important;
}

a.text-ins:hover, a.text-ins:focus {
  color: #e07b10 !important;
}

.text-yt {
  color: #ed302f !important;
}

a.text-yt:hover, a.text-yt:focus {
  color: #d61413 !important;
}

.text-ws {
  color: #25D366 !important;
}

a.text-ws:hover, a.text-ws:focus {
  color: #1da851 !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;
}

.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: "icoagrosavia";
  src: url("fonts/icoagrosavia.eot?9quwer");
  src: url("fonts/icoagrosavia.eot?9quwer#iefix") format("embedded-opentype"), url("fonts/icoagrosavia.ttf?9quwer") format("truetype"), url("fonts/icoagrosavia.woff?9quwer") format("woff"), url("fonts/icoagrosavia.svg?9quwer#icoagrosavia") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icoagrosavia" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 0.5rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-academico:before {
  content: "\e900";
}

.icon-access:before {
  content: "\e901";
}

.icon-agroexplora:before {
  content: "\e902";
}

.icon-agrosavia-1:before {
  content: "\e903";
}

.icon-agrosavia-2:before {
  content: "\e904";
}

.icon-agrosavia-full:before {
  content: "\e905";
}

.icon-agrosavia-mini:before {
  content: "\e906";
}

.icon-arrow-pointing-to-right:before {
  content: "\e907";
}

.icon-BGermoplasma:before {
  content: "\e908";
}

.icon-biblioteca:before {
  content: "\e909";
}

.icon-books:before {
  content: "\e90a";
}

.icon-calendar:before {
  content: "\e90b";
}

.icon-capacitacion:before {
  content: "\e90c";
}

.icon-chat:before {
  content: "\e90d";
}

.icon-check-ok:before {
  content: "\e90e";
}

.icon-ci:before {
  content: "\e90f";
}

.icon-clock:before {
  content: "\e910";
}

.icon-coleccion:before {
  content: "\e94e";
}

.icon-ctni:before {
  content: "\e94d";
}

.icon-datos:before {
  content: "\e911";
}

.icon-drag:before {
  content: "\e912";
}

.icon-edit:before {
  content: "\e913";
}

.icon-estrategia:before {
  content: "\e914";
}

.icon-exhibicion:before {
  content: "\e94f";
}

.icon-ev:before {
  content: "\e94c";
}

.icon-eye:before {
  content: "\e915";
}

.icon-facebook:before {
  content: "\e916";
}

.icon-filter:before {
  content: "\e917";
}

.icon-go-back-arrow:before {
  content: "\e918";
}

.icon-grupos:before {
  content: "\e919";
}

.icon-home:before {
  content: "\e91a";
}

.icon-in:before {
  content: "\e91b";
}

.icon-inmaduras:before {
  content: "\e950";
}

.icon-instagram:before {
  content: "\e91c";
}

.icon-io:before {
  content: "\e91d";
}

.icon-junta:before {
  content: "\e91e";
}

.icon-lab:before {
  content: "\e91f";
}

.icon-leaf:before {
  content: "\e920";
}

.icon-libroTaxo:before {
  content: "\e951";
}

.icon-letter:before {
  content: "\e921";
}

.icon-link:before {
  content: "\e922";
}

.icon-linkata:before {
  content: "\e923";
}

.icon-linkedin:before {
  content: "\e924";
}

.icon-lock:before {
  content: "\e94a";
}

.icon-lync:before {
  content: "\e925";
}

.icon-mail:before {
  content: "\e926";
}

.icon-menu-user:before {
  content: "\e927";
}

.icon-na:before {
  content: "\e928";
}

.icon-news:before {
  content: "\e929";
}

.icon-normas:before {
  content: "\e92a";
}

.icon-notifications:before {
  content: "\e92b";
}

.icon-ot:before {
  content: "\e92c";
}

.icon-pdf-file:before {
  content: "\e948";
}

.icon-pencil:before {
  content: "\e92d";
}

.icon-phonebook:before {
  content: "\e92e";
}

.icon-placeholder:before {
  content: "\e92f";
}

.icon-plant:before {
  content: "\e930";
}

.icon-play:before {
  content: "\e931";
}

.icon-pos:before {
  content: "\e932";
}

.icon-preguntas:before {
  content: "\e933";
}

.icon-product:before {
  content: "\e934";
}

.icon-recruit:before {
  content: "\e935";
}

.icon-redes:before {
  content: "\e936";
}

.icon-ri:before {
  content: "\e937";
}

.icon-searching:before {
  content: "\e938";
}

.icon-send-button:before {
  content: "\e939";
}

.icon-share:before {
  content: "\e93a";
}

.icon-skype:before {
  content: "\e93b";
}

.icon-sociedad:before {
  content: "\e93c";
}

.icon-su:before {
  content: "\e93d";
}

.icon-target:before {
  content: "\e949";
}

.icon-teamwork:before {
  content: "\e93e";
}

.icon-telephone:before {
  content: "\e93f";
}

.icon-tematica:before {
  content: "\e940";
}

.icon-twitter:before {
  content: "\e941";
}

.icon-unlock:before {
  content: "\e94b";
}

.icon-up-arrow:before {
  content: "\e942";
}

.icon-upload:before {
  content: "\e943";
}

.icon-user:before {
  content: "\e944";
}

.icon-warning:before {
  content: "\e945";
}

.icon-whatsapp:before {
  content: "\e946";
}

.icon-youtube:before {
  content: "\e947";
}

.icon-ciencia:before {
  content: "\e952";
}

.icon-next:before {
  content: "\e954";
}

.icon-prev:before {
  content: "\e953";
}

.icon-academia-edu:before {
  content: "\e960";
}

.icon-agri-perfiles:before {
  content: "\e967";
}

.icon-Cris:before {
  content: "\e961";
}

.icon-cv-lac:before {
  content: "\e962";
}

.icon-google-scholar:before {
  content: "\e963";
}

.icon-orcid:before {
  content: "\e964";
}

.icon-researchgate:before {
  content: "\e965";
}

.icon-scopus:before {
  content: "\e966";
}

.icon-agrotalento:before {
    content: "\e968";
}

/* ===================================================================
 * # animate on scroll 
 * https://michalsnik.github.io/aos/
 *
 * ------------------------------------------------------------------- */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*
  * ------------------------------------------------------ */
.logo-corporativo {
  position: absolute;
  top: 8px;
  left: 50%;
  width: auto;
  height: 36px;
  line-height: normal;
  transition: all 0.3s;
  transform: translateX(-50%);
  /*AGROSAVIA*/
  /* nombre logo */
}
.logo-corporativo:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 60px;
  height: 100%;
  z-index: -1;
}
.logo-corporativo svg:not(:root),
.logo-corporativo symbol,
.logo-corporativo image,
.logo-corporativo marker,
.logo-corporativo pattern,
.logo-corporativo foreignObject {
  overflow: hidden;
}
.logo-corporativo .logo-fill {
  fill: #005BAA;
  z-index: 0;
  transition: all 0.3s;
}
.logo-corporativo #logo-st1 {
  opacity: 0;
  transform: translateX(0px);
}
.logo-corporativo #logo-st2 {
  opacity: 0;
  transform: translateX(0px);
}
.logo-corporativo .l-agro {
  fill: #00AC4E;
}
.logo-corporativo .l-savia {
  fill: #005BAA;
}
.logo-corporativo a {
  text-decoration: none;
}
.logo-corporativo .nombre_logo,
.logo-corporativo .nombre_logo_mini {
  font-size: 6.3px;
  color: #000;
  margin-top: 3px;
  margin-bottom: 0;
  text-align: center;
  transition: all 0.3s;
}

.mini_logo {
  transform: translate(-50%, 6px);
  /* nombre logo */
}
.mini_logo .logo-fill:not(#logo-A-p):not(#logo-st1):not(#logo-st2) {
  fill: transparent;
  transform: translateX(85px);
}
.mini_logo #logo-A-p {
  transform: translateX(-64px);
}
.mini_logo #logo-st1 {
  opacity: 1;
  fill: #005BAA;
  transform: translateX(130px);
}
.mini_logo #logo-st2 {
  opacity: 1;
  fill: #005BAA;
  transform: translateX(-130px);
}
.mini_logo .nombre_logo {
  opacity: 0;
}

@keyframes loader {
  0% {
    color: #005BAA;
  }
  50% {
    color: #00AC4E;
  }
  100% {
    color: #005BAA;
  }
}
@keyframes loader-black {
  0% {
    color: #fff;
  }
  50% {
    color: #6c757d;
  }
  100% {
    color: #fff;
  }
}
@keyframes loader-white {
  0% {
    color: #333;
  }
  50% {
    color: #6c757d;
  }
  100% {
    color: #333;
  }
}
/*
.preloading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 36px;
  line-height: normal;
  @include prefix(transition, all 0.3s);
  @include prefix(transform, translateX(-50%));

  &:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }


  svg:not(:root),
  symbol,
  image,
  marker,
  pattern,
  foreignObject {
    overflow: hidden;
  }

  .logo-fill {
    fill: $a-savia;
    z-index: 0;
    //@include prefix(transition, all 0.3s);
  }

  #logo-st1 {
    opacity: 0;
    @include prefix(transform, translateX(0px));
  }

  #logo-st2 {
    opacity: 0;
    @include prefix(transform, translateX(0px));
  }

  //AGROSAVIA
  .l-agro {
    fill: $v-agro;
  }

  .l-savia {
    fill: $a-savia;
  }

  // nombre logo
  a {
    text-decoration: none;
  }

  .nombre_logo,
  .nombre_logo_mini {
    font-size: 6.3px;
    color: $black;
    margin-top: 3px;
    margin-bottom: 0;
    text-align: center;
    @include prefix(transition, all 0.3s);
  }



  .logo-fill:not(#logo-A-p):not(#logo-st1):not(#logo-st2) {
    @include prefix(animation, loader-ApSt 4s infinite ease-in-out);
  }

  #logo-A-p {
    @include prefix(animation, loader-ap 4s infinite ease-in-out);
  }

  #logo-st1 {
    fill: $secondary;
    @include prefix(animation, loader-st1 4s infinite ease-in-out);
  }

  #logo-st2 {
    fill: $secondary;
    @include prefix(animation, loader-st2 4s infinite ease-in-out);
  }

  // nombre logo 
  .nombre_logo {
    opacity: 0;
  }

}

@keyframes loader-ApSt {
  15% {
    @include prefix(transform, translateX(0px));
  }

  50% {
    fill: transparent;
    @include prefix(transform, translateX(85px));
  }

  85% {
    @include prefix(transform, translateX(0px));
  }
}

@keyframes loader-ap {
  15% {
    @include prefix(transform, translateX(0px));
  }

  50% {
    @include prefix(transform, translateX(-64px));
  }

  85% {
    @include prefix(transform, translateX(0px));
  }
}

@keyframes loader-st1 {
  15% {
    opacity: 0;
    @include prefix(transform, translateX(0px));
  }

  50% {
    opacity: 1;
    @include prefix(transform, translateX(130px));
  }

  85% {
    opacity: 0;
    @include prefix(transform, translateX(0px));
  }
}

@keyframes loader-st2 {
  15% {
    opacity: 0;
    @include prefix(transform, translateX(0px));
  }

  50% {
    opacity: 1;
    @include prefix(transform, translateX(-130px));
  }

  85% {
    opacity: 0;
    @include prefix(transform, translateX(0px));
  }
}*/
/*
  * ------------------------------------------------------ */
.svg-container {
  position: relative;
  display: block;
}
.svg-container .btn-nosotros {
  transition: all 3s;
}
.svg-container .btn-nosotros .btn-name {
  position: relative;
  z-index: 1;
}
.svg-container .btn-nosotros #Layer_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s;
  transition: all 0.3s;
}
.svg-container .btn-nosotros #Layer_1 .nosotros-fill {
  fill: transparent;
}
.svg-container .btn-nosotros #Layer_1 #hj1,
.svg-container .btn-nosotros #Layer_1 #hj2,
.svg-container .btn-nosotros #Layer_1 #hj3,
.svg-container .btn-nosotros #Layer_1 #hj4 {
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.svg-container .btn-nosotros #Layer_1 #hj1 {
  transform-origin: 12% 120%;
  -ms-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.svg-container .btn-nosotros #Layer_1 #hj3 {
  transform-origin: 35% 120%;
  -ms-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.svg-container .btn-nosotros #Layer_1 #hj4 {
  transform-origin: 60% 120%;
  -ms-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.svg-container .btn-nosotros #Layer_1 #hj2 {
  transform-origin: 85% 120%;
  -ms-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.svg-container .btn-nosotros #Layer_1 #suelo {
  transform: translateY(10px);
  transition: all 0.4s;
  -ms-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
@media (max-width: 767.98px) {
  .svg-container .btn-nosotros #Layer_1 {
    width: 100%;
  }
}
.svg-container .btn-nosotros:hover {
  background: #42AB9E;
  /*#4fc5ac;*/
}
.svg-container .btn-nosotros:hover .nosotros-fill:not(#hj1):not(#hj2):not(#hj3):not(#hj4) {
  fill: #49B7A7;
  transform: translateY(0px);
  transition: all 0.4s;
  transition-duration: 0.5s, 0.5s, 0.5s;
  transition-timing-function: linear, linear;
  transition-delay: 0s, 0.5s, 0.5s;
}
.svg-container .btn-nosotros:hover .nosotros-fill:not(#suelo):not(#hj2):not(#hj3):not(#hj4) {
  fill: #49B7A7;
  transition-delay: 0.3s;
  transform: scale(0.8);
}
.svg-container .btn-nosotros:hover .nosotros-fill:not(#suelo):not(#hj1):not(#hj2):not(#hj4) {
  fill: #49B7A7;
  transition-delay: 0.4s;
  transform: scale(0.8);
}
.svg-container .btn-nosotros:hover .nosotros-fill:not(#suelo):not(#hj1):not(#hj2):not(#hj3) {
  fill: #49B7A7;
  transition-delay: 0.5s;
  transform: scale(0.8);
}
.svg-container .btn-nosotros:hover .nosotros-fill:not(#suelo):not(#hj1):not(#hj3):not(#hj4) {
  fill: #49B7A7;
  transition-delay: 0.6s;
  transform: scale(0.8);
}
@media (max-width: 767.98px) {
  .svg-container .btn-nosotros {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .svg-container {
    width: 100%;
  }
}

/*
  * ------------------------------------------------------ */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
/*
  * --------------------Animación shadow en cajas menu nosotros / redes ------------------------ */
@keyframes shady {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 91, 170, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  20% {
    box-shadow: 0 0 0 100px rgba(0, 91, 170, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  20.1% {
    box-shadow: 0 0 0 0px rgba(0, 91, 170, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(0, 91, 170, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(0, 91, 170, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  70.1% {
    box-shadow: 0 0 0 0px rgba(0, 91, 170, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 91, 170, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
}
@keyframes shady_frutales {
  0% {
    box-shadow: 0 0 0 0px rgba(227, 0, 20, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  20% {
    box-shadow: 0 0 0 100px rgba(227, 0, 20, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  20.1% {
    box-shadow: 0 0 0 0px rgba(227, 0, 20, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(227, 0, 20, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(227, 0, 20, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  70.1% {
    box-shadow: 0 0 0 0px rgba(227, 0, 20, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(227, 0, 20, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
}
@keyframes shady_hortalizas {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 123, 58, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  20% {
    box-shadow: 0 0 0 100px rgba(0, 123, 58, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  20.1% {
    box-shadow: 0 0 0 0px rgba(0, 123, 58, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(0, 123, 58, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(0, 123, 58, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  70.1% {
    box-shadow: 0 0 0 0px rgba(0, 123, 58, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 123, 58, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
}
@keyframes shady_permanentes {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 104, 177, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  20% {
    box-shadow: 0 0 0 100px rgba(0, 104, 177, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  20.1% {
    box-shadow: 0 0 0 0px rgba(0, 104, 177, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(0, 104, 177, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(0, 104, 177, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  70.1% {
    box-shadow: 0 0 0 0px rgba(0, 104, 177, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 104, 177, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
}
@keyframes shady_cacao {
  0% {
    box-shadow: 0 0 0 0px rgba(149, 192, 32, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  20% {
    box-shadow: 0 0 0 100px rgba(149, 192, 32, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  20.1% {
    box-shadow: 0 0 0 0px rgba(149, 192, 32, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(149, 192, 32, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(149, 192, 32, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  70.1% {
    box-shadow: 0 0 0 0px rgba(149, 192, 32, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(149, 192, 32, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
}
@keyframes shady_ganaderia {
  0% {
    box-shadow: 0 0 0 0px rgba(104, 56, 15, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  20% {
    box-shadow: 0 0 0 100px rgba(104, 56, 15, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  20.1% {
    box-shadow: 0 0 0 0px rgba(104, 56, 15, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(104, 56, 15, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(104, 56, 15, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  70.1% {
    box-shadow: 0 0 0 0px rgba(104, 56, 15, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(104, 56, 15, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
}
@keyframes shady_transitorios {
  0% {
    box-shadow: 0 0 0 0px rgba(233, 83, 28, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  20% {
    box-shadow: 0 0 0 100px rgba(233, 83, 28, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  20.1% {
    box-shadow: 0 0 0 0px rgba(233, 83, 28, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(233, 83, 28, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(233, 83, 28, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  70.1% {
    box-shadow: 0 0 0 0px rgba(233, 83, 28, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(233, 83, 28, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
}
@keyframes shady_raices {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 176, 235, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  20% {
    box-shadow: 0 0 0 100px rgba(0, 176, 235, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  20.1% {
    box-shadow: 0 0 0 0px rgba(0, 176, 235, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(0, 176, 235, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(0, 176, 235, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  70.1% {
    box-shadow: 0 0 0 0px rgba(0, 176, 235, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 176, 235, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
}
@keyframes shady-white {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  20% {
    box-shadow: 0 0 0 100px rgba(255, 255, 255, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  20.1% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(255, 255, 255, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  70.1% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
}
@keyframes shady-black {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  20% {
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  20.1% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  70.1% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
}
/*
  * -------------------- Animación pesonaje mensaje enviado Atencion al usuario ------------------------ */
@keyframes wave {
  from {
    transform: scale(0.45) rotate(0);
    opacity: 1;
  }
  to {
    transform: scale(1) rotate(20deg);
    opacity: 0;
  }
}
@keyframes mover {
  from {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(10deg);
  }
}
@keyframes bg {
  to {
    background-position: center 20rem;
  }
}
@keyframes eye {
  40% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0);
  }
  60% {
    transform: scaleY(1);
  }
}
/*
  * --------------------Animación explicacion utilizar menu ------------------------ */
@keyframes move-the-hand {
  0% {
    left: 100%;
    margin-left: -72px;
    transform: rotate(0deg);
  }
  10% {
    left: 100%;
    margin-left: -72px;
    transform: rotate(0deg);
  }
  50% {
    left: 0;
    margin-left: 0;
    transform: rotate(-20deg);
  }
  100% {
    left: 100%;
    margin-left: -72px;
    transform: rotate(0deg);
  }
}
@keyframes show-the-touch {
  0% {
    transform: scale(0.45) rotate(0);
    opacity: 0;
  }
  20% {
    transform: scale(1) rotate(20deg);
    opacity: 1;
  }
  80% {
    transform: scale(0.45) rotate(0);
    opacity: 0;
  }
  100% {
    transform: scale(0.45) rotate(0);
    opacity: 0;
  }
}
@keyframes show-hand {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    width: 200px;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
/*
  * --------------------Animación transparencia a la informacion index ------------------------ */
.svg-bg-transparenciaInfo .bg-transparenciaInfo {
  margin: 2rem 0;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st0 {
  opacity: 0.22;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st1 {
  fill: #F7A152;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st2 {
  fill: none;
  stroke: #FFB127;
  stroke-width: 1.0938;
  stroke-miterlimit: 10;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st3 {
  fill: none;
  stroke: #FFB127;
  stroke-width: 1.0938;
  stroke-miterlimit: 10;
  stroke-dasharray: 3.2977, 3.2977;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st4 {
  opacity: 0.84;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st5 {
  opacity: 0.41;
  fill: #F7A152;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st6 {
  opacity: 0.6;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st7 {
  opacity: 0.4;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st8 {
  fill: #CCDCEC;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st9 {
  fill: #B2CAE2;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st10 {
  fill: #99B9D8;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st11 {
  fill: rgba(14, 30, 67, 0.5);
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st12 {
  fill: #FFBB88;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st13 {
  opacity: 0.45;
  fill: #B03D44;
  enable-background: new;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st14 {
  fill: #004F9F;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st15 {
  fill: #C3ECFE;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st16 {
  fill: #FFFFFF;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st17 {
  opacity: 0.25;
  fill: #0964AF;
  enable-background: new;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st18 {
  fill: none;
  stroke: #F7A152;
  stroke-miterlimit: 10;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st19 {
  fill: #0964AF;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st20 {
  opacity: 0.15;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st21 {
  fill: none;
  stroke: #0964AF;
  stroke-width: 2.113;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st22 {
  opacity: 0.45;
  fill: none;
  stroke: #F48431;
  stroke-width: 0.9947;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st23 {
  opacity: 0.25;
  fill: #FCCCB1;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st24 {
  fill: #FCCCB1;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st25 {
  fill: none;
  stroke: #E5936A;
  stroke-width: 0.9947;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st26 {
  opacity: 0.45;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st27 {
  fill: none;
  stroke: #E5936A;
  stroke-width: 1.0922;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st28 {
  fill: #FFE0C7;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st29 {
  fill: none;
  stroke: #1B227A;
  stroke-width: 16;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st30 {
  opacity: 0.64;
  fill: #FFFFFF;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st31 {
  fill: none;
  stroke: #1B227A;
  stroke-width: 16;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st32 {
  fill: none;
  stroke: #FFB127;
  stroke-width: 1.0938;
  stroke-miterlimit: 10;
  stroke-dasharray: 3.2815;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo .st33 {
  fill: #FFFDFD;
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo #hero-vector #man {
  transform: translate(0);
  animation: man-animate 2s infinite alternate;
}
@keyframes man-animate {
  0% {
    transform: translate(0px, 0);
  }
  50% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(30px, 0);
  }
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo #hero-vector #upper-body {
  transform-origin: 523.5px 381.65px;
  transform: rotate(0deg);
  animation: upper-body-rotate 2s infinite alternate;
}
@keyframes upper-body-rotate {
  0% {
    transform: rotate(-40deg);
  }
  50% {
    transform: rotate(-40deg);
  }
  90% {
    transform: rotate(0deg);
  }
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo #hero-vector #left-leg {
  transform-origin: 551.52px 448.62px;
  transform: rotate(0deg);
  animation: left-leg-rotate 2s infinite alternate;
}
@keyframes left-leg-rotate {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo #hero-vector #arms-glass {
  transform-origin: 523px 255px;
  transform: translate(-2px, 0px) rotate(0deg);
  animation: glass-rotate 2s infinite alternate;
}
@keyframes glass-rotate {
  0% {
    transform: translate(-4px, 10px) rotate(22deg);
  }
  60% {
    transform: translate(-4px, 10px) rotate(22deg);
  }
  100% {
    transform: translate(-1px, 9px) rotate(-22deg);
  }
}
.svg-bg-transparenciaInfo .bg-transparenciaInfo #hero-vector #head {
  transform: translate(0);
  animation: head-animate 1.4s infinite alternate;
}
@keyframes head-animate {
  100% {
    transform: rotate(6deg) translate(21px, -55px);
  }
}

/*
  * -------------------- Animación BUSCADOR ------------------------ */
@keyframes plantone {
  0%, to {
    transform: scaleY(1) rotate(0deg);
  }
  50% {
    transform: scaleY(1.02) rotate(1deg);
  }
}
@keyframes steam {
  0% {
    transform: scaleY(1.02);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  to {
    transform: scaleY(1);
    opacity: 0;
  }
}
@keyframes head {
  0%, to {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(3deg);
  }
}
@keyframes shapemask {
  0% {
    transform: scaleX(1) scaleY(1) rotate(0deg);
  }
  25% {
    transform: scaleX(1.03) rotate(0deg);
  }
  50% {
    transform: scaleY(1.03) rotate(0deg);
  }
}
@keyframes sleave {
  0%, to {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(3deg);
  }
}
@keyframes arm {
  0%, to {
    transform: translateX(0) rotate(0deg);
  }
  85% {
    transform: translateX(-15px) rotate(0deg);
  }
}
@keyframes armright {
  0%, 10%, 80%, to {
    transform: rotate(0deg);
  }
  40%, 50% {
    transform: rotate(-4deg);
  }
}
@keyframes veraslidein {
  0% {
    transform: translateX(1200px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(50px);
  }
  90% {
    transform: translateX(42px);
  }
  to {
    transform: translateX(45px);
  }
}
@keyframes verascalein {
  0%, 15% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.98);
  }
  90% {
    transform: scale(1.01);
  }
  to {
    transform: scale(1);
  }
}
@keyframes veradropin {
  0% {
    transform: translateY(-1200px);
  }
  50% {
    transform: translateY(45px);
  }
  75% {
    transform: translateY(-5px);
  }
  90% {
    transform: translateY(3px);
  }
  to {
    transform: translateY(0);
  }
}

/* -------------------------------------------------------------------
 * Navbar balance
 * ------------------------------------------------------------------- */
.banner#headerBalance {
  width: 60px;
  height: 100%;
  left: 0;
  transition: left 0.5s ease-in-out 0.2s;
  position: fixed;
  display: inline-block;
  background: transparent;
  z-index: 100000;
}
.banner#headerBalance nav {
  height: 100%;
  width: 60px;
}
.banner#headerBalance nav:after {
  content: " ";
  background-color: transparent;
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0px;
}
.banner#headerBalance nav:before {
  content: " ";
  height: 40%;
  width: 0px;
  background-color: transparent;
  position: absolute;
  left: 60px;
  transition: width 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  top: 25%;
}
.banner#headerBalance nav ul {
  position: absolute;
  margin: 0;
  padding: 0;
  padding-top: 14px;
  width: 100%;
  margin-top: calc(50vh - 160px);
  background-color: rgba(70, 70, 70, 0.699);
}
.banner#headerBalance nav ul li {
  font-size: 14px;
  width: 60px;
  height: 40px;
  cursor: pointer;
  position: relative;
  display: block;
}
.banner#headerBalance nav ul li a {
  display: block;
  width: 150px;
  color: white;
  position: relative;
  z-index: 0;
  opacity: 0;
  left: -80px;
  text-transform: uppercase;
  transition: left 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045), opacity 0.15s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  color: #fff;
  text-decoration: none;
}
.banner#headerBalance nav ul li a:hover, .banner#headerBalance nav ul li a:active, .banner#headerBalance nav ul li a:visited, .banner#headerBalance nav ul li a:focus {
  background-color: rgb(49, 49, 49) !important;
  color: white;
}
.banner#headerBalance nav ul li:before {
  z-index: 10;
  content: " ";
  width: 18px;
  height: 18px;
  background-color: white;
  position: absolute;
  left: 26px;
  top: 3px;
  border-radius: 50%;
  border: 2px solid white;
  transform: scale(1) translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.banner#headerBalance nav ul li:hover:before {
  transform: scale(1.5) translate3d(0, 0, 0);
  background-color: white;
}
.banner#headerBalance nav ul li:active:before {
  transform: scale(1.5) translate3d(0, 0, 0);
  background-color: white;
}
.banner#headerBalance:hover:before {
  width: 160px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.banner#headerBalance:hover li a {
  left: 70px;
  opacity: 1;
  transition-duration: 0.4s;
  transition-property: left, opacity;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.banner#headerBalance:hover li:nth-child(1) a {
  transition-delay: 0.3s;
  background-color: rgba(70, 70, 70, 0.699);
  padding: 0 10px;
  width: 200px;
  height: 100%;
}
.banner#headerBalance:hover li:nth-child(2) a {
  transition-delay: 0.34s;
  background-color: rgba(70, 70, 70, 0.699);
  padding: 0 10px;
  width: 200px;
  height: 100%;
}
.banner#headerBalance:hover li:nth-child(3) a {
  transition-delay: 0.38s;
  background-color: rgba(70, 70, 70, 0.699);
  padding: 0 10px;
  width: 200px;
  height: 100%;
}
.banner#headerBalance:hover li:nth-child(4) a {
  transition-delay: 0.42s;
  background-color: rgba(70, 70, 70, 0.699);
  padding: 0 10px;
  width: 200px;
  height: 100%;
}
.banner#headerBalance:hover li:nth-child(5) a {
  transition-delay: 0.46s;
  background-color: rgba(70, 70, 70, 0.699);
  padding: 0 10px;
  width: 200px;
  height: 100%;
}
.banner#headerBalance:hover li:nth-child(6) a {
  transition-delay: 0.5s;
  background-color: rgba(70, 70, 70, 0.699);
  padding: 0 10px;
  width: 200px;
  height: 100%;
}
.banner#headerBalance:hover li:nth-child(7) a {
  transition-delay: 0.54s;
  background-color: rgba(70, 70, 70, 0.699);
  padding: 0 10px;
  width: 200px;
  height: 100%;
}
.banner#headerBalance:hover li:nth-child(8) a {
  transition-delay: 0.58s;
  background-color: rgba(70, 70, 70, 0.699);
  padding: 0 10px;
  width: 200px;
  height: 100%;
}

/*--------------------------------------------------------------
# Sección inicial - video
--------------------------------------------------------------*/
#sectionBalance {
  width: 100%;
  height: 100vh;
  position: relative;
}
#sectionBalance .fullscreen-bg-balance {
  background-size: cover;
  overflow: hidden;
  z-index: -100;
}
#sectionBalance:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(49, 78, 112, 0.767);
}
#sectionBalance .balance-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
}
#sectionBalance .balance-container p {
  color: white;
  padding-bottom: 130px;
  text-align: center;
  font-size: 12px;
}
#sectionBalance h1 {
  margin: 0 0 10px 0;
  font-size: 100px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  line-height: 4rem;
  font-weight: 700;
  text-align: center;
}
#sectionBalance h2 {
  margin: 0 0 10px 0;
  font-size: 75px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  line-height: 4rem;
  font-weight: 700;
  text-align: center;
}
#sectionBalance h3 {
  color: #eee;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 575px) {
  #sectionBalance {
    background-attachment: fixed;
  }
  #sectionBalance .balance-container p {
    color: white;
    padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
  }
  #sectionBalance h1 {
    font-size: 75px;
  }
  #sectionBalance h2 {
    font-size: 60px;
    text-align: center;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/*--------------------------------------------------------------
# flecha inicio
--------------------------------------------------------------*/
a.icofont-arrow-down {
  font-size: 50px;
}

/*--------------------------------------------------------------
# Que es balance social
--------------------------------------------------------------*/
#balance-definicion {
  width: 100%;
  height: 100vh;
  padding: 40px 0;
  position: relative;
  display: flex;
  align-items: center;
}
#balance-definicion::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(14, 30, 67, 0.7);
}
#balance-definicion .icon-box-balance {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
  margin: auto;
}
#balance-definicion .icon-box-balance:hover {
  border-color: #1EC65E;
}
#balance-definicion .definicion-balance {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  font-family: "Open sans", sans-serif;
}

@media (max-width: 575px) {
  #balance-definicion {
    height: 100vh;
  }
  #balance-definicion .definicion-balance {
    font-size: 20px;
    line-height: 23px;
  }
}
/*--------------------------------------------------------------
# Balances derecha 
--------------------------------------------------------------*/
.balance-derecha {
  padding: 40px 0;
}
.balance-derecha .cifras-derecha {
  padding: 20px;
  margin-top: -2px;
  position: relative;
  border-radius: 10px;
}
.balance-derecha .cifras-derecha h3 {
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.balance-derecha .cifras-derecha h4 {
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.balance-derecha .cifras-derecha h5 {
  font-size: 16px;
  background: #eef0f2;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.balance-derecha .cifras-derecha ul {
  padding-left: 20px;
}
.balance-derecha .cifras-derecha ul li {
  padding-bottom: 10px;
}
.balance-derecha .cifras-derecha .item1 .count-box span,
.balance-derecha .cifras-derecha .item2 .count-box span {
  color: white;
}
.balance-derecha .cifras-derecha:last-child {
  padding-bottom: 0;
}
.balance-derecha .cifras-derecha .doc {
  color: #00FFFF;
}
.balance-derecha .cifras-derecha .dropdown-menu {
  border: none;
}
.balance-derecha .cifras-derecha .dropdown-item-videos {
  font-size: 18px;
  font-weight: 700;
  color: #00ac4e;
}
.balance-derecha .balance-fondo-azul {
  background-color: #1B65B0;
}
.balance-derecha .balance-fondo-verde {
  background-color: #0FB259;
}
.balance-derecha .balance-fondo-rojo {
  background-color: #B21527;
}
.balance-derecha .accesos {
  background-color: white;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75);
}
.balance-derecha .accesos span {
  font-size: 20px;
}
.balance-derecha .portada {
  height: 1000px;
  margin-left: 150px;
  margin-right: -150px;
}
.balance-derecha .portada p {
  color: #00FFFF;
}
.balance-derecha .count-box p {
  color: #fff;
}

.tecnologias-balance-social h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.tecnologias-balance-social .card-body a {
  padding: 3px 0;
  border-bottom: 1px #E1E4F3 solid;
}
.tecnologias-balance-social .modal .modal-content .modal-body img.modalinfo {
  width: 100%;
}

@media (max-width: 991px) {
  .balance-derecha {
    padding: 40px 0;
  }
  .balance-derecha .portada {
    height: 600px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .balance-derecha .portada img {
    position: absolute;
    height: 130vh;
    width: 100%;
  }
  .tecnologias {
    margin-top: 0px;
  }
}
/*--------------------------------------------------------------
# Balances izquierda
--------------------------------------------------------------*/
.balance-izquierda {
  padding: 40px 0;
}
.balance-izquierda .cifras-izquierda {
  padding: 20px;
  margin-top: -2px;
  position: relative;
  border-radius: 10px;
}
.balance-izquierda .cifras-izquierda h3 {
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.balance-izquierda .cifras-izquierda h4 {
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.balance-izquierda .cifras-izquierda h5 {
  font-size: 16px;
  background: #eef0f2;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.balance-izquierda .cifras-izquierda ul {
  padding-left: 20px;
}
.balance-izquierda .cifras-izquierda ul li {
  padding-bottom: 10px;
}
.balance-izquierda .cifras-izquierda .item1 .count-box span,
.balance-izquierda .cifras-izquierda .item2 .count-box span {
  color: white;
}
.balance-izquierda .cifras-izquierda:last-child {
  padding-bottom: 0;
}
.balance-izquierda .cifras-izquierda .doc {
  color: #00FFFF;
}
.balance-izquierda .balance-fondo-azul {
  background-color: #1B65B0;
}
.balance-izquierda .balance-fondo-verde {
  background-color: #0FB259;
}
.balance-izquierda .balance-fondo-rojo {
  background-color: #B21527;
}
.balance-izquierda .accesos {
  background-color: white;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75);
}
.balance-izquierda .accesos span {
  font-size: 20px;
}
.balance-izquierda .portada {
  height: 1000px;
  margin-left: -150px;
  margin-right: 150px;
}
.balance-izquierda .portada p {
  color: #00FFFF;
}
.balance-izquierda .count-box p {
  color: #fff;
}

@media (max-width: 575px) {
  .balance-izquierda {
    padding: 40px 0;
  }
  .balance-izquierda .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .balance-izquierda .portada {
    height: 600px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .balance-izquierda .portada img {
    position: absolute;
    height: 130vh;
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Agradecimientos
--------------------------------------------------------------*/
#agradecimientos-balance-social {
  padding: 40px 0;
  background-color: rgb(235, 235, 235);
}
#agradecimientos-balance-social .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
  margin: auto;
}
#agradecimientos-balance-social .icon-box:hover {
  border-color: #1EC65E;
}
#agradecimientos-balance-social .icon-box:hover .title a {
  color: #ffb727;
}
#agradecimientos-balance-social .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background: #e6ffdf;
}
#agradecimientos-balance-social .icon i {
  font-size: 36px;
  line-height: 1;
  color: #1EC65E;
}
#agradecimientos-balance-social .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#agradecimientos-balance-social .title a {
  color: #111;
  transition: 0.3s;
}
#agradecimientos-balance-social .texto-agradecimientos {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  font-family: "Open sans", sans-serif;
}
@media (max-width: 767.98px) {
  #agradecimientos-balance-social #agradecimientos-balance-social {
    padding: 40px 0;
    height: 100%;
  }
  #agradecimientos-balance-social #agradecimientos-balance-social .texto-agradecimientos {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 575px) {
  #agradecimientos-balance-social {
    height: 100%;
  }
  #agradecimientos-balance-social .texto-agradecimientos {
    font-size: 16px;
    line-height: 23px;
  }
}
/*--------------------------------------------------------------
# Creditos
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #3b434a;
  position: relative;
  z-index: 2;
}
.section-title span {
  position: absolute;
  top: 30px;
  color: #838383;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
  opacity: 0.3;
  filter: blur(4px);
}
.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}
/*--------------------------------------------------------------
# Historial
--------------------------------------------------------------*/
.numbers-item,
.cifras-derecha,
.cifras-izquierda {
  text-align: center;
}
.numbers-item .item1 .count-box span,
.cifras-derecha .item1 .count-box span,
.cifras-izquierda .item1 .count-box span {
  text-align: center;
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #3b434a;
}
.numbers-item .item1 .count-box span.retorno,
.cifras-derecha .item1 .count-box span.retorno,
.cifras-izquierda .item1 .count-box span.retorno {
  margin-top: 30px;
  font-size: 100px;
}
.numbers-item .item1 .count-box p,
.cifras-derecha .item1 .count-box p,
.cifras-izquierda .item1 .count-box p {
  margin-top: 30px;
}
.numbers-item .item11 .count-box span,
.cifras-derecha .item11 .count-box span,
.cifras-izquierda .item11 .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #3b434a;
  margin-left: 50px;
}
.numbers-item .item2 .count-box i,
.cifras-derecha .item2 .count-box i,
.cifras-izquierda .item2 .count-box i {
  display: block;
  font-size: 36px;
  color: #ffb727;
  float: left;
}
.numbers-item .item2 .count-box span,
.cifras-derecha .item2 .count-box span,
.cifras-izquierda .item2 .count-box span {
  font-size: 50px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #3b434a;
  padding-bottom: 15px;
}
.numbers-item .collapse,
.cifras-derecha .collapse,
.cifras-izquierda .collapse {
  margin: auto;
}
.numbers-item .collapse h3,
.cifras-derecha .collapse h3,
.cifras-izquierda .collapse h3 {
  font-size: 24px;
  font-weight: 600;
}
.numbers-item .collapse a,
.cifras-derecha .collapse a,
.cifras-izquierda .collapse a {
  color: #0366c4;
}
.numbers-item .collapse a:hover,
.cifras-derecha .collapse a:hover,
.cifras-izquierda .collapse a:hover {
  color: #1b316d;
}
.numbers-item .collapse a::before,
.cifras-derecha .collapse a::before,
.cifras-izquierda .collapse a::before {
  content: "•";
}
.numbers-item .collapsing,
.cifras-derecha .collapsing,
.cifras-izquierda .collapsing {
  margin: auto;
}
.numbers-item .collapsing h3,
.cifras-derecha .collapsing h3,
.cifras-izquierda .collapsing h3 {
  font-size: 24px;
  font-weight: 600;
}
.numbers-item .collapsing a,
.cifras-derecha .collapsing a,
.cifras-izquierda .collapsing a {
  color: #0366c4;
}
.numbers-item .collapsing a::before,
.cifras-derecha .collapsing a::before,
.cifras-izquierda .collapsing a::before {
  content: "•";
}

/*--------------------------------------------------------------
# Botones OT
--------------------------------------------------------------*/
.ot .btn-frutales {
  background-color: #e1161a;
  color: white;
  margin: 5px;
}
.ot .btn-frutales:hover {
  background-color: #772324;
  color: white;
}
.ot .btn-hortaliza {
  background-color: #12a153;
  color: white;
  margin: 5px;
}
.ot .btn-hortaliza:hover {
  background-color: #147740;
  color: white;
}
.ot .btn-cacao {
  background-color: #b6cc53;
  color: white;
  margin: 5px;
}
.ot .btn-cacao:hover {
  background-color: #8a9b3e;
  color: white;
}
.ot .btn-cultivo {
  background-color: #0d69b1;
  color: white;
  margin: 5px;
}
.ot .btn-cultivo:hover {
  background-color: #184c74;
  color: white;
}
.ot .btn-raices {
  background-color: #009fe5;
  color: white;
  margin: 5px;
}
.ot .btn-raices:hover {
  background-color: #1a6585;
  color: white;
}
.ot .btn-transitorios {
  background-color: #e9561d;
  color: white;
  margin: 5px;
}
.ot .btn-transitorios:hover {
  background-color: #964525;
  color: white;
}
.ot .btn-ganaderia {
  background-color: #693916;
  color: white;
  margin: 5px;
}
.ot .btn-ganaderia:hover {
  background-color: #472811;
  color: white;
}

/*--------------------------------------------------------------
# Testimonios
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonios 2
--------------------------------------------------------------*/
.testimonios-carousel {
  z-index: 1;
  width: 100%;
  position: relative;
}
.testimonios-carousel .testimonio-item {
  text-align: center;
  color: #fff;
}
.testimonios-carousel .testimonio-item .testimonios2 {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.testimonios-carousel .testimonio-item .testimonios2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(14, 16, 17, 0.7);
}
.testimonios-carousel .testimonio-item .testimonios2 .container_slideTestimonio {
  z-index: 2;
}
.testimonios-carousel .testimonio-item .testimonios2 .container_slideTestimonio .testimonio-img {
  width: 100px;
  border-radius: 50px;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonios-carousel .testimonio-item .testimonios2 .container_slideTestimonio h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonios-carousel .testimonio-item .testimonios2 .container_slideTestimonio h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonios-carousel .testimonio-item .testimonios2 .container_slideTestimonio p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonios-carousel .carousel-control-next,
.testimonios-carousel .carousel-control-prev {
  opacity: 0.8;
  align-items: self-end;
  margin-bottom: 3rem;
}
.testimonios-carousel .carousel-control-next-icon,
.testimonios-carousel .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

#testimonio1 {
  z-index: 100000;
  padding-right: 0 !important;
}

@media (max-width: 575px) {
  .testimonios-carousel .testimonios-item {
    padding: 40px 0;
  }
  .testimonios-carousel .testimonios-item .testimonios2 p {
    width: 80%;
  }
  .testimonios-carousel .testimonios-item .carousel-control-next-icon,
  .testimonios-carousel .testimonios-item .carousel-control-prev-icon {
    width: 24px;
    height: 24px;
  }
  .testimonios-carousel .carousel-control-next-icon,
  .testimonios-carousel .carousel-control-prev-icon {
    width: 24px;
    height: 24px;
  }
}
/*--------------------------------------------------------------
# Acciones corporativas
--------------------------------------------------------------*/
.corporativas {
  margin: 30px 60px;
}
.corporativas .carousel-indicators {
  bottom: -13px;
}
.corporativas .carousel-indicators .active {
  background-color: #28a745;
}
.corporativas .carousel-indicators li {
  background-color: #aaaaaa;
  height: 4px;
  border-radius: 1rem;
}
.corporativas h1 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 10px;
}
.corporativas h4 {
  text-align: center;
  font-weight: 800;
  font-size: 15px;
  color: #1B65B0;
}
.corporativas p {
  text-align: center;
  font-size: 12px;
}
.corporativas .row {
  display: flex;
  justify-content: space-evenly;
}
.corporativas .fullcorp {
  height: 150px;
  box-shadow: 0px 11px 30px -20px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.corporativas .fullcorp a {
  font-size: 13px;
}
.corporativas .carousel-control-next,
.corporativas .carousel-control-prev {
  opacity: 0.7;
}
.corporativas .carousel-control-next-icon,
.corporativas .carousel-control-prev-icon {
  width: 25px;
  height: 25px;
}
.corporativas .border-dark {
  border-color: #28a745 !important;
}
.corporativas .bg-dark {
  background-color: #00ac4e !important;
}

@media (max-width: 575px) {
  .corporativas {
    margin: 30px 40px;
  }
  .corporativas .carousel-control-next-icon {
    margin-right: -29px;
  }
  .corporativas .carousel-control-prev-icon {
    margin-left: -29px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-balanceSocial {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 80px 0;
  position: relative;
}
#footer-balanceSocial::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
#footer-balanceSocial .container {
  position: relative;
}
#footer-balanceSocial p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer-balanceSocial .social-links {
  margin: 0 0 20px 0;
}
#footer-balanceSocial .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1EC65E;
  color: #fff;
  line-height: 1;
  padding: 8px 0 0 8px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer-balanceSocial .social-links a:hover {
  background: #19a54e;
  color: #fff;
  text-decoration: none;
}
#footer-balanceSocial .contactanos {
  padding-bottom: 20px;
}
#footer-balanceSocial .contactanos span {
  font-size: 20px;
}
#footer-balanceSocial .contactanos span a {
  color: white;
  font-weight: 700;
}
#footer-balanceSocial .copyright {
  margin: 0 0 5px 0;
}
#footer-balanceSocial .credits {
  font-size: 13px;
}

.entry-text .card-ctni-modelos {
  padding: 10px;
}
.entry-text .card-ctni-modelos .amarillo {
  --bg-color: #ffd861;
  --bg-color-light: #ffeeba;
  --icon-color: #d9891a;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(255, 215, 97, 0.48);
}
.entry-text .card-ctni-modelos .verde-claro {
  --bg-color: #b8f9d3;
  --bg-color-light: #e2fced;
  --icon-color: #4ec391;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(184, 249, 211, 0.48);
}
.entry-text .card-ctni-modelos .morado {
  --bg-color: #ceb2fc;
  --bg-color-light: #f0e7ff;
  --icon-color: #8b6fc0;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}
.entry-text .card-ctni-modelos .azul {
  --bg-color: #dce9ff;
  --bg-color-light: #f1f8ff;
  --icon-color: #005BAA;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}
.entry-text .card-ctni-modelos .rojo-claro {
  --bg-color: #ffdcdc;
  --bg-color-light: #fff1f1;
  --icon-color: #dc3545;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(255, 220, 220, 0.48);
}
.entry-text .card-ctni-modelos .rojo {
  --bg-color: #ff838f;
  --bg-color-light: #fdb6b6;
  --icon-color: #ff0019;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(255, 220, 220, 0.48);
}
.entry-text .card-ctni-modelos .verde {
  --bg-color: #dcffec;
  --bg-color-light: #f1fff7;
  --icon-color: #00AC4E;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(220, 255, 235, 0.48);
}
.entry-text .card-ctni-modelos .indigo {
  --bg-color: #efdcff;
  --bg-color-light: #f6f1ff;
  --icon-color: #6610f2;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(232, 220, 255, 0.48);
}
.entry-text .card-ctni-modelos .naranja {
  --bg-color: #ffeddc;
  --bg-color-light: #fff7f1;
  --icon-color: #fd7e14;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(255, 240, 220, 0.48);
}
.entry-text .card-ctni-modelos .azul-claro {
  --bg-color: #dcfeff;
  --bg-color-light: #f1ffff;
  --icon-color: #17a2b8;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(220, 253, 255, 0.48);
}
.entry-text .card-ctni-modelos .card {
  overflow: hidden;
  align-items: center;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  padding: 20px 10px 0;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.entry-text .card-ctni-modelos .card .circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.entry-text .card-ctni-modelos .card .circle::after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 5px;
  left: 5px;
  transition: opacity 0.3s ease-out;
}
.entry-text .card-ctni-modelos .card .circle i {
  z-index: 1;
  color: var(--icon-color);
  font-size: 60px;
  margin: 0;
}
.entry-text .card-ctni-modelos .card .overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 27px;
  left: calc(50% - 59px);
  opacity: 1;
  visibility: inherit;
  z-index: 0;
  transition: transform 0.3s ease-out;
}
.entry-text .card-ctni-modelos .card p {
  color: #212529;
  margin-top: 1.3rem;
  z-index: 1;
  transition: color 0.3s ease-out;
  text-align: center;
}
.entry-text .card-ctni-modelos .card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
}
.entry-text .card-ctni-modelos .card:hover .overlay {
  transform: scale(5) translateZ(0);
}
.entry-text .card-ctni-modelos .card:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}
.entry-text .card-ctni-modelos .card:hover .circle::after {
  background: var(--bg-color-light);
}
.entry-text .card-ctni-modelos .card:hover p {
  color: var(--text-color-hover);
}
.entry-text .card-ctni-modelos .card:active {
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color);
  transform: scale(1) translateZ(0);
}
.entry-text .titulo-modelos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.entry-text .titulo-modelos .imagen-titulo {
  width: 8%;
}
.entry-text .titulo-modelos .imagen-titulo img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .entry-text .titulo-modelos .imagen-titulo {
    width: 50%;
  }
  .entry-text .titulo-modelos h2 b {
    font-size: 1.5rem;
  }
}
.entry-text .titulo-modelos h2 {
  margin: 0;
  color: #00AC4E;
  font-size: 2rem;
}
.entry-text .podcast,
.entry-text .infografia {
  padding: 20px 10px;
}
.entry-text .audio .audio-player {
  height: 50px;
  width: 100%;
  background: #005BAA;
  box-shadow: 0 0 20px 0 #212529;
  font-family: arial;
  color: #fff;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.entry-text .audio .audio-player .timeline {
  background: white;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 #212529;
}
.entry-text .audio .audio-player .timeline .progress {
  background: #00AC4E;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}
.entry-text .audio .audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}
.entry-text .audio .audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-text .audio .audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid #005BAA;
  border-left: 13px solid #fff;
}
.entry-text .audio .audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.entry-text .audio .audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.entry-text .audio .audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: #fff;
  content: "";
  height: 15px;
  width: 3px;
}
.entry-text .audio .audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: #fff;
  content: "";
  height: 15px;
  width: 3px;
}
.entry-text .audio .audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.entry-text .audio .audio-player .controls .time {
  display: flex;
}
.entry-text .audio .audio-player .controls .time > * {
  padding: 2px;
}
.entry-text .audio .audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.entry-text .audio .audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.entry-text .audio .audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.entry-text .audio .audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: #fff;
  box-shadow: 0 0 20px #212529;
  transition: 0.25s;
}
.entry-text .audio .audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: #00AC4E;
  height: 100%;
  width: 75%;
}
.entry-text .audio .audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}
.entry-text .page-content .card-ciencia {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  text-align: center;
  color: white;
  border-radius: 20px;
  background-color: #4FC5B6;
}
.entry-text .page-content .card-ciencia .content {
  padding: 0 !important;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
.entry-text .page-content .card-ciencia .content > * + * {
  margin-top: 1rem;
}
.entry-text .page-content .card-ciencia .content .title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}
.entry-text .page-content .card-ciencia:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: 0 0;
  transition: transform 1050ms cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
.entry-text .page-content .card-ciencia:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 172, 78, 0) 0%, rgba(0, 172, 78, 0.79) 100%);
}
.entry-text .links-modelos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}
.entry-text .links-modelos .boton {
  background-color: #005BAA;
  width: 100%;
  height: 70px;
  border-radius: 5px;
  box-shadow: -1px 12px 26px -12px rgb(0, 0, 0);
  -webkit-box-shadow: -1px 12px 26px -12px rgb(0, 0, 0);
  -moz-box-shadow: -1px 12px 26px -12px rgb(0, 0, 0);
}
.entry-text .links-modelos .boton .logo-texto {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.entry-text .links-modelos .boton .logo-texto img {
  width: 30%;
  padding: 20px;
}
.entry-text .links-modelos .boton a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.entry-text .links-modelos .boton a h3 {
  margin: 0;
  text-align: center;
  line-height: 22px;
}
.entry-text .links-modelos .boton a img {
  width: 35%;
}
@media (max-width: 767.98px) {
  .entry-text .links-modelos .boton a img {
    width: 35%;
  }
}
.entry-text .links-modelos .boton:hover {
  box-shadow: none;
  transition: 0.1s ease-in-out;
}
.entry-text .videos-modelos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.entry-text .videos-modelos .video {
  height: 100%;
  padding: 10px;
  box-shadow: -1px 12px 26px -12px rgb(56, 56, 56);
  -webkit-box-shadow: -1px 12px 26px -12px rgb(56, 56, 56);
  -moz-box-shadow: -1px 12px 26px -12px rgb(56, 56, 56);
}
.entry-text .videos-modelos .video h3 {
  margin: 10px;
  color: #005BAA;
}
.entry-text .botones-modelos {
  display: flex;
  justify-content: center;
}
.entry-text .botones-modelos a {
  padding: 10px 5px;
  width: 100%;
  text-decoration: none;
}
.entry-text .botones-modelos a .categoria {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.entry-text .botones-modelos a .categoria .imagen img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: -1px 12px 26px -12px rgb(56, 56, 56);
  border: 3px solid #00AC4E;
  background-color: white;
}
.entry-text .botones-modelos a .categoria .titulo {
  background-color: #00AC4E;
  color: white;
  height: 50%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 25px;
  left: -20px;
  z-index: -2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: -1px 12px 26px -12px rgb(56, 56, 56);
}
.entry-text .botones-modelos a .categoria .titulo h3 {
  margin: 0;
  font-size: 0.8rem;
  line-height: initial;
}
.entry-text .botones-modelos a:hover .categoria .imagen img {
  box-shadow: none;
  transition: 0.2s;
}
.entry-text .botones-modelos a:hover .categoria .titulo {
  box-shadow: none;
  transition: 0.2s;
}
.entry-text .row .filter-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0;
}
.entry-text .row .filter-menu li {
  margin: 5px;
  display: inline-block;
  padding: 10px 18px;
  cursor: pointer;
}
.entry-text .row .filter-item {
  padding: 0;
}
.entry-text .row .filter-item li {
  padding: 2px;
  float: left;
  list-style: none;
}
.entry-text .row .filter-item li .card-link .card-mib {
  height: 200px;
}
.entry-text .row .filter-item li .card-link .content .title {
  font-size: 1rem;
}
.entry-text .row .filter-item li .card-link .content .btn-card {
  margin-top: 60px;
}
.entry-text .row .filter-item li.active {
  padding: 2px;
  transition: all 0.5s ease;
}
.entry-text .row .filter-item li.delete {
  visibility: hidden;
  width: 0%;
  padding: 0;
  transition: all 0.5s ease;
}
.entry-text .row .filter-item li img {
  display: block;
  width: 100%;
  height: 100%;
}
.entry-text #contacto-cumple {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 80px 0;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.entry-text #contacto-cumple .social-links {
  margin: 0 0 20px 0;
}
.entry-text #contacto-cumple .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1EC65E;
  color: #fff;
  line-height: 1;
  padding: 8px 0 0 8px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.entry-text #contacto-cumple .contactanos,
.entry-text #contacto-cumple .copyright {
  display: flex;
  justify-content: center;
  color: #0E1E43;
  font-weight: 700;
  padding: 10px;
}

/*Otra*/
.entry-text,
.tab-content {
  padding: 0 !important;
}
.entry-text .cd-horizontal-timeline,
.tab-content .cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  transition: opacity 0.2s;
}
.entry-text .cd-horizontal-timeline::before,
.tab-content .cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}
.entry-text .cd-horizontal-timeline .timeline,
.tab-content .cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.entry-text .cd-horizontal-timeline .events-wrapper,
.tab-content .cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.entry-text .cd-horizontal-timeline .events-wrapper::after,
.tab-content .cd-horizontal-timeline .events-wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
  right: 0;
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.entry-text .cd-horizontal-timeline .events-wrapper::before,
.tab-content .cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
  left: 0;
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.entry-text .cd-horizontal-timeline .events,
.tab-content .cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background: #dfdfdf;
  transition: transform 0.4s;
}
.entry-text .cd-horizontal-timeline .events ol,
.tab-content .cd-horizontal-timeline .events ol {
  list-style: none;
}
.entry-text .cd-horizontal-timeline .events a,
.tab-content .cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 15px;
  color: #383838;
}
.entry-text .cd-horizontal-timeline .events a::after,
.tab-content .cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
}
.entry-text .cd-horizontal-timeline .events a.selected,
.tab-content .cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.entry-text .cd-horizontal-timeline .events a.selected::after,
.tab-content .cd-horizontal-timeline .events a.selected::after {
  background-color: #005BAA;
  border-color: #005BAA;
}
.entry-text .cd-horizontal-timeline .events a.older-event::after,
.tab-content .cd-horizontal-timeline .events a.older-event::after {
  border-color: #005BAA;
}
.entry-text .cd-horizontal-timeline .filling-line,
.tab-content .cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #005BAA;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.entry-text .cd-horizontal-timeline .events-content,
.tab-content .cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  transition: height 0.4s;
}
.entry-text .cd-horizontal-timeline .events-content ol,
.tab-content .cd-horizontal-timeline .events-content ol {
  padding: 0;
}
.entry-text .cd-horizontal-timeline .events-content li,
.tab-content .cd-horizontal-timeline .events-content li {
  list-style: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}
.entry-text .cd-horizontal-timeline .events-content li > *,
.tab-content .cd-horizontal-timeline .events-content li > * {
  max-width: 100%;
  margin: 0 auto;
}
.entry-text .cd-horizontal-timeline .events-content li .book,
.tab-content .cd-horizontal-timeline .events-content li .book {
  position: relative;
  transform-style: preserve-3d;
  width: 90vw;
  height: 50vh;
  perspective: 800px;
}
.entry-text .cd-horizontal-timeline .events-content li .book .page,
.tab-content .cd-horizontal-timeline .events-content li .book .page {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  transition: transform 1s;
  transform-origin: left center;
  transform-style: preserve-3d;
}
.entry-text .cd-horizontal-timeline .events-content li .book .page:first-of-type .side0,
.tab-content .cd-horizontal-timeline .events-content li .book .page:first-of-type .side0 {
  box-shadow: -10px 0 10px -6px rgba(0, 0, 0, 0.3);
}
.entry-text .cd-horizontal-timeline .events-content li .book .page:last-of-type .side1,
.tab-content .cd-horizontal-timeline .events-content li .book .page:last-of-type .side1 {
  box-shadow: 10px 0 10px -6px rgba(0, 0, 0, 0.3);
}
.entry-text .cd-horizontal-timeline .events-content li .book .side,
.tab-content .cd-horizontal-timeline .events-content li .book .side {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.entry-text .cd-horizontal-timeline .events-content li .book .side h2,
.tab-content .cd-horizontal-timeline .events-content li .book .side h2 {
  font-size: 2rem;
}
.entry-text .cd-horizontal-timeline .events-content li .book .side0,
.tab-content .cd-horizontal-timeline .events-content li .book .side0 {
  transform: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), lemonchiffon 0.5em);
  padding: 1em;
  box-sizing: border-box;
}
.entry-text .cd-horizontal-timeline .events-content li .book .side1,
.tab-content .cd-horizontal-timeline .events-content li .book .side1 {
  transform: rotateY(180deg);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), powderblue 0.8em);
  padding: 1em;
  box-sizing: border-box;
}
.entry-text .cd-horizontal-timeline .events-content li.selected,
.tab-content .cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}
.entry-text .cd-horizontal-timeline.loaded,
.tab-content .cd-horizontal-timeline.loaded {
  opacity: 1;
}
.entry-text .cd-horizontal-timeline .events a:hover::after,
.tab-content .cd-horizontal-timeline .events a:hover::after {
  background-color: #005BAA;
  border-color: #005BAA;
}
.entry-text .cd-timeline-navigation a:hover,
.tab-content .cd-timeline-navigation a:hover {
  border-color: #005BAA;
}
.entry-text .cd-timeline-navigation a.inactive:hover,
.tab-content .cd-timeline-navigation a.inactive:hover {
  border-color: #adb5bd;
}
.entry-text .cd-timeline-navigation,
.tab-content .cd-timeline-navigation {
  list-style: none;
}
.entry-text .cd-timeline-navigation a,
.tab-content .cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #adb5bd;
  color: transparent;
  transition: border-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-text .cd-timeline-navigation a i,
.tab-content .cd-timeline-navigation a i {
  color: #adb5bd;
  margin-right: 0;
}
.entry-text .cd-timeline-navigation a.prev,
.tab-content .cd-timeline-navigation a.prev {
  left: 0;
}
.entry-text .cd-timeline-navigation a.next,
.tab-content .cd-timeline-navigation a.next {
  right: 0;
}
@media only screen and (min-width: 1100px) {
  .entry-text .cd-horizontal-timeline,
  .tab-content .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .entry-text .cd-horizontal-timeline::before,
  .tab-content .cd-horizontal-timeline::before {
    content: "desktop";
  }
}

/*tab content*/
.nav-filter .tab-container .tab {
  cursor: pointer;
  background-color: inherit;
}
.nav-filter .tab-container .tab::hover {
  background-color: #e1e1e1;
}
.nav-filter .tab-container .tab.active {
  background-color: #c5c5c5;
}

.entry-text .tab-content {
  width: 100%;
  padding: 40px 20px;
}
.entry-text .tab-content h1 {
  font-weight: 400;
  font-size: 27px;
  margin-bottom: 20px;
  animation: fading 1s;
}
.entry-text .tab-content p {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  animation: fading 2s;
}

.container-audio {
  width: 66%;
  height: auto;
  padding: 20px;
  border-radius: 5px;
  color: #444;
  margin: 20px auto;
  overflow: hidden;
  box-shadow: 1px 16px 26px -10px rgba(0, 0, 0, 0.59);
  -webkit-box-shadow: 1px 16px 26px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 1px 16px 26px -10px rgba(0, 0, 0, 0.59);
}

audio {
  width: 100%;
}

audio:nth-child(2), audio:nth-child(4), audio:nth-child(6) {
  margin: 0;
}

/* -------------------------------------------------------------------
 * principal
 * ------------------------------------------------------------------- */
.sinpadding {
  padding: 0 !important;
}

.no-margin:not(.row) {
  margin: 0 !important;
}

.col-sinpadding [class^=col-],
.col-sinpadding [class*=" col-"] {
  padding: 0;
}

.minh-100 {
  height: 100vh;
}

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

.text-decoration-none:hover {
  text-decoration: none;
}

.center {
  justify-content: center;
  text-align: center;
}

.centered {
  display: flex;
  /* alineacion vertical */
  align-items: center;
  /* alineacion horizontal */
  justify-content: center;
}

.header-title {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.3;
}

/* capcha */
.grecaptcha-badge {
  top: 105px !important;
}

/* -------------------------------------------------------------------
 * Preloder
 * ------------------------------------------------------------------- */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
  display: grid;
  place-content: center;
  overflow: hidden;
  height: 100vh;
  perspective: 19em;
}

/*.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
*/
.preloading-logo::after {
  content: "\e906";
  color: #1EC65E;
  font-size: 4rem;
  font-family: "icoagrosavia";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -48px;
  margin-left: -32px;
  animation: loader 3s linear infinite;
  -webkit-animation: loader 2s linear infinite;
}

/*
// Base de contenido principal
*/
.bd-content {
  padding: 0 !important;
}
.bd-content .container-fluid {
  padding: 0;
}
.bd-content .row {
  margin-right: 0;
  margin-left: 0;
}
.bd-content .row.normal {
  margin-right: -20px;
  margin-left: -20px;
}
.bd-content .grid .row {
  margin-right: -15px;
  margin-left: -15px;
}
.bd-content .carousel.home-news .carousel-cell {
  background: transparent;
  width: 80%;
  height: auto;
  margin-right: 0;
}
.bd-content .carousel.home-news .carousel-cell.size-4 {
  width: 33.3333333333%;
  max-width: 380px;
}
.bd-content .carousel.home-news .carousel-cell.size-8 {
  width: 66.6666666667%;
  max-width: 760px;
}
.bd-content .carousel.home-news .carousel-cell.size-full {
  width: 100%;
  max-width: 1140px;
}
@media (max-width: 767.98px) {
  .bd-content .carousel.home-news .carousel-cell.size-4, .bd-content .carousel.home-news .carousel-cell.size-8 {
    width: 100%;
  }
  .bd-content .carousel.home-news .carousel-cell [class^=col-],
  .bd-content .carousel.home-news .carousel-cell [class*=" col-"] {
    padding: 0;
  }
}
.bd-content .carousel.home-news .carousel-cell .row {
  margin-right: -15px;
  margin-left: -15px;
}
.bd-content .carousel.home-news .carousel-cell .card {
  margin-bottom: 0;
}
.bd-content .grupos-inv {
  padding-top: 3rem;
}
.bd-content .grupos-inv.row {
  margin-right: -15px;
  margin-left: -15px;
}

.search-sub-menu,
.menu-search-container.active {
  display: none !important;
}

@media (max-width: 768px) {
  .search-sub-menu,
  .menu-search-container.active {
    display: block !important;
  }
}
.no-results {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.no-results .persona {
  position: absolute;
  left: 280px;
  bottom: 20px;
}
.no-results .interrogacion {
  position: absolute;
  top: 130px;
  right: 320px;
}
.no-results .admiracion {
  position: absolute;
  left: 315px;
  top: 21px;
}
.no-results .lupa {
  position: absolute;
  right: 320px;
}

.no-results {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.no-results .persona {
  position: absolute;
  left: 280px;
  bottom: 20px;
  animation: float 3s ease-in-out infinite;
}
.no-results .interrogacion {
  position: absolute;
  top: 130px;
  right: 320px;
  animation: bounce 2s ease-in-out infinite;
}
.no-results .admiracion {
  position: absolute;
  left: 315px;
  top: 21px;
  animation: bounce 2s ease-in-out infinite;
}
.no-results .lupa {
  position: absolute;
  right: 320px;
  animation: zoom 2s ease-in-out infinite;
}
.no-results .pc {
  z-index: -100;
  animation: shake 3s ease-in-out infinite;
}

/* Animaciones */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  75% {
    transform: translateX(-3px);
  }
}
/* buscador */
.buscador.version-movil {
  display: block;
}
.buscador.version-web {
  display: none;
}
.buscador.version-web .has-search input {
  background-color: #f4f7f6;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.buscador.version-web .has-search .input-group-append button.btn {
  background-color: #5AC8FA;
  color: white;
}
.buscador.version-web .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #000000;
}
@media (min-width: 768px) {
  .buscador.version-movil {
    display: none;
  }
  .buscador.version-web {
    display: block;
  }
}
.buscador .item {
  padding: 0 1rem;
}
.buscador .bt-buscador {
  min-width: 115px;
  color: #202121;
  cursor: pointer;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  transition: all 0.3s ease-in-out;
}
.buscador .bt-buscador i {
  transition: all 0.3s ease-in-out;
}
.buscador .bt-buscador span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
  .buscador .bt-buscador span {
    display: none;
  }
}
.buscador .bt-buscador:hover i {
  color: #4FC5B6;
}
.buscador .bt-buscador:hover span {
  color: #6c757d;
}
@media (max-width: 575.98px) {
  .buscador .bt-buscador {
    min-width: inherit;
    width: 52px;
  }
}
@media (max-width: 991.98px) {
  .buscador .bt-buscador {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .buscador {
    border: none;
  }
}
@media (min-width: 768px) {
  .buscador {
    border-left: 1px solid #e9ecef;
  }
}
@media (min-width: 992px) {
  .buscador {
    border: none;
  }
}

.row-tiny--4 {
  min-height: 300px;
  height: 33.33333vh;
}

.row-sm-4 {
  min-height: 150px;
  height: 19.66vh;
}

@media (min-width: 768px) {
  .row-small--7 {
    min-height: 450px;
    height: 58.33333vh !important;
  }
  .row-md-7 {
    min-height: 300px;
    height: 39.32vh !important;
  }
  .row-sm-7 {
    min-height: 150px;
    height: 19.66vh !important;
  }
  .row-small-7 {
    height: calc(100% - 55px) !important;
  }
}
.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.texture-overlay {
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/grid.png);
  transition: all 0.3s ease-in-out;
}

.carousel-container {
  position: relative;
}
.carousel-container .parent-el {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.carousel-container .parent-el .two-col {
  display: flex;
  align-items: center;
}
.carousel-container .parent-el .two-col .has-img {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  position: relative;
  z-index: 0;
  /*@include prefix(transition-delay, 300ms);*/
}
.carousel-container .parent-el .two-col .has-img .hover-item {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
.carousel-container .parent-el .two-col .has-img .hover-item a:hover {
  opacity: 0.7;
}
.carousel-container .parent-el .two-col .has-img .hover-item.bottom {
  bottom: 25px;
}
.carousel-container .parent-el .two-col .has-img .hover-item.top {
  top: 25px;
}
.carousel-container .parent-el .two-col .has-img .hover-item.left {
  left: 25px;
}
.carousel-container .parent-el .two-col .has-img .hover-item.right {
  right: 25px;
}
.carousel-container .parent-el .two-col .has-img .hover-item.center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel-container .parent-el .two-col .has-img .hover-item .bt-link {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.carousel-container .parent-el .two-col .has-img .hover-item .bt-link {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
}
.carousel-container .parent-el .two-col .has-img .hover-item .bt-link .icon {
  font-size: 18px;
  margin: 0;
}
.carousel-container .parent-el .two-col .has-img .icon {
  font-size: 40px;
  color: #fff;
  margin: 0;
}
.carousel-container .parent-el .two-col .has-img:hover {
  transform: scale(1.05);
}
.carousel-container .parent-el .two-col .has-img:hover a {
  text-decoration: none;
}
.carousel-container .parent-el .two-col .has-img:hover .texture-overlay {
  background-color: rgba(0, 91, 170, 0.45);
  transform: scale(1);
}
.carousel-container .parent-el .two-col .has-img:hover .hover-item {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .carousel-container .parent-el .two-col .has-img {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
    order: 1;
  }
}
.carousel-container .parent-el .two-col .has-content {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  z-index: 1;
}
.carousel-container .parent-el .two-col .has-content .box-info {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  width: 100%;
}
.carousel-container .parent-el .two-col .has-content .box-info .box-tagDate {
  margin-bottom: 1em;
  opacity: 0;
  transform: translateY(10px);
  transition: all 100ms ease;
}
.carousel-container .parent-el .two-col .has-content .box-info .box-tagDate .date-box {
  color: #E5E5EA;
  font-size: 0.75rem;
}
.carousel-container .parent-el .two-col .has-content .box-info .box-tagDate .date-box .ev[data-time]::after {
  content: attr(data-time);
  color: #004620;
}
.carousel-container .parent-el .two-col .has-content .box-info .box-tagDate [data-time]::after {
  content: attr(data-time);
  color: #1EC65E;
}
.carousel-container .parent-el .two-col .has-content .box-info .box-tagDate [data-categoria]::after {
  content: attr(data-categoria);
  text-transform: uppercase;
}
.carousel-container .parent-el .two-col .has-content .box-info h1 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  transform: translateY(100%);
  position: relative;
  transition: all 500ms ease;
  display: inline-block;
}
.carousel-container .parent-el .two-col .has-content .box-info hr {
  margin: 0.5em 0em;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 0;
  max-width: 100%;
  transition: all 2500ms ease;
}
.carousel-container .parent-el .two-col .has-content .box-info p {
  color: #fff;
  margin-top: 1rem;
  line-height: 1.8;
  transform: translateY(15px);
  position: relative;
  opacity: 0;
  transition: all 400ms ease;
}
.carousel-container .parent-el .two-col .has-content .box-info .contenido {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: calc(58.33333vh - 7vh);*/
  width: 100%;
}
.carousel-container .parent-el .two-col .has-content .box-info .contenido .location p {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .carousel-container .parent-el .two-col .has-content .box-info .contenido {
    position: relative;
    height: 360px;
    align-items: flex-start;
  }
}
.carousel-container .parent-el .two-col .has-content .box-info .content {
  padding: 30px 6vw;
}
@media (max-width: 767.98px) {
  .carousel-container .parent-el .two-col .has-content .box-info .content {
    padding: 30px 2.5vw;
  }
}
.carousel-container .parent-el .two-col .has-content .box-info .footer {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 11px 20px 10px 20px;
  font-size: 12px;
  width: 100%;
}
.carousel-container .parent-el .two-col .has-content .box-info .footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-container .parent-el .two-col .has-content .box-info .footer:after {
  content: "";
  display: block;
  clear: both;
}
.carousel-container .parent-el .two-col .has-content .box-info .footer .box-left .box-byuser a {
  color: #E5E5EA;
}
.carousel-container .parent-el .two-col .has-content .box-info .footer .box-left .box-byuser a:hover {
  color: #1EC65E;
}
.carousel-container .parent-el .two-col .has-content .box-info .footer .box-left .box-byuser .by {
  color: #E5E5EA;
}
@media (max-width: 767.98px) {
  .carousel-container .parent-el .two-col .has-content {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .carousel-container .parent-el .two-col {
    display: flex;
    flex-direction: column;
  }
}
.carousel-container .is-selected .parent-el .two-col {
  /*.the-img {
    overflow: hidden;
    img {
      position: relative;
      transform: translateX(0%);
      transition-delay: 500ms;
    }
  }*/
}
.carousel-container .is-selected .parent-el .two-col .has-img {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  /*@include prefix(transition-delay, 300ms);*/
}
.carousel-container .is-selected .parent-el .two-col .has-content .box-info h1 {
  transform: translateY(0%);
  transition-delay: 400ms;
}
.carousel-container .is-selected .parent-el .two-col .has-content .box-info .box-tagDate {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 400ms;
}
.carousel-container .is-selected .parent-el .two-col .has-content .box-info hr {
  width: 100%;
  max-width: 100%;
  transition-delay: 500ms;
}
.carousel-container .is-selected .parent-el .two-col .has-content .box-info p {
  transform: translateY(0%);
  transition-delay: 500ms;
  position: relative;
  opacity: 1;
}
.carousel-container .is-selected .parent-el .two-col .has-content .box-info p:nth-of-type(2) {
  color: red;
  transition-delay: 700ms;
}
.carousel-container .is-selected .parent-el .two-col .has-content .box-info p:nth-of-type(3) {
  transition-delay: 900ms;
}
.carousel-container .carousel-status {
  position: absolute;
  top: 0;
  color: #fff;
  padding: 15px 25px 25px 15px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 100%;
}
.carousel-container .carousel-status.status-right {
  right: 0;
  padding: 15px 15px 25px 25px;
  border-radius: 0 0 0 100%;
}
.carousel-container .flickity-button {
  background: rgba(0, 0, 0, 0.1);
}
.carousel-container .flickity-button-icon {
  fill: #fff;
}
@media (max-width: 767.98px) {
  .carousel-container .flickity-prev-next-button {
    top: 25%;
  }
}

.moreInfo {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  width: 100%;
}

@media (min-width: 992px) {
  .moreInfoBottom.hinfoBottom {
    bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .moreInfoBottom.hinfoBottom .box-left {
    display: none;
  }
  .moreInfoBottom.hinfoBottom .box-right {
    justify-content: flex-end;
    width: 100%;
  }
}

.box-left {
  display: flex;
  flex: 1;
  align-items: center;
}
.box-left .box-byuser {
  display: flex;
  align-items: center;
}
.box-left .box-byuser .item {
  position: relative;
}
.box-left .box-byuser a {
  color: #212529;
  transition: all 0.3s ease-in-out;
}
.box-left .box-byuser a:hover {
  color: #1EC65E;
  text-decoration: none;
}
.box-left .box-byuser img {
  border-radius: 50%;
}
.box-left .box-byuser .by {
  flex: 1;
  font-size: 0.625rem;
  padding: 0 5px 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.box-left .box-byuser .by strong {
  text-transform: uppercase;
}

.box-right {
  display: flex;
  align-items: center;
}

.share-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.list-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.list-tags.text-light li a {
  color: #fff;
  background-color: rgba(33, 37, 41, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-tags.text-light li a.btn {
  border-radius: 50%;
  height: 42px;
}
.list-tags.text-light li a:hover {
  background-color: rgba(0, 172, 78, 0.5);
  height: 42px;
  width: 42px;
}
.list-tags.text-light li i {
  margin-right: 0;
}
.list-tags li {
  list-style: none;
  margin: 0 3px 0 0;
  margin-left: 5px;
}
.list-tags li .box-tooltip {
  display: flex;
  align-items: center;
  height: 15px;
  padding: 1px 5px 2px;
  line-height: normal;
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 35px;
  cursor: default;
  text-transform: uppercase;
}
.list-tags li .box-tooltip.btn-na {
  color: transparent;
}
.list-tags li .dias-ev {
  display: flex;
}
.list-tags li .dias-ev[data-date]::after {
  content: attr(data-date);
  color: #00AC4E;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  line-height: 20px;
  font-size: 0.75rem;
  background-color: #f8f9fa;
  border-radius: 5px;
  cursor: default;
}

/* ------------truncate---------------- */
.truncate-slide-title {
  height: 75px;
}

.truncate-slide-text {
  height: 68px;
}
@media (min-width: 992px) {
  .truncate-slide-text {
    height: 87px;
  }
}
@media (min-width: 1200px) {
  .truncate-slide-text {
    height: 136px;
  }
}

.truncate-slide-text-ev {
  height: 30px;
}
@media screen and (min-height: 200px) {
  .truncate-slide-text-ev {
    height: 60px !important;
  }
}
@media screen and (min-height: 500px) {
  .truncate-slide-text-ev {
    height: 90px !important;
  }
}
@media screen and (min-height: 1000px) {
  .truncate-slide-text-ev {
    height: 130px !important;
  }
}
@media (max-width: 767.98px) {
  .truncate-slide-text-ev {
    height: 30px !important;
  }
}
@media (min-width: 992px) {
  .truncate-slide-text-ev {
    height: 87px;
  }
}
@media (min-width: 1200px) {
  .truncate-slide-text-ev {
    height: 136px;
  }
}

.truncate-banner-title {
  height: 64px;
}
@media (min-width: 768px) {
  .truncate-banner-title {
    height: 308px;
  }
}
@media (min-width: 992px) {
  .truncate-banner-title {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .truncate-banner-title {
    height: 64px;
  }
}

.truncate-banner-text {
  height: 192px;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .truncate-banner-text {
    height: 96px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .truncate-banner-text {
    height: 408px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .truncate-banner-text {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .truncate-banner-text {
    height: 126px;
  }
}

.card-title {
  height: 60px;
}

.card-text {
  height: 50px;
}

.crop-text-2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/*-------------------------------------------*/
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
    margin: 0;
    max-width: 100%;
  }
}

#modal-share .modal-content .modal-header,
#modal-info .modal-content .modal-header {
  border-bottom: 1px solid transparent;
  display: block;
  text-align: center;
  width: 100%;
}
#modal-share .modal-content .modal-header .close,
#modal-info .modal-content .modal-header .close {
  position: absolute;
  top: 18px;
  right: 18px;
}
#modal-share .modal-content .modal-header p,
#modal-info .modal-content .modal-header p {
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991.98px) {
  #modal-share .modal-content,
  #modal-info .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    justify-content: center;
    overflow-y: hidden;
    align-items: center;
    padding: 70px 20px 50px 20px;
    min-height: 100vh;
  }
  #modal-share .modal-content .modal-body,
  #modal-info .modal-content .modal-body {
    flex: initial;
    width: 100%;
  }
  #modal-share .modal-content .modal-body [class^=col-],
  #modal-share .modal-content .modal-body [class*=" col-"],
  #modal-info .modal-content .modal-body [class^=col-],
  #modal-info .modal-content .modal-body [class*=" col-"] {
    padding: 0;
  }
}
#modal-share .modal-title,
#modal-info .modal-title {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 600;
}
#modal-share li,
#modal-info li {
  margin-bottom: 15px;
  color: #fff;
}
#modal-share li a,
#modal-info li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
}
#modal-share li a.btn-default,
#modal-info li a.btn-default {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
  color: #444;
}
#modal-share li a.btn-default:hover,
#modal-info li a.btn-default:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
}
#modal-share li a.btn-default:focus, #modal-share li a.btn-default.focus,
#modal-info li a.btn-default:focus,
#modal-info li a.btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
#modal-share li a.btn-default.disabled, #modal-share li a.btn-default:disabled,
#modal-info li a.btn-default.disabled,
#modal-info li a.btn-default:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
#modal-share li a.btn-default:not(:disabled):not(.disabled):active, #modal-share li a.btn-default:not(:disabled):not(.disabled).active, .show > #modal-share li a.btn-default.dropdown-toggle,
#modal-info li a.btn-default:not(:disabled):not(.disabled):active,
#modal-info li a.btn-default:not(:disabled):not(.disabled).active,
.show > #modal-info li a.btn-default.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}
#modal-share li a.btn-default:not(:disabled):not(.disabled):active:focus, #modal-share li a.btn-default:not(:disabled):not(.disabled).active:focus, .show > #modal-share li a.btn-default.dropdown-toggle:focus,
#modal-info li a.btn-default:not(:disabled):not(.disabled):active:focus,
#modal-info li a.btn-default:not(:disabled):not(.disabled).active:focus,
.show > #modal-info li a.btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

button.close {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 10px 15px;
}

/* -----------------------------------TOOLTIP colores---------------------------------------------- */
.tooltip.ot .arrow:before {
  border-top-color: #1EC65E;
}
.tooltip.ot .tooltip-inner {
  background-color: #1EC65E;
}
.tooltip.ev .arrow:before {
  border-top-color: #B21527;
}
.tooltip.ev .tooltip-inner {
  background-color: #B21527;
}
.tooltip.ci .arrow:before {
  border-top-color: #5AC8FA;
}
.tooltip.ci .tooltip-inner {
  background-color: #5AC8FA;
}
.tooltip.pos .arrow:before {
  border-top-color: #FFCC00;
}
.tooltip.pos .tooltip-inner {
  background-color: #FFCC00;
}
.tooltip.ri .arrow:before {
  border-top-color: #6610f2;
}
.tooltip.ri .tooltip-inner {
  background-color: #6610f2;
}
.tooltip.io .arrow:before {
  border-top-color: #FF3B30;
}
.tooltip.io .tooltip-inner {
  background-color: #FF3B30;
}
.tooltip.in .arrow:before {
  border-top-color: #8E8E93;
}
.tooltip.in .tooltip-inner {
  background-color: #8E8E93;
}
.tooltip.na .arrow:before {
  border-top-color: #005BAA;
}
.tooltip.na .tooltip-inner {
  background-color: #005BAA;
}
.tooltip.su .arrow:before {
  border-top-color: #fd7e14;
}
.tooltip.su .tooltip-inner {
  background-color: #fd7e14;
}

/* ----------------------------------- Banner ---------------------------------------------- */
.hero {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .flickity-page-dots {
  bottom: 15px;
}

.hero-cell {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-cell-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.hero-cell-content {
  position: absolute;
  bottom: 60px;
  left: 30px;
  right: 30px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .hero-cell-content {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

@media screen and (min-width: 768px) {
  .hero-cell-text-right {
    position: absolute;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .hero-cell-text-right {
    left: 50px;
    right: 0%;
    bottom: -20px;
  }
}

.backshape {
  z-index: 1;
  width: 100%;
  transform: skew(0deg, -5deg);
}
@media (min-width: 1200px) {
  .backshape {
    transform: skew(0deg, -2deg);
  }
}

.hero-cell-text {
  color: #fff;
  z-index: 1;
  display: block;
  margin-top: 10px;
  width: 100%;
  padding: 40px 30px;
  transform: skew(0deg, 5deg);
}
@media (min-width: 1200px) {
  .hero-cell-text {
    transform: skew(0deg, 2deg);
  }
}

.hero-cell-title {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1;
}

.hero-subhead {
  font-size: 0.625rem;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}

.hero-cell-angle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .hero-cell-angle {
    left: 45%;
  }
}

.bg-info-banner {
  opacity: 0.9;
  border-radius: 30px 0 0 0;
}

.hero-cell.is-selected .hero-cell-text-right {
  opacity: 1;
}

/* ------------------------------ section Indicadores Home ---------------------------------- */
.indicadoresHome {
  height: 50vh;
  max-height: 50vh;
  overflow: hidden;
  /*---  Seccion prensa y redes sociales  --*/
  /*---  Seccion extensionistas  --*/
  /*---  Seccion Laboratorio  --*/
  /*---  Seccion BAC y Editorial  --*/
}
.indicadoresHome .tablaHist .titleTabla {
  background-color: #1b8ff5;
  text-align: center;
  padding: 0.4rem;
  color: white;
  font-size: 15px;
  font-weight: bold;
}
.indicadoresHome .tablaHist .table {
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .indicadoresHome .tablaHist .table {
    display: block;
  }
}
.indicadoresHome .tablaHist .row {
  display: table-row;
  background: #f6f6f6;
}
.indicadoresHome .tablaHist .row:nth-of-type(odd) {
  background: #e9e9e9;
}
.indicadoresHome .tablaHist .row.header {
  font-weight: 900;
  color: #ffffff;
  background: #005BAA;
}
.indicadoresHome .tablaHist .row.green {
  background: #27ae60;
}
.indicadoresHome .tablaHist .row.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .indicadoresHome .tablaHist .row {
    padding: 14px 0 7px;
    display: block;
  }
  .indicadoresHome .tablaHist .row.header {
    padding: 0;
    height: 6px;
  }
  .indicadoresHome .tablaHist .row.header .cell {
    display: none;
  }
  .indicadoresHome .tablaHist .row .cell {
    margin-bottom: 10px;
  }
  .indicadoresHome .tablaHist .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}
.indicadoresHome .tablaHist .cell {
  padding: 6px 12px;
  display: table-cell;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .indicadoresHome .tablaHist .cell {
    padding: 2px 16px;
    display: block;
  }
}
.indicadoresHome .indicBackg {
  background: linear-gradient(-45deg, #44ae95, #69a8c5, #4FC5B6, #78b6d3);
  background-size: 320% 320%;
  animation: gradient 15s ease infinite;
  height: 50vh;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.indicadoresHome .indicBackg .indicIntro {
  height: 50vh;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .indicadoresHome .indicBackg .indicIntro {
    background-image: none !important;
  }
}
.indicadoresHome .indicBackg .indicIntro .tituloPrin {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indicadoresHome .indicBackg .indicIntro .tituloPrin span {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 1rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #004F9F;
  border: 2px solid white;
}
.indicadoresHome .indicBackg .indicIntro .tituloPrin .indicFecha {
  background-color: white;
  color: #004F9F;
  font-size: 1.1rem;
}
.indicadoresHome .indicBackg .indicIntro .flechaScroll {
  background-color: #E1E4F3;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: parpadeo 2.5s infinite;
}
@keyframes parpadeo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.indicadoresHome .indicBackg .indicIntro .flechaScroll i {
  font-size: 1.5rem;
  margin-left: 6px;
  transform: rotate(180deg);
}
.indicadoresHome .indicBackg .indicIntro .textScroll {
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}
.indicadoresHome .indicBackg .titleIndic {
  background-color: #004F9F;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  font-weight: bolder;
  text-align: center;
  border-radius: 0 0 0.5rem 0.5rem;
  border: 2px solid;
  text-transform: uppercase;
  animation: slide 4s infinite;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.indicadoresHome .indicBackg .titleIndic i {
  font-size: xx-large;
}
.indicadoresHome .indicBackg .indicEventos {
  background-color: rgba(255, 255, 0, 0.125);
  min-height: 45vh;
  height: auto;
  padding: 1.5rem;
}
.indicadoresHome .indicBackg .indicEventos .contEvent {
  min-height: 30vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.indicadoresHome .indicBackg .indicEventos .contEvent .indiWidth {
  max-width: 100%;
}
.indicadoresHome .indicBackg .indicEventos .contEvent ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0.3rem;
}
.indicadoresHome .indicBackg .indicEventos .contEvent ul .indicList {
  color: #000;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  background-color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 2px solid;
}
.indicadoresHome .indicBackg .indicEventos .contEvent ul .indicList img {
  max-height: 200px;
  width: 100px;
}
.indicadoresHome .indicBackg .indicEventos .contEvent .subtiEvent {
  background-color: #004F9F;
  padding: 1rem;
  text-align: center;
  border: 2px solid;
  margin-bottom: 2rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.1rem;
}
.indicadoresHome .indicBackg .indicEventos .contEvent div .distri {
  font-size: 1.5rem;
  color: #004F9F;
  font-weight: bold;
  text-align: center;
}
.indicadoresHome .indicBackg .indicEventos .contEvent .imgMap img {
  width: 100%;
  height: 100%;
}
.indicadoresHome .indicBackg .indicEventos .contEvent .gruposPo {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 2px solid;
  padding: 1rem;
}
.indicadoresHome .indicBackg .indicEventos .contEvent .gruposPo .asisList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 280px;
}
.indicadoresHome .indicBackg .indicEventos .contEvent .gruposPo .asisList .minText {
  font-size: 13px;
  text-align: center;
}
.indicadoresHome .indicBackg .indicEventos .contEvent .gruposPo div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indicadoresHome .indicBackg .indicEventos .contEvent .gruposPo div img {
  height: 180px;
}
.indicadoresHome .indicBackg .indicEventos .contEvent .textPob {
  background-color: #004F9F;
  color: white;
  padding: 1rem;
  text-align: center;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.indicadoresHome .indicPrensa {
  padding: 1.5rem;
}
.indicadoresHome .indicPrensa .contPrensa {
  min-height: 30vh;
  height: auto;
  padding: 0.5rem;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth {
  max-width: 100%;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  align-items: center;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth ul .indicList {
  color: #000;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  max-width: 26rem;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 2px solid;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth .botoneIndic {
  margin-top: 1rem;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth .botoneIndic a {
  color: #000;
  text-decoration: none;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth .botoneIndic .btnIndic {
  margin-bottom: 0.5rem;
  background-color: #D2E9D4;
  padding: 1rem;
  width: 6.8rem;
  border-radius: 1rem;
  text-align: center;
  border: 2px solid;
  display: flex;
  flex-direction: column;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth .botoneIndic .btnIndic i {
  font-size: 2rem;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth .botoneIndic .btnIndic span {
  font-weight: bold;
  color: #004F9F;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth .subtPrensa {
  text-align: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: white;
  display: block;
  font-weight: bolder;
  background-color: #004F9F;
  padding: 0.8rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth .premiosIndic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth .premiosIndic div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth .premiosIndic div img {
  background-color: white;
  border-radius: 1rem;
}
.indicadoresHome .indicPrensa .contPrensa .indiWidth .premiosIndic div span {
  font-size: 1.1rem;
  margin: 2rem 0;
  text-align: justify;
}
.indicadoresHome .indicExt {
  background-color: rgba(255, 255, 0, 0.125);
  padding: 1.5rem;
}
.indicadoresHome .indicExt article .titleExten {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indicadoresHome .indicExt article .titleExten .numExt {
  background-color: white;
  color: #004F9F;
  padding: 1rem;
  font-size: larger;
  border-radius: 1rem 1rem 0 0;
  width: 150px;
  text-align: center;
  font-weight: 800;
}
.indicadoresHome .indicExt article .titleExten span {
  background-color: #004F9F;
  color: white;
  padding: 1rem;
  font-size: 1.2rem;
  border-radius: 0 1rem;
}
.indicadoresHome .indicExt article .extenItems {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 2rem;
  margin-bottom: 2rem;
  align-items: center;
  gap: 15px;
}
.indicadoresHome .indicExt article .extenItems div {
  background-color: #004F9F;
  color: white;
  padding: 1rem;
  font-size: 1.2rem;
  border-radius: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.indicadoresHome .indicExt article .extenItems img {
  height: 330px;
}
.indicadoresHome .indicLab {
  padding: 1.5rem;
}
.indicadoresHome .indicLab .subtLab {
  text-align: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #004F9F;
  display: block;
  font-weight: bolder;
  background-color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}
.indicadoresHome .indicLab .labItems {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 2rem;
  align-items: center;
}
.indicadoresHome .indicLab .labItems .datosLab {
  color: #005BAA;
  font-size: 1.3rem;
  width: 450px;
  text-align: center;
}
.indicadoresHome .indicLab .subtLab1 {
  background-color: #acc4ec;
}
.indicadoresHome .indicLab .servItems {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 1.5rem;
}
.indicadoresHome .indicLab .servItems div {
  text-align: center;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.indicadoresHome .indicLab .servItems div span {
  font-size: 1.4rem;
  color: #005baa;
  font-weight: 800;
  margin-top: 1rem;
}
.indicadoresHome .indicLab .servItems div img {
  max-height: 300px;
}
.indicadoresHome .indicBAC {
  padding: 1.5rem;
  background-color: rgba(255, 255, 0, 0.125);
}
.indicadoresHome .indicBAC span {
  text-align: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  color: #004F9F;
  display: block;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}
.indicadoresHome .indicBAC section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.2rem;
}
.indicadoresHome .indicBAC img {
  display: block;
  margin: auto;
  max-height: 270px;
}
.indicadoresHome .indicBAC article {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 1rem;
}
.indicadoresHome .indicBAC article img {
  display: block;
  margin: auto;
  margin-top: 15px;
  max-height: 350px;
}
.indicadoresHome .indicBAC article span {
  max-width: 600px;
  text-align: justify;
  padding: 0;
  margin-bottom: 0.5rem;
}
.indicadoresHome .indicBAC article ul {
  list-style: none;
  width: 37%;
}
.indicadoresHome .indicBAC article ul span {
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .indicadoresHome .indicBAC article ul {
    width: 100%;
  }
}
.indicadoresHome .indicTv {
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.indicadoresHome .indicTv div {
  background-color: #b3dae5;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  max-width: 450px;
  margin-bottom: 1rem;
}
.indicadoresHome .indicTv div span {
  font-size: larger;
  color: #004F9F;
  font-weight: bold;
}
.indicadoresHome .indicTv div iframe {
  border-radius: 1rem;
}
.indicadoresHome .indicTv div .titleVid {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: center;
}
.indicadoresHome .indicTv div a {
  text-decoration: none;
  text-align: center;
}
.indicadoresHome .indicTv div a .imgPod {
  width: 100%;
  max-height: 210px;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.indicadoresHome .indicTv .imgFinal {
  max-height: 400px;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ------------------------------ section Noticias ---------------------------------- */
section.noticias {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
section.noticias h2 {
  font-size: 1.125rem;
  letter-spacing: 2px;
  line-height: 35px;
}
section.noticias h2 i {
  transition: all 0.3s ease-in-out;
}
section.noticias .carousel {
  margin-bottom: 0;
}
section.noticias:hover h2 i {
  color: #00AC4E;
}

table td p {
  margin-bottom: 0;
}

/* ------------------------------ section pectia, siembra y linkata ---------------------------------- */
.content-sites [class^=col-],
.content-sites [class*=" col-"] {
  padding-bottom: 20px;
}
.content-sites figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
}
.content-sites figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.content-sites figure figcaption,
.content-sites figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-sites figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content-sites .effect-ruby img {
  opacity: 0.7;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1);
}
.content-sites .effect-ruby figcaption img {
  opacity: 1;
  max-width: 170px;
  min-height: auto;
  position: absolute;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  left: calc(50% - 85px);
  bottom: 20%;
  transition: all 0.3s ease-in-out;
}
.content-sites .effect-ruby figcaption .btn {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.content-sites .effect-ruby:hover img {
  opacity: 0.5;
  transform: scale(1.15);
}
.content-sites .effect-ruby:hover figcaption img {
  opacity: 1;
  transform: scale(1);
  max-width: 170px;
  min-height: auto;
  bottom: 30%;
}
.content-sites .effect-ruby:hover figcaption .btn {
  bottom: 10%;
  opacity: 1;
  transform: scale(1);
}

/* ------------------------------ section Unete a la corporación ---------------------------------- */
.parallax {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
.parallax section {
  width: 100%;
  min-height: 586px;
  flex: 1;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.parallax section .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  opacity: 0.4;
}
.parallax section .stuff {
  /*display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  max-width: 70%;
  justify-content: center;
  text-align: center;
  position: relative;
  */
  z-index: 1000;
  margin: 0 auto;
}

.parallax-work {
  width: 100%;
  height: 100%;
  min-height: 586px;
  background-color: transparent;
  position: relative;
  display: flex;
  overflow: hidden;
  /*display: table;*/
}
.parallax-work .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /*-webkit-filter: blur(2px);
  filter: blur(2px);*/
}
.parallax-work .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000000;
}

.parallax-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}
.parallax-content h1,
.parallax-content h3 {
  color: #fff;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.parallax-content h1 {
  position: relative;
  margin-bottom: 80px;
}
.parallax-content h1::after {
  content: "";
  position: absolute;
  left: calc(50% - 1.2em);
  bottom: -30px;
  height: 2px;
  width: 2.4em;
  background: #fff;
  /*transform: translateY(-50%);*/
}
.parallax-content p {
  color: #fff;
}
@media (max-width: 991.98px) {
  .parallax-content {
    padding: 3rem 0;
  }
  .parallax-content h1 {
    font-size: 2rem;
  }
}

.work-content-main {
  padding-top: 2rem;
  position: relative;
}
.work-content-main img {
  border-color: #f00;
  border-width: 10px;
}
.work-content-main .groove {
  border-style: groove;
}
.work-content-main .alert {
  color: #fff;
}
.work-content-main a:hover {
  text-decoration: none;
}
.work-content-main a:hover .box-container .box-3d .box.box2 {
  top: 10px;
  left: 0;
}
.work-content-main a:hover .box-container .box-3d .box.box3 {
  top: 20px;
  left: 0;
}
.work-content-main a#c-trabaje [data-count]::after {
  content: attr(data-count);
  background-color: #AC2876;
  color: #fff;
  display: block;
  position: absolute;
  top: 25%;
  right: 25%;
  padding: 0 5px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.6875rem;
  font-weight: 300;
  text-align: center;
  border-radius: 5px;
}
.work-content-main a#c-contratacion [data-count]::after {
  content: attr(data-count);
  background-color: #00B1EB;
  color: #fff;
  display: block;
  position: absolute;
  top: 25%;
  right: 25%;
  padding: 0 5px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.6875rem;
  font-weight: 300;
  text-align: center;
  border-radius: 5px;
}

.box-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 200px;
}
.box-container .box-3d {
  height: auto;
  width: 100px;
  position: absolute;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  transition: all 0.3s ease;
}
.box-container .box-3d .box {
  background-image: linear-gradient(125deg, #56143B, #AC2876);
  background-repeat: repeat-x;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 10px;
  position: relative;
  -ms-box-shadow: 0px 3px 30px 17px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 3px 30px 17px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 30px 17px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 2;
}
.box-container .box-3d .box i {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #fff;
  /*path {
    stroke-dasharray: 10;
    stroke-dashoffset: 1000;
    animation: dash 5s linear infinite;
  }*/
}
.box-container .box-3d .box.box2 {
  position: absolute !important;
  top: 25px;
  z-index: 1 !important;
  transition: all 0.3s ease;
}
.box-container .box-3d .box.box3 {
  position: absolute !important;
  top: 50px;
  z-index: 0 !important;
  transition: all 0.3s ease;
}
.box-container .box-3d .box[class^=deg-], .box-container .box-3d .box[class*=" deg-"] {
  background-image: linear-gradient(125deg, #005976, #00B1EB);
  background-repeat: repeat-x;
}

/* ------------------------------ FOOTER ---------------------------------- */
footer {
  background: #0E1E43;
}
footer.page-footer {
  bottom: 0;
  color: #fff;
}
footer.page-footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer.page-footer .footer-copyright {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
footer .logos-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 40px;
}
footer .logos-footer .box-logo i {
  font-size: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  footer .logos-footer .box-logo i {
    justify-content: center;
  }
}
footer .logos-footer .box-logo .logo-text {
  font-size: 6.8px;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  footer .logos-footer .box-logo .logo-text {
    text-align: center;
  }
}
footer .logos-footer .box-ministerio a {
  display: flex;
  justify-content: flex-end;
}
footer .logos-footer .box-ministerio a img {
  height: 44px;
}
@media (max-width: 767.98px) {
  footer .logos-footer .box-ministerio a {
    justify-content: center;
    margin-top: 20px;
  }
}

.font-small {
  font-size: 0.9rem;
}

.widget-list li a {
  color: #fff;
}
.widget-list li a:hover {
  text-decoration: underline;
}

.widget h5 {
  color: #1EC65E;
}
.widget .card-header {
  background: transparent;
  font-size: 1rem;
}
.widget .card-header a {
  color: #1EC65E;
  width: 100%;
  display: block;
}
.widget .card-header a:after {
  font-size: 1.25rem;
  content: "+";
  position: absolute;
  right: 40px;
  top: 0.9rem;
  transition: transform 0.25s ease-in-out;
}
.widget .card-header a:hover, .widget .card-header a:focus {
  text-decoration: none;
}
.widget .card-header a[aria-expanded=true]:after {
  transform: rotate(45deg);
}
.widget .card-block {
  padding: 0 1.3rem;
}
.widget .card-block .widget-list li {
  margin-bottom: 4px;
}
.widget .card-block .widget-list li a {
  color: #fff;
}

/* -------------------------------------------------------------------
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: none;
}
.go-top a,
.go-top a:visited {
  text-decoration: none;
  border-radius: 50%;
  display: block;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  background: #0E1E43;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.go-top a i,
.go-top a:visited i {
  font-size: 18px;
  line-height: inherit;
  margin: 0;
}

.go-top a:hover,
.go-top a:focus {
  color: #ffffff;
}

/* -------------------------------------------------------------------
 * contenido principal interno
 * ------------------------------------------------------------------- */
.content-main {
  margin-top: 105px;
}

.content-main-inner {
  margin-top: 52px;
}

header.banner-info {
  position: relative;
  overflow: hidden;
}
header.banner-info .texture-overlay {
  background-color: rgba(0, 91, 170, 0.5);
}
header.banner-info .container {
  background: transparent;
  margin-top: 0;
}
header.banner-info .container [class^=col-],
header.banner-info .container [class*=" col-"] {
  padding: 0;
}
header.banner-info .container .card-profile {
  box-shadow: 0 0 0px 5px #fff;
  max-width: 120px;
  max-height: 120px;
  position: initial;
  margin-top: 15.5vw;
}
@media (min-width: 768px) {
  header.banner-info .container .card-profile {
    margin: 3rem 0;
  }
}
header.banner-info .container .info-director {
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}
header.banner-info .container .info-director a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
header.banner-info .container .info-director a.btn {
  margin-top: 1rem;
}
header.banner-info .container .info-director a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  header.banner-info .container .info-director {
    text-align: left;
  }
}
header.banner-info .container .moreInfoBottom {
  margin-bottom: 1.2rem;
}
@media (max-width: 767.98px) {
  header.banner-info .container .moreInfoBottom .box-left {
    display: none;
  }
  header.banner-info .container .moreInfoBottom .box-right {
    justify-content: flex-end;
    width: 100%;
  }
}
header.banner-info video.bg-block {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}
header.banner-info .news-title {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.3;
  margin: 0;
  color: #fff;
  padding: 20vh 0;
}
header.banner-info .news-title.md-title {
  font-size: 2.5rem;
}
@media (max-width: 767.98px) {
  header.banner-info .news-title {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 10vh 0;
  }
}
header.banner-info .container1 {
  height: 30vh;
}
header h1 {
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1.2;
  margin: 0;
  color: #fff;
  padding: 8vh 0;
}
header h1.md-title {
  text-align: center;
}
header h1.md-title + p {
  color: #fff;
  font-size: 0.875rem;
  margin: -3rem 0 2rem 0;
  text-align: right;
}
header h1.l-title {
  text-align: left;
}
@media (max-width: 991.98px) {
  header h1 {
    line-height: 1;
  }
}
header h3 {
  color: #fff;
  text-align: center;
  margin: -3rem 0 2rem 0;
}

/*.content-date{
  padding-top: 40px;
  padding-bottom: 30px;
}*/
.list-flex {
  display: flex;
  flex-wrap: wrap;
}

.content-btn {
  padding-top: 20px;
  padding-bottom: 50px;
}

/* -------------------------------
 * Noticias / OT
 * ------------------------------- */
.bg-header {
  background: #1EC65E;
  background-size: 250px;
  background-position: center center;
}

.card {
  border: none;
  margin-bottom: 30px;
  transition: all 1s ease;
}
.card .card-img-top {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.card .card-img-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.card .card-img-top .bg-cover {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  transition: all 0.3s ease-in-out;
}
.card .card-img-top .texture-overlay {
  background-image: none;
}
.card .card-img-top .texture-overlay a {
  display: block;
}
.card .card-img-top .hover-item {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
.card .card-img-top .hover-item .bt-link:hover {
  opacity: 0.7;
}
.card .card-img-top .hover-item.bottom {
  bottom: 20px;
}
.card .card-img-top .hover-item.top {
  top: 20px;
}
.card .card-img-top .hover-item.left {
  left: 7px;
}
.card .card-img-top .hover-item.right {
  right: 20px;
}
.card .card-img-top .hover-item.center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card .card-img-top .hover-item .bt-link {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.card .card-img-top .hover-item .bt-link {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
}
.card .card-img-top .hover-item .bt-link .icon {
  font-size: 18px;
  margin: 0;
}
.card .card-img-top .hover-item .icon {
  font-size: 40px;
  color: #fff;
  margin: 0;
}
@media (max-width: 767.98px) {
  .card .card-img-top .hover-item {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
  }
}
.card .card-img-top:hover {
  /*ciencia*/
  /*POSconflicto*/
  /*Oferta Tecnologica*/
  /*EVento*/
  /*Redes de Innovacion*/
  /*Informacion Oficial*/
  /*SUbasta*/
  /*INservibles*/
  /*No Aplica*/
}
.card .card-img-top:hover .bg-cover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.card .card-img-top:hover a {
  text-decoration: none;
}
.card .card-img-top:hover .ci .texture-overlay {
  background-color: rgba(90, 200, 250, 0.7);
}
.card .card-img-top:hover .pos .texture-overlay {
  background-color: rgba(255, 204, 0, 0.7);
}
.card .card-img-top:hover .ot .texture-overlay {
  background-color: rgba(30, 198, 94, 0.7);
}
.card .card-img-top:hover .ev .texture-overlay {
  background-color: rgba(178, 21, 39, 0.7);
}
.card .card-img-top:hover .ri .texture-overlay {
  background-color: rgba(102, 16, 242, 0.7);
}
.card .card-img-top:hover .io .texture-overlay {
  background-color: rgba(255, 59, 48, 0.7);
}
.card .card-img-top:hover .su .texture-overlay {
  background-color: rgba(253, 126, 20, 0.7);
}
.card .card-img-top:hover .in .texture-overlay {
  background-color: rgba(142, 142, 147, 0.7);
}
.card .card-img-top:hover .na .texture-overlay {
  background-color: rgba(0, 91, 170, 0.7);
}
.card .card-img-top:hover .hover-item {
  visibility: visible;
  opacity: 1;
}
.card:hover {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
}

.card-01 .card-img-top a i {
  margin: 0;
}
.card-01 .card-body {
  background: #f4f7f6;
  position: relative;
}
.card-01 .card-body.f-noticia [data-date]::after {
  content: attr(data-date);
  background-color: transparent;
  color: #212529;
  display: block;
  position: absolute;
  top: 0.8rem;
  right: 1.25rem;
  padding: 0 5px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.6875rem;
  font-weight: 300;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}
.card-01 .card-body a {
  color: #212529;
  text-decoration: none;
}
.card-01 .card-footer {
  border-top: 1px solid #e9ecef;
  background: #f4f7f6;
}
.card-01 .badge-box {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
}
.card-01 .badge-box i {
  background: #006eff;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  display: block;
  margin-right: 0;
}
.card-01.height-fix1 {
  height: 444px;
  overflow: hidden;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
}
.card-01.height-fix {
  height: 444px;
  overflow: hidden;
}
.card-01.height-fix .slide {
  height: 320px;
  margin-bottom: 0;
}
.card-01.height-fix .card-img-top {
  width: auto !important;
}
.card-01.height-fix .card-img-top .bg-cover {
  height: 444px;
}
.card-01.height-fix .not-overlay {
  top: unset;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005baa+0,005baa+1,005baa+25,005baa+100&0+0,0.01+1,0.35+25,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 91, 170, 0) 0%, rgba(0, 91, 170, 0.01) 1%, rgba(0, 91, 170, 0.85) 20%, rgb(0, 91, 170) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00005baa", endColorstr="#005baa", GradientType=0);
  /* IE6-9 */
}
.card-01.height-fix .ot-overlay {
  background: rgba(0, 91, 170, 0.3);
}
.card-01.height-fix .card-img-overlay .card-text {
  color: #fff;
}
.card-01.height-fix .card-img-overlay .box-left a {
  color: #fff;
}
.card-01.height-fix .card-img-overlay .box-left a:hover {
  color: #1EC65E;
}
.card-01.height-fix .card-img-overlay .box-left .by {
  color: #fff;
}
.card-01.height-fix .card-img-overlay.f-noticia [data-date]::after {
  content: attr(data-date);
  background-color: rgba(0, 91, 170, 0.3);
  color: #fff;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  padding: 0 5px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.6875rem;
  font-weight: 300;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}
.card-01.height-fix .card-img-overlay p.card-text {
  margin-bottom: 1.5rem;
}
.card-01 .h-image {
  height: 320px;
  overflow: hidden;
}

/**** Card OT ****/
/* 10px */
/* 14px */
/* 22px */
.card_ot {
  position: relative;
  /*grid-area: card;
  align-self: center;
  justify-self: center;*/
  overflow: hidden;
  display: block;
  width: 100%;
  /*max-width: 250px;*/
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.65s ease;
}
.card_ot:hover {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.card_ot:hover .card__link {
  opacity: 0.6;
}
.card_ot:hover .card__image img {
  transform: scale(1, 1);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.2;
}
.card_ot:hover .card__body {
  background: transparent;
}
.card_ot:hover .card__profile {
  transform: translateY(-15%);
}
.card_ot:hover .card__profile img {
  transform: scale(1, 1) translateZ(0);
}
.card_ot:hover .card__name {
  background: -webkit-linear-gradient(#fff, #f8f9fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card_ot:hover .card__job {
  color: rgb(100, 130, 200);
}
.card_ot:hover .card__bio {
  transform: translateY(15%);
  opacity: 1;
}
@media (min-width: 576px) {
  .card_ot {
    height: 150px;
  }
  .card_ot .order-1 {
    order: 2;
  }
  .card_ot .order-2 {
    order: 1;
  }
}

/*.card_ot:hover {
  box-shadow: 0 40px 130px rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}*/
.card__link {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.65s ease;
}
.card__link .icon {
  font-size: 18px;
  margin: 0;
}
.card__link:focus {
  outline: 0;
  background-color: rgba(255, 255, 255, 0);
}
.card__link i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.65s ease;
}
.card__link:hover i {
  color: rgba(255, 255, 255, 0.8);
}
.card__link:hover, .card__link:active, .card__link.active {
  opacity: 1 !important;
}
.card__link:active i, .card__link.active i {
  color: #fff;
}

.card__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.8));
}
.card__image img {
  transform: scale(1.3, 1.3);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: all 0.65s ease;
  animation-name: blur;
  animation-duration: 30s;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.card__header {
  display: grid;
  width: 100%;
  height: 90px;
}
.card__header figure {
  margin-bottom: 0 !important;
}
@media (min-width: 576px) {
  .card__header {
    height: 130px;
  }
}

.card__profile {
  transform: translateY(0);
  align-self: center;
  justify-self: center;
  display: block;
  overflow: hidden;
  width: 3vmax;
  height: 3vmax;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  transition: all 0.65s ease;
}
.card__profile img {
  transform: scale(1.5, 1.5) translateZ(0);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  /*@include prefix(filter, grayscale(50%) contrast(75%) brightness(1.3));*/
  transition: all 0.65s ease;
  mix-blend-mode: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.center-name {
  padding: 2rem 0;
}
.center-name h2 {
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .center-name {
    text-align: center;
    padding-bottom: 5rem;
  }
}

.card-director {
  background-color: #fbfbfb;
  border-radius: 1rem;
  margin-bottom: 3rem;
  position: relative;
}
.card-director .row .contact-director div:nth-child(2) {
  justify-content: flex-start;
}
.card-director .row .info-director {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.card-director h3 {
  margin: 0 0 1rem !important;
  line-height: 23px !important;
}
.card-director ul.lista li {
  margin: 0 !important;
}
.card-director ul.lista li a {
  color: #212529;
}
.card-director .btn-float {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1rem;
}
.card-director .btn i {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .card-director {
    margin-top: 5rem;
  }
  .card-director .lista {
    margin-top: 5rem;
  }
}
@media (max-width: 991.98px) {
  .card-director .row .contact-director div:nth-child(2) {
    justify-content: center;
  }
}

.card-profile {
  position: absolute;
  top: -40px;
  overflow: hidden;
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.65s ease;
}
.card-profile.director {
  box-shadow: 0 0 0px 5px #48B869;
  top: -60px;
  max-width: 120px;
  max-height: 120px;
}
.card-profile.director img {
  width: 120px !important;
  height: 120px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (min-width: 768px) {
  .card-profile.director {
    position: relative;
    top: 0 !important;
    margin: 2rem 0;
    border-radius: 2rem;
  }
}
.card-profile img {
  width: 100%;
}

.card__body {
  display: grid;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin-top: 60px;
  transition: all 0.65s ease;
}
@media (max-width: 767.98px) {
  .card__body {
    border-radius: 10px 10px 0 0;
  }
}

.card__name {
  align-self: center;
  justify-self: center;
  margin-bottom: 0;
  color: white;
  font-size: 0.875em;
  font-weight: 100;
  letter-spacing: 0.1rem;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);*/
  background: -webkit-linear-gradient(#fff, #f8f9fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.65s ease;
}
@media (min-width: 992px) {
  .card__name {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.card__job {
  align-self: center;
  justify-self: center;
  display: inline-block;
  font-size: 0.625em;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.35rem;
  color: rgba(100, 130, 200, 0.45);
  transition: all 0.65s ease;
}

.card__bio {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(30%);
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
  font-size: 0.875em;
  /*text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.35);*/
  color: #fff;
  opacity: 0;
  display: flex;
  justify-content: center;
  line-height: 1.2em !important;
  text-align: center;
  width: 100%;
  transition: all 0.65s ease;
}
@media (min-width: 576px) {
  .card__bio {
    bottom: 20px;
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .card__bio {
    bottom: 15px;
  }
}

.card__date {
  grid-area: date;
  display: inline-block;
  align-self: left;
  justify-self: left;
  font-size: 0.625em;
  font-weight: 100;
  text-transform: uppercase;
  text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.45);
  color: rgba(250, 250, 250, 0.4);
}

/* MODIFIERS */
.card_ot[data-effect=blur]:hover .card__image img {
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}

.card_ot[data-effect=blur] .card__image img {
  animation-name: blur;
}

.card_ot[data-effect=color]:hover {
  transform: scale(1, 1);
  box-shadow: 0 40px 260px rgba(255, 0, 0, 0.1), 0 40px 130px rgba(250, 100, 100, 0.2), -80px -40px 230px rgba(0, 200, 250, 0.15), 80px 40px 230px rgba(120, 120, 255, 0.15);
}

.card_ot[data-effect=color] .card__image {
  background: linear-gradient(to bottom, rgb(20, 20, 100), rgba(255, 100, 100, 0.5));
}

.card_ot[data-effect=color]:hover .card__image img {
  opacity: 0.8;
}

.card_ot[data-effect=color]:hover .card__profile img {
  -moz-filter: grayscale(50%) contrast(80%) brightness(1.6);
  -ms-filter: grayscale(50%) contrast(80%) brightness(1.6);
  -o-filter: grayscale(50%) contrast(80%) brightness(1.6);
  filter: grayscale(50%) contrast(80%) brightness(1.6);
  mix-blend-mode: normal;
}

@keyframes blur {
  from {
    -o-object-position: 0 50%;
       object-position: 0 50%;
  }
  to {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}
@keyframes blur {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
/* -------------------------------
 * Noticias Detalle
 * ------------------------------- */
.page-header {
  background-color: #f4f7f6;
  display: block;
  height: 3.4375rem;
  position: relative;
  overflow: hidden;
}
.page-header .page-header-bg {
  background-position-y: 0px;
  position: absolute;
}

.breadcrumb a {
  transition: all 0.3s ease-in-out;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb p {
  margin: 0;
  display: inline-block;
}

.content-main-inner.mn .container {
  padding: 0;
}
.content-main-inner .container {
  padding-right: 30px;
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
}
.content-main-inner .container.bg-sm {
  margin-top: 0;
}
.content-main-inner .container.normal {
  background: none;
  margin-top: 0;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.content-main .content-inner,
.content-main-inner .content-inner {
  position: relative;
}
.content-main .content-inner .container,
.content-main-inner .content-inner .container {
  margin-bottom: 4rem;
}
.content-main .content-inner .container .alinear-fecha,
.content-main-inner .content-inner .container .alinear-fecha {
  padding-top: 2rem;
}
@media (max-width: 991.98px) {
  .content-main .content-inner .container,
  .content-main-inner .content-inner .container {
    margin-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-main .content-inner .container .alinear-fecha,
  .content-main-inner .content-inner .container .alinear-fecha {
    padding-top: 4rem;
  }
}

.entry-text {
  margin-top: 3rem;
  margin-bottom: 4rem;
  /* -------------------------------
  * Nosotros MEC
  * ------------------------------- */
}
.entry-text h1 {
  font-size: 1.5rem;
}
.entry-text h2 {
  font-size: 1.375rem;
}
.entry-text h3 {
  font-size: 1.25rem;
}
.entry-text h1,
.entry-text h2,
.entry-text h3 {
  margin-top: 2.813rem;
  margin-bottom: 0.313rem;
  line-height: 2.188rem;
  font-weight: bold;
}
.entry-text p {
  line-height: 1.7em;
}
.entry-text li {
  margin-bottom: 0.75rem;
}
.entry-text figure {
  margin-bottom: 2.188rem;
}
.entry-text figure img {
  margin-bottom: 0.5rem;
  line-height: 1;
  width: 100%;
  /*height: auto !important;*/
}
.entry-text figure br {
  display: none;
}
.entry-text .box-new-izq figure,
.entry-text .box-new-der figure {
  margin-bottom: 0;
}
.entry-text [class^=embed-],
.entry-text [class*=embed-],
.entry-text [class^=table-res],
.entry-text [class*=table-res] {
  margin-bottom: 2rem;
}
.entry-text .carousel {
  margin-top: 2rem;
}
.entry-text .imagenLink50 {
  width: 49%;
  display: inline-block;
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .entry-text .imagenLink50 {
    width: 100%;
  }
}
.entry-text .mec h2::after,
.entry-text .mec h2::after,
.entry-text .mec h3::after {
  content: "\e920";
  color: #1EC65E;
  font-size: 1.2rem;
  font-family: "icoagrosavia";
  margin-top: 10px;
  position: absolute;
  font-weight: 100;
  transform: rotate(60deg);
}
.entry-text .list-group [class^=icon-],
.entry-text .list-group [class*=icon-] {
  margin: 0;
}
.entry-text .list-group a:hover i {
  color: #00AC4E;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .entry-text .box-imgIzq figure {
    order: 1;
  }
  .entry-text h1,
  .entry-text h2,
  .entry-text h3 {
    margin-top: 20px;
  }
  .entry-text .box-textDer {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .entry-text .box-new-izq [class^=col-],
  .entry-text .box-new-izq [class*=" col-"],
  .entry-text .box-new-der [class^=col-],
  .entry-text .box-new-der [class*=" col-"] {
    padding: 0;
  }
}
.entry-text .publicaciones div {
  color: #212529;
  border: none;
}
.entry-text .publicaciones h4 {
  font-weight: bold;
}
.entry-text .publicaciones:hover {
  transition: 0.3s;
}

.alinearMiga-fecha {
  display: flex;
  align-items: center;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.alinearMiga-fecha [class^=col-],
.alinearMiga-fecha [class*=" col-"] {
  padding: 0;
}
.alinearMiga-fecha .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}
.alinearMiga-fecha .breadcrumb i {
  margin-right: 0;
}
.alinearMiga-fecha .pubDate {
  text-align: right;
}
@media (max-width: 767.98px) {
  .alinearMiga-fecha .pubDate {
    text-align: center;
  }
}

/*nuevo*/
.post-full {
  position: relative;
}
.post-full .post-full-header {
  margin: 0 auto;
  padding: 1.5vw 3vw 3vw;
  max-width: 1040px;
  text-align: center;
}
.post-full .post-full-header .post-full-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #738a94;
  text-transform: uppercase;
}
.post-full .post-full-header .post-full-meta .post-full-meta-date {
  color: #00b0eb;
}
.post-full .post-full-header .post-full-title {
  color: #212529;
  font-size: 1.8rem;
  line-height: 2.188rem;
  margin: 0;
  padding: 0;
}
.post-full .post-full-header .share-social {
  margin-top: 3rem;
}
.post-full .post-full-image {
  background: #c5d2d9 50%;
  overflow: hidden;
}
.post-full .post-full-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-full .post-full-content {
  position: relative;
  margin: 0 auto;
  min-height: 230px;
  line-height: 1.7em;
  background: #fff;
}
.post-full .post-full-content::after, .post-full .post-full-content::before {
  content: "";
  position: absolute;
  top: 15px;
  z-index: -1;
  display: block;
  width: 20px;
  height: 200px;
  background: rgba(39, 44, 49, 0.15);
  filter: blur(5px);
}
.post-full .post-full-content::before {
  left: -5px;
  transform: rotate(-5deg);
}
.post-full .post-full-content::after {
  right: -5px;
  transform: rotate(5deg);
}
.post-full .post-full-content .post-content.entry-text {
  margin: 0;
}
.post-full .post-full-image {
  margin: 0 -30px 4vw;
  border-radius: 0;
}
.post-full .post-full-image img {
  height: 300px;
}
.post-full .post-full-content {
  padding: 0;
}
.post-full .post-full-content::after, .post-full .post-full-content::before {
  display: none;
}
@media (min-width: 576px) {
  .post-full .post-full-image {
    margin: 0 -15vw -60px;
  }
  .post-full .post-full-image img {
    height: 400px;
  }
  .post-full .post-full-content {
    padding: 5vw 20px 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .post-full .post-full-content::after, .post-full .post-full-content::before {
    display: block;
  }
}
@media (min-width: 768px) {
  .post-full .post-full-image {
    margin: 0 -7vw -100px;
    border-radius: 5px;
  }
  .post-full .post-full-image img {
    height: 600px;
  }
  .post-full .post-full-content {
    padding: 5vw 30px 0;
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 992px) {
  .post-full .post-full-image {
    margin: 0 -3vw -100px;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .post-full .post-full-image {
    margin: 0 -1.5vw -100px;
    border-radius: 5px;
  }
}
@media (min-width: 1500px) {
  .post-full .post-full-image {
    margin: 0 -7vw -100px;
  }
  .post-full .post-full-image img {
    height: 800px;
  }
}

/* -------------------------------
 * oferta tecnologica
 * ------------------------------- */
.info-ot {
  margin-bottom: 3rem;
}
.info-ot [class^=col-],
.info-ot [class*=" col-"] {
  padding: 0;
}
.info-ot .ot-details {
  z-index: 2;
}
.info-ot .ot-details .about-text {
  height: 100%;
  padding: 2.7rem 1rem 1rem 1rem;
  padding-bottom: 60px;
  background: #fff;
  box-shadow: -6px 0px 24px -14px rgba(0, 0, 0, 0.75);
}
.info-ot .ot-details .about-text .details {
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.info-ot .ot-details .about-text .details ul li {
  font-size: 0.8rem;
  margin-bottom: 4px;
}
.info-ot .ot-details .about-text .details ul .title,
.info-ot .ot-details .about-text .details ul .cobertura {
  font-size: 0.9rem;
  margin-bottom: 4px;
}
.info-ot .ot-details .about-text .details ul .p-sinmargen p {
  margin-bottom: 0px;
}
.info-ot .ot-img {
  position: relative;
}
.info-ot .ot-img .img-cover {
  width: 100%;
  height: 365px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  max-height: 551px;
}
.info-ot .ot-img .img-contain {
  width: 100%;
  max-height: 365px;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-ot .detail {
  padding: 1.5rem 3rem 1.5rem 0;
}
@media (max-width: 991.98px) {
  .info-ot {
    margin-bottom: 3rem;
  }
  .info-ot .ot-details {
    margin: 0;
    order: 2;
  }
  .info-ot .ot-details .about-text {
    margin-right: 0;
    padding: 3.2rem 0 0;
  }
  .info-ot .ot-details .card-profile {
    top: -40px;
    right: inherit;
  }
  .info-ot .ot-img {
    order: 1;
  }
  .info-ot .ot-img img {
    min-height: auto;
  }
  .info-ot .detail {
    padding: 0;
    order: 2;
  }
}

@media (max-width: 991.98px) {
  .info-ot .ot-details .about-text .details ul {
    padding: 0 1.2rem 0;
  }
}
/*contenedor btn download*/
.contBtnDownload {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 991.98px) {
  .contBtnDownload {
    position: inherit;
  }
}
/*/boton download/*/
.btnDownload {
  width: 100%;
  /*fit-content;*/
  display: flex;
  overflow: hidden;
  text-decoration: none !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background: #48B869;
  box-shadow: 0 2px 8px -1px rgba(10, 22, 50, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btnDownload:active {
  transform: scale(0.95);
  box-shadow: 0 1px 4px -1px rgba(10, 22, 50, 0.24);
}

.btnDownload ul {
  margin: 0;
  padding: 16px !important;
  list-style: none;
  text-align: center;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  width: calc(100% - 60px);
}

.btnDownload ul li {
  margin-bottom: 0;
}

.btnDownload ul li:not(:first-child) {
  top: 16px;
  left: 0;
  right: 0;
  position: absolute;
}

.btnDownload ul li:nth-child(2) {
  top: 76px;
}

.btnDownload ul li:nth-child(3) {
  top: 136px;
}

.btnDownload > div {
  position: relative;
  width: 60px;
  height: 60px;
  background: #00AC4E;
}

.btnDownload > div:before {
  content: "";
  display: block;
  position: absolute;
}

.btnDownload > div:before {
  border-radius: 1px;
  width: 2px;
  top: 50%;
  left: 50%;
  height: 17px;
  margin: -9px 0 0 -1px;
  background: #F5F9FF;
}

.btnDownload > div svg {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -10px;
  fill: none;
  z-index: 1;
  stroke-width: 2px;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btnDownload:hover > div:before,
.btnDownload:hover > div svg {
  animation: top-arrow 1.65s infinite;
}

@keyframes top-arrow {
  0% {
    transform: translate(0, -6px);
  }
  35% {
    transform: translate(0, 6px);
  }
  90% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*carrito de compra*/
.btn-up {
  top: 18px;
  right: 0;
  position: absolute;
}
.btn-up a.btn-sold {
  font-size: 0;
  background: rgba(0, 0, 0, 0.86);
  margin: 7px;
  padding: 22px 10px 15px 15px;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.btn-up a.btn-sold .icon {
  font-size: 15px;
  margin-right: 0px;
}
.btn-up a.btn-sold:hover {
  padding: 12px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.86);
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .btn-up a.btn-download {
    font-size: 13px;
    padding: 10px;
  }
}
.btn-up a.btn-download {
  font-size: 0;
  background: rgba(0, 0, 0, 0.86);
  margin: 7px;
  padding: 22px 10px 15px 15px;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.btn-up a.btn-download .icon {
  font-size: 15px;
  margin-right: 0px;
}
.btn-up a.btn-download:hover {
  padding: 12px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.86);
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .btn-up a.btn-sold {
    font-size: 13px;
    padding: 10px;
  }
  .btn-up a.btn-download {
    font-size: 13px;
    padding: 10px;
  }
}

/*video*/
.contentMultimedia {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contVideo {
  width: 320px;
  height: 100%;
  padding: 0;
  margin: 10px;
  box-shadow: -1px 12px 26px -12px #383838;
  -webkit-box-shadow: -1px 12px 26px -12px #383838;
  -moz-box-shadow: -1px 12px 26px -12px #383838;
}

.contVideo h3 {
  margin: 10px;
  color: #005BAA;
}

.contVideo [class^=embed-] {
  margin: 0;
}

@media (max-width: 991.98px) {
  .contVideo {
    width: 100%;
  }
}
blockquote {
  color: #00AC4E;
  padding-left: 2rem;
  padding-top: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  background-image: url("../images/bg/ldquo.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 80px;
}
blockquote .emphasize {
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  blockquote .emphasize {
    font-size: 1.375rem;
    line-height: 1.6;
  }
}
@media (max-width: 991.98px) {
  blockquote {
    padding-left: 2.5rem;
    margin-left: calc(130px - 2.5rem);
    margin-left: calc(6.5vw - 2.5rem);
    margin-right: 130px;
    margin-right: 6.5vw;
  }
}

.details {
  margin-top: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #f4f7f6;
  border-radius: 10px;
}
.details ul {
  padding: 0;
}
.details ul li {
  list-style: none;
}
.details i {
  color: #00AC4E;
}

.news-contact .lista li {
  margin-left: 20px;
  margin-bottom: 0;
  position: relative;
}
.news-contact .lista li:before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 12px;
  left: -14px;
  padding: 0 2px;
  height: 4px;
  border-radius: 5px;
}
.news-contact .lista li:first-child {
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 0.75rem;
}
.news-contact .lista li:first-child:before {
  content: "";
  background-color: transparent;
  position: unset;
  top: 0;
  left: 0;
  padding: 0;
  height: 0;
  border-radius: 0;
}
.news-contact .lista li i {
  position: relative;
  top: 2px;
}
.news-contact .lista li a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-contact .lista li {
    margin-left: 0;
  }
  .news-contact .lista li:before {
    content: none;
  }
}

ul.lista {
  padding: 0;
}
ul.lista li {
  list-style: none;
}

.slider {
  height: 350px;
}

.slide {
  height: 100%;
  width: 100%;
  background: #e6e6e6;
  margin-bottom: 20px;
}
.slide .flickity-prev-next-button,
.slide .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 1;
  top: 50%;
  border: 0;
  background: #fff;
  text-indent: -9999px;
  border-radius: 50%;
}
.slide .flickity-prev-next-button svg,
.slide .slick-arrow svg {
  display: none;
}
.slide .flickity-prev-next-button:after,
.slide .slick-arrow:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 10px;
  height: 10px;
  border: 2px solid #ccc;
  border-bottom: 0;
  border-right: 0;
}
.slide .flickity-prev-next-button:hover,
.slide .slick-arrow:hover,
.slide .flickity-prev-next-button:focus,
.slide .slick-arrow:focus {
  outline: 0;
  opacity: 1;
}
.slide .flickity-prev-next-button:hover:after,
.slide .slick-arrow:hover:after,
.slide .flickity-prev-next-button:focus:after,
.slide .slick-arrow:focus:after {
  border-color: #7b7b7b;
}
.slide .flickity-prev-next-button:disabled,
.slide .slick-arrow:disabled,
.slide .flickity-prev-next-button.slick-disabled,
.slide .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.slide .flickity-prev-next-button:disabled:after,
.slide .slick-arrow:disabled:after,
.slide .flickity-prev-next-button.slick-disabled:after,
.slide .slick-arrow.slick-disabled:after {
  border-color: #ccc;
}
.slide .previous,
.slide .slick-prev {
  left: 10px;
  transform: rotate(-45deg);
}
.slide .next,
.slide .slick-next {
  right: 10px;
  transform: rotate(135deg);
}
.slide .flickity-page-dots,
.slide .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  line-height: initial;
}
.slide .slick-dots li,
.slide .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
.slide .slick-dots li.is-selected,
.slide .flickity-page-dots .dot.is-selected,
.slide .slick-dots li.slick-active,
.slide .flickity-page-dots .dot.slick-active,
.slide .slick-dots li:hover,
.slide .flickity-page-dots .dot:hover {
  background: #7b7b7b;
}
.slide .slick-dots li button,
.slide .flickity-page-dots .dot button {
  display: none;
}
.slide img {
  cursor: move;
  cursor: -webkit-grab;
}

.content-inner .carousel,
.post-content .carousel,
.especie .carousel {
  margin-bottom: 4rem;
}
.content-inner .carousel img,
.post-content .carousel img,
.especie .carousel img {
  display: block;
  height: 400px;
  margin-right: 10px;
}
.content-inner .carousel .flickity-page-dots,
.post-content .carousel .flickity-page-dots,
.especie .carousel .flickity-page-dots {
  bottom: -25px;
}
.content-inner .carousel .flickity-page-dots .dot,
.post-content .carousel .flickity-page-dots .dot,
.especie .carousel .flickity-page-dots .dot {
  background: #0E1E43;
}

/* external css: flickity.css */
.carousel {
  background: transparent;
  margin-bottom: 20px;
}
.carousel .our-team {
  transform: scale(0.95);
}
.carousel .is-selected .our-team {
  transform: scale(1);
}

.carousel-nav .carousel-cell {
  height: 80px;
  width: 100px;
}

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
  background: #ed2;
}

.prev-button,
.next-button {
  position: absolute;
  padding: 10px;
  top: 20px;
  font-size: inherit;
  z-index: 2;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

.btnDot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background: #000;
  opacity: 0.4;
  border-radius: 50%;
  cursor: pointer;
}
.btnDot.is-selected {
  width: 6px;
  height: 6px;
  opacity: 1;
}

/* -------------------------------------------------------------------
 * Nosotros - MARCO ESTRATEGICO CORPORATIVO (MEC)
 * ------------------------------------------------------------------- */
.mec .us-valores {
  margin: 2rem 0 5rem;
}
.mec .us-valores div {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  position: relative;
}
.mec .us-valores div h5 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px 0px;
  padding: 10px 20px;
  margin-bottom: 0;
  height: 100%;
  font-weight: bold;
}
.mec .us-valores div h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.mec .us-valores div p {
  margin-bottom: 0;
  padding: 1rem 0;
}
.mec .us-valores div:nth-child(1) {
  z-index: 100;
}
.mec .us-valores div:nth-child(2) {
  z-index: 99;
}
.mec .us-valores div:nth-child(3) {
  z-index: 98;
}
.mec .us-valores div:nth-child(4) {
  z-index: 97;
}
.mec .us-valores div:nth-child(5) {
  z-index: 96;
}
.mec .us-valores div:nth-child(6) {
  z-index: 95;
}
.mec .us-valores div:nth-child(7) {
  z-index: 94;
}
.mec .us-valores div:nth-child(8) {
  z-index: 93;
}
.mec .us-valores div:nth-child(9) {
  z-index: 92;
}
.mec .us-valores div:nth-child(10) {
  z-index: 91;
}
.mec .us-valores div:nth-child(11) {
  z-index: 90;
}
.mec .us-valores div:nth-child(12) {
  z-index: 89;
}
.mec .us-valores div:nth-child(13) {
  z-index: 88;
}
.mec .us-valores div:nth-child(14) {
  z-index: 87;
}
.mec .us-valores div:nth-child(15) {
  z-index: 86;
}
.mec .us-valores div:nth-child(16) {
  z-index: 85;
}
.mec .us-valores div:nth-child(17) {
  z-index: 84;
}
.mec .us-valores div:nth-child(18) {
  z-index: 83;
}
.mec .us-valores div:nth-child(19) {
  z-index: 82;
}
.mec .us-valores div:nth-child(20) {
  z-index: 81;
}
.mec .us-valores div:nth-child(21) {
  z-index: 80;
}
.mec .us-valores div:nth-child(22) {
  z-index: 79;
}
.mec .us-valores div:nth-child(23) {
  z-index: 78;
}
.mec .us-valores div:nth-child(24) {
  z-index: 77;
}
.mec .us-valores div:nth-child(25) {
  z-index: 76;
}
.mec .us-valores div:nth-child(26) {
  z-index: 75;
}
.mec .us-valores div:nth-child(27) {
  z-index: 74;
}
.mec .us-valores div:nth-child(28) {
  z-index: 73;
}
.mec .us-valores div:nth-child(29) {
  z-index: 72;
}
.mec .us-valores div:nth-child(30) {
  z-index: 71;
}
.mec .us-valores div:nth-child(31) {
  z-index: 70;
}
.mec .us-valores div:nth-child(32) {
  z-index: 69;
}
.mec .us-valores div:nth-child(33) {
  z-index: 68;
}
.mec .us-valores div:nth-child(34) {
  z-index: 67;
}
.mec .us-valores div:nth-child(35) {
  z-index: 66;
}
.mec .us-valores div:nth-child(36) {
  z-index: 65;
}
.mec .us-valores div:nth-child(37) {
  z-index: 64;
}
.mec .us-valores div:nth-child(38) {
  z-index: 63;
}
.mec .us-valores div:nth-child(39) {
  z-index: 62;
}
.mec .us-valores div:nth-child(40) {
  z-index: 61;
}
.mec .us-valores div:nth-child(41) {
  z-index: 60;
}
.mec .us-valores div:nth-child(42) {
  z-index: 59;
}
.mec .us-valores div:nth-child(43) {
  z-index: 58;
}
.mec .us-valores div:nth-child(44) {
  z-index: 57;
}
.mec .us-valores div:nth-child(45) {
  z-index: 56;
}
.mec .us-valores div:nth-child(46) {
  z-index: 55;
}
.mec .us-valores div:nth-child(47) {
  z-index: 54;
}
.mec .us-valores div:nth-child(48) {
  z-index: 53;
}
.mec .us-valores div:nth-child(49) {
  z-index: 52;
}
.mec .us-valores div:nth-child(50) {
  z-index: 51;
}
.mec .us-valores div:nth-child(51) {
  z-index: 50;
}
.mec .us-valores div:nth-child(52) {
  z-index: 49;
}
.mec .us-valores div:nth-child(53) {
  z-index: 48;
}
.mec .us-valores div:nth-child(54) {
  z-index: 47;
}
.mec .us-valores div:nth-child(55) {
  z-index: 46;
}
.mec .us-valores div:nth-child(56) {
  z-index: 45;
}
.mec .us-valores div:nth-child(57) {
  z-index: 44;
}
.mec .us-valores div:nth-child(58) {
  z-index: 43;
}
.mec .us-valores div:nth-child(59) {
  z-index: 42;
}
.mec .us-valores div:nth-child(60) {
  z-index: 41;
}
.mec .us-valores div:nth-child(61) {
  z-index: 40;
}
.mec .us-valores div:nth-child(62) {
  z-index: 39;
}
.mec .us-valores div:nth-child(63) {
  z-index: 38;
}
.mec .us-valores div:nth-child(64) {
  z-index: 37;
}
.mec .us-valores div:nth-child(65) {
  z-index: 36;
}
.mec .us-valores div:nth-child(66) {
  z-index: 35;
}
.mec .us-valores div:nth-child(67) {
  z-index: 34;
}
.mec .us-valores div:nth-child(68) {
  z-index: 33;
}
.mec .us-valores div:nth-child(69) {
  z-index: 32;
}
.mec .us-valores div:nth-child(70) {
  z-index: 31;
}
.mec .us-valores div:nth-child(71) {
  z-index: 30;
}
.mec .us-valores div:nth-child(72) {
  z-index: 29;
}
.mec .us-valores div:nth-child(73) {
  z-index: 28;
}
.mec .us-valores div:nth-child(74) {
  z-index: 27;
}
.mec .us-valores div:nth-child(75) {
  z-index: 26;
}
.mec .us-valores div:nth-child(76) {
  z-index: 25;
}
.mec .us-valores div:nth-child(77) {
  z-index: 24;
}
.mec .us-valores div:nth-child(78) {
  z-index: 23;
}
.mec .us-valores div:nth-child(79) {
  z-index: 22;
}
.mec .us-valores div:nth-child(80) {
  z-index: 21;
}
.mec .us-valores div:nth-child(81) {
  z-index: 20;
}
.mec .us-valores div:nth-child(82) {
  z-index: 19;
}
.mec .us-valores div:nth-child(83) {
  z-index: 18;
}
.mec .us-valores div:nth-child(84) {
  z-index: 17;
}
.mec .us-valores div:nth-child(85) {
  z-index: 16;
}
.mec .us-valores div:nth-child(86) {
  z-index: 15;
}
.mec .us-valores div:nth-child(87) {
  z-index: 14;
}
.mec .us-valores div:nth-child(88) {
  z-index: 13;
}
.mec .us-valores div:nth-child(89) {
  z-index: 12;
}
.mec .us-valores div:nth-child(90) {
  z-index: 11;
}
.mec .us-valores div:nth-child(91) {
  z-index: 10;
}
.mec .us-valores div:nth-child(92) {
  z-index: 9;
}
.mec .us-valores div:nth-child(93) {
  z-index: 8;
}
.mec .us-valores div:nth-child(94) {
  z-index: 7;
}
.mec .us-valores div:nth-child(95) {
  z-index: 6;
}
.mec .us-valores div:nth-child(96) {
  z-index: 5;
}
.mec .us-valores div:nth-child(97) {
  z-index: 4;
}
.mec .us-valores div:nth-child(98) {
  z-index: 3;
}
.mec .us-valores div:nth-child(99) {
  z-index: 2;
}
.mec .us-valores div:nth-child(100) {
  z-index: 1;
}
@media (min-width: 768px) {
  .mec .us-valores li p {
    padding: 1rem 0 1rem 1rem;
  }
}

.shadow-left {
  background: #fff;
  position: relative;
}
@media (max-width: 767.98px) {
  .shadow-left {
    background: transparent;
  }
}

.mec-timeline {
  position: relative;
  margin: 2rem 0 5rem;
}
.mec-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
  height: 100%;
  width: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.mec-timeline li {
  display: block;
  position: relative;
  margin: 0.6rem 0;
  width: 100%;
}
.mec-timeline li::before {
  content: "";
  position: absolute;
  left: 20px;
  margin-left: -10px;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #c3c4ca;
}
.mec-timeline li:first-child {
  margin-top: 0;
}
.mec-timeline li:last-child {
  margin-bottom: 2rem;
}
.mec-timeline li:nth-child(4n-3)::before {
  background-color: #f09433;
}
.mec-timeline li:nth-child(4n-2)::before {
  background-color: #95c020;
}
.mec-timeline li:nth-child(4n-1)::before {
  background-color: #0068b1;
}
.mec-timeline li:nth-child(4n)::before {
  background-color: #e30014;
}
.mec-timeline li .cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #e9ecef;
  padding: 1rem;
  box-shadow: 0 3px 0 #dadfe4;
}
.mec-timeline li .cd-timeline-content p {
  margin: 0;
}
.mec-timeline li .cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #e9ecef;
}
@media (min-width: 768px) {
  .mec-timeline::before {
    left: 50%;
    margin-left: -1px;
  }
  .mec-timeline li {
    /*&:nth-child(4n-3) {
      .cd-timeline-content {
        &::before {
          border-color: transparent;
          border-left-color: $ins;
        }
      }
    }

    &:nth-child(4n-1) {
      .cd-timeline-content {

        &::before {
          border-color: transparent;
          border-left-color: $cielo;
        }
      }
    }*/
  }
  .mec-timeline li::before {
    left: 50%;
    top: 22px;
  }
  .mec-timeline li .cd-timeline-content {
    margin-left: 0;
    width: 45%;
  }
  .mec-timeline li .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #e9ecef;
  }
  .mec-timeline li:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .mec-timeline li:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #e9ecef;
  }
}

.box-mec {
  background: transparent;
  border-radius: 10px 10px 10px 0;
  padding: 20px;
  margin-bottom: 2rem;
  color: #fff;
  position: relative;
  text-align: center;
}
.box-mec::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 0;
  width: 0;
  border: 10px solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.box-mec h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: center;
}
.box-mec p {
  margin: 0;
}
.box-mec .mec-lineamientos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 0;
  border: 1px dashed #fff;
  border-radius: 10px;
  padding: 20px;
}
.box-mec .mec-lineamientos li {
  display: flex;
}
.box-mec .mec-lineamientos li a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
}
.box-mec .mec-lineamientos li a:hover {
  background: #fff;
  color: #212529;
}
.box-mec .mec-lineamientos li:last-child {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.box-mec span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
}

.apuestas {
  margin: 0 0 5rem;
}
.apuestas li .title {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 15px;
}
.apuestas li .title::before {
  content: "";
  background: #f09433;
  position: absolute;
  top: 0;
  left: 15%;
  height: 100%;
  width: 70%;
  border-radius: 0 0 10px 10px;
  border: 10px solid;
  border-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.apuestas li .title h4 {
  font-size: 1.25rem;
  margin: 0;
}
.apuestas li:first-child .title::before {
  border-radius: 10px;
}
.apuestas li:nth-child(3n-2) .title::before {
  background: #70b025;
}
.apuestas li:nth-child(3n) .title::before {
  background: #0068b1;
}
@media (min-width: 768px) {
  .apuestas li .title {
    margin-bottom: 0;
  }
  .apuestas li .title::before {
    height: calc(100% + 12px);
  }
  .apuestas li .title::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    height: 2px;
    width: 20%;
  }
  .apuestas li p {
    margin: 0;
  }
}

.estrategia {
  margin: 0 0 5rem;
}

.metasImpacto {
  margin: 0 0 2rem;
}
.metasImpacto h4 {
  margin: 1rem 0;
  line-height: 2.188rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.metasImpacto table {
  text-align: center;
}
.metasImpacto ul {
  margin-top: 1.5rem;
}
.metasImpacto ul li {
  margin: 0;
}
.metasImpacto ul li p {
  margin: 0;
}

/* -------------------------------------------------------------------
 * MENU INTERNO - Nosotros / Redes
 * ------------------------------------------------------------------- */
.box-menu {
  margin-top: 2rem;
}
.box-menu a {
  color: inherit;
  text-decoration: none;
}
.box-menu .box {
  padding: 2rem 0.5rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.box-menu .box.block {
  margin-bottom: 2rem;
  background: #fcfcfc;
  border-radius: 5px;
}
.box-menu .box .profile-picture {
  border-radius: 100%;
  overflow: hidden;
  box-sizing: content-box;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}
.box-menu .box .profile-picture img {
  width: 100%;
}
.box-menu .box .profile-picture.big-profile-picture {
  margin: 0 auto;
  border: 5px solid #50597b;
  width: 150px;
  height: 150px;
}
.box-menu .box .profile-picture .icon-cont {
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
}
.box-menu .box .profile-picture .icon-cont i {
  color: #005BAA;
  font-size: 3rem;
  margin: 0;
}
@media (max-width: 991.98px) {
  .box-menu .box .profile-picture.big-profile-picture {
    width: 100px;
    height: 100px;
  }
  .box-menu .box .profile-picture .icon-cont {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .box-menu .box .profile-picture.big-profile-picture {
    width: 50px;
    height: 50px;
  }
  .box-menu .box .profile-picture .icon-cont {
    width: 50px;
    height: 50px;
  }
  .box-menu .box .profile-picture .icon-cont i {
    font-size: 2rem;
  }
}
.box-menu .box h1.user-name {
  margin: 25px 0 16px !important;
  font-size: 1.375rem !important;
  line-height: 1.4 !important;
  text-align: center;
}
.box-menu .box .profile-description {
  text-align: center;
}
.box-menu .box:hover {
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
  transition: box-shadow 0.2s ease;
  transform: 0.2s ease;
  transition: all 0.3s ease-in-out;
}
.box-menu .box:hover .profile-picture {
  animation: shady 4s linear infinite;
}
@media (max-width: 767.98px) {
  .box-menu .box h1.user-name {
    font-size: 1rem !important;
    margin: 0 !important;
    text-align: left;
  }
  .box-menu .box .profile-description {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .box-menu [class^=col-],
  .box-menu [class*=" col-"] {
    padding: 0;
  }
}
.box-menu.redes-menu .box:hover .profile-picture.frutales {
  animation: shady_frutales 4s linear infinite;
}
.box-menu.redes-menu .box:hover .profile-picture.hortalizas {
  animation: shady_hortalizas 4s linear infinite;
}
.box-menu.redes-menu .box:hover .profile-picture.permanentes {
  animation: shady_permanentes 4s linear infinite;
}
.box-menu.redes-menu .box:hover .profile-picture.cacao {
  animation: shady_cacao 4s linear infinite;
}
.box-menu.redes-menu .box:hover .profile-picture.ganaderia {
  animation: shady_ganaderia 4s linear infinite;
}
.box-menu.redes-menu .box:hover .profile-picture.transitorios {
  animation: shady_transitorios 4s linear infinite;
}
.box-menu.redes-menu .box:hover .profile-picture.raices {
  animation: shady_raices 4s linear infinite;
}
.box-menu.redes-menu .user-name span {
  font-size: 1rem;
  display: block;
  font-weight: 400;
}

/* -------------------------------
 * Nosotros - Centros de Investigación
 * ------------------------------- */
.side-container {
  max-height: 520px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ratio16-9 {
  position: relative;
}
.ratio16-9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.ratio16-9 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio16-9 #map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ccc;
}

#listContainer {
  padding: 0;
  width: 100%;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.has-feedback {
  position: relative;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.box-directory li {
  margin-bottom: 0 !important;
}
.box-directory li:nth-child(even) .card {
  background-color: #fbfbfb;
}
.box-directory li .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.938rem;
}
@media (max-width: 767.98px) {
  .box-directory li {
    padding-right: 0;
    padding-left: 0;
  }
}

/* -------------------------------------------------------------------
 * Junta Directiva
 * ------------------------------------------------------------------- */
#directiva section:first-child .position {
  margin-top: 0;
}
#directiva section .team:last-child {
  margin-bottom: 32px;
}
#directiva .position {
  background: #005BAA;
  border-radius: 5px;
  color: #fff;
  margin: 2rem 0;
  padding: 1rem 0.5rem;
  text-align: center;
}
#directiva .position h1 {
  margin: 0 !important;
  font-size: 1.375rem !important;
}
#directiva .team {
  border: 1px solid rgba(133, 133, 133, 0.15);
  margin-top: 80px;
  margin-bottom: 122px;
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
}
#directiva .team .teamimg {
  margin-top: -80px;
  padding: 0;
  height: 250px;
  box-shadow: 0px 30px 30px -20px rgba(169, 169, 169, 0.9), inset 0 0 0 1000px rgba(67, 52, 109, 0.2);
}
#directiva .team .teamimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
#directiva .team .teaminfo {
  padding: 0 15px;
}
#directiva .team .teaminfo h2,
#directiva .team .teaminfo .cargo {
  text-align: center;
}
#directiva .team .teaminfo h2 {
  margin-top: 1.8rem;
}
#directiva .team .teaminfo .cargo {
  color: #005BAA;
}
#directiva .teamsocial {
  background-color: #f4f7f6;
  border-radius: 10px;
  position: relative;
  bottom: -14px;
  left: 0;
}
#directiva .teamsocial ul {
  padding: 0;
  margin: 0;
}
#directiva .teamsocial ul li {
  list-style: none outside none;
  display: inline-block;
  margin-bottom: 0;
}
#directiva .teamsocial ul li a:hover {
  opacity: 1;
}
#directiva .teamsocial ul li i {
  font-size: 22px;
  margin: 0;
  text-align: center;
}
#directiva .facebook-team,
#directiva .twitter-team,
#directiva .instagram-team {
  color: #adb5bd;
}
#directiva .facebook-team:hover {
  color: #3b5998;
}
#directiva .twitter-team:hover {
  color: #55acee;
}
#directiva .instagram-team:hover {
  color: #f09433;
}
@media (min-width: 768px) {
  #directiva .position {
    margin-bottom: 0;
  }
  #directiva .team {
    border: none;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  #directiva .team .teamimg {
    margin-top: 0;
    height: auto;
    z-index: 1;
  }
  #directiva .team .teaminfo {
    padding: 0 30px;
  }
}

/* -------------------------------------------------------------------
 * Grupos de investigación
 * ------------------------------------------------------------------- */
.group-grid {
  margin: 4rem 0 5rem 0;
}
.group-grid .group-column {
  z-index: 0;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0 1px #61c38a;
  padding: 2.5rem 0 2.5rem 0;
}
.group-grid .group-column a {
  text-decoration: none;
  width: 100%;
}
.group-grid .group-column a .card-investigador {
  margin-bottom: 0;
  padding: 0;
  color: #000;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  text-align: center;
  overflow: hidden;
  border-radius: 0.7rem;
}
.group-grid .group-column a .card-investigador:hover {
  z-index: 1;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  background-color: #06ac4e;
  color: white;
}
.group-grid .group-column a .card-investigador:hover .user-sede {
  background-color: white;
  color: #000;
}
.group-grid .group-column a .card-investigador .foto-investigador {
  padding: 0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.group-grid .group-column a .card-investigador .foto-investigador img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.group-grid .group-column .card-body {
  padding: 1rem 1rem 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.group-grid .group-column .user {
  width: 100%;
  text-align: center;
  padding: 2.5rem 1rem;
}
.group-grid .group-column .user-avatar {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.group-grid .group-column .user-avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.group-grid .group-column .user-name {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6rem;
}
.group-grid .group-column .user-title {
  font-size: 0.875rem;
  font-weight: bold;
}
.group-grid .group-column .user-work {
  font-size: 0.75rem;
}
.group-grid .group-column .user-red {
  font-size: 0.75rem;
}
.group-grid .group-column .user-sede {
  background-color: #06ac4e;
  border-radius: 0.8rem 0.8rem 0 0;
  color: white;
  font-size: 0.85rem;
  padding: 0.22rem;
  font-weight: bold;
}
.group-grid .group-column .social {
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease;
}
.group-grid .group-column .social-item {
  display: inline-block;
  margin: 0 10px;
}
.group-grid .group-column .social-item a {
  background: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 47px;
}

/* -------------------------------------------------------------------
 * Formulario atención al cliente
 * ------------------------------------------------------------------- */
#atencionUsuario {
  margin-bottom: 5rem;
}
#atencionUsuario textarea {
  min-height: 250px;
}

#solicitudBac,
#preinscripcion {
  padding-top: 1rem;
}
#solicitudBac h2,
#preinscripcion h2 {
  font-size: 1.375rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
#solicitudBac textarea,
#preinscripcion textarea {
  min-height: 250px;
}

#atencionUsuario .form-inline .form-group,
#solicitudBac .form-inline .form-group,
#solicitudBG .form-inline .form-group,
#preinscripcion .form-inline .form-group {
  margin-bottom: 1rem;
}
#atencionUsuario .custom-select,
#solicitudBac .custom-select,
#solicitudBG .custom-select,
#preinscripcion .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#atencionUsuario .custom-radio label,
#atencionUsuario .custom-file label,
#atencionUsuario .custom-checkbox label,
#atencionUsuario .form-check label,
#solicitudBac .custom-radio label,
#solicitudBac .custom-file label,
#solicitudBac .custom-checkbox label,
#solicitudBac .form-check label,
#solicitudBG .custom-radio label,
#solicitudBG .custom-file label,
#solicitudBG .custom-checkbox label,
#solicitudBG .form-check label,
#preinscripcion .custom-radio label,
#preinscripcion .custom-file label,
#preinscripcion .custom-checkbox label,
#preinscripcion .form-check label {
  font-weight: 400;
  font-size: 1rem;
}
#atencionUsuario label,
#solicitudBac label,
#solicitudBG label,
#preinscripcion label {
  font-weight: bold;
  font-size: 0.75rem;
}
#atencionUsuario #minorias,
#atencionUsuario #dsi,
#atencionUsuario #invColaborativo,
#atencionUsuario #invExterno,
#solicitudBac #minorias,
#solicitudBac #dsi,
#solicitudBac #invColaborativo,
#solicitudBac #invExterno,
#solicitudBG #minorias,
#solicitudBG #dsi,
#solicitudBG #invColaborativo,
#solicitudBG #invExterno,
#preinscripcion #minorias,
#preinscripcion #dsi,
#preinscripcion #invColaborativo,
#preinscripcion #invExterno {
  display: none;
}
#atencionUsuario i,
#solicitudBac i,
#solicitudBG i,
#preinscripcion i {
  margin: 0;
}
#atencionUsuario select,
#solicitudBac select,
#solicitudBG select,
#preinscripcion select {
  position: relative;
}
#atencionUsuario .custom-file-label::after,
#solicitudBac .custom-file-label::after,
#solicitudBG .custom-file-label::after,
#preinscripcion .custom-file-label::after {
  font-family: "icoagrosavia";
  content: "\e92a";
}
#atencionUsuario .button-slider,
#solicitudBac .button-slider,
#solicitudBG .button-slider,
#preinscripcion .button-slider {
  font-size: 1rem;
}
#atencionUsuario .invalid-feedback,
#solicitudBac .invalid-feedback,
#solicitudBG .invalid-feedback,
#preinscripcion .invalid-feedback {
  display: block;
}

.invalid-feedback {
  display: block;
}

.input-group.animate {
  flex-direction: row-reverse;
}
.input-group.animate .form-control,
.input-group.animate select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.input-group.animate .input-group-prepend .input-group-text {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  transition: all 0.3s ease;
}
.input-group.animate input,
.input-group.animate select,
.input-group.animate textarea {
  transition: all 0.3s ease;
}
.input-group.animate input:focus,
.input-group.animate select:focus,
.input-group.animate textarea:focus {
  border-color: rgba(30, 198, 94, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(30, 198, 94, 0.6);
  outline: 0 none;
}
.input-group.animate input:focus + .input-group-prepend .input-group-text,
.input-group.animate select:focus + .input-group-prepend .input-group-text,
.input-group.animate textarea:focus + .input-group-prepend .input-group-text {
  background-color: #1EC65E;
  border-color: rgba(30, 198, 94, 0.8);
  color: #fff;
}

/* animacion mensaje enviado */
#send-message {
  position: relative;
  background-color: #163040;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.5" fill="%23FFFFFF" cx="28.75" cy="22.338" r="0.713"/><circle opacity="0.2" fill="%23FFFFFF" cx="26.75" cy="79.443" r="0.307"/><circle opacity="0.5" fill="%23FFFFFF" cx="50" cy="41.884" r="0.308"/><circle fill="%23FFFFFF" cx="12.883" cy="42.25" r="0.367"/><circle opacity="0.4" fill="%23FFFFFF" cx="80" cy="72.818" r="0.307"/><circle opacity="0.5" fill="%23FFFFFF" cx="55.625" cy="12.375" r="0.308"/><circle opacity="0.2" fill="%23FFFFFF" cx="73.307" cy="89.375" r="0.308"/><circle opacity="0.5" fill="%23FFFFFF" cx="73" cy="53.884" r="0.308"/><circle opacity="0.5" fill="%23FFFFFF" cx="38.875" cy="89.432" r="0.385"/></svg>');
  background-size: 20rem 20rem;
  background-position: center 0;
  overflow: hidden;
  height: 400px;
  margin-right: -20px;
  margin-left: -20px;
  animation: bg 2s linear infinite;
}
#send-message h2 {
  color: #fff;
  position: relative;
  top: 0;
  margin: 1.5rem 0 2rem !important;
  text-align: center;
}

.ship {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6.3rem;
  height: 6.7rem;
  margin: auto;
  animation: mover 2s linear infinite alternate;
}
.ship .body {
  position: relative;
  height: 110px;
}
.ship .body img {
  width: 100px;
}
.ship .body .eyes {
  width: 18px;
  position: relative;
  top: -81px;
  left: 39px;
  transform: rotate(6deg);
  animation: eyes 2s ease-in-out infinite alternate;
}
.ship .body .eyes .eye_1,
.ship .body .eyes .eye_2 {
  position: absolute;
  display: block;
  width: 0.3rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #543018;
  animation: eye 2s ease-in-out infinite alternate;
}
.ship .body .eyes .eye_2 {
  right: 0;
}
.ship .body .vawes {
  position: relative;
  top: -8rem;
  left: 2rem;
  width: 3rem;
  height: 3rem;
  fill: none;
}
.ship .body .wave_1,
.ship .body .wave_2 {
  stroke: rgba(227, 227, 227, 0.7);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2;
  animation: wave 2s infinite linear;
  opacity: 0;
  transform-origin: center;
  animation-delay: 0.1s;
}
.ship .body .wave_2 {
  animation-delay: 1s;
}

/* -------------------------------------------------------------------
 * Preguntas frecuentes - acordion
 * ------------------------------------------------------------------- */
#accordion .title {
  font-weight: 700;
  padding: 0.375rem 1.5rem 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
#accordion .card {
  counter-increment: faq-list;
  position: relative;
  width: 100%;
}
#accordion .card button {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#accordion .card button:focus {
  outline: 0;
  outline-offset: -2px;
}
#accordion .card button::after {
  content: "\e942";
  font-size: 1.1rem;
  color: #4FC5B6;
  font-family: "icoagrosavia";
  position: absolute;
  right: 0;
  margin-right: 1.25rem;
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
#accordion .card button.active::after {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
#accordion .card .card-header:before {
  content: counter(faq-list, decimal-leading-zero);
  background: #fff;
  border-radius: 50%;
  font-weight: bold;
  padding: 0.2rem 0.37rem;
}
#accordion .card .centered {
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 991.98px) {
  #accordion .title {
    padding: 0 0.75rem;
  }
}

/* -------------------------------------------------------------------
 * Notificaiones - card
 * ------------------------------------------------------------------- */
#notificaiones .card {
  padding: 0 0.5rem;
  box-shadow: 17px 16px 52px rgba(0, 0, 0, 0.3);
  margin-top: 100px;
  background-color: #f4f7f6;
  border-radius: 5px;
}
#notificaiones .card .card-header {
  background: #142736;
  padding: 1.2rem 1rem;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  top: -40px;
}
#notificaiones .card .card-header h3,
#notificaiones .card .card-header h6 {
  text-align: center;
  color: #f8f9fa;
  margin: 0 !important;
}
#notificaiones .card .card-header .noti {
  color: #ffc107;
}
#notificaiones .card .card-header .pull-right {
  text-align: center;
}
#notificaiones .card .card-body {
  padding-top: 0;
}
#notificaiones .card .card-body h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  #notificaiones .card {
    padding: 0 3rem;
  }
  #notificaiones .card .card-header h3,
  #notificaiones .card .card-header h6 {
    text-align: left;
  }
  #notificaiones .card .card-header .pull-right {
    text-align: right;
  }
}
#notificaiones .card.evento {
  background: #142736;
  color: #f8f9fa;
  margin-top: 0;
  margin-bottom: 100px;
}
#notificaiones .card.evento .card-body {
  padding: 0 1.25rem;
}
#notificaiones .card.evento .card-footer {
  background: #fff;
  padding: 1.2rem 1rem;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  bottom: -40px;
}
#notificaiones .card.evento .card-footer h3,
#notificaiones .card.evento .card-footer h6 {
  color: #212529;
  text-align: center;
  margin: 0 !important;
}
#notificaiones .card.evento .card-footer i {
  margin: 0 0.5rem;
}
#notificaiones .card.evento .card-footer i:first-child {
  margin: 0 0.5rem 0 0;
}
#notificaiones .card.evento .card-footer i:last-child {
  font-style: normal;
  font-size: 1.25rem;
}
#notificaiones .card.evento .card-footer .noti {
  color: #1EC65E;
}
#notificaiones .card.evento .card-footer .pull-right {
  text-align: center;
}
#notificaiones .card.evento .card-footer .dato-evento p {
  color: #212529;
}
#notificaiones .card.evento .card-footer .dato-evento .tag-event-int::before {
  font-family: "icoagrosavia";
}
#notificaiones .card.evento .card-footer .dato-evento .tag-event-int[data-tag-event*=Cap]::before {
  content: "\e90c";
}
#notificaiones .card.evento .card-footer .dato-evento .tag-event-int[data-tag-event*=Aca]::before {
  content: "\e900";
}
#notificaiones .card.evento .card-footer .dato-evento .tag-event-int[data-tag-event*=Prom]::before {
  content: "\e906";
}
#notificaiones .card.evento .card-footer .dato-evento .tag-ev-fecha[data-date]::after {
  content: attr(data-date);
  display: inline-flex;
}
#notificaiones .card.evento .card-footer .dato-evento .tag-ev-hora[data-time]::after {
  content: attr(data-time);
  display: inline-flex;
}
@media (min-width: 768px) {
  #notificaiones .card.evento .card-footer h3,
  #notificaiones .card.evento .card-footer h6 {
    text-align: left;
  }
  #notificaiones .card.evento .card-footer .pull-right {
    text-align: right;
  }
}

/* -------------------------------------------------------------------
 * Nosotros - REDES int
 * ------------------------------------------------------------------- */
ul.lista-lineamientos {
  padding: 0;
  margin: 0;
}
ul.lista-lineamientos li {
  list-style: none;
}
ul.lista-lineamientos li:nth-child(odd) {
  background-color: #f8f9fa;
}
ul.lista-lineamientos li:nth-child(odd) ul li::after {
  background-color: #f8f9fa !important;
}
ul.lista-lineamientos li ul {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0;
  padding: 1rem 0.75rem;
}
@media (min-width: 768px) {
  ul.lista-lineamientos li ul {
    flex-direction: row;
    align-items: stretch;
  }
}
ul.lista-lineamientos li ul li {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  flex: 1;
}
ul.lista-lineamientos li ul li:first-child {
  border-right: 1px solid rgba(193, 193, 193, 0.8);
  padding-right: 2em !important;
}
ul.lista-lineamientos li ul li:first-child::after {
  content: "\e920";
  color: #00AC4E;
  font-size: 1rem;
  font-family: "icoagrosavia";
  position: absolute;
  right: -24px;
  top: calc(50% - 28px);
  padding: 1rem;
  background-color: #fff;
}
ul.lista-lineamientos li ul li:first-child ul li {
  border: none;
  padding: 0 !important;
}
ul.lista-lineamientos li ul li:first-child ul li:first-child {
  margin-bottom: 1rem !important;
}
ul.lista-lineamientos li ul li:last-child {
  padding-left: 2rem !important;
}
ul.lista-lineamientos li ul li:last-child ul li {
  border: none;
  padding: 0 !important;
}
ul.lista-lineamientos li ul li:last-child ul li ul li {
  display: flex;
}
ul.lista-lineamientos li ul li:last-child ul li ul li::before {
  content: "\e930";
  font-size: 0.8rem;
  font-family: "icoagrosavia";
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  ul.lista-lineamientos li ul li:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(193, 193, 193, 0.8);
    padding: 0 0 2rem !important;
  }
  ul.lista-lineamientos li ul li:first-child::after {
    right: calc(50% - 24px);
    top: calc(100% - 28px);
  }
  ul.lista-lineamientos li ul li:last-child {
    padding: 2rem 0 0 !important;
  }
  ul.lista-lineamientos li ul li:last-child ul {
    padding-top: 0 !important;
  }
  ul.lista-lineamientos li ul li:last-child ul li {
    flex-direction: row;
  }
}
ul.lista-lineamientos li ul li ul {
  display: block;
  margin: 0;
  padding: 0;
}
ul.lista-lineamientos li ul li ul li:first-child {
  font-weight: bold;
  line-height: 1.7em;
}
ul.lista-lineamientos li ul li ul li:first-child::after {
  display: none;
}
ul.lista-lineamientos li ul li ul li ul {
  margin-top: 1rem !important;
}
ul.lista-lineamientos li ul li ul li ul li {
  font-weight: 400 !important;
  margin-bottom: 1rem !important;
}
ul.lista-lineamientos li ul li ul li ul li:last-child {
  margin-bottom: 0 !important;
}

/*division mision y vision*/
.division-txt {
  display: flex;
  flex-direction: column;
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .division-txt {
    flex-direction: row;
    align-items: stretch;
  }
}

.division-txt-item {
  flex: 1;
}
@media (min-width: 768px) {
  .division-txt-item {
    padding-left: 1rem;
  }
  .division-txt-item:first-child {
    padding-right: 1rem;
    padding-left: 0;
  }
}

.division-txt-separation {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.division-txt-separation i {
  margin: 0;
  color: #00AC4E;
}
@media (min-width: 768px) {
  .division-txt-separation {
    flex-direction: column;
  }
}

.division-txt-label {
  padding: 1em;
}

.division-txt-rule {
  flex: 1;
  border-style: solid;
  border-color: rgba(193, 193, 193, 0.8);
  border-width: 1px 0 0 0;
}
@media (min-width: 768px) {
  .division-txt-rule {
    border-width: 0 1px 0 0;
  }
}

/*propiedades*/
.propiedades-redes {
  margin: 2rem 0 3rem;
}
.propiedades-redes .row {
  position: relative;
}
.propiedades-redes .leaf {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.propiedades-redes .leaf:nth-child(odd) {
  justify-content: flex-end;
}
.propiedades-redes .leaf:nth-child(odd)::after {
  content: "";
  background: repeating-linear-gradient(-45deg, #68380f 0, #68380f 2px, transparent 0, transparent 5px);
  width: 10px;
  border-radius: 0.2rem;
  height: auto;
  display: block;
  min-height: 290px;
  position: absolute;
  top: 0;
  right: -5px;
}
.propiedades-redes .leaf:nth-child(2n) {
  justify-content: flex-start;
}
.propiedades-redes .leaf:nth-child(2n) h3 {
  border-radius: 50% 0;
  background: linear-gradient(90deg, #007b3a, #1EC65E) padding-box, linear-gradient(-90deg, #007b3a, #1EC65E) border-box;
  background-repeat: repeat-x;
}
.propiedades-redes .leaf a {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .propiedades-redes .leaf:nth-child(odd) {
    justify-content: center;
  }
  .propiedades-redes .leaf:nth-child(odd)::after {
    content: none;
  }
  .propiedades-redes .leaf:nth-child(2n) {
    justify-content: center;
  }
}
.propiedades-redes h3 {
  margin: 0 !important;
  border: solid 0.2rem transparent;
  padding: 3rem;
  border-radius: 0 50%;
  box-shadow: inherit;
  background: linear-gradient(90deg, #1EC65E, #007b3a) padding-box, linear-gradient(-90deg, #1EC65E, #007b3a) border-box;
  background-repeat: repeat-x;
  color: #fff;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
  text-align: center;
  min-width: 240px;
  max-width: 280px;
}
.propiedades-redes h3[data-many]::before {
  content: attr(data-many);
  color: #fff;
  display: block;
  font-size: 5rem !important;
  line-height: 5rem;
  font-weight: 900 !important;
  text-shadow: -2px -1px #007b3a;
}

/* objetivos redes */
.objetivos {
  position: relative;
  margin-top: 2rem;
}
.objetivos ul li {
  color: #fff;
  margin-bottom: 2px;
  position: relative;
  top: -2rem;
  transition: all 0.52s ease-in-out;
}
.objetivos ul li:nth-child(1) {
  z-index: 100;
}
.objetivos ul li:nth-child(2) {
  z-index: 99;
}
.objetivos ul li:nth-child(3) {
  z-index: 98;
}
.objetivos ul li:nth-child(4) {
  z-index: 97;
}
.objetivos ul li:nth-child(5) {
  z-index: 96;
}
.objetivos ul li:nth-child(6) {
  z-index: 95;
}
.objetivos ul li:nth-child(7) {
  z-index: 94;
}
.objetivos ul li:nth-child(8) {
  z-index: 93;
}
.objetivos ul li:nth-child(9) {
  z-index: 92;
}
.objetivos ul li:nth-child(10) {
  z-index: 91;
}
.objetivos ul li:nth-child(11) {
  z-index: 90;
}
.objetivos ul li:nth-child(12) {
  z-index: 89;
}
.objetivos ul li:nth-child(13) {
  z-index: 88;
}
.objetivos ul li:nth-child(14) {
  z-index: 87;
}
.objetivos ul li:nth-child(15) {
  z-index: 86;
}
.objetivos ul li:nth-child(16) {
  z-index: 85;
}
.objetivos ul li:nth-child(17) {
  z-index: 84;
}
.objetivos ul li:nth-child(18) {
  z-index: 83;
}
.objetivos ul li:nth-child(19) {
  z-index: 82;
}
.objetivos ul li:nth-child(20) {
  z-index: 81;
}
.objetivos ul li:nth-child(21) {
  z-index: 80;
}
.objetivos ul li:nth-child(22) {
  z-index: 79;
}
.objetivos ul li:nth-child(23) {
  z-index: 78;
}
.objetivos ul li:nth-child(24) {
  z-index: 77;
}
.objetivos ul li:nth-child(25) {
  z-index: 76;
}
.objetivos ul li:nth-child(26) {
  z-index: 75;
}
.objetivos ul li:nth-child(27) {
  z-index: 74;
}
.objetivos ul li:nth-child(28) {
  z-index: 73;
}
.objetivos ul li:nth-child(29) {
  z-index: 72;
}
.objetivos ul li:nth-child(30) {
  z-index: 71;
}
.objetivos ul li:nth-child(31) {
  z-index: 70;
}
.objetivos ul li:nth-child(32) {
  z-index: 69;
}
.objetivos ul li:nth-child(33) {
  z-index: 68;
}
.objetivos ul li:nth-child(34) {
  z-index: 67;
}
.objetivos ul li:nth-child(35) {
  z-index: 66;
}
.objetivos ul li:nth-child(36) {
  z-index: 65;
}
.objetivos ul li:nth-child(37) {
  z-index: 64;
}
.objetivos ul li:nth-child(38) {
  z-index: 63;
}
.objetivos ul li:nth-child(39) {
  z-index: 62;
}
.objetivos ul li:nth-child(40) {
  z-index: 61;
}
.objetivos ul li:nth-child(41) {
  z-index: 60;
}
.objetivos ul li:nth-child(42) {
  z-index: 59;
}
.objetivos ul li:nth-child(43) {
  z-index: 58;
}
.objetivos ul li:nth-child(44) {
  z-index: 57;
}
.objetivos ul li:nth-child(45) {
  z-index: 56;
}
.objetivos ul li:nth-child(46) {
  z-index: 55;
}
.objetivos ul li:nth-child(47) {
  z-index: 54;
}
.objetivos ul li:nth-child(48) {
  z-index: 53;
}
.objetivos ul li:nth-child(49) {
  z-index: 52;
}
.objetivos ul li:nth-child(50) {
  z-index: 51;
}
.objetivos ul li:nth-child(51) {
  z-index: 50;
}
.objetivos ul li:nth-child(52) {
  z-index: 49;
}
.objetivos ul li:nth-child(53) {
  z-index: 48;
}
.objetivos ul li:nth-child(54) {
  z-index: 47;
}
.objetivos ul li:nth-child(55) {
  z-index: 46;
}
.objetivos ul li:nth-child(56) {
  z-index: 45;
}
.objetivos ul li:nth-child(57) {
  z-index: 44;
}
.objetivos ul li:nth-child(58) {
  z-index: 43;
}
.objetivos ul li:nth-child(59) {
  z-index: 42;
}
.objetivos ul li:nth-child(60) {
  z-index: 41;
}
.objetivos ul li:nth-child(61) {
  z-index: 40;
}
.objetivos ul li:nth-child(62) {
  z-index: 39;
}
.objetivos ul li:nth-child(63) {
  z-index: 38;
}
.objetivos ul li:nth-child(64) {
  z-index: 37;
}
.objetivos ul li:nth-child(65) {
  z-index: 36;
}
.objetivos ul li:nth-child(66) {
  z-index: 35;
}
.objetivos ul li:nth-child(67) {
  z-index: 34;
}
.objetivos ul li:nth-child(68) {
  z-index: 33;
}
.objetivos ul li:nth-child(69) {
  z-index: 32;
}
.objetivos ul li:nth-child(70) {
  z-index: 31;
}
.objetivos ul li:nth-child(71) {
  z-index: 30;
}
.objetivos ul li:nth-child(72) {
  z-index: 29;
}
.objetivos ul li:nth-child(73) {
  z-index: 28;
}
.objetivos ul li:nth-child(74) {
  z-index: 27;
}
.objetivos ul li:nth-child(75) {
  z-index: 26;
}
.objetivos ul li:nth-child(76) {
  z-index: 25;
}
.objetivos ul li:nth-child(77) {
  z-index: 24;
}
.objetivos ul li:nth-child(78) {
  z-index: 23;
}
.objetivos ul li:nth-child(79) {
  z-index: 22;
}
.objetivos ul li:nth-child(80) {
  z-index: 21;
}
.objetivos ul li:nth-child(81) {
  z-index: 20;
}
.objetivos ul li:nth-child(82) {
  z-index: 19;
}
.objetivos ul li:nth-child(83) {
  z-index: 18;
}
.objetivos ul li:nth-child(84) {
  z-index: 17;
}
.objetivos ul li:nth-child(85) {
  z-index: 16;
}
.objetivos ul li:nth-child(86) {
  z-index: 15;
}
.objetivos ul li:nth-child(87) {
  z-index: 14;
}
.objetivos ul li:nth-child(88) {
  z-index: 13;
}
.objetivos ul li:nth-child(89) {
  z-index: 12;
}
.objetivos ul li:nth-child(90) {
  z-index: 11;
}
.objetivos ul li:nth-child(91) {
  z-index: 10;
}
.objetivos ul li:nth-child(92) {
  z-index: 9;
}
.objetivos ul li:nth-child(93) {
  z-index: 8;
}
.objetivos ul li:nth-child(94) {
  z-index: 7;
}
.objetivos ul li:nth-child(95) {
  z-index: 6;
}
.objetivos ul li:nth-child(96) {
  z-index: 5;
}
.objetivos ul li:nth-child(97) {
  z-index: 4;
}
.objetivos ul li:nth-child(98) {
  z-index: 3;
}
.objetivos ul li:nth-child(99) {
  z-index: 2;
}
.objetivos ul li:nth-child(100) {
  z-index: 1;
}
.objetivos ul li:first-child {
  background-color: #f4f7f6 !important;
  color: #212529;
  top: 0;
  padding: 0;
  z-index: 1;
}
.objetivos ul li:first-child .item-obj {
  text-align: center;
  padding: 4rem 0 6rem;
}
.objetivos ul li:first-child .item-obj h2 {
  margin: 0 !important;
}
.objetivos ul li:first-child .item-obj::before, .objetivos ul li:first-child .item-obj::after {
  content: none;
}
.objetivos ul li:nth-child(2) .item-obj::before {
  content: none;
}
.objetivos ul li:nth-child(even) {
  background: #005BAA;
}
.objetivos ul li:nth-child(even) .item-obj:after {
  border-top: 50px solid #005BAA;
}
.objetivos ul li:nth-child(odd) {
  background: #577BBD;
}
.objetivos ul li:nth-child(odd) .item-obj:after {
  border-top: 50px solid #577BBD;
}
.objetivos ul li:last-child .item-obj::after {
  content: none;
}
@media (max-width: 991.98px) {
  .objetivos ul.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .objetivos ul li {
    top: 0;
  }
  .objetivos ul li:first-child .item-obj {
    padding-bottom: 4rem;
  }
}

.item-obj {
  position: relative;
  padding: 4.375rem 0.313rem 1.25rem 0.313rem;
}
.item-obj::after {
  content: "";
  display: block;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 50px solid transparent;
  position: absolute;
  left: calc(50% - 60px);
  z-index: 13;
  bottom: -50px;
}
.item-obj::before {
  content: "";
  display: block;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 50px solid #fff;
  position: absolute;
  left: calc(50% - 60px);
  z-index: 10;
  top: 0;
}

/* bar charts */
.chart {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
.chart #numbers {
  width: 40px;
  margin: 0;
  padding: 0 1px;
  display: flex;
  flex-direction: column;
}
.chart #numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 29px;
  border-bottom: 1px solid #444;
  position: relative;
  bottom: 30px;
}
.chart #numbers li:last-child {
  height: 30px;
}
.chart #numbers li span {
  color: #eee;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.chart .bars {
  height: 290px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #adb5bd;
}
.chart .bars li {
  display: table-cell;
  width: 80px;
  height: 290px;
  margin: 0;
  text-align: center;
  position: relative;
}
.chart .bars li [class^=bar-],
.chart .bars li [class*=" bar-"],
.chart .bars li .bar {
  display: block;
  margin-left: 15%;
  width: 70%;
  background: #49e;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.chart .bars li [class^=bar-]:before,
.chart .bars li [class*=" bar-"]:before,
.chart .bars li .bar:before {
  color: #212529;
  content: attr(data-percentage);
  position: relative;
  bottom: 25px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.chart .bars li [class^=bar-] p,
.chart .bars li [class*=" bar-"] p,
.chart .bars li .bar p {
  line-height: 0;
  margin: 0;
  opacity: 0;
}
.chart .bars li:nth-of-type(1) [class^=bar-],
.chart .bars li:nth-of-type(1) [class*=" bar-"],
.chart .bars li:nth-of-type(1) .bar {
  background: #ffc107;
}
.chart .bars li:nth-of-type(2) [class^=bar-],
.chart .bars li:nth-of-type(2) [class*=" bar-"],
.chart .bars li:nth-of-type(2) .bar {
  background: #fd7e14;
}
.chart .bars li:nth-of-type(3) [class^=bar-],
.chart .bars li:nth-of-type(3) [class*=" bar-"],
.chart .bars li:nth-of-type(3) .bar {
  background: #dc3545;
}
.chart .bars li:nth-of-type(4) [class^=bar-],
.chart .bars li:nth-of-type(4) [class*=" bar-"],
.chart .bars li:nth-of-type(4) .bar {
  background: #e83e8c;
}
.chart .bars li:nth-of-type(5) [class^=bar-],
.chart .bars li:nth-of-type(5) [class*=" bar-"],
.chart .bars li:nth-of-type(5) .bar {
  background: #6f42c1;
}
.chart .bars li:nth-of-type(6) [class^=bar-],
.chart .bars li:nth-of-type(6) [class*=" bar-"],
.chart .bars li:nth-of-type(6) .bar {
  background: #6610f2;
}
.chart .bars li:nth-of-type(7) [class^=bar-],
.chart .bars li:nth-of-type(7) [class*=" bar-"],
.chart .bars li:nth-of-type(7) .bar {
  background: #007bff;
}
.chart .bars li:nth-of-type(8) [class^=bar-],
.chart .bars li:nth-of-type(8) [class*=" bar-"],
.chart .bars li:nth-of-type(8) .bar {
  background: #17a2b8;
}
.chart .bars li:nth-of-type(9) [class^=bar-],
.chart .bars li:nth-of-type(9) [class*=" bar-"],
.chart .bars li:nth-of-type(9) .bar {
  background: #20c997;
}
.chart .bars li:nth-of-type(10) [class^=bar-],
.chart .bars li:nth-of-type(10) [class*=" bar-"],
.chart .bars li:nth-of-type(10) .bar {
  background: #28a745;
}
.chart .bars li:hover [class^=bar-],
.chart .bars li:hover [class*=" bar-"],
.chart .bars li:hover .bar {
  opacity: 0.8;
}
.chart .bars li:hover [class^=bar-]:before,
.chart .bars li:hover [class*=" bar-"]:before,
.chart .bars li:hover .bar:before {
  opacity: 1;
}

.bars-description {
  font-size: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.bars-description li {
  display: flex;
  align-items: center;
}
.bars-description li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 3px;
}
.bars-description li:nth-of-type(1):before {
  background: #ffc107;
}
.bars-description li:nth-of-type(2):before {
  background: #fd7e14;
}
.bars-description li:nth-of-type(3):before {
  background: #dc3545;
}
.bars-description li:nth-of-type(4):before {
  background: #e83e8c;
}
.bars-description li:nth-of-type(5):before {
  background: #6f42c1;
}
.bars-description li:nth-of-type(6):before {
  background: #6610f2;
}
.bars-description li:nth-of-type(7):before {
  background: #007bff;
}
.bars-description li:nth-of-type(8):before {
  background: #17a2b8;
}
.bars-description li:nth-of-type(9):before {
  background: #20c997;
}
.bars-description li:nth-of-type(10):before {
  background: #28a745;
}
.bars-description li a {
  color: #212529;
  margin-left: 0.313rem;
}

/* Modal full redes */
[id^=modal-full-],
[id*=modal-full-],
[id*=modal-investigador] {
  padding: 0 !important;
  /*------------------------------------------
      Inicio-Modal-Catalogo-Ivestigadores
  ------------------------------------------*/
}
[id^=modal-full-] .modal-dialog,
[id*=modal-full-] .modal-dialog,
[id*=modal-investigador] .modal-dialog {
  max-width: 80%;
  /*margin: 0;*/
}
[id^=modal-full-] .modal-dialog.modal-full,
[id*=modal-full-] .modal-dialog.modal-full,
[id*=modal-investigador] .modal-dialog.modal-full {
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
[id^=modal-full-] .modal-dialog .modal-content,
[id*=modal-full-] .modal-dialog .modal-content,
[id*=modal-investigador] .modal-dialog .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: none;
}
[id^=modal-full-] .modal-dialog .modal-content .container,
[id*=modal-full-] .modal-dialog .modal-content .container,
[id*=modal-investigador] .modal-dialog .modal-content .container {
  background: none;
  margin-top: 0;
  margin-bottom: 0;
}
[id^=modal-full-] .modal-dialog .modal-content .container .md-title,
[id*=modal-full-] .modal-dialog .modal-content .container .md-title,
[id*=modal-investigador] .modal-dialog .modal-content .container .md-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
[id^=modal-full-] .modal-dialog .modal-content .modal-header,
[id*=modal-full-] .modal-dialog .modal-content .modal-header,
[id*=modal-investigador] .modal-dialog .modal-content .modal-header {
  display: block;
  padding: 0;
  border-radius: 0;
}
[id^=modal-full-] .modal-dialog .modal-content .modal-header header,
[id*=modal-full-] .modal-dialog .modal-content .modal-header header,
[id*=modal-investigador] .modal-dialog .modal-content .modal-header header {
  width: 100%;
}
[id^=modal-full-] .modal-dialog .modal-content .modal-body h2,
[id*=modal-full-] .modal-dialog .modal-content .modal-body h2,
[id*=modal-investigador] .modal-dialog .modal-content .modal-body h2 {
  font-size: 1.375rem;
  margin-top: 45px;
  margin-bottom: 5px;
  line-height: 35px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  [id^=modal-full-] .modal-dialog .modal-content .modal-body .container,
  [id*=modal-full-] .modal-dialog .modal-content .modal-body .container,
  [id*=modal-investigador] .modal-dialog .modal-content .modal-body .container {
    padding-right: 0;
    padding-left: 0;
  }
}
[id^=modal-full-] .modal-dialog .modal-content .modal-footer,
[id*=modal-full-] .modal-dialog .modal-content .modal-footer,
[id*=modal-investigador] .modal-dialog .modal-content .modal-footer {
  border-top: none;
}
[id^=modal-full-] .modal-dialog .modal-content .linea .division-txt,
[id*=modal-full-] .modal-dialog .modal-content .linea .division-txt,
[id*=modal-investigador] .modal-dialog .modal-content .linea .division-txt {
  margin: 1.5rem 0;
  padding: 1rem 0.75rem;
}
[id^=modal-full-] .modal-dialog .modal-content .linea .division-txt:nth-child(odd),
[id*=modal-full-] .modal-dialog .modal-content .linea .division-txt:nth-child(odd),
[id*=modal-investigador] .modal-dialog .modal-content .linea .division-txt:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
[id^=modal-full-] .modal-dialog .modal-content .linea .division-txt .division-txt-item b,
[id*=modal-full-] .modal-dialog .modal-content .linea .division-txt .division-txt-item b,
[id*=modal-investigador] .modal-dialog .modal-content .linea .division-txt .division-txt-item b {
  margin-bottom: 1rem;
  display: block;
}
[id^=modal-full-] .modal-dialog-invg,
[id*=modal-full-] .modal-dialog-invg,
[id*=modal-investigador] .modal-dialog-invg {
  width: 65%;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador {
  background-color: #e7e6e6;
  border-radius: 1rem;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList img,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList img,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList img {
  border: 4px solid #06ac4e;
  border-radius: 1rem;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv {
  padding: 1rem 0 0 0;
  max-width: 185px;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-success-Cris,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-success-Cris,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-success-Cris {
  width: inherit;
  margin-bottom: 1rem;
  font-weight: normal;
  background-color: #06ac4e;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .list-tags,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .list-tags,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .list-tags {
  justify-content: space-between;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-linkedin,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-linkedin,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-linkedin {
  background-color: #0e76a8;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-academia,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-academia,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-academia {
  background-color: #1e56b7;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-agriperfiles,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-agriperfiles,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-agriperfiles {
  background-color: #395d7f;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-cvlac,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-cvlac,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-cvlac {
  background-color: #069169;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-googlescholar,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-googlescholar,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-googlescholar {
  background-color: #4885ed;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-orcid,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-orcid,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-orcid {
  background-color: #a6ce39;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-research,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-research,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-research {
  background-color: #40ba9b;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-scopus,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-scopus,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .contImgList .moreInfoInv .btn-scopus {
  background-color: #e9711c;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador h3,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador h3,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador h3 {
  margin-top: 1.5rem;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .investitems .inv-cargo,
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .investitems .inv-red,
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .investitems .inv-grupos,
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .investitems .inv-sede,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .investitems .inv-cargo,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .investitems .inv-red,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .investitems .inv-grupos,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .investitems .inv-sede,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .investitems .inv-cargo,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .investitems .inv-red,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .investitems .inv-grupos,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .investitems .inv-sede {
  margin-bottom: 1rem;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .acordeonEnfasis .card .btnEnfasis p,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .acordeonEnfasis .card .btnEnfasis p,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .acordeonEnfasis .card .btnEnfasis p {
  margin: 5px 0;
}
[id^=modal-full-] .modal-dialog-invg .modal-content-investigador .about-text-inv,
[id*=modal-full-] .modal-dialog-invg .modal-content-investigador .about-text-inv,
[id*=modal-investigador] .modal-dialog-invg .modal-content-investigador .about-text-inv {
  width: 97%;
  height: 240px;
  background-color: white;
  padding: 1.2rem 0.5rem 1rem 0.5rem;
  border-radius: 0.7rem;
  overflow-y: scroll;
}
@media (max-width: 1190px) {
  [id^=modal-full-] .modal-dialog-invg,
  [id*=modal-full-] .modal-dialog-invg,
  [id*=modal-investigador] .modal-dialog-invg {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  [id^=modal-full-] .modal-dialog-invg,
  [id*=modal-full-] .modal-dialog-invg,
  [id*=modal-investigador] .modal-dialog-invg {
    width: 90%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  [id^=modal-full-] .modal-dialog,
  [id*=modal-full-] .modal-dialog,
  [id*=modal-investigador] .modal-dialog {
    max-width: 100%;
  }
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s linear;
}
.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}

/* -------------------------------------------------------------------
 * Nosotros - Grupos de investigacion
 * ------------------------------------------------------------------- */
/* Card grupos */
.grupos-inv li {
  margin-bottom: 1.875rem;
}

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #fff;
  min-width: 270px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear;
}
.post-module:hover {
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img {
  transform: scale(1.1);
  opacity: 0.6;
}
.post-module .thumbnail {
  background: #000;
  height: 400px;
  overflow: hidden;
}
.post-module .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 340px;
  transition: all 0.3s linear;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05);
}
.post-module .post-content .category {
  position: absolute;
  top: -44px;
  left: 0;
  background: #e9531c;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .category i {
  margin: 0;
}
@media (max-width: 991.98px) {
  .post-module .post-content .category {
    display: none;
  }
}
.post-module .post-content .title {
  margin: 0 !important;
  padding: 1.25rem !important;
  color: #212529;
  line-height: 23px !important;
  font-size: 1rem !important;
}
.post-module .post-content .description {
  background: #f4f7f6;
  display: none;
  color: #212529;
  font-size: 14px;
  padding: 0.625rem 1.25rem;
  line-height: 1.8em;
}
.post-module .post-content .description ul li {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .post-module .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
}

/* team interno*/
#team-int {
  width: 100%;
  min-height: 200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
}
#team-int figure {
  width: 7rem;
  height: 7rem;
  display: block;
  margin: 0.5rem 1rem 4rem 0.5rem !important;
  padding: 0;
  color: black;
  opacity: 0.5;
  transition: opacity 0.26s ease-out;
}
#team-int figure img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 7rem;
}
#team-int figure:hover, #team-int figure:active {
  opacity: 1;
}
@media (max-width: 991.98px) {
  #team-int figure {
    opacity: 1;
  }
}
#team-int figcaption {
  font-size: 0.75rem;
  text-align: center;
}
#team-int a {
  text-decoration: none;
}
#team-int .lider {
  position: relative;
}
#team-int .lider img {
  box-shadow: 0 0 0 5px #1EC65E;
}
#team-int .lider::after {
  font-family: "icoagrosavia" !important;
  content: "\e90f";
  color: #1EC65E;
  font-size: 2rem;
  position: absolute;
  bottom: -13px;
  left: -22px;
}

/* -------------------------------------------------------------------
 * sección biblioteca BAC
 * ------------------------------------------------------------------- */
/* buscador Agro Explora*/
.search-agroExplora {
  background: rgba(244, 244, 244, 0.79);
  border: 1px solid #d3d3d3;
  padding: 2px 5px;
  width: 100%;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.search-agroExplora input {
  background: #fefefe;
  border: none;
  font: 12px/12px "HelveticaNeue", Helvetica, Arial, sans-serif;
  margin-right: 5px;
  padding: 10px;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset, 1px 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 9px;
}

.search-agroExplora input:focus {
  color: #005BAA;
  outline: none;
  box-shadow: 0 0 4px #0d76be inset;
}

.search-agroExplora input::-webkit-input-placeholder {
  font-style: italic;
  line-height: 15px;
}

.search-agroExplora input:-moz-placeholder {
  font-style: italic;
  line-height: 15px;
}

.search-agroExplora button {
  background: #53738c;
  background: linear-gradient(to bottom, rgb(52, 173, 236) 0%, rgb(38, 145, 220) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#34adec", endColorstr="#2691dc", GradientType=0);
  border: none;
  cursor: pointer;
  font: 13px/13px "HelveticaNeue", Helvetica, Arial, sans-serif;
  padding: 10px;
  width: 20%;
  box-shadow: 0 0 2px #2692dd inset;
  border-radius: 9px;
}
.search-agroExplora button i {
  margin: 0;
}

.search-agroExplora button:hover {
  opacity: 0.9;
}

.bac-header {
  padding: 8vh 0;
}
.bac-header h1 {
  padding: 0;
  margin-bottom: 2rem;
}
.bac-header .logo-agroexplora {
  color: #fff;
  text-align: center;
}
.bac-header .logo-agroexplora i {
  margin: 0;
  font-size: 4rem;
}
.bac-header .redes-bac {
  margin-top: 2rem;
}
.bac-header .redes-bac h6 {
  color: #fff;
}

/* BAC Publicaciones Inicio*/
h1.title-entry {
  font-size: 2rem !important;
  margin-bottom: 0.8rem !important;
  font-weight: 400 !important;
}

.publicaciones {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  transition: all 0.45s ease;
}
.publicaciones .cientificas {
  background: #e9ecef;
}
.publicaciones .cientificas h2 {
  text-align: right;
}
.publicaciones h2 {
  margin: 2.25rem 0 1.25rem !important;
}
.publicaciones .btn {
  z-index: 1;
  margin-bottom: 2rem;
}
.publicaciones:hover {
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.37);
}

.icon-fondo {
  position: absolute;
  top: calc(50% - 4rem);
  left: calc(50% - 4rem);
  font-size: 8rem;
  color: rgba(0, 0, 0, 0.03);
}

/* Libros */
.book {
  position: relative;
}
.book .pages {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 9px 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: box-shadow 0.3s linear;
}
.book .pages img {
  width: inherit;
  height: inherit;
  transform-origin: 0 50%;
  transform: rotateY(0);
  transition: all 0.45s ease;
}
.book .pages::before, .book .pages::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: white;
  border: 1px solid #d9d9d9;
}
.book .pages::before {
  left: -3px;
}
.book .pages::after {
  left: -7px;
}
.book .hover-book {
  background: rgba(33, 37, 41, 0.8);
  border-radius: 10px;
  margin: 10px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease;
  z-index: 1;
}
.book .hover-book a,
.book .hover-book i {
  margin: 0;
}
.book .pages,
.book .pages img,
.book .pages::after,
.book .pages::before {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.book:hover .pages {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 9px 20px 0 rgba(0, 0, 0, 0.45);
}
.book:hover .pages img {
  transform: rotateY(-25deg);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.2);
}
.book:hover .hover-book {
  visibility: visible;
  opacity: 1;
}

/* Directorio Bac */
.our-team {
  background-color: #fff;
}
.our-team .team-img {
  position: relative;
  overflow: hidden;
}
.our-team .team-img img {
  width: 100%;
  min-height: 19.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.our-team .team-img * {
  transition: all 0.3s ease;
}
.our-team .team-img .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
  opacity: 0.9;
  opacity: 0;
}
.our-team .team-img .dark-bg {
  background-color: #005BAA;
}
.our-team .team-img .hover {
  position: absolute;
  top: 50%;
  width: 100%;
  left: -50%;
  opacity: 0;
  transform: translatey(-50%);
}
.our-team .font-w-700 {
  font-weight: 700;
}
.our-team .font-14 {
  font-size: 0.875rem;
  line-height: 1.2;
}
.our-team a {
  color: #fff;
}
.our-team .contact-icons a {
  font-size: 1.25rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #005BAA;
  text-align: center;
  background: #fff;
  text-decoration: none;
}
.our-team .contact-icons a i {
  margin: 0;
}
.our-team .contact-icons a:hover {
  font-size: 1.5rem;
  line-height: 50px;
}
.our-team:hover img {
  transform: scale(1.2);
}
.our-team:hover .overlay {
  width: 100%;
  opacity: 0.8;
}
.our-team:hover .hover {
  left: 0;
  opacity: 1;
}

.box-shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.box-shadow:hover {
  box-shadow: rgba(58, 78, 95, 0.2) 0 10px 16px, rgba(58, 78, 95, 0.05) 0 -5px 16px;
}

.section-overlay,
.section-aliados {
  padding: 100px 0;
  position: relative;
}
.section-overlay .section-overlay-in,
.section-aliados .section-overlay-in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.section-overlay .opacity8,
.section-aliados .opacity8 {
  opacity: 0.8;
}
.section-overlay .container,
.section-aliados .container {
  margin-bottom: 0 !important;
}
.section-overlay a .figure img,
.section-aliados a .figure img {
  transition: transform 0.3s ease;
}
.section-overlay a:hover .figure img,
.section-aliados a:hover .figure img {
  transform: scale(1.05);
}

.section-aliados {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .section-aliados a figure {
    margin-bottom: 0 !important;
  }
}

.bg-fixed {
  background-attachment: fixed;
}
.bg-fixed .lista a {
  color: #A8D7AE;
}
.bg-fixed .our-team .lista a {
  color: #005BAA;
}

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

.container-txt-img {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.container-txt-img .btn-mib {
  display: flex;
  justify-content: center;
}
.container-txt-img .btn-mib a {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px auto;
}
.container-txt-img:first-child {
  margin-top: 0;
}
.container-txt-img [class^=col-],
.container-txt-img [class*=" col-"] {
  padding: 0;
}
.container-txt-img .detail {
  box-shadow: 0 15px 25px -15px rgba(0, 0, 0, 0.09);
}
.container-txt-img .detail.der {
  padding: 1.5rem 3rem 1.5rem 0;
}
.container-txt-img .detail.izq {
  padding: 1.5rem 0 1.5rem 3rem;
}
.container-txt-img .ot-img {
  position: relative;
}
.container-txt-img iframe {
  height: 700px;
}
.container-txt-img .overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 700px;
  top: 700px;
  margin-top: -700px;
}
@media (max-width: 767.98px) {
  .container-txt-img {
    margin-bottom: 1rem;
  }
  .container-txt-img .row {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .container-txt-img .detail {
    padding: 0 !important;
    order: 2;
  }
  .container-txt-img .detail .about-text {
    margin: 0 20px 20px;
  }
  .container-txt-img .ot-img {
    order: 1;
  }
  .container-txt-img .ot-img img {
    min-height: auto;
  }
  .container-txt-img iframe {
    height: 450px;
  }
  .container-txt-img .overlay {
    display: none;
  }
}

.columnas {
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 2rem;
}
.columnas li {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .columnas {
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
  .columnas li {
    margin-right: 0;
  }
}

/* recursos electronicos alphabetic scroll */
@media (max-width: 767.98px) {
  .n-m {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.recursos-bac #accordion .card .card-header::before,
.acc-ctni #accordion .card .card-header::before {
  content: none;
}
.recursos-bac .clasificacion,
.acc-ctni .clasificacion {
  position: relative;
}
.recursos-bac .clasificacion .nav-filter,
.acc-ctni .clasificacion .nav-filter {
  border-bottom: none;
  border-radius: 5px;
  margin-bottom: 10px;
}
.recursos-bac .clasificacion .abc,
.acc-ctni .clasificacion .abc {
  list-style: none;
  display: flex;
  margin: 9px 8px 0;
}
.recursos-bac .clasificacion .abc li,
.acc-ctni .clasificacion .abc li {
  margin: 10px 0 0 !important;
  text-align: center;
  text-transform: uppercase;
}
.recursos-bac .clasificacion .abc li:hover a,
.acc-ctni .clasificacion .abc li:hover a {
  background: #005BAA;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50%;
}
.recursos-bac .clasificacion .abc li a,
.acc-ctni .clasificacion .abc li a {
  color: #212529;
  display: block;
  line-height: 35px;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease-in-out;
}
.recursos-bac .clasificacion .abc li a.active,
.acc-ctni .clasificacion .abc li a.active {
  background: #005BAA;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
.recursos-bac .clasificacion .abc-content .text,
.acc-ctni .clasificacion .abc-content .text {
  background: #f3f3f3;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.recursos-bac .clasificacion .abc-content .list,
.acc-ctni .clasificacion .abc-content .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recursos-bac .clasificacion .abc-content .list li,
.acc-ctni .clasificacion .abc-content .list li {
  padding: 15px 0;
  margin: 0 !important;
  border-bottom: 1px solid #f3f3f3;
}
.recursos-bac .clasificacion .abc-content .list li a.recurElectro,
.acc-ctni .clasificacion .abc-content .list li a.recurElectro {
  display: block;
  color: #212529;
  padding: 0.25em 0.4em;
  transition: all 0.3s linear;
}
.recursos-bac .clasificacion .abc-content .list li a.recurElectro p:last-child,
.acc-ctni .clasificacion .abc-content .list li a.recurElectro p:last-child {
  margin-bottom: 0;
}
.recursos-bac .clasificacion .abc-content .list li a.recurElectro:hover,
.acc-ctni .clasificacion .abc-content .list li a.recurElectro:hover {
  background: #ffc107;
  text-decoration: none;
}
.recursos-bac .clasificacion h5,
.acc-ctni .clasificacion h5 {
  font-weight: bold;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .recursos-bac .clasificacion .abc,
  .acc-ctni .clasificacion .abc {
    align-items: center;
    justify-content: center !important;
  }
  .recursos-bac .clasificacion .abc li,
  .acc-ctni .clasificacion .abc li {
    margin: 0 0 5px !important;
  }
}
.recursos-bac .recurElectro .view,
.acc-ctni .recurElectro .view {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.recursos-bac .recurElectro .view .img-notBac,
.acc-ctni .recurElectro .view .img-notBac {
  transition: all 0.3s linear;
}
.recursos-bac .recurElectro .view .mask,
.acc-ctni .recurElectro .view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(33, 37, 41, 0.7);
  transition: all 0.3s ease-in-out;
}
.recursos-bac .recurElectro .view h2,
.acc-ctni .recurElectro .view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 1.5rem;
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 100%;
  transform: translateY(-100px);
  transition: all 0.2s ease-in-out;
}
.recursos-bac .recurElectro .cont-notBac,
.acc-ctni .recurElectro .cont-notBac {
  color: #212529;
  margin-top: 0;
}
.recursos-bac .recurElectro .cont-notBac h5,
.acc-ctni .recurElectro .cont-notBac h5 {
  font-weight: bold;
}
.recursos-bac .recurElectro .cont-notBac p,
.acc-ctni .recurElectro .cont-notBac p {
  margin: 0;
}
.recursos-bac .recurElectro:hover,
.acc-ctni .recurElectro:hover {
  text-decoration: none;
}
.recursos-bac .recurElectro:hover .view .img-notBac,
.acc-ctni .recurElectro:hover .view .img-notBac {
  transform: scale(1.1, 1.1);
}
.recursos-bac .recurElectro:hover .view .mask,
.acc-ctni .recurElectro:hover .view .mask {
  opacity: 1;
}
.recursos-bac .recurElectro:hover .view h2,
.acc-ctni .recurElectro:hover .view h2 {
  font-size: 1rem !important;
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 767.98px) {
  .recursos-bac .recurElectro .cont-notBac,
  .acc-ctni .recurElectro .cont-notBac {
    margin-top: 2rem;
  }
}
@media (max-width: 991.98px) {
  .recursos-bac .recurElectro .mask,
  .acc-ctni .recurElectro .mask {
    background: transparent !important;
    opacity: 1 !important;
  }
  .recursos-bac .recurElectro h2,
  .acc-ctni .recurElectro h2 {
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
}

.free h2 {
  background: rgba(30, 198, 94, 0.7);
}

.signed h2 {
  background: rgba(204, 38, 38, 0.7);
}

/* -------------------------------------------------------------------
 * Eventos y contratacion
 * ------------------------------------------------------------------- */
.events .event-box h1.title-event {
  padding: 5px;
  margin: 0;
  font-size: 18px;
  height: 53px;
  background-color: rgba(33, 37, 38, 0.81);
  border-radius: 5px;
  line-height: 1.3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.events .event-box p.card-event-body-heading {
  width: 95%;
  display: block;
  position: absolute;
  visibility: hidden;
}
.events .event-box .event-date-holder .dateNumber,
.events .event-box .event-date-holder .dateDay {
  text-shadow: none;
}
.events .event-box .col-md-12.col-xl-12.centered {
  text-shadow: 0;
  padding-top: 180px;
  transition: 0.1s;
}
.events .event-box li.col-md-12.col-lg-4,
.events .event-box p.card-event-body-heading {
  text-align: center;
  font-size: 15px;
  color: black;
}
.events .event-box.no-info:hover .box-right,
.events .event-box.no-info:hover .box-left {
  margin: 0px;
}
.events .event-box.no-info:hover .col-md-12.col-xl-12 {
  visibility: visible;
  position: inherit;
}
.events .event-box.no-info:hover .col-md-12.col-xl-12.centered {
  visibility: visible;
  padding-top: 180px;
}
.events .event-box.contratacion {
  height: 100%;
  box-shadow: 0px 3px 9px 0px #e4e3e3;
  background: #f5f5f5;
  color: #212529;
}
.events .event-box.contratacion .card-event-body .contratacionInfo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.events .event-box.contratacion .card-event-body .tag-event[data-tag-event*=Abi] {
  background-color: #1EC65E;
  color: #fff;
}
.events .event-box.contratacion .card-event-body .tag-event[data-tag-event*=Abi]::before {
  content: "\e94b";
}
.events .event-box.contratacion .card-event-body .tag-event[data-tag-event*=Abi]::after {
  content: attr(data-tag-event);
}
.events .event-box.contratacion .card-event-body .tag-event[data-tag-event*=Cerr] {
  background-color: #6c757d;
  color: #fff;
}
.events .event-box.contratacion .card-event-body .tag-event[data-tag-event*=Cerr]::before {
  content: "\e94a";
}
.events .event-box.contratacion .card-event-body .tag-event[data-tag-event*=Cerr]::after {
  content: attr(data-tag-event);
}
.events .event-box.contratacion .card-info p {
  transition: all 350ms ease;
}
.events .event-box.contratacion:hover {
  box-shadow: 0px 11px 9px 0px #cacaca;
  filter: grayscale(0);
}
.events .event-box.contratacion:hover::before {
  background: none;
  box-shadow: none;
}
.events .event-box.contratacion:hover .card-info p:first-child {
  color: #00AC4E;
}
.events .event-box.contratacion .plus-icon i {
  border-color: #00AC4E;
}

.event-box {
  height: 500px;
  background-color: #4FC5B6;
  background-size: 100% 50%;
  background-repeat: repeat-x;
  filter: grayscale(0);
  font-size: 15px;
  text-align: center;
  color: #fff;
  padding: 10px 10px;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  transition: all 350ms ease;
}
.event-box::before {
  content: "";
  background: transparent;
  opacity: 0.4;
  z-index: -1;
  display: block;
  width: 100%;
  height: 40px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 0%;
  transition: all 350ms ease;
}
.event-box .event-date-holder {
  text-align: center;
  text-shadow: 0 -1px 0 #343a40;
}
.event-box .event-date-holder .dateNumber {
  display: block;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
.event-box .event-date-holder .dateDay {
  text-transform: uppercase;
  display: block;
}
.event-box .event-date-holder .dateYear {
  display: block;
  line-height: 10px;
  font-size: 12px;
  color: #9998ff;
}
.event-box .card-event-body .card-event-body-top,
.event-box .card-event-body .card-event-body-bottom {
  font-size: 12px;
}
.event-box .card-event-body .card-event-body-bottom .moreInfo {
  position: relative;
  /*.box-left {
    .one {
      position: absolute;
      bottom: -17px;
      left: 0;
      opacity: 1;
      @include prefix(transition, all 350ms ease);
    }

    .two {
      position: absolute;
      bottom: -17px;
      left: 0;
      opacity: 0;
      transform: translateY(17px);
      @include prefix(transition, all 350ms ease);
    }
  }*/
}
.event-box .card-event-body .card-event-body-bottom .moreInfo ul li {
  margin: 0;
}
.event-box [class^=tag-],
.event-box [class*=" tag-"] {
  background-color: #fff;
  color: #495057;
  border-radius: 2px;
  padding: 2px 7px;
}
.event-box [class^=tag-]::before,
.event-box [class*=" tag-"]::before {
  font-size: 1.2rem;
  font-family: "icoagrosavia";
  margin-right: 5px;
}
.event-box .limitado {
  margin-right: 10px;
}
.event-box .limitado i {
  color: #FFCC00;
  font-size: 1.2rem;
  margin: 0;
}
.event-box .tag-event[data-tag-event*=Cap]::before {
  content: "\e90c";
}
.event-box .tag-event[data-tag-event*=Cap]::after {
  content: attr(data-tag-event);
}
.event-box .tag-event[data-tag-event*=Aca]::before {
  content: "\e900";
}
.event-box .tag-event[data-tag-event*=Aca]::after {
  content: attr(data-tag-event);
}
.event-box .tag-event[data-tag-event*=Prom]::before {
  content: "\e906";
}
.event-box .tag-event[data-tag-event*=Prom]::after {
  content: attr(data-tag-event);
}
.event-box .plus-icon {
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-shadow: 0px 10px 30px -14px #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 350ms ease;
  transition-timing-function: cubic-bezier(0.05, 1.8, 1, 1.57);
}
.event-box .plus-icon i {
  font-size: 22px;
  font-weight: 700;
  background: #fff;
  color: #495057;
  width: 45px;
  height: 45px;
  border: 6px solid #292961;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.event-box:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 0px 40px -9px #485fed;
  filter: grayscale(40%);
  /*.card-event-body-bottom {
    .moreInfo {
      .box-left {
        .one {
          opacity: 0;
          transform: translateY(-8px);
        }

        .two {
          opacity: 1;
          transform: translateY(0px);
        }
      }
    }
  }*/
}
.event-box:hover .plus-icon {
  transform: translateY(-40%);
}
.event-box:hover p.card-event-body-heading {
  visibility: visible;
  padding-top: 200px;
  color: #fff;
}
.event-box:hover .col-md-12.col-xl-12 {
  visibility: visible;
  padding: 0;
  display: block;
  position: absolute;
}
.event-box:hover .col-md-12.col-xl-12.centered {
  visibility: hidden;
  padding: 0px;
}
.event-box:hover .box-left,
.event-box:hover .box-right {
  margin-top: 400px;
  margin-bottom: -400px;
  margin-right: 30px;
}
.event-box:hover::before {
  background: linear-gradient(to left, #485fed, rgba(255, 59, 48, 0.25)), #485fed;
  background-repeat: no-repeat;
  bottom: -13px;
  border-radius: 50%;
  box-shadow: 0px 0px 40px 0 #485fed;
}
.event-box:active .plus-icon {
  top: 52%;
  transform: translatey(-52%);
  right: -5px;
  box-shadow: 0px 8px 30px -14px #000;
}
@media (max-width: 767.98px) {
  .event-box {
    background: linear-gradient(to top, #007bff, #6f42c1), #dc3545;
    background-repeat: no-repeat;
    padding: 0 0 25px;
  }
  .event-box .card-event-body {
    margin-top: 1rem;
  }
  .event-box .card-event-body .card-event-body-bottom .box-left {
    text-align: center;
  }
  .event-box [class^=tag-]::before,
  .event-box [class*=" tag-"]::before {
    margin: 0;
  }
  .event-box [class^=tag-]::after,
  .event-box [class*=" tag-"]::after {
    content: "" !important;
  }
  .event-box .plus-icon {
    display: none;
    right: 15px;
  }
}

.icon-up-arrow.rotate-left::before {
  display: inline-flex;
  transform: rotate(90deg);
}
.icon-up-arrow.rotate-right::before {
  display: inline-flex;
  transform: rotate(270deg);
}
.icon-up-arrow.rotate-bottom::before {
  display: inline-flex;
  transform: rotate(180deg);
}

/* -------------------------------------------------------------------
 * CIENCIA PARA TODOS 2
 * ------------------------------------------------------------------- */
.title-1 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #005BAA;
  text-align: center;
}

a.btn-ciencia {
  text-decoration: none;
  margin: 5px 0;
}

.page-content {
  padding: 1rem;
}
.page-content .card-ciencia {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
  color: white;
  border-radius: 20px;
  margin: 5px;
  background-color: #4FC5B6;
}
.page-content .card-ciencia .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
.page-content .card-ciencia .content > * + * {
  margin-top: 1rem;
}
.page-content .card-ciencia .content .title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}
.page-content .card-ciencia .content .copy {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
  color: transparent;
}
.page-content .card-ciencia:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: 0 0;
  transition: transform 1050ms cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
.page-content .card-ciencia:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(79, 197, 182, 0) 0%, rgba(79, 197, 182, 0.009) 11.7%, rgba(79, 197, 182, 0.034) 22.1%, rgba(79, 197, 182, 0.072) 31.2%, rgba(79, 197, 182, 0.123) 39.4%, rgba(79, 197, 182, 0.182) 46.6%, rgba(79, 197, 182, 0.249) 53.1%, rgba(79, 197, 182, 0.32) 58.9%, rgba(79, 197, 182, 0.394) 64.3%, rgba(79, 197, 182, 0.468) 69.3%, rgba(79, 197, 182, 0.54) 74.1%, rgba(79, 197, 182, 0.607) 78.8%, rgba(79, 197, 182, 0.668) 83.6%, rgba(79, 197, 182, 0.721) 88.7%, rgba(79, 197, 182, 0.762) 94.1%, rgba(79, 197, 182, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 600px) {
  .card-ciencia {
    height: 180px;
  }
}
@media (hover: hover) and (min-width: 600px) {
  .card-ciencia:after {
    transform: translateY(0);
  }
  .card-ciencia .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .card-ciencia:hover {
    align-items: center;
    box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.75);
    transition: 0.5s;
  }
  .card-ciencia:hover:before {
    transform: translateY(-4%);
  }
  .card-ciencia:hover:after {
    transform: translateY(-50%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  }
  .card-ciencia:hover .content {
    transform: translateY(0);
  }
  .card-ciencia:hover .content > *:not(.title) {
    transform: translateY(0);
    transition-delay: 87.5ms;
  }
  .card-ciencia:focus-within {
    align-items: center;
    box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.75);
    transition-duration: 0s;
  }
  .card-ciencia:focus-within:before {
    transform: translateY(-4%);
  }
  .card-ciencia:focus-within:after {
    transform: translateY(-50%);
    transition-duration: 0s;
  }
  .card-ciencia:focus-within .content {
    transform: translateY(0);
    transition-duration: 0s;
  }
  .card-ciencia:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 87.5ms;
    transition-duration: 0s;
  }
}
/* -------------------------------------------------------------------
* CIENCIA PARA TODOS 2 - PARTE 2
* ------------------------------------------------------------------- */
.wrapper-1 {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 20px;
  color: #d8d8d8;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  background-size: cover;
}
.wrapper-1 .title {
  font-family: "Open Sans", sans-serif;
  color: #005BAA;
  font-weight: 700;
  font-size: 30px;
}
.wrapper-1 .roll-up {
  overflow: hidden;
  position: relative;
  font-weight: 600;
}
.wrapper-1 .roll-up span {
  display: inline-block;
  position: relative;
  font-size: 20px;
}
.wrapper-1 .roll-up span span {
  display: inline-block;
  transition: 0.6s cubic-bezier(0.7, 0.01, 0.37, 1);
  transition-delay: inherit;
}
.wrapper-1 .roll-up span:nth-child(1) {
  transition-delay: 0.03s;
  line-height: 1.3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wrapper-1 .card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 200px;
  padding: 20px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  background-size: cover;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
.wrapper-1 .card:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.wrapper-1 .card .play-button {
  display: inline-block;
  width: 70px;
  height: 70px;
  transition: 0.5s;
  margin-right: 120px;
  margin-bottom: 110px;
}
@media (max-width: 767.98px) {
  .wrapper-1 .card .play-button {
    margin-right: 150px;
  }
}
.wrapper-1 .card .play-button svg {
  overflow: visible;
}
.wrapper-1 .card .play-button .polygon {
  fill: #00AC4E;
  transition: transform 0.5s, fill 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0.01, 0.37, 1);
  transform-origin: 50% 50%;
}
.wrapper-1 .card:hover .play-button {
  transform: scale(1.1);
}
.wrapper-1 .card:hover .play-button .polygon {
  transform: translateZ(0px) rotate(90deg);
  fill: #00AC4E;
}
.wrapper-1 .card .card__content {
  z-index: 1;
}
.wrapper-1 .card .card__content .card__content--description {
  position: absolute;
  bottom: 5px;
  right: 0;
  text-align: left;
  margin: 5px;
  width: 95%;
}

.card-big {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 300px;
  padding: 20px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  background-size: cover;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
.card-big:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.card-big .play-button {
  display: inline-block;
  width: 70px;
  height: 70px;
  transition: 0.5s;
  margin-right: 250px;
  margin-bottom: 110px;
}
@media (max-width: 767.98px) {
  .card-big .play-button {
    margin-right: 150px;
  }
}
.card-big .play-button svg {
  overflow: visible;
}
.card-big .play-button .polygon {
  fill: #00AC4E;
  transition: transform 0.5s, fill 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0.01, 0.37, 1);
  transform-origin: 50% 50%;
}
.card-big:hover .play-button {
  transform: scale(1.1);
}
.card-big:hover .play-button .polygon {
  transform: translateZ(0px) rotate(90deg);
  fill: #00AC4E;
}

.card-big .card__content {
  z-index: 1;
}

.card-big .card__content .card__content--description {
  position: absolute;
  bottom: 5px;
  right: 0;
  text-align: left;
  margin: 5px;
  width: 95%;
}

.card-xl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 600px;
  padding: 20px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  background-size: cover;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
.card-xl:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.card-xl .play-button {
  display: inline-block;
  width: 70px;
  height: 70px;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .card-xl .play-button {
    margin-right: 150px;
  }
}
.card-xl .play-button svg {
  overflow: visible;
}
.card-xl .play-button .polygon {
  fill: #00AC4E;
  transition: transform 0.5s, fill 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0.01, 0.37, 1);
  transform-origin: 50% 50%;
}
.card-xl:hover .play-button {
  transform: scale(1.1);
}
.card-xl:hover .play-button .polygon {
  transform: translateZ(0px) rotate(90deg);
  fill: #00AC4E;
}

.card-xl .card__content {
  z-index: 1;
}

.card-xl .card__content .card__content--description {
  position: absolute;
  bottom: 5px;
  right: 0;
  text-align: left;
  margin: 5px;
  width: 95%;
}

.little-title {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.3;
  margin: 0;
  color: #fff;
}
@media (max-width: 767.98px) {
  .little-title {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 10vh 0;
  }
}

.preinscripcion-btn-container {
  margin-top: -4rem;
}
.preinscripcion-btn-container .pre-btn {
  border-radius: 16px;
  background-color: #1bbc9b;
  padding: 1.3em 2em;
  font-size: 1em;
  outline: none;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 200;
}
.preinscripcion-btn-container .pre-btn:hover {
  background-color: #1f9c83;
}
.preinscripcion-btn-container .pre-btn::before {
  content: "Preinscripción";
}
.preinscripcion-btn-container .pre-btn.disabled {
  background-color: red;
}
.preinscripcion-btn-container .pre-btn.disabled::before {
  content: "Evento Privado";
}

.big-top-space {
  margin-top: 2.5rem;
}

.big-padding {
  padding: 2rem 1.5rem;
}

.datos-ev .tag-event-fecha::before,
.datos-ev .tag-event-hora::before,
.datos-ev .tag-event-int::before {
  font-size: 2rem;
  font-family: "icoagrosavia";
}
.datos-ev .tag-event-fecha[data-date]::before {
  content: "\e90b";
}
.datos-ev .tag-event-fecha[data-date]::after {
  content: attr(data-date);
  display: block;
}
.datos-ev .tag-event-hora[data-time]::before {
  content: "\e910";
}
.datos-ev .tag-event-hora[data-time]::after {
  content: attr(data-time);
  display: block;
}
.datos-ev .tag-event-int[data-tag-event*=Cap]::before {
  content: "\e90c";
}
.datos-ev .tag-event-int[data-tag-event*=Cap]::after {
  content: attr(data-tag-event);
  display: block;
}
.datos-ev .tag-event-int[data-tag-event*=Aca]::before {
  content: "\e900";
}
.datos-ev .tag-event-int[data-tag-event*=Aca]::after {
  content: attr(data-tag-event);
  display: block;
}
.datos-ev .tag-event-int[data-tag-event*=Prom]::before {
  content: "\e906";
}
.datos-ev .tag-event-int[data-tag-event*=Prom]::after {
  content: attr(data-tag-event);
  display: block;
}

.list-table ul {
  padding: 10px 15px;
}
.list-table ul li {
  margin: 0 !important;
  padding: 1em 0;
}
.list-table ul li .row {
  align-items: center;
  justify-content: center;
}
.list-table ul li i {
  color: #00AC4E;
}
.list-table ul li p {
  margin: 0;
}
.list-table ul li ul.p-event {
  padding: 0;
}
.list-table ul li ul.p-event li {
  padding: 0;
  display: inline-block;
  margin: 3px !important;
}
.list-table ul li ul.p-event li img {
  height: 2rem;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.list-table ul li ul.p-event li p {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .list-table ul {
    padding: 0;
  }
  .list-table ul li .text-right {
    text-align: left !important;
  }
  .list-table ul li .text-right[class^=col-], .list-table ul li .text-right[class*=" col-"] {
    padding: 0;
  }
}

.btn-cerrar {
  justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
}
.btn-cerrar .name-usuario {
  color: #fff;
}
@media (max-width: 767.98px) {
  .btn-cerrar .name-usuario {
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
  }
  .btn-cerrar .btn {
    width: 100%;
  }
}

.nav-interno-up {
  margin-top: -45px;
  position: relative;
}
.nav-interno-up .nav-tabs {
  border-bottom: none;
}
.nav-interno-up .nav-tabs .nav-link {
  border: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.nav-interno-up .nav-tabs .nav-link.active, .nav-interno-up .nav-tabs .nav-link.show {
  color: #495057;
}

.login-eventos {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.login-eventos i {
  color: #04827a;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  margin: 0;
}

/* logoin eventos para ver usuarios registrados */
.auth__form {
  min-width: 280px;
  max-width: 340px;
  margin: auto;
  margin-top: -90px;
  padding: 0 10px;
  position: relative;
  z-index: 9;
}
.auth__form_body {
  padding: 0.7rem 1.5rem 35px;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.auth__form_title {
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.auth__form_actions {
  text-align: center;
  padding: 0 2rem;
  margin-top: -25px;
}
.auth__form_actions .btn {
  border-radius: 30px;
  box-shadow: 0 2px 12px rgba(30, 198, 94, 0.5);
}

#asistecnico,
#estudiante,
#goGre,
#investigador,
#otrasOcupaciones {
  background: #f4f7f6;
  display: none;
  padding: 1rem 0.8rem 0;
  border-radius: 10px;
  margin-bottom: 1rem;
}

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

/* -------------------------------------------------------------------
 * Explicacion sub menu
 * ------------------------------------------------------------------- */
.explain-me-how {
  position: absolute;
  bottom: -10px;
  right: 0;
  height: auto;
  width: 200px;
  animation: show-hand 6s both;
}
.explain-me-how .text {
  text-align: center;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.explain-me-how .track {
  position: relative;
  height: auto;
  width: 100%;
}
.explain-me-how .hand {
  z-index: auto;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  position: relative;
  padding: 10px;
  animation: move-the-hand 3s both 2;
}
.explain-me-how .hand i {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 2rem;
}
.explain-me-how .hand__finger-touch {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1EC65E;
  left: 10px;
  top: 2px;
  opacity: 0;
  animation: show-the-touch 3s both infinite;
}

/* -------------------------------------------------------------------
 * Sociedad
 * ------------------------------------------------------------------- */
/*Balance social*/
.box-balance .card .card-body img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 300px;
  width: 100%;
}
.box-balance .card .card-body .video-balance {
  overflow: hidden;
}
.box-balance .card .card-body .video-balance a {
  display: block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.box-balance .card .card-body .video-balance a .hover-item {
  visibility: visible;
  opacity: 1;
}
.box-balance .card .card-body .video-balance a .hover-item i {
  color: #ed302f;
}
.box-balance .card .card-body .video-balance a:hover .bg-cover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.box-balance .card .card-body .video-balance a:hover .texture-overlay {
  background-color: rgba(0, 91, 170, 0.7);
  height: 100%;
  width: 100%;
}
.box-balance .card .card-body .video-balance a:hover .hover-item {
  visibility: visible;
  opacity: 1;
}
.box-balance .card .card-body .video-balance a:hover .hover-item i {
  color: #fff;
}
.box-balance .card .card-body i {
  margin: 0;
}
.box-balance .card .card-body ul li {
  margin: 0 0.5rem !important;
}
.box-balance .card .card-body ul li a {
  margin: 0.5rem;
  color: #212529;
  transition: all 0.3s ease-in-out;
}
.box-balance .card .card-body ul li a:hover .iconlink i, .box-balance .card .card-body ul li a:active .iconlink i {
  background-color: #1EC65E;
}
.box-balance .card .card-body ul li:nth-child(even) .mIcon {
  background-color: #00b0eb;
}
.box-balance .cardBg {
  background-color: #f5f5f5;
}
.box-balance .cardDarkBg {
  background-color: gainsboro;
}
.box-balance .contactButton {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 100%;
  z-index: 2;
  height: 38px;
  transition: all 0.35s ease;
  overflow: hidden;
}
.box-balance .contactButton .infoIcon {
  display: none;
}
.box-balance .contactButton[aria-expanded=true] {
  border-radius: 50%;
  left: 90%;
  transform: translate(-90%, -50%);
  width: 52px;
  height: 52px;
}
.box-balance .contactButton[aria-expanded=true] .infoText {
  display: none;
}
.box-balance .contactButton[aria-expanded=true] .infoIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  order: 1;
  height: 30px;
  width: 30px;
}
.box-balance .mIcon {
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #ffffff;
  background-color: #0068b1;
}
@media (max-width: 1199.98px) {
  .box-balance .card .card-body img {
    height: auto;
  }
}

[id^=videoModal-] .modal-dialog,
[id*=videoModal-] .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
[id^=videoModal-] .modal-dialog .embed-responsive,
[id*=videoModal-] .modal-dialog .embed-responsive {
  margin-bottom: 0;
}
[id^=videoModal-] .modal-body,
[id*=videoModal-] .modal-body {
  position: relative;
  padding: 0px;
}
[id^=videoModal-] .close,
[id*=videoModal-] .close {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

/* -------------------------------------------------------------------
 * Transparencia
 * ------------------------------------------------------------------- */
#cards-transparencia [class^=col-],
#cards-transparencia [class*=" col-"] {
  padding: 15px;
}
#cards-transparencia a:hover {
  text-decoration: none;
}
#cards-transparencia .card {
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
  padding: 40px 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
#cards-transparencia .card:hover {
  transform: scale(1.1);
}
#cards-transparencia .card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  transform: skewY(-5deg) scale(1.5);
}
#cards-transparencia .title {
  margin-bottom: 1rem;
}
#cards-transparencia .title .fa {
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
#cards-transparencia .title .fa img {
  width: 60%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#cards-transparencia .title [class^=icon-],
#cards-transparencia .title [class*=icon-] {
  font-size: 60px;
  line-height: 100px;
  margin: 0;
}
#cards-transparencia .title h2 {
  position: relative;
  margin: 0 0 0.8rem;
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
#cards-transparencia .option {
  position: relative;
}
#cards-transparencia .option p {
  color: #fff;
  margin: 0;
}
#cards-transparencia .option ul {
  margin: 0;
  padding: 0;
}
#cards-transparencia .option ul li {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
}
#cards-transparencia .option ul li::before {
  font-family: "icoagrosavia";
  content: "\e90e";
  margin-right: 5px;
}
#cards-transparencia .card .btn-card {
  display: block;
  position: relative;
  background-color: #fff;
  color: #212529;
  width: 150px;
  height: 40px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 40px;
  border-radius: 40px 0.3125rem;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

#directorio .box {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  margin: 30px 5%;
  padding: 5%;
}
#directorio .box {
  margin: 40px auto;
  padding: 40px;
}
#directorio ul {
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px dashed #ddd;
}
#directorio ul li {
  list-style: none;
  color: #888;
  font-size: 17px;
  font-style: italic;
  font-weight: normal;
}
#directorio ul li b,
#directorio ul li strong {
  color: #212529;
  margin-bottom: 10px;
  display: inline-block;
}
#directorio ul li a {
  border-bottom: 1px solid transparent;
  color: #888;
  text-decoration: none;
  transition: all 0.2s ease;
}
#directorio ul li a:hover {
  border-color: #eee;
  color: #000;
}
#directorio ul li a strong::after {
  content: "\e942";
  font-size: 1.1rem;
  color: #4FC5B6;
  font-family: "icoagrosavia";
  position: absolute;
  font-style: normal;
  margin-left: 1.25rem;
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
#directorio ul li a.open strong::after {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
#directorio ul li::before {
  margin-right: 10px;
  content: "";
  height: 20px;
  vertical-align: middle;
  width: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  /* file icon by default */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightgrey' d='M85.714,42.857V87.5c0,1.487-0.521,2.752-1.562,3.794c-1.042,1.041-2.308,1.562-3.795,1.562H19.643 c-1.488,0-2.753-0.521-3.794-1.562c-1.042-1.042-1.562-2.307-1.562-3.794v-75c0-1.487,0.521-2.752,1.562-3.794 c1.041-1.041,2.306-1.562,3.794-1.562H50V37.5c0,1.488,0.521,2.753,1.562,3.795s2.307,1.562,3.795,1.562H85.714z M85.546,35.714 H57.143V7.311c3.05,0.558,5.505,1.767,7.366,3.627l17.41,17.411C83.78,30.209,84.989,32.665,85.546,35.714z' /></svg>");
  background-position: center 2px;
  background-size: 60% auto;
}
#directorio ul:first-child {
  border: none;
  margin: 0;
  padding: 0;
}

/* -------------------------------------------------------------------
 * Buscador AGROSAVIA
 * ------------------------------------------------------------------- */
@keyframes specialFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
  }
}
.specialFadeIn {
  animation-name: specialFadeIn;
}

@keyframes specialFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
.specialFadeOut {
  animation-name: specialFadeOut;
}

@keyframes specialSlideInRight {
  from {
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.specialSlideInRight {
  animation-name: specialSlideInRight;
}

@keyframes specialFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.spceialFadeInRight {
  animation-name: specialFadeInRight;
}

.menu-search-container {
  display: none;
  background: #f4f7f6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.menu-search-container .menu-search-input {
  margin: 13px 1rem;
}
.menu-search-container .menu-search-input input {
  background-color: transparent;
  border: none;
  width: 80%;
  font-size: 16px;
  outline: none;
}
.menu-search-container .menu-search-input input::-moz-placeholder {
  opacity: 0.8;
}
.menu-search-container .menu-search-input input::placeholder {
  opacity: 0.8;
}
.menu-search-container.active {
  display: block;
  animation-name: specialFadeOut;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.visible {
  visibility: visible;
}

.hidden {
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bt-buscador.is-closed {
  animation-name: specialFadeIn;
  animation-delay: 30ms;
  animation-duration: 400ms;
  animation-fill-mode: both;
}
.bt-buscador.hidden {
  animation-name: specialFadeOut;
  animation-delay: 245ms;
  animation-duration: 400ms;
  animation-fill-mode: both;
}

.menu-search-input {
  animation-name: specialFadeInRight;
  animation-duration: 400ms;
  animation-fill-mode: both;
  animation-delay: 350ms;
}

.search-sub-menu {
  background: #fff;
  width: 100%;
  color: #999;
  font-weight: 100;
  padding: 24px 0 15px;
  z-index: 1;
}
.search-sub-menu h3 {
  font-size: 12px;
  font-weight: 100;
  margin-top: 0;
  padding: 0 15px;
  animation-name: specialFadeInRight;
  animation-duration: 700ms;
  animation-fill-mode: both;
}
.search-sub-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.search-sub-menu ul li {
  display: block;
  animation-name: specialFadeInRight;
  animation-duration: 500ms;
  animation-fill-mode: both;
}
.search-sub-menu ul li:nth-child(1) {
  animation-delay: 0.15s;
}
.search-sub-menu ul li:nth-child(2) {
  animation-delay: 0.3s;
}
.search-sub-menu ul li:nth-child(3) {
  animation-delay: 0.45s;
}
.search-sub-menu ul li:nth-child(4) {
  animation-delay: 0.6s;
}
.search-sub-menu ul li:nth-child(5) {
  animation-delay: 0.75s;
}
.search-sub-menu ul li:nth-child(6) {
  animation-delay: 0.9s;
}
.search-sub-menu ul li:nth-child(7) {
  animation-delay: 1.05s;
}
.search-sub-menu ul li:nth-child(8) {
  animation-delay: 1.2s;
}
.search-sub-menu ul li:nth-child(9) {
  animation-delay: 1.35s;
}
.search-sub-menu ul li:nth-child(10) {
  animation-delay: 1.5s;
}
.search-sub-menu ul li:nth-child(11) {
  animation-delay: 1.65s;
}
.search-sub-menu ul li:nth-child(12) {
  animation-delay: 1.8s;
}
.search-sub-menu ul li:nth-child(13) {
  animation-delay: 1.95s;
}
.search-sub-menu ul li:nth-child(14) {
  animation-delay: 2.1s;
}
.search-sub-menu ul li:nth-child(15) {
  animation-delay: 2.25s;
}
.search-sub-menu ul li:nth-child(16) {
  animation-delay: 2.4s;
}
.search-sub-menu ul li:nth-child(17) {
  animation-delay: 2.55s;
}
.search-sub-menu ul li:nth-child(18) {
  animation-delay: 2.7s;
}
.search-sub-menu ul li:nth-child(19) {
  animation-delay: 2.85s;
}
.search-sub-menu ul li:nth-child(20) {
  animation-delay: 3s;
}
.search-sub-menu ul li:nth-child(21) {
  animation-delay: 3.15s;
}
.search-sub-menu ul li:nth-child(22) {
  animation-delay: 3.3s;
}
.search-sub-menu ul li:nth-child(23) {
  animation-delay: 3.45s;
}
.search-sub-menu ul li:nth-child(24) {
  animation-delay: 3.6s;
}
.search-sub-menu ul li:nth-child(25) {
  animation-delay: 3.75s;
}
.search-sub-menu ul li:nth-child(26) {
  animation-delay: 3.9s;
}
.search-sub-menu ul li:nth-child(27) {
  animation-delay: 4.05s;
}
.search-sub-menu ul li:nth-child(28) {
  animation-delay: 4.2s;
}
.search-sub-menu ul li:nth-child(29) {
  animation-delay: 4.35s;
}
.search-sub-menu ul li:nth-child(30) {
  animation-delay: 4.5s;
}
.search-sub-menu ul li:nth-child(31) {
  animation-delay: 4.65s;
}
.search-sub-menu ul li:nth-child(32) {
  animation-delay: 4.8s;
}
.search-sub-menu ul li:nth-child(33) {
  animation-delay: 4.95s;
}
.search-sub-menu ul li:nth-child(34) {
  animation-delay: 5.1s;
}
.search-sub-menu ul li:nth-child(35) {
  animation-delay: 5.25s;
}
.search-sub-menu ul li:nth-child(36) {
  animation-delay: 5.4s;
}
.search-sub-menu ul li:nth-child(37) {
  animation-delay: 5.55s;
}
.search-sub-menu ul li:nth-child(38) {
  animation-delay: 5.7s;
}
.search-sub-menu ul li:nth-child(39) {
  animation-delay: 5.85s;
}
.search-sub-menu ul li:nth-child(40) {
  animation-delay: 6s;
}
.search-sub-menu ul li:nth-child(41) {
  animation-delay: 6.15s;
}
.search-sub-menu ul li:nth-child(42) {
  animation-delay: 6.3s;
}
.search-sub-menu ul li:nth-child(43) {
  animation-delay: 6.45s;
}
.search-sub-menu ul li:nth-child(44) {
  animation-delay: 6.6s;
}
.search-sub-menu ul li:nth-child(45) {
  animation-delay: 6.75s;
}
.search-sub-menu ul li:nth-child(46) {
  animation-delay: 6.9s;
}
.search-sub-menu ul li:nth-child(47) {
  animation-delay: 7.05s;
}
.search-sub-menu ul li:nth-child(48) {
  animation-delay: 7.2s;
}
.search-sub-menu ul li:nth-child(49) {
  animation-delay: 7.35s;
}
.search-sub-menu ul li:nth-child(50) {
  animation-delay: 7.5s;
}
.search-sub-menu ul li:nth-child(51) {
  animation-delay: 7.65s;
}
.search-sub-menu ul li:nth-child(52) {
  animation-delay: 7.8s;
}
.search-sub-menu ul li:nth-child(53) {
  animation-delay: 7.95s;
}
.search-sub-menu ul li:nth-child(54) {
  animation-delay: 8.1s;
}
.search-sub-menu ul li:nth-child(55) {
  animation-delay: 8.25s;
}
.search-sub-menu ul li:nth-child(56) {
  animation-delay: 8.4s;
}
.search-sub-menu ul li:nth-child(57) {
  animation-delay: 8.55s;
}
.search-sub-menu ul li:nth-child(58) {
  animation-delay: 8.7s;
}
.search-sub-menu ul li:nth-child(59) {
  animation-delay: 8.85s;
}
.search-sub-menu ul li:nth-child(60) {
  animation-delay: 9s;
}
.search-sub-menu ul li:nth-child(61) {
  animation-delay: 9.15s;
}
.search-sub-menu ul li:nth-child(62) {
  animation-delay: 9.3s;
}
.search-sub-menu ul li:nth-child(63) {
  animation-delay: 9.45s;
}
.search-sub-menu ul li:nth-child(64) {
  animation-delay: 9.6s;
}
.search-sub-menu ul li:nth-child(65) {
  animation-delay: 9.75s;
}
.search-sub-menu ul li:nth-child(66) {
  animation-delay: 9.9s;
}
.search-sub-menu ul li:nth-child(67) {
  animation-delay: 10.05s;
}
.search-sub-menu ul li:nth-child(68) {
  animation-delay: 10.2s;
}
.search-sub-menu ul li:nth-child(69) {
  animation-delay: 10.35s;
}
.search-sub-menu ul li:nth-child(70) {
  animation-delay: 10.5s;
}
.search-sub-menu ul li:nth-child(71) {
  animation-delay: 10.65s;
}
.search-sub-menu ul li:nth-child(72) {
  animation-delay: 10.8s;
}
.search-sub-menu ul li:nth-child(73) {
  animation-delay: 10.95s;
}
.search-sub-menu ul li:nth-child(74) {
  animation-delay: 11.1s;
}
.search-sub-menu ul li:nth-child(75) {
  animation-delay: 11.25s;
}
.search-sub-menu ul li:nth-child(76) {
  animation-delay: 11.4s;
}
.search-sub-menu ul li:nth-child(77) {
  animation-delay: 11.55s;
}
.search-sub-menu ul li:nth-child(78) {
  animation-delay: 11.7s;
}
.search-sub-menu ul li:nth-child(79) {
  animation-delay: 11.85s;
}
.search-sub-menu ul li:nth-child(80) {
  animation-delay: 12s;
}
.search-sub-menu ul li:nth-child(81) {
  animation-delay: 12.15s;
}
.search-sub-menu ul li:nth-child(82) {
  animation-delay: 12.3s;
}
.search-sub-menu ul li:nth-child(83) {
  animation-delay: 12.45s;
}
.search-sub-menu ul li:nth-child(84) {
  animation-delay: 12.6s;
}
.search-sub-menu ul li:nth-child(85) {
  animation-delay: 12.75s;
}
.search-sub-menu ul li:nth-child(86) {
  animation-delay: 12.9s;
}
.search-sub-menu ul li:nth-child(87) {
  animation-delay: 13.05s;
}
.search-sub-menu ul li:nth-child(88) {
  animation-delay: 13.2s;
}
.search-sub-menu ul li:nth-child(89) {
  animation-delay: 13.35s;
}
.search-sub-menu ul li:nth-child(90) {
  animation-delay: 13.5s;
}
.search-sub-menu ul li:nth-child(91) {
  animation-delay: 13.65s;
}
.search-sub-menu ul li:nth-child(92) {
  animation-delay: 13.8s;
}
.search-sub-menu ul li:nth-child(93) {
  animation-delay: 13.95s;
}
.search-sub-menu ul li:nth-child(94) {
  animation-delay: 14.1s;
}
.search-sub-menu ul li:nth-child(95) {
  animation-delay: 14.25s;
}
.search-sub-menu ul li:nth-child(96) {
  animation-delay: 14.4s;
}
.search-sub-menu ul li:nth-child(97) {
  animation-delay: 14.55s;
}
.search-sub-menu ul li:nth-child(98) {
  animation-delay: 14.7s;
}
.search-sub-menu ul li:nth-child(99) {
  animation-delay: 14.85s;
}
.search-sub-menu ul li:nth-child(100) {
  animation-delay: 15s;
}
.search-sub-menu ul li a {
  font-size: 14px;
  color: #999;
  display: flex;
  padding: 10px 15px 10px 35px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.search-sub-menu ul li a:hover {
  background-color: #f2f2f2;
  color: #212529;
  text-decoration: none;
}
.search-sub-menu ul li a:first-child {
  float: none;
  padding-right: 0;
}

.menu-search-close {
  position: absolute;
  right: 0;
  top: -13px;
}

/* -------------------------------------------------------------------
 * Accesibilidad AGROSAVIA
 * ------------------------------------------------------------------- */
.controllSize ul li {
  margin-bottom: 1.25rem;
}
.controllSize ul li p {
  color: #fff;
  margin-bottom: 0.625rem;
}
.controllSize .boxCtrl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.controllSize .boxCtrl a {
  width: 52px;
  height: 52px;
  text-align: center;
  vertical-align: middle;
  background-color: #f4f4f4;
  border: 4px solid #fff;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  font-size: 16px;
}
.controllSize .boxCtrl a:hover {
  background-color: #c8c8c8;
  border-color: #333;
}
.controllSize .boxCtrl a#normal-text {
  background-color: #1EC65E;
  color: #fff;
}
.controllSize .boxCtrl a#contrast-b {
  background-color: #333;
  color: #fff;
  font-weight: bold;
}
.controllSize .boxCtrl a#contrast-w {
  background-color: #f4f4f4;
  color: #333;
  font-weight: bold;
}

.main-content {
  margin-top: 2.5rem;
}
.main-content h4 {
  color: #1EC65E;
  font-size: 1.8rem;
}
.main-content p {
  color: #ced4da;
}

html {
  scroll-behavior: smooth;
}

/* Contraste Blanco *********************************************/
html body.contrast-white {
  background-color: #fff !important;
  color: #333 !important;
  box-shadow: none;
}
html body.contrast-white .navbar,
html body.contrast-white .bg-primary,
html body.contrast-white .bg-secondary,
html body.contrast-white .bg-dark,
html body.contrast-white .card,
html body.contrast-white .go-top a,
html body.contrast-white .btn-nav-sup,
html body.contrast-white .nav-accesibilidad,
html body.contrast-white .post-full .post-full-content,
html body.contrast-white .shadow-left,
html body.contrast-white .post-module .post-content,
html body.contrast-white .post-module .post-content .category,
html body.contrast-white .modal-content,
html body.contrast-white ul.lista-lineamientos li:nth-child(odd),
html body.contrast-white ul.lista-lineamientos li ul li:first-child::after,
html body.contrast-white footer,
html body.contrast-white .objetivos ul li:nth-child(even),
html body.contrast-white .pmd-floating-action .btn,
html body.contrast-white .our-team .contact-icons a,
html body.contrast-white .group-grid .group-column,
html body.contrast-white .bg-white,
html body.contrast-white .details,
html body.contrast-white .info-ot .ot-details .about-text,
html body.contrast-white .free h2,
html body.contrast-white .bg-darkblue,
html body.contrast-white .preinscripcion-btn-container .pre-btn.disabled,
html body.contrast-white .btn-light,
html body.contrast-white #cnti-header.alt .logo {
  background-color: #fff !important;
}
html body.contrast-white .navbar,
html body.contrast-white .nav-link,
html body.contrast-white .border-bottom,
html body.contrast-white .table .thead-dark th,
html body.contrast-white .events .event-box.contratacion .card-event-body .tag-event[data-tag-event*=Abi] {
  border-color: #f2f2f2 !important;
  color: #333 !important;
}
html body.contrast-white .nav-link.active,
html body.contrast-white .nav-link:hover,
html body.contrast-white .btn-nav-sup:hover:after,
html body.contrast-white .bg-header,
html body.contrast-white .box-menu .box.block,
html body.contrast-white .mec-timeline li .cd-timeline-content,
html body.contrast-white .list-group-item,
html body.contrast-white .post-module .post-content .description,
html body.contrast-white .card-director,
html body.contrast-white .objetivos ul li:nth-child(odd),
html body.contrast-white #directiva .position,
html body.contrast-white #directiva .teamsocial,
html body.contrast-white .group-grid .group-column .social-item a,
html body.contrast-white .box-balance .cardBg,
html body.contrast-white .box-balance .cardDarkBg,
html body.contrast-white .publicaciones .cientificas,
html body.contrast-white .recursos-bac .clasificacion .abc-content .text,
html body.contrast-white .recursos-bac .clasificacion .abc-content .list li a:hover,
html body.contrast-white .bg-gray-event,
html body.contrast-white .preinscripcion-btn-container .pre-btn,
html body.contrast-white .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
html body.contrast-white .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
html body.contrast-white #notificaiones .card .card-header,
html body.contrast-white .list-tags.text-light li a,
html body.contrast-white .table .thead-dark th,
html body.contrast-white .parallax section,
html body.contrast-white .card-collection .cards-dec-rect:before,
html body.contrast-white .events .event-box.contratacion .card-event-body .tag-event[data-tag-event*=Abi],
html body.contrast-white .lab-grid a .lab-card .description h1::after,
html body.contrast-white .card-cnti.card .card_body .card_category,
html body.contrast-white #notificaiones .card.evento .card-footer {
  background-color: #f2f2f2 !important;
}
html body.contrast-white a,
html body.contrast-white p,
html body.contrast-white i,
html body.contrast-white h1,
html body.contrast-white h2,
html body.contrast-white h3,
html body.contrast-white h4,
html body.contrast-white h5,
html body.contrast-white h6,
html body.contrast-white .icon-agrosavia-1,
html body.contrast-white .icon-agrosavia-2,
html body.contrast-white .bt-buscador,
html body.contrast-white .btn-floating,
html body.contrast-white .nav-one .btn-nav-sup:hover,
html body.contrast-white .nav-two .btn-nav-sup:hover,
html body.contrast-white .nav-filter .btn-nav-sup:hover,
html body.contrast-white .go-top a,
html body.contrast-white #d-eventos [data-date]::after,
html body.contrast-white .box-tagDate [data-time]::after,
html body.contrast-white .f-noticia [data-date]::after,
html body.contrast-white .bt-buscador:hover i,
html body.contrast-white .title-nav,
html body.contrast-white .nav-link.active [class^=icon-],
html body.contrast-white .nav-link:hover [class^=icon-],
html body.contrast-white .breadcrumb a,
html body.contrast-white .breadcrumb-item.active,
html body.contrast-white .post-full-meta-date,
html body.contrast-white .widget h5,
html body.contrast-white blockquote,
html body.contrast-white .post-module .post-content .title,
html body.contrast-white .text-secondary,
html body.contrast-white .post-module .post-content .description,
html body.contrast-white #team-int figure,
html body.contrast-white #team-int .lider::after,
html body.contrast-white .close,
html body.contrast-white .objetivos ul li:first-child,
html body.contrast-white .group-grid .group-column .user-name,
html body.contrast-white .group-grid .group-column .user-title,
html body.contrast-white .group-grid .group-column .user-work,
html body.contrast-white #accordion .title,
html body.contrast-white .recursos-bac .recurElectro .cont-notBac h5,
html body.contrast-white #accordion .card button::after,
html body.contrast-white .invalid-feedback,
html body.contrast-white .main-content h1,
html body.contrast-white .hero-cell-text,
html body.contrast-white footer.page-footer,
html body.contrast-white footer.page-footer .footer-copyright,
html body.contrast-white .carousel-container .parent-el .two-col .has-content .box-info .box-tagDate .date-box,
html body.contrast-white .work-content-main .alert,
html body.contrast-white .event-box .event-date-holder .dateNumber,
html body.contrast-white .text-light,
html body.contrast-white .lab-grid a .lab-card .description .read-more,
html body.contrast-white .especie .classifications,
html body.contrast-white .card-cnti.card .card_body .card_category,
html body.contrast-white .card-cnti.card .card_body .card_subtitle,
html body.contrast-white .name-usuario {
  color: #333 !important;
}
html body.contrast-white .preinscripcion-btn-container .pre-btn {
  color: #000 !important;
  font-weight: bold;
}
html body.contrast-white blockquote {
  background-image: none;
}
html body.contrast-white .box-container .box-3d .box {
  background-image: linear-gradient(125deg, #333, #333);
  background-repeat: repeat-x;
  box-shadow: none;
}
html body.contrast-white .box-container .box-3d .box i {
  color: #fff !important;
}
html body.contrast-white .nav-filter {
  background-color: #fff !important;
  color: #333 !important;
  border-color: #f2f2f2;
}
html body.contrast-white .nav-filter .group {
  border-color: #f2f2f2;
}
html body.contrast-white .nav-filter .group .btn {
  color: #333;
}
html body.contrast-white .nav-filter .group .btn:hover, html body.contrast-white .nav-filter .group .btn.active {
  background-color: #f2f2f2;
}
html body.contrast-white .dropdown-menu {
  background-color: #fff !important;
}
html body.contrast-white .dropdown-menu a {
  color: #333 !important;
}
html body.contrast-white .dropdown-menu a:hover, html body.contrast-white .dropdown-menu a:focus {
  background-color: #f2f2f2;
}
html body.contrast-white #c-trabaje [data-count]::after,
html body.contrast-white #c-contratacion [data-count]::after,
html body.contrast-white .card-01 .badge-box i,
html body.contrast-white .dias-ev[data-date]::after,
html body.contrast-white .bt-close::before,
html body.contrast-white .bt-close::after,
html body.contrast-white .ico-menu .bar,
html body.contrast-white .nav-link::before,
html body.contrast-white .box-balance .mIcon,
html body.contrast-white .btn-secondary,
html body.contrast-white .btn-warning .btn-ev,
html body.contrast-white .btn-light,
html body.contrast-white .btn-ot,
html body.contrast-white .btn-pos,
html body.contrast-white .btn-ci,
html body.contrast-white .btn-io,
html body.contrast-white .btn-ri,
html body.contrast-white .btn-in,
html body.contrast-white .btn-na,
html body.contrast-white .btn-su,
html body.contrast-white .content-slide .flickity-page-dots .dot,
html body.contrast-white .content-banner .flickity-page-dots .dot,
html body.contrast-white .parallax-content h1::after,
html body.contrast-white .button-slider {
  background-color: #333 !important;
  color: #fff !important;
}
html body.contrast-white .form-control,
html body.contrast-white .custom-select,
html body.contrast-white .input-group-text,
html body.contrast-white .custom-file-label,
html body.contrast-white .events .event-box.contratacion .card-event-body .tag-event[data-tag-event*=Cerr] {
  background-color: #fff !important;
  color: #333 !important;
}
html body.contrast-white .light-blue .hero-cell-angle-path,
html body.contrast-white .light-teal .hero-cell-angle-path,
html body.contrast-white .light-purple .hero-cell-angle-path,
html body.contrast-white .svg-container .btn-nosotros:hover .nosotros-fill:not(#suelo):not(#hj2):not(#hj3):not(#hj4),
html body.contrast-white .svg-container .btn-nosotros:hover .nosotros-fill:not(#suelo):not(#hj1):not(#hj3):not(#hj4),
html body.contrast-white .svg-container .btn-nosotros:hover .nosotros-fill:not(#suelo):not(#hj1):not(#hj2):not(#hj4),
html body.contrast-white .svg-container .btn-nosotros:hover .nosotros-fill:not(#suelo):not(#hj1):not(#hj2):not(#hj3),
html body.contrast-white .svg-container .btn-nosotros:hover .nosotros-fill:not(#hj1):not(#hj2):not(#hj3):not(#hj4) {
  fill: #fff;
}
html body.contrast-white .content-slide .flickity-button-icon,
html body.contrast-white .content-banner .flickity-button-icon,
html body.contrast-white .svg-bg-transparenciaInfo .bg-transparenciaInfo .st14,
html body.contrast-white .logo-corporativo .l-agro,
html body.contrast-white .logo-corporativo .l-savia,
html body.contrast-white .mini_logo #logo-st1,
html body.contrast-white .mini_logo #logo-st2 {
  fill: #333;
}
html body.contrast-white .svg-bg-transparenciaInfo .bg-transparenciaInfo .st31,
html body.contrast-white .svg-bg-transparenciaInfo .bg-transparenciaInfo .st29 {
  stroke: #333;
}
html body.contrast-white .svg-bg-transparenciaInfo .bg-transparenciaInfo .st11 {
  fill: #f2f2f2;
}
html body.contrast-white .card-01 .card-body {
  background: #fff;
}
html body.contrast-white .card-01 .card-footer {
  border-top: 1px solid #f2f2f2;
  background: #fff;
}
html body.contrast-white .card-01.height-fix .not-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.85) 20%, white 100%);
}
html body.contrast-white .card .card-img-top:hover .ot .texture-overlay,
html body.contrast-white .card .card-img-top:hover .ev .texture-overlay,
html body.contrast-white .card .card-img-top:hover .ci .texture-overlay,
html body.contrast-white .card .card-img-top:hover .pos .texture-overlay,
html body.contrast-white .card .card-img-top:hover .ri .texture-overlay,
html body.contrast-white .card .card-img-top:hover .io .texture-overlay,
html body.contrast-white .card .card-img-top:hover .in .texture-overlay,
html body.contrast-white .card .card-img-top:hover .na .texture-overlay,
html body.contrast-white .card .card-img-top:hover .su .texture-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}
html body.contrast-white .box-menu .box .profile-picture.big-profile-picture {
  border-color: #333;
}
html body.contrast-white .box-menu .box:hover .profile-picture {
  animation: shady-black 4s linear infinite !important;
}
html body.contrast-white .mec .us-valores li h5::before {
  background: rgba(255, 255, 255, 0.2);
}
html body.contrast-white header.banner-info .texture-overlay,
html body.contrast-white .carousel-container .carousel-status {
  background-color: rgba(255, 255, 255, 0.5);
}
html body.contrast-white #team-int .lider img {
  box-shadow: 0 0 0 5px #333;
}
html body.contrast-white .event-box:hover,
html body.contrast-white .events .event-box.contratacion:hover::before {
  box-shadow: 0px 0px 40px -9px #333;
}
html body.contrast-white .objetivos ul li:nth-child(even) .item-obj:after {
  border-top: 50px solid #fff;
}
html body.contrast-white .objetivos ul li:nth-child(odd) .item-obj:after {
  border-top: 50px solid #f2f2f2;
}
html body.contrast-white .go-top a {
  border: 1px solid transparent;
}
html body.contrast-white .btn-modCyan,
html body.contrast-white .go-top a,
html body.contrast-white .btn-warning,
html body.contrast-white .recursos-bac .clasificacion .abc-content .list li,
html body.contrast-white .event-box .plus-icon i,
html body.contrast-white .events .event-box.contratacion .plus-icon i,
html body.contrast-white .btn-ot:hover {
  border-color: #f2f2f2;
}
html body.contrast-white .card-collection .cards-dec-tri:before {
  border-right-color: #f2f2f2;
}
html body.contrast-white .card-collection .cards-dec p {
  text-shadow: 1px 1px #fff;
}
html body.contrast-white .group-grid .group-column {
  box-shadow: 0 0 0 1px #f2f2f2;
}
html body.contrast-white .box-balance .card .infoIcon i,
html body.contrast-white #send-message h2,
html body.contrast-white .card__bio {
  color: #fff !important;
}
html body.contrast-white .search-agroExplora button,
html body.contrast-white .event-box {
  background: #fff !important;
}
html body.contrast-white .event-box:hover::before {
  background: #fff !important;
  box-shadow: none;
}
html body.contrast-white .parallax section .image {
  background-image: none !important;
}
html body.contrast-white .content-inner .carousel,
html body.contrast-white .post-content .carousel,
html body.contrast-white .especie .classifications {
  background: transparent;
}
html body.contrast-white .preloading-logo::after {
  animation: loader-white 2s linear infinite;
}
html body.contrast-white .controllSize .boxCtrl a {
  color: rgba(0, 0, 0, 0.9) !important;
}
html body.contrast-white .controllSize .boxCtrl a:hover {
  border-color: #333 !important;
}
html body.contrast-white .controllSize .boxCtrl a#contrast-b {
  background-color: #333;
  color: #fff !important;
}

/* Constraste Negro *********************************************/
html body.contrast-black {
  background-color: #333 !important;
  color: #fff !important;
  box-shadow: none;
  transition: all 1s ease-in-out;
}
html body.contrast-black .navbar,
html body.contrast-black .bg-primary,
html body.contrast-black .bg-secondary,
html body.contrast-black .bg-dark,
html body.contrast-black .card,
html body.contrast-black .go-top a,
html body.contrast-black .btn-nav-sup,
html body.contrast-black .nav-accesibilidad,
html body.contrast-black .post-full .post-full-content,
html body.contrast-black .shadow-left,
html body.contrast-black .post-module .post-content,
html body.contrast-black .post-module .post-content .category,
html body.contrast-black .modal-content,
html body.contrast-black ul.lista-lineamientos li:nth-child(odd),
html body.contrast-black ul.lista-lineamientos li ul li:first-child::after,
html body.contrast-black footer,
html body.contrast-black .objetivos ul li:nth-child(even),
html body.contrast-black .pmd-floating-action .btn,
html body.contrast-black .our-team .contact-icons a,
html body.contrast-black .group-grid .group-column,
html body.contrast-black .bg-white,
html body.contrast-black .details,
html body.contrast-black .info-ot .ot-details .about-text,
html body.contrast-black .free h2,
html body.contrast-black .bg-darkblue,
html body.contrast-black .preinscripcion-btn-container .pre-btn.disabled,
html body.contrast-black .btn-light,
html body.contrast-black .search-sub-menu,
html body.contrast-black .menu-search-container,
html body.contrast-black .card-collection .cards-dec-rect:before,
html body.contrast-black .event-box .plus-icon i,
html body.contrast-black .events .event-box.contratacion .card-event-body .tag-event[data-tag-event*=Cerr],
html body.contrast-black .lab-grid a .lab-card .description h1::after,
html body.contrast-black #cnti-header.alt .logo,
html body.contrast-black #preloder,
html body.contrast-black .leaflet-control-zoom-in,
html body.contrast-black .leaflet-control-zoom-out {
  background-color: #333 !important;
  transition: all 1s ease-in-out;
}
html body.contrast-black .navbar,
html body.contrast-black .nav-link,
html body.contrast-black .border-bottom,
html body.contrast-black .events .event-box.contratacion .plus-icon i {
  border-color: #484747 !important;
  color: #fff !important;
  transition: all 1s ease-in-out;
}
html body.contrast-black .nav-link.active,
html body.contrast-black .nav-link:hover,
html body.contrast-black .btn-nav-sup:hover:after,
html body.contrast-black .bg-header,
html body.contrast-black .box-menu .box.block,
html body.contrast-black .mec-timeline li .cd-timeline-content,
html body.contrast-black .list-group-item,
html body.contrast-black .post-module .post-content .description,
html body.contrast-black .card-director,
html body.contrast-black .objetivos ul li:nth-child(odd),
html body.contrast-black #directiva .position,
html body.contrast-black #directiva .teamsocial,
html body.contrast-black .group-grid .group-column .social-item a,
html body.contrast-black .box-balance .cardBg,
html body.contrast-black .box-balance .cardDarkBg,
html body.contrast-black .publicaciones .cientificas,
html body.contrast-black .recursos-bac .clasificacion .abc-content .text,
html body.contrast-black .recursos-bac .clasificacion .abc-content .list li a:hover,
html body.contrast-black .bg-gray-event,
html body.contrast-black .preinscripcion-btn-container .pre-btn,
html body.contrast-black .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
html body.contrast-black .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
html body.contrast-black #notificaiones .card .card-header,
html body.contrast-black .search-sub-menu ul li a:hover,
html body.contrast-black .events .event-box.contratacion .card-event-body .tag-event[data-tag-event*=Abi],
html body.contrast-black .lab-grid a .lab-card .description,
html body.contrast-black .lab-grid a .lab-card .description:before,
html body.contrast-black .cards-cnti .card__info,
html body.contrast-black .card-cnti.card .card_body .card_category,
html body.contrast-black #notificaiones .card.evento .card-footer {
  background-color: #484747 !important;
  transition: all 1s ease-in-out;
}
html body.contrast-black a,
html body.contrast-black p,
html body.contrast-black i,
html body.contrast-black h1,
html body.contrast-black h2,
html body.contrast-black h3,
html body.contrast-black h4,
html body.contrast-black h5,
html body.contrast-black h6,
html body.contrast-black .icon-agrosavia-1,
html body.contrast-black .icon-agrosavia-2,
html body.contrast-black .bt-buscador,
html body.contrast-black .btn-floating,
html body.contrast-black .go-top a,
html body.contrast-black #d-eventos [data-date]::after,
html body.contrast-black .box-tagDate [data-time]::after,
html body.contrast-black .f-noticia [data-date]::after,
html body.contrast-black .bt-buscador:hover i,
html body.contrast-black .title-nav,
html body.contrast-black .nav-link.active [class^=icon-],
html body.contrast-black .nav-link:hover [class^=icon-],
html body.contrast-black .breadcrumb a,
html body.contrast-black .breadcrumb-item.active,
html body.contrast-black .post-full-meta-date,
html body.contrast-black .widget h5,
html body.contrast-black blockquote,
html body.contrast-black .post-module .post-content .title,
html body.contrast-black .text-secondary,
html body.contrast-black .post-module .post-content .description,
html body.contrast-black #team-int figure,
html body.contrast-black #team-int .lider::after,
html body.contrast-black .close,
html body.contrast-black .objetivos ul li:first-child,
html body.contrast-black .group-grid .group-column .user-name,
html body.contrast-black .group-grid .group-column .user-title,
html body.contrast-black .group-grid .group-column .user-work,
html body.contrast-black #accordion .title,
html body.contrast-black .recursos-bac .recurElectro .cont-notBac h5,
html body.contrast-black #accordion .card button::after,
html body.contrast-black .invalid-feedback,
html body.contrast-black .main-content h1,
html body.contrast-black .menu-search-container input,
html body.contrast-black .lab-grid a .lab-card .description .read-more,
html body.contrast-black .card-cnti.card .card_body .card_subtitle {
  color: #fff !important;
  transition: all 1s ease-in-out;
}
html body.contrast-black blockquote {
  background-image: none;
}
html body.contrast-black .box-container .box-3d .box {
  background-image: linear-gradient(125deg, #fff, #fff);
  background-repeat: repeat-x;
  transition: all 1s ease-in-out;
}
html body.contrast-black .box-container .box-3d .box i {
  color: #333 !important;
}
html body.contrast-black .nav-filter,
html body.contrast-black .table .thead-dark th,
html body.contrast-black .modal-footer {
  background-color: #333 !important;
  color: #fff !important;
  border-color: #484747;
  transition: all 1s ease-in-out;
}
html body.contrast-black .nav-filter .group,
html body.contrast-black .table .thead-dark th .group,
html body.contrast-black .modal-footer .group {
  border-color: #484747;
}
html body.contrast-black .nav-filter .group .btn,
html body.contrast-black .table .thead-dark th .group .btn,
html body.contrast-black .modal-footer .group .btn {
  color: #fff;
}
html body.contrast-black .nav-filter .group .btn:hover, html body.contrast-black .nav-filter .group .btn.active,
html body.contrast-black .table .thead-dark th .group .btn:hover,
html body.contrast-black .table .thead-dark th .group .btn.active,
html body.contrast-black .modal-footer .group .btn:hover,
html body.contrast-black .modal-footer .group .btn.active {
  background-color: #484747;
}
html body.contrast-black .dropdown-menu {
  background-color: #333 !important;
}
html body.contrast-black .dropdown-menu a {
  color: #fff !important;
}
html body.contrast-black .dropdown-menu a:hover, html body.contrast-black .dropdown-menu a:focus {
  background-color: #484747;
}
html body.contrast-black #c-trabaje [data-count]::after,
html body.contrast-black #c-contratacion [data-count]::after,
html body.contrast-black .card-01 .badge-box i,
html body.contrast-black .dias-ev[data-date]::after,
html body.contrast-black .bt-close::before,
html body.contrast-black .bt-close::after,
html body.contrast-black .ico-menu .bar,
html body.contrast-black .nav-link::before,
html body.contrast-black .box-balance .mIcon,
html body.contrast-black .btn-secondary,
html body.contrast-black .btn-warning .btn-ev,
html body.contrast-black .btn-light,
html body.contrast-black .btn-ot,
html body.contrast-black .btn-pos,
html body.contrast-black .btn-ci,
html body.contrast-black .btn-io,
html body.contrast-black .btn-ri,
html body.contrast-black .btn-in,
html body.contrast-black .btn-na,
html body.contrast-black .btn-su,
html body.contrast-black .button-slider {
  background-color: #fff !important;
  color: #333 !important;
  transition: all 1s ease-in-out;
}
html body.contrast-black .form-control,
html body.contrast-black .custom-select,
html body.contrast-black .input-group-text,
html body.contrast-black .custom-file-label {
  background-color: #333 !important;
  color: #fff !important;
  transition: all 1s ease-in-out;
}
html body.contrast-black .light-blue .hero-cell-angle-path,
html body.contrast-black .light-teal .hero-cell-angle-path,
html body.contrast-black .light-purple .hero-cell-angle-path,
html body.contrast-black .svg-container .btn-nosotros:hover .nosotros-fill:not(#suelo):not(#hj2):not(#hj3):not(#hj4),
html body.contrast-black .svg-container .btn-nosotros:hover .nosotros-fill:not(#suelo):not(#hj1):not(#hj3):not(#hj4),
html body.contrast-black .svg-container .btn-nosotros:hover .nosotros-fill:not(#suelo):not(#hj1):not(#hj2):not(#hj4),
html body.contrast-black .svg-container .btn-nosotros:hover .nosotros-fill:not(#suelo):not(#hj1):not(#hj2):not(#hj3),
html body.contrast-black .svg-container .btn-nosotros:hover .nosotros-fill:not(#hj1):not(#hj2):not(#hj3):not(#hj4) {
  fill: #333;
}
html body.contrast-black .svg-bg-transparenciaInfo .bg-transparenciaInfo .st14 {
  fill: #484747;
}
html body.contrast-black .svg-bg-transparenciaInfo .bg-transparenciaInfo .st31,
html body.contrast-black .svg-bg-transparenciaInfo .bg-transparenciaInfo .st29 {
  stroke: #333;
}
html body.contrast-black .svg-bg-transparenciaInfo .bg-transparenciaInfo .st11 {
  fill: rgba(0, 0, 0, 0.4);
}
html body.contrast-black .logo-corporativo .l-agro,
html body.contrast-black .logo-corporativo .l-savia,
html body.contrast-black .mini_logo #logo-st1,
html body.contrast-black .mini_logo #logo-st2,
html body.contrast-black .card_header-icon svg path {
  fill: #fff;
}
html body.contrast-black .card-01 .card-body {
  background: #333;
}
html body.contrast-black .card-01 .card-footer {
  border-top: 1px solid #484747;
  background: #333;
}
html body.contrast-black .card-01.height-fix .not-overlay {
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.01) 1%, rgba(51, 51, 51, 0.85) 20%, #333333 100%);
}
html body.contrast-black .card .card-img-top:hover .ot .texture-overlay,
html body.contrast-black .card .card-img-top:hover .ev .texture-overlay,
html body.contrast-black .card .card-img-top:hover .ci .texture-overlay,
html body.contrast-black .card .card-img-top:hover .pos .texture-overlay,
html body.contrast-black .card .card-img-top:hover .ri .texture-overlay,
html body.contrast-black .card .card-img-top:hover .io .texture-overlay,
html body.contrast-black .card .card-img-top:hover .in .texture-overlay,
html body.contrast-black .card .card-img-top:hover .na .texture-overlay,
html body.contrast-black .card .card-img-top:hover .su .texture-overlay {
  background-color: rgba(51, 51, 51, 0.7);
  transition: all 1s ease-in-out;
}
html body.contrast-black .box-menu .box .profile-picture.big-profile-picture {
  border-color: #fff;
}
html body.contrast-black .box-menu .box:hover .profile-picture {
  animation: shady-white 4s linear infinite !important;
}
html body.contrast-black .mec .us-valores li h5::before {
  background: rgba(255, 255, 255, 0.2);
}
html body.contrast-black header.banner-info .texture-overlay {
  background-color: rgba(51, 51, 51, 0.5);
}
html body.contrast-black #team-int .lider img {
  box-shadow: 0 0 0 5px #fff;
}
html body.contrast-black .event-box:hover,
html body.contrast-black .events .event-box.contratacion:hover::before {
  box-shadow: 0px 0px 40px -9px #fff;
}
html body.contrast-black .objetivos ul li:nth-child(even) .item-obj:after {
  border-top: 50px solid #333;
}
html body.contrast-black .objetivos ul li:nth-child(odd) .item-obj:after {
  border-top: 50px solid #484747;
}
html body.contrast-black .go-top a {
  border: 1px solid transparent;
}
html body.contrast-black .btn-modCyan,
html body.contrast-black .go-top a,
html body.contrast-black .btn-warning,
html body.contrast-black .recursos-bac .clasificacion .abc-content .list li,
html body.contrast-black .event-box .plus-icon i {
  border-color: #484747;
}
html body.contrast-black .card-collection .cards-dec-tri:before {
  border-right-color: #484747;
}
html body.contrast-black .group-grid .group-column {
  box-shadow: 0 0 0 1px #484747;
}
html body.contrast-black .box-balance .card .infoIcon i {
  color: #333 !important;
}
html body.contrast-black .search-agroExplora button,
html body.contrast-black .event-box {
  background: #333 !important;
}
html body.contrast-black .event-box:hover::before {
  background: #333 !important;
  box-shadow: none;
}
html body.contrast-black .content-inner .carousel,
html body.contrast-black .post-content .carousel,
html body.contrast-black .especie .classifications {
  background: transparent;
}
html body.contrast-black .preloading-logo::after {
  animation: loader-black 2s linear infinite;
}
html body.contrast-black .controllSize .boxCtrl a {
  color: rgba(0, 0, 0, 0.9) !important;
}
html body.contrast-black .controllSize .boxCtrl a:hover {
  border-color: #333 !important;
}
html body.contrast-black .controllSize .boxCtrl a#contrast-b {
  background-color: #333;
  color: #fff !important;
}

/* -------------------------------------------------------------------
 * PRODUCTOS Y SERVICIOS
 * ------------------------------------------------------------------- */
.card-collection {
  position: relative;
  display: block;
  overflow: hidden;
}
.card-collection .cards {
  display: block;
  overflow: hidden;
  background-position: center;
}
.card-collection .cards-dec {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /*
  p {
    position: absolute;
    top: 75%;
    //left: -100%;
    left: 8%;
    text-transform: capitalize;
    color: $white;
    text-shadow: 1px 1px $gray-800;
    margin: 0 50% 0 0;
    font-size: 20px;
    z-index: 8;
    transition: all .6s ease;
  }*/
  /*
  &-rect {
    width: 1000px;
    height: 340px;
    background: #fff;
    display: block;
    position: absolute;
    top: 175%;
    left: -100%;
    transform: rotate(34deg);
    z-index: 4;
    opacity: .9;
    transition: all .3s ease-in-out;

    &:before {
      content: '';
      display: block;
      width: 100%;
      position: relative;
      height: 100%;
      background: $a-savia;
      transform: translateY(200px);
      z-index: 2;
      transition: all .3s ease-in-out;
      transition-delay: .1s;
    }
  }

  @include media-breakpoint-down(md) {
    p {
      left: 8%;
    }

    &-rect {
      top: 40%;

      &:before {
        transform: translateY(15px);
      }
    }
  }

  */
}
.card-collection .cards-dec img {
  width: 100%;
  height: 100%;
}
.card-collection .cards-dec:hover {
  /*
  .cards-dec-rect {
    top: 40%;

    &:before {
      transform: translateY(15px);
    }
  }*/
}
.card-collection .cards-dec:hover p {
  left: 5%;
}
.card-collection .cards-dec:hover img {
  height: calc(100% + 15px);
}
.card-collection .cards-dec:hover .cards-dec-tri {
  right: -40%;
}
.card-collection .cards-dec:hover .cards-dec-tri:before {
  right: -312px;
}
.card-collection .cards-dec:hover .cards-dec-tri {
  right: -85%;
}
@media (min-width: 576px) {
  .card-collection .cards-dec:hover {
    /*.cards-dec-rect {
      top: 20%;
    }*/
  }
  .card-collection .cards-dec:hover .cards-dec-tri {
    right: -40%;
  }
}
@media (min-width: 768px) {
  .card-collection .cards-dec:hover {
    /*.cards-dec-rect {
      top: 65%;
    }*/
  }
  .card-collection .cards-dec:hover .cards-dec-tri {
    right: -65%;
  }
}
@media (min-width: 1200px) {
  .card-collection .cards-dec:hover {
    /*.cards-dec-rect {
      top: 23%;
    }*/
  }
  .card-collection .cards-dec:hover .cards-dec-tri {
    right: -35%;
  }
}
.card-collection .cards-dec img {
  transition: all 0.2s ease;
}
.card-collection .cards-dec-tri {
  border-top: 220px solid transparent;
  border-bottom: 190px solid transparent;
  border-right: 288px solid #fff;
  opacity: 0.9;
  position: absolute;
  display: block;
  top: calc(50% - 205px);
  right: -100%;
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.card-collection .cards-dec-tri:before {
  border-top: 220px solid transparent;
  border-bottom: 190px solid transparent;
  border-right: 288px solid #00AC4E;
  position: absolute;
  content: "";
  display: block;
  top: -220px;
  right: -612px;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
}

/* -------------------------------------------------------------------
 * LABORATORIOS
 * ------------------------------------------------------------------- */
ol.progress-bar-step {
  margin-top: 3rem;
  list-style: none;
  padding: 0;
}
ol.progress-bar-step li {
  text-align: center;
  width: 100%;
}
ol.progress-bar-step li::before {
  content: none;
}
ol.progress-bar-step li[aria-current=step] ~ li:before {
  border-top: 0.5em solid #eef0f1;
}
ol.progress-bar-step li:first-child:before {
  left: 50%;
}
ol.progress-bar-step li:last-child:before {
  right: 50%;
}
ol.progress-bar-step li .step-number {
  background: #eef0f1;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: calc(0.5em - 1px);
  position: relative;
  text-align: center;
  width: 2em;
  z-index: 2;
}
ol.progress-bar-step li .step-title {
  color: #005BAA;
  font-weight: bold;
}
ol.progress-bar-step li .step-title i {
  font-size: 1.375rem;
  margin: 0;
}
@media (min-width: 768px) {
  ol.progress-bar-step li {
    flex: 1;
    position: relative;
    width: auto;
  }
  ol.progress-bar-step li::before {
    border-top: 0.5em solid #eef0f1;
    content: "";
    position: absolute;
    top: calc(0.75rem + 0.25em);
    width: 100%;
    z-index: 1;
  }
}
ol.progress-bar-step p {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}
ol.progress-bar-step a {
  color: #212529;
  display: block;
  position: relative;
  text-decoration: none;
}

li[aria-current=step] .step-number,
.complete .step-number {
  background: #0071c7;
  color: #fff;
}

.complete .step-title {
  color: #0071c7;
}

/* -------------------------Laboratorios cards--------------------------------- */
.lab-grid a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.lab-grid a:hover .lab-card .meta .photo {
  transform: scale(1.3) rotate(10deg);
}
.lab-grid a:hover .lab-card .detalle {
  left: 0%;
}
.lab-grid a:hover .lab-card .description .read-more::after {
  margin-left: 5px;
  opacity: 1;
}
.lab-grid a .lab-card {
  display: inline-flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.lab-grid a .lab-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.lab-grid a .lab-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.lab-grid a .lab-card .detalle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.lab-grid a .lab-card .detalle .info::before {
  font-family: "icoagrosavia";
  margin-right: 10px;
  content: "\e91f";
}
.lab-grid a .lab-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.lab-grid a .lab-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}
.lab-grid a .lab-card .description h1::after {
  content: "";
  display: block;
  height: 5px;
  background: #5ad67d;
  width: 35px;
  border-radius: 3px;
  margin-top: 0.625rem;
}
.lab-grid a .lab-card .description p:first-of-type {
  margin-top: 1.25rem;
}
.lab-grid a .lab-card .description .read-more {
  text-align: right;
  color: #5ad67d;
  display: inline-block;
  position: relative;
  width: 100%;
}
.lab-grid a .lab-card .description .read-more::after {
  content: "\e907";
  font-family: "icoagrosavia";
  font-weight: bold;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .lab-grid a .lab-card .meta {
    height: 300px;
  }
  .lab-grid a .lab-card .description:before {
    transform: skewY(-3deg);
    content: "";
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: -14px;
    bottom: 0;
    z-index: -1;
  }
}

/* -------------------------------------------------------------------
 * BUSCADOR INTERNO
 * ------------------------------------------------------------------- */
.filter_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background: #f4f7f6;
  justify-content: space-around;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  gap: 0px;
}
.filter_container .label_filter {
  font-weight: bold;
}
.filter_container .container_date {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .filter_container {
    gap: 10px;
  }
}

.buscador-inner {
  /* ------------------------
   *  busqueda no encontrada
   * ------------------------ */
}
.buscador-inner .row [class^=col-]:last-child,
.buscador-inner .row [class*=" col-"]:last-child {
  text-align: right;
}
.buscador-inner p {
  margin: 0;
}
.buscador-inner p span {
  font-size: 1.125rem;
  font-weight: bold;
}
.buscador-inner ul {
  margin-top: 1rem;
}
.buscador-inner ul li a {
  padding: 10px 0;
  display: flex;
  border-bottom: 1px solid #f8f9fa;
  position: relative;
  box-shadow: 0 0 0 1px transparent;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  z-index: 0;
}
.buscador-inner ul li a span {
  display: flex;
}
.buscador-inner ul li a.busqueda {
  display: flex;
}
.buscador-inner ul li a.busqueda[data-tipo]::before {
  content: attr(data-tipo);
  color: #adb5bd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  margin: 0 10px 0 5px;
  line-height: 20px;
  font-size: 0.75rem;
  background-color: #f8f9fa;
  border-radius: 5px;
  cursor: default;
  height: 40px;
}
.buscador-inner ul li a.busqueda .busqueda-content span:first-child {
  color: #005BAA;
}
.buscador-inner ul li a.busqueda .busqueda-content span:last-child {
  color: #6c757d;
  font-size: 0.75rem;
}
.buscador-inner ul li a:hover {
  z-index: 1;
  text-decoration: none;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
}
@media (max-width: 767.98px) {
  .buscador-inner .row [class^=col-]:last-child,
  .buscador-inner .row [class*=" col-"]:last-child {
    text-align: left;
  }
}
.buscador-inner .notfound {
  background-color: #f2726c;
  padding: 2rem 1.25rem 0;
}
.buscador-inner .notfound .card {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.buscador-inner .notfound .card p {
  text-align: left;
  padding: 2rem 1rem 0;
}
.buscador-inner .notfound .card h3 {
  line-height: 1.2;
  color: #f2726c;
}
.buscador-inner .notfound .card svg {
  max-width: 100%;
}
.buscador-inner .notfound #verapc.svgmate .plant {
  animation-name: plantone;
  transform-origin: 1907.25px 884.25px;
  transition: all 0.5s;
}
.buscador-inner .notfound #verapc.svgmate .plant:hover {
  opacity: 0.5;
}
.buscador-inner .notfound #verapc.svgmate .arm,
.buscador-inner .notfound #verapc.svgmate .plant,
.buscador-inner .notfound #verapc.svgmate .steam {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.buscador-inner .notfound #verapc.svgmate .steam {
  transition: all 0.5s;
  animation-name: steam;
}
.buscador-inner .notfound #verapc.svgmate .arm {
  animation-name: arm;
  animation-duration: 5s;
  transform-origin: 1009.149px 711.625px;
}

.results_search_list {
  margin-top: 1rem;
  text-decoration: none;
  list-style: none;
}
.results_search_list li {
  border-bottom: 1px solid #eeeeee;
  border-radius: 9px;
  padding: 10px;
}
.results_search_list li a {
  text-decoration: none;
}
.results_search_list li a .title_search {
  color: #005BAA;
  font-size: 18px;
  font-weight: bold;
}
.results_search_list li a .description_search {
  color: #505050;
  font-size: 12px;
  margin: 0;
}
.results_search_list li a .category_search {
  color: #b1b1b1;
  font-size: 12px;
}
.results_search_list :hover {
  background-color: #f0f1f0;
}

/* -------------------------------------------------------------------
 * CNTI - Colección Nacional Taxonómica de Insectos
 * ------------------------------------------------------------------- */
.leaflet-top,
.leaflet-bottom {
  z-index: 998 !important;
}

#cnti-header {
  text-align: center;
  margin-bottom: 5rem;
}
#cnti-header h1 {
  margin: 0.25em 0 0;
}
#cnti-header p {
  font-size: 1.25em;
  letter-spacing: -0.025em;
}
#cnti-header.alt .logo {
  width: auto;
  max-height: 100px;
  margin: 0 auto;
}
#cnti-header.alt .logo .icon-ctni {
  display: block;
  margin: 0 auto;
  font-size: 3rem;
  color: #fff;
}

.gallery-slider-cnti {
  max-width: 85rem;
  position: relative;
  margin: 4rem 0;
}
.gallery-slider-cnti .gallery-slider-container {
  align-items: center;
  display: flex;
  margin-right: -15vw;
}
.gallery-slider-cnti .gallery-slider-container .title {
  font-size: 3.125rem;
  margin: 0 5rem 0 0;
  line-height: 1;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper {
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .carousel {
  margin: 0;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .carousel figure {
  margin-bottom: 0;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .carousel figure img {
  width: auto;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-button {
  background-color: #fff;
  border: 2px solid #4FC5B6;
  border-radius: initial;
  height: 60px;
  width: 60px;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-button .flickity-button-icon {
  fill: #4FC5B6;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-button:hover, .gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-button:active {
  background-color: #4FC5B6;
  opacity: 1;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-button:hover .flickity-button-icon, .gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-button:active .flickity-button-icon {
  fill: #fff;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-prev-next-button.previous {
  left: -60px;
  border-right-color: transparent;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-prev-next-button.next {
  left: 0px;
  border-left-color: transparent;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-page-dots {
  text-align: left;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-page-dots .dot {
  background: #333;
}
.gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-page-dots .dot.is-selected {
  background: #4FC5B6;
}
@media (max-width: 991.98px) {
  .gallery-slider-cnti .gallery-slider-container {
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-slider-cnti .gallery-slider-container .title {
    font-size: 30px;
    margin: 2rem 0;
  }
  .gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper {
    margin-left: -45px;
    margin-right: -45px;
  }
  .gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-button {
    display: none;
  }
  .gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-prev-next-button.previous {
    left: 0;
    border-right-color: #4FC5B6;
    border-left-color: transparent;
  }
  .gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-prev-next-button.next {
    right: 0;
    left: auto;
    border-left-color: #4FC5B6;
    border-right-color: transparent;
  }
  .gallery-slider-cnti .gallery-slider-container .gallery-slider-wrapper .flickity-page-dots {
    text-align: center;
  }
}

.multimedia-content {
  margin: 4rem 0;
}
.multimedia-content-container {
  border: 15px solid #005BAA;
  color: #000000;
  display: block;
  text-decoration: none;
}
.multimedia-content-frame {
  background-color: #fff;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.5);
}
.multimedia-content-frame .detail {
  margin: 3rem 0;
}
.multimedia-content-frame .multimedia-content-subtitle {
  font-size: 14px;
  color: #005BAA;
  font-weight: bold;
}
.multimedia-content-frame h2 {
  color: #005BAA;
  line-height: 1.2;
  text-align: center;
}
.multimedia-content-frame h3 {
  line-height: 1.2;
  margin: 0.25rem 0 1rem;
}
.multimedia-content [class^=embed-],
.multimedia-content [class*=embed-] {
  padding: 1rem 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .multimedia-content {
    margin-left: -30px;
    margin-right: -30px;
  }
  .multimedia-content .detail {
    margin: 3rem 0 1rem;
  }
  .multimedia-content .multimedia {
    order: 2;
  }
}

.cards-cnti {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.cards-cnti .card__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cards-cnti .card__img--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}
.cards-cnti .card {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}
.cards-cnti .card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}
.cards-cnti .card__info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px 24px 24px 24px;
}
.cards-cnti .card__category {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #868686;
}
.cards-cnti .card__title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "Roboto Slab", serif;
}
.cards-cnti .card__by {
  font-size: 14px;
  font-weight: 500;
}
.cards-cnti .card:hover .card__img--hover {
  height: 100%;
  opacity: 0.3;
}
.cards-cnti .card:hover .card__info {
  background-color: transparent;
  position: relative;
}

.card-ctni .ctc {
  --bg-color: #ffd861;
  --bg-color-light: #ffeeba;
  --icon-color: #d9891a;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(255, 215, 97, 0.48);
}
.card-ctni .cte {
  --bg-color: #b8f9d3;
  --bg-color-light: #e2fced;
  --icon-color: #4ec391;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(184, 249, 211, 0.48);
}
.card-ctni .cpt {
  --bg-color: #ceb2fc;
  --bg-color-light: #f0e7ff;
  --icon-color: #8b6fc0;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}
.card-ctni .cfi {
  --bg-color: #dce9ff;
  --bg-color-light: #f1f7ff;
  --icon-color: #3b6cb7;
  --text-color-hover: #212529;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}
.card-ctni .card {
  overflow: hidden;
  align-items: center;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  padding: 20px 10px 0;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.card-ctni .card .circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.card-ctni .card .circle::after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 5px;
  left: 5px;
  transition: opacity 0.3s ease-out;
}
.card-ctni .card .circle i {
  z-index: 1;
  color: var(--icon-color);
  font-size: 60px;
  margin: 0;
}
.card-ctni .card .overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 27px;
  left: calc(50% - 59px);
  opacity: 1;
  visibility: inherit;
  z-index: 0;
  transition: transform 0.3s ease-out;
}
.card-ctni .card p {
  color: #212529;
  margin-top: 1.3rem;
  z-index: 1;
  transition: color 0.3s ease-out;
  text-align: center;
}
.card-ctni .card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
}
.card-ctni .card:hover .overlay {
  transform: scale(5) translateZ(0);
}
.card-ctni .card:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}
.card-ctni .card:hover .circle::after {
  background: var(--bg-color-light);
}
.card-ctni .card:hover p {
  color: var(--text-color-hover);
}
.card-ctni .card:active {
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color);
  transform: scale(1) translateZ(0);
}

.division-separation {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.division-separation .division {
  flex: 1;
  border-style: solid;
  border-color: rgba(193, 193, 193, 0.8);
  border-width: 1px 0 0 0;
}
.division-separation .division-label {
  padding: 1em;
}
.division-separation .division-label i {
  margin: 0;
  color: #00AC4E;
}

.insect-month {
  margin: 4rem 0;
}
.insect-month .content-insect {
  border-radius: 25px;
  box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.2);
  background-color: #222831;
  color: #fff;
}
.insect-month .content-insect a .weather-side {
  position: relative;
  height: 400px;
}
.insect-month .content-insect a .weather-side img {
  border-radius: 25px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  filter: grayscale(100%);
  transition: all 0.3s ease;
  transform: translateZ(0) scale(1.02) perspective(1000px);
}
.insect-month .content-insect a .info-side {
  display: block;
  width: 100%;
}
.insect-month .content-insect a .info-side .today-info {
  color: #fff;
  margin: 25px 25px 0;
  /* 	box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.25); */
  border-radius: 10px;
}
.insect-month .content-insect a .info-side .today-info p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .insect-month .content-insect a .info-side .today-info {
    margin: 45px 25px 0;
  }
}
.insect-month .content-insect a .location-container {
  padding: 25px 35px;
  text-align: center;
}
.insect-month .content-insect a .location-container .location-button {
  outline: none;
  width: 100%;
  border: none;
  border-radius: 25px;
  padding: 10px;
  background-image: linear-gradient(135deg, #72edf2 10%, #5151e5 100%);
  color: #fff;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.insect-month .content-insect a:hover {
  text-decoration: none;
}
.insect-month .content-insect a:hover .weather-side img {
  filter: grayscale(0);
  transform: scale(1.1) perspective(280px) rotateY(10deg);
}
.insect-month .content-insect a:hover .location-container .location-button {
  transform: scale(0.95);
}

.section-inner {
  padding-top: 5.2rem;
  padding-bottom: 4rem;
  background-color: #fff;
  color: #010507;
  position: relative;
}
.section-inner .section-header {
  text-align: center;
  position: relative;
  margin-bottom: 3.6rem;
}
.section-inner .section-header.has-bottom-sep {
  padding-bottom: 2.1rem;
  position: relative;
}
.section-inner .section-header.has-bottom-sep::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-inner .section-header .subhead {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.2rem;
  line-height: 1.333;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.section-inner .section-header .display-1 {
  font-size: 2.125rem;
  line-height: 1.25;
  margin: 0;
}
.section-inner .section-header .display-normal {
  font-size: 1.375rem;
  line-height: 1.25;
  margin: 0;
}
.section-inner [class^=embed-],
.section-inner [class*=embed-] {
  margin: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}

.content-year {
  background-color: #005BAA;
  border-radius: 40px;
  color: #fff;
  display: inline-flex;
  padding: 10px 4rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  border: 10px solid #fff;
}
.content-year[data-contentYear]::before {
  content: attr(data-contentYear);
}

.content-month {
  font-weight: bold;
  margin: 2rem 0;
}
.content-month[data-contentMonth]::before {
  content: attr(data-contentMonth);
}

.card-cnti.card {
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.card-cnti.card .card_thumb {
  height: 310px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.card-cnti.card .card_thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 1;
  transition: all 0.3s ease-out;
  transform: scale(1);
}
.card-cnti.card .card_infos {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.card-cnti.card .card_infos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.card-cnti.card .card_infos-top {
  top: 25px;
  right: 20px;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.card-cnti.card .card_infos-mid {
  top: 115px;
  right: 20px;
  transform: translateX(0) translateY(0);
  transition: all 0.3s ease-out;
}
.card-cnti.card .card_infos-bot {
  top: 210px;
  right: 20px;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}
.card-cnti.card .card_body {
  position: relative;
  height: 75px;
  transition-property: height;
  transition-duration: 0.3s;
}
.card-cnti.card .card_body .card_category {
  position: absolute;
  left: 0;
  top: -25px;
  height: 25px;
  padding: 0 15px;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  background-color: #1EC65E;
}
.card-cnti.card .card_body .card_title_exhibicion {
  margin: 0;
  padding: 0;
  background-color: #00B1EB;
  border-radius: 0 0 30px;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
.card-cnti.card .card_body .card_title {
  margin: 0;
  padding: 0;
  background-color: #1EC65E;
  border-radius: 0 0 30px;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
.card-cnti.card .card_body .card_subtitle {
  margin: 0;
  padding: 0;
  font-size: 19px;
  color: #1EC65E;
}
.card-cnti.card .card_body .card_description {
  margin: 0;
  color: #212529;
  padding: 20px;
  line-height: 27px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.2s ease-out;
}
.card-cnti.card:hover {
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
}
.card-cnti.card:hover a {
  text-decoration: none;
}
.card-cnti.card:hover .card_thumb {
  background-color: #000;
  height: 90px;
}
.card-cnti.card:hover .card_thumb img {
  -o-object-position: top center;
     object-position: top center;
  opacity: 0.6;
  transform: scale(1.2);
}
.card-cnti.card:hover .card_infos {
  width: 45px;
  height: 45px;
}
.card-cnti.card:hover .card_infos-top {
  transform: translateX(-120px);
}
.card-cnti.card:hover .card_infos-mid {
  transform: translateX(-60px) translateY(-90px);
}
.card-cnti.card:hover .card_infos-bot {
  transform: translateY(-185px);
}
.card-cnti.card:hover .card_body {
  height: 330px;
}
.card-cnti.card:hover .card_body .card_title {
  animation: subtitleBlur;
  animation-duration: 0.3s;
}
.card-cnti.card:hover .card_body .card_subtitle {
  animation: titleBlur;
  animation-duration: 0.3s;
}
.card-cnti.card:hover .card_body .card_description {
  opacity: 1;
  transition-delay: 0.1s;
  transform: translateY(20px);
}
.card-cnti.inactive {
  filter: grayscale(100%);
}
.card-cnti.inactive a {
  cursor: default;
}

.pub .card-cnti.card .card_body .card_title_exhibicion {
  background-color: #6f42c1;
}
.pub .card-cnti.card .card_thumb {
  height: 150px;
}
.pub .card-cnti.card:hover .card_body {
  height: 75px;
  overflow: hidden;
  transition: all 1s ease;
}
.pub .card-cnti.card:hover .card_thumb img {
  transform: scale(1.2);
}

@keyframes titleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
@keyframes subtitleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 0px 0px rgba(239, 90, 49, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 0px rgba(239, 90, 49, 0);
  }
}
.card-cnti-interna.card {
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-in-out;
}
.card-cnti-interna.card .card_link {
  display: block;
  padding: 1em;
  text-decoration: none;
}
.card-cnti-interna.card .card__media {
  padding: 0 0 2em;
}
.card-cnti-interna.card .card__media img {
  opacity: 1;
  transform: scale(0.4) translateY(50%);
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}
.card-cnti-interna.card .card_header {
  position: relative;
}
.card-cnti-interna.card .card_header-title {
  margin: 0 0 0.25em;
  color: #212529;
}
.card-cnti-interna.card .card_header-icon {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  transform: translateX(-20%);
  transition: all 0.3s ease-in-out;
}
.card-cnti-interna.card:hover .card__media img {
  transform: scale(1) translateY(0);
}
.card-cnti-interna.card:hover .card_header-icon {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1199.98px) {
  .card-cnti-interna.card .card__media img {
    transform: scale(0.8);
  }
}

.especie .carousel img {
  cursor: zoom-in;
}
.especie a {
  cursor: zoom-in;
}
.especie .classifications {
  margin-bottom: 2rem;
  /*label {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    position: absolute;
    top: 165px;
    left: 0px;
    -webkit-text-stroke: 0.75px rgba(0, 0, 0, 0.25);
    @include prefix(transform, rotate(-90deg));
  }

  ul {
    padding: 2rem 0 2rem 8rem;

    li:nth-child(odd) {
      font-weight: bold;
      margin-bottom: 0;
    }
  }*/
}
.especie .classifications .label {
  background-color: #fff;
  color: #212529;
  padding: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-right-radius: 1rem;
}
.especie .classifications .label h3 {
  margin: 0;
  line-height: 1.188rem;
}
.especie .classifications table {
  margin-bottom: 0;
  font-size: 13px;
}
.especie .classifications table th,
.especie .classifications table td {
  vertical-align: middle;
}
.especie .img-bicho img {
  transform: scale(0.8);
}
.especie .zoom-image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.especie .zoom-image {
  position: relative;
}
.especie .zoom-image img {
  cursor: none;
  border-radius: 5px;
}
.especie .hover-image {
  position: fixed;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  transform: translate(-50%, -20%);
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991.98px) {
  .especie .carousel img {
    height: auto;
  }
  .especie .classifications .label {
    background-color: transparent;
    color: #fff;
  }
  .especie .classifications label {
    display: none;
  }
  .especie .classifications ul {
    padding: 1rem;
  }
  .especie .zoom-image-container {
    position: relative;
  }
}

.acc-ctni .collapse-none {
  padding: 0.75rem 1.25rem;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  width: 100%;
}
.acc-ctni #accordion .card {
  margin-bottom: 5px;
}

#mapaBichos {
  height: 500px;
}

#coordenadasBichos {
  display: none;
}

.infografia-img {
  display: flex;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

/* -------------------------------------------------------------------
 * Microorganismos con interés biofertilizante - bancos MIB
 * ------------------------------------------------------------------- */
.card-mib {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .card-mib {
    height: 280px;
  }
}
.card-mib:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.009) 11.7%, hsla(0, 0%, 0%, 0.034) 22.1%, hsla(0, 0%, 0%, 0.072) 31.2%, hsla(0, 0%, 0%, 0.123) 39.4%, hsla(0, 0%, 0%, 0.182) 46.6%, hsla(0, 0%, 0%, 0.249) 53.1%, hsla(0, 0%, 0%, 0.32) 58.9%, hsla(0, 0%, 0%, 0.394) 64.3%, hsla(0, 0%, 0%, 0.468) 69.3%, hsla(0, 0%, 0%, 0.54) 74.1%, hsla(0, 0%, 0%, 0.607) 78.8%, hsla(0, 0%, 0%, 0.668) 83.6%, hsla(0, 0%, 0%, 0.721) 88.7%, hsla(0, 0%, 0%, 0.762) 94.1%, hsla(0, 0%, 0%, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card-mib img {
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1050ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card-mib .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  padding: 1rem;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
.card-mib .content > * + * {
  margin-top: 1rem;
}
.card-mib .title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  height: 40px;
}
.card-mib .copy {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}
.card-mib .btn-card {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}
.card-mib .btn-card:hover {
  background-color: #0d0d0d;
}
.card-mib .btn-card:focus {
  outline: 1px dashed #1EC65E;
  outline-offset: 3px;
}
@media (hover: hover) and (min-width: 600px) {
  .card-mib:after {
    transform: translateY(0);
  }
  .card-mib .content {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(calc(100% - 4.5rem));
  }
  .card-mib .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .card-mib:hover, .card-mib:focus-within {
    align-items: center;
  }
  .card-mib:hover img, .card-mib:focus-within img {
    transform: translateY(-4%);
  }
  .card-mib:hover:after, .card-mib:focus-within:after {
    transform: translateY(-50%);
  }
  .card-mib:hover .content, .card-mib:focus-within .content {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
  }
  .card-mib:hover .content > *:not(.title), .card-mib:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 87.5ms;
  }
  .card-mib:focus-within:before, .card-mib:focus-within:after,
  .card-mib:focus-within .content,
  .card-mib:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}

a.infoImage {
  background-color: #1EC65E;
  color: #f8f9fa;
  position: absolute;
  top: 5px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
a.infoImage i {
  margin: 0;
}
a.infoImage:hover {
  background-color: #f8f9fa;
  color: #1EC65E;
  text-decoration: none;
}

/*
 esrtilos la tabla maestra resposive
*/
.wrapperTable {
  margin: 0 auto;
  max-width: 100%;
}
.wrapperTable .table {
  margin: 0;
  width: 100%;
  display: table;
}
.wrapperTable .table.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  .wrapperTable .table {
    display: block;
  }
}
.wrapperTable .row {
  display: table-row;
}
.wrapperTable .row:nth-of-type(odd) {
  background: #f3f6f6;
}
.wrapperTable .row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}
.wrapperTable .row.green {
  background: #00AC4E;
}
.wrapperTable .row.blue {
  background: #2980b9;
}
.wrapperTable .row.title {
  background: #E7F3E7;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  .wrapperTable .row {
    padding: 14px 0 7px;
    display: block;
  }
  .wrapperTable .row.header {
    padding: 0;
    height: 6px;
  }
  .wrapperTable .row.header .cell {
    display: none;
  }
  .wrapperTable .row .cell {
    margin-bottom: 10px;
  }
  .wrapperTable .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}
.wrapperTable .cell {
  padding: 6px 12px;
  display: table-cell;
  vertical-align: middle;
}
.wrapperTable .cell p {
  margin: 0;
}
.wrapperTable .cell a {
  color: initial;
  display: flex;
  align-items: center;
  width: 100%;
}
.wrapperTable .cell a span {
  text-decoration: underline;
  transform: translateX(0px);
  transition: all 0.5s ease-in-out;
}
.wrapperTable .cell a::before {
  content: "\e915";
  color: #00AC4E;
  font-size: 28px;
  font-family: "icoagrosavia";
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
}
.wrapperTable .cell a::after {
  content: "Ver detalle";
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
}
.wrapperTable .cell a:hover {
  text-decoration: none;
}
.wrapperTable .cell a:hover span {
  transform: translateX(3px);
}
.wrapperTable .cell a:hover::before, .wrapperTable .cell a:hover::after {
  color: #005BAA;
  transform: translateX(3px);
}
@media screen and (max-width: 580px) {
  .wrapperTable .cell {
    padding: 2px 16px;
    display: block;
  }
}
.wrapperTable .modal .row {
  display: flex;
}
.wrapperTable .modal .row:nth-of-type(odd) {
  background: #fff;
}
.wrapperTable .modal .row a {
  color: #fff;
  width: auto;
}
.wrapperTable .modal .row a::before, .wrapperTable .modal .row a::after {
  content: none;
}

.posAbs-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.font-initial {
  font-size: initial;
}

/* -------------------------------------------------------------------
 * SIRCPE - Sistema de Información de la Red de Cultivos Permanentes
 * ------------------------------------------------------------------- */
#services .services {
  margin: 3rem 0;
}
#services .services .box {
  z-index: 0;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0 1px #e2e9ed;
  height: 350px;
}
#services .services .box a {
  color: inherit;
  text-decoration: none;
}
#services .services .box .icon-holder {
  border-radius: 50%;
  position: absolute;
  top: 100px;
  left: calc(50% - 30px);
  margin: 0;
  padding: 10px;
  background: white;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#services .services .box .icon-holder img.icon {
  width: 40px;
}
#services .services .box .service {
  width: 100%;
  text-align: center;
  min-height: 320px;
  transition: all 0.3s ease;
}
#services .services .box .service::before {
  z-index: 1;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
#services .services .box .service .item-folio__thumb img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  filter: grayscale(0%);
  transition: all 0.5s ease-in-out;
}
#services .services .box .service .heading {
  /*position: relative;
  padding: 0px 20px;
  top: 80px;*/
  font-size: 1.375rem;
  position: absolute;
  color: #212529;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.6rem 1.2rem;
  border-radius: 1rem;
  margin: 0 20px;
  left: 0;
  right: 0;
  top: 180px;
  z-index: 1;
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#services .services .box .service .description {
  /*margin: 0 auto;
  padding: 0 35px 40px;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);*/
  margin: 0 auto;
  padding: 0 35px 40px;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#services .services .box:hover {
  box-shadow: 0 0 0 1px #00a8ff;
  z-index: 1;
}
#services .services .box:hover a :before {
  opacity: 1;
  visibility: visible;
}
#services .services .box:hover .icon-holder {
  top: -30px;
}
#services .services .box:hover .service .item-folio__thumb img {
  filter: grayscale(100%);
  transform: scale(1.03);
}
#services .services .box:hover .service .heading {
  background-color: transparent;
  margin: 0 20px;
  top: 70px;
}
#services .services .box:hover .service .heading::before {
  display: block;
  content: "";
  height: 4rem;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: -4rem;
  left: 50%;
}
#services .services .box:hover .service .description {
  opacity: 1;
  transform: scale(1);
}

.muted {
  color: #989da0;
}

.light {
  font-weight: 300;
}

.dot-color-blue .flickity-page-dots .dot {
  background: #005BAA;
}

/* -------------------------------
 * cascada galeria vertical para Sircpe
 * ------------------------------- */
.producto-cascada {
  margin-bottom: 3rem;
}
.producto-cascada li a {
  color: #212529;
}
.producto-cascada li a .ot-img {
  overflow: hidden;
  transition: opacity 0.3s;
}
.producto-cascada li a .ot-img::before {
  background: rgba(0, 91, 170, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: "\e918";
  font-family: "icoagrosavia";
  color: #fff;
  font-size: 36px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.producto-cascada li a .ot-img::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #005BAA;
  opacity: 0.3;
}
.producto-cascada li a .ot-img img {
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.producto-cascada li a:hover {
  text-decoration: none;
}
.producto-cascada li a:hover .ot-img img {
  transform: scale3d(1, 1, 1);
}
.producto-cascada li a:hover .ot-img::before {
  opacity: 1;
}
.producto-cascada li a:hover .ot-img::after {
  opacity: 0;
}
.producto-cascada li:first-child .row {
  margin-top: 3rem;
}
.producto-cascada li .row {
  margin-top: -3.75rem;
}
.producto-cascada li .row .btn-int {
  text-align: center;
  margin-top: 2rem;
}
.producto-cascada li:nth-child(even) .ot-details .about-text {
  margin-left: -21%;
  margin-right: 0;
  padding: 2rem 0 2rem 3.2rem;
}
@media (max-width: 1199.98px) {
  .producto-cascada li .row {
    margin-top: 3rem;
  }
  .producto-cascada li:nth-child(even) .ot-details .about-text {
    margin-left: 0;
    padding: 3.2rem 0 0;
  }
}
.producto-cascada [class^=col-],
.producto-cascada [class*=" col-"] {
  padding: 0;
}
.producto-cascada .ot-details {
  z-index: 2;
  margin: 3rem 0;
}
.producto-cascada .ot-details .about-text {
  margin-right: -21%;
  padding: 2rem 3.2rem 2rem 0;
  background: #fff;
}
.producto-cascada .ot-details .about-text .details {
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.producto-cascada .ot-details .card-profile {
  top: calc(50% - 40px);
  right: calc(-21% - 40px);
}
.producto-cascada .ot-img {
  position: relative;
}
.producto-cascada .detail {
  padding: 1.5rem 3rem 1.5rem 0;
}
@media (max-width: 991.98px) {
  .producto-cascada {
    margin-bottom: 2rem;
  }
  .producto-cascada .ot-details {
    margin: 0;
    order: 2;
  }
  .producto-cascada .ot-details .about-text {
    margin-right: 0;
    padding: 3.2rem 0 0;
  }
  .producto-cascada .ot-details .card-profile {
    top: -40px;
    right: inherit;
  }
  .producto-cascada .ot-img {
    order: 1;
  }
  .producto-cascada .ot-img img {
    min-height: auto;
  }
  .producto-cascada .detail {
    padding: 0;
    order: 2;
  }
}

.form-consulta label.mini {
  text-align: center;
  width: 100%;
  color: #6c757d;
  font-size: 10px;
  margin-bottom: 0;
}

/* -------------------------------------------------------------------
 * LUKE
 * ------------------------------------------------------------------- */
.luke-container {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 10rem 0 5rem;
}
.luke-container .dog-luke {
  display: flex;
  width: 100px;
  height: 100px;
  z-index: 1;
}
.luke-container .dog-luke:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.13);
  transform: translateY(-30%) scale(1.5);
}
.luke-container .dog-luke * {
  position: absolute;
}
.luke-container .dog-luke .dog-body,
.luke-container .dog-luke .dog-torso,
.luke-container .dog-luke .dog-head {
  border-radius: 50%;
  background: #323131;
  position: absolute;
  height: 100%;
  width: 100%;
}
.luke-container .dog-luke .dog-body,
.luke-container .dog-luke .dog-torso {
  box-shadow: inset 0 -15px 0 0 #000;
}
.luke-container .dog-luke .dog-body {
  top: -50%;
  animation: dog-body 200ms ease-in-out infinite alternate;
}
.luke-container .dog-luke .dog-body:before {
  content: "";
  position: absolute;
  bottom: 90%;
  right: 50%;
  width: 90%;
  height: 90%;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 10%;
  border-top-right-radius: 10%;
  background: rgba(50, 49, 49, 0.4);
  transform-origin: right bottom;
  animation: dog-tail-blur 200ms 33.3333333333ms ease-in-out infinite alternate both;
}
@keyframes dog-tail-blur {
  from {
    transform: rotate(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes dog-body {
  from {
    transform: translateX(-10%);
  }
  to {
    transform: translateX(10%);
  }
}
.luke-container .dog-luke .dog-body .dog-tail {
  width: 22px;
  height: 24.2px;
  background: #323131;
  bottom: 40%;
  border-radius: 11px;
  left: calc(50% - 11px);
  transform-origin: center bottom;
}
.luke-container .dog-luke .dog-body .dog-tail .dog-tail {
  animation: dog-tail-segment 200ms ease-in-out infinite alternate;
}
@keyframes dog-tail-segment {
  from {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(10deg);
  }
}
.luke-container .dog-luke .dog-body > .dog-tail {
  bottom: 90%;
  animation: dog-tail 200ms ease-in-out infinite alternate;
}
@keyframes dog-tail {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(45deg);
  }
}
.luke-container .dog-luke .dog-torso {
  top: -20%;
  animation: dog-torso 200ms ease-in-out infinite alternate-reverse;
}
@keyframes dog-torso {
  from {
    transform: translateX(-5%);
  }
  to {
    transform: translateX(5%);
  }
}
.luke-container .dog-luke .dog-head {
  animation: dog-head 1800ms cubic-bezier(0.11, 0.79, 0, 0.99) infinite;
}
@keyframes dog-head {
  from, to {
    transform: rotate(45deg);
  }
  33.3% {
    transform: rotate(-45deg);
  }
  66.6% {
    transform: rotate(0);
  }
}
.luke-container .dog-luke .dog-head .dog-ears {
  width: 40%;
  top: 45%;
  left: 30%;
  animation: dog-ears 1800ms 100ms ease infinite;
}
@keyframes dog-ears {
  42.3%, 71.6% {
    transform: rotate(-5deg);
  }
  50.3%, 79.6% {
    transform: rotate(5deg);
  }
  5% {
    transform: rotate(5deg);
  }
  12% {
    transform: rotate(-5%);
  }
  from, 33.3%, 66%, to {
    transform: rotate(0);
  }
}
.luke-container .dog-luke .dog-head .dog-ears .dog-ear {
  bottom: -10px;
  height: 50px;
  width: 50px;
  background: #1f1f1f;
  animation-duration: 400ms;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.luke-container .dog-luke .dog-head .dog-ears .dog-ear:first-child {
  border-bottom-left-radius: 80%;
  border-top-right-radius: 50%;
  right: 100%;
  box-shadow: inset -15px 15px 0 1px #2b2b2b;
  transform: translate(0px, 12px) rotate(-110deg);
}
.luke-container .dog-luke .dog-head .dog-ears .dog-ear:last-child {
  border-top-left-radius: 50%;
  border-bottom-right-radius: 80%;
  left: 100%;
  box-shadow: inset 15px 15px 0 0 #2b2b2b;
  transform: translate(0, 12px) rotate(110deg);
}
.luke-container .dog-luke .dog-head .dog-eyes {
  width: 60%;
  top: 55%;
  left: 20%;
  z-index: 1;
}
.luke-container .dog-luke .dog-head .dog-eyes:before, .luke-container .dog-luke .dog-head .dog-eyes:after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  position: absolute;
  top: -15px;
  z-index: 0;
  border: 4px solid #373737;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
}
.luke-container .dog-luke .dog-head .dog-eyes:before {
  left: -15px;
  transform: rotate(-110deg);
}
.luke-container .dog-luke .dog-head .dog-eyes:after {
  right: -15px;
  transform: rotate(-70deg);
}
.luke-container .dog-luke .dog-head .dog-eyes .dog-eye {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  z-index: 1;
  animation: dog-eye 1800ms infinite;
}
@keyframes dog-eye {
  from, to {
    animation-timing-function: step-end;
    opacity: 1;
  }
  50%, 55% {
    animation-timing-function: step-start;
    opacity: 0;
  }
}
.luke-container .dog-luke .dog-head .dog-eyes .dog-eye:first-child {
  left: 0;
}
.luke-container .dog-luke .dog-head .dog-eyes .dog-eye:last-child {
  right: 0;
}
.luke-container .dog-luke .dog-head .dog-muzzle {
  width: 80%;
  left: 10%;
  height: 50%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  background: #323131;
  bottom: -15%;
}
.luke-container .dog-luke .dog-head .dog-muzzle:before, .luke-container .dog-luke .dog-head .dog-muzzle:after {
  content: "";
  display: block;
  position: absolute;
}
.luke-container .dog-luke .dog-head .dog-muzzle:before {
  width: 6px;
  height: 20px;
  bottom: 0;
  left: calc(50% - 3px);
  background: #eaebec;
}
.luke-container .dog-luke .dog-head .dog-muzzle:after {
  background: black;
  width: 20px;
  height: 15px;
  bottom: 12px;
  left: calc(50% - 10px);
  border-bottom-left-radius: 60% 60%;
  border-bottom-right-radius: 60% 60%;
  border-top-left-radius: 50% 40%;
  border-top-right-radius: 50% 40%;
}
.luke-container .dog-luke .dog-head .dog-muzzle .dog-muzzle-hair {
  width: 22px;
  height: 24.2px;
  bottom: 28%;
  border-radius: 11px;
  left: calc(50% - 11px);
  transform-origin: center bottom;
}
.luke-container .dog-luke .dog-head .dog-muzzle .dog-muzzle-hair:before, .luke-container .dog-luke .dog-head .dog-muzzle .dog-muzzle-hair:after {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 40px;
  position: absolute;
  top: 28px;
  z-index: 0;
  border: 4px solid #373737;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
}
.luke-container .dog-luke .dog-head .dog-muzzle .dog-muzzle-hair:before {
  left: -22px;
  transform: rotate(-110deg);
}
.luke-container .dog-luke .dog-head .dog-muzzle .dog-muzzle-hair:after {
  right: -22px;
  transform: rotate(-70deg);
}
.luke-container .dog-luke .dog-head .dog-muzzle .dog-tongue {
  width: 40px;
  height: 100%;
  left: calc(50% - 20px);
  z-index: -1;
  transform-origin: center top;
  animation: dog-tongue 1800ms -50ms ease-in-out infinite;
}
@keyframes dog-tongue {
  from, to {
    transform: rotate(0);
  }
  16.6666666667% {
    transform: rotate(30deg);
  }
  33.3333333333%, 66.6666666667% {
    transform: rotate(0);
  }
  50%, 83.3333333333% {
    transform: rotate(-20deg);
  }
}
.luke-container .dog-luke .dog-head .dog-muzzle .dog-tongue:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #fd3163;
  animation: dog-tongue-inner 100ms ease-in-out infinite alternate;
}
@keyframes dog-tongue-inner {
  from {
    transform: translateY(5%);
  }
  to {
    transform: translateY(22%);
  }
}

.bg-luke {
  background: #ffe16e;
  border-radius: 2rem;
  margin-bottom: 2rem;
  height: 100%;
  width: 100%;
}

.login-overlay .form {
  border-radius: 1rem;
}

.login-overlay {
  background-color: #1d1333;
}

.login-overlay__background-image {
  opacity: 0.5;
}

.keyart {
  position: relative;
  z-index: 1;
}
.keyart .parallax {
  position: absolute;
}

.keyart #keyart-scrim {
  background-color: #ffaf00;
  opacity: 0;
}

.keyart_layer {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.keyart,
.keyart_layer {
  height: 500px;
}

#maincontain {
  background-color: #210002;
  position: relative;
  z-index: 2;
}

.envivo {
  border: 3px solid #adb5bd;
  margin: 20px;
  padding: 0;
  box-shadow: 0px 1px 17px 3px rgb(117, 117, 117);
}
.envivo #on-air {
  padding: 8px;
}
.envivo #on-air .live {
  border-radius: 4px;
  background-color: black;
  display: inline-block;
  color: #f8f9fa;
  padding: 7px 7px 4px 7px;
  font-family: sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  top: -1px;
  position: relative;
  background: red;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#131313", GradientType=0);
}
.envivo #on-air .warning {
  font-size: 20px;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  color: red;
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*Oferta tecnologica*/
.main-ot {
  display: flex;
  justify-content: center;
}
.main-ot .card-big-ot .profile {
  position: relative;
  box-shadow: 0 3px 15px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  transition: 0.2s ease;
}
.main-ot .card-big-ot .profile .profile__image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-ot .card-big-ot .profile a:hover {
  top: 0;
  box-shadow: none;
}
.main-ot .card-big-ot .profile a:active,
.main-ot .card-big-ot .profile a:focus {
  top: 0;
  box-shadow: none;
}
.main-ot .card-big-ot .profile-bigimg {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
}
.main-ot .card-big-ot .profile-bigimg .profile__image {
  grid-column: span 3;
  height: 200px;
}
.main-ot .card-big-ot .profile-bigimg .profile__info {
  grid-column: span 2;
  align-self: center;
  padding: 20px 10px 20px 25px;
}
.main-ot .card-big-ot .profile-bigimg .profile__info h3 {
  margin-bottom: 0;
}
.main-ot .card-big-ot .profile-bigimg .profile__info h3 .ot-title {
  color: #005BAA;
}
.main-ot .card-big-ot .profile-bigimg .profile__info h3 .mp-title {
  color: #1EC65E;
}
.main-ot .card-big-ot .profile-bigimg .profile__info .profile__info__extra {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease 0.3s, margin 0.3s ease;
}
.main-ot .card-big-ot .profile-bigimg .profile__cta {
  padding: 20px;
  align-self: center;
}
.main-ot .card-big-ot .profile-bigimg .profile__cta a {
  color: white;
}
.main-ot .card-big-ot .profile-bigimg:hover .profile__info__extra {
  display: block;
  max-height: 200px;
  margin: 10px 0 0;
  opacity: 1;
}

/*Cards Oferta tecnologica*/
.cardContainer {
  position: relative;
  width: 300px;
  min-width: 300px;
  min-height: 228px;
  margin: 4px;
  perspective: 1000px;
  margin-bottom: 40px;
}
.cardContainer .card {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -moz-backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(-100px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0px 18px 28px -17px rgba(0, 0, 0, 0.75);
}
.cardContainer .card:hover {
  transform: translateZ(0px);
}
.cardContainer .card:hover:after {
  opacity: 1;
}
.cardContainer .card .side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: white;
}
.cardContainer .card .front {
  z-index: 2;
}
.cardContainer .card .front .img {
  background-color: #dadce2;
  background-position: center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 95%;
  border-radius: 7px;
}
.cardContainer .card .info {
  padding: 16px;
  text-align: center;
}
.cardContainer .card .info h2 {
  font-weight: 700;
}
.cardContainer .card .info h2.naranja {
  color: #fd7e14;
}
.cardContainer .card .info h2.azul {
  color: #1B65B0;
}
.cardContainer .card .info h2.verde {
  color: #0FB259;
}
.cardContainer .card .info h2.morado {
  color: #6f42c1;
}

.todoagricola {
  display: flex;
  justify-content: center;
}
.todoagricola .linea-agricola {
  margin-bottom: 20px;
  transition: 0.6s;
}
.todoagricola .linea-agricola .header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.todoagricola .linea-agricola .header .circulo {
  width: 85px;
  height: 75px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 10px 28px -10px rgba(0, 0, 0, 0.75);
}
.todoagricola .linea-agricola .header .circulo img {
  width: 40px;
  height: 40px;
}
.todoagricola .linea-agricola .header .cuadro {
  z-index: -10;
  margin-left: -20px;
  width: 100%;
  box-shadow: 0px 10px 28px -10px rgba(0, 0, 0, 0.75);
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.todoagricola .linea-agricola .header .cuadro h3 {
  color: white;
  padding: 10px 10px 10px 30px;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.todoagricola .linea-agricola .header .cuadro h3 svg.bi.bi-arrow-left-circle-fill {
  transform: rotate(-90deg);
}
.todoagricola .linea-agricola .header:hover .cuadro {
  filter: brightness(0.9);
  transition: 0.2s;
}
.todoagricola .linea-agricola .body-card {
  display: none;
}
.todoagricola .linea-agricola.activo .header {
  cursor: pointer;
}
.todoagricola .linea-agricola.activo .header .circulo {
  width: 60px;
  height: 60px;
}
.todoagricola .linea-agricola.activo .header .cuadro {
  margin-left: -75px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
}
.todoagricola .linea-agricola.activo .header .cuadro h3 {
  color: white;
  padding: 20px 10px 20px 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.todoagricola .linea-agricola.activo .header .cuadro h3 svg.bi.bi-arrow-left-circle-fill {
  transform: rotate(90deg);
}
.todoagricola .linea-agricola.activo .body-card {
  z-index: -10;
  width: 100%;
  padding: 10px 0 0 0;
  margin-left: -15px;
  display: block;
  background-color: white;
  box-shadow: 0px 10px 28px -10px rgba(0, 0, 0, 0.75);
}
.todoagricola .linea-agricola.activo .body-card .boton {
  margin: 5px 25px 5px 0;
  padding: 5px 0 5px 10px;
}
.todoagricola .linea-agricola.activo .body-card .boton a {
  color: #343a40;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-weight: 800;
}
.todoagricola .linea-agricola.activo .body-card .boton a .flecha {
  transform: translateX(45px);
  opacity: 0;
  transition: 0.3s;
}
.todoagricola .linea-agricola.activo .body-card .boton a:hover .flecha {
  transform: translateX(0);
  opacity: 1;
}

.ot-especifico .cards {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ot-especifico .cards .card {
  padding: 0;
  margin: 8px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}
.ot-especifico .cards .card .card__info-hover {
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}
.ot-especifico .cards .card .card__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.ot-especifico .cards .card .card_link .card__img--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}
.ot-especifico .cards .card .card__info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 10px;
}
.ot-especifico .cards .card .card__info .card__category {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #868686;
}
.ot-especifico .cards .card .card__info .card__by {
  font-size: 9px;
  letter-spacing: 2px;
  color: #868686;
}
.ot-especifico .cards .card .card__info a {
  margin-bottom: 20px;
  color: #343a40;
}
.ot-especifico .cards .card .card__info a .card__title {
  margin-top: 5px;
  font-weight: 800 !important;
  font-size: 1rem !important;
}
.ot-especifico .cards .card .card__info a .sircpe-card-title {
  font-weight: 100;
  margin-top: 5px;
  font-size: 1rem !important;
}
.ot-especifico .cards .card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.1, 1.1);
}
.ot-especifico .cards .card:hover .card__img--hover {
  height: 100%;
  opacity: 0.3;
}
.ot-especifico .cards .card:hover .card__info {
  background-color: transparent;
  position: relative;
}
.ot-especifico .cards .card:hover .card__info-hover {
  opacity: 1;
}

/* -------------------------------------------------------------------
 * Cargador/Loader de formulario de induccion proveedores
 * ------------------------------------------------------------------- */
.loader {
  display: none;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #20c65e;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swal2-overlay {
  z-index: 1200 !important;
}
