.element-hidden, .js-hide, .form-checkboxes .form-checkbox, .form-radios .form-radio,
.element-invisible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

ul, ol, .content ol,
.content ul,
.cke_editable ol,
.cke_editable ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


.group::after {
  content: '';
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.responsive-video,
.video-embed-field-responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0 !important;
  overflow: hidden;
  display: block;
}

.responsive-video iframe, .video-embed-field-responsive-video iframe,
.responsive-video object,
.video-embed-field-responsive-video object,
.responsive-video embed,
.video-embed-field-responsive-video embed,
.responsive-video .video-js,
.video-embed-field-responsive-video .video-js {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@font-face {
  font-family: 'font-icon';
  src: url("../f-icons/f-icons.eot");
  src: url("../f-icons/f-icons.eot?#iefix") format("embedded-opentype"), url("../f-icons/f-icons.woff") format("woff"), url("../f-icons/f-icons.ttf") format("truetype"), url("../f-icons/f-icons#font-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='font-icon']::before,
[class*='font-icon']::after {
  display: inline-block;
  font-family: 'font-icon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

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

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


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


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


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


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


.icon-footer-logo-icon:before {
  content: "\e904";
}


.icon-footer-logo-text:before {
  content: "\e905";
}


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


.icon-logo:before {
  content: "\e907";
}


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


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


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


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


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

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

*::-ms-clear {
  display: none;
}

*::-ms-reveal {
  display: none;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}

::selection {
  background: rgba(0, 0, 0, 0.2);
}

html,
body {
  font-size: 16px;
}

html {
  font-family: Normalidad Text, Arial, sans-serif;
  min-height: 100vh;
}

body {
  color: #000;
  background: #fff;
  height: auto;
  min-width: 320px;
  font-weight: 500;
  line-height: 1.14;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.no-scroll {
  overflow: hidden;
}

.active-menu {
  overflow: hidden;
}

.active-menu::before {
  opacity: 1;
  visibility: visible;
  z-index: 30;
}

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

figure {
  margin: 0 0 40px 0;
  text-align: center;
}

figure img {
  margin-bottom: 20px;
}

figcaption {
  font-size: 0.6875rem;
  line-height: 2em;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

a:hover {
  color: #000;
}

.ext .ext {
  display: none;
}

iframe {
  max-width: 100%;
}

.mobile #livechat-compact-container {
  max-width: 80px;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-from-tablet {
  display: none !important;
}

.page-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  max-width: 1280px;
  padding: 0 20px;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.1;
  margin-bottom: .85em;
  font-weight: 700;
  color: #000;
}

h1 {
  font-size: 2.0625rem;
  margin: 0 0 .75em;
  line-height: 1;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.125rem;
  margin-bottom: .75em;
}

h5,
h6 {
  font-size: 0.9375rem;
  line-height: 1.13;
}

p {
  line-height: 1.33;
  margin: 0 0 1em;
}

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

strong {
  font-weight: 600;
}

.content ol,
.content ul,
.cke_editable ol,
.cke_editable ul {
  margin: 0 0 1.5em 20px;
  padding: 0;
}

.content ol li,
.content ul li,
.cke_editable ol li,
.cke_editable ul li {
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.content ol,
.cke_editable ol {
  counter-reset: section;
  padding-left: 10px;
}

.content ol li::before,
.cke_editable ol li::before {
  counter-increment: section;
  content: counter(section) ". ";
  margin-left: -15px;
}

.content ul:last-child,
.cke_editable ul:last-child {
  margin-bottom: 0;
}

.content ul li,
.cke_editable ul li {
  padding-left: 15px;
  position: relative;
}

.content ul li::before,
.cke_editable ul li::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #000;
}

.content blockquote,
.cke_editable blockquote {
  font-weight: 700;
  position: relative;
  padding: 0 30px;
  display: inline-block;
  font-style: italic;
  margin: 20px auto;
}

.content blockquote::before, .content blockquote::after,
.cke_editable blockquote::before,
.cke_editable blockquote::after {
  font-size: 2.0625rem;
  content: '"';
  position: absolute;
}

.content blockquote::before,
.cke_editable blockquote::before {
  left: 0;
  top: 0;
}

.content blockquote p,
.cke_editable blockquote p {
  font-size: 1.625rem;
  line-height: 1.2;
  display: inline;
  margin: 0;
  font-family: inherit;
}

.low-margin-bottom {
  margin-bottom: 5px;
}

.rtecenter {
  text-align: center;
}

.rteright {
  text-align: right;
}

.rtejustify {
  text-align: justify;
}

table {
  margin: 3.1em 0 2em;
  text-align: left;
  border: 0;
  color: #000;
  width: 100%;
}

table caption {
  margin-bottom: 10px;
  text-align: left;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
}

table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.25);
}

table tr td {
  border-bottom: 1px solid #000;
}

table td {
  border: 0;
  padding: 20px;
}

table td h1:last-child,
table td h2:last-child,
table td h3:last-child,
table td h4:last-child,
table td h5:last-child,
table td h6:last-child,
table td p:last-child {
  margin-bottom: 0;
}

.gray-bg table tr:last-child td {
  border: none;
}

.table-wrapper {
  overflow-x: auto;
  margin-top: 3.1em;
  position: relative;
  background: -o-radial-gradient(0% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
  background: radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 10px 100%;
  margin-bottom: 15px;
}

.table-wrapper table {
  min-width: 640px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, color-stop(30%, white), to(rgba(255, 255, 255, 0))) 100% 0;
  background: -o-linear-gradient(left, white 30%, rgba(255, 255, 255, 0)), -o-linear-gradient(right, white 30%, rgba(255, 255, 255, 0)) 100% 0;
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to left, white 30%, rgba(255, 255, 255, 0)) 100% 0;
  background-size: 50px 100%;
  background-repeat: no-repeat;
  max-width: none;
  margin-bottom: 0;
  margin-top: 0;
  width: 100% !important;
}

th {
  background: #000;
  color: #fff;
  padding: 20px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

thead th {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

thead th:last-child {
  border-right: 0;
}

@font-face {
  font-family: 'Normalidad Text';
  src: url("../../fonts/NormalidadText-Medium.eot");
  src: local("Normalidad Text Medium"), local("NormalidadText-Medium"), url("../../fonts/NormalidadText-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/NormalidadText-Medium.woff2") format("woff2"), url("../../fonts/NormalidadText-Medium.woff") format("woff"), url("../../fonts/NormalidadText-Medium.ttf") format("truetype"), url("../../fonts/NormalidadText-Medium.svg#NormalidadText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Normalidad Text';
  src: url("../../fonts/NormalidadText-Light.eot");
  src: local("Normalidad Text Light"), local("NormalidadText-Light"), url("../../fonts/NormalidadText-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/NormalidadText-Light.woff2") format("woff2"), url("../../fonts/NormalidadText-Light.woff") format("woff"), url("../../fonts/NormalidadText-Light.ttf") format("truetype"), url("../../fonts/NormalidadText-Light.svg#NormalidadText-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Normalidad Wide';
  src: url("../../fonts/NormalidadWide-Regular.eot");
  src: local("Normalidad Wide Regular"), local("NormalidadWide-Regular"), url("../../fonts/NormalidadWide-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/NormalidadWide-Regular.woff2") format("woff2"), url("../../fonts/NormalidadWide-Regular.woff") format("woff"), url("../../fonts/NormalidadWide-Regular.ttf") format("truetype"), url("../../fonts/NormalidadWide-Regular.svg#NormalidadWide-Regular") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Normalidad Wide';
  src: url("../../fonts/NormalidadWide-Bold.eot");
  src: local("Normalidad Wide Bold"), local("NormalidadWide-Bold"), url("../../fonts/NormalidadWide-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/NormalidadWide-Bold.woff2") format("woff2"), url("../../fonts/NormalidadWide-Bold.woff") format("woff"), url("../../fonts/NormalidadWide-Bold.ttf") format("truetype"), url("../../fonts/NormalidadWide-Bold.svg#NormalidadWide-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.form-item {
  margin-bottom: 20px;
}

.form-item label {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

.form-item .form-text {
  margin-bottom: 5px;
}

.form-item .description {
  font-style: italic;
}

.form-item .form-required {
  color: #f4371e;
}

.form-actions {
  margin-top: 40px;
}

.webform-component--form-message-row .messages {
  margin-bottom: 20px;
}

.fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
}

fieldset .form-item {
  width: 100%;
}

.recaptcha {
  min-width: 304px;
  margin-left: -11px;
}

.form-text,
.form-email {
  background: #fff;
  border-bottom: 1px solid #000;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  padding: 8px 12px 9px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border-color .3s ease-out;
  -o-transition: border-color .3s ease-out;
  transition: border-color .3s ease-out;
}

.form-text:focus,
.form-email:focus {
  outline: none;
  border-color: #000;
  color: #000;
}

.form-text.error,
.form-email.error {
  border-color: #f4371e;
  background-color: rgba(244, 55, 30, 0.05);
}

textarea {
  background: #fff;
  border-bottom: 1px solid #000;
  font-family: inherit;
  font-size: inherit;
  max-width: 100%;
  width: 100%;
  padding: 12px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border-color .3s ease-out;
  -o-transition: border-color .3s ease-out;
  transition: border-color .3s ease-out;
}

textarea:focus {
  outline: none;
  border-bottom-color: #000;
}

textarea.error {
  border-color: #f4371e;
  background-color: rgba(244, 55, 30, 0.05);
}

.ie10 .form-checkboxes p {
  max-width: 90%;
}

.desktop .form-checkboxes .form-checkbox:hover + label::before {
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}

.desktop .form-checkboxes .form-checkbox:hover + label::after {
  opacity: .8;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.desktop .form-checkboxes .form-checkbox:disabled + label {
  cursor: not-allowed;
  color: #000;
}

.desktop .form-checkboxes .form-checkbox:disabled + label::before {
  background: rgba(0, 0, 0, 0.2);
}

.desktop .form-checkboxes .form-checkbox:disabled + label::after {
  opacity: .8;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.desktop .form-checkboxes .form-checkbox:disabled:checked + label::before {
  background: rgba(0, 0, 0, 0.7);
}

.desktop .form-checkboxes .form-checkbox:disabled:checked + label::after {
  opacity: .8;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.form-checkboxes .form-checkbox:checked + label::before {
  background: #000;
  border-color: #000;
}

.form-checkboxes .form-checkbox:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.form-checkboxes .form-checkbox:disabled + label {
  cursor: not-allowed;
  color: #000;
}

.form-checkboxes .form-checkbox:disabled + label::before {
  background: rgba(0, 0, 0, 0.2);
}

.form-checkboxes .form-checkbox:disabled + label::after {
  opacity: .8;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.form-checkboxes .form-type-checkbox > label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 0;
}

.form-checkboxes .form-type-checkbox > label::before {
  display: inline-block;
  vertical-align: text-bottom;
  content: ' ';
  background: #000;
  border: 1px solid #000;
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin: 0 10px 0 0;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

.form-checkboxes .form-type-checkbox > label::after {
  content: ' ';
  background: url(../img/check.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .2s ease;
  transition: opacity .3s ease, -webkit-transform .2s ease;
  -o-transition: opacity .3s ease, transform .2s ease;
  transition: opacity .3s ease, transform .2s ease;
  transition: opacity .3s ease, transform .2s ease, -webkit-transform .2s ease;
  color: #fff;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.form-radios {
  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-line-pack: center;
      align-content: center;
  margin-bottom: 10px;
  position: relative;
}

.form-radios .form-radio:checked + .option::after {
  opacity: 1;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  background: #000;
}

.form-radios .form-radio:disabled + .option {
  cursor: not-allowed;
}

.form-radios .form-radio:disabled + .option::before {
  background: #000;
}

.description-content .form-radios .form-radio:disabled + .option::before {
  background: rgba(0, 0, 0, 0.7);
}

.form-radios .form-radio:disabled + .option:hover::after {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.form-radios .form-radio:disabled:checked + .option::after {
  opacity: 1;
  background: #000;
}

.description-content .form-radios .form-radio:disabled:checked + .option::after {
  background: rgba(0, 0, 0, 0.5);
}

.form-radios .form-radio:disabled:checked + .option:hover::after {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.form-radios .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.45;
  position: relative;
}

.form-radios .option::before, .form-radios .option::after {
  content: ' ';
}

.form-radios .option::before {
  display: inline-block;
  height: 20px;
  min-width: 20px;
  background: #000;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 2px 8px 0 0;
}

.form-radios .option::after {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.form-radios .option:hover::after {
  opacity: 1;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

select {
  font-size: 16px;
  color: #000;
  border: 1px solid #000;
  padding: 8px 12px 9px;
  margin-bottom: 10px;
  min-width: 280px;
  max-width: 100%;
  width: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select:focus {
  outline: none;
}

.site-header {
  background-color: #000;
  padding: 10px 0;
}

footer {
  background: #000;
  padding: 50px 0;
}

.bs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs-item {
  color: #000;
  margin-bottom: 3px;
}

.bs-item::after {
  content: '\203A';
  margin: 0 10px;
  color: #000;
}

.bs-item:last-child::after {
  display: none;
}

.bs-item a {
  color: #000;
  text-decoration: none;
}

.bs-item a:hover {
  color: #000;
}

.pager {
  font-size: 1rem;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}

.pager .pager-item,
.pager .pager-current {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  color: #000;
  margin: 0 3px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  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;
}

.pager .pager-item a,
.pager .pager-current a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 4px;
  -webkit-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
}

.desktop .pager .pager-item:not(.disabled):not(.skip):hover, .desktop
.pager .pager-current:not(.disabled):not(.skip):hover {
  background-color: #000;
  color: #000;
}

.pager .pager-current {
  background-color: #000;
  color: #fff;
}

.pager .prev,
.pager .next {
  display: none;
}

.pager .skip {
  border-color: transparent;
  margin: 0;
  color: #000;
}

.pager .disabled {
  color: #000;
}

.pager .pager-previous,
.pager .pager-next,
.pager .pager-first,
.pager .pager-last {
  display: none;
}

.form-submit,
.btn {
  background-color: #000;
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 24px 10px;
  display: inline-block;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.form-submit:hover,
.btn:hover {
  color: #fff;
  background-color: #000;
}

.form-submit {
  font-size: 1rem;
  padding: 11px 24px 12px;
  min-width: 150px;
}

.sm-list {
  margin: 80px 0;
}

.sm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  position: relative;
}

.sm-item:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.sm-item:last-child {
  border-bottom: 0;
}

.sm-item span {
  padding: 15px;
}

.sm-link {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sm-link:hover {
  color: #000;
}

.sm-link {
  padding: 15px;
}

.page-status {
  text-transform: capitalize;
  position: absolute;
  right: 0;
}

.page-status::after {
  font-size: 0.6875rem;
  content: '';
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-transform: capitalize;
}

.page-status.ready::after {
  background: #56c02b;
}

.page-status.ready:hover::after {
  background: #50ce1d;
}

.page-status.in-progress::after {
  background: #f87c00;
}

.page-status.in-progress::after:hover::after {
  background: #f87c00;
}

.page-status.todo::after {
  background: #f4371e;
}

.page-status.todo::after:hover::after {
  background: #ff2f13;
}

.divide {
  padding: 20px 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.divide__group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.divide__group:first-child {
  -webkit-animation: showItemFirst 1s ease;
          animation: showItemFirst 1s ease;
}

.divide__group:nth-child(2) {
  -webkit-animation: showItemSecond 2s ease;
          animation: showItemSecond 2s ease;
}

.divide__group:nth-child(2) .divide-column:first-child .divide__item:first-child {
  padding: 45px 0;
  min-height: 400px;
}

.divide__group:nth-child(2) .divide-column:first-child .divide__item:first-child .divide__item-title {
  margin-top: auto;
}

.divide__group:nth-child(2) .divide-column:last-child > .divide__item svg {
  margin-right: 20px;
}

.divide__group:nth-child(2) .divide-column:nth-child(2) > .divide__item {
  padding: 20px 20px 0;
  display: block;
  height: 230px;
}

.divide__group:nth-child(2) .divide-column:nth-child(2) > .divide__item img {
  max-height: 180px;
  display: block;
  margin: auto auto 0;
}

.divide__group:nth-child(2) .divide-column:nth-child(2) .divide__item-title {
  margin-bottom: 10px;
}

.divide__item {
  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;
  margin: 5px 0;
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 13px;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.divide__item:hover {
  background-color: #e5e5e5;
}

.divide__item:hover svg,
.divide__item:hover img {
  -webkit-animation: none;
          animation: none;
}

.divide__item.podcast {
  background: url("../img/podcast-bg.png") no-repeat center #F4F4F4;
  background-size: cover;
}

.divide__item p {
  font-size: 14px;
  line-height: 1.1;
}

.divide__item p.long-text {
  font-size: 11px;
}

.divide__item p span {
  font-size: 14px;
  display: block;
}

.divide__item svg {
  min-width: 30px;
  max-width: 47px;
  max-height: 50px;
  display: block;
  margin: auto 15px;
}

.divide__item-icon {
  max-width: 70px;
  margin: auto;
}

.divide__item .font-icon::before {
  font-size: 30px;
}

.divide__item:hover {
  text-decoration: none;
}

.divide__item-group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.divide__item-group .divide__item {
  width: 48%;
}

.divide__item-group .divide__item svg {
  max-width: 100px;
  max-height: 120px;
}

.divide__item-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 170px;
}

.divide__item-column p {
  margin-left: 0;
  margin-top: auto;
  text-align: center;
}

.divide__item-photo {
  background: url("../img/divide-team-photo.png") no-repeat top center;
  background-size: 105%;
  min-height: 190px;
  -webkit-transition: background-size 1s ease;
  -o-transition: background-size 1s ease;
  transition: background-size 1s ease;
}

.divide__item-photo:hover {
  background-size: 120%;
}

.divide__item-photo .divide__item-title {
  color: #fff;
  margin-top: auto;
}

.divide__item-social .font-icon {
  margin: 0 13px;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.divide__item-social .font-icon:hover {
  color: #14C1DE;
}

.divide__item-title,
.divide__item p {
  margin-bottom: 0;
}

.divide__item-title {
  font-size: 16px;
  font-weight: 700;
  font-family: Normalidad Wide, Arial, sans-serif;
  text-align: center;
}

.divide-column {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.divide-column:nth-child(2) .divide__item-group .divide__item:nth-child(1), .divide-column:nth-child(2) .divide__item-group .divide__item:nth-child(3) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.divide-column:last-child .divide__item-group:nth-child(2) svg {
  margin: 0;
  margin-right: 10px;
  max-width: 40px;
  max-height: 40px;
}

.divide-column:last-child .divide__item-group:nth-child(2) p {
  line-height: 1.3;
}

.icon-footer-logo-icon {
  color: #14C1DE;
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}

.icon-footer-logo-icon::before {
  font-size: 60px;
}

.icon-footer-logo-text {
  margin-left: 20px;
}

.icon-footer-logo-text::before {
  font-size: 13px !important;
}

.podcast img {
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}

.podcast-title {
  font-size: 24px !important;
  font-weight: 700;
  font-family: Normalidad Wide, Arial, sans-serif;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  70% {
    -webkit-transform: none;
            transform: none;
  }
  85% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  70% {
    -webkit-transform: none;
            transform: none;
  }
  85% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.divide__item svg {
  -webkit-animation: pulse 2.5s infinite;
          animation: pulse 2.5s infinite;
}

@-webkit-keyframes fideIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fideIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.animation-fadein {
  -webkit-animation: fideIn .2s linear;
          animation: fideIn .2s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.delay-1 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.delay-2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-3 {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.delay-4 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-5 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.delay-6 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-7 {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.delay-8 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-9 {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

.delay-10 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-11 {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

.delay-12 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-13 {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}

.delay-14 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.delay-15 {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

.delay-16 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.delay-17 {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}

.delay-18 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.delay-19 {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}

.delay-20 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@media only screen and (min-width: 340px) {
  .recaptcha {
    margin-left: 0;
  }
}

@media only screen and (min-width: 680px) {
  figure {
    text-align: inherit;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.375rem;
  }
  h2 {
    font-size: 2rem;
  }
  .table-wrapper {
    border: 0;
    background: transparent;
  }
  .table-wrapper table {
    background: none;
  }
}

@media only screen and (min-width: 1024px) {
  .show-before-tablet {
    display: none;
  }
  .show-from-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  fieldset .form-item {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  fieldset .form-item:nth-child(2n) {
    margin-right: 0;
  }
  .divide {
    padding: 10px 0;
  }
  .divide__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .divide__group:first-child .divide__item:nth-child(2), .divide__group:first-child .divide__item:last-child {
    width: 27%;
  }
  .divide__group:first-child .divide__item:first-child {
    width: 46%;
  }
  .divide__group:nth-child(2) .divide-column:first-child .divide__item:first-child {
    min-height: 380px;
  }
  .divide__group:nth-child(2) .divide-column:last-child > .divide__item svg {
    margin-right: 15px;
  }
  .divide__group:nth-child(2) .divide-column:last-child > .divide__item {
    height: 150px;
  }
  .divide__group:nth-child(2) .divide-column:nth-child(2) > .divide__item {
    padding: 45px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .divide__group:nth-child(2) .divide-column:nth-child(2) > .divide__item img {
    max-height: 330px;
  }
  .divide__group:nth-child(2) .divide-column:nth-child(2) .divide__item-title {
    margin-bottom: 25px;
  }
  .divide__item {
    margin: 7px;
  }
  .divide__item.podcast {
    background: #F4F4F4;
  }
  .divide__item p.long-text {
    font-size: 14px;
  }
  .divide__item svg {
    max-width: none;
    max-height: none;
  }
  .divide__item .font-icon::before {
    font-size: 38px;
  }
  .divide__item-group .divide__item {
    width: calc(50% - 15px);
  }
  .divide__item-group .divide__item svg {
    max-height: none;
    max-width: 70px;
  }
  .divide__item-column {
    height: auto;
  }
  .divide__item-photo {
    min-height: 300px;
  }
  .divide__item-social .font-icon {
    margin: 0 20px;
  }
  .divide__item-title {
    font-size: 26px;
  }
  .divide-column:first-child, .divide-column:last-child {
    width: 30%;
  }
  .divide-column:nth-child(2) {
    width: 40%;
  }
  .divide-column:nth-child(2) .divide__item-group .divide__item:nth-child(1), .divide-column:nth-child(2) .divide__item-group .divide__item:nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .divide-column:last-child .divide__item-group:nth-child(2) svg {
    max-width: none;
    max-height: none;
  }
  .icon-footer-logo-text::before {
    font-size: 25px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .active-menu {
    overflow-y: auto;
  }
}

@media only screen and (min-width: 1280px) {
  .divide__group:nth-child(2) .divide-column:last-child > .divide__item {
    height: 180px;
  }
  .divide__item p {
    font-size: 18px;
  }
  .divide__item p.long-text {
    font-size: 18px;
  }
  .divide__item svg {
    min-width: 70px;
  }
  .divide__item-icon {
    max-width: 100px;
  }
  .divide__item .font-icon::before {
    font-size: 50px;
  }
  .divide__item-title {
    font-size: 30px;
  }
  .divide-column:first-child, .divide-column:last-child {
    width: 27%;
  }
  .divide-column:nth-child(2) {
    width: 46%;
  }
}

@media only screen and (min-width: 1920px) {
  .divide {
    padding: 45px 0;
  }
  .divide__group:nth-child(2) .divide-column:first-child .divide__item:first-child {
    min-height: 440px;
    padding: 85px 0 45px;
  }
  .divide__group:nth-child(2) .divide-column:nth-child(2) > .divide__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .divide__group:nth-child(2) .divide-column:nth-child(2) > .divide__item img {
    max-height: 430px;
  }
  .divide__item {
    padding: 20px;
  }
  .divide__item svg {
    margin: auto 15px auto;
  }
  .divide__item-group .divide__item svg {
    max-width: none;
  }
  .divide__item-column {
    height: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .divide__group:first-child .divide__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .divide__group:first-child .divide__item:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .divide__group:nth-child(2) .divide-column:last-child .divide__item-group:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .divide__group:nth-child(2) .divide-column:last-child .divide__item-group:last-child .divide__item {
    width: 100%;
  }
  .divide-column:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .divide-column:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .divide-column:last-child .divide__item-group:last-child .divide__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
  .divide-column:last-child .divide__item-group:last-child .divide__item .divide__item-icon {
    margin: 0 15px;
  }
  .divide-column:last-child .divide__item-group:last-child .divide__item p {
    margin: 0;
    margin-left: 10px;
  }
  .divide-column:last-child .divide__item-group:last-child .divide__item:last-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .divide-column:last-child .divide__item-group:last-child .divide__item:last-child p {
    font-size: 18px;
    font-family: Normalidad Wide, Arial, sans-serif;
    font-weight: 700;
  }
  .divide-column:last-child .divide__item-group:last-child .divide__item:last-child span {
    font-family: Normalidad Text, Arial, sans-serif;
    font-weight: 500;
  }
  .divide-column:last-child .divide__item-group:last-child .divide__item:last-child svg {
    max-height: 46px;
    margin: 0;
  }
  .podcast {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

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