@font-face {
  font-family: "Mukta Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Mukta Regular"), url("../fonts/Mukta-Regular.woff") format("woff"), url("../fonts/Mukta-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Mukta Regular";
  font-style: normal;
  font-weight: 500;
  src: local("Mukta Medium"), url("../fonts/Mukta-Medium.woff") format("woff"), url("../fonts/Mukta-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Mukta Regular";
  font-style: normal;
  font-weight: 600;
  src: local("Mukta SemiBold"), url("../fonts/Mukta-SemiBold.woff") format("woff"), url("../fonts/Mukta-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Mukta Regular";
  font-style: normal;
  font-weight: 700;
  src: local("Mukta Bold"), url("../fonts/Mukta-Bold.woff") format("woff"), url("../fonts/Mukta-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto"), local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto Regular"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("RobotoCondensed"), local("RobotoCondensed Regular"), local("RobotoCondensed-Regular"), url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 700;
  src: local("RobotoCondensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-display: swap;
}
/*fonts*/
/*colors*/
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.file-cta,
.file-name, .select select, .textarea, .input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input {
  outline: none;
}
[disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  cursor: not-allowed;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0.625em;
}

.table-container:not(:last-child), .table:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .modal-close::after {
  background-color: hsl(0, 0%, 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.modal-close::before {
  height: 2px;
  width: 50%;
}
.modal-close::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after, .select.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.is-overlay, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Bulma Base */ /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: hsl(0, 0%, 100%);
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: hsl(0, 0%, 29%);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #644389;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: hsl(0, 0%, 21%);
}

code {
  background-color: hsl(0, 0%, 96%);
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: inherit;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: hsl(0, 0%, 21%);
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* Bulma Elements */
.box {
  background-color: hsl(0, 0%, 100%);
  border-radius: 6px;
  -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #644389;
          box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #644389;
}
a.box:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #644389;
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #644389;
}

.container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.table {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 21%);
}
.table td,
.table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.table td.is-black,
.table th.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.table td.is-light,
.table th.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: #644389;
  border-color: #644389;
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: hsl(207, 61%, 53%);
  border-color: hsl(207, 61%, 53%);
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: #36bc87;
  border-color: #36bc87;
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
  color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
.table th {
  color: hsl(0, 0%, 21%);
}
.table th:not([align]) {
  text-align: left;
}
.table tr.is-selected {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.table tbody {
  background-color: transparent;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: hsl(0, 0%, 96%);
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: hsl(0, 0%, 98%);
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

/* Bulma Form */
.select select, .textarea, .input {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  color: hsl(0, 0%, 21%);
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: hsl(0, 0%, 71%);
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: #644389;
  -webkit-box-shadow: 0 0 0 0.125em rgba(100, 67, 137, 0.25);
          box-shadow: 0 0 0 0.125em rgba(100, 67, 137, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 48%);
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.textarea, .input {
  -webkit-box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
          box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: hsl(0, 0%, 100%);
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: hsl(0, 0%, 4%);
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: hsl(0, 0%, 96%);
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: hsl(0, 0%, 21%);
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: hsl(171, 100%, 41%);
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: #644389;
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(100, 67, 137, 0.25);
          box-shadow: 0 0 0 0.125em rgba(100, 67, 137, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: hsl(207, 61%, 53%);
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
          box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: #36bc87;
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 188, 135, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 188, 135, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: hsl(44, 100%, 77%);
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: hsl(348, 86%, 61%);
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
          box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: hsl(0, 0%, 21%);
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: hsl(0, 0%, 48%);
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #644389;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: hsl(0, 0%, 96%);
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-white:not(:hover)::after {
  border-color: hsl(0, 0%, 100%);
}
.select.is-white select {
  border-color: hsl(0, 0%, 100%);
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: hsl(171, 100%, 41%);
}
.select.is-primary select {
  border-color: hsl(171, 100%, 41%);
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #00b89c;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #644389;
}
.select.is-link select {
  border-color: #644389;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #583b78;
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(100, 67, 137, 0.25);
          box-shadow: 0 0 0 0.125em rgba(100, 67, 137, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: hsl(207, 61%, 53%);
}
.select.is-info select {
  border-color: hsl(207, 61%, 53%);
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #3082c5;
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
          box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #36bc87;
}
.select.is-success select {
  border-color: #36bc87;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #30a879;
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 188, 135, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 188, 135, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: hsl(44, 100%, 77%);
}
.select.is-warning select {
  border-color: hsl(44, 100%, 77%);
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd970;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: hsl(348, 86%, 61%);
}
.select.is-danger select {
  border-color: hsl(348, 86%, 61%);
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
          box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.5rem;
}
.select.is-disabled::after {
  border-color: hsl(0, 0%, 48%) !important;
  opacity: 0.5;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  -webkit-transform: none;
          transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0, 0%, 4%);
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-black .file-cta {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: hsl(0, 0%, 100%);
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-light .file-cta {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: #644389;
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #5e3f80;
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(100, 67, 137, 0.25);
          box-shadow: 0 0 0.5em rgba(100, 67, 137, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #583b78;
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: hsl(207, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
          box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: #36bc87;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #33b280;
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(54, 188, 135, 0.25);
          box-shadow: 0 0 0.5em rgba(54, 188, 135, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #30a879;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: hsl(44, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
          box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-normal {
  font-size: 1rem;
}
.file.is-medium {
  font-size: 1.25rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.5rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}
.file.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: hsl(0, 0%, 21%);
}
.file-label:hover .file-name {
  border-color: #d5d5d5;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: hsl(0, 0%, 21%);
}
.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
}

.file-name {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

.file-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label {
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 1.25rem;
}
.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: hsl(0, 0%, 100%);
}
.help.is-black {
  color: hsl(0, 0%, 4%);
}
.help.is-light {
  color: hsl(0, 0%, 96%);
}
.help.is-dark {
  color: hsl(0, 0%, 21%);
}
.help.is-primary {
  color: hsl(171, 100%, 41%);
}
.help.is-link {
  color: #644389;
}
.help.is-info {
  color: hsl(207, 61%, 53%);
}
.help.is-success {
  color: #36bc87;
}
.help.is-warning {
  color: hsl(44, 100%, 77%);
}
.help.is-danger {
  color: hsl(348, 86%, 61%);
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.field.is-grouped > .control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: hsl(0, 0%, 29%);
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: hsl(0, 0%, 86%);
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/*@import "sass/components/_all"*/
.modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-background {
  background-color: rgba(255, 255, 255, 0.8);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 12px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #644389;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid hsl(0, 0%, 86%);
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 100%);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

/* Bulma Grid */
.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: unset;
  }
  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tile.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333337%;
  }
  .tile.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666674%;
  }
  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .tile.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333337%;
  }
  .tile.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666674%;
  }
  .tile.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .tile.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333337%;
  }
  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666674%;
  }
  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333337%;
  }
  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666674%;
  }
  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
.is-flex-direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.is-justify-content-flex-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.is-justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.is-justify-content-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.is-justify-content-space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.is-justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.is-justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.is-justify-content-left {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}

.is-justify-content-right {
  -webkit-box-pack: right !important;
      -ms-flex-pack: right !important;
          justify-content: right !important;
}

.is-align-content-flex-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.is-align-content-flex-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.is-align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.is-align-content-space-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.is-align-content-space-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.is-align-content-space-evenly {
  -ms-flex-line-pack: space-evenly !important;
      align-content: space-evenly !important;
}

.is-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.is-align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: start !important;
}

.is-align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: end !important;
}

.is-align-content-baseline {
  -ms-flex-line-pack: baseline !important;
      align-content: baseline !important;
}

.is-align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.is-align-items-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.is-align-items-flex-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.is-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.is-align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.is-align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.is-align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.is-align-items-self-start {
  -webkit-box-align: self-start !important;
      -ms-flex-align: self-start !important;
          align-items: self-start !important;
}

.is-align-items-self-end {
  -webkit-box-align: self-end !important;
      -ms-flex-align: self-end !important;
          align-items: self-end !important;
}

.is-align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.is-align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.is-align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.is-align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.is-flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.is-flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.is-flex-grow-2 {
  -webkit-box-flex: 2 !important;
      -ms-flex-positive: 2 !important;
          flex-grow: 2 !important;
}

.is-flex-grow-3 {
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important;
}

.is-flex-grow-4 {
  -webkit-box-flex: 4 !important;
      -ms-flex-positive: 4 !important;
          flex-grow: 4 !important;
}

.is-flex-grow-5 {
  -webkit-box-flex: 5 !important;
      -ms-flex-positive: 5 !important;
          flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  -ms-flex-negative: 2 !important;
      flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  -ms-flex-negative: 3 !important;
      flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  -ms-flex-negative: 4 !important;
      flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  -ms-flex-negative: 5 !important;
      flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

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

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

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

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

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

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* Bulma Layout */
.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 3rem 3rem;
  }
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  .section.is-large {
    padding: 18rem 6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Mukta Regular";
}

h2 {
  font-size: 28px;
  color: #644389;
  line-height: 1.2;
}

h3:not([class]) {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #644389;
}

h4:not([class]) {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

p {
  font-family: "Roboto", sans-serif;
  color: #808080;
}

.entry-content-page p {
  margin-bottom: 10px;
  line-height: 1.4;
}

ul:not([class]),
ol:not([class]) {
  margin-bottom: 20px;
  margin-top: 15px;
  padding-left: 35px;
}
ul:not([class]) li:not([style]),
ol:not([class]) li:not([style]) {
  color: #808080;
  font-size: 1rem;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
}

a:not([class]) {
  color: #644389;
}
a:not([class]):hover {
  color: #4a4a4a;
}

a[href^="mailto:"] {
  color: #644389;
  font-weight: 500;
}
a[href^="mailto:"]:hover {
  color: #6d6e71;
}

.btn {
  display: inline-block;
  max-width: 176px;
  width: 100%;
  text-align: center;
  padding: 8px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #6d6e71;
}
.btn.btn-primary {
  background-color: #644389;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #8a65b4;
}
.btn.btn-secondary {
  background-color: #36bc87;
  color: #fff;
}
.btn.btn-secondary:hover {
  background-color: #63d2a6;
}
.btn.btn-lightblue {
  background-color: #59c8e1;
  color: #fff;
}
.btn.btn-lightblue:hover {
  background-color: #83d6e9;
}
.btn.btn-waterBlue {
  background-color: #ccebf3;
  color: #fff;
}
.btn.btn-waterBlue:hover {
  color: #644389;
  background-color: #d9f0f6;
}
.btn.btn-orange {
  background-color: #f7941e;
  color: #fff;
}
.btn.btn-orange:hover {
  background-color: #f9af56;
}
.btn.btn-medium {
  max-width: 226px;
}
.btn.btn-small {
  max-width: 116px;
  padding: 6px 10px;
}
.btn.btn-content {
  max-width: initial;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.btn.btn-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn.btn-is-disable {
  background-color: #bcbec0;
  cursor: default;
}

.btn:disabled,
button:disabled,
.btn[disabled],
button[disabled],
.btn.btn-secondary:disabled,
.btn.btn-secondary[disabled] {
  background-color: #bcbec0;
  cursor: default;
}

button.btn {
  border: none;
  cursor: pointer;
}

.btn + .btn {
  margin-left: 20px;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
.breadCrumb {
  background: -webkit-gradient(linear, left top, right top, from(#644389), to(#36bc87));
  background: linear-gradient(90deg, #644389, #36bc87);
  min-height: 25px;
}
.breadCrumb .breadCrumb__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadCrumb .breadCrumb__item {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.breadCrumb .breadCrumb__link {
  color: #fff;
  font-weight: 700;
}
.breadCrumb .breacCrumb__delimiter {
  border-top: 2px solid #36bc87;
  border-right: 2px solid #36bc87;
  display: inline-block;
  width: 5px;
  height: 5px;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 6px;
  margin-left: 2px;
}

.section-title {
  padding: 20px 0 20px 96px;
  font-size: 35px;
  margin-bottom: 20px;
}
.section-title.section-title_color-primary {
  background-color: #644389;
  color: #fff;
}

.page-banner {
  min-height: calc(100vh - 90px - 25px - 65px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: var(--bg-image);
  background-position: center 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.page-banner .page-banner__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
}
.page-banner .page-banner__block:last-child {
  border-right: none;
}
.page-banner .page-banner__block:before, .page-banner .page-banner__block:after {
  display: none;
  width: 100%;
  position: absolute;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}
.page-banner .page-banner__block:before {
  background: #35bb87;
  mix-blend-mode: multiply;
  z-index: 10;
}
.page-banner .page-banner__block:after {
  background: #4f207e;
  mix-blend-mode: lighten;
  z-index: 20;
}
.page-banner .page-banner__content {
  width: 100%;
  position: absolute;
  top: 90%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  text-align: center;
  mix-blend-mode: normal;
  z-index: 30;
  padding: 0 30px;
}
.page-banner .page-banner__page-title {
  color: #644389;
  font-family: "Mukta Regular";
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
.page-banner .page-banner__page-title:before {
  display: none;
  content: "";
  position: absolute;
  border: 1px solid #f7941e;
  top: calc(100% + 5px);
  left: -30px;
  width: calc(100% + 50px);
}
.page-banner .page-banner__page-title:after {
  content: "";
  display: none;
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #f7941e;
  left: calc(100% + 14px);
  top: calc(100% + 2px);
}
.page-banner .page-banner__description {
  display: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.page-banner .page-banner__btn {
  display: none;
  margin: 50px auto 0;
}

@media screen and (min-width: 1024px) {
  .page-banner .page-banner__block:hover {
    mix-blend-mode: normal;
    background-color: transparent;
    background: var(--bg-hover-image) no-repeat center 50%;
    /*
    &:before,
    &:after {
      display: block;
    }*/
  }
  .page-banner .page-banner__block:hover .page-banner__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    text-align: left;
  }
  .page-banner .page-banner__block:hover .page-banner__page-title {
    color: #fff;
    text-align: left;
    padding-left: 0;
  }
  .page-banner .page-banner__block:hover .page-banner__page-title:before, .page-banner .page-banner__block:hover .page-banner__page-title:after {
    display: block;
  }
  .page-banner .page-banner__block:hover .page-banner__btn,
  .page-banner .page-banner__block:hover .page-banner__description {
    display: block;
  }
  .page-banner.page-banner_size-5 .page-banner__block:hover:first-child {
    background-position: 0 50%;
    background-size: 500% auto;
  }
  .page-banner.page-banner_size-5 .page-banner__block:hover:nth-child(2) {
    background-position: 25% 50%;
    background-size: 500% auto;
  }
  .page-banner.page-banner_size-5 .page-banner__block:hover:nth-child(3) {
    background-position: 50% 50%;
    background-size: 500% auto;
  }
  .page-banner.page-banner_size-5 .page-banner__block:hover:nth-child(4) {
    background-position: 75% 50%;
    background-size: 500% auto;
  }
  .page-banner.page-banner_size-5 .page-banner__block:hover:last-child {
    background-position: right 50%;
    background-size: 500% auto;
  }
  .page-banner.page-banner_size-4 .page-banner__block:hover:first-child {
    background-position: 0 50%;
    background-size: 400% auto;
  }
  .page-banner.page-banner_size-4 .page-banner__block:hover:nth-child(2) {
    background-position: 33.3333333333% 50%;
    background-size: 400% auto;
  }
  .page-banner.page-banner_size-4 .page-banner__block:hover:nth-child(3) {
    background-position: 66.6666666667% 50%;
    background-size: 400% auto;
  }
  .page-banner.page-banner_size-4 .page-banner__block:hover:last-child {
    background-position: right 50%;
    background-size: 400% auto;
  }
  .page-banner.page-banner_size-3 .page-banner__block:hover:first-child {
    background-position: 0 50%;
    background-size: 300% auto;
  }
  .page-banner.page-banner_size-3 .page-banner__block:hover:nth-child(2) {
    background-position: 50% 50%;
    background-size: 300% auto;
  }
  .page-banner.page-banner_size-3 .page-banner__block:hover:last-child {
    background-position: right 50%;
    background-size: 300% auto;
  }
  .page-banner.page-banner_size-2 .page-banner__block:hover:first-child {
    background-position: 0 50%;
    background-size: 200% auto;
  }
  .page-banner.page-banner_size-2 .page-banner__block:hover:last-child {
    background-position: right 50%;
    background-size: 200% auto;
  }
}
@media screen and (max-width: 1023px) {
  .page-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-image: var(--bg-hover-image);
    background-size: cover;
    padding-top: 80px;
  }
  .page-banner .page-banner__block {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-banner .page-banner__content {
    top: 0;
    -webkit-transform: none;
            transform: none;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: none;
    transition: none;
    height: auto;
    text-align: left;
  }
  .page-banner .page-banner__page-title {
    color: #fff;
    margin-bottom: 15px;
  }
  .page-banner .page-banner__description,
  .page-banner .page-banner__btn {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page-banner .page-banner__block {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .entry-header.entry-header_pos-absolute .entry-header__title {
    padding-left: 45px;
  }
  .page-banner {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .page-banner .page-banner__block {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 450px;
    margin: 15px auto;
    border-right: none;
  }
  .page-banner .page-banner__content {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: relative;
  }
  .page-banner .page-banner__btn {
    margin: 25px auto 0;
  }
}
.title-underline {
  position: relative;
}
.title-underline:before {
  display: block;
  content: "";
  position: absolute;
  border: 2px solid #644389;
  bottom: -4px;
  left: 0;
  width: calc(100% + 20px);
}
.title-underline:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #644389;
  left: calc(100% + 19px);
  bottom: -6px;
}

.entry-header {
  margin-bottom: 30px;
}
.entry-header .entry-header__title {
  font-family: "Mukta Regular";
  font-size: 1.3rem;
  font-size: clamp(1.3rem, 1.2428571429rem + 0.2857142857vw, 1.5rem);
  font-weight: 600;
  color: #644389;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 15px;
}
.entry-header .entry-header__title:before {
  display: block;
  content: "";
  position: absolute;
  border: 1px solid #644389;
  bottom: -3px;
  left: 0;
  width: calc(100% + 15px);
}
.entry-header .entry-header__title:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #644389;
  left: calc(100% + 15px);
  bottom: -6px;
}
.entry-header.page,
.entry-header .entry-header_page {
  margin-bottom: 45px;
}
.entry-header.page .entry-header__title,
.entry-header .entry-header_page .entry-header__title {
  padding-left: 65px;
}
.entry-header.entry-header_medium .entry-header__title {
  font-size: 24px;
}

.entry-header .entry-header__title.entry-header__title_white {
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.entry-header .entry-header__title.entry-header__title_white:before {
  border-color: #fff;
}
.entry-header .entry-header__title.entry-header__title_white:after {
  background-color: #fff;
}

.entry-header .entry-header__title.entry-header__title_small {
  font-size: 18px;
  padding-left: 15px;
}

.entry-header.entry-header_pos-absolute {
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 20;
  width: 100%;
}
.entry-header.entry-header_pos-absolute .entry-header__title {
  padding-left: 65px;
}

.entry-content > .entry-header_page {
  margin-top: 35px;
}

.bbv-titlebg {
  margin: 30px 0;
  color: #fff;
  display: block;
  line-height: 1.1;
  font-size: var(--textsize, 22px);
  font-family: "Roboto", sans-serif;
  width: 100%;
  padding: 10px 15px;
}
.bbv-titlebg.bbv-titlebg_gradient {
  background: -webkit-gradient(linear, left top, right top, from(#644389), to(#36bc87));
  background: linear-gradient(90deg, #644389, #36bc87);
  font-weight: 700;
  padding: 6px 8px 4px;
  text-transform: uppercase;
}
.bbv-titlebg.bbv-titlebg_primary {
  background-color: #644389;
}
.bbv-titlebg.bbv-titlebg_secondary {
  background-color: #36bc87;
}
.bbv-titlebg.bbv-titlebg_center {
  margin-left: auto;
  margin-right: auto;
}
.bbv-titlebg.bbv-titlebg_content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*.dailyInfo-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  .dailyInfo-circleBox {
    max-width: 206px;
    width: 100%;
    height: 206px;
    margin: 30px auto;
    border: 0.72px dashed #979797;
    border-radius: 400px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

    &:after {
      content: "";
      display: block;
      position: absolute;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border-radius: 400px;
      border: 0.72px solid #979797;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    &.circleBox--special {
      &:before {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        border-radius: 400px;
        border: 0.72px solid $primary-color;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
      }
    }

    .circleBox__data {
      font-family: $robotoCondensed;
      font-weight: 700;
      font-size: 30px;
      letter-spacing: 0.05px;
      color: $primary-color;
      line-height: 1;

      &.circleBox__data--green {
        color: $secondary-color;
      }
      &.circleBox__data--red {
        color: #ff0000;
      }
    }

    .circleBox__text {
      font-family: $robotoCondensed;
      color: $primary-color;
      font-size: 12px;
      text-align: center;
      line-height: 1.2;
    }
  }

  .dailyInfo-state {
    .dailyInfo-state__date {
      font-family: $roboto;
      font-size: 18px;
      font-weight: 500;
      color: #bcbec0;
      text-align: center;
    }
    .dailyInfo-state__text {
      font-family: $mukta;
      font-size: 14px;
      color: $primary-color;
      margin: 8px 0;
    }
    .dailyInfo-state__status {
      text-transform: uppercase;
      font-family: $mukta;
      font-size: 23px;
      color: $primary-color;
      line-height: 23px;

      &:before {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 50px;
        margin-right: 6px;
        vertical-align: middle;
      }

      &.is-close {
        &:before {
          background-color: #cc1919;
        }
      }
      &.is-open {
        background-color: $secondary-color;
      }
    }
  }

  .dailyInfo__title {
    font-size: 22px;
    color: $primary-color;
    font-family: $robotoCondensed;
    text-align: center;
    max-width: 200px;
    line-height: 1.3;
  }
}*/
.dailyInfo-box {
  border: 1px solid transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 230px;
  margin: 0 auto 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.dailyInfo-box .dailyInfo-circleBox {
  background: #fff;
  border: 1px solid #bcbec0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 180px;
  height: 180px;
  position: relative;
}
.dailyInfo-box .dailyInfo-circleBox::before {
  border: 1px dashed #bcbec0;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -13px;
  top: -13px;
  width: 206px;
  height: 206px;
  z-index: -1;
}
.dailyInfo-box .dailyInfo-circleBox.circleBox--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dailyInfo-box .dailyInfo-circleBox .circleBox__data {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.05px;
  color: #644389;
  line-height: 1;
}
.dailyInfo-box .dailyInfo-circleBox .circleBox__data.small {
  font-size: 14px;
}
.dailyInfo-box .dailyInfo-circleBox .circleBox__data.circleBox__data--green {
  color: #36bc87;
}
.dailyInfo-box .dailyInfo-circleBox .circleBox__data.circleBox__data--red {
  color: #ff0000;
}
.dailyInfo-box .dailyInfo-circleBox .circleBox__text {
  font-family: "Roboto Condensed", sans-serif;
  color: #644389;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
.dailyInfo-box .dailyInfo-state .dailyInfo-state__date {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #bcbec0;
  text-align: center;
  position: relative;
  width: 165px;
}
.dailyInfo-box .dailyInfo-state .dailyInfo-state__text {
  font-family: "Mukta Regular";
  font-size: 16px;
  color: #644389;
  margin: 10px 0;
  font-weight: 700;
}
.dailyInfo-box .dailyInfo-state .dailyInfo-state__status {
  text-transform: uppercase;
  font-family: "Mukta Regular";
  font-size: 21px;
  color: #644389;
  line-height: 23px;
  font-weight: 700;
}
.dailyInfo-box .dailyInfo-state .dailyInfo-state__status:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  margin-right: 6px;
  vertical-align: middle;
  background-color: #36bc87;
}
.dailyInfo-box .dailyInfo-state .dailyInfo-state__status.is-close:before {
  background-color: #cc1919;
}
.dailyInfo-box .dailyInfo-state .dailyInfo-state__status.is-open {
  background-color: #36bc87;
}

.circleBox {
  text-align: center;
}

.circleBox--lines {
  position: relative;
}
.circleBox--lines .lines:first-of-type,
.circleBox--lines .lines:last-of-type {
  display: block;
  position: absolute;
  top: 50%;
  width: 35px;
}
.circleBox--lines .lines:first-of-type {
  left: 0;
}
.circleBox--lines .lines:first-of-type::before {
  left: 0;
  background: #644389;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
}
.circleBox--lines .lines:first-of-type::after {
  left: 100%;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #644389;
  display: block;
  content: "";
  position: absolute;
}
.circleBox--lines .lines:last-of-type {
  right: 0;
}
.circleBox--lines .lines:last-of-type::before {
  right: 0;
  background: #644389;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
}
.circleBox--lines .lines:last-of-type::after {
  right: 100%;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #644389;
  display: block;
  content: "";
  position: absolute;
}

.dailyInfo-circleBox--center {
  display: block;
  margin: auto;
  max-width: 100%;
}

.dailyInfo__title {
  font-size: 22px;
  color: #644389;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  max-width: 200px;
  line-height: 1.3;
  margin: 20px auto 0;
}

.daily-news-slick {
  width: 100%;
  opacity: 0;
}
.daily-news-slick.slick-initialized {
  opacity: 1;
}

.pageblock-mercado .btn-vermontos {
  background: #fff;
  border: none;
  border-top: 3px solid #bcbec0;
  border-bottom: 3px solid #bcbec0;
  color: #644389;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 30px 0;
  width: 100%;
  height: 40px;
}
.pageblock-mercado .btn-vermontos span {
  position: relative;
}
.pageblock-mercado .btn-vermontos span::after {
  border-top: 5px solid #644389;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  top: 30%;
  left: calc(100% + 5px);
}
.pageblock-mercado .btn-vermontos.is-active span::after {
  border-top: none;
  border-bottom: 5px solid #644389;
}
.pageblock-mercado .pageblock-mercado__content {
  display: none;
}
.pageblock-mercado .pageblock-mercado__content.is-active {
  display: block;
}

.feed-news {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-top: 20px;
}
.feed-news .feed-news__title {
  color: #644389;
  font-size: 24px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 3vw;
  margin-left: -3vw;
  margin-bottom: 30px;
}
.feed-news .feed-news__title:before {
  bottom: -10px;
}
.feed-news .feed-news__title:after {
  bottom: -12px;
}
.feed-news .feed-news__list {
  padding-left: 30px;
  height: 212px;
  overflow: hidden;
}
.feed-news .feed-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.feed-news .feed-news__item:last-child {
  margin-bottom: 0;
}
.feed-news .feed-list__feed-date {
  margin-right: 15px;
}
.feed-news .feed-list__feed-content {
  border-left: 1px dashed #979797;
}

.feed-date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 62px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feed-date .feed-date__day {
  display: block;
  background-color: #644389;
  border: 7px solid #36bc87;
  border-radius: 400px;
  width: 62px;
  height: 62px;
  color: #fff;
  font-size: 29px;
  line-height: 1.7;
  text-align: center;
}
.feed-date .feed-date__day:after {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  position: absolute;
  border: 7px solid transparent;
  border-right-color: transparent;
  border-right-color: #fff;
  border-radius: 100px;
  top: 0px;
  right: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.feed-date .feed-date__month {
  font-size: 28px;
  color: #6d6e71;
}

.feed-content {
  color: #6d6e71;
  padding-left: 20px;
}
.feed-content .feed-content__title {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.feed-content .feed-content__description {
  font-size: 1rem;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
.feed-content .feed-content__link {
  max-width: 120px;
  padding: 2px 10px;
}

.ourService {
  max-width: 460px;
  height: 270px;
  position: relative;
}
.ourService.ourService_left {
  margin-left: auto;
}
.ourService.ourService_right {
  margin-right: auto;
}
.ourService.ourService_right .ourService__block {
  top: calc(100% - 105px);
}
.ourService .ourService__block {
  background-color: #644389;
  position: absolute;
  padding: 32px 0 32px;
  width: 100%;
  cursor: pointer;
}
.ourService .ourService__block:before {
  content: "";
  border: 4px solid #36bc87;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ourService .ourService__block:hover:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ourService .ourService__block.is-active .ourService__content {
  height: 165px;
  margin-top: 10px;
}
.ourService .ourService__title {
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}
.ourService .ourService__content {
  max-width: 360px;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ourService .serviceContent__text {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.3;
  font-size: 21px;
}
.ourService .serviceContent__link {
  position: relative;
  z-index: 10;
  display: block;
  margin: 15px auto 0;
  text-transform: uppercase;
  max-width: 125px;
  font-size: 0.9rem;
}

.img-fullBlock {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 5% 5% 10%;
  height: 600px;
}
.img-fullBlock .img-fullBlock__title {
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.1;
  font-size: var(--sizeTextBlock, 35px);
}
.img-fullBlock .img-fullBlock__title.img-fullBlock__title_text_small {
  font-size: 30px;
}

.img-fullBlock.img-fullBlock-is-small {
  height: 298px;
}

.infoCompany {
  font-family: "Roboto Condensed", sans-serif;
  color: #644389;
  font-size: 20px;
  padding-top: 25px;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infoCompany .info-company__content {
  padding-right: 15px;
}
.infoCompany .info-company__title {
  font-size: 21px;
  margin-bottom: 10px;
}
.infoCompany .info-company__data {
  line-height: 1.2;
  margin-bottom: 30px;
  color: #644389;
  font-size: 20px;
}
.infoCompany .info-company__map {
  width: 100%;
  max-width: 300px;
  height: 253px;
  margin: 0 auto;
}

.infoCompany.infoCompany_map-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 15px;
}
.infoCompany.infoCompany_map-left .info-company__content {
  padding-left: 15px;
  padding-right: 10px;
}

.social-media {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
.social-media .social-media__item {
  margin-right: 8px;
}
.social-media .social-media__item:last-child {
  margin-right: 0;
}
.social-media .social-media__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  background-color: #00bb8a;
  border-radius: 50%;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.3rem;
}
.social-media .social-media__link:hover {
  background-color: #644389;
  color: #fff;
}

.social-media.social-media_morado .social-media__link {
  background-color: #644389;
}
.social-media.social-media_morado .social-media__link:hover {
  background-color: #fff;
  color: #644389;
}

.social-media__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.social-media__text strong {
  color: #644389;
}

.nacional-stadistic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 40px;
}
.nacional-stadistic .stadistic-item {
  text-align: center;
}

.stadistic-item {
  border: 1px dashed #bcbec0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 30px 15px 15px;
}
.stadistic-item .stadistic-item__title {
  color: #644389;
  border-bottom: 2px solid #644389;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.stadistic-item .stadistic-item__data {
  color: #6d6e71;
  font-size: 42px;
  font-weight: 700;
  margin: 15px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.stadistic-item .stadistic-item__number,
.stadistic-item .stadistic-item__unity {
  display: block;
}
.stadistic-item .stadistic-item__boxTable {
  margin: 10px 0 15px;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.stadistic-item .stadistic-item__footer {
  font-size: 13px;
}
.stadistic-item .stadistic-item__table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
.stadistic-item .stadistic-item__table tr {
  border-bottom: 1px dashed #bcbec0;
}
.stadistic-item .stadistic-item__table td,
.stadistic-item .stadistic-item__table th {
  color: #6d6e71;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 10px 10px;
}
.stadistic-item .stadistic-item__table th {
  color: #644389;
  padding-left: 30px;
}

.marquee-bbv {
  height: 33px;
  width: 100%;
  overflow: hidden;
  border: 1px dashed #979797;
  border-left: none;
  border-right: none;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.marquee-bbv .marquee-bbv__image {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.marquee-bbv .marquee-bbv__box-content {
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(80% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}
.marquee-bbv .marquee-bbv__content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate3d(95vw, 0, 0);
          transform: translate3d(95vw, 0, 0);
  -webkit-animation: marquee 25s linear infinite;
          animation: marquee 25s linear infinite;
}
.marquee-bbv .marquee-bbv__content:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.marquee-bbv .marquee-bbv__text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  color: #6d6e71;
  display: inline-block;
  line-height: 1;
}
.marquee-bbv .marquee-bbv__text-date {
  font-weight: 700;
  color: #644389;
  margin-right: 10px;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(95vw, 0, 0);
            transform: translate3d(95vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(95vw, 0, 0);
            transform: translate3d(95vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.valores-objetivos .m-objetivos {
  display: block;
  margin: auto;
  width: 720px;
  max-width: 100%;
  padding: 0 15px;
}

.valores-objetivos .m-valores {
  display: block;
  margin: 60px auto;
  padding: 0 15px;
  width: 960px;
  max-width: 100%;
}

.valores-objetivos .m-objetivos ul {
  counter-reset: c;
  list-style: none;
  margin: 0;
  padding: 0 0 0 90px;
}

.valores-objetivos .m-valores ul {
  counter-reset: b;
  list-style: none;
  margin: 0;
  padding: 0;
}

.valores-objetivos .m-objetivos ul li {
  counter-increment: c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin: 30px 0;
  position: relative;
}

.valores-objetivos .m-valores ul li {
  counter-increment: b;
  margin: 30px 0 15px;
}

.valores-objetivos .m-objetivos ul li:before {
  background: #e0d9e7;
  border-radius: 50%;
  content: counter(c);
  color: #644389;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 40px;
  position: absolute;
  padding: 8px;
  line-height: 1;
  left: -90px;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
}

.valores-objetivos .m-valores ul li h3 {
  color: #644389;
  font-size: 20px;
  margin: 10px 0 25px;
  position: relative;
  font-weight: 700;
  font-family: "Mukta Regular";
  line-height: 1.1;
}

.valores-objetivos .m-valores ul li h3:before {
  font-family: "Raleway", sans-serif;
  background: #e0d9e7;
  border-radius: 50%;
  content: counter(b);
  font-size: 40px;
  padding: 3px 0;
  position: absolute;
  left: -120px;
  top: 2.5px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  font-weight: 700;
}

.valores-objetivos .m-valores ul li h3 span {
  position: relative;
}

.valores-objetivos .m-valores ul li h3 span:after,
.valores-objetivos .m-valores ul li h3 span:before {
  content: "";
  position: absolute;
}

.valores-objetivos .m-valores ul li h3 span:before {
  border: 1px solid;
  left: -65px;
  top: calc(100% + 5px);
  width: calc(100% + 80px);
}

.valores-objetivos .m-valores ul li h3 span:before {
  border: 1px solid;
  left: -30px;
  width: calc(100% + 60px);
  border-color: #644389;
}

.valores-objetivos .m-valores ul li h3 span:before {
  left: -60px;
  width: calc(100% + 90px);
}

.valores-objetivos .m-valores ul li h3 span:after {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: calc(100% + 15px);
  top: calc(100% + 2px);
}

.valores-objetivos .m-valores ul li h3 span:after {
  left: calc(100% + 30px);
  top: calc(100% + 1px);
}

.valores-objetivos .m-valores ul li h3 span:after {
  background: #644389;
}

.valores-objetivos .m-objetivos ul li p,
.valores-objetivos .m-valores ul li p {
  font-size: 14px;
  color: #333;
}

.valores-objetivos .m-objetivos ul li p {
  display: block;
  margin: auto 0;
  width: 100%;
}

@media (min-width: 769px) {
  .valores-objetivos .m-valores ul li {
    width: calc((100% + 60px) / 2);
  }
  .valores-objetivos .m-valores ul li:nth-child(odd) {
    padding-right: 120px;
    text-align: right;
  }
  .valores-objetivos .m-valores ul li:nth-child(2n) {
    margin: 0 0 0 auto;
    padding-left: 120px;
    text-align: left;
  }
  .valores-objetivos .m-valores ul li:nth-child(odd) h3:before {
    left: calc(100% + 60px);
  }
  .valores-objetivos .m-valores ul li:nth-child(odd) h3 span:before {
    left: -30px;
  }
  .valores-objetivos .m-valores ul li:nth-child(odd) h3 span:after {
    left: -40px;
  }
}
.banner-title {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  height: 400px;
}
.banner-title .banner-title__box-circle {
  background: rgba(171, 158, 199, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 340px;
  height: 340px;
  position: relative;
  text-align: center;
  padding: 45px;
}
.banner-title .banner-title__box-circle:before {
  background: #644389;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-title .banner-title__title {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 36px;
  margin: auto;
  position: relative;
  text-transform: uppercase;
}

.bannerbox-circle {
  background: rgba(171, 158, 199, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 340px;
  height: 340px;
  position: relative;
  text-align: center;
  padding: 45px;
}
.bannerbox-circle:before {
  background: #644389;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bannerbox-circle .bannerbox-circle__title {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 36px;
  margin: auto;
  position: relative;
  text-transform: uppercase;
  line-height: 1.3;
}

.bannerbox-circle.bannerbox-circle_left {
  margin: auto auto auto 75px;
}
.bannerbox-circle.bannerbox-circle_right {
  margin: auto 75px auto auto;
}

.banner-innerPage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

.banner-innerPage.banner-innerPage_square {
  min-height: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 75px;
  background-position: top;
}
.banner-innerPage.banner-innerPage_circle {
  padding: 15px;
  height: 400px;
}

.banner-innerPage_square .banner-innerPage__title {
  margin: 35px 0;
  text-transform: uppercase;
}
.banner-innerPage_square .banner-innerPage__box-square {
  display: block;
  margin: 60px 0px 30px auto;
  padding: 35px 45px;
  width: 50%;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  background: var(--webinar-bg-color, rgba(54, 188, 135, 0.7));
}
.banner-innerPage_square .banner-innerPage__box-square:empty {
  display: none;
}
.banner-innerPage_square .banner-innerPage__box-square_green {
  background: rgba(54, 188, 135, 0.7);
  color: #fff;
}
.banner-innerPage_square .banner-innerPage__box-square_purple {
  background: rgba(100, 67, 137, 0.7);
  color: #fff;
}
.banner-innerPage_square .entry-header .entry-header__title {
  padding-left: 65px;
}
.banner-innerPage_square .entry-header .entry-header__title:not(.entry-header__title_white) {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}

.iconLink {
  margin: 25px auto;
  max-width: 240px;
  width: 100%;
}
.iconLink .iconLink__box {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.iconLink .iconLink__imgBox {
  background: #fff;
  background-size: cover;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 20px;
  position: relative;
  border: 3px solid #59c8e1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 102px;
  height: 102px;
}
.iconLink .iconLink__img {
  width: 90px;
  display: block;
}
.iconLink .iconLink__content {
  color: gray;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  margin: auto;
  max-width: 210px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.iconLinkBox {
  margin: 30px auto;
  max-width: 340px;
  width: 100%;
}
.iconLinkBox .iconLinkBox__box {
  border: 1px dashed #d8d8d8;
  color: #36bc87;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}
.iconLinkBox .iconLinkBox__imgBox {
  background: #644389;
  background-size: auto 50px;
  display: block;
  width: 90px;
  height: 90px;
  margin: -15px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.iconLinkBox .iconLinkBox__img {
  display: block;
  width: 50px;
}
.iconLinkBox .iconLinkBox__content {
  display: block;
  margin: auto;
  text-align: right;
  padding: 15px 15px 15px 0;
  width: calc(100% - 120px);
}
.iconLinkBox .iconLinkBox__imgBox.iconLinkBox__imgBox_circle {
  border-radius: 50%;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.page-navigation {
  height: 44px;
  margin-bottom: 20px;
}
.page-navigation .page-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 15px;
  width: 100%;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  z-index: 10;
}
.page-navigation .page-navigation__item {
  background: #d8d8d8;
  color: #644389;
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.page-navigation .page-navigation__item.active, .page-navigation .page-navigation__item:hover {
  background: #644389;
  color: #fff;
}
.page-navigation .page-navigation__item:not(:last-child) {
  border-right: 1px solid rgba(100, 67, 137, 0.2);
}
.page-navigation .page-navigation__link {
  display: block;
  color: inherit;
  padding: 10px 15px;
}

.boxFile .boxFile__link {
  border: 1px dashed #bcbec0;
  color: #644389;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  width: 100%;
  max-width: 650px;
  margin-bottom: 10px;
}
.boxFile .boxFile__link:hover {
  background: #f2f2f2;
}
.boxFile .boxFile__img {
  display: block;
  height: 35px;
  margin: auto 20px auto 0;
}
.boxFile .boxFile__text {
  display: block;
  margin: auto auto auto 0;
  line-height: 1.2;
}
.boxFile.boxFile-no-border .boxFile__link {
  border-color: transparent;
  background-color: #f2f2f2;
  border-radius: 5px;
  color: gray;
  padding: 10px 15px 10px 90px;
  height: 80px;
  position: relative;
}
.boxFile.boxFile-no-border .boxFile__link:before {
  background: #36bc87 url(../img/icons/icon-file.svg) no-repeat 50%;
  background-size: auto 28px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
}

.boxFile-square {
  max-width: 430px;
  width: 100%;
  padding: 0 5px;
  margin: 5px auto 10px;
}
.boxFile-square .boxFile-square__text {
  color: #644389;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 25px;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
.boxFile-square .boxFile-square__item {
  background: #59c8e1 url(../img/icons/icon-file.svg) no-repeat center 45%;
  background-size: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 145px;
  max-width: 100%;
  width: 260px;
}
.boxFile-square .boxFile-square__link {
  display: block;
  padding: 7px 14px;
  margin: auto auto -20px;
  width: auto;
  max-width: initial;
}
.boxFile-square.boxFile-square_big {
  max-width: 420px;
}
.boxFile-square.boxFile-square_big .boxFile-square__item {
  width: 340px;
}

.linkInterest {
  background-color: #59c8e1;
  padding: var(--topPad, 20px) var(--rightPad, 15px) var(--bottomPad, 20px) var(--leftPad, 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.linkInterest .linkInterenst__text {
  color: #644389;
  font-size: 16px;
  font-weight: 700;
}
.linkInterest .linkInterest__list-links {
  width: 100%;
}
.linkInterest .linkInterest__list-links .btn {
  width: 100%;
  display: block;
  max-width: 100%;
  background: #ccebf3;
  color: #59c8e1;
  margin: 20px 0 auto;
  padding: 15px;
}
.linkInterest .linkInterest__list-links .btn:hover {
  color: #644389;
}

.bborder-outside {
  position: relative;
}
.bborder-outside:before {
  border: 1px dashed #bcbec0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bborder-outside .bborder-outside__title {
  color: #fff;
  font-size: 24px;
  margin: 0 0 35px;
}
.bborder-outside .bborder-outside__content {
  color: #fff;
  font-size: 18px;
}
.bborder-outside .bborder-outside__content p,
.bborder-outside .bborder-outside__content ul {
  color: inherit;
  font-size: inherit;
}

.bborder-outside.bborder-outside_box-link {
  background: #644389;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 20px);
  padding: 25px 20px 0;
  text-align: center;
  margin-bottom: 40px;
}
.bborder-outside.bborder-outside_box-link:before {
  border-color: #bcbec0;
  left: -25px;
  top: -20px;
  z-index: -1;
}
.bborder-outside.bborder-outside_box-link .bborder-outside__title {
  font-size: 27px;
  margin: 0 0 20px;
}
.bborder-outside.bborder-outside_box-link .bborder-outside__content {
  margin: 0 0 30px;
}
.bborder-outside.bborder-outside_box-link .bborder-outside__btn {
  margin: auto auto -20px;
}
.bborder-outside.bborder-outside_box-text {
  background: #36bc87;
  padding: 45px 60px;
}
.bborder-outside.bborder-outside_box-text:before {
  border-color: #644389;
  left: 30px;
  top: -30px;
}

.banner-img-txt .banner-img-txt__boximg > .kt-inside-inner-col {
  height: 100%;
}
.banner-img-txt .banner-img-txt__boxtxt h2,
.banner-img-txt .banner-img-txt__boxtxt h3,
.banner-img-txt .banner-img-txt__boxtxt h4 {
  margin-bottom: 25px;
}
.banner-img-txt .banner-img-txt__boxtxt p {
  margin-bottom: 18px;
  font-size: 18px;
}

.entry-content.entry-content-default .banner-img-txt .banner-img-txt__boxtxt p {
  margin-bottom: 18px;
}

.title-bullet {
  position: relative;
  margin-bottom: 18px;
}
.title-bullet:after {
  background: #644389;
  border-radius: 50%;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
}
.title-bullet.title-bullet-left:after {
  left: -53px;
}
.title-bullet.title-bullet-right:after {
  left: calc(100% + 38px);
}

.div-bullet {
  position: relative;
}
.div-bullet:after {
  background: #644389;
  border-radius: 50%;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
}
.div-bullet.div-bullet-left:after {
  left: -53px;
}
.div-bullet.div-bullet-right:after {
  left: calc(100% - 9px);
}

.pagemenu {
  position: sticky;
  top: 90px;
  width: 100%;
  z-index: 20;
}
.pagemenu .pagemenu__navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  z-index: 2;
}
.pagemenu .pagemenu__navitem {
  background: #d8d8d8;
  color: #644389;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.pagemenu .pagemenu__navlink {
  display: block;
  margin: auto;
  color: inherit;
  text-transform: uppercase;
  line-height: 1.2;
}

.pagemenu.pagemenu_lightblue .pagemenu__navitem {
  background: #ccebf3;
  border: 1px solid rgba(89, 200, 225, 0.3);
  color: #59c8e1;
}
.pagemenu.pagemenu_lightblue .pagemenu__navitem.li-current, .pagemenu.pagemenu_lightblue .pagemenu__navitem:hover {
  background: #59c8e1;
  color: #fff;
}
.pagemenu.pagemenu_gray .pagemenu__navitem {
  background: #d8d8d8;
  color: #644389;
}
.pagemenu.pagemenu_gray .pagemenu__navitem:not(:last-child) {
  border-right: 1px solid rgba(100, 67, 137, 0.3);
}
.pagemenu.pagemenu_gray .pagemenu__navitem.li-current, .pagemenu.pagemenu_gray .pagemenu__navitem:hover {
  background: #644389;
  color: #fff;
}
.pagemenu.pagemenu_green .pagemenu__navitem {
  background: #36bc87;
  color: #fff;
}
.pagemenu.pagemenu_green .pagemenu__navitem:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.pagemenu.pagemenu_green .pagemenu__navitem.li-current, .pagemenu.pagemenu_green .pagemenu__navitem:hover {
  background: #298d65;
  color: #fff;
}

.pagemenu.tab-page {
  position: relative;
  top: 0;
}
.pagemenu.tab-page .pagemenu__navlist {
  width: initial;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 30px;
}
.pagemenu.tab-page .pagemenu__navitem {
  min-width: 260px;
}

.pagemenu-block {
  width: 100%;
  position: relative;
}
.pagemenu-block::before {
  background: gray;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
}
.pagemenu-block .pagemenu-block__navlist {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 250px);
  grid-gap: 10px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px auto;
  /* display: flex;
  margin: 0;
  justify-content: stretch; */
}
.pagemenu-block .pagemenu-block__navitem {
  background: #d8d8d8;
  color: #644389;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-grow: 1;
  flex-basis: auto;*/
  padding: 12px 30px 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagemenu-block .pagemenu-block__navlink {
  display: inline-block;
  width: 100%;
  color: inherit;
  text-transform: uppercase;
  line-height: 1.2;
}

.pagemenu-block.pagemenu-block_lightblue .pagemenu-block__navitem {
  background: #ccebf3;
  border: 1px solid rgba(89, 200, 225, 0.3);
  color: #59c8e1;
}
.pagemenu-block.pagemenu-block_lightblue .pagemenu-block__navitem.li-current, .pagemenu-block.pagemenu-block_lightblue .pagemenu-block__navitem:hover {
  background: #59c8e1;
  color: #fff;
}
.pagemenu-block.pagemenu-block_gray .pagemenu-block__navitem {
  background: #d8d8d8;
  color: #644389;
}
.pagemenu-block.pagemenu-block_gray .pagemenu-block__navitem:not(:last-child) {
  border-right: 1px solid rgba(100, 67, 137, 0.3);
}
.pagemenu-block.pagemenu-block_gray .pagemenu-block__navitem.li-current, .pagemenu-block.pagemenu-block_gray .pagemenu-block__navitem:hover {
  background: #644389;
  color: #fff;
}
.pagemenu-block.pagemenu-block_green .pagemenu-block__navitem {
  background: #36bc87;
  color: #fff;
}
.pagemenu-block.pagemenu-block_green .pagemenu-block__navitem:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.pagemenu-block.pagemenu-block_green .pagemenu-block__navitem.li-current, .pagemenu-block.pagemenu-block_green .pagemenu-block__navitem:hover {
  background: #298d65;
  color: #fff;
}

.page-template-page-notas-prensa .pagemenu-block {
  position: relative;
  top: 0;
}

.blockprice {
  background: #f7941e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  text-align: center;
  margin: 0 auto 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  height: 300px;
  max-width: 350px;
  width: 100%;
}
.blockprice .blockprice__title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: inherit;
  color: inherit;
  line-height: 1.4;
  height: 50px;
  overflow: hidden;
}
.blockprice .blockprice__cost {
  font-size: 56px;
  font-weight: 400;
  margin: 30px 0 25px;
  text-transform: uppercase;
}
.blockprice .blockprice__description {
  color: inherit;
  font-size: 14px;
}

.blockprice.blockprice__purple {
  background-color: #644389;
}
.blockprice.blockprice__green {
  background-color: #36bc87;
}

.contentborder {
  padding: 25px;
  margin-bottom: 15px;
  border: 2px dashed #bcbec0;
  height: 100%;
}
.contentborder .contentborder__title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  color: inherit;
  line-height: 1.1;
}
.contentborder .contentborder__subtitle {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  margin-top: -10px;
  font-weight: 400;
  color: inherit;
  line-height: 1.3;
}
.contentborder .contentborder__content p {
  margin-bottom: 10px;
}
.contentborder.is-center {
  text-align: center;
}
.contentborder.is-small {
  padding: 15px 25px 10px;
}

.contentborder.contentborder_green {
  border-color: #36bc87;
  color: #36bc87;
}
.contentborder.contentborder_lightblue {
  border-color: #59c8e1;
  color: #59c8e1;
}
.contentborder.contentborder_purple {
  border-color: #644389;
  color: #644389;
}
.contentborder.contentborder_orange {
  border-color: #f7941e;
  color: #f7941e;
}

.boxFile-text {
  background: #36bc87;
  margin: 15px auto;
  padding: 25px 30px;
  max-width: 630px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.boxFile-text .boxFile-text__content {
  color: #fff;
  max-width: 360px;
  margin: auto 60px auto auto;
  font-size: 14px;
}
.boxFile-text .boxFile-text__download {
  display: block;
  margin: 0;
  text-align: center;
}
.boxFile-text .boxFile-text__image {
  display: block;
  margin: 0 auto 15px;
}
.boxFile-text a {
  display: block;
  margin: auto;
  min-width: 150px;
}

.cardcontact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto 15px;
  padding: 15px;
  text-align: center;
  height: 390px;
  max-width: 380px;
  width: 100%;
}
.cardcontact-info .cardcontact-info__title {
  border-bottom: 1px solid #644389;
  color: #644389;
  font-size: 20px;
  font-weight: 700;
  min-height: 55px;
  padding: 0 15px 10px;
  text-align: center;
  margin: 0 0 20px;
  text-transform: uppercase;
  width: 100%;
  line-height: 1.1;
}
.cardcontact-info .cardcontact-info__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  margin: 0 0 30px;
  width: 100%;
  color: #333;
  line-height: 1.4;
}
.cardcontact-info .cardcontact-info__data {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 20px;
  font-weight: 500;
  height: 18px;
  width: 100%;
}
.cardcontact-info .cardcontact-info__data-person {
  color: #644389;
  margin: auto 0 30px;
}
.cardcontact-info .cardcontact-info__data-contact {
  color: gray;
  margin: auto 0 20px;
}
.cardcontact-info .cardcontact-info__link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  background: #36bc87;
  color: #fff;
  display: block;
  padding: 8px 15px;
  font-size: 0.9rem;
}
.cardcontact-info .cardcontact-info__link:hover {
  color: #fff;
}

.footer-materials {
  background: #59c8e1;
  display: grid;
  grid-template-columns: 1fr 1fr 45px 1fr;
  margin: 30px 0 0;
  padding: 30px 120px;
}

.fm-contentblock {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  text-align: center;
}
.fm-contentblock .fm-contentblock__title {
  color: #36bc87;
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  font-weight: 500;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.fm-contentblock .fm-contentblock__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 10px;
  color: #333;
  line-height: 1.4;
  font-size: 0.9rem;
}
.fm-contentblock .btn {
  margin: auto auto 0;
  font-size: 0.9rem;
}
.fm-contentblock:first-child {
  border-right: 2px dashed #59c8e1;
}

.blocklink-list {
  background: #644389;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  text-align: center;
}
.blocklink-list .blocklink-list__text {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 10px;
}
.blocklink-list .blocklink-list__link {
  color: #59c8e1;
  font-weight: 700;
  width: 100%;
  background: #ccebf3;
  margin: auto auto 10px;
  display: block;
  padding: 8px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}

.gmultimedia-file {
  margin: 0 8px 45px;
}
.gmultimedia-file .gmultimedia-file__content {
  background: no-repeat 50%;
  background-size: contain;
  width: 100%;
  margin: 0 0 25px;
  padding-top: 58%;
  position: relative;
  overflow: visible;
}
.gmultimedia-file .gmultimedia-file__content::before {
  border: 2px dashed #f2f2f2;
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  z-index: -1;
}
.gmultimedia-file .gmultimedia-file__content > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gmultimedia-file .gmultimedia-file__content .gmultimedia-file__bgfile {
  background-color: #d8d8d8;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 40%;
}
.gmultimedia-file .gmultimedia-file__content .gmultimedia-file__bgfile.pdf {
  background-image: url(../img/icons/pdf.svg);
}
.gmultimedia-file .gmultimedia-file__content .gmultimedia-file__bgfile.ppt {
  background-image: url(../img/icons/ppt.svg);
}
.gmultimedia-file .gmultimedia-file__description {
  text-align: center;
  font-size: 0.9rem;
}

.block-ostatistics {
  margin-bottom: 50px;
  position: relative;
}
.block-ostatistics .title-background {
  font-size: 20px;
  max-width: 80%;
}
.block-ostatistics .block-ostatistics__description {
  margin-bottom: 20px;
  max-width: 70%;
}
.block-ostatistics .block-ostatistics__subtitle {
  color: #644389;
  font-size: 18px;
  margin-bottom: 15px;
}
.block-ostatistics .statistics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.block-ostatistics .statistics-item .statistics-item__description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
  margin-right: 2%;
}
.block-ostatistics .statistics-item .statistics-item__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-ostatistics .statistics-item .statistics-item__link .statistics-item__border-box {
  padding: 25px 15px;
}
.block-ostatistics .statistics-item .statistics-item__border-box {
  border: 2px dashed #bcbec0;
  background-color: #fff;
}
.block-ostatistics .statistics-item:last-child .statistics-item__link {
  background-color: #fff;
}
.block-ostatistics::after {
  border-top: 2px dashed #bcbec0;
  border-right: 2px dashed #bcbec0;
  content: "";
  position: absolute;
  width: 85%;
  height: calc(100% - 20px);
  top: 20px;
  left: 15px;
  z-index: -1;
}

.card-flip {
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: relative;
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.card-flip .card-flip__content {
  position: relative;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.card-flip .card-flip__front,
.card-flip .card-flip__back {
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.card-flip .card-flip__back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media (hover: hover) and (pointer: fine) {
  .card-flip.is-translate:hover {
    -webkit-transform: translate(-8px, -6px);
            transform: translate(-8px, -6px);
    z-index: 2;
  }
  .card-flip:hover {
    z-index: 2;
  }
  .card-flip:hover .card-flip__content {
    -webkit-transform: translateX(-100%) rotateY(-180deg);
            transform: translateX(-100%) rotateY(-180deg);
  }
  .card-flip:hover .service-card {
    /* transform: translateX(-100%) rotateY(-180deg); */
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  }
  .card-flip:hover .service-card .service-card__front .service-card__title {
    opacity: 0;
  }
  .card-flip:hover > .product-card .product-card__back {
    height: 415px;
    top: -30px;
  }
  .card-flip:hover > .product-card .product-card__back > * {
    opacity: 1;
  }
}
.product-card {
  max-width: 360px;
  width: 100%;
  height: 660px;
}
.product-card.product-card--is-flip {
  max-width: 268px;
  height: 306px;
}
.product-card.product-card--is-flip .product-card__back {
  height: 306px;
  top: 0;
  -webkit-transition: top ease-in-out 1s, height ease-in-out 0.6s;
  transition: top ease-in-out 1s, height ease-in-out 0.6s;
  background-color: #fff;
}
.product-card.product-card--is-flip .product-card__back > * {
  opacity: 0;
}

.product-card {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  margin-inline: auto;
}
.product-card .product-card__body {
  padding-inline: 6px;
  margin-bottom: 12px;
}
.product-card .product-card__category {
  font-size: 13px;
  font-weight: 700;
  color: #36bc87;
}
.product-card .product-card__title {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #644389;
  line-height: 1.2;
}
.product-card .product-card__content *, .product-card .product-card__featured * {
  font-size: 12px;
}
.product-card .product-card__featured h1, .product-card .product-card__featured h2, .product-card .product-card__featured h3, .product-card .product-card__featured h4, .product-card .product-card__featured h5, .product-card .product-card__featured h6 {
  margin-bottom: 5px;
}
.product-card .product-card__featured ul {
  margin-top: 6px;
  padding-left: 25px;
  margin-bottom: 5px;
}
.product-card .product-card__featured ul li {
  font-size: 12px;
  margin-bottom: 0;
}
.product-card .product-card__footer .btn {
  display: block;
  max-width: 250px;
  margin-inline: auto;
  font-size: 14px;
}

.product-card__front .product-card__boxImage {
  width: 100%;
  height: 100%;
}
.product-card__front .product-card__boxImage .product-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card__front-link {
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center;
}
.product-card__front-link .btn {
  font-size: 0.8rem;
  border: 1px solid #36bc87;
  background-color: rgba(54, 188, 135, 0.2);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.product-card__back {
  padding: 5px;
  border: 1px solid #f7f7f7;
}
.product-card__back .product-card__content {
  padding: 15px 6px 5px;
}

.product-card__header {
  padding: 6px 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#644389), to(#36bc87));
  background: linear-gradient(180deg, #644389, #36bc87);
}
.product-card__header .product-card__title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}

@media (hover: hover) and (pointer: fine) {
  .product-card:not(.product-card--is-flip) {
    position: relative;
    -webkit-transition-property: border, -webkit-transform;
    transition-property: border, -webkit-transform;
    transition-property: transform, border;
    transition-property: transform, border, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .product-card:not(.product-card--is-flip)::after {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition-property: width, height, border;
    transition-property: width, height, border;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    border: 3px solid #fff;
    width: 100%;
    height: 100%;
  }
  .product-card:not(.product-card--is-flip):hover {
    -webkit-transform: translate(-1px, -2px);
            transform: translate(-1px, -2px);
    z-index: 1;
  }
  .product-card:not(.product-card--is-flip):hover::after {
    -webkit-box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.15);
    border-color: #36BC87;
    width: 110%;
    height: 106%;
  }
  .product-card > .product-card__footer .btn {
    opacity: 0;
    -webkit-transition: opacity ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s;
    visibility: hidden;
  }
  .product-card .product-card__front-link {
    display: none;
  }
  .product-card:hover > .product-card__footer .btn {
    opacity: 1;
    visibility: visible;
  }
}
.list-type-documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin-top: 6px;
  margin-bottom: 12px;
}
.list-type-documents .list-type-documents__item {
  border-radius: 25px;
  background-color: #e9e9e9;
  color: #808080;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding-inline: 12px;
  height: 21px;
  line-height: 22px;
}

@media screen and (max-width: 359px) {
  div.breadCrumb {
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  div.breadCrumb .breadCrumb__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .pagemenu .pagemenu__navlink {
    font-size: 0.9rem;
  }
  .blockprice {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 480px) {
  .entry-header .entry-header__title:before {
    width: 100%;
  }
  .entry-header .entry-header__title:after {
    left: 99%;
  }
}
@media screen and (max-width: 768px) {
  .nacional-stadistic {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 390px;
  }
  .feed-news .feed-news__title {
    padding-left: 25px;
    margin-left: -40px;
    margin-bottom: 20px;
  }
  .section-title {
    padding: 20px 15px 20px 15px;
    font-size: 28px;
    text-align: center;
  }
  .ourService {
    width: 95%;
    max-width: 315px;
    margin: 10px auto;
    height: auto;
  }
  .ourService .ourService__title {
    font-size: 25px;
  }
  .ourService .ourService__block {
    position: relative;
    padding: 20px 8px;
  }
  .ourService .serviceContent__text {
    padding: 0 15px;
  }
  .img-fullBlock {
    height: 383px;
    background-position: center;
    padding-top: 30px;
  }
  .img-fullBlock .img-fullBlock__title {
    font-size: 28px;
  }
  .img-fullBlock .img-fullBlock__title br {
    display: none;
  }
  .infoCompany {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 21px;
  }
  .infoCompany.infoCompany_map-left {
    padding: 10px 0;
  }
  .info-company__content {
    margin-bottom: 25px;
  }
  .infoCompany .info-company__map {
    padding-left: 10px;
  }
  .valores-objetivos .m-valores,
  .valores-objetivos .m-objetivos {
    width: 420px;
  }
  .valores-objetivos .m-valores ul {
    padding-left: 85px;
  }
  .valores-objetivos .m-valores ul li h3:before {
    left: -90px;
  }
  .valores-objetivos .m-valores ul li h3 span:before {
    left: -30px;
    width: calc(100% + 45px);
  }
  .valores-objetivos .m-valores ul li h3 span:after {
    left: calc(100% + 15px);
  }
  .banner-title .banner-title__box-circle {
    width: 260px;
    height: 260px;
    padding: 30px;
  }
  .banner-title .banner-title__box-circle:before {
    width: 200px;
    height: 200px;
  }
  .banner-title .banner-title__title {
    font-size: 24px;
  }
  .page-navigation {
    height: auto;
  }
  .page-navigation .page-navigation__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxFile .boxFile__link {
    margin: 15px 0;
  }
  .banner-innerPage_square .banner-innerPage__box-square {
    margin: 30px 0px 30px auto;
    width: calc(100% - 15px);
    font-size: 16px;
    padding: 20px 15px;
  }
  .bborder-outside.bborder-outside_box-link {
    margin-bottom: 55px;
  }
  .bborder-outside:before {
    width: 97%;
  }
  .bborder-outside.bborder-outside_box-link:before {
    left: -10px;
  }
  .pagemenu__navlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagemenu {
    position: relative;
    top: 0;
  }
  .pagemenu .pagemenu__navitem {
    width: 50%;
  }
  .bannerbox-circle.bannerbox-circle_left,
  .bannerbox-circle.bannerbox-circle_right {
    margin: auto;
  }
  .bannerbox-circle {
    width: 280px;
    height: 280px;
  }
  .bannerbox-circle:before {
    width: 220px;
    height: 220px;
  }
  .bannerbox-circle .bannerbox-circle__title {
    font-size: 1.5rem;
  }
  .cardcontact-info {
    height: auto;
  }
  .boxFile-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 420px;
  }
  .boxFile-text .boxFile-text__content {
    margin: 0 0 25px;
    text-align: center;
  }
  .boxFile-text .boxFile-text__download {
    width: 100%;
  }
  .footer-materials {
    display: block;
    padding: 1px 15px;
  }
  .fm-contentblock {
    margin: 15px 0;
  }
  .fm-contentblock:first-child {
    border: none;
  }
  .blocklink-list {
    margin: 15px 0;
  }
  .gmultimedia-file {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-ostatistics .title-background {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
  }
  .block-ostatistics .block-ostatistics__description {
    max-width: 100%;
  }
  .block-ostatistics .statistics-item {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .block-ostatistics .statistics-item .statistics-item__description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0%;
  }
  .block-ostatistics .statistics-item .statistics-item__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
  }
  .block-ostatistics .statistics-item .statistics-item__link .statistics-item__border-box {
    padding-inline: 35px;
  }
  .block-ostatistics::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .valores-objetivos .m-objetivos {
    width: 420px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .ourService {
    max-width: 95%;
  }
  .img-fullBlock {
    height: 420px;
  }
  .infoCompany {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px 20px 30px;
    font-size: 18px;
  }
  .info-company__content {
    margin-bottom: 15px;
  }
  .banner-innerPage_square .banner-innerPage__box-square {
    width: 75%;
  }
  .footer-materials {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 0;
  }
  .blocklink-list {
    grid-column: 1/3;
  }
  .blockprice {
    padding: 20px 10px;
    height: 310px;
  }
  .blockprice .blockprice__cost {
    font-size: 46px;
  }
}
@media screen and (max-width: 1023px) {
  .breadCrumb {
    padding-left: 35px;
  }
  .infoCompany.infoCompany_map-left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-materials > p {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .infoCompany {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px 20px 30px;
    font-size: 21px;
  }
  .info-company__content {
    margin-bottom: 20px;
  }
  .infoCompany .info-company__map {
    max-width: 380px;
  }
  .img-fullBlock {
    height: calc(var(--custom_height) - 100px);
  }
  .nacional-stadistic {
    grid-gap: 20px 20px;
  }
  .stadistic-item .stadistic-item__title {
    font-size: 18px;
  }
  .stadistic-item .stadistic-item__data {
    font-size: 38px;
  }
}
article.type-productos > .entry-header {
  display: none;
}

.hamburger-icon {
  width: 35px;
  height: 18px;
  position: absolute;
  right: 0;
  display: none;
  margin: 0 20px 0 0;
}
.hamburger-icon .line {
  display: block;
  background: #363636;
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 1px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.hamburger-icon .line.line-1 {
  top: 0;
}
.hamburger-icon .line.line-2 {
  top: 50%;
}
.hamburger-icon .line.line-3 {
  top: 100%;
}
.hamburger-icon:hover .line-1, .hamburger-icon:focus .line-1 {
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
}
.hamburger-icon:hover .line-3, .hamburger-icon:focus .line-3 {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
}
.hamburger-icon.is-active .line-1 {
  transform: translateY(9px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  -moz-transform: translateY(9px) translateX(0) rotate(45deg);
}
.hamburger-icon.is-active .line-2 {
  opacity: 0;
}
.hamburger-icon.is-active .line-3 {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-9px) translateX(0) rotate(-45deg);
}

/*Main menu
* Navigation
--------------------------------------------- */
::-webkit-scrollbar-thumb {
  background-color: #6d6e71;
  border-radius: 10px;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d8d8d8;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.nav-menu .sub-menu {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  list-style: none;
}
.nav-menu .menu-item {
  position: relative;
}
.nav-menu .menu-item a,
.nav-menu .menu-item span {
  display: block;
  text-decoration: none;
}
.nav-menu .menu-item span {
  cursor: default;
}
.nav-menu .item-link-return {
  display: none;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation .nav-menu {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.main-navigation .nav-menu > .menu-item {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-navigation .nav-menu > .menu-item > .sub-menu {
  background-color: #fff;
}
.main-navigation .nav-menu > .menu-item > .sub-menu .menu-item > a,
.main-navigation .nav-menu > .menu-item > .sub-menu .menu-item > span {
  color: #644389;
  padding: 12px 15px;
}
.main-navigation .nav-menu > .menu-item > .sub-menu .menu-item > .sub-menu {
  background-color: #f3f3f3;
  width: 90%;
  top: 0;
  left: 100%;
  min-height: 100%;
  height: auto;
  -webkit-box-shadow: 0px 2px 4px rgba(165, 165, 165, 0.5);
          box-shadow: 0px 2px 4px rgba(165, 165, 165, 0.5);
}
.main-navigation .nav-menu > .menu-item > .sub-menu .menu-item > .sub-menu .menu-item a,
.main-navigation .nav-menu > .menu-item > .sub-menu .menu-item > .sub-menu .menu-item span {
  color: #644389;
  padding: 12px 15px 6px;
  font-weight: 400;
}
.main-navigation .nav-menu > .menu-item > .sub-menu .menu-item > .sub-menu .menu-item a:hover,
.main-navigation .nav-menu > .menu-item > .sub-menu .menu-item > .sub-menu .menu-item span:hover {
  background-color: #36bc87;
  color: #fff;
}
.main-navigation .nav-menu > .menu-item a,
.main-navigation .nav-menu > .menu-item span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-navigation .nav-menu > .menu-item > a,
.main-navigation .nav-menu > .menu-item > span {
  color: #644389;
  padding: 0px 5px;
  text-align: center;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  line-height: 1.2;
}
.main-navigation .nav-menu > .menu-item > a:after,
.main-navigation .nav-menu > .menu-item > span:after {
  content: "";
  display: none;
  position: absolute;
  height: 5px;
  width: 8px;
  background-image: url("../img/menu-triangle.png");
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-navigation .nav-menu > .menu-item:hover {
  background-color: #36bc87;
}
.main-navigation .nav-menu > .menu-item:hover > a,
.main-navigation .nav-menu > .menu-item:hover > span {
  color: #fff;
  /*&:after {
    display: block;
  }*/
}
.main-navigation .nav-menu > .menu-item:hover > .sub-menu > .menu-item:hover > a,
.main-navigation .nav-menu > .menu-item:hover > .sub-menu > .menu-item:hover > span {
  background-color: #36bc87;
  color: #fff;
}
.main-navigation .nav-menu > .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
  display: block;
}
.main-navigation .nav-menu > .menu-item.current-menu-item:not(.menu-item-type-custom), .main-navigation .nav-menu > .menu-item.current-menu-parent:not(.menu-item-type-custom) {
  background-color: #36bc87;
}
.main-navigation .nav-menu > .menu-item.current-menu-item:not(.menu-item-type-custom) > a,
.main-navigation .nav-menu > .menu-item.current-menu-item:not(.menu-item-type-custom) > span, .main-navigation .nav-menu > .menu-item.current-menu-parent:not(.menu-item-type-custom) > a,
.main-navigation .nav-menu > .menu-item.current-menu-parent:not(.menu-item-type-custom) > span {
  color: #fff;
  /*&:after {
    display: block;
  }*/
}

.secondary-navigation {
  border-bottom: 2px solid #644389;
  padding-right: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.secondary-navigation .nav-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.secondary-navigation .nav-menu .menu-item {
  margin: 0 5px;
}
.secondary-navigation .nav-menu .menu-item > a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #bec0c1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 8px;
}
.secondary-navigation .nav-menu .menu-item > a:hover {
  color: #36bc87;
}
.secondary-navigation .nav-menu .menu-item.current-page-ancestor > a, .secondary-navigation .nav-menu .menu-item.current_page_item > a {
  color: #36bc87;
}

.secondary-navigation .nav-menu .menu-login {
  background-color: #644389;
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 10px;
  position: relative;
}
.secondary-navigation .nav-menu .menu-login > a {
  color: #fff;
  font-weight: 700;
}
.secondary-navigation .nav-menu .menu-login:hover {
  background-color: #36bc87;
}
.secondary-navigation .nav-menu .menu-login:hover > a {
  color: #fff;
}
.secondary-navigation .nav-menu .menu-login::before {
  content: "";
  background: url(../img/icons/icon-login.png) no-repeat center;
  position: absolute;
  width: 16px;
  height: 18px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.secondary-navigation .nav-menu .menu-item.menu-icon {
  padding-left: 12px;
}
.secondary-navigation .nav-menu .menu-item.menu-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.secondary-navigation .nav-menu .menu-item.menu-icon.menu-icon--back::before {
  background: url(../img/icons/icon-angle-left.png) no-repeat center;
  width: 16px;
  height: 16px;
  left: 2px;
  -webkit-transition: left ease-in-out 0.3s;
  transition: left ease-in-out 0.3s;
}
.secondary-navigation .nav-menu .menu-item.menu-icon.menu-icon--back:hover::before {
  left: -2px;
}

@media screen and (max-width: 768px) {
  .main-navigation {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  .main-navigation .nav-menu {
    overflow-x: hidden;
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .main-navigation .nav-menu .menu-item {
    position: initial;
  }
  .main-navigation .nav-menu > .menu-item > a,
  .main-navigation .nav-menu > .menu-item > span {
    text-align: left;
    padding: 10px 20px;
  }
  .main-navigation .nav-menu > .menu-item .sub-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 2;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .main-navigation .nav-menu > .menu-item .sub-menu.is-display {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .main-navigation #primary-menu.nav-menu .sub-menu .item-link-return {
    display: block;
  }
  .main-navigation #primary-menu.nav-menu .sub-menu .item-link-return .link-return {
    padding-left: 40px;
    position: relative;
  }
  .main-navigation #primary-menu.nav-menu .sub-menu .item-link-return .link-return:before {
    border-bottom: 3px solid #36bc87;
    border-left: 3px solid #36bc87;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    position: absolute;
    left: 18px;
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .main-navigation .nav-menu > .menu-item > .sub-menu .menu-item > .sub-menu {
    left: initial;
    background-color: #fff;
    width: 100%;
  }
  .secondary-navigation .nav-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .secondary-navigation .nav-menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    margin: 0;
  }
  .secondary-navigation .nav-menu .menu-item > a {
    font-size: 13px;
    padding: 5px 8px;
    line-height: 1.2;
    max-width: 210px;
    width: 100%;
  }
  .secondary-navigation .nav-menu .menu-login {
    max-width: 160px;
    width: 100%;
  }
  .secondary-navigation .nav-menu .menu-login > a {
    padding: 10px 5px;
  }
}
@media screen and (min-width: 769px), print {
  .main-navigation .nav-menu > .menu-item > .sub-menu {
    width: calc(100% + 50px);
    left: 0;
    top: 98%;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(165, 165, 165, 0.5);
            box-shadow: 0px 2px 4px rgba(165, 165, 165, 0.5);
  }
  .main-navigation .nav-menu > .menu-item:hover {
    /*background-color: $secondary-color;
      > a,
      > span {
        color: #fff;
        &:after {
          display: block;
        }
      }*/
  }
  .main-navigation .nav-menu > .menu-item:hover > .sub-menu {
    display: block;
    /*> .menu-item {
        &:hover {
          > a,
          > span {
            background-color: $secondary-color;
            color: #fff;
          }
          > .sub-menu {
            display: block;
          }
        }
      }*/
  }
  .main-navigation .nav-menu > .menu-item:last-child > .sub-menu {
    right: 0;
    left: initial;
  }
  .main-navigation .nav-menu > .menu-item:last-child > .sub-menu > .menu-item .sub-menu {
    left: inherit;
    right: 100%;
  }
  .main-navigation .nav-menu > .menu-item:nth-last-child(2) > .sub-menu > .menu-item .sub-menu {
    left: inherit;
    right: 100%;
  }
  .main-navigation .nav-menu > .menu-item.menu-item-has-children:hover > a:after,
  .main-navigation .nav-menu > .menu-item.menu-item-has-children:hover > span:after {
    display: block;
  }
  .main-navigation .nav-menu > .menu-item.menu-item-has-children.current-menu-item > a:after,
  .main-navigation .nav-menu > .menu-item.menu-item-has-children.current-menu-item > span:after, .main-navigation .nav-menu > .menu-item.menu-item-has-children.current-menu-parent > a:after,
  .main-navigation .nav-menu > .menu-item.menu-item-has-children.current-menu-parent > span:after {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .main-navigation .nav-menu > .menu-item a,
  .main-navigation .nav-menu > .menu-item span {
    font-size: 11px;
  }
  .secondary-navigation {
    padding-left: 0;
    padding-bottom: 0;
  }
  .main-navigation .nav-menu > .menu-item:hover > a:after,
  .main-navigation .nav-menu > .menu-item:hover > span:after,
  .main-navigation .nav-menu > .menu-item.current-menu-item > a:after,
  .main-navigation .nav-menu > .menu-item.current-menu-item > span:after {
    display: none;
  }
}
.link-backpage {
  font-size: 18px;
  font-weight: 700;
  margin-left: -10px;
}
.link-backpage .icon-bbv {
  margin-right: 8px;
  font-size: 80%;
}

.items-flexcenter-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.publicidad-sliderhome .slick-track {
  margin-left: 0;
}
.publicidad-sliderhome .slick-prev {
  left: -15px;
}
.publicidad-sliderhome .slick-next {
  right: -15px;
}

.sticky-header {
  height: 90px;
}
.sticky-header.is-sticky .site-header {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-animation: fade-in 0.5s ease-in-out;
          animation: fade-in 0.5s ease-in-out;
  z-index: 100;
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.site-branding {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}
.site-branding .site-branding__link {
  display: block;
  text-align: center;
  line-height: 1;
}
.site-branding .site-branding__image {
  max-width: 126px;
}

.menu-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .menu-box {
    display: none;
    background: #fff;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 100;
    overflow: hidden;
  }
  .menu-box.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hamburger-icon {
    display: block;
  }
  .sticky-header,
  .site-header {
    height: 60px;
  }
  .site-branding {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    padding-left: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .site-branding {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .menu-box {
    padding-left: 10px;
  }
}
.site-footer {
  background: #644389;
  background: -webkit-gradient(linear, right top, left top, from(#36bc87), to(#644389));
  background: linear-gradient(270deg, #36bc87 0%, #644389 100%);
  height: 65px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .site-info {
  text-align: center;
}
.site-footer .site-footer__link {
  color: #fff;
  font-size: 14px;
}
.site-footer .site-footer__image {
  position: absolute;
  right: 15px;
  top: 18px;
}

.pre-footer {
  margin-bottom: 0;
}
.pre-footer .col-informacion {
  margin-left: 0;
}
.pre-footer .infoCompany {
  border-top: 1px solid #6d6e71;
}

.site-main {
  min-height: calc(100vh - 65px - 90px);
}

.boxIE_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.boxIE {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 450px;
  height: 300px;
  background-color: #fff;
  z-index: 1001;
}
.boxIE .boxIE__header {
  padding: 15px 15px 5px;
  position: relative;
}
.boxIE .boxIE__close {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50px;
  background-color: #36bc87;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.boxIE .boxIE__image {
  max-width: 150px;
}
.boxIE .boxIE__content {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #010101;
}
.boxIE .boxIE__content h3 {
  margin-top: 5px;
  line-height: 1.2;
  font-size: 26px;
}
.boxIE .boxIE__content p {
  color: inherit;
  width: 350px;
  margin: 0 auto 5px;
}
.boxIE .boxIE__footer {
  position: relative;
  text-align: right;
  padding: 5px 25px 15px 0;
}
.boxIE .boxIE__footer:before {
  display: block;
  content: "";
  position: absolute;
  border: 1px solid #644389;
  bottom: 25px;
  left: 0;
  width: 287px;
}
.boxIE .boxIE__footer:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #644389;
  left: 286px;
  bottom: 22px;
}
.boxIE .boxIE__smallText {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #010101;
}

/*daily information*/
.daily-info-section {
  width: 100%;
  padding: 30px 25px;
  background-image: url("../img/home/daily-info-bg01.png"), url("../img/home/daily-info-bg02.png");
  background-position: -10px 90px, top right;
  background-repeat: no-repeat;
  background-size: auto;
}
.daily-info-section h2 {
  color: #644389;
  font-size: 28px;
}
.daily-info-section .daily-info-blocks {
  margin: 15px 0;
}

.bbv-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 15px 30px;
  gap: 10px;
}
.bbv-tab__list .bbv-tab__item {
  display: block;
  padding: 11px 16px;
  background-color: #BEC0C1;
  color: #644389;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.bbv-tab__list .bbv-tab__item:hover, .bbv-tab__list .bbv-tab__item.is-active {
  color: #fff;
  background-color: #36BC87;
}

.bbv-tab__content {
  padding-block: 15px;
}

/*HOME PAGE*/
.section-ourServices {
  background: url("../img/home/fondo-servicios-home.png") no-repeat bottom center;
  background-size: contain;
  height: 850px;
  margin-bottom: 50px;
}
.section-ourServices .section-title {
  margin-bottom: 60px;
}
.section-ourServices .section-title:empty {
  display: none;
}

.hechos-section {
  margin-top: 50px;
  margin-bottom: 0;
}
.hechos-section .img-publicidad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hechos-section .wp-block-image {
  margin-bottom: 0;
}
.hechos-section .wp-block-image img {
  display: block;
}

.feed-news:last-child {
  margin-bottom: 25px;
}

.publicite-aqui {
  padding-left: 60px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.publicite-aqui h3 {
  margin-bottom: 20px;
  font-size: 25px;
}

.mision-vision__section {
  min-height: calc(100vh - 180px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 65px 20px;
  overflow: hidden;
  position: relative;
}
.mision-vision__section .entry-header__title {
  padding-left: 0;
}
.mision-vision__section .entry-header__title:before {
  left: -65px;
  width: calc(100% + 85px);
}

.mision-vision__content {
  width: 100%;
  height: 135px;
  background-color: hsla(0, 0%, 100%, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 125px;
}
.mision-vision__content .mision-vision__subtitle {
  background: #644389;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: -18px auto 20px 0;
  padding: 8px 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.mision-vision__content .mision-vision__text {
  color: gray;
  font-size: 14px;
  padding-right: 80px;
}
.mision-vision__content .m-circles span {
  border-radius: 50%;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mision-vision__content .m-circles span:before, .mision-vision__content .m-circles span:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mision-vision__content .m-circles:before, .mision-vision__content .m-circles:after {
  border-left: 3px solid;
  content: "";
  left: 45px;
  position: absolute;
}
.mision-vision__content .m-circles:before {
  top: -131px;
  height: calc(113px + 0.75em);
  z-index: 2;
}
.mision-vision__content .m-circles:after {
  top: calc(100% - 0.75em);
  height: 127px;
}
.mision-vision__content .m-circles.l-orange span {
  background-color: #f7941e;
  top: -98px;
  left: 47.5px;
  width: 12px;
  height: 12px;
}
.mision-vision__content .m-circles.l-orange span:before, .mision-vision__content .m-circles.l-orange span:after {
  background: #f7941e;
  border: 3px solid #fcbb76;
  width: 26px;
  height: 26px;
}
.mision-vision__content .m-circles.l-orange span:before {
  top: -56px;
}
.mision-vision__content .m-circles.l-orange span:after {
  top: 30px;
}
.mision-vision__content .m-circles.l-orange:before, .mision-vision__content .m-circles.l-orange:after {
  background-color: #f7941e;
  border-color: #f7941e;
}
.mision-vision__content .m-circles.l-lightblue span {
  background: #59c8e1;
  top: -77px;
  left: 46.5px;
  width: 16px;
  height: 16px;
}
.mision-vision__content .m-circles.l-lightblue span:before, .mision-vision__content .m-circles.l-lightblue span:after {
  background: #59c8e1;
}
.mision-vision__content .m-circles.l-lightblue span:before {
  border: 3px solid #ccebf3;
  top: -65px;
  width: 35px;
  height: 35px;
}
.mision-vision__content .m-circles.l-lightblue span:after {
  top: 30px;
  width: 16px;
  height: 16px;
}
.mision-vision__content .m-circles.l-lightblue:before, .mision-vision__content .m-circles.l-lightblue:after {
  background-color: #59c8e1;
  border-color: #59c8e1;
}

.stadistic-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% -100px;
  padding: 30px 65px 40px;
}
.stadistic-section h2 {
  font-size: 24px;
  color: #644389;
  margin-bottom: 15px;
}
.stadistic-section .entry-header__title {
  padding-left: 0;
}
.stadistic-section .entry-header__title:before {
  left: -65px;
  width: calc(100% + 100px);
}
.stadistic-section .entry-header__title:after {
  left: calc(100% + 34px);
}

.stadistic-columns {
  margin: 25px 15px 30px;
}

.international-stadistic .stadistic-item {
  margin-bottom: 20px;
}

.ourhistory-section {
  padding: 25px 60px 30px;
  background: url(../img/nuestra-historia/parallax-new01.svg) no-repeat, url(../img/nuestra-historia/parallax-new02.svg) no-repeat, url(../img/nuestra-historia/parallax-new03.svg) no-repeat, url(../img/nuestra-historia/parallax-new04.svg) no-repeat;
  background-position: 5% 100%, 90% 8%, 28% 100%, 130% 15%;
  background-size: 80% auto, auto 150px, auto 80px, 75% auto;
}
.ourhistory-section .entry-header__title {
  padding-left: 0;
}
.ourhistory-section .entry-header__title:before {
  left: -65px;
  width: calc(100% + 100px);
}
.ourhistory-section .entry-header__title:after {
  left: calc(100% + 34px);
}

.ourhistory_thecontent {
  max-width: 290px;
  font-size: 20px;
  position: relative;
  margin: 35px 0;
}
.ourhistory_thecontent p {
  color: #333;
}

.history_slider__slide {
  width: 120px;
  height: 252px;
  text-align: center;
}
.history_slider__slide:nth-child(2n) .ourhistory__item {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.ourhistory__item {
  max-width: 120px;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 11px 0;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.ourhistory__item .ourhistory__circle {
  background: #644389;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  width: 100px;
  height: 100px;
  position: relative;
}
.ourhistory__item .ourhistory__circle.ourhistory__circle_no-data {
  background: #bea9d5;
}
.ourhistory__item .ourhistory__circle_animated {
  cursor: pointer;
}
.ourhistory__item .ourhistory__circle_animated:before {
  background: #816bb0;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
  width: 122px;
  height: 122px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.ourhistory__item .ourhistory__circle_animated:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.ourhistory__item .ourhistory__year {
  color: #fff;
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: auto;
  text-align: center;
  position: relative;
  line-height: 1.1;
}

.history_slider .slick-prev,
.history_slider .slick-next {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  border: none;
}
.history_slider .slick-prev:before,
.history_slider .slick-next:before {
  content: "";
}
.history_slider .slick-prev {
  background: #36bc87 url(../img/icons/arrow-left.png) no-repeat 50%;
  background-size: 20px auto;
  left: -35px;
}
.history_slider .slick-next {
  background: #36bc87 url(../img/icons/arrow-right.png) no-repeat 50%;
  background-size: 20px auto;
  right: -35px;
}

.history_slider .slick-list:before {
  background: #36bc87;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 4px;
}

.page-template-page-nuestra-historia .site-header {
  position: relative;
  z-index: 2;
}
.page-template-page-nuestra-historia .breadCrumb {
  position: relative;
  z-index: 1;
}

.modal-circle {
  background: #644389;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: fixed;
  left: 0;
  top: 110px;
  width: 100%;
  height: calc(100% - 110px);
  padding: 15px 15px 65px;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.modal-circle.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.modal-circle .bg-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.modal-circle .bg-circle:before {
  background: #644389;
  border-radius: 50%;
  content: "";
  display: block;
  width: 200%;
  padding-top: 200%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-circle .bt-close {
  background: #36bc87 url(../img/icons/icon-close.png) no-repeat 50%;
  background-size: 15px;
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 40px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
}

.modal-circle.ng-enter {
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  overflow: visible;
}

.modal-circle.ng-enter .bg-circle {
  overflow: visible;
}

.modal-circle.ng-enter-active {
  border-radius: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  overflow: visible;
}

.modal-circle.ng-enter-active .bg-circle {
  overflow: visible;
}

.modal-circle.ng-leave {
  border-radius: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 1;
  overflow: visible;
}

.modal-circle.ng-leave .bg-circle {
  overflow: visible;
}

.modal-circle.ng-leave-active {
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  overflow: visible;
}

.modal-circle .m-content {
  color: #fff;
  display: block;
  margin: auto;
  position: relative;
  min-width: calc(100% - 400px);
}

.modal-circle .m-content h2 {
  color: #36bc87;
  font-size: 50px;
  margin: 0 0 10px;
  font-weight: 500;
}

.modal-circle .m-content .text {
  max-height: 330px;
  overflow-y: auto;
  padding-right: 20px;
}

.modal-circle .m-content .text p,
.modal-circle .m-content ul {
  display: block;
  font-size: 20px;
  margin: 0;
  max-width: 500px;
  color: #fff;
}

.modal-circle .m-content ul li {
  color: #fff;
}

.modal-circle .m-content .text p:not(:only-child) {
  margin-bottom: 12px;
}

.modal-circle .m-content ul {
  max-width: 580px;
  padding-left: 25px;
  margin-top: 10px;
}
.modal-circle .m-content ul li {
  margin-bottom: 10px;
}

.modal-circle .m-content .c-actores {
  display: block;
  border: 3px solid #59c8e1;
  padding: 20px 30px;
  max-width: 340px;
  margin: 40px 0 0 auto;
  position: relative;
}
.modal-circle .m-content .c-actores:before {
  border-left: 2px dashed #59c8e1;
  border-bottom: 2px dashed #59c8e1;
  content: "";
  position: absolute;
  top: -30px;
  right: 100%;
  height: 65px;
  width: calc(100vw - 900px);
}

.modal-circle .m-content .c-actores h3 {
  background: #36bc87;
  color: #fff;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  margin: 0 auto 15px -45px;
  text-align: center;
  padding: 3px 30px 1px;
  position: relative;
  font-weight: 500;
}

.modal-circle .m-content .c-actores p {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .modal-circle {
    top: 60px;
    height: calc(100% - 60px);
  }
  .modal-circle .bt-close {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 40px;
  }
  .modal-circle .m-content {
    min-width: 260px;
    max-width: 420px;
    width: 80%;
  }
  .modal-circle .m-content h2 {
    font-size: 30px;
  }
  .modal-circle .m-content > p {
    font-size: 16px;
  }
  .modal-circle .m-content .c-actores:before {
    display: none;
  }
}
.wp-block-kioken-tabs .kioken-tabs-content {
  border-color: transparent;
}

.wp-block-kioken-tabs .kioken-tabs-buttons > .kioken-tabs-buttons-item {
  border: 2px solid #d8d8d8;
  color: #808080;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  opacity: 0.8;
}

.wp-block-kioken-tabs .kioken-tabs-buttons > .kioken-tabs-buttons-item.kioken-tabs-buttons-item-active {
  border: 2px solid #59c8e1;
  background: #59c8e1;
  color: #fff;
}

.memory__section {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 25px 65px 30px;
  min-height: 675px;
}
.memory__section .entry-header__title {
  padding-left: 0;
}
.memory__section .entry-header__title:before {
  left: -65px;
  width: calc(100% + 95px);
}
.memory__section .entry-header__title:after {
  left: calc(100% + 29px);
}

.memorias .c-memorias {
  max-width: 100%;
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.memorias .c-memorias .c-grid {
  display: grid;
  -ms-grid-columns: calc((100% - 280px) / 5) calc((100% - 280px) / 5) calc((100% - 280px) / 5) calc((100% - 280px) / 5) calc((100% - 280px) / 5);
  grid-template-columns: calc((100% - 280px) / 5) calc((100% - 280px) / 5) calc((100% - 280px) / 5) calc((100% - 280px) / 5) calc((100% - 280px) / 5);
  grid-gap: 90px 70px;
  margin: 75px 0 30px;
  position: relative;
}

.memorias .c-memorias .c-grid a {
  background: rgba(100, 67, 137, 0.6);
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.memorias .c-memorias .c-grid a .bg-active,
.memorias .c-memorias .c-grid a .bg-memory {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.memorias .c-memorias .c-grid a .bg-active {
  background: #36bc87;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.0005);
          transform: scale(0.0005);
  z-index: 2;
}

.memorias .c-memorias .c-grid a .bg-memory span {
  display: block;
  margin: auto;
}

.memorias .c-memorias .c-grid a .bg-active span {
  color: #644389;
  display: block;
  font-size: 70px;
  margin: auto;
  position: relative;
}

.memorias .c-memorias .c-grid a:hover .bg-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.memorias .c-memorias .c-grid a .bg-active span:after {
  color: transparent;
  content: attr(data-text);
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  left: 3px;
  top: -1px;
}

.contact_section .infoCompany .info-company__title {
  font-size: 16px;
}
.contact_section .infoCompany .info-company__data {
  font-size: 16px;
}

.contact__image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 20px 0;
}

.contact__box-content {
  padding: 60px 80px 30px;
}
.contact__box-content h2,
.contact__box-content h3 {
  color: #644389;
  font-size: 24px;
}
.contact__box-content form,
.contact__box-content .wpcf7-form {
  margin-top: 40px;
  margin-bottom: 15px;
}

.form-row {
  width: 100%;
  margin-bottom: 35px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.form-row .form-input,
.form-row .form-textarea {
  color: #808080;
  display: block;
  font-size: 15px;
  padding: 3px 6px;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

.form-row .form-input {
  border: none;
  border-bottom: 2px solid #bcbec0;
}
.form-row .form-input:focus, .form-row .form-input:focus-visible {
  outline: none !important;
  border: none;
  border-bottom: 2px solid rgba(100, 67, 137, 0.85);
}

.form-row .form-textarea {
  border: 1px solid #bcbec0;
  height: 60px;
  margin-bottom: 20px;
  resize: vertical;
}
.form-row .form-textarea:focus, .form-row .form-textarea:focus-visible {
  outline: none !important;
  border: 1px solid rgba(100, 67, 137, 0.85);
}

.wpcf7-form-control.wpcf7-submit,
.form-row-button .form-button {
  border: none;
  width: 210px;
  margin: 0 auto 15px;
  background: #59c8e1;
  color: #fff;
  display: block;
  padding: 8px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-submit:hover,
.form-row-button .form-button:hover {
  background: #36bc87;
}

.wpcf7-not-valid-tip {
  color: #f16363;
  font-size: 13px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 5px 0.5em 1em;
  padding: 0.5em 1em;
}

.form-row.row-step {
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 15px;
  max-width: 510px;
}
.form-row.row-step-text {
  color: gray;
  margin: 10px auto 0;
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
  max-width: 510px;
}

.row-step {
  font-family: "Roboto", sans-serif;
}
.row-step label {
  width: 100%;
  color: #644389;
  font-size: 16px;
  font-weight: 400;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin: 5px 0 0;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  border: 1px solid #bcbec0;
  border-radius: 2px;
  color: gray;
  padding: 6px 15px;
  line-height: 20px;
}
.wpcf7-form-control-wrap input:focus, .wpcf7-form-control-wrap input:focus-visible,
.wpcf7-form-control-wrap textarea:focus,
.wpcf7-form-control-wrap textarea:focus-visible {
  outline: none !important;
  border-color: rgba(100, 67, 137, 0.85);
}

.wpcf7-form-control-wrap textarea {
  height: 70px;
  resize: vertical;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
  padding: 0 15px;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 8px;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  width: calc(100% - 30px);
  line-height: 1.3;
  vertical-align: middle;
}

.cf7mls_next.action-button {
  background-color: #59c8e1;
  color: #fff;
}

.fieldset-cf7mls .cf7mls_back {
  margin-left: 80px;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  margin-right: 80px;
}

.directory {
  padding: 0 65px;
}
.directory .directory__main-list {
  display: grid;
  grid-template-columns: 0.5fr 30px 1fr 60px 1fr 30px 0.5fr;
  margin: 90px 0;
}
.directory .directory__main-list .directory__item:first-child {
  grid-column-start: 3;
}
.directory .directory__main-list .directory__item:last-child {
  grid-column-start: 5;
}
.directory .directory__second-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 90px 60px;
  margin-bottom: 90px;
}
.directory .directory__item {
  text-align: center;
}
.directory .directory__box-img {
  width: 100%;
  max-width: 150px;
  padding: 25%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.directory .directory__img {
  width: 100%;
  max-width: 250px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.directory .directory__position {
  color: gray;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 0 45px;
  position: relative;
}
.directory .directory__name {
  color: #644389;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}
.directory .directory__position span:first-child, .directory .directory__position span:last-child {
  display: block;
  position: absolute;
  top: 50%;
  width: 35px;
}
.directory .directory__position span:first-child, .directory .directory__position span:first-child::before {
  left: 0;
}
.directory .directory__position span:first-child:after, .directory .directory__position span:first-child:before, .directory .directory__position span:last-child:before, .directory .directory__position span:last-child:after {
  background: #bcbec0;
  display: block;
  content: "";
  position: absolute;
}
.directory .directory__position span:first-child:before, .directory .directory__position span:last-child:before {
  width: 100%;
  height: 1px;
}
.directory .directory__position span:first-child:after, .directory .directory__position span:last-child:after {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.directory .directory__position span:last-child, .directory .directory__position span:last-child::before {
  right: 0;
}
.directory .directory__position span:first-child:after {
  left: 100%;
}
.directory .directory__position span:last-child::after {
  right: 100%;
}

.page__section {
  padding-bottom: 30px;
}

.chart-box {
  margin-top: 50px;
}
.chart-box .chart-box__content {
  border-right: 2px dashed #bcbec0;
  padding: 0 50px 25px;
}
.chart-box .chart-box__content h2,
.chart-box .chart-box__content h3,
.chart-box .chart-box__content h4 {
  margin-bottom: 30px;
}
.chart-box .chart-box__content p {
  margin-bottom: 10px;
  font-size: 14px;
}
.chart-box .chart-box__img-box {
  padding: 0 65px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chart-box .chart-image {
  -ms-flex-item-align: center;
      align-self: center;
  margin: auto;
  width: 90%;
  min-width: 260px;
}

.accionistas__section {
  padding: 0 20px 20px;
}

.list-filetable .bbvTable {
  width: 100%;
}

.info-finan {
  padding-top: 15px;
}

.info-finan__text {
  padding: 20px 25px;
}
.info-finan__text h3 {
  color: #644389;
  font-size: 18px;
  margin: 15px 0 25px;
}

/*.info-finan__files {
  padding: 30px 25px 25px 35px;
  border-left: 2px dashed #bcbec0;
}*/
.accionistas-list__content {
  font-size: 14px;
  color: #6d6e71;
}

.bbvTable .bbvTable__head .bbvTable__th {
  border-bottom: 2px solid #644389;
}
.bbvTable .bbvTable__body {
  color: #808080;
}
.bbvTable .bbvTable__body .bbvTable__td {
  background-color: var(--tdBg, transparent);
}
.bbvTable .bbvTable__body tr:hover .bbvTable__td {
  --tdBg: #7fd4b2;
  color: #fff;
}
.bbvTable .bbvTable__body tr:hover .bbvTable__link {
  color: #fff;
}
.bbvTable .bbvTable__body tr:hover .bbvTable__link svg path {
  fill: #fff;
}
.bbvTable .bbvTable__footer .bbvTable__td {
  color: #644389;
  border-top: 1px dashed #644389;
  border-bottom: 1px dashed #644389;
  font-weight: 700;
}
.bbvTable .bbvTable__th,
.bbvTable .bbvTable__td {
  color: #808080;
  font-family: "Roboto Condensed", sans-serif;
  padding: 6px 10px 4px;
}
.bbvTable .bbvTable__th.bbvTable__td-center,
.bbvTable .bbvTable__td.bbvTable__td-center {
  text-align: center;
}
.bbvTable .bbvTable__th.bbvTable__td-right,
.bbvTable .bbvTable__td.bbvTable__td-right {
  text-align: right;
}
.bbvTable .bbvTable__th {
  line-height: 1.2;
  vertical-align: bottom;
}
.bbvTable .bbvTable__td {
  border-bottom: 1px dashed #bcbec0;
  line-height: 1.3;
  font-size: 14px;
}
.bbvTable .bbvTable__link {
  position: relative;
  display: block;
  color: #808080;
}
.bbvTable .bbvTable__link svg path {
  fill: #808080;
}
.bbvTable .t-center {
  text-align: center;
}
.bbvTable .t-left {
  text-align: left;
}
.bbvTable .t-right {
  text-align: right;
}
.bbvTable.bbvTable-center {
  margin-left: auto;
  margin-right: auto;
}

.bbvTable.bbvTable-footer .bbvTable__body .bbvTable__td {
  border-top: 1px dashed #bcbec0;
  border-bottom: none;
}

.bbvTable .thead-participantes .bbvTable__th {
  font-size: 0.9rem;
}

.bbvTable .participantes .bbvTable__link {
  display: inline-block;
  padding: 0;
  width: 19px;
  height: 19px;
  position: relative;
}

.dataTable-box .dataTables_wrapper {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}
.dataTable-box .dataTables_wrapper .dataTables_filter label {
  font-size: 14px;
}
.dataTable-box .dataTables_wrapper .dataTables_filter input {
  background: url(../img/icons/search_icon-green.svg) no-repeat calc(100% - 10px) 50%;
  background-size: 15px;
  border: none;
  border-bottom: 2px solid #6d6e71;
  color: gray;
  font-size: 13px;
  padding: 3px 20px 3px 5px;
}
.dataTable-box .dataTables_wrapper .dataTables_filter input:focus, .dataTable-box .dataTables_wrapper .dataTables_filter input:focus-visible {
  background-image: none;
  border: none;
  border-bottom: 2px solid #f7941e;
  outline-color: transparent;
}
.dataTable-box .dataTables_wrapper .dataTables_length {
  color: #808080;
}
.dataTable-box .dataTables_wrapper .dataTables_info {
  color: #808080;
}
.dataTable-box .dataTables_wrapper .dataTables_paginate {
  padding: 5px 15px;
  width: 100%;
  text-align: center;
}
.dataTable-box .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #644389 !important;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  padding: 0.1em 0.5em;
}
.dataTable-box .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTable-box .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  border-radius: 0;
  border-color: transparent;
}
.dataTable-box .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTable-box .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  border-radius: 0;
  border-color: transparent;
}
.dataTable-box .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTable-box .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #36bc87 !important;
  border: 1px solid #36bc87;
  border-radius: 50%;
  background: transparent;
}
.dataTable-box .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #36bc87 !important;
  border: 1px solid #36bc87;
  background: transparent;
}
.dataTable-box table.dataTable.no-footer {
  border-color: transparent;
}

.icon-table-donwload {
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon-table-donwload svg {
  width: 19px;
  height: 19px;
}

.bbvicon-donwload {
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  -webkit-filter: invert(55%) sepia(0%) saturate(1487%) hue-rotate(247deg) brightness(92%) contrast(90%);
          filter: invert(55%) sepia(0%) saturate(1487%) hue-rotate(247deg) brightness(92%) contrast(90%);
}

.dataTable-infofinc .dataTables_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
.dataTable-infofinc .box-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding-left: 45px;
  padding-right: 25px;
}
.dataTable-infofinc .box-search .dataTables_filter {
  float: initial;
  text-align: left;
}
.dataTable-infofinc .box-search .dataTables_filter label {
  color: #644389;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Mukta Regular";
  font-weight: 700;
}
.dataTable-infofinc .box-search .dataTables_filter input {
  width: 90%;
  margin-top: 25px;
}
.dataTable-infofinc .box-tcontent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  border-left: 2px dashed #bcbec0;
  padding-left: 45px;
  padding-right: 45px;
}

.work-content {
  padding-top: 30px;
}
.work-content .work-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work-content .work-content__header .entry-header {
  width: 50%;
}
.work-content .work-content__header .entry-header .entry-header__title {
  padding-left: 45px;
}
.work-content .work-content__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work-content .work-content__nav .tab {
  padding: 8px 15px;
  border: 2px solid #d8d8d8;
  color: #bcbec0;
  display: block;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.work-content .work-content__nav .tab.l-lightblue {
  background: #59c8e1;
}
.work-content .work-content__nav .tab.l-lightblue.active {
  border-color: #59c8e1;
}
.work-content .work-content__nav .tab.l-secondary {
  background: #36bc87;
}
.work-content .work-content__nav .tab.l-secondary.active {
  border-color: #36bc87;
}
.work-content .work-content__nav .tab.active {
  color: #fff;
}
.work-content .work-content__content {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.work-no-data {
  display: block;
  margin: 0 15px;
  width: 100%;
  text-align: center;
}

.work-sidebar {
  background: #644389;
  padding: 10px 35px 20px 35px;
  min-height: calc(100vh - 180px);
  height: 100%;
}
.work-sidebar .work-sidebar__content p {
  color: #fff;
  margin-bottom: 8px;
}
.work-sidebar .work-sidebar__content .btn {
  margin-top: 15px;
}

.work-sidebar__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 80px 0 40px;
}

.work-sidebar__text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.3;
}
.work-sidebar__text p {
  color: inherit;
}
.work-sidebar__text a {
  color: #36bc87;
}

.work-sidebar__icon-doc {
  display: block;
  margin: 125px 0 25px;
  text-align: center;
}
.work-sidebar__icon-doc img {
  display: block;
  margin: auto;
}

.work-item {
  font-family: "Roboto", sans-serif;
  padding: 20px 25px;
}
.work-item .work-item__pre-title {
  display: block;
  color: #6d6e71;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.work-item .work-item__title {
  color: #644389;
  text-transform: uppercase;
  font-size: 27px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  line-height: 1.2;
}
.work-item .work-item__perfil {
  color: #644389;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.work-item .work-item__description {
  color: #6d6e71;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.work-item .work-item__description ul {
  line-height: 1.2;
}
.work-item .work-item__description p {
  line-height: 1.3;
}
.work-item .work-item__text {
  color: #644389;
  margin-bottom: 15px;
  line-height: 1.4;
}
.work-item .work-item__text p {
  color: inherit;
}
.work-item .work-item__date {
  background-color: #d8d8d8;
  color: #6d6e71;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px 10px;
  font-size: 16px;
}
.work-item .work-item__date strong {
  font-weight: 700;
}
.work-item a {
  color: #36bc87;
}

.modal {
  z-index: 101;
}

.modal-card {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.modal-card-head {
  border-color: transparent;
  position: relative;
}
.modal-card-head .modal-card-title {
  width: 100%;
  padding: 0 20px;
}
.modal-card-head .delete {
  background: #36bc87 url(../img/icons/icon-close.png) no-repeat 50%;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
}

.modal-card-title {
  text-align: center;
  font-family: "Mukta Regular";
}

.modal-card-body {
  padding: 5px 0 10px;
}
.modal-card-body .entry-header {
  margin-bottom: 20px;
}
.modal-card-body .entry-header .entry-header__title {
  font-size: 20px;
  padding-left: 35px;
}

.formstep-section {
  font-size: 18px;
  margin: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #36bc87;
  color: #fff;
  display: block;
  padding: 8px 15px 8px 35px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.formstep-section__step {
  font-size: 0.9rem;
  color: #644389;
  margin: 8px 0;
  padding-left: 15px;
}

.box-pagination-bbv {
  margin-top: 30px;
}

.pagination-bbv {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination-bbv .pagination-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-bbv .pagination-list li {
  list-style: none;
}
.pagination-bbv .pagination-list .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 8px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.15rem;
  text-align: center;
  color: #644389;
}
.pagination-bbv .pagination-list .page-numbers.current {
  color: #36bc87;
  border-color: #36bc87;
}
.pagination-bbv .pagination-list .page-numbers:hover {
  color: #36bc87;
}

.pagination-bbv,
.pagination-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 0;
}

.list-filter {
  padding: 0 30px 25px;
}

.list-filter__text {
  color: #644389;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.list-filter__select,
.list-filter__input {
  border: none;
  border-bottom: 2px solid #6d6e71;
  color: gray;
  font-size: 13px;
  padding: 3px 20px 3px 0;
  width: 100%;
  margin-bottom: 25px;
}
.list-filter__select:focus,
.list-filter__input:focus {
  outline: none;
  border-bottom-color: #f7941e;
}

.list-filter__select {
  background-color: transparent;
}

.list-filter__input.list-filter__input-icon {
  background: url(../img/icons/search_icon-green.svg) no-repeat calc(100% - 10px) 50%;
  background-size: 15px;
}

.normativa-content {
  margin-bottom: 25px;
  padding: 45px 65px 0;
}
.normativa-content p {
  margin-bottom: 8px;
  color: #333;
}

.list-table-normativa {
  border-left: 2px dashed #bcbec0;
  padding: 0 30px 25px;
  margin-bottom: 20px;
}

.entry-content.entry-content-default p {
  margin-bottom: 10px;
}

.p-relative {
  position: relative;
}

.title-background {
  font-size: 18px;
  margin: 30px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  display: block;
  padding: 8px 15px !important;
  line-height: 1.1;
}
.title-background.title-background_lines:after {
  border-top: 2px dashed #bcbec0;
  border-right: 2px dashed #bcbec0;
  content: "";
  position: absolute;
  width: calc(100% - 150px);
  height: 47px;
  top: 48px;
  left: 15px;
  z-index: -1;
}
.title-background.title-background_purple {
  background-color: #644389;
}
.title-background.title-background_green {
  background-color: #36bc87;
}

@media (max-width: 767px) {
  .title-background.title-background_lines::after {
    display: none;
  }
}
.image-box-line figure {
  border: 2px dashed #bcbec0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 240px;
  padding: 30px;
  margin: 0 auto 0px;
  background-color: #fff;
}

.image-bg-color > .kio-row-layout-inner.has-background {
  background-size: auto 100%;
  background-color: #d8d8d8;
  background-repeat: no-repeat;
  background-position: 100%;
}

.image-bg-color > .kt-row-layout-inner.kt-row-has-bg {
  background-size: auto 100%;
  background-color: #d8d8d8;
  background-repeat: no-repeat;
  background-position: 100%;
}

.kt-row-column-wrap.kt-gutter-default {
  padding-left: 15px;
  padding-right: 15px;
}

.kt-tabs-wrap .kt-tabs-content-wrap .wp-block-kadence-tab {
  border-color: transparent;
}

.wp-block-getwid-video-popup__caption .wp-block-getwid-video-popup__title {
  margin-top: 25px;
  font-size: 1.2rem;
}

.kt-tabs-wrap .kt-tabs-title-list .kt-title-item .kt-tab-title {
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.bbv-orderlist {
  counter-reset: a;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 15px;
  padding-left: 35px;
}
.bbv-orderlist li {
  margin-bottom: 12px;
  counter-increment: a;
  position: relative;
  color: #808080;
}
.bbv-orderlist li:before {
  background: #644389;
  border-radius: 50%;
  color: #fff;
  content: counter(a);
  font-weight: 700;
  position: absolute;
  left: -35px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 20px;
}
.bbv-orderlist li strong {
  color: #644389;
}

.table-impuestos table {
  font-family: "Roboto Condensed", sans-serif;
}
.table-impuestos table thead th {
  border-bottom: 2px solid #644389;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 8px;
}
.table-impuestos table tbody td {
  font-size: 13px;
  border-bottom: 1px dashed #d8d8d8;
  color: gray;
  line-height: 1.2;
  padding: 5px 0;
}

.aulabursatil-footer {
  background-color: #36bc87;
  margin-top: 30px;
  padding: 35px 0;
}
.aulabursatil-footer .widget-title {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.aulabursatil-footer p {
  color: #fff;
  line-height: 1.6;
  font-size: 0.9rem;
  margin-bottom: 12px;
}
.aulabursatil-footer a {
  color: #fff;
  font-size: 1rem;
}
.aulabursatil-footer a:hover {
  color: #644389;
}
.aulabursatil-footer strong {
  font-size: 1rem;
}

.aulabursatil-servicios .ourService .ourService__title {
  font-size: 26px;
  margin-bottom: 10px;
}

.tabs-slider .kt-tabs-wrap .wp-block-kadence-tab[role=tabpanel] {
  display: block;
  overflow-y: hidden;
  height: 0;
  opacity: 0;
  padding: 0;
}
.tabs-slider .kt-tabs-wrap[class*=kt-active-tab-] > .kt-tabs-content-wrap > .wp-block-kadence-tab.kt-tab-inner-content[aria-hidden=false] {
  height: auto;
  opacity: 1;
  padding: 20px 15px 20px 0px;
}

.cursosBBV-banner {
  width: 100%;
  margin-bottom: 30px;
}
.cursosBBV-banner .cursosBBV-slider__item {
  max-width: 980px;
  height: 488px;
  width: 100%;
  margin: 0 auto;
}
.cursosBBV-banner .cursosBBV-slider__content {
  width: 100%;
  max-width: 980px;
  height: 488px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin: 0 auto 5px;
  padding: 40px 30px 20px;
  -webkit-box-shadow: 5px 3px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 3px 4px rgba(0, 0, 0, 0.15);
}
.cursosBBV-banner .cursosBBV-slider__title {
  max-width: 550px;
  width: 100%;
  line-height: 1.2;
  font-size: 40px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  margin: 0;
}
.cursosBBV-banner .cursosBBV-slider__title.cursosBBV-slider__title_white {
  color: #fff;
}
.cursosBBV-banner .cursosBBV-slider__title.cursosBBV-slider__title_purple {
  color: #644389;
}
.cursosBBV-banner .cursosBBV-slider__title.cursosBBV-slider__title_green {
  color: #36bc87;
}
.cursosBBV-banner .slick-next:before,
.cursosBBV-banner .slick-prev:before {
  font-size: 30px;
  color: #644389;
}

.cursosBBV-banner__page .cursosBBV-slider__item {
  max-width: 1152px;
  height: 380px;
}
.cursosBBV-banner__page .cursosBBV-slider__item .cursosBBV-slider__content {
  max-width: 1152px;
  height: 380px;
}
.cursosBBV-banner__page .cursosBBV-slider__item .cursosBBV-slider__title {
  font-size: 38px;
  line-height: 1.1;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.15);
}
.cursosBBV-banner__page .cursosBBV-slider__description {
  margin-top: 30px;
  font-size: 24px;
  color: #644389;
  font-weight: 700;
  max-width: 550px;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.15);
}
.cursosBBV-banner__page .cursosBBV-slider__description.cursosBBV-slider__description_white {
  color: #fff;
}
.cursosBBV-banner__page .cursosBBV-slider__description.cursosBBV-slider__description_purple {
  color: #644389;
}
.cursosBBV-banner__page .cursosBBV-slider__description.cursosBBV-slider__description_green {
  color: #36bc87;
}

.cursos-bbv__about h2,
.cursos-bbv__about h3 {
  display: block;
  padding: 8px 15px;
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, right top, from(#644389), to(#36bc87));
  background: linear-gradient(90deg, #644389, #36bc87);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
  width: 100%;
}
.cursos-bbv__about ol {
  counter-reset: a;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 15px;
  padding-left: 55px;
}
.cursos-bbv__about ol li {
  margin-bottom: 12px;
  counter-increment: a;
  position: relative;
  color: #808080;
}
.cursos-bbv__about ol li:before {
  background: #644389;
  border-radius: 50%;
  color: #fff;
  content: counter(a);
  font-weight: 700;
  position: absolute;
  left: -35px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 20px;
}
.cursos-bbv__about ol li strong {
  color: #644389;
}

.cursos-bbv__available {
  margin: 35px 0;
}
.cursos-bbv__available p {
  font-size: 21px;
  margin-bottom: 10px;
  text-align: center;
}

.instructor-section {
  width: 100%;
  background-color: #644389;
  padding: 25px 15px;
  margin: 35px 0 0;
}

.bbv-instructor {
  max-width: 1024px;
  width: 100%;
  margin: 20px auto 45px;
}
.bbv-instructor .bbv-instructor__title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 15px;
}
.bbv-instructor .bbv-instructor__boxcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bbv-instructor .bbv-instructor__image {
  margin-right: 35px;
  max-width: 270px;
  width: 100%;
}
.bbv-instructor .bbv-instructor__text {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  padding: 0 30px;
  line-height: 1.8;
}

.bbv-instructor:nth-child(2n) .bbv-instructor__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0;
  margin-left: 35px;
}

.faqcurso-section {
  width: 100%;
  padding: 40px 0;
  margin: 0px 0 30px;
  background-color: #f1f0f0;
}

.faqcurso-list {
  margin-top: 25px;
}

.faqcurso {
  margin-bottom: 20px;
  padding: 15px 20px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
}
.faqcurso .faqcurso__title {
  font-size: 20px;
  color: #644389;
  margin-bottom: 8px;
}

.cursos-bbv__formsection {
  width: 100%;
  padding: 30px 0;
}

.cursos-bbv__contact {
  max-width: 700px;
  margin: 0 auto;
}
.cursos-bbv__contact h3 {
  margin-bottom: 30px;
}

.firstWebinar {
  padding: 40px 0 20px;
}
.firstWebinar .banner-innerPage__box-square {
  text-align: right;
}
.firstWebinar .firstWebinar__session {
  color: #fff;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}
.firstWebinar .firstWebinar__title {
  color: #fff;
  line-height: 1.1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.firstWebinar .firstWebinar__descr {
  margin-bottom: 15px;
}
.firstWebinar .firstWebinar__descr p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.firstWebinar .firstWebinar__date {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.firstWebinar .btn {
  font-size: 0.9rem;
  padding: 10px 15px;
}

.firstWebinar_banner .banner-innerPage.banner-innerPage_square {
  padding-bottom: 30px;
}

.firstWebinar.generalWebinar .banner-innerPage.banner-innerPage_square {
  max-height: 430px;
}
.firstWebinar.generalWebinar .banner-innerPage__box-square {
  width: 65%;
  font-size: 18px;
}
.firstWebinar.generalWebinar .btn {
  padding: 10px 20px;
  background-color: var(--webinar-color-btn, #644389);
  color: #fff;
}

.webinars-lastsession {
  padding: 30px 0;
}

.webinars-container {
  margin-top: 40px;
}

.webinars-box {
  max-width: 320px;
  background-color: #644389;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
}
.webinars-box .webinars-box__imgbox {
  text-align: center;
  margin-bottom: 19px;
  height: 280px;
  overflow: hidden;
}
.webinars-box .webinars-box__content {
  padding: 0 10px;
  color: #fff;
  margin-bottom: 15px;
}
.webinars-box .webinars-box__date {
  font-size: 12px;
  margin-bottom: 8px;
  display: block;
}
.webinars-box .webinars-box__title {
  line-height: 1.2;
  margin-bottom: 18px;
  height: 38px;
  overflow: hidden;
}
.webinars-box .btn {
  font-size: 0.9rem;
}
.webinars-box .webinars-box__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  height: 80px;
  overflow: hidden;
}
.webinars-box .webinars-box__personimg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  border-radius: 50%;
  margin-right: 12px;
}
.webinars-box .webinars-box__personname {
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 80px);
          flex: 0 0 calc(100% - 80px);
}

.aulabursatil-lastnews {
  padding: var(--sectionaula_pad, 30px 0);
}

.newsaula-box {
  max-width: 400px;
  background-color: #644389;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}
.newsaula-box .newsaula-box__imgbox {
  text-align: center;
  margin-bottom: 19px;
  height: 250px;
  overflow: hidden;
}
.newsaula-box .newsaula-box__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.newsaula-box .newsaula-box__content {
  padding: 0 10px;
  color: #fff;
  margin-bottom: 15px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsaula-box .newsaula-box__title {
  line-height: 1.2;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 18px;
  text-transform: uppercase;
}

.entry-noticiasaula .content-aulanoticias {
  padding: 30px 0;
}
.entry-noticiasaula img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.entry-noticiasaula p {
  margin-bottom: 12px;
}
.entry-noticiasaula blockquote {
  font-weight: 700;
  font-size: 18px;
  padding: 20px 25px;
  min-height: 50px;
  margin: 12px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #36bc87;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
}
.entry-noticiasaula blockquote p {
  margin-bottom: 0;
  color: #fff;
  display: inline-block;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.wp-block-getwid-table {
  overflow-x: auto;
  overflow-y: hidden;
}
.wp-block-getwid-table table {
  min-width: 1140px;
}
.wp-block-getwid-table.table-medium table {
  max-width: 1000px;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-getwid-table.table-small {
  overflow-x: initial;
  overflow-y: initial;
}
.wp-block-getwid-table.table-small table {
  max-width: 650px;
  min-width: initial;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .footer-financiamiento.gb-grid-wrapper > .gb-grid-column-f4a0a88d {
    width: 290px;
  }
  .footer-financiamiento.gb-grid-wrapper > .gb-grid-column-13159332 {
    width: calc(100% - 290px);
  }
}
.kt-tabs-layout-vtabs.kt-tabs-wrap > .kt-tabs-title-list {
  width: 25%;
  padding: 0px 20px 0 25px;
}

.wp-block-kadence-tabs .kt-tabs-layout-vtabs.kt-tabs-wrap > .kt-tabs-title-list li {
  margin: 0px 0px 10px 0px;
}

.wp-block-kadence-tabs .kt-tabs-layout-vtabs.kt-tabs-wrap > .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title,
.wp-block-kadence-tabs .kt-tabs-layout-vtabs.kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title {
  color: #36bc87;
  background: #ffffff;
  border-color: transparent;
}

.wp-block-kadence-tabs .kt-tabs-layout-vtabs.kt-tabs-wrap > .kt-tabs-title-list li .kt-tab-title,
.wp-block-kadence-tabs .kt-tabs-layout-vtabs.kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
  font-size: 16px;
  line-height: 1.4;
  border-width: 0;
  padding: 4px 8px 4px 5px;
  border-color: transparent;
  color: gray;
  background: #fff;
}

.wp-block-kadence-tabs .kt-tabs-layout-vtabs.kt-tabs-wrap > .kt-tabs-title-list li .kt-tab-title:hover,
.wp-block-kadence-tabs .kt-tabs-layout-vtabs.kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title:hover {
  border-color: transparent;
  color: #36bc87;
  background: transparent;
}

.kt-tabs-layout-vtabs.kt-tabs-wrap > .kt-tabs-content-wrap {
  width: 75%;
  padding: 0 35px;
  border-left: 2px dashed #bcbec0;
}

.kt-tabs-wrap.kt-tabs-layout-vtabs .wp-block-kadence-tab {
  padding: 0 15px;
}

.kt-tabs-wrap.kt-tabs-layout-vtabs ul:not([class]) li,
.kt-tabs-wrap.kt-tabs-layout-vtabs ol:not([class]) li {
  margin-bottom: 0;
}

.bbv-search_glosario {
  padding: 15px 15px 0 25px;
}

.bbv-glosario {
  border-left: 2px dashed #bcbec0;
  padding: 0 45px;
  margin-bottom: 30px;
}

.gloss-alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gloss-alphabet .gloss-alphabet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.gloss-alphabet .gloss-alphabet__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: auto;
  text-align: center;
}
.gloss-alphabet .gloss-alphabet__item.first {
  font-family: Roboto, sans-serif;
  color: gray;
  font-size: 14px;
}
.gloss-alphabet .gloss-alphabet__item.letter {
  text-transform: uppercase;
}
.gloss-alphabet .gloss-alphabet__link {
  border-right: 1px solid #d8d8d8;
  color: #644389;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding: 0 10px;
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.gloss-alphabet .gloss-alphabet__link:before {
  background: #59c8e1;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.gloss-alphabet .gloss-alphabet__item:last-child .gloss-alphabet__link {
  border-right-color: transparent;
}
.gloss-alphabet .gloss-alphabet__link.is-active, .gloss-alphabet .gloss-alphabet__link:hover {
  color: #fff;
}
.gloss-alphabet .gloss-alphabet__link.is-active:before, .gloss-alphabet .gloss-alphabet__link:hover:before {
  opacity: 1;
}

.gloss-listletters .gloss-listletters__item {
  border-bottom: 2px dashed #bcbec0;
  margin: 25px auto 15px;
  padding-bottom: 5px;
}
.gloss-listletters .gloss-listletters__term {
  color: #644389;
  font-weight: 700;
}
.gloss-listletters .gloss-listletters__ttext {
  color: gray;
  margin: 0;
  font-size: 14px;
}

.gloss-listletters.is-hide {
  display: none;
}

.bbv-codes-content {
  padding: 0 30px;
}

.bbv-codes-titles {
  display: grid;
  grid-template-columns: 180px 1fr;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.bbv-codes-titles li {
  font-family: "Roboto Condensed", sans-serif;
  padding: 8px 20px;
  font-weight: 700;
}
.bbv-codes-titles li:first-child {
  text-align: center;
}

.bbv-codes .bbv-codes__header {
  border-top: 2px solid #644389;
  padding: 8px 20px;
  position: relative;
  cursor: pointer;
}
.bbv-codes .bbv-codes__header::before {
  border-bottom: 5px solid #36bc87;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.bbv-codes .bbv-codes__header.is-active {
  border-bottom: 2px solid #644389;
}
.bbv-codes .bbv-codes__header.is-active:before {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.bbv-codes .bbv-codes__title {
  color: #644389;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.bbv-codes .bbv-code__content {
  max-height: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0;
  opacity: 0;
}
.bbv-codes .bbv-code__content.is-active {
  height: auto;
  max-height: 360px;
  opacity: 1;
}
.bbv-codes .bbv-code__items {
  display: grid;
  grid-template-columns: 180px 1fr;
  list-style: none;
  width: 100%;
  padding: 0;
}
.bbv-codes .bbv-code__item {
  border-bottom: 1px dashed #bcbec0;
  font-family: "Roboto Condensed", sans-serif;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.4;
}

.border-dashed-left {
  border-left: 2px dashed #bcbec0;
}

.bbv-search {
  padding: 0 10px 0 25px;
}
.bbv-search .bbv-search__input {
  font-size: 0.85rem;
  color: #808080;
  font-family: "Roboto", sans-serif;
}
.bbv-search .bbv-search__input_solid {
  background-color: #f2f2f2;
  border: 1px solid transparent;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0 0 15px;
}
.bbv-search .bbv-search__input_solid:focus, .bbv-search .bbv-search__input_solid:focus-visible {
  outline: none;
  border-color: #36bc87;
}
.bbv-search .bbv-search__input_search {
  background-image: url(../img/icons/search_icon-green.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 15px;
}
.bbv-search .bbv-search__input_line {
  border: none;
  border-bottom: 2px solid #6d6e71;
  color: gray;
  font-size: 13px;
  padding: 3px 20px 3px 10px;
  width: 100%;
  margin: 0 0 15px;
}
.bbv-search .bbv-search__input_line:focus, .bbv-search .bbv-search__input_line:focus-visible {
  outline: none;
  border-color: #36bc87;
}
.bbv-search .bbv-search__input_line.input_select {
  background-color: transparent;
}
.bbv-search .bbv-search__input_line[type=date] {
  padding: 3px 3px 3px 0;
}
.bbv-search .bbv-search__submit {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 10px;
  font-family: "Roboto", sans-serif;
  border: none;
  margin-bottom: 30px;
  font-size: 0.9rem;
  font-weight: 400;
  background-color: #59c8e1;
  color: #fff;
  cursor: pointer;
}
.bbv-search .bbv-search__submit:hover {
  background-color: #36bc87;
}
.bbv-search .bbv-search__advanced-btn {
  cursor: pointer;
  display: block;
  border: none;
  background-color: transparent;
  color: #808080;
  font-size: 13px;
  margin: 15px auto 35px;
  padding: 0 15px;
  text-align: center;
}
.bbv-search .bbv-search__advanced-btn span {
  position: relative;
}
.bbv-search .bbv-search__advanced-btn span:after {
  border-top: 5px solid #36bc87;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 4px);
  top: 5px;
}
.bbv-search .bbv-search__advanced {
  display: none;
}
.bbv-search .bbv-search__advanced .bbv-search__input_line {
  margin-bottom: 20px;
}
.bbv-search .bbv-search__advanced.is-show {
  display: block;
}
.bbv-search .bbv-search__title {
  color: #36bc87;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.bbv-search .bbv-search__advise, .bbv-search .bbv-search__text {
  padding: 0 15px;
  text-align: center;
  font-size: 0.75rem;
  margin: 5px 0 30px;
}
.bbv-search .bbv-search__advise {
  font-size: 0.625rem;
}
.bbv-search .bbv-search__text > svg {
  max-width: 18px;
  vertical-align: middle;
  fill: #808080;
}
.bbv-search .select2-container {
  margin-bottom: 15px;
}
.bbv-search .bbv-search__message {
  font-size: 0.8rem;
  padding-top: 10px;
  line-height: 1.4;
  color: #b53434;
}

.line-separation {
  margin: 45px 0;
  border-bottom: 2px dashed #bcbec0;
}

.press-section {
  padding: 35px 0 15px;
}
.press-section .entry-header {
  margin-bottom: 50px;
}
.press-section .entry-header .entry-header__title {
  padding-left: 0;
}
.press-section .entry-header .entry-header__title:before {
  border-width: 1px;
}
.press-section .entry-header .entry-header__title:after {
  bottom: -7px;
}

.bbv-search_notasprensa {
  padding-top: 100px;
}
.bbv-search_notasprensa .bbv-search__input_line {
  margin-bottom: 35px;
}

.bbvpress-list {
  padding: 0 40px 25px;
  border-left: 2px dashed #bcbec0;
  min-height: 700px;
}

.bbvpress-item {
  border-bottom: 2px dashed #bcbec0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7px 0 15px;
  padding: 0 0 5px;
}
.bbvpress-item .bbvpress-item__image {
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 50%;
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 0 10px;
}
.bbvpress-item .bbvpress-item__image.bbvpress-item__image-hr {
  background: url(../img/icons/icon_noticia.png) no-repeat 50%;
  background-size: cover;
}
.bbvpress-item .bbvpress-item__content {
  display: block;
  margin: 0;
  padding-left: 25px;
  width: calc(100% - 90px);
}
.bbvpress-item .bbvpress-item__title {
  color: #644389;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.bbvpress-item .bbvpress-item__subtitle {
  color: #36bc87;
  margin: -5px 0 5px;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.bbvpress-item .bbvpress-item__excerpt {
  color: #808080;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.bbvpress-item .bbvpress-item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bbvpress-item .bbvpress-item__date {
  color: #644389;
  display: block;
  margin: 0 auto 10px 0;
  font-size: 14px;
  line-height: 1.2;
}
.bbvpress-item .bbvpress-item__link {
  color: #f7941e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  padding-right: 20px;
  font-size: 14px;
}
.bbvpress-item .bbvpress-item__link span {
  position: relative;
}
.bbvpress-item .bbvpress-item__link span:after {
  background: #f7941e url(../img/icons/ver_mas_icon.svg) no-repeat 50%;
  background-size: 7px auto;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  width: 17px;
  height: 17px;
  position: absolute;
  left: calc(100% + 3px);
  top: 0;
}

.bbvpress-sidebar {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: calc(100vh - 180px);
  height: 100%;
}

.bbvpress-sidebar.hechosnoticias-sidebar {
  padding: 60px 30px 0;
  background-image: var(--sidebar-bg, url(../img/fondo_form_hr.png));
  background-color: #36bc87;
}
.bbvpress-sidebar.hechosnoticias-sidebar h3 {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.hechosnoticias-sidebar__contact .form-row {
  margin-bottom: 25px;
}
.hechosnoticias-sidebar__contact .form-row .form-input {
  border-bottom: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.hechosnoticias-sidebar__contact .wpcf7-form-control.wpcf7-submit,
.hechosnoticias-sidebar__contact .form-row-button .form-button {
  width: 100%;
  background: #f7941e;
  padding: 10px 15px;
}
.hechosnoticias-sidebar__contact ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.hechosnoticias-sidebar__contact ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.hechosnoticias-sidebar__contact :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.hechosnoticias-sidebar__contact ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.hechosnoticias-sidebar__contact ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.hechosnoticias-sidebar__contact ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.hechosnoticias-sidebar__contact .wpcf7-not-valid-tip,
.hechosnoticias-sidebar__contact .wpcf7-response-output {
  color: #fff;
}
.hechosnoticias-sidebar__contact .wpcf7-response-output {
  font-size: 0.9rem;
}

.content-notasprensa {
  padding: 0 30px;
}
.content-notasprensa .content-notasprensa__title {
  color: #644389;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.content-notasprensa .content-notasprensa__content,
.content-notasprensa p {
  font-size: 0.9rem;
  margin: 0 0 10px;
  line-height: 1.4;
}
.content-notasprensa .content-notasprensa__note {
  margin-top: 15px;
}
.content-notasprensa .content-notasprensa__file {
  margin: 30px 0;
}
.content-notasprensa .content-notasprensa__file .btn {
  font-weight: 400;
}
.content-notasprensa .content-notasprensa__content {
  overflow-x: auto;
}
.content-notasprensa .content-notasprensa__content span,
.content-notasprensa .content-notasprensa__content p {
  color: initial;
}
.content-notasprensa .content-notasprensa__content a:not([href]) {
  color: #4a4a4a;
}

.clear-both {
  clear: both;
}

.page-template-page-hechos-noticias .pagemenu {
  position: relative;
  top: 0;
}

.bbv-search_hechosnoticias {
  padding-top: 130px;
}
.bbv-search_hechosnoticias .bbv-search__input_line {
  margin-bottom: 15px;
}
.bbv-search_hechosnoticias .bbv-search__input_line {
  margin-bottom: 15px;
}
.bbv-search_hechosnoticias .bbv-search__submit {
  width: auto;
  padding: 10px 15px;
  margin: 0 auto 15px;
}

.backpage-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin: 25px 0 25px auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.backpage-icon .backpage-icon__link {
  background: #f7941e url(../img/icons/arrow-left.png) no-repeat 50%;
  background-size: 22px auto;
  border-radius: 50%;
  margin: 0 30px 0 0;
  width: 50px;
  height: 50px;
}
.backpage-icon .backpage-icon__text {
  margin: auto 0;
  display: block;
  background: #644389;
  color: #fff;
  padding: 8px 15px;
  font-size: 0.9rem;
}

.backpage-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-items: center;
  margin-bottom: 25px;
}
.backpage-footer .backpage-footer__link {
  grid-column-start: 3;
  margin-left: auto;
  font-size: 0.9rem;
  font-weight: 400;
}

.bbv-separationline {
  border: 1px solid;
  position: relative;
  margin: 25px 0;
  width: calc(100% - 8px);
  border-color: #644389;
}
.bbv-separationline:after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #644389;
}

.gb-grid-wrapper.same-height .gb-container > .gb-inside-container {
  height: 100%;
}

.lds-grid {
  display: block;
  margin: auto;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-animation: b 1.2s linear infinite;
          animation: b 1.2s linear infinite;
}

.lds-grid div:first-child {
  top: 6px;
  left: 6px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}

.lds-grid div {
  background: #36bc87;
}

@-webkit-keyframes b {
  0%, to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes b {
  0%, to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.list-table-participantes .dataTable-box {
  padding: 0 25px;
}
.list-table-participantes .eeffTable {
  width: 100%;
}

.eeff-filter .select2-container {
  width: 100% !important;
}

.participantes-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  margin: 30px 0;
  padding: 0 20px;
  overflow: hidden;
}

.emisores-list {
  margin: 10px 0 20px;
}

.box-emisores p {
  color: #bcbec0;
  margin: 5px 0 20px;
  font-size: 0.9rem;
}

.emisores .emisores__title {
  color: #36bc87;
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  border-bottom: 1px dashed #d8d8d8;
  display: block;
  padding: 8px 15px 8px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
.emisores .emisores__title:before {
  border-top: 8px solid #644389;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  position: absolute;
  left: 9px;
  top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.emisores .emisores__data {
  display: none;
}
.emisores .emisores__list {
  padding-left: 45px;
  list-style: none;
}
.emisores .emisores__item {
  border-bottom: 1px dashed #d8d8d8;
  color: gray;
  font-size: 14px;
  padding: 8px 15px;
}
.emisores .emisores__link {
  color: gray;
}
.emisores .emisores__link:hover {
  color: #644389;
}

.emisores .emisores__title.is-active {
  background: #36bc87;
  border: none;
  color: #fff;
}
.emisores .emisores__title.is-active:before {
  border-top-color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.emisores .emisores__data.is-active {
  display: block;
}

.return-page {
  color: #36bc87;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
.return-page:before {
  background: url(../img/icons/icon-prev-green.svg) no-repeat 50%;
  background-size: contain;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 7px;
}

.participantes-section {
  border: 2px solid #f2f2f2;
  padding: 0 30px 20px;
  max-width: 100%;
  margin-top: 15px;
  margin-left: 15px;
}

.participante {
  display: grid;
  grid-template-columns: 140px 1fr 240px;
  grid-gap: 25px;
  padding: 30px;
}
.participante .participante__logo {
  vertical-align: middle;
}
.participante .participante__title {
  color: #644389;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
.participante .participante__date {
  font-size: 14px;
  color: gray;
  font-family: "Roboto Condensed", sans-serif;
}
.participante .participante-logo__file {
  background: #644389 url(../img/icons/icon-file.svg) no-repeat center 25px;
  background-size: auto 60px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 140px;
}
.participante .participante-logo__file > span {
  display: block;
  margin: auto auto 20px;
}
.participante .participante-logo__file:hover {
  background-color: #8a65b4;
}

.p-title {
  background: #f2f2f2;
  color: #36bc87;
  font-size: 23px;
  font-weight: 700;
  margin: 0 -30px 20px;
  padding: 10px 60px 8px 30px;
}

.p-subtitle {
  color: #6d6e71;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
}

.p-data {
  color: #6d6e71;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.4;
}

.p-general-data__columns {
  display: grid;
  grid-template-columns: 0.2fr 0.2fr 0.6fr;
  grid-gap: 45px;
}

.p-estados__file {
  margin-bottom: 10px;
  background: #f2f2f2;
  color: #6d6e71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  min-height: 45px;
  padding: 10px 75px 10px 15px;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.4;
}
.p-estados__file:before {
  background: #36bc87 url(../img/icons/icon-download.svg) no-repeat 50%;
  background-size: auto 25px;
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.p-estados__file > span {
  display: block;
  margin: auto;
  width: 100%;
}

.p-estados__list-column {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  max-width: 100%;
  height: 210px;
  -webkit-column-fill: auto;
     -moz-column-fill: auto;
          column-fill: auto;
}

.p-hechos-noticias__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 30px;
}

.p-hechos-noticias__item {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 20px;
}
.p-hechos-noticias__item:hover {
  border-color: #cecece;
}
.p-hechos-noticias__item .p-hechos-noticias__title {
  color: #644389;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-hechos-noticias__item .p-hechos-noticias__title a:hover {
  color: #644389;
}
.p-hechos-noticias__item .p-hechos-noticias__resume {
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  color: gray;
  margin-bottom: 10px;
  line-height: 1.4;
}
.p-hechos-noticias__item .p-hechos-noticias__extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto 0 0;
}
.p-hechos-noticias__item .p-hechos-noticias__date {
  font-size: 12px;
  color: #644389;
}
.p-hechos-noticias__item .p-hechos-noticias__link {
  text-align: right;
  padding-right: 25px;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  color: gray;
  font-size: 0.9rem;
}
.p-hechos-noticias__item .p-hechos-noticias__link:after {
  background: #36bc87 url(../img/icons/ver_mas_icon.svg) no-repeat 50%;
  background-size: 7px auto;
  border-radius: 50%;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 0;
}

.p-hechos-noticias__nodata {
  text-align: center;
  font-weight: 500;
  display: none;
}

.p-column-table {
  display: block;
  padding: 0 30px;
  margin-bottom: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.p-box-table {
  max-width: 100%;
}

.participante-table {
  width: 100%;
  min-width: 800px;
  margin: 0 0 10px;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: gray;
}
.participante-table thead th {
  color: gray;
  font-weight: 700;
}
.participante-table tbody tr:hover td {
  background-color: #efefef;
}
.participante-table td,
.participante-table th {
  padding: 7px 6px 7px 0;
  word-break: break-all;
  border-bottom: 1px dashed #bcbec0;
}
.participante-table.participante-table_is-small {
  max-width: 400px;
  min-width: 400px;
}

.fondos-cerrados__text {
  margin-bottom: 12px;
}

.fondos-cerrados__link {
  background: #f2f2f2;
  color: #6d6e71;
  display: block;
  font-size: 18px;
  min-height: 45px;
  padding: 10px 15px;
}

.icon-docicon {
  background: url(../img/icons/file_icon-primary.png) no-repeat 50%;
  background-size: auto 18px;
  display: block;
  width: 30px;
  height: 20px;
}

.i-download {
  background: url(../img/icons/descarga_icon.svg) no-repeat 50%;
  background-size: contain;
  display: inline-block;
  margin: auto auto auto 10px;
  width: 14px;
  height: 17px;
}

.entry-content__esta-bursatiles {
  padding: 30px 0 15px;
}

.esta-bursatiles-grid {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esta-bursatiles-grid .esta-bursatiles-grid__sidebar {
  width: 360px;
  display: block;
  margin: 0 0 20px;
  padding: 0 30px;
}
.esta-bursatiles-grid .esta-bursatiles-grid__content {
  border-left: 1px dashed #d8d8d8;
  width: calc(100% - 360px);
  display: block;
  margin: 0 0 20px;
  padding: 0 30px;
}

.link-filter .link-filter__subtitle {
  color: #f7941e;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.link-filter .btn {
  font-size: 0.9rem;
}
.link-filter > .btn {
  margin: 0 20px 20px;
  max-width: initial;
  width: auto;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
}
.link-filter .link-filter__boxLink .btn {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 5px;
  display: block;
  max-width: 100%;
}
.link-filter .link-filter__boxLink .btn.is-active {
  background: #36bc87;
}
.link-filter .link-filter__box {
  border: 1px dashed #bcbec0;
  padding: 20px;
  margin: 20px 0 0;
  text-align: center;
}
.link-filter .link-filter__box p {
  color: gray;
  font-size: 16px;
  margin-bottom: 20px;
}

.esta-bursatiles-grid__data-item .entry-header {
  margin-left: -15px;
}

.bursatiles-filter-row {
  display: grid;
  grid-template-columns: 290px 1fr 290px;
}

.esta-bursatiles-filter {
  max-width: 320px;
}
.esta-bursatiles-filter.bbv-search {
  padding-left: 0;
}

.filter-monedas {
  display: block;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.filter-monedas .filter-monedas__button {
  border: none;
  background: #fff;
  color: #808080;
  display: inline-block;
  padding: 8px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
  border: 2px solid #d8d8d8;
  margin-right: 5px;
}
.filter-monedas .filter-monedas__button.is-active, .filter-monedas .filter-monedas__button:hover {
  background: #644389;
  color: #fff;
  border-color: transparent;
}

.bursatil__data-title {
  color: #644389;
  font-size: 18px;
  margin: 30px 0 20px;
  text-align: center;
  line-height: 1.2;
}
.bursatil__data-title span {
  display: block;
  font-weight: 400;
}

.bursatil__data-description {
  color: gray;
  font-size: 18px;
}

.data-bursatil {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.data-bursatil .data-bursatil__box {
  display: block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 14px;
}
.data-bursatil .data-bursatil__information-title {
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  padding: 3px 15px;
  color: #fff;
}
.data-bursatil .data-bursatil__information-title.main-title {
  background: #644389;
}
.data-bursatil .data-bursatil__information-title.sub-title {
  background: #816bb0;
}
.data-bursatil .data-bursatil__information-title.small-title {
  font-size: 12px;
  font-weight: 400;
  padding: 3px 5px;
}
.data-bursatil .data-bursatil__footer {
  font-size: 0.75rem;
  margin-top: 25px;
}
.data-bursatil .data-bursatil__footer * {
  font-size: inherit;
}
.data-bursatil .data-bursatil__footer ul:not([class]), .data-bursatil .data-bursatil__footer ol:not([class]) {
  margin-bottom: 12px;
  margin-top: 8px;
}

.bursatil-data-list {
  display: grid;
  grid-gap: 0 10px;
  list-style: none;
  margin: 0;
  padding: 5px 15px;
  grid-template-columns: 1fr 60px repeat(3, 0.5fr 60px) 120px;
  font-size: 12px;
}
.bursatil-data-list .bursatil-data-list__item {
  color: gray;
  font-family: "Roboto Condensed", sans-serif;
}

.bursatil-data-list.is-header {
  font-weight: 700;
}
.bursatil-data-list.is-data {
  border-bottom: 1px dashed #bcbec0;
}
.bursatil-data-list.is-data:hover {
  background-color: rgba(233, 233, 233, 0.7725490196);
}
.bursatil-data-list.is-max {
  background-color: rgba(54, 188, 135, 0.8);
}
.bursatil-data-list.is-max .bursatil-data-list__item {
  color: #fff;
}
.bursatil-data-list.is-min {
  background-color: rgba(89, 200, 225, 0.7);
}
.bursatil-data-list.is-min .bursatil-data-list__item {
  color: #fff;
}
.bursatil-data-list.is-list-total {
  background: #816bb0;
  border-bottom: none;
}
.bursatil-data-list.is-list-total .bursatil-data-list__item {
  color: #fff;
}
.bursatil-data-list.is-list-total li:first-child {
  grid-column: 1/3;
}
.bursatil-data-list.font-700 {
  font-weight: 700;
}
.bursatil-data-list.total {
  color: gray;
  font-weight: 700;
}
.bursatil-data-list.total-section {
  background-color: #cdcdcd;
}
.bursatil-data-list.total-section .bursatil-data-list__item {
  color: #444;
}
.bursatil-data-list.total-section:hover {
  background-color: #cdcdcd;
}

.data-bursatil.tbolsa-instrumento .bursatil-data-list {
  font-size: 14px;
}
.data-bursatil.tbolsa-instrumento .bursatil-data-list.is-header {
  border-bottom: none;
}
.data-bursatil.tbolsa-instrumento .bursatil-data-list.is-header.first-header li:first-child {
  grid-column: 3/5;
}
.data-bursatil.tbolsa-instrumento .bursatil-data-list.is-header.first-header li:nth-child(2) {
  grid-column: 5/7;
}
.data-bursatil.tbolsa-instrumento .bursatil-data-list.is-header.first-header li:nth-child(3) {
  grid-column: 7/9;
}
.data-bursatil.tbolsa-mercado .bursatil-data-list {
  font-size: 14px;
  grid-template-columns: 60px 2.5fr repeat(3, 1.2fr) repeat(2, 1.5fr) repeat(2, 1.5fr);
}
.data-bursatil.tbolsa-mercado .bursatil-data-list.is-header {
  border-bottom: 2px solid #644389;
  font-weight: 400;
}
.data-bursatil.tbolsa-mercado .bursatil-data-list.is-header.first-header li:nth-child(3) {
  grid-column: 3/6;
  text-align: center;
}
.data-bursatil.tbolsa-mercado .bursatil-data-list.is-header.first-header li:nth-child(4) {
  grid-column: 6/8;
  text-align: center;
}
.data-bursatil.tbolsa-mercado .bursatil-data-list.is-header.first-header li:nth-child(5) {
  grid-column: 8/10;
  text-align: center;
}
.data-bursatil.tbolsa-mercado .bursatil-data-list.is-header.second-header li {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.data-bursatil.tbolsa-mercado .bursatil-data-list.is-header.second-header li:nth-child(1) {
  grid-column: 3;
  border-left: 2px solid #bcbec0;
}
.data-bursatil.tbolsa-mercado .bursatil-data-list.is-header.second-header li:nth-child(4) {
  border-left: 2px solid #bcbec0;
}
.data-bursatil.tbolsa-mercado .bursatil-data-list.is-header.second-header li:nth-child(6) {
  border-left: 2px solid #bcbec0;
}
.data-bursatil.tbolsa-mercado .data-bursatil__information .data-bursatil__information-title {
  color: #644389;
  text-align: center;
}
.data-bursatil.tbolsa-mercado .inf-bursatil .inf-bursatil__sub-title {
  background: #644389;
  font-size: 11px;
  color: #fff;
  padding: 3px 15px;
}
.data-bursatil.tbolsa-rendimiento .bursatil-data-list {
  font-size: 14px;
}
.data-bursatil.tbolsa-rendimiento .bursatil-data-list.compraventa-list, .data-bursatil.tbolsa-rendimiento .bursatil-data-list.compraventa-header {
  grid-template-columns: 90px 50px repeat(12, 1fr);
}
.data-bursatil.tbolsa-rendimiento .bursatil-data-list.reporto-list, .data-bursatil.tbolsa-rendimiento .bursatil-data-list.reporto-header {
  grid-template-columns: 90px 50px repeat(6, 1fr);
}
.data-bursatil.tbolsa-rendimiento .bursatil-data-list.l-firstdata {
  background: #816bb0;
}
.data-bursatil.tbolsa-rendimiento .bursatil-data-list.l-firstdata li {
  color: #fff;
}
.data-bursatil.tbolsa-rendimiento .data-bursatil__information-title {
  text-align: center;
}
.data-bursatil.vibolsa-privados .bursatil-data-list {
  grid-template-columns: 30px 30px 60px 60px 90px 60px 75px 75px 75px 100px 100px 60px 90px 120px 60px 75px;
}
.data-bursatil.vibolsa-privados .bursatil-data-list.is-data {
  line-height: 1.1;
}
.data-bursatil.vibolsa-privados .bursatil-data-list.total li:first-child {
  grid-column: 1/9;
}
.data-bursatil.vibolsa-privados .bursatil-data-list.total li:last-child {
  grid-column: 10;
  text-align: right;
}
.data-bursatil.vibolsa-privados .inf-bursatil__list-data {
  border-bottom: 2px dashed #bcbec0;
}
.data-bursatil.vibolsa-privados .inf-bursatil__list-data .bursatil-data-list:last-child {
  border-bottom: none;
}
.data-bursatil.vibolsa-privados .inf-bursatil__list-title li:nth-child(3) {
  grid-column: 3/15;
}
.data-bursatil.vibolsa-privados .inf-bursatil__list-subtitle li:nth-child(4) {
  grid-column: 4/15;
  text-decoration: underline;
}
.data-bursatil.vibolsa-privados .inf-bursatil__list.total {
  color: gray;
  font-weight: 700;
}
.data-bursatil.vibolsa-privados .inf-bursatil__list.total li:first-child {
  grid-column: 1/9;
}
.data-bursatil.vibolsa-privados .inf-bursatil__list.total li:last-child {
  grid-column: 10;
  text-align: right;
}
.data-bursatil.vibolsa-publicos .bursatil-data-list {
  grid-template-columns: 15px repeat(13, 1fr);
}
.data-bursatil.vibolsa-publicos .bursatil-data-list.is-header {
  color: gray;
}
.data-bursatil.vibolsa-publicos .bursatil-data-list.is-header li {
  text-align: right;
}
.data-bursatil.vibolsa-publicos .bursatil-data-list.is-data {
  border-bottom: none;
}
.data-bursatil.vibolsa-publicos .bursatil-data-list.is-data li {
  text-align: right;
}
.data-bursatil.vibolsa-publicos .bursatil-data-list.total {
  border-top: 2px dashed #bcbec0;
}
.data-bursatil.vibolsa-publicos .bursatil-data-list.total li {
  text-align: right;
}
.data-bursatil.vibolsa-publicos .data-bursatil__information .data-bursatil__information-title.sub-title {
  padding-left: 25px;
}
.data-bursatil.vibolsa-cuotasfic .bursatil-data-list {
  grid-template-columns: repeat(7, 1fr);
  padding: 5px;
}
.data-bursatil.vibolsa-cuotasfic .bursatil-data-list.is-data .bursatil-data-list__item:first-child {
  text-align: left;
}
.data-bursatil.vibolsa-cuotasfic .bursatil-data-list.is-data .bursatil-data-list__item:nth-child(6), .data-bursatil.vibolsa-cuotasfic .bursatil-data-list.is-data .bursatil-data-list__item:nth-child(7) {
  text-align: center;
}
.data-bursatil.vibolsa-cuotasfic .bursatil-data-list.is-data:last-child {
  border-bottom: none;
}
.data-bursatil.vibolsa-cuotasfic .bursatil-data-list.total .bursatil-data-list__item:first-child {
  grid-column: 1/4;
  text-align: left;
}
.data-bursatil.vibolsa-cuotasfic .bursatil-data-list.total .bursatil-data-list__item:last-child {
  grid-column: 4;
}
.data-bursatil.vibolsa-cuotasfic .data-bursatil__information .data-bursatil__information-title.sub-title {
  border-bottom: 1px dashed #bcbec0;
  background: transparent;
  color: gray;
}
.data-bursatil.vibolsa-cuotasfic .data-bursatil__information .data-bursatil__information-title.title-emision {
  padding: 3px 15px;
}
.data-bursatil.vibolsa-cuotasfic .data-bursatil__information .data-bursatil__information-data {
  border-bottom: 2px dashed #bcbec0;
}
.data-bursatil.vvbolsa-privados .bursatil-data-list {
  grid-template-columns: 30px 30px 60px 60px 90px 60px 75px 75px 100px 100px 40px 90px 105px 40px 60px;
}
.data-bursatil.vvbolsa-privados .bursatil-data-list.is-data {
  line-height: 1.1;
}
.data-bursatil.vvbolsa-privados .bursatil-data-list.total li:first-child {
  grid-column: 1/8;
}
.data-bursatil.vvbolsa-privados .bursatil-data-list.total li:last-child {
  grid-column: 9;
  text-align: right;
}
.data-bursatil.vvbolsa-privados .inf-bursatil__list-title li:nth-child(3) {
  grid-column: 3/15;
}
.data-bursatil.vvbolsa-privados .inf-bursatil__list-subtitle li:nth-child(4) {
  grid-column: 4/15;
  text-decoration: underline;
}
.data-bursatil.vvbolsa-publicos .bursatil-data-list {
  grid-template-columns: 30px 30px 60px 52px 80px 45px 80px 60px 75px 75px 100px 100px 40px 90px 105px;
}
.data-bursatil.vvbolsa-publicos .bursatil-data-list.is-data {
  line-height: 1.1;
}
.data-bursatil.vvbolsa-publicos .bursatil-data-list.total li:first-child {
  grid-column: 1/9;
}
.data-bursatil.vvbolsa-publicos .bursatil-data-list.total li:last-child {
  grid-column: 11;
  text-align: right;
}
.data-bursatil.vvbolsa-publicos .inf-bursatil__list-title li:nth-child(3) {
  grid-column: 3/15;
}
.data-bursatil.vvbolsa-publicos .inf-bursatil__list-subtitle li:nth-child(4) {
  grid-column: 4/15;
  text-decoration: underline;
}
.data-bursatil.vvbolsa-cuotasfic .bursatil-data-list {
  grid-template-columns: 30px 60px 60px 90px 75px 100px 100px 100px 50px 90px;
}
.data-bursatil.vvbolsa-cuotasfic .bursatil-data-list.is-data {
  line-height: 1.1;
}
.data-bursatil.vvbolsa-cuotasfic .bursatil-data-list.total li:first-child {
  grid-column: 1/8;
}
.data-bursatil.vvbolsa-cuotasfic .bursatil-data-list.total li:last-child {
  grid-column: 8;
  text-align: right;
}
.data-bursatil.vvbolsa-cuotasfic .inf-bursatil__list-title li:nth-child(2) {
  grid-column: 2/10;
}
.data-bursatil.vvbolsa-cuotasfic .inf-bursatil__list-subtitle li:nth-child(3) {
  grid-column: 3/10;
  text-decoration: underline;
}
.data-bursatil.vvbolsa-variable .bursatil-data-list {
  grid-template-columns: 1fr repeat(2, 80px) 100px 120px 120px 60px 60px;
  font-size: 14px;
}
.data-bursatil.vvbolsa-variable .bursatil-data-list.is-data {
  border-bottom: none;
}
.data-bursatil.vvbolsa-variable .bursatil-data-list.is-header {
  text-transform: uppercase;
}
.data-bursatil.vvbolsa-variable .bursatil-data-list.total {
  border-top: 1px dashed #bcbec0;
  color: gray;
  font-weight: 700;
}
.data-bursatil.vvbolsa-variable .bursatil-data-list.total li:first-child {
  grid-column: 1/6;
}
.data-bursatil.vvbolsa-variable .bursatil-data-list.total li:last-child {
  grid-column: 6;
  text-align: right;
}
.data-bursatil.vvbolsa-variable .data-bursatil__information .data-bursatil__information-title {
  font-size: 14px;
  padding: 5px 15px;
}
.data-bursatil.vvbolsa-variable .data-bursatil__information > .bursatil-data-list.total {
  border-top: 2px dashed #bcbec0;
}

.inf-bursatil__no-results {
  color: #644389;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 60px 30px;
  text-align: center;
}

.esta-bursatiles-filter .list-filter__select {
  width: 100%;
}
.esta-bursatiles-filter .select2.select2-container--default {
  margin-bottom: 15px;
  max-width: 280px;
  width: 100% !important;
}

.select2.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 2px solid #6d6e71;
  border-radius: 0;
  font-size: 13px;
}

.select2-results__options {
  font-size: 13px;
}

.page-template-page-esta-bursatiles .select2-container--open .select2-dropdown {
  top: 32px;
}

.bbv-search__advanced .select2-container {
  width: 100% !important;
  margin-bottom: 15px;
}

#dpf-pignorados p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
  margin: 0 0 10px;
}

.page-id-1525 .fancybox-button.fancybox-button--close {
  position: absolute;
  top: 5px;
  right: 110px;
  border-radius: 50%;
  background-color: #36bc87;
  color: #fff;
}

.bbv-codes-nocontent {
  display: none;
  text-align: center;
  margin-bottom: 25px;
}
.bbv-codes-nocontent p {
  font-size: 18px;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  position: relative;
  right: 10px;
}

.site-404 {
  background: #36bc87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 15px;
}
.error-404 .error-404__header {
  -ms-flex-item-align: center;
      align-self: center;
  width: auto;
  margin-right: 15px;
  text-align: center;
}
.error-404 .error-404__title {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 40px;
  color: #644389;
}
.error-404 .error-404__text {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.error-404 .error-404__boximg {
  width: 360px;
}

.entry-content__mercados {
  padding-top: 20px;
}

.pagemenu-block.riesgo-menu .pagemenu-block__navlist {
  grid-template-columns: repeat(2, 250px);
}

.montos-negociados {
  padding-top: 15px;
}
.montos-negociados h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.montos-negociados p {
  margin: 0 0 10px;
  font-size: 0.88rem;
}
.montos-negociados .list-filter {
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 30px;
  padding: 20px 30px;
  margin-bottom: 15px;
  border: 1px dashed #bcbec0;
  display: block;
}
.montos-negociados .nota-vpp {
  position: relative;
  margin: 4px 0 10px 20px;
  padding-left: 10px;
}
.montos-negociados .nota-vpp::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -8px;
  width: 12px;
  height: 12px;
  background-color: #36bc87;
}

.filter-row.mercados-filter {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-row.mercados-filter .filter-row__emisores {
  max-width: 420px;
  width: 100%;
}
.filter-row.mercados-filter .filter-row__emisores .select2-container {
  width: 100% !important;
}
.filter-row.mercados-filter .filter-row__date {
  padding-top: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  max-width: 250px;
  font-size: 14px;
}
.filter-row.mercados-filter .filter-row__date .list-filter__input, .filter-row.mercados-filter .filter-row__date .bbv-search__input_line.input_select {
  padding: 3px 20px 3px 10px;
  max-width: 150px;
  margin-left: 10px;
}
.filter-row.mercados-filter .filter-row__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 500px);
          flex: 0 0 calc(100% - 500px);
}
.filter-row.mercados-filter .filter-row__title > p {
  color: rgb(100, 67, 137);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.block-border {
  border: 1px dashed #bcbec0;
}

.block-est-graficos {
  padding: 20px;
}

.tabFloat-filter {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 15px;
  margin-bottom: 20px;
}
.tabFloat-filter .tabFloat-filter__item {
  display: block;
  margin: 15px 0 15px auto;
  min-width: 160px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #d8d8d8;
  border: none;
  color: #644389;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 20px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  cursor: pointer;
}
.tabFloat-filter .tabFloat-filter__item.is-active, .tabFloat-filter .tabFloat-filter__item:hover {
  background: #36bc87;
  color: #fff;
}

.internal-tab {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 15px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}
.internal-tab .internal-tab__item {
  background: #36bc87;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  padding: 8px 15px;
}
.internal-tab .internal-tab__item span {
  display: block;
  margin: auto;
}
.internal-tab .internal-tab__item:hover, .internal-tab .internal-tab__item.is-active {
  background: #f7941e;
}
.internal-tab.tab-rentavariable {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.internal-tab.is-purple-tab .internal-tab__item {
  background: rgb(100, 67, 137);
}
.internal-tab.is-purple-tab .internal-tab__item:hover, .internal-tab.is-purple-tab .internal-tab__item.is-active {
  background: rgb(89, 200, 225);
}

.list-table {
  border-bottom: 1px dashed #bcbec0;
  display: grid;
  grid-template-columns: 150px 1fr 100px 100px 100px;
  grid-gap: 0 30px;
  list-style: none;
  padding: 5px 30px;
  margin: 0;
}
.list-table .list-table__item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #808080;
}
.list-table .list-table__item.green::before {
  color: #36bc87;
  content: "+";
  font-weight: 700;
}
.list-table .list-table__item.red::first-letter {
  color: #cc1919;
  padding-right: 2px;
  font-weight: 700;
}
.list-table .list-table__item-number {
  text-align: right;
}
.list-table.first-header {
  border-bottom: 2px solid #644389;
  font-weight: 700;
}
.list-table:not(.first-header):hover {
  background: rgba(222, 222, 222, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-table:not(.first-header):hover .list-table__item {
  color: #6a6a6a;
}

.principales-alzas-table .list-table:not(.first-header):hover, .principales-bajas-table .list-table:not(.first-header):hover {
  cursor: pointer;
}

.rotaciones-table .list-table {
  grid-template-columns: 130px 1fr 95px;
}
.rotaciones-table .list-table.first-header .list-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.bursatiles-filter-row.mercados-filter-row {
  grid-template-columns: 1fr 1fr 1fr;
}
.bursatiles-filter-row.mercados-filter-row .select2-container {
  width: 100% !important;
}

.data-bursatil.data-merc-riesgo .bursatil-data-list {
  font-size: 12px;
}
.data-bursatil.data-merc-riesgo .data-bursatil__information .data-bursatil__information-title {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 3px 5px;
}
.data-bursatil.data-merc-riesgo .data-bursatil__information .data-bursatil__information-title.main-title {
  background: #644389;
  padding-left: 15px;
}
.data-bursatil.data-merc-riesgo .data-bursatil__information .data-bursatil__information-title.sub-title {
  background: #816bb0;
}
.data-bursatil.data-merc-riesgo .inf-bursatil__list {
  border-bottom: 1px dashed #bcbec0;
  font-size: 12px;
  line-height: 1.1;
}
.data-bursatil.data-merc-riesgo .inf-bursatil__list-title,
.data-bursatil.data-merc-riesgo .inf-bursatil__list-subtitle {
  text-decoration: underline;
}
.data-bursatil.mercados-emisiones .bursatil-data-list {
  grid-template-columns: 30px 90px 80px 90px 70px 70px 90px 1fr 1fr 100px 90px;
}
.data-bursatil.mercados-emisiones .data-bursatil__information .data-bursatil__information-title.sub-title {
  padding-left: 50px;
}
.data-bursatil.mercados-emisiones .inf-bursatil__list-title li:nth-child(3) {
  grid-column: 3/10;
}
.data-bursatil.mercados-emisores .bursatil-data-list {
  grid-template-columns: 1fr 100px 100px 100px 100px 60px;
}
.data-bursatil.mercados-emisores .data-bursatil__information .data-bursatil__information-title.sub-title {
  padding-left: 50px;
}
.data-bursatil.mercados-fcerrados .bursatil-data-list {
  grid-template-columns: 100px 200px 100px 100px 100px 100px 100px 60px;
}
.data-bursatil.mercados-fcerrados .data-bursatil__information .data-bursatil__information-title.sub-title {
  background: #816bb0;
  padding-left: 15px;
}
.data-bursatil.mercados-fcerrados .inf-bursatil__list-title li:nth-child(2) {
  grid-column: 2/8;
}
.data-bursatil.mercados-acciones .bursatil-data-list {
  grid-template-columns: 80px 200px 80px 80px 80px 100px 100px 100px 60px;
}
.data-bursatil.mercados-acciones .data-bursatil__information .data-bursatil__information-title.sub-title {
  padding-left: 15px;
}
.data-bursatil.mercados-acciones .inf-bursatil__list-title li:nth-child(2) {
  grid-column: 2/8;
}
.data-bursatil.mercados-valorDeuda .bursatil-data-list {
  grid-template-columns: 200px 80px 80px 80px 80px 100px 100px 100px 60px;
}
.data-bursatil.mercados-valorDeuda .data-bursatil__information .data-bursatil__information-title.sub-title {
  background: #816bb0;
  padding-left: 15px;
}

.valor-cuota__data {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.valor-cuota__data .dataTable-box {
  margin-bottom: 30px;
}

.valor-cuota__title {
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  background-color: #644389;
  padding-left: 10px;
  width: 100%;
}

.valor-cuota__subtitle {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding-left: 10px;
}

.instrumentos-modal {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 120px;
  width: 100%;
  height: calc(100vh - 120px);
  z-index: 10;
  padding: 120px 30px 30px;
  overflow-y: auto;
}
.instrumentos-modal .instrumentos-modal__body {
  display: block;
  width: 900px;
  max-width: 100%;
  position: relative;
}
.instrumentos-modal .instrumentos-modal__body.is-center {
  margin: auto;
}
.instrumentos-modal .instrumentos-modal__bt-close {
  background: url(../img/icons/icon-close-primary.svg) no-repeat 50%;
  background-size: auto;
  background-size: 14px auto;
  border: 1px solid #644389;
  border-radius: 50%;
  position: absolute;
  width: 28px;
  height: 28px;
  right: -5px;
  top: -5px;
  cursor: pointer;
}
.instrumentos-modal .instrumentos-modal__participante {
  color: #6d6e71;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
  padding-right: 30px;
}
.instrumentos-modal p {
  color: gray;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 21px;
  margin: 0 0 15px;
}
.instrumentos-modal .instrumentos-modal__cols-modal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}
.instrumentos-modal .instrumentos-modal__cols-modal > div {
  border-right: 1px solid #bcbec0;
  padding: 0 20px;
}
.instrumentos-modal .instrumentos-modal__cols-modal > div:last-child {
  border-right: none;
}
.instrumentos-modal .instrumentos-modal__number {
  color: #bcbec0;
  font-size: 2em;
  margin: 0 0 5px;
}
.instrumentos-modal .instrumentos-modal__text {
  color: #644389;
  font-size: 1em;
}
.instrumentos-modal .is-text-green {
  color: #36bc87;
}
.instrumentos-modal .is-text-red {
  color: red;
}

.entry-content-estadoMercado p {
  font-size: 0.88rem;
}

.banner-innerPage.banner-innerPage_square.banner-estado-mercado {
  min-height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 0;
}

.banner-estado-mercado {
  margin-bottom: 25px;
}
.banner-estado-mercado .banner-estado-mercado__title {
  width: 100%;
  padding: 0 15px 0 0;
}
.banner-estado-mercado .banner-estado-mercado__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  margin-right: 95px;
}

.estado-mercado {
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 260px;
  height: 260px;
  position: relative;
  text-align: center;
}
.estado-mercado > .center {
  display: block;
  margin: 45px auto auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.estado-mercado::before {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  width: 280px;
  height: 280px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.estado-mercado .estado-mercado__date {
  color: #bcbec0;
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin: 0 0 10px;
}
.estado-mercado .estado-mercado__title {
  color: #644389;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
}
.estado-mercado .estado-mercado__status {
  color: #644389;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 26px;
  font-weight: 700;
  margin: 25px 0;
  line-height: 1.1;
  position: relative;
}
.estado-mercado .estado-mercado__status > .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.estado-mercado .estado-mercado__status-circle {
  background: #36bc87;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: auto 12px auto auto;
}
.estado-mercado .estado-mercado__status-circle.is-close {
  background: #cc1919;
}
.estado-mercado .estado-mercado__status-text {
  display: block;
  margin: auto auto auto 0;
}
.estado-mercado .estado-mercado__status > span:first-child,
.estado-mercado .estado-mercado__status > span:last-child {
  display: block;
  position: absolute;
  top: 50%;
  width: 35px;
}
.estado-mercado .estado-mercado__status > span:first-child:after,
.estado-mercado .estado-mercado__status > span:first-child:before,
.estado-mercado .estado-mercado__status > span:last-child:after,
.estado-mercado .estado-mercado__status > span:last-child:before {
  background: #644389;
  display: block;
  content: "";
  position: absolute;
}
.estado-mercado .estado-mercado__status > span:first-child:before,
.estado-mercado .estado-mercado__status > span:last-child:before {
  width: 100%;
  height: 1px;
}
.estado-mercado .estado-mercado__status > span:first-child:after,
.estado-mercado .estado-mercado__status > span:last-child:after {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.estado-mercado .estado-mercado__status > span:first-child,
.estado-mercado .estado-mercado__status > span:first-child:before {
  left: 0;
}
.estado-mercado .estado-mercado__status > span:first-child:after {
  left: 100%;
}
.estado-mercado .estado-mercado__status > span:last-child,
.estado-mercado .estado-mercado__status > span:last-child:before {
  right: 0;
}
.estado-mercado .estado-mercado__status > span:last-child:after {
  right: 100%;
}

.board-mercados {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding-bottom: 30px;
}
.board-mercados .board-mercados__data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.board-mercados .board-mercados__chart {
  padding: 20px;
}
.board-mercados .board-item {
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(188, 190, 192);
  -o-border-image: initial;
     border-image: initial;
  padding: 20px;
}
.board-mercados .board-item .board-item__title {
  color: rgb(100, 67, 137);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.board-mercados .board-item .board-item__number {
  font-size: 28px;
  margin: 0px 0px 0px 15px;
  color: grey;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.board-mercados .board-item .board-item__number span:last-child {
  color: rgb(247, 148, 30);
}
.board-mercados .board-item .board-item__l-green {
  color: rgb(54, 188, 135);
  font-size: 24px;
  margin: 0px 0px 0px 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.board-mercados .board-item .board-item__min {
  font-size: 14px;
}
.board-mercados .board-item .board-item__max {
  font-size: 36px;
}
.board-mercados .board-item:last-child {
  grid-column: 1/3;
}

.board-chartBars {
  border-top: 1px dashed rgb(188, 190, 192);
}
.board-chartBars .board-chartBars__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin: 30px 0px;
  color: grey;
}
.board-chartBars .board-chartBars__cols {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0px 30px;
  padding: 0px 15px;
}
.board-chartBars .board-chartBars__fiters {
  -ms-flex-item-align: center;
      align-self: center;
}
.board-chartBars .board-chartBars__fiters .bbv-search {
  padding: 0;
}
.board-chartBars .board-chartBars__fiters p {
  display: grid;
  grid-template-columns: 35px 1fr;
}

.c-filtertype {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 30px 0 30px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-filtertype a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Mukta Regular";
  font-weight: 700;
  margin: auto;
  padding-left: 15px;
  color: #333;
  font-size: 14px;
}
.c-filtertype a span {
  border: 1px solid #36bc87;
  display: block;
  margin: 0 0 0 10px;
  width: 16px;
  height: 16px;
}
.c-filtertype a.active span {
  background: url(../img/icons/icon-check-green.svg) no-repeat 50%;
  background-size: 10px auto;
}
.c-filtertype a:first-child {
  padding-left: 0;
}

.moneda {
  background: #36bc87;
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  padding: 5px;
}

.tasas-rendimiento-grid .bursatil__data-title {
  margin: 30px 0 40px;
}

.content-foperacion.is-hide {
  display: none;
}

.data-tasas-rendimiento {
  margin-bottom: 35px;
}
.data-tasas-rendimiento .bursatil-data-list {
  font-size: 14px;
}
.data-tasas-rendimiento .bursatil-data-list.is-header {
  padding: 0;
}
.data-tasas-rendimiento .bursatil-data-list.is-header .bursatil-data-list__item {
  border-right: 1px dashed #bcbec0;
  padding: 5px;
  text-align: center;
}
.data-tasas-rendimiento .bursatil-data-list.l-firstdata {
  background: #816bb0;
}
.data-tasas-rendimiento .bursatil-data-list.l-firstdata li {
  color: #fff;
}
.data-tasas-rendimiento.l-cvt .bursatil-data-list {
  grid-template-columns: repeat(14, 1fr);
}
.data-tasas-rendimiento.l-reporto .bursatil-data-list {
  grid-template-columns: repeat(8, 1fr);
}

.tasas-rendimiento .c-cols-filter .col .c-table .c-moneda ul li {
  color: gray;
  border-right: 1px dashed #bcbec0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}

.data-fondos-inversion .bursatil-data-list {
  grid-template-columns: 45px 1fr 115px 105px 105px 60px 120px 100px 100px;
  font-size: 14px;
}
.data-fondos-inversion .bursatil-data-list.is-header {
  border-bottom: 2px solid #644389;
}
.data-fondos-inversion .bursatil-data-list.total {
  border-bottom: none;
}
.data-fondos-inversion .bursatil-data-list.total li {
  font-weight: 700;
}
.data-fondos-inversion .bursatil-data-list.total li:nth-child(4), .data-fondos-inversion .bursatil-data-list.total li:nth-child(5), .data-fondos-inversion .bursatil-data-list.total li:nth-child(6) {
  text-align: right;
}
.data-fondos-inversion .inf-bursatil {
  border-bottom: 2px solid #bcbec0;
}
.data-fondos-inversion .inf-bursatil > p {
  border-bottom: 1px solid #d8d8d8;
  color: gray;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 5px 15px;
}

.table-schedule {
  margin: 0 0 45px;
}
.table-schedule .table-schedule__title {
  border-bottom: 1px solid #644389;
  color: #644389;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  padding: 4px 15px 3px;
}
.table-schedule .table-schedule__list {
  font-family: "Roboto Condensed", sans-serif;
  list-style: none;
  padding: 0;
}
.table-schedule .table-schedule__item {
  border-bottom: 1px dashed #bcbec0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 0 20px;
  padding: 4px 15px 3px;
  font-family: "Roboto", sans-serif;
  color: #808080;
  font-size: 0.88rem;
}
.table-schedule .table-schedule__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-schedule .table-schedule__link a {
  background-color: #36bc87;
  display: block;
  color: #fff;
  padding: 3px 12px;
  font-size: 0.8rem;
  border-radius: 5px;
  max-width: 150px;
  margin: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
}
.table-schedule .table-schedule__link a:hover {
  background-color: #644389;
}
.table-schedule .table-schedule__list_event .table-schedule__item {
  padding: 10px 15px;
}

.subasta-block {
  padding: 10px 15px;
}
.subasta-block .subasta-block__figure {
  max-width: 800px;
  width: 100%;
  margin: 10px auto 25px;
}
.subasta-block .subasta-block__content {
  margin: 30px auto;
}
.subasta-block .bbvTable {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.subasta-block .bbvTable .bbvTable__head {
  background: #644389;
}
.subasta-block .bbvTable .bbvTable__head .bbvTable__th {
  color: #fff;
  vertical-align: middle;
}

.iframe-responsive {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.iframe-responsive > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.searchBBV-formBox {
  margin-top: 30px;
  margin-bottom: 50px;
}
.searchBBV-formBox .bbvpress-list__loading {
  margin-top: 35px;
}

.searchBBV-form {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  border: 1px solid #dedede;
  padding: 35px 25px 25px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(100, 67, 137, 0.7), 5px 4px 0px 0px rgba(100, 67, 137, 0.7);
          box-shadow: 0px 0px 0px 1px rgba(100, 67, 137, 0.7), 5px 4px 0px 0px rgba(100, 67, 137, 0.7);
}

.searchBBV-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.searchBBV-form__control {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.searchBBV-form__control:first-child {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-right: 15px;
}
.searchBBV-form__control .bbv-search__input_line {
  color: #808080;
  font-size: 1.2rem;
  padding: 6px 20px 6px 10px;
  border-color: #808080;
}
.searchBBV-form__control .bbv-search__input_search {
  background-size: 20px;
}
.searchBBV-form__control .btn {
  display: block;
  width: 100%;
  max-width: inherit;
}
.searchBBV-form__control ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1;
  /* Firefox */
}
.searchBBV-form__control ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1;
  /* Firefox */
}
.searchBBV-form__control :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1;
  /* Firefox */
}
.searchBBV-form__control ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1;
  /* Firefox */
}
.searchBBV-form__control ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1;
  /* Firefox */
}
.searchBBV-form__control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080;
}
.searchBBV-form__control ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #808080;
}

.searchBBV-form__textError {
  color: #ec3b3b;
  font-size: 0.9rem;
  font-style: italic;
}

.btn-search-text {
  display: inline-block;
}
.is-active .btn-search-text {
  display: none;
}

.btn-search-text--is-active {
  display: none;
}
.is-active .btn-search-text--is-active {
  display: inline-block;
}

.searchBBV-result {
  margin-bottom: 40px;
}
.searchBBV-result .bbvpress-item {
  border-bottom: none;
}
.searchBBV-result .bbvpress-item .bbvpress-item__image {
  width: 60px;
  height: 60px;
}
.searchBBV-result .bbvpress-item .bbvpress-item__title {
  font-size: 1.2rem;
}
.searchBBV-result .bbvpress-item .bbvpress-item__content {
  width: 100%;
  padding-right: 25px;
  padding-bottom: 10px;
}

.searchBBV-result__text {
  font-size: 1.4rem;
}

.searchBBV-result__moreResults {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity ease-in 0.3s;
  transition: opacity ease-in 0.3s;
}
.searchBBV-result__moreResults.is-show {
  height: auto;
  opacity: 1;
}

.searchBBV-result__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity ease-in 0.3s;
  transition: opacity ease-in 0.3s;
  background-color: #fafafa;
}
.searchBBV-result__content.is-active {
  height: auto;
  opacity: 1;
  padding: 30px 0;
}

.searchBBV-result-header {
  background: -webkit-gradient(linear, left top, right top, from(#644389), to(#36bc87));
  background: linear-gradient(90deg, #644389, #36bc87);
  padding: 15px 35px 15px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0;
  color: #fff;
  cursor: pointer;
}
.searchBBV-result-header .searchBBV-result-header__title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}
.searchBBV-result-header .searchBBV-result-header__counter {
  display: block;
  font-size: 0.85rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  -ms-flex-item-align: center;
      align-self: center;
}
.searchBBV-result-header .searchBBV-result-header__information {
  color: #fff;
  font-size: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.searchBBV-result-header .searchBBV-result-header__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  color: #fff;
  font-size: 1.7rem;
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
}
.searchBBV-result-header.is-active .searchBBV-result-header__icon {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.section-sitemap {
  padding: 35px 0;
  background-color: #f9f9f9;
  margin-top: 25px;
}

.section-sitemap__content {
  padding-inline: 25px;
}

.sitemap-list {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 20px;
  list-style: none;
}
.sitemap-list a {
  color: #808080;
}
.sitemap-list > li > a {
  font-weight: 700;
  color: #644389;
}
.sitemap-list li > ul {
  padding-left: 20px;
  list-style: none;
}
.sitemap-list li > ul li > ul {
  padding-left: 20px;
}

.title-product-rate {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.product-rate {
  border: 2px solid #fff;
  border-radius: 25px;
  max-width: 290px;
  padding: 25px 20px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 40px;
}
.product-rate .product-rate__title {
  font-size: 17px;
  color: var(--color-rate, "#36BC87");
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid var(--color-rate, "#36BC87");
  padding-bottom: 15px;
}
.product-rate .product-rate__cost {
  font-size: 53px;
  text-align: center;
  color: #fff;
  margin: 15px 0;
}
.product-rate .btn {
  max-width: 90%;
  font-size: 14px;
  border-radius: 5px;
  margin-inline: auto;
  display: block;
  padding: 12px 10px;
}
.product-rate .disclaimer {
  color: #fff;
  position: absolute;
  bottom: -35px;
  left: 0;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding-inline: 6px;
}
.product-rate.is-secondary {
  --color-rate: #36BC87;
}
.product-rate.is-primary {
  --color-rate: #644389;
}
.product-rate.is-lightBlue {
  --color-rate: #59c8e1;
}
.product-rate.is-orange {
  --color-rate: #f7941e;
}
.product-rate:hover {
  border-color: var(--color-rate, "#36BC87");
}
.product-rate.is-featured {
  background-color: #644389;
  border-color: #452B63;
}
.product-rate.is-featured .product-rate__title {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.product-search .product-search__description {
  font-weight: 700;
  color: #808080;
  font-size: 14px;
}
.product-search .product-search__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
  margin-top: 20px;
}
.product-search .product-search__fields > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  max-width: 300px;
}

.rs-layer ul {
  padding-left: 20px !important;
}
.rs-layer ul li {
  margin-bottom: 0 !important;
}
.rs-layer ul br {
  display: none !important;
}

.column-cost.show {
  display: block;
}
.column-cost.hide {
  display: none;
}

.page-template-page-form-suscripcion .sticky-header, .page-template-page-form-suscripcion .site-header {
  height: 75px;
}
.page-template-page-form-suscripcion .secondary-navigation {
  border-color: transparent;
}
.page-template-page-form-suscripcion .main-navigation, .page-template-page-form-suscripcion .menu-icon--back, .page-template-page-form-suscripcion .menu-login {
  display: none;
}

.control.has-floating-label {
  position: relative;
}

.label.is-floating-label {
  font-weight: normal;
  position: absolute;
  line-height: 1;
}

.input {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.input:-moz-placeholder-shown + .label.is-floating-label {
  color: #fff;
  display: block;
  top: 15px;
  left: 0.75rem;
  z-index: 0;
  -moz-transition: top ease-in 0.2s;
  transition: top ease-in 0.2s;
}
.input:-ms-input-placeholder + .label.is-floating-label {
  color: #fff;
  display: block;
  top: 15px;
  left: 0.75rem;
  z-index: 0;
  -ms-transition: top ease-in 0.2s;
  transition: top ease-in 0.2s;
}
.input:placeholder-shown + .label.is-floating-label {
  color: #fff;
  display: block;
  top: 15px;
  left: 0.75rem;
  z-index: 0;
  -webkit-transition: top ease-in 0.2s;
  transition: top ease-in 0.2s;
}
.input:hover + .label.is-floating-label {
  z-index: 2;
}
.input:not(:-moz-placeholder-shown) {
  padding-top: 1.5rem;
}
.input:not(:-ms-input-placeholder) {
  padding-top: 1.5rem;
}
.input:focus, .input:not(:placeholder-shown) {
  padding-top: 1.5rem;
}
.input:not(:-moz-placeholder-shown) + .label.is-floating-label {
  color: rgba(255, 255, 255, 0.8);
  top: -2px;
  left: 0.75rem;
  z-index: 11;
  font-size: 90%;
}
.input:not(:-ms-input-placeholder) + .label.is-floating-label {
  color: rgba(255, 255, 255, 0.8);
  top: -2px;
  left: 0.75rem;
  z-index: 11;
  font-size: 90%;
}
.input:focus + .label.is-floating-label, .input:not(:placeholder-shown) + .label.is-floating-label {
  color: rgba(255, 255, 255, 0.8);
  top: -2px;
  left: 0.75rem;
  z-index: 11;
  font-size: 90%;
}

input:auto-fill, input:-webkit-autofill, input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important;
}

input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
     -moz-appearance: menulist-button;
          appearance: menulist-button;
  background-image: none !important;
  background-color: -internal-light-dark(rgb(12, 89, 223), rgba(70, 90, 126, 0)) !important;
  color: fieldtext !important;
}

.form_subscription_section {
  min-height: calc(104vh - 90px - 25px - 65px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}
.form_subscription_section .entry-header h1 {
  color: #fff;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 35px;
  line-height: 1.2;
}
.form_subscription_section label {
  color: #fff;
}
.form_subscription_section .file-cta, .form_subscription_section .file-name, .form_subscription_section .select select, .form_subscription_section .textarea, .form_subscription_section .input {
  border: none;
  border-bottom: 2px solid transparent;
}
.form_subscription_section .select select, .form_subscription_section .textarea, .form_subscription_section .input {
  background-color: transparent;
  border-radius: 0;
  color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
}
.form_subscription_section .select select:hover, .form_subscription_section .textarea:hover, .form_subscription_section .input:hover, .form_subscription_section .select select.is-hovered, .form_subscription_section .is-hovered.textarea, .form_subscription_section .is-hovered.input {
  border-color: #59c8e1;
}
.form_subscription_section .select select:focus, .form_subscription_section .textarea:focus, .form_subscription_section .input:focus, .form_subscription_section .select select.is-focused, .form_subscription_section .is-focused.textarea, .form_subscription_section .is-focused.input, .form_subscription_section .select select:active, .form_subscription_section .textarea:active, .form_subscription_section .input:active, .form_subscription_section .select select.is-active, .form_subscription_section .is-active.textarea, .form_subscription_section .is-active.input {
  border-color: #59c8e1;
}

@media screen and (min-width: 769px), print {
  .field-body > .field:not(:last-child) {
    margin-right: 2rem;
  }
}
.form_subscription {
  padding: 10px 0 40px;
}

.form_subscription__form {
  max-width: 740px;
  padding-inline: 15px;
  margin-inline: auto;
}
.form_subscription__form .checkbox:hover {
  color: #fff;
}

.form_subscription__sidebar {
  border-left: 1px solid #36BC87;
  padding-left: 25px;
}
.form_subscription__sidebar * {
  color: #fff !important;
}
.form_subscription__sidebar p, .form_subscription__sidebar ul li {
  font-size: 0.9rem;
}

.form_subscription__product-resume {
  padding: 10px 12px;
}
.form_subscription__product-resume p {
  color: #fff;
}

.form_subscription__subtitle {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.register-form-message p {
  color: #fff;
}

.product-rate__list-product {
  max-width: 800px;
  width: 100%;
  margin: 20px auto;
}
.product-rate__list-product p, .product-rate__list-product ul li {
  font-size: 1.3rem !important;
  color: #fff !important;
}

.kt-blocks-accordion-header {
  cursor: pointer;
}

@media screen and (max-width: 359px) {
  .history_slider__slide:nth-child(2n-1) .ourhistory__item {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .history_slider__slide:nth-child(2n) .ourhistory__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal-circle div.bt-close {
    top: 50px;
  }
  .memorias .c-memorias .c-grid a .bg-active span {
    font-size: 55px;
  }
}
@media screen and (max-width: 575px) {
  div.memorias .c-memorias .c-grid {
    grid-template-columns: auto auto;
  }
  .wp-block-kadence-tabs .kt-tabs-wrap > .kt-tabs-title-list.kb-tabs-list-columns > li.kt-title-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .wp-block-kadence-tabs .kt-tabs-wrap > .kt-tabs-title-list.kb-tabs-list-columns > li.kt-title-item a {
    font-size: 0.95rem;
  }
  .has-image .wp-block-getwid-video-popup__wrapper {
    min-height: 220px !important;
  }
  .backpage-footer {
    display: block;
  }
  .backpage-footer .backpage-footer__link {
    max-width: 480px;
    width: 100%;
    margin-right: auto;
    display: block;
  }
  .daily-info-blocks > .column {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hechos-section {
    margin-top: 10px;
  }
  .section-ourServices {
    height: auto;
    min-height: 600px;
    background-position: -130px 0px;
    background-size: 150%;
  }
  .section-ourServices .container {
    overflow: hidden;
  }
  .publicite-aqui {
    padding: 0 15px;
  }
  .infoCompany .info-company__map {
    max-width: 450px;
  }
  .img-fullBlock.pre-footer__img-fullBlock {
    min-height: 208px;
    max-height: 280px;
    overflow: hidden;
  }
  .img-fullBlock.pre-footer__img-fullBlock .img-fullBlock__title {
    max-width: 250px;
  }
  .pre-footer .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-left: 0;
  }
  .stadistic-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .stadistic-section .entry-header__title {
    font-size: 22px;
    display: inline;
  }
  .stadistic-section .entry-header__title:before {
    left: -15px;
    width: calc(100% + 30px);
  }
  .stadistic-section .entry-header__title:after {
    left: calc(100% + 14px);
  }
  .stadistic-columns {
    margin-left: 0;
    margin-right: 0;
  }
  .mision-vision__section {
    padding: 30px 20px 20px;
    min-height: calc(100vh - 90px);
  }
  .mision-vision__content {
    height: auto;
    bottom: 12%;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .mision-vision__content .mision-vision__text {
    padding-right: 35px;
    margin-bottom: 15px;
  }
  .mision-vision__content .m-circles span {
    display: none;
  }
  .mision-vision__subtitle:before, .mision-vision__subtitle:after {
    display: none;
  }
  .ourhistory-section {
    padding: 25px 30px 30px;
  }
  .history_slider .slick-prev {
    left: -25px;
  }
  .history_slider .slick-next {
    right: -25px;
  }
  .page-template-page-nuestra-historia .site-main {
    min-height: calc(100vh - 126px);
  }
  .modal-circle .bg-circle:before {
    width: 250%;
    padding-top: 250%;
  }
  .wp-block-kioken-tabs .kioken-tabs-buttons > .kioken-tabs-buttons-item {
    width: 50%;
  }
  .wp-block-kioken-tabs .kioken-tabs-content {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .memory__section {
    padding: 25px 20px 30px;
  }
  .memorias .c-memorias .c-grid {
    grid-template-columns: auto auto auto;
    grid-gap: 30px 30px;
  }
  .contact__image-bg {
    padding: 30px 0;
  }
  .contact__box-content {
    padding: 30px 20px 30px;
  }
  .contact__box-content form,
  .contact__box-content .wpcf7-form {
    margin-top: 25px;
  }
  .wpcf7-form-control-wrap textarea,
  .form-row .form-textarea {
    height: 100px;
  }
  .directory {
    display: block;
    max-width: 360px;
    padding: 0 10px;
    margin: auto;
  }
  .directory .directory__main-list,
  .directory .directory__second-list {
    display: block;
    margin: 0;
  }
  .directory .directory__item {
    margin: 30px 0;
  }
  .directory .directory__box-img {
    padding: 35%;
  }
  .chart-box .chart-box__content {
    border-right: none;
  }
  .accionistas-list,
  .dataTable-box .box-table {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .bbvTable {
    min-width: 720px;
  }
  .dataTable-box .box-table {
    padding-top: 5px;
    padding-bottom: 15px;
    width: 100%;
  }
  .dataTable-box .dataTables_wrapper .dataTables_length,
  .dataTable-box .dataTables_wrapper .dataTables_filter {
    text-align: left;
    margin-bottom: 12px;
  }
  .dataTable-infofinc .dataTables_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dataTable-infofinc .dataTables_wrapper .dataTables_length {
    width: 100%;
    float: initial;
  }
  .dataTable-infofinc .box-search {
    padding-left: 0px;
    padding-right: 15px;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dataTable-infofinc .box-tcontent {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0px;
    padding-right: 15px;
    border-left: none;
  }
  .dataTable-infofinc .bbvTable {
    min-width: initial;
  }
  .work-content .work-content__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .work-item {
    max-width: 500px;
    margin: 5px auto;
    padding: 20px 0px;
  }
  .work-sidebar {
    min-height: auto;
    padding-bottom: 45px;
  }
  .work-sidebar__title {
    margin: 40px 0 20px;
  }
  .work-sidebar__icon-doc {
    margin: 75px 0 25px;
  }
  .modal-card-title {
    font-size: 1.2rem;
  }
  .normativa-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .entry-header.page .entry-header__title {
    padding-left: 15px;
  }
  .image-bg-color > .kio-row-layout-inner.has-background {
    background-image: none !important;
  }
  .image-bg-color > .kt-row-layout-inner.kt-row-has-bg {
    background-image: none !important;
  }
  .text-resp-white {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    font-size: 1.1rem;
  }
  .banner-innerPage_square .banner-innerPage__title {
    max-width: 90%;
  }
  .banner-innerPage_square .entry-header .entry-header__title {
    padding-left: 25px;
  }
  .title-bullet.title-bullet-right:after,
  .title-bullet.title-bullet-left:after {
    display: none;
  }
  .banner-img-txt .banner-img-txt__boximg {
    margin-bottom: 0;
  }
  .banner-img-txt .banner-img-txt__boximg > .kt-inside-inner-col {
    height: 250px;
  }
  .aulabursatil-footer .footer-widget {
    max-width: 550px;
    margin: 0 auto 11px;
  }
  .kt-tab-inner-content-inner .entry-header .entry-header__title:before {
    width: 100%;
  }
  .kt-tab-inner-content-inner .entry-header .entry-header__title:after {
    left: calc(100% - 1px);
  }
  .cursosBBV-banner .cursosBBV-slider__item {
    height: 350px;
  }
  .cursosBBV-banner .cursosBBV-slider__item .cursosBBV-slider__content {
    height: 350px;
  }
  .bbv-instructor .bbv-instructor__boxcontent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bbv-instructor .bbv-instructor__image {
    display: block;
    margin: 0 auto 30px;
  }
  .bbv-instructor:nth-child(2n) .bbv-instructor__image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: block;
    margin: 0 auto 30px;
  }
  .bbv-instructor .bbv-instructor__text {
    padding: 0;
  }
  .bbv-search {
    padding: 0 15px;
  }
  .bbv-search.bbv-search_hechosnoticias {
    padding: 20px 15px 0;
  }
  .bbv-codes-content {
    padding: 0 15px;
  }
  .bbv-glosario {
    padding: 0 15px;
    border: none;
  }
  .gloss-alphabet .gloss-alphabet__list .gloss-alphabet__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    margin: 0;
    margin-bottom: 10px;
  }
  .gloss-alphabet .gloss-alphabet__list .gloss-alphabet__item.first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: block;
  }
  .bbvpress-list {
    border: none;
    max-width: 510px;
    margin: auto;
    padding: 0 15px;
  }
  .bbvpress-sidebar {
    background-position: 0px -460px;
    min-height: 150px;
    background-size: 767px;
  }
  .content-notasprensa {
    padding: 0 15px;
  }
  .bbv-search.bbv-search_notasprensa {
    padding: 30px 15px 0;
    max-width: 520px;
    margin: 0 auto;
  }
  .press-section .entry-header .entry-header__title {
    padding-left: 15px;
    padding-right: 20px;
    width: 85%;
  }
  .wp-block-kadence-tabs .kt-tabs-layout-vtabs.kt-tabs-wrap > .kt-tabs-title-list li {
    width: 100%;
  }
  .kt-tabs-layout-vtabs.kt-tabs-wrap > .kt-tabs-content-wrap {
    border-left: none;
  }
  .wp-block-kadence-tabs.tab-equals .kt-tabs-title-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wp-block-kadence-tabs.tab-equals .kt-tabs-title-list li a.kt-tab-title {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .participantes-section {
    padding: 0 15px 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .participante {
    grid-template-columns: 1fr;
    padding: 15px;
  }
  .p-title {
    margin: 0 -15px 20px;
    padding: 10px 20px 8px 25px;
  }
  .p-general-data__columns {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .p-estados__list-column {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .p-hechos-noticias__list {
    grid-template-columns: 1fr;
  }
  .participante-table.participante-table_is-small {
    max-width: 400px;
    min-width: 100%;
  }
  .participantes-grid {
    grid-template-columns: 100%;
    padding: 0 15px;
  }
  .emisores .emisores__list {
    padding-left: 15px;
  }
  .list-filter {
    padding: 0 0 25px;
  }
  .dataTable-box {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .ourService .ourService__block.is-active .ourService__content {
    height: 200px;
  }
  .ourService .serviceContent__text {
    line-height: 1.2;
    font-size: 20px;
    padding: 0px 10px;
  }
  .esta-bursatiles-grid {
    display: block;
  }
  .esta-bursatiles-grid .esta-bursatiles-grid__sidebar,
  .esta-bursatiles-grid .esta-bursatiles-grid__content {
    width: 100%;
    padding: 0 15px;
  }
  .page-template-page-esta-bursatiles .entry-header__title {
    font-size: 21px;
  }
  .bursatiles-filter-row {
    grid-template-columns: 1fr;
  }
  .tabEstadisticasBursatiles__content .entry-header__title::before {
    width: 100%;
  }
  .tabEstadisticasBursatiles__content .entry-header__title::after {
    left: 100%;
  }
  .firstWebinar.generalWebinar .banner-innerPage.banner-innerPage_square {
    max-height: initial;
  }
  .firstWebinar.generalWebinar .banner-innerPage__box-square {
    width: calc(100% - 15px);
  }
  .pagemenu-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pagemenu-block .pagemenu-block__navlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 10px 15px;
  }
  .pagemenu-block .pagemenu-block__navlist .pagemenu-block__navitem {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 160px;
  }
  .pagemenu-block::before {
    display: none;
  }
  .tabFloat-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabFloat-filter .tabFloat-filter__item {
    min-width: 160px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .page-mercados {
    padding-left: 15px;
    padding-right: 15px;
  }
  .internal-tab {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .internal-tab.tab-rentafija, .internal-tab.tab-rentavariable {
    grid-template-columns: 1fr;
  }
  .filter-row.mercados-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter-row.mercados-filter > div {
    margin-bottom: 10px;
  }
  .filter-row.mercados-filter .filter-row__date, .filter-row.mercados-filter .filter-row__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .banner-innerPage.banner-innerPage_square.banner-estado-mercado {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
  }
  .bursatiles-filter-row.mercados-filter-row {
    grid-template-columns: 1fr;
  }
  .bursatiles-filter-row.mercados-filter-row > div:not(:first-child) {
    margin-bottom: 15px;
  }
  .board-mercados .board-mercados__data {
    display: block;
  }
  .board-mercados .board-item {
    margin-bottom: 15px;
  }
  .board-mercados .board-mercados__chart {
    padding: 0px;
  }
  .board-chartBars .board-chartBars__cols {
    display: block;
  }
  .board-chartBars .board-chartBars__cols .board-chartBars__fiters {
    margin-bottom: 15px;
  }
  .instrumentos-modal .instrumentos-modal__cols-modal {
    grid-template-columns: 1fr;
  }
  .instrumentos-modal .instrumentos-modal__cols-modal > div {
    border-right: none;
    border-bottom: 1px solid #bcbec0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .gb-grid-wrapper.block-50-767 > .gb-grid-column {
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .hechos-section {
    margin-top: 30px;
  }
  .section-ourServices {
    height: 980px;
    overflow: hidden;
  }
  .ourService {
    height: 300px;
  }
  .ourService .ourService__block.is-active .ourService__content {
    height: 190px;
  }
  .ourService .serviceContent__text {
    font-size: 20px;
    padding: 0 12px;
  }
  .publicite-aqui {
    padding: 0 15px;
  }
  .img-fullBlock.pre-footer__img-fullBlock {
    height: 320px;
    background-position: center;
  }
  .img-fullBlock.pre-footer__img-fullBlock .img-fullBlock__title {
    font-size: 27px;
  }
  .mision-vision__section {
    padding: 30px 35px 20px;
  }
  .mision-vision__content {
    left: 0;
    height: 158px;
  }
  .mision-vision__content .mision-vision__text {
    padding-right: 50px;
  }
  .memory__section {
    padding: 25px 30px 30px;
  }
  .memorias .c-memorias .c-grid {
    grid-template-columns: calc((100% - 120px) / 4) calc((100% - 120px) / 4) calc((100% - 120px) / 4) calc((100% - 120px) / 4);
    grid-gap: 40px 35px;
  }
  .contact__box-content {
    padding: 50px 40px 30px;
  }
  .directory .directory__main-list,
  .directory .directory__second-list {
    grid-template-columns: 1fr 1fr;
  }
  .directory .directory__main-list {
    grid-gap: 0 60px;
  }
  .directory .directory__main-list .directory__item:first-child {
    grid-column-start: 1;
  }
  .directory .directory__main-list .directory__item:last-child {
    grid-column-start: 2;
  }
  .list-filter {
    padding: 0 0px 25px 10px;
  }
  .list-table-normativa {
    padding: 0 10px 25px;
  }
  .image-bg-color > .kio-row-layout-inner.has-background,
  .image-bg-color > .kt-row-layout-inner.kt-row-has-bg {
    background-size: auto 60% !important;
    background-position: 107% 0 !important;
  }
  .title-bullet.title-bullet-right:after {
    left: calc(100% + 28px);
  }
  .title-bullet.title-bullet-left:after {
    left: -45px;
  }
  .wp-block-kadence-tabs .kt-tabs-wrap > .kt-tabs-title-list li.kt-title-item .kt-tab-title {
    font-size: 0.9rem;
  }
  .newsaula-box .newsaula-box__imgbox {
    height: 180px;
  }
  .newsaula-box .newsaula-box__content {
    height: 105px;
  }
  .newsaula-box .newsaula-box__content .newsaula-box__title {
    font-size: 1rem;
  }
  .cursosBBV-banner .cursosBBV-slider__item {
    height: 420px;
  }
  .cursosBBV-banner .cursosBBV-slider__item .cursosBBV-slider__content {
    height: 420px;
  }
  .bbv-search {
    padding: 0 0 0 15px;
  }
  .bbv-search.bbv-search_notasprensa {
    padding: 120px 0 0 15px;
  }
  .bbv-search .bbv-search__input_line {
    font-size: 12px;
    padding: 3px 5px 3px 0;
  }
  .bbv-search .bbv-search__input_search {
    background-position: calc(100% + 2px) 50%;
  }
  .bbv-search .bbv-search__submit {
    font-size: 0.8rem;
  }
  .bbv-codes-content {
    padding: 0 10px;
  }
  .gloss-alphabet .gloss-alphabet__item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 0 0 5px;
  }
  .press-section .entry-header .entry-header__title {
    font-size: 21px;
  }
  .bbvpress-list {
    padding: 0 0 0 15px;
  }
  .participante {
    grid-template-columns: 10px 1fr 240px;
  }
  .p-general-data__columns {
    grid-template-columns: 1fr 10px 1fr;
    grid-gap: 20px;
  }
  .p-hechos-noticias__list {
    grid-template-columns: 1fr 1fr;
  }
  .participantes-grid {
    grid-template-columns: 300px 1fr;
    padding: 0 10px;
  }
  .participantes-grid__sidebar {
    padding: 0px 25px 0 0px;
  }
  .list-table-participantes {
    display: grid;
    padding-right: 32px;
  }
  .list-table-participantes .dataTable-box {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .list-table-participantes .dataTable-box .eeffTable {
    min-width: 720px;
  }
  .esta-bursatiles-grid .esta-bursatiles-grid__sidebar {
    width: 320px;
  }
  .esta-bursatiles-grid .esta-bursatiles-grid__content {
    width: calc(100% - 320px);
  }
  .esta-bursatiles-grid__data-item .pagemenu.tab-page .pagemenu__navlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .esta-bursatiles-grid__data-item .pagemenu__navitem {
    width: 50%;
    min-width: initial;
  }
  .bursatiles-filter-row {
    grid-template-columns: 1fr;
  }
  .firstWebinar.generalWebinar .banner-innerPage__box-square {
    width: 75%;
  }
  .pagemenu-block .pagemenu-block__navlist {
    grid-template-columns: repeat(2, 320px);
    grid-gap: 10px 15px;
  }
  .tabFloat-filter {
    grid-template-columns: 1fr 1fr;
  }
  .bursatiles-filter-row.mercados-filter-row {
    grid-template-columns: 1fr 1fr;
  }
  .bursatiles-filter-row.mercados-filter-row > div:not(:first-child) {
    margin-bottom: 15px;
  }
  .filter-row.mercados-filter .filter-row__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
            flex: 0 0 225px;
  }
  .filter-row.mercados-filter .filter-row__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 225px);
            flex: 0 0 calc(100% - 225px);
  }
}
@media screen and (max-width: 1023px) {
  .chart-box .chart-box__content {
    padding: 0 10px 25px 25px;
  }
  .chart-box .chart-box__img-box {
    padding: 0 10px 25px;
  }
  .work-content .work-content__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .work-content .work-content__header .entry-header,
  .work-content .work-content__header .work-content__nav {
    width: 100%;
  }
  .aulabursatil-footer {
    padding: 35px 20px;
  }
  .cursosBBV-banner .slick-prev {
    left: -5px;
  }
  .cursosBBV-banner .slick-next {
    right: -5px;
  }
  .cursosBBV-banner .cursosBBV-slider__content {
    width: calc(100% - 45px);
  }
  .cursos-bbv__about {
    padding: 0 15px;
  }
  .faqcurso-section {
    padding: 40px 15px;
  }
  .cursos-bbv__formsection {
    padding: 30px 15px;
  }
  .webinars-lastsession {
    padding: 30px 15px;
  }
  .aulabursatil-lastnews {
    padding: 40px 15px;
  }
  .entry-noticiasaula > .container {
    padding: 0 15px;
  }
  .cursos-bbv__title {
    padding: 0 15px;
  }
  .link-backpage {
    margin-left: 5px;
  }
  .kt-tabs-layout-vtabs.kt-tabs-wrap > .kt-tabs-content-wrap {
    padding: 0 10px;
  }
  .montos-negociados .box-table {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
  }
  .montos-negociados .box-table .bbvTable {
    display: block;
  }
  .board-mercados {
    display: block;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .stadistic-section {
    padding: 30px 40px 40px;
  }
  .stadistic-columns {
    margin: 25px -0.75rem 30px;
  }
  .mision-vision__content {
    height: 170px;
  }
  .mision-vision__content .mision-vision__text {
    padding-right: 50px;
  }
  .memory__section {
    padding: 25px 50px 30px;
  }
  .memorias .c-memorias .c-grid {
    grid-template-columns: calc((100% - 180px) / 5) calc((100% - 180px) / 5) calc((100% - 180px) / 5) calc((100% - 180px) / 5) calc((100% - 180px) / 5);
    grid-gap: 60px 40px;
  }
  .contact__box-content {
    padding: 60px 60px 30px;
  }
  .contact__box-content .infoCompany {
    padding: 0;
  }
  .contact__box-content .infoCompany > div {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contact__box-content .infoCompany .info-company__map {
    max-width: 250px;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.timer-block {
  text-align: center;
  display: block;
  padding-top: 20px;
}
.timer-block .timer-block__title {
  color: #644389;
  font-size: 1.2rem;
}
.timer-block .time-block {
  display: inline-block;
  padding: 10px 5px;
}
.timer-block .time-block .number-block {
  display: block;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(#36bc87), to(#644389));
  background: linear-gradient(0deg, #36bc87 0%, #644389 100%);
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  width: 120px;
  max-width: 100%;
}
.timer-block .time-block .text-block {
  color: #644389;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-top: 8px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

@media all and (max-width: 767px) {
  .timer-block {
    text-align: center;
    display: block;
    margin-left: -50px;
    margin-right: -50px;
  }
  .timer-block .time-block {
    display: inline-block;
  }
  .timer-block .time-block .number-block {
    font-size: 3.2rem;
    width: 70px;
  }
  .timer-block .time-block .text-block {
    font-size: 1rem;
  }
  .timer-block .days .number-block,
  .timer-block .seconds .number-block {
    background-size: cover;
  }
}
/*# sourceMappingURL=main.css.map */
